Remove unused includes in aarch64-linux-tdep.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
be155ebb
SM
12019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * aarch64-linux-tdep.c: Remove includes.
4
c577cdd7
SM
52019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
6
7 * aarch64-tdep.c: Remove includes.
8
610cfd61
SM
92019-12-04 Simon Marchi <simon.marchi@efficios.com>
10
11 * filtered-iterator.h (filtered_iterator) <operator==,
12 operator!=>: Compare wrapped iterators, not wrapped pointers.
13 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14 unittests/filtered_iterator-selftests.c.
15 * unittests/filtered_iterator-selftests.c: New file.
16
a05cf17a
TT
172019-12-04 Tom Tromey <tromey@adacore.com>
18
19 * gdbtypes.c (create_range_type): Inherit endianity
20 from base type.
21
d5a22e77
TT
222019-12-04 Tom Tromey <tromey@adacore.com>
23
24 * ada-lang.c (decode_constrained_packed_array)
25 (ada_value_assign, value_assign_to_component): Update.
26 * dwarf2loc.c (rw_pieced_value, access_memory)
27 (dwarf2_compile_expr_to_ax): Update.
28 * dwarf2read.c (dwarf2_add_field): Update.
29 * eval.c (evaluate_subexp_standard): Update.
30 * gdbarch.c, gdbarch.h: Rebuild.
31 * gdbarch.sh (bits_big_endian): Remove.
32 * gdbtypes.h (union field_location): Update comment.
33 * target-descriptions.c (make_gdb_type): Update.
34 * valarith.c (value_bit_index): Update.
35 * value.c (struct value) <bitpos>: Update comment.
36 (unpack_bits_as_long, modify_field): Update.
37 * value.h (value_bitpos): Update comment.
38
7ab4a236
TT
392019-12-04 Tom Tromey <tromey@adacore.com>
40
41 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
42 endian-ness.
43
103a685e
TT
442019-12-04 Tom Tromey <tromey@adacore.com>
45
46 * dwarf2read.c (dwarf2_init_float_type)
47 (dwarf2_init_complex_target_type): Add byte_order parameter.
48 (read_base_type): Compute byte order earlier.
49 * gdbtypes.c (init_float_type): Add byte_order parameter.
50 * gdbtypes.h (init_float_type): Add byte_order parameter.
51
7a9e9f9f
TT
522019-12-04 Tom Tromey <tromey@adacore.com>
53
54 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
55
feee869b
TT
562019-12-04 Tom Tromey <tromey@adacore.com>
57
58 * dwarf2read.c (process_structure_scope): Initialize
59 "discr_offset".
60
c2512106
AB
612019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
64 add it into the search spec.
65 (parse_max_results_option): New function.
66 (mi_info_functions_or_variables): Parse -max-results flag and pass
67 it to mi_symbol_info.
68 (mi_cmd_symbol_info_modules): Likewise.
69 (mi_cmd_symbol_info_types): Likewise.
70 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
71 return type to bool, change result container into a set, and don't
72 add new results if we have enough already.
73 (global_symbol_searcher::add_matching_msymbols): Change return
74 type to bool, and don't add new results if we have enough already.
75 (sort_search_symbols_remove_dups): Delete.
76 (global_symbol_searcher::search): Early exit from search loop when
77 we have enough results. Use a std::set to collect the results
78 from calling add_matching_symbols.
79 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
80 member function.
81 (global_symbol_searcher) <m_max_search_results>: New member
82 variable.
83 (global_symbol_searcher) <add_matching_symbols>: Update header
84 comment and change return type to bool.
85 (global_symbol_searcher) <add_matching_msymbols>: Update header
86 comment and change return type to bool.
87
f97a63c5
AB
882019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * symtab.c (symbol_search::compare_search_syms): Update header
91 comment.
92 (global_symbol_searcher::is_suitable_msymbol): New function.
93 (global_symbol_searcher::expand_symtabs): New function.
94 (global_symbol_searcher::add_matching_symbols): New function.
95 (global_symbol_searcher::add_matching_msymbols): New function.
96 (global_symbol_searcher::search): Move most of the content
97 into the new functions above, and call them as needed.
98 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
99 function.
100 (global_symbol_searcher) <add_matching_symbols>: New member
101 function.
102 (global_symbol_searcher) <add_matching_msymbols>: New member
103 function.
104 (global_symbol_searcher) <is_suitable_msymbol>: New member
105 function.
106
293b38d6
AB
1072019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
110 -symbol-info-module-variables entries.
111 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
112 (mi_cmd_symbol_info_module_variables): Declare.
113 * mi/mi-symbol-cmds.c
114 (module_symbol_search_iterator): New typedef.
115 (output_module_symbols_in_single_module_and_file): New function.
116 (output_module_symbols_in_single_module): New function.
117 (mi_info_module_functions_or_variables): New function.
118 (mi_cmd_symbol_info_module_functions): New function.
119 (mi_cmd_symbol_info_module_variables): New function.
120 * NEWS: Mention new MI command.
121
4cbd39b2
CB
1222019-12-03 Christian Biesinger <cbiesinger@google.com>
123
124 * bcache.c (hash): Remove.
125 (hash_continue): Remove.
126 * bcache.h (hash): Remove.
127 (hash_continue): Remove.
128 (struct bcache) <ctor>: Update.
129 * psymtab.c (psymbol_hash): Update.
130 * stabsread.c (hashname): Update.
131 * utils.h (fast_hash): Add an argument for a start value,
132 defaulting to zero.
133
82f910ea
PW
1342019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
135 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
136 (destroy_block_symbol_cache): New function.
137 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
138 (resize_symbol_cache): Likewise.
139
de2396d0
TT
1402019-12-02 Tom Tromey <tom@tromey.com>
141
142 * unittests/tui-selftests.c (run_tests): Make conditional.
143 (_initialize_tui_selftest): Make conditional.
144
638d85bc
CB
1452019-12-02 Christian Biesinger <cbiesinger@google.com>
146
147 * aix-thread.c (debug_aix_thread): Change type to bool.
148
7532a164
LM
1492019-12-02 Luis Machado <luis.machado@linaro.org>
150
151 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
152
216a7e6b
AB
1532019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * dwarf2read.c (read_tag_string_type): Read the fields required to
156 make a dynamic string, and possibly create a dynamic range for the
157 string.
158 (attr_to_dynamic_prop): Setup is_reference based on the type of
159 attribute being processed.
160 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
161 (resolve_dynamic_array): Rename to...
162 (resolve_dynamic_array_or_string): ...this, update header comment,
163 and accept TYPE_CODE_STRING.
164 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
165
11a8b164
AB
1662019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
169 of its implementation from...
170 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
171 the new function.
172
5bbd8269
AB
1732019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
176 create a range with stride where appropriate.
177 * f-valprint.c: Include 'gdbarch.h'.
178 (f77_print_array_1): Take the stride into account when walking the
179 array. Also convert the stride into addressable units.
180 * gdbtypes.c (create_range_type): Initialise the stride to
181 constant zero.
182 (create_range_type_with_stride): New function, initialise the
183 range as normal, and then setup the stride.
184 (has_static_range): Include the stride here. Also change the
185 return type to bool.
186 (create_array_type_with_stride): Consider the range stride if the
187 array isn't given its own stride.
188 (resolve_dynamic_range): Resolve the stride if needed.
189 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
190 (struct range_bounds) <flag_is_byte_stride>: New member variable.
191 (TYPE_BIT_STRIDE): Define.
192 (TYPE_ARRAY_BIT_STRIDE): Define.
193 (create_range_type_with_stride): Declare.
194 * valarith.c (value_subscripted_rvalue): Take range stride into
195 account when walking the array.
196
82e3b564
TT
1972019-12-01 Tom Tromey <tom@tromey.com>
198
199 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
200 specially.
201
517d261d
TT
2022019-12-01 Tom Tromey <tom@tromey.com>
203
204 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
205 \0.
206 * unittests/tui-selftests.c: New file.
207 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
208
484c9b64
TT
2092019-12-01 Tom Tromey <tom@tromey.com>
210
211 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
212
a2a7af0c
TT
2132019-12-01 Tom Tromey <tom@tromey.com>
214
215 * NEWS: Document new settings.
216 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
217 * tui/tui-win.c (_initialize_tui_win): Add border style
218 observers.
219 * tui/tui-io.h (tui_apply_style): Declare.
220 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
221 longer static.
222 (apply_ansi_escape, tui_set_reverse_mode): Update.
223 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
224 Add "skip_intensity" parameter.
225 <changed>: New member.
226 <do_set_value>: Declare.
227 (tui_border_style, tui_active_border_style): Declare.
228 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
229 globals.
230 (cli_style_option): Initialize "changed".
231 (cli_style_option::do_set_value): New function.
232 (cli_style_option::add_setshow_commands): Add "skip_intensity"
233 parameter. Update.
234 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
235 (_initialize_cli_style): Update. Create TUI border style
236 commands.
237
d1da6b01
TT
2382019-12-01 Tom Tromey <tom@tromey.com>
239
240 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
241 parameter.
242 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
243 parameter.
244 * tui/tui-win.h (compact_source): Declare.
245 * tui/tui-win.c (compact_source): New global.
246 (tui_set_compact_source, tui_show_compact_source): New functions.
247 (_initialize_tui_win): Add "compact-source" setting.
248 * tui/tui-source.c (tui_source_window::set_contents): Handle
249 compact_source setting.
250 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
251 * NEWS: Document new setting.
252
489dbda6
TT
2532019-11-30 Tom Tromey <tom@tromey.com>
254
255 * dwarf2read.c (dwarf2_add_field): Include field offset when
256 computing variant part length.
257
bf498525
PW
2582019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
259 * NEWS: Mention define-prefix. Tell that command names can now
260 contain a . character.
261
be09caf1
PW
2622019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
263
264 * command.h (valid_cmd_char_p): Declare.
265 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
266 the check of valid command char.
267 (find_command_name_length, valid_user_defined_cmd_name_p): Use
268 valid_cmd_char_p.
269 * cli/cli-script.c (validate_comname): Likewise.
270 * completer.c (gdb_completer_command_word_break_characters):
271 Do not remove . from the word break char, update comments.
272 (complete_line_internal_1): Use valid_cmd_char_p.
273 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
274 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
275
c6ac7fc9
PW
2762019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
277
278 * cli/cli-script.c (do_define_command): Ensure a redefined
279 prefix command is kept as a prefix command.
280 (define_prefix_command): New function.
281 (show_user_1): Report user defined prefixes.
282 (_initialize_cli_script): Create the new 'define-prefix' command.
283 Add completers for 'define' and 'document'.
284 * top.c (execute_command): If command is a user-defined prefix only
285 command, report the list of commands for this prefix command.
286
a992a3b0
TBA
2872019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
288
289 * valops.c (find_oload_champ): Improve debug output.
290
e9194a1a
TBA
2912019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
292
293 * valops.c (find_oload_champ): Print part of debug messages
294 before the badness vector is std::move'd.
295
53a008a6
TT
2962019-11-28 Tom Tromey <tom@tromey.com>
297
298 * value.c (creal_internal_fn): Fix comment.
299
bab05c83
TT
3002019-11-28 Tom Tromey <tom@tromey.com>
301
302 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
303 flag_bound_evaluated>: Now unsigned.
304
2522f049
TT
3052019-11-28 Tom Tromey <tom@tromey.com>
306
307 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
308 declare.
309
38b49e22
MS
3102019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
311
312 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
313 debug output.
314 * jit.c (jit_unregister_code): Add debug print to match
315 `jit_register_code`.
316
35125921
CB
3172019-11-27 Christian Biesinger <cbiesinger@google.com>
318
319 * NEWS: Mention the new multithreaded symbol loading.
320
62e77f56
CB
3212019-11-27 Christian Biesinger <cbiesinger@google.com>
322
323 * maint.c (n_worker_threads): Default to 0.
324 (worker_threads_disabled): New function.
325 * maint.h (worker_threads_disabled): New function.
326 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
327 here if worker_threads_disabled () is true.
328 (minimal_symbol_reader::install): Skip all threading if
329 worker_threads_disabled () is true.
330
f29d7f6b
CB
3312019-11-27 Christian Biesinger <cbiesinger@google.com>
332
333 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
334 hash code if possible.
335 (add_minsym_to_demangled_hash_table): Likewise.
336 (minimal_symbol_reader::install): Compute the hash codes for msymbol
337 on the background thread.
338 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
339 Add these fields.
340
e76b2246
CB
3412019-11-27 Christian Biesinger <cbiesinger@google.com>
342
343 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
344 of the mangled name on the background thread.
345 * symtab.c (symbol_set_names): Allow passing in the hash of the
346 linkage_name.
347 * symtab.h (symbol_set_names): Likewise.
348
8d9a2568
KB
3492019-11-27 Kevin Buettner <kevinb@redhat.com>
350
351 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
352 physnames are computed for inherited DIEs.
353
fad03f6e
TT
3542019-11-27 Tom Tromey <tromey@adacore.com>
355
356 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
357 backslashes.
358 * cp-support.c: Remove unnecessary backslashes.
359
43678b0a
CB
3602019-11-27 Christian Biesinger <cbiesinger@google.com>
361
362 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
363 with sym->set_linkage_name.
364 * coffread.c (coff_read_enum_type): Likewise.
365 * mdebugread.c (parse_symbol): Likewise.
366 * stabsread.c (patch_block_stabs): Likewise.
367 (define_symbol): Likewise.
368 (read_enum_type): Likewise.
369 (common_block_end): Likewise.
370 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
371 function.
372 (SYMBOL_SET_LINKAGE_NAME): Remove.
373 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
374 with sym->set_linkage_name.
375
db5960b4
AB
3762019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
379 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
380 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
381 * NEWS: Mention new MI command.
382
7dc42066
AB
3832019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
386 '-symbol-info-types', and '-symbol-info-variables'.
387 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
388 (mi_cmd_symbol_info_types): Declare.
389 (mi_cmd_symbol_info_variables): Declare.
390 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
391 (output_debug_symbol): New function.
392 (output_nondebug_symbol): New function.
393 (mi_symbol_info): New function.
394 (mi_info_functions_or_variables): New function.
395 (mi_cmd_symbol_info_functions): New function.
396 (mi_cmd_symbol_info_types): New function.
397 (mi_cmd_symbol_info_variables): New function.
398 * NEWS: Mention new commands.
399
5f512a7d
AB
4002019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 * symtab.c (symbol_to_info_string): New function, most content
403 moved from print_symbol_info, but updated to return a std::string.
404 (print_symbol_info): Update to use symbol_to_info_string and print
405 returned string.
406 * symtab.h (symbol_to_info_string): Declare new function.
407
470c0b1c
AB
4082019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * python/python.c (gdbpy_rbreak): Convert to using
411 global_symbol_searcher.
412 * symtab.c (file_matches): Convert return type to bool, change
413 file list to std::vector, update header comment.
414 (search_symbols): Rename to...
415 (global_symbol_searcher::search): ...this and update now its
416 a member function of global_symbol_searcher. Take account of the
417 changes to file_matches.
418 (symtab_symbol_info): Convert to using global_symbol_searcher.
419 (rbreak_command): Likewise.
420 (search_module_symbols): Likewise.
421 * symtab.h (enum symbol_search): Update comment.
422 (search_symbols): Remove declaration.
423 (class global_symbol_searcher): New class.
424
57357d9d
TT
4252019-11-26 Tom Tromey <tromey@adacore.com>
426
427 * cp-support.c (_initialize_cp_support): Conditionally initialize
428 gdb_demangle_attempt_core_dump.
429
3ea16160
TT
4302019-11-26 Tom Tromey <tom@tromey.com>
431
432 * python/py-function.c (fnpy_init): Update.
433 * value.h (add_internal_function): Adjust declaration.
434 * value.c (function_destroyer): Remove.
435 (do_add_internal_function): Don't set destroyer or copy name.
436 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
437 Set name_allocated.
438 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
439 (cmdpy_init): Set name_allocated.
440 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
441 member.
442 (~cmd_list_element): Free "name" if needed.
443
1a6d41c6
TT
4442019-11-26 Tom Tromey <tom@tromey.com>
445
446 * value.h (add_internal_function): Add new overload. Move
447 documentation from value.h.
448 * value.c (do_add_internal_function): New function.
449 (add_internal_function): Use it. Add new overload.
450 (function_destroyer): Don't free doc.
451 * python/py-function.c (fnpy_init): Update.
452
8318f3c3
TT
4532019-11-26 Tom Tromey <tom@tromey.com>
454
455 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
456 (cmdpy_init): Set "doc_allocated".
457
4da8c3a8
TT
4582019-11-26 Tom Tromey <tom@tromey.com>
459
460 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
461 name of worker thread.
462 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
463 pthread_setname_np.
464 * configure, config.in: Rebuild.
465
971db5e2
TT
4662019-11-26 Tom Tromey <tom@tromey.com>
467
468 * python/python.c (class gdbpy_gil): New.
469 (struct gdbpy_event): Add constructor, destructor, operator().
470 (gdbpy_post_event): Use run_on_main_thread.
471 (gdbpy_initialize_events): Remove.
472 (do_start_initialization): Update.
473
22138db6
TT
4742019-11-26 Tom Tromey <tom@tromey.com>
475
476 * NEWS: Add entry.
477 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
478 commands. Call update_thread_pool_size.
479 (update_thread_pool_size, maintenance_set_worker_threads): New
480 functions.
481 (n_worker_threads): New global.
482
d55c9a68
TT
4832019-11-26 Christian Biesinger <cbiesinger@google.com>
484 Tom Tromey <tom@tromey.com>
485
486 * minsyms.c (minimal_symbol_reader::install): Use
487 parallel_for_each.
488 * gdbsupport/parallel-for.h: New file.
489 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
490
a0b57563
CB
4912019-11-26 Christian Biesinger <cbiesinger@google.com>
492 Tom Tromey <tom@tromey.com>
493
494 * gdbsupport/thread-pool.h: New file.
495 * gdbsupport/thread-pool.c: New file.
496 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
497 (HFILES_NO_SRCDIR): Add thread-pool.h.
498
3b3978bc
TT
4992019-11-26 Tom Tromey <tom@tromey.com>
500
501 * event-top.h (thread_local_segv_handler): Declare.
502 * event-top.c (thread_local_segv_handler): New global.
503 (install_handle_sigsegv, handle_sigsegv): New functions.
504 (async_init_signals): Install SIGSEGV handler.
505 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
506 thread-local.
507 (report_failed_demangle): New function.
508 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
509 handler-setting code, instead use segv_handler. Run warning code
510 on main thread.
511
9411c49e
TT
5122019-11-26 Tom Tromey <tom@tromey.com>
513
514 * run-on-main-thread.c: New file.
515 * run-on-main-thread.h: New file.
516 * unittests/main-thread-selftests.c: New file.
517 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
518 main-thread-selftests.c.
519 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
520 (COMMON_SFILES): Add run-on-main-thread.c.
521
c3efb965
TT
5222019-11-26 Tom Tromey <tom@tromey.com>
523
524 * main.c (setup_alternate_signal_stack): Remove.
525 (captured_main_1): Use gdb::alternate_signal_stack.
526 * gdbsupport/alt-stack.h: New file.
527
21987b9c
TT
5282019-11-26 Tom Tromey <tom@tromey.com>
529
530 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
531 Remove comment.
532 (save_original_signals_state, restore_original_signals_state): Use
533 gdb_sigmask.
534 * linux-nat.c (block_child_signals, restore_child_signals_mask)
535 (_initialize_linux_nat): Use gdb_sigmask.
536 * guile/guile.c (_initialize_guile): Use block_signals.
537 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
538 * gdbsupport/gdb-sigmask.h: New file.
539 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
540 * cp-support.c (gdb_demangle): Use gdb_sigmask.
541 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
542 pthread_sigmask.
543 * configure, config.in: Rebuild.
544 * gdbsupport/block-signals.h: New file.
545
5e030278
TT
5462019-11-26 Tom Tromey <tom@tromey.com>
547
548 * acinclude.m4: Include ax_pthread.m4.
549 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
550 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
551 (CLIBS): Use PTHREAD_LIBS.
552 (aclocal_m4_deps): Add ax_pthread.m4.
553 * config.in, configure: Rebuild.
554 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
555
5a79c107
TT
5562019-11-26 Tom Tromey <tom@tromey.com>
557
558 * symtab.h (struct minimal_symbol) <name_set>: New member.
559 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
560 Don't call symbol_set_names.
561 (minimal_symbol_reader::install): Call symbol_set_names.
562
aa369509
PW
5632019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
564
565 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
566 restore_active_ext_lang, as GIL is needed for (indirectly)
567 called PyOS_InterruptOccurred.
568
cadc9cb8
SM
5692019-11-26 Simon Marchi <simon.marchi@efficios.com>
570
571 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
572 definition.
573
d04afd58
SM
5742019-11-26 Simon Marchi <simon.marchi@efficios.com>
575
576 * remote-sim.c (simulator_command): Make static, remove
577 declaration.
578
dd694d77
SM
5792019-11-26 Simon Marchi <simon.marchi@efficios.com>
580
581 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
582 static.
583 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
584 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
585 (main): Likewise.
586 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
587 (main): Likewise.
588 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
589 (main): Likewise.
590 * unittests/basic_string_view/element_access/char/1.cc (test01):
591 Likewise.
592 (main): Likewise.
593 * unittests/basic_string_view/element_access/char/empty.cc (main):
594 Likewise.
595 * unittests/basic_string_view/element_access/char/front_back.cc
596 (test01): Likewise.
597 (main): Likewise.
598 * unittests/basic_string_view/inserters/char/2.cc (test05):
599 Likewise.
600 (main): Likewise.
601 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
602 (test01): Likewise.
603 (main): Likewise.
604 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
605 (test01): Likewise.
606 (main): Likewise.
607 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
608 Likewise.
609 * unittests/basic_string_view/operations/compare/char/1.cc
610 (test01): Likewise.
611 (main): Likewise.
612 * unittests/basic_string_view/operations/compare/char/13650.cc
613 (test01): Likewise.
614 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
615 Likewise.
616 (main): Likewise.
617 * unittests/basic_string_view/operations/data/char/1.cc (test01):
618 Likewise.
619 (main): Likewise.
620 * unittests/basic_string_view/operations/find/char/1.cc (test01):
621 Likewise.
622 (main): Likewise.
623 * unittests/basic_string_view/operations/find/char/2.cc (test02):
624 Likewise.
625 (main): Likewise.
626 * unittests/basic_string_view/operations/find/char/3.cc (test03):
627 Likewise.
628 (main): Likewise.
629 * unittests/basic_string_view/operations/find/char/4.cc (main):
630 Likewise.
631 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
632 Likewise.
633 (main): Likewise.
634 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
635 Likewise.
636 (main): Likewise.
637 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
638 Likewise.
639 (main): Likewise.
640 * unittests/basic_string_view/operations/substr/char/1.cc
641 (test01): Likewise.
642 (main): Likewise.
643 * unittests/basic_string_view/operators/char/2.cc (main):
644 Likewise.
645 * unittests/optional/assignment/1.cc (test): Likewise.
646 * unittests/optional/assignment/2.cc (test): Likewise.
647 * unittests/optional/assignment/3.cc (test): Likewise.
648 * unittests/optional/assignment/4.cc (test): Likewise.
649 * unittests/optional/assignment/5.cc (test): Likewise.
650 * unittests/optional/assignment/6.cc (test): Likewise.
651 * unittests/optional/assignment/7.cc (test): Likewise.
652 * unittests/optional/cons/copy.cc (test): Likewise.
653 * unittests/optional/cons/default.cc (test): Likewise.
654 * unittests/optional/cons/move.cc (test): Likewise.
655 * unittests/optional/cons/value.cc (test): Likewise.
656 * unittests/optional/in_place.cc (test): Likewise.
657 * unittests/optional/observers/1.cc (test): Likewise.
658 * unittests/optional/observers/2.cc (test): Likewise.
659
3b5c1d49
SM
6602019-11-26 Simon Marchi <simon.marchi@efficios.com>
661
662 * tui-win.h (tui_set_var_cmd): Remove.
663 * tui-win.c (tui_set_var_cmd): Make static.
664
adce99fe
SM
6652019-11-26 Simon Marchi <simon.marchi@efficios.com>
666
667 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
668 rbreak_command_wrapper): Remove.
669 * symtab.c (rbreak_command_wrapper): Remove.
670
fe3adccf
SM
6712019-11-26 Simon Marchi <simon.marchi@efficios.com>
672
673 * inferior.h (info_terminal_command): Remove declaration.
674 * inflow.c (info_terminal_command): Make static.
675
b926335f
SM
6762019-11-26 Simon Marchi <simon.marchi@efficios.com>
677
678 * inferior.c (exit_inferior_silent): Remove.
679
b62f6f54
SM
6802019-11-26 Simon Marchi <simon.marchi@efficios.com>
681
682 * dictionary.c (dict_empty, mdict_empty): Remove.
683 * dictionary.c (mdict_empty): Remove.
684
cb8c24b6
SM
6852019-11-26 Simon Marchi <simon.marchi@efficios.com>
686
687 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
688 (arc_insn_get_memory_offset): Likewise.
689 (arc_insn_dump): Likewise.
690 * cp-support.c (test_cp_symbol_name_matches): Likewise.
691 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
692 * dictionary.c (dict_iterator_next): Likewise.
693 (dict_iter_match_first): Likewise.
694 (dict_iter_match_next): Likewise.
695 * f-lang.c (evaluate_subexp_f): Likewise.
696 * hppa-tdep.c (hppa_read_pc): Likewise.
697 * i386-tdep.c (i386_floatformat_for_type): Likewise.
698 * parse.c (write_exp_elt_msym): Likewise.
699 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
700 * remote.c (remote_packet_size): Likewise.
701 (remote_notif_stop_parse): Likewise.
702 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
703 * s12z-tdep.c (s12z_disassemble_info): Likewise.
704 * source.c (prepare_path_for_appending): Likewise.
705 * sparc64-linux-tdep.c
706 (sparc64_linux_handle_segmentation_fault); Likewise.
707 * stack.c (frame_selection_by_function_completer): Likewise.
708
781597ff
SM
7092019-11-26 Simon Marchi <simon.marchi@efficios.com>
710
711 * completer.c (set_gdb_completion_word_break_characters):
712 Remove.
713
23baa4cc
SM
7142019-11-26 Simon Marchi <simon.marchi@efficios.com>
715
716 * dwarf-index-write.c: Include dwarf-index-write.h.
717 * mi/mi-interp.c: Include mi/mi-interp.h.
718
23767560
SM
7192019-11-26 Simon Marchi <simon.marchi@efficios.com>
720
721 * aarch32-tdep.c: Include aarch32-tdep.h.
722 * aarch32-tdep.h: Forward-declare struct target_desc.
723
6d91ce9a
CB
7242019-11-26 Christian Biesinger <cbiesinger@google.com>
725
726 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
727 strerror.
728 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
729 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
730
3cf2f237
TV
7312019-11-25 Tom de Vries <tdevries@suse.de>
732
733 * contrib/words.sh: Add -c option.
734
5b89c67a
CB
7352019-11-25 Christian Biesinger <cbiesinger@google.com>
736
737 * solib.c (solib_find_1): Change int to bool.
738 (exec_file_find): Change int to bool.
739 (solib_find): Change int to bool.
740 (solib_read_symbols): Change int to bool.
741 (solib_used): Change int to bool.
742 (solib_add): Change int to bool.
743 (info_sharedlibrary_command): Change int to bool.
744 (solib_contains_address_p): Change int to bool.
745 (solib_keep_data_in_core): Change int to bool.
746 (in_solib_dynsym_resolve_code): Change int to bool.
747 (reload_shared_libraries_1): Change int to bool.
748 (gdb_sysroot_changed): Change int to bool.
749 * solib.h (solib_read_symbols): Change int to bool.
750 (solib_contains_address_p): Change int to bool.
751 (solib_keep_data_in_core): Change int to bool.
752 (in_solib_dynsym_resolve_code): Change int to bool.
753 (libpthread_name_p): Change int to bool.
754
6cc8564b
LM
7552019-11-25 Luis Machado <luis.machado@linaro.org>
756
757 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
758 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
759 (remote_packet_max_chars): New static global.
760 (show_remote_packet_max_chars): New function.
761 (remote_target::putpkt_binary): Adjust to use new
762 remote_packet_max_chars option.
763 (remote_target::getpkt_or_notif_sane_1): Likewise.
764 (_initialize_remote): Register new remote-packet-max-chars option.
765
a7cdaa91
SM
7662019-11-24 Simon Marchi <simon.marchi@efficios.com>
767
768 * m68k-linux-nat.c: Include gdbarch.h.
769
26abc753
TT
7702019-11-24 Tom Tromey <tom@tromey.com>
771
772 * symfile.c (read_symbols): Update.
773 * psymtab.c (require_partial_symbols): Change type of "verbose" to
774 bool.
775 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
776 (psym_lookup_symbol, psym_find_last_source_symtab)
777 (psym_forget_cached_source_info, psym_print_stats)
778 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
779 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
780 (psym_map_matching_symbols, psym_expand_symtabs_matching)
781 (psym_find_compunit_symtab_by_address)
782 (maintenance_print_psymbols, maintenance_info_psymtabs)
783 (maintenance_check_psymtabs): Update.
784 * psymtab.h (require_partial_symbols): Change type of "verbose" to
785 bool.
786
012fc909
TT
7872019-11-22 Tom Tromey <tom@tromey.com>
788
789 * observable.h: Update comments.
790
c83d8d32
TT
7912019-11-22 Tom Tromey <tromey@adacore.com>
792
793 * ada-tasks.c (ada_task_is_alive): Make parameter const.
794 (print_ada_task_info): Don't try to fetch thread id if task is not
795 alive.
796
987012b8
CB
7972019-11-22 Christian Biesinger <cbiesinger@google.com>
798
799 * ada-exp.y: Update.
800 * ada-lang.c (sort_choices): Update.
801 (ada_print_symbol_signature): Update.
802 (resolve_subexp): Update.
803 (ada_parse_renaming): Update.
804 (ada_read_renaming_var_value): Update.
805 (lesseq_defined_than): Update.
806 (remove_extra_symbols): Update.
807 (remove_irrelevant_renamings): Update.
808 (ada_add_block_symbols): Update.
809 (ada_collect_symbol_completion_matches): Update.
810 (ada_is_renaming_symbol): Update.
811 (aggregate_assign_from_choices): Update.
812 (ada_evaluate_subexp): Update.
813 (ada_has_this_exception_support): Update.
814 (ada_is_non_standard_exception_sym): Update.
815 (ada_add_exceptions_from_frame): Update.
816 (ada_add_global_exceptions): Update.
817 (ada_print_subexp): Update.
818 * ax-gdb.c (gen_var_ref): Update.
819 (gen_maybe_namespace_elt): Update.
820 (gen_expr_for_cast): Update.
821 (gen_expr): Update.
822 * block.h: Update.
823 * blockframe.c (find_pc_partial_function): Update.
824 * breakpoint.c (print_breakpoint_location): Update.
825 (update_static_tracepoint): Update.
826 * btrace.c (ftrace_print_function_name): Update.
827 (ftrace_function_switched): Update.
828 * buildsym.c (find_symbol_in_list): Update.
829 * c-exp.y: Update.
830 * c-typeprint.c (c_print_typedef): Update.
831 (c_type_print_template_args): Update.
832 * cli/cli-cmds.c (edit_command): Update.
833 (list_command): Update.
834 (print_sal_location): Update.
835 * coffread.c (patch_opaque_types): Update.
836 (process_coff_symbol): Update.
837 (coff_read_enum_type): Update.
838 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
839 (convert_one_symbol): Update.
840 (hash_symname): Update.
841 (eq_symname): Update.
842 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
843 * compile/compile-cplus-types.c (debug_print_scope): Update.
844 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
845 * compile/compile-object-load.c (get_out_value_type): Update.
846 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
847 (search_symbol_list): Update.
848 (cp_lookup_symbol_imports_or_template): Update.
849 * cp-support.c (overload_list_add_symbol): Update.
850 * ctfread.c (psymtab_to_symtab): Update.
851 * dbxread.c (cp_set_block_scope): Update.
852 * dictionary.c (iter_match_first_hashed): Update.
853 (iter_match_next_hashed): Update.
854 (insert_symbol_hashed): Update.
855 (iter_match_next_linear): Update.
856 * dictionary.h: Update.
857 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
858 (locexpr_describe_location_piece): Update.
859 (locexpr_describe_location_1): Update.
860 (locexpr_generate_c_location): Update.
861 (loclist_describe_location): Update.
862 (loclist_generate_c_location): Update.
863 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
864 (read_func_scope): Update.
865 (process_enumeration_scope): Update.
866 (new_symbol): Update.
867 (dwarf2_const_value): Update.
868 (dwarf2_symbol_mark_computed): Update.
869 * eval.c (evaluate_funcall): Update.
870 (evaluate_subexp_standard): Update.
871 * expprint.c (print_subexp_standard): Update.
872 (dump_subexp_body_standard): Update.
873 * f-valprint.c (info_common_command_for_block): Update.
874 * findvar.c (get_hosting_frame): Update.
875 (default_read_var_value): Update.
876 * go-lang.c (go_symbol_package_name): Update.
877 * guile/scm-block.c (bkscm_print_block_smob): Update.
878 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
879 (gdbscm_symbol_name): Update.
880 (gdbscm_symbol_linkage_name): Update.
881 (gdbscm_symbol_print_name): Update.
882 * infcall.c (get_function_name): Update.
883 * infcmd.c (jump_command): Update.
884 (finish_command): Update.
885 * infrun.c (insert_exception_resume_breakpoint): Update.
886 * linespec.c (canonicalize_linespec): Update.
887 (create_sals_line_offset): Update.
888 (convert_linespec_to_sals): Update.
889 (complete_label): Update.
890 (find_label_symbols_in_block): Update.
891 * m2-typeprint.c (m2_print_typedef): Update.
892 * mdebugread.c (mdebug_reg_to_regnum): Update.
893 (parse_symbol): Update.
894 (mylookup_symbol): Update.
895 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
896 (list_args_or_locals): Update.
897 * objc-lang.c (compare_selectors): Update.
898 (info_selectors_command): Update.
899 (compare_classes): Update.
900 (info_classes_command): Update.
901 (find_imps): Update.
902 * p-typeprint.c (pascal_print_typedef): Update.
903 * printcmd.c (build_address_symbolic): Update.
904 (info_address_command): Update.
905 (print_variable_and_value): Update.
906 * python/py-framefilter.c (extract_sym): Update.
907 (py_print_single_arg): Update.
908 * python/py-symbol.c (sympy_str): Update.
909 (sympy_get_name): Update.
910 (sympy_get_linkage_name): Update.
911 * python/python.c (gdbpy_rbreak): Update.
912 * record-btrace.c (btrace_get_bfun_name): Update.
913 (btrace_call_history): Update.
914 * rust-lang.c (rust_print_typedef): Update.
915 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
916 * stabsread.c (stab_reg_to_regnum): Update.
917 (define_symbol): Update.
918 (read_enum_type): Update.
919 (common_block_end): Update.
920 (cleanup_undefined_types_1): Update.
921 (scan_file_globals): Update.
922 * stack.c (print_frame_arg): Update.
923 (print_frame_args): Update.
924 (find_frame_funname): Update.
925 (info_frame_command_core): Update.
926 (iterate_over_block_locals): Update.
927 (print_block_frame_labels): Update.
928 (do_print_variable_and_value): Update.
929 (iterate_over_block_arg_vars): Update.
930 (return_command): Update.
931 * symmisc.c (dump_symtab_1): Update.
932 (print_symbol): Update.
933 * symtab.c (eq_symbol_entry): Update.
934 (symbol_cache_dump): Update.
935 (lookup_language_this): Update.
936 (find_pc_sect_line): Update.
937 (skip_prologue_sal): Update.
938 (symbol_search::compare_search_syms): Update.
939 (treg_matches_sym_type_name): Update.
940 (search_symbols): Update.
941 (print_symbol_info): Update.
942 (rbreak_command): Update.
943 (completion_list_add_symbol): Update.
944 (find_gnu_ifunc): Update.
945 (get_symbol_address): Update.
946 (search_module_symbols): Update.
947 (info_module_subcommand): Update.
948 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
949 (SYMBOL_LINKAGE_NAME): Remove.
950 (SYMBOL_DEMANGLED_NAME): Remove.
951 (SYMBOL_PRINT_NAME): Remove.
952 (SYMBOL_SEARCH_NAME): Remove.
953 * tracepoint.c (set_traceframe_context): Update.
954 (validate_actionline): Update.
955 (collection_list::collect_symbol): Update.
956 (encode_actions_1): Update.
957 (info_scope_command): Update.
958 (print_one_static_tracepoint_marker): Update.
959 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
960 * valops.c (address_of_variable): Update.
961 (find_overload_match): Update.
962 (find_oload_champ): Update.
963
c9d95fa3
CB
9642019-11-22 Christian Biesinger <cbiesinger@google.com>
965
966 * ada-lang.c (ada_lookup_simple_minsym): Update.
967 (ada_collect_symbol_completion_matches): Update.
968 * ada-tasks.c (read_atcb): Update.
969 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
970 (amd64_windows_skip_trampoline_code): Update.
971 * arm-tdep.c (skip_prologue_function): Update.
972 (arm_skip_stack_protector): Update.
973 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
974 (arm_wince_skip_main_prologue): Update.
975 * ax-gdb.c (gen_expr): Update.
976 * block.c (call_site_for_pc): Update.
977 * blockframe.c (find_pc_partial_function): Update.
978 * breakpoint.c (set_breakpoint_location_function): Update.
979 * btrace.c (ftrace_print_function_name): Update.
980 (ftrace_function_switched): Update.
981 * c-valprint.c (print_unpacked_pointer): Update.
982 * coffread.c (coff_symfile_read): Update.
983 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
984 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
985 * dwarf-index-write.c (write_psymbols): Update.
986 * dwarf2loc.c (call_site_to_target_addr): Update.
987 (func_verify_no_selftailcall): Update.
988 (tailcall_dump): Update.
989 (call_site_find_chain_1): Update.
990 (dwarf_expr_reg_to_entry_parameter): Update.
991 * elfread.c (elf_gnu_ifunc_record_cache): Update.
992 * eval.c (evaluate_funcall): Update.
993 (evaluate_subexp_standard): Update.
994 (evaluate_subexp_for_sizeof): Update.
995 * expprint.c (print_subexp_standard): Update.
996 (dump_subexp_body_standard): Update.
997 * frame.c (get_prev_frame_always_1): Update.
998 * frv-tdep.c (frv_skip_main_prologue): Update.
999 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1000 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1001 (gnuv3_get_typename_from_type_info): Update.
1002 (gnuv3_skip_trampoline): Update.
1003 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1004 * i386-tdep.c (i386_skip_main_prologue): Update.
1005 (i386_pe_skip_trampoline_code): Update.
1006 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1007 * infcall.c (get_function_name): Update.
1008 * linespec.c (minsym_found): Update.
1009 * linux-fork.c (info_checkpoints_command): Update.
1010 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1011 (m32c_m16c_pointer_to_address): Update.
1012 * maint.c (maintenance_translate_address): Update.
1013 * minsyms.c (add_minsym_to_hash_table): Update.
1014 (add_minsym_to_demangled_hash_table): Update.
1015 (lookup_minimal_symbol_mangled): Update.
1016 (lookup_minimal_symbol_demangled): Update.
1017 (lookup_minimal_symbol_linkage): Update.
1018 (lookup_minimal_symbol_text): Update.
1019 (lookup_minimal_symbol_by_pc_name): Update.
1020 (minimal_symbol_is_less_than): Update.
1021 (compact_minimal_symbols): Update.
1022 (build_minimal_symbol_hash_tables): Update.
1023 (find_solib_trampoline_target): Update.
1024 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1025 (mips_skip_pic_trampoline_code): Update.
1026 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1027 * objc-lang.c (info_selectors_command): Update.
1028 (info_classes_command): Update.
1029 (find_methods): Update.
1030 (find_imps): Update.
1031 * p-valprint.c (pascal_val_print): Update.
1032 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1033 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1034 * printcmd.c (build_address_symbolic): Update.
1035 (info_symbol_command): Update.
1036 * psymtab.c (psymbol_name_matches): Update.
1037 (match_partial_symbol): Update.
1038 (lookup_partial_symbol): Update.
1039 (print_partial_symbols): Update.
1040 (sort_pst_symbols): Update.
1041 (maintenance_check_psymtabs): Update.
1042 * python/py-framefilter.c (py_print_frame): Update.
1043 * python/python.c (gdbpy_rbreak): Update.
1044 * record-btrace.c (btrace_get_bfun_name): Update.
1045 (btrace_call_history): Update.
1046 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1047 (rs6000_skip_trampoline_code): Update.
1048 * sol-thread.c (info_cb): Update.
1049 * stabsread.c (scan_file_globals): Update.
1050 * stack.c (find_frame_funname): Update.
1051 (info_frame_command_core): Update.
1052 * symmisc.c (dump_msymbols): Update.
1053 * symtab.c (symbol_natural_name): Rename to..,
1054 (general_symbol_info::natural_name): ...this.
1055 (symbol_demangled_name): Rename to...
1056 (general_symbol_info::demangled_name): ...this.
1057 (symbol_search_name): Rename to...
1058 (general_symbol_info::search_name): ...this.
1059 (symbol_matches_search_name): Update.
1060 (find_pc_sect_line): Update.
1061 (skip_prologue_sal): Update.
1062 (search_symbols): Update.
1063 (print_msymbol_info): Update.
1064 (rbreak_command): Update.
1065 (completion_list_add_msymbol): Update.
1066 (completion_list_objc_symbol): Update.
1067 (get_msymbol_address): Update.
1068 * symtab.h (struct general_symbol_info): Add member functions
1069 natural_name (), linkage_name (), print_name (), demangled_name (),
1070 and search_name ().
1071 (SYMBOL_NATURAL_NAME): Update.
1072 (symbol_natural_name): Move to a member function on general_symbol_info.
1073 (SYMBOL_DEMANGLED_NAME): Update.
1074 (symbol_demangled_name): Move to a member function on
1075 general_symbol_info.
1076 (SYMBOL_SEARCH_NAME): Update.
1077 (symbol_search_name): Move to a member function on general_symbol_info.
1078 (MSYMBOL_NATURAL_NAME): Remove.
1079 (MSYMBOL_LINKAGE_NAME): Remove.
1080 (MSYMBOL_PRINT_NAME): Remove.
1081 (MSYMBOL_DEMANGLED_NAME): Remove.
1082 (MSYMBOL_SEARCH_NAME): Remove.
1083 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1084
f8bab2d6
CB
10852019-11-22 Christian Biesinger <cbiesinger@google.com>
1086
1087 * symtab.c (create_demangled_names_hash): Use per_bfd->
1088 minimal_symbol_count for computing the initial size, if greater
1089 than our default size.
1090
85e7588d
TV
10912019-11-22 Tom de Vries <tdevries@suse.de>
1092
1093 * contrib/words.sh: Improve words extraction.
1094
f6180073
TV
10952019-11-22 Tom de Vries <tdevries@suse.de>
1096
1097 * contrib/words.sh: Combine sed invocations.
1098
f10ffa41
CB
10992019-11-21 Christian Biesinger <cbiesinger@google.com>
1100
1101 * Makefile.in: Update.
1102 * demangle.c: Rename to...
1103 * gdb-demangle.c: ..this.
1104 (is_cplus_marker): Change return type to bool.
1105 (_initialize_demangler): Rename to...
1106 (_initialize_gdb_demangle): ...this.
1107 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1108 * symtab.h (demangle): Remove declaration; instead include
1109 gdb-demangle.h.
1110
6ba18521
TT
11112019-11-21 Tom Tromey <tromey@adacore.com>
1112
1113 * gdbsupport/format.c (format_pieces): Parse %I64d.
1114 * unittests/format_pieces-selftests.c (test_windows_formats): New
1115 function.
1116 (run_tests): Call it.
1117
34877895
PJ
11182019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1119
1120 Byte reverse display of variables with DW_END_big, DW_END_little
1121 (DW_AT_endianity) dwarf attributes if different than the native
1122 byte order.
1123 * ada-lang.c (ada_value_binop):
1124 Use type_byte_order instead of gdbarch_byte_order.
1125 * ada-valprint.c (printstr):
1126 (ada_val_print_string):
1127 * ada-lang.c (value_pointer):
1128 (ada_value_binop):
1129 Use type_byte_order instead of gdbarch_byte_order.
1130 * c-lang.c (c_get_string):
1131 Use type_byte_order instead of gdbarch_byte_order.
1132 * c-valprint.c (c_val_print_array):
1133 Use type_byte_order instead of gdbarch_byte_order.
1134 * cp-valprint.c (cp_print_class_member):
1135 Use type_byte_order instead of gdbarch_byte_order.
1136 * dwarf2loc.c (rw_pieced_value):
1137 Use type_byte_order instead of gdbarch_byte_order.
1138 * dwarf2read.c (read_base_type): Handle DW_END_big,
1139 DW_END_little
1140 * f-lang.c (f_get_encoding):
1141 Use type_byte_order instead of gdbarch_byte_order.
1142 * findvar.c (default_read_var_value):
1143 Use type_byte_order instead of gdbarch_byte_order.
1144 * gdbtypes.c (check_types_equal):
1145 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1146 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1147 and TYPE_ENDIANITY_LITTLE if set.
1148 (type_byte_order): new function.
1149 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1150 (struct main_type) <flag_endianity_not_default>:
1151 New field.
1152 (type_byte_order): New function.
1153 * infcmd.c (default_print_one_register_info):
1154 Use type_byte_order instead of gdbarch_byte_order.
1155 * p-lang.c (pascal_printstr):
1156 Use type_byte_order instead of gdbarch_byte_order.
1157 * p-valprint.c (pascal_val_print):
1158 Use type_byte_order instead of gdbarch_byte_order.
1159 * printcmd.c (print_scalar_formatted):
1160 Use type_byte_order instead of gdbarch_byte_order.
1161 * solib-darwin.c (darwin_current_sos):
1162 Use type_byte_order instead of gdbarch_byte_order.
1163 * solib-svr4.c (solib_svr4_r_ldsomap):
1164 Use type_byte_order instead of gdbarch_byte_order.
1165 * stap-probe.c (stap_modify_semaphore):
1166 Use type_byte_order instead of gdbarch_byte_order.
1167 * target-float.c (target_float_same_format_p):
1168 Use type_byte_order instead of gdbarch_byte_order.
1169 * valarith.c (scalar_binop):
1170 (value_bit_index):
1171 Use type_byte_order instead of gdbarch_byte_order.
1172 * valops.c (value_cast):
1173 Use type_byte_order instead of gdbarch_byte_order.
1174 * valprint.c (generic_emit_char):
1175 (generic_printstr):
1176 (val_print_string):
1177 Use type_byte_order instead of gdbarch_byte_order.
1178 * value.c (unpack_long):
1179 (unpack_bits_as_long):
1180 (unpack_value_bitfield):
1181 (modify_field):
1182 (pack_long):
1183 (pack_unsigned_long):
1184 Use type_byte_order instead of gdbarch_byte_order.
1185 * findvar.c (unsigned_pointer_to_address):
1186 (signed_pointer_to_address):
1187 (unsigned_address_to_pointer):
1188 (address_to_signed_pointer):
1189 (default_read_var_value):
1190 (default_value_from_register):
1191 Use type_byte_order instead of gdbarch_byte_order.
1192 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1193 Use type_byte_order instead of gdbarch_byte_order.
1194 * riscv-tdep.c (riscv_print_one_register_info):
1195 Use type_byte_order instead of gdbarch_byte_order.
1196
87fb00ea
SM
11972019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1198
1199 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1200 (current_ui_gdb_stdin_ptr): Likewise.
1201 (current_ui_gdb_stderr_ptr): Likewise.
1202 (current_ui_gdb_stdlog_ptr): Likewise.
1203 (current_ui_current_uiout_ptr): Likewise.
1204 (gen_ret_current_ui_field_ptr): Remove.
1205
65d1cd5f
TV
12062019-11-21 Tom de Vries <tdevries@suse.de>
1207
1208 PR gdb/24956
1209 * cli/cli-script.c (execute_control_command): Only switch to
1210 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1211
9f6ad286
TT
12122019-11-19 Tom Tromey <tom@tromey.com>
1213
1214 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1215 Now static. Change type of "name".
1216 (tui_set_win_height_command): Don't copy "arg".
1217 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1218 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1219
435d3d88
AT
12202019-11-19 Ali Tamur <tamur@google.com>
1221
1222 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1223 "if (attr != nullptr)".
1224 (dwarf2_find_base_address): Likewise.
1225 (dwarf2_build_include_psymtabs): Likewise.
1226 (read_cutu_die_from_dwo): Likewise.
1227 (read_func_scope): Likewise.
1228 (read_call_site_scope): Likewise.
1229 (dwarf2_get_pc_bounds): Likewise.
1230 (dwarf2_record_block_ranges): Likewise.
1231 (dwarf2_add_field): Likewise.
1232 (dwarf2_add_member_fn): Likewise.
1233 (read_structure_type): Likewise.
1234 (read_enumeration_type): Likewise.
1235 (read_array_type): Likewise.
1236 (read_array_order): Likewise.
1237 (read_set_type): Likewise.
1238 (read_common_block): Likewise.
1239 (read_tag_reference_type): Likewise.
1240 (read_tag_string_type): Likewise.
1241 (read_subroutine_type): Likewise.
1242 (read_base_type): Likewise.
1243 (read_subrange_type): Likewise.
1244 (new_symbol): Likewise.
1245 (prepare_one_comp_unit): Likewise.
1246
c9739b6a
TT
12472019-11-19 Tom Tromey <tromey@adacore.com>
1248
1249 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1250 result in error when DebugActiveProcess fails.
1251
494409bb
SDJ
12522019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1253 Pedro Alves <palves@redhat.com>
1254
1255 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1256 * target.c (target_stack::push): Call 'unpush' if there's a
1257 target on top of the stack.
1258
2e953aca
PW
12592019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1260
1261 * python/py-block.c (blpy_dealloc): Call tp_free.
1262 (blpy_block_syms_dealloc): Likewise.
1263 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1264 * python/py-inferior.c (infpy_dealloc): Likewise.
1265 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1266 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1267 * python/py-symbol.c (sympy_dealloc): Likewise.
1268 * python/py-symtab.c (stpy_dealloc): Likewise.
1269 * python/py-type.c (typy_iterator_dealloc): Likewise.
1270
6edc43ec
CB
12712019-11-18 Christian Biesinger <cbiesinger@google.com>
1272
1273 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1274 constructor instead of using a class initializer.
1275
cd850b40
CB
12762019-11-15 Christian Biesinger <cbiesinger@google.com>
1277
1278 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1279 * configure: Regenerate.
1280 * configure.ac: Don't source common.host.
1281 * gdbsupport/common.host: Remove.
1282 * gdbsupport/mingw-strerror.c: Remove.
1283 * gdbsupport/posix-strerror.c: Rename to...
1284 * gdbsupport/safe-strerror.c: ...this.
1285
53fea9c7
CB
12862019-11-15 Christian Biesinger <cbiesinger@google.com>
1287
1288 * maint.c (scoped_command_stats::print_time): Use localtime_r
1289 instead of localtime (provided through gnulib if necessary).
1290 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1291 of ctime.
1292
f8e27d88
CB
12932019-11-15 Christian Biesinger <cbiesinger@google.com>
1294
1295 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1296 avoid compile errors.
1297
5abebf3c
CB
12982019-11-15 Christian Biesinger <cbiesinger@google.com>
1299
1300 * config.in: Regenerate.
1301 * configure: Regenerate.
1302 * gdbsupport/common.m4: No longer check for strerror_r.
1303 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1304 POSIX version of strerror_r, now that gnulib provides it if
1305 necessary.
1306
9a351667
CB
13072019-11-14 Christian Biesinger <cbiesinger@google.com>
1308
1309 * README (`configure' options): Update.
1310
55708e99
TT
13112019-11-14 Tom Tromey <tromey@adacore.com>
1312
1313 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1314 expected type for the RHS if the LHS is a convenience variable.
1315
4b09bb2e
SM
13162019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1317
1318 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1319 Provide explicit default and copy constructor.
1320
bd454f8b
PW
13212019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1322
1323 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1324 only call Py_INCREF (newbp) in the bppy_pending_object case.
1325
d1aa3cf0
TT
13262019-11-13 Tom Tromey <tromey@adacore.com>
1327
1328 PR build/25182:
1329 * psympriv.h (partial_symbol): Remove static assert.
1330 * symtab.h (general_symbol_info, symbol): Remove static assert.
1331
e06f3d6e
AB
13322019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdbsupport/format.c (format_pieces::format_pieces): Support
1335 printf 'z' size modifier.
1336 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1337 * printcmd.c (ui_printf): Handle size_t_arg.
1338 * ui-out.c (ui_out::vmessage): Likewise.
1339 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1340 function.
1341 (run_tests): Call test_format_int_sizes.
1342
468c0cbb
CB
13432019-11-12 Christian Biesinger <cbiesinger@google.com>
1344
1345 * ada-exp.y (write_ambiguous_var): Update.
1346 * buildsym.c (add_symbol_to_list): Update.
1347 * dwarf2read.c (read_variable): Update.
1348 (new_symbol): Update.
1349 * jit.c (finalize_symtab): Update.
1350 * language.c (language_alloc_type_symbol): Update.
1351 * symtab.c (fixup_symbol_section): Update.
1352 (initialize_objfile_symbol_1): Move code to...
1353 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1354 (allocate_symbol): Update.
1355 (allocate_template_symbol): Update.
1356 (get_symbol_address): Update.
1357 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1358 of having as a field, and add a constructor.
1359 (SYMBOL_VALUE): Update.
1360 (SYMBOL_VALUE_ADDRESS): Update.
1361 (SET_SYMBOL_VALUE_ADDRESS): Update.
1362 (SYMBOL_VALUE_BYTES): Update.
1363 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1364 (SYMBOL_BLOCK_VALUE): Update.
1365 (SYMBOL_VALUE_CHAIN): Update.
1366 (SYMBOL_LANGUAGE): Update.
1367 (SYMBOL_SECTION): Update.
1368 (SYMBOL_OBJ_SECTION): Update.
1369 (SYMBOL_SET_LANGUAGE): Update.
1370 (SYMBOL_SET_LINKAGE_NAME): Update.
1371 (SYMBOL_SET_NAMES): Update.
1372 (SYMBOL_NATURAL_NAME): Update.
1373 (SYMBOL_LINKAGE_NAME): Update.
1374 (SYMBOL_DEMANGLED_NAME): Update.
1375 (SYMBOL_SEARCH_NAME): Update.
1376 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1377 (struct symbol): Update.
1378 (struct template_symbol): Update.
1379 (struct rust_vtable_symbol): Update.
1380 * xcoffread.c (SYMBOL_DUP): Update.
1381
ed2c82c3
TT
13822019-11-12 Tom Tromey <tom@tromey.com>
1383
1384 * tui/tui-layout.c (show_layout): Set current_layout.
1385 (show_source_disasm_command, show_data)
1386 (show_source_or_disasm_and_command): Don't set current_layout.
1387
d9fcefd5
TT
13882019-11-12 Tom Tromey <tom@tromey.com>
1389
1390 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1391
45e42163
TT
13922019-11-12 Tom Tromey <tom@tromey.com>
1393
1394 * tui/tui-win.c (resize_message): New global.
1395 (show_tui_resize_message): New function.
1396 (tui_async_resize_screen): Print message if requested.
1397 (_initialize_tui_win): Add tui-resize-message setting.
1398 * NEWS: Add entry for new commands.
1399
c86d74cc
TT
14002019-11-11 Tom Tromey <tom@tromey.com>
1401
1402 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1403 functions.
1404
7b7b9424
CB
14052019-11-11 Christian Biesinger <cbiesinger@google.com>
1406
1407 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1408
086baaf1
AB
14092019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1410
1411 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1412 function.
1413 * python/python-internal.h (gdbpy_lookup_static_symbols):
1414 Declare new function.
1415 * python/python.c (python_GdbMethods): Add
1416 gdb.lookup_static_symbols method.
1417 * NEWS: Mention gdb.lookup_static_symbols.
1418
09ff83af
AB
14192019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1422 static block of current object file first. Also fix typo in
1423 header comment.
1424
eb2dd8df
AB
14252019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1426
1427 * stack.c (set_last_displayed_sal): Delete.
1428 (last_displayed_sal_valid): Delete.
1429 (last_displayed_pspace): Delete.
1430 (last_displayed_addr): Delete.
1431 (last_displayed_symtab): Delete.
1432 (last_displayed_line): Delete.
1433 (class last_displayed_symtab_info_type): New.
1434 (last_displayed_symtab_info): New static global variable.
1435 (print_frame_info): Call methods on last_displayed_symtab_info.
1436 (clear_last_displayed_sal): Update header comment, and make use of
1437 last_displayed_symtab_info.
1438 (last_displayed_sal_is_valid): Likewise.
1439 (get_last_displayed_pspace): Likewise.
1440 (get_last_displayed_addr): Likewise.
1441 (get_last_displayed_symtab): Likewise.
1442 (get_last_displayed_line): Likewise.
1443 (get_last_displayed_sal): Likewise.
1444 * stack.h (clear_last_displayed_sal): Update header comment.
1445 (last_displayed_sal_is_valid): Likewise.
1446 (get_last_displayed_pspace): Likewise.
1447 (get_last_displayed_addr): Likewise.
1448 (get_last_displayed_symtab): Likewise.
1449 (get_last_displayed_line): Likewise.
1450 (get_last_displayed_sal): Likewise.
1451
62137775
AB
14522019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1453
1454 * stack.c (frame_show_address): Convert return type to bool.
1455 * stack.h (frame_show_address): Likewise, and update header
1456 comment.
1457
cf57ad6d
AB
14582019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1461 * unittests/vec-utils-selftests.c: New file.
1462 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1463
0b026263
TT
14642019-11-10 Tom Tromey <tom@tromey.com>
1465
1466 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1467 (tui_highlight_win): Likewise.
1468 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1469 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1470 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1471 Don't set can_highlight.
1472
b049ce2d
TT
14732019-11-10 Tom Tromey <tom@tromey.com>
1474
1475 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1476 Remove unused declaration.
1477
992a7040
TT
14782019-11-08 Tom Tromey <tromey@adacore.com>
1479
1480 * top.c (read_command_file): Update.
1481 (command_line_input): Make return type const.
1482 * python/py-gdb-readline.c: Update.
1483 * linespec.c (decode_line_2): Update.
1484 * defs.h (command_line_input): Make return type const.
1485 * cli/cli-script.c (read_next_line): Make return type const.
1486 * ada-lang.c (get_selections): Update.
1487
ca3a04f6
CB
14882019-11-06 Christian Biesinger <cbiesinger@google.com>
1489
1490 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1491 * mi/mi-main.c (output_cores): Likewise.
1492 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1493 (linux_xfer_osdata_modules): Likewise.
1494 * remote.c (register_remote_support_xml): Likewise.
1495 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1496 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1497
e0eac551
TT
14982019-11-06 Tom Tromey <tom@tromey.com>
1499
1500 * tui/tui-interp.c: Don't include readline.h.
1501 * tui/tui-hooks.c: Don't include readline.h.
1502 * symmisc.c: Include tilde.h, not readline.h.
1503 * symfile.c: Include tilde.h, not readline.h.
1504 * source.c: Include tilde.h, not readline.h.
1505 * solib.c: Include tilde.h, not readline.h.
1506 * psymtab.c: Include tilde.h, not readline.h.
1507 * exec.c: Include tilde.h, not readline.h.
1508 * corelow.c: Include tilde.h, not readline.h.
1509 * cli/cli-dump.c: Include tilde.h, not readline.h.
1510 * cli/cli-cmds.c: Don't include readline.h.
1511
825165c5
TT
15122019-11-05 Tom Tromey <tom@tromey.com>
1513
1514 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1515 (tui_disassemble): Set addr_size.
1516 (tui_disasm_window::set_contents): Use addr_size.
1517
91ae903f
TT
15182019-11-05 Tom Tromey <tom@tromey.com>
1519
1520 * rust-lang.c (rust_language_defn): Update.
1521 * python/py-value.c (valpy_string): Call c_get_string.
1522 * p-lang.c (pascal_language_defn): Update.
1523 * opencl-lang.c (opencl_language_defn): Update.
1524 * objc-lang.c (objc_language_defn): Update.
1525 * m2-lang.c (m2_language_defn): Update.
1526 * language.c (unknown_language_defn, auto_language_defn): Update.
1527 (default_get_string): Remove.
1528 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1529 * go-lang.c (go_language_defn): Update.
1530 * f-lang.c (f_language_defn): Update.
1531 * d-lang.c (d_language_defn): Update.
1532 * c-lang.c (c_language_defn, cplus_language_defn)
1533 (asm_language_defn, minimal_language_defn): Update.
1534 * ada-lang.c (ada_language_defn): Update.
1535 * language.h (struct language_defn) <la_get_string>: Remove.
1536 (LA_GET_STRING): Remove.
1537 (default_get_string): Don't declare.
1538
1df2f9ef
TT
15392019-11-05 Tom Tromey <tom@tromey.com>
1540
1541 * tui/tui-source.h (struct tui_source_window): Inline
1542 constructor. Remove destructor.
1543 <style_changed, m_observable>: Move to superclass.
1544 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1545 (struct tui_source_window_base): Move private members to end.
1546 <style_changed, m_observable>: Move from tui_source_window.
1547 * tui/tui-winsource.c (tui_copy_source_line): Move from
1548 tui-source.c. Rename from copy_source_line. Add special handling
1549 for negative line number.
1550 (tui_source_window_base::style_changed): Move from
1551 tui_source_window.
1552 (tui_source_window_base): Register observer.
1553 (~tui_source_window_base): New.
1554 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1555 rename.
1556 (tui_source_window::set_contents): Use tui_copy_source_line.
1557 (tui_source_window::tui_source_window): Move to tui-source.h.
1558 (tui_source_window::~tui_source_window): Remove.
1559 (tui_source_window::style_changed): Move to superclass.
1560 * tui/tui-disasm.c (tui_disassemble): Create string file with
1561 styling, when possible. Add "addr_size" parameter.
1562 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1563 Don't compute maximum size.
1564 (len_without_escapes): New function
1565
5d051055
TT
15662019-11-05 Tom Tromey <tom@tromey.com>
1567
1568 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1569 std::string.
1570 * tui/tui-winsource.c (tui_show_source_line): Update.
1571 * tui/tui-source.c (tui_source_window::set_contents): Update.
1572 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1573
ade7beea
CB
15742019-11-05 Christian Biesinger <cbiesinger@google.com>
1575
1576 * symtab.h (gdb_static_assert): Put && operator at the beginning
1577 of the line instead of the end.
1578
3573abe1
CB
15792019-11-04 Christian Biesinger <cbiesinger@google.com>
1580
1581 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1582 and sizeof (symbol).
1583 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1584
dae8b3eb
RO
15852019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1586
1587 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1588 * configure.host: Mark *-*-solaris2.10* obsolete.
1589 * configure.tgt: Mark Solaris < 11 obsolete.
1590 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1591 Update target triplet.
1592
5df96a4e
TT
15932019-11-01 Tom Tromey <tromey@adacore.com>
1594
1595 * utils.c (print_sys_errmsg): Simplify.
1596
b7481649
TT
15972019-11-01 Tom Tromey <tromey@adacore.com>
1598
1599 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1600
e48f6033
CB
16012019-11-01 Christian Biesinger <cbiesinger@google.com>
1602
1603 * configure: Regenerate.
1604 * configure.ac: Remove check for strerror_r.
1605 * gdbsupport/common.m4: Check for strerror_r.
1606
bd5766ec
LM
16072019-11-01 Luis Machado <luis.machado@linaro.org>
1608
1609 PR gdb/25124
1610
1611 * arm-tdep.c (arm_per_objfile): Rename to ...
1612 (arm_per_bfd): ... this.
1613 (arm_objfile_data_key): Rename to ...
1614 (arm_bfd_data_key): ... this.
1615 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1616 data.
1617 (arm_record_special_symbol): Likewise.
1618
e1709896
AB
16192019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1622 end.
1623 * c-typeprint.c (c_print_typedef): Likewise.
1624 * f-typeprint.c (f_print_typedef): Likewise.
1625 * m2-typeprint.c (m2_print_typedef): Likewise.
1626 * p-typeprint.c (pascal_print_typedef): Likewise.
1627 * rust-lang.c (rust_print_typedef): Likewise.
1628 * symtab.c (print_symbol_info): Print a newline after calling
1629 typedef_print.
1630
165f8965
AB
16312019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * symtab.c (info_module_cmdlist): New variable.
1634 (info_module_command): New function.
1635 (search_module_symbols): New function.
1636 (info_module_subcommand): New function.
1637 (struct info_modules_var_func_options): New struct.
1638 (info_modules_var_func_options_defs): New variable.
1639 (make_info_modules_var_func_options_def_group): New function.
1640 (info_module_functions_command): New function.
1641 (info_module_variables_command): New function.
1642 (info_module_var_func_command_completer): New function.
1643 (_initialize_symtab): Register new 'info module functions' and
1644 'info module variables' commands.
1645 * symtab.h (typedef symbol_search_in_module): New typedef.
1646 (search_module_symbols): Declare new function.
1647 * NEWS: Mention new commands.
1648
59c35742
AB
16492019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1652 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1653 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1654 MODULES_DOMAIN.
1655 (scan_partial_symbols): Only create partial module symbols for non
1656 declarations.
1657 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1658 and MODULES_DOMAIN.
1659 * symtab.c (search_domain_name): Likewise.
1660 (search_symbols): Likewise.
1661 (print_symbol_info): Likewise.
1662 (symtab_symbol_info): Likewise.
1663 (info_modules_command): New function.
1664 (_initialize_symtab): Register 'info modules' command.
1665 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1666 * NEWS: Mention new 'info modules' command.
1667
aed61d02
PW
16682019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1669
1670 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1671 and $_gdb_maint_setting_str.
1672
9ad9b77d
PW
16732019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1674
1675 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1676 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1677 (str_value_from_setting, gdb_setting_str_internal_fn)
1678 (gdb_maint_setting_str_internal_fn): New functions.
1679 (_initialize_cli_cmds): Define the new convenience functions.
1680 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1681 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1682
8d6efaa2
CB
16832019-10-31 Christian Biesinger <cbiesinger@google.com>
1684
1685 * agent.c (set_can_use_agent): When the setting is turned on,
1686 look up agent symbols if we don't have them yet.
1687 (agent_new_objfile): Don't look up agent symbols when the agent
1688 setting is off.
1689
33cb1647
CB
16902019-10-31 Christian Biesinger <cbiesinger@google.com>
1691
1692 * config.in: Regenerate.
1693
b231e86a
CB
16942019-10-31 Christian Biesinger <cbiesinger@google.com>
1695
1696 * configure: Regenerate.
1697 * configure.ac: Check for strerror_r.
1698 * gdbsupport/common-utils.h (safe_strerror): Change return value
1699 to const char * and document that this function is now threadsafe.
1700 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1701 thread_local and call strerror_r, if available.
1702 * utils.c (perror_string): Update.
1703 (print_sys_errmsg): Update.
1704
a2726d4f
LM
17052019-10-31 Luis Machado <luis.machado@linaro.org>
1706
1707 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1708 objfile_key.
1709 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1710 objfile to fetch per-bfd data.
1711 (arm_find_exidx_entry): Likewise.
1712
75cafaa6
CB
17132019-10-31 Christian Biesinger <cbiesinger@google.com>
1714
1715 * gdbsupport/agent.c (debug_agent): Change type to bool.
1716 (use_agent): Likewise.
1717 (all_agent_symbols_look_up): Likewise.
1718 (agent_loaded_p): Change return value to bool.
1719 (agent_look_up_symbols): Update.
1720 (agent_capability_check): Change return value to bool.
1721 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1722 (debug_agent): Change type to bool.
1723 (use_agent): Likewise.
1724 (agent_capability_check): Change return value to bool.
1725
808590ec
CB
17262019-10-30 Christian Biesinger <cbiesinger@google.com>
1727
1728 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1729 (build_minimal_symbol_hash_tables): Code to clear the table moved
1730 to clear_minimal_symbol_hash_tables.
1731 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1732 when needed.
1733
f18ad8a1
SM
17342019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1735
1736 * infcmd.c: Remove includes.
1737 * infrun.c: Remove includes.
1738
de93309a
SM
17392019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1740
1741 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1742 (grow_vect): Remove declaration.
1743 (ada_type_of_array): Remove declaration.
1744 (ada_update_initial_language): Remove declaration.
1745 (ada_fold_name): Remove declaration.
1746 (ada_fill_in_ada_prototype): Remove declaration.
1747 (user_select_syms): Remove declaration.
1748 (get_selections): Remove declaration.
1749 (ada_tag_type): Remove declaration.
1750 (ada_value_tag): Remove declaration.
1751 (ada_is_others_clause): Remove declaration.
1752 (ada_in_variant): Remove declaration.
1753 (ada_value_struct_elt): Remove declaration.
1754 (ada_attribute_name): Remove declaration.
1755 (ada_system_address_type): Remove declaration.
1756 * ada-lang.c (ada_watch_location_expression): Make static.
1757 (GROW_VECT): Move here from ada-lang.h.
1758 (grow_vect): Make static.
1759 (ada_update_initial_language): Make static.
1760 (ada_fold_name): Make static.
1761 (ada_type_of_array): Make static.
1762 (encoded_ordered_before): Move up.
1763 (sort_choices): Move up.
1764 (print_signatures): Move up.
1765 (ada_print_symbol_signature): Move up.
1766 (get_selections): Move up and make static.
1767 (user_select_syms): Move up and make static.
1768 (ada_value_struct_elt): Move up and make static.
1769 (ada_tag_type): Make static.
1770 (ada_value_tag): Make static.
1771 (ada_is_others_clause): Make static.
1772 (ada_in_variant): Make static.
1773 (ada_attribute_name): Make static.
1774
cdc46a9f
SM
17752019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1776
1777 * ada-lang.c: Remove includes.
1778 * ada-typeprint.c: Remove includes.
1779 * ada-valprint.c: Remove includes.
1780
90421c56
SM
17812019-10-29 Simon Marchi <simon.marchi@efficios.com>
1782
1783 * addrmap.c: Add static assertions of type size, moved from
1784 _initialize_addrmap.
1785 (_initialize_addrmap): Remove.
1786
31edb802
CB
17872019-10-29 Christian Biesinger <cbiesinger@google.com>
1788
1789 * coffread.c (record_minimal_symbol): Update.
1790 (process_coff_symbol): Update.
1791 * dbxread.c (read_dbx_symtab): Update.
1792 * dwarf2read.c (add_partial_symbol): Update.
1793 (fixup_go_packaging): Update.
1794 (load_partial_dies): Update.
1795 (new_symbol): Update.
1796 * elfread.c (record_minimal_symbol): Change signature to use
1797 gdb::string_view instead of name+len.
1798 (elf_symtab_read): Update.
1799 (elf_rel_plt_read): Update.
1800 * mdebugread.c (parse_partial_symbols): Update.
1801 (handle_psymbol_enumerators): Update.
1802 (new_symbol): Update.
1803 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1804 to use gdb::string_view instead of name+len.
1805 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1806 * psympriv.h (add_psymbol_to_list): Likewise.
1807 * psymtab.c (add_psymbol_to_bcache): Likewise.
1808 (add_psymbol_to_list): Likewise.
1809 * stabsread.c (define_symbol): Update.
1810 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1811 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1812 (symbol_set_names): Likewise.
1813 * xcoffread.c (scan_xcoff_symtab): Update.
1814
0c921b21
CB
18152019-10-29 Christian Biesinger <cbiesinger@google.com>
1816
1817 * symtab.h (symbol_set_names): Document that copy_name must be
1818 set to true for non-nullterminated strings.
1819 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1820 linkage_name if the entry was not found and we need to demangle.
1821
35e65c49
CB
18222019-10-29 Christian Biesinger <cbiesinger@google.com>
1823
1824 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1825 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1826 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1827 * gdbsupport/gdb_binary_search.h: New file.
1828
ed2a2229
CB
18292019-10-29 Christian Biesinger <cbiesinger@google.com>
1830
1831 * NEWS: Mention new --with-system-gdbinit-dir option.
1832 * config.in: Regenerate.
1833 * configure: Regenerate.
1834 * configure.ac: Add new option --with-system-gdbinit-dir.
1835 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1836 for a ".gdb" suffix.
1837 * main.c (get_init_files): Change system_gdbinit argument to
1838 a vector and return the files in SYSTEM_GDBINIT_DIR in
1839 addition to SYSTEM_GDBINIT.
1840 (captured_main_1): Update.
1841 (print_gdb_help): Update.
1842 * top.c (print_gdb_configuration): Also print the value of
1843 SYSTEM_GDBINIT_DIR.
1844
87f34879
CB
18452019-10-28 Christian Biesinger <cbiesinger@google.com>
1846
1847 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1848 that takes gdb::string_view arguments.
1849
30baf67b
TV
18502019-10-26 Tom de Vries <tdevries@suse.de>
1851
1852 * aarch64-linux-tdep.c: Fix typos in comments.
1853 * aarch64-tdep.c: Same.
1854 * ada-lang.c: Same.
1855 * amd64-nat.c: Same.
1856 * arc-tdep.c: Same.
1857 * arch/aarch64-insn.c: Same.
1858 * block.c: Same.
1859 * breakpoint.h: Same.
1860 * btrace.h: Same.
1861 * c-varobj.c: Same.
1862 * cli/cli-decode.c: Same.
1863 * cli/cli-script.c: Same.
1864 * cli/cli-utils.h: Same.
1865 * coff-pe-read.c: Same.
1866 * coffread.c: Same.
1867 * compile/compile-cplus-symbols.c: Same.
1868 * compile/compile-object-run.c: Same.
1869 * completer.c: Same.
1870 * corelow.c: Same.
1871 * cp-support.c: Same.
1872 * demangle.c: Same.
1873 * dwarf-index-write.c: Same.
1874 * dwarf2-frame.c: Same.
1875 * dwarf2-frame.h: Same.
1876 * eval.c: Same.
1877 * frame-base.h: Same.
1878 * frame.h: Same.
1879 * gdbcmd.h: Same.
1880 * gdbtypes.h: Same.
1881 * gnu-nat.c: Same.
1882 * guile/scm-objfile.c: Same.
1883 * i386-tdep.c: Same.
1884 * i386-tdep.h: Same.
1885 * infcall.c: Same.
1886 * infcall.h: Same.
1887 * linux-nat.c: Same.
1888 * m68k-tdep.c: Same.
1889 * macroexp.c: Same.
1890 * memattr.c: Same.
1891 * mi/mi-cmd-disas.c: Same.
1892 * mi/mi-getopt.h: Same.
1893 * mi/mi-main.c: Same.
1894 * minsyms.c: Same.
1895 * nat/aarch64-sve-linux-sigcontext.h: Same.
1896 * objfiles.h: Same.
1897 * ppc-linux-nat.c: Same.
1898 * ppc-linux-tdep.c: Same.
1899 * ppc-tdep.h: Same.
1900 * progspace.h: Same.
1901 * prologue-value.h: Same.
1902 * python/py-evtregistry.c: Same.
1903 * python/py-instruction.h: Same.
1904 * record-btrace.c: Same.
1905 * record-full.c: Same.
1906 * remote.c: Same.
1907 * rs6000-tdep.c: Same.
1908 * ser-tcp.c: Same.
1909 * sol-thread.c: Same.
1910 * sparc-sol2-tdep.c: Same.
1911 * sparc64-tdep.c: Same.
1912 * stabsread.c: Same.
1913 * symfile.c: Same.
1914 * symtab.h: Same.
1915 * target.c: Same.
1916 * tracepoint.c: Same.
1917 * tui/tui-data.h: Same.
1918 * tui/tui-io.c: Same.
1919 * tui/tui-win.c: Same.
1920 * tui/tui.c: Same.
1921 * unittests/rsp-low-selftests.c: Same.
1922 * user-regs.h: Same.
1923 * utils.c: Same.
1924 * utils.h: Same.
1925 * valarith.c: Same.
1926 * valops.c: Same.
1927 * valprint.c: Same.
1928 * valprint.h: Same.
1929 * value.c: Same.
1930 * value.h: Same.
1931 * varobj.c: Same.
1932 * x86-nat.h: Same.
1933 * xtensa-tdep.c: Same.
1934
1834d45f
AT
19352019-10-25 Ali Tamur <tamur@google.com>
1936
1937 * charset.c (find_charset_names): Reflect API change.
1938
5396ae17
CB
19392019-10-25 Christian Biesinger <cbiesinger@google.com>
1940
1941 * symtab.c (struct demangled_name_entry): Change demangled name
1942 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1943 part of the struct anymore.
1944 (symbol_set_names): No longer obstack allocate + copy the demangled
1945 name, just store the allocated name from bfd.
1946
93878f47
TT
19472019-10-25 Tom Tromey <tromey@adacore.com>
1948
1949 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1950 (bsearch_cie_cmp, add_cie): Remove.
1951 (find_cie): Reimplement.
1952 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1953 (dwarf2_build_frame_info): Update.
1954
7b71fc97
L
19552019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1956
1957 PR gdb/25126
1958 * symfile.c (reread_symbols): Call forget_cached_source_info to
1959 clear the stale source cache.
1960
cbb5a2ea
CB
19612019-10-24 Christian Biesinger <cbiesinger@google.com>
1962
1963 * configure: Regenerate.
1964 * configure.ac: Remove code that sets python_has_threads.
1965
71737c43
CB
19662019-10-24 Christian Biesinger <cbiesinger@google.com>
1967
1968 * config.in: Regenerate.
1969 * configure: Regenerate.
1970 * configure.ac: Remove the code that uses sed to get the python
1971 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1972
33d569b7
AB
19732019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1976 error paths.
1977
f16f7b7c
TT
19782019-10-23 Tom Tromey <tom@tromey.com>
1979
1980 * arc-tdep.c: Remove ".." from include.
1981 * frv-tdep.c: Remove ".." from include.
1982 * lm32-tdep.c: Remove ".." from include.
1983 * microblaze-tdep.c: Remove ".." from include.
1984 * or1k-tdep.h: Remove ".." from include.
1985 * s12z-tdep.c: Remove ".." from include.
1986 * Makefile.in (OPCODES_CFLAGS): Add comment.
1987 (TOP_CFLAGS): New variable.
1988 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1989
6999161a
TT
19902019-10-23 Tom Tromey <tom@tromey.com>
1991
1992 * Makefile.in (READLINE_DIR): Update.
1993
12e7c35e
TBA
19942019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1995
1996 * infcall.c (call_function_by_hand_dummy): Fix the function
1997 comment. And extract out a code section into...
1998 (reserve_stack_space): ...this new function.
1999
37055cad
TBA
20002019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2001
2002 * infcall.c (value_arg_coerce): Remove an unused parameter.
2003 (call_function_by_hand_dummy): Update the call to
2004 'value_arg_coerce'.
2005
39bcc47c
TBA
20062019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2007
2008 * infcall.c (call_function_by_hand_dummy): Refactor.
2009
bd888c0f
TBA
20102019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2011
2012 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2013
c12d372d
TT
20142019-10-23 Tom Tromey <tom@tromey.com>
2015
2016 * configure: Rebuild.
2017 * configure.ac: Don't check for sigprocmask.
2018 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2019
4d0b984b
TT
20202019-10-23 Tom Tromey <tom@tromey.com>
2021
2022 * configure: Rebuild.
2023 * acinclude.m4: Use m4_include, not sinclude.
2024
7e785608
TV
20252019-10-23 Tom de Vries <tdevries@suse.de>
2026
2027 PR breakpoints/24687
2028 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2029
403772ef
CB
20302019-10-22 Christian Biesinger <cbiesinger@google.com>
2031
2032 * symtab.c (struct demangled_name_entry) <language>: Change from
2033 bitfield to regular variable.
2034
3a494279
CB
20352019-10-22 Christian Biesinger <cbiesinger@google.com>
2036
2037 * symtab.c (struct demangled_name_entry): Add a constructor.
2038 (free_demangled_name_entry): New function to call the destructor
2039 for demangled_name_entry.
2040 (create_demangled_names_hash): Pass free_demangled_name_entry to
2041 htab_create_alloc.
2042 (symbol_set_names): Call placement new for demangled_name_entry.
2043 * utils.c: No longer include xxhash.h here, now that fast_hash
2044 is inlined in the header.
2045 * utils.h: Instead, include it here.
2046
ccb1ba62
CB
20472019-10-22 Christian Biesinger <cbiesinger@google.com>
2048
2049 * Makefile.in: Link with libxxhash.
2050 * config.in: Regenerate.
2051 * configure: Regenerate.
2052 * configure.ac: Search for libxxhash.
2053 * utils.c (fast_hash): Use xxhash if present.
2054
1a6ff1a9
CB
20552019-10-22 Christian Biesinger <cbiesinger@google.com>
2056
2057 * utils.h (fast_hash): New function.
2058 * symtab.c (hash_demangled_name_entry): Call new function
2059 fast_hash.
2060
7bb43059
CB
20612019-10-22 Christian Biesinger <cbiesinger@google.com>
2062
2063 * symtab.c (struct demangled_name_entry): Change type of mangled
2064 to gdb::string_view. Also adds a constructor that takes the
2065 mangled name.
2066 (hash_demangled_name_entry): Update.
2067 (eq_demangled_name_entry): Update.
2068 (free_demangled_name_entry): New function to call the destructor
2069 now that this is not a POD anymore.
2070 (create_demangled_names_hash): Pass free_demangled_name_entry to
2071 htab_create_alloc.
2072 (symbol_set_names): Update.
2073
7ba99d21
AT
20742019-10-21 Ali Tamur <tamu@google.com>
2075
2076 * dwarf2read.c (dir_index): Change type.
2077 (file_name_index): Likewise.
2078 (line_header::include_dir_at): Change comment and implementation on
2079 whether it is DWARF 5.
2080 (line_header::is_valid_file_index): New function.
2081 (line_header::file_name_at): Change comment and implementation on
2082 whether it is DWARF 5.
2083 (line_header::file_names): Change to private field renamed as
2084 m_file_names and introduce a new accessor method.
2085 (line_header::file_names_size): New method.
2086 (line_header::include_dirs): Change to private field and rename as
2087 m_include_dirs.
2088 (dw2_get_file_names_reader): Define local var at a smaller scope and
2089 reflect API change.
2090 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2091 (process_structure_scope): Likewise.
2092 (line_header::add_include_dir): Change message and reflect renaming.
2093 (line_header::add_file_name): Likewise.
2094 (read_formatted_entries): Handle DW_FORM_data16.
2095 (dwarf_decode_line_header): Fix line header length calculation.
2096 (psymtab_include_file_name): Change comment and API.
2097 (lnp_state_machine::m_file): Update comment and reflect type change.
2098 (lnp_state_machine::record_line): Reflect type change.
2099 (dwarf_decode_lines): Reflect API change.
2100 (file_file_name): Likewise.
2101 (file_full_name): Likewise.
2102
45f47c3a
AB
21032019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2106
e5f3c0e3
TT
21072019-10-21 Tom Tromey <tom@tromey.com>
2108
2109 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2110
a0a461e5
TT
21112019-10-21 Tom Tromey <tom@tromey.com>
2112
2113 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2114 NM_H. Use AC_CONFIG_LINKS.
2115 * configure: Rebuild.
2116 * Makefile.in (NM_H): New variable.
2117 (generated_files): Add NM_H. Remove gcore.
2118 (nm.h, stamp-nmh): New targets.
2119
54d83b8d
TT
21202019-10-20 Tom Tromey <tom@tromey.com>
2121
2122 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2123 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2124 obsolete comment.
2125 (put_objfile_before): Now static.
2126
23771117
SM
21272019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2128
2129 * gdbsupport/common-utils.h (startswith): Change return type to
2130 bool.
2131
39ef2f62
CB
21322019-10-19 Christian Biesinger <cbiesinger@google.com>
2133
2134 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2135 * breakpoint.c (bp_locations_compare): Rename to...
2136 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2137 (update_global_location_list): Use std::sort instead of qsort.
2138 * buildsym.c (compare_line_numbers): Rename to...
2139 (lte_is_less_than): ...this, and change to std::sort semantics.
2140 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2141 instead of qsort.
2142 * disasm.c (compare_lines): Rename to...
2143 (line_is_less_than): ...this, and change to std::sort semantics.
2144 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2145 of qsort.
2146 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2147 (fde_is_less_than): ...this, and change to std::sort semantics.
2148 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2149 * mdebugread.c (compare_blocks):
2150 (block_is_less_than): ...this, and change to std::sort semantics.
2151 (sort_blocks): Call std::sort instead of qsort.
2152 * objfiles.c (qsort_cmp): Rename to...
2153 (sort_cmp): ...this, and change to std::sort semantics.
2154 (update_section_map): Call std::sort instead of qsort.
2155 * remote.c (compare_pnums): Remove.
2156 (map_regcache_remote_table): Call std::sort instead of qsort.
2157 * utils.c (compare_positive_ints): Remove.
2158 * utils.h (compare_positive_ints): Remove.
2159 * xcoffread.c (compare_lte): Remove.
2160 (arrange_linetable): Call std::sort instead of qsort.
2161
f71433ee
SDJ
21622019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2163
2164 * symfile.c (init_entry_point_info): Fix typo.
2165 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2166
85102364
TV
21672019-10-18 Tom de Vries <tdevries@suse.de>
2168
2169 * aarch64-tdep.c: Fix typos in comments.
2170 * ada-lang.c: Same.
2171 * ada-tasks.c: Same.
2172 * alpha-tdep.c: Same.
2173 * alpha-tdep.h: Same.
2174 * amd64-nat.c: Same.
2175 * amd64-windows-tdep.c: Same.
2176 * arc-tdep.c: Same.
2177 * arc-tdep.h: Same.
2178 * arch-utils.c: Same.
2179 * arm-nbsd-tdep.c: Same.
2180 * arm-tdep.c: Same.
2181 * ax-gdb.c: Same.
2182 * blockframe.c: Same.
2183 * btrace.c: Same.
2184 * c-varobj.c: Same.
2185 * coff-pe-read.c: Same.
2186 * coffread.c: Same.
2187 * cris-tdep.c: Same.
2188 * darwin-nat.c: Same.
2189 * dbxread.c: Same.
2190 * dcache.c: Same.
2191 * disasm.c: Same.
2192 * dtrace-probe.c: Same.
2193 * dwarf-index-write.c: Same.
2194 * dwarf2-frame-tailcall.c: Same.
2195 * dwarf2-frame.c: Same.
2196 * dwarf2read.c: Same.
2197 * eval.c: Same.
2198 * exceptions.c: Same.
2199 * fbsd-tdep.c: Same.
2200 * findvar.c: Same.
2201 * frame.c: Same.
2202 * frv-tdep.c: Same.
2203 * gnu-v3-abi.c: Same.
2204 * go32-nat.c: Same.
2205 * h8300-tdep.c: Same.
2206 * hppa-tdep.c: Same.
2207 * i386-linux-tdep.c: Same.
2208 * i386-tdep.c: Same.
2209 * ia64-libunwind-tdep.c: Same.
2210 * ia64-tdep.c: Same.
2211 * infcmd.c: Same.
2212 * infrun.c: Same.
2213 * linespec.c: Same.
2214 * linux-nat.c: Same.
2215 * linux-thread-db.c: Same.
2216 * machoread.c: Same.
2217 * mdebugread.c: Same.
2218 * mep-tdep.c: Same.
2219 * mn10300-tdep.c: Same.
2220 * namespace.c: Same.
2221 * objfiles.c: Same.
2222 * opencl-lang.c: Same.
2223 * or1k-tdep.c: Same.
2224 * osabi.c: Same.
2225 * ppc-linux-nat.c: Same.
2226 * ppc-linux-tdep.c: Same.
2227 * ppc-sysv-tdep.c: Same.
2228 * printcmd.c: Same.
2229 * procfs.c: Same.
2230 * record-btrace.c: Same.
2231 * record-full.c: Same.
2232 * remote-fileio.c: Same.
2233 * remote.c: Same.
2234 * rs6000-tdep.c: Same.
2235 * s12z-tdep.c: Same.
2236 * score-tdep.c: Same.
2237 * ser-base.c: Same.
2238 * ser-go32.c: Same.
2239 * skip.c: Same.
2240 * sol-thread.c: Same.
2241 * solib-svr4.c: Same.
2242 * solib.c: Same.
2243 * source.c: Same.
2244 * sparc-nat.c: Same.
2245 * sparc-sol2-tdep.c: Same.
2246 * sparc-tdep.c: Same.
2247 * sparc64-tdep.c: Same.
2248 * stabsread.c: Same.
2249 * stack.c: Same.
2250 * symfile.c: Same.
2251 * symtab.c: Same.
2252 * target-descriptions.c: Same.
2253 * target-float.c: Same.
2254 * thread.c: Same.
2255 * utils.c: Same.
2256 * valops.c: Same.
2257 * valprint.c: Same.
2258 * value.c: Same.
2259 * varobj.c: Same.
2260 * windows-nat.c: Same.
2261 * xcoffread.c: Same.
2262 * xstormy16-tdep.c: Same.
2263 * xtensa-tdep.c: Same.
2264
c5adaa19
TT
22652019-10-17 Tom Tromey <tromey@adacore.com>
2266
2267 * configure: Rebuild.
2268 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2269 in AC_CONFIG_FILES invocation.
2270 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2271 new-style config.status invocation.
2272
405feb71
TV
22732019-10-17 Tom de Vries <tdevries@suse.de>
2274
2275 * arm-nbsd-nat.c: Fix typos in comments.
2276 * arm-tdep.c: Same.
2277 * darwin-nat-info.c: Same.
2278 * dwarf2read.c: Same.
2279 * elfread.c: Same.
2280 * event-top.c: Same.
2281 * findvar.c: Same.
2282 * gdbtypes.c: Same.
2283 * hppa-tdep.c: Same.
2284 * i386-tdep.c: Same.
2285 * jit.c: Same.
2286 * main.c: Same.
2287 * mdebugread.c: Same.
2288 * moxie-tdep.c: Same.
2289 * nto-procfs.c: Same.
2290 * osabi.c: Same.
2291 * ppc-linux-tdep.c: Same.
2292 * remote.c: Same.
2293 * riscv-tdep.c: Same.
2294 * s390-tdep.c: Same.
2295 * sh-tdep.c: Same.
2296 * sparc-linux-tdep.c: Same.
2297 * sparc-nat.c: Same.
2298 * stack.c: Same.
2299 * target-descriptions.c: Same.
2300 * top.c: Same.
2301 * varobj.c: Same.
2302
befcd486
TT
23032019-10-16 Tom Tromey <tom@tromey.com>
2304
2305 * objfiles.h (struct objfile) <original_name>: Now const.
2306
17bfe554
CB
23072019-10-16 Christian Biesinger <cbiesinger@google.com>
2308
2309 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2310 pass on to sigsetjmp's second argument.
2311 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2312
950b7495
KS
23132019-10-16 Keith Seitz <keiths@redhat.com>
2314
2315 PR gdb/23567
2316 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2317 sections whose size is greater than the file size.
2318
ff371ec9
JW
23192019-10-16 Jim Wilson <jimw@sifive.com>
2320
2321 * riscv-tdep.c (riscv_gcc_target_options): New.
2322 (riscv_gnu_triplet_regexp): New.
2323 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2324 set_gdbarch_gnu_triplet_regexp.
2325
fec4e896
CB
23262019-10-16 Christian Biesinger <cbiesinger@google.com>
2327
2328 * Makefile.in: Add xml-builtin.h.
2329 * features/feature_to_c.sh: Add an include for xml-builtin.h
2330 to ensure that the compiler checks that the types match.
2331 * xml-builtin.h: New file.
2332 * xml-support.c (fetch_xml_builtin): Add missing const.
2333 * xml-support.h: Remove declaration of xml_builtins.
2334
d10eccaa
TV
23352019-10-16 Tom de Vries <tdevries@suse.de>
2336
2337 PR tdep/25096
2338 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2339 (amd64_classify_aggregate): ... here.
2340 (amd64_classify_aggregate_field): Handled fiels of nested structs
2341 recursively.
2342
745ff14e
TV
23432019-10-16 Tom de Vries <tdevries@suse.de>
2344
2345 PR tdep/24104
2346 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2347 that handles 'theclass'.
2348
791b7405
AB
23492019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * linespec.c (decode_digits_ordinary): Update comment.
2352 * make-target-delegates: No longer need to handle VEC case.
2353 * memrange.c (normalize_mem_ranges): Update comment.
2354 * namespace.c (add_using_directive): Update comment.
2355 * objc-lang.c (uniquify_strings): Update comment.
2356 * ppc-linux-nat.c (struct thread_points): Update comment.
2357 * probe.h (find_probes_in_objfile): Update comment.
2358 * target.h (enum flash_preserve_mode): Update comment.
2359 * varobj.c (varobj_restrict_range): Update comment.
2360 * varobj.h (varobj_list_children): Update comment.
2361
0dc32745
AB
23622019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2363
2364 * Makefile.in: Remove references to vec.h and vec.c.
2365 * aarch64-tdep.c: No longer include vec.h.
2366 * ada-lang.c: Likewise.
2367 * ada-lang.h: Likewise.
2368 * arm-tdep.c: Likewise.
2369 * ax.h: Likewise.
2370 * breakpoint.h: Likewise.
2371 * charset.c: Likewise.
2372 * cp-support.h: Likewise.
2373 * dtrace-probe.c: Likewise.
2374 * dwarf2read.c: Likewise.
2375 * extension.h: Likewise.
2376 * gdb_bfd.c: Likewise.
2377 * gdbsupport/gdb_vecs.h: Likewise.
2378 * gdbsupport/vec.c: Remove.
2379 * gdbsupport/vec.h: Remove.
2380 * gdbthread.h: Likewise.
2381 * guile/scm-type.c: Likewise.
2382 * inline-frame.c: Likewise.
2383 * machoread.c: Likewise.
2384 * memattr.c: Likewise.
2385 * memrange.h: Likewise.
2386 * namespace.h: Likewise.
2387 * nat/linux-btrace.h: Likewise.
2388 * osdata.c: Likewise.
2389 * parser-defs.h: Likewise.
2390 * progspace.h: Likewise.
2391 * python/py-type.c: Likewise.
2392 * record-btrace.c: Likewise.
2393 * rust-exp.y: Likewise.
2394 * solib-target.c: Likewise.
2395 * stap-probe.c: Likewise.
2396 * target-descriptions.c: Likewise.
2397 * target-memory.c: Likewise.
2398 * target.h: Likewise.
2399 * varobj.c: Likewise.
2400 * varobj.h: Likewise.
2401 * xml-support.h: Likewise.
2402
ae640021
AB
24032019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2406 Update for new std::vector based implementation.
2407 (process_psymtab_comp_unit_reader): Likewise.
2408 (scan_partial_symbols): Likewise.
2409 (recursively_compute_inclusions): Likewise.
2410 (compute_compunit_symtab_includes): Likewise.
2411 (process_imported_unit_die): Likewise.
2412 (queue_and_load_dwo_tu): Likewise.
2413 (follow_die_sig_1): Likewise.
2414 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2415 (typedef dwarf2_per_cu_ptr): Remove.
2416 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2417 function.
2418 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2419 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2420 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2421 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2422 std::vector.
2423
55dfc88f
TT
24242019-10-15 Tom Tromey <tromey@adacore.com>
2425
2426 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2427 TID.
2428
96b49c5e
TT
24292019-10-15 Tom Tromey <tromey@adacore.com>
2430
2431 * windows-nat.c (windows_nat_target::fetch_registers)
2432 (windows_nat_target::store_registers): Rename "pid" to "tid".
2433
953cff56
TT
24342019-10-15 Tom Tromey <tromey@adacore.com>
2435
2436 * gdbarch.h, gdbarch.c: Rebuild.
2437 * gdbarch.sh (gcc_target_options): Change return type to
2438 std::string.
2439 * compile/compile.c (get_args): Update.
2440 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2441 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2442 std::string.
2443 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2444 std::string.
2445 * arch-utils.c (default_gcc_target_options): Return std::string.
2446 * arch-utils.h (default_gcc_target_options): Return std::string.
2447 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2448
81e6b8eb
CB
24492019-10-15 Christian Biesinger <cbiesinger@google.com>
2450
2451 * breakpoint.c (breakpoint_chain): Make static.
2452 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2453 of accessing breakpoint_chain.
2454
95da600f
CB
24552019-10-15 Christian Biesinger <cbiesinger@google.com>
2456
2457 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2458 to a gdb::function_view and return value to bool.
2459 * breakpoint.h (iterate_over_breakpoints): Likewise.
2460 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2461 (pop_dummy_frame): Update.
2462 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2463 (gdbscm_breakpoints): Update.
2464 * python/py-breakpoint.c (build_bp_list): Update.
2465 (gdbpy_breakpoints): Update.
2466 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2467 Update.
2468 (bpfinishpy_handle_stop): Update.
2469 (bpfinishpy_handle_exit): Update.
2470 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2471 (svr4_update_solib_event_breakpoints): Update.
2472
ba18312d
AA
24732019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2474
2475 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2476 when unwrapping single-field structs.
2477
6acc1a0b
SM
24782019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2479
2480 * dwarf2read.c: Remove includes.
2481
284782de
SM
24822019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2483
2484 * ui-out.c (ui_out::call_do_message): Silence
2485 -Wformat-nonliteral warning.
2486
073bbbb0
SM
24872019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2488
2489 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2490 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2491 include: readline/tilde.h.
2492
7b9a15e1
CB
24932019-10-12 Christian Biesinger <cbiesinger@google.com>
2494
2495 * remote.c (remote_target::get_trace_status): Remove declaration of
2496 trace_regblock_size.
2497
cc8dee1f
CB
24982019-10-12 Christian Biesinger <cbiesinger@google.com>
2499
2500 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2501 (show_user): Remove declaration of cmdlist.
2502 * cli/cli-cmds.h (max_user_call_depth): Declare.
2503 * cli/cli-script.c (execute_user_command): Remove declaration
2504 of max_user_call_depth.
2505
a83d4ef6
JW
25062019-10-11 Jim Wilson <jimw@sifive.com>
2507
5f93c5a6
JW
2508 * gdbsupport/print-utils.h (pulongest): Fix comment.
2509 (plongest): Likewise.
2510 (phex): Add missing comment, mention leading zeros.
2511 (phex_nz): Add mention of no leading zeros to comment.
2512
a83d4ef6
JW
2513 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2514 plongest instead of unsigned long long cast.
2515
26344e0c
CB
25162019-10-10 Christian Biesinger <cbiesinger@google.com>
2517
2518 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2519 for external_editor_command and gdbtk_test.
2520
c2c440a9
CB
25212019-10-10 Christian Biesinger <cbiesinger@google.com>
2522
2523 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2524 * varobj.c (varobjdebug): Move comment to...
2525 * varobj.h (varobjdebug): ...here, and declare.
2526
a31bff9d
TT
25272019-10-09 Tom Tromey <tom@tromey.com>
2528
2529 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2530 erase_data_content.
2531
7523da63
TT
25322019-10-09 Tom Tromey <tom@tromey.com>
2533
2534 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2535 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2536 * tui/tui-command.c (tui_cmd_window::resize)
2537 (tui_refresh_cmd_win): Update.
2538 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2539 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2540 * tui/tui-data.c (~tui_gen_win_info): Remove.
2541 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2542 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2543 (tui_redisplay_readline, tui_mld_flush)
2544 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2545 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2546 (tui_data_window::erase_data_content)
2547 (tui_data_item_window::rerender)
2548 (tui_data_item_window::refresh_window): Update.
2549 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2550 (box_win, tui_gen_win_info::make_window)
2551 (tui_gen_win_info::make_visible): Update.
2552 (tui_delete_win): Remove.
2553 * tui/tui-winsource.c
2554 (tui_source_window_base::do_erase_source_content): Update.
2555 (tui_show_source_line, tui_source_window_base::update_tab_width)
2556 (tui_source_window_base::update_exec_info): Update.
2557 * tui/tui-data.h (struct curses_deleter): New.
2558 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2559 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2560
a7798e7f
TT
25612019-10-09 Tom Tromey <tom@tromey.com>
2562
2563 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2564
5c45899e
TT
25652019-10-09 Tom Tromey <tom@tromey.com>
2566
2567 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2568 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2569
6d7fd9aa
TT
25702019-10-09 Tom Tromey <tom@tromey.com>
2571
2572 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2573 window height directly.
2574 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2575 declare.
2576 * tui/tui-layout.c (tui_default_win_height): Remove.
2577 (tui_default_win_viewport_height): Remove.
2578
d2dd1084
TT
25792019-10-09 Tom Tromey <tom@tromey.com>
2580
2581 * tui/tui.h: Remove comments.
2582
cff32449
TV
25832019-10-09 Tom de Vries <tdevries@suse.de>
2584
2585 * python/lib/gdb/printer/bound_registers.py: Use
2586 '^builtin_type_bound128' as regexp argument for
2587 add_builtin_pretty_printer.
2588
6a25e8a2
CB
25892019-10-09 Christian Biesinger <cbiesinger@google.com>
2590
2591 * guile/guile.c (guile_extension_script_ops): Remove forward
2592 declaration and mark as static.
2593 (guile_script_ops): Likewise.
2594 (extension_language_guile): Move further down in the file so
2595 it can reference the definitions for guile_{extension_,}script_ops.
2596
6d9d6da4
AA
25972019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2598
2599 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2600 except SORTL, DFLTCC, and KDSA.
2601
3abea05d
TT
26022019-10-08 Tom Tromey <tromey@adacore.com>
2603
2604 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2605 (struct safe_symbol_file_add_args): Remove.
2606
dde996e2
TT
26072019-10-08 Tom Tromey <tromey@adacore.com>
2608
2609 * windows-nat.c: Don't include buildsym-legacy.h.
2610
cd6fdaa1
TT
26112019-10-08 Tom Tromey <tromey@adacore.com>
2612
2613 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2614
79bb1944
CB
26152019-10-08 Christian Biesinger <cbiesinger@google.com>
2616
2617 * gdbtypes.c (overload_debug): Move comment to header.
2618 * gdbtypes.h (overload_debug): Declare.
2619 * valops.c: Remove declaration of overload_debug, instead
2620 include gdbtypes.h.
2621
34916edc
CB
26222019-10-08 Christian Biesinger <cbiesinger@google.com>
2623
2624 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2625 through _().
2626 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2627 move comment...
2628 * language.h (lang_frame_mismatch_warn): ... here. Also add
2629 declaration.
2630 * top.c (lang_frame_mismatch_warn): Remove declaration.
2631 (check_frame_language_change): Pass lang_frame_mismatch_warn
2632 through _().
2633
bad5c026
CB
26342019-10-07 Christian Biesinger <cbiesinger@google.com>
2635
2636 * c-lang.h (vtbl_ptr_name): Declare.
2637 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2638 it from the header.
2639 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2640
51f1fdc3
CB
26412019-10-07 Christian Biesinger <cbiesinger@google.com>
2642
2643 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2644 gdb_static_assert.
2645
30d1f018
WP
26462019-10-07 Weimin Pan <weimin.pan@oracle.com>
2647
606813d5
WP
2648 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2649 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
2650 * ctfread.c: New file.
2651 * ctfread.h: New file.
2652 * elfread.c: Include ctfread.h.
2653 (struct elfinfo text_p): New member ctfsect.
2654 (elf_locate_sections): Mark CTF section.
2655 (elf_symfile_read): Call elfctf_build_psymtabs.
2656 * Makefile.in (LIBCTF): Add.
2657 (CLIBS): Use it.
2658 (CDEPS): Likewise.
2659 (DIST): Add ctfread.c.
606813d5
WP
2660
26612019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * ctfread.c (struct nextfield): Renamed to ...
2664 (struct ctf_nextfield): ... this.
2665 (struct field_info): Renamed to ...
2666 (strut ctf_field_info): ... this.
2667 (attach_fields_to_type): Update for renamed structures.
2668 (ctf_add_member_cb): Likewise.
2669 (ctf_add_enum_member_cb): Likewise.
2670 (process_struct_members): Likewise.
2671 (process_enum_type): Likewise.
30d1f018 2672
518fe38c
WP
26732019-10-07 Weimin Pan <weimin.pan@oracle.com>
2674
2675 * tracectf.h: Rename, was ctf.h.
2676 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2677 * tracefile.c: Likewise.
2678 * tracepoint.c: Remove unused include ctf.h.
2679 * mi/mi-main.c: Likewise.
2680 * Makefile.in Replace ctf.c with tracectf.c.
2681
225f296a
JB
26822019-10-06 Joel Brobecker <brobecker@adacore.com>
2683
2684 * version.in: Change version number to "9.0.50.DATE-git".
2685
77c2dba3
TT
26862019-10-03 Tom Tromey <tom@tromey.com>
2687
2688 PR rust/24976:
2689 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2690
179aed7f
AB
26912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2694 cp_search_name_hash.
2695 * NEWS: Add entry about nested function support.
2696
0a4b0913
AB
26972019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2698 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2701 for nested static variables when searchin VAR_DOMAIN.
2702 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2703 global scope, update comment.
2704 (add_partial_subprogram): Call add_partial_subprogram recursively
2705 for nested subroutines when processinng Fortran.
2706 (load_partial_dies): Process the child entities of a subprogram
2707 when processing Fortran.
2708 (partial_die_parent_scope): Handle building scope
2709 for Fortran nested functions.
2710 (process_die): Record that nested functions have a scope.
2711 (new_symbol): Always record Fortran subprograms on the global
2712 symbol list.
2713 (determine_prefix): How to build the prefix for Fortran
2714 subprograms.
2715
d8c06f22
AB
27162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2719 have just sent the thread a SIGSTOP and are waiting for it to
2720 arrive.
2721
a8b3b8e9
AB
27222019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * btrace.c (btrace_add_pc): Remove whitespace before the template
2725 parameter in 'std::vector <...>'.
2726 (parse_xml_btrace_block): Likewise.
2727 (btrace_maint_decode_pt): Likewise.
2728 (btrace_maint_update_packets): Likewise.
2729 (btrace_maint_print_packets): Likewise.
2730 * btrace.h (struct btrace_maint_info): Likewise.
2731 * dwarf2read.c (struct type_unit_group): Likewise.
2732 (build_type_psymtabs_reader): Likewise.
2733 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2734 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2735 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2736
4d825eab
TV
27372019-10-03 Tom de Vries <tdevries@suse.de>
2738
2739 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2740 the first line of the help text for set/show style metadata.
2741
80fd2826
TT
27422019-10-02 Tom Tromey <tromey@adacore.com>
2743
2744 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2745 * gdbsupport/common-inferior.c: New file.
2746 * infcmd.c (startup_with_shell): Don't define.
2747 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2748 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2749 * inferior.h (startup_with_shell): Don't declare.
2750
70054538
CB
27512019-10-02 Christian Biesinger <cbiesinger@google.com>
2752
2753 * gdbsupport/gdb_assert.h: Include errors.h.
2754 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2755
37f6a7f4
TT
27562019-10-02 Tom Tromey <tromey@adacore.com>
2757
2758 * NEWS: Add $_ada_exception entry.
2759 * ada-lang.c (struct ada_catchpoint): Add constructor.
2760 <m_kind>: New member.
2761 (allocate_location_exception, re_set_exception): Remove
2762 "ex" parameter.
2763 (should_stop_exception): Compute $_ada_exception.
2764 (check_status_exception, print_it_exception)
2765 (print_one_exception, print_mention_exception): Remove
2766 "ex" parameter.
2767 (allocate_location_catch_exception, re_set_catch_exception)
2768 (check_status_exception, print_it_catch_exception)
2769 (print_one_catch_exception, print_mention_catch_exception)
2770 (print_recreate_catch_exception)
2771 (allocate_location_catch_exception_unhandled)
2772 (re_set_catch_exception_unhandled)
2773 (check_status_exception, print_it_catch_exception_unhandled)
2774 (print_one_catch_exception_unhandled)
2775 (print_mention_catch_exception_unhandled)
2776 (print_recreate_catch_exception_unhandled)
2777 (allocate_location_catch_assert, re_set_catch_assert)
2778 (check_status_assert, print_it_catch_assert)
2779 (print_one_catch_assert, print_mention_catch_assert)
2780 (print_recreate_catch_assert)
2781 (allocate_location_catch_handlers, re_set_catch_handlers)
2782 (check_status_handlers, print_it_catch_handlers)
2783 (print_one_catch_handlers, print_mention_catch_handlers)
2784 (print_recreate_catch_handlers): Remove.
2785 (create_ada_exception_catchpoint): Update.
2786 (initialize_ada_catchpoint_ops): Update.
2787
fccf9de1
TT
27882019-10-02 Tom Tromey <tromey@adacore.com>
2789
2790 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2791 (create_excep_cond_exprs): Simplify exception string computation.
2792 (ada_exception_catchpoint_cond_string): Likewise.
2793
4b610737
TT
27942019-10-02 Tom Tromey <tromey@adacore.com>
2795
2796 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2797 * ada-lang.c (lesseq_defined_than): Handle
2798 LOC_STATIC.
2799 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2800 parameter.
2801 (dwarf2_has_info): Likewise.
2802 (new_symbol): Set maybe_copied on symbol when
2803 appropriate.
2804 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2805 parameter.
2806 <can_copy>: New member.
2807 * elfread.c (record_minimal_symbol): Set maybe_copied
2808 on symbol when appropriate.
2809 (elf_symfile_read): Update call to dwarf2_has_info.
2810 * minsyms.c (lookup_minimal_symbol_linkage): New
2811 function.
2812 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2813 * symtab.c (get_symbol_address, get_msymbol_address):
2814 New functions.
2815 * symtab.h (get_symbol_address, get_msymbol_address):
2816 Declare.
2817 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2818 maybe_copied.
2819 (struct symbol, struct minimal_symbol) <maybe_copied>:
2820 New member.
2821
1dd58850
TT
28222019-10-02 Tom Tromey <tromey@adacore.com>
2823
2824 * source.c (struct current_source_location): New.
2825 (current_source_key): New global.
2826 (current_source_symtab, current_source_line)
2827 (current_source_pspace): Remove.
2828 (get_source_location): New function.
2829 (get_current_source_symtab_and_line)
2830 (set_default_source_symtab_and_line)
2831 (set_current_source_symtab_and_line)
2832 (clear_current_source_symtab_and_line, select_source_symtab)
2833 (info_source_command, print_source_lines_base)
2834 (info_line_command, search_command_helper, _initialize_source):
2835 Update.
2836
5c281dbb
TT
28372019-10-02 Tom Tromey <tromey@adacore.com>
2838
2839 * source.c (select_source_symtab): Don't call
2840 decode_line_with_current_source.
2841
d3d32391
AB
28422019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * symtab.c (lookup_global_symbol): Search global block.
2845
38583298
TT
28462019-10-02 Tom Tromey <tromey@adacore.com>
2847
2848 * coffread.c (process_coff_symbol): Update.
2849 * dwarf2read.c (var_decode_location, new_symbol): Update.
2850 * mdebugread.c (parse_symbol): Update.
2851 * objfiles.c (relocate_one_symbol): Update.
2852 * stabsread.c (define_symbol, fix_common_block)
2853 (scan_file_globals): Update.
2854 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2855 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2856 * xcoffread.c (process_xcoff_symbol): Update.
2857
9344c18f
AA
28582019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2859
2860 * MAINTAINERS: Update my email address.
2861
df07e2c7
AB
28622019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2865 std::vector.
2866 (build_type_psymtabs_reader): Update for std::vector.
2867 (build_type_psymtab_dependencies): Likewise.
2868 * dwarf2read.h: Remove use of DEF_VEC_P.
2869 (typedef sig_type_ptr): Delete.
2870
554ac434
AB
28712019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2874 to std::vector.
2875 (btrace_maint_decode_pt): Likewise, and move allocation of the
2876 vector outside of the loop.
2877 (btrace_maint_update_packets): Update to handle change from VEC to
2878 std::vector.
2879 (btrace_maint_print_packets): Likewise.
2880 (maint_info_btrace_cmd): Likewise.
2881 * btrace.h: Remove use of DEF_VEC_O.
2882 (typedef btrace_pt_packet_s): Delete.
2883 (struct btrace_maint_info) <packets>: Change fromm VEC to
2884 std::vector.
2885 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2886
46f29a9a
AB
28872019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2890 make accesses into the vector constant references.
2891 (btrace_add_pc): Update for std::vector.
2892 (btrace_stitch_bts): Likewise.
2893 (parse_xml_btrace_block): Likewise.
2894 (btrace_maint_update_packets): Likewise.
2895 (btrace_maint_print_packets): Likewise.
2896 (maint_info_btrace_cmd): Likewise.
2897 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2898 std::vector.
2899 (btrace_data::empty): Likewise.
2900 (btrace_data_append): Likewise.
2901 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2902 (typedef btrace_block_s): Delete.
2903 (struct btrace_block): Add constructor.
2904 (struct btrace_data_bts) <blocks>: Change to std::vector.
2905 * nat/linux-btrace.c (perf_event_read_bts): Update for
2906 std::vector.
2907 (linux_read_bts): Likewise.
2908
d770d56f
TT
29092019-10-01 Tom Tromey <tom@tromey.com>
2910
2911 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2912
9d636d67
TT
29132019-10-01 Tom Tromey <tom@tromey.com>
2914
2915 * stack.c (print_frame, info_frame_command_core): Use
2916 styled_string.
2917 * linux-thread-db.c (try_thread_db_load_1)
2918 (try_thread_db_load_from_pdir_1): Use styled_string.
2919 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2920 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2921 (maybe_print_unsupported_script_warning)
2922 (maybe_print_script_not_found_warning): Use styled_string.
2923 * ada-lang.c (user_select_syms): Use styled_string.
2924
7f6aba03
TT
29252019-10-01 Tom Tromey <tom@tromey.com>
2926
2927 * p-lang.c (pascal_printstr): Use metadata style.
2928 * value.c (show_convenience): Use metadata style.
2929 * valprint.c (valprint_check_validity, val_print_optimized_out)
2930 (val_print_not_saved, val_print_unavailable)
2931 (val_print_invalid_address, generic_val_print, val_print)
2932 (value_check_printable, val_print_array_elements): Use metadata
2933 style.
2934 * ui-out.h (class ui_out) <field_fmt>: New overload.
2935 <do_field_fmt>: Add style parameter.
2936 * ui-out.c (ui_out::field_fmt): New overload.
2937 * typeprint.c (type_print_unknown_return_type)
2938 (val_print_not_allocated, val_print_not_associated): Use metadata
2939 style.
2940 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2941 parameter.
2942 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2943 * tracepoint.c (tvariables_info_1): Use metadata style.
2944 * stack.c (print_frame_arg, print_frame_info, print_frame)
2945 (info_frame_command_core): Use metadata style.
2946 * skip.c (info_skip_command): Use metadata style.
2947 * rust-lang.c (rust_print_enum): Use metadata style.
2948 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2949 metadata style.
2950 * python/py-framefilter.c (py_print_single_arg): Use metadata
2951 style.
2952 * printcmd.c (do_one_display, print_variable_and_value): Use
2953 metadata style.
2954 * p-valprint.c (pascal_val_print)
2955 (pascal_object_print_value_fields): Use metadata style.
2956 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2957 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2958 parameter.
2959 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2960 * m2-valprint.c (m2_print_long_set): Use metadata style.
2961 * m2-typeprint.c (m2_print_type): Use metadata style.
2962 * infcmd.c (print_return_value_1): Use metadata style.
2963 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2964 * f-valprint.c (info_common_command_for_block): Use metadata
2965 style.
2966 * f-typeprint.c (f_type_print_base): Use metadata style.
2967 * expprint.c (print_subexp_standard): Use metadata style.
2968 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2969 * cli/cli-style.h (class cli_style_option): Add constructor.
2970 (metadata_style): Declare.
2971 * cli/cli-style.c (metadata_style): New global.
2972 (_initialize_cli_style): Register metadata style.
2973 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2974 parameter.
2975 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2976 * c-typeprint.c (c_type_print_base_struct_union)
2977 (c_type_print_base_1): Use metadata style.
2978 * breakpoint.c (watchpoint_value_print)
2979 (print_one_breakpoint_location): Use metadata style.
2980 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2981 style.
2982 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2983 style.
2984 * ada-valprint.c (val_print_packed_array_elements, printstr)
2985 (print_field_values, ada_val_print_ref, ada_val_print): Use
2986 metadata style.
2987 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2988 style.
2989 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2990 style.
2991 * ada-lang.c (user_select_syms): Use metadata style.
2992
14309bb6
TT
29932019-10-01 Tom Tromey <tom@tromey.com>
2994
2995 * cli/cli-cmds.c (pwd_command): Style output.
2996
6a831f06
PA
29972019-10-01 Pedro Alves <palves@redhat.com>
2998 Tom Tromey <tom@tromey.com>
2999
3000 * symtab.c (print_symbol_info): Use %ps.
3001 (print_msymbol_info): Use %ps.
3002 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3003 * printcmd.c (print_variable_and_value): Use %ps.
3004 * macrocmd.c (show_pp_source_pos): Use %ps.
3005 * infrun.c (print_exited_reason): Use ui_out::message.
3006 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3007 (describe_other_breakpoints): Use ui_out::message and new
3008 formats.
3009 (say_where): Use new formats.
3010 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3011 and new formats.
3012
2a3c1174
PA
30132019-10-01 Pedro Alves <palves@redhat.com>
3014 Tom Tromey <tom@tromey.com>
3015
3016 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3017 (test_gdb_formats): New function.
3018 (run_tests): Call it.
3019 (test_format_specifier): Update.
3020 * utils.h (fputs_filtered): Update comment.
3021 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3022 (fputs_styled_unfiltered): Declare.
3023 * utils.c (fputs_styled_unfiltered): New function.
3024 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3025 (vfprintf_filtered): Update.
3026 (vfprintf_unfiltered, vprintf_filtered): Update.
3027 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3028 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3029 disallow_ui_out_field>: New constants.
3030 (enum class field_kind): New.
3031 (struct base_field_s, struct signed_field_s): New.
3032 (signed_field): New function.
3033 (struct string_field_s): New.
3034 (string_field): New function.
3035 (struct styled_string_s): New.
3036 (styled_string): New function.
3037 (class ui_out) <message>: Add comment.
3038 <vmessage, call_do_message>: New methods.
3039 <do_message>: Add style parameter.
3040 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3041 methods.
3042 (ui_out::message): Rewrite.
3043 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3044 parameter.
3045 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3046 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3047 gdb_extensions parameter.
3048 (class format_piece): Add parameter to constructor.
3049 (n_int_args): New field.
3050 * gdbsupport/format.c (format_pieces::format_pieces): Add
3051 gdb_extensions parameter. Handle '*'.
3052 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3053 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3054 vfprintf_styled_no_gdbfmt.
3055 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3056 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3057 unfiltered output.
3058 * ui-style.h (struct ui_file_style) <ptr>: New method.
3059
0dfe5bfb
TT
30602019-10-01 Tom Tromey <tom@tromey.com>
3061
3062 * unittests/format_pieces-selftests.c: Update. Add final format.
3063 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3064 empty literal pieces.
3065
e43b10e1
TT
30662019-10-01 Tom Tromey <tom@tromey.com>
3067
3068 * ui-out.h (enum class ui_out_style_kind): Remove.
3069 (class ui_out) <field_string, field_stsream, do_field_string>:
3070 Change type of "style".
3071 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3072 (ui_out::field_string): Update.
3073 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3074 of "style".
3075 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3076 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3077 * stack.c (print_frame_arg, print_frame_info, print_frame):
3078 Update.
3079 * source.c (print_source_lines_base): Update.
3080 * solib.c (info_sharedlibrary_command): Update.
3081 * skip.c (info_skip_command): Update.
3082 * record-btrace.c (btrace_call_history_src_line)
3083 (btrace_call_history): Update.
3084 * python/py-framefilter.c (py_print_frame): Update.
3085 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3086 "style".
3087 * mi/mi-out.c (mi_ui_out::do_table_header)
3088 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3089 (mi_ui_out::do_field_string): Update.
3090 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3091 Update.
3092 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3093 "style".
3094 * cli-out.c (cli_ui_out::do_table_header)
3095 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3096 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3097 (cli_ui_out::do_field_fmt): Update.
3098 * breakpoint.c (print_breakpoint_location): Update.
3099 (update_static_tracepoint): Update.
3100
cd7c32c3
PW
31012019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3102
3103 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3104 conversion of gdb_datadir.
3105 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3106 remove not needed c_str ().
3107
8fe0f950
AT
31082019-09-30 Ali Tamur <tamur@google.com>
3109
3110 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3111 (dwarf2_string_attr): Likewise.
3112
5f48f8f3
AT
31132019-09-30 Ali Tamur <tamur@google.com>
3114
3115 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3116 (process_full_type_unit): Likewise.
3117 (dump_die_shallow): Likewise.
3118 (cu_debug_loc_section): Likewise.
3119
6fb08628
CB
31202019-09-28 Christian Biesinger <cbiesinger@google.com>
3121
3122 * minsyms.c (compare_minimal_symbols): Rename to...
3123 (minimal_symbol_is_less_than): ...this, and adjust to STL
3124 conventions (return bool, take arguments as references)
3125 (minimal_symbol_reader::install): Call std::sort instead
3126 of qsort.
3127
c7ee338a
CB
31282019-09-29 Christian Biesinger <cbiesinger@google.com>
3129
3130 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3131 hash and why.
3132 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3133 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3134
703a86c2
SM
31352019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3136
3137 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3138 * psympriv.h (add_psymbol_to_list): Move comment here and update
3139 it.
3140
0df0352a
TV
31412019-09-29 Tom de Vries <tdevries@suse.de>
3142
3143 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3144 Use $tmpdir/$(basename "$output_file").dwz instead of
3145 "${output_file}.dwz".
3146
ad75efa6
SM
31472019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3148
3149 PR gdb/25045
3150 * hppa-linux-nat.c: Include gdbarch.h.
3151
ececd218
CB
31522019-09-26 Christian Biesinger <cbiesinger@google.com>
3153
3154 * blockframe.c (find_pc_partial_function): Change return type to bool.
3155 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3156 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3157 (stub_gnu_ifunc_resolve_name): Likewise.
3158 * symtab.c (compare_filenames_for_search): Likewise.
3159 (compare_glob_filenames_for_search): Likewise.
3160 (matching_obj_sections): Likewise.
3161 (symbol_matches_domain): Likewise.
3162 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3163 (find_line_pc): Change return type to bool.
3164 (find_line_pc_range): Likewise.
3165 (producer_is_realview): Likewise.
3166 * symtab.h (symbol_matches_domain): Likewise.
3167 (find_pc_partial_function): Likewise.
3168 (find_pc_line_pc_range): Likewise.
3169 (in_gnu_ifunc_stub): Likewise.
3170 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3171 (find_line_pc): Likewise.
3172 (find_line_pc_range): Likewise.
3173 (matching_obj_sections): Likewise.
3174 (find_line_symtab): Change out parameter to bool.
3175 (producer_is_realview): Change return type to bool.
3176 (compare_filenames_for_search): Likewise.
3177 (compare_glob_filenames_for_search): Likewise.
3178
27a900b8
TT
31792019-09-26 Tom Tromey <tom@tromey.com>
3180
3181 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3182 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3183 * gdb_usleep.h: Remove.
3184 * gdb_usleep.c: Remove.
3185 * utils.c: Don't include gdb_usleep.h.
3186
5d63b30a
TT
31872019-09-26 Tom Tromey <tromey@adacore.com>
3188
3189 * python/py-type.c (type_to_type_object): Call check_typedef
3190 for stub types.
3191
12904d37
TT
31922019-09-26 Tom Tromey <tom@tromey.com>
3193
3194 * utils.h (initialize_utils): Don't declare.
3195 * top.c (gdb_init): Don't call initialize_utils.
3196 * utils.c (initialize_utils): Remove. Move contents...
3197 (_initialize_utils): ... here.
3198
858f25f0
TT
31992019-09-25 Tom Tromey <tom@tromey.com>
3200
3201 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3202 * utils.h (make_hex_string): Don't declare.
3203 * utils.c (make_hex_string): Remove.
3204
3d435220
TV
32052019-09-24 Tom de Vries <tdevries@suse.de>
3206
3207 PR gdb/23815
3208 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3209 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3210
ddd44b70
DD
32112019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3212
3213 * NEWS: Mention new simulator port for PRU.
3214
f945dedf
CB
32152019-09-23 Christian Biesinger <cbiesinger@google.com>
3216
3217 * ada-exp.y (write_object_remaining): Update.
3218 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3219 and eliminate the static buffer.
3220 (ada_decode_symbol): Update.
3221 (ada_la_decode): Update.
3222 (ada_sniff_from_mangled_name): Update.
3223 (is_valid_name_for_wild_match): Update.
3224 (ada_lookup_name_info::matches): Update and simplify.
3225 (name_matches_regex): Update.
3226 (ada_add_global_exceptions): Update.
3227 * ada-lang.h (ada_decode): Update signature.
3228 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3229 * dwarf-index-write.c (debug_names::insert): Update.
3230
7ab78ccb
SM
32312019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3232
3233 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3234 formatting.
3235
9252448b
SM
32362019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3237
3238 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3239 Change "nonzero" to "true" in documentation.
3240
626ca2c0
CB
32412019-09-20 Christian Biesinger <cbiesinger@google.com>
3242
3243 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3244 (_initialize_darwin_solib): Don't set
3245 darwin_so_ops.lookup_lib_global_symbol.
3246 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3247 set_gdbarch_iterate_over_objfiles_in_search_order.
3248 (elf_lookup_lib_symbol): Rename to...
3249 (svr4_iterate_over_objfiles_in_search_order): this, and update
3250 to iterate semantics.
3251 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3252 * solib.c (solib_global_lookup): Remove.
3253 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3254 (solib_global_lookup): Remove.
3255 * symtab.c (lookup_global_or_static_symbol): Remove call to
3256 solib_global_lookup.
3257
5a3a0d63
JB
32582019-09-20 Joel Brobecker <brobecker@adacore.com>
3259
3260 * NEWS: Move entries about default MI version now being
3261 version 3, and about the GDB/MI fix for multi-location
3262 breakpoints to the "since GDB 8.3" section.
3263
ffea1427
JB
32642019-09-20 Joel Brobecker <brobecker@adacore.com>
3265
3266 GDB 8.3.1 released.
3267
abf516c6
UW
32682019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3269
3270 * NEWS: Mention that Cell/B.E. debugging support was removed.
3271 * MAINTAINERS: Remove spu target.
3272
3273 * config/djgpp/fnchange.lst: Remove entries for removed files.
3274
3275 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3276 spu-multiarch.o, and spu-tdep.o.
3277 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3278 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3279 spu-multiarch.c, and spu-tdep.c.
3280 * spu-linux-nat.c: Remove file.
3281 * spu-multiarch.c: Remove file.
3282 * spu-tdep.c: Remove file.
3283 * spu-tdep.h: Remove file.
3284 * solib-spu.c: Remove file.
3285 * solib-spu.h: Remove file.
3286
3287 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3288 * configure.nat (spu-linux): Remove.
3289 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3290 solib-multiarch.o from gdb_target_obs.
3291 (spu*-*-*): Remove.
3292
3293 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3294 feature flag.
3295 (ppc_linux_no_features): Update.
3296 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3297 Cell/B.E. support.
3298 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3299 (tdesc_powerpc_cell64l): Likewise.
3300 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3301 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3302 Cell/B.E. support.
3303 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3304 Do not include "features/rs6000/powerpc-cell32l.c" or
3305 "features/rs6000/powerpc-cell64l.c".
3306 (ppc_linux_spu_section): Remove.
3307 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3308 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3309 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3310 (ppc_linux_spe_context_lookup): Remove.
3311 (ppc_linux_spe_context_inferior_created): Remove.
3312 (ppc_linux_spe_context_solib_loaded): Remove.
3313 (ppc_linux_spe_context_solib_unloaded): Remove.
3314 (ppc_linux_spe_context): Remove.
3315 (struct ppu2spu_cache): Remove.
3316 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3317 (struct ppu2spu_data): Remove.
3318 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3319 ppu2spu_unwind): Remove.
3320 (ppc_linux_init_abi): Remove Cell/B.E. support.
3321 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3322
3323 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3324 (rs6000/powerpc-cell64l-expedite): Likewise
3325 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3326 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3327 rs6000/powerpc-cell64l.xml.
3328 * features/rs6000/powerpc-cell32l.xml: Remove.
3329 * features/rs6000/powerpc-cell64l.xml: Likewise.
3330 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3331 * features/rs6000/powerpc-cell64l.c: Likewise.
3332 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3333 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3334 * regformats/reg-spu.dat: Remove.
3335
3336 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3337 * corelow.c (struct spuid_list): Remove.
3338 (add_to_spuid_list): Remove.
3339 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3340 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3341 (remote_protocol_features): Remove associated entries.
3342 (_initialize_remote): No longer initialize them.
3343 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3344 * linux-nat.c (SPUFS_MAGIC): Remove.
3345 (linux_proc_xfer_spu): Remove.
3346 (spu_enumerate_spu_ids): Remove.
3347 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3348 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3349 (linux_make_corefile_notes): No longer call it.
3350
3351 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3352 (cooked_write_test): Likewise.
3353
78e8cb91
TT
33542019-09-20 Tom Tromey <tom@tromey.com>
3355
3356 * NEWS: Mention case-sensitivity of TUI commands.
3357 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3358 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3359 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3360
f074b67e
TT
33612019-09-20 Tom Tromey <tom@tromey.com>
3362
3363 * tui/tui-source.c (tui_source_window::set_contents): Use
3364 make_unique_xstrdup.
3365 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3366 make_unique_xstrdup.
3367
63c4bf19
TT
33682019-09-20 Tom Tromey <tom@tromey.com>
3369
3370 * tui/tui-data.c: Remove separator comments.
3371 * tui/tui-layout.c: Remove separator comments.
3372 * tui/tui-win.c: Remove separator comments.
3373 * tui/tui-wingeneral.c: Remove separator comments.
3374
43df9b2f
TT
33752019-09-20 Tom Tromey <tom@tromey.com>
3376
3377 * tui/tui.h (strcat_to_buf): Don't declare.
3378 * tui/tui.c (strcat_to_buf): Remove.
3379
7226433c
TT
33802019-09-20 Tom Tromey <tom@tromey.com>
3381
3382 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3383 from "fullname".
3384 * tui/tui-source.c (tui_source_window::set_contents)
3385 (tui_source_window::location_matches_p)
3386 (tui_source_window::maybe_update): Update.
3387
80df3337
TT
33882019-09-20 Tom Tromey <tom@tromey.com>
3389
3390 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3391 Update.
3392 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3393 prefix.
3394 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3395 (tui_data_window::line_from_reg_element_no)
3396 (tui_data_window::first_reg_element_no_inline)
3397 (tui_data_window::show_registers)
3398 (tui_data_window::show_register_group)
3399 (tui_data_window::display_registers_from)
3400 (tui_data_window::display_registers_from_line)
3401 (tui_data_window::first_data_item_displayed)
3402 (tui_data_window::delete_data_content_windows)
3403 (tui_data_window::erase_data_content)
3404 (tui_data_window::do_scroll_vertical)
3405 (tui_data_window::refresh_window)
3406 (tui_data_window::check_register_values): Update.
3407
9923f347
TT
34082019-09-20 Tom Tromey <tom@tromey.com>
3409
3410 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3411 (struct tui_locator_window) <full_name, proc_name>: Now
3412 std::string.
3413 * tui/tui-stack.c (tui_locator_window::make_status_line)
3414 (tui_locator_window::set_locator_fullname)
3415 (tui_locator_window::set_locator_info): Update.
3416 * tui/tui-source.c (tui_source_window::set_contents)
3417 (tui_source_window::showing_source_p): Update.
3418
b76251ab
TT
34192019-09-20 Tom Tromey <tom@tromey.com>
3420
3421 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3422 Don't call tui_locator_win_info_ptr.
3423
0891be08
TT
34242019-09-20 Tom Tromey <tom@tromey.com>
3425
3426 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3427
1b935acf
TT
34282019-09-20 Tom Tromey <tom@tromey.com>
3429
3430 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3431 height for locator.
3432 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3433 * tui/tui-layout.c (show_source_disasm_command, show_data)
3434 (show_source_or_disasm_and_command): Use 1 as height for locator.
3435
9abd8a65
TT
34362019-09-20 Tom Tromey <tom@tromey.com>
3437
3438 * tui/tui.c (tui_enable): Update.
3439 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3440 Update.
3441 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3442 Update.
3443 * tui/tui-data.c (win_resized): Now bool.
3444 (tui_win_resized): Return bool.
3445 (tui_set_win_resized_to): Accept a bool.
3446
b5457826
TT
34472019-09-20 Tom Tromey <tom@tromey.com>
3448
3449 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3450 Change type of "refresh_values_only".
3451 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3452 type of "refresh_values_only".
3453
6b915f7d
TT
34542019-09-20 Tom Tromey <tom@tromey.com>
3455
3456 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3457 std::string.
3458 (tui_disassemble): Add "pos" parameter.
3459 (tui_disasm_window::set_contents): Simplify.
3460
2ad52f6f
TT
34612019-09-20 Tom Tromey <tom@tromey.com>
3462
3463 * tui/tui-winsource.h (struct tui_source_window_base)
3464 <show_source_content>: Now private.
3465 * tui/tui-winsource.c
3466 (tui_source_window_base::show_source_content): Don't handle empty
3467 content case.
3468
b3b1bde6
TT
34692019-09-20 Tom Tromey <tom@tromey.com>
3470
3471 * tui/tui-layout.c (show_source_disasm_command)
3472 (show_source_or_disasm_and_command): Don't call
3473 show_source_content.
3474
71a25ed2
TT
34752019-09-20 Tom Tromey <tom@tromey.com>
3476
3477 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3478 Declare.
3479 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3480 from tui_make_status_line.
3481 (tui_locator_window::rerender): Update.
3482
f8532154
TT
34832019-09-20 Tom Tromey <tom@tromey.com>
3484
3485 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3486 (tui_locator_window::rerender): Update.
3487
2d81b349
TT
34882019-09-20 Tom Tromey <tom@tromey.com>
3489
3490 * tui/tui-winsource.h (struct tui_source_window_base)
3491 <~tui_source_window_base>: Don't declare.
3492 <fullname>: Remove.
3493 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3494 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3495 member.
3496 * tui/tui-source.c (tui_source_window::set_contents): Update.
3497 (tui_source_window::location_matches_p)
3498 (tui_source_window::maybe_update): Update.
3499
f14bec58
TT
35002019-09-20 Tom Tromey <tom@tromey.com>
3501
3502 * tui/tui-winsource.h (~tui_source_element): Remove.
3503 (tui_source_element): Update.
3504 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3505 * tui/tui-winsource.c (tui_show_source_line): Update.
3506 * tui/tui-source.c (tui_source_window::set_contents): Update.
3507 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3508
78d5933a
TT
35092019-09-20 Tom Tromey <tom@tromey.com>
3510
3511 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3512 declare.
3513 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3514 tui_clear_source_windows_detail.
3515 * tui/tui-winsource.h (struct tui_source_window_base)
3516 <clear_detail>: Don't declare.
3517 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3518 Remove.
3519 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3520
d4207696
TT
35212019-09-20 Tom Tromey <tromey@adacore.com>
3522
3523 PR ada/24919:
3524 * block.c (contained_in): Fix final return value.
3525
00f93c44
AM
35262019-09-20 Alan Modra <amodra@gmail.com>
3527
3528 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3529 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3530 (read_indirect_string_from_dwz): Use bfd accessor.
3531 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3532 * machoread.c (macho_symfile_read_all_oso): Likewise.
3533 * solib.c (solib_bfd_open): Likewise.
3534
e4153ae6
CB
35352019-09-19 Christian Biesinger <cbiesinger@google.com>
3536
3537 * eval.c: Move declaration of overload_resolution to...
3538 * value.h: ...here.
3539
c7ae7675
CB
35402019-09-19 Christian Biesinger <cbiesinger@google.com>
3541
3542 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3543 * arm-linux-tdep.c: Likewise.
3544 * arm-nbsd-nat.c: Likewise.
3545 * arm-tdep.h: Declare arm_apcs_32.
3546 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3547
e86f08d2
CB
35482019-09-19 Christian Biesinger <cbiesinger@google.com>
3549
3550 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3551 * dwarf2read.h: Declare dwarf_always_disassemble.
3552
f64e2f40
TV
35532019-09-19 Tom de Vries <tdevries@suse.de>
3554
3555 PR gdb/25009
3556 * source-cache.c (source_cache::ensure): Catch exception thrown during
3557 construction of the highlighter.
3558
fd361982
AM
35592019-09-18 Alan Modra <amodra@gmail.com>
3560
3561 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3562 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3563 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3564 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3565 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3566 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3567 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3568 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3569 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3570 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3571 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3572 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3573 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3574 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3575 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3576 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3577 * mi/mi-interp.c: Update throughout for bfd section macro and
3578 function changes.
3579 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3580 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3581
11061048
TT
35822019-09-18 Tom Tromey <tom@tromey.com>
3583
3584 * NEWS: Add entry.
3585 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3586 call rl_initialize.
3587 (tui_enable): Do not call rl_initialize.
3588
7a27b85f
CG
35892019-09-18 Christian Groessler <chris@groessler.org>
3590
3591 * alpha-linux-nat.c: Include gdbarch.h.
3592
f64eea3a
SM
35932019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3594
3595 * ui-file.c: Include cli/cli-style.h.
3596 (term_cli_styling): Remove cli_styling declaration.
3597
e6f7f6d1
AM
35982019-09-18 Alan Modra <amodra@gmail.com>
3599
3600 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3601 to bfd_asymbol_section.
3602
1d38e9d1
AM
36032019-09-18 Alan Modra <amodra@gmail.com>
3604
3605 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3606 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3607 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3608
90d92a63
AM
36092019-09-18 Alan Modra <amodra@gmail.com>
3610
3611 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3612 * spu-linux-nat.c (spu_bfd_open): Likewise.
3613
a3d181d2
CB
36142019-09-18 Christian Biesinger <cbiesinger@google.com>
3615
3616 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3617 to bool to match definition in dwarf2read.c.
3618
491144b5
CB
36192019-09-17 Christian Biesinger <cbiesinger@google.com>
3620
3621 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3622 (print_signatures): Likewise.
3623 (trust_pad_over_xvs): Likewise.
3624 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3625 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3626 * arm-linux-nat.c (arm_apcs_32): Likewise.
3627 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3628 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3629 * arm-tdep.c (arm_debug): Likewise.
3630 (arm_apcs_32): Likewise.
3631 * auto-load.c (debug_auto_load): Likewise.
3632 (auto_load_gdb_scripts): Likewise.
3633 (global_auto_load): Likewise.
3634 (auto_load_local_gdbinit): Likewise.
3635 (auto_load_local_gdbinit_loaded): Likewise.
3636 * auto-load.h (global_auto_load): Likewise.
3637 (auto_load_local_gdbinit): Likewise.
3638 (auto_load_local_gdbinit_loaded): Likewise.
3639 * breakpoint.c (disconnected_dprintf): Likewise.
3640 (breakpoint_proceeded): Likewise.
3641 (automatic_hardware_breakpoints): Likewise.
3642 (always_inserted_mode): Likewise.
3643 (target_exact_watchpoints): Likewise.
3644 (_initialize_breakpoint): Update.
3645 * breakpoint.h (target_exact_watchpoints): Change to bool.
3646 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3647 * cli/cli-cmds.c (trace_commands): Likewise.
3648 * cli/cli-cmds.h (trace_commands): Likewise.
3649 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3650 to bool*.
3651 * cli/cli-logging.c (logging_overwrite): Change to bool.
3652 (logging_redirect): Likewise.
3653 (debug_redirect): Likewise.
3654 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3655 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3656 to bool.
3657 <boolean_option_def>: Update.
3658 (struct flag_option_def): Change default type of Context to bool
3659 from int.
3660 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3661 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3662 (get_setshow_command_value_string): Likewise.
3663 * cli/cli-style.c (cli_styling): Change to bool.
3664 (source_styling): Likewise.
3665 * cli/cli-style.h (source_styling): Likewise.
3666 (cli_styling): Likewise.
3667 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3668 to bool.
3669 * command.h (var_types): Update comment.
3670 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3671 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3672 bool.
3673 (debug_compile_cplus_scopes): Likewise.
3674 * compile/compile-internal.h (compile_debug): Likewise.
3675 * compile/compile.c (compile_debug): Likewise.
3676 (struct compile_options) <raw>: Likewise.
3677 * cp-support.c (catch_demangler_crashes): Likewise.
3678 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3679 (usr_cmd_cris_dwarf2_cfi): Likewise.
3680 * csky-tdep.c (csky_debug): Likewise.
3681 * darwin-nat.c (enable_mach_exceptions): Likewise.
3682 * dcache.c (dcache_enabled_p): Likewise.
3683 * defs.h (info_verbose): Likewise.
3684 * demangle.c (demangle): Likewise.
3685 (asm_demangle): Likewise.
3686 * dwarf-index-cache.c (debug_index_cache): Likewise.
3687 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3688 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3689 * dwarf2read.c (check_physname): Likewise.
3690 (use_deprecated_index_sections): Likewise.
3691 (dwarf_always_disassemble): Likewise.
3692 * eval.c (overload_resolution): Likewise.
3693 * event-top.c (set_editing_cmd_var): Likewise.
3694 (exec_done_display_p): Likewise.
3695 * event-top.h (set_editing_cmd_var): Likewise.
3696 (exec_done_display_p): Likewise.
3697 * exec.c (write_files): Likewise.
3698 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3699 (debug_fbsd_nat): Likewise.
3700 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3701 Likewise.
3702 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3703 <backtrace_past_entry> Likewise.
3704 * gdb-demangle.h (demangle): Likewise.
3705 (asm_demangle): Likewise.
3706 * gdb_bfd.c (bfd_sharing): Likewise.
3707 * gdbcore.h (write_files): Likewise.
3708 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3709 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3710 * gdbthread.h (print_thread_events): Likewise.
3711 * gdbtypes.c (opaque_type_resolution): Likewise.
3712 (strict_type_checking): Likewise.
3713 * gnu-nat.c (gnu_debug_flag): Likewise.
3714 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3715 * guile/scm-param.c (pascm_variable): Add boolval.
3716 (add_setshow_generic): Update.
3717 (pascm_param_value): Update.
3718 (pascm_set_param_value_x): Update.
3719 * hppa-tdep.c (hppa_debug): Change to bool..
3720 * infcall.c (may_call_functions_p): Likewise.
3721 (coerce_float_to_double_p): Likewise.
3722 (unwind_on_signal_p): Likewise.
3723 (unwind_on_terminating_exception_p): Likewise.
3724 * infcmd.c (startup_with_shell): Likewise.
3725 * inferior.c (print_inferior_events): Likewise.
3726 * inferior.h (startup_with_shell): Likewise.
3727 (print_inferior_events): Likewise.
3728 * infrun.c (step_stop_if_no_debug): Likewise.
3729 (detach_fork): Likewise.
3730 (debug_displaced): Likewise.
3731 (disable_randomization): Likewise.
3732 (non_stop): Likewise.
3733 (non_stop_1): Likewise.
3734 (observer_mode): Likewise.
3735 (observer_mode_1): Likewise.
3736 (set_observer_mode): Update.
3737 (sched_multi): Change to bool.
3738 * infrun.h (debug_displaced): Likewise.
3739 (sched_multi): Likewise.
3740 (step_stop_if_no_debug): Likewise.
3741 (non_stop): Likewise.
3742 (disable_randomization): Likewise.
3743 * linux-tdep.c (use_coredump_filter): Likewise.
3744 (dump_excluded_mappings): Likewise.
3745 * linux-thread-db.c (auto_load_thread_db): Likewise.
3746 (check_thread_db_on_load): Likewise.
3747 * main.c (captured_main_1): Update.
3748 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3749 xx2_opt, boolean_opt>: Change to bool.
3750 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3751 * maint.c (maintenance_profile_p): Likewise.
3752 (per_command_time): Likewise.
3753 (per_command_space): Likewise.
3754 (per_command_symtab): Likewise.
3755 * memattr.c (inaccessible_by_default): Likewise.
3756 * mi/mi-main.c (mi_async): Likewise.
3757 (mi_async_1): Likewise.
3758 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3759 * nat/fork-inferior.h (startup_with_shell): Likewise.
3760 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3761 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3762 * nios2-tdep.c (nios2_debug): Likewise.
3763 * or1k-tdep.c (or1k_debug): Likewise.
3764 * parse.c (parser_debug): Likewise.
3765 * parser-defs.h (parser_debug): Likewise.
3766 * printcmd.c (print_symbol_filename): Likewise.
3767 * proc-api.c (procfs_trace): Likewise.
3768 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3769 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3770 (set_parameter_value): Update.
3771 (add_setshow_generic): Update.
3772 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3773 to bool*.
3774 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3775 int*.
3776 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3777 * record-btrace.c (record_btrace_target::store_registers): Update.
3778 * record-full.c (record_full_memory_query): Change to bool.
3779 (record_full_stop_at_limit): Likewise.
3780 * record-full.h (record_full_memory_query): Likewise.
3781 * remote-notif.c (notif_debug): Likewise.
3782 * remote-notif.h (notif_debug): Likewise.
3783 * remote.c (use_range_stepping): Likewise.
3784 (interrupt_on_connect): Likewise.
3785 (remote_break): Likewise.
3786 * ser-tcp.c (tcp_auto_retry): Likewise.
3787 * ser-unix.c (serial_hwflow): Likewise.
3788 * skip.c (debug_skip): Likewise.
3789 * solib-aix.c (solib_aix_debug): Likewise.
3790 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3791 (spu_auto_flush_cache_p): Likewise.
3792 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3793 Likewise.
3794 (struct info_print_options) <quiet>: Likewise.
3795 * symfile-debug.c (debug_symfile): Likewise.
3796 * symfile.c (auto_solib_add): Likewise.
3797 (separate_debug_file_debug): Likewise.
3798 * symfile.h (auto_solib_add): Likewise.
3799 (separate_debug_file_debug): Likewise.
3800 * symtab.c (basenames_may_differ): Likewise.
3801 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3802 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3803 (struct info_types_options) <quiet>: Likewise.
3804 * symtab.h (demangle): Likewise.
3805 (basenames_may_differ): Likewise.
3806 * target-dcache.c (stack_cache_enabled_1): Likewise.
3807 (code_cache_enabled_1): Likewise.
3808 * target.c (trust_readonly): Likewise.
3809 (may_write_registers): Likewise.
3810 (may_write_memory): Likewise.
3811 (may_insert_breakpoints): Likewise.
3812 (may_insert_tracepoints): Likewise.
3813 (may_insert_fast_tracepoints): Likewise.
3814 (may_stop): Likewise.
3815 (auto_connect_native_target): Likewise.
3816 (target_stop_and_wait): Update.
3817 (target_async_permitted): Change to bool.
3818 (target_async_permitted_1): Likewise.
3819 (may_write_registers_1): Likewise.
3820 (may_write_memory_1): Likewise.
3821 (may_insert_breakpoints_1): Likewise.
3822 (may_insert_tracepoints_1): Likewise.
3823 (may_insert_fast_tracepoints_1): Likewise.
3824 (may_stop_1): Likewise.
3825 * target.h (target_async_permitted): Likewise.
3826 (may_write_registers): Likewise.
3827 (may_write_memory): Likewise.
3828 (may_insert_breakpoints): Likewise.
3829 (may_insert_tracepoints): Likewise.
3830 (may_insert_fast_tracepoints): Likewise.
3831 (may_stop): Likewise.
3832 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3833 (make_thread_apply_all_options_def_group): Change argument from int*
3834 to bool*.
3835 (thread_apply_all_command): Update.
3836 (print_thread_events): Change to bool.
3837 * top.c (confirm): Likewise.
3838 (command_editing_p): Likewise.
3839 (history_expansion_p): Likewise.
3840 (write_history_p): Likewise.
3841 (info_verbose): Likewise.
3842 * top.h (confirm): Likewise.
3843 (history_expansion_p): Likewise.
3844 * tracepoint.c (disconnected_tracing): Likewise.
3845 (circular_trace_buffer): Likewise.
3846 * typeprint.c (print_methods): Likewise.
3847 (print_typedefs): Likewise.
3848 * utils.c (debug_timestamp): Likewise.
3849 (sevenbit_strings): Likewise.
3850 (pagination_enabled): Likewise.
3851 * utils.h (sevenbit_strings): Likewise.
3852 (pagination_enabled): Likewise.
3853 * valops.c (overload_resolution): Likewise.
3854 * valprint.h (struct value_print_options) <prettyformat_arrays,
3855 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3856 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3857 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3858 Likewise.
3859 * windows-nat.c (new_console): Likewise.
3860 (cygwin_exceptions): Likewise.
3861 (new_group): Likewise.
3862 (debug_exec): Likewise.
3863 (debug_events): Likewise.
3864 (debug_memory): Likewise.
3865 (debug_exceptions): Likewise.
3866 (useshell): Likewise.
3867 * windows-tdep.c (maint_display_all_tib): Likewise.
3868 * xml-support.c (debug_xml): Likewise.
3869
f1b620e9
MG
38702019-09-17 Mike Gulick <mgulick@mathworks.com>
3871
3872 * source.c (prepare_path_for_appending): New function.
3873 (openp): Make use of new function.
3874 (find_and_open_source): Search for the compilation directory and
3875 source file as a relative path beneath the directory search path.
3876
67f3ed6a
AB
38772019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * source-cache.c (source_cache::get_line_charpos): Catch
3880 exceptions and return false, this matches the behaviour documented
3881 in the header file.
3882
74332189
JB
38832019-09-17 Joel Brobecker <brobecker@adacore.com>
3884
3885 * ada-tasks.c (info_task): Remove quoting of the task's name.
3886
f2f24aa9
CB
38872019-09-16 Christian Biesinger <cbiesinger@google.com>
3888
3889 * symfile.c (auto_solib_add): Replace comment with a reference
3890 to the header file.
3891
6a062a93
CB
38922019-09-14 Christian Biesinger <cbiesinger@google.com>
3893
3894 * NEWS: Mention that gdb can now be compiled with Python 3
3895 on Windows.
3896
ec6c8338
AB
38972019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3898
3899 * maint.c (maint_print_section_data::maint_print_section_data):
3900 Force use of 'float log10 (float)' by casting the argument to
3901 float.
3902
aa17805f
AB
39032019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3904
3905 * maint.c: Add 'cmath' include.
3906 (struct maint_print_section_data): New structure.
3907 (print_section_index): New function.
3908 (print_bfd_section_info): Add header comment, small whitespace
3909 cleanup, and update to call new print_section_index function.
3910 (print_objfile_section_info): Likewise.
3911 (maint_obj_section_from_bfd_section): New function.
3912 (print_bfd_section_info_maybe_relocated): New function.
3913 (maintenance_info_sections): Add header comment, always use
3914 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3915
3dd9bb46
AB
39162019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3919 inner scope, add check that the objfile has psymtabs before
3920 checking psymtabs_addrmap.
3921 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3922
4993045d
PW
39232019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3924
3925 * NEWS: Announce that Ada task names are now shown at more places,
3926 and between quotes (except in info task output).
3927 * gdb/ada-tasks.c (task_to_str): New function.
3928 (display_current_task_id): Call task_to_str.
3929 (task_command_1): Likewise.
3930 (print_ada_task_info): In non-mi mode, Properly align headers and data
3931 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3932
7a289707
RO
39332019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3934
3935 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3936 prstatus.pr_lwp.pr_info instead of making it up.
3937
f2aec7f6
CB
39382019-09-11 Christian Biesinger <cbiesinger@google.com>
3939
3940 * auto-load.c (auto_load_expand_dir_vars): Update.
3941 * defs.h (gdb_datadir): Change to std::string.
3942 (python_libdir): Likewise.
3943 (relocate_gdb_directory): Change return type to std::string.
3944 * guile/guile.c (gdbscm_data_directory): Update.
3945 (initialize_scheme_side): Update.
3946 * jit.c (jit_reader_dir): Change to std::string.
3947 (jit_reader_load_command): Update.
3948 * main.c (gdb_datadir): Change to std::string.
3949 (python_libdir): Likewise.
3950 (set_gdb_data_directory): Update.
3951 (relocate_path): Change to return std::string.
3952 (relocate_gdb_directory): Change to return std::string.
3953 (relocate_gdbinit_path_maybe_in_datadir): Update.
3954 (captured_main_1): Update.
3955 * python/python.c (do_start_initialization): Update.
3956 * top.c (show_gdb_datadir): Update.
3957 * xml-syscall.c (xml_init_syscalls_info): Update.
3958 (init_syscalls_info): Update.
3959
9224a013
CB
39602019-09-11 Christian Biesinger <cbiesinger@google.com>
3961
3962 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3963 out of get_init_files.
3964 (get_init_files): Update.
3965
f48cd836
CB
39662019-09-11 Christian Biesinger <cbiesinger@google.com>
3967
3968 * main.c (get_init_files): Change to use std::string.
3969 (captured_main_1): Update.
3970 (print_gdb_help): Update.
3971
9cab7ecd
AT
39722019-09-11 Ali Tamur <tamur@google.com>
3973
3974 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3975 implementation.
3976
67547d89
CB
39772019-09-11 Christian Biesinger <cbiesinger@google.com>
3978
3979 * dbxread.c (read_dbx_symtab): Update.
3980 * dwarf2read.c (load_partial_dies): Update.
3981 * mdebugread.c (parse_partial_symbols): Update.
3982 (handle_psymbol_enumerators): Update.
3983 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3984 * psymtab.c (add_psymbol_to_bcache): Likewise.
3985 (add_psymbol_to_list): Likewise.
3986 * symtab.c (symbol_set_names): Likewise.
3987 * symtab.h (symbol_set_names): Likewise.
3988 * xcoffread.c (scan_xcoff_symtab): Update.
3989
64b2d4a0
TT
39902019-09-11 Tom Tromey <tom@tromey.com>
3991
3992 * symfile-mem.c (symbol_file_add_from_memory): Use
3993 bfd_set_filename.
3994 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3995 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3996
3b00ef10
TT
39972019-09-10 Tom Tromey <tromey@adacore.com>
3998
3999 * dwarf-index-write.c (write_psymbols): Extend error message.
4000 (debug_names::insert): Add Ada code.
4001 (debug_names::write_psymbols): Remove Ada check.
4002 (debug_names) <m_string_obstack>: New member.
4003 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4004 (gdb_index_symbol_name_matcher::matches): Remove.
4005 (mapped_index_base::find_name_components_bounds): Add "lang"
4006 parameter.
4007 (mapped_index_base::build_name_components): Also split names
4008 according to Ada syntax.
4009 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4010 type of "match_callback".
4011 (check_match, check_find_bounds_finds)
4012 (dw2_expand_symtabs_matching): Update.
4013 (dw2_debug_names_iterator): Add new constructor.
4014 (dw2_debug_names_map_matching_symbols): New function.
4015 (dw2_debug_names_expand_symtabs_matching): Update.
4016 (dwarf2_debug_names_functions): Use
4017 dw2_debug_names_map_matching_symbols.
4018
aa391654
TT
40192019-09-10 Tom Tromey <tromey@adacore.com>
4020
4021 * dwarf2read.c (dw2_get_file_names_reader): Add the
4022 CU's file name to the results.
4023
b054970d
TT
40242019-09-10 Tom Tromey <tromey@adacore.com>
4025
4026 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4027 map_matching_symbols. Update.
4028 * dwarf2read.c (dw2_map_matching_symbols): Update.
4029 * psymtab.c (match_partial_symbol): Change type; update.
4030 (psym_map_matching_symbols): Likewise.
4031 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4032 type; update.
4033 * symfile.h (struct quick_symbol_functions)
4034 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4035 Remove "match".
4036
6a3dbf1b
TT
40372019-09-10 Tom Tromey <tromey@adacore.com>
4038
4039 * psymtab.c (map_block): Remove.
4040 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4041 * symtab.c (iterate_over_symbols_terminated): New function.
4042 * symtab.c (iterate_over_symbols_terminated): Declare.
4043
6969f124
TT
40442019-09-10 Tom Tromey <tromey@adacore.com>
4045
4046 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4047 * language.h (struct language_defn) <la_iterate_over_symbols>:
4048 Return bool.
4049 * symtab.c (iterate_over_symbols): Return bool.
4050 * symtab.h (iterate_over_symbols): Return bool.
4051
199b4314
TT
40522019-09-10 Tom Tromey <tromey@adacore.com>
4053
4054 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4055 (add_nonlocal_symbols): Update.
4056 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4057 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4058 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4059 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4060 Change type of "callback". Remove "data".
4061
a084a2a6
AT
4062
40632019-09-09 Ali Tamur <tamur@google.com>
4064
4065 * dwarf2read.c (comp_unit_head): Update comment.
4066 (dwarf2_dwo_name): New function declaration.
4067 (dwarf_unit_type_name): New function declaration.
4068 (read_comp_unit_head): Add support for new compilation units,
4069 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4070 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4071 (currently named as "signature") in their header. Also clarify error
4072 messages.
4073 (lookup_dwo_id): New function. Returns the dwo id of the given
4074 compile unit.
4075 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4076 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4077 functions.
4078 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4079 (dwarf2_dwo_name): Get the dwo name if present.
4080 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4081 purposes.
4082
25a2915e
TT
40832019-09-09 Tom Tromey <tom@tromey.com>
4084
4085 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4086
e4df0874
PW
40872019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4088
4089 * python/python.c (do_start_initialization): Make progname_copy static,
4090 to avoid a leak report.
4091
8634b462
TT
40922019-09-08 Tom Tromey <tom@tromey.com>
4093
4094 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4095
c7f839cb
SM
40962019-09-07 Simon Marchi <simon.marchi@efficios.com>
4097
4098 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4099 Change type to gdb::optional<block_enum>.
4100 (dw2_symtab_iter_init): Change block_index parameter type
4101 to gdb::optional<block_enum>.
4102 (dw2_lookup_symbol): Change block_index parameter
4103 type to block_enum.c
4104 (dw2_debug_names_lookup_symbol): Likewise.
4105 * psymtab.c (psym_lookup_symbol): Likewise.
4106 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4107 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4108 Likewise.
4109
ead0e69a
CB
41102019-09-06 Christian Biesinger <cbiesinger@google.com>
4111
4112 * defs.h (relocate_gdb_directory): Change int to bool in
4113 signature and rename flag to relocatable.
4114 * main.c (relocate_path): Likewise.
4115 (relocate_gdb_directory): Likewise.
4116
b16c44de
AM
41172019-09-06 Alan Modra <amodra@gmail.com>
4118
4119 * coffread.c (coff_symfile_read): Constify filename variable.
4120 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4121 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4122 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4123 * solib.c (reload_shared_libraries_1): Likewise.
4124 * symfile.c (reread_symbols): Likewise.
4125 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4126 * solib-darwin.c (darwin_bfd_open): Likewise.
4127 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4128
06ff036e
AB
41292019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4132 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4133
4e962e74
TT
41342019-09-03 Tom Tromey <tromey@adacore.com>
4135
4136 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4137 types.
4138 (has_negatives): Unbias a range type bound.
4139 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4140 * gdbtypes.c (operator==): Handle new field.
4141 (create_range_type): Add "bias" parameter.
4142 (create_static_range_type, resolve_dynamic_range): Update.
4143 * gdbtypes.h (struct range_bounds) <bias>: New member.
4144 (create_range_type): Add bias parameter.
4145 * printcmd.c (print_scalar_formatted): Unbias range types.
4146 * value.c (unpack_long): Unbias range types.
4147 (pack_long): Bias range types.
4148
d90b8f26
AH
41492019-09-02 Alan Hayward <alan.hayward@arm.com>
4150
4151 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4152 probe arguments.
4153
fe01123e
AH
41542019-09-02 Alan Hayward <alan.hayward@arm.com>
4155
4156 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4157 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4158 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4159 (compile_probe_arg): Likewise.
4160 * probe.h (get_argument_count): Likewise.
4161 * solib-svr4.c (solib_event_probe_action): Likewise.
4162 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4163
e661ef01
AH
41642019-09-02 Alan Hayward <alan.hayward@arm.com>
4165
4166 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4167 code to here...
4168 (svr4_create_solib_event_breakpoints): ...from here.
4169
47a536d9
SDJ
41702019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4171
4172 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4173 suffix from warning message.
4174
d6a00eba
TT
41752019-08-30 Tom Tromey <tom@tromey.com>
4176
4177 * tui/tui-winsource.h (struct tui_source_window_base)
4178 <refresh_all>: Don't declare.
4179 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4180 Remove.
4181 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4182 tui_show_locator_content.
4183 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4184 declare.
4185 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4186 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4187 declare.
4188
55b2657b
TT
41892019-08-30 Tom Tromey <tom@tromey.com>
4190
4191 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4192
12a8555a
TT
41932019-08-30 Tom Tromey <tom@tromey.com>
4194
4195 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4196 Remove unnecessary forward declarations.
4197
900ac242
TT
41982019-08-30 Tom Tromey <tom@tromey.com>
4199
4200 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4201 rerender.
4202 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4203 tui_show_locator_content.
4204
99ab33fb
TT
42052019-08-30 Tom Tromey <tom@tromey.com>
4206
4207 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4208 (tui_locator_window::rerender): Rewrite using body of previous
4209 tui_show_locator_content.
4210
e594a5d1
TT
42112019-08-30 Tom Tromey <tom@tromey.com>
4212
4213 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4214 set_locator_fullname>: New methods.
4215 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4216 Rename from tui_set_locator_fullname.
4217 (tui_locator_window::set_locator_info): Rename from
4218 tui_set_locator_info. Return bool.
4219 (tui_update_locator_fullname, tui_show_frame_info): Update.
4220
715bb467
TT
42212019-08-30 Tom Tromey <tom@tromey.com>
4222
4223 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4224
772f3f03
TT
42252019-08-30 Tom Tromey <tom@tromey.com>
4226
4227 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4228 call touchwin.
4229
108e13ab
TT
42302019-08-30 Tom Tromey <tom@tromey.com>
4231
4232 * tui/tui-wingeneral.c (box_win): Assume win_info and
4233 win_info->handle cannot be NULL.
4234
cdaa6eb4
TT
42352019-08-30 Tom Tromey <tom@tromey.com>
4236
4237 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4238 refresh_window>: Declare.
4239 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4240 resize.
4241 (tui_data_item_window::rerender): Rename from
4242 tui_display_register.
4243 (tui_data_item_window::refresh_window): New method.
4244 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4245 no-op.
4246
89df7f90
TT
42472019-08-30 Tom Tromey <tom@tromey.com>
4248
4249 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4250 regs_column_count, current_group>: Move later. Now private.
4251 <get_current_group>: New method.
4252 * tui/tui-regs.c (tui_reg_command): Update.
4253 * tui/tui-layout.c (tui_set_layout): Update.
4254
1bf2866a
TT
42552019-08-30 Tom Tromey <tom@tromey.com>
4256
4257 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4258 (tui_data_window::rerender): Don't call
4259 check_and_display_highlight_if_needed.
4260 (tui_data_window::refresh_all): Remove call to
4261 erase_data_content.
4262
0670413d
TT
42632019-08-30 Tom Tromey <tom@tromey.com>
4264
4265 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4266 (tui_data_window::display_registers_from)
4267 (tui_data_window::display_reg_element_at_line)
4268 (tui_data_window::display_registers_from_line): Remove checks of
4269 "empty".
4270
18bb55c7
TT
42712019-08-30 Tom Tromey <tom@tromey.com>
4272
4273 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4274 Don't declare.
4275 * tui/tui-regs.c (tui_data_window::show_registers): Call
4276 rerender.
4277 (tui_data_window::rerender): Rename from display_all_data.
4278 (tui_data_window::rerender): Remove old implementation.
4279
1f6d2f10
TT
42802019-08-30 Tom Tromey <tom@tromey.com>
4281
4282 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4283 text.
4284 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4285
16d01f9c
BW
42862019-08-29 Bernhard Wodok <barto@gmx.net>
4287 Sergio Durigan Junior <sergiodj@redhat.com>
4288
4289 PR win32/24284
4290 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4291
d8f27c60
AB
42922019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4295 when searching for types.
4296
1f20c35e
AB
42972019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 * f-lang.c (f_language_defn): Use f_print_typedef.
4300 * f-lang.h (f_print_typedef): Declare.
4301 * f-typeprint.c (f_print_typedef): Define.
4302
550105b7
CB
43032019-08-27 Christian Biesinger <cbiesinger@google.com>
4304
4305 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4306
4acfdd20
AB
43072019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * cli/cli-utils.c (info_print_options_defs): Delete.
4310 (make_info_print_options_def_group): Delete.
4311 (extract_info_print_options): Delete.
4312 (info_print_command_completer): Delete.
4313 (info_print_args_help): Add extra parameter, and optionally
4314 include text about -n flag.
4315 * cli/cli-utils.h (struct info_print_options): Delete.
4316 (extract_info_print_options): Delete declaration.
4317 (info_print_command_completer): Delete declaration.
4318 (info_print_args_help): Add extra parameter, extend header
4319 comment.
4320 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4321 search_symbols.
4322 * stack.c (struct info_print_options): New type.
4323 (info_print_options_defs): New file scoped variable.
4324 (make_info_print_options_def_group): New static function.
4325 (info_print_command_completer): New static function.
4326 (info_locals_command): Update to use new local functions.
4327 (info_args_command): Likewise.
4328 (_initialize_stack): Add extra parameter to calls to
4329 info_print_args_help.
4330 * symtab.c (search_symbols): Add extra parameter, use this to
4331 possibly excluse non-debug symbols.
4332 (symtab_symbol_info): Add extra parameter, which is passed on to
4333 search_symbols.
4334 (struct info_print_options): New type.
4335 (info_print_options_defs): New file scoped variable.
4336 (make_info_print_options_def_group): New static function.
4337 (info_print_command_completer): New static function.
4338 (info_variables_command): Update to use local functions, and pass
4339 extra parameter through to symtab_symbol_info.
4340 (info_functions_command): Likewise.
4341 (info_types_command): Pass additional argument through to
4342 symtab_symbol_info.
4343 (rbreak_command): Pass extra argument to search_symbols.
4344 (_initialize_symtab): Add extra arguments for calls to
4345 info_print_args_help, and update help text for 'info variables',
4346 'whereis', and 'info functions' commands.
4347 * symtab.h (search_symbols): Add extra argument to declaration.
4348 * NEWS: Mention new flags.
4349
9aa55206
CB
43502019-08-26 Christian Biesinger <cbiesinger@google.com>
4351
4352 * symtab.c (lookup_static_symbol): Call the new function (and move
4353 it down to be next to lookup_global_symbol).
4354 (struct global_sym_lookup_data): Add block_enum member and rename to...
4355 (struct global_or_static_sym_lookup_data): ...this.
4356 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4357 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4358 (lookup_symbol_global_or_static_iterator_cb): ...this.
4359 (lookup_global_or_static_symbol): New function.
4360 (lookup_global_symbol): Call new function.
4361
5c31b358
TV
43622019-08-26 Tom de Vries <tdevries@suse.de>
4363
4364 PR c++/24852
4365 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4366 when pc_probe.prob == NULL.
4367
23c13d42
SM
43682019-08-25 Simon Marchi <simon.marchi@efficios.com>
4369
4370 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4371 variable symbol_linkage to symbol_linkage_.
4372
beadd3e8
SM
43732019-08-25 Simon Marchi <simon.marchi@efficios.com>
4374
4375 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4376 represent whether the symbol is static, dynamic, or we don't
4377 know.
4378
e3ec872f
YS
43792019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4380
4381 * gdb/rx-tdep.c (rx_register_names): New.
4382 (rx_register_name): Delete.
4383 (rx_psw_type): Delete.
4384 (rx_fpsw_type): Delete.
4385 (rx_register_type): Delete.
4386 (rx_gdbarch_init): Convert target-descriptions.
4387 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4388 * gdb/features/Makefile: Add rx.xml.
4389 * gdb/features/rx.xml: New.
4390 * gdb/features/rx.c: Generated.
4391 * gdb/NEWS: Mention target description support.
4392
d0509ba4
CB
43932019-08-22 Christian Biesinger <cbiesinger@google.com>
4394
4395 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4396 *slot_ptr.
4397
2d41fa11
SDJ
43982019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4399
4400 * configure.ac: Don't check for 'dlfcn.h' (moved to
4401 gdbsupport/common.m4).
4402 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4403 'gdbsupport/'.
4404 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4405 * compile/compile-c-support.c: Include
4406 'gdbsupport/gdb-dlfcn.h'.
4407 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4408 * gdb-dlfcn.c: Move to...
4409 * gdbsupport/gdb-dlfcn.c: ... here.
4410 * gdb-dlfcn.h: Move to...
4411 * gdbsupport/gdb-dlfcn.h: ... here.
4412
de8af808
SL
44132019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4414
4415 * nios2-tdep.c (struct reg_value): Improve comments. Make
4416 the offset field signed.
4417
27204489
CB
44182019-08-22 Christian Biesinger <cbiesinger@google.com>
4419
4420 * python/lib/gdb/__init__.py (_execute_file): New function.
4421 * python/python.c (python_run_simple_file): Call gdb._execute_file
4422 on Windows.
4423
43771869
AB
44242019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4425
4426 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4427 all uses as this was never set to anything but a zero value.
4428
26c957f1
PA
44292019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4430
4431 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4432
c07aae6e
CB
44332019-08-21 Christian Biesinger <cbiesinger@google.com>
4434
4435 * tui/tui-data.h (tui_gen_win_info): Add an =default
4436 move constructor, required by some GCC versions.
4437
3960cb7a
JF
44382019-08-21 Jinke Fan <fanjinke51@yeah.net>
4439
4440 * go32-nat.c (go32_sysinfo): Add hygon_p.
4441
04c72a68
TT
44422019-08-20 Tom Tromey <tom@tromey.com>
4443
4444 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4445 line_from_reg_element_no, first_reg_element_no_inline,
4446 display_all_data, delete_data_content_windows,
4447 erase_data_content>: Now private.
4448
072272ce
TT
44492019-08-20 Tom Tromey <tom@tromey.com>
4450
4451 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4452 (tui_unhighlight_win, tui_highlight_win)
4453 (tui_win_info::make_window): Update.
4454 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4455
973961bd
TT
44562019-08-20 Tom Tromey <tom@tromey.com>
4457
4458 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4459 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4460 (MAX_PID_WIDTH): Move to tui-stack.c.
4461 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4462 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4463 (MAX_PID_WIDTH): Move from tui-data.h.
4464
ab0e1f1a
TT
44652019-08-20 Tom Tromey <tom@tromey.com>
4466
4467 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4468 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4469 (box_win): Update.
4470 (tui_gen_win_info::make_window): Rename from tui_make_window.
4471 (tui_win_info::make_window): New method.
4472 (tui_gen_win_info::make_visible): Update.
4473 * tui/tui-source.c (tui_source_window::set_contents): Update.
4474 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4475 (tui_data_window::display_registers_from): Update.
4476 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4477 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4478 Declare.
4479 <can_box>: Remove.
4480 <title>: Remove.
4481 (struct tui_win_info) <make_window>: Declare.
4482 <can_box>: Now virtual.
4483 <title>: New member.
4484 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4485 * tui/tui-command.c (tui_cmd_window::resize): Update.
4486
100c2bf3
TT
44872019-08-20 Tom Tromey <tom@tromey.com>
4488
4489 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4490 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4491 (tui_data_window::check_register_values): Update.
4492
fa4dc567
TT
44932019-08-20 Tom Tromey <tom@tromey.com>
4494
4495 * tui/tui-regs.h (struct tui_data_window): Use
4496 DISABLE_COPY_AND_ASSIGN.
4497 <regs_content>: Change type, removing unique_ptr.
4498 <tui_data_window>: Add move constructor.
4499 * tui/tui-regs.c (tui_data_window::show_registers)
4500 (tui_data_window::show_register_group)
4501 (tui_data_window::display_registers_from)
4502 (tui_data_window::display_registers_from)
4503 (tui_data_window::first_data_item_displayed)
4504 (tui_data_window::delete_data_content_windows)
4505 (tui_data_window::rerender, tui_data_window::refresh_window)
4506 (tui_data_window::check_register_values): Update.
4507
ca02d7c8
TT
45082019-08-20 Tom Tromey <tom@tromey.com>
4509
4510 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4511 show_register_group>: Declare.
4512 (tui_show_register_group): Don't declare.
4513 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4514 tui_show_registers.
4515 (tui_data_window::show_register_group): Rename from
4516 tui_show_register_group.
4517 (tui_data_window::check_register_values, tui_reg_command):
4518 Update.
4519 * tui/tui-layout.c (tui_set_layout): Update.
4520
63356bfd
TT
45212019-08-20 Tom Tromey <tom@tromey.com>
4522
4523 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4524 Declare.
4525 (tui_check_register_values): Don't declare.
4526 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4527 from tui_check_register_values.
4528 * tui/tui-hooks.c (tui_register_changed): Update.
4529
42cc14a7
TT
45302019-08-20 Tom Tromey <tom@tromey.com>
4531
4532 * tui/tui-regs.c (tui_reg_layout): Move later.
4533 (tui_show_registers): Don't enable TUI mode or change layout.
4534
b9ad3686
TT
45352019-08-20 Tom Tromey <tom@tromey.com>
4536
4537 * tui/tui-regs.h (struct tui_data_item_window)
4538 <~tui_data_item_window>: Remove.
4539 <content>: Now a unique_xmalloc_ptr.
4540 * tui/tui-regs.c (tui_register_format): Return a
4541 unique_xmalloc_ptr.
4542 (tui_get_register): Update.
4543 (~tui_data_item_window): Remove.
4544 (tui_data_window::display_registers_from, tui_display_register):
4545 Update.
4546 * tui/tui-io.h (tui_expand_tabs): Update.
4547 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4548 Remove "col" parameter.
4549
8e114aab
TT
45502019-08-20 Tom Tromey <tom@tromey.com>
4551
4552 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4553 field.
4554 * tui/tui-regs.c (~tui_data_item_window): Update.
4555
1a4f81dd
TT
45562019-08-20 Tom Tromey <tom@tromey.com>
4557
4558 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4559 earlier.
4560
0f8d8876
TT
45612019-08-20 Tom Tromey <tom@tromey.com>
4562
4563 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4564
605dc2c2
TT
45652019-08-20 Tom Tromey <tom@tromey.com>
4566
4567 * tui/tui-source.h (struct tui_source_window): Update.
4568 * tui/tui-regs.c (tui_show_registers): Update.
4569 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4570 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4571 (NO_REGS_STRING): Remove defines.
4572
aedbe3bb
CM
45732019-08-20 Conrad Meyer <cem@FreeBSD.org>
4574
4575 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4576 unnecessary thread walk if remote doesn't support the packet.
4577
7ce8f214
TT
45782019-08-19 Tom Tromey <tromey@adacore.com>
4579
4580 * python/py-value.c (value_has_field): Fix indentation.
4581
f21c2bd7
TT
45822019-08-19 Tom Tromey <tromey@adacore.com>
4583
4584 * printcmd.c (do_one_display, info_display_command): Update.
4585 * block.h (contained_in): Return bool. Add allow_nested
4586 parameter.
4587 * block.c (contained_in): Return bool. Add allow_nested
4588 parameter.
4589
d806ea2d
TT
45902019-08-19 Tom Tromey <tom@tromey.com>
4591
4592 * configure: Rebuild.
4593 * configure.ac: Disallow the combination of -static-libstdc++ and
4594 source highlight.
4595 * source-cache.c (get_language_name): Handle rust.
4596 (source_cache::get_source_lines): Ignore highlighting exceptions.
4597
398fdd60
TT
45982019-08-16 Tom Tromey <tom@tromey.com>
4599
4600 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4601 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4602 (struct tui_source_window_base) <make_visible, refresh_window,
4603 resize>: Remove methods.
4604 <execution_info>: Remove field.
4605 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4606 (tui_show_source_line, tui_source_window_base)
4607 (~tui_source_window_base): Update.
4608 (tui_source_window_base::resize)
4609 (tui_source_window_base::make_visible)
4610 (tui_source_window_base::refresh_window): Remove.
4611 (tui_source_window_base::update_exec_info): Update.
4612 * tui/tui-source.c (tui_source_window::set_contents): Update.
4613 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4614
e699d331
TT
46152019-08-16 Tom Tromey <tom@tromey.com>
4616
4617 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4618 deprecated_query_hook.
4619
bb01dbfc
TT
46202019-08-16 Tom Tromey <tom@tromey.com>
4621
4622 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4623 (tui_update_source_windows_with_line): Update.
4624 * tui/tui-source.h (struct tui_source_window)
4625 <show_symtab_source>: Declare.
4626 (tui_show_symtab_source): Don't declare.
4627 * tui/tui-source.c (tui_show_symtab_source): Rename from
4628 tui_show_symtab_source.
4629
81c82c4b
TT
46302019-08-16 Tom Tromey <tom@tromey.com>
4631
4632 * tui/tui-winsource.h (struct tui_source_window_base)
4633 <set_contents>: Declare.
4634 * tui/tui-winsource.c
4635 (tui_source_window_base::update_source_window_as_is): Update.
4636 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4637 Declare.
4638 (tui_set_source_content): Don't declare.
4639 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4640 tui_set_source_content.
4641 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4642 Declare.
4643 (tui_set_disassem_content): Don't declare.
4644 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4645 tui_set_disassem_content.
4646
2ddaf614
TT
46472019-08-16 Tom Tromey <tom@tromey.com>
4648
4649 * tui/tui-winsource.h (struct tui_source_window_base)
4650 <update_breakpoint_info>: Declare.
4651 (tui_update_breakpoint_info): Don't declare.
4652 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4653 (tui_update_all_breakpoint_info): Update.
4654 (tui_source_window_base::update_breakpoint_info): Rename from
4655 tui_update_breakpoint_info.
4656 (tui_source_window_base::update_exec_info): Update.
4657
017f9828
TT
46582019-08-16 Tom Tromey <tom@tromey.com>
4659
4660 * tui/tui-winsource.h (struct tui_source_window_base)
4661 <update_source_window>: Declare.
4662 (tui_update_source_window): Don't declare.
4663 * tui/tui-winsource.c
4664 (tui_source_window_base::update_source_window): Rename from
4665 tui_update_source_window.
4666 (tui_source_window_base::rerender): Update.
4667 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4668 * tui/tui-disasm.c (tui_show_disassem)
4669 (tui_show_disassem_and_update_source)
4670 (tui_disasm_window::maybe_update): Update.
4671
ed8358e9
TT
46722019-08-16 Tom Tromey <tom@tromey.com>
4673
4674 * tui/tui-winsource.h (struct tui_source_window_base)
4675 <update_source_window_as_is>: Declare.
4676 (tui_update_source_window_as_is): Don't declare.
4677 * tui/tui-winsource.c (tui_update_source_window): Update
4678 (tui_source_window_base::update_source_window_as_is): Rename from
4679 tui_update_source_window_as_is.
4680 (tui_source_window_base::refill): Update.
4681 * tui/tui-source.c (tui_show_symtab_source): Update.
4682 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4683 Update.
4684
20149b6b
TT
46852019-08-16 Tom Tromey <tom@tromey.com>
4686
4687 * tui/tui-winsource.h (tui_update_source_window)
4688 (tui_update_source_window_as_is): Remove "noerror" parameter.
4689 * tui/tui-winsource.c (tui_update_source_window)
4690 (tui_update_source_window_as_is): Remove "noerror" parameter.
4691 (tui_update_source_windows_with_addr)
4692 (tui_update_source_windows_with_line)
4693 (tui_source_window_base::rerender)
4694 (tui_source_window_base::refill): Update.
4695 * tui/tui-source.h (tui_set_source_content)
4696 (tui_show_symtab_source): Remove "noerror" parameter.
4697 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4698 parameter.
4699 (tui_show_symtab_source): Likewise.
4700 (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::do_scroll_vertical)
4704 (tui_disasm_window::maybe_update): Update.
4705
2d83e710
TT
47062019-08-16 Tom Tromey <tom@tromey.com>
4707
4708 * tui/tui.c (tui_is_window_visible): Update.
4709 * tui/tui-wingeneral.c (tui_make_window)
4710 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4711 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4712 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4713 (tui_set_win_height_command, parse_scrolling_args): Update.
4714 * tui/tui-source.c (tui_source_window::style_changed): Update.
4715 * tui/tui-regs.c (tui_show_registers)
4716 (tui_data_window::first_data_item_displayed)
4717 (tui_data_window::delete_data_content_windows)
4718 (tui_check_register_values, tui_reg_command): Update.
4719 * tui/tui-disasm.c (tui_show_disassem): Update.
4720 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4721 method.
4722 <is_visible>: Remove field.
4723 * tui/tui-data.c (tui_next_win, tui_prev_win)
4724 (tui_delete_invisible_windows): Update.
4725
d4ab829a
TT
47262019-08-16 Tom Tromey <tom@tromey.com>
4727
4728 * tui/tui-winsource.h (struct tui_source_window_base)
4729 <m_has_locator>: Remove.
4730 * tui/tui-layout.c (show_source_disasm_command, show_data)
4731 (show_source_or_disasm_and_command): Update.
4732
aa7ca1bb
AH
47332019-08-16 Alan Hayward <alan.hayward@arm.com>
4734
4735 * NEWS (Other MI changes): New subsection.
4736 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4737 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4738 * arch-utils.c (default_get_pc_address_flags): New function.
4739 * arch-utils.h (default_get_pc_address_flags): New declaration.
4740 * gdbarch.sh: Add get_pc_address_flags.
4741 * gdbarch.c: Regenerate.
4742 * gdbarch.h: Likewise.
4743 * stack.c (print_pc): New function.
4744 (print_frame_info) (print_frame): Call print_pc.
4745
6eac171f
TV
47462019-08-16 Tom de Vries <tdevries@suse.de>
4747
4748 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4749 print_objfile_section_info.
4750
3df505f6
TT
47512019-08-15 Tom Tromey <tom@tromey.com>
4752
4753 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4754 calling update_cmdwin_start_line.
4755 * tui/tui-winsource.h (struct tui_source_window_base)
4756 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4757 <rerender>: Declare.
4758 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4759 Call rerender.
4760 (tui_source_window_base::set_new_height): Remove.
4761 (tui_source_window_base::rerender): Rename from
4762 do_make_visible_with_new_height.
4763 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4764 resize method.
4765 (tui_win_info::make_invisible_and_set_new_height)
4766 (tui_win_info::make_visible_with_new_height): Remove.
4767 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4768 Declare.
4769 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4770 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4771 do_make_visible_with_new_height>: Don't declare.
4772 <rerender>: Declare.
4773 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4774 set_new_height.
4775 (tui_data_window::do_make_visible_with_new_height): Remove.
4776 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4777 call tui_show_locator_content.
4778 (tui_gen_win_info::resize): Call rerender.
4779 (show_source_or_disasm_and_command): Don't call
4780 tui_show_locator_content.
4781 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4782 method.
4783 (struct tui_win_info) <rerender>: Declare.
4784 <set_new_height, make_invisible_and_set_new_height,
4785 make_visible_with_new_height>: Don't declare.
4786 * tui/tui-data.c (tui_win_list::rerender): New method.
4787 * tui/tui-command.h (struct tui_cmd_window)
4788 <do_make_visible_with_new_height>: Don't declare.
4789 * tui/tui-command.c
4790 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4791
272560b5
TT
47922019-08-15 Tom Tromey <tromey@adacore.com>
4793
4794 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4795 * ada-lang.c (ada_enum_name): Likewise.
4796
08235187
CB
47972019-08-15 Christian Biesinger <cbiesinger@google.com>
4798
4799 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4800 leading underscore.
4801 (GdbOutputErrorFile): Likewise.
4802 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4803 accordingly.
4804 (execute_unwinders): Rename to have a leading underscore.
4805 (auto_load_packages): Likewise.
4806 (global scope): Adjust call to auto_load_packages accordingly.
4807 (GdbSetPythonDirectory): Likewise.
4808 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4809 instead of execute_unwinders.
4810
db502012
TT
48112019-08-15 Tom Tromey <tom@tromey.com>
4812
4813 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4814 (show_data): Don't change window visibility.
4815 (tui_gen_win_info::resize): Remove special case for command
4816 window. Use wresize, when available.
4817 (show_source_or_disasm_and_command): Don't change window
4818 visibility.
4819 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4820 <make_visible>: New method.
4821 * tui/tui-command.c (tui_cmd_window::resize): New method.
4822
3891b65e
TT
48232019-08-15 Tom Tromey <tom@tromey.com>
4824
4825 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4826 (struct tui_source_windows): New.
4827 * tui/tui-winsource.c (tui_display_main): Update.
4828 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4829 (new_height_ok, parse_scrolling_args): Update.
4830 * tui/tui-layout.c (show_layout, show_data): Update.
4831 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4832 (tui_add_to_source_windows): Don't declare.
4833 * tui/tui-data.c (source_windows, tui_source_windows)
4834 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4835
ee556432
TT
48362019-08-15 Tom Tromey <tom@tromey.com>
4837
4838 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4839 Rename from reset.
4840 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4841 * tui/tui-layout.c (show_source_disasm_command, show_data):
4842 Update.
4843 (tui_gen_win_info::resize): Rename.
4844 (show_source_or_disasm_and_command): Update.
4845 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4846 reset.
4847
46f438e3
TT
48482019-08-15 Tom Tromey <tom@tromey.com>
4849
4850 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4851 * tui/tui-interp.c (tui_interp::init): Don't call
4852 tui_initialize_static_data.
4853 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4854
f4ce562c
TT
48552019-08-15 Tom Tromey <tom@tromey.com>
4856
4857 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4858 examine tui_win_list.
4859
c398c3d0
TT
48602019-08-15 Tom Tromey <tom@tromey.com>
4861
4862 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4863 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4864 tui_clear_source_content.
4865 (tui_clear_source_content): Remove.
4866 (tui_source_window_base::do_erase_source_content): Hoist call to
4867 content.clear().
4868 * tui/tui-stack.c (tui_show_frame_info): Don't call
4869 tui_clear_source_content.
4870
e25d2004
TT
48712019-08-15 Tom Tromey <tom@tromey.com>
4872
4873 * tui/tui-winsource.h (struct tui_source_window_base)
4874 <do_erase_source_content>: New method.
4875 <erase_source_content>: New method.
4876 (tui_erase_source_content): Don't declare.
4877 * tui/tui-winsource.c (tui_clear_source_content): Update.
4878 (tui_source_window_base::do_erase_source_content): Rename from
4879 tui_erase_source_content.
4880 (tui_source_window_base::show_source_content): Update.
4881 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4882 * tui/tui-source.h (struct tui_source_window)
4883 <erase_source_content>: New method.
4884 * tui/tui-disasm.h (struct tui_disasm_window)
4885 <erase_source_content>: New method.
4886
002f15c2
TT
48872019-08-15 Tom Tromey <tom@tromey.com>
4888
4889 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4890 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4891 constructor.
4892 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4893 * tui/tui-source.c (tui_set_source_content): Update.
4894 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4895
c9033fe8
TT
48962019-08-15 Tom Tromey <tom@tromey.com>
4897
4898 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4899 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4900 tui-source.c.
4901 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4902 Declare.
4903 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4904 method.
4905 (tui_source_window::maybe_update): Update.
4906
088f37dd
TT
49072019-08-15 Tom Tromey <tom@tromey.com>
4908
4909 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4910 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4911 tui-disasm.c.
4912 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4913 Declare.
4914 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4915 method.
4916 (tui_disasm_window::maybe_update): Update.
4917
a54700c6
TT
49182019-08-15 Tom Tromey <tom@tromey.com>
4919
4920 * tui/tui-winsource.h (struct tui_source_window_base)
4921 <maybe_update>: Declare.
4922 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4923 method.
4924 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4925 Declare.
4926 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4927 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4928 Declare.
4929 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4930
e2a678a5
TT
49312019-08-15 Tom Tromey <tom@tromey.com>
4932
4933 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4934
f2dda477
TT
49352019-08-15 Tom Tromey <tom@tromey.com>
4936
4937 * tui/tui-wingeneral.c: Include tui-stack.h.
4938 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4939 (struct tui_locator_window): Move from tui-data.h.
4940 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4941 (tui_initialize_static_data): Move from tui-data.c.
4942 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4943 (struct tui_locator_window): Move to tui-stack.c.
4944 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4945 (tui_initialize_static_data): Move to tui-stack.c.
4946
ed4a1084
TT
49472019-08-15 Tom Tromey <tom@tromey.com>
4948
4949 * tui/tui-layout.c (show_source_disasm_command)
4950 (show_source_or_disasm_and_command): Use make_visible method, not
4951 tui_make_window.
4952 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4953 Remove.
4954
65962b20
TT
49552019-08-15 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui-wingeneral.h (tui_make_window): Update.
4958 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4959 parameter.
4960 (tui_gen_win_info::make_visible): Update.
4961 * tui/tui-regs.c (tui_data_window::display_registers_from):
4962 Update.
4963 * tui/tui-layout.c (show_source_disasm_command)
4964 (show_source_or_disasm_and_command): Update.
4965 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4966 (enum tui_box): Remove.
4967 (struct tui_win_info) <can_box>: New method.
4968 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4969 method.
4970
2208ee91
TV
49712019-08-15 Tom de Vries <tdevries@suse.de>
4972
4973 * linux-nat-trad.c: Include gdbarch.h.
4974
75faf5c4
AH
49752019-08-14 Alan Hayward <alan.hayward@arm.com>
4976
4977 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4978 register sizes.
4979
b1c896b3
TT
49802019-08-14 Tom Tromey <tromey@adacore.com>
4981
4982 * darwin-nat.c: Include gdbarch.h.
4983 * darwin-nat-info.c: Include gdbarch.h.
4984
6405cd73
TT
49852019-08-13 Tom Tromey <tom@tromey.com>
4986
4987 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4988 Remove.
4989 * tui/tui-data.c (tui_initialize_static_data): Update.
4990
5216580d
TT
49912019-08-13 Tom Tromey <tom@tromey.com>
4992
4993 * tui/tui-winsource.h (struct tui_exec_info_window)
4994 <~tui_exec_info_window, maybe_allocate_content, get_content,
4995 m_content>: Remove.
4996 (struct tui_source_window_base) <set_exec_info_content,
4997 show_exec_info_content>: Don't declare.
4998 * tui/tui-winsource.c
4999 (tui_exec_info_window::maybe_allocate_content): Remove.
5000 (tui_source_window_base::update_exec_info): Rename from
5001 set_exec_info_content.
5002 (tui_source_window_base::show_exec_info_content)
5003 (tui_source_window_base::update_exec_info): Remove.
5004
93858ad3
TT
50052019-08-13 Tom Tromey <tom@tromey.com>
5006
5007 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5008 declare.
5009 * tui/tui-winsource.c (tui_update_source_window_as_is)
5010 (tui_update_source_windows_with_addr, tui_erase_source_content):
5011 Update.
5012 (tui_clear_exec_info_content): Remove.
5013
e321e7ce
TT
50142019-08-13 Tom Tromey <tom@tromey.com>
5015
5016 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5017 declare.
5018 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5019 call tui_erase_exec_info_content.
5020 (tui_clear_exec_info_content): Rename from
5021 tui_erase_exec_info_content.
5022 (tui_clear_exec_info_content): Delete.
5023
8270ac62
TT
50242019-08-13 Tom Tromey <tom@tromey.com>
5025
5026 * tui/tui-winsource.h (struct tui_source_window_base)
5027 <show_exec_info_content>: Declare.
5028 (tui_show_exec_info_content): Don't declare.
5029 * tui/tui-winsource.c
5030 (tui_source_window_base::show_exec_info_content): Rename from
5031 tui_show_exec_info_content.
5032 (tui_source_window_base::update_exec_info): Update.
5033
7b56485d
TT
50342019-08-13 Tom Tromey <tom@tromey.com>
5035
5036 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5037 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5038 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5039 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5040 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5041 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5042 ... here.
5043
7ba913dc
TT
50442019-08-13 Tom Tromey <tom@tromey.com>
5045
5046 * tui/tui-winsource.h (struct tui_source_window_base)
5047 <update_exec_info>: Declare.
5048 (tui_update_exec_info): Don't declare.
5049 * tui/tui-winsource.c (tui_update_source_window_as_is)
5050 (tui_source_window_base::refresh_all)
5051 (tui_update_all_breakpoint_info): Update.
5052 (tui_source_window_base::update_exec_info): Rename from
5053 tui_update_exec_info.
5054 * tui/tui-stack.c (tui_show_frame_info): Update.
5055
37a4a131
TT
50562019-08-13 Tom Tromey <tom@tromey.com>
5057
5058 * tui/tui-winsource.h (struct tui_source_window_base)
5059 <set_exec_info_content>: Declare.
5060 (tui_set_exec_info_content): Don't declare.
5061 * tui/tui-winsource.c
5062 (tui_source_window_base::set_exec_info_content): Rename from
5063 tui_set_exec_info_content.
5064 (tui_update_exec_info): Update.
5065
0bd27e07
TT
50662019-08-13 Tom Tromey <tom@tromey.com>
5067
5068 * tui/tui-winsource.h (struct tui_source_window_base)
5069 <show_source_content>: Declare.
5070 (tui_show_source_content): Don't declare.
5071 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5072 (tui_source_window_base::show_source_content): Rename from
5073 tui_show_source_content.
5074 (tui_source_window_base::refresh_all): Update.
5075 * tui/tui-layout.c (show_source_disasm_command)
5076 (show_source_or_disasm_and_command): Update.
5077
b4ef5aeb
TT
50782019-08-13 Tom Tromey <tom@tromey.com>
5079
5080 * tui/tui-winsource.c (tui_erase_source_content)
5081 (tui_show_source_content, tui_source_window_base::refresh_all):
5082 Update.
5083 * tui/tui-wingeneral.h
5084 (tui_check_and_display_highlight_if_needed): Don't declare.
5085 * tui/tui-wingeneral.c
5086 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5087 check_and_display_highlight_if_needed.
5088 * tui/tui-win.c (tui_rehighlight_all)
5089 (tui_win_info::make_visible_with_new_height): Update.
5090 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5091 (tui_data_window::erase_data_content)
5092 (tui_data_window::display_all_data): Update.
5093 * tui/tui-data.h (struct tui_win_info)
5094 <check_and_display_highlight_if_needed>: Declare.
5095
fede5273
TT
50962019-08-13 Tom Tromey <tom@tromey.com>
5097
5098 * tui/tui-win.c (tui_resize_all): Call
5099 tui_delete_invisible_windows.
5100 * tui/tui-layout.c (show_layout): Call
5101 tui_delete_invisible_windows.
5102 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5103 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5104
22c3f490
TT
51052019-08-13 Tom Tromey <tom@tromey.com>
5106
5107 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5108 tui_add_win_to_layout.
5109
16cb7910
TT
51102019-08-13 Tom Tromey <tom@tromey.com>
5111
5112 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5113 * tui/tui-layout.c (tui_default_win_height): Now static.
5114
cc0c3ffb
TT
51152019-08-13 Tom Tromey <tom@tromey.com>
5116
5117 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5118 single switch.
5119 (show_source_disasm_command, show_source_or_disasm_and_command):
5120 Don't check current layout.
5121
3f3ffe54
TT
51222019-08-13 Tom Tromey <tom@tromey.com>
5123
5124 * tui/tui-wingeneral.c (make_all_visible): Remove.
5125 (tui_make_all_invisible): Simplify.
5126 * tui/tui-layout.c (tui_make_all_invisible): Move from
5127 tui-wingeneral.c; simplify.
5128 (show_layout): Hoist call to tui_make_all_invisible.
5129 (show_data): Don't call tui_make_all_invisible.
5130
69258091
TT
51312019-08-13 Tom Tromey <tom@tromey.com>
5132
5133 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5134 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5135
62cf57fe
TT
51362019-08-13 Tom Tromey <tom@tromey.com>
5137
5138 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5139 tui-data.c.
5140 (show_source_disasm_command, show_data)
5141 (show_source_or_disasm_and_command): Don't use
5142 tui_set_current_layout_to.
5143 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5144 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5145 tui-layout.c.
5146 (tui_set_current_layout_to): Remove.
5147
2afade5d
TT
51482019-08-13 Tom Tromey <tom@tromey.com>
5149
5150 * tui/tui-layout.c (tui_set_layout): Update.
5151 * tui/tui-data.h (struct tui_layout_def): Remove.
5152 (tui_layout_def): Don't declare.
5153 * tui/tui-data.c (layout_def): Remove.
5154 (tui_layout_def): Remove.
5155
a3504e96
TT
51562019-08-13 Tom Tromey <tom@tromey.com>
5157
5158 * tui/tui-winsource.h (struct tui_source_window_base)
5159 <clear_detail>: No longer "override".
5160 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5161 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5162 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5163 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5164 Remove.
5165 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5166
29c92911
TT
51672019-08-13 Tom Tromey <tromey@adacore.com>
5168
5169 * tracepoint.c: Don't include readline.h or history.h.
5170
86c6b807
TT
51712019-08-12 Tom Tromey <tom@tromey.com>
5172
5173 * configure: Rebuild.
5174 * configure.ac: Check for readline 7.
5175 * NEWS: Mention readline 7 requirement.
5176 * README: Update.
5177
5db2718c
TT
51782019-08-12 Tom Tromey <tom@tromey.com>
5179
5180 * mingw-hdep.c (gdb_select): Remove readline hack.
5181
dac36daf
PFC
51822019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5183
5184 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5185 when the function fails.
5186
1022c627
AA
51872019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5188
5189 * s390-tdep.c (s390_type_align): New function.
5190 (s390_gdbarch_init): Set it as type_align gdbarch method.
5191
eba4caf2
TV
51922019-08-09 Tom de Vries <tdevries@suse.de>
5193
5194 PR gdb/24591
5195 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5196 pc_low with relocation offset.
5197
123cd851
TT
51982019-08-07 Tom Tromey <tromey@adacore.com>
5199
5200 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5201 (print_frame_args): Update.
5202 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5203 Update.
5204 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5205 * frame.h (struct frame_arg): Add initializers.
5206 <error>: Now a unique_xmalloc_ptr.
5207
3d31bc39
AH
52082019-08-07 Alan Hayward <alan.hayward@arm.com>
5209
5210 * NEWS: Expand the Pointer Authentication entry.
5211 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5212 (aarch64_frame_unmask_lr): ... to this.
5213 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5214 Call aarch64_frame_unmask_lr.
5215 * frame.c (struct frame_info): Add "masked" variable.
5216 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5217 (fprint_frame): Check for masked pc.
5218 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5219 declarations.
5220 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5221 * stack.c (print_frame): Check for masked pc.
5222
0cf9feb9
TT
52232019-08-06 Tom Tromey <tom@tromey.com>
5224
5225 * stabsread.c (patch_block_stabs, read_one_struct_field)
5226 (read_enum_type): Use obstack_strndup.
5227 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5228 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5229 * dwarf2read.c (guess_full_die_structure_name)
5230 (anonymous_struct_prefix): Use obstack_strndup.
5231 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5232 * c-exp.y (yylex): Use obstack_strndup.
5233 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5234 (write_var_or_type): Use obstack_strndup.
5235
efba19b0
TT
52362019-08-06 Tom Tromey <tom@tromey.com>
5237
5238 * symfile.c (reread_symbols): Use obstack_strdup.
5239 * stabsread.c (read_type): Use obstack_strdup.
5240 * gdb_obstack.h (obstack_strdup): New overload.
5241 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5242 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5243 (dwarf2_canonicalize_name): Use obstack_strdup.
5244 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5245 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5246 Use obstack_strdup.
5247
f25102f7
TT
52482019-08-06 Tom Tromey <tom@tromey.com>
5249
5250 * gdb_obstack.h (obstack_strdup): Define.
5251 * gdb_obstack.c (obstack_strdup): Don't define.
5252
021887d8
TT
52532019-08-06 Tom Tromey <tom@tromey.com>
5254
5255 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5256 obstack_strdup.
5257 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5258 obstack_strdup.
5259 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5260 * stabsread.c (common_block_start): Use obstack_strdup.
5261 * objfiles.c (set_objfile_main_name, objfile): Use
5262 obstack_strdup.
5263 * namespace.c (add_using_directive): Use obstack_strdup.
5264 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5265 * jit.c (finalize_symtab): Use obstack_strdup.
5266 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5267 (guess_partial_die_structure_name, partial_die_info::fixup)
5268 (dwarf2_name): Use obstack_strdup.
5269 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5270 obstack_strdup.
5271 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5272 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5273 obstack_strdup.
5274 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5275
d2834edc
PW
52762019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5277
5278 * unittests/help-doc-selftests.c: New file.
5279 * Makefile.in: Add the new file.
5280
590042fc
PW
52812019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5282
5283 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5284 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5285 the full first line, except when FOR_VALUE_PREFIX. In this case,
5286 the trailing '.' is not output, and the first character is uppercased.
5287 (print_help_for_command): Update call to print_doc_line.
5288 (print_doc_of_command): Likewise.
5289 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5290 * cli/cli-option.c (append_indented_doc): Do not append newline.
5291 (build_help_option): Append newline after first appended_indented_doc
5292 only if a second call is done.
5293 (build_help): Append 2 new lines before each option, except the first
5294 one.
5295 * compile/compile.c (_initialize_compile): Add new lines after
5296 %OPTIONS%, when not at the end of the help.
5297 Change help doc or code
5298 producing the help doc to respect the invariants.
5299 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5300 Also removed the new line after 'Options:', as all other commands
5301 do not put an empty line between 'Options:' and the first option.
5302 * printcmd.c (_initialize_printcmd): Likewise.
5303 * stack.c (_initialize_stack): Likewise.
5304 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5305 incorrectly telling COMMAND is optional.
5306 * ada-lang.c (_initialize_ada_language): Change help doc or code
5307 producing the help doc to respect the invariants.
5308 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5309 * breakpoint.c (_initialize_breakpoint): Likewise.
5310 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5311 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5312 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5313 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5314 _initialize_cli_style): Likewise.
5315 * corelow.c (core_target_info): Likewise.
5316 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5317 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5318 * filesystem.c (_initialize_filesystem): Likewise.
5319 * frame.c (_initialize_frame): Likewise.
5320 * gnu-nat.c (add_task_commands): Likewise.
5321 * infcall.c (_initialize_infcall): Likewise.
5322 * infcmd.c (_initialize_infcmd): Likewise.
5323 * interps.c (_initialize_interpreter): Likewise.
5324 * language.c (_initialize_language): Likewise.
5325 * linux-fork.c (_initialize_linux_fork): Likewise.
5326 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5327 * maint.c (_initialize_maint_cmds): Likewise.
5328 * memattr.c (_initialize_mem): Likewise.
5329 * printcmd.c (_initialize_printcmd): Likewise.
5330 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5331 _RegEx): Likewise.
5332 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5333 * record-btrace.c (_initialize_record_btrace): Likewise.
5334 * record-full.c (_initialize_record_full): Likewise.
5335 * record.c (_initialize_record): Likewise.
5336 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5337 * regcache.c (_initialize_regcache): Likewise.
5338 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5339 _initialize_remote): Likewise.
5340 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5341 * serial.c (_initialize_serial): Likewise.
5342 * skip.c (_initialize_step_skip): Likewise.
5343 * source.c (_initialize_source): Likewise.
5344 * stack.c (_initialize_stack): Likewise.
5345 * symfile.c (_initialize_symfile): Likewise.
5346 * symtab.c (_initialize_symtab): Likewise.
5347 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5348 * top.c (init_main): Likewise.
5349 * tracefile-tfile.c (tfile_target_info): Likewise.
5350 * tracepoint.c (_initialize_tracepoint): Likewise.
5351 * tui/tui-win.c (_initialize_tui_win): Likewise.
5352 * utils.c (add_internal_problem_command): Likewise.
5353 * valprint.c (value_print_option_defs): Likewise.
5354
404f2902
FCE
53552019-08-06 Frank Ch. Eigler <fche@redhat.com>
5356
5357 PR build/24886
5358 * configure.ac: Drop enable-libmcheck support.
5359 * configure, config.in: Rebuild.
5360 * libmcheck.m4: Remove.
5361 * acinclude.m4: Don't include it.
5362 * Makefile.in: Don't distribute it.
5363 * top.c (print_gdb_configuration): Don't mention it.
5364
046bebe1
TT
53652019-08-06 Tom Tromey <tom@tromey.com>
5366
5367 * utils.c (set_output_style): Sometimes pass stream to
5368 emit_style_escape.
5369 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5370 * record-btrace.c (btrace_insn_history): Update.
5371 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5372 method.
5373 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5374 Update initializers.
5375 <m_uiout>: New field.
5376 <m_di>: Move lower.
5377 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5378 Remove "uiout" parameter.
5379 (dump_insns): Update.
5380 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5381 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5382
ddbcedf5
CB
53832019-08-06 Christian Biesinger <cbiesinger@google.com>
5384
5385 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5386 (error_in_psymtab_expansion): Likewise.
5387 (lookup_symbol_via_quick_fns): Likewise.
5388 (basic_lookup_transparent_type_quick): Likewise.
5389 (basic_lookup_transparent_type_1): Likewise.
5390
b08b16c8
TT
53912019-08-06 Tom Tromey <tromey@adacore.com>
5392
5393 * source.c (last_source_error): Now bool.
5394 (print_source_lines_base): Make "noprint" bool. Only open
5395 source file when last_source_visited changes.
5396
cb44333d
TT
53972019-08-06 Tom Tromey <tromey@adacore.com>
5398
5399 * annotate.c (annotate_source_line): Use g_source_cache.
5400 * source-cache.c (source_cache::get_plain_source_lines): Change
5401 parameters. Populate m_offset_cache.
5402 (source_cache::ensure): New method.
5403 (source_cache::get_line_charpos): New method.
5404 (extract_lines): Move lower. Change parameters.
5405 (source_cache::get_source_lines): Move lower.
5406 * source-cache.h (class source_cache): Update comment.
5407 <get_line_charpos>: New method.
5408 <get_source_lines>: Update comment.
5409 <clear>: Clear m_offset_cache.
5410 <get_plain_source_lines>: Change parameters.
5411 <ensure>: New method
5412 <m_offset_cache>: New member.
5413 * source.c (forget_cached_source_info_for_objfile): Update.
5414 (info_source_command): Use g_source_cache.
5415 (find_source_lines, open_source_file_with_line_charpos): Remove.
5416 (print_source_lines_base, search_command_helper): Use g_source_cache.
5417 * source.h (open_source_file_with_line_charpos): Don't declare.
5418 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5419 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5420 Use g_source_cache.
5421
872dceaa
TT
54222019-08-06 Tom Tromey <tromey@adacore.com>
5423
5424 * source-cache.c (source_cache::get_plain_source_lines):
5425 Remove "first_line" and "last_line" parameters.
5426 (source_cache::get_source_lines): Cache plain text.
5427 * source-cache.h (class source_cache)
5428 <get_plain_source_lines>: Update.
5429
269249d9
TT
54302019-08-06 Tom Tromey <tromey@adacore.com>
5431
5432 * source-cache.c (extract_lines): No longer a method.
5433 Changed type of parameter. Include final newline.
5434 (selftests::extract_lines_test): New function.
5435 (_initialize_source_cache): Likewise.
5436 * source-cache.h (class source_cache)
5437 <extract_lines>: Don't declare.
5438
c0e8dcd8
TT
54392019-08-06 Tom Tromey <tromey@adacore.com>
5440
5441 * breakpoint.c (init_breakpoint_sal): Update.
5442 (breakpoint): Update.
5443 * breakpoint.h (struct breakpoint) <filter>: Now a
5444 unique_xmalloc_ptr.
5445
0b27c27d
CB
54462019-08-05 Christian Biesinger <cbiesinger@google.com>
5447
5448 * NEWS: Mention dictionary access on blocks.
5449 * python/py-block.c (blpy_getitem): New function.
5450 (block_object_as_mapping): New struct.
5451 (block_object_type): Use new struct for tp_as_mapping field.
5452
4ee94178
CB
54532019-08-05 Christian Biesinger <cbiesinger@google.com>
5454
5455 * objfiles.h (objfile): Add a comment describing partial symbols.
5456
8abfcabc
TT
54572019-08-05 Tom Tromey <tromey@adacore.com>
5458
5459 * compile/compile.c (_initialize_compile): Use _(), not N_().
5460 * thread.c (_initialize_thread): Use _(), not N_().
5461 * stack.c (_initialize_stack): Use _(), not N_().
5462 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5463
2b79f376
SM
54642019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5465
5466 * dwarf2read.c (struct dw2_symtab_iterator):
5467 <want_specific_block>: Remove.
5468 <block_index>: Change type to gdb::optional.
5469 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5470 change type of BLOCK_INDEX parameter to gdb::optional.
5471 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5472 (dw2_lookup_symbol): Don't pass argument for
5473 WANT_SPECIFIC_BLOCK.
5474 (dw2_expand_symtabs_for_function): Don't pass argument for
5475 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5476 (class dw2_debug_names_iterator)
5477 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5478 parameter, change BLOCK_INDEX type to gdb::optional.
5479 <m_want_specific_block>: Remove.
5480 <m_block_index>: Change type to gdb::optional.
5481 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5482 gdb::optional. Re-write in function of gdb::optional.
5483 (dw2_debug_names_lookup_symbol): Don't pass argument for
5484 WANT_SPECIFIC_BLOCK.
5485 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5486 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5487 BLOCK_INDEX.
5488
ae60f04e
PW
54892019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5490
5491 * NEWS: Mention changes to "info sources" command.
5492
28cd9371
PW
54932019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5494
5495 * symtab.c (filename_partial_match_opts): New struct type.
5496 (struct output_source_filename_data): New members
5497 regexp, c_regexp, partial_match.
5498 (output_source_filename): Use new members to decide to print file.
5499 (info_sources_option_defs): New variable.
5500 (make_info_sources_options_def_group, print_info_sources_header,
5501 info_sources_command_completer):
5502 New functions.
5503 (info_sources_command): Read new optional arguments.
5504 (_initialize_symtab): Update info sources help.
5505
ca683e3a
AO
55062019-08-02 Alexandre Oliva <oliva@adacore.com>
5507
5508 * ada-lang.c (exception_support_info_v0): Renamed from...
5509 (default_exception_support_info): ... this. Create new
5510 definition for v1.
5511 (ada_has_this_exception_support): Look up catch_handlers_sym.
5512 (ada_exception_support_info_sniffer): Try v0 after default.
5513
f1264162
TT
55142019-08-01 Tom Tromey <tromey@adacore.com>
5515
5516 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5517 gdbarch.h.
5518
0a7b2485
CB
55192019-08-01 Christian Biesinger <cbiesinger@google.com>
5520
5521 * s12z-tdep.c: Fix include path for s12z-opc.h.
5522
c6bdbeb7
AH
55232019-08-01 Alan Hayward <alan.hayward@arm.com>
5524
5525 * NEWS: Require GNU make 3.82.
5526
a2bd7b82
TT
55272019-07-16 Tom Tromey <tom@tromey.com>
5528
5529 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5530 declare.
5531
aa3b6533
TT
55322019-07-30 Tom Tromey <tromey@adacore.com>
5533
5534 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5535
a1530dc7
KB
55362019-07-30 Kevin Buettner <kevinb@redhat.com>
5537
5538 * printcmd.c (print_address_symbolic): Print negative offsets.
5539 (build_address_symbolic): Force signed arithmetic when computing
5540 offset.
5541
2906593f
CB
55422019-07-30 Christian Biesinger <cbiesinger@google.com>
5543
5544 PR/24474: Add a function to lookup static variables.
5545 * NEWS: Mention this new function.
5546 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5547 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5548 * python/python.c (python_GdbMethods): Add new function.
5549
c620ed88
CB
55502019-07-29 Christian Biesinger <cbiesinger@google.com>
5551
5552 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5553 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5554 (objfpy_lookup_static_symbol): New function.
5555 (objfile_object_methods): Add new functions.
5556
bc4268a5
PW
55572019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5558
5559 * NEWS: Mention 'set|show print frame-info'. Mention new
5560 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5561 backtrace argument. Mention that python frame filtering code
5562 is now consistent with what 'backtrace' command prints.
5563
4b5e8d19
PW
55642019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5565
5566 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5567 comments.
5568 (print_frame_info_auto, print_frame_info_source_line,
5569 print_frame_info_location, print_frame_info_source_and_location,
5570 print_frame_info_location_and_address, print_frame_info_short_location):
5571 New declarations.
5572 (struct frame_print_options): New member print_frame_info.
5573 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5574 * stack.h (get_user_print_what_frame_info): New declaration.
5575 (frame_show_address): New declaration.
5576 * stack.c (print_frame_arguments_choices): New value 'presence'.
5577 (print_frame_info_auto, print_frame_info_source_line,
5578 print_frame_info_location, print_frame_info_source_and_location,
5579 print_frame_info_location_and_address, print_frame_info_short_location,
5580 print_frame_info_choices, print_frame_info_print_what): New definitions.
5581 (print_frame_args): Only print dots for args if print frame-arguments
5582 is 'presence'.
5583 (frame_print_option_defs): New element for "frame-info".
5584 (get_user_print_what_frame_info): New function.
5585 (frame_show_address): Make non static. Move comment to stack.h.
5586 (print_frame_info_to_print_what): New function.
5587 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5588 to decide what to print.
5589 (backtrace_command_1): Handle the new print_frame_arguments_presence
5590 value.
5591 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5592 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5593 (py_print_frame): In non-mi mode, use LOCATION as default for
5594 print_what, similarly to frame information printed directly by
5595 backtrace command. Handle frame-info user option in non MI mode.
5596
6bdfee81
KB
55972019-07-27 Kevin Buettner <kevinb@redhat.com>
5598
5599 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5600 Add case for debugging 32-bit target on 64-bit host. Revise
5601 comment.
5602
98a617f8
KB
56032019-07-27 Kevin Buettner <kevinb@redhat.com>
5604
5605 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5606 instead of find_function_entry_range_from_pc.
5607
567238c9
KB
56082019-07-27 Kevin Buettner <kevinb@redhat.com>
5609
5610 * stack.c (find_frame_funname): Remove code which preferred
5611 minsym over symtab sym in "certain pathological cases".
5612
2dc80cf8
KB
5613 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5614 parameter. Change type of "do_demangle" to bool.
5615 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5616 Pass suitable "prefer_sym_over_minsym" flag to
5617 build_address_symbolic(). Don't output "+" for negative offsets.
5618 * printcmd.c (print_address_symbolic): Update invocation of
5619 build_address_symbolic to include a "prefer_sym_over_minsym"
5620 flag.
5621 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5622 Restrict cases in which use of minimal symbol is preferred to that
5623 of a found symbol. Update comments.
5624
1aff7173
KB
5625 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5626 for entry pc when entry pc is out of range for that FDE.
5627
89b085ac
BC
56282019-07-26 Brian Callahan <bcallah@openbsd.org>
5629
5630 PR gdb/24839:
5631 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5632 type.
5633
f32feb4a
CB
56342019-07-25 Christian Biesinger <cbiesinger@google.com>
5635
5636 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5637 this function's Python signature.
5638
5639
56402019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
5641
5642 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5643 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5644 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5645 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5646 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5647
5648
c54e4253
YS
56492019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5650
5651 * h8300-tdep.c (h8300_register_name_common): New.
5652 h8300_register_name): Use h8300_register_name_common.
5653 (h8300s_register_name): Likewise.
5654 (h8300sx_register_name): Likewise.
5655 (h8300h_register_nam): New.
5656 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5657
5658
40eadf04
SP
56592019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5660
5661 * arm-tdep.c (arm_skip_cmse_entry): New function.
5662 (arm_is_sgstubs_section): New function.
5663 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5664
bfa2a36d
TT
56652019-07-22 Tom Tromey <tom@tromey.com>
5666
5667 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5668 Don't self-assign.
5669
a8e9d247
AB
56702019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5671
5672 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5673 type_print.
5674
eb86c5e2
AB
56752019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5676
5677 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5678 so that GDB doesn't match any msymbols when searching in the
5679 TYPES_DOMAIN.
5680 (print_symbol_info): Print using typedef_print or type_print based
5681 on the type of the symbol. Add updated FIXME comment moved from...
5682 (_initialize_symtab): ... move and update FIXME comment to above.
5683
a8eab7c6
AB
56842019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5685
5686 * NEWS: Mention adding -q option to "info types".
5687 * symtab.c (struct info_types_options): New struct.
5688 (info_types_options_defs): New variable.
5689 (make_info_types_options_def_group): New function.
5690 (info_types_command): Use gdb::option framework to parse options.
5691 (info_types_command_completer): New function.
5692 (_initialize_symtab): Extend the help text on "info types" and
5693 register command completer.
5694
b4603c34
CB
56952019-07-21 Christian Biesinger <cbiesinger@google.com>
5696
5697 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5698 (lookup_symbol_in_objfile): Change int to block_enum and add a
5699 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5700
c8cdc1e0
CB
57012019-07-20 Christian Biesinger <cbiesinger@google.com>
5702
5703 * MAINTAINERS (Write After Approval): Add self.
5704
01e175fe
AB
57052019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5706
5707 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5708 instruction to the dummy code region.
5709
56f79b63
TT
57102019-07-19 Tom Tromey <tromey@adacore.com>
5711
5712 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5713 (ARGSUSED, PARAMS, __func__): Remove rules.
5714
4c5aa8e0
AH
57152019-07-19 Alan Hayward <alan.hayward@arm.com>
5716
5717 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5718 * features/arm/arm-with-iwmmxt.c: Remove.
5719 * features/arm/arm-with-iwmmxt.xml: Remove.
5720 * features/arm/arm-with-m-fpa-layout.c: Remove.
5721 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5722 * features/arm/arm-with-m-vfp-d16.c: Remove.
5723 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5724 * features/arm/arm-with-m.c: Remove.
5725 * features/arm/arm-with-m.xml: Remove.
5726 * features/arm/arm-with-neon.c: Remove.
5727 * features/arm/arm-with-neon.xml: Remove.
5728 * features/arm/arm-with-vfpv2.c: Remove.
5729 * features/arm/arm-with-vfpv2.xml: Remove.
5730 * features/arm/arm-with-vfpv3.c: Remove.
5731 * features/arm/arm-with-vfpv3.xml: Remove.
5732
f42b2617
AH
57332019-07-19 Alan Hayward <alan.hayward@arm.com>
5734
5735 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5736
f29ec966
AH
57372019-07-19 Alan Hayward <alan.hayward@arm.com>
5738
5739 * arch/aarch32.c (aarch32_create_target_description): Create
5740 target descriptions using features.
5741 * arch/arm.c (arm_create_target_description)
5742 (arm_create_mprofile_target_description): Likewise.
5743 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5744
d105cce5
AH
57452019-07-19 Alan Hayward <alan.hayward@arm.com>
5746
5747 * Makefile.in: Add new files.
5748 * aarch32-tdep.c: New file.
5749 * aarch32-tdep.h: New file.
5750 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5751 Call aarch32_read_description.
5752 * arch/aarch32.c: New file.
5753 * arch/aarch32.h: New file.
5754 * arch/arm.c (arm_create_target_description)
5755 (arm_create_mprofile_target_description): New function.
5756 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5757 (arm_create_target_description)
5758 (arm_create_mprofile_target_description): New declaration.
5759 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5760 read_description functions.
5761 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5762 Likewise.
5763 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5764 * arm-tdep.c (tdesc_arm_list): New variable.
5765 (arm_register_g_packet_guesses): Call create description functions.
5766 (arm_read_description) (arm_read_mprofile_description): New
5767 function.
5768 * arm-tdep.h (arm_read_description)
5769 (arm_read_mprofile_description): Add declaration.
5770 * configure.tgt: Add new files.
5771
afe09f0b
GL
57722019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5773
5774 * top.c (new_ui_command): Open specified terminal just once.
5775
cd215b2e
TT
57762019-07-18 Tom Tromey <tromey@adacore.com>
5777
5778 * symtab.c (main_name): Constify return type.
5779 * symfile.c (set_initial_language): Update.
5780 * symtab.h (main_name): Constify return type.
5781
d8f68fcb
TT
57822019-07-17 Tom Tromey <tom@tromey.com>
5783
5784 * tui/tui-winsource.c (tui_update_source_window)
5785 (tui_update_source_window_as_is)
5786 (tui_update_source_windows_with_line): Remove return.
5787 * tui/tui-disasm.c (tui_show_disassem)
5788 (tui_show_disassem_and_update_source): Remove return.
5789 * tui/tui.c (tui_reset): Remove return.
5790 * tui/tui-wingeneral.c
5791 (tui_check_and_display_highlight_if_needed): Remove return.
5792
ca5af91e
TT
57932019-07-17 Tom Tromey <tom@tromey.com>
5794
5795 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5796
5104fe36
TT
57972019-07-17 Tom Tromey <tom@tromey.com>
5798
5799 * tui/tui-winsource.h (struct tui_exec_info_window)
5800 (struct tui_source_window_base): Move from tui-data.h.
5801 * tui/tui-winsource.c: Move many method definitions from
5802 elsewhere. Remove "structuring" comments.
5803 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5804 (tui_source_window_base::refresh_window): Move to
5805 tui-winsource.c.
5806 * tui/tui-win.c (tui_source_window_base::refresh_all)
5807 (tui_source_window_base::update_tab_width)
5808 (tui_source_window_base::set_new_height)
5809 (tui_source_window_base::do_make_visible_with_new_height): Move to
5810 tui-winsource.c.
5811 * tui/tui-source.h: Update.
5812 * tui/tui-source.c (tui_source_window_base::reset): Move to
5813 tui-winsource.c.
5814 * tui/tui-disasm.h: Update.
5815 * tui/tui-data.h (struct tui_exec_info_window): Move to
5816 tui-winsource.h.
5817 (struct tui_source_window_base): Likewise.
5818 * tui/tui-data.c (tui_source_window_base::clear_detail)
5819 (tui_source_window_base, ~tui_source_window_base): Move to
5820 tui-winsource.c.
5821
daa15dde
TT
58222019-07-17 Tom Tromey <tom@tromey.com>
5823
5824 * tui/tui-win.c (tui_resize_all)
5825 (tui_source_window_base::update_tab_width)
5826 (tui_adjust_win_heights): Update.
5827 (tui_win_info::make_invisible_and_set_new_height): Rename from
5828 make_invisible_and_set_new_height.
5829 * tui/tui-data.h (struct tui_win_info)
5830 <make_invisible_and_set_new_height>: New method.
5831
bfad4537
TT
58322019-07-17 Tom Tromey <tom@tromey.com>
5833
5834 * tui/tui.c: Update.
5835 * tui/tui-source.h (struct tui_source_window): Move from
5836 tui-data.h.
5837 * tui/tui-layout.c: Update.
5838 * tui/tui-disasm.c: Update.
5839 * tui/tui-data.h (struct tui_source_window): Move to
5840 tui-source.h.
5841
88f7e873
TT
58422019-07-17 Tom Tromey <tom@tromey.com>
5843
5844 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5845 tui-data.h.
5846 * tui/tui-data.h (struct tui_disasm_window): Move to
5847 tui-disasm.h.
5848
96bd6233
TT
58492019-07-17 Tom Tromey <tom@tromey.com>
5850
5851 * tui/tui-regs.h (struct tui_data_item_window): Move from
5852 tui-data.h.
5853 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5854 * tui/tui-data.h (struct tui_data_item_window): Move to
5855 tui-regs.h.
5856 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5857
ce38393b
TT
58582019-07-17 Tom Tromey <tom@tromey.com>
5859
5860 * tui/tui.c: Update.
5861 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5862 (tui_cmd_window::max_height): Move to tui-command.c.
5863 * tui/tui-layout.c: Update.
5864 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5865 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5866 tui-command.c.
5867 * tui/tui-command.h (struct tui_cmd_window): Move from
5868 tui-data.h.
5869 * tui/tui-command.c: Remove "structuring" comments.
5870 (tui_cmd_window::clear_detail)
5871 (tui_cmd_window::do_make_visible_with_new_height)
5872 (tui_cmd_window::max_height): Move from elsewhere.
5873
2d8b51cb
TT
58742019-07-17 Tom Tromey <tom@tromey.com>
5875
5876 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5877 Now static.
5878 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5879 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5880
18ab23af
TT
58812019-07-17 Tom Tromey <tom@tromey.com>
5882
5883 * tui/tui.c: Update.
5884 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5885 tui-regs.c.
5886 * tui/tui-windata.h: Remove file.
5887 * tui/tui-windata.c: Remove file.
5888 * tui/tui-win.c (tui_data_window::set_new_height)
5889 (tui_data_window::do_make_visible_with_new_height): Move to
5890 tui-regs.c.
5891 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5892 * tui/tui-regs.c: Remove "structuring" comments.
5893 (tui_data_window::first_data_item_displayed)
5894 (tui_data_window::delete_data_content_windows)
5895 (tui_data_window::erase_data_content)
5896 (tui_data_window::display_all_data)
5897 (tui_data_window::refresh_all)
5898 (tui_data_window::do_scroll_vertical)
5899 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5900 (tui_data_window::do_make_visible_with_new_height)
5901 (tui_data_window::refresh_window): Move from elsewhere.
5902 (_initialize_tui_regs): Move to end of file.
5903 * tui/tui-layout.c: Update.
5904 * tui/tui-hooks.c: Update.
5905 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5906 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5907 tui-regs.c.
5908 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5909
88b7e7cc
TT
59102019-07-17 Tom Tromey <tom@tromey.com>
5911
5912 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5913 seen.
5914
0fcd3711
TT
59152019-07-17 Tom Tromey <tom@tromey.com>
5916
5917 * tui/tui-win.c (tui_source_window_base::set_new_height)
5918 (tui_source_window_base::do_make_visible_with_new_height): Use
5919 m_has_locator field directly.
5920 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5921 method.
5922 (struct tui_source_window_base) <has_locator>: Likewise.
5923
4a38112d
TT
59242019-07-17 Tom Tromey <tom@tromey.com>
5925
5926 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5927 Don't declare.
5928 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5929 Remove.
5930 * tui/tui-win.c (tui_source_window_base::set_new_height)
5931 (tui_source_window_base::set_new_height)
5932 (make_invisible_and_set_new_height)
5933 (tui_source_window_base::do_make_visible_with_new_height)
5934 (tui_source_window_base::do_make_visible_with_new_height):
5935 Update.
5936 * tui/tui-layout.c (show_source_disasm_command, show_data)
5937 (show_source_or_disasm_and_command): Update.
5938 * tui/tui-layout.c (show_layout): Update.
5939
09129226
TT
59402019-07-17 Tom Tromey <tom@tromey.com>
5941
5942 * tui/tui-layout.c (make_data_window): Remove.
5943 (show_data): Unify creation and re-initialization cases.
5944
4a8a5e84
TT
59452019-07-17 Tom Tromey <tom@tromey.com>
5946
5947 * tui/tui-layout.c (make_source_window, make_disasm_window):
5948 Remove.
5949 (show_data): Unify creation and re-initialization cases.
5950
76d2be8e
TT
59512019-07-17 Tom Tromey <tom@tromey.com>
5952
5953 * tui/tui-layout.c (make_command_window): Remove.
5954 (show_source_disasm_command, show_source_or_disasm_and_command):
5955 Unify creation and re-initialization cases.
5956
890b8bde
TT
59572019-07-17 Tom Tromey <tom@tromey.com>
5958
5959 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5960 creation and re-initialization cases.
5961
2cdfa113
TT
59622019-07-17 Tom Tromey <tom@tromey.com>
5963
5964 * tui/tui-regs.c (tui_get_register): Return void.
5965
8e3cfd09
TT
59662019-07-17 Tom Tromey <tom@tromey.com>
5967
5968 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5969 Simplify.
5970
f4e04977
TT
59712019-07-17 Tom Tromey <tom@tromey.com>
5972
5973 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5974 resetting.
5975
0379b883
TT
59762019-07-17 Tom Tromey <tom@tromey.com>
5977
5978 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5979 * tui/tui-regs.c (tui_reg_layout): New function.
5980 (tui_show_registers, tui_reg_command): Use it.
5981 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5982 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5983 parameters.
5984 (tui_layout_command): Remove.
5985
b7fbad91
TT
59862019-07-17 Tom Tromey <tom@tromey.com>
5987
5988 * tui/tui-layout.h (tui/tui-layout): Return void.
5989 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5990
4e1e56b9
TT
59912019-07-17 Tom Tromey <tom@tromey.com>
5992
5993 * tui/tui-layout.c (show_source_disasm_command, show_data):
5994 Update.
5995 (reset_locator): Remove.
5996 (show_source_or_disasm_and_command): Update.
5997
1e0c09ba
TT
59982019-07-17 Tom Tromey <tom@tromey.com>
5999
6000 * tui/tui-source.c (tui_source_window_base::reset): Remove
6001 win_type parameter.
6002 * tui/tui-layout.c (make_command_window, make_source_window)
6003 (make_disasm_window, make_data_window)
6004 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6005 (reset_locator, show_source_or_disasm_and_command): Update.
6006 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6007 win_type parameter.
6008 (struct tui_source_window_base) <reset>: Likewise.
6009
1bf605de
TT
60102019-07-17 Tom Tromey <tom@tromey.com>
6011
6012 * tui/tui-layout.c (show_source_disasm_command): Use
6013 reset_locator.
6014 (reset_locator): New function.
6015 (init_and_make_win): Remove.
6016 (show_source_or_disasm_and_command): Use reset_locator.
6017
098f9ed4
TT
60182019-07-17 Tom Tromey <tom@tromey.com>
6019
6020 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6021 condition.
6022 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6023 Remove condition.
6024 * tui/tui-source.c (tui_source_window_base::reset): New method.
6025 * tui/tui-layout.c (make_command_window): Don't call
6026 init_and_make_win.
6027 (make_source_window, make_disasm_window): Don't call
6028 make_source_or_disasm_window.
6029 (make_data_window): Don't call init_and_make_win. Change calling
6030 convention.
6031 (show_source_disasm_command, show_data): Simplify.
6032 (make_source_or_disasm_window): Remove.
6033 (show_source_or_disasm_and_command): Simplify.
6034 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6035 (struct tui_source_window_base) <reset>: Likewise.
6036 <execution_info>: Remove initializer.
6037 * tui/tui-data.c (tui_source_window_base): Initialize
6038 execution_info.
6039
80110957
TT
60402019-07-17 Tom Tromey <tom@tromey.com>
6041
6042 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6043 variable.
6044
cf82af05
TT
60452019-07-17 Tom Tromey <tom@tromey.com>
6046
6047 * tui/tui.c (tui_rl_other_window): Update.
6048 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6049 superclass method first. Always iterate over regs_content.
6050 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6051 method.
6052 * tui/tui-win.c (tui_set_focus_command): Update.
6053
01aeb396
TT
60542019-07-17 Tom Tromey <tom@tromey.com>
6055
6056 * tui/tui-win.c (tui_set_focus_command): Rename from
6057 tui_set_focus. Call tui_enable.
6058 (tui_set_focus_command): Remove.
6059
fd6c75ee
TT
60602019-07-17 Tom Tromey <tom@tromey.com>
6061
6062 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6063 refresh_window.
6064 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6065 touchwin.
6066 (tui_data_window::refresh_window): Call refresh_window on data
6067 items. Always call superclass refresh_window.
6068 (tui_win_info::refresh): Remove.
6069 (tui_source_window_base::refresh_window): Update.
6070 (tui_refresh_all): Update.
6071 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6072 refresh_window.
6073 (show_source_or_disasm_and_command): Likewise.
6074 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6075 (struct tui_source_window_base) <refresh>: Likewise.
6076
f6cc34a9
TT
60772019-07-17 Tom Tromey <tom@tromey.com>
6078
6079 * tui/tui-winsource.c (tui_clear_source_content)
6080 (tui_show_source_content): Update.
6081 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6082 whether content is empty.
6083 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6084 Remove.
6085
f31ec9af
TT
60862019-07-17 Tom Tromey <tom@tromey.com>
6087
6088 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6089 window's contents.
6090 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6091 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6092
d1b6f1e5
TT
60932019-07-17 Tom Tromey <tom@tromey.com>
6094
6095 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6096 (struct tui_data_item_window): Update.
6097
d9743a13
TT
60982019-07-17 Tom Tromey <tom@tromey.com>
6099
6100 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6101 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6102 defines.
6103
caf0bc4e
TT
61042019-07-17 Tom Tromey <tom@tromey.com>
6105
6106 * tui/tui-winsource.h (tui_erase_source_content)
6107 (tui_clear_source_content): Remove "display_prompt" parameter.
6108 * tui/tui-winsource.c (tui_update_source_window_as_is)
6109 (tui_update_source_windows_with_addr): Update.
6110 (tui_clear_source_content): Remove "display_prompt" parameter.
6111 (tui_erase_source_content): Likewise. Simplify.
6112 (tui_show_source_content): Update.
6113 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6114 * tui/tui-stack.c (tui_show_frame_info): Update.
6115 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6116 Remove defines.
6117
9d391078
TT
61182019-07-17 Tom Tromey <tom@tromey.com>
6119
6120 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6121 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6122 parameter.
6123 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6124 parameter.
6125
a38da35d
TT
61262019-07-17 Tom Tromey <tom@tromey.com>
6127
6128 * tui/tui-winsource.c (tui_clear_source_content)
6129 (tui_show_source_content, tui_show_exec_info_content)
6130 (tui_clear_exec_info_content): Update.
6131 * tui/tui-stack.c (tui_show_locator_content): Update.
6132 (tui_show_frame_info): Update.
6133 * tui/tui-source.h (tui_source_window): Don't declare.
6134 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6135 from tui_source_is_displayed.
6136 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6137 Remove field.
6138 (struct tui_source_window_base) <content_in_use>: New field. Now
6139 bool.
6140 (struct tui_source_window) <showing_source_p>: New method.
6141 (TUI_SRC_WIN): Change cast.
6142 * tui/tui-data.c (tui_initialize_static_data): Update.
6143
c2cd8994
TT
61442019-07-17 Tom Tromey <tom@tromey.com>
6145
6146 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6147 location_matches_p.
6148 * tui/tui-source.c (tui_source_window::location_matches_p): New
6149 method.
6150 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6151 method.
6152 * tui/tui-data.h (struct tui_source_window_base)
6153 <location_matches_p>: New method.
6154 (struct tui_source_window, struct tui_disasm_window)
6155 <location_matches_p>: Likewise.
6156
4dde7b34
TT
61572019-07-17 Tom Tromey <tom@tromey.com>
6158
6159 * tui/tui-win.c (tui_set_win_height_command): Rename from
6160 tui_set_win_height.
6161 (tui_set_win_height_command): Remove.
6162
b73dd877
TT
61632019-07-17 Tom Tromey <tom@tromey.com>
6164
6165 * tui/tui-source.c (tui_source_window): New constructor. Add
6166 observer.
6167 (~tui_source_window): New destructor.
6168 (tui_source_window::style_changed): New method.
6169 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6170 (tui_attach_detach_observers): Update.
6171 * tui/tui-data.h (struct tui_source_window): Make constructor not
6172 inline. Add destructor.
6173 (struct tui_source_window) <style_changed>: New method.
6174 <m_observable>: New member.
6175
ae2b5380
TT
61762019-07-17 Tom Tromey <tom@tromey.com>
6177
6178 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6179 * tui/tui-win.c (tui_resize_all): Fix typo.
6180
1ce3e844
TT
61812019-07-17 Tom Tromey <tom@tromey.com>
6182
6183 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6184 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6185 (tui_refresh_all): Remove "list" parameter. Use foreach.
6186 * tui/tui-win.c (window_name_completer): Use foreach.
6187 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6188 (update_tab_width): Likewise.
6189 * tui/tui-layout.c (show_layout): Update.
6190 * tui/tui-data.h (class tui_window_iterator): New.
6191 (struct all_tui_windows): New.
6192 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6193
fe3eaf1c
TT
61942019-07-17 Tom Tromey <tom@tromey.com>
6195
6196 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6197 parameter. Don't reference globals.
6198 (tui_reg_command): Update.
6199
368c1354
TT
62002019-07-17 Tom Tromey <tom@tromey.com>
6201
6202 * tui/tui-regs.c (tui_show_registers): Simplify.
6203
e80cd204
TT
62042019-07-17 Tom Tromey <tom@tromey.com>
6205
6206 * tui/tui-regs.c (tui_show_registers): Update.
6207 (tui_show_register_group): Add win_info parameter.
6208
aca2dd16
TT
62092019-07-17 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6212 Rename from tui_display_reg_element_at_line.
6213 (tui_data_window::display_registers_from_line): Update.
6214 * tui/tui-data.h (struct tui_data_window)
6215 <display_reg_element_at_line>: New method.
6216
517e9505
TT
62172019-07-17 Tom Tromey <tom@tromey.com>
6218
6219 * tui/tui-regs.h (tui_display_registers_from)
6220 (tui_display_registers_from_line): Don't declare.
6221 * tui/tui-windata.c (tui_data_window::display_all_data)
6222 (tui_data_window::refresh_all)
6223 (tui_data_window::do_scroll_vertical): Update.
6224 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6225 from tui_display_registers_from.
6226 (tui_display_reg_element_at_line): Update.
6227 (tui_data_window::display_registers_from_line): Rename from
6228 tui_display_registers_from_line.
6229 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6230 display_registers_from_line>: New methods.
6231
f76d8b19
TT
62322019-07-17 Tom Tromey <tom@tromey.com>
6233
6234 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6235 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6236 from tui_erase_data_content.
6237 (tui_data_window::display_all_data)
6238 (tui_data_window::refresh_all)
6239 (tui_data_window::do_scroll_vertical): Update.
6240 * tui/tui-regs.c (tui_show_registers): Update.
6241 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6242 New method.
6243
b4094625
TT
62442019-07-17 Tom Tromey <tom@tromey.com>
6245
6246 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6247 declare.
6248 * tui/tui-windata.c
6249 (tui_data_window::delete_data_content_windows): Rename from
6250 tui_delete_data_content_windows.
6251 (tui_data_window::display_all_data)
6252 (tui_data_window::do_scroll_vertical): Update.
6253 * tui/tui-data.h (struct tui_data_window)
6254 <delete_data_content_windows>: New method.
6255
c223a729
TT
62562019-07-17 Tom Tromey <tom@tromey.com>
6257
6258 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6259 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6260
50daf268
TT
62612019-07-17 Tom Tromey <tom@tromey.com>
6262
6263 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6264 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6265 from tui_display_all_data.
6266 * tui/tui-win.c
6267 (tui_data_window::do_make_visible_with_new_height): Update.
6268 * tui/tui-regs.c (tui_show_registers): Update.
6269 * tui/tui-layout.c (tui_set_layout): Update.
6270 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6271 method.
6272
df5f8cab
TT
62732019-07-17 Tom Tromey <tom@tromey.com>
6274
6275 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6276 * tui/tui-windata.c (tui_display_data_from): Remove.
6277 (tui_data_window::refresh_all): Update.
6278
80cb6c27
TT
62792019-07-17 Tom Tromey <tom@tromey.com>
6280
6281 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6282 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6283 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6284 tui_display_registers_from_line.
6285 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6286 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6287 "force_display" parameter.
6288
baff0c28
TT
62892019-07-17 Tom Tromey <tom@tromey.com>
6290
6291 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6292 declare.
6293 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6294 Rename from tui_first_reg_element_no_inline.
6295 (tui_display_reg_element_at_line)
6296 (tui_display_registers_from_line): Update.
6297 * tui/tui-data.h (struct tui_data_window)
6298 <first_reg_element_no_inline>: New method.
6299
3b23c5f2
TT
63002019-07-17 Tom Tromey <tom@tromey.com>
6301
6302 * tui/tui-windata.c (tui_display_data_from)
6303 (tui_data_window::do_scroll_vertical): Update.
6304 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6305 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6306 Rename from tui_line_from_reg_element_no.
6307 (tui_display_registers_from_line): Update.
6308 * tui/tui-data.h (struct tui_data_window)
6309 <line_from_reg_element_no>: New method.
6310
0b5ec218
TT
63112019-07-17 Tom Tromey <tom@tromey.com>
6312
6313 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6314 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6315 tui_last_regs_line_no.
6316 (tui_display_reg_element_at_line)
6317 (tui_display_registers_from_line): Update.
6318 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6319 method.
6320
0807ab7b
TT
63212019-07-17 Tom Tromey <tom@tromey.com>
6322
6323 PR tui/24722:
6324 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6325 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6326 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6327 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6328 (tui_update_breakpoint_info): Likewise.
6329 * tui/tui-hooks.c (tui_event_create_breakpoint)
6330 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6331 Update.
6332
9ad7fdef
TT
63332019-07-17 Tom Tromey <tom@tromey.com>
6334
6335 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6336
5813316f
TT
63372019-07-17 Tom Tromey <tom@tromey.com>
6338
6339 * tui/tui-winsource.c (tui_update_source_window_as_is)
6340 (tui_update_source_windows_with_addr): Update.
6341 * tui/tui-source.h (tui_set_source_content)
6342 (tui_show_symtab_source): Add "win_info" parameter.
6343 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6344 parameter.
6345 (tui_show_symtab_source): Likewise.
6346
00e264e7
TT
63472019-07-17 Tom Tromey <tom@tromey.com>
6348
6349 * tui/tui-wingeneral.c
6350 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6351
06210ce4
TT
63522019-07-17 Tom Tromey <tom@tromey.com>
6353
6354 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6355 (struct tui_cmd_window) <can_scroll>: New method.
6356 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6357 method.
6358
381befee
TT
63592019-07-17 Tom Tromey <tromey@adacore.com>
6360
6361 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6362 do_field_signed>: Rename. Change type of "value".
6363 * ui-out.c (ui_out::field_signed): Rename from field_int.
6364 Change type of "value".
6365 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6366 type of "value".
6367 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6368 do_field_int. Change type of "value".
6369 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6370 do_field_int. Change type of "value".
6371 * tracepoint.c (trace_status_mi, tfind_1)
6372 (print_one_static_tracepoint_marker): Update.
6373 * thread.c (print_thread_info_1, print_selected_thread_frame):
6374 Update.
6375 * stack.c (print_frame, print_frame_info): Update.
6376 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6377 Update.
6378 * source.c (print_source_lines_base): Update.
6379 * skip.c (info_skip_command): Update.
6380 * record-btrace.c (btrace_ui_out_decode_error)
6381 (btrace_call_history_src_line): Update.
6382 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6383 Update.
6384 * progspace.c (print_program_space): Update.
6385 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6386 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6387 do_field_int. Change type of "value".
6388 * mi/mi-out.c (mi_ui_out::do_table_begin)
6389 (mi_ui_out::do_table_header): Update.
6390 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6391 type of "value".
6392 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6393 (mi_cmd_data_list_changed_registers, output_register)
6394 (mi_cmd_data_read_memory, mi_load_progress)
6395 (mi_cmd_trace_frame_collected): Update.
6396 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6397 Update.
6398 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6399 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6400 (mi_cmd_var_list_children, varobj_update_one): Update.
6401 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6402 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6403 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6404 * inferior.c (print_inferior): Update.
6405 * gdb_bfd.c (print_one_bfd): Update.
6406 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6407 Update.
6408 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6409 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6410 do_field_int. Change type of "value".
6411 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6412 do_field_int. Change type of "value".
6413 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6414 (print_one_breakpoint_location, print_it_catch_fork)
6415 (print_one_catch_fork, print_it_catch_vfork)
6416 (print_one_catch_vfork, print_it_catch_solib)
6417 (print_it_catch_exec, print_it_ranged_breakpoint)
6418 (print_mention_watchpoint, print_mention_masked_watchpoint)
6419 (bkpt_print_it, update_static_tracepoint): Update.
6420 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6421 * break-catch-syscall.c (print_it_catch_syscall): Update.
6422 * ada-tasks.c (print_ada_task_info): Update.
6423 * ada-lang.c (print_it_exception, print_mention_exception):
6424 Update.
6425
6b78c3f8
AB
64262019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6427
6428 PR breakpoints/24541
6429 * gdbarch.c: Regenerate.
6430 * gdbarch.h: Regenerate.
6431 * gdbarch.sh: Adjust return type and parameter types for
6432 'stap_adjust_register'.
6433 (i386_stap_adjust_register): Adjust signature and return new
6434 register name.
6435 * stap-probe.c (stap_parse_register_operand): Adjust use of
6436 'gdbarch_stap_adjust_register'.
6437
d72a9b85
TT
64382019-07-17 Tom Tromey <tromey@adacore.com>
6439
6440 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6441 declare VEC.
6442 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6443 std::vector.
6444 (struct s390_process_info): Add initializers.
6445 (s390_add_process): Use new.
6446 (s390_linux_nat_target::low_forget_process): Use delete.
6447 (s390_linux_nat_target::low_new_fork)
6448 (s390_linux_nat_target::stopped_by_watchpoint)
6449 (s390_linux_nat_target::low_prepare_to_resume)
6450 (s390_linux_nat_target::insert_watchpoint)
6451 (s390_linux_nat_target::insert_hw_breakpoint)
6452 (s390_linux_nat_target::remove_watchpoint)
6453 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6454
206e6c58
JB
64552019-07-16 John Baldwin <jhb@FreeBSD.org>
6456
6457 * aarch64-fbsd-nat.c: Include regcache.h.
6458 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6459 argument.
6460 (aarch64_fbsd_nat_target::fetch_registers)
6461 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6462 variable.
6463 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6464
cbde90f2
JB
64652019-07-16 John Baldwin <jhb@FreeBSD.org>
6466
6467 * fbsd-nat.c: Include gdbarch.h.
6468
07128006
TT
64692019-07-15 Tom Tromey <tromey@adacore.com>
6470
6471 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6472
1f77b012
TT
64732019-07-15 Tom Tromey <tromey@adacore.com>
6474
6475 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6476 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6477 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6478 * cli-out.c (cli_ui_out::do_field_int): New method.
6479 * ui-out.c (ui_out::field_unsigned): New method.
6480 * symfile.c (generic_load): Use field_unsigned.
6481 (print_transfer_performance): Likewise.
6482 * record-btrace.c (ui_out_field_uint): Remove.
6483 (btrace_call_history_insn_range, btrace_call_history): Use
6484 field_unsigned.
6485 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6486 field_unsigned.
6487 * ui-out.h (class ui_out) <field_unsigned>: New method.
6488 <do_field_unsigned>: Likewise.
6489
33eca680
TT
64902019-07-15 Tom Tromey <tromey@adacore.com>
6491
6492 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6493 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6494 * target.c (flash_erase_command): Use field_string.
6495 * infrun.c (print_signal_received_reason): Use field_string.
6496 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6497 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6498 field_string.
6499 * ada-tasks.c (print_ada_task_info): Use field_string.
6500
ca8d69be
TT
65012019-07-15 Tom Tromey <tromey@adacore.com>
6502
6503 * target.c (flash_erase_command): Use field_core_addr.
6504 * symfile.c (generic_load): Use field_core_addr.
6505 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6506 Use field_core_addr.
6507 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6508 field_core_addr.
6509
0d4e84ed
AB
65102019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6511
6512 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6513 value if its desired type is smaller than a CORE_ADDR and signed.
6514
9a49df9d
AB
65152019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6516
6517 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6518 of changes to field names, and use new is_reference field to
6519 decide if a property is a reference or not.
6520 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6521 field.
6522 (struct dwarf2_property_baton): Update header comment, rename
6523 'referenced_type' to 'property_type' and update comments.
6524 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6525 default property type, store in property baton, update to take
6526 accound of renamed field.
6527 (read_func_scope): Update call to attr_to_dynamic_prop.
6528 (read_array_type): Likewise.
6529 (dwarf2_per_cu_addr_sized_int_type): New function.
6530 (read_subrange_index_type): Move type finding code to
6531 dwarf2_per_cu_addr_sized_int_type.
6532 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6533 (dwarf2_per_cu_addr_type): New function.
6534 (set_die_type): Update calls to attr_to_dynamic_prop.
6535
b86352cf
AB
65362019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6537
6538 * dwarf2read.c (read_subrange_index_type): New function.
6539 (read_subrange_type): Move code into new function and call it.
6540 * gdbtypes.c (create_range_type): Add some asserts.
6541
603490bf
AB
65422019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6543
6544 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6545 update return statements.
6546 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6547 declaration, and update comment to match.
6548 * gdbtypes.c (resolve_dynamic_array): Update call to
6549 dwarf2_evaluate_property to match new return type.
6550
592f9d27
AB
65512019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6552
6553 * valarith.c (value_subscripted_rvalue): Change lowerbound
6554 parameter type from int to LONGEST.
6555 * value.h (value_subscripted_rvalue): Likewise in declaration.
6556
60cfcb20
AB
65572019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * cli/cli-utils.c (info_print_command_completer): New function.
6560 * cli/cli-utils.h: Add 'completer.h' include, and forward
6561 declaration for 'struct cmd_list_element'.
6562 (info_print_command_completer): Declare.
6563 * stack.c (_initialize_stack): Add completer for 'info locals' and
6564 'info args'.
6565 * symtab.c (_initialize_symtab): Add completer for 'info
6566 variables' and 'info functions'.
6567 * NEWS: Mention completion for additional info commands.
6568
b16507e0
AB
65692019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * cli/cli-utils.c (extract_info_print_args): Delete.
6572 (extract_arg_maybe_quoted): Delete.
6573 (info_print_options_defs): New variable.
6574 (make_info_print_options_def_group): New function.
6575 (extract_info_print_options): Define new function.
6576 * cli/cli-utils.h (extract_info_print_args): Delete.
6577 (struct info_print_options): New structure.
6578 (extract_info_print_options): Declare new function.
6579 * stack.c (info_locals_command): Update to use new
6580 extract_info_print_options, also add a header comment.
6581 (info_args_command): Likewise.
6582 * symtab.c (info_variables_command): Likewise.
6583 (info_functions_command): Likewise.
6584
021d8588
AB
65852019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6586
6587 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6588 to extract string arguments.
6589 * common/common-utils.c (extract_string_maybe_quoted): New function.
6590 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6591
b777eb6d
TT
65922019-07-11 Tom Tromey <tromey@adacore.com>
6593
6594 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6595 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6596 * top.h (gdbinit): Don't declare.
6597 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6598 into...
6599 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6600 * top.c (gdb_init): Don't call init_cli_cmds.
6601 (gdbinit): Remove.
6602 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6603
72ee03ff
TT
66042019-07-11 Tom Tromey <tromey@adacore.com>
6605
6606 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6607 after it has been moved.
6608
00db9531
SM
66092019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6610
6611 * valops.c (value_must_coerce_to_target): Change return type to
6612 bool.
6613 * value.h (value_must_coerce_to_target): Likewise.
6614
f2478a7e
SM
66152019-07-10 Simon Marchi <simon.marchi@efficios.com>
6616
6617 * breakpoint.c (is_hardware_watchpoint): Remove
6618 forward-declaration.
6619 (is_masked_watchpoint): Change return type to bool.
6620 (is_tracepoint): Likewise.
6621 (is_breakpoint): Likewise.
6622 (is_hardware_watchpoint): Likewise.
6623 (is_watchpoint): Likewise.
6624 (is_no_memory_software_watchpoint): Likewise.
6625 (is_catchpoint): Likewise.
6626 (breakpoint_1): Make FILTER parameter's return type bool.
6627 is_masked_watchpoint): Change return type to bool.
6628 (save_breakpoints): Make FILTER parameter's return type bool.
6629 * breakpoint.h (is_breakpoint): Change return type to bool.
6630 (is_watchpoint): Likewise.
6631 (is_catchpoint): Likewise.
6632 (is_tracepoint): Likewise.
6633
0d12e84c
TT
66342019-07-10 Tom Tromey <tom@tromey.com>
6635
6636 * defs.h: Don't include gdbarch.h.
6637 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6638 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6639 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6640 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6641 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6642 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6643 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6644 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6645 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6646 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6647 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6648 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6649 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6650 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6651 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6652 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6653 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6654 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6655 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6656 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6657 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6658 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6659 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6660 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6661 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6662 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6663 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6664
f06f1252
TT
66652019-07-10 Tom Tromey <tromey@adacore.com>
6666
6667 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6668 * breakpoint.c (init_ada_exception_breakpoint): Register as
6669 bp_catchpoint.
6670 (print_one_breakpoint_location, print_one_breakpoint): Use
6671 is_ada_exception_catchpoint.
6672 * ada-lang.c (class ada_catchpoint_location): Pass
6673 bp_loc_software_breakpoint to bp_location constructor.
6674 (is_ada_exception_catchpoint): New function.
6675
7a5d944b
TT
66762019-07-10 Tom Tromey <tromey@adacore.com>
6677
6678 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6679 VEC.
6680 (struct arm_exidx_entry): New method operator<.
6681 (struct arm_exidx_data) <section_maps>: Change type.
6682 (arm_exidx_data_free): Remove.
6683 (arm_exidx_data_key): Change type. Move lower.
6684 (arm_exidx_new_objfile): Update.
6685 (arm_compare_exidx_entries): Remove.
6686 (arm_find_exidx_entry, _initialize_arm_tdep)
6687
48c66e1d
TT
66882019-07-10 Tom Tromey <tromey@adacore.com>
6689
6690 * solib-spu.c (ocl_program_data_key): Change type.
6691 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6692 Update.
6693
a269fbf1
TT
66942019-07-10 Tom Tromey <tromey@adacore.com>
6695
6696 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6697 (struct solib_aix_inferior_data) <library_list>: Change type.
6698 (solib_aix_inferior_data_handle): Change type.
6699 (get_solib_aix_inferior_data): Update.
6700 (solib_aix_free_library_list): Remove.
6701 (library_list_start_library): Update.
6702 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6703 return type.
6704 (solib_aix_get_library_list)
6705 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6706 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6707
c294730c
TT
67082019-07-10 Tom Tromey <tromey@adacore.com>
6709
6710 * solib-dsbt.c (struct dsbt_info): Add initializers.
6711 (solib_dsbt_pspace_data): Change type.
6712 (dsbt_pspace_data_cleanup): Remove.
6713 (get_dsbt_info, _initialize_dsbt_solib): Update.
6714
9d52077d
TT
67152019-07-10 Tom Tromey <tromey@adacore.com>
6716
6717 * spu-tdep.c (spu_overlay_data): Change type.
6718 (spu_get_overlay_table, spu_overlay_new_objfile)
6719 (_initialize_spu_tdep): Update.
6720
22a20dca
TT
67212019-07-10 Tom Tromey <tromey@adacore.com>
6722
6723 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6724 destructor.
6725 (dbx_objfile_data_key): Change type and declare later.
6726 (DBX_SYMFILE_INFO): Rewrite.
6727 * dbxread.c (dbx_objfile_data_key): Change type.
6728 (dbx_symfile_init): Update.
6729 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6730 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6731 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6732
cb60f420
TT
67332019-07-10 Tom Tromey <tromey@adacore.com>
6734
6735 * jit.c (jit_program_space_key): Change type. Move lower.
6736 (get_jit_program_space_data): Update.
6737 (jit_program_space_data_cleanup): Remove.
6738 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6739 Update.
6740 (struct jit_program_space_data): Add initializers.
6741
51df2ae3
TT
67422019-07-10 Tom Tromey <tromey@adacore.com>
6743
6744 * solib-darwin.c (struct darwin_info): Add initializers.
6745 (solib_darwin_pspace_data): Change type.
6746 (darwin_pspace_data_cleanup): Remove.
6747 (get_darwin_info, _initialize_darwin_solib): Update.
6748
18101a35
TT
67492019-07-10 Tom Tromey <tromey@adacore.com>
6750
6751 * remote-sim.c (struct sim_inferior_data): Add initializers,
6752 constructor, and destructor.
6753 (sim_inferior_data_key): Change type. Move lower.
6754 (check_for_duplicate_sim_descriptor): Update.
6755 (get_sim_inferior_data): Use new. Update.
6756 (~sim_inferior_data_cleanup): Rename from
6757 sim_inferior_data_cleanup. Simplify.
6758 (gdbsim_close_inferior, simulator_command)
6759 (sim_command_completer, _initialize_remote_sim): Update.
6760 (next_pid, INITIAL_PID): Move earlier.
6761
05b08ac1
TT
67622019-07-10 Tom Tromey <tromey@adacore.com>
6763
6764 * python/python-internal.h (create_thread_object): Return
6765 gdbpy_ref.
6766 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6767 * python/py-inferior.c (struct threadlist_entry): Add
6768 constructor.
6769 <thread_obj>: Now a gdbpy_ref.
6770 (thread_to_thread_object): Update.
6771 (add_thread_object): Use new.
6772 (delete_thread_object): Use delete.
6773 (infpy_threads): Update.
6774 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6775 GIL.
6776
32372d80
TT
67772019-07-10 Tom Tromey <tromey@adacore.com>
6778
6779 * valops.c (value_cast): Specialize error message for Ada.
6780
5c458ae8
SM
67812019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6782
6783 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6784
4c462cb0
SM
67852019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6786
6787 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6788 bpstat_should_step): Return bool, adjust comments.
6789 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6790 bpstat_should_step): Likewise.
6791
89abbcc2
AH
67922019-07-10 Alan Hayward <alan.hayward@arm.com>
6793
6794 * features/Makefile: Use feature target descriptions for Arm.
6795 * features/arm/arm-core.c: Generate new file.
6796 * features/arm/arm-fpa.c: Likewise.
6797 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6798 * features/arm/arm-m-profile.c: Likewise.
6799 * features/arm/arm-vfpv2.c: Likewise.
6800 * features/arm/arm-vfpv3.c: Likewise.
6801 * features/arm/xscale-iwmmxt.c: Likewise.
6802 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6803
166a82be
AH
68042019-07-10 Alan Hayward <alan.hayward@arm.com>
6805
6806 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6807 ptrace earlier.
6808
9fb4c7e9
AH
68092019-07-10 Alan Hayward <alan.hayward@arm.com>
6810
6811 * features/aarch64-pauth.c: Regenerate.
6812
e2d0f980
SM
68132019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6814
6815 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6816 bool.
6817 (bpstat_what): Use false instead of 0.
6818
a38118e5
PA
68192019-07-09 Pedro Alves <palves@redhat.com>
6820
6821 * break-catch-throw.c (is_exception_catchpoint): New.
6822 * breakpoint.c (print_one_breakpoint_location): New parameter
6823 'raw_loc'. Handle it. Use
6824 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6825 looking at the breakpoint's type.
6826 (print_one_breakpoint): If handling "maint info breakpoints", also
6827 print locations of exception catchpoints.
6828 * breakpoint.h (is_exception_catchpoint): Declare.
6829
cb1e4e32
PA
68302019-07-09 Pedro Alves <palves@redhat.com>
6831
6832 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6833 "addr" field.
6834 (allocate_location_exception_catchpoint): New.
6835 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6836 (initialize_throw_catchpoint_ops): Install
6837 allocate_location_exception_catchpoint as allocate_location
6838 method.
6839 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6840 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6841 bp_loc_other.
6842 (breakpoint_address_is_meaningful): Delete.
6843 (bl_address_is_meaningful): New.
6844 (breakpoint_locations_match): Adjust comment.
6845 (bp_location_from_bp_type): New, factored out of...
6846 (bp_location::bp_location(breakpoint *)): ... this.
6847 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6848 factored out of...
6849 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6850 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6851 breakpoint_address_is_meaningful.
6852 (bp_locations_compare): Adjust comment.
6853 (update_global_location_list): Use bl_address_is_meaningful
6854 instead of breakpoint_address_is_meaningful.
6855 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6856 explicit.
6857 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6858 * python/py-breakpoint.c (bppy_get_location): No longer check
6859 whether location is null.
6860
b58a68fe
PA
68612019-07-09 Pedro Alves <palves@redhat.com>
6862
6863 PR c++/15468
6864 * breakpoint.c (print_one_breakpoint_location): Remove
6865 single-location assert.
6866
268a13a5
TT
68672019-07-09 Tom Tromey <tom@tromey.com>
6868
6869 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6870 * configure: Rebuild.
6871 * configure.ac: Change common to gdbsupport.
6872 * gdbsupport: Rename from common.
6873 * acinclude.m4: Change common to gdbsupport.
6874 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6875 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6876 gdbsupport.
6877 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6878 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6879 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6880 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6881 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6882 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6883 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6884 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6885 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6886 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6887 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6888 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6889 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6890 coff-pe-read.c, command.h, compile/compile-c-support.c,
6891 compile/compile-c.h, compile/compile-cplus-symbols.c,
6892 compile/compile-cplus-types.c, compile/compile-cplus.h,
6893 compile/compile-loc2c.c, compile/compile.c, completer.c,
6894 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6895 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6896 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6897 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6898 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6899 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6900 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6901 features/aarch64-core.c, features/aarch64-fpu.c,
6902 features/aarch64-pauth.c, features/aarch64-sve.c,
6903 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6904 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6905 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6906 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6907 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6908 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6909 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6910 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6911 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6912 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6913 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6914 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6915 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6916 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6917 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6918 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6919 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6920 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6921 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6922 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6923 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6924 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6925 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6926 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6927 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6928 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6929 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6930 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6931 minsyms.c, mips-linux-tdep.c, namespace.h,
6932 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6933 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6934 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6935 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6936 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6937 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6938 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6939 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6940 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6941 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6942 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6943 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6944 procfs.c, producer.c, progspace.h, psymtab.h,
6945 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6946 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6947 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6948 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6949 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6950 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6951 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6952 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6953 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6954 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6955 target-memory.c, target.c, target.h, target/waitstatus.c,
6956 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6957 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6958 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6959 unittests/array-view-selftests.c,
6960 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6961 unittests/common-utils-selftests.c,
6962 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6963 unittests/format_pieces-selftests.c,
6964 unittests/function-view-selftests.c,
6965 unittests/lookup_name_info-selftests.c,
6966 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6967 unittests/mkdir-recursive-selftests.c,
6968 unittests/observable-selftests.c,
6969 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6970 unittests/parse-connection-spec-selftests.c,
6971 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6972 unittests/scoped_fd-selftests.c,
6973 unittests/scoped_mmap-selftests.c,
6974 unittests/scoped_restore-selftests.c,
6975 unittests/string_view-selftests.c, unittests/style-selftests.c,
6976 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6977 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6978 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6979 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6980 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6981 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6982
5b0e2db4
AB
69832019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6984
6985 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6986 bool value.
6987 (decode_digits_ordinary): Set explicit_line field in sal.
6988 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6989 symtab_and_line that was set on an explicit line number in
6990 assembler code. Do always update the recorded symtab and line if
6991 we do skip the prologue.
6992
0ba852ab
AB
69932019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6994
6995 * breakpoint.c (set_breakpoint_location_function): Remove
6996 explicit_loc parameter.
6997 (momentary_breakpoint_from_master): Update call to
6998 set_breakpoint_location_function.
6999 (add_location_to_breakpoint): Likewise.
7000
b3a7d171
AB
70012019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7002
7003 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7004 required features based on default bfd type when no specific bfd
7005 is present.
7006
1f6f6e21
PW
70072019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7008
7009 * NEWS: Mention that GDB printf and eval commands can now print
7010 C-style and Ada-style convenience var strings without
7011 calling the inferior.
7012 * printcmd.c (printf_c_string): Locally print GDB internal var
7013 instead of transiting via the inferior.
7014 (printf_wide_c_string): Likewise.
7015
70162019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7017
5862c886 7018 PR breakpoints/25011
ea142fbf
AH
7019 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7020
0598af48
TT
70212019-07-04 Tom Tromey <tom@tromey.com>
7022
7023 PR tui/24724:
7024 * tui/tui-winsource.c (tui_clear_source_content): Update.
7025 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7026 (tui_update_breakpoint_info): Update.
7027 (tui_set_exec_info_content): Update.
7028 * tui/tui-source.c (tui_set_source_content_nil): Update.
7029 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7030 has_break.
7031 * tui/tui-data.h (enum tui_bp_flag): New.
7032 (tui_bp_flags): New enum flags type.
7033 (struct tui_source_element) <break_mode>: Change type. Rename
7034 from has_break.
7035 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7036 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7037 constants.
7038 * tui/tui-winsource.h: Fix comment.
7039
350fab54
AH
70402019-07-04 Alan Hayward <alan.hayward@arm.com>
7041
7042 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7043 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7044 (store_fpregs_to_thread)
7045 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7046 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7047 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7048 (IWMMXT_REGS_SIZE): Add define.
7049 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7050 (fetch_vfp_regs, store_vfp_regs)
7051 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7052 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7053
f0452268
AH
70542019-07-04 Alan Hayward <alan.hayward@arm.com>
7055
7056 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7057 defines.
7058 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7059 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7060 (ARM_INT_REGISTER_SIZE): ...to this.
7061 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7062 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7063 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7064 (arm_linux_collect_gregset, supply_nwfpe_register)
7065 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7066 defines.
7067 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7068 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7069 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7070 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7071 (arm_return_in_memory, arm_store_return_value)
7072 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7073 (arm_record_ld_st_multiple): Likewise.
7074 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7075 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7076
e935475c
AH
70772019-07-04 Alan Hayward <alan.hayward@arm.com>
7078
7079 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7080 AARCH64_DISPLACED_MODIFIED_INSNS.
7081 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7082 (aarch64_displaced_step_copy_insn): Likewise.
7083 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7084 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7085 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7086 ARM_DISPLACED_MODIFIED_INSNS.
7087 * arm-tdep.c (arm_gdbarch_init): Likewise.
7088 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7089 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7090 (struct arm_displaced_step_closure): Use
7091 ARM_DISPLACED_MODIFIED_INSNS.
7092
df0bb381
AH
70932019-07-04 Alan Hayward <alan.hayward@arm.com>
7094
7095 * features/Makefile: Remove unused xml files.
7096 * features/aarch64.xml: Remove.
7097 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7098 * features/i386/amd64-avx-avx512.xml: Remove.
7099 * features/i386/amd64-avx-linux.xml: Remove.
7100 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7101 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7102 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7103 * features/i386/amd64-avx-mpx.xml: Remove.
7104 * features/i386/amd64-avx.xml: Remove.
7105 * features/i386/amd64-linux.xml: Remove.
7106 * features/i386/amd64-mpx-linux.xml: Remove.
7107 * features/i386/amd64-mpx.xml: Remove.
7108 * features/i386/amd64.xml: Remove.
7109 * features/i386/i386-avx-avx512-linux.xml: Remove.
7110 * features/i386/i386-avx-avx512.xml: Remove.
7111 * features/i386/i386-avx-linux.xml: Remove.
7112 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7113 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7114 * features/i386/i386-avx-mpx-linux.xml: Remove.
7115 * features/i386/i386-avx-mpx.xml: Remove.
7116 * features/i386/i386-avx.xml: Remove.
7117 * features/i386/i386-linux.xml: Remove.
7118 * features/i386/i386-mmx-linux.xml: Remove.
7119 * features/i386/i386-mmx.xml: Remove.
7120 * features/i386/i386-mpx-linux.xml: Remove.
7121 * features/i386/i386-mpx.xml: Remove.
7122 * features/i386/i386.xml: Remove.
7123 * features/i386/x32-avx-avx512-linux.xml: Remove.
7124 * features/i386/x32-avx-linux.xml: Remove.
7125 * features/i386/x32-linux.xml: Remove.
7126
edd6266a
AH
71272019-07-04 Alan Hayward <alan.hayward@arm.com>
7128
7129 * regformats/aarch64.dat: Remove.
7130 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7131 * regformats/i386/amd64-avx-linux.dat: Remove.
7132 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7133 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7134 * regformats/i386/amd64-linux.dat: Remove.
7135 * regformats/i386/amd64-mpx-linux.dat: Remove.
7136 * regformats/i386/amd64.dat: Remove.
7137 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7138 * regformats/i386/i386-avx-linux.dat: Remove.
7139 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7140 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7141 * regformats/i386/i386-linux.dat: Remove.
7142 * regformats/i386/i386-mmx-linux.dat: Remove.
7143 * regformats/i386/i386-mpx-linux.dat: Remove.
7144 * regformats/i386/i386.dat: Remove.
7145 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7146 * regformats/i386/x32-avx-linux.dat: Remove.
7147 * regformats/i386/x32-linux.dat: Remove.
7148
2b40fda7
AH
71492019-07-04 Alan Hayward <alan.hayward@arm.com>
7150
7151 * aarch64-tdep.c: Remove xml self tests.
7152 * amd64-linux-tdep.c: Likewise.
7153 * amd64-tdep.c: Likewise.
7154 * i386-linux-tdep.c: Likewise.
7155 * i386-tdep.c: Likewise.
7156
5f4ba3e7
PA
71572019-07-03 Pedro Alves <palves@redhat.com>
7158
7159 PR cli/24732
7160 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7161 (pipe_cmd_option_defs): New.
7162 (make_pipe_cmd_options_def_group): New.
7163 (pipe_command): Use gdb::option::process_options.
7164 (pipe_command_completer): New function.
7165 (_initialize_cli_cmds): Install completer for "pipe" command.
7166
3d9be6f5
PA
71672019-07-03 Pedro Alves <palves@redhat.com>
7168
7169 * cli/cli-option.c (union option_value) <string>: New field.
7170 (struct option_def_and_value): Add ctor, move ctor, dtor and
7171 use DISABLE_COPY_AND_ASSIGN.
7172 (option_def_and_value::clear_value): New.
7173 (parse_option, save_option_value_in_ctx, get_val_type_str)
7174 (add_setshow_cmds_for_options): Handle var_string.
7175 * cli-option.h (union option_def::var_address) <string>: New
7176 field.
7177 (struct string_option_def): New.
7178 * maint-test-options.c (struct test_options_opts): Add default
7179 ctor and use DISABLE_COPY_AND_ASSIGN.
7180 <string_opt>: New field.
7181 (test_options_opts::~test_options_opts): New.
7182 (test_options_opts::dump): Also dump "-string".
7183 (test_options_option_defs): Install "string.
7184
41fc454c
PA
71852019-07-03 Pedro Alves <palves@redhat.com>
7186
7187 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7188 option_value with a null enumeration.
7189 (complete_options): Save the option values in the context.
7190 (save_option_value_in_ctx): New, factored out from ...
7191 (process_options): ... here.
7192 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7193 of the function.
7194 * maint-test-options.c (test_options_opts::dump): New, factored
7195 out from ...
7196 (maintenance_test_options_command_mode): ... here.
7197 (maintenance_test_options_command_completion_result): Delete.
7198 (maintenance_test_options_command_completion_text): Update
7199 comment.
7200 (maintenance_show_test_options_completion_result): Change
7201 prototype. Just print
7202 maintenance_test_options_command_completion_text.
7203 (save_completion_result): New.
7204 (maintenance_test_options_completer_mode): Pass options context to
7205 complete_options, and then save a dump.
7206 (_initialize_maint_test_options): Use add_cmd to install "maint
7207 show test-options-completion-result".
7208
fdbc9870
PA
72092019-07-03 Pedro Alves <palves@redhat.com>
7210
7211 * NEWS (New commands): Mention "with" and "maint with".
7212 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7213 (with_command, with_command_completer): New.
7214 (pipe_command): Adjust to new repeat_previous
7215 interface.
7216 (_initialize_cli_cmds): Install the "with" command and its "w"
7217 alias.
7218 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7219 declarations.
7220 * cli/cli-setshow.c (parse_cli_var_uinteger)
7221 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7222 argument strings for all var_types.
7223 (get_setshow_command_value_string): New, factored out from ...
7224 (do_show_command): ... this.
7225 * cli/cli-setshow.h: Include <string>.
7226 (get_setshow_command_value_string): Declare.
7227 * command.h (repeat_previous): Now returns const char *. Adjust
7228 comment.
7229 * maint.c: Include "cli/cli-cmds.h".
7230 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7231 (_initialize_maint_cmds): Register the "maintenance with" command.
7232 * top.c (repeat_previous): Move bits from pipe_command here:
7233 Return the saved command line, if any; error out if there's no
7234 command to relaunch.
7235
c6ac8931
PA
72362019-07-03 Pedro Alves <palves@redhat.com>
7237
7238 * NEWS (New commands): Mention "maint set/show test-settings"
7239 instead of "maint test-settings".
7240 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7241 (maintenance_test_settings_set_list): Rename to ...
7242 (maintenance_set_test_settings_list): ... this.
7243 (maintenance_test_settings_show_list): Rename to ...
7244 (maintenance_show_test_settings_list): ... this.
7245 (maintenance_test_settings_cmd): Delete.
7246 (maintenance_test_settings_set_cmd): ...
7247 (maintenance_set_test_settings_cmd): ... this.
7248 (maintenance_test_settings_show_cmd): ...
7249 (maintenance_show_test_settings_cmd): ... this.
7250 (maintenance_test_settings_show_value_cmd):
7251 (maintenance_show_test_settings_value_cmd): ... this.
7252 (_initialize_maint_test_settings): No longer install the "maint
7253 test-settings" prefix command. Rename "maint test-settings set"
7254 to "maint set test-settings", and "maint test-settings show" to
7255 "maint show test-settings". Adjust all subcommands.
7256
d1fcf2fd
PA
72572019-07-03 Pedro Alves <palves@redhat.com>
7258
7259 * maint-test-settings.c: Fix file's intro comment. Replace all
7260 references to "test-options" with references to "test-settings",
7261 in comments.
7262
970f9d09
PA
72632019-07-03 Pedro Alves <palves@redhat.com>
7264
7265 * maint-test-settings.c (maintenance_test_settings_xxx)
7266 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7267 New.
7268 (maintenance_test_settings_enums): Use them.
7269 (maintenance_test_settings_enum): Default to
7270 maintenance_test_settings_xxx.
7271 (_initialize_maint_test_settings): Initialize
7272 MAINTENANCE_TEST_SETTINGS_FILENAME.
7273
f3869b1a
SM
72742019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7275
7276 * breakpoint.h (remove_breakpoints_inf): Change return type to
7277 void, move function documentation here.
7278 * breakpoint.c (remove_breakpoints_inf): Change return type to
7279 void, move function documentation to header.
7280
54d66006
PA
72812019-07-02 Pedro Alves <palves@redhat.com>
7282
7283 * NEWS (Completion improvements): Mention "info threads".
7284 * thread.c (struct info_threads_opts, info_threads_option_defs)
7285 (make_info_threads_options_def_group): New.
7286 (info_threads_command): Use gdb::option::process_options.
7287 (info_threads_command_completer): New.
7288 (_initialize_thread): Use gdb::option::build_help to build the
7289 help text for "info threads".
7290
854f6088
SM
72912019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7292
7293 * defs.h (generic_load): Move from here...
7294 * symfile.h (generic_load): ... to here. Rename name parameter
7295 to args.
7296 * symfile.c (generic_load): Add comment.
7297
54ee4252
TT
72982019-07-01 Tom Tromey <tromey@adacore.com>
7299
7300 * dwarf2read.c
7301 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7302 declaration of without_params. Fix formatting.
7303
65392b3e
TT
73042019-07-01 Tom Tromey <tromey@adacore.com>
7305
7306 * ada-exp.y (find_primitive_type): Update.
7307 * ada-lang.h (ada_lookup_symbol): Update.
7308 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7309 parameter.
7310 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7311
7d7571f0
SDJ
73122019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7313
7314 PR breakpoints/24541
7315 * gdbarch.c: Regenerate.
7316 * gdbarch.h: Regenerate.
7317 * gdbarch.sh: Add 'stap_adjust_register'.
7318 * i386-tdep.c: Include '<unordered_set>'.
7319 (i386_stap_adjust_register): New function.
7320 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7321 * stap-probe.c (stap_parse_register_operand): Call
7322 'gdbarch_stap_adjust_register'.
7323
5af5392a
SDJ
73242019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7325
7326 PR python/24742
7327 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7328 * python/python.c (do_start_initialization): Use 'xmalloc'
7329 instead of 'PyMem_Malloc'.
7330
10d06d82
TT
73312019-06-28 Tom Tromey <tromey@adacore.com>
7332
7333 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7334 for Ada.
7335
1b7f24cd
TT
73362019-06-27 Tom Tromey <tromey@adacore.com>
7337
7338 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7339 objfile_key.
7340 (arm_find_mapping_symbol, arm_record_special_symbol)
7341 (_initialize_arm_tdep): Update.
7342 (arm_objfile_data_free): Remove.
7343
3d507ff2
TT
73442019-06-27 Tom Tromey <tromey@adacore.com>
7345
7346 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7347 to cp_print_static_field.
7348
762c164d
TT
73492019-06-26 Tom Tromey <tromey@adacore.com>
7350
7351 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7352 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7353 declare.
7354
aa2f9bcf
AH
73552019-06-26 Alan Hayward <alan.hayward@arm.com>
7356
7357 * features/aarch64-core.c (create_feature_aarch64_core):
7358 Regenerate.
7359 * features/aarch64-core.xml: Add cpsr flags.
7360
3426ae57
AH
73612019-06-26 Alan Hayward <alan.hayward@arm.com>
7362
7363 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7364 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7365
4838e44c
SM
73662019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7367
7368 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7369 field.
7370 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7371 use.
7372 (arm_record_special_symbol): Don't insert new symbol in sorted
7373 position, push it at the end.
7374
54cc7474
SM
73752019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7376
7377 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7378 (arm_mapping_symbol_s): Remove.
7379 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7380 (arm_mapping_symbol_vec): New typedef.
7381 (struct arm_per_objfile): Add constructor.
7382 <section_maps>: Change type to
7383 std::unique_ptr<arm_mapping_symbol_vec[]>.
7384 (arm_compare_mapping_symbols): Remove.
7385 (arm_find_mapping_symbol): Adjust to section_maps type change.
7386 (arm_objfile_data_free): Call delete on arm_per_objfile.
7387 (arm_record_special_symbol): Adjust to section_maps type change.
7388 Allocate arm_per_objfile with new.
7389
b65b566c
PW
73902019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7391
7392 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7393 with the command prefix.
7394
c2fc64f5
TT
73952019-06-25 Tom Tromey <tom@tromey.com>
7396
7397 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7398 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7399
fb54fa76
TT
74002019-06-25 Tom Tromey <tom@tromey.com>
7401
7402 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7403 type.
7404 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7405 protected.
7406
f7952c57
TT
74072019-06-25 Tom Tromey <tom@tromey.com>
7408
7409 * tui/tui-winsource.c
7410 (tui_source_window_base::set_is_exec_point_at): Add check against
7411 LOA_ADDRESS.
7412
17568d78
TT
74132019-06-25 Tom Tromey <tom@tromey.com>
7414
7415 * tui/tui-source.c (tui_set_source_content): Don't check before
7416 xfree.
7417 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7418
53e7cdba
TT
74192019-06-25 Tom Tromey <tom@tromey.com>
7420
7421 * tui/tui-winsource.h (tui_update_source_window_as_is)
7422 (tui_alloc_source_buffer, tui_line_is_displayed)
7423 (tui_addr_is_displayed): Change type of win_info.
7424 * tui/tui-winsource.c (tui_update_source_window_as_is)
7425 (tui_clear_source_content, tui_show_source_line)
7426 (tui_show_source_content, tui_source_window_base::refill)
7427 (tui_source_window_base::set_is_exec_point_at)
7428 (tui_source_window_base::set_is_exec_point_at)
7429 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7430 (tui_alloc_source_buffer, tui_line_is_displayed)
7431 (tui_addr_is_displayed): Change type of win_info. Update.
7432 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7433 (tui_source_window_base::do_make_visible_with_new_height):
7434 Update.
7435 * tui/tui-source.c (tui_set_source_content)
7436 (tui_set_source_content_nil)
7437 (tui_source_window::do_scroll_vertical): Update.
7438 * tui/tui-layout.c (show_layout): Update.
7439 * tui/tui-disasm.c (tui_set_disassem_content)
7440 (tui_disasm_window::do_scroll_vertical): Update.
7441 * tui/tui-data.h (tui_win_content): Remove.
7442 (struct tui_gen_win_info) <content, content_size>: Remove.
7443 (struct tui_source_element): Add initializers and destructor.
7444 (union tui_which_element, struct tui_win_element): Remove.
7445 (struct tui_source_window_base) <content>: New field.
7446 (struct tui_data_window): Remove destructor.
7447 (tui_alloc_content, tui_free_win_content)
7448 (tui_free_all_source_wins_content): Don't declare.
7449 * tui/tui-data.c (tui_initialize_static_data): Update.
7450 (init_content_element, tui_alloc_content): Remove.
7451 (~tui_gen_win_info): Update.
7452 (~tui_data_window, tui_free_all_source_wins_content)
7453 (tui_free_win_content, free_content, free_content_elements):
7454 Remove.
7455
7908abbf
TT
74562019-06-25 Tom Tromey <tom@tromey.com>
7457
7458 * tui/tui-winsource.h (tui_clear_source_content)
7459 (tui_erase_source_content, tui_show_source_content): Change type
7460 of win_info.
7461 * tui/tui-winsource.c (tui_clear_source_content)
7462 (tui_erase_source_content, tui_show_source_content): Change type
7463 of win_info.
7464 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7465 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7466 win_info.
7467 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7468 win_info.
7469 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7470
02c28df0
TT
74712019-06-25 Tom Tromey <tom@tromey.com>
7472
7473 * tui/tui-winsource.c (tui_clear_source_content)
7474 (tui_source_window_base::set_is_exec_point_at): Update.
7475 * tui/tui-source.c (tui_set_source_content_nil): Update.
7476 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7477 a bool.
7478 * tui/tui-data.c (init_content_element): Update.
7479
6658b1bf
TT
74802019-06-25 Tom Tromey <tom@tromey.com>
7481
7482 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7483 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7484 * tui/tui-layout.c (init_and_make_win): Update.
7485 * tui/tui.h (enum tui_win_type): Update.
7486 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7487 tui_win_is_auxillary.
7488 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7489 tui_win_is_auxillary.
7490
21e1c91e
TT
74912019-06-25 Tom Tromey <tom@tromey.com>
7492
7493 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7494 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7495 (tui_delete_data_content_windows, tui_display_all_data)
7496 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7497 Update.
7498 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7499 * tui/tui-regs.c (tui_last_regs_line_no)
7500 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7501 (tui_show_registers): Update.
7502 (tui_show_register_group): Return void. Update.
7503 (tui_display_registers_from, tui_display_reg_element_at_line)
7504 (tui_display_registers_from_line, tui_check_register_values):
7505 Update.
7506 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7507 member.
7508 (struct tui_data_window) <regs_content>: Now a std::vector.
7509 <regs_content_count>: Remove.
7510 (tui_add_content_elements, tui_free_data_content): Don't declare.
7511 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7512 (init_content_element): Remove DATA_WIN case. Add assert.
7513 (tui_add_content_elements): Remove.
7514 (tui_data_window): Update.
7515 (tui_free_data_content): Remove.
7516 (free_content_elements): Remove DATA_WIN case.
7517
115ac53b
TT
75182019-06-25 Tom Tromey <tom@tromey.com>
7519
7520 * tui/tui-data.c (tui_data_item_window): Update.
7521 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7522 * tui/tui-windata.c (tui_display_all_data)
7523 (tui_display_data_from_line): Update.
7524 (tui_check_data_values): Remove.
7525 * tui/tui-regs.c (tui_show_register_group)
7526 (tui_display_reg_element_at_line): Update.
7527 * tui/tui-hooks.c (tui_register_changed)
7528 (tui_refresh_frame_and_register_information): Call
7529 tui_check_register_values.
7530 * tui/tui-data.h (struct tui_data_window) <data_content,
7531 data_content_count, data_type>: Remove.
7532 (enum tui_data_type): Remove.
7533
7534 * tui/tui-data.c (tui_data_window::clear_detail)
7535 (~tui_data_window): Update.
7536
eaf9738b
TT
75372019-06-25 Tom Tromey <tom@tromey.com>
7538
7539 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7540 declare.
7541 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7542 Rename from tui_first_data_item_displayed. Update.
7543 (tui_data_window::refresh_all)
7544 (tui_data_window::do_scroll_vertical): Update.
7545 * tui/tui-data.h (struct tui_data_window)
7546 <first_data_item_displayed>: Declare new method.
7547
31ca4723
TT
75482019-06-25 Tom Tromey <tom@tromey.com>
7549
7550 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7551 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7552 contents...
7553 (tui_initialize_static_data): ...here.
7554
41bcff7f
TT
75552019-06-25 Tom Tromey <tom@tromey.com>
7556
7557 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7558 (tui_display_registers_from, tui_check_register_values): Update.
7559 (tui_display_register): Remove win_info parameter; update.
7560 (tui_get_register): Change type of parameters.
7561 * tui/tui-data.h (struct tui_data_element): Remove.
7562 (union tui_which_element) <data>: Remove.
7563 <data_window>: Change type.
7564 (struct tui_data_item_window): New.
7565 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7566 case. Add assert.
7567 (~tui_data_item_window): New destructor.
7568 (free_content_elements): Remove DATA_ITEM_WIN case.
7569
d2802c33
TT
75702019-06-25 Tom Tromey <tom@tromey.com>
7571
7572 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7573 Remove.
7574
dd835f8b
TT
75752019-06-25 Tom Tromey <tom@tromey.com>
7576
7577 * tui/tui-data.h (struct tui_command_element): Remove.
7578 (union tui_which_element) <command>: Remove.
7579 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7580 assert.
7581 (free_content_elements): Remove CMD_WIN case.
7582
bd7db367
TT
75832019-06-25 Tom Tromey <tom@tromey.com>
7584
7585 * tui/tui-layout.c (tui_set_layout): Update.
7586 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7587 * tui/tui-data.c (layout_def): Update.
7588
3add462f
TT
75892019-06-25 Tom Tromey <tom@tromey.com>
7590
7591 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7592 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7593 (tui_source_window_base::set_new_height): Update.
7594 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7595 Update.
7596 (tui_set_locator_fullname, tui_set_locator_info)
7597 (tui_show_frame_info): Update.
7598 * tui/tui-source.c (tui_set_source_content)
7599 (tui_source_is_displayed): Update.
7600 * tui/tui-layout.c (show_source_disasm_command, show_data)
7601 (show_source_or_disasm_and_command): Update.
7602 * tui/tui-disasm.c (tui_set_disassem_content)
7603 (tui_get_begin_asm_address): Update.
7604 * tui/tui-data.h (struct tui_locator_element): Remove.
7605 (union tui_which_element) <locator>: Remove.
7606 (struct tui_locator_window): New.
7607 (tui_locator_win_info_ptr): Change return type.
7608 * tui/tui-data.c (_locator): Change type.
7609 (tui_locator_win_info_ptr): Change return type.
7610 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7611 (tui_alloc_content): Add assert.
7612
489e9d8b
TT
76132019-06-25 Tom Tromey <tom@tromey.com>
7614
7615 * tui/tui-winsource.c
7616 (tui_exec_info_window::maybe_allocate_content): New method.
7617 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7618 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7619 (make_source_or_disasm_window): Add cast.
7620 * tui/tui-data.h (union tui_which_element) <simple_string>:
7621 Remove.
7622 (struct tui_source_info): New.
7623 (struct tui_source_window_base) <execution_info>: Change type.
7624 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7625 case, and add assert.
7626 (tui_alloc_content): Add assert.
7627
c3fabb7d
TT
76282019-06-25 Tom Tromey <tom@tromey.com>
7629
7630 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7631 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7632 * tui/tui-data.c (tui_alloc_win_info): Remove.
7633
bbc228ee
TT
76342019-06-25 Tom Tromey <tom@tromey.com>
7635
7636 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7637 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7638 can_highlight.
7639
5fcee43a
TT
76402019-06-25 Tom Tromey <tom@tromey.com>
7641
7642 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7643 make_visible_with_new_height method.
7644 (tui_win_info::make_visible_with_new_height): New method.
7645 (tui_source_window_base::do_make_visible_with_new_height)
7646 (tui_data_window::do_make_visible_with_new_height)
7647 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7648 (make_visible_with_new_height): Remove.
7649 (tui_resize_all, tui_adjust_win_heights): Use
7650 make_visible_with_new_height method.
7651 * tui/tui-data.h (struct tui_win_info)
7652 <do_make_visible_with_new_height, make_visible_with_new_height>:
7653 New methods.
7654 (struct tui_source_window_base, struct tui_data_window)
7655 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7656 methods.
7657
d83f1fe6
TT
76582019-06-25 Tom Tromey <tom@tromey.com>
7659
7660 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7661 method.
7662 (update_tab_width): Call update_tab_width method.
7663 * tui/tui-data.h (struct tui_win_info)
7664 (struct tui_source_window_base) <update_tab_width>: New methods.
7665
17374de4
TT
76662019-06-25 Tom Tromey <tom@tromey.com>
7667
7668 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7669 parameter.
7670 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7671 parameter.
7672 (tui_gen_win_info::make_visible): Update.
7673 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7674 parameter.
7675 * tui/tui-data.h (enum tui_box): New enum.
7676 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7677
f936bca2
TT
76782019-06-25 Tom Tromey <tom@tromey.com>
7679
7680 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7681 init_and_make_win for EXEC_INFO_WIN.
7682 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7683 longer inline.
7684 (struct tui_win_info) <~tui_win_info>: Inline.
7685 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7686 Don't declare.
7687 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7688 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7689 Remove.
7690 (tui_initialize_static_data): Update.
7691 (~tui_gen_win_info): Handle more cleanup here.
7692 (~tui_source_window_base): Delete "execution_info".
7693 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7694
d6ba6a11
TT
76952019-06-25 Tom Tromey <tom@tromey.com>
7696
7697 * tui/tui-layout.c (make_command_window): Don't set
7698 can_highlight.
7699 (show_source_disasm_command): Call the reset method.
7700 (show_data): Don't set can_highlight. Call the reset method.
7701 (tui_gen_win_info::reset): Rename from init_gen_win_info
7702 (init_and_make_win): Simplify. Return tui_gen_win_info.
7703 (show_source_or_disasm_and_command): Call the reset method.
7704 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7705 (struct tui_cmd_window): Set can_highlight.
7706
48a3bd16
TT
77072019-06-25 Tom Tromey <tom@tromey.com>
7708
7709 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7710 from make_visible.
7711 (tui_make_visible, tui_make_invisible): Rewrite.
7712 (tui_win_info::make_visible): Remove.
7713 (tui_source_window_base::make_visible): Update.
7714 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7715 method. Moved from...
7716 (struct tui_win_info) <make_visible>: ...here.
7717
c3bd716f
TT
77182019-06-25 Tom Tromey <tom@tromey.com>
7719
7720 * tui/tui-winsource.c
7721 (tui_source_window_base::do_scroll_horizontal): Remove direction
7722 parameter.
7723 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7724 direction parameter.
7725 * tui/tui-win.c (tui_win_info::forward_scroll)
7726 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7727 (tui_win_info::right_scroll): Update.
7728 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7729 direction parameter.
7730 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7731 direction parameter.
7732 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7733 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7734 Remove direction parameter.
7735 (struct tui_source_window_base, struct tui_source_window)
7736 (struct tui_disasm_window, struct tui_data_window)
7737 (struct tui_cmd_window): Update.
7738
21c32dca
TT
77392019-06-25 Tom Tromey <tom@tromey.com>
7740
7741 * tui/tui-winsource.h (tui_set_exec_info_content)
7742 (tui_show_exec_info_content, tui_erase_exec_info_content)
7743 (tui_clear_exec_info_content, tui_update_exec_info): Change
7744 argument to tui_source_window_base.
7745 * tui/tui-winsource.c (tui_set_exec_info_content)
7746 (tui_show_exec_info_content, tui_erase_exec_info_content)
7747 (tui_clear_exec_info_content, tui_update_exec_info): Change
7748 argument to tui_source_window_base.
7749
73fbdc65
TT
77502019-06-25 Tom Tromey <tom@tromey.com>
7751
7752 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7753 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7754
33325343
TT
77552019-06-25 Tom Tromey <tom@tromey.com>
7756
7757 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7758 check.
7759
29d2c474
TT
77602019-06-25 Tom Tromey <tom@tromey.com>
7761
7762 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7763 type to void.
7764 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7765 type to void.
7766 * tui/tui-source.c (tui_set_source_content): Update.
7767 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7768
152f3f4b
TT
77692019-06-25 Tom Tromey <tom@tromey.com>
7770
7771 * tui/tui-win.c (window_name_completer, tui_set_focus)
7772 (tui_all_windows_info): Use name method.
7773 * tui/tui-data.h (struct tui_gen_win_info)
7774 (struct tui_source_window, struct tui_disasm_window)
7775 (struct tui_data_window, struct tui_cmd_window) <name>: New
7776 method.
7777 (tui_win_name): Don't declare.
7778 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7779 (tui_win_name): Remove.
7780
be4da588
TT
77812019-06-25 Tom Tromey <tom@tromey.com>
7782
7783 * tui/tui-winsource.h (tui_update_source_window)
7784 (tui_update_source_window_as_is): Change parameter type.
7785 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7786 to be a tui_source_window_base.
7787 (tui_update_source_window_as_is): Likewise.
7788 * tui/tui-win.c (make_visible_with_new_height): Update.
7789
5b81daba
TT
77902019-06-25 Tom Tromey <tom@tromey.com>
7791
7792 * tui/tui-winsource.c (tui_erase_source_content)
7793 (tui_show_source_content, tui_show_exec_info_content)
7794 (tui_erase_exec_info_content): Use refresh_window method.
7795 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7796 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7797 from tui_refresh_win.
7798 (tui_data_window::refresh_window): New method.
7799 (tui_win_info::refresh, tui_source_window_base::refresh)
7800 (tui_refresh_all): Use refresh_window method.
7801 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7802 method.
7803 * tui/tui-regs.c (tui_display_register): Call refresh_window
7804 method.
7805 * tui/tui-layout.c (show_source_disasm_command)
7806 (show_source_or_disasm_and_command): Call refresh_window method.
7807 * tui/tui-data.h (struct tui_gen_win_info)
7808 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7809 New method.
7810
cb2ce893
TT
78112019-06-25 Tom Tromey <tom@tromey.com>
7812
7813 * tui/tui.c (tui_rl_other_window, tui_enable)
7814 (tui_is_window_visible, tui_get_command_dimension): Update.
7815 * tui/tui-winsource.c (tui_update_source_window_as_is)
7816 (tui_clear_source_content, tui_erase_source_content)
7817 (tui_show_source_line, tui_source_window_base::refill)
7818 (tui_source_window_base::do_scroll_horizontal)
7819 (tui_source_window_base::set_is_exec_point_at)
7820 (tui_update_breakpoint_info, tui_set_exec_info_content)
7821 (tui_alloc_source_buffer, tui_line_is_displayed)
7822 (tui_addr_is_displayed): Update.
7823 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7824 (tui_check_and_display_highlight_if_needed)
7825 (tui_win_info::make_visible, tui_win_info::refresh)
7826 (tui_refresh_all): Update.
7827 * tui/tui-windata.c (tui_first_data_item_displayed)
7828 (tui_delete_data_content_windows, tui_erase_data_content)
7829 (tui_display_all_data, tui_data_window::refresh_all)
7830 (tui_check_data_values): Update.
7831 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7832 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7833 (tui_win_info::backward_scroll, tui_refresh_all_win)
7834 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7835 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7836 (tui_source_window_base::set_new_height)
7837 (tui_data_window::set_new_height)
7838 (make_invisible_and_set_new_height)
7839 (make_visible_with_new_height, new_height_ok)
7840 (parse_scrolling_args): Update.
7841 * tui/tui-stack.c (tui_show_frame_info): Update.
7842 * tui/tui-source.c (tui_set_source_content)
7843 (tui_set_source_content_nil, tui_source_is_displayed)
7844 (tui_source_window::do_scroll_vertical): Update.
7845 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7846 (tui_display_registers_from, tui_display_reg_element_at_line)
7847 (tui_check_register_values, tui_reg_command): Update.
7848 * tui/tui-layout.c (tui_default_win_height)
7849 (show_source_disasm_command, show_data, init_and_make_win)
7850 (show_source_or_disasm_and_command): Update.
7851 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7852 (tui_redisplay_readline, tui_mld_flush)
7853 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7854 (tui_getc): Update.
7855 * tui/tui-disasm.c (tui_set_disassem_content)
7856 (tui_disasm_window::do_scroll_vertical): Update.
7857 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7858 Now virtual.
7859 (struct tui_win_info): Derive from tui_gen_win_info.
7860 <~tui_win_info>: Mark as override.
7861 <generic>: Remove member.
7862 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7863 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7864 (~tui_data_window, ~tui_win_info)
7865 (tui_free_all_source_wins_content): Update.
7866 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7867
ab313b35
TT
78682019-06-25 Tom Tromey <tom@tromey.com>
7869
7870 * tui/tui-layout.c (init_and_make_win): Use new.
7871 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7872 destructor, initializers.
7873 (tui_alloc_generic_win_info): Don't declare.
7874 * tui/tui-data.c (_locator): Add argument to constructor.
7875 (source_win, disasm_win): New globals.
7876 (exec_info): Remove.
7877 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7878 Update.
7879 (tui_alloc_generic_win_info): Remove.
7880 (init_content_element): Use new.
7881 (tui_win_info::tui_win_info): Update.
7882 (free_content_elements) <case DATA_WIN>: Use delete.
7883
dc2c33e4
TT
78842019-06-25 Tom Tromey <tom@tromey.com>
7885
7886 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7887 * tui/tui-windata.c (tui_first_data_item_displayed)
7888 (tui_delete_data_content_windows): Update.
7889 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7890 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7891 (tui_display_registers_from, tui_check_register_values): Update.
7892 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7893 pointer.
7894 * tui/tui-data.c (init_content_element): Update. Allocate the new
7895 window.
7896 (tui_free_data_content): Update.
7897 (free_content_elements) <case DATA_WIN>: Free the window.
7898
214a5cbe
TT
78992019-06-25 Tom Tromey <tom@tromey.com>
7900
7901 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7902 Update.
7903 * tui/tui-layout.c (make_command_window)
7904 (show_source_disasm_command, show_data, init_and_make_win)
7905 (show_source_or_disasm_and_command): Update.
7906 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7907 method.
7908 <can_highight, is_highlighted>: Now bool.
7909 (tui_set_win_highlight): Don't declare.
7910 * tui/tui-data.c (tui_set_win_highlight): Remove.
7911
8e2daf15
TT
79122019-06-25 Tom Tromey <tom@tromey.com>
7913
7914 * tui/tui-wingeneral.c (make_visible): Remove check of window
7915 type.
7916
8903bd8a
TT
79172019-06-25 Tom Tromey <tom@tromey.com>
7918
7919 * tui/tui-win.c (tui_win_info::max_height)
7920 (tui_cmd_window::max_height): New methods.
7921 (new_height_ok): Call max_height.
7922 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7923 <max_height>: New method.
7924
3f02ce1e
TT
79252019-06-25 Tom Tromey <tom@tromey.com>
7926
7927 * tui/tui-win.c (tui_source_window_base::set_new_height)
7928 (tui_data_window::set_new_height): New methods.
7929 (make_invisible_and_set_new_height): Call set_new_height method.
7930 * tui/tui-data.h (struct tui_win_info)
7931 (struct tui_source_window_base, struct tui_data_window)
7932 <set_new_height>: New method.
7933
1825f487
TT
79342019-06-25 Tom Tromey <tom@tromey.com>
7935
7936 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7937 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7938 tui_refresh_data_win.
7939 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7940 method.
7941 (tui_refresh_all_win): Call the refresh_all method.
7942 (tui_set_focus): Likewise.
7943 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7944 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7945 Likewise.
7946
ad54d15b
TT
79472019-06-25 Tom Tromey <tom@tromey.com>
7948
7949 * tui/tui-winsource.h (tui_refill_source_window)
7950 (tui_set_is_exec_point_at): Don't declare.
7951 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7952 (tui_source_window_base::refill): Rename from
7953 tui_refill_source_window.
7954 (tui_source_window_base::do_scroll_horizontal): Update.
7955 (tui_source_window_base::set_is_exec_point_at): Rename from
7956 tui_set_is_exec_point_at.
7957 (tui_update_all_breakpoint_info): Update.
7958 * tui/tui-stack.c (tui_show_frame_info): Update.
7959 * tui/tui-layout.c (show_data): Add cast.
7960 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7961 * tui/tui-data.h (struct tui_source_window_base) <refill,
7962 set_is_exec_point_at>: New methods.
7963 (tui_source_windows, tui_add_to_source_windows): Update types.
7964 (tui_add_to_source_windows): Remove redundant declaration.
7965 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7966 (tui_source_windows): Change return type.
7967 (tui_clear_source_windows_detail): Update.
7968 (tui_add_to_source_windows): Change type of parameter.
7969 (tui_free_all_source_wins_content): Update.
7970
2042b506
TT
79712019-06-25 Tom Tromey <tom@tromey.com>
7972
7973 * tui/tui-wingeneral.c (tui_win_info::refresh)
7974 (tui_source_window_base::refresh): New methods.
7975 (tui_refresh_all): Call the refresh method.
7976 * tui/tui-data.h (struct tui_win_info)
7977 (struct tui_source_window_base) <refresh>: New method.
7978
56122977
TT
79792019-06-25 Tom Tromey <tom@tromey.com>
7980
7981 * tui/tui.h (tui_is_window_visible): Return bool.
7982 * tui/tui.c (tui_is_window_visible): Return bool.
7983 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7984 (tui_make_visible, tui_make_invisible)
7985 (tui_win_info::make_visible)
7986 (tui_source_window_base::make_visible, make_all_visible)
7987 (tui_make_all_visible, tui_make_all_invisible): Update.
7988 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7989 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7990 bool.
7991 (struct tui_win_info, struct tui_source_window_base)
7992 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7993 * tui/tui-data.c (tui_init_generic_part): Update.
7994
cda37efb
TT
79952019-06-25 Tom Tromey <tom@tromey.com>
7996
7997 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7998 (tui_source_window_base::make_visible): New methods.
7999 (make_all_visible): Make method call.
8000 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8001 (struct tui_source_window_base, struct tui_cmd_window): Override
8002 make_visible.
8003 (tui_win_is_source_type): Don't declare.
8004 * tui/tui-data.c (tui_win_is_source_type): Remove.
8005
6a0ee02c
TT
80062019-06-25 Tom Tromey <tom@tromey.com>
8007
8008 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8009 NULL check.
8010
63901aec
TT
80112019-06-25 Tom Tromey <tom@tromey.com>
8012
8013 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8014 Inline constructor. Add initializers for members.
8015 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8016 constructors; now inline in class.
8017
ceb13a13
TT
80182019-06-25 Tom Tromey <tom@tromey.com>
8019
8020 * tui/tui-regs.c (tui_show_registers): Update.
8021 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8022 bool.
8023 * tui/tui-data.c (tui_data_window::clear_detail)
8024 (tui_data_window): Update.
8025
238eb706
TT
80262019-06-25 Tom Tromey <tom@tromey.com>
8027
8028 * tui/tui-windata.c (tui_display_all_data)
8029 (tui_display_data_from_line, tui_display_data_from)
8030 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8031 Update.
8032 * tui/tui-regs.c (tui_last_regs_line_no)
8033 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8034 (tui_show_registers, tui_show_register_group)
8035 (tui_display_registers_from, tui_display_reg_element_at_line)
8036 (tui_display_registers_from_line, tui_check_register_values)
8037 (tui_reg_next, tui_reg_prev): Update.
8038 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8039 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8040 tui_data_window.
8041 (struct tui_win_info) <detail>: Remove. Add new fields from
8042 tui_data_info.
8043 (TUI_DATA_WIN): Add cast.
8044 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8045 (~tui_data_window): Simplify.
8046
81491aa0
TT
80472019-06-25 Tom Tromey <tom@tromey.com>
8048
8049 * tui/tui-layout.c (show_source_disasm_command)
8050 (show_source_or_disasm_and_command): Update.
8051 * tui/tui-io.c (update_cmdwin_start_line)
8052 (tui_redisplay_readline): Update.
8053 * tui/tui-data.h (struct tui_command_info): Remove.
8054 (struct tui_win_info) <detail>: Remove command_info member.
8055 (struct tui_data_window) <start_line>: New member, from
8056 tui_command_info.
8057 (TUI_CMD_WIN): Add casts.
8058
e6e41501
TT
80592019-06-25 Tom Tromey <tom@tromey.com>
8060
8061 * tui/tui-winsource.c (tui_update_source_window)
8062 (tui_refill_source_window)
8063 (tui_source_window_base::do_scroll_horizontal)
8064 (tui_update_breakpoint_info, tui_set_exec_info_content)
8065 (tui_show_exec_info_content, tui_erase_exec_info_content)
8066 (tui_clear_exec_info_content): Update.
8067 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8068 Update.
8069 * tui/tui-win.c (make_invisible_and_set_new_height)
8070 (make_visible_with_new_height): Update.
8071 * tui/tui-source.c (tui_set_source_content)
8072 (tui_show_symtab_source): Update.
8073 * tui/tui-layout.c (extract_display_start_addr)
8074 (show_source_disasm_command, show_data)
8075 (make_source_or_disasm_window)
8076 (show_source_or_disasm_and_command): Update.
8077 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8078 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8079 "gdbarch".
8080 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8081 to tui_source_window_base.
8082 (struct tui_win_info) <detail>: Remove source_info member.
8083 (struct tui_source_window_base) <has_locator>: Inline.
8084 Move contents from tui_source_info; rename has_locator member to
8085 m_has_locator.
8086 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8087 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8088 header file.
8089 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8090 Simplify.
8091 (tui_free_all_source_wins_content): Cast to
8092 tui_source_window_base.
8093
44f0e208
TT
80942019-06-25 Tom Tromey <tom@tromey.com>
8095
8096 * tui/tui-win.c (make_invisible_and_set_new_height)
8097 (make_visible_with_new_height): Call has_locator method.
8098 * tui/tui-layout.c (show_source_disasm_command, show_data)
8099 (show_source_or_disasm_and_command): Update for bool change.
8100 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8101 (tui_win_info) <has_locator>: New method.
8102 (struct tui_source_window_base) <has_locator>: New method.
8103 (tui_win_has_locator): Don't declare.
8104 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8105 from tui_win_has_locator.
8106 (tui_source_window_base): Use false, not FALSE.
8107
7778b912
TT
81082019-06-25 Tom Tromey <tom@tromey.com>
8109
8110 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8111 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8112 clear_detail method directly.
8113 (tui_clear_win_detail): Remove.
8114
f83d391c
TT
81152019-06-25 Tom Tromey <tom@tromey.com>
8116
8117 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8118 "this", not TUI_DISASM_WIN.
8119
13446e05
TT
81202019-06-25 Tom Tromey <tom@tromey.com>
8121
8122 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8123 declare.
8124 * tui/tui-winsource.c
8125 (tui_source_window_base::do_scroll_horizontal): Rename from
8126 tui_horizontal_source_scroll.
8127 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8128 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8129 from tui_vertical_data_scroll.
8130 * tui/tui-win.h (tui_scroll): Don't declare.
8131 * tui/tui-win.c (tui_win_info::forward_scroll)
8132 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8133 (tui_win_info::right_scroll): Rename and update.
8134 (tui_scroll_forward_command, tui_scroll_backward_command)
8135 (tui_scroll_left_command, tui_scroll_right_command): Update.
8136 (tui_scroll): Remove.
8137 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8138 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8139 from tui_vertical_source_scroll.
8140 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8141 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8142 from tui_vertical_disassem_scroll.
8143 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8144 do_scroll_horizontal>: New methods.
8145 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8146 Likewise.
8147 (struct tui_source_window_base): Add do_scroll_horizontal.
8148 (struct tui_source_window, struct tui_disasm_window): Add
8149 do_scroll_vertical.
8150 (struct tui_data_window, struct tui_cmd_window): Add
8151 do_scroll_horizontal and do_scroll_vertical.
8152 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8153
5cf82909
TT
81542019-06-25 Tom Tromey <tom@tromey.com>
8155
8156 * tui/tui-data.h (struct tui_source_window_base): New struct.
8157 (struct tui_source_window): Derive from tui_source_window_base.
8158 (struct tui_disasm_window): New struct.
8159 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8160 from tui_source_window::clear_detail.
8161 (tui_source_window_base): Rename from tui_source_window.
8162 (~tui_source_window_base): Rename from ~tui_source_window.
8163 (tui_alloc_win_info): Create a tui_disasm_window.
8164
ee1d42d6
TT
81652019-06-25 Tom Tromey <tom@tromey.com>
8166
8167 * tui/tui-data.h (struct tui_source_window)
8168 (struct tui_data_window): Declare destructors.
8169 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8170 destructors.
8171 (tui_win_info): Simplify.
8172
b4eb2452
TT
81732019-06-25 Tom Tromey <tom@tromey.com>
8174
8175 * tui/tui-winsource.c (tui_display_main)
8176 (tui_update_source_windows_with_addr)
8177 (tui_update_all_breakpoint_info): Update.
8178 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8179 (new_height_ok, parse_scrolling_args): Update.
8180 * tui/tui-stack.c (tui_show_frame_info): Update.
8181 * tui/tui-data.h (struct tui_list): Remove.
8182 (tui_source_windows): Return a reference to a std::vector.
8183 * tui/tui-data.c (source_windows): Now a std::vector.
8184 (tui_source_windows): Change return type.
8185 (tui_clear_source_windows): Rewrite.
8186 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8187 (tui_free_all_source_wins_content): Rewrite.
8188
8761a91b
TT
81892019-06-25 Tom Tromey <tom@tromey.com>
8190
8191 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8192 (struct tui_data_window, struct tui_cmd_window): Declare
8193 clear_detail method.
8194 * tui/tui-data.c (tui_source_window::clear_detail)
8195 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8196 methods.
8197 (tui_clear_win_detail): Simplify.
8198
0ed69eda
TT
81992019-06-25 Tom Tromey <tom@tromey.com>
8200
8201 * tui/tui-layout.c (make_source_window, make_disasm_window)
8202 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8203 Return the new window.
8204 (show_source_disasm_command, show_data)
8205 (show_source_or_disasm_and_command): Update.
8206
82432e10
TT
82072019-06-25 Tom Tromey <tom@tromey.com>
8208
8209 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8210 parameter. Return the new window.
8211 (show_source_disasm_command): Update and remove NULL check.
8212 (show_source_or_disasm_and_command): Update.
8213
ec328aa5
TT
82142019-06-25 Tom Tromey <tom@tromey.com>
8215
8216 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8217
33b906ab
TT
82182019-06-25 Tom Tromey <tom@tromey.com>
8219
8220 * tui/tui-data.h (struct tui_win_info): Make constructor
8221 protected. Make destructor virtual. Add initializers.
8222 (tui_source_window, tui_data_window, tui_cmd_window): New
8223 classes.
8224 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8225 constructor. Add "type" parameter.
8226 (tui_source_window, tui_data_window, tui_cmd_window): New
8227 constructors.
8228 (tui_alloc_win_info): Instantiate the appropriate subclass.
8229
e7e11af4
TT
82302019-06-25 Tom Tromey <tom@tromey.com>
8231
8232 * tui/tui-win.c (tui_resize_all): Use delete.
8233 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8234 destructor.
8235 (tui_free_window): Don't declare.
8236 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8237 Update.
8238
6792b55e
TT
82392019-06-25 Tom Tromey <tom@tromey.com>
8240
8241 * tui/tui-data.h (struct tui_win_info): Add constructor.
8242 * tui/tui-data.c (tui_alloc_win_info): Use new.
8243 (tui_free_window): Use delete.
8244
f95675e1
TT
82452019-06-22 Tom Tromey <tom@tromey.com>
8246
8247 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8248 declare.
8249 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8250
5bff081c
TT
82512019-06-22 Tom Tromey <tom@tromey.com>
8252
8253 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8254 declare.
8255 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8256
47e3f474
TV
82572019-06-22 Tom de Vries <tdevries@suse.de>
8258
8259 * dwarf2read.c (create_addrmap_from_aranges)
8260 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8261 instead of '%zu'.
8262
fd5866f6
SM
82632019-06-21 Simon Marchi <simon.marchi@efficios.com>
8264
8265 * dwarf2read.h (dwarf2_section_info_def): Remove.
8266 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8267 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8268 std::vector<dwarf2_section_info>.
8269 (struct dwo_file) <~dwo_file>: Remove.
8270 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8271 types field.
8272 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8273 (dwarf2_read_debug_names): Likewise.
8274 (create_debug_types_hash_table): Change parameter type to
8275 array_view, adjust code accordingly.
8276 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8277 (partial_die_info::fixup): Likewise.
8278 (determine_prefix): Likewise.
8279 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8280
fb1eb2f9
SM
82812019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8282
8283 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8284 gdb_bfd_ref_ptr.
8285 <~dwo_file>: Remove call to gdb_bfd_unref.
8286 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8287 gdb_bfd_ref_ptr::get.
8288
51ac9db5
SM
82892019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8290
8291 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8292 type to htab_up.
8293 * dwarf2read.c (struct dwo_file): Initialize fields.
8294 <~dwo_file>: New.
8295 (free_dwo_file): Remove, move content to ~dwo_file.
8296 (struct dwo_file_deleter): Remove.
8297 (dwo_file_up>: Remove custom deleter.
8298 (free_dwo_files): Remove.
8299 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8300 dwo_files.
8301 (process_skeletonless_type_units): Call unique_ptr::get.
8302 (allocate_dwo_file_hash_table): Add deleter to created hash
8303 table. Change return type to htab_up.
8304 (lookup_dwo_file_slot): Don't memset dwo_file, call
8305 unique_ptr::get.
8306 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8307 (create_dwo_unit_in_dwp_v2): Likewise.
8308 (open_and_init_dwo_file): Likewise.
8309 (free_dwo_file_from_slot): Remove.
8310
dc4ccb6f
SM
83112019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8312
8313 * dwarf2read.h (struct dwarf2_section_info) <readin,
8314 is_virtual>: Change type to bool.
8315 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8316 true instead of 1.
8317
e6a1c5cb
TT
83182019-06-19 Tom Tromey <tom@tromey.com>
8319
8320 * tui/tui-data.h (tui_init_content_element): Don't declare.
8321
6f6ffbeb
TT
83222019-06-19 Tom Tromey <tom@tromey.com>
8323
8324 * tui/tui-data.h (tui_init_win_info): Don't declare.
8325
f23f598e
TV
83262019-06-19 Tom de Vries <tdevries@suse.de>
8327
8328 * dwarf2read.h (abstract_to_concrete): Change type to
8329 std::unordered_map<sect_offset, std::vector<sect_offset>,
8330 gdb::hash_enum<sect_offset>>.
8331
680e1bee
TT
83322019-06-19 Tom Tromey <tromey@adacore.com>
8333
8334 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8335 EVAL_AVOID_SIDE_EFFECTS specially.
8336
dcf37923
TT
83372019-06-19 Tom Tromey <tromey@adacore.com>
8338
8339 * source-cache.c (highlighter): New global.
8340 (source_cache::get_source_lines): Create a highlighter on demand.
8341
494986d5
AB
83422019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8343
8344 * defs.h (deprecated_interactive_hook): Delete declaration.
8345 * interps.c (clear_interpreter_hooks): Remove use of
8346 deprecated_interactive_hook.
8347 * top.c (deprecated_interactive_hook): Delete definition.
8348 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8349
3360b6e7
TV
83502019-06-18 Tom de Vries <tdevries@suse.de>
8351
8352 PR gdb/24515
8353 * dwarf2read.h (abstract_to_concrete): Change type from
8354 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8355 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8356 * dwarf2read.c (read_variable): Update.
8357 (dwarf2_fetch_die_loc_sect_off): Update.
8358
310b3441
TV
83592019-06-17 Tom de Vries <tdevries@suse.de>
8360
8361 PR gdb/24617
8362 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8363 accessing parent[parent_len - 1].
8364
ba9777be
PP
83652019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8366
8367 PR gdb/24364
8368 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8369 call dtrace_process_dof with NULL dof.
8370
2b9f6e89
TV
83712019-06-16 Tom de Vries <tdevries@suse.de>
8372
8373 PR gdb/24445
8374 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8375
431b3ead
TT
83762019-06-16 Tom Tromey <tom@tromey.com>
8377
8378 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8379 (make_all_visible): Use address of member.
8380
d04b44a1
TT
83812019-06-16 Tom Tromey <tom@tromey.com>
8382
8383 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8384 (tui_free_window, free_content, free_content_elements): Remove
8385 unnecessary cast.
8386 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8387 cast.
8388 * tui/tui-regs.c (tui_show_register_group)
8389 (tui_display_registers_from, tui_display_reg_element_at_line):
8390 Remove unnecessary cast.
8391
bf5142e7
AB
83922019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8393
8394 * linux-nat.c (normal_mask): Delete.
8395 (_initialize_linux_nat): Don't initialise normal_mask.
8396
c4973306
SM
83972019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8398
8399 PR gdb/24445
8400 * dwarf-index-write.h (write_psymtabs_to_index): Add
8401 dwz_basename parameter.
8402 * dwarf-index-write.c (write_gdbindex): Move file writing to
8403 write_gdbindex_1. Change return type void.
8404 (assert_file_size): Move up, remove filename parameter.
8405 (write_gdbindex_1): New function.
8406 (write_debug_names): Change return type to void, call
8407 assert_file_size.
8408 (struct index_wip_file): New struct.
8409 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8410 file logic to index_wip_file. Write index for dwz file if
8411 needed.
8412 (save_gdb_index_command): Pass basename of dwz file, if present.
8413 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8414 build-id of dwz file, if present.
8415 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8416 (dwarf2_get_dwz_file): Likewise.
8417 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8418 (dwarf2_get_dwz_file): Likewise.
8419
395f9c91
TT
84202019-06-16 Tom Tromey <tom@tromey.com>
8421
8422 * coffread.c (process_coff_symbol): Use xstrdup.
8423 * value.c (create_internalvar): Use xstrdup.
8424
cafb3438
TT
84252019-06-16 Tom Tromey <tom@tromey.com>
8426
8427 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8428 * breakpoint.c (stopin_command, stopat_command)
8429 (until_break_command, decode_location_default): Remove unnecessary
8430 cast.
8431 * utils.c (subset_compare): Remove unnecessary cast.
8432 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8433 cast.
8434 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8435 cast.
8436 * infcmd.c (path_command): Remove unnecessary cast.
8437 * coffread.c (decode_type): Remove unnecessary cast.
8438 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8439 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8440 * tui/tui-stack.c (tui_show_locator_content)
8441 (tui_show_frame_info): Remove unnecessary cast.
8442 * tui/tui-win.c (tui_scroll_forward_command)
8443 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8444 (parse_scrolling_args): Remove unnecessary cast.
8445 * tui/tui-data.c (init_win_info, tui_del_window)
8446 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8447 (free_content_elements): Remove unnecessary cast.
8448 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8449 unnecessary cast.
8450 * tui/tui-source.c (tui_set_source_content)
8451 (tui_vertical_source_scroll): Remove unnecessary cast.
8452 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8453 cast.
8454 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8455 * tui/tui-regs.c (tui_display_registers_from)
8456 (tui_display_register): Remove unnecessary cast.
8457 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8458 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8459 (make_visible): Remove unnecessary cast.
8460 * tui/tui-winsource.c (tui_erase_source_content)
8461 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8462 unnecessary cast.
8463 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8464 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8465 * stabsread.c (read_type, read_array_type, read_range_type):
8466 Remove unnecessary cast.
8467 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8468 (parse_symbol, parse_type, upgrade_type, parse_external)
8469 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8470 unnecessary cast.
8471 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8472
730ead81
TT
84732019-06-16 Tom Tromey <tom@tromey.com>
8474
8475 * tui/tui-data.c (tui_alloc_generic_win_info)
8476 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8477 checks.
8478
584a927c
AB
84792019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8480 Andrew Burgess <andrew.burgess@embecosm.com>
8481
8482 * f-typeprint.c (f_print_type): Don't return early for not
8483 associated or not allocated types.
8484 (f_type_print_varspec_suffix): Add print_rank parameter and print
8485 ranks of array types in case they dangling.
8486 (f_type_print_base): Add print_rank parameter.
8487
30056ea0
AB
84882019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8489
8490 * NEWS: Mention new MI commands.
8491 * break-catch-throw.c (enum exception_event_kind): Move to
8492 breakpoint.h.
8493 (print_mention_exception_catchpoint): Output text as a single
8494 message.
8495 (catch_exception_command_1): Rename to...
8496 (catch_exception_event): ...this, make non-static, update header
8497 command, and change some parameter types.
8498 (catch_catch_command): Update for changes to
8499 catch_exception_command_1.
8500 (catch_throw_command): Likewise.
8501 (catch_rethrow_command): Likewise.
8502 * breakpoint.c (enum exception_event_kind): Delete.
8503 * breakpoint.h (enum exception_event_kind): Moved here from
8504 break-catch-throw.c.
8505 (catch_exception_event): Declare.
8506 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8507 (mi_cmd_catch_throw): New function.
8508 (mi_cmd_catch_rethrow): New function.
8509 (mi_cmd_catch_catch): New function.
8510 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8511 'catch-catch' entries.
8512 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8513 (mi_cmd_catch_rethrow): Declare.
8514 (mi_cmd_catch_catch): Declare.
8515
ec8e2b6d
AB
85162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8517
8518 * annotate.c (annotate_source_line): Change return type to void,
8519 update implementation to match.
8520 * annotate.h (annotate_source_line): Change return type to void,
8521 update header comment.
8522 * stack.c (print_frame_info): Don't change what frame information
8523 is printed based on whether annotations are on or not.
8524
0d3abd8c
AB
85252019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8526
8527 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8528 (annotate_source): Make static.
8529 (annotate_source_line): Moved from source.c and renamed from
8530 identify_source_line. Update the return type.
8531 * annotate.h (annotate_source): Delete declaration.
8532 (annotate_source_line): Declaration moved from source.h, and
8533 renamed from identify_source_line. Return type updated.
8534 * source.c (identify_source_line): Moved to annotate.c and renamed
8535 to annotate_source_line.
8536 (info_line_command): Remove check of annotation_level.
8537 * source.h (identify_source_line): Move declaration to annotate.h
8538 and rename to annotate_source_line.
8539 * stack.c: Add 'annotate.h' include.
8540 (print_frame_info): Remove check of annotation_level before
8541 calling annotate_source_line.
8542
00df30ae
AB
85432019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * source-cache.c (source_cache::get_plain_source_lines): Use
8546 open_source_file_with_line_charpos instead of just
8547 open_source_file, remove call to find_source_lines.
8548 (source_cache::get_source_lines): Likewise.
8549 * source.c (find_source_lines): Make static.
8550 (get_filename_and_charpos): Renamed into...
8551 (open_source_file_with_line_charpos): ..this along with changes to
8552 return a scoped_fd, and some other minor clean ups.
8553 (identify_source_line): Use open_source_file_with_line_charpos.
8554 (search_command_helper): Use open_source_file_with_line_charpos
8555 instead of just open_source_file, remove call to
8556 find_source_lines.
8557 * source.h (open_source_file_with_line_charpos): Declare new
8558 function.
8559 (find_source_lines): Delete declaration.
8560
afda45a2
AB
85612019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8562
8563 * source.c (get_filename_and_charpos): Remove fullname
8564 parameter.
8565 (identify_source_line): Update call to get_filename_and_charpos.
8566
0735b091
TT
85672019-06-14 Tom Tromey <tromey@adacore.com>
8568
8569 PR gdb/24502:
8570 * ui-style.h (skip_ansi_escape): Update comment.
8571 * ui-file.h (class no_terminal_escape_file): New class.
8572 * ui-file.c (no_terminal_escape_file::write)
8573 (no_terminal_escape_file::puts): New methods.
8574 * cli/cli-logging.c (handle_redirections): Use
8575 no_terminal_escape_file.
8576
52ce35e2
TT
85772019-06-14 Tom Tromey <tromey@adacore.com>
8578
8579 * NEWS: Move convenience variable news above Python news.
8580
73cc7272
TT
85812019-06-14 Tom Tromey <tom@tromey.com>
8582
8583 * gnulib: Move directory to top-level.
8584 * configure.ac: Don't configure gnulib.
8585 * configure: Rebuild.
8586 * common/common-defs.h: Use new path to gnulib.
8587 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8588 (GNULIB_H): Remove.
8589 (INCGNU): Look in new gnulib location.
8590 (HFILES_NO_SRCDIR): Remove gnulib files.
8591 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8592 (generated_files): Remove GNULIB_H.
8593 ($(LIBGNU), all-lib): Remove targets.
8594 (distclean): Don't mention GNULIB_BUILDDIR.
8595 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8596
f5686554
TT
85972019-06-14 Tom Tromey <tromey@adacore.com>
8598
8599 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8600 Warn if symbol file does not provide any symbols.
8601
a0c1ffed
TT
86022019-06-14 Tom Tromey <tromey@adacore.com>
8603
8604 * source.c (find_and_open_source): Respect basenames_may_differ.
8605
7c39e397
AB
86062019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8607
8608 * annotate.c (annotate_breakpoints_invalid): Make use of
8609 scoped_restore_terminal_state.
8610 (annotate_frames_invalid): Likewise.
8611
f411722c
TT
86122019-06-14 Tom Tromey <tromey@adacore.com>
8613
8614 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8615 allow assignment to an internalvar.
8616
4268ec18
TT
86172019-06-14 Tom Tromey <tromey@adacore.com>
8618
8619 * ada-lex.l: Allow "_" in attribute names.
8620
abdb711e
TT
86212019-06-14 Tom Tromey <tromey@adacore.com>
8622
8623 PR gdb/24653:
8624 * regcache.c (registers_changed): Don't call alloca.
8625 * top.c (execute_command): Don't call alloca.
8626
4c048731
PA
86272019-06-13 Pedro Alves <palves@redhat.com>
8628
8629 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8630 'expression'. When parsing an expression, error out if there's
8631 junk after "unlimited".
8632 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8633 (do_set_command): Adjust calls to is_unlimited_literal.
8634
66eb1ed3
PA
86352019-06-13 Pedro Alves <palves@redhat.com>
8636
8637 * compile/compile.c (make_compile_options_def_group): Add braces
8638 around array_view initializer.
8639 * thread.c (make_thread_apply_all_options_def_group)
8640 (make_thread_apply_all_options_def_group): Likewise.
8641
3345721a
PA
86422019-06-13 Pedro Alves <palves@redhat.com>
8643
8644 * NEWS (New commands): Mention "maint test-options
8645 require-delimiter", "maint test-options unknown-is-error", "maint
8646 test-options unknown-is-operand" and "maint show
8647 test-options-completion-result".
8648 (New command options, command completion): New section.
8649 (Completion improvements): New section.
8650 Mention that you can abbreviate "unlimited".
8651
6206060d
PA
86522019-06-13 Pedro Alves <palves@redhat.com>
8653
8654 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8655 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8656 * unittests/cli-utils-selftests.c (test_parse_flags)
8657 (test_parse_flags_qcs): Delete.
8658 (test_cli_utils): Don't call deleted functions.
8659
6665660a
PA
86602019-06-13 Pedro Alves <palves@redhat.com>
8661
8662 * thread.c: Include "cli/cli-option.h".
8663 (tp_array_compar_ascending): Global.
8664 (tp_array_compar): Delete function.
8665 (tp_array_compar_ascending, tp_array_compar_descending): New
8666 functions.
8667 (ascending_option_def, qcs_flag_option_def)
8668 (thr_qcs_flags_option_defs)
8669 (make_thread_apply_all_options_def_group)
8670 (make_thread_apply_options_def_group): New.
8671 (thread_apply_all_command): Use gdb::option::process_options.
8672 (thread_apply_command_completer)
8673 (thread_apply_all_command_completer): New.
8674 (thread_apply_command): Use gdb::option::process_options.
8675 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8676 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8677 to generate help text of "thread apply". Adjust "taas"'s help.
8678 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8679 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8680
f7e13587
PA
86812019-06-13 Pedro Alves <palves@redhat.com>
8682
8683 * thread.c (thread_apply_command): Check for invalid TID with
8684 isdigit instead of !isalpha.
8685
5d707134
PA
86862019-06-13 Pedro Alves <palves@redhat.com>
8687
8688 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8689 (validate_flags_qcs): New.
8690 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8691 (validate_flags_qcs): Declare.
8692 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8693 (make_frame_apply_options_def_group): New.
8694 (frame_apply_command_count): Process options with
8695 gdb::option::process_options.
8696 (frame_apply_completer): New.
8697 (frame_apply_level_completer, frame_apply_all_completer)
8698 (frame_apply_completer): New.
8699 (_initialize_stack): Update help of "frame apply", "frame apply
8700 level", "frame apply all" and "faas" to mention supported options
8701 and install command completers.
8702 * stack.h (frame_apply_all_completer): Declare.
8703 * thread.c: Include "stack.h".
8704 (tfaas_command): Add "--".
8705 (_initialize_thread): Update help "tfaas" to mention supported
8706 options and install command completer.
8707
272d4594
PA
87082019-06-13 Pedro Alves <palves@redhat.com>
8709
8710 * completer.c (complete_nested_command_line): New.
8711 (gdb_completion_word_break_characters_throw): Add assertion.
8712 * completer.h (complete_nested_command_line): Declare.
8713
90a1ef87
PA
87142019-06-13 Pedro Alves <palves@redhat.com>
8715
8716 * stack.c (parse_backtrace_qualifiers): New.
8717 (backtrace_command): Use it.
8718 (backtrace_command_completer): Complete on qualifiers.
8719
d4c16835
PA
87202019-06-13 Pedro Alves <palves@redhat.com>
8721
8722 * frame.c: Include "cli/cli-option.h.
8723 (user_set_backtrace_options): New.
8724 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8725 Delete.
8726 (get_prev_frame): Adjust.
8727 (boolean_option_def, uinteger_option_def)
8728 (set_backtrace_option_defs): New.
8729 (_initialize_frame): Adjust and use
8730 gdb::option::add_setshow_cmds_for_options to install "set
8731 backtrace past-main" and "set backtrace past-entry".
8732 * frame.h: Include "cli/cli-option.h".
8733 (struct frame_print_options): Forward declare.
8734 (print_frame_arguments_all, print_frame_arguments_scalars)
8735 (print_frame_arguments_none): Declare.
8736 (print_entry_values): Delete declaration.
8737 (struct frame_print_options, user_frame_print_options): New.
8738 (struct set_backtrace_options): New.
8739 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8740 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8741 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8742 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8743 (list_args_or_locals): Add frame_print_options parameter.
8744 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8745 * python/py-framefilter.c (enumerate_args): Pass down
8746 USER_FRAME_PRINT_OPTIONS.
8747 * stack.c: Include "cli/cli-option.h".
8748 (print_frame_arguments_all, print_frame_arguments_scalars)
8749 (print_frame_arguments_none): Declare.
8750 (print_raw_frame_arguments, print_entry_values): Delete.
8751 (user_frame_print_options): New.
8752 (boolean_option_def, enum_option_def, frame_print_option_defs):
8753 New.
8754 (struct backtrace_cmd_options): New.
8755 (bt_flag_option_def): New.
8756 (backtrace_command_option_defs): New.
8757 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8758 (print_frame_arg, read_frame_arg, print_frame_args)
8759 (print_frame_info, print_frame): Add frame_print_options parameter
8760 and use it.
8761 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8762 (backtrace_command_1): Add frame_print_options and
8763 backtrace_cmd_options parameters and use them.
8764 (make_backtrace_options_def_group): New.
8765 (backtrace_command): Process command options with
8766 gdb::option::process_options.
8767 (backtrace_command_completer): New.
8768 (_initialize_stack): Extend "backtrace"'s help to mention
8769 supported options. Install completer for "backtrace".
8770 Install some settings commands with add_setshow_cmds_for_options.
8771
2daf894e
PA
87722019-06-13 Pedro Alves <palves@redhat.com>
8773
8774 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8775 and that "set/show print raw frame-arguments" are now deprecated.
8776
8777 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8778 command.
8779 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8780 * stack.c (_initialize_stack): Install "set/show print
8781 raw-frame-arguments", and deprecate "set/show print raw
8782 frame-arguments".
8783 * valprint.c (_initialize_valprint): Deprecate "set/show print
8784 raw".
8785
e6ed716c
PA
87862019-06-13 Pedro Alves <palves@redhat.com>
8787
8788 * compile/compile.c (struct compile_options): New.
8789 (compile_flag_option_def, compile_command_option_defs)
8790 (make_compile_options_def_group): New.
8791 (compile_file_command): Handle options with
8792 gdb::option::process_options.
8793 (compile_file_command_completer): New function.
8794 (compile_code_command): Handle options with
8795 gdb::option::process_options.
8796 (compile_code_command_completer): New function.
8797 (_initialize_compiler): Install completers for "compile code" and
8798 "compile file". Mention available options in "compile code" and
8799 "compile code"'s help.
8800 * completer.c (advance_to_completion_word): New, factored out from
8801 ...
8802 (advance_to_expression_complete_word_point): ... this.
8803 (advance_to_filename_complete_word_point): New.
8804 * completer.h (advance_to_filename_complete_word_point): New
8805 declaration.
8806
7d8062de
PA
88072019-06-13 Pedro Alves <palves@redhat.com>
8808
8809 * compile/compile.c: Include "cli/cli-option.h".
8810 (compile_print_value): Scope data pointer is now a
8811 value_print_options pointer; adjust.
8812 (compile_print_command): Process options. Scope data pointer is
8813 now a value_print_options pointer; adjust.
8814 (_initialize_compile): Update "compile print"'s help to include
8815 supported options. Install a completer for "compile print".
8816 * cp-valprint.c (show_vtblprint, show_objectprint)
8817 (show_static_field_print): Delete.
8818 (_initialize_cp_valprint): Don't install "set print
8819 static-members", "set print vtbl", "set print object" here.
8820 * printcmd.c: Include "cli/cli-option.h" and
8821 "common/gdb_optional.h".
8822 (print_command_parse_format): Rework to fill in a
8823 value_print_options instead of a format_data.
8824 (print_value): Change parameter type from format_data pointer to
8825 value_print_options reference. Adjust.
8826 (print_command_1): Process options. Adjust to pass down a
8827 value_print_options.
8828 (print_command_completer): New.
8829 (_initialize_printcmd): Install print_command_completer as
8830 handle_brkchars completer for the "print" command. Update
8831 "print"'s help to include supported options.
8832 * valprint.c: Include "cli/cli-option.h".
8833 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8834 here from cp-valprint.c.
8835 (boolean_option_def, uinteger_option_def)
8836 (value_print_option_defs, make_value_print_options_def_group):
8837 New. Use gdb::option::add_setshow_cmds_for_options to install
8838 "set print elements", "set print null-stop", "set print repeats",
8839 "set print pretty", "set print union", "set print array", "set
8840 print address", "set print symbol", "set print array-indexes".
8841 * valprint.h: Include <string> and "cli/cli-option.h".
8842 (make_value_print_options_def_group): Declare.
8843 (print_value): Change parameter type from format_data pointer to
8844 value_print_options reference.
8845 (print_command_completer): Declare.
8846
9d0faba9
PA
88472019-06-13 Pedro Alves <palves@redhat.com>
8848
8849 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8850 (COMMON_SFILES): Add maint-test-settings.c.
8851 * cli/cli-decode.c (boolean_enums): New global, factored out from
8852 ...
8853 (add_setshow_boolean_cmd): ... here.
8854 * cli/cli-decode.h (boolean_enums): Declare.
8855 * cli/cli-option.c: New file.
8856 * cli/cli-option.h: New file.
8857 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8858 factored out from ...
8859 (parse_cli_boolean_value(const char *)): ... this.
8860 (is_unlimited_literal): Change parameter type to pointer to
8861 pointer. Adjust and advance ARG pointer.
8862 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8863 (parse_cli_var_enum): New, factored out from ...
8864 (do_set_command): ... this. Adjust.
8865 * cli/cli-setshow.h (parse_cli_boolean_value)
8866 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8867 (parse_cli_var_enum): Declare.
8868 * cli/cli-utils.c: Include "cli/cli-option.h".
8869 (get_ulongest): New.
8870 * cli/cli-utils.h (get_ulongest): Declare.
8871 (check_for_argument): New overloads.
8872 * maint-test-options.c: New file.
8873
2c722807
PA
88742019-06-13 Pedro Alves <palves@redhat.com>
8875
8876 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8877 parse a range if "-" is at the end of the string.
8878
dee7b4c8
PA
88792019-06-13 Pedro Alves <palves@redhat.com>
8880
8881 * cli/cli-setshow.c (parse_auto_binary_operation)
8882 (parse_cli_boolean_value): Don't allow "o".
8883
dca0f6c0
PA
88842019-06-13 Pedro Alves <palves@redhat.com>
8885
8886 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8887 * NEWS: Mention maint test-settings KIND.
8888 * maint-test-settings.c: New file.
8889
597bf39d
PA
88902019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8893 completer.
8894 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8895 "set" completers.
8896
48c410fb
PA
88972019-06-13 Pedro Alves <palves@redhat.com>
8898
8899 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8900 after item.
8901
93bcb043
PA
89022019-06-13 Pedro Alves <palves@redhat.com>
8903
8904 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8905
cbba3ecd
PA
89062019-06-13 Pedro Alves <palves@redhat.com>
8907
8908 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8909 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8910 call.
8911 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8912 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8913 calls.
8914 (check_for_argument): Skip spaces after argument.
8915
b9a3f842
PA
89162019-06-13 Pedro Alves <palves@redhat.com>
8917
8918 * thread.c (thread_apply_command): Adjust TID parsing.
8919 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8920 detected before end of string.
8921 (tid_is_in_list): Error out if LIST is invalid.
8922
3844e605
PA
89232019-06-13 Pedro Alves <palves@redhat.com>
8924
8925 * completer.c (complete_line_internal_1): Rewind completion word
8926 point.
8927 (completion_tracker::advance_custom_word_point_by): Change
8928 parameter type to int.
8929 * completer.h (completion_tracker::advance_custom_word_point_by):
8930 Likewise.
8931
00b56dbe
PA
89322019-06-13 Pedro Alves <palves@redhat.com>
8933
8934 * completer.c (advance_to_completion_word): Handle delimiters.
8935
d106773e
PA
89362019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8937
8938 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8939
08f10e02
TT
89402019-06-11 Tom Tromey <tom@tromey.com>
8941
8942 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8943 (xmalloc_failed): Move to alloc.c.
8944 * alloc.c: New file.
8945 * Makefile.in (COMMON_SFILES): Add alloc.c.
8946
1c7fe951
TT
89472019-06-11 Tom Tromey <tom@tromey.com>
8948
8949 * nat/linux-waitpid.c: Don't include server.h.
8950 (linux_debug): Remove.
8951 (my_waitpid): Update.
8952
89549d7f
TT
89532019-06-11 Tom Tromey <tromey@adacore.com>
8954
8955 * infcall.c (_initialize_infcall): Remove trailing newline from
8956 help.
8957 * user-regs.c (_initialize_user_regs): Remove trailing newline
8958 from help.
8959 * typeprint.c (_initialize_typeprint): Remove trailing newline
8960 from help.
8961 * reverse.c (_initialize_reverse): Remove trailing newlines from
8962 help.
8963 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8964 from help.
8965 * language.c (add_set_language_command): Remove trailing newline
8966 from help.
8967 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8968 help.
8969 * disasm.c (_initialize_disasm): Remove trailing newline from
8970 help.
8971 * top.c (init_main): Remove trailing newline from help.
8972 * interps.c (_initialize_interpreter): Remove trailing newline
8973 from help.
8974 * btrace.c (_initialize_btrace): Remove trailing newlines from
8975 help.
8976 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8977 from help.
8978 * python/python.c (_initialize_python): Remove trailing newline
8979 from help.
8980 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8981 help.
8982 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8983 from help. Reformat some text.
8984 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8985 from help.
8986 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8987 newline from help.
8988
86108c13
TT
89892019-06-11 Tom Tromey <tromey@adacore.com>
8990
8991 * darwin-nat.c (darwin_decode_exception_message)
8992 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8993
a7067863
AB
89942019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8995
8996 * valops.c (value_slice): Check for not allocated or not
8997 associated values.
8998
9ab08412
TV
89992019-06-10 Tom de Vries <tdevries@suse.de>
9000
9001 PR gdb/24618
9002 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9003 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9004 invalid.
9005
f19e22e9
TV
90062019-06-10 Tom de Vries <tdevries@suse.de>
9007
9008 PR gdb/24611
9009 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9010 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9011
e99f9db0
TV
90122019-06-10 Tom de Vries <tdevries@suse.de>
9013
9014 PR symtab/24545
9015 * symtab.c (struct demangled_name_entry): Add language field.
9016 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9017 static minimal symbol". Set and use language field.
9018
9bf7038b
TT
90192019-06-10 Tom Tromey <tromey@adacore.com>
9020
9021 * ada-lang.c (_initialize_ada_language): Update help text.
9022
422186a9
TT
90232019-06-10 Tom Tromey <tromey@adacore.com>
9024
9025 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9026 with a newline.
9027 * guile/guile.c (handle_boot_error): Don't end warning with a
9028 newline.
9029 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9030 warning with a newline.
9031 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9032 newline.
9033 (s12z_frame_cache): Likewise.
9034 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9035 a newline.
9036 * solib-svr4.c (disable_probes_interface): Don't end warning with
9037 a newline.
9038 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9039 newline.
9040 * python/python.c (do_finish_initialization): Don't end warning
9041 with a newline.
9042
25ce02ee
TT
90432019-06-10 Tom Tromey <tom@tromey.com>
9044
9045 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9046 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9047 gdbpy_enter.
9048
caa429d8
TT
90492019-06-10 Tom Tromey <tromey@adacore.com>
9050
9051 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9052 data.
9053 (elf_new_init): Don't call stabsread_new_init.
9054 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9055 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9056 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9057
81873cc8
TV
90582019-06-10 Tom de Vries <tdevries@suse.de>
9059
9060 PR symtab/16264
9061 PR symtab/24517
9062 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9063
4fa0265e
РИ
90642019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9065
9066 * source.c (find_and_open_source): Also rewrite relative file
9067 names.
9068
1a3da2cd
AB
90692019-04-26 Amos Bird <amosbird@gmail.com>
9070
9071 * annotate.c (annotate_thread_exited): Add "thread-exited"
9072 annotation.
9073
3847a7bf
TT
90742019-06-06 Tom Tromey <tromey@adacore.com>
9075
9076 * maint.h (class scoped_command_stats): Use
9077 DISABLE_COPY_AND_ASSIGN.
9078 <print_time>: New method.
9079 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9080 print_time.
9081 (scoped_command_stats::print_time): New method.
9082
312617a3
AB
90832019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9086 instructions of lengths 6 or 8 bytes.
9087
b02f78f9
PA
90882019-06-04 Pedro Alves <palves@redhat.com>
9089
9090 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9091
9092 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9093 * breakpoint.c (condition_completer): Likewise.
9094 * cli/cli-dump.c (scan_expression): Likewise.
9095 * common/filestuff.c (mkdir_recursive): Likewise.
9096 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9097 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9098 (gdb_abspath): Likewise.
9099 * compile/compile-cplus-types.c
9100 (compile_cplus_instance::decl_name): Likewise.
9101 * completer.c (complete_explicit_location):
9102 (signal_completer, reg_or_group_completer_1): Likewise.
9103 * cp-support.c (cp_remove_params_if_any): Likewise.
9104 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9105 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9106 * infcmd.c (strip_bg_char): Likewise.
9107 * linespec.c (copy_token_string): Likewise.
9108 * mi/mi-main.c (output_cores): Likewise.
9109 * psymtab.c (psymtab_search_name):
9110 * symfile.c (test_set_ext_lang_command): Likewise.
9111 * target.c (target_fileio_read_stralloc): Likewise.
9112 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9113 * value.c (complete_internalvar): Likewise.
9114
e1f2e1a2
CB
91152019-06-04 Christian Biesinger <cbiesinger@google.com>
9116
9117 Add objfile property to gdb.Type.
d3238f7d
PA
9118 * NEWS: Mention Python API addition.
9119 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9120
e664d728
PW
91212019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9122
9123 * NEWS: Mention the new set|show style [title|highlight].
9124 Mention changes to "show style", "help" and "apropos".
9125
66d8c862
PW
91262019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9127
9128 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9129 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9130 instead of print_help_for_command.
9131 (print_doc_of_command): New function.
9132 (help_list): Add 'apropos -v word' suggestion.
9133 (print_help_for_command): Style the command name using title style.
9134 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9135 (_initialize_cli_cmds): Describe -v in apropos_command help.
9136
9303eb2f
PW
91372019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9138
9139 * cli/cli-style.h (cli_style_option): Add name in constructor,
9140 add m_name class member, add constructor with intensity,
9141 add name class function.
9142 (cli_style_option::add_setshow_commands): Remove name argument.
9143 (highlight_style, title_style): New styles.
9144 * cli/cli-style.c (do_show): New function that shows a style
9145 characteristic styling the style name with itself.
9146 (set_style_name): New function.
9147 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9148 Update all callers according to the changes in cli/cli-style.h.
9149 * utils.h (fputs_highlighted): New function.
9150 * utils.c (fputs_highlighted): Likewise.
9151
e2c52041
PW
91522019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9153
9154 * NEWS: Mention new pipe command and new convenience variables.
9155
947d3946
PW
91562019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9157
9158 * cli/cli-cmds.c (pipe_command): New function.
9159 (_initialize_cli_cmds): Call add_com for pipe_command.
9160 Define | as an alias for pipe.
9161 (exit_status_set_internal_vars): New function.
9162 (shell_escape): Call exit_status_set_internal_vars.
9163 cli/cli-decode.c (find_command_name_length): Recognize | as
9164 a single character command.
9165
b8fd0918
PW
91662019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9167
9168 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9169 top.c (execute_command_to_ui_file): New function, mostly a copy
9170 of execute_command_to_string.
9171 (execute_command_to_string): Implement by calling
9172 execute_command_to_ui_file.
9173
68bb5386
PW
91742019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9175
9176 * top.h (saved_command_line): Remove declaration.
9177 * top.c (previous_saved_command_line, previous_repeat_arguments):
9178 New variables.
9179 (saved_command_line): Make static, define together with other
9180 'repeat variables'.
9181 (dont_repeat): Clear repeat_arguments.
9182 (repeat_previous, get_saved_command_line, save_command_line):
9183 New functions.
9184 (gdb_init): Initialize saved_command_line
9185 and previous_saved_command_line.
9186 * main.c (captured_main_1): Remove saved_command_line initialization.
9187 * event-top.c (handle_line_of_input): Update to use
9188 the new 'repeat' related functions instead of direct access to
9189 saved_command_line.
9190 * command.h (repeat_previous, get_saved_command_line,
9191 save_command_line): New declarations.
9192 (dont_repeat): Add comment.
9193
bfcdb852
TT
91942019-05-30 Tom Tromey <tromey@adacore.com>
9195
9196 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9197 Fix comment.
9198 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9199
0ef209f2
JV
92002019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9201
9202 PR cli/24587
9203 * completer.c (complete): Initialize variable word.
9204
955b06fa
SDJ
92052019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9206
9207 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9208 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9209 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9210 'body' is NULL to the outter 'if', protecting the '!is_define'
9211 situation as well.
9212
fa9c3fa0
TT
92132019-05-29 Tom Tromey <tromey@adacore.com>
9214
9215 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9216 (dwarf_unknown): New function.
9217 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9218 (dwarf_type_encoding_name): Use dwarf_unknown.
9219
4330d61d
TT
92202019-05-29 Tom Tromey <tromey@adacore.com>
9221
9222 PR c++/20020:
9223 * cp-valprint.c (cp_print_value_fields): Call
9224 cp_print_static_field inside "try".
9225
33a6bc35
TT
92262019-05-29 Tom Tromey <tromey@adacore.com>
9227
9228 * inflow.c (struct terminal_info): Add default operator=.
9229 * configure: Rebuild.
9230 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9231 -Wdeprecated-copy-dtor, -Wredundant-move.
9232
000439d5
TT
92332019-05-29 Tom Tromey <tromey@adacore.com>
9234
9235 * NEWS: Add entry.
9236 * infcmd.c (print_return_value_1): Handle finish_print
9237 option.
9238 (show_print_finish): New function.
9239 (_initialize_infcmd): Add "set/show print finish" commands.
9240 * valprint.c (user_print_options): Initialize new member.
9241 * valprint.h (struct value_print_options) <finish_print>: New
9242 member.
9243
c0e70c62
TT
92442019-05-28 Tom Tromey <tromey@adacore.com>
9245
9246 * ada-lang.c (ada_remove_Xbn_suffix)
9247 (find_old_style_renaming_symbol)
9248 (parse_old_style_renaming): Remove.
9249 (ada_find_renaming_symbol): Don't call
9250 find_old_style_renaming_symbol.
9251 (ada_is_renaming_symbol): Rename from
9252 ada_find_renaming_symbol. Remove "block" parameter. Return
9253 bool. Now static.
9254 (ada_read_var_value): Update and simplify.
9255 * ada-exp.y (write_var_or_type): Remove old code.
9256
766f8836
AH
92572019-05-28 Alan Hayward <alan.hayward@arm.com>
9258
68255adc 9259 PR gdb/25010
766f8836
AH
9260 * event-top.c: Remove include comment.
9261 * inflow.c (class scoped_ignore_sigttou): Move from here...
9262 * inflow.h (class scoped_ignore_sigttou): ...to here.
9263 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9264 * top.c: Remove include comment.
9265
eb41253a
TT
92662019-05-27 Tom Tromey <tom@tromey.com>
9267
9268 * NEWS: Fix typo.
9269
4ca51187
TT
92702019-05-22 Tom Tromey <tromey@adacore.com>
9271
9272 * target.c (target_follow_exec): Constify parameter.
9273 * target-delegates.c: Rebuild.
9274 * remote.c (remote_target::follow_exec): Constify parameter.
9275 * infrun.c (follow_exec): Constify parameter.
9276 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9277 (target_follow_exec): Likewise.
9278
8fca4da0
AH
92792019-05-22 Alan Hayward <alan.hayward@arm.com>
9280
9281 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9282 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9283
b7060614
AH
92842019-05-22 Alan Hayward <alan.hayward@arm.com>
9285
9286 * NEWS: Add debugredirect and testsuite sections.
9287
0a5954bd
SC
92882019-05-22 Simon Cook <simon.cook@embecosm.com>
9289
9290 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9291 target descriptions using exclusively floating point register name
9292 aliases.
9293
dc42e902
AB
92942019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9295
9296 PR gdb/18644:
9297 * f-lang.c (build_fortran_types): Handle the case where
9298 gdbarch_floatformat_for_type returns a nullptr.
9299
fb7806c7
TV
93002019-05-21 Tom de Vries <tdevries@suse.de>
9301
9302 PR cli/24587
9303 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9304
34d11c68
AB
93052019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9306
9307 PR gdb/18644:
9308 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9309 16-byte floats.
9310 * i386-tdep.c (i386_floatformat_for_type): Use
9311 floatformats_ia64_quad for the 16-byte floating point component
9312 within a fortran 32-byte complex number.
9313
122cf0f2
AB
93142019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9315
9316 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9317 delete default constructor.
9318 (find_partial_die): Update to return const struct.
9319 (partial_die_parent_scope): Move variable declaration into scope
9320 of its use and change its type to auto.
9321 (guess_partial_die_structure_name): Likewise.
9322 (partial_die_info::fixup): Likewise.
9323
33d0e35a
TT
93242019-05-17 Tom Tromey <tromey@adacore.com>
9325
9326 * source.c (find_and_open_source): Remove cast.
9327
a45575b0
TT
93282019-05-17 Tom Tromey <tromey@adacore.com>
9329
9330 * annotate.c (annotate_source): Make "filename" const.
9331 * annotate.h (annotate_source): Use const.
9332
81f47ac2
AH
93332019-05-17 Alan Hayward <alan.hayward@arm.com>
9334
9335 * disasm.c (set_disassembler_options): Send errors to stderr.
9336
ca1285d1
AH
93372019-05-17 Alan Hayward <alan.hayward@arm.com>
9338
9339 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9340 (cli_interp_base::set_logging): Check debug_redirect.
9341 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9342 * cli/cli-logging.c (debug_redirect): Add static variable.
9343 (pop_output_files): Add default param.
9344 (handle_redirections): Print debug setting.
9345 (show_logging_command): Likewise.
9346 (_initialize_cli_logging): Add debugredirect command.
9347 * interps.c (current_interp_set_logging): Add debug_redirect
9348 parameter.
9349 * interps.h (set_logging): Add debug_redirect parameter.
9350 (current_interp_set_logging): Likewise.
9351 * mi/mi-common.h: Likewise.
9352 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9353
93542019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
9355 Tom Tromey <tromey@adacore.com>
9356
9357 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9358 directly.
9359 * cli/cli-interp.h (make_logging_output): Remove declaration.
9360 * cli/cli-logging.c (make_logging_output): Remove function.
9361 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9362 directly.
9363 * ui-file.c (tee_file::tee_file): Remove bools.
9364 (tee_file::~tee_file): Remove deletes.
9365 * ui-file.h (tee_file): Remove bools.
9366
26648588
JV
93672019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9368
9369 * mi/mi-cmds.h (mi_cmd_complete): New function.
9370 * mi/mi-main.c (mi_cmd_complete): Likewise.
9371 * mi/mi-cmds.c: Define new MI command -complete.
9372 * NEWS: Mention new -complete command.
9373
6e035501
JV
93742019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9375
9376 * completer.h (complete): New function.
9377 * completer.c (complete): Likewise.
9378 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9379 function defined in completer.h.
9380
7d0e2ece
JV
93812019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9382
e79be6e5 9383 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 9384
fb816e8b
TV
93852019-05-17 Tom de Vries <tdevries@suse.de>
9386
9387 PR gdb/24094
9388 * dwarf2read.c (struct cu_partial_die_info): New struct.
9389 (find_partial_die): Return cu_partial_die_info.
9390 (partial_die_parent_scope, guess_partial_die_structure_name)
9391 (partial_die_info::fixup): Handle new return type of find_partial_die.
9392
677052f2
SDJ
93932019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9394
a1726c38 9395 PR breakpoints/24541
677052f2
SDJ
9396 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9397 "std::string", simplifying the algorithm.
9398
f3da9116
SDJ
93992019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9400
9401 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9402 (stap_static_probe_ops::get_probes): Likewise.
9403
f1bb75ab
SDJ
94042019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9405
9406 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9407 '-')" and "else if".
9408 (stap_parse_single_operand): Join checks for
9409 "gdbarch_stap_parse_special_token_p" and
9410 "gdbarch_stap_parse_special_token" in the same "if" statement.
9411 Invert check when verifying for operation on register
9412 displacement.
9413
3ca58cde
SDJ
94142019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9415
9416 * stap-probe.c (stap_get_opcode): Update comment.
9417 (stap_get_expected_argument_type): Likewise.
9418 (handle_stap_probe): Likewise.
9419
af2d9bee
SDJ
94202019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9421
9422 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9423 return type to 'bool'. Adjust comment. Use 'bool' when
9424 appropriate.
9425 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9426 * stap-probe.c (stap_parse_argument_1): Likewise.
9427 (stap_is_operator): Likewise.
9428 (stap_is_generic_prefix): Likewise.
9429 (stap_is_register_prefix): Likewise.
9430 (stap_is_register_indirection_prefix): Likewise.
9431 (stap_is_integer_prefix): Likewise.
9432 (stap_generic_check_suffix): Likewise.
9433 (stap_check_integer_suffix): Likewise.
9434 (stap_check_register_suffix): Likewise.
9435 (stap_check_register_indirection_suffix): Likewise.
9436 (stap_parse_register_operand): Likewise.
9437 (stap_parse_single_operand): Likewise.
9438 (stap_parse_argument_1): Likewise.
9439 (stap_probe::get_argument_count): Likewise.
9440 (stap_is_operator): Likewise.
9441
61c9c421
TT
94422019-05-16 Tom Tromey <tromey@adacore.com>
9443
9444 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9445 keyword to foreach.
9446
9ddc1af1
SM
94472019-05-15 Simon Marchi <simon.marchi@efficios.com>
9448
9449 * linux-thread-db.c (try_thread_db_load_1): Change return type
9450 to bool.
9451 (try_thread_db_load): Likewise.
9452 (try_thread_db_load_from_pdir_1): Likewise.
9453 (try_thread_db_load_from_pdir): Likewise.
9454 (try_thread_db_load_from_sdir): Likewise.
9455 (try_thread_db_load_from_dir): Likewise.
9456 (thread_db_load_search): Likewise.
9457 (has_libpthread): Likewise.
9458 (thread_db_load): Likewise.
9459
7bede828
SDJ
94602019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9461
9462 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9463 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9464 NULL, and complain/return if that's the case.
9465
c5358db4
JD
94662019-05-15 John Darrington <john@darrington.wattle.id.au>
9467
9468 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9469 (advance, posn, abstract_read_memory): New functions.
9470 [struct mem_read_abstraction]: New struct.
9471 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9472
c408a94f
TT
94732019-05-14 Tom Tromey <tromey@adacore.com>
9474
9475 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9476 value is not lval_memory.
9477
e7bd7fba
TT
94782019-05-14 Tom Tromey <tromey@adacore.com>
9479
9480 * solib.c (info_sharedlibrary_command): Style the file name.
9481
a6d0f249
AH
94822019-05-14 Alan Hayward <alan.hayward@arm.com>
9483
9484 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9485 (aarch64_vnv_type): Likewise.
9486 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9487 * common/tdesc.c: Likewise.
9488 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9489 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9490 * features/aarch64-fpu.xml: Add ieee half view.
9491 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9492 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9493 * gdbtypes.h (struct builtin_type): Likewise.
9494 (struct objfile_type): Likewise.
9495
66b8bb74
SM
94962019-05-12 Paul Naert <paul.naert@polymtl.ca>
9497
9498 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9499 typo.
9500 * location.h (string_to_event_location): Likewise.
9501
21c219fd
JB
95022019-05-11 Joel Brobecker <brobecker@adacore.com>
9503
9504 GDB 8.3 released.
9505
13674803
SM
95062019-05-10 Simon Marchi <simon.marchi@efficios.com>
9507
9508 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9509 New variable declaration.
9510 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9511 New variable.
9512 (print_one_breakpoint): Use ui_out::test_flags and new global
9513 variable to compute use_fixed_output.
9514 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9515 Remove.
9516 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9517 (mi_multi_location_breakpoint_output_fixed): Remove.
9518 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9519 new variable.
9520 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9521 fix_multi_location_breakpoint_output flag if version >= 3.
9522 * ui-out.h (enum ui_out_flag)
9523 <fix_multi_location_breakpoint_output>: New enumerator.
9524
a9eac7f9
SM
95252019-05-10 Simon Marchi <simon.marchi@efficios.com>
9526
9527 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9528
71bed2db
TT
95292019-05-10 Tom Tromey <tromey@adacore.com>
9530
9531 * ada-lang.c (catch_ada_completer): New function.
9532 (_initialize_ada_language): Use it.
9533
24c54127
TT
95342019-05-10 Tom Tromey <tromey@adacore.com>
9535
9536 * thread.c (print_thread_info): Make "requested_threads" const.
9537 * gdbthread.h (print_thread_info): Make "requested_threads"
9538 const.
9539 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9540 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9541
7a102139
TT
95422019-05-08 Tom Tromey <tom@tromey.com>
9543
9544 * gdbtypes.c (objfile_type_data): Change type.
9545 (objfile_type, _initialize_gdbtypes): Update.
9546
924d79e2
TT
95472019-05-08 Tom Tromey <tom@tromey.com>
9548
9549 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9550 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9551 (_initialize_dwarf2_frame): Update.
9552
4c58e337
TT
95532019-05-08 Tom Tromey <tom@tromey.com>
9554
9555 * objc-lang.c (objc_objfile_data): Change type.
9556 (find_methods): Update.
9557 (_initialize_objc_lang): Remove.
9558
d772d2ab
TT
95592019-05-08 Tom Tromey <tom@tromey.com>
9560
9561 * stabsread.c (rs6000_builtin_type_data): Change type.
9562 (rs6000_builtin_type, _initialize_stabsread): Update.
9563
d11d83f4
TT
95642019-05-08 Tom Tromey <tom@tromey.com>
9565
9566 * mips-tdep.c (mips_pdr_data): Remove.
9567 (_initialize_mips_tdep): Update.
9568
9a73f0ad
TT
95692019-05-08 Tom Tromey <tom@tromey.com>
9570
9571 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9572 (hppa_init_objfile_priv_data, read_unwind_info)
9573 (find_unwind_entry, _initialize_hppa_tdep): Update.
9574
8127a2fa
TT
95752019-05-08 Tom Tromey <tom@tromey.com>
9576
9577 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9578 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9579 on obstack.
9580 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9581
91d3055d
TT
95822019-05-08 Tom Tromey <tom@tromey.com>
9583
9584 * mdebugread.c (basic_type_data): Change type.
9585 (basic_type, _initialize_mdebugread): Update.
9586
31930bd3
TT
95872019-05-08 Tom Tromey <tom@tromey.com>
9588
9589 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9590
bdb3ed9e
TT
95912019-05-08 Tom Tromey <tom@tromey.com>
9592
9593 * nto-tdep.c (nto_inferior_data_reg): Change type.
9594 (nto_inferior_data): Update.
9595 (nto_inferior_data_cleanup, nto_new_inferior_data)
9596 (_initialize_nto_tdep): Remove.
9597 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9598
f37b313d
TT
95992019-05-08 Tom Tromey <tom@tromey.com>
9600
9601 * ada-lang.c (struct ada_inferior_data): Add initializers.
9602 (ada_inferior_data): Change type.
9603 (ada_inferior_data_cleanup): Remove.
9604 (get_ada_inferior_data, ada_inferior_exit)
9605 (struct ada_pspace_data): Add initializers, destructor.
9606 (ada_pspace_data_handle): Change type.
9607 (get_ada_pspace_data): Update.
9608 (ada_pspace_data_cleanup): Remove.
9609
24699405
TT
96102019-05-08 Tom Tromey <tom@tromey.com>
9611
9612 * coffread.c (struct coff_symfile_info): Add initializers.
9613 (coff_objfile_data_key): Move lower. Change type.
9614 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9615 Update.
9616 (coff_free_info): Remove.
9617
d4e05d2f
TT
96182019-05-08 Tom Tromey <tom@tromey.com>
9619
9620 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9621 (fbsd_pspace_data_handle): Move lower. Change type.
9622 (get_fbsd_pspace_data): Update.
9623 (fbsd_pspace_data_cleanup): Remove.
9624 (_initialize_fbsd_tdep): Update.
9625
14ef6690
TT
96262019-05-08 Tom Tromey <tom@tromey.com>
9627
9628 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9629 (get_ada_tasks_pspace_data): Update.
9630 (ada_tasks_pspace_data_cleanup): Remove.
9631 (_initialize_tasks): Update.
9632 (ada_tasks_inferior_data_handle): Change type.
9633 (get_ada_tasks_inferior_data): Update.
9634 (ada_tasks_inferior_data_cleanup): Remove.
9635 (struct ada_tasks_pspace_data): Add initializers.
9636
814cf43a
TT
96372019-05-08 Tom Tromey <tom@tromey.com>
9638
9639 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9640 * symfile-debug.c (debug_sym_get_probes): Change type.
9641 * stap-probe.c (handle_stap_probe):
9642 (stap_static_probe_ops::get_probes): Change type.
9643 * probe.h (class static_probe_ops) <get_probes>: Change type.
9644 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9645 (parse_probes_in_pspace): Update.
9646 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9647 Update.
9648 (any_static_probe_ops::get_probes): Change type.
9649 * elfread.c (elfread_data): New typedef.
9650 (probe_key): Change type.
9651 (elf_get_probes): Likewise. Update.
9652 (probe_key_free): Remove.
9653 (_initialize_elfread): Update.
9654 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9655 Change type.
9656 (dtrace_process_dof_probe, dtrace_process_dof)
9657 (dtrace_static_probe_ops::get_probe): Change type.
9658
02dc647e
TT
96592019-05-08 Tom Tromey <tom@tromey.com>
9660
9661 * xcoffread.c (struct xcoff_symfile_info): Rename from
9662 coff_symfile_info. Add initializers.
9663 (xcoff_objfile_data_key): Move lower. Change type.
9664 (XCOFF_DATA): Rewrite.
9665 (xcoff_free_info): Remove.
9666 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9667 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9668 (xcoff_initial_scan): Update.
9669
09232438
TT
96702019-05-08 Tom Tromey <tom@tromey.com>
9671
9672 * solib-svr4.c (struct svr4_info): Add initializers and
9673 destructor.
9674 <probes_table>: Now an htab_up.
9675 (solib_svr4_pspace_data): Change type.
9676 (free_probes_table): Simplify.
9677 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9678 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9679 (probes_table_remove_objfile_probes, register_solib_event_probe)
9680 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9681 (_initialize_svr4_solib): Update.
9682
7b4a314f
TT
96832019-05-08 Tom Tromey <tom@tromey.com>
9684
9685 * remote.c (remote_pspace_data): Change type.
9686 (remote_pspace_data_cleanup): Remove.
9687 (get_remote_exec_file, set_pspace_remote_exec_file)
9688 (_initialize_remote): Update.
9689
51d3063a
TT
96902019-05-08 Tom Tromey <tom@tromey.com>
9691
9692 * breakpoint.c (breakpoint_objfile_key): Change type.
9693 (get_breakpoint_objfile_data): Update.
9694 (free_breakpoint_objfile_data): Remove.
9695 (_initialize_breakpoint): Update.
9696
89fb8848
TT
96972019-05-08 Tom Tromey <tom@tromey.com>
9698
9699 * linux-tdep.c (struct linux_info): Add initializers.
9700 (linux_inferior_data): Move. Change type.
9701 (invalidate_linux_cache_inf): Update.
9702 (linux_inferior_data_cleanup): Remove.
9703 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9704
e9b89e2d
TT
97052019-05-08 Tom Tromey <tom@tromey.com>
9706
9707 * auxv.c (auxv_inferior_data): Move. Change type.
9708 (auxv_inferior_data_cleanup): Remove.
9709 (invalidate_auxv_cache_inf): Rewrite.
9710 (get_auxv_inferior_data, _initialize_auxv): Update.
9711
8c42777c
TT
97122019-05-08 Tom Tromey <tom@tromey.com>
9713
9714 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9715 (symfile_debug_objfile_data_key): Change type.
9716 (symfile_debug_installed, debug_qf_has_symbols)
9717 (debug_qf_find_last_source_symtab)
9718 (debug_qf_forget_cached_source_info)
9719 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9720 (debug_qf_print_stats, debug_qf_dump)
9721 (debug_qf_expand_symtabs_for_function)
9722 (debug_qf_expand_all_symtabs)
9723 (debug_qf_expand_symtabs_with_fullname)
9724 (debug_qf_map_matching_symbols)
9725 (debug_qf_expand_symtabs_matching)
9726 (debug_qf_find_pc_sect_compunit_symtab)
9727 (debug_qf_map_symbol_filenames)
9728 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9729 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9730 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9731 (debug_sym_read_linetable, debug_sym_relocate): Update.
9732 (symfile_debug_free_objfile): Remove.
9733 (install_symfile_debug_logging, _initialize_symfile_debug):
9734 Update.
9735
5bfd760d
TT
97362019-05-08 Tom Tromey <tom@tromey.com>
9737
9738 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9739 allocate_on_obstack.
9740 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9741 (get_dwarf2_per_objfile): Update.
9742 (set_dwarf2_per_objfile): Remove.
9743 (dwarf2_has_info, dwarf2_get_section_info): Update.
9744 (dwarf2_free_objfile): Remove.
9745 (_initialize_dwarf2_read): Update.
9746
e85e19b4
TT
97472019-05-08 Tom Tromey <tom@tromey.com>
9748
9749 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9750 initializers.
9751 <unsupported_script_warning_printed,
9752 script_not_found_warning_printed>: Now bool.
9753 (auto_load_pspace_data): Change type.
9754 (~auto_load_pspace_info): Rename from
9755 auto_load_pspace_data_cleanup.
9756 (get_auto_load_pspace_data, init_loaded_scripts_info)
9757 (clear_section_scripts, maybe_print_unsupported_script_warning)
9758 (maybe_print_script_not_found_warning, _initialize_auto_load):
9759 Update.
9760
f6aa7436
TT
97612019-05-08 Tom Tromey <tom@tromey.com>
9762
9763 * objfiles.c (objfile_pspace_info): Add destructor and
9764 initializers.
9765 (objfiles_pspace_data): Change type.
9766 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9767 (get_objfile_pspace_data): Update.
9768 (objfiles_bfd_data): Change type.
9769 (get_objfile_bfd_data): Update.
9770 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9771
6ae614f6
TT
97722019-05-08 Tom Tromey <tom@tromey.com>
9773
9774 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9775 Change type.
9776 (get_catch_syscall_inferior_data): Update.
9777 (catch_syscall_inferior_data_cleanup): Remove.
9778 (_initialize_break_catch_syscall): Update.
9779
6509b8eb
TT
97802019-05-08 Tom Tromey <tom@tromey.com>
9781
9782 * inflow.c (struct terminal_info): Add destructor and
9783 initializers.
9784 (inflow_inferior_data): Change type.
9785 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9786 (get_inflow_inferior_data, inflow_inferior_exit)
9787 (swap_terminal_info, _initialize_inflow): Update.
9788
35632941
TT
97892019-05-08 Tom Tromey <tom@tromey.com>
9790
9791 * target-dcache.c (target_dcache_cleanup): Remove.
9792 (target_dcache_aspace_key): Change type.
9793 (target_dcache_init_p, target_dcache_invalidate)
9794 (target_dcache_get, target_dcache_get_or_init)
9795 (_initialize_target_dcache): Update.
9796 * dcache.h (struct dcache_deleter): New.
9797
3017b94d
TT
97982019-05-08 Tom Tromey <tom@tromey.com>
9799
9800 * symtab.c (struct symbol_cache): Add destructor and
9801 initializers.
9802 (symbol_cache_key): Move. Change type.
9803 (make_symbol_cache, free_symbol_cache): Remove.
9804 (get_symbol_cache): Update.
9805 (symbol_cache_cleanup): Remove.
9806 (ALL_PSPACES, symbol_cache_flush)
9807 (maintenance_print_symbol_cache)
9808 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9809 Update.
9810
a32ad8c5
TT
98112019-05-08 Tom Tromey <tom@tromey.com>
9812
9813 * symtab.c (struct main_info): Add destructor and initializers.
9814 (main_progspace_key): Move. Change type.
9815 (get_main_info): Update.
9816 (main_info_cleanup): Remove.
9817 (_initialize_symtab): Update.
9818
5f6e90a0
TT
98192019-05-08 Tom Tromey <tom@tromey.com>
9820
9821 * registry.h (DECLARE_REGISTRY): Define the _key class.
9822
1bd0c6e4
AB
98232019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9824
9825 * NEWS: Merge two 'New commands' sections.
9826
2228ef77
XR
98272019-05-08 Joel Brobecker <brobecker@adacore.com>
9828
9829 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9830 parameter and use Ada language definition instead.
9831 (ada_val_print_ptr): Remove unused language parameter.
9832 (ada_val_print_num): Remove language parameter and use Ada language
9833 definition instead.
9834 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9835 parameter.
9836 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9837 parameter and use Ada language definition instead.
9838 (ada_val_print_1): Update all ada_val_print_xxx calls.
9839 Remove language parameter.
9840 (ada_val_print): Update ada_val_print_1 call.
9841
60fcc1c3
TT
98422019-05-08 Tom Tromey <tromey@adacore.com>
9843
9844 * remote.c (remote_hw_watchpoint_limit)
9845 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9846 Now static.
9847
ed2b7c17
TT
98482019-05-08 Tom Tromey <tromey@adacore.com>
9849
9850 * maint.c (_initialize_maint_cmds): Move initialization code to
9851 remote.c.
9852 (watchdog, show_watchdog): Move to remote.c.
9853 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9854 "watchdog" static.
9855 (_initialize_remote): Move initialization code from maint.c.
9856 * defs.h (watchdog): Don't declare.
9857
b0be6c91
TT
98582019-05-08 Tom Tromey <tromey@adacore.com>
9859
9860 * tui/tui-interp.c: Include main.h.
9861 * interps.c: Include main.h.
9862 * main.h (interpreter_p): Declare.
9863 * defs.h (interpreter_p): Don't declare.
9864
587ee17b
TT
98652019-05-08 Tom Tromey <tromey@adacore.com>
9866
9867 * dwarf2loc.c: Include dwarf2read.h.
9868 * defs.h (read_unsigned_leb128): Don't declare.
9869 * dwarf2read.h (read_unsigned_leb128): Declare.
9870
ca1df239
TT
98712019-05-08 Tom Tromey <tromey@adacore.com>
9872
9873 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9874 method.
9875
99f20f08
TT
98762019-05-08 Tom Tromey <tromey@adacore.com>
9877
9878 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9879 when no wrap column is set.
9880
80e55b13
TT
98812019-05-08 Tom Tromey <tromey@adacore.com>
9882
9883 * c-lang.c (c_get_string): Handle non-C-style arrays.
9884
9d3421af
TT
98852019-05-08 Tom Tromey <tromey@adacore.com>
9886
9887 * typeprint.c (print_offset_data::update): Print the bit offset,
9888 not the number of bits remaining.
9889
844333e2
TT
98902019-05-08 Tom Tromey <tromey@adacore.com>
9891
9892 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9893 padding at end of comment.
9894
988915ee
TT
98952019-05-08 Tom Tromey <tromey@adacore.com>
9896
9897 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9898 Compare main types.
9899
26bfd823
TT
99002019-05-06 Tom Tromey <tom@tromey.com>
9901
9902 * common/scoped_mmap.c: Include common-defs.h.
9903 * common/scoped_mmap.h: Don't include config.h.
9904
89055eaa
TT
99052019-05-04 Tom Tromey <tom@tromey.com>
9906
9907 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9908 (struct aarch64_call_info): Add initializers.
9909 <si>: Now a std::vector.
9910 (pass_on_stack, aarch64_push_dummy_call): Update.
9911
5da01df5
TT
99122019-05-04 Simon Marchi <simon.marchi@efficios.com>
9913 Tom Tromey <tom@tromey.com>
9914
9915 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9916 (ppc_threads): Now a std::vector. Now static.
9917 (hwdebug_find_thread_points_by_tid)
9918 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9919 Update.
9920
fbdf05a1
TT
99212019-05-04 Tom Tromey <tom@tromey.com>
9922
9923 * arc-tdep.c (arc_tdesc_init): Return bool.
9924
06d16ec9
TT
99252019-05-04 Tom Tromey <tom@tromey.com>
9926
9927 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9928 Use gdb_assert_not_reached.
9929
9c056022
TT
99302019-05-04 Tom Tromey <tom@tromey.com>
9931
9932 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9933 "false".
9934
fa9c2a59
TT
99352019-05-04 Tom Tromey <tom@tromey.com>
9936
9937 * arc-tdep.c (arc_tdesc_init): Use bool.
9938
e2eb806a
TT
99392019-05-04 Tom Tromey <tom@tromey.com>
9940
9941 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9942
6fe87677
TT
99432019-05-04 Tom Tromey <tom@tromey.com>
9944
9945 * cli/cli-cmds.c (valid_command_p): Return bool.
9946
7f008c9e
TT
99472019-05-04 Tom Tromey <tom@tromey.com>
9948
9949 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9950 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9951
b6484282
RT
99522019-05-04 Raul Tambre <raul@tambre.ee>
9953
9954 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9955 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9956 operator for comparison.
9957
af97b416
TT
99582019-05-04 Tom Tromey <tom@tromey.com>
9959
9960 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9961 (lookup_partial_symbol, print_partial_symbols)
9962 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9963 (psymbol_compare): Update.
9964 (add_psymbol_to_bcache): Clear the entire psymbol.
9965 (maintenance_check_psymtabs): Update.
9966 * psympriv.h (struct partial_symbol): Don't derive from
9967 general_symbol_info.
9968 <obj_section, unrelocated_address, address,
9969 set_unrelocated_address>: Update.
9970 <ginfo>: New member.
9971 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9972 (debug_names::write_psymbols): Update.
9973
9d6d4be8
TV
99742019-05-04 Tom de Vries <tdevries@suse.de>
9975
9976 * contrib/cc-with-tweaks.sh: Support -n arg.
9977
66452beb
PW
99782019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9979
9980 * corelow.c (core_target::detach): Ensure frame cache and
9981 register caches are cleared.
9982 inferior.c (exit_inferior_1): Likewise.
9983
bde09ab7
TT
99842019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9985 Tom Tromey <tom@tromey.com>
9986
9987 * dictionary.c (collate_pending_symbols_by_language): Remove
9988 "struct" from foreach.
9989 * symtab.c (lookup_global_symbol_from_objfile)
9990 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9991 foreach.
9992 * ser-tcp.c (net_open): Remove "struct" from foreach.
9993 * objfiles.c (objfile_relocate, objfile_rebase)
9994 (objfile_has_symbols): Remove "struct" from foreach.
9995 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9996 from foreach.
9997 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9998 foreach.
9999 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10000 "struct" from foreach.
10001 * ada-lang.c (create_excep_cond_exprs)
10002 (ada_exception_catchpoint_cond_string): Remove "struct" from
10003 foreach.
10004
222a8d25
TT
100052019-05-03 Tom Tromey <tromey@adacore.com>
10006
10007 * ada-exp.y (convert_char_literal): Check suffix of each
10008 enumerator.
10009
fcd60b84
DP
100102019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10011
10012 PR ada/21406:
10013 * ada-exp.y (yywrap): Don't define.
10014 * ada-lex.l (%option): Add noyywrap
10015 (yywrap): Remove.
10016
5f2459c2
EZ
100172019-05-03 Eli Zaretskii <eliz@gnu.org>
10018
353ea2d1
EZ
10019 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10020 _WIN32_WINNT to the XP level, unless already defined to a higher
10021 level.
10022
10023 * unittests/parse-connection-spec-selftests.c:
10024 * ser-tcp.c:
10025 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10026 override.
10027
5f2459c2
EZ
10028 * symfile.c (find_separate_debug_file): Remove colon from the
10029 drive spec of DOS/Windows file names of the target, so that the
10030 file name produced from DEBUGDIR and the target's directory will
10031 be valid on DOS/Windows systems.
10032
80062eb9
AB
100332019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10034
10035 * rust-lang.c (val_print_struct): Handle printing structures
10036 containing strings.
10037
b8c05e85
TT
100382019-05-02 Tom Tromey <tromey@adacore.com>
10039
10040 * valarith.c (_initialize_valarith): Remove.
10041
4504bbde
TT
100422019-05-01 Tom Tromey <tromey@adacore.com>
10043
10044 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10045 bitfields.
10046
d48e62f4
TT
100472019-05-01 Tom Tromey <tromey@adacore.com>
10048
10049 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10050 for big-endian copies.
10051
15f18d14
AT
100522019-04-30 Ali Tamur <tamur@google.com>
10053 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10054 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10055 (read_3_bytes): New function.
10056
ab4ee614
JB
100572019-04-30 Joel Brobecker <brobecker@adacore.com>
10058
10059 * windows-nat.c (main_thread_id): Delete.
10060 (handle_output_debug_string): Replace main_thread_id by
10061 current_event.dwThreadId.
10062 (fake_create_process): Likewise.
10063 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10064 Do not set main_thread_id.
10065 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10066 current_event.dwThreadId.
10067 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10068
8ed5b76e
JB
100692019-04-30 Joel Brobecker <brobecker@adacore.com>
10070
10071 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10072 Use current_event.dwThreadId instead of main_thread_id.
10073
2ff0a947
TT
100742019-04-30 Tom Tromey <tromey@adacore.com>
10075
10076 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10077 (create_excep_cond_exprs): Iterate over program spaces.
10078 (ada_exception_catchpoint_cond_string): Examine all minimal
10079 symbols for exception types.
10080
a776957c
TT
100812019-04-30 Tom Tromey <tromey@adacore.com>
10082
10083 PR c++/24470:
10084 * dwarf2read.c (process_structure_scope): Handle case where type
10085 has template parameters but no symbol was created.
10086
bc68014d
AB
100872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10088 Chris January <chris.january@arm.com>
10089
10090 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10091 qualifier.
10092 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10093
f1fdc960
AB
100942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10095
10096 * f-typeprint.c (f_print_type): Update rules for printing
10097 whitespace.
10098 (f_type_print_varspec_suffix): Likewise.
10099
bf7a4de1
AB
101002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10101 Chris January <chris.january@arm.com>
10102
10103 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10104 function arguments.
10105
bbe75b9d
AB
101062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10107
10108 * f-lang.c (build_fortran_types): Change name of void type to
10109 lower case.
10110 * f-typeprint.c (f_type_print_base): Print the name of the void
10111 type, rather than a fixed string.
10112 * f-valprint.c (f_decorations): Use lower case void string.
10113
1db455a7
AB
101142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10115 Chris January <chris.january@arm.com>
10116
10117 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10118 types for Fortran.
10119
b6d03bb2
AB
101202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10121 Chris January <chris.january@arm.com>
10122 David Lecomber <david.lecomber@arm.com>
10123
10124 * f-exp.y (BINOP_INTRINSIC): New token.
10125 (exp): New parser rule handling BINOP_INTRINSIC.
10126 (f77_keywords): Add new builtin procedures.
10127 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10128 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10129 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10130 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10131 (print_unop_subexp_f): New function.
10132 (print_binop_subexp_f): New function.
10133 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10134 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10135 (dump_subexp_body_f): Likewise.
10136 (operator_check_f): Likewise.
10137 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10138 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10139
83228e93
AB
101402019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10141
10142 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10143 UNOP_KIND.
10144 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10145 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10146 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10147 (operator_length_f): New fuction.
10148 (print_subexp_f): New function.
10149 (op_name_f): New function.
10150 (dump_subexp_body_f): New function.
10151 (operator_check_f): New function.
10152 (exp_descriptor_f): Replace standard expression handling functions
10153 with new functions.
10154 * gdb/fortran-operator.def: New file.
10155 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10156 * gdb/std-operator.def: Remove UNOP_KIND.
10157
6fdcd7cc
AB
101582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10159
10160 * std-operator.def: Remove unbalanced, stray double quote
10161 character.
10162
2e62ab40
AB
101632019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10164 Chris January <chris.january@arm.com>
10165 Daniel Everett <daniel.everett@arm.com>
10166 Nick Forrington <nick.forrington@arm.com>
10167 Richard Bunt <richard.bunt@arm.com>
10168
10169 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10170 of depth when printing anonymous structs or unions.
10171 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10172 Don't print either the top-level value, or the children if the
10173 max-depth is exceeded.
10174 (ppscm_print_children): When printing the key of a map, allow one
10175 extra level of depth.
10176 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10177 print either the top-level value, or the children if the max-depth
10178 is exceeded.
10179 (print_children): When printing the key of a map, allow one extra
10180 level of depth.
10181 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10182 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10183 (user_print_options): Initialise max_depth field.
10184 (val_print_scalar_or_string_type_p): New function.
10185 (val_print): Check to see if the max depth has been reached.
10186 (val_print_check_max_depth): Define new function.
10187 (show_print_max_depth): New function.
10188 (_initialize_valprint): Add 'print max-depth' option.
10189 * valprint.h (struct value_print_options) <max_depth>: New field.
10190 (val_print_check_max_depth): Declare new function.
10191 * NEWS: Document new feature.
10192
4be290b2
AB
101932019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10194
10195 * ada-lang.c (ada_language_defn): Initialise new field.
10196 * c-lang.c (c_is_string_type_p): New function.
10197 (c_language_defn): Initialise new field.
10198 (cplus_language_defn): Initialise new field.
10199 (asm_language_defn): Initialise new field.
10200 (minimal_language_defn): Initialise new field.
10201 * c-lang.h (c_is_string_type_p): Declare new function.
10202 * d-lang.c (d_language_defn): Initialise new field.
10203 * f-lang.c (f_is_string_type_p): New function.
10204 (f_language_defn): Initialise new field.
10205 * go-lang.c (go_is_string_type_p): New function.
10206 (go_language_defn): Initialise new field.
10207 * language.c (default_is_string_type_p): New function.
10208 (unknown_language_defn): Initialise new field.
10209 (auto_language_defn): Initialise new field.
10210 * language.h (struct language_defn) <la_is_string_type_p>: New
10211 member variable.
10212 (default_is_string_type_p): Declare new function.
10213 * m2-lang.c (m2_language_defn): Initialise new field.
10214 * objc-lang.c (objc_language_defn): Initialise new field.
10215 * opencl-lang.c (opencl_language_defn): Initialise new field.
10216 * p-lang.c (pascal_is_string_type_p): New function.
10217 (pascal_language_defn): Initialise new field.
10218 * rust-lang.c (rust_is_string_type_p): New function.
10219 (rust_language_defn): Initialise new field.
10220
721b08c6
AB
102212019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10222
10223 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10224 New field.
10225 * ada-lang.c (ada_language_defn): Initialise new field.
10226 * c-lang.c (c_language_defn): Likewise.
10227 (cplus_language_defn): Likewise.
10228 (asm_language_defn): Likewise.
10229 (minimal_language_defn): Likewise.
10230 * d-lang.c (d_language_defn): Likewise.
10231 * f-lang.c (f_language_defn): Likewise.
10232 * go-lang.c (go_language_defn): Likewise.
10233 * language.c (unknown_language_defn): Likewise.
10234 (auto_language_defn): Likewise.
10235 * m2-lang.c (m2_language_defn): Likewise.
10236 * objc-lang.c (objc_language_defn): Likewise.
10237 * opencl-lang.c (opencl_language_defn): Likewise.
10238 * p-lang.c (pascal_language_defn): Likewise.
10239 * rust-lang.c (rust_language_defn): Likewise.
10240
fc913e53
AB
102412019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10242
10243 * ada-lang.c (ada_is_character_type): Change return type to bool.
10244 (ada_is_string_type): Likewise.
10245 * ada-lang.h (ada_is_character_type): Update declaration
10246 (ada_is_string_type): Likewise.
10247
fa731fa0
PW
102482019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10249
10250 Support style in 'frame|thread apply'
10251
10252 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10253 * record.c (record_start, record_stop): Update callers of
10254 execute_command_to_string with false.
10255 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10256 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10257 methods.
10258 (class string_file): New constructor with term_out parameter.
10259 Override methods term_out and can_emit_style_escape. New member
10260 term_out.
10261 (class stdio_file): Override can_emit_style_escape.
10262 (class tee_file): Override term_out and can_emit_style_escape.
10263 * utils.h (can_emit_style_escape): Remove.
10264 * utils.c (can_emit_style_escape): Likewise.
10265 Update all callers of can_emit_style_escape (SOMESTREAM) to
10266 SOMESTREAM->can_emit_style_escape.
10267 * source-cache.c (source_cache::get_source_lines): Likewise.
10268 * stack.c (frame_apply_command_count): Call execute_command_to_string
10269 passing the term_out characteristic of the current gdb_stdout.
10270 * thread.c (thr_try_catch_cmd): Likewise.
10271 * top.c (execute_command_to_string): pass term_out parameter
10272 to construct the string_file for the command output.
10273 * ui-file.c (term_cli_styling): New function (most code moved
10274 from utils.c can_emit_style_escape).
10275 (string_file::string_file, string_file::can_emit_style_escape,
10276 stdio_file::can_emit_style_escape, tee_file::term_out,
10277 tee_file::can_emit_style_escape): New functions.
10278
136afab8
PW
102792019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10280
10281 * NEWS: Mention the new set|show may-call-functions.
10282 * infcall.c (may_call_functions_p): New variable.
10283 (show_may_call_functions_p): New function.
10284 (call_function_by_hand_dummy): Throws an error if not
10285 may-call-functions.
10286 (_initialize_infcall): Call add_setshow_boolean_cmd for
10287 may-call-functions.
10288
725cbb63
KS
102892019-04-25 Keith Seitz <keiths@redhat.com>
10290
10291 PR c++/24367
10292 * cp-support.c (inspect_type): Don't attempt substitutions
10293 of symbol with the same name.
10294
3d1cbb78
TT
102952019-04-25 Tom Tromey <tromey@adacore.com>
10296
10297 PR gdb/24475:
10298 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10299 static.
10300
94aeb44b
TT
103012019-04-25 Tom Tromey <tromey@adacore.com>
10302
10303 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10304 rvalue reference.
10305 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10306 (gdb_xml_parser::parse): Use std::move.
10307 * python/python-internal.h (gdbpy_convert_exception): Take a const
10308 reference.
10309 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10310 std::move.
10311 * python/py-utils.c (gdbpy_convert_exception): Take a const
10312 reference.
10313 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10314 Use std::move.
10315 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10316 Use std::move.
10317 * mi/mi-main.c (mi_print_exception): Take a const reference.
10318 * main.c (handle_command_errors): Take a const reference.
10319 * linespec.c (parse_linespec): Use std::move.
10320 * infcall.c (run_inferior_call): Use std::move.
10321 (call_function_by_hand_dummy): Use std::move.
10322 * exec.c (try_open_exec_file): Use std::move.
10323 * exceptions.h (exception_print, exception_fprintf)
10324 (exception_print_same): Update.
10325 * exceptions.c (print_exception, exception_print)
10326 (exception_fprintf, exception_print_same): Change parameters to
10327 const reference.
10328 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10329 * common/new-op.c: Use std::move.
10330 * common/common-exceptions.h (struct gdb_exception): Add move
10331 constructor.
10332 (struct gdb_exception_error, struct gdb_exception_quit, struct
10333 gdb_quit_bad_alloc): Change constructor to move constructor.
10334 (throw_exception): Change parameter to rvalue reference.
10335 * common/common-exceptions.c (throw_exception): Take rvalue
10336 reference.
10337 * cli/cli-interp.c (safe_execute_command): Use std::move.
10338 * breakpoint.c (insert_bp_location, location_to_sals): Use
10339 std::move.
10340
680d7fd5
TT
103412019-04-25 Tom Tromey <tromey@adacore.com>
10342
10343 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10344 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10345 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10346 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10347 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10348 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10349 guile/scm-value.c: Use unpack.
10350 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10351 gdbscm_gdb_exception.
10352 (gdbscm_throw_gdb_exception): Likewise.
10353 (struct gdbscm_gdb_exception): New.
10354 (unpack): New function.
10355 (gdbscm_wrap): Use unpack.
10356
c6fdd8b2
TT
103572019-04-25 Tom Tromey <tromey@adacore.com>
10358
10359 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10360 (gdb_rl_callback_handler): Use std::move.
10361 * common/common-exceptions.h (struct gdb_exception): Add move
10362 assignment operator.
10363 (throw_exception_sjlj): Change "exception" to const reference.
10364 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10365 (throw_exception_sjlj): Change "exception" to const reference.
10366
cc06b668
TT
103672019-04-25 Tom Tromey <tromey@adacore.com>
10368
10369 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10370 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10371 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10372 Update.
10373 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10374 Update.
10375 * mi/mi-interp.c (mi_interp::exec): Update.
10376 * linespec.c (parse_linespec): Update.
10377 * infcall.c (run_inferior_call): Update.
10378 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10379 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10380 (gdbscm_lookup_global_symbol): Update.
10381 * guile/scm-param.c (gdbscm_parameter_value): Update.
10382 * guile/scm-frame.c (gdbscm_frame_read_register)
10383 (gdbscm_frame_read_var): Update.
10384 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10385 * exec.c (try_open_exec_file): Update.
10386 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10387 (gdb_rl_callback_handler): Update.
10388 * common/common-exceptions.h (exception_none): Don't declare.
10389 * common/common-exceptions.c (exception_none): Don't define.
10390 (struct catcher) <exception>: Update.
10391 * cli/cli-interp.c (safe_execute_command): Update.
10392 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10393
cf532bd1
AT
103942019-04-25 Ali Tamur <tamur@google.com>
10395
10396 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10397 (read_attribute_value): Likewise.
10398 (dwarf2_read_addr_index): Update comment.
10399 (read_str_index): Add DW_FORM_strx.
10400 (dwarf2_string_attr): Likewise.
10401 (dwarf2_const_value_attr): Likewise.
10402 (dump_die_shallow): Likewise.
10403 (dwarf2_fetch_constant_bytes): Likewise.
10404 (skip_form_bytes): Likewise.
10405 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10406
82433e3e
SDJ
104072019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10408
10409 PR corefiles/11608
10410 PR corefiles/18187
10411 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10412 OFFSET. Verify if current mapping contains an ELF header.
10413 (linux_find_memory_regions_full): Adjust call to
10414 dump_mapping_p.
10415
723adb65
SL
104162019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10417 Kang Li <kanglictf@gmail.com>
10418
10419 PR gdb/21600
10420
10421 * dwarf2-frame.c (read_initial_length): Be consistent about using
10422 unsigned representation of length.
10423 (decode_frame_entry_1): Likewise. Check for wraparound of
10424 end pointer as well as buffer overflow.
10425
596179f7
SDJ
104262019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10427
10428 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10429 "vq".
10430
a59240a4
TT
104312019-04-24 Tom Tromey <tromey@adacore.com>
10432
10433 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10434
f872fdbb
AB
104352019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10436
10437 * s12z-tdep.c (s12z_unwind_pc): Delete.
10438 (s12z_unwind_sp): Delete.
10439 (s12z_gdbarch_init): Don't register deleted functions with
10440 gdbarch.
10441
b614e6f3
AB
104422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10443
10444 * rl78-tdep.c (rl78_unwind_sp): Delete.
10445 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10446
14faed38
AB
104472019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10448
10449 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10450 (xstormy16_unwind_pc): Delete.
10451 (xstormy16_dummy_id): Delete.
10452 (xstormy16_gdbarch_init): Don't register deleted functions with
10453 gdbarch.
10454
541aad8a
AB
104552019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10456
10457 * vax-tdep.c (vax_unwind_pc): Delete.
10458 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10459
29222070
AB
104602019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10461
10462 * v850-tdep.c (v850_unwind_sp): Delete.
10463 (v850_unwind_pc): Delete.
10464 (v850_dummy_id): Delete.
10465 (v850_gdbarch_init): Don't register deleted functions with
10466 gdbarch.
10467
0f534d76
AB
104682019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10471 (tilegx_unwind_pc): Delete.
10472 (tilegx_unwind_dummy_id): Delete.
10473 (tilegx_gdbarch_init): Don't register deleted functions with
10474 gdbarch.
10475
1ba7b7f9
AB
104762019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10477
10478 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10479 (tic6x_dummy_id): Delete.
10480 (tic6x_gdbarch_init): Don't register deleted functions with
10481 gdbarch.
10482
d31f262c
AB
104832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10484
10485 * sparc-tdep.c (sparc_unwind_pc): Delete.
10486 (sparc32_gdbarch_init): Don't register deleted function with
10487 gdbarch.
10488
6d14d64d
AB
104892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10490
10491 * sh-tdep.c (sh_unwind_sp): Delete.
10492 (sh_unwind_pc): Delete.
10493 (sh_dummy_id): Delete.
10494 (sh_gdbarch_init): Don't register deleted functions with
10495 gdbarch.
10496
a40dde9d
AB
104972019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10498
10499 * score-tdep.c (score_unwind_sp): Delete.
10500 (score_unwind_pc): Delete.
10501 (score_dummy_id): Delete.
10502 (score_gdbarch_init): Don't register deleted functions with
10503 gdbarch.
10504
47c47d69
AB
105052019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10506
10507 * rx-tdep.c (rx_unwind_pc): Delete.
10508 (rx_unwind_sp): Delete.
10509 (rx_dummy_id): Delete.
10510 (rx_gdbarch_init): Don't register deleted functions with
10511 gdbarch. Update comment.
10512
833a4480
AB
105132019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10514
10515 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10516 (rs6000_dummy_id): Delete.
10517 (rs6000_gdbarch_init): Don't register deleted functions with
10518 gdbarch.
10519
3f2cef49
AB
105202019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10521
10522 * or1k-tdep.c (or1k_dummy_id): Delete.
10523 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10524
96acf884
AB
105252019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10526
10527 * nios2-tdep.c (nios2_dummy_id): Delete.
10528 (nios2_unwind_sp): Delete.
10529 (nios2_gdbarch_init): Don't register deleted functions with
10530 gdbarch.
10531
ca0ab0aa
AB
105322019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10533
10534 * nds32-tdep.c (nds32_dummy_id): Delete.
10535 (nds32_unwind_pc): Delete.
10536 (nds32_unwind_sp): Delete.
10537 (nds32_gdbarch_init): Don't register deleted functions with
10538 gdbarch.
10539
c8259044
AB
105402019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10541
10542 * msp430-tdep.c (msp430_unwind_pc): Delete.
10543 (msp430_unwind_sp): Delete.
10544 (msp430_dummy_id): Delete.
10545 (msp430_gdbarch_init): Don't register deleted functions with
10546 gdbarch.
10547
27f113c8
AB
105482019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10549
10550 * moxie-tdep.c (moxie_unwind_sp): Delete.
10551 (moxie_unwind_pc): Delete.
10552 (moxie_dummy_id): Delete.
10553 (moxie_gdbarch_init): Don't register deleted functions with
10554 gdbarch.
10555
aee6c3cd
AB
105562019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10557
10558 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10559 (mn10300_unwind_pc): Delete.
10560 (mn10300_unwind_sp): Delete.
10561 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10562 mn10300_unwind_sp.
10563 (mn10300_frame_unwind_init): Don't register deleted functions with
10564 gdbarch.
10565
8e2b5aea
AB
105662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10567
10568 * mep-tdep.c (mep_unwind_pc): Delete.
10569 (mep_unwind_sp): Delete.
10570 (mep_dummy_id): Delete.
10571 (mep_gdbarch_init): Don't register deleted functions with
10572 gdbarch.
10573
43cf3ede
AB
105742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10575
10576 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10577 (m68hc11_unwind_sp): Delete.
10578 (m68hc11_gdbarch_init): Don't register deleted functions with
10579 gdbarch.
10580
5e79b7bb
AB
105812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10582
10583 * m32r-tdep.c (m32r_unwind_sp): Delete.
10584 (m32r_unwind_pc): Delete.
10585 (m32r_dummy_id): Delete.
10586 (m32r_gdbarch_init): Don't register deleted functions with
10587 gdbarch.
10588
89b268d8
AB
105892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10590
10591 * m32c-tdep.c (m32c_unwind_pc): Delete.
10592 (m32c_unwind_sp): Delete.
10593 (m32c_dummy_id): Delete.
10594 (m32c_gdbarch_init): Don't register deleted functions with
10595 gdbarch.
10596
946c28d2
AB
105972019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10600 (lm32_unwind_pc): Delete.
10601 (lm32_dummy_id): Delete.
10602 (lm32_gdbarch_init): Don't register deleted functions with
10603 gdbarch.
10604
bf12844a
AB
106052019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10606
10607 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10608 (iq2000_unwind_pc): Delete.
10609 (iq2000_dummy_id): Delete.
10610 (iq2000_gdbarch_init): Don't register deleted functions with
10611 gdbarch.
10612
ecbc06d2
AB
106132019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10614
10615 * nds32-tdep.c (nds32_type_align): Delete.
10616 (nds32_push_dummy_call): Use type_align instead.
10617
030197b4
AB
106182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10619
10620 * arm-tdep.c (arm_type_align): Only handle vector override case.
10621 (arm_push_dummy_call): Use type_align.
10622 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10623
b907456c
AB
106242019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10625
10626 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10627 case.
10628 (pass_on_stack): Use type_align.
10629 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10630 function.
10631
9e97ba43
TT
106322019-04-23 Tom Tromey <tromey@adacore.com>
10633
10634 * dwarf2read.c (line_header::file_name_at): Remove unused
10635 overload.
10636
6892f601
TV
106372019-04-23 Tom de Vries <tdevries@suse.de>
10638
10639 PR gdb/24438
10640 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10641 invocation.
10642
336d760d
AT
10643
106442019-03-27 Ali Tamur <tamur@google.com>
10645
10646 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10647 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10648 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10649 (dwarf_expr_context::get_addr_index): Likewise
10650 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10651 (symbol_needs_eval_context::get_addr_index): Likewise
10652 (disassemble_dwarf_expression): Add DW_OP_addrx
10653 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10654 (read_cutu_die_from_dwo): Update comment
10655 (skip_one_die): Add DW_FORM_addrx
10656 (read_attribute_value): Likewise
10657 (var_decode_location): Add DW_OP_addrx
10658 (dwarf2_const_value_attr): Add DW_FORM_addrx
10659 (dump_die_shallow): Likewise
10660 (dwarf2_fetch_constant_bytes): Likewise
10661 (decode_locdesc): Add DW_OP_addrx
10662 (skip_form_bytes): Add DW_FORM_addrx
10663
ad9d13f8
AT
106642019-04-22 Ali Tamur <tamur@google.com>
10665
10666 * MAINTAINERS (Write After Approval): Add self.
10667
d70cc3ba
SM
106682019-04-22 Simon Marchi <simon.marchi@efficios.com>
10669
10670 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10671 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10672 (open_symbol_file_object): Likewise.
10673 (svr4_default_sos): Add info parameter.
10674 (svr4_read_so_list): Likewise.
10675 (svr4_current_sos_direct): Adjust functions calls to pass down
10676 info.
10677 (svr4_current_sos_1): Add info parameter.
10678 (svr4_current_sos): Call get_svr4_info, pass info down to
10679 svr4_current_sos_1.
10680 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10681 get_svr4_info.
10682 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10683 get_svr4_info.
10684 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10685 to get_svr4_info.
10686 (probes_table_remove_objfile_probes): Likewise.
10687 (register_solib_event_probe): Add info parameter.
10688 (solist_update_incremental): Pass info parameter down to
10689 svr4_read_so_list.
10690 (disable_probes_interface): Add info parameter.
10691 (svr4_handle_solib_event): Pass current_program_space to
10692 get_svr4_info. Adjust disable_probes_interface cleanup.
10693 (svr4_create_probe_breakpoints): Add info parameter, pass it
10694 down to register_solib_event_probe.
10695 (svr4_create_solib_event_breakpoints): Add info parameter,
10696 pass it down to svr4_create_probe_breakpoints.
10697 (enable_break): Pass info down to
10698 svr4_create_solib_event_breakpoints.
10699 (svr4_solib_create_inferior_hook): Pass current_program_space to
10700 get_svr4_info.
10701 (svr4_clear_solib): Likewise.
10702
7905fc35
PA
107032019-04-22 Pedro Alves <palves@redhat.com>
10704
10705 * solib-svr4.c (svr4_free_objfile_observer): New.
10706 (probe_and_action::objfile): New field.
10707 (probes_table_htab_remove_objfile_probes)
10708 (probes_table_remove_objfile_probes): New functions.
10709 (register_solib_event_probe): Add 'objfile' parameter. Store it
10710 in the new probe_and_action. Don't store the probe in 'lookup'.
10711 (svr4_create_probe_breakpoints): Pass objfile to
10712 register_solib_event_probe.
10713 (_initialize_svr4_solib): Register a free_objfile observer.
10714
fb881986
TT
107152019-04-19 Tom Tromey <tom@tromey.com>
10716
10717 * common/queue.h: Remove.
10718
8732db6c
TT
107192019-04-19 Tom Tromey <tom@tromey.com>
10720
10721 * event-loop.c: Don't include "common/queue.h".
10722
97dfbadd
TT
107232019-04-19 Tom Tromey <tom@tromey.com>
10724
10725 * remote.c (remote_target): Use delete.
10726 * remote-notif.h: Include <list>, not "common/queue.h".
10727 (notif_client_p): Remove typedef.
10728 (remote_notif_state): Add constructor, destructor, initializer.
10729 <notif_queue>: Now a std::list.
10730 (remote_notif_state_xfree): Don't declare.
10731 * remote-notif.c (remote_notif_process, handle_notification)
10732 (remote_notif_state_allocate): Update.
10733 (~remote_notif_state): Rename from remote_notif_state_xfree.
10734
cf250e36
TT
107352019-04-19 Tom Tromey <tom@tromey.com>
10736
10737 * symfile.c (reread_symbols): Update.
10738 * objfiles.c (objfile_register_static_link)
10739 (objfile_lookup_static_link): Update
10740 (~objfile) Don't delete static_links.
10741 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10742
61f4b350
TT
107432019-04-19 Tom Tromey <tom@tromey.com>
10744
10745 * type-stack.h (struct type_stack) <insert>: Constify string.
10746 * type-stack.c (type_stack::insert): Constify string.
10747 * gdbtypes.h (lookup_template_type): Update.
10748 (address_space_name_to_int): Update.
10749 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10750 const.
10751 (lookup_template_type): Make name const.
10752 * c-exp.y: Update rules.
10753 (lex_one_token, classify_name, classify_inner_name)
10754 (c_print_token): Update.
10755 * p-exp.y: Update rules.
10756 (yylex): Update.
10757 * f-exp.y: Update rules.
10758 (yylex): Update.
10759 * d-exp.y: Update rules.
10760 (lex_one_token, classify_name, classify_inner_name): Update.
10761 * parse.c (write_dollar_variable, copy_name): Return std::string.
10762 * parser-defs.h (copy_name): Change return type.
10763 * m2-exp.y: Update rules.
10764 (yylex): Update.
10765 * go-exp.y (lex_one_token): Update.
10766 Update rules.
10767 (classify_unsafe_function, classify_packaged_name)
10768 (classify_name, yylex): Update.
10769
189b8c2e
ST
107702019-04-19 Sergei Trofimovich <siarheit@google.com>
10771
10772 * configure.ac: add --enable-source-highlight switch.
10773 * configure: Regenerate.
10774 * top.c (print_gdb_version): plumb --enable-source-highlight
10775 status to "show configuration".
10776
8ecb59f8
TT
107772019-04-19 Tom Tromey <tromey@adacore.com>
10778
10779 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10780 Check ADA_TYPE_P.
10781 (empty_record, ada_template_to_fixed_record_type_1)
10782 (template_to_static_fixed_type)
10783 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10784 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10785 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10786 macros.
10787
62160ec9
TT
107882019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10789
10790 PR symtab/24423:
10791 * source.c (print_source_lines_base): Advance "iter" when a
10792 control character is seen.
10793
f2ae8bc8
PW
107942019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10795
10796 * inferior.h (struct infcall_suspend_state_deleter):
10797 Catch exception in destructor to avoid crash.
10798
d563b953
PW
107992019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10800
10801 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10802 close to the add_com "shell".
10803
dc34c897
TT
108042019-04-18 Tom Tromey <tromey@adacore.com>
10805
10806 * process-stratum-target.h (class process_stratum_target)
10807 <stratum>: Add "final".
10808
a12e5744
TT
108092019-04-17 Tom Tromey <tromey@adacore.com>
10810
10811 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10812 against nullptr before use.
10813
a7e559cc
AH
108142019-04-17 Alan Hayward <alan.hayward@arm.com>
10815
10816 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10817
c01660c6
AB
108182019-04-17 Jim Wilson <jimw@sifive.com>
10819 Andrew Burgess <andrew.burgess@embecosm.com>
10820
10821 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10822 code read might fail, assume 4-byte breakpoint in that case.
10823
4aa866af
LS
108242019-04-15 Leszek Swirski <leszeks@google.com>
10825
10826 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10827 rather than a hand-rolled POD check when checking for forced MEMORY
10828 classification.
10829
48574d91
AH
108302019-04-15 Alan Hayward <alan.hayward@arm.com>
10831
10832 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10833 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10834 function.
10835 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10836 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10837 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10838 declaration.
10839
4da037ef
AH
108402019-04-15 Alan Hayward <alan.hayward@arm.com>
10841
10842 * aarch64-linux-nat.c
10843 (aarch64_linux_nat_target::thread_architecture): Add override.
10844 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10845 each VQ.
10846
ccb8d7e8
AH
108472019-04-15 Alan Hayward <alan.hayward@arm.com>
10848
10849 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10850
35add35e
AB
108512019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10852
10853 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10854 target types of size 96-bits, add some additional comments, and
10855 check that the builtin type we found was the correct size.
10856
51196bbc
EZ
108572019-04-12 Eli Zaretskii <eliz@gnu.org>
10858
10859 * utils.c (prompt_for_continue): Don't restore the styling at the
10860 end, as applied_style has the wrong value. This fixes styling in
10861 long lists of file names that are interrupted by the "Continue?"
10862 prompt.
10863
62253a61
AB
108642019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10865
10866 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10867 * c-lang.c (c_language_defn): Likewise.
10868 (cplus_language_defn): Likewise.
10869 (asm_language_defn): Likewise.
10870 (minimal_language_defn): Likewise.
10871 * d-lang.c (d_language_defn): Likewise.
10872 * f-lang.c (f_language_defn): Likewise.
10873 * go-lang.c (go_language_defn): Likewise.
10874 * language.c (unknown_language_defn): Likewise.
10875 (auto_language_defn): Likewise.
10876 * language.h (struct language_defn): Remove la_magic field.
10877 (LANG_MAGIC): Delete.
10878 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10879 * objc-lang.c (objc_language_defn): Likewise.
10880 * opencl-lang.c (opencl_language_defn): Likewise.
10881 * p-lang.c (pascal_language_defn): Likewise.
10882 * rust-lang.c (rust_language_defn): Likewise.
10883
a9158a86
AB
108842019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10885
10886 * riscv-tdep.c (riscv_type_align): New function.
10887 (riscv_type_alignment): Delete.
10888 (riscv_arg_location): Use 'type_align'.
10889 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10890
41077b66
AB
108912019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10892
10893 * gdbtypes.c (type_align): A struct with no non-static fields also
10894 has alignment of 1.
10895
9f0272f8
AB
108962019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10897
10898 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10899 component to 0.
10900 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10901 member.
10902 (riscv_struct_info::analyse): New implementation using new
10903 analyse_inner member function.
10904 (riscv_struct_info::field_offset): New member function.
10905 (riscv_struct_info::m_offsets): New member variable.
10906 (riscv_struct_info::analyse_inner): New private member function,
10907 takes the old implementation of riscv_struct_info::analyse but
10908 extended to track field offsets.
10909 (riscv_call_arg_struct): Update the struct folding special cases
10910 to handle cases where empty C++ structs, which are non-zero
10911 length, are found.
10912 (riscv_arg_location): Initialise the length of each location, a
10913 non-zero length now indicates the location is in use.
10914 (riscv_push_dummy_call): Allow for the first location having a
10915 non-zero offset when setting up arguments.
10916 (riscv_return_value): Likewise, but for return values.
10917
02cf60c7
TT
109182019-04-11 Tom Tromey <tromey@adacore.com>
10919
10920 * utils.c (internal_vproblem): Make "msg" const.
10921
68811f8f
AH
109222019-04-11 Alan Hayward <alan.hayward@arm.com>
10923
10924 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10925 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10926 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10927 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10928
3f52fdbc
KB
109292019-04-10 Kevin Buettner <kevinb@redhat.com>
10930
10931 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10932 function.
10933 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10934 of amd64_collect_native_gregset.
10935 (amd64_linux_nat_target::store_registers): Likewise.
10936
e9ad22ee
TT
109372019-04-10 Tom Tromey <tom@tromey.com>
10938
10939 * symtab.c (lookup_global_symbol_from_objfile)
10940 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10941 * objfiles.h (class separate_debug_iterator): New.
10942 (class separate_debug_range): New.
10943 (struct objfile) <separate_debug_objfiles>: New method.
10944 (objfile_separate_debug_iterate): Don't declare.
10945 * objfiles.c (separate_debug_iterator::operator++): Rename from
10946 objfile_separate_debug_iterate.
10947 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10948 iterator.
10949 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10950 iterator.
10951
ee371134
TT
109522019-04-10 Tom Tromey <tom@tromey.com>
10953
10954 * symfile.c (reread_symbols): Remove old comment.
10955 * objfiles.c (free_all_objfiles): Fix a typo.
10956
bf227d61
TT
109572019-04-10 Tom Tromey <tom@tromey.com>
10958
10959 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10960 * minsyms.c (lookup_minimal_symbol): Use foreach.
10961 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10962 (lookup_minimal_symbol_solib_trampoline): Likewise.
10963 * symfile.c (reread_symbols): Use foreach.
10964
8dc433a0
TT
109652019-04-09 Ivan Begert <ivanbegert@gmail.com>
10966 Tom Tromey <tromey@adacore.com>
10967
10968 PR rust/24414:
10969 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10970 (rust_lex_int_test): Change "value" to be LONGEST.
10971 (rust_lex_tests): Add test for long integer literal.
10972
9ab8741a
TT
109732019-04-09 Tom Tromey <tromey@adacore.com>
10974
10975 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10976 to bool.
10977 (extended_remote_target::attach): Update.
10978 (remote_target::remote_notice_new_inferior): Update.
10979 (remote_target::add_current_inferior_and_thread): Update.
10980 * inferior.c (exit_inferior_1): Use "false".
10981 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10982
e242fd12
SM
109832019-04-09 Simon Marchi <simon.marchi@efficios.com>
10984
9ca1957f 10985 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
10986 the "start" command.
10987
2b0c8b01
KB
109882019-04-08 Kevin Buettner <kevinb@redhat.com>
10989
10990 * python/py-inferior.c (infpy_thread_from_thread_handle):
10991 Adjust comments to reflect renaming of thread_from_thread_handle
10992 to thread_from_handle. Adjust keywords. Fix type error message.
10993 (inferior_object_methods): Add thread_from_handle. Retain
10994 thread_from_thread_handle, but mark it as deprecated.
10995
50a82723
KB
109962019-04-08 Kevin Buettner <kevinb@redhat.com>
10997
10998 * gdbthread.h (find_thread_by_handle): Revise declaration.
10999 * thread.c (find_thread_by_handle): Likewise. Adjust
11000 implementation too.
11001 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11002 support for buffer objects as handles.
11003
cf63b016
KB
110042019-04-08 Kevin Buettner <kevinb@redhat.com>
11005
11006 * python/py-infthread.c (thpy_thread_handle): New function.
11007 (thread_object_methods): Register thpy_thread_handle.
11008
3d6c6204
KB
110092019-04-08 Kevin Buettner <kevinb@redhat.com>
11010
11011 * gdbthread.h (thread_to_thread_handle): Declare.
11012 * thread.c (gdbtypes.h): Include.
11013 (thread_to_thread_handle): New function.
11014
11015 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11016 (target_thread_info_to_thread_handle): Declare.
11017 * target.c (target_thread_info_to_thread_handle): New function.
11018 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11019 * target-delegates.c: Regenerate.
11020
11021 * linux-thread-db.c (class thread_db_target): Add method
11022 thread_info_to_thread_handle.
11023 (thread_db_target::thread_info_to_thread_handle): Define.
11024 * remote.c (class remote_target): Add new method
11025 thread_info_to_thread_handle.
11026 (remote_target::thread_info_to_thread_handle): Define.
11027
56be6ea8
PA
110282019-04-08 Pedro Alves <palves@redhat.com>
11029
11030 * common/common-exceptions.c (throw_exception): Don't create
11031 named object to throw; throw directly.
11032 (throw_it): Likewise. Don't initialize gdb_exception::message
11033 here, with new; pass FMT and AP to the ctor instead.
11034 * common/common-exceptions.h: Include <string>.
11035 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11036 const char *, va_list)): New ctor. Use std::make_shared.
11037 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11038 errors)): Delete.
11039 (gdb_exception_error::gdb_exception_error(enum errors, const char
11040 *, va_list)): New.
11041 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11042 Add assertion.
11043 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11044 errors)): Delete.
11045 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11046 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11047 Add assertion.
11048
eedc3f4f
TT
110492019-04-08 Tom Tromey <tom@tromey.com>
11050
11051 * valops.c (value_rtti_indirect_type): Replace throw_exception
11052 with throw.
11053 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11054 with throw.
11055 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11056 throw.
11057 * target.c (target_translate_tls_address): Replace throw_exception
11058 with throw.
11059 * stack.c (frame_apply_command_count): Replace throw_exception
11060 with throw.
11061 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11062 throw.
11063 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11064 with throw.
11065 * rs6000-tdep.c (rs6000_frame_cache)
11066 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11067 * remote.c: Replace throw_exception with throw.
11068 * record-full.c (record_full_message, record_full_wait_1)
11069 (record_full_restore): Replace throw_exception with throw.
11070 * record-btrace.c:
11071 (get_thread_current_frame_id, record_btrace_start_replaying)
11072 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11073 (cmd_record_btrace_start): Replace throw_exception with throw.
11074 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11075 throw.
11076 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11077 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11078 * linespec.c:
11079 (find_linespec_symbols): Replace throw_exception with throw.
11080 * infrun.c (displaced_step_prepare, resume): Replace
11081 throw_exception with throw.
11082 * infcmd.c (post_create_inferior): Replace throw_exception with
11083 throw.
11084 * inf-loop.c (inferior_event_handler): Replace throw_exception
11085 with throw.
11086 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11087 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11088 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11089 (get_prev_frame_always, get_frame_pc_if_available)
11090 (get_frame_address_in_block_if_available, get_frame_language):
11091 Replace throw_exception with throw.
11092 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11093 throw_exception with throw.
11094 * eval.c (fetch_subexp_value, evaluate_var_value)
11095 (evaluate_funcall, evaluate_subexp_standard): Replace
11096 throw_exception with throw.
11097 * dwarf2loc.c (call_site_find_chain)
11098 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11099 Replace throw_exception with throw.
11100 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11101 with throw.
11102 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11103 throw.
11104 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11105 * completer.c (complete_line_internal): Replace throw_exception
11106 with throw.
11107 * compile/compile-object-run.c (compile_object_run): Replace
11108 throw_exception with throw.
11109 * cli/cli-script.c (process_next_line): Replace throw_exception
11110 with throw.
11111 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11112 (btrace_enable, btrace_maint_update_pt_packets): Replace
11113 throw_exception with throw.
11114 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11115 throw_exception with throw.
11116 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11117 throw_exception with throw.
11118 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11119 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11120 * aarch64-tdep.c (aarch64_make_prologue_cache)
11121 (aarch64_make_stub_cache): Replace throw_exception with throw.
11122
26003a20
TT
111232019-04-08 Tom Tromey <tom@tromey.com>
11124
11125 * common/common-exceptions.c (throw_exception): Rename from
11126 throw_exception_cxx. Remove old copy. Make argument const.
11127 (throw_it): Create and throw exception objects directly.
11128 * common/common-exceptions.h (throw_exception): Make argument
11129 const.
11130 (struct gdb_exception_error): Add constructor.
11131 (struct gdb_exception_quit): Add constructor.
11132
d272eb37
TT
111332019-04-08 Tom Tromey <tom@tromey.com>
11134
11135 * common/common-exceptions.h (exception_rethrow): Don't declare.
11136 (TRY_SJLJ): Update comment.
11137 (TRY, CATCH, END_CATCH): Remove.
11138 * common/common-exceptions.c (exception_rethrow): Remove.
11139
230d2906
TT
111402019-04-08 Tom Tromey <tom@tromey.com>
11141
11142 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11143 Remove.
11144 (gdb_exception_error): Rename from
11145 gdb_exception_RETURN_MASK_ERROR.
11146 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11147 (gdb_quit_bad_alloc): Update.
11148 * aarch64-tdep.c: Update.
11149 * ada-lang.c: Update.
11150 * ada-typeprint.c: Update.
11151 * ada-valprint.c: Update.
11152 * amd64-tdep.c: Update.
11153 * arch-utils.c: Update.
11154 * break-catch-throw.c: Update.
11155 * breakpoint.c: Update.
11156 * btrace.c: Update.
11157 * c-varobj.c: Update.
11158 * cli/cli-cmds.c: Update.
11159 * cli/cli-interp.c: Update.
11160 * cli/cli-script.c: Update.
11161 * common/common-exceptions.c: Update.
11162 * common/new-op.c: Update.
11163 * common/selftest.c: Update.
11164 * compile/compile-c-symbols.c: Update.
11165 * compile/compile-cplus-symbols.c: Update.
11166 * compile/compile-object-load.c: Update.
11167 * compile/compile-object-run.c: Update.
11168 * completer.c: Update.
11169 * corelow.c: Update.
11170 * cp-abi.c: Update.
11171 * cp-support.c: Update.
11172 * cp-valprint.c: Update.
11173 * darwin-nat.c: Update.
11174 * disasm-selftests.c: Update.
11175 * dtrace-probe.c: Update.
11176 * dwarf-index-cache.c: Update.
11177 * dwarf-index-write.c: Update.
11178 * dwarf2-frame-tailcall.c: Update.
11179 * dwarf2-frame.c: Update.
11180 * dwarf2loc.c: Update.
11181 * dwarf2read.c: Update.
11182 * eval.c: Update.
11183 * event-loop.c: Update.
11184 * event-top.c: Update.
11185 * exec.c: Update.
11186 * f-valprint.c: Update.
11187 * fbsd-tdep.c: Update.
11188 * frame-unwind.c: Update.
11189 * frame.c: Update.
11190 * gdbtypes.c: Update.
11191 * gnu-v3-abi.c: Update.
11192 * guile/guile-internal.h: Update.
11193 * guile/scm-block.c: Update.
11194 * guile/scm-breakpoint.c: Update.
11195 * guile/scm-cmd.c: Update.
11196 * guile/scm-disasm.c: Update.
11197 * guile/scm-frame.c: Update.
11198 * guile/scm-lazy-string.c: Update.
11199 * guile/scm-math.c: Update.
11200 * guile/scm-param.c: Update.
11201 * guile/scm-ports.c: Update.
11202 * guile/scm-pretty-print.c: Update.
11203 * guile/scm-symbol.c: Update.
11204 * guile/scm-symtab.c: Update.
11205 * guile/scm-type.c: Update.
11206 * guile/scm-value.c: Update.
11207 * i386-linux-tdep.c: Update.
11208 * i386-tdep.c: Update.
11209 * inf-loop.c: Update.
11210 * infcall.c: Update.
11211 * infcmd.c: Update.
11212 * infrun.c: Update.
11213 * jit.c: Update.
11214 * language.c: Update.
11215 * linespec.c: Update.
11216 * linux-fork.c: Update.
11217 * linux-nat.c: Update.
11218 * linux-tdep.c: Update.
11219 * linux-thread-db.c: Update.
11220 * main.c: Update.
11221 * mi/mi-cmd-break.c: Update.
11222 * mi/mi-cmd-stack.c: Update.
11223 * mi/mi-interp.c: Update.
11224 * mi/mi-main.c: Update.
11225 * objc-lang.c: Update.
11226 * p-valprint.c: Update.
11227 * parse.c: Update.
11228 * ppc-linux-tdep.c: Update.
11229 * printcmd.c: Update.
11230 * python/py-arch.c: Update.
11231 * python/py-breakpoint.c: Update.
11232 * python/py-cmd.c: Update.
11233 * python/py-finishbreakpoint.c: Update.
11234 * python/py-frame.c: Update.
11235 * python/py-framefilter.c: Update.
11236 * python/py-gdb-readline.c: Update.
11237 * python/py-inferior.c: Update.
11238 * python/py-infthread.c: Update.
11239 * python/py-lazy-string.c: Update.
11240 * python/py-linetable.c: Update.
11241 * python/py-objfile.c: Update.
11242 * python/py-param.c: Update.
11243 * python/py-prettyprint.c: Update.
11244 * python/py-progspace.c: Update.
11245 * python/py-record-btrace.c: Update.
11246 * python/py-record.c: Update.
11247 * python/py-symbol.c: Update.
11248 * python/py-type.c: Update.
11249 * python/py-unwind.c: Update.
11250 * python/py-utils.c: Update.
11251 * python/py-value.c: Update.
11252 * python/python.c: Update.
11253 * record-btrace.c: Update.
11254 * record-full.c: Update.
11255 * remote-fileio.c: Update.
11256 * remote.c: Update.
11257 * riscv-tdep.c: Update.
11258 * rs6000-aix-tdep.c: Update.
11259 * rs6000-tdep.c: Update.
11260 * rust-exp.y: Update.
11261 * rust-lang.c: Update.
11262 * s390-tdep.c: Update.
11263 * selftest-arch.c: Update.
11264 * solib-dsbt.c: Update.
11265 * solib-frv.c: Update.
11266 * solib-spu.c: Update.
11267 * solib-svr4.c: Update.
11268 * solib.c: Update.
11269 * sparc64-linux-tdep.c: Update.
11270 * stack.c: Update.
11271 * symfile-mem.c: Update.
11272 * symmisc.c: Update.
11273 * target.c: Update.
11274 * thread.c: Update.
11275 * top.c: Update.
11276 * tracefile-tfile.c: Update.
11277 * tui/tui.c: Update.
11278 * typeprint.c: Update.
11279 * unittests/cli-utils-selftests.c: Update.
11280 * unittests/parse-connection-spec-selftests.c: Update.
11281 * valops.c: Update.
11282 * valprint.c: Update.
11283 * value.c: Update.
11284 * varobj.c: Update.
11285 * windows-nat.c: Update.
11286 * x86-linux-nat.c: Update.
11287 * xml-support.c: Update.
11288
a70b8144
TT
112892019-04-08 Tom Tromey <tom@tromey.com>
11290
11291 * xml-support.c: Use C++ exception handling.
11292 * x86-linux-nat.c: Use C++ exception handling.
11293 * windows-nat.c: Use C++ exception handling.
11294 * varobj.c: Use C++ exception handling.
11295 * value.c: Use C++ exception handling.
11296 * valprint.c: Use C++ exception handling.
11297 * valops.c: Use C++ exception handling.
11298 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11299 handling.
11300 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11301 * typeprint.c: Use C++ exception handling.
11302 * tui/tui.c: Use C++ exception handling.
11303 * tracefile-tfile.c: Use C++ exception handling.
11304 * top.c: Use C++ exception handling.
11305 * thread.c: Use C++ exception handling.
11306 * target.c: Use C++ exception handling.
11307 * symmisc.c: Use C++ exception handling.
11308 * symfile-mem.c: Use C++ exception handling.
11309 * stack.c: Use C++ exception handling.
11310 * sparc64-linux-tdep.c: Use C++ exception handling.
11311 * solib.c: Use C++ exception handling.
11312 * solib-svr4.c: Use C++ exception handling.
11313 * solib-spu.c: Use C++ exception handling.
11314 * solib-frv.c: Use C++ exception handling.
11315 * solib-dsbt.c: Use C++ exception handling.
11316 * selftest-arch.c: Use C++ exception handling.
11317 * s390-tdep.c: Use C++ exception handling.
11318 * rust-lang.c: Use C++ exception handling.
11319 * rust-exp.y: Use C++ exception handling.
11320 * rs6000-tdep.c: Use C++ exception handling.
11321 * rs6000-aix-tdep.c: Use C++ exception handling.
11322 * riscv-tdep.c: Use C++ exception handling.
11323 * remote.c: Use C++ exception handling.
11324 * remote-fileio.c: Use C++ exception handling.
11325 * record-full.c: Use C++ exception handling.
11326 * record-btrace.c: Use C++ exception handling.
11327 * python/python.c: Use C++ exception handling.
11328 * python/py-value.c: Use C++ exception handling.
11329 * python/py-utils.c: Use C++ exception handling.
11330 * python/py-unwind.c: Use C++ exception handling.
11331 * python/py-type.c: Use C++ exception handling.
11332 * python/py-symbol.c: Use C++ exception handling.
11333 * python/py-record.c: Use C++ exception handling.
11334 * python/py-record-btrace.c: Use C++ exception handling.
11335 * python/py-progspace.c: Use C++ exception handling.
11336 * python/py-prettyprint.c: Use C++ exception handling.
11337 * python/py-param.c: Use C++ exception handling.
11338 * python/py-objfile.c: Use C++ exception handling.
11339 * python/py-linetable.c: Use C++ exception handling.
11340 * python/py-lazy-string.c: Use C++ exception handling.
11341 * python/py-infthread.c: Use C++ exception handling.
11342 * python/py-inferior.c: Use C++ exception handling.
11343 * python/py-gdb-readline.c: Use C++ exception handling.
11344 * python/py-framefilter.c: Use C++ exception handling.
11345 * python/py-frame.c: Use C++ exception handling.
11346 * python/py-finishbreakpoint.c: Use C++ exception handling.
11347 * python/py-cmd.c: Use C++ exception handling.
11348 * python/py-breakpoint.c: Use C++ exception handling.
11349 * python/py-arch.c: Use C++ exception handling.
11350 * printcmd.c: Use C++ exception handling.
11351 * ppc-linux-tdep.c: Use C++ exception handling.
11352 * parse.c: Use C++ exception handling.
11353 * p-valprint.c: Use C++ exception handling.
11354 * objc-lang.c: Use C++ exception handling.
11355 * mi/mi-main.c: Use C++ exception handling.
11356 * mi/mi-interp.c: Use C++ exception handling.
11357 * mi/mi-cmd-stack.c: Use C++ exception handling.
11358 * mi/mi-cmd-break.c: Use C++ exception handling.
11359 * main.c: Use C++ exception handling.
11360 * linux-thread-db.c: Use C++ exception handling.
11361 * linux-tdep.c: Use C++ exception handling.
11362 * linux-nat.c: Use C++ exception handling.
11363 * linux-fork.c: Use C++ exception handling.
11364 * linespec.c: Use C++ exception handling.
11365 * language.c: Use C++ exception handling.
11366 * jit.c: Use C++ exception handling.
11367 * infrun.c: Use C++ exception handling.
11368 * infcmd.c: Use C++ exception handling.
11369 * infcall.c: Use C++ exception handling.
11370 * inf-loop.c: Use C++ exception handling.
11371 * i386-tdep.c: Use C++ exception handling.
11372 * i386-linux-tdep.c: Use C++ exception handling.
11373 * guile/scm-value.c: Use C++ exception handling.
11374 * guile/scm-type.c: Use C++ exception handling.
11375 * guile/scm-symtab.c: Use C++ exception handling.
11376 * guile/scm-symbol.c: Use C++ exception handling.
11377 * guile/scm-pretty-print.c: Use C++ exception handling.
11378 * guile/scm-ports.c: Use C++ exception handling.
11379 * guile/scm-param.c: Use C++ exception handling.
11380 * guile/scm-math.c: Use C++ exception handling.
11381 * guile/scm-lazy-string.c: Use C++ exception handling.
11382 * guile/scm-frame.c: Use C++ exception handling.
11383 * guile/scm-disasm.c: Use C++ exception handling.
11384 * guile/scm-cmd.c: Use C++ exception handling.
11385 * guile/scm-breakpoint.c: Use C++ exception handling.
11386 * guile/scm-block.c: Use C++ exception handling.
11387 * guile/guile-internal.h: Use C++ exception handling.
11388 * gnu-v3-abi.c: Use C++ exception handling.
11389 * gdbtypes.c: Use C++ exception handling.
11390 * frame.c: Use C++ exception handling.
11391 * frame-unwind.c: Use C++ exception handling.
11392 * fbsd-tdep.c: Use C++ exception handling.
11393 * f-valprint.c: Use C++ exception handling.
11394 * exec.c: Use C++ exception handling.
11395 * event-top.c: Use C++ exception handling.
11396 * event-loop.c: Use C++ exception handling.
11397 * eval.c: Use C++ exception handling.
11398 * dwarf2read.c: Use C++ exception handling.
11399 * dwarf2loc.c: Use C++ exception handling.
11400 * dwarf2-frame.c: Use C++ exception handling.
11401 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11402 * dwarf-index-write.c: Use C++ exception handling.
11403 * dwarf-index-cache.c: Use C++ exception handling.
11404 * dtrace-probe.c: Use C++ exception handling.
11405 * disasm-selftests.c: Use C++ exception handling.
11406 * darwin-nat.c: Use C++ exception handling.
11407 * cp-valprint.c: Use C++ exception handling.
11408 * cp-support.c: Use C++ exception handling.
11409 * cp-abi.c: Use C++ exception handling.
11410 * corelow.c: Use C++ exception handling.
11411 * completer.c: Use C++ exception handling.
11412 * compile/compile-object-run.c: Use C++ exception handling.
11413 * compile/compile-object-load.c: Use C++ exception handling.
11414 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11415 * compile/compile-c-symbols.c: Use C++ exception handling.
11416 * common/selftest.c: Use C++ exception handling.
11417 * common/new-op.c: Use C++ exception handling.
11418 * cli/cli-script.c: Use C++ exception handling.
11419 * cli/cli-interp.c: Use C++ exception handling.
11420 * cli/cli-cmds.c: Use C++ exception handling.
11421 * c-varobj.c: Use C++ exception handling.
11422 * btrace.c: Use C++ exception handling.
11423 * breakpoint.c: Use C++ exception handling.
11424 * break-catch-throw.c: Use C++ exception handling.
11425 * arch-utils.c: Use C++ exception handling.
11426 * amd64-tdep.c: Use C++ exception handling.
11427 * ada-valprint.c: Use C++ exception handling.
11428 * ada-typeprint.c: Use C++ exception handling.
11429 * ada-lang.c: Use C++ exception handling.
11430 * aarch64-tdep.c: Use C++ exception handling.
11431
3d6e9d23
TT
114322019-04-08 Tom Tromey <tom@tromey.com>
11433
11434 * xml-support.c (gdb_xml_parser::parse): Update.
11435 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11436 * value.c (show_convenience): Update.
11437 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11438 (test_parse_flags_qcs): Update.
11439 * thread.c (thr_try_catch_cmd): Update.
11440 * target.c (target_translate_tls_address): Update.
11441 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11442 (info_frame_command_core, frame_apply_command_count): Update.
11443 * rust-exp.y (rust_lex_exception_test): Update.
11444 * riscv-tdep.c (riscv_print_one_register_info): Update.
11445 * remote.c (remote_target::enable_btrace): Update.
11446 * record-btrace.c (record_btrace_enable_warn): Update.
11447 * python/py-utils.c (gdbpy_convert_exception): Update.
11448 * printcmd.c (do_one_display, print_variable_and_value): Update.
11449 * mi/mi-main.c (mi_print_exception): Update.
11450 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11451 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11452 * linux-nat.c (linux_nat_target::attach): Update.
11453 * linux-fork.c (class scoped_switch_fork_info): Update.
11454 * infrun.c (displaced_step_prepare): Update.
11455 * infcall.c (call_function_by_hand_dummy): Update.
11456 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11457 * gnu-v3-abi.c (print_one_vtable): Update.
11458 * frame.c (get_prev_frame_always): Update.
11459 * f-valprint.c (info_common_command_for_block): Update.
11460 * exec.c (try_open_exec_file): Update.
11461 * exceptions.c (print_exception, exception_print)
11462 (exception_fprintf, exception_print_same): Update.
11463 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11464 * dwarf-index-cache.c (index_cache::store)
11465 (index_cache::lookup_gdb_index): Update.
11466 * darwin-nat.c (maybe_cache_shell): Update.
11467 * cp-valprint.c (cp_print_value_fields): Update.
11468 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11469 (gcc_cplus_symbol_address): Update.
11470 * compile/compile-c-symbols.c (gcc_convert_symbol)
11471 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11472 * common/selftest.c: Update.
11473 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11474 a std::string.
11475 (exception_try_scope_entry, exception_try_scope_exit): Don't
11476 declare.
11477 (struct exception_try_scope): Remove.
11478 (TRY): Don't use exception_try_scope.
11479 (struct gdb_exception): Add constructor, operator=.
11480 <what>: New method.
11481 (struct gdb_exception_RETURN_MASK_ALL)
11482 (struct gdb_exception_RETURN_MASK_ERROR)
11483 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11484 (struct gdb_quit_bad_alloc): Update.
11485 * common/common-exceptions.c (exception_none): Change
11486 initializer.
11487 (struct catcher) <state, exception>: Initialize inline.
11488 <prev>: Remove member.
11489 (current_catcher): Remove.
11490 (catchers): New global.
11491 (exceptions_state_mc_init): Simplify.
11492 (catcher_pop): Remove.
11493 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11494 (try_scope_depth, exception_try_scope_entry)
11495 (exception_try_scope_exit): Remove.
11496 (throw_exception_sjlj): Update.
11497 (exception_messages, exception_messages_size): Remove.
11498 (throw_it): Simplify.
11499 (gdb_exception_sliced_copy): Remove.
11500 (throw_exception_cxx): Update.
11501 * cli/cli-script.c (script_from_file): Update.
11502 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11503 Update.
11504 * ada-valprint.c (ada_val_print): Update.
11505 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11506 (create_excep_cond_exprs): Update.
11507
c5c10118
TT
115082019-04-08 Tom Tromey <tom@tromey.com>
11509
11510 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11511 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11512 (TRY, CATCH, END_CATCH): Remove some definitions.
11513 * common/common-exceptions.c: Don't use GDB_XCPT.
11514 (catcher_list_size): Remove.
11515 (throw_exception, throw_it): Simplify.
11516
4de283e4
TT
115172019-04-05 Tom Tromey <tom@tromey.com>
11518
11519 Revert the header-sorting patch.
11520 * ft32-tdep.c: Revert.
11521 * frv-tdep.c: Revert.
11522 * frv-linux-tdep.c: Revert.
11523 * frame.c: Revert.
11524 * frame-unwind.c: Revert.
11525 * frame-base.c: Revert.
11526 * fork-child.c: Revert.
11527 * findvar.c: Revert.
11528 * findcmd.c: Revert.
11529 * filesystem.c: Revert.
11530 * filename-seen-cache.h: Revert.
11531 * filename-seen-cache.c: Revert.
11532 * fbsd-tdep.c: Revert.
11533 * fbsd-nat.h: Revert.
11534 * fbsd-nat.c: Revert.
11535 * f-valprint.c: Revert.
11536 * f-typeprint.c: Revert.
11537 * f-lang.c: Revert.
11538 * extension.h: Revert.
11539 * extension.c: Revert.
11540 * extension-priv.h: Revert.
11541 * expprint.c: Revert.
11542 * exec.h: Revert.
11543 * exec.c: Revert.
11544 * exceptions.c: Revert.
11545 * event-top.c: Revert.
11546 * event-loop.c: Revert.
11547 * eval.c: Revert.
11548 * elfread.c: Revert.
11549 * dwarf2read.h: Revert.
11550 * dwarf2read.c: Revert.
11551 * dwarf2loc.c: Revert.
11552 * dwarf2expr.h: Revert.
11553 * dwarf2expr.c: Revert.
11554 * dwarf2-frame.c: Revert.
11555 * dwarf2-frame-tailcall.c: Revert.
11556 * dwarf-index-write.h: Revert.
11557 * dwarf-index-write.c: Revert.
11558 * dwarf-index-common.c: Revert.
11559 * dwarf-index-cache.h: Revert.
11560 * dwarf-index-cache.c: Revert.
11561 * dummy-frame.c: Revert.
11562 * dtrace-probe.c: Revert.
11563 * disasm.h: Revert.
11564 * disasm.c: Revert.
11565 * disasm-selftests.c: Revert.
11566 * dictionary.c: Revert.
11567 * dicos-tdep.c: Revert.
11568 * demangle.c: Revert.
11569 * dcache.h: Revert.
11570 * dcache.c: Revert.
11571 * darwin-nat.h: Revert.
11572 * darwin-nat.c: Revert.
11573 * darwin-nat-info.c: Revert.
11574 * d-valprint.c: Revert.
11575 * d-namespace.c: Revert.
11576 * d-lang.c: Revert.
11577 * ctf.c: Revert.
11578 * csky-tdep.c: Revert.
11579 * csky-linux-tdep.c: Revert.
11580 * cris-tdep.c: Revert.
11581 * cris-linux-tdep.c: Revert.
11582 * cp-valprint.c: Revert.
11583 * cp-support.c: Revert.
11584 * cp-namespace.c: Revert.
11585 * cp-abi.c: Revert.
11586 * corelow.c: Revert.
11587 * corefile.c: Revert.
11588 * continuations.c: Revert.
11589 * completer.h: Revert.
11590 * completer.c: Revert.
11591 * complaints.c: Revert.
11592 * coffread.c: Revert.
11593 * coff-pe-read.c: Revert.
11594 * cli-out.h: Revert.
11595 * cli-out.c: Revert.
11596 * charset.c: Revert.
11597 * c-varobj.c: Revert.
11598 * c-valprint.c: Revert.
11599 * c-typeprint.c: Revert.
11600 * c-lang.c: Revert.
11601 * buildsym.c: Revert.
11602 * buildsym-legacy.c: Revert.
11603 * build-id.h: Revert.
11604 * build-id.c: Revert.
11605 * btrace.c: Revert.
11606 * bsd-uthread.c: Revert.
11607 * breakpoint.h: Revert.
11608 * breakpoint.c: Revert.
11609 * break-catch-throw.c: Revert.
11610 * break-catch-syscall.c: Revert.
11611 * break-catch-sig.c: Revert.
11612 * blockframe.c: Revert.
11613 * block.c: Revert.
11614 * bfin-tdep.c: Revert.
11615 * bfin-linux-tdep.c: Revert.
11616 * bfd-target.c: Revert.
11617 * bcache.c: Revert.
11618 * ax-general.c: Revert.
11619 * ax-gdb.h: Revert.
11620 * ax-gdb.c: Revert.
11621 * avr-tdep.c: Revert.
11622 * auxv.c: Revert.
11623 * auto-load.c: Revert.
11624 * arm-wince-tdep.c: Revert.
11625 * arm-tdep.c: Revert.
11626 * arm-symbian-tdep.c: Revert.
11627 * arm-pikeos-tdep.c: Revert.
11628 * arm-obsd-tdep.c: Revert.
11629 * arm-nbsd-tdep.c: Revert.
11630 * arm-nbsd-nat.c: Revert.
11631 * arm-linux-tdep.c: Revert.
11632 * arm-linux-nat.c: Revert.
11633 * arm-fbsd-tdep.c: Revert.
11634 * arm-fbsd-nat.c: Revert.
11635 * arm-bsd-tdep.c: Revert.
11636 * arch-utils.c: Revert.
11637 * arc-tdep.c: Revert.
11638 * arc-newlib-tdep.c: Revert.
11639 * annotate.h: Revert.
11640 * annotate.c: Revert.
11641 * amd64-windows-tdep.c: Revert.
11642 * amd64-windows-nat.c: Revert.
11643 * amd64-tdep.c: Revert.
11644 * amd64-sol2-tdep.c: Revert.
11645 * amd64-obsd-tdep.c: Revert.
11646 * amd64-obsd-nat.c: Revert.
11647 * amd64-nbsd-tdep.c: Revert.
11648 * amd64-nbsd-nat.c: Revert.
11649 * amd64-nat.c: Revert.
11650 * amd64-linux-tdep.c: Revert.
11651 * amd64-linux-nat.c: Revert.
11652 * amd64-fbsd-tdep.c: Revert.
11653 * amd64-fbsd-nat.c: Revert.
11654 * amd64-dicos-tdep.c: Revert.
11655 * amd64-darwin-tdep.c: Revert.
11656 * amd64-bsd-nat.c: Revert.
11657 * alpha-tdep.c: Revert.
11658 * alpha-obsd-tdep.c: Revert.
11659 * alpha-nbsd-tdep.c: Revert.
11660 * alpha-mdebug-tdep.c: Revert.
11661 * alpha-linux-tdep.c: Revert.
11662 * alpha-linux-nat.c: Revert.
11663 * alpha-bsd-tdep.c: Revert.
11664 * alpha-bsd-nat.c: Revert.
11665 * aix-thread.c: Revert.
11666 * agent.c: Revert.
11667 * addrmap.c: Revert.
11668 * ada-varobj.c: Revert.
11669 * ada-valprint.c: Revert.
11670 * ada-typeprint.c: Revert.
11671 * ada-tasks.c: Revert.
11672 * ada-lang.c: Revert.
11673 * aarch64-tdep.c: Revert.
11674 * aarch64-ravenscar-thread.c: Revert.
11675 * aarch64-newlib-tdep.c: Revert.
11676 * aarch64-linux-tdep.c: Revert.
11677 * aarch64-linux-nat.c: Revert.
11678 * aarch64-fbsd-tdep.c: Revert.
11679 * aarch64-fbsd-nat.c: Revert.
11680 * aarch32-linux-nat.c: Revert.
11681
d55e5aa6
TT
116822019-04-05 Tom Tromey <tom@tromey.com>
11683
11684 * ft32-tdep.c: Sort headers.
11685 * frv-tdep.c: Sort headers.
11686 * frv-linux-tdep.c: Sort headers.
11687 * frame.c: Sort headers.
11688 * frame-unwind.c: Sort headers.
11689 * frame-base.c: Sort headers.
11690 * fork-child.c: Sort headers.
11691 * findvar.c: Sort headers.
11692 * findcmd.c: Sort headers.
11693 * filesystem.c: Sort headers.
11694 * filename-seen-cache.h: Sort headers.
11695 * filename-seen-cache.c: Sort headers.
11696 * fbsd-tdep.c: Sort headers.
11697 * fbsd-nat.h: Sort headers.
11698 * fbsd-nat.c: Sort headers.
11699 * f-valprint.c: Sort headers.
11700 * f-typeprint.c: Sort headers.
11701 * f-lang.c: Sort headers.
11702 * extension.h: Sort headers.
11703 * extension.c: Sort headers.
11704 * extension-priv.h: Sort headers.
11705 * expprint.c: Sort headers.
11706 * exec.h: Sort headers.
11707 * exec.c: Sort headers.
11708 * exceptions.c: Sort headers.
11709 * event-top.c: Sort headers.
11710 * event-loop.c: Sort headers.
11711 * eval.c: Sort headers.
11712 * elfread.c: Sort headers.
11713 * dwarf2read.h: Sort headers.
11714 * dwarf2read.c: Sort headers.
11715 * dwarf2loc.c: Sort headers.
11716 * dwarf2expr.h: Sort headers.
11717 * dwarf2expr.c: Sort headers.
11718 * dwarf2-frame.c: Sort headers.
11719 * dwarf2-frame-tailcall.c: Sort headers.
11720 * dwarf-index-write.h: Sort headers.
11721 * dwarf-index-write.c: Sort headers.
11722 * dwarf-index-common.c: Sort headers.
11723 * dwarf-index-cache.h: Sort headers.
11724 * dwarf-index-cache.c: Sort headers.
11725 * dummy-frame.c: Sort headers.
11726 * dtrace-probe.c: Sort headers.
11727 * disasm.h: Sort headers.
11728 * disasm.c: Sort headers.
11729 * disasm-selftests.c: Sort headers.
11730 * dictionary.c: Sort headers.
11731 * dicos-tdep.c: Sort headers.
11732 * demangle.c: Sort headers.
11733 * dcache.h: Sort headers.
11734 * dcache.c: Sort headers.
11735 * darwin-nat.h: Sort headers.
11736 * darwin-nat.c: Sort headers.
11737 * darwin-nat-info.c: Sort headers.
11738 * d-valprint.c: Sort headers.
11739 * d-namespace.c: Sort headers.
11740 * d-lang.c: Sort headers.
11741 * ctf.c: Sort headers.
11742 * csky-tdep.c: Sort headers.
11743 * csky-linux-tdep.c: Sort headers.
11744 * cris-tdep.c: Sort headers.
11745 * cris-linux-tdep.c: Sort headers.
11746 * cp-valprint.c: Sort headers.
11747 * cp-support.c: Sort headers.
11748 * cp-namespace.c: Sort headers.
11749 * cp-abi.c: Sort headers.
11750 * corelow.c: Sort headers.
11751 * corefile.c: Sort headers.
11752 * continuations.c: Sort headers.
11753 * completer.h: Sort headers.
11754 * completer.c: Sort headers.
11755 * complaints.c: Sort headers.
11756 * coffread.c: Sort headers.
11757 * coff-pe-read.c: Sort headers.
11758 * cli-out.h: Sort headers.
11759 * cli-out.c: Sort headers.
11760 * charset.c: Sort headers.
11761 * c-varobj.c: Sort headers.
11762 * c-valprint.c: Sort headers.
11763 * c-typeprint.c: Sort headers.
11764 * c-lang.c: Sort headers.
11765 * buildsym.c: Sort headers.
11766 * buildsym-legacy.c: Sort headers.
11767 * build-id.h: Sort headers.
11768 * build-id.c: Sort headers.
11769 * btrace.c: Sort headers.
11770 * bsd-uthread.c: Sort headers.
11771 * breakpoint.h: Sort headers.
11772 * breakpoint.c: Sort headers.
11773 * break-catch-throw.c: Sort headers.
11774 * break-catch-syscall.c: Sort headers.
11775 * break-catch-sig.c: Sort headers.
11776 * blockframe.c: Sort headers.
11777 * block.c: Sort headers.
11778 * bfin-tdep.c: Sort headers.
11779 * bfin-linux-tdep.c: Sort headers.
11780 * bfd-target.c: Sort headers.
11781 * bcache.c: Sort headers.
11782 * ax-general.c: Sort headers.
11783 * ax-gdb.h: Sort headers.
11784 * ax-gdb.c: Sort headers.
11785 * avr-tdep.c: Sort headers.
11786 * auxv.c: Sort headers.
11787 * auto-load.c: Sort headers.
11788 * arm-wince-tdep.c: Sort headers.
11789 * arm-tdep.c: Sort headers.
11790 * arm-symbian-tdep.c: Sort headers.
11791 * arm-pikeos-tdep.c: Sort headers.
11792 * arm-obsd-tdep.c: Sort headers.
11793 * arm-nbsd-tdep.c: Sort headers.
11794 * arm-nbsd-nat.c: Sort headers.
11795 * arm-linux-tdep.c: Sort headers.
11796 * arm-linux-nat.c: Sort headers.
11797 * arm-fbsd-tdep.c: Sort headers.
11798 * arm-fbsd-nat.c: Sort headers.
11799 * arm-bsd-tdep.c: Sort headers.
11800 * arch-utils.c: Sort headers.
11801 * arc-tdep.c: Sort headers.
11802 * arc-newlib-tdep.c: Sort headers.
11803 * annotate.h: Sort headers.
11804 * annotate.c: Sort headers.
11805 * amd64-windows-tdep.c: Sort headers.
11806 * amd64-windows-nat.c: Sort headers.
11807 * amd64-tdep.c: Sort headers.
11808 * amd64-sol2-tdep.c: Sort headers.
11809 * amd64-obsd-tdep.c: Sort headers.
11810 * amd64-obsd-nat.c: Sort headers.
11811 * amd64-nbsd-tdep.c: Sort headers.
11812 * amd64-nbsd-nat.c: Sort headers.
11813 * amd64-nat.c: Sort headers.
11814 * amd64-linux-tdep.c: Sort headers.
11815 * amd64-linux-nat.c: Sort headers.
11816 * amd64-fbsd-tdep.c: Sort headers.
11817 * amd64-fbsd-nat.c: Sort headers.
11818 * amd64-dicos-tdep.c: Sort headers.
11819 * amd64-darwin-tdep.c: Sort headers.
11820 * amd64-bsd-nat.c: Sort headers.
11821 * alpha-tdep.c: Sort headers.
11822 * alpha-obsd-tdep.c: Sort headers.
11823 * alpha-nbsd-tdep.c: Sort headers.
11824 * alpha-mdebug-tdep.c: Sort headers.
11825 * alpha-linux-tdep.c: Sort headers.
11826 * alpha-linux-nat.c: Sort headers.
11827 * alpha-bsd-tdep.c: Sort headers.
11828 * alpha-bsd-nat.c: Sort headers.
11829 * aix-thread.c: Sort headers.
11830 * agent.c: Sort headers.
11831 * addrmap.c: Sort headers.
11832 * ada-varobj.c: Sort headers.
11833 * ada-valprint.c: Sort headers.
11834 * ada-typeprint.c: Sort headers.
11835 * ada-tasks.c: Sort headers.
11836 * ada-lang.c: Sort headers.
11837 * aarch64-tdep.c: Sort headers.
11838 * aarch64-ravenscar-thread.c: Sort headers.
11839 * aarch64-newlib-tdep.c: Sort headers.
11840 * aarch64-linux-tdep.c: Sort headers.
11841 * aarch64-linux-nat.c: Sort headers.
11842 * aarch64-fbsd-tdep.c: Sort headers.
11843 * aarch64-fbsd-nat.c: Sort headers.
11844 * aarch32-linux-nat.c: Sort headers.
11845
699bd4cf
TT
118462019-04-04 Tom Tromey <tom@tromey.com>
11847
11848 * varobj.c (varobj_create): Update.
11849 * rust-exp.y (struct rust_parser) <update_innermost_block,
11850 lookup_symbol>: New methods.
11851 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11852 Rename.
11853 (rust_parser::rust_lookup_type)
11854 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11855 * printcmd.c (display_command, do_one_display): Update.
11856 * parser-defs.h (struct parser_state) <parser_state>: Add
11857 "tracker" parameter.
11858 (block_tracker): New member.
11859 (class innermost_block_tracker) <innermost_block_tracker>: Add
11860 "types" parameter.
11861 <reset>: Remove method.
11862 (innermost_block): Don't declare.
11863 (null_post_parser): Update.
11864 * parse.c (innermost_block): Remove global.
11865 (write_dollar_variable): Update.
11866 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11867 Remove "tracker_types" parameter.
11868 (parse_expression): Add "tracker" parameter.
11869 (parse_expression_for_completion): Update.
11870 (null_post_parser): Add "tracker" parameter.
11871 * p-exp.y: Update rules.
11872 * m2-exp.y: Update rules.
11873 * language.h (struct language_defn) <la_post_parser>: Add
11874 "tracker" parameter.
11875 * go-exp.y: Update rules.
11876 * f-exp.y: Update rules.
11877 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11878 parameter.
11879 * d-exp.y: Update rules.
11880 * c-exp.y: Update rules.
11881 * breakpoint.c (set_breakpoint_condition): Create an
11882 innermost_block_tracker.
11883 (watch_command_1): Likewise.
11884 * ada-lang.c (resolve): Add "tracker" parameter.
11885 (resolve_subexp): Likewise.
11886 * ada-exp.y (write_var_from_sym): Update.
11887
dac43e32
TT
118882019-04-04 Tom Tromey <tom@tromey.com>
11889
11890 * type-stack.h: New file.
11891 * type-stack.c: New file.
11892 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11893 type-stack.h.
11894 (insert_into_type_stack, insert_type, push_type, push_type_int)
11895 (insert_type_address_space, pop_type, pop_type_int)
11896 (pop_typelist, pop_type_stack, append_type_stack)
11897 (push_type_stack, get_type_stack, push_typelist)
11898 (follow_type_instance_flags, follow_types): Don't declare.
11899 * parse.c (type_stack): Remove global.
11900 (parse_exp_in_context): Update.
11901 (insert_into_type_stack, insert_type, push_type, push_type_int)
11902 (insert_type_address_space, pop_type, pop_type_int)
11903 (pop_typelist, pop_type_stack, append_type_stack)
11904 (push_type_stack, get_type_stack, push_typelist)
11905 (follow_type_instance_flags, follow_types): Remove (moved to
11906 type-stack.c).
11907 * f-exp.y (type_stack): New global.
11908 Update rules.
11909 (push_kind_type, f_parse): Update.
11910 * d-exp.y (type_stack): New global.
11911 Update rules.
11912 (d_parse): Update.
11913 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11914 Update rules.
11915 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11916 (HFILES_NO_SRCDIR): Add type-stack.h.
11917
2a612529
TT
119182019-04-04 Tom Tromey <tom@tromey.com>
11919
11920 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11921 (rust_parser::convert_ast_to_expression, rust_parse)
11922 (rust_lex_test_completion, rust_lex_tests): Update.
11923 * parser-defs.h (struct expr_completion_state): New.
11924 (struct parser_state) <parser_state>: Add completion parameter.
11925 <mark_struct_expression, mark_completion_tag>: New methods.
11926 <parse_completion, m_completion_state>: New members.
11927 (prefixify_expression, null_post_parser): Update.
11928 (mark_struct_expression, mark_completion_tag): Don't declare.
11929 * parse.c (parse_completion, expout_last_struct)
11930 (expout_tag_completion_type, expout_completion_name): Remove
11931 globals.
11932 (parser_state::mark_struct_expression)
11933 (parser_state::mark_completion_tag): Now methods.
11934 (prefixify_expression): Add last_struct parameter.
11935 (prefixify_subexp): Likewise.
11936 (parse_exp_1): Update.
11937 (parse_exp_in_context): Add cstate parameter. Update.
11938 (parse_expression_for_completion): Create an
11939 expr_completion_state.
11940 (null_post_parser): Add "completion" parameter.
11941 * p-exp.y: Update rules.
11942 (yylex): Update.
11943 * language.h (struct language_defn) <la_post_parser>: Add
11944 "completing" parameter.
11945 * go-exp.y: Update rules.
11946 (lex_one_token): Update.
11947 * expression.h (parse_completion): Don't declare.
11948 * d-exp.y: Update rules.
11949 (lex_one_token): Update rules.
11950 * c-exp.y: Update rules.
11951 (lex_one_token): Update.
11952 * ada-lang.c (resolve): Add "parse_completion" parameter.
11953 (resolve_subexp): Likewise.
11954 (ada_resolve_function): Likewise.
11955
43476f0b
TT
119562019-04-04 Tom Tromey <tom@tromey.com>
11957
11958 * parser-defs.h (struct parser_state) <start_arglist,
11959 end_arglist>: New methods.
11960 <arglist_len, m_funcall_chain>: New members.
11961 (arglist_len, start_arglist, end_arglist): Don't declare.
11962 * parse.c (arglist_len, funcall_chain): Remove global.
11963 (start_arglist, end_arglist): Remove functions.
11964 (parse_exp_in_context): Update.
11965 * p-exp.y: Update rules.
11966 * m2-exp.y: Update rules.
11967 * go-exp.y: Update rules.
11968 * f-exp.y: Update rules.
11969 * d-exp.y: Update rules.
11970 * c-exp.y: Update rules.
11971
5776fca3
TT
119722019-04-04 Tom Tromey <tom@tromey.com>
11973
11974 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11975 lex_operator, push_back>: New methods.
11976 Update all rules.
11977 (rust_parser::lex_hex, lex_escape): Rename and update.
11978 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11979 (rust_parser::lex_operator): Rename and update.
11980 (rust_parser::lex_number, rustyylex, rustyyerror)
11981 (rust_lex_test_init, rust_lex_test_sequence)
11982 (rust_lex_test_push_back, rust_lex_tests): Update.
11983 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11984 parameter.
11985 <lexptr, prev_lexptr>: New members.
11986 (lexptr, prev_lexptr): Don't declare.
11987 * parse.c (lexptr, prev_lexptr): Remove globals.
11988 (parse_exp_in_context): Update.
11989 * p-exp.y (yylex, yyerror): Update.
11990 * m2-exp.y (parse_number, yylex, yyerror): Update.
11991 * go-exp.y (lex_one_token, yyerror): Update.
11992 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11993 * d-exp.y (lex_one_token, yyerror): Update.
11994 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11995 (lex_one_token, yyerror): Update.
11996 * ada-lex.l (YY_INPUT): Update.
11997 (rewind_to_char): Update.
11998 * ada-exp.y (yyerror): Update.
11999
8621b685
TT
120002019-04-04 Tom Tromey <tom@tromey.com>
12001
12002 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12003 * parser-defs.h (struct parser_state) <parser_state>: Add new
12004 parameter.
12005 <comma_terminates>: New member.
12006 (comma_terminates): Don't declare global.
12007 * parse.c (comma_terminates): Remove global.
12008 (parse_exp_in_context): Update.
12009 * p-exp.y (yylex): Update.
12010 * m2-exp.y (yylex): Update.
12011 * go-exp.y (lex_one_token): Update.
12012 * f-exp.y (yylex): Update.
12013 * d-exp.y (lex_one_token): Update.
12014 * c-exp.y (lex_one_token): Update.
12015 * ada-lex.l: Update.
12016
28aaf3fd
TT
120172019-04-04 Tom Tromey <tom@tromey.com>
12018
12019 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12020 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12021 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12022 * parser-defs.h (paren_depth): Don't declare.
12023 * parse.c (paren_depth): Remove global.
12024 (parse_exp_in_context): Update.
12025 * p-exp.y (paren_depth): New global.
12026 (pascal_parse): Initialize it.
12027 * m2-exp.y (paren_depth): New global.
12028 (m2_parse): Initialize it.
12029 * go-exp.y (paren_depth): New global.
12030 (go_parse): Initialize it.
12031 * f-exp.y (paren_depth): New global.
12032 (f_parse): Initialize it.
12033 * d-exp.y (paren_depth): New global.
12034 (d_parse): Initialize it.
12035 * c-exp.y (paren_depth): New global.
12036 (c_parse): Initialize it.
12037 * ada-lex.l (paren_depth): New global.
12038 (lexer_init): Initialize it.
12039
1e58a4a4
TT
120402019-04-04 Tom Tromey <tom@tromey.com>
12041
12042 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12043 (rust_parser::convert_ast_to_type)
12044 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12045 * parser-defs.h (struct parser_state) <parser_state>: Add
12046 parameters. Initialize new members.
12047 <expression_context_block, expression_context_pc>: New members.
12048 * parse.c (expression_context_block, expression_context_pc):
12049 Remove globals.
12050 (parse_exp_in_context): Update.
12051 * p-exp.y: Update all rules.
12052 (yylex): Update.
12053 * m2-exp.y: Update all rules.
12054 (yylex): Update.
12055 * go-exp.y (yylex): Update.
12056 * f-exp.y (yylex): Update.
12057 * d-exp.y: Update all rules.
12058 (yylex): Update.
12059 * c-exp.y: Update all rules.
12060 (lex_one_token, classify_name, yylex, c_parse): Update.
12061 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12062
37eedb39
TT
120632019-04-04 Tom Tromey <tom@tromey.com>
12064
12065 * gdbarch.h, gdbarch.c: Rebuild.
12066 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12067 * stap-probe.h:
12068 (struct stap_parse_info): Replace "parser_state" with
12069 "expr_builder".
12070 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12071 (parser_state): New class.
12072 * parse.c (expr_builder): Rename.
12073 (expr_builder::release): Rename.
12074 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12075 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12076 (write_exp_elt_longcst, write_exp_elt_floatcst)
12077 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12078 (write_exp_string_vector, write_exp_bitstring)
12079 (write_exp_msymbol, mark_struct_expression)
12080 (write_dollar_variable)
12081 (insert_type_address_space, increase_expout_size): Replace
12082 "parser_state" with "expr_builder".
12083 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12084 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12085 "parser_state" with "expr_builder".
12086
73923d7e
TT
120872019-04-04 Tom Tromey <tom@tromey.com>
12088
12089 * rust-exp.y: Replace "parse_language" with method call.
12090 * p-exp.y:
12091 (yylex): Replace "parse_language" with method call.
12092 * m2-exp.y:
12093 (yylex): Replace "parse_language" with method call.
12094 * go-exp.y (classify_name): Replace "parse_language" with method
12095 call.
12096 * f-exp.y (yylex): Replace "parse_language" with method call.
12097 * d-exp.y (lex_one_token): Replace "parse_language" with method
12098 call.
12099 * c-exp.y:
12100 (lex_one_token, classify_name, yylex): Replace "parse_language"
12101 with method call.
12102 * ada-exp.y (find_primitive_type, type_char)
12103 (type_system_address): Replace "parse_language" with method call.
12104
fa9f5be6
TT
121052019-04-04 Tom Tromey <tom@tromey.com>
12106
12107 * rust-exp.y: Replace "parse_gdbarch" with method call.
12108 * parse.c (write_dollar_variable, insert_type_address_space):
12109 Replace "parse_gdbarch" with method call.
12110 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12111 call.
12112 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12113 call.
12114 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12115 "parse_gdbarch" with method call.
12116 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12117 with method call.
12118 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12119 "parse_gdbarch" with method call.
12120 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12121 "parse_gdbarch" with method call.
12122 * c-exp.y (parse_type, parse_number, classify_name): Replace
12123 "parse_gdbarch" with method call.
12124 * ada-lex.l: Replace "parse_gdbarch" with method call.
12125 * ada-exp.y (parse_type, find_primitive_type, type_char)
12126 (type_system_address): Replace "parse_gdbarch" with method call.
12127
1201a264
TT
121282019-04-04 Tom Tromey <tom@tromey.com>
12129
12130 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12131 * stap-probe.c (stap_parse_argument): Update.
12132 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12133 initial_size parameter.
12134 * rust-exp.y (rust_lex_tests): Update.
12135 * parse.c (parser_state): Update.
12136 (parse_exp_in_context): Update.
12137 * parser-defs.h (struct parser_state) <parser_state>: Remove
12138 "initial_size" parameter.
12139
e3980ce2
TT
121402019-04-04 Tom Tromey <tom@tromey.com>
12141
12142 * parser-defs.h (increase_expout_size): Don't declare.
12143 * parse.c (increase_expout_size): Now static.
12144
e9f8e3f1
TS
121452019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12146
12147 * gnu-nat.c (gnu_nat_target::wait): Fix
12148 target_waitstatus_to_string call.
12149
d7df6549
AB
121502019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12151
12152 * eval.c (evaluate_subexp_standard): Handle internal functions
12153 during Fortran function call handling.
12154
8bdc1658
AB
121552019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12156
12157 * NEWS: Mention new internal functions.
12158 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12159 (read_base_type): Use dwarf2_init_complex_target_type.
12160 * value.c (creal_internal_fn): New function.
12161 (cimag_internal_fn): New function.
12162 (_initialize_values): Register new internal functions.
12163
c29705b7
PW
121642019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12165
12166 * infrun.c (stop_all_threads): If debug_infrun, always
12167 trace the wait status after wait_one, using
12168 target_waitstatus_to_string and target_pid_to_str.
12169 (handle_inferior_event): Replace various trace of
12170 wait status kind by a single trace.
12171 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12172 wait status kind image by target_waitstatus_to_string.
12173 * target/waitstatus.c (target_waitstatus_to_string): Fix
12174 obsolete comment.
12175
05caa1d2
TT
121762019-04-01 Tom Tromey <tromey@adacore.com>
12177
12178 PR symtab/23331:
12179 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12180
9d1447e0
SDJ
121812019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12182 Pedro Alves <palves@redhat.com>
12183
12184 * top.c (quit_force): Call 'finalize_values'.
12185 * value.c (finalize_values): New function.
12186 * value.h (finalize_values): Declare.
12187
7734102d
EZ
121882019-03-30 Eli Zaretskii <eliz@gnu.org>
12189
12190 * NEWS: Announce $_gdb_major and $_gdb_minor.
12191
12192 * top.c (init_gdb_version_vars): New function.
12193 (gdb_init): Call init_gdb_version_vars.
12194
188e1fa9
TT
121952019-03-29 Tom Tromey <tromey@adacore.com>
12196
12197 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12198 help text. Remove dead code.
12199
2880242d
KS
122002019-03-29 Keith Seitz <keiths@redhat.com>
12201
12202 From Siddhesh Poyarekar:
12203 * f-lang.h (f77_get_upperbound): Return LONGEST.
12204 (f77_get_lowerbound): Likewise.
12205 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12206 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12207 print them.
12208 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12209 plongest to format print it.
12210 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12211 (f77_get_upperbound): Likewise.
12212 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12213 LOWER_BOUND to LONGEST.
12214 (f77_create_arrayprint_offset_tbl): Likewise.
12215
cc1defb1
KS
122162019-03-29 Keith Seitz <keiths@redhat.com>
12217
12218 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12219 %s/pulongest for TYPE_LENGTH instead of %d in format
12220 strings.
12221 * ada-typerint.c (ada_print_type): Likewise.
12222 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12223 * compile/compile-c-support.c (generate_register_struct): Likewise.
12224 * gdbtypes.c (recursive_dump_type): Likewise.
12225 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12226 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12227 instead of %d in format strings.
12228 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12229 to std::min to ULONGEST.
12230 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12231 instead of %d in format strings.
12232 * tracepoint.c (info_scope_command): Likewise.
12233 * typeprint.c (print_offset_data::update)
12234 (print_offset_data::finish): Likewise.
12235 * xtensa-tdep.c (xtensa_store_return_value)
12236 (xtensa_push_dummy_call): Likewise.
12237
e432ccf1
JT
122382019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12239
12240 * windows-nat.c (display_selector): Fixed format specifications
12241 for 64-bit Cygwin.
12242
65d2b333
PW
122432019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12244
12245 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12246
f489207e
SL
122472019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12248
12249 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12250 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12251 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12252 (nios2_linux_init_abi): Install it.
12253
bffa1015
AH
122542019-03-28 Alan Hayward <alan.hayward@arm.com>
12255
12256 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12257
fc96163a
AH
122582019-03-28 Alan Hayward <alan.hayward@arm.com>
12259
12260 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12261
20dc7e9b
PW
122622019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12263 Tom Tromey <tromey@adacore.com>
12264
12265 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12266
7f5331a8
JB
122672019-03-26 Joel Brobecker <brobecker@adacore.com>
12268
12269 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12270 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12271 method to compute the bounds of range types. Also print "[evaluated]"
12272 if the bounds' values come from a dynamic evaluation.
12273
18c77628
AB
122742019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12275
12276 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12277 whitespace when pretty printing is on.
12278
53c973f2
AH
122792019-03-26 Alan Hayward <alan.hayward@arm.com>
12280
e79be6e5 12281 * ppc-linux-nat.c: Add include.
53c973f2 12282
d851aa71
AH
122832019-03-26 Alan Hayward <alan.hayward@arm.com>
12284
e79be6e5 12285 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12286
2fe7bab7
AH
122872019-03-26 Alan Hayward <alan.hayward@arm.com>
12288
e79be6e5 12289 * arm-linux-nat.c: Add include.
2fe7bab7 12290
068ef30e
SM
122912019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12292
12293 * source-cache.c (source_cache::get_source_lines): Re-read
12294 fullname after calling open_source_file.
12295
81a24d04
JB
122962019-03-25 John Baldwin <jhb@FreeBSD.org>
12297
12298 * NEWS: Mention TLS support for FreeBSD.
12299
79e7ae11
TT
123002019-03-25 Tom Tromey <tromey@adacore.com>
12301
12302 * minsyms.c (BUNCH_SIZE): Update comment.
12303 (~minimal_symbol_reader): Remove old comment.
12304 (compact_minimal_symbols): Update comment.
12305 (minimal_symbol_reader::install): Remove old comment. Update
12306 other comments.
12307
d45963c2
AH
123082019-03-25 Alan Hayward <alan.hayward@arm.com>
12309
12310 * s390-linux-nat.c: Add include.
12311
0f83012e
AH
123122019-03-25 Alan Hayward <alan.hayward@arm.com>
12313
12314 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12315 Call linux_get_hwcap.
12316 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12317 Likewise.
12318 (aarch64_linux_get_hwcap): Remove function.
12319 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12320 declaration.
12321 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12322 linux_get_hwcap.
12323 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12324 * linux-tdep.c (linux_get_hwcap): Add function.
12325 (linux_get_hwcap2): Likewise.
12326 * linux-tdep.h (linux_get_hwcap): Add declaration.
12327 (linux_get_hwcap2): Likewise.
12328 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12329 (ppc_linux_get_hwcap2): Likewise.
12330 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12331 linux_get_hwcap.
12332 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12333 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12334 (ppc_linux_nat_target::read_description): Likewise.
12335 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12336 * s390-linux-nat.c: Likewise.
12337 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12338
6640a367
TT
123392019-03-24 Tom Tromey <tom@tromey.com>
12340
12341 * ada-lang.c (standard_lookup): Simplify initialization.
12342 (ada_lookup_symbol_nonlocal): Simplify return.
12343 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12344 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12345 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12346 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12347 initialization.
12348 * solib.c (solib_global_lookup): Simplify.
12349 * symtab.c (null_block_symbol): Remove.
12350 (symbol_cache_lookup): Simplify returns.
12351 (lookup_language_this): Simplify returns.
12352 (lookup_symbol_aux): Simplify return.
12353 (lookup_local_symbol): Simplify returns.
12354 (lookup_global_symbol_from_objfile): Simplify return.
12355 (lookup_symbol_in_objfile_symtabs)
12356 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12357 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12358 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12359 * cp-namespace.c (cp_lookup_bare_symbol)
12360 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12361 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12362 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12363 (cp_lookup_symbol_via_imports): Simplify initialization.
12364 (find_symbol_in_baseclass): Likewise.
12365 * symtab.h (null_block_symbol): Remove.
12366 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12367 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12368 (d_lookup_symbol_module): Likewise.
12369 (find_symbol_in_baseclass): Simplify initialization.
12370
a930ebcd
TT
123712019-03-24 Tom Tromey <tom@tromey.com>
12372
12373 * expression.h: Don't include symtab.h.
12374 (struct block): Forward declare.
12375
582942f4
TT
123762019-03-24 Tom Tromey <tom@tromey.com>
12377
12378 * c-exp.y (typebase): Remove casts.
12379 * gdbtypes.c (lookup_unsigned_typename, )
12380 (lookup_signed_typename): Remove cast.
12381 * eval.c (parse_to_comma_and_eval): Remove cast.
12382 * parse.c (write_dollar_variable): Remove cast.
12383 * block.h (struct block) <superblock>: Now const.
12384 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12385 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12386 (map_block): Make "block" const.
12387 * symfile.h (struct quick_symbol_functions)
12388 <map_matching_symbols>: Constify block argument to "callback".
12389 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12390 const.
12391 (find_pc_sect_compunit_symtab): Make "b" const.
12392 (find_symbol_at_address): Likewise.
12393 (search_symbols): Likewise.
12394 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12395 (dw2_debug_names_lookup_symbol): Likewise.
12396 (dw2_map_matching_symbols): Update.
12397 * p-valprint.c (pascal_val_print): Remove "block".
12398 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12399 (aux_add_nonlocal_symbols): Make "block" const.
12400 (resolve_subexp): Remove cast.
12401 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12402 const.
12403 (iterate_over_file_blocks): Likewise.
12404 * f-exp.y (%union) <bval>: Remove.
12405 * coffread.c (patch_opaque_types): Make "b" const.
12406 * spu-tdep.c (spu_catch_start): Make "block" const.
12407 * c-valprint.c (print_unpacked_pointer): Remove "block".
12408 * symmisc.c (dump_symtab_1): Make "b" const.
12409 (block_depth): Make "block" const.
12410 * d-exp.y (%union) <bval>: Remove.
12411 * cp-support.h (cp_lookup_rtti_type): Update.
12412 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12413 * psymtab.c (psym_lookup_symbol): Make "block" const.
12414 (maintenance_check_psymtabs): Make "b" const.
12415 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12416 (enumerate_locals, enumerate_args): Update.
12417 * python/py-symtab.c (stpy_global_block): Make "block" const.
12418 (stpy_static_block): Likewise.
12419 * inline-frame.c (block_starting_point_at): Make "new_block"
12420 const.
12421 * block.c (find_block_in_blockvector): Make return type const.
12422 (blockvector_for_pc_sect): Make "b" const.
12423 (find_block_in_blockvector): Make "b" const.
12424
7ad417dd
TT
124252019-03-23 Tom Tromey <tom@tromey.com>
12426
12427 * varobj.c (varobj_create): Update.
12428 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12429 * printcmd.c (display_command, do_one_display): Don't reset
12430 innermost_block.
12431 * parser-defs.h (enum innermost_block_tracker_type): Move to
12432 expression.h.
12433 (innermost_block): Update comment.
12434 * parse.c (parse_exp_1): Add tracker_types parameter.
12435 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12436 tracker_types parameter. Reset innermost_block.
12437 (parse_exp_in_context): Remove.
12438 (parse_expression_for_completion): Update.
12439 * objfiles.c (~objfile): Don't reset expression_context_block or
12440 innermost_block.
12441 * expression.h (enum innermost_block_tracker_type): Move from
12442 parser-defs.h.
12443 (parse_exp_1): Add tracker_types parameter.
12444 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12445 reset innermost_block.
12446
b366c208
TT
124472019-03-23 Tom Tromey <tom@tromey.com>
12448
12449 * objfiles.h: Include bcache.h.
12450
9bb9b2f9
TT
124512019-03-23 Tom Tromey <tom@tromey.com>
12452
12453 * linespec.c (get_current_search_block): Use
12454 scoped_restore_current_language.
12455 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12456
59c28372
AH
124572019-03-22 Alan Hayward <alan.hayward@arm.com>
12458 Jiong Wang <jiong.wang@arm.com>
12459
12460 * aarch64-linux-tdep.c
12461 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12462 section.
12463 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12464
17e116a7
AH
124652019-03-22 Alan Hayward <alan.hayward@arm.com>
12466 Jiong Wang <jiong.wang@arm.com>
12467
12468 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12469 instructions.
12470 (aarch64_analyze_prologue_test): Add PACIASP test.
12471 (aarch64_prologue_prev_register): Unmask PC value.
12472
11e1b75f
AH
124732019-03-22 Alan Hayward <alan.hayward@arm.com>
12474 Jiong Wang <jiong.wang@arm.com>
12475
12476 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12477 (aarch64_dwarf2_prev_register): Unmask PC value.
12478 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12479 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12480 DW_CFA_AARCH64_negate_ra_state.
12481 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12482
34dcc7cf
AH
124832019-03-22 Alan Hayward <alan.hayward@arm.com>
12484 Jiong Wang <jiong.wang@arm.com>
12485
12486 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12487 registers.
12488 (aarch64_pseudo_register_name): Likewise.
12489 (aarch64_pseudo_register_type): Likewise.
12490 (aarch64_pseudo_register_reggroup_p): Likewise.
12491 (aarch64_gdbarch_init): Add pauth registers.
12492 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12493 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12494 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12495 (struct gdbarch_tdep): Add regnum for ra_state.
12496
1ef53e6b
AH
124972019-03-22 Alan Hayward <alan.hayward@arm.com>
12498 Jiong Wang <jiong.wang@arm.com>
12499
12500 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12501
76bed0fd
AH
125022019-03-22 Alan Hayward <alan.hayward@arm.com>
12503 Jiong Wang <jiong.wang@arm.com>
12504
12505 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12506 function.
12507 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12508 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12509 (aarch64_gdbarch_init): Add puth registers.
12510 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12511 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12512 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12513
ee4fbcfa
AH
125142019-03-22 Alan Hayward <alan.hayward@arm.com>
12515 Jiong Wang <jiong.wang@arm.com>
12516
12517 * aarch64-linux-nat.c
12518 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12519 * aarch64-linux-tdep.c
12520 (aarch64_linux_core_read_description): Likewise.
12521 (aarch64_linux_get_hwcap): New function.
12522 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12523 (aarch64_linux_get_hwcap): New declaration.
12524
6dc0ebde
AH
125252019-03-22 Alan Hayward <alan.hayward@arm.com>
12526 Jiong Wang <jiong.wang@arm.com>
12527
12528 * aarch64-linux-nat.c
12529 (aarch64_linux_nat_target::read_description): Add pauth param.
12530 * aarch64-linux-tdep.c
12531 (aarch64_linux_core_read_description): Likewise.
12532 * aarch64-tdep.c (struct target_desc): Add in pauth.
12533 (aarch64_read_description): Add pauth param.
12534 (aarch64_gdbarch_init): Likewise.
12535 * aarch64-tdep.h (aarch64_read_description): Likewise.
12536 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12537 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12538 * features/Makefile: Add new files.
12539 * features/aarch64-pauth.c: New file.
12540 * features/aarch64-pauth.xml: New file.
12541
595915c1
TT
125422019-03-20 Tom Tromey <tromey@adacore.com>
12543
12544 * infrun.c (handle_inferior_event): Rename from
12545 handle_inferior_event_1. Create a scoped_value_mark.
12546 (handle_inferior_event): Remove.
12547
4c7d57e7
TT
125482019-03-19 Tom Tromey <tromey@adacore.com>
12549
12550 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12551 * infrun.h (print_stop_event): Add "displays" parameter.
12552 * infrun.c (print_stop_event): Add "displays" parameter.
12553
cb246234
PA
125542019-03-19 Pedro Alves <palves@redhat.com>
12555
12556 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12557 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12558 to -1. Fix TABs vs spaces.
12559 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12560 * tui/tui-out.h (tui_ui_out) Add intro comments.
12561 <m_line, m_start_of_line>: In-class initialize, and add describing
12562 comment.
12563
3a0e45b2
AH
125642019-03-18 Alan Hayward <alan.hayward@arm.com>
12565
12566 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12567 variable names.
12568 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12569
5371b850
PA
125702019-03-18 Pedro Alves <palves@redhat.com>
12571 Eli Zaretskii <eliz@gnu.org>
12572
12573 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12574 m_line and m_start_of_line.
12575
b17c4cd0
EZ
125762019-03-18 Eli Zaretskii <eliz@gnu.org>
12577
12578 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12579 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12580 it returns a newline. This fixes a regression in TU mode, whereby
12581 the next line is output on the same screen line as the user input.
12582
4bd56d18
TT
125832019-03-18 Tom Tromey <tromey@adacore.com>
12584
12585 * minsyms.c (minimal_symbol_reader::install): Remove call to
12586 obstack_blank.
12587
55c10aca
PA
125882019-03-18 Pedro Alves <palves@redhat.com>
12589
12590 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12591 New globals.
12592 (apply_style): New, factored out from ...
12593 (apply_ansi_escape): ... this. Handle reverse video mode.
12594 (tui_set_reverse_mode): New function.
12595 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12596 * tui/tui-winsource.c (tui_show_source_line): Use
12597 tui_set_reverse_mode instead of setting A_STANDOUT.
12598 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12599 New setter methods.
12600
647bb750
HD
126012019-03-18 Hannes Domani <ssbssa@yahoo.de>
12602
12603 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12604 Handle tabs.
12605
bff8c71f
TT
126062019-03-18 Tom Tromey <tromey@adacore.com>
12607
12608 * ada-lang.c (empty_array): Add "high" parameter.
12609 (ada_evaluate_subexp): Update.
12610
58785d98
ST
126112019-03-17 Sergei Trofimovich <siarheit@google.com>
12612
12613 * unittests/string_view-selftests.c: Define
12614 _initialize_string_view_selftests unconditionally.
12615
d4cbef22
ВМ
126162019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12617
12618 PR gdb/24350
12619 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12620
fce4c071
ВМ
126212019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12622
12623 PR gdb/24351
12624 * windows-nat.c (display_selector): Fix format specifiers.
12625
f7f0a123
EZ
126262019-03-17 Eli Zaretskii <eliz@gnu.org>
12627
12628 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12629 tui_refill_source_window instead of tui_refresh_win, to update the
12630 current execution line. This fixes redisplay of the current line
12631 when stepping through the code with "next" or "step".
12632
ab42892f
EZ
126332019-03-16 Eli Zaretskii <eliz@gnu.org>
12634
12635 * source-cache.c (source_cache::get_source_lines): Call
12636 find_source_lines to initialize s->nlines. This fixes vertical
12637 scrolling of TUI source window when the DOWN arrow is pressed.
12638
8d8c087f
PW
126392019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12640
12641 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12642 linux-thread-db.c (_initialize_thread_db): Likewise.
12643
798e1c30
EZ
126442019-03-16 Eli Zaretskii <eliz@gnu.org>
12645
12646 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12647 wclrtoeol in tui_show_source_line". This reverts changes made in
12648 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12649
eefba3da
TT
126502019-03-15 Tom Tromey <tom@tromey.com>
12651
12652 * symtab.h (struct minimal_symbol): Derive from
12653 general_symbol_info.
12654 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12655 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12656 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12657 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12658 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12659 (MSYMBOL_SEARCH_NAME): Update.
12660 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12661 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12662 * minsyms.c (minimal_symbol_reader::record_full): Update.
12663
0de2420c
TT
126642019-03-15 Tom Tromey <tom@tromey.com>
12665
12666 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12667
042d75e4
TT
126682019-03-15 Tom Tromey <tom@tromey.com>
12669
12670 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12671 unique_xmalloc_ptr.
12672 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12673 Update.
12674 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12675 (build_minimal_symbol_hash_tables)
12676 (minimal_symbol_reader::install): Update.
12677
db92718b
TT
126782019-03-15 Tom Tromey <tom@tromey.com>
12679
12680 * symtab.c (create_demangled_names_hash): Update.
12681 (symbol_set_names): Update.
12682 * objfiles.h (struct objfile_per_bfd_storage)
12683 <demangled_names_hash>: Now an htab_up.
12684 * objfiles.c (objfile_per_bfd_storage): Simplify.
12685
d6797f46
TT
126862019-03-15 Tom Tromey <tom@tromey.com>
12687
12688 * objfiles.h (struct objfile_per_bfd_storage): Declare
12689 destructor.
12690 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12691 New.
12692 (get_objfile_bfd_data): Use new. Don't initialize
12693 language_of_main.
12694 (free_objfile_per_bfd_storage): Remove.
12695 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12696
741d7538
TT
126972019-03-15 Tom Tromey <tom@tromey.com>
12698
12699 * symfile.c (reread_symbols): Update.
12700 * objfiles.c (objfile::objfile): Update.
12701 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12702 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12703 comment.
12704 (minimal_symbol_reader::install): Update.
12705 (terminate_minimal_symbol_table): Remove.
12706 * jit.c (jit_object_close_impl): Update.
12707
788c80d1
TT
127082019-03-15 Tom Tromey <tom@tromey.com>
12709
12710 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12711 initializations.
12712
1b7a07cb
TT
127132019-03-15 Tom Tromey <tom@tromey.com>
12714
12715 * objfiles.h (struct objfile_per_bfd_storage)
12716 <demangled_hash_languages>: Now a bitset.
12717 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12718 (lookup_minimal_symbol): Update.
12719
3db066bc
TT
127202019-03-15 Tom Tromey <tom@tromey.com>
12721
12722 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12723 Don't return the symbol.
12724 * coffread.c (record_minimal_symbol): Use record_full.
12725
3fff2c37
EZ
127262019-03-14 Eli Zaretskii <eliz@gnu.org>
12727
12728 The MS-Windows port of ncurses fails to switch to a color pair if
12729 one or both of the colors are the implicit default colors. This
12730 change records the default colors when TUI is initialized, and
12731 then specifies them explicitly when a color pair uses the default
12732 colors. This allows color styling in TUI mode on MS-Windows.
12733
12734 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12735 ncurses_norm_attr.
12736 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12737 colors in ncurses_norm_attr.
12738 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12739 "none", replace it with the default color recorded in
12740 ncurses_norm_attr.
12741
3b336828
TT
127422019-03-14 Tom Tromey <tromey@adacore.com>
12743
12744 * source-cache.h (class source_cache) <get_source_lines>: Return
12745 std::string.
12746 * source-cache.c (source_cache::extract_lines): Handle case where
12747 first_pos==npos. Return std::string.
12748 (source_cache::get_source_lines): Update.
12749
d085f989
TT
127502019-03-14 Tom Tromey <tromey@adacore.com>
12751
12752 * NEWS: Add item for "style sources" commands.
12753 * source-cache.c (source_cache::get_source_lines): Check
12754 source_styling.
12755 * cli/cli-style.c (source_styling): New global.
12756 (_initialize_cli_style): Add "style sources" commands.
12757 (show_style_sources): New function.
12758 * cli/cli-style.h (source_styling): Declare.
12759
6f11e682
TT
127602019-03-14 Pedro Alves <palves@redhat.com>
12761 Tom Tromey <tromey@adacore.com>
12762
12763 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12764 * tui/tui-winsource.c (tui_refill_source_window): New function,
12765 from...
12766 (tui_horizontal_source_scroll): ... here. Move some logic.
12767 * cli/cli-style.c (set_style_enabled): Notify new observable.
12768 * tui/tui-hooks.c (tui_redisplay_source): New function.
12769 (tui_attach_detach_observers): Attach or detach
12770 tui_redisplay_source.
12771 * observable.h (source_styling_changed): New observable.
12772 * observable.c: Define source_styling_changed observable.
12773
a068643d
TT
127742019-03-13 Tom Tromey <tromey@adacore.com>
12775
12776 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12777 (i386_gnu_nat_target::store_registers): Update.
12778 * target-debug.h (target_debug_print_std_string): New macro.
12779 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12780 * windows-tdep.c (display_one_tib): Update.
12781 * tui/tui-stack.c (tui_make_status_line): Update.
12782 * top.c (print_inferior_quit_action): Update.
12783 * thread.c (thr_try_catch_cmd): Update.
12784 (add_thread_with_info): Update.
12785 (thread_target_id_str): Update.
12786 (thr_try_catch_cmd): Update.
12787 (thread_command): Update.
12788 (thread_find_command): Update.
12789 * record-btrace.c (record_btrace_target::info_record)
12790 (record_btrace_resume_thread, record_btrace_target::resume)
12791 (record_btrace_cancel_resume, record_btrace_step_thread)
12792 (record_btrace_target::wait, record_btrace_target::wait)
12793 (record_btrace_target::wait, record_btrace_target::stop): Update.
12794 * progspace.c (print_program_space): Update.
12795 * process-stratum-target.c
12796 (process_stratum_target::thread_address_space): Update.
12797 * linux-fork.c (linux_fork_mourn_inferior)
12798 (detach_checkpoint_command, info_checkpoints_command)
12799 (linux_fork_context): Update.
12800 (linux_fork_detach): Update.
12801 (class scoped_switch_fork_info): Update.
12802 (delete_checkpoint_command): Update.
12803 * infrun.c (follow_fork_inferior): Update.
12804 (follow_fork_inferior): Update.
12805 (proceed_after_vfork_done): Update.
12806 (handle_vfork_child_exec_or_exit): Update.
12807 (follow_exec): Update.
12808 (displaced_step_prepare_throw): Update.
12809 (displaced_step_restore): Update.
12810 (start_step_over): Update.
12811 (resume_1): Update.
12812 (clear_proceed_status_thread): Update.
12813 (proceed): Update.
12814 (print_target_wait_results): Update.
12815 (do_target_wait): Update.
12816 (context_switch): Update.
12817 (stop_all_threads): Update.
12818 (restart_threads): Update.
12819 (finish_step_over): Update.
12820 (handle_signal_stop): Update.
12821 (switch_back_to_stepped_thread): Update.
12822 (keep_going_pass_signal): Update.
12823 (print_exited_reason): Update.
12824 (normal_stop): Update.
12825 * inferior.c (inferior_pid_to_str): Change return type.
12826 (print_selected_inferior): Update.
12827 (add_inferior): Update.
12828 (detach_inferior): Update.
12829 * dummy-frame.c (fprint_dummy_frames): Update.
12830 * dcache.c (dcache_info_1): Update.
12831 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12832 (btrace_fetch, btrace_clear): Update.
12833 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12834 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12835 type.
12836 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12837 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12838 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12839 * gdbarch.c, gdbarch.h: Rebuild.
12840 * gdbarch.sh (core_pid_to_str): Change return type.
12841 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12842 return type.
12843 (windows_nat_target::pid_to_str): Change return type.
12844 (windows_delete_thread): Update.
12845 (windows_nat_target::attach): Update.
12846 (windows_nat_target::files_info): Update.
12847 * target-delegates.c: Rebuild.
12848 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12849 return type.
12850 (sol_thread_target::pid_to_str): Change return type.
12851 * remote.c (class remote_target) <pid_to_str>: Change return
12852 type.
12853 (remote_target::pid_to_str): Change return type.
12854 (extended_remote_target::attach, remote_target::remote_stop_ns)
12855 (remote_target::remote_notif_remove_queued_reply)
12856 (remote_target::push_stop_reply, remote_target::disable_btrace):
12857 Update.
12858 (extended_remote_target::attach): Update.
12859 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12860 type.
12861 (gdbsim_target::pid_to_str): Change return type.
12862 * ravenscar-thread.c (struct ravenscar_thread_target)
12863 <pid_to_str>: Change return type.
12864 (ravenscar_thread_target::pid_to_str): Change return type.
12865 * procfs.c (class procfs_target) <pid_to_str>: Change return
12866 type.
12867 (procfs_target::pid_to_str): Change return type.
12868 (procfs_target::attach): Update.
12869 (procfs_target::detach): Update.
12870 (procfs_target::fetch_registers): Update.
12871 (procfs_target::store_registers): Update.
12872 (procfs_target::wait): Update.
12873 (procfs_target::files_info): Update.
12874 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12875 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12876 return type.
12877 (nto_procfs_target::pid_to_str): Change return type.
12878 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12879 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12880 return type.
12881 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12882 (exit_lwp): Update.
12883 (attach_proc_task_lwp_callback, get_detach_signal)
12884 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12885 (linux_nat_target::resume, wait_lwp, stop_callback)
12886 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12887 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12888 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12889 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12890 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12891 type.
12892 (inf_ptrace_target::attach): Update.
12893 (inf_ptrace_target::files_info): Update.
12894 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12895 type.
12896 (go32_nat_target::pid_to_str): Change return type.
12897 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12898 (gnu_nat_target::wait): Update.
12899 (gnu_nat_target::wait): Update.
12900 (gnu_nat_target::resume): Update.
12901 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12902 (fbsd_nat_target::wait): Update.
12903 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12904 type.
12905 (darwin_nat_target::attach): Update.
12906 * corelow.c (class core_target) <pid_to_str>: Change return type.
12907 (core_target::pid_to_str): Change return type.
12908 * target.c (normal_pid_to_str): Change return type.
12909 (default_pid_to_str): Likewise.
12910 (target_pid_to_str): Change return type.
12911 (target_translate_tls_address): Update.
12912 (target_announce_detach): Update.
12913 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12914 return type.
12915 (bsd_uthread_target::pid_to_str): Change return type.
12916 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12917 type.
12918 (bsd_kvm_target::pid_to_str): Change return type.
12919 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12920 return type.
12921 (aix_thread_target::pid_to_str): Change return type.
12922 * target.h (struct target_ops) <pid_to_str>: Change return type.
12923 (target_pid_to_str, normal_pid_to_str): Likewise.
12924 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12925 type.
12926 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12927 type.
12928 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12929 return type.
12930 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12931 type.
12932 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12933 type.
12934 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12935 return type.
12936
b4be1b06
SM
129372019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12938
12939 * NEWS: Mention that the new default MI version is 3. Mention
12940 changes to the output of commands and events that deal with
12941 multi-location breakpoints.
12942 * breakpoint.c: Include "mi/mi-out.h".
12943 (print_one_breakpoint): Change output syntax if using MI version
12944 >= 3.
12945 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12946 New.
12947 (mi_multi_location_breakpoint_output_fixed): New.
12948 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12949 (mi_cmd_fix_multi_location_breakpoint_output): New.
12950 (mi_multi_location_breakpoint_output_fixed): New.
12951 * mi/mi-cmds.c (mi_cmds): Register command
12952 -fix-multi-location-breakpoint-output.
12953 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12954 interpreter "mi".
12955
8e5e5494
SM
129562019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12957
12958 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12959 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12960 instantiate mi_ui_out based on interpreter name.
12961 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12962 * mi/mi-main.c (mi_load_progress): Likewise.
12963
197df35e
JB
129642019-03-12 John Baldwin <jhb@FreeBSD.org>
12965
12966 * NEWS: Combine separate "New targets" sections for 8.3.
12967
8399425f
JB
129682019-03-12 John Baldwin <jhb@FreeBSD.org>
12969
12970 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12971 (ppcfbsd_init_abi): Install gdbarch
12972 "fetch_tls_load_module_address" and "get_thread_local_address"
12973 methods.
12974
b0f87ed0
JB
129752019-03-12 John Baldwin <jhb@FreeBSD.org>
12976
12977 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12978 (riscv_fbsd_init_abi): Install gdbarch
12979 "fetch_tls_load_module_address" and "get_thread_local_address"
12980 methods.
12981
ce25aa57
JB
129822019-03-12 John Baldwin <jhb@FreeBSD.org>
12983
12984 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12985 (i386fbsd_init_abi): Install gdbarch
12986 "fetch_tls_load_module_address" and "get_thread_local_address"
12987 methods.
12988
f5424cfa
JB
129892019-03-12 John Baldwin <jhb@FreeBSD.org>
12990
12991 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12992 (amd64fbsd_init_abi): Install gdbarch
12993 "fetch_tls_load_module_address" and "get_thread_local_address"
12994 methods.
12995
945f3901
JB
129962019-03-12 John Baldwin <jhb@FreeBSD.org>
12997
12998 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12999 (struct fbsd_pspace_data): New type.
13000 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13001 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13002 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13003 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13004 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13005
ef0bd204
JB
130062019-03-12 John Baldwin <jhb@FreeBSD.org>
13007
13008 * gdbtypes.c (lookup_struct_elt): New function.
13009 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13010 * gdbtypes.h (struct struct_elt): New type.
13011 (lookup_struct_elt): New prototype.
13012
36c53a02
JB
130132019-03-12 John Baldwin <jhb@FreeBSD.org>
13014
13015 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13016 remove disabled code block.
13017
6e056c81
JB
130182019-03-12 John Baldwin <jhb@FreeBSD.org>
13019
13020 * gdbarch.sh (get_thread_local_address): New method.
13021 * gdbarch.h, gdbarch.c: Regenerate.
13022 * target.c (target_translate_tls_address): Use
13023 gdbarch_get_thread_local_address if present instead of
13024 target::get_thread_local_address.
13025
cd250a18
JB
130262019-03-12 John Baldwin <jhb@FreeBSD.org>
13027
13028 * target.h (target::get_thread_local_address): Update comment.
13029
df22c1e5
JB
130302019-03-12 John Baldwin <jhb@FreeBSD.org>
13031
13032 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13033 objfile->separate_debug_objfile_backlink if not NULL.
13034
dd6876c9
JB
130352019-03-12 John Baldwin <jhb@FreeBSD.org>
13036
13037 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13038 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13039 (amd64bsd_store_inferior_registers): Likewise.
13040 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13041 Enable segment base registers.
13042 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13043 PT_GETFSBASE and PT_GETGSBASE.
13044 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13045 PT_SETGSBASE.
13046 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13047 segment base registers.
13048 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13049
1163a4b7
JB
130502019-03-12 John Baldwin <jhb@FreeBSD.org>
13051
13052 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13053 Update calls to i386_target_description to add 'segments'
13054 parameter.
13055 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13056 add segment base registers.
13057 * arch/i386.c (i386_create_target_description): Add 'segments'
13058 parameter to enable segment base registers.
13059 * arch/i386.h (i386_create_target_description): Likewise.
13060 * features/i386/32bit-segments.xml: New file.
13061 * features/i386/32bit-segments.c: Generate.
13062 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13063 call to i386_target_description to add 'segments' parameter.
13064 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13065 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13066 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13067 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13068 if feature is present.
13069 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13070 Add 'segments' parameter to call to i386_target_description.
13071 (i386_target_description): Add 'segments' parameter to enable
13072 segment base registers.
13073 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13074 to call to i386_target_description.
13075 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13076 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13077 Define I386_NUM_REGS.
13078 (i386_target_description): Add 'segments' parameter to enable
13079 segment base registers.
13080
3a350822
EZ
130812019-03-12 Eli Zaretskii <eliz@gnu.org>
13082
13083 PR/24325
13084 * source-cache.c: #undef open and close, to avoid unresolved
13085 externals during linking.
13086
ffdd69cf
TT
130872019-03-12 Tom Tromey <tromey@adacore.com>
13088
13089 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13090 const. Add initializers.
13091 (_initialize_remote): Don't initialize ptid globals.
13092
ec148c57
PA
130932019-03-12 Pedro Alves <palves@redhat.com>
13094
13095 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13096
32764270
PA
130972019-03-12 Pedro Alves <palves@redhat.com>
13098
13099 * cp-name-parser.y (main): Remove unused 'len' variable.
13100
17547186
TT
131012019-03-12 Tom Tromey <tromey@adacore.com>
13102
13103 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13104 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13105
d3a70e03
TT
131062019-03-12 Tom Tromey <tromey@adacore.com>
13107
13108 * linux-nat.c (iterate_over_lwps): Update.
13109 (stop_callback): Remove parameter.
13110 (stop_wait_callback, detach_callback, resume_set_callback)
13111 (select_singlestep_lwp_callback, set_ignore_sigint)
13112 (status_callback, resumed_callback, resume_clear_callback)
13113 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13114 data parameter.
13115 (linux_nat_target::detach, linux_nat_target::resume)
13116 (linux_stop_and_wait_all_lwps, select_event_lwp)
13117 (linux_nat_filter_event, linux_nat_wait_1)
13118 (linux_nat_target::kill, linux_nat_target::stop)
13119 (linux_nat_target::stop): Update.
13120 (linux_nat_resume_callback): Change type.
13121 (resume_stopped_resumed_lwps, count_events_callback)
13122 (select_event_lwp_callback): Likewise.
13123 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13124 * arm-linux-nat.c (struct update_registers_data): Remove.
13125 (update_registers_callback): Change type.
13126 (arm_linux_insert_hw_breakpoint1): Update.
13127 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13128 parameter.
13129 (x86_linux_dr_set_addr): Update.
13130 (x86_linux_dr_set_control): Update.
13131 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13132 (iterate_over_lwps): Use gdb::function_view.
13133 * nat/aarch64-linux-hw-point.c (struct
13134 aarch64_dr_update_callback_param): Remove.
13135 (debug_reg_change_callback): Change type.
13136 (aarch64_notify_debug_reg_change): Update.
13137 * s390-linux-nat.c (s390_refresh_per_info): Update.
13138
82cb27ff
TT
131392019-03-11 Tom Tromey <tromey@adacore.com>
13140
13141 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13142 redundant assignment to "this_cu".
13143
568c0683
SM
131442019-03-08 Simon Marchi <simon.marchi@efficios.com>
13145
13146 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13147
f09ce22d
SM
131482019-03-08 Simon Marchi <simon.marchi@efficios.com>
13149
13150 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13151 from...
13152 (rank_one_type): ... this.
13153
595f96a9
SM
131542019-03-08 Simon Marchi <simon.marchi@efficios.com>
13155
13156 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13157 from...
13158 (rank_one_type): ... this.
13159
2598a94b
SM
131602019-03-08 Simon Marchi <simon.marchi@efficios.com>
13161
13162 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13163 from...
13164 (rank_one_type): ... this.
13165
7f17b20d
SM
131662019-03-08 Simon Marchi <simon.marchi@efficios.com>
13167
13168 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13169 from...
13170 (rank_one_type): ... this.
13171
2c509035
SM
131722019-03-08 Simon Marchi <simon.marchi@efficios.com>
13173
13174 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13175 from...
13176 (rank_one_type): ... this.
13177
0dd322dc
SM
131782019-03-08 Simon Marchi <simon.marchi@efficios.com>
13179
13180 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13181 from...
13182 (rank_one_type): ... this.
13183
41ea4728
SM
131842019-03-08 Simon Marchi <simon.marchi@efficios.com>
13185
13186 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13187 from...
13188 (rank_one_type): ... this.
13189
793cd1d2
SM
131902019-03-08 Simon Marchi <simon.marchi@efficios.com>
13191
13192 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13193 from...
13194 (rank_one_type): ... this.
13195
34910087
SM
131962019-03-08 Simon Marchi <simon.marchi@efficios.com>
13197
13198 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13199 from...
13200 (rank_one_type): ... this.
13201
f1f832d6
SM
132022019-03-08 Simon Marchi <simon.marchi@efficios.com>
13203
13204 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13205 from...
13206 (rank_one_type): ... this.
13207
b9f4512f
SM
132082019-03-08 Simon Marchi <simon.marchi@efficios.com>
13209
13210 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13211 from...
13212 (rank_one_type): ... this.
13213
9293fc63
SM
132142019-03-08 Simon Marchi <simon.marchi@efficios.com>
13215
13216 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13217 from...
13218 (rank_one_type): ... this.
13219
e3abbe7e
PW
132202019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13221
13222 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13223 inferior-events' shows the example events.
13224
e4adb939
EZ
132252019-03-08 Eli Zaretskii <eliz@gnu.org>
13226
13227 Support styling on native MS-Windows console
13228
13229 PR/24315
13230 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13231 on MS-Windows if $TERM is not defined.
13232
13233 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13234
13235 * posix-hdep.c (gdb_console_fputs):
13236 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13237 functions.
13238 * ui-file.h (gdb_console_fputs): Add prototype.
13239
13240 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13241 back to fputs only if the former returns zero.
13242
25629dfd
TT
132432019-03-07 Tom Tromey <tom@tromey.com>
13244
13245 * symmisc.c (print_symbol_bcache_statistics): Update.
13246 (print_objfile_statistics): Update.
13247 * symfile.c (allocate_symtab): Update.
13248 * stabsread.c: Don't include bcache.h.
13249 * psymtab.h (struct psymbol_bcache): Don't declare.
13250 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13251 (psymbol_bcache_init, psymbol_bcache_free)
13252 (psymbol_bcache_get_bcache): Don't declare.
13253 * psymtab.c (struct psymbol_bcache): Remove.
13254 (psymtab_storage::psymtab_storage): Update.
13255 (psymtab_storage::~psymtab_storage): Update.
13256 (psymbol_bcache_init, psymbol_bcache_free)
13257 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13258 (add_psymbol_to_bcache): Update.
13259 (allocate_psymtab): Update.
13260 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13261 macro_cache>: No longer pointers.
13262 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13263 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13264 * macrotab.c (macro_bcache): Update.
13265 * macroexp.c: Don't include bcache.h.
13266 * gdbtypes.c (check_types_worklist): Update.
13267 (types_deeply_equal): Remove TRY/CATCH. Update.
13268 * elfread.c (elf_symtab_read): Update.
13269 * dwarf2read.c: Don't include bcache.h.
13270 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13271 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13272 (print_bcache_statistics, bcache_memory_used): Don't declare.
13273 (struct bcache): Move from bcache.c. Add constructor, destructor,
13274 methods. Rename all data members.
13275 * bcache.c (struct bcache): Move to bcache.h.
13276 (bcache::expand_hash_table): Rename from expand_hash_table.
13277 (bcache): Remove.
13278 (bcache::insert): Rename from bcache_full.
13279 (bcache::compare): Rename from bcache_compare.
13280 (bcache_xmalloc): Remove.
13281 (bcache::~bcache): Rename from bcache_xfree.
13282 (bcache::print_statistics): Rename from print_bcache_statistics.
13283 (bcache::memory_used): Rename from bcache_memory_used.
13284
fe726667
PA
132852019-03-07 Pedro Alves <palves@redhat.com>
13286
13287 * infrun.c (normal_stop): Also check for
13288 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13289
7584bb30
AB
132902019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13291
13292 * f-lang.c (value_from_host_double): Moved to...
13293 * value.c (value_from_host_double): ...here.
13294 * value.h (value_from_host_double): Declare.
13295 * guile/scm-math.c (vlscm_convert_typed_number): Use
13296 value_from_host_double.
13297 (vlscm_convert_number): Likewise.
13298 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13299 * python/py-value.c (convert_value_from_python): Likewise.
13300
a7b1986e
TT
133012019-03-06 Tom Tromey <tom@tromey.com>
13302
13303 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13304
0ccf4211
TT
133052019-03-06 Tom Tromey <tom@tromey.com>
13306
13307 * utils.h (free_current_contents): Don't declare.
13308 * utils.c (free_current_contents): Remove.
13309
fe7b42e5
TT
133102019-03-06 Tom Tromey <tom@tromey.com>
13311
13312 * top.c (quit_force): Update.
13313 * main.c (captured_command_loop): Update.
13314 * common/new-op.c (operator new): Update.
13315 * common/common-exceptions.c (struct catcher)
13316 <save_cleanup_chain>: Remove member.
13317 (exceptions_state_mc_init): Update.
13318 (exception_try_scope_entry): Return nullptr.
13319 (exception_try_scope_exit, exception_rethrow)
13320 (throw_exception_sjlj, throw_exception_cxx): Update.
13321 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13322 (all_cleanups, do_cleanups, discard_cleanups)
13323 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13324 (restore_cleanups, restore_final_cleanups): Don't declare.
13325 (do_final_cleanups): Remove parameter.
13326 * common/cleanups.c (cleanup_chain, make_cleanup)
13327 (make_cleanup_dtor, all_cleanups, do_cleanups)
13328 (discard_my_cleanups, discard_cleanups)
13329 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13330 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13331 (null_cleanup): Remove.
13332 (do_final_cleanups): Remove parameter.
13333
c6321f19
TT
133342019-03-06 Tom Tromey <tom@tromey.com>
13335
13336 * remote.c (remote_target::remote_parse_stop_reply): Use
13337 unique_xmalloc_ptr.
13338
61b30099
TT
133392019-03-06 Tom Tromey <tom@tromey.com>
13340
13341 * stabsread.c (struct stabs_field_info): Rename from field_info.
13342 <list, fnlist>: Add initializers.
13343 <obstack>: New member.
13344 (read_member_functions, read_struct_fields, read_baseclasses):
13345 Allocate on obstack. Don't use cleanups.
13346 (read_one_struct_field, read_member_functions, read_struct_fields)
13347 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13348 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13349 (read_struct_type): Update.
13350
6cceac94
TT
133512019-03-06 Tom Tromey <tom@tromey.com>
13352
13353 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13354 * common/filestuff.h (make_cleanup_close): Don't declare.
13355 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13356 Remove.
13357
72412762
TT
133582019-03-06 Tom Tromey <tom@tromey.com>
13359
13360 * solib-aix.c: Use make_scope_exit.
13361
2b6ff1c0
TT
133622019-03-06 Tom Tromey <tom@tromey.com>
13363
13364 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13365 Use make_scope_exit.
13366
d01c5877
TT
133672019-03-06 Tom Tromey <tom@tromey.com>
13368
13369 * solib-svr4.c (disable_probes_interface): Remove parameter.
13370 (svr4_handle_solib_event): Use make_scope_exit.
13371
32603266
TT
133722019-03-06 Tom Tromey <tom@tromey.com>
13373
13374 * remote.c (struct stop_reply_deleter): Remove.
13375 (stop_reply_up): Update.
13376 (struct stop_reply): Derive from notif_event. Don't typedef.
13377 <regcache>: Now a std::vector.
13378 (stop_reply_xfree): Remove.
13379 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13380 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13381 (remote_target::discard_pending_stop_replies): Use delete.
13382 (remote_target::remote_parse_stop_reply): Update.
13383 (remote_target::process_stop_reply): Update.
13384 * remote-notif.h (struct notif_event): Add virtual destructor.
13385 Remove "dtr" member.
13386 (struct notif_client) <alloc_event>: Return a unique_ptr.
13387 (notif_event_xfree): Don't declare.
13388 (notif_event_up): New typedef.
13389 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13390 (notif_event_xfree, do_notif_event_xfree): Remove.
13391 (remote_notif_state_xfree): Update.
13392
9799571e
TT
133932019-03-06 Tom Tromey <tom@tromey.com>
13394
13395 * infrun.c (displaced_step_clear_cleanup): Now a
13396 forward_scope_exit type.
13397 (displaced_step_prepare_throw): Update.
13398 (displaced_step_fixup): Update.
13399
09e3c4ca
TT
134002019-03-06 Tom Tromey <tom@tromey.com>
13401
13402 * inferior.h (class inferior): Update comment.
13403 * gdbthread.h (class thread_info): Update comment.
13404
e2a03548
TT
134052019-03-06 Joel Brobecker <brobecker@adacore.com>
13406 Tom Tromey <tom@tromey.com>
13407
13408 * stabsread.h (struct stab_section_list): Remove.
13409 (coffstab_build_psymtabs): Update.
13410 * dbxread.c (symbuf_sections): Now a std::vector.
13411 (sect_idx): New global.
13412 (fill_symbuf): Update.
13413 (coffstab_build_psymtabs): Change type of stabsects parameter.
13414 Update.
13415 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13416 std::vector.
13417 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13418 (coff_locate_sections): Update.
13419 (coff_symfile_read): Remove cleanups. Update.
13420 (init_stringtab): Add storage parameter.
13421 (free_stringtab, free_stringtab_cleanup): Remove.
13422 (init_lineno): Add storage parameter.
13423 (free_linetab, free_linetab_cleanup): Remove.
13424
b7e60d85
PA
134252019-03-06 Pedro Alves <palves@redhat.com>
13426
13427 * linux-fork.c (fork_info::clobber_regs): Delete.
13428 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13429 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13430 comment. Adjust.
13431 (scoped_switch_fork_info::scoped_switch_fork_info)
13432 (checkpoint_command, linux_fork_context): Adjust
13433 fork_save_infrun_state calls.
13434
e52c971f
PA
134352019-03-06 Pedro Alves <palves@redhat.com>
13436
13437 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13438 (inf_has_multiple_threads): Return 'bool' and rewrite using
13439 inferior_info::threads().
13440
06974e6c
PA
134412019-03-06 Pedro Alves <palves@redhat.com>
13442
13443 * linux-fork.c: Include <list>.
13444 (fork_list): Now a std::list instance.
13445 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13446 (forks_exist_p, find_last_fork): Adjust.
13447 (new_fork): Delete.
13448 (one_fork_p): New.
13449 (add_fork): Adjust.
13450 (free_fork): Delete, folded into fork_info::~fork_info().
13451 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13452 Adjust.
13453 (init_fork_list): Delete.
13454 (linux_fork_killall, linux_fork_mourn_inferior)
13455 (linux_fork_detach, info_checkpoints_command): Adjust.
13456 (_initialize_linux_fork): No longer call init_fork_list.
13457
72f31aea
PA
134582019-03-06 Pedro Alves <palves@redhat.com>
13459
13460 * linux-fork.c (new_fork): New, split out of ...
13461 (add_fork): ... this. Return void. Move "first fork" special
13462 case from here, to ...
13463 (checkpoint_command): ... here.
13464 * linux-linux.h (add_fork): Return void.
13465
efbecbc1
AB
134662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13467
13468 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13469
0841c79a
AB
134702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13471 Chris January <chris.january@arm.com>
13472 David Lecomber <david.lecomber@arm.com>
13473
13474 * f-exp.y: New token, UNOP_INTRINSIC.
13475 (exp): New pattern using UNOP_INTRINSIC token.
13476 (f77_keywords): Add 'abs' keyword.
13477 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13478 (value_from_host_double): New function.
13479 (evaluate_subexp_f): Support UNOP_ABS.
13480
4a270568
AB
134812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13482
13483 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13484 types.
13485
067630bd
AB
134862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13487
13488 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13489 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13490 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13491
3be47f7a
AB
134922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13493
13494 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13495
4d00f5d8
AB
134962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13497 Chris January <chris.january@arm.com>
13498
13499 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13500 * f-exp.y: Define 'KIND' token.
13501 (exp): New pattern for KIND expressions.
13502 (ptype): Handle types with a kind extension.
13503 (direct_abs_decl): Extend to spot kind extensions.
13504 (f77_keywords): Add 'kind' to the list.
13505 (push_kind_type): New function.
13506 (convert_to_kind_type): New function.
13507 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13508 * parse.c (operator_length_standard): Likewise.
13509 * parser-defs.h (enum type_pieces): Add tp_kind.
13510 * std-operator.def: Add UNOP_KIND.
13511
e454224f
AB
135122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13513
13514 * f-exp.y (f_parse): Set yydebug.
13515
9dad4a58
AB
135162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13517
13518 * f-lang.c (evaluate_subexp_f): New function.
13519 (exp_descriptor_f): New global.
13520 (f_language_defn): Use exp_descriptor_f instead of
13521 exp_descriptor_standard.
13522
c8f91604
AB
135232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13524
13525 * f-exp.y (struct token): Add comments.
13526 (dot_ops): Remove uppercase versions and the end marker.
13527 (f77_keywords): Likewise.
13528 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13529 entries in the dot_ops array are case insensitive, and use
13530 strncasecmp to compare strings. Also some whitespace cleanup in
13531 this area. Similar for the f77_keywords array, except entries in
13532 this list might be case sensitive.
13533
dd9f2c76
AB
135342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13535
13536 * f-exp.y (struct f77_boolean_val): Add comments.
13537 (boolean_values): Remove uppercase versions, and end marker.
13538 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13539 and use strncasecmp to achieve case insensitivity. Additionally,
13540 perform whitespace cleanup around this code.
13541
67a3048c
TT
135422019-03-06 Tom Tromey <tromey@adacore.com>
13543
13544 * remote-sim.c (gdbsim_target_open): Use result of
13545 gdb_argv::release.
13546
aa3cfbda
RB
135472019-03-06 Richard Bunt <richard.bunt@arm.com>
13548 Dirk Schubert <dirk.schubert@arm.com>
13549 Chris January <chris.january@arm.com>
13550
13551 * eval.c (evaluate_subexp_standard): Call Fortran argument
13552 wrapping logic.
13553 * f-lang.c (struct value): A value which can be passed into a
13554 Fortran function call.
13555 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13556 where appropriate.
13557 (struct type): Value ready for a Fortran function call.
13558 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13559 is needed.
13560 * f-lang.h (fortran_argument_convert): Declaration.
13561 (fortran_preserve_arg_pointer): Declaration.
13562 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13563
ea38e5df
TT
135642019-03-05 Tom Tromey <tromey@adacore.com>
13565
13566 * python/py-prettyprint.c (print_string_repr): Remove #if.
13567 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13568
06b5b831
TT
135692019-03-05 Tom Tromey <tromey@adacore.com>
13570
13571 * target.c (the_dummy_target): Move later. Change type to
13572 "dummy_target".
13573 (initialize_targets): Don't initialize the_dummy_target.
13574
edbd9e45
TT
135752019-03-05 Tom Tromey <tromey@adacore.com>
13576
13577 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13578 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13579
c119e040
TT
135802019-03-05 Tom Tromey <tromey@adacore.com>
13581
13582 * windows-nat.c (windows_nat_target::attach)
13583 (windows_nat_target::detach): Don't call gdb_flush.
13584 * valprint.c (generic_val_print, val_print, val_print_string):
13585 Don't call gdb_flush.
13586 * utils.c (defaulted_query): Don't call gdb_flush.
13587 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13588 * target.c (target_announce_detach): Don't call gdb_flush.
13589 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13590 * remote.c (extended_remote_target::attach): Don't call
13591 gdb_flush.
13592 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13593 * printcmd.c (do_examine): Don't call gdb_flush.
13594 (info_display_command): Don't call gdb_flush.
13595 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13596 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13597 * memattr.c (info_mem_command): Don't call gdb_flush.
13598 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13599 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13600 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13601 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13602 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13603 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13604 (gnu_nat_target::detach): Don't call gdb_flush.
13605 * f-valprint.c (f_val_print): Don't call gdb_flush.
13606 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13607 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13608 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13609 gdb_flush.
13610 * c-valprint.c (c_val_print): Don't call gdb_flush.
13611 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13612
895dafa6
TT
136132019-03-05 Tom Tromey <tromey@adacore.com>
13614
13615 * varobj.c (update_dynamic_varobj_children): Update.
13616 (install_default_visualizer): Use reset, not release.
13617 * value.c (set_internalvar): Update.
13618 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13619 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13620 ATTRIBUTE_UNUSED_RESULT.
13621
88a774b9
TT
136222019-03-05 Tom Tromey <tromey@adacore.com>
13623
13624 * remote.c (class scoped_remote_fd) <release>: Add
13625 ATTRIBUTE_UNUSED_RESULT.
13626
4e4a8b93
TT
136272019-03-05 Tom Tromey <tromey@adacore.com>
13628
13629 * macroexp.c (struct macro_buffer) <release>: Add
13630 ATTRIBUTE_UNUSED_RESULT.
13631
083eef1f
TT
136322019-03-05 Tom Tromey <tromey@adacore.com>
13633
13634 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13635 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13636 ATTRIBUTE_UNUSED_RESULT.
13637
3cabd438
TT
136382019-03-05 Tom Tromey <tromey@adacore.com>
13639
13640 * common/scoped_fd.h (class scoped_fd) <release>: Add
13641 ATTRIBUTE_UNUSED_RESULT.
13642
41e3300a
TT
136432019-03-05 Tom Tromey <tromey@adacore.com>
13644
13645 * parser-defs.h (struct parser_state) <release>: Add
13646 ATTRIBUTE_UNUSED_RESULT.
13647
18cb7c9f
TT
136482019-03-05 Tom Tromey <tromey@adacore.com>
13649
13650 * utils.h (class gdb_argv) <release>: Add
13651 ATTRIBUTE_UNUSED_RESULT.
13652 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13653
41fa577f
EZ
136542019-03-02 Eli Zaretskii <eliz@gnu.org>
13655
a6a4b2c6
EZ
13656 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13657 for-loop range, to avoid compiler warnings.
13658
13659 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13660 avoid compiler warnings about unused variables.
13661
742a7df5
EZ
13662 * NEWS: Mention end of support for native debugging on MS-Windows
13663 before XP.
13664
41fa577f
EZ
13665 PR gdb/24292
13666 * common/netstuff.c:
13667 * gdbserver/gdbreplay.c
13668 * gdbserver/remote-utils.c:
13669 * ser-tcp.c:
13670 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13671 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13672 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13673 'getaddrinfo' and 'freeaddrinfo' were not available before
13674 Windows XP, and mingw.org's MinGW headers by default define
13675 _WIN32_WINNT to 0x500.
13676
827f438f
GB
136772019-03-01 Gary Benson <gbenson@redhat.com>
13678
13679 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13680
92137da0
RO
136812019-02-28 Brian Vandenberg <phantall@gmail.com>
13682 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13683
13684 PR gdb/8527
13685 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13686 set_sigint_trap, clear_sigint_trap.
13687
799efbe8
PW
136882019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13689
13690 * target.c (target_detach): Clear the regcache and the
13691 frame cache.
13692
8ed25214
PA
136932019-02-27 Pedro Alves <palves@redhat.com>
13694
13695 * utils.c (set_screen_size): When we cap the height/width sizes,
13696 tweak the corresponding command variable to show "unlimited":
13697
23031e31
SJ
136982019-02-27 Saagar Jha <saagar@saagarjha.com>
13699 Pedro Alves <palves@redhat.com>
13700
13701 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13702 before calling rl_set_screen_size.
13703
6c28e44a
TT
137042019-02-27 Tom Tromey <tromey@adacore.com>
13705
13706 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13707 define.
13708 * python/py-value.c: Remove Python 2.4 workaround.
13709 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13710 workaround.
13711 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13712 Python 2.4 workaround.
13713 * python/python-internal.h: Remove Python 2.4 comment.
13714 (Py_ssize_t): Don't define.
13715 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13716 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13717 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13718 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13719 * python/python.c (do_start_initialization): Remove Python 2.4
13720 workaround.
13721 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13722 (print_children): Remove Python 2.4 workaround.
13723 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13724 workaround.
13725 (CHARBUFFERPROC_NAME): Remove.
13726 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13727 Python 2.4 workaround.
13728
2c3fc25d 137292019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 13730
2c3fc25d
KB
13731 * NEWS: Note minimum Python version.
13732
6ca62222
KB
137332019-02-27 Kevin Buettner <kevinb@redhat.com>
13734
13735 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13736 code from these functions. Remove corresponding ifdefs. Use
13737 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13738 Remove gotos and target of gotos.
13739 (infpy_search_memory): Likewise.
13740
f4bc7d2c
AB
137412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13742
13743 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13744 (hppa_gdbarch_init): Don't register deleted functions with
13745 gdbarch.
13746
9734a586
AB
137472019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13748
13749 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13750 (h8300_unwind_sp): Delete.
13751 (h8300_dummy_id): Delete.
13752 (h8300_gdbarch_init): Don't register deleted functions with
13753 gdbarch.
13754
68b867f3
AB
137552019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13756
13757 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13758 (ft32_unwind_pc): Delete.
13759 (ft32_unwind_sp): Delete.
13760 (ft32_gdbarch_init): Don't register deleted functions with
13761 gdbarch.
13762
2fbe7ad0
AB
137632019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13764
13765 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13766 (frv_unwind_pc): Delete.
13767 (frv_unwind_sp): Delete.
13768 (frv_gdbarch_init): Don't register deleted functions with
13769 gdbarch.
13770
76055cbe
AB
137712019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13772
13773 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13774 (riscv_unwind_pc): Delete.
13775 (riscv_unwind_sp): Delete.
13776 (riscv_gdbarch_init): Don't register deleted functions with
13777 gdbarch.
13778
4133e5a1
AB
137792019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13780
13781 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13782 (csky_unwind_pc): Delete.
13783 (csky_unwind_sp): Delete.
13784 (csky_gdbarch_init): Don't register deleted functions with
13785 gdbarch.
13786
8010f576
AB
137872019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13788
13789 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13790 (cris_unwind_pc): Delete.
13791 (cris_unwind_sp): Delete.
13792 (cris_gdbarch_init): Don't register deleted functions with
13793 gdbarch.
13794
b56bf084
AB
137952019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13796
13797 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13798 (bfin_unwind_pc): Delete.
13799 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13800
a19a650f
AB
138012019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13802
13803 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13804 (arm_unwind_pc): Delete.
13805 (arm_unwind_sp): Delete.
13806 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13807
f8278c3c
AB
138082019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13809
13810 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13811 (arc_unwind_pc): Delete.
13812 (arc_unwind_sp): Delete.
13813 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13814
480e46cf
AB
138152019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13816
13817 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13818 (alpha_unwind_pc): Delete.
13819 (alpha_gdbarch_init): Don't register deleted functions with
13820 gdbarch.
13821
7a995095
AB
138222019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13823
13824 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13825 (aarch64_unwind_pc): Delete.
13826 (aarch64_unwind_sp): Delete.
13827 (aarch64_gdbarch_init): Don't register deleted functions with
13828 gdbarch.
13829
bf9a735e
AB
138302019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13831
13832 * gdbtypes.c (type_align): Don't consider static members when
13833 computing structure alignment.
13834
5561fc30
AB
138352019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13836
13837 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13838 return 0 for other types.
13839 * arch-utils.c (default_type_align): Always return 0.
13840 * gdbarch.h: Regenerate.
13841 * gdbarch.sh (type_align): Extend comment.
13842 * gdbtypes.c (type_align): Add additional comments, always call
13843 gdbarch_type_align before applying the default rules.
13844 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13845 generic code will then apply a suitable default.
13846 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13847 types, return 0 for other types.
13848
9335e75a
JB
138492019-02-27 Joel Brobecker <brobecker@adacore.com>
13850
13851 * NEWS: Create a new section for the next release branch.
13852 Rename the section of the current branch, now that it has
13853 been cut.
13854
3d34d8de
JB
138552019-02-27 Joel Brobecker <brobecker@adacore.com>
13856
13857 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13858 * version.in: Bump version to 8.3.50.DATE-git.
13859
143420fb
SM
138602019-02-26 Simon Marchi <simon.marchi@efficios.com>
13861
13862 * aix-thread.c (ptid_cmp): Remove unused variable.
13863 (get_signaled_thread): Likewise.
13864 (store_regs_user_thread): Likewise.
13865 (store_regs_kernel_thread): Likewise.
13866 (fetch_regs_kernel_thread): Remove shadowed variable.
13867
172fb711
AB
138682019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13869
13870 * features/riscv/32bit-cpu.xml: Add register numbers.
13871 * features/riscv/32bit-fpu.c: Regenerate.
13872 * features/riscv/32bit-fpu.xml: Add register numbers.
13873 * features/riscv/64bit-cpu.xml: Add register numbers.
13874 * features/riscv/64bit-fpu.c: Regenerate.
13875 * features/riscv/64bit-fpu.xml: Add register numbers.
13876
26c89782
KB
138772019-02-26 Kevin Buettner <kevinb@redhat.com>
13878
af54ade9 13879 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
13880 * python/py-value.c (convert_buffer_and_type_to_value): New
13881 function.
13882 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13883 Add support for handling an optional second argument. Call
13884 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
13885 * python/python-internal.h (Py_buffer_deleter): New struct.
13886 (Py_buffer_up): New typedef.
13887
0f58c9e8
JB
138882019-02-25 John Baldwin <jhb@FreeBSD.org>
13889
13890 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13891 instead of releasing ownership.
13892
0a0f4c01
JR
138932019-02-25 Jordan Rupprecht <rupprecht@google.com>
13894
13895 * dwarf2read.c (open_and_init_dwp_file): Call
13896 elf_numsections instead of bfd_count_sections to initialize
13897 dwp_file->num_sections.
13898
cd5a152c
TT
138992019-02-25 Tom Tromey <tromey@adacore.com>
13900
13901 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13902
8a6a8513
SDJ
139032019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13904
13905 * gcore.in: Add '--readnever' option when invoking GDB.
13906
04dcda9c
SM
139072019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13908
13909 * MAINTAINERS: Update my email address.
13910
07bc701d
SM
139112019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13912
13913 * build-id.c (build_id_to_debug_bfd_1): New function.
13914 (build_id_to_debug_bfd): Look for separate debug file in
13915 sysroot.
13916
c6f4a5d0
AB
139172019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13918
13919 * gdbarch.sh: Update the copyright year range that is placed into
13920 generated files.
13921
9600246d
KS
139222019-02-22 Keith Seitz <keiths@redhat.com>
13923
13924 PR symtab/23853
13925 * linespec.c (create_sals_line_offset): Search for the default
13926 symtab's filename instead of its fullname.
13927
7557a514
AH
139282019-02-21 Alan Hayward <alan.hayward@arm.com>
13929
13930 * NEWS: Update style defaults.
13931
ee2bcb0c
AH
139322019-02-21 Alan Hayward <alan.hayward@arm.com>
13933
13934 * main.c (captured_main_1): Disable styling in batch mode.
13935
0c95f9ed
TT
139362019-02-20 Tom Tromey <tom@tromey.com>
13937
13938 * symtab.c (symtab_symbol_info): Fix typos.
13939
c763b894
TT
139402019-02-20 Tom Tromey <tromey@adacore.com>
13941
13942 * findcmd.c (_initialize_mem_search): Use upper case for
13943 metasyntactic variables.
13944
0ef8a082
AH
139452019-02-20 Alan Hayward <alan.hayward@arm.com>
13946
13947 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13948 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13949
6caa91b6
SM
139502019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13951
13952 * top.h (source_file_name): Change to std::string.
13953 * top.c (source_file_name): Likewise.
13954 (command_line_input): Adjust.
13955 * cli/cli-script.c (script_from_file): Adjust.
13956
98814c6c
TT
139572019-02-19 Tom Tromey <tromey@adacore.com>
13958
13959 * ravenscar-thread.c
13960 (ravenscar_thread_target::update_thread_list): Don't call
13961 ada_build_task_list.
13962 * ada-lang.h (ada_build_task_list): Don't declare.
13963 * ada-tasks.c (struct ada_tasks_inferior_data)
13964 <task_list_valid_p>: Now bool.
13965 (read_known_tasks, ada_task_list_changed)
13966 (ada_tasks_invalidate_inferior_data): Update.
13967 (read_known_tasks_array): Return bool.
13968 (read_known_tasks_list): Likewise.
13969 (read_known_tasks): Return void.
13970 (ada_build_task_list): Now static.
13971
70cd633e
AB
139722019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13973
13974 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13975 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13976
040b3e95
PW
139772019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13978
13979 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13980 variant for ada_tasks_pspace_data_handle and
13981 ada_tasks_inferior_data_handle.
13982 (ada_tasks_pspace_data_cleanup): New function.
13983 (ada_tasks_inferior_data_cleanup): New function.
13984
9409233b
TT
139852019-02-17 Tom Tromey <tom@tromey.com>
13986
13987 * macrotab.h (macro_source_fullname): Return a std::string.
13988 * macrotab.c (macro_include, check_for_redefinition)
13989 (macro_undef, macro_lookup_definition, foreach_macro)
13990 (foreach_macro_in_scope): Update.
13991 (macro_source_fullname): Return a std::string.
13992 * macrocmd.c (show_pp_source_pos): Update.
13993
6506371f
TT
139942019-02-17 Tom Tromey <tom@tromey.com>
13995
13996 * macrocmd.c (show_pp_source_pos): Style the file names.
13997
0c820d67
TT
139982019-02-17 Tom Tromey <tom@tromey.com>
13999
14000 PR tui/24197:
14001 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14002
a0087920
TT
140032019-02-17 Tom Tromey <tom@tromey.com>
14004
14005 * ada-lang.c (user_select_syms): Use filtered printing.
14006 * utils.c (wrap_style): New global.
14007 (desired_style): Remove.
14008 (emit_style_escape): Add stream parameter.
14009 (set_output_style, reset_terminal_style, prompt_for_continue):
14010 Update.
14011 (flush_wrap_buffer): Only flush gdb_stdout.
14012 (wrap_here): Set wrap_style.
14013 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14014 treat escape sequences as a character. Change when wrap buffer is
14015 flushed.
14016 (fputs_styled): Do not set the output style when the default is
14017 requested.
14018 * ui-style.h (struct ui_file_style) <is_default>: New method.
14019 * source.c (print_source_lines_base): Emit escape sequences in one
14020 piece.
14021
75ba10dc
JB
140222019-02-17 Joel Brobecker <brobecker@adacore.com>
14023
14024 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14025 integers and enumeration types.
14026
a2cd4f14
JB
140272019-02-17 Joel Brobecker <brobecker@adacore.com>
14028
14029 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14030 instead of lookup_symbol_in_language
14031 (do_exact_match): New function.
14032 (ada_get_symbol_name_matcher): Return do_exact_match when
14033 doing a verbatim match.
14034
485b851b
TT
140352019-02-15 Tom Tromey <tromey@adacore.com>
14036
14037 * ravenscar-thread.c (ravenscar_thread_target::resume)
14038 (ravenscar_thread_target::wait): Special case wildcard requests.
14039
0b790b1e
TT
140402019-02-15 Tom Tromey <tromey@adacore.com>
14041
14042 * ravenscar-thread.c (base_ptid): Remove.
14043 (struct ravenscar_thread_target) <close>: New method.
14044 <m_base_ptid>: New member.
14045 <update_inferior_ptid, active_task, task_is_currently_active,
14046 runtime_initialized>: Declare methods.
14047 <ravenscar_thread_target>: Add constructor.
14048 (ravenscar_thread_target::task_is_currently_active)
14049 (ravenscar_thread_target::update_inferior_ptid)
14050 (ravenscar_runtime_initialized): Rename. Now methods.
14051 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14052 (ravenscar_thread_target::update_thread_list): Update.
14053 (ravenscar_thread_target::active_task): Now method.
14054 (ravenscar_thread_target::store_registers)
14055 (ravenscar_thread_target::prepare_to_store)
14056 (ravenscar_thread_target::prepare_to_store)
14057 (ravenscar_thread_target::mourn_inferior): Update.
14058 (ravenscar_inferior_created): Use "new" to create target.
14059 (ravenscar_thread_target::get_ada_task_ptid): Update.
14060 (_initialize_ravenscar): Don't initialize base_ptid.
14061 (ravenscar_ops): Remove global.
14062
dea57a62
TT
140632019-02-15 Tom Tromey <tromey@adacore.com>
14064
14065 * target.h (push_target): Declare new overload.
14066 * target.c (push_target): New overload, taking an rvalue reference.
14067 * remote.c (remote_target::open_1): Use push_target overload.
14068 * corelow.c (core_target_open): Use push_target overload.
14069
989f3c58
TT
140702019-02-15 Tom Tromey <tromey@adacore.com>
14071
14072 * ravenscar-thread.c (is_ravenscar_task)
14073 (ravenscar_task_is_currently_active): Return bool.
14074 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14075 (_initialize_ravenscar): Remove "(void)".
14076 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14077 Return bool.
14078
6cbcc006
TT
140792019-02-15 Tom Tromey <tromey@adacore.com>
14080
14081 * ravenscar-thread.c (ravenscar_runtime_initializer)
14082 (has_ravenscar_runtime, get_running_thread_id)
14083 (ravenscar_thread_target::resume): Fix indentation.
14084
7657f14d
TT
140852019-02-15 Tom Tromey <tromey@adacore.com>
14086
14087 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14088 from ravenscar_arch_ops.
14089 (sparc_ravenscar_ops::fetch_registers)
14090 (sparc_ravenscar_ops::store_registers): Now methods.
14091 (sparc_ravenscar_prepare_to_store): Remove.
14092 (sparc_ravenscar_ops): Redefine.
14093 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14094 methods and destructor. Remove members.
14095 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14096 (ravenscar_thread_target::store_registers)
14097 (ravenscar_thread_target::prepare_to_store): Update.
14098 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14099 Remove.
14100 (struct ppc_ravenscar_powerpc_ops): Derive from
14101 ravenscar_arch_ops.
14102 (ppc_ravenscar_powerpc_ops::fetch_registers)
14103 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14104 (ppc_ravenscar_powerpc_ops): Redefine.
14105 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14106 (ppc_ravenscar_e500_ops::fetch_registers)
14107 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14108 (ppc_ravenscar_e500_ops): Redefine.
14109 * aarch64-ravenscar-thread.c
14110 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14111 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14112 (aarch64_ravenscar_fetch_registers)
14113 (aarch64_ravenscar_store_registers): Now methods.
14114 (aarch64_ravenscar_ops): Redefine.
14115
5b6ea500
TT
141162019-02-15 Tom Tromey <tromey@adacore.com>
14117
14118 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14119 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14120 (ravenscar_thread_target::stopped_by_watchpoint)
14121 (ravenscar_thread_target::stopped_data_address)
14122 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14123
e397fd39
TT
141242019-02-15 Tom Tromey <tromey@adacore.com>
14125
14126 * ravenscar-thread.c: Fix some typos.
14127
cc12f4a8
TT
141282019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14129 Tom Tromey <tromey@adacore.com>
14130
14131 * ada-lang.c (ada_exception_sal): Change addr_string to a
14132 std::string.
14133 (create_ada_exception_catchpoint): Update.
14134
5f486660
TT
141352019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14136 Tom Tromey <tromey@adacore.com>
14137
14138 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14139 (bp_location_ops): Remove.
14140 (base_breakpoint_allocate_location): Update.
14141 (free_bp_location): Update.
14142 * ada-lang.c (class ada_catchpoint_location)
14143 <ada_catchpoint_location>: Remove ops parameter.
14144 (ada_catchpoint_location_dtor): Remove.
14145 (ada_catchpoint_location_ops): Remove.
14146 (allocate_location_exception): Update.
14147 * breakpoint.h (struct bp_location_ops): Remove.
14148 (class bp_location) <bp_location>: Remove bp_location_ops
14149 parameter.
14150 <~bp_location>: Add destructor.
14151 <ops>: Remove.
14152
b671c7fb
TS
141532019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14154 Pedro Alves <palves@redhat.com>
14155
14156 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14157 'PATH_MAX'.
14158
8071c5ce
DM
141592019-02-14 David Michael <fedora.dm0@gmail.com>
14160 Samuel Thibault <samuel.thibault@gnu.org>
14161 Thomas Schwinge <thomas@codesourcery.com>
14162
14163 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14164 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14165
b1041ae0
TS
141662019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14167
924514e1
TS
14168 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14169 (check_empty): Use "const char *".
14170
c29ee8d4
TS
14171 * gnu-nat.c (gnu_nat_target::detach): Instead of
14172 'detach_inferior (pid)' call
14173 'detach_inferior (find_inferior_pid (pid))'.
14174
6c6ef69f
TS
14175 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14176 'nat/fork-inferior.o'.
14177 * gnu-nat.c: #include "nat/fork-inferior.h".
14178
2d0a338c
TS
14179 * gnu-nat.c (gnu_nat_target::detach): Instead of
14180 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14181 * gnu-nat.h: #include "inf-child.h".
14182 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14183 'i386_gnu_nat_target::fetch_registers'.
14184 (gnu_store_registers): Rename/move to
14185 'i386_gnu_nat_target::store_registers'.
14186
cabb5f06
TS
14187 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14188 * gnu-nat.h (mach_thread_info): New function.
14189 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14190
b1041ae0
TS
14191 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14192
2988d01e
KF
141932019-02-14 Frederic Konrad <konrad@adacore.com>
14194
14195 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14196
c559d709
JB
141972019-02-14 Joel Brobecker <brobecker@adacore.com>
14198
14199 * windows-nat.c (windows_add_thread): Add new parameter
14200 "main_thread_p" with default value set to false. Update
14201 function documentation as well as all callers.
14202 (windows_delete_thread): Likewise.
14203 (fake_create_process): Update call to windows_add_thread.
14204 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14205 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14206 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14207 call to windows_delete_thread.
14208
007024cc
SM
142092019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14210
14211 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14212
f62318e9
JB
142132019-02-12 John Baldwin <jhb@FreeBSD.org>
14214
14215 * symfile.c (find_separate_debug_file): Use canonical path of
14216 sysroot with child_path instead of gdb_sysroot if it is valid.
14217
cd4b7848
JB
142182019-02-12 John Baldwin <jhb@FreeBSD.org>
14219
14220 * symfile.c (find_separate_debug_file): Use child_path to
14221 determine if an object file is under a sysroot.
14222
efac4bfe
JB
142232019-02-12 John Baldwin <jhb@FreeBSD.org>
14224
14225 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14226 unittests/child-path-selftests.c.
14227 * common/pathstuff.c (child_path): New function.
14228 * common/pathstuff.h (child_path): New prototype.
14229 * unittests/child-path-selftests.c: New file.
14230
402d2bfe
JB
142312019-02-12 John Baldwin <jhb@FreeBSD.org>
14232
14233 * symfile.c (find_separate_debug_file): Look for separate debug
14234 files in debug directories under the sysroot.
14235
1ed9f74e
PW
142362019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14237
14238 * symtab.h (struct minimal_symbol data_p): New const method.
14239 (struct minimal_symbol text_p): Likewise.
14240 * symtab.c (output_source_filename): Use file name style
14241 to print file name.
14242 (print_symbol_info): Likewise.
14243 (print_msymbol_info): Use address style to print addresses.
14244 Use function name style to print executable text symbols.
14245 (expand_symtab_containing_pc): Use data_p.
14246 (find_pc_sect_compunit_symtab): Likewise.
14247
2636d81d
PW
142482019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14249
14250 * breakpoint.c (describe_other_breakpoints): Use address style
14251 to print addresses.
14252 (say_where): Likewise.
14253
ac8c53cc
PW
142542019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14255
14256 * ada-typeprint.c (print_func_type): Print function name
14257 style to print function name.
14258 * c-typeprint.c (c_print_type_1): Likewise.
14259
ea638c43
AH
142602019-02-11 Alan Hayward <alan.hayward@arm.com>
14261
14262 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14263 for execve.
14264
ab759ca8
PW
142652019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14266
14267 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14268 type_stack.
14269
aff29d1c
JB
142702019-02-10 Joel Brobecker <brobecker@adacore.com>
14271
14272 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14273 TYPE_CODE_REF types.
14274
617126bc
JW
142752019-02-08 Jim Wilson <jimw@sifive.com>
14276
14277 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14278 (riscv_linux_fregset): New.
14279 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14280
46e3ed7f
TT
142812019-02-07 Tom Tromey <tom@tromey.com>
14282
14283 * thread.c (thread_cancel_execution_command): Update.
14284 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14285 methods.
14286 (struct thread_fsm_ops): Remove.
14287 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14288 (thread_fsm_should_stop, thread_fsm_return_value)
14289 (thread_fsm_set_finished, thread_fsm_finished_p)
14290 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14291 Don't declare.
14292 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14293 * infrun.c (clear_proceed_status_thread)
14294 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14295 (print_stop_event): Update.
14296 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14297 Add constructor.
14298 (step_command_fsm_ops): Remove.
14299 (new_step_command_fsm): Remove.
14300 (step_1): Update.
14301 (step_command_fsm::should_stop): Rename from
14302 step_command_fsm_should_stop.
14303 (step_command_fsm::clean_up): Rename from
14304 step_command_fsm_clean_up.
14305 (step_command_fsm::do_async_reply_reason): Rename from
14306 step_command_fsm_async_reply_reason.
14307 (struct until_next_fsm): Inherit from thread_fsm. Add
14308 constructor.
14309 (until_next_fsm_ops): Remove.
14310 (new_until_next_fsm): Remove.
14311 (until_next_fsm::should_stop): Rename from
14312 until_next_fsm_should_stop.
14313 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14314 (until_next_fsm::do_async_reply_reason): Rename from
14315 until_next_fsm_async_reply_reason.
14316 (struct finish_command_fsm): Inherit from thread_fsm. Add
14317 constructor. Change type of breakpoint.
14318 (finish_command_fsm_ops): Remove.
14319 (new_finish_command_fsm): Remove.
14320 (finish_command_fsm::should_stop): Rename from
14321 finish_command_fsm_should_stop.
14322 (finish_command_fsm::clean_up): Rename from
14323 finish_command_fsm_clean_up.
14324 (finish_command_fsm::return_value): Rename from
14325 finish_command_fsm_return_value.
14326 (finish_command_fsm::do_async_reply_reason): Rename from
14327 finish_command_fsm_async_reply_reason.
14328 (finish_command): Update.
14329 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14330 Add constructor.
14331 (call_thread_fsm_ops): Remove.
14332 (call_thread_fsm::call_thread_fsm): Rename from
14333 new_call_thread_fsm.
14334 (call_thread_fsm::should_stop): Rename from
14335 call_thread_fsm_should_stop.
14336 (call_thread_fsm::should_notify_stop): Rename from
14337 call_thread_fsm_should_notify_stop.
14338 (run_inferior_call, call_function_by_hand_dummy): Update.
14339 * cli/cli-interp.c (should_print_stop_to_console): Update.
14340 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14341 Add constructor. Change type of location_breakpoint,
14342 caller_breakpoint.
14343 (until_break_fsm_ops): Remove.
14344 (new_until_break_fsm): Remove.
14345 (until_break_fsm::should_stop): Rename from
14346 until_break_fsm_should_stop.
14347 (until_break_fsm::clean_up): Rename from
14348 until_break_fsm_clean_up.
14349 (until_break_fsm::do_async_reply_reason): Rename from
14350 until_break_fsm_async_reply_reason.
14351 (until_break_command): Update.
14352 * thread-fsm.c: Remove.
14353 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14354
1a5c2598
TT
143552019-02-07 Tom Tromey <tom@tromey.com>
14356
14357 * yy-remap.h: Add include guard.
14358 * xtensa-tdep.h: Add include guard.
14359 * xcoffread.h: Rename include guard.
14360 * varobj-iter.h: Add include guard.
14361 * tui/tui.h: Rename include guard.
14362 * tui/tui-winsource.h: Rename include guard.
14363 * tui/tui-wingeneral.h: Rename include guard.
14364 * tui/tui-windata.h: Rename include guard.
14365 * tui/tui-win.h: Rename include guard.
14366 * tui/tui-stack.h: Rename include guard.
14367 * tui/tui-source.h: Rename include guard.
14368 * tui/tui-regs.h: Rename include guard.
14369 * tui/tui-out.h: Rename include guard.
14370 * tui/tui-layout.h: Rename include guard.
14371 * tui/tui-io.h: Rename include guard.
14372 * tui/tui-hooks.h: Rename include guard.
14373 * tui/tui-file.h: Rename include guard.
14374 * tui/tui-disasm.h: Rename include guard.
14375 * tui/tui-data.h: Rename include guard.
14376 * tui/tui-command.h: Rename include guard.
14377 * tic6x-tdep.h: Add include guard.
14378 * target/waitstatus.h: Rename include guard.
14379 * target/wait.h: Rename include guard.
14380 * target/target.h: Rename include guard.
14381 * target/resume.h: Rename include guard.
14382 * target-float.h: Rename include guard.
14383 * stabsread.h: Add include guard.
14384 * rs6000-tdep.h: Add include guard.
14385 * riscv-fbsd-tdep.h: Add include guard.
14386 * regformats/regdef.h: Rename include guard.
14387 * record.h: Rename include guard.
14388 * python/python.h: Rename include guard.
14389 * python/python-internal.h: Rename include guard.
14390 * python/py-stopevent.h: Rename include guard.
14391 * python/py-ref.h: Rename include guard.
14392 * python/py-record.h: Rename include guard.
14393 * python/py-record-full.h: Rename include guard.
14394 * python/py-record-btrace.h: Rename include guard.
14395 * python/py-instruction.h: Rename include guard.
14396 * python/py-events.h: Rename include guard.
14397 * python/py-event.h: Rename include guard.
14398 * procfs.h: Add include guard.
14399 * proc-utils.h: Add include guard.
14400 * p-lang.h: Add include guard.
14401 * or1k-tdep.h: Rename include guard.
14402 * observable.h: Rename include guard.
14403 * nto-tdep.h: Rename include guard.
14404 * nat/x86-linux.h: Rename include guard.
14405 * nat/x86-linux-dregs.h: Rename include guard.
14406 * nat/x86-gcc-cpuid.h: Add include guard.
14407 * nat/x86-dregs.h: Rename include guard.
14408 * nat/x86-cpuid.h: Rename include guard.
14409 * nat/ppc-linux.h: Rename include guard.
14410 * nat/mips-linux-watch.h: Rename include guard.
14411 * nat/linux-waitpid.h: Rename include guard.
14412 * nat/linux-ptrace.h: Rename include guard.
14413 * nat/linux-procfs.h: Rename include guard.
14414 * nat/linux-osdata.h: Rename include guard.
14415 * nat/linux-nat.h: Rename include guard.
14416 * nat/linux-namespaces.h: Rename include guard.
14417 * nat/linux-btrace.h: Rename include guard.
14418 * nat/glibc_thread_db.h: Rename include guard.
14419 * nat/gdb_thread_db.h: Rename include guard.
14420 * nat/gdb_ptrace.h: Rename include guard.
14421 * nat/fork-inferior.h: Rename include guard.
14422 * nat/amd64-linux-siginfo.h: Rename include guard.
14423 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14424 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14425 * nat/aarch64-linux.h: Rename include guard.
14426 * nat/aarch64-linux-hw-point.h: Rename include guard.
14427 * mn10300-tdep.h: Add include guard.
14428 * mips-linux-tdep.h: Add include guard.
14429 * mi/mi-parse.h: Rename include guard.
14430 * mi/mi-out.h: Rename include guard.
14431 * mi/mi-main.h: Rename include guard.
14432 * mi/mi-interp.h: Rename include guard.
14433 * mi/mi-getopt.h: Rename include guard.
14434 * mi/mi-console.h: Rename include guard.
14435 * mi/mi-common.h: Rename include guard.
14436 * mi/mi-cmds.h: Rename include guard.
14437 * mi/mi-cmd-break.h: Rename include guard.
14438 * m2-lang.h: Add include guard.
14439 * location.h: Rename include guard.
14440 * linux-record.h: Rename include guard.
14441 * linux-nat.h: Add include guard.
14442 * linux-fork.h: Add include guard.
14443 * i386-darwin-tdep.h: Rename include guard.
14444 * hppa-linux-offsets.h: Add include guard.
14445 * guile/guile.h: Rename include guard.
14446 * guile/guile-internal.h: Rename include guard.
14447 * gnu-nat.h: Rename include guard.
14448 * gdb-stabs.h: Rename include guard.
14449 * frv-tdep.h: Add include guard.
14450 * f-lang.h: Add include guard.
14451 * event-loop.h: Add include guard.
14452 * darwin-nat.h: Rename include guard.
14453 * cp-abi.h: Rename include guard.
14454 * config/sparc/nm-sol2.h: Rename include guard.
14455 * config/nm-nto.h: Rename include guard.
14456 * config/nm-linux.h: Add include guard.
14457 * config/i386/nm-i386gnu.h: Rename include guard.
14458 * config/djgpp/nl_types.h: Rename include guard.
14459 * config/djgpp/langinfo.h: Rename include guard.
14460 * compile/gcc-cp-plugin.h: Add include guard.
14461 * compile/gcc-c-plugin.h: Add include guard.
14462 * compile/compile.h: Rename include guard.
14463 * compile/compile-object-run.h: Rename include guard.
14464 * compile/compile-object-load.h: Rename include guard.
14465 * compile/compile-internal.h: Rename include guard.
14466 * compile/compile-cplus.h: Rename include guard.
14467 * compile/compile-c.h: Rename include guard.
14468 * common/xml-utils.h: Rename include guard.
14469 * common/x86-xstate.h: Rename include guard.
14470 * common/version.h: Rename include guard.
14471 * common/vec.h: Rename include guard.
14472 * common/tdesc.h: Rename include guard.
14473 * common/selftest.h: Rename include guard.
14474 * common/scoped_restore.h: Rename include guard.
14475 * common/scoped_mmap.h: Rename include guard.
14476 * common/scoped_fd.h: Rename include guard.
14477 * common/safe-iterator.h: Rename include guard.
14478 * common/run-time-clock.h: Rename include guard.
14479 * common/refcounted-object.h: Rename include guard.
14480 * common/queue.h: Rename include guard.
14481 * common/ptid.h: Rename include guard.
14482 * common/print-utils.h: Rename include guard.
14483 * common/preprocessor.h: Rename include guard.
14484 * common/pathstuff.h: Rename include guard.
14485 * common/observable.h: Rename include guard.
14486 * common/netstuff.h: Rename include guard.
14487 * common/job-control.h: Rename include guard.
14488 * common/host-defs.h: Rename include guard.
14489 * common/gdb_wait.h: Rename include guard.
14490 * common/gdb_vecs.h: Rename include guard.
14491 * common/gdb_unlinker.h: Rename include guard.
14492 * common/gdb_unique_ptr.h: Rename include guard.
14493 * common/gdb_tilde_expand.h: Rename include guard.
14494 * common/gdb_sys_time.h: Rename include guard.
14495 * common/gdb_string_view.h: Rename include guard.
14496 * common/gdb_splay_tree.h: Rename include guard.
14497 * common/gdb_setjmp.h: Rename include guard.
14498 * common/gdb_ref_ptr.h: Rename include guard.
14499 * common/gdb_optional.h: Rename include guard.
14500 * common/gdb_locale.h: Rename include guard.
14501 * common/gdb_assert.h: Rename include guard.
14502 * common/filtered-iterator.h: Rename include guard.
14503 * common/filestuff.h: Rename include guard.
14504 * common/fileio.h: Rename include guard.
14505 * common/environ.h: Rename include guard.
14506 * common/common-utils.h: Rename include guard.
14507 * common/common-types.h: Rename include guard.
14508 * common/common-regcache.h: Rename include guard.
14509 * common/common-inferior.h: Rename include guard.
14510 * common/common-gdbthread.h: Rename include guard.
14511 * common/common-exceptions.h: Rename include guard.
14512 * common/common-defs.h: Rename include guard.
14513 * common/common-debug.h: Rename include guard.
14514 * common/cleanups.h: Rename include guard.
14515 * common/buffer.h: Rename include guard.
14516 * common/btrace-common.h: Rename include guard.
14517 * common/break-common.h: Rename include guard.
14518 * cli/cli-utils.h: Rename include guard.
14519 * cli/cli-style.h: Rename include guard.
14520 * cli/cli-setshow.h: Rename include guard.
14521 * cli/cli-script.h: Rename include guard.
14522 * cli/cli-interp.h: Rename include guard.
14523 * cli/cli-decode.h: Rename include guard.
14524 * cli/cli-cmds.h: Rename include guard.
14525 * charset-list.h: Add include guard.
14526 * buildsym-legacy.h: Rename include guard.
14527 * bfin-tdep.h: Add include guard.
14528 * ax.h: Rename include guard.
14529 * arm-linux-tdep.h: Add include guard.
14530 * arm-fbsd-tdep.h: Add include guard.
14531 * arch/xtensa.h: Rename include guard.
14532 * arch/tic6x.h: Add include guard.
14533 * arch/i386.h: Add include guard.
14534 * arch/arm.h: Rename include guard.
14535 * arch/arm-linux.h: Rename include guard.
14536 * arch/arm-get-next-pcs.h: Rename include guard.
14537 * arch/amd64.h: Add include guard.
14538 * arch/aarch64-insn.h: Rename include guard.
14539 * arch-utils.h: Rename include guard.
14540 * annotate.h: Add include guard.
14541 * amd64-darwin-tdep.h: Rename include guard.
14542 * aarch64-linux-tdep.h: Add include guard.
14543 * aarch64-fbsd-tdep.h: Add include guard.
14544 * aarch32-linux-nat.h: Add include guard.
14545
ab9268d2
PW
145462019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14547
14548 * macrotab.c (macro_define_internal): New function that
14549 factorizes macro_define_object_internal and macro_define_function
14550 code.
14551 (macro_define_object_internal): Use macro_define_internal.
14552 (macro_define_function): Likewise.
14553
bb0da2b4
PW
145542019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14555
14556 * macrocmd.c (extract_identifier): Return
14557 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14558 callers.
14559
424eb552
JB
145602019-02-06 John Baldwin <jhb@FreeBSD.org>
14561
14562 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14563
1688cb29
TT
145642019-02-05 Tom Tromey <tom@tromey.com>
14565
14566 * target.c (target_stack::unpush): Move assertion earlier.
14567
b5eba2d8
TT
145682019-01-30 Tom Tromey <tom@tromey.com>
14569
14570 PR python/23615:
14571 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14572 (gdbpy_parse_and_eval): Likewise.
14573 * python/python-internal.h (gdbpy_allow_threads): New class.
14574
7054e2ff
JB
145752019-01-28 John Baldwin <jhb@FreeBSD.org>
14576
14577 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14578 (aarch64_fbsd_fpregmap): Move earlier.
14579 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14580 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14581 instead of individual calls to trad_frame_set_reg_addr.
14582 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14583 earlier.
14584 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14585 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14586 instead of individual calls to trad_frame_set_reg_addr.
14587
36c25ffa
AH
145882019-01-28 Alan Hayward <alan.hayward@arm.com>
14589
14590 * CONTRIBUTE: Replace contribution list with wiki link.
14591
a0707f3c
TT
145922019-01-25 Tom Tromey <tom@tromey.com>
14593
14594 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14595
0747795c
TT
145962019-01-25 Tom Tromey <tom@tromey.com>
14597
14598 * xtensa-linux-nat.c: Fix common/ includes.
14599 * xml-support.h: Fix common/ includes.
14600 * xml-support.c: Fix common/ includes.
14601 * x86-linux-nat.c: Fix common/ includes.
14602 * windows-nat.c: Fix common/ includes.
14603 * varobj.h: Fix common/ includes.
14604 * varobj.c: Fix common/ includes.
14605 * value.c: Fix common/ includes.
14606 * valops.c: Fix common/ includes.
14607 * utils.c: Fix common/ includes.
14608 * unittests/xml-utils-selftests.c: Fix common/ includes.
14609 * unittests/utils-selftests.c: Fix common/ includes.
14610 * unittests/unpack-selftests.c: Fix common/ includes.
14611 * unittests/tracepoint-selftests.c: Fix common/ includes.
14612 * unittests/style-selftests.c: Fix common/ includes.
14613 * unittests/string_view-selftests.c: Fix common/ includes.
14614 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14615 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14616 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14617 * unittests/rsp-low-selftests.c: Fix common/ includes.
14618 * unittests/parse-connection-spec-selftests.c: Fix common/
14619 includes.
14620 * unittests/optional-selftests.c: Fix common/ includes.
14621 * unittests/offset-type-selftests.c: Fix common/ includes.
14622 * unittests/observable-selftests.c: Fix common/ includes.
14623 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14624 * unittests/memrange-selftests.c: Fix common/ includes.
14625 * unittests/memory-map-selftests.c: Fix common/ includes.
14626 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14627 * unittests/function-view-selftests.c: Fix common/ includes.
14628 * unittests/environ-selftests.c: Fix common/ includes.
14629 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14630 * unittests/common-utils-selftests.c: Fix common/ includes.
14631 * unittests/cli-utils-selftests.c: Fix common/ includes.
14632 * unittests/array-view-selftests.c: Fix common/ includes.
14633 * ui-file.c: Fix common/ includes.
14634 * tui/tui-io.c: Fix common/ includes.
14635 * tracepoint.h: Fix common/ includes.
14636 * tracepoint.c: Fix common/ includes.
14637 * tracefile-tfile.c: Fix common/ includes.
14638 * top.h: Fix common/ includes.
14639 * top.c: Fix common/ includes.
14640 * thread.c: Fix common/ includes.
14641 * target/waitstatus.h: Fix common/ includes.
14642 * target/waitstatus.c: Fix common/ includes.
14643 * target.h: Fix common/ includes.
14644 * target.c: Fix common/ includes.
14645 * target-memory.c: Fix common/ includes.
14646 * target-descriptions.c: Fix common/ includes.
14647 * symtab.h: Fix common/ includes.
14648 * symfile.c: Fix common/ includes.
14649 * stap-probe.c: Fix common/ includes.
14650 * spu-linux-nat.c: Fix common/ includes.
14651 * sparc-nat.c: Fix common/ includes.
14652 * source.c: Fix common/ includes.
14653 * solib.c: Fix common/ includes.
14654 * solib-target.c: Fix common/ includes.
14655 * ser-unix.c: Fix common/ includes.
14656 * ser-tcp.c: Fix common/ includes.
14657 * ser-pipe.c: Fix common/ includes.
14658 * ser-base.c: Fix common/ includes.
14659 * selftest-arch.c: Fix common/ includes.
14660 * s12z-tdep.c: Fix common/ includes.
14661 * rust-exp.y: Fix common/ includes.
14662 * rs6000-aix-tdep.c: Fix common/ includes.
14663 * riscv-tdep.c: Fix common/ includes.
14664 * remote.c: Fix common/ includes.
14665 * remote-notif.h: Fix common/ includes.
14666 * remote-fileio.h: Fix common/ includes.
14667 * remote-fileio.c: Fix common/ includes.
14668 * regcache.h: Fix common/ includes.
14669 * regcache.c: Fix common/ includes.
14670 * record-btrace.c: Fix common/ includes.
14671 * python/python.c: Fix common/ includes.
14672 * python/py-type.c: Fix common/ includes.
14673 * python/py-inferior.c: Fix common/ includes.
14674 * progspace.h: Fix common/ includes.
14675 * producer.c: Fix common/ includes.
14676 * procfs.c: Fix common/ includes.
14677 * proc-api.c: Fix common/ includes.
14678 * printcmd.c: Fix common/ includes.
14679 * ppc-linux-nat.c: Fix common/ includes.
14680 * parser-defs.h: Fix common/ includes.
14681 * osdata.c: Fix common/ includes.
14682 * obsd-nat.c: Fix common/ includes.
14683 * nat/x86-linux.c: Fix common/ includes.
14684 * nat/x86-linux-dregs.c: Fix common/ includes.
14685 * nat/x86-dregs.h: Fix common/ includes.
14686 * nat/x86-dregs.c: Fix common/ includes.
14687 * nat/ppc-linux.c: Fix common/ includes.
14688 * nat/mips-linux-watch.h: Fix common/ includes.
14689 * nat/mips-linux-watch.c: Fix common/ includes.
14690 * nat/linux-waitpid.c: Fix common/ includes.
14691 * nat/linux-ptrace.h: Fix common/ includes.
14692 * nat/linux-ptrace.c: Fix common/ includes.
14693 * nat/linux-procfs.c: Fix common/ includes.
14694 * nat/linux-personality.c: Fix common/ includes.
14695 * nat/linux-osdata.c: Fix common/ includes.
14696 * nat/linux-namespaces.c: Fix common/ includes.
14697 * nat/linux-btrace.h: Fix common/ includes.
14698 * nat/linux-btrace.c: Fix common/ includes.
14699 * nat/fork-inferior.c: Fix common/ includes.
14700 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14701 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14702 * nat/aarch64-linux.c: Fix common/ includes.
14703 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14704 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14705 * namespace.h: Fix common/ includes.
14706 * mips-linux-tdep.c: Fix common/ includes.
14707 * minsyms.c: Fix common/ includes.
14708 * mi/mi-parse.h: Fix common/ includes.
14709 * mi/mi-main.c: Fix common/ includes.
14710 * mi/mi-cmd-env.c: Fix common/ includes.
14711 * memrange.h: Fix common/ includes.
14712 * memattr.c: Fix common/ includes.
14713 * maint.h: Fix common/ includes.
14714 * maint.c: Fix common/ includes.
14715 * main.c: Fix common/ includes.
14716 * machoread.c: Fix common/ includes.
14717 * location.c: Fix common/ includes.
14718 * linux-thread-db.c: Fix common/ includes.
14719 * linux-nat.c: Fix common/ includes.
14720 * linux-fork.c: Fix common/ includes.
14721 * inline-frame.c: Fix common/ includes.
14722 * infrun.c: Fix common/ includes.
14723 * inflow.c: Fix common/ includes.
14724 * inferior.h: Fix common/ includes.
14725 * inferior.c: Fix common/ includes.
14726 * infcmd.c: Fix common/ includes.
14727 * inf-ptrace.c: Fix common/ includes.
14728 * inf-child.c: Fix common/ includes.
14729 * ia64-linux-nat.c: Fix common/ includes.
14730 * i387-tdep.c: Fix common/ includes.
14731 * i386-tdep.c: Fix common/ includes.
14732 * i386-linux-tdep.c: Fix common/ includes.
14733 * i386-linux-nat.c: Fix common/ includes.
14734 * i386-go32-tdep.c: Fix common/ includes.
14735 * i386-fbsd-tdep.c: Fix common/ includes.
14736 * i386-fbsd-nat.c: Fix common/ includes.
14737 * guile/scm-type.c: Fix common/ includes.
14738 * guile/guile.c: Fix common/ includes.
14739 * go32-nat.c: Fix common/ includes.
14740 * gnu-nat.c: Fix common/ includes.
14741 * gdbthread.h: Fix common/ includes.
14742 * gdbarch-selftests.c: Fix common/ includes.
14743 * gdb_usleep.c: Fix common/ includes.
14744 * gdb_select.h: Fix common/ includes.
14745 * gdb_bfd.c: Fix common/ includes.
14746 * gcore.c: Fix common/ includes.
14747 * fork-child.c: Fix common/ includes.
14748 * findvar.c: Fix common/ includes.
14749 * fbsd-nat.c: Fix common/ includes.
14750 * event-top.c: Fix common/ includes.
14751 * event-loop.c: Fix common/ includes.
14752 * dwarf2read.c: Fix common/ includes.
14753 * dwarf2loc.c: Fix common/ includes.
14754 * dwarf2-frame.c: Fix common/ includes.
14755 * dwarf-index-cache.c: Fix common/ includes.
14756 * dtrace-probe.c: Fix common/ includes.
14757 * disasm-selftests.c: Fix common/ includes.
14758 * defs.h: Fix common/ includes.
14759 * csky-tdep.c: Fix common/ includes.
14760 * cp-valprint.c: Fix common/ includes.
14761 * cp-support.h: Fix common/ includes.
14762 * cp-support.c: Fix common/ includes.
14763 * corelow.c: Fix common/ includes.
14764 * completer.h: Fix common/ includes.
14765 * completer.c: Fix common/ includes.
14766 * compile/compile.c: Fix common/ includes.
14767 * compile/compile-loc2c.c: Fix common/ includes.
14768 * compile/compile-cplus-types.c: Fix common/ includes.
14769 * compile/compile-cplus-symbols.c: Fix common/ includes.
14770 * command.h: Fix common/ includes.
14771 * cli/cli-dump.c: Fix common/ includes.
14772 * cli/cli-cmds.c: Fix common/ includes.
14773 * charset.c: Fix common/ includes.
14774 * build-id.c: Fix common/ includes.
14775 * btrace.h: Fix common/ includes.
14776 * btrace.c: Fix common/ includes.
14777 * breakpoint.h: Fix common/ includes.
14778 * breakpoint.c: Fix common/ includes.
14779 * ax.h:
14780 (enum agent_op): Fix common/ includes.
14781 * ax-general.c (struct aop_map): Fix common/ includes.
14782 * ax-gdb.c: Fix common/ includes.
14783 * auxv.c: Fix common/ includes.
14784 * auto-load.c: Fix common/ includes.
14785 * arm-tdep.c: Fix common/ includes.
14786 * arch/riscv.c: Fix common/ includes.
14787 * arch/ppc-linux-common.c: Fix common/ includes.
14788 * arch/i386.c: Fix common/ includes.
14789 * arch/arm.c: Fix common/ includes.
14790 * arch/arm-linux.c: Fix common/ includes.
14791 * arch/arm-get-next-pcs.c: Fix common/ includes.
14792 * arch/amd64.c: Fix common/ includes.
14793 * arch/aarch64.c: Fix common/ includes.
14794 * arch/aarch64-insn.c: Fix common/ includes.
14795 * arch-utils.c: Fix common/ includes.
14796 * amd64-windows-tdep.c: Fix common/ includes.
14797 * amd64-tdep.c: Fix common/ includes.
14798 * amd64-sol2-tdep.c: Fix common/ includes.
14799 * amd64-obsd-tdep.c: Fix common/ includes.
14800 * amd64-nbsd-tdep.c: Fix common/ includes.
14801 * amd64-linux-tdep.c: Fix common/ includes.
14802 * amd64-linux-nat.c: Fix common/ includes.
14803 * amd64-fbsd-tdep.c: Fix common/ includes.
14804 * amd64-fbsd-nat.c: Fix common/ includes.
14805 * amd64-dicos-tdep.c: Fix common/ includes.
14806 * amd64-darwin-tdep.c: Fix common/ includes.
14807 * agent.c: Fix common/ includes.
14808 * ada-lang.h: Fix common/ includes.
14809 * ada-lang.c: Fix common/ includes.
14810 * aarch64-tdep.c: Fix common/ includes.
14811
2f5c153e
TT
148122019-01-25 Tom Tromey <tom@tromey.com>
14813
14814 * common/create-version.sh: Use common/version.h.
14815
adc6a863
PA
148162019-01-24 Pedro Alves <palves@redhat.com>
14817
14818 * infrun.c (signal_stop, signal_print, signal_program)
14819 (signal_catch, signal_pass): Now arrays instead of pointers.
14820 (update_signals_program_target, do_target_resume)
14821 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14822 * linux-nat.c (linux_nat_target::pass_signals)
14823 (linux_nat_target::create_inferior, linux_nat_target::attach):
14824 Adjust.
14825 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14826 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14827 * procfs.c (procfs_target::pass_signals): Adjust.
14828 * record-full.c (record_full_target::resume): Adjust.
14829 * remote.c (remote_target::pass_signals)
14830 (remote_target::program_signals): Adjust.
14831 * target-debug.h (target_debug_print_signals): Now takes a
14832 gdb::array_view as parameter. Adjust.
14833 * target.h (target_ops) <pass_signals, program_signals>: Replace
14834 pointer and length parameters with gdb::array_view.
14835 (target_pass_signals, target_program_signals): Likewise.
14836 * target-delegates.c: Regenerate.
14837
3046d67a
PA
148382019-01-24 Pedro Alves <palves@redhat.com>
14839
14840 * common/forward-scope-exit.h
14841 (forward_scope_exit::forward_scope_exit): Pass arguments to
14842 m_bind_function directly, instead of creating a std::bind and
14843 copying that.
14844
353229bf
AH
148452019-01-24 Alan Hayward <alan.hayward@arm.com>
14846
14847 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14848 for static members.
14849 (pass_in_v_vfp_candidate): Likewise.
14850
311dc83a
TT
148512019-01-23 Tom Tromey <tom@tromey.com>
14852 Pedro Alves <palves@redhat.com>
14853
14854 * regcache.c (class regcache_invalidator): Remove.
14855 (regcache::raw_write): Use make_scope_exit.
14856
296bd123
TT
148572019-01-23 Tom Tromey <tom@tromey.com>
14858
14859 * ui-out.h (class ui_out_emit_type): Update comment.
14860
979a0d13
TT
148612019-01-23 Tom Tromey <tom@tromey.com>
14862
14863 * infrun.c (fetch_inferior_event): Update comment.
14864
d238133d
TT
148652019-01-23 Tom Tromey <tom@tromey.com>
14866 Pedro Alves <palves@redhat.com>
14867
14868 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14869 parameter.
14870 (fetch_inferior_event): Use SCOPE_EXIT.
14871
14872
9885e6bb
TT
148732019-01-23 Tom Tromey <tom@tromey.com>
14874 Pedro Alves <palves@redhat.com>
14875
14876 * infrun.c (disable_thread_events): Delete.
14877 (stop_all_threads): Use SCOPE_EXIT.
14878
286526c1
TT
148792019-01-23 Tom Tromey <tom@tromey.com>
14880 Pedro Alves <palves@redhat.com>
14881
14882 * symfile.c: Include forward-scope-exit.h.
14883 (clear_symtab_users_cleanup): Replace forward declaration with
14884 a FORWARD_SCOPE_EXIT.
14885 (syms_from_objfile_1): Use the forward_scope_exit and
14886 gdb::optional instead of cleanup_function.
14887 (reread_symbols): Use the forward_scope_exit instead of
14888 cleanup_function.
14889 (clear_symtab_users_cleanup): Remove function.
14890
1db93f14
TT
148912019-01-23 Tom Tromey <tom@tromey.com>
14892 Pedro Alves <palves@redhat.com>
14893
14894 * linux-nat.c: Include scope-exit.h.
14895 (cleanup_target_stop): Remove.
14896 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14897 SCOPE_EXIT.
14898
2cc83d1e
TT
148992019-01-23 Tom Tromey <tom@tromey.com>
14900 Pedro Alves <palves@redhat.com>
14901
14902 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14903 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14904
694c6bf5
TT
149052019-01-23 Tom Tromey <tom@tromey.com>
14906 Andrew Burgess <andrew.burgess@embecosm.com>
14907 Pedro Alves <palves@redhat.com>
14908
14909 * infrun.c (fetch_inferior_event): Use scope_exit.
14910 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14911 * top.c (execute_command): Use scope_exit.
14912 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14913 * utils.c (do_bpstat_clear_actions_cleanup)
14914 (make_bpstat_clear_actions_cleanup): Remove.
14915
4c41382a
TT
149162019-01-23 Tom Tromey <tom@tromey.com>
14917 Pedro Alves <palves@redhat.com>
14918
14919 * infrun.c: Include "common/scope-exit.h"
14920 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14921 (wait_for_inferior): Use SCOPE_EXIT.
14922 (fetch_inferior_event): Use scope_exit.
14923
89f8fb50
TT
149242019-01-23 Tom Tromey <tom@tromey.com>
14925 Pedro Alves <palves@redhat.com>
14926
14927 * breakpoint.c (create_breakpoint): Remove cleanup.
14928
5419bdae
TT
149292019-01-23 Tom Tromey <tom@tromey.com>
14930 Andrew Burgess <andrew.burgess@embecosm.com>
14931 Pedro Alves <palves@redhat.com>
14932
e587ef42
PA
149332019-01-23 Pedro Alves <palves@redhat.com>
14934
14935 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14936
77f0e74c
PA
149372019-01-23 Pedro Alves <palves@redhat.com>
14938 Andrew Burgess <andrew.burgess@embecosm.com>
14939
14940 * gdbthread.h: Include "common/forward-scope-exit.h".
14941 (scoped_finish_thread_state): Redefine custom class in terms of
14942 forward_scope_exit.
14943
5b9b3e53
PA
149442019-01-23 Pedro Alves <palves@redhat.com>
14945 Andrew Burgess <andrew.burgess@embecosm.com>
14946
14947 * common/forward-scope-exit.h: New file.
14948
54b65c9b
PA
149492019-01-23 Pedro Alves <palves@redhat.com>
14950 Andrew Burgess <andrew.burgess@embecosm.com>
14951 Tom Tromey <tom@tromey.com>
14952
14953 * common/scope-exit.h: New file.
14954
cf08fb29
PA
149552019-01-23 Pedro Alves <palves@redhat.com>
14956
14957 * common/preprocessor.h (ESC): Rename to ...
14958 (ESC_PARENS): ... this.
14959 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14960 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14961
ae73e2e2
TT
149622019-01-23 Tom Tromey <tom@tromey.com>
14963
14964 * language.h (class scoped_switch_to_sym_language_if_auto):
14965 Initialize m_lang in both cases.
14966
6594e122
AH
149672019-01-23 Alan Hayward <alan.hayward@arm.com>
14968
14969 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14970 with XCNEW.
14971
a7c9855d
TT
149722019-01-22 Tom Tromey <tom@tromey.com>
14973
14974 * corelow.c: Do not include sys/file.h.
14975
93cc1d53
TT
149762019-01-22 Tom Tromey <tom@tromey.com>
14977
14978 * tui/tui-wingeneral.h: Include gdb_curses.h.
14979
38561778
TT
149802019-01-22 Tom Tromey <tom@tromey.com>
14981
14982 * source-cache.h (class source_cache) <get_source_lines,
14983 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14984
37b3ab5b
TT
149852019-01-22 Tom Tromey <tom@tromey.com>
14986
14987 * remote-fileio.h (struct remote_target): Declare.
14988
3fabc016
TT
149892019-01-22 Tom Tromey <tom@tromey.com>
14990
14991 * python/py-arch.c: Do not include py-ref.h.
14992 * python/py-bpevent.c: Do not include py-ref.h.
14993 * python/py-cmd.c: Do not include py-ref.h.
14994 * python/py-continueevent.c: Do not include py-ref.h.
14995 * python/py-event.h: Do not include py-ref.h.
14996 * python/py-evtregistry.c: Do not include py-ref.h.
14997 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14998 * python/py-frame.c: Do not include py-ref.h.
14999 * python/py-framefilter.c: Do not include py-ref.h.
15000 * python/py-function.c: Do not include py-ref.h.
15001 * python/py-infevents.c: Do not include py-ref.h.
15002 * python/py-linetable.c: Do not include py-ref.h.
15003 * python/py-objfile.c: Do not include py-ref.h.
15004 * python/py-param.c: Do not include py-ref.h.
15005 * python/py-prettyprint.c: Do not include py-ref.h.
15006 * python/py-progspace.c: Do not include py-ref.h.
15007 * python/py-symbol.c: Do not include py-ref.h.
15008 * python/py-symtab.c: Do not include py-ref.h.
15009 * python/py-type.c: Do not include py-ref.h.
15010 * python/py-unwind.c: Do not include py-ref.h.
15011 * python/py-utils.c: Do not include py-ref.h.
15012 * python/py-value.c: Do not include py-ref.h.
15013 * python/py-varobj.c: Do not include py-ref.h.
15014 * python/py-xmethods.c: Do not include py-ref.h.
15015 * python/python.c: Do not include py-ref.h.
15016 * varobj.c: Do not include py-ref.h.
15017
6b4d7774
TT
150182019-01-22 Tom Tromey <tom@tromey.com>
15019
15020 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15021 keyword for bcache.
15022
7af7e9b5
TT
150232019-01-22 Tom Tromey <tom@tromey.com>
15024
15025 * compile/compile-cplus-types.c: Remove a comment by #include.
15026
951d1049
TT
150272019-01-22 Tom Tromey <tom@tromey.com>
15028
15029 * compile/gcc-c-plugin.h: Include compile-internal.h.
15030
d65d5705
TT
150312019-01-22 Tom Tromey <tom@tromey.com>
15032
15033 * stabsread.c (EXTERN): Do not define.
15034 (symnum, next_symbol_text_func, processing_gcc_compilation)
15035 (within_function, global_sym_chain, global_stabs)
15036 (previous_stab_code, this_object_header_files)
15037 (n_this_object_header_files)
15038 (n_allocated_this_object_header_files): Define.
15039 * stabsread.h (EXTERN): Never define. Use "extern".
15040
b6fb1ee5
PW
150412019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15042
15043 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15044 history_value.
15045
be6d4f74
TT
150462019-01-21 Tom Tromey <tom@tromey.com>
15047
15048 * ui-out.c: Fix includes.
15049 * tui/tui-source.c: Fix includes.
15050 * target.c: Fix includes.
15051 * remote.c: Fix includes.
15052 * regcache.c: Fix includes.
15053 * python/py-block.c: Fix includes.
15054 * printcmd.c: Fix includes.
15055 * or1k-tdep.c: Fix includes.
15056 * mi/mi-main.c: Fix includes.
15057 * m32r-tdep.c: Fix includes.
15058 * csky-tdep.c: Fix includes.
15059 * compile/compile-cplus-types.c: Fix includes.
15060 * cli/cli-interp.c: Fix includes.
15061
73021deb
AH
150622019-01-21 Alan Hayward <alan.hayward@arm.com>
15063
15064 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15065 for padding.
15066
7932255d
TT
150672019-01-16 Tom Tromey <tom@tromey.com>
15068
15069 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15070 earlier.
15071 (struct objfile) <msymbols_range>: Move from top level.
15072 <msymbols>: New method.
15073 (class objfile_msymbols): Remove.
15074 * symtab.c (default_collect_symbol_completion_matches_break_on):
15075 Update.
15076 * symmisc.c (dump_msymbols): Update.
15077 * stabsread.c (scan_file_globals): Update.
15078 * objc-lang.c (info_selectors_command, info_classes_command)
15079 (find_methods): Update.
15080 * minsyms.c (find_solib_trampoline_target): Update.
15081 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15082 * coffread.c (coff_symfile_read): Update.
15083 * ada-lang.c (ada_lookup_simple_minsym)
15084 (ada_collect_symbol_completion_matches): Update.
15085
604b1bfb
TT
150862019-01-16 Tom Tromey <tom@tromey.com>
15087
15088 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15089 type. Remove no-argument constructor.
15090 <iterator::operator++>: Simplify.
15091 <begin>: Update.
15092 <end>: Use minimal_symbol_count.
15093
f252c6d5
TT
150942019-01-16 Tom Tromey <tom@tromey.com>
15095
15096 * objfiles.h (struct objfile) <psymtabs>: New method.
15097 (class objfile_psymtabs): Remove.
15098 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15099 typedef.
15100 <range>: New method.
15101 (require_partial_symbols): Change return type.
15102 * psymtab.c (require_partial_symbols)
15103 (psym_expand_symtabs_matching): Update.
15104 * mdebugread.c (parse_partial_symbols): Update.
15105 * dbxread.c (dbx_end_psymtab): Update.
15106
b669c953
TT
151072019-01-15 Tom Tromey <tom@tromey.com>
15108
15109 * symtab.c (lookup_objfile_from_block)
15110 (lookup_symbol_in_objfile_symtabs)
15111 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15112 (find_line_symtab, info_sources_command)
15113 (default_collect_symbol_completion_matches_break_on)
15114 (make_source_files_completion_list): Update.
15115 * symmisc.c (print_objfile_statistics, dump_objfile)
15116 (maintenance_print_symbols, maintenance_info_symtabs)
15117 (maintenance_check_symtabs, maintenance_info_line_tables):
15118 Update.
15119 * source.c (select_source_symtab)
15120 (forget_cached_source_info_for_objfile): Update.
15121 * objfiles.h (class objfile_compunits): Remove.
15122 (struct objfile) <compunits_range>: New typedef.
15123 (compunits): New method.
15124 * objfiles.c (objfile_relocate1): Update.
15125 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15126 * maint.c (count_symtabs_and_blocks): Update.
15127 * linespec.c (iterate_over_all_matching_symtabs): Update.
15128 * cp-support.c (add_symbol_overload_list_qualified): Update.
15129 * coffread.c (coff_symtab_read): Update.
15130 * ada-lang.c (add_nonlocal_symbols)
15131 (ada_collect_symbol_completion_matches)
15132 (ada_add_global_exceptions): Update.
15133
7e955d83
TT
151342019-01-15 Tom Tromey <tom@tromey.com>
15135
15136 * progspace.h (program_space) <objfiles_safe_range>: New
15137 typedef.
15138 <objfiles_safe>: New method.
15139 * objfiles.h (class all_objfiles_safe): Remove.
15140 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15141 * jit.c (jit_inferior_exit_hook): Update.
15142
2030c079
TT
151432019-01-17 Tom Tromey <tom@tromey.com>
15144
15145 * progspace.h (program_space) <objfiles_range>: New typedef.
15146 <objfiles>: New method.
15147 <objfiles_head>: Rename from objfiles.
15148 (object_files): Update.
15149 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15150 * guile/scm-pretty-print.c
15151 (ppscm_find_pretty_printer_from_objfiles): Update.
15152 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15153 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15154 Update.
15155 * python/py-progspace.c (pspy_get_objfiles): Update.
15156 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15157 Update.
15158 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15159 (objfpy_lookup_objfile_by_build_id): Update.
15160 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15161 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15162 Update.
15163 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15164 (expand_symtab_containing_pc, lookup_objfile_from_block)
15165 (lookup_static_symbol, basic_lookup_transparent_type)
15166 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15167 (find_line_symtab, info_sources_command)
15168 (default_collect_symbol_completion_matches_break_on)
15169 (make_source_files_completion_list, find_main_name): Update.
15170 * symmisc.c (print_symbol_bcache_statistics)
15171 (print_objfile_statistics, maintenance_print_symbols)
15172 (maintenance_print_msymbols, maintenance_print_objfiles)
15173 (maintenance_info_symtabs, maintenance_check_symtabs)
15174 (maintenance_expand_symtabs, maintenance_info_line_tables):
15175 Update.
15176 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15177 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15178 (map_overlay_command, unmap_overlay_command)
15179 (simple_overlay_update, expand_symtabs_matching)
15180 (map_symbol_filenames): Update.
15181 * symfile-debug.c (set_debug_symfile): Update.
15182 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15183 Update.
15184 * source.c (select_source_symtab, forget_cached_source_info):
15185 Update.
15186 * solib.c (solib_read_symbols): Update.
15187 * solib-spu.c (append_ocl_sos): Update.
15188 * psymtab.c (maintenance_print_psymbols)
15189 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15190 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15191 * printcmd.c (info_symbol_command): Update.
15192 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15193 Update.
15194 * objfiles.h (class all_objfiles): Remove.
15195 * objfiles.c (have_partial_symbols, have_full_symbols)
15196 (have_minimal_symbols, qsort_cmp, update_section_map)
15197 (shared_objfile_contains_address_p)
15198 (default_iterate_over_objfiles_in_search_order): Update.
15199 * objc-lang.c (info_selectors_command, info_classes_command)
15200 (find_methods): Update.
15201 * minsyms.c (find_solib_trampoline_target): Update.
15202 * maint.c (maintenance_info_sections)
15203 (maintenance_translate_address, count_symtabs_and_blocks):
15204 Update.
15205 * main.c (captured_main_1): Update.
15206 * linux-thread-db.c (try_thread_db_load_from_pdir)
15207 (has_libpthread): Update.
15208 * linespec.c (iterate_over_all_matching_symtabs)
15209 (search_minsyms_for_name): Update.
15210 * jit.c (jit_find_objf_with_entry_addr): Update.
15211 * hppa-tdep.c (find_unwind_entry)
15212 (hppa_lookup_stub_minimal_symbol): Update.
15213 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15214 Update.
15215 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15216 (elf_gnu_ifunc_resolve_by_got): Update.
15217 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15218 * dwarf-index-write.c (save_gdb_index_command): Update.
15219 * cp-support.c (add_symbol_overload_list_qualified): Update.
15220 * breakpoint.c (create_overlay_event_breakpoint)
15221 (create_longjmp_master_breakpoint)
15222 (create_std_terminate_master_breakpoint)
15223 (create_exception_master_breakpoint): Update.
15224 * blockframe.c (find_pc_partial_function): Update.
15225 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15226 (ada_collect_symbol_completion_matches)
15227 (ada_add_global_exceptions): Update.
15228
776489e0
TT
152292019-01-17 Tom Tromey <tom@tromey.com>
15230
15231 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15232 declare VEC.
15233 (solib_target_parse_libraries): Change return type.
15234 (library_list_start_segment, library_list_start_section)
15235 (library_list_end_library, library_list_start_library); Update.
15236 (solib_target_free_library_list): Remove.
15237 (solib_target_parse_libraries): Remove cleanup. Change return
15238 type.
15239 (solib_target_current_sos): Update.
15240
6471e7d2
TT
152412019-01-17 Tom Tromey <tromey@bapiya>
15242
15243 * valprint.c: Replace "the the" with "the".
15244 * symtab.c: Replace "the the" with "the".
15245 * solib.c: Replace "the the" with "the".
15246 * solib-dsbt.c: Replace "the the" with "the".
15247 * linespec.c: Replace "the the" with "the".
15248 * dwarf2loc.h: Replace "the the" with "the".
15249 * amd64-windows-tdep.c: Replace "the the" with "the".
15250 * aarch64-tdep.c: Replace "the the" with "the".
15251
c24bdb02
KS
152522019-01-16 Keith Seitz <keiths@redhat.com>
15253
15254 PR gdb/23773
15255 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15256 <builder>: Rename to ..
15257 <m_builder>: ... this and make private.
15258 (dwarf2_cu::get_builder): New method. Change all users of
15259 `builder' to use this method.
15260 (dwarf2_start_symtab): Move to ...
15261 (dwarf2_cu::start_symtab): ... here. Update all callers
15262 (setup_type_unit_groups): Move to ...
15263 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15264 callers.
15265 (dwarf2_cu::reset_builder): New method.
15266 (process_full_compunit, process_full_type_unit): Use
15267 dwarf2_cu::reset_builder.
15268 (follow_die_offset): Record the ancestor CU if it is different
15269 from the followed DIE's CU.
15270 (follow_die_sig_1): Likewise.
15271
8d64371b
TT
152722019-01-15 Tom Tromey <tom@tromey.com>
15273
15274 * remote.c (class remote_state) <buf>: Now a char_vector.
15275 <buf_size>: Remove.
15276 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15277 parameter.
15278 (remote_target::getpkt_or_notif_sane_1)
15279 (remote_target::getpkt_sane)
15280 (remote_target::getpkt_or_notif_sane): Likewise.
15281 (class remote_target) <putpkt>: New overload.
15282 (remote_target::read_frame): Change type of "buf_p". Remove
15283 sizeof_p parameter.
15284 (packet_ok): New overload.
15285 (packet_check_result): New overload.
15286 Update all uses.
15287
bb277751
TT
152882019-01-14 Tom Tromey <tom@tromey.com>
15289
15290 * remote-notif.c (handle_notification, remote_notif_ack)
15291 (remote_notif_parse): Make "buf" const.
15292 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15293 const.
15294 (remote_notif_parse, remote_notif_ack, handle_notification):
15295 Likewise.
15296 * remote.c (remote_notif_stop_parse): Make "buf" const.
15297 (remote_target::remote_parse_stop_reply): Make "buf" const.
15298 (remote_notif_stop_ack): Make "buf" const.
15299
05be00a8
TT
153002019-01-14 Tom Tromey <tom@tromey.com>
15301
15302 * remote.c (remote_console_output): Make parameter const.
15303
491adeca
TT
153042019-01-14 Tom Tromey <tom@tromey.com>
15305
15306 * target-debug.h (target_debug_print_signals): Constify.
15307 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15308 * procfs.c (procfs_target::pass_signals): Update.
15309 * linux-nat.c (linux_nat_target::pass_signals): Update.
15310 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15311 * target-delegates.c: Rebuild.
15312 * remote.c (remote_target::program_signals): Update.
15313 (remote_target::pass_signals): Update.
15314 * target.c (target_pass_signals): Constify argument.
15315 (target_program_signals): Likewise.
15316 * target.h (struct target_ops) <pass_signals, program_signals>:
15317 Constify argument.
15318 (target_pass_signals, target_program_signals): Constify argument.
15319
bbd94648
TT
153202019-01-14 Tom Tromey <tom@tromey.com>
15321
15322 PR tui/28819:
15323 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15324
6f072a10
PFC
153252019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15326
15327 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15328 field.
15329 * rs6000-tdep.c: Include reggroups.h.
15330 (IS_V_ALIAS_PSEUDOREG): Define.
15331 (rs6000_register_name): Return names for the "vX" aliases.
15332 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15333 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15334 aliases. Call default_register_reggroup_p for all other
15335 pseudo-registers.
15336 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15337 New functions.
15338 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15339 Handle "vX" aliases.
15340 (v_alias_pseudo_register_collect): New function.
15341 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15342 (rs6000_gdbarch_init): Initialize "vX" aliases as
15343 pseudo-registers. Restore registration of
15344 rs6000_pseudo_register_reggroup_p with
15345 set_tdesc_pseudo_register_reggroup_p.
15346
1a782351
MF
153472019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15348
15349 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15350 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15351 set_gdbarch_num_pseudo_regs.
15352
d73cff18
PW
153532019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15354
15355 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15356 Remove arg prefixname, add do_set and do_show.
15357 Add member functions set_list and show_list.
15358 * cli/cli-style.c (class cli_style_option): Update accordingly.
15359 (style_set_list): Move to file scope.
15360 (style_show_list): Likewise.
15361 (set_style): Call help_list.
15362 (show_style): Call cmd_show_list.
15363 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15364 Update to use the new macro.
15365
60a90376
JB
153662019-10-12 Joel Brobecker <brobecker@adacore.com>
15367
15368 * ada-lang.c (_initialize_ada_language): Expand the help text
15369 for the "catch exception" command.
15370
9d7c67bf
PW
153712019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15372
15373 * symtab.c (matching_obj_sections): Initialize obj,
15374 declare it closer to its usage.
15375
7cf47dc4
TT
153762019-01-10 Tom Tromey <tom@tromey.com>
15377
15378 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15379 (basic_inf_threads_range): Remove.
15380 (inf_threads_range, inf_non_exited_threads_range)
15381 (safe_inf_threads_range): Use next_adapter.
15382
d3cb6808
KS
153832019-01-10 Keith Seitz <keiths@redhat.com>
15384
15385 PR gdb/23712
15386 PR symtab/23010
15387 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15388 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15389
63a20375
KS
153902019-01-10 Keith Seitz <keiths@redhat.com>
15391
15392 PR gdb/23712
15393 PR symtab/23010
15394 * dictionary.c (pending_to_vector): Remove.
15395 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15396 Remove _1 suffix, replacing functions of the same name. Update
15397 all callers.
15398 (dict_create_hashed, dict_create_hashed_expandable)
15399 (dict_create_linear, dict_create_linear_expandable, dict_free)
15400 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15401 Make functions static.
15402
b026f593
KS
154032019-01-10 Keith Seitz <keiths@redhat.com>
15404
15405 PR gdb/23712
15406 PR symtab/23010
15407 * dictionary.h (struct dictionary): Replace declaration with
15408 multidictionary.
15409 (dict_create_hashed, dict_create_hashed_expandable)
15410 (dict_create_linear, dict_create_linear_expandable)
15411 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15412 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15413 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15414 taking multidictionary argument.
15415 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15416 * block.h (struct block) <dict>: Change to multidictionary
15417 and rename `multidict'.
15418 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15419 symmisc.c: Update all dictionary references to multidictionary.
15420
c7748ee9
KS
154212019-01-10 Keith Seitz <keiths@redhat.com>
15422
15423 PR gdb/23712
15424 PR symtab/23010
15425 * dictionary.c: Include unordered_map.
15426 (pending_to_vector): New function.
15427 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15428 Rewrite the non-"_1" functions to take vector instead
15429 of linked list.
15430 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15431 "new" _1 versions of the same name.
15432 (multidictionary): Define.
15433 (std::hash<enum language): New definition.
15434 (collate_pending_symbols_by_language, mdict_create_hashed)
15435 (mdict_create_hashed_expandable, mdict_create_linear)
15436 (mdict_create_linear_expandable, mdict_free)
15437 (find_language_dictionary, create_new_language_dictionary)
15438 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15439 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15440 (mdict_size, mdict_empty): New functions.
15441 * dictionary.h (mdict_iterator): Define.
15442
67aa1f3c
PA
154432019-01-10 Pedro Alves <palves@redhat.com>
15444
15445 * breakpoint.c (read_uploaded_action)
15446 (create_tracepoint_from_upload): Adjust to use
15447 gdb::unique_xmalloc_ptr.
15448 * ctf.c (ctf_write_uploaded_tp):
15449 (SET_ARRAY_FIELD): Use emplace_back.
15450 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15451 * tracefile-tfile.c (tfile_write_uploaded_tp):
15452 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15453 gdb::unique_xmalloc_ptr.
15454 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15455 at_string, cond_string, cmd_strings>: Replace char pointers
15456 with gdb::unique_xmalloc_ptr.
15457
2f667667
PA
154582019-01-10 Pedro Alves <palves@redhat.com>
15459
15460 * solib-target.c (library_list_start_library): Don't xstrdup name.
15461
36cb7237
PA
154622019-01-10 Pedro Alves <palves@redhat.com>
15463
15464 * mdebugread.c (parse_partial_symbols): Use
15465 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15466
da584958
AB
154672019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15468
15469 * linux-fork.c (scoped_switch_fork_info)
15470 <~scoped_switch_fork_info>: Fix incorrect variable name.
15471
1ef8573c
AB
154722019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15473
15474 * linux-fork.c (scoped_switch_fork_info)
15475 <scoped_switch_fork_info>: Make explicit.
15476 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15477
8d7bcccb
TT
154782019-01-10 Tom Tromey <tom@tromey.com>
15479
15480 * objfiles.h (objfile::reset_psymtabs): Update.
15481 * objfiles.c (objfile::objfile): Update.
15482 * psymtab.h (psymtab_storage::obstack): Update.
15483 (psymtab_storage::m_obstack): Use gdb::optional.
15484 (class psymtab_storage): Update comment. Remove objfile
15485 parameter.
15486 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15487
b596a3c7
TT
154882019-01-10 Tom Tromey <tom@tromey.com>
15489
15490 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15491 <free_psymtabs>: Now private.
15492 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15493 (allocate_psymtab): Use new method.
15494
a9342b62
TT
154952019-01-10 Tom Tromey <tom@tromey.com>
15496
15497 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15498 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15499 * mdebugread.c (parse_partial_symbols): Use
15500 allocate_dependencies.
15501 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15502 allocate_dependencies.
15503 (process_psymtab_comp_unit_reader)
15504 (build_type_psymtab_dependencies): Likewise.
15505 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15506
5af70966
TT
155072019-01-10 Tom Tromey <tom@tromey.com>
15508
15509 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15510 PSYMBOL_SET_LANGUAGE.
15511 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15512
5923a04c
TT
155132019-01-10 Tom Tromey <tom@tromey.com>
15514
15515 * psymtab.h (psymtab_storage::obstack): New method.
15516 <m_obstack>: Rename from obstack; now private.
15517 * psymtab.c (psymtab_storage): Update.
15518 * dwarf2read.c (create_addrmap_from_index)
15519 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15520 Update.
15521
6d6a12bf
TT
155222019-01-10 Tom Tromey <tom@tromey.com>
15523
15524 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15525 * objfiles.h (objfile::reset_psymtabs): New method.
15526
d320c2b5
TT
155272019-01-10 Tom Tromey <tom@tromey.com>
15528
15529 * symmisc.c (print_symbol_bcache_statistics): Update.
15530 (print_objfile_statistics): Update.
15531 * symfile.c (reread_symbols): Update.
15532 * psymtab.h (class psymtab_storage): New.
15533 * psymtab.c (psymtab_storage): New constructor.
15534 (~psymtab_storage): New destructor.
15535 (require_partial_symbols): Update.
15536 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15537 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15538 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15539 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15540 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15541 (start_psymtab_common, end_psymtab_common)
15542 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15543 (allocate_psymtab): Update.
15544 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15545 Update.
15546 (dump_psymtab_addrmap, maintenance_print_psymbols)
15547 (maintenance_check_psymtabs): Update.
15548 (class objfile_psymtabs): Move to objfiles.h.
15549 * psympriv.h (discard_psymtab): Now inline.
15550 (psymtab_discarder::psymtab_discarder): Update.
15551 (psymtab_discarder::~psymtab_discarder): Update.
15552 (ALL_OBJFILE_PSYMTABS): Rewrite.
15553 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15554 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15555 Remove fields.
15556 <partial_symtabs>: New field.
15557 (class objfile_psymtabs): Move from psymtab.h. Update.
15558 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15559 psymbol_cache.
15560 (objfile::~objfile): Don't destroy psymbol_cache.
15561 * mdebugread.c (parse_partial_symbols): Update.
15562 * dwarf2read.c (create_addrmap_from_index)
15563 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15564 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15565 (add_partial_subprogram, dwarf2_ranges_read): Update.
15566 * dwarf-index-write.c (write_address_map)
15567 (write_one_signatured_type, recursively_write_psymbols)
15568 (class debug_names, class debug_names, write_psymtabs_to_index):
15569 Update.
15570
1d94a5a3
TT
155712019-01-10 Tom Tromey <tom@tromey.com>
15572
15573 * symtab.h (SYMBOL_SET_NAMES): Update.
15574 (symbol_set_names): Update.
15575 (MSYMBOL_SET_NAMES): Update.
15576 * symtab.c (symbol_set_names): Change argument to be an
15577 objfile_per_bfd_storage.
15578 * psymtab.c (add_psymbol_to_bcache): Update.
15579 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15580
0f14768a
TT
155812019-01-10 Tom Tromey <tom@tromey.com>
15582
15583 * symtab.c (create_demangled_names_hash): Change argument to be an
15584 objfile_per_bfd_storage.
15585 (symbol_set_names): Update.
15586
6eee24ce
TT
155872019-01-10 Tom Tromey <tom@tromey.com>
15588
15589 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15590 init_psymbol_list.
15591 * psymtab.c (init_psymbol_list): Do nothing if already called.
15592 * psympriv.h (init_psymbol_list): Add comment.
15593 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15594 init_psymbol_list.
15595 * dbxread.c (dbx_symfile_read): Unconditionally call
15596 init_psymbol_list.
15597
75aedd27
TT
155982019-01-10 Tom Tromey <tom@tromey.com>
15599
15600 * xcoffread.c (scan_xcoff_symtab): Update.
15601 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15602 "where".
15603 * mdebugread.c (parse_partial_symbols)
15604 (handle_psymbol_enumerators): Update.
15605 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15606 * dbxread.c (read_dbx_symtab): Update.
15607 * psympriv.h (psymbol_placement): New enum.
15608 (add_psymbol_to_list): Update.
15609
939652a5
TT
156102019-01-10 Tom Tromey <tom@tromey.com>
15611
15612 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15613 static_psymbols parameters.
15614 (scan_xcoff_symtab): Update.
15615 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15616 static_psymbols parameters.
15617 * psympriv.h (start_psymtab_common): Update.
15618 * mdebugread.c (parse_partial_symbols): Update.
15619 * dwarf2read.c (create_partial_symtab): Update.
15620 * dbxread.c (read_dbx_symtab): Update.
15621 (start_psymtab): Remove global_psymbols and static_psymbols
15622 parameters.
15623
baa62830
TT
156242019-01-10 Tom Tromey <tom@tromey.com>
15625
15626 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15627 * psymtab.c (allocate_psymtab): Add comment.
15628 * psympriv.h (allocate_psymtab): Add comment.
15629 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15630 initializations.
15631 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15632
0e8f53ba
TT
156332019-01-10 Tom Tromey <tom@tromey.com>
15634
15635 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15636 Don't declare.
15637 * mipsread.c: Include mdebugread.h.
15638 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15639 Declare.
15640 * elfread.c: Include mdebugread.h.
15641
b22a7c6a
TT
156422019-01-09 Tom Tromey <tom@tromey.com>
15643
15644 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15645 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15646 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15647 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15648 (psym_lookup_symbol, psym_find_last_source_symtab)
15649 (psym_forget_cached_source_info, psym_print_stats)
15650 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15651 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15652 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15653 (psym_find_compunit_symtab_by_address)
15654 (maintenance_print_psymbols, maintenance_info_psymtabs)
15655 (maintenance_check_psymtabs): Use ranged for.
15656 * psymtab.h (class objfile_psymtabs): New.
15657 (require_partial_symbols): Return objfile_psymtabs.
15658 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15659
3b9d3ac2
TT
156602019-01-09 Tom Tromey <tom@tromey.com>
15661
15662 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15663 (find_pc_mapped_section, list_overlays_command)
15664 (map_overlay_command, unmap_overlay_command)
15665 (simple_overlay_update): Use all_objfiles.
15666 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15667 * printcmd.c (info_symbol_command): Use all_objfiles.
15668 * objfiles.h (ALL_OBJSECTIONS): Remove.
15669 * maint.c (maintenance_translate_address): Use all_objfiles.
15670 * gcore.c (gcore_create_callback): Use all_objfiles.
15671 (objfile_find_memory_regions): Likewise.
15672
8b31193a
TT
156732019-01-09 Tom Tromey <tom@tromey.com>
15674
15675 * symtab.c (find_line_symtab, info_sources_command)
15676 (make_source_files_completion_list): Use objfile_compunits.
15677 * source.c (select_source_symtab): Use objfile_compunits.
15678 * objfiles.h (struct objfile): Update comment.
15679 (ALL_OBJFILES): Remove.
15680 (ALL_FILETABS): Remove.
15681 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15682 objfile_compunits.
15683
d5da8b3c
TT
156842019-01-09 Tom Tromey <tom@tromey.com>
15685
15686 * symmisc.c (print_objfile_statistics, dump_objfile)
15687 (maintenance_print_symbols): Use compunit_filetabs.
15688 * source.c (forget_cached_source_info_for_objfile): Use
15689 compunit_filetabs.
15690 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15691 (ALL_FILETABS): Use compunit_filetabs.
15692 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15693 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15694
5accd1a0
TT
156952019-01-09 Tom Tromey <tom@tromey.com>
15696
15697 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15698 (compunit_filetabs): New.
15699 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15700 compunit_filetabs.
15701 (info_sources_command, make_source_files_completion_list): Remove
15702 declaration.
15703 * symmisc.c (print_objfile_statistics, dump_objfile)
15704 (maintenance_print_symbols): Remove declaration.
15705 (maintenance_info_symtabs): Use compunit_filetabs.
15706 (maintenance_info_line_tables): Likewise.
15707 * source.c (select_source_symtab): Change local variable name.
15708 (forget_cached_source_info_for_objfile): Remove declaration.
15709 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15710 * objfiles.c (objfile_relocate1): Remove declaration.
15711 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15712 declaration.
15713 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15714 * coffread.c (coff_symtab_read): Remove declaration.
15715 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15716 compunit_filetabs.
15717
d8aeb77f
TT
157182019-01-09 Tom Tromey <tom@tromey.com>
15719
15720 * symtab.c (lookup_objfile_from_block)
15721 (find_pc_sect_compunit_symtab, search_symbols)
15722 (default_collect_symbol_completion_matches_break_on): Use
15723 objfile_compunits.
15724 * objfiles.h (ALL_COMPUNITS): Remove.
15725 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15726 * cp-support.c (add_symbol_overload_list_qualified): Use
15727 objfile_compunits.
15728 * ada-lang.c (ada_collect_symbol_completion_matches)
15729 (ada_add_global_exceptions): Use objfile_compunits.
15730
592553c4
TT
157312019-01-09 Tom Tromey <tom@tromey.com>
15732
15733 * source.c (select_source_symtab)
15734 (forget_cached_source_info_for_objfile): Remove declaration.
15735 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15736 declaration.
15737 * maint.c (count_symtabs_and_blocks): Remove declaration.
15738 * cp-support.c (add_symbol_overload_list_qualified): Remove
15739 declaration.
15740 * coffread.c (coff_symtab_read): Remove declaration.
15741 * symtab.c (lookup_symbol_in_objfile_symtabs)
15742 (basic_lookup_transparent_type_1): Use objfile_compunits.
15743 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15744 (info_sources_command, search_symbols)
15745 (default_collect_symbol_completion_matches_break_on)
15746 (make_source_files_completion_list): Remove declaration.
15747 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15748 (ada_collect_symbol_completion_matches)
15749 (ada_add_global_exceptions): Remove declaration.
15750 * linespec.c (iterate_over_all_matching_symtabs): Use
15751 objfile_compunits.
15752 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15753 (class objfile_compunits): New.
15754 (ALL_COMPUNITS): Use objfile_compunits.
15755 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15756 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15757 objfile_compunits.
15758 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15759
5325b9bf
TT
157602019-01-09 Tom Tromey <tom@tromey.com>
15761
15762 * symtab.c (search_symbols)
15763 (default_collect_symbol_completion_matches_break_on): Use
15764 objfile_msymbols.
15765 * ada-lang.c (ada_lookup_simple_minsym)
15766 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15767 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15768 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15769 objfile_msymbols.
15770 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15771 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15772 * objc-lang.c (find_methods): Use objfile_msymbols.
15773 (info_selectors_command, info_classes_command): Likewise.
15774 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15775 * objfiles.h (class objfile_msymbols): New.
15776 (ALL_OBJFILE_MSYMBOLS): Remove.
15777 (ALL_MSYMBOLS): Remove.
15778
cac85af2
TT
157792019-01-09 Tom Tromey <tom@tromey.com>
15780
15781 * common/next-iterator.h (next_adapter): Add Iterator template
15782 parameter.
15783 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15784 (class all_objfiles_safe): New.
15785 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15786 * objfiles.c (put_objfile_before): Update comment.
15787 (add_separate_debug_objfile): Likewise.
15788 (free_all_objfiles): Use all_objfiles_safe.
15789 (objfile_purge_solibs): Likewise.
15790
aed57c53
TT
157912019-01-09 Tom Tromey <tom@tromey.com>
15792
15793 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15794 (expand_symtab_containing_pc, lookup_static_symbol)
15795 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15796 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15797 all_objfiles.
15798 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15799 * breakpoint.c (create_overlay_event_breakpoint)
15800 (create_longjmp_master_breakpoint)
15801 (create_std_terminate_master_breakpoint)
15802 (create_exception_master_breakpoint): Use all_objfiles.
15803 * linux-thread-db.c (try_thread_db_load_from_pdir)
15804 (has_libpthread): Use all_objfiles.
15805 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15806 * linespec.c (iterate_over_all_matching_symtabs)
15807 (search_minsyms_for_name): Use all_objfiles.
15808 * maint.c (maintenance_info_sections): Use all_objfiles.
15809 * main.c (captured_main_1): Use all_objfiles.
15810 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15811 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15812 * guile/scm-pretty-print.c
15813 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15814 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15815 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15816 (maintenance_print_msymbols): Use all_objfiles.
15817 * source.c (select_source_symtab): Use all_objfiles.
15818 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15819 * symfile.c (remove_symbol_file_command)
15820 (expand_symtabs_matching, map_symbol_filenames): Use
15821 all_objfiles.
15822 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15823 all_objfiles.
15824 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15825 * objc-lang.c (find_methods): Use all_objfiles.
15826 * objfiles.c (have_partial_symbols, have_full_symbols)
15827 (have_minimal_symbols, qsort_cmp)
15828 (default_iterate_over_objfiles_in_search_order): Use
15829 all_objfiles.
15830 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15831 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15832 (maintenance_check_psymtabs): Use all_objfiles.
15833 (ALL_PSYMTABS): Remove.
15834 * compile/compile-object-run.c (do_module_cleanup): Use
15835 all_objfiles.
15836 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15837 * cp-support.c (add_symbol_overload_list_qualified): Use
15838 all_objfiles.
15839 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15840 Use all_objfiles.
15841 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15842 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15843 all_objfiles.
15844 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15845 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15846 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15847 Uses all_objfiles.
15848 * solib.c (solib_read_symbols): Use all_objfiles
15849
99d89cde
TT
158502019-01-09 Tom Tromey <tom@tromey.com>
15851
15852 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15853 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15854 all_objfiles.
15855 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15856 * symmisc.c (print_symbol_bcache_statistics)
15857 (print_objfile_statistics, maintenance_print_objfiles)
15858 (maintenance_info_symtabs, maintenance_check_symtabs)
15859 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15860 all_objfiles.
15861 * source.c (forget_cached_source_info): Use all_objfiles.
15862 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15863 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15864 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15865 * objfiles.c (update_section_map): Use all_objfiles.
15866 (shared_objfile_contains_address_p): Likewise.
15867 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15868 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15869
21708325
TT
158702019-01-09 Tom Tromey <tom@tromey.com>
15871
15872 * common/next-iterator.h: New file.
15873 * objfiles.h (class all_objfiles): New.
15874 (struct objfile_iterator): New.
15875
669e09f6
PW
158762019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15877
15878 * NEWS: Move the description of the changed "frame", "select-frame",
15879 and "info frame" commands to the Changed commands section.
15880
041be526
SM
158812019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15882
15883 * gdbtypes.c (check_stub_method_group): Remove handling of old
15884 mangling schemes.
15885 * linespec.c (find_methods): Likewise.
15886 * stabsread.c (read_member_functions): Likewise.
15887 * valops.c (search_struct_method): Likewise.
15888 (value_struct_elt_for_reference): Likewise.
15889 * NEWS: Mention this change.
15890
0e2a2133
AB
158912019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15892
15893 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15894 print_source_lines.
15895 * source.c (print_source_lines_base): Update line number check.
15896 (print_source_lines): New function.
15897 (source_lines_range::source_lines_range): New function.
15898 * source.h (class source_lines_range): New class.
15899 (print_source_lines): New declaration.
15900
1055a3b4
PW
159012019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15902
15903 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15904
cfeadda5
TT
159052019-01-08 Tom Tromey <tom@tromey.com>
15906 Simon Marchi <simon.marchi@ericsson.com>
15907
15908 PR gdb/24060
15909 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15910 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15911 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15912 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15913 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15914 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15915
583068ca
AB
159162019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15917
15918 * source.c (select_source_symtab): Move header comment to
15919 declaration in source.h.
15920 (forget_cached_source_info_for_objfile): Likewise.
15921 (forget_cached_source_info): Likewise.
15922 (identify_source_line): Likewise.
15923 * source.h (identify_source_line): Move declaration from symtab.h
15924 and add comment from source.c
15925 (print_source_lines): Likewise.
15926 (forget_cached_source_info_for_objfile): Likewise.
15927 (forget_cached_source_info): Likewise.
15928 (select_source_symtab): Likewise.
15929 (enum print_source_lines_flag): Move definition from symtab.h.
15930 * symtab.h (identify_source_line): Move declaration to source.h.
15931 (print_source_lines): Likewise.
15932 (forget_cached_source_info_for_objfile): Likewise.
15933 (forget_cached_source_info): Likewise.
15934 (select_source_symtab): Likewise.
15935 (enum print_source_lines_flag): Move definition to source.h.
15936 * tui/tui-hooks.c: Add 'source.h' include.
15937
ec98a4ad
AB
159382019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15939
15940 * source.c (print_source_lines_base): Handle requests to print
15941 reverse line number sequences, and guard against empty lines
15942 string.
15943
62ea19c1
AB
159442019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15945
15946 * source.c (print_source_lines_base): Fix skip of '\r' if next
15947 character is '\n'.
15948
9d30e1fd
TT
159492019-01-06 Tom Tromey <tom@tromey.com>
15950
15951 * c-exp.y (struct c_parse_state) <macro_original_text,
15952 expansion_obstack>: New member.
15953 (macro_original_text, expansion_obstack): Remove globals.
15954 (scan_macro_expansion, scanning_macro_expansion)
15955 (finished_macro_expansion): Update.
15956 (scan_macro_cleanup): Remove.
15957 (yylex, c_parse): Update.
15958
c65bac38
TT
159592019-01-06 Tom Tromey <tom@tromey.com>
15960
15961 * c-exp.y (struct c_parse_state) <strings>: New member.
15962 (operator_stoken): Update.
15963
02e12e38
TT
159642019-01-06 Tom Tromey <tom@tromey.com>
15965
15966 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15967 (union type_stack_elt) <typelist_val>: Now a pointer to
15968 std::vector.
15969 (type_stack_cleanup): Don't declare.
15970 (push_typelist): Update.
15971 * parse.c (pop_typelist): Return a std::vector.
15972 (push_typelist): Take a std::vector.
15973 (follow_types): Update. Do not free args.
15974 (type_stack_cleanup): Remove.
15975 * c-exp.y (struct c_parse_state): New.
15976 (cpstate): New global.
15977 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15978 (nonempty_typelist): Update.
15979 (func_mod): Create a new vector.
15980 (c_parse): Create a c_parse_state.
15981 (check_parameter_typelist): Do not delete params.
15982 (function_method): Update. Do not delete type_list.
15983
f097f5ad
TT
159842019-01-06 Tom Tromey <tom@tromey.com>
15985
15986 PR gdb/28155:
15987 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15988 check_typedef.
15989 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15990 (print_return_value): Likewise.
15991
d2adf9f1
TT
159922019-01-05 Tom Tromey <tom@tromey.com>
15993
15994 * contrib/cleanup_check.py: Remove.
15995 * contrib/gcc-with-excheck: Remove.
15996 * contrib/exsummary.py: Remove.
15997 * contrib/excheck.py: Remove.
15998
2eab46b1
JB
159992019-01-05 Joel Brobecker <brobecker@adacore.com>
16000
16001 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16002 NULL. Initialize tpprev to NULL instead of assigning it
16003 to NULL on the next statement.
16004 * windows-nat.c (windows_delete_thread): Remove check for
16005 main_thread_id before printing thread exit notifications.
16006 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16007 Remove thread ID check against main_thread_id.
16008 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16009 windows_delete_thread.
16010 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16011
48c5e7e2
TT
160122019-01-04 Tom Tromey <tom@tromey.com>
16013
16014 * compile/compile.c (_initialize_compile): Use upper case for
16015 metasyntactic variables.
16016 * symmisc.c (_initialize_symmisc): Use upper case for
16017 metasyntactic variables.
16018 * psymtab.c (_initialize_psymtab): Use upper case for
16019 metasyntactic variables.
16020 * demangle.c (demangle_command): Use upper case for metasyntactic
16021 variables.
16022 (_initialize_demangler): Likewise.
16023 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16024 variables.
16025
986041cd
TT
160262019-01-03 Tom Tromey <tom@tromey.com>
16027
16028 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16029
7c711119
TT
160302019-01-03 Tom Tromey <tom@tromey.com>
16031
16032 * python/py-symtab.c (salpy_str): Update.
16033 (struct salpy_sal_object) <symtab>: Now a PyObject.
16034 (salpy_dealloc): Update.
16035 (del_objfile_sal): Use gdbpy_ref.
16036
1b20edf0
TT
160372019-01-03 Tom Tromey <tom@tromey.com>
16038
16039 * python/py-type.c (convert_field): Use new_reference. Return
16040 gdbpy_ref.
16041 (make_fielditem): Return gdbpy_ref.
16042 (typy_fields): Update.
16043 (typy_getitem): Update.
16044 (field_name): Return gdbpy_ref. Use new_reference.
16045 (typy_iterator_iternext): Update.
16046
ea41325b
TT
160472019-01-03 Tom Tromey <tom@tromey.com>
16048
16049 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16050
2a3c71d6
TT
160512019-01-03 Tom Tromey <tom@tromey.com>
16052
16053 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16054 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16055 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16056 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16057 (pspy_set_type_printers): Likewise.
16058 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16059 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16060 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16061 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16062 (objfpy_set_type_printers): Likewise.
16063
5c329e6a
TT
160642019-01-03 Tom Tromey <tom@tromey.com>
16065
16066 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16067 (gdbpy_print_stack): Use gdbpy_err_fetch.
16068 * python/python-internal.h (class gdbpy_err_fetch): New class.
16069 (class gdbpy_enter) <m_error_type, m_error_value,
16070 m_error_traceback>: Remove.
16071 <m_error>: New member.
16072 (gdbpy_exception_to_string): Don't declare.
16073 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16074 * python/py-value.c (convert_value_from_python): Use
16075 gdbpy_err_fetch.
16076 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16077 gdbpy_exception_to_string.
16078 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16079 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16080 gdbpy_err_fetch.
16081
169bb27b
AB
160822019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16083
16084 * linux-nat.c (delete_lwp_cleanup): Delete.
16085 (struct lwp_deleter): New struct.
16086 (lwp_info_up): New typedef.
16087 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16088 lwp_info_up.
16089
a07c8880
AB
160902019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16091
16092 * linux-fork.c (class scoped_switch_fork_info): New class.
16093 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16094
26089c49
AB
160952019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16096
16097 * valops.c (find_overload_match): Remove use of null_cleanup, and
16098 calls to do_cleanups.
16099
06d3e5b0
AB
161002019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16101
16102 * compile/compile-cplus-types.c
16103 (compile_cplus_instance::decl_name): Handle changes to
16104 cp_func_name.
16105 * cp-support.c (cp_func_name): Update header comment, update
16106 return type.
16107 * cp-support.h (cp_func_name): Update return type in declaration.
16108 * valops.c (find_overload_match): Move temp_func local to top
16109 level of function and change its type. Use temp_func to hold and
16110 delete temporary string obtained from cp_func_name.
16111
66644cd3
AB
161122019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16113
16114 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16115 gdb::char_vector, remove cleanup, and update uses of `msg`.
16116
592d8c0a
JW
161172019-01-03 Jim Wilson <jimw@sifive.com>
16118
16119 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16120
c55d06ec
TT
161212019-01-02 Tom Tromey <tom@tromey.com>
16122
16123 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16124 (tdesc_parse_xml): Remove cleanups.
16125 * target-descriptions.h (make_cleanup_free_target_description):
16126 Don't declare.
16127 (target_desc_deleter): New struct.
16128 (target_desc_up): New typedef.
16129 * target-descriptions.c (target_desc_deleter::operator()): Rename
16130 from free_target_description.
16131 (make_cleanup_free_target_description): Remove.
16132
3a6ae42d
TT
161332019-01-02 Tom Tromey <tom@tromey.com>
16134
16135 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16136 constructor, destructor.
16137 (linespec_parser): Remove typedef.
16138 (~linespec_parser): Rename from linespec_parser_delete.
16139 (linespec_lex_to_end, linespec_complete_label)
16140 (linespec_complete): Update.
16141 (decode_line_full): Remove cleanups.
16142 (decode_line_1): Update.
16143
61fd3e73
TT
161442019-01-02 Tom Tromey <tom@tromey.com>
16145
16146 * python/python-internal.h (inferior_to_inferior_object): Change
16147 return type.
16148 * python/py-exitedevent.c (create_exited_event_object): Update.
16149 * python/py-inferior.c (inferior_to_inferior_object): Return
16150 gdbpy_ref.
16151 (python_new_inferior, python_inferior_deleted)
16152 (thread_to_thread_object, delete_thread_object)
16153 (build_inferior_list, gdbpy_selected_inferior): Update.
16154 * python/py-infthread.c (create_thread_object): Update. Also fail
16155 if inferior_to_inferior_object fails.
16156
d20172fc
SM
161572019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16158
16159 * inferior.h (class inferior) <displaced_step_state>: New field.
16160 * infrun.h (struct displaced_step_state): Move here from
16161 infrun.c. Initialize fields, add constructor.
16162 <inf>: Remove field.
16163 <reset>: New method.
16164 * infrun.c (struct displaced_step_inferior_state): Move to
16165 infrun.h.
16166 (displaced_step_inferior_states): Remove.
16167 (get_displaced_stepping_state): Adust.
16168 (displaced_step_in_progress_any_inferior): Adjust.
16169 (displaced_step_in_progress_thread): Adjust.
16170 (displaced_step_in_progress): Adjust.
16171 (add_displaced_stepping_state): Remove.
16172 (get_displaced_step_closure_by_addr): Adjust.
16173 (remove_displaced_stepping_state): Remove.
16174 (infrun_inferior_exit): Call displaced_step_state.reset.
16175 (use_displaced_stepping): Don't check for NULL.
16176 (displaced_step_prepare_throw): Call
16177 get_displaced_stepping_state.
16178 (displaced_step_fixup): Don't check for NULL.
16179 (prepare_for_detach): Don't check for NULL.
16180
e3319240
PW
161812019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16182
16183 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16184 in case of call that did not complete.
16185
5d36dfb9
AU
161862019-01-02 Andrey Utkin <autkin@undo.io>
16187
16188 * symfile.c (find_separate_debug_file): Fix search of debug files for
16189 remote debuggee.
16190
8833fbf0
TT
161912019-01-02 Tom Tromey <tom@tromey.com>
16192
16193 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16194 indentation.
16195 * python/py-frame.c (frapy_older): Remove cast.
16196 (frapy_newer): Likewise.
16197 * python/py-breakpoint.c (local_setattro): Remove cast.
16198 * python/py-arch.c (archpy_name): Remove local variable.
16199 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16200
4ada3dfd
JB
162012019-01-02 Joel Brobecker <brobecker@adacore.com>
16202
16203 * unittests/basic_string_view/element_access/char/empty.cc:
16204 Fix year range in copyright header.
16205
113b7b81
AB
162062019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16207
16208 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16209 Delete.
16210 <operator==>: Update with for removed field.
16211 <hash>: Likewise.
16212 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16213 <isa_features>: ...this.
16214 <abi_features>: New field.
16215 (riscv_isa_flen): Update comment.
16216 (riscv_abi_xlen): New declaration.
16217 (riscv_abi_flen): New declaration.
16218 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16219 isa_features.
16220 (riscv_abi_xlen): New function.
16221 (riscv_isa_flen): Update to get answer from isa_features.
16222 (riscv_abi_flen): New function.
16223 (riscv_has_fp_abi): Update to get answer from abi_features.
16224 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16225 xlen and flen.
16226 (riscv_call_info) <xlen, flen>: Update comment.
16227 (riscv_call_arg_struct): Remove invalid assertions
16228 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16229 is removed.
16230 (riscv_gdbarch_init): Gather isa features and abi features
16231 separately, ensure both match on the gdbarch when reusing an old
16232 gdbarch. Relax an error check to allow 32-bit abi float to run on
16233 a target with 64-bit float hardware.
16234
b18ca514
PW
162352019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16236
16237 * source.c (search_command_helper): Stop reverse search
16238 when line 1 has been searched.
16239
ec70d8db
PW
162402019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16241
16242 * record-full.c (record_full_base_target::close): Rewrite
16243 record_full_core_buf_list free logic.
16244
5b38f9c1
PW
162452019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16246
16247 * break-catch-syscall.c (print_one_catch_syscall): xfree
16248 the last text.
16249
66d91b39
JB
162502019-01-01 Joel Brobecker <brobecker@adacore.com>
16251
16252 * top.c (print_gdb_version): Update Copyright year in version
16253 message.
16254
42a4f53d
JB
162552019-01-01 Joel Brobecker <brobecker@adacore.com>
16256
16257 Update copyright year range in all GDB files.
16258
7e955d83 162592019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16260
5bbd631d 16261 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16262
5bbd631d 16263For older changes see ChangeLog-2018.
c906108c
SS
16264\f
16265Local Variables:
16266mode: change-log
16267left-margin: 8
16268fill-column: 74
16269version-control: never
57da7796 16270coding: utf-8
c906108c 16271End:
5bbd631d 16272
This page took 3.90898 seconds and 4 git commands to generate.