Remove unused includes in aarch64-tdep.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c577cdd7
SM
12019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * aarch64-tdep.c: Remove includes.
4
610cfd61
SM
52019-12-04 Simon Marchi <simon.marchi@efficios.com>
6
7 * filtered-iterator.h (filtered_iterator) <operator==,
8 operator!=>: Compare wrapped iterators, not wrapped pointers.
9 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10 unittests/filtered_iterator-selftests.c.
11 * unittests/filtered_iterator-selftests.c: New file.
12
a05cf17a
TT
132019-12-04 Tom Tromey <tromey@adacore.com>
14
15 * gdbtypes.c (create_range_type): Inherit endianity
16 from base type.
17
d5a22e77
TT
182019-12-04 Tom Tromey <tromey@adacore.com>
19
20 * ada-lang.c (decode_constrained_packed_array)
21 (ada_value_assign, value_assign_to_component): Update.
22 * dwarf2loc.c (rw_pieced_value, access_memory)
23 (dwarf2_compile_expr_to_ax): Update.
24 * dwarf2read.c (dwarf2_add_field): Update.
25 * eval.c (evaluate_subexp_standard): Update.
26 * gdbarch.c, gdbarch.h: Rebuild.
27 * gdbarch.sh (bits_big_endian): Remove.
28 * gdbtypes.h (union field_location): Update comment.
29 * target-descriptions.c (make_gdb_type): Update.
30 * valarith.c (value_bit_index): Update.
31 * value.c (struct value) <bitpos>: Update comment.
32 (unpack_bits_as_long, modify_field): Update.
33 * value.h (value_bitpos): Update comment.
34
7ab4a236
TT
352019-12-04 Tom Tromey <tromey@adacore.com>
36
37 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
38 endian-ness.
39
103a685e
TT
402019-12-04 Tom Tromey <tromey@adacore.com>
41
42 * dwarf2read.c (dwarf2_init_float_type)
43 (dwarf2_init_complex_target_type): Add byte_order parameter.
44 (read_base_type): Compute byte order earlier.
45 * gdbtypes.c (init_float_type): Add byte_order parameter.
46 * gdbtypes.h (init_float_type): Add byte_order parameter.
47
7a9e9f9f
TT
482019-12-04 Tom Tromey <tromey@adacore.com>
49
50 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
51
feee869b
TT
522019-12-04 Tom Tromey <tromey@adacore.com>
53
54 * dwarf2read.c (process_structure_scope): Initialize
55 "discr_offset".
56
c2512106
AB
572019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
60 add it into the search spec.
61 (parse_max_results_option): New function.
62 (mi_info_functions_or_variables): Parse -max-results flag and pass
63 it to mi_symbol_info.
64 (mi_cmd_symbol_info_modules): Likewise.
65 (mi_cmd_symbol_info_types): Likewise.
66 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
67 return type to bool, change result container into a set, and don't
68 add new results if we have enough already.
69 (global_symbol_searcher::add_matching_msymbols): Change return
70 type to bool, and don't add new results if we have enough already.
71 (sort_search_symbols_remove_dups): Delete.
72 (global_symbol_searcher::search): Early exit from search loop when
73 we have enough results. Use a std::set to collect the results
74 from calling add_matching_symbols.
75 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
76 member function.
77 (global_symbol_searcher) <m_max_search_results>: New member
78 variable.
79 (global_symbol_searcher) <add_matching_symbols>: Update header
80 comment and change return type to bool.
81 (global_symbol_searcher) <add_matching_msymbols>: Update header
82 comment and change return type to bool.
83
f97a63c5
AB
842019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * symtab.c (symbol_search::compare_search_syms): Update header
87 comment.
88 (global_symbol_searcher::is_suitable_msymbol): New function.
89 (global_symbol_searcher::expand_symtabs): New function.
90 (global_symbol_searcher::add_matching_symbols): New function.
91 (global_symbol_searcher::add_matching_msymbols): New function.
92 (global_symbol_searcher::search): Move most of the content
93 into the new functions above, and call them as needed.
94 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
95 function.
96 (global_symbol_searcher) <add_matching_symbols>: New member
97 function.
98 (global_symbol_searcher) <add_matching_msymbols>: New member
99 function.
100 (global_symbol_searcher) <is_suitable_msymbol>: New member
101 function.
102
293b38d6
AB
1032019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
106 -symbol-info-module-variables entries.
107 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
108 (mi_cmd_symbol_info_module_variables): Declare.
109 * mi/mi-symbol-cmds.c
110 (module_symbol_search_iterator): New typedef.
111 (output_module_symbols_in_single_module_and_file): New function.
112 (output_module_symbols_in_single_module): New function.
113 (mi_info_module_functions_or_variables): New function.
114 (mi_cmd_symbol_info_module_functions): New function.
115 (mi_cmd_symbol_info_module_variables): New function.
116 * NEWS: Mention new MI command.
117
4cbd39b2
CB
1182019-12-03 Christian Biesinger <cbiesinger@google.com>
119
120 * bcache.c (hash): Remove.
121 (hash_continue): Remove.
122 * bcache.h (hash): Remove.
123 (hash_continue): Remove.
124 (struct bcache) <ctor>: Update.
125 * psymtab.c (psymbol_hash): Update.
126 * stabsread.c (hashname): Update.
127 * utils.h (fast_hash): Add an argument for a start value,
128 defaulting to zero.
129
82f910ea
PW
1302019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
131 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
132 (destroy_block_symbol_cache): New function.
133 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
134 (resize_symbol_cache): Likewise.
135
de2396d0
TT
1362019-12-02 Tom Tromey <tom@tromey.com>
137
138 * unittests/tui-selftests.c (run_tests): Make conditional.
139 (_initialize_tui_selftest): Make conditional.
140
638d85bc
CB
1412019-12-02 Christian Biesinger <cbiesinger@google.com>
142
143 * aix-thread.c (debug_aix_thread): Change type to bool.
144
7532a164
LM
1452019-12-02 Luis Machado <luis.machado@linaro.org>
146
147 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
148
216a7e6b
AB
1492019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * dwarf2read.c (read_tag_string_type): Read the fields required to
152 make a dynamic string, and possibly create a dynamic range for the
153 string.
154 (attr_to_dynamic_prop): Setup is_reference based on the type of
155 attribute being processed.
156 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
157 (resolve_dynamic_array): Rename to...
158 (resolve_dynamic_array_or_string): ...this, update header comment,
159 and accept TYPE_CODE_STRING.
160 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
161
11a8b164
AB
1622019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
165 of its implementation from...
166 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
167 the new function.
168
5bbd8269
AB
1692019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
172 create a range with stride where appropriate.
173 * f-valprint.c: Include 'gdbarch.h'.
174 (f77_print_array_1): Take the stride into account when walking the
175 array. Also convert the stride into addressable units.
176 * gdbtypes.c (create_range_type): Initialise the stride to
177 constant zero.
178 (create_range_type_with_stride): New function, initialise the
179 range as normal, and then setup the stride.
180 (has_static_range): Include the stride here. Also change the
181 return type to bool.
182 (create_array_type_with_stride): Consider the range stride if the
183 array isn't given its own stride.
184 (resolve_dynamic_range): Resolve the stride if needed.
185 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
186 (struct range_bounds) <flag_is_byte_stride>: New member variable.
187 (TYPE_BIT_STRIDE): Define.
188 (TYPE_ARRAY_BIT_STRIDE): Define.
189 (create_range_type_with_stride): Declare.
190 * valarith.c (value_subscripted_rvalue): Take range stride into
191 account when walking the array.
192
82e3b564
TT
1932019-12-01 Tom Tromey <tom@tromey.com>
194
195 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
196 specially.
197
517d261d
TT
1982019-12-01 Tom Tromey <tom@tromey.com>
199
200 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
201 \0.
202 * unittests/tui-selftests.c: New file.
203 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
204
484c9b64
TT
2052019-12-01 Tom Tromey <tom@tromey.com>
206
207 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
208
a2a7af0c
TT
2092019-12-01 Tom Tromey <tom@tromey.com>
210
211 * NEWS: Document new settings.
212 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
213 * tui/tui-win.c (_initialize_tui_win): Add border style
214 observers.
215 * tui/tui-io.h (tui_apply_style): Declare.
216 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
217 longer static.
218 (apply_ansi_escape, tui_set_reverse_mode): Update.
219 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
220 Add "skip_intensity" parameter.
221 <changed>: New member.
222 <do_set_value>: Declare.
223 (tui_border_style, tui_active_border_style): Declare.
224 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
225 globals.
226 (cli_style_option): Initialize "changed".
227 (cli_style_option::do_set_value): New function.
228 (cli_style_option::add_setshow_commands): Add "skip_intensity"
229 parameter. Update.
230 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
231 (_initialize_cli_style): Update. Create TUI border style
232 commands.
233
d1da6b01
TT
2342019-12-01 Tom Tromey <tom@tromey.com>
235
236 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
237 parameter.
238 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
239 parameter.
240 * tui/tui-win.h (compact_source): Declare.
241 * tui/tui-win.c (compact_source): New global.
242 (tui_set_compact_source, tui_show_compact_source): New functions.
243 (_initialize_tui_win): Add "compact-source" setting.
244 * tui/tui-source.c (tui_source_window::set_contents): Handle
245 compact_source setting.
246 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
247 * NEWS: Document new setting.
248
489dbda6
TT
2492019-11-30 Tom Tromey <tom@tromey.com>
250
251 * dwarf2read.c (dwarf2_add_field): Include field offset when
252 computing variant part length.
253
bf498525
PW
2542019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
255 * NEWS: Mention define-prefix. Tell that command names can now
256 contain a . character.
257
be09caf1
PW
2582019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
259
260 * command.h (valid_cmd_char_p): Declare.
261 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
262 the check of valid command char.
263 (find_command_name_length, valid_user_defined_cmd_name_p): Use
264 valid_cmd_char_p.
265 * cli/cli-script.c (validate_comname): Likewise.
266 * completer.c (gdb_completer_command_word_break_characters):
267 Do not remove . from the word break char, update comments.
268 (complete_line_internal_1): Use valid_cmd_char_p.
269 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
270 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
271
c6ac7fc9
PW
2722019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
273
274 * cli/cli-script.c (do_define_command): Ensure a redefined
275 prefix command is kept as a prefix command.
276 (define_prefix_command): New function.
277 (show_user_1): Report user defined prefixes.
278 (_initialize_cli_script): Create the new 'define-prefix' command.
279 Add completers for 'define' and 'document'.
280 * top.c (execute_command): If command is a user-defined prefix only
281 command, report the list of commands for this prefix command.
282
a992a3b0
TBA
2832019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
284
285 * valops.c (find_oload_champ): Improve debug output.
286
e9194a1a
TBA
2872019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
288
289 * valops.c (find_oload_champ): Print part of debug messages
290 before the badness vector is std::move'd.
291
53a008a6
TT
2922019-11-28 Tom Tromey <tom@tromey.com>
293
294 * value.c (creal_internal_fn): Fix comment.
295
bab05c83
TT
2962019-11-28 Tom Tromey <tom@tromey.com>
297
298 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
299 flag_bound_evaluated>: Now unsigned.
300
2522f049
TT
3012019-11-28 Tom Tromey <tom@tromey.com>
302
303 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
304 declare.
305
38b49e22
MS
3062019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
307
308 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
309 debug output.
310 * jit.c (jit_unregister_code): Add debug print to match
311 `jit_register_code`.
312
35125921
CB
3132019-11-27 Christian Biesinger <cbiesinger@google.com>
314
315 * NEWS: Mention the new multithreaded symbol loading.
316
62e77f56
CB
3172019-11-27 Christian Biesinger <cbiesinger@google.com>
318
319 * maint.c (n_worker_threads): Default to 0.
320 (worker_threads_disabled): New function.
321 * maint.h (worker_threads_disabled): New function.
322 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
323 here if worker_threads_disabled () is true.
324 (minimal_symbol_reader::install): Skip all threading if
325 worker_threads_disabled () is true.
326
f29d7f6b
CB
3272019-11-27 Christian Biesinger <cbiesinger@google.com>
328
329 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
330 hash code if possible.
331 (add_minsym_to_demangled_hash_table): Likewise.
332 (minimal_symbol_reader::install): Compute the hash codes for msymbol
333 on the background thread.
334 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
335 Add these fields.
336
e76b2246
CB
3372019-11-27 Christian Biesinger <cbiesinger@google.com>
338
339 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
340 of the mangled name on the background thread.
341 * symtab.c (symbol_set_names): Allow passing in the hash of the
342 linkage_name.
343 * symtab.h (symbol_set_names): Likewise.
344
8d9a2568
KB
3452019-11-27 Kevin Buettner <kevinb@redhat.com>
346
347 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
348 physnames are computed for inherited DIEs.
349
fad03f6e
TT
3502019-11-27 Tom Tromey <tromey@adacore.com>
351
352 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
353 backslashes.
354 * cp-support.c: Remove unnecessary backslashes.
355
43678b0a
CB
3562019-11-27 Christian Biesinger <cbiesinger@google.com>
357
358 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
359 with sym->set_linkage_name.
360 * coffread.c (coff_read_enum_type): Likewise.
361 * mdebugread.c (parse_symbol): Likewise.
362 * stabsread.c (patch_block_stabs): Likewise.
363 (define_symbol): Likewise.
364 (read_enum_type): Likewise.
365 (common_block_end): Likewise.
366 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
367 function.
368 (SYMBOL_SET_LINKAGE_NAME): Remove.
369 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
370 with sym->set_linkage_name.
371
db5960b4
AB
3722019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
375 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
376 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
377 * NEWS: Mention new MI command.
378
7dc42066
AB
3792019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
382 '-symbol-info-types', and '-symbol-info-variables'.
383 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
384 (mi_cmd_symbol_info_types): Declare.
385 (mi_cmd_symbol_info_variables): Declare.
386 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
387 (output_debug_symbol): New function.
388 (output_nondebug_symbol): New function.
389 (mi_symbol_info): New function.
390 (mi_info_functions_or_variables): New function.
391 (mi_cmd_symbol_info_functions): New function.
392 (mi_cmd_symbol_info_types): New function.
393 (mi_cmd_symbol_info_variables): New function.
394 * NEWS: Mention new commands.
395
5f512a7d
AB
3962019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * symtab.c (symbol_to_info_string): New function, most content
399 moved from print_symbol_info, but updated to return a std::string.
400 (print_symbol_info): Update to use symbol_to_info_string and print
401 returned string.
402 * symtab.h (symbol_to_info_string): Declare new function.
403
470c0b1c
AB
4042019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 * python/python.c (gdbpy_rbreak): Convert to using
407 global_symbol_searcher.
408 * symtab.c (file_matches): Convert return type to bool, change
409 file list to std::vector, update header comment.
410 (search_symbols): Rename to...
411 (global_symbol_searcher::search): ...this and update now its
412 a member function of global_symbol_searcher. Take account of the
413 changes to file_matches.
414 (symtab_symbol_info): Convert to using global_symbol_searcher.
415 (rbreak_command): Likewise.
416 (search_module_symbols): Likewise.
417 * symtab.h (enum symbol_search): Update comment.
418 (search_symbols): Remove declaration.
419 (class global_symbol_searcher): New class.
420
57357d9d
TT
4212019-11-26 Tom Tromey <tromey@adacore.com>
422
423 * cp-support.c (_initialize_cp_support): Conditionally initialize
424 gdb_demangle_attempt_core_dump.
425
3ea16160
TT
4262019-11-26 Tom Tromey <tom@tromey.com>
427
428 * python/py-function.c (fnpy_init): Update.
429 * value.h (add_internal_function): Adjust declaration.
430 * value.c (function_destroyer): Remove.
431 (do_add_internal_function): Don't set destroyer or copy name.
432 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
433 Set name_allocated.
434 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
435 (cmdpy_init): Set name_allocated.
436 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
437 member.
438 (~cmd_list_element): Free "name" if needed.
439
1a6d41c6
TT
4402019-11-26 Tom Tromey <tom@tromey.com>
441
442 * value.h (add_internal_function): Add new overload. Move
443 documentation from value.h.
444 * value.c (do_add_internal_function): New function.
445 (add_internal_function): Use it. Add new overload.
446 (function_destroyer): Don't free doc.
447 * python/py-function.c (fnpy_init): Update.
448
8318f3c3
TT
4492019-11-26 Tom Tromey <tom@tromey.com>
450
451 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
452 (cmdpy_init): Set "doc_allocated".
453
4da8c3a8
TT
4542019-11-26 Tom Tromey <tom@tromey.com>
455
456 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
457 name of worker thread.
458 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
459 pthread_setname_np.
460 * configure, config.in: Rebuild.
461
971db5e2
TT
4622019-11-26 Tom Tromey <tom@tromey.com>
463
464 * python/python.c (class gdbpy_gil): New.
465 (struct gdbpy_event): Add constructor, destructor, operator().
466 (gdbpy_post_event): Use run_on_main_thread.
467 (gdbpy_initialize_events): Remove.
468 (do_start_initialization): Update.
469
22138db6
TT
4702019-11-26 Tom Tromey <tom@tromey.com>
471
472 * NEWS: Add entry.
473 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
474 commands. Call update_thread_pool_size.
475 (update_thread_pool_size, maintenance_set_worker_threads): New
476 functions.
477 (n_worker_threads): New global.
478
d55c9a68
TT
4792019-11-26 Christian Biesinger <cbiesinger@google.com>
480 Tom Tromey <tom@tromey.com>
481
482 * minsyms.c (minimal_symbol_reader::install): Use
483 parallel_for_each.
484 * gdbsupport/parallel-for.h: New file.
485 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
486
a0b57563
CB
4872019-11-26 Christian Biesinger <cbiesinger@google.com>
488 Tom Tromey <tom@tromey.com>
489
490 * gdbsupport/thread-pool.h: New file.
491 * gdbsupport/thread-pool.c: New file.
492 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
493 (HFILES_NO_SRCDIR): Add thread-pool.h.
494
3b3978bc
TT
4952019-11-26 Tom Tromey <tom@tromey.com>
496
497 * event-top.h (thread_local_segv_handler): Declare.
498 * event-top.c (thread_local_segv_handler): New global.
499 (install_handle_sigsegv, handle_sigsegv): New functions.
500 (async_init_signals): Install SIGSEGV handler.
501 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
502 thread-local.
503 (report_failed_demangle): New function.
504 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
505 handler-setting code, instead use segv_handler. Run warning code
506 on main thread.
507
9411c49e
TT
5082019-11-26 Tom Tromey <tom@tromey.com>
509
510 * run-on-main-thread.c: New file.
511 * run-on-main-thread.h: New file.
512 * unittests/main-thread-selftests.c: New file.
513 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
514 main-thread-selftests.c.
515 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
516 (COMMON_SFILES): Add run-on-main-thread.c.
517
c3efb965
TT
5182019-11-26 Tom Tromey <tom@tromey.com>
519
520 * main.c (setup_alternate_signal_stack): Remove.
521 (captured_main_1): Use gdb::alternate_signal_stack.
522 * gdbsupport/alt-stack.h: New file.
523
21987b9c
TT
5242019-11-26 Tom Tromey <tom@tromey.com>
525
526 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
527 Remove comment.
528 (save_original_signals_state, restore_original_signals_state): Use
529 gdb_sigmask.
530 * linux-nat.c (block_child_signals, restore_child_signals_mask)
531 (_initialize_linux_nat): Use gdb_sigmask.
532 * guile/guile.c (_initialize_guile): Use block_signals.
533 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
534 * gdbsupport/gdb-sigmask.h: New file.
535 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
536 * cp-support.c (gdb_demangle): Use gdb_sigmask.
537 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
538 pthread_sigmask.
539 * configure, config.in: Rebuild.
540 * gdbsupport/block-signals.h: New file.
541
5e030278
TT
5422019-11-26 Tom Tromey <tom@tromey.com>
543
544 * acinclude.m4: Include ax_pthread.m4.
545 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
546 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
547 (CLIBS): Use PTHREAD_LIBS.
548 (aclocal_m4_deps): Add ax_pthread.m4.
549 * config.in, configure: Rebuild.
550 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
551
5a79c107
TT
5522019-11-26 Tom Tromey <tom@tromey.com>
553
554 * symtab.h (struct minimal_symbol) <name_set>: New member.
555 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
556 Don't call symbol_set_names.
557 (minimal_symbol_reader::install): Call symbol_set_names.
558
aa369509
PW
5592019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
560
561 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
562 restore_active_ext_lang, as GIL is needed for (indirectly)
563 called PyOS_InterruptOccurred.
564
cadc9cb8
SM
5652019-11-26 Simon Marchi <simon.marchi@efficios.com>
566
567 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
568 definition.
569
d04afd58
SM
5702019-11-26 Simon Marchi <simon.marchi@efficios.com>
571
572 * remote-sim.c (simulator_command): Make static, remove
573 declaration.
574
dd694d77
SM
5752019-11-26 Simon Marchi <simon.marchi@efficios.com>
576
577 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
578 static.
579 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
580 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
581 (main): Likewise.
582 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
583 (main): Likewise.
584 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
585 (main): Likewise.
586 * unittests/basic_string_view/element_access/char/1.cc (test01):
587 Likewise.
588 (main): Likewise.
589 * unittests/basic_string_view/element_access/char/empty.cc (main):
590 Likewise.
591 * unittests/basic_string_view/element_access/char/front_back.cc
592 (test01): Likewise.
593 (main): Likewise.
594 * unittests/basic_string_view/inserters/char/2.cc (test05):
595 Likewise.
596 (main): Likewise.
597 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
598 (test01): Likewise.
599 (main): Likewise.
600 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
601 (test01): Likewise.
602 (main): Likewise.
603 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
604 Likewise.
605 * unittests/basic_string_view/operations/compare/char/1.cc
606 (test01): Likewise.
607 (main): Likewise.
608 * unittests/basic_string_view/operations/compare/char/13650.cc
609 (test01): Likewise.
610 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
611 Likewise.
612 (main): Likewise.
613 * unittests/basic_string_view/operations/data/char/1.cc (test01):
614 Likewise.
615 (main): Likewise.
616 * unittests/basic_string_view/operations/find/char/1.cc (test01):
617 Likewise.
618 (main): Likewise.
619 * unittests/basic_string_view/operations/find/char/2.cc (test02):
620 Likewise.
621 (main): Likewise.
622 * unittests/basic_string_view/operations/find/char/3.cc (test03):
623 Likewise.
624 (main): Likewise.
625 * unittests/basic_string_view/operations/find/char/4.cc (main):
626 Likewise.
627 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
628 Likewise.
629 (main): Likewise.
630 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
631 Likewise.
632 (main): Likewise.
633 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
634 Likewise.
635 (main): Likewise.
636 * unittests/basic_string_view/operations/substr/char/1.cc
637 (test01): Likewise.
638 (main): Likewise.
639 * unittests/basic_string_view/operators/char/2.cc (main):
640 Likewise.
641 * unittests/optional/assignment/1.cc (test): Likewise.
642 * unittests/optional/assignment/2.cc (test): Likewise.
643 * unittests/optional/assignment/3.cc (test): Likewise.
644 * unittests/optional/assignment/4.cc (test): Likewise.
645 * unittests/optional/assignment/5.cc (test): Likewise.
646 * unittests/optional/assignment/6.cc (test): Likewise.
647 * unittests/optional/assignment/7.cc (test): Likewise.
648 * unittests/optional/cons/copy.cc (test): Likewise.
649 * unittests/optional/cons/default.cc (test): Likewise.
650 * unittests/optional/cons/move.cc (test): Likewise.
651 * unittests/optional/cons/value.cc (test): Likewise.
652 * unittests/optional/in_place.cc (test): Likewise.
653 * unittests/optional/observers/1.cc (test): Likewise.
654 * unittests/optional/observers/2.cc (test): Likewise.
655
3b5c1d49
SM
6562019-11-26 Simon Marchi <simon.marchi@efficios.com>
657
658 * tui-win.h (tui_set_var_cmd): Remove.
659 * tui-win.c (tui_set_var_cmd): Make static.
660
adce99fe
SM
6612019-11-26 Simon Marchi <simon.marchi@efficios.com>
662
663 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
664 rbreak_command_wrapper): Remove.
665 * symtab.c (rbreak_command_wrapper): Remove.
666
fe3adccf
SM
6672019-11-26 Simon Marchi <simon.marchi@efficios.com>
668
669 * inferior.h (info_terminal_command): Remove declaration.
670 * inflow.c (info_terminal_command): Make static.
671
b926335f
SM
6722019-11-26 Simon Marchi <simon.marchi@efficios.com>
673
674 * inferior.c (exit_inferior_silent): Remove.
675
b62f6f54
SM
6762019-11-26 Simon Marchi <simon.marchi@efficios.com>
677
678 * dictionary.c (dict_empty, mdict_empty): Remove.
679 * dictionary.c (mdict_empty): Remove.
680
cb8c24b6
SM
6812019-11-26 Simon Marchi <simon.marchi@efficios.com>
682
683 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
684 (arc_insn_get_memory_offset): Likewise.
685 (arc_insn_dump): Likewise.
686 * cp-support.c (test_cp_symbol_name_matches): Likewise.
687 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
688 * dictionary.c (dict_iterator_next): Likewise.
689 (dict_iter_match_first): Likewise.
690 (dict_iter_match_next): Likewise.
691 * f-lang.c (evaluate_subexp_f): Likewise.
692 * hppa-tdep.c (hppa_read_pc): Likewise.
693 * i386-tdep.c (i386_floatformat_for_type): Likewise.
694 * parse.c (write_exp_elt_msym): Likewise.
695 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
696 * remote.c (remote_packet_size): Likewise.
697 (remote_notif_stop_parse): Likewise.
698 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
699 * s12z-tdep.c (s12z_disassemble_info): Likewise.
700 * source.c (prepare_path_for_appending): Likewise.
701 * sparc64-linux-tdep.c
702 (sparc64_linux_handle_segmentation_fault); Likewise.
703 * stack.c (frame_selection_by_function_completer): Likewise.
704
781597ff
SM
7052019-11-26 Simon Marchi <simon.marchi@efficios.com>
706
707 * completer.c (set_gdb_completion_word_break_characters):
708 Remove.
709
23baa4cc
SM
7102019-11-26 Simon Marchi <simon.marchi@efficios.com>
711
712 * dwarf-index-write.c: Include dwarf-index-write.h.
713 * mi/mi-interp.c: Include mi/mi-interp.h.
714
23767560
SM
7152019-11-26 Simon Marchi <simon.marchi@efficios.com>
716
717 * aarch32-tdep.c: Include aarch32-tdep.h.
718 * aarch32-tdep.h: Forward-declare struct target_desc.
719
6d91ce9a
CB
7202019-11-26 Christian Biesinger <cbiesinger@google.com>
721
722 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
723 strerror.
724 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
725 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
726
3cf2f237
TV
7272019-11-25 Tom de Vries <tdevries@suse.de>
728
729 * contrib/words.sh: Add -c option.
730
5b89c67a
CB
7312019-11-25 Christian Biesinger <cbiesinger@google.com>
732
733 * solib.c (solib_find_1): Change int to bool.
734 (exec_file_find): Change int to bool.
735 (solib_find): Change int to bool.
736 (solib_read_symbols): Change int to bool.
737 (solib_used): Change int to bool.
738 (solib_add): Change int to bool.
739 (info_sharedlibrary_command): Change int to bool.
740 (solib_contains_address_p): Change int to bool.
741 (solib_keep_data_in_core): Change int to bool.
742 (in_solib_dynsym_resolve_code): Change int to bool.
743 (reload_shared_libraries_1): Change int to bool.
744 (gdb_sysroot_changed): Change int to bool.
745 * solib.h (solib_read_symbols): Change int to bool.
746 (solib_contains_address_p): Change int to bool.
747 (solib_keep_data_in_core): Change int to bool.
748 (in_solib_dynsym_resolve_code): Change int to bool.
749 (libpthread_name_p): Change int to bool.
750
6cc8564b
LM
7512019-11-25 Luis Machado <luis.machado@linaro.org>
752
753 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
754 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
755 (remote_packet_max_chars): New static global.
756 (show_remote_packet_max_chars): New function.
757 (remote_target::putpkt_binary): Adjust to use new
758 remote_packet_max_chars option.
759 (remote_target::getpkt_or_notif_sane_1): Likewise.
760 (_initialize_remote): Register new remote-packet-max-chars option.
761
a7cdaa91
SM
7622019-11-24 Simon Marchi <simon.marchi@efficios.com>
763
764 * m68k-linux-nat.c: Include gdbarch.h.
765
26abc753
TT
7662019-11-24 Tom Tromey <tom@tromey.com>
767
768 * symfile.c (read_symbols): Update.
769 * psymtab.c (require_partial_symbols): Change type of "verbose" to
770 bool.
771 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
772 (psym_lookup_symbol, psym_find_last_source_symtab)
773 (psym_forget_cached_source_info, psym_print_stats)
774 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
775 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
776 (psym_map_matching_symbols, psym_expand_symtabs_matching)
777 (psym_find_compunit_symtab_by_address)
778 (maintenance_print_psymbols, maintenance_info_psymtabs)
779 (maintenance_check_psymtabs): Update.
780 * psymtab.h (require_partial_symbols): Change type of "verbose" to
781 bool.
782
012fc909
TT
7832019-11-22 Tom Tromey <tom@tromey.com>
784
785 * observable.h: Update comments.
786
c83d8d32
TT
7872019-11-22 Tom Tromey <tromey@adacore.com>
788
789 * ada-tasks.c (ada_task_is_alive): Make parameter const.
790 (print_ada_task_info): Don't try to fetch thread id if task is not
791 alive.
792
987012b8
CB
7932019-11-22 Christian Biesinger <cbiesinger@google.com>
794
795 * ada-exp.y: Update.
796 * ada-lang.c (sort_choices): Update.
797 (ada_print_symbol_signature): Update.
798 (resolve_subexp): Update.
799 (ada_parse_renaming): Update.
800 (ada_read_renaming_var_value): Update.
801 (lesseq_defined_than): Update.
802 (remove_extra_symbols): Update.
803 (remove_irrelevant_renamings): Update.
804 (ada_add_block_symbols): Update.
805 (ada_collect_symbol_completion_matches): Update.
806 (ada_is_renaming_symbol): Update.
807 (aggregate_assign_from_choices): Update.
808 (ada_evaluate_subexp): Update.
809 (ada_has_this_exception_support): Update.
810 (ada_is_non_standard_exception_sym): Update.
811 (ada_add_exceptions_from_frame): Update.
812 (ada_add_global_exceptions): Update.
813 (ada_print_subexp): Update.
814 * ax-gdb.c (gen_var_ref): Update.
815 (gen_maybe_namespace_elt): Update.
816 (gen_expr_for_cast): Update.
817 (gen_expr): Update.
818 * block.h: Update.
819 * blockframe.c (find_pc_partial_function): Update.
820 * breakpoint.c (print_breakpoint_location): Update.
821 (update_static_tracepoint): Update.
822 * btrace.c (ftrace_print_function_name): Update.
823 (ftrace_function_switched): Update.
824 * buildsym.c (find_symbol_in_list): Update.
825 * c-exp.y: Update.
826 * c-typeprint.c (c_print_typedef): Update.
827 (c_type_print_template_args): Update.
828 * cli/cli-cmds.c (edit_command): Update.
829 (list_command): Update.
830 (print_sal_location): Update.
831 * coffread.c (patch_opaque_types): Update.
832 (process_coff_symbol): Update.
833 (coff_read_enum_type): Update.
834 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
835 (convert_one_symbol): Update.
836 (hash_symname): Update.
837 (eq_symname): Update.
838 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
839 * compile/compile-cplus-types.c (debug_print_scope): Update.
840 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
841 * compile/compile-object-load.c (get_out_value_type): Update.
842 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
843 (search_symbol_list): Update.
844 (cp_lookup_symbol_imports_or_template): Update.
845 * cp-support.c (overload_list_add_symbol): Update.
846 * ctfread.c (psymtab_to_symtab): Update.
847 * dbxread.c (cp_set_block_scope): Update.
848 * dictionary.c (iter_match_first_hashed): Update.
849 (iter_match_next_hashed): Update.
850 (insert_symbol_hashed): Update.
851 (iter_match_next_linear): Update.
852 * dictionary.h: Update.
853 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
854 (locexpr_describe_location_piece): Update.
855 (locexpr_describe_location_1): Update.
856 (locexpr_generate_c_location): Update.
857 (loclist_describe_location): Update.
858 (loclist_generate_c_location): Update.
859 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
860 (read_func_scope): Update.
861 (process_enumeration_scope): Update.
862 (new_symbol): Update.
863 (dwarf2_const_value): Update.
864 (dwarf2_symbol_mark_computed): Update.
865 * eval.c (evaluate_funcall): Update.
866 (evaluate_subexp_standard): Update.
867 * expprint.c (print_subexp_standard): Update.
868 (dump_subexp_body_standard): Update.
869 * f-valprint.c (info_common_command_for_block): Update.
870 * findvar.c (get_hosting_frame): Update.
871 (default_read_var_value): Update.
872 * go-lang.c (go_symbol_package_name): Update.
873 * guile/scm-block.c (bkscm_print_block_smob): Update.
874 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
875 (gdbscm_symbol_name): Update.
876 (gdbscm_symbol_linkage_name): Update.
877 (gdbscm_symbol_print_name): Update.
878 * infcall.c (get_function_name): Update.
879 * infcmd.c (jump_command): Update.
880 (finish_command): Update.
881 * infrun.c (insert_exception_resume_breakpoint): Update.
882 * linespec.c (canonicalize_linespec): Update.
883 (create_sals_line_offset): Update.
884 (convert_linespec_to_sals): Update.
885 (complete_label): Update.
886 (find_label_symbols_in_block): Update.
887 * m2-typeprint.c (m2_print_typedef): Update.
888 * mdebugread.c (mdebug_reg_to_regnum): Update.
889 (parse_symbol): Update.
890 (mylookup_symbol): Update.
891 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
892 (list_args_or_locals): Update.
893 * objc-lang.c (compare_selectors): Update.
894 (info_selectors_command): Update.
895 (compare_classes): Update.
896 (info_classes_command): Update.
897 (find_imps): Update.
898 * p-typeprint.c (pascal_print_typedef): Update.
899 * printcmd.c (build_address_symbolic): Update.
900 (info_address_command): Update.
901 (print_variable_and_value): Update.
902 * python/py-framefilter.c (extract_sym): Update.
903 (py_print_single_arg): Update.
904 * python/py-symbol.c (sympy_str): Update.
905 (sympy_get_name): Update.
906 (sympy_get_linkage_name): Update.
907 * python/python.c (gdbpy_rbreak): Update.
908 * record-btrace.c (btrace_get_bfun_name): Update.
909 (btrace_call_history): Update.
910 * rust-lang.c (rust_print_typedef): Update.
911 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
912 * stabsread.c (stab_reg_to_regnum): Update.
913 (define_symbol): Update.
914 (read_enum_type): Update.
915 (common_block_end): Update.
916 (cleanup_undefined_types_1): Update.
917 (scan_file_globals): Update.
918 * stack.c (print_frame_arg): Update.
919 (print_frame_args): Update.
920 (find_frame_funname): Update.
921 (info_frame_command_core): Update.
922 (iterate_over_block_locals): Update.
923 (print_block_frame_labels): Update.
924 (do_print_variable_and_value): Update.
925 (iterate_over_block_arg_vars): Update.
926 (return_command): Update.
927 * symmisc.c (dump_symtab_1): Update.
928 (print_symbol): Update.
929 * symtab.c (eq_symbol_entry): Update.
930 (symbol_cache_dump): Update.
931 (lookup_language_this): Update.
932 (find_pc_sect_line): Update.
933 (skip_prologue_sal): Update.
934 (symbol_search::compare_search_syms): Update.
935 (treg_matches_sym_type_name): Update.
936 (search_symbols): Update.
937 (print_symbol_info): Update.
938 (rbreak_command): Update.
939 (completion_list_add_symbol): Update.
940 (find_gnu_ifunc): Update.
941 (get_symbol_address): Update.
942 (search_module_symbols): Update.
943 (info_module_subcommand): Update.
944 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
945 (SYMBOL_LINKAGE_NAME): Remove.
946 (SYMBOL_DEMANGLED_NAME): Remove.
947 (SYMBOL_PRINT_NAME): Remove.
948 (SYMBOL_SEARCH_NAME): Remove.
949 * tracepoint.c (set_traceframe_context): Update.
950 (validate_actionline): Update.
951 (collection_list::collect_symbol): Update.
952 (encode_actions_1): Update.
953 (info_scope_command): Update.
954 (print_one_static_tracepoint_marker): Update.
955 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
956 * valops.c (address_of_variable): Update.
957 (find_overload_match): Update.
958 (find_oload_champ): Update.
959
c9d95fa3
CB
9602019-11-22 Christian Biesinger <cbiesinger@google.com>
961
962 * ada-lang.c (ada_lookup_simple_minsym): Update.
963 (ada_collect_symbol_completion_matches): Update.
964 * ada-tasks.c (read_atcb): Update.
965 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
966 (amd64_windows_skip_trampoline_code): Update.
967 * arm-tdep.c (skip_prologue_function): Update.
968 (arm_skip_stack_protector): Update.
969 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
970 (arm_wince_skip_main_prologue): Update.
971 * ax-gdb.c (gen_expr): Update.
972 * block.c (call_site_for_pc): Update.
973 * blockframe.c (find_pc_partial_function): Update.
974 * breakpoint.c (set_breakpoint_location_function): Update.
975 * btrace.c (ftrace_print_function_name): Update.
976 (ftrace_function_switched): Update.
977 * c-valprint.c (print_unpacked_pointer): Update.
978 * coffread.c (coff_symfile_read): Update.
979 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
980 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
981 * dwarf-index-write.c (write_psymbols): Update.
982 * dwarf2loc.c (call_site_to_target_addr): Update.
983 (func_verify_no_selftailcall): Update.
984 (tailcall_dump): Update.
985 (call_site_find_chain_1): Update.
986 (dwarf_expr_reg_to_entry_parameter): Update.
987 * elfread.c (elf_gnu_ifunc_record_cache): Update.
988 * eval.c (evaluate_funcall): Update.
989 (evaluate_subexp_standard): Update.
990 (evaluate_subexp_for_sizeof): Update.
991 * expprint.c (print_subexp_standard): Update.
992 (dump_subexp_body_standard): Update.
993 * frame.c (get_prev_frame_always_1): Update.
994 * frv-tdep.c (frv_skip_main_prologue): Update.
995 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
996 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
997 (gnuv3_get_typename_from_type_info): Update.
998 (gnuv3_skip_trampoline): Update.
999 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1000 * i386-tdep.c (i386_skip_main_prologue): Update.
1001 (i386_pe_skip_trampoline_code): Update.
1002 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1003 * infcall.c (get_function_name): Update.
1004 * linespec.c (minsym_found): Update.
1005 * linux-fork.c (info_checkpoints_command): Update.
1006 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1007 (m32c_m16c_pointer_to_address): Update.
1008 * maint.c (maintenance_translate_address): Update.
1009 * minsyms.c (add_minsym_to_hash_table): Update.
1010 (add_minsym_to_demangled_hash_table): Update.
1011 (lookup_minimal_symbol_mangled): Update.
1012 (lookup_minimal_symbol_demangled): Update.
1013 (lookup_minimal_symbol_linkage): Update.
1014 (lookup_minimal_symbol_text): Update.
1015 (lookup_minimal_symbol_by_pc_name): Update.
1016 (minimal_symbol_is_less_than): Update.
1017 (compact_minimal_symbols): Update.
1018 (build_minimal_symbol_hash_tables): Update.
1019 (find_solib_trampoline_target): Update.
1020 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1021 (mips_skip_pic_trampoline_code): Update.
1022 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1023 * objc-lang.c (info_selectors_command): Update.
1024 (info_classes_command): Update.
1025 (find_methods): Update.
1026 (find_imps): Update.
1027 * p-valprint.c (pascal_val_print): Update.
1028 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1029 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1030 * printcmd.c (build_address_symbolic): Update.
1031 (info_symbol_command): Update.
1032 * psymtab.c (psymbol_name_matches): Update.
1033 (match_partial_symbol): Update.
1034 (lookup_partial_symbol): Update.
1035 (print_partial_symbols): Update.
1036 (sort_pst_symbols): Update.
1037 (maintenance_check_psymtabs): Update.
1038 * python/py-framefilter.c (py_print_frame): Update.
1039 * python/python.c (gdbpy_rbreak): Update.
1040 * record-btrace.c (btrace_get_bfun_name): Update.
1041 (btrace_call_history): Update.
1042 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1043 (rs6000_skip_trampoline_code): Update.
1044 * sol-thread.c (info_cb): Update.
1045 * stabsread.c (scan_file_globals): Update.
1046 * stack.c (find_frame_funname): Update.
1047 (info_frame_command_core): Update.
1048 * symmisc.c (dump_msymbols): Update.
1049 * symtab.c (symbol_natural_name): Rename to..,
1050 (general_symbol_info::natural_name): ...this.
1051 (symbol_demangled_name): Rename to...
1052 (general_symbol_info::demangled_name): ...this.
1053 (symbol_search_name): Rename to...
1054 (general_symbol_info::search_name): ...this.
1055 (symbol_matches_search_name): Update.
1056 (find_pc_sect_line): Update.
1057 (skip_prologue_sal): Update.
1058 (search_symbols): Update.
1059 (print_msymbol_info): Update.
1060 (rbreak_command): Update.
1061 (completion_list_add_msymbol): Update.
1062 (completion_list_objc_symbol): Update.
1063 (get_msymbol_address): Update.
1064 * symtab.h (struct general_symbol_info): Add member functions
1065 natural_name (), linkage_name (), print_name (), demangled_name (),
1066 and search_name ().
1067 (SYMBOL_NATURAL_NAME): Update.
1068 (symbol_natural_name): Move to a member function on general_symbol_info.
1069 (SYMBOL_DEMANGLED_NAME): Update.
1070 (symbol_demangled_name): Move to a member function on
1071 general_symbol_info.
1072 (SYMBOL_SEARCH_NAME): Update.
1073 (symbol_search_name): Move to a member function on general_symbol_info.
1074 (MSYMBOL_NATURAL_NAME): Remove.
1075 (MSYMBOL_LINKAGE_NAME): Remove.
1076 (MSYMBOL_PRINT_NAME): Remove.
1077 (MSYMBOL_DEMANGLED_NAME): Remove.
1078 (MSYMBOL_SEARCH_NAME): Remove.
1079 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1080
f8bab2d6
CB
10812019-11-22 Christian Biesinger <cbiesinger@google.com>
1082
1083 * symtab.c (create_demangled_names_hash): Use per_bfd->
1084 minimal_symbol_count for computing the initial size, if greater
1085 than our default size.
1086
85e7588d
TV
10872019-11-22 Tom de Vries <tdevries@suse.de>
1088
1089 * contrib/words.sh: Improve words extraction.
1090
f6180073
TV
10912019-11-22 Tom de Vries <tdevries@suse.de>
1092
1093 * contrib/words.sh: Combine sed invocations.
1094
f10ffa41
CB
10952019-11-21 Christian Biesinger <cbiesinger@google.com>
1096
1097 * Makefile.in: Update.
1098 * demangle.c: Rename to...
1099 * gdb-demangle.c: ..this.
1100 (is_cplus_marker): Change return type to bool.
1101 (_initialize_demangler): Rename to...
1102 (_initialize_gdb_demangle): ...this.
1103 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1104 * symtab.h (demangle): Remove declaration; instead include
1105 gdb-demangle.h.
1106
6ba18521
TT
11072019-11-21 Tom Tromey <tromey@adacore.com>
1108
1109 * gdbsupport/format.c (format_pieces): Parse %I64d.
1110 * unittests/format_pieces-selftests.c (test_windows_formats): New
1111 function.
1112 (run_tests): Call it.
1113
34877895
PJ
11142019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1115
1116 Byte reverse display of variables with DW_END_big, DW_END_little
1117 (DW_AT_endianity) dwarf attributes if different than the native
1118 byte order.
1119 * ada-lang.c (ada_value_binop):
1120 Use type_byte_order instead of gdbarch_byte_order.
1121 * ada-valprint.c (printstr):
1122 (ada_val_print_string):
1123 * ada-lang.c (value_pointer):
1124 (ada_value_binop):
1125 Use type_byte_order instead of gdbarch_byte_order.
1126 * c-lang.c (c_get_string):
1127 Use type_byte_order instead of gdbarch_byte_order.
1128 * c-valprint.c (c_val_print_array):
1129 Use type_byte_order instead of gdbarch_byte_order.
1130 * cp-valprint.c (cp_print_class_member):
1131 Use type_byte_order instead of gdbarch_byte_order.
1132 * dwarf2loc.c (rw_pieced_value):
1133 Use type_byte_order instead of gdbarch_byte_order.
1134 * dwarf2read.c (read_base_type): Handle DW_END_big,
1135 DW_END_little
1136 * f-lang.c (f_get_encoding):
1137 Use type_byte_order instead of gdbarch_byte_order.
1138 * findvar.c (default_read_var_value):
1139 Use type_byte_order instead of gdbarch_byte_order.
1140 * gdbtypes.c (check_types_equal):
1141 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1142 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1143 and TYPE_ENDIANITY_LITTLE if set.
1144 (type_byte_order): new function.
1145 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1146 (struct main_type) <flag_endianity_not_default>:
1147 New field.
1148 (type_byte_order): New function.
1149 * infcmd.c (default_print_one_register_info):
1150 Use type_byte_order instead of gdbarch_byte_order.
1151 * p-lang.c (pascal_printstr):
1152 Use type_byte_order instead of gdbarch_byte_order.
1153 * p-valprint.c (pascal_val_print):
1154 Use type_byte_order instead of gdbarch_byte_order.
1155 * printcmd.c (print_scalar_formatted):
1156 Use type_byte_order instead of gdbarch_byte_order.
1157 * solib-darwin.c (darwin_current_sos):
1158 Use type_byte_order instead of gdbarch_byte_order.
1159 * solib-svr4.c (solib_svr4_r_ldsomap):
1160 Use type_byte_order instead of gdbarch_byte_order.
1161 * stap-probe.c (stap_modify_semaphore):
1162 Use type_byte_order instead of gdbarch_byte_order.
1163 * target-float.c (target_float_same_format_p):
1164 Use type_byte_order instead of gdbarch_byte_order.
1165 * valarith.c (scalar_binop):
1166 (value_bit_index):
1167 Use type_byte_order instead of gdbarch_byte_order.
1168 * valops.c (value_cast):
1169 Use type_byte_order instead of gdbarch_byte_order.
1170 * valprint.c (generic_emit_char):
1171 (generic_printstr):
1172 (val_print_string):
1173 Use type_byte_order instead of gdbarch_byte_order.
1174 * value.c (unpack_long):
1175 (unpack_bits_as_long):
1176 (unpack_value_bitfield):
1177 (modify_field):
1178 (pack_long):
1179 (pack_unsigned_long):
1180 Use type_byte_order instead of gdbarch_byte_order.
1181 * findvar.c (unsigned_pointer_to_address):
1182 (signed_pointer_to_address):
1183 (unsigned_address_to_pointer):
1184 (address_to_signed_pointer):
1185 (default_read_var_value):
1186 (default_value_from_register):
1187 Use type_byte_order instead of gdbarch_byte_order.
1188 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1189 Use type_byte_order instead of gdbarch_byte_order.
1190 * riscv-tdep.c (riscv_print_one_register_info):
1191 Use type_byte_order instead of gdbarch_byte_order.
1192
87fb00ea
SM
11932019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1194
1195 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1196 (current_ui_gdb_stdin_ptr): Likewise.
1197 (current_ui_gdb_stderr_ptr): Likewise.
1198 (current_ui_gdb_stdlog_ptr): Likewise.
1199 (current_ui_current_uiout_ptr): Likewise.
1200 (gen_ret_current_ui_field_ptr): Remove.
1201
65d1cd5f
TV
12022019-11-21 Tom de Vries <tdevries@suse.de>
1203
1204 PR gdb/24956
1205 * cli/cli-script.c (execute_control_command): Only switch to
1206 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1207
9f6ad286
TT
12082019-11-19 Tom Tromey <tom@tromey.com>
1209
1210 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1211 Now static. Change type of "name".
1212 (tui_set_win_height_command): Don't copy "arg".
1213 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1214 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1215
435d3d88
AT
12162019-11-19 Ali Tamur <tamur@google.com>
1217
1218 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1219 "if (attr != nullptr)".
1220 (dwarf2_find_base_address): Likewise.
1221 (dwarf2_build_include_psymtabs): Likewise.
1222 (read_cutu_die_from_dwo): Likewise.
1223 (read_func_scope): Likewise.
1224 (read_call_site_scope): Likewise.
1225 (dwarf2_get_pc_bounds): Likewise.
1226 (dwarf2_record_block_ranges): Likewise.
1227 (dwarf2_add_field): Likewise.
1228 (dwarf2_add_member_fn): Likewise.
1229 (read_structure_type): Likewise.
1230 (read_enumeration_type): Likewise.
1231 (read_array_type): Likewise.
1232 (read_array_order): Likewise.
1233 (read_set_type): Likewise.
1234 (read_common_block): Likewise.
1235 (read_tag_reference_type): Likewise.
1236 (read_tag_string_type): Likewise.
1237 (read_subroutine_type): Likewise.
1238 (read_base_type): Likewise.
1239 (read_subrange_type): Likewise.
1240 (new_symbol): Likewise.
1241 (prepare_one_comp_unit): Likewise.
1242
c9739b6a
TT
12432019-11-19 Tom Tromey <tromey@adacore.com>
1244
1245 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1246 result in error when DebugActiveProcess fails.
1247
494409bb
SDJ
12482019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1249 Pedro Alves <palves@redhat.com>
1250
1251 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1252 * target.c (target_stack::push): Call 'unpush' if there's a
1253 target on top of the stack.
1254
2e953aca
PW
12552019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1256
1257 * python/py-block.c (blpy_dealloc): Call tp_free.
1258 (blpy_block_syms_dealloc): Likewise.
1259 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1260 * python/py-inferior.c (infpy_dealloc): Likewise.
1261 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1262 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1263 * python/py-symbol.c (sympy_dealloc): Likewise.
1264 * python/py-symtab.c (stpy_dealloc): Likewise.
1265 * python/py-type.c (typy_iterator_dealloc): Likewise.
1266
6edc43ec
CB
12672019-11-18 Christian Biesinger <cbiesinger@google.com>
1268
1269 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1270 constructor instead of using a class initializer.
1271
cd850b40
CB
12722019-11-15 Christian Biesinger <cbiesinger@google.com>
1273
1274 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1275 * configure: Regenerate.
1276 * configure.ac: Don't source common.host.
1277 * gdbsupport/common.host: Remove.
1278 * gdbsupport/mingw-strerror.c: Remove.
1279 * gdbsupport/posix-strerror.c: Rename to...
1280 * gdbsupport/safe-strerror.c: ...this.
1281
53fea9c7
CB
12822019-11-15 Christian Biesinger <cbiesinger@google.com>
1283
1284 * maint.c (scoped_command_stats::print_time): Use localtime_r
1285 instead of localtime (provided through gnulib if necessary).
1286 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1287 of ctime.
1288
f8e27d88
CB
12892019-11-15 Christian Biesinger <cbiesinger@google.com>
1290
1291 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1292 avoid compile errors.
1293
5abebf3c
CB
12942019-11-15 Christian Biesinger <cbiesinger@google.com>
1295
1296 * config.in: Regenerate.
1297 * configure: Regenerate.
1298 * gdbsupport/common.m4: No longer check for strerror_r.
1299 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1300 POSIX version of strerror_r, now that gnulib provides it if
1301 necessary.
1302
9a351667
CB
13032019-11-14 Christian Biesinger <cbiesinger@google.com>
1304
1305 * README (`configure' options): Update.
1306
55708e99
TT
13072019-11-14 Tom Tromey <tromey@adacore.com>
1308
1309 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1310 expected type for the RHS if the LHS is a convenience variable.
1311
4b09bb2e
SM
13122019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1313
1314 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1315 Provide explicit default and copy constructor.
1316
bd454f8b
PW
13172019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1318
1319 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1320 only call Py_INCREF (newbp) in the bppy_pending_object case.
1321
d1aa3cf0
TT
13222019-11-13 Tom Tromey <tromey@adacore.com>
1323
1324 PR build/25182:
1325 * psympriv.h (partial_symbol): Remove static assert.
1326 * symtab.h (general_symbol_info, symbol): Remove static assert.
1327
e06f3d6e
AB
13282019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdbsupport/format.c (format_pieces::format_pieces): Support
1331 printf 'z' size modifier.
1332 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1333 * printcmd.c (ui_printf): Handle size_t_arg.
1334 * ui-out.c (ui_out::vmessage): Likewise.
1335 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1336 function.
1337 (run_tests): Call test_format_int_sizes.
1338
468c0cbb
CB
13392019-11-12 Christian Biesinger <cbiesinger@google.com>
1340
1341 * ada-exp.y (write_ambiguous_var): Update.
1342 * buildsym.c (add_symbol_to_list): Update.
1343 * dwarf2read.c (read_variable): Update.
1344 (new_symbol): Update.
1345 * jit.c (finalize_symtab): Update.
1346 * language.c (language_alloc_type_symbol): Update.
1347 * symtab.c (fixup_symbol_section): Update.
1348 (initialize_objfile_symbol_1): Move code to...
1349 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1350 (allocate_symbol): Update.
1351 (allocate_template_symbol): Update.
1352 (get_symbol_address): Update.
1353 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1354 of having as a field, and add a constructor.
1355 (SYMBOL_VALUE): Update.
1356 (SYMBOL_VALUE_ADDRESS): Update.
1357 (SET_SYMBOL_VALUE_ADDRESS): Update.
1358 (SYMBOL_VALUE_BYTES): Update.
1359 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1360 (SYMBOL_BLOCK_VALUE): Update.
1361 (SYMBOL_VALUE_CHAIN): Update.
1362 (SYMBOL_LANGUAGE): Update.
1363 (SYMBOL_SECTION): Update.
1364 (SYMBOL_OBJ_SECTION): Update.
1365 (SYMBOL_SET_LANGUAGE): Update.
1366 (SYMBOL_SET_LINKAGE_NAME): Update.
1367 (SYMBOL_SET_NAMES): Update.
1368 (SYMBOL_NATURAL_NAME): Update.
1369 (SYMBOL_LINKAGE_NAME): Update.
1370 (SYMBOL_DEMANGLED_NAME): Update.
1371 (SYMBOL_SEARCH_NAME): Update.
1372 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1373 (struct symbol): Update.
1374 (struct template_symbol): Update.
1375 (struct rust_vtable_symbol): Update.
1376 * xcoffread.c (SYMBOL_DUP): Update.
1377
ed2c82c3
TT
13782019-11-12 Tom Tromey <tom@tromey.com>
1379
1380 * tui/tui-layout.c (show_layout): Set current_layout.
1381 (show_source_disasm_command, show_data)
1382 (show_source_or_disasm_and_command): Don't set current_layout.
1383
d9fcefd5
TT
13842019-11-12 Tom Tromey <tom@tromey.com>
1385
1386 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1387
45e42163
TT
13882019-11-12 Tom Tromey <tom@tromey.com>
1389
1390 * tui/tui-win.c (resize_message): New global.
1391 (show_tui_resize_message): New function.
1392 (tui_async_resize_screen): Print message if requested.
1393 (_initialize_tui_win): Add tui-resize-message setting.
1394 * NEWS: Add entry for new commands.
1395
c86d74cc
TT
13962019-11-11 Tom Tromey <tom@tromey.com>
1397
1398 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1399 functions.
1400
7b7b9424
CB
14012019-11-11 Christian Biesinger <cbiesinger@google.com>
1402
1403 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1404
086baaf1
AB
14052019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1408 function.
1409 * python/python-internal.h (gdbpy_lookup_static_symbols):
1410 Declare new function.
1411 * python/python.c (python_GdbMethods): Add
1412 gdb.lookup_static_symbols method.
1413 * NEWS: Mention gdb.lookup_static_symbols.
1414
09ff83af
AB
14152019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1418 static block of current object file first. Also fix typo in
1419 header comment.
1420
eb2dd8df
AB
14212019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * stack.c (set_last_displayed_sal): Delete.
1424 (last_displayed_sal_valid): Delete.
1425 (last_displayed_pspace): Delete.
1426 (last_displayed_addr): Delete.
1427 (last_displayed_symtab): Delete.
1428 (last_displayed_line): Delete.
1429 (class last_displayed_symtab_info_type): New.
1430 (last_displayed_symtab_info): New static global variable.
1431 (print_frame_info): Call methods on last_displayed_symtab_info.
1432 (clear_last_displayed_sal): Update header comment, and make use of
1433 last_displayed_symtab_info.
1434 (last_displayed_sal_is_valid): Likewise.
1435 (get_last_displayed_pspace): Likewise.
1436 (get_last_displayed_addr): Likewise.
1437 (get_last_displayed_symtab): Likewise.
1438 (get_last_displayed_line): Likewise.
1439 (get_last_displayed_sal): Likewise.
1440 * stack.h (clear_last_displayed_sal): Update header comment.
1441 (last_displayed_sal_is_valid): Likewise.
1442 (get_last_displayed_pspace): Likewise.
1443 (get_last_displayed_addr): Likewise.
1444 (get_last_displayed_symtab): Likewise.
1445 (get_last_displayed_line): Likewise.
1446 (get_last_displayed_sal): Likewise.
1447
62137775
AB
14482019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * stack.c (frame_show_address): Convert return type to bool.
1451 * stack.h (frame_show_address): Likewise, and update header
1452 comment.
1453
cf57ad6d
AB
14542019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1457 * unittests/vec-utils-selftests.c: New file.
1458 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1459
0b026263
TT
14602019-11-10 Tom Tromey <tom@tromey.com>
1461
1462 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1463 (tui_highlight_win): Likewise.
1464 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1465 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1466 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1467 Don't set can_highlight.
1468
b049ce2d
TT
14692019-11-10 Tom Tromey <tom@tromey.com>
1470
1471 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1472 Remove unused declaration.
1473
992a7040
TT
14742019-11-08 Tom Tromey <tromey@adacore.com>
1475
1476 * top.c (read_command_file): Update.
1477 (command_line_input): Make return type const.
1478 * python/py-gdb-readline.c: Update.
1479 * linespec.c (decode_line_2): Update.
1480 * defs.h (command_line_input): Make return type const.
1481 * cli/cli-script.c (read_next_line): Make return type const.
1482 * ada-lang.c (get_selections): Update.
1483
ca3a04f6
CB
14842019-11-06 Christian Biesinger <cbiesinger@google.com>
1485
1486 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1487 * mi/mi-main.c (output_cores): Likewise.
1488 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1489 (linux_xfer_osdata_modules): Likewise.
1490 * remote.c (register_remote_support_xml): Likewise.
1491 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1492 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1493
e0eac551
TT
14942019-11-06 Tom Tromey <tom@tromey.com>
1495
1496 * tui/tui-interp.c: Don't include readline.h.
1497 * tui/tui-hooks.c: Don't include readline.h.
1498 * symmisc.c: Include tilde.h, not readline.h.
1499 * symfile.c: Include tilde.h, not readline.h.
1500 * source.c: Include tilde.h, not readline.h.
1501 * solib.c: Include tilde.h, not readline.h.
1502 * psymtab.c: Include tilde.h, not readline.h.
1503 * exec.c: Include tilde.h, not readline.h.
1504 * corelow.c: Include tilde.h, not readline.h.
1505 * cli/cli-dump.c: Include tilde.h, not readline.h.
1506 * cli/cli-cmds.c: Don't include readline.h.
1507
825165c5
TT
15082019-11-05 Tom Tromey <tom@tromey.com>
1509
1510 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1511 (tui_disassemble): Set addr_size.
1512 (tui_disasm_window::set_contents): Use addr_size.
1513
91ae903f
TT
15142019-11-05 Tom Tromey <tom@tromey.com>
1515
1516 * rust-lang.c (rust_language_defn): Update.
1517 * python/py-value.c (valpy_string): Call c_get_string.
1518 * p-lang.c (pascal_language_defn): Update.
1519 * opencl-lang.c (opencl_language_defn): Update.
1520 * objc-lang.c (objc_language_defn): Update.
1521 * m2-lang.c (m2_language_defn): Update.
1522 * language.c (unknown_language_defn, auto_language_defn): Update.
1523 (default_get_string): Remove.
1524 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1525 * go-lang.c (go_language_defn): Update.
1526 * f-lang.c (f_language_defn): Update.
1527 * d-lang.c (d_language_defn): Update.
1528 * c-lang.c (c_language_defn, cplus_language_defn)
1529 (asm_language_defn, minimal_language_defn): Update.
1530 * ada-lang.c (ada_language_defn): Update.
1531 * language.h (struct language_defn) <la_get_string>: Remove.
1532 (LA_GET_STRING): Remove.
1533 (default_get_string): Don't declare.
1534
1df2f9ef
TT
15352019-11-05 Tom Tromey <tom@tromey.com>
1536
1537 * tui/tui-source.h (struct tui_source_window): Inline
1538 constructor. Remove destructor.
1539 <style_changed, m_observable>: Move to superclass.
1540 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1541 (struct tui_source_window_base): Move private members to end.
1542 <style_changed, m_observable>: Move from tui_source_window.
1543 * tui/tui-winsource.c (tui_copy_source_line): Move from
1544 tui-source.c. Rename from copy_source_line. Add special handling
1545 for negative line number.
1546 (tui_source_window_base::style_changed): Move from
1547 tui_source_window.
1548 (tui_source_window_base): Register observer.
1549 (~tui_source_window_base): New.
1550 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1551 rename.
1552 (tui_source_window::set_contents): Use tui_copy_source_line.
1553 (tui_source_window::tui_source_window): Move to tui-source.h.
1554 (tui_source_window::~tui_source_window): Remove.
1555 (tui_source_window::style_changed): Move to superclass.
1556 * tui/tui-disasm.c (tui_disassemble): Create string file with
1557 styling, when possible. Add "addr_size" parameter.
1558 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1559 Don't compute maximum size.
1560 (len_without_escapes): New function
1561
5d051055
TT
15622019-11-05 Tom Tromey <tom@tromey.com>
1563
1564 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1565 std::string.
1566 * tui/tui-winsource.c (tui_show_source_line): Update.
1567 * tui/tui-source.c (tui_source_window::set_contents): Update.
1568 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1569
ade7beea
CB
15702019-11-05 Christian Biesinger <cbiesinger@google.com>
1571
1572 * symtab.h (gdb_static_assert): Put && operator at the beginning
1573 of the line instead of the end.
1574
3573abe1
CB
15752019-11-04 Christian Biesinger <cbiesinger@google.com>
1576
1577 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1578 and sizeof (symbol).
1579 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1580
dae8b3eb
RO
15812019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1582
1583 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1584 * configure.host: Mark *-*-solaris2.10* obsolete.
1585 * configure.tgt: Mark Solaris < 11 obsolete.
1586 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1587 Update target triplet.
1588
5df96a4e
TT
15892019-11-01 Tom Tromey <tromey@adacore.com>
1590
1591 * utils.c (print_sys_errmsg): Simplify.
1592
b7481649
TT
15932019-11-01 Tom Tromey <tromey@adacore.com>
1594
1595 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1596
e48f6033
CB
15972019-11-01 Christian Biesinger <cbiesinger@google.com>
1598
1599 * configure: Regenerate.
1600 * configure.ac: Remove check for strerror_r.
1601 * gdbsupport/common.m4: Check for strerror_r.
1602
bd5766ec
LM
16032019-11-01 Luis Machado <luis.machado@linaro.org>
1604
1605 PR gdb/25124
1606
1607 * arm-tdep.c (arm_per_objfile): Rename to ...
1608 (arm_per_bfd): ... this.
1609 (arm_objfile_data_key): Rename to ...
1610 (arm_bfd_data_key): ... this.
1611 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1612 data.
1613 (arm_record_special_symbol): Likewise.
1614
e1709896
AB
16152019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1618 end.
1619 * c-typeprint.c (c_print_typedef): Likewise.
1620 * f-typeprint.c (f_print_typedef): Likewise.
1621 * m2-typeprint.c (m2_print_typedef): Likewise.
1622 * p-typeprint.c (pascal_print_typedef): Likewise.
1623 * rust-lang.c (rust_print_typedef): Likewise.
1624 * symtab.c (print_symbol_info): Print a newline after calling
1625 typedef_print.
1626
165f8965
AB
16272019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * symtab.c (info_module_cmdlist): New variable.
1630 (info_module_command): New function.
1631 (search_module_symbols): New function.
1632 (info_module_subcommand): New function.
1633 (struct info_modules_var_func_options): New struct.
1634 (info_modules_var_func_options_defs): New variable.
1635 (make_info_modules_var_func_options_def_group): New function.
1636 (info_module_functions_command): New function.
1637 (info_module_variables_command): New function.
1638 (info_module_var_func_command_completer): New function.
1639 (_initialize_symtab): Register new 'info module functions' and
1640 'info module variables' commands.
1641 * symtab.h (typedef symbol_search_in_module): New typedef.
1642 (search_module_symbols): Declare new function.
1643 * NEWS: Mention new commands.
1644
59c35742
AB
16452019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1648 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1649 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1650 MODULES_DOMAIN.
1651 (scan_partial_symbols): Only create partial module symbols for non
1652 declarations.
1653 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1654 and MODULES_DOMAIN.
1655 * symtab.c (search_domain_name): Likewise.
1656 (search_symbols): Likewise.
1657 (print_symbol_info): Likewise.
1658 (symtab_symbol_info): Likewise.
1659 (info_modules_command): New function.
1660 (_initialize_symtab): Register 'info modules' command.
1661 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1662 * NEWS: Mention new 'info modules' command.
1663
aed61d02
PW
16642019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1665
1666 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1667 and $_gdb_maint_setting_str.
1668
9ad9b77d
PW
16692019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1670
1671 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1672 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1673 (str_value_from_setting, gdb_setting_str_internal_fn)
1674 (gdb_maint_setting_str_internal_fn): New functions.
1675 (_initialize_cli_cmds): Define the new convenience functions.
1676 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1677 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1678
8d6efaa2
CB
16792019-10-31 Christian Biesinger <cbiesinger@google.com>
1680
1681 * agent.c (set_can_use_agent): When the setting is turned on,
1682 look up agent symbols if we don't have them yet.
1683 (agent_new_objfile): Don't look up agent symbols when the agent
1684 setting is off.
1685
33cb1647
CB
16862019-10-31 Christian Biesinger <cbiesinger@google.com>
1687
1688 * config.in: Regenerate.
1689
b231e86a
CB
16902019-10-31 Christian Biesinger <cbiesinger@google.com>
1691
1692 * configure: Regenerate.
1693 * configure.ac: Check for strerror_r.
1694 * gdbsupport/common-utils.h (safe_strerror): Change return value
1695 to const char * and document that this function is now threadsafe.
1696 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1697 thread_local and call strerror_r, if available.
1698 * utils.c (perror_string): Update.
1699 (print_sys_errmsg): Update.
1700
a2726d4f
LM
17012019-10-31 Luis Machado <luis.machado@linaro.org>
1702
1703 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1704 objfile_key.
1705 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1706 objfile to fetch per-bfd data.
1707 (arm_find_exidx_entry): Likewise.
1708
75cafaa6
CB
17092019-10-31 Christian Biesinger <cbiesinger@google.com>
1710
1711 * gdbsupport/agent.c (debug_agent): Change type to bool.
1712 (use_agent): Likewise.
1713 (all_agent_symbols_look_up): Likewise.
1714 (agent_loaded_p): Change return value to bool.
1715 (agent_look_up_symbols): Update.
1716 (agent_capability_check): Change return value to bool.
1717 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1718 (debug_agent): Change type to bool.
1719 (use_agent): Likewise.
1720 (agent_capability_check): Change return value to bool.
1721
808590ec
CB
17222019-10-30 Christian Biesinger <cbiesinger@google.com>
1723
1724 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1725 (build_minimal_symbol_hash_tables): Code to clear the table moved
1726 to clear_minimal_symbol_hash_tables.
1727 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1728 when needed.
1729
f18ad8a1
SM
17302019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1731
1732 * infcmd.c: Remove includes.
1733 * infrun.c: Remove includes.
1734
de93309a
SM
17352019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1736
1737 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1738 (grow_vect): Remove declaration.
1739 (ada_type_of_array): Remove declaration.
1740 (ada_update_initial_language): Remove declaration.
1741 (ada_fold_name): Remove declaration.
1742 (ada_fill_in_ada_prototype): Remove declaration.
1743 (user_select_syms): Remove declaration.
1744 (get_selections): Remove declaration.
1745 (ada_tag_type): Remove declaration.
1746 (ada_value_tag): Remove declaration.
1747 (ada_is_others_clause): Remove declaration.
1748 (ada_in_variant): Remove declaration.
1749 (ada_value_struct_elt): Remove declaration.
1750 (ada_attribute_name): Remove declaration.
1751 (ada_system_address_type): Remove declaration.
1752 * ada-lang.c (ada_watch_location_expression): Make static.
1753 (GROW_VECT): Move here from ada-lang.h.
1754 (grow_vect): Make static.
1755 (ada_update_initial_language): Make static.
1756 (ada_fold_name): Make static.
1757 (ada_type_of_array): Make static.
1758 (encoded_ordered_before): Move up.
1759 (sort_choices): Move up.
1760 (print_signatures): Move up.
1761 (ada_print_symbol_signature): Move up.
1762 (get_selections): Move up and make static.
1763 (user_select_syms): Move up and make static.
1764 (ada_value_struct_elt): Move up and make static.
1765 (ada_tag_type): Make static.
1766 (ada_value_tag): Make static.
1767 (ada_is_others_clause): Make static.
1768 (ada_in_variant): Make static.
1769 (ada_attribute_name): Make static.
1770
cdc46a9f
SM
17712019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1772
1773 * ada-lang.c: Remove includes.
1774 * ada-typeprint.c: Remove includes.
1775 * ada-valprint.c: Remove includes.
1776
90421c56
SM
17772019-10-29 Simon Marchi <simon.marchi@efficios.com>
1778
1779 * addrmap.c: Add static assertions of type size, moved from
1780 _initialize_addrmap.
1781 (_initialize_addrmap): Remove.
1782
31edb802
CB
17832019-10-29 Christian Biesinger <cbiesinger@google.com>
1784
1785 * coffread.c (record_minimal_symbol): Update.
1786 (process_coff_symbol): Update.
1787 * dbxread.c (read_dbx_symtab): Update.
1788 * dwarf2read.c (add_partial_symbol): Update.
1789 (fixup_go_packaging): Update.
1790 (load_partial_dies): Update.
1791 (new_symbol): Update.
1792 * elfread.c (record_minimal_symbol): Change signature to use
1793 gdb::string_view instead of name+len.
1794 (elf_symtab_read): Update.
1795 (elf_rel_plt_read): Update.
1796 * mdebugread.c (parse_partial_symbols): Update.
1797 (handle_psymbol_enumerators): Update.
1798 (new_symbol): Update.
1799 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1800 to use gdb::string_view instead of name+len.
1801 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1802 * psympriv.h (add_psymbol_to_list): Likewise.
1803 * psymtab.c (add_psymbol_to_bcache): Likewise.
1804 (add_psymbol_to_list): Likewise.
1805 * stabsread.c (define_symbol): Update.
1806 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1807 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1808 (symbol_set_names): Likewise.
1809 * xcoffread.c (scan_xcoff_symtab): Update.
1810
0c921b21
CB
18112019-10-29 Christian Biesinger <cbiesinger@google.com>
1812
1813 * symtab.h (symbol_set_names): Document that copy_name must be
1814 set to true for non-nullterminated strings.
1815 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1816 linkage_name if the entry was not found and we need to demangle.
1817
35e65c49
CB
18182019-10-29 Christian Biesinger <cbiesinger@google.com>
1819
1820 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1821 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1822 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1823 * gdbsupport/gdb_binary_search.h: New file.
1824
ed2a2229
CB
18252019-10-29 Christian Biesinger <cbiesinger@google.com>
1826
1827 * NEWS: Mention new --with-system-gdbinit-dir option.
1828 * config.in: Regenerate.
1829 * configure: Regenerate.
1830 * configure.ac: Add new option --with-system-gdbinit-dir.
1831 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1832 for a ".gdb" suffix.
1833 * main.c (get_init_files): Change system_gdbinit argument to
1834 a vector and return the files in SYSTEM_GDBINIT_DIR in
1835 addition to SYSTEM_GDBINIT.
1836 (captured_main_1): Update.
1837 (print_gdb_help): Update.
1838 * top.c (print_gdb_configuration): Also print the value of
1839 SYSTEM_GDBINIT_DIR.
1840
87f34879
CB
18412019-10-28 Christian Biesinger <cbiesinger@google.com>
1842
1843 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1844 that takes gdb::string_view arguments.
1845
30baf67b
TV
18462019-10-26 Tom de Vries <tdevries@suse.de>
1847
1848 * aarch64-linux-tdep.c: Fix typos in comments.
1849 * aarch64-tdep.c: Same.
1850 * ada-lang.c: Same.
1851 * amd64-nat.c: Same.
1852 * arc-tdep.c: Same.
1853 * arch/aarch64-insn.c: Same.
1854 * block.c: Same.
1855 * breakpoint.h: Same.
1856 * btrace.h: Same.
1857 * c-varobj.c: Same.
1858 * cli/cli-decode.c: Same.
1859 * cli/cli-script.c: Same.
1860 * cli/cli-utils.h: Same.
1861 * coff-pe-read.c: Same.
1862 * coffread.c: Same.
1863 * compile/compile-cplus-symbols.c: Same.
1864 * compile/compile-object-run.c: Same.
1865 * completer.c: Same.
1866 * corelow.c: Same.
1867 * cp-support.c: Same.
1868 * demangle.c: Same.
1869 * dwarf-index-write.c: Same.
1870 * dwarf2-frame.c: Same.
1871 * dwarf2-frame.h: Same.
1872 * eval.c: Same.
1873 * frame-base.h: Same.
1874 * frame.h: Same.
1875 * gdbcmd.h: Same.
1876 * gdbtypes.h: Same.
1877 * gnu-nat.c: Same.
1878 * guile/scm-objfile.c: Same.
1879 * i386-tdep.c: Same.
1880 * i386-tdep.h: Same.
1881 * infcall.c: Same.
1882 * infcall.h: Same.
1883 * linux-nat.c: Same.
1884 * m68k-tdep.c: Same.
1885 * macroexp.c: Same.
1886 * memattr.c: Same.
1887 * mi/mi-cmd-disas.c: Same.
1888 * mi/mi-getopt.h: Same.
1889 * mi/mi-main.c: Same.
1890 * minsyms.c: Same.
1891 * nat/aarch64-sve-linux-sigcontext.h: Same.
1892 * objfiles.h: Same.
1893 * ppc-linux-nat.c: Same.
1894 * ppc-linux-tdep.c: Same.
1895 * ppc-tdep.h: Same.
1896 * progspace.h: Same.
1897 * prologue-value.h: Same.
1898 * python/py-evtregistry.c: Same.
1899 * python/py-instruction.h: Same.
1900 * record-btrace.c: Same.
1901 * record-full.c: Same.
1902 * remote.c: Same.
1903 * rs6000-tdep.c: Same.
1904 * ser-tcp.c: Same.
1905 * sol-thread.c: Same.
1906 * sparc-sol2-tdep.c: Same.
1907 * sparc64-tdep.c: Same.
1908 * stabsread.c: Same.
1909 * symfile.c: Same.
1910 * symtab.h: Same.
1911 * target.c: Same.
1912 * tracepoint.c: Same.
1913 * tui/tui-data.h: Same.
1914 * tui/tui-io.c: Same.
1915 * tui/tui-win.c: Same.
1916 * tui/tui.c: Same.
1917 * unittests/rsp-low-selftests.c: Same.
1918 * user-regs.h: Same.
1919 * utils.c: Same.
1920 * utils.h: Same.
1921 * valarith.c: Same.
1922 * valops.c: Same.
1923 * valprint.c: Same.
1924 * valprint.h: Same.
1925 * value.c: Same.
1926 * value.h: Same.
1927 * varobj.c: Same.
1928 * x86-nat.h: Same.
1929 * xtensa-tdep.c: Same.
1930
1834d45f
AT
19312019-10-25 Ali Tamur <tamur@google.com>
1932
1933 * charset.c (find_charset_names): Reflect API change.
1934
5396ae17
CB
19352019-10-25 Christian Biesinger <cbiesinger@google.com>
1936
1937 * symtab.c (struct demangled_name_entry): Change demangled name
1938 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1939 part of the struct anymore.
1940 (symbol_set_names): No longer obstack allocate + copy the demangled
1941 name, just store the allocated name from bfd.
1942
93878f47
TT
19432019-10-25 Tom Tromey <tromey@adacore.com>
1944
1945 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1946 (bsearch_cie_cmp, add_cie): Remove.
1947 (find_cie): Reimplement.
1948 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1949 (dwarf2_build_frame_info): Update.
1950
7b71fc97
L
19512019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1952
1953 PR gdb/25126
1954 * symfile.c (reread_symbols): Call forget_cached_source_info to
1955 clear the stale source cache.
1956
cbb5a2ea
CB
19572019-10-24 Christian Biesinger <cbiesinger@google.com>
1958
1959 * configure: Regenerate.
1960 * configure.ac: Remove code that sets python_has_threads.
1961
71737c43
CB
19622019-10-24 Christian Biesinger <cbiesinger@google.com>
1963
1964 * config.in: Regenerate.
1965 * configure: Regenerate.
1966 * configure.ac: Remove the code that uses sed to get the python
1967 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1968
33d569b7
AB
19692019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1970
1971 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1972 error paths.
1973
f16f7b7c
TT
19742019-10-23 Tom Tromey <tom@tromey.com>
1975
1976 * arc-tdep.c: Remove ".." from include.
1977 * frv-tdep.c: Remove ".." from include.
1978 * lm32-tdep.c: Remove ".." from include.
1979 * microblaze-tdep.c: Remove ".." from include.
1980 * or1k-tdep.h: Remove ".." from include.
1981 * s12z-tdep.c: Remove ".." from include.
1982 * Makefile.in (OPCODES_CFLAGS): Add comment.
1983 (TOP_CFLAGS): New variable.
1984 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1985
6999161a
TT
19862019-10-23 Tom Tromey <tom@tromey.com>
1987
1988 * Makefile.in (READLINE_DIR): Update.
1989
12e7c35e
TBA
19902019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1991
1992 * infcall.c (call_function_by_hand_dummy): Fix the function
1993 comment. And extract out a code section into...
1994 (reserve_stack_space): ...this new function.
1995
37055cad
TBA
19962019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1997
1998 * infcall.c (value_arg_coerce): Remove an unused parameter.
1999 (call_function_by_hand_dummy): Update the call to
2000 'value_arg_coerce'.
2001
39bcc47c
TBA
20022019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2003
2004 * infcall.c (call_function_by_hand_dummy): Refactor.
2005
bd888c0f
TBA
20062019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2007
2008 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2009
c12d372d
TT
20102019-10-23 Tom Tromey <tom@tromey.com>
2011
2012 * configure: Rebuild.
2013 * configure.ac: Don't check for sigprocmask.
2014 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2015
4d0b984b
TT
20162019-10-23 Tom Tromey <tom@tromey.com>
2017
2018 * configure: Rebuild.
2019 * acinclude.m4: Use m4_include, not sinclude.
2020
7e785608
TV
20212019-10-23 Tom de Vries <tdevries@suse.de>
2022
2023 PR breakpoints/24687
2024 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2025
403772ef
CB
20262019-10-22 Christian Biesinger <cbiesinger@google.com>
2027
2028 * symtab.c (struct demangled_name_entry) <language>: Change from
2029 bitfield to regular variable.
2030
3a494279
CB
20312019-10-22 Christian Biesinger <cbiesinger@google.com>
2032
2033 * symtab.c (struct demangled_name_entry): Add a constructor.
2034 (free_demangled_name_entry): New function to call the destructor
2035 for demangled_name_entry.
2036 (create_demangled_names_hash): Pass free_demangled_name_entry to
2037 htab_create_alloc.
2038 (symbol_set_names): Call placement new for demangled_name_entry.
2039 * utils.c: No longer include xxhash.h here, now that fast_hash
2040 is inlined in the header.
2041 * utils.h: Instead, include it here.
2042
ccb1ba62
CB
20432019-10-22 Christian Biesinger <cbiesinger@google.com>
2044
2045 * Makefile.in: Link with libxxhash.
2046 * config.in: Regenerate.
2047 * configure: Regenerate.
2048 * configure.ac: Search for libxxhash.
2049 * utils.c (fast_hash): Use xxhash if present.
2050
1a6ff1a9
CB
20512019-10-22 Christian Biesinger <cbiesinger@google.com>
2052
2053 * utils.h (fast_hash): New function.
2054 * symtab.c (hash_demangled_name_entry): Call new function
2055 fast_hash.
2056
7bb43059
CB
20572019-10-22 Christian Biesinger <cbiesinger@google.com>
2058
2059 * symtab.c (struct demangled_name_entry): Change type of mangled
2060 to gdb::string_view. Also adds a constructor that takes the
2061 mangled name.
2062 (hash_demangled_name_entry): Update.
2063 (eq_demangled_name_entry): Update.
2064 (free_demangled_name_entry): New function to call the destructor
2065 now that this is not a POD anymore.
2066 (create_demangled_names_hash): Pass free_demangled_name_entry to
2067 htab_create_alloc.
2068 (symbol_set_names): Update.
2069
7ba99d21
AT
20702019-10-21 Ali Tamur <tamu@google.com>
2071
2072 * dwarf2read.c (dir_index): Change type.
2073 (file_name_index): Likewise.
2074 (line_header::include_dir_at): Change comment and implementation on
2075 whether it is DWARF 5.
2076 (line_header::is_valid_file_index): New function.
2077 (line_header::file_name_at): Change comment and implementation on
2078 whether it is DWARF 5.
2079 (line_header::file_names): Change to private field renamed as
2080 m_file_names and introduce a new accessor method.
2081 (line_header::file_names_size): New method.
2082 (line_header::include_dirs): Change to private field and rename as
2083 m_include_dirs.
2084 (dw2_get_file_names_reader): Define local var at a smaller scope and
2085 reflect API change.
2086 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2087 (process_structure_scope): Likewise.
2088 (line_header::add_include_dir): Change message and reflect renaming.
2089 (line_header::add_file_name): Likewise.
2090 (read_formatted_entries): Handle DW_FORM_data16.
2091 (dwarf_decode_line_header): Fix line header length calculation.
2092 (psymtab_include_file_name): Change comment and API.
2093 (lnp_state_machine::m_file): Update comment and reflect type change.
2094 (lnp_state_machine::record_line): Reflect type change.
2095 (dwarf_decode_lines): Reflect API change.
2096 (file_file_name): Likewise.
2097 (file_full_name): Likewise.
2098
45f47c3a
AB
20992019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2100
2101 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2102
e5f3c0e3
TT
21032019-10-21 Tom Tromey <tom@tromey.com>
2104
2105 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2106
a0a461e5
TT
21072019-10-21 Tom Tromey <tom@tromey.com>
2108
2109 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2110 NM_H. Use AC_CONFIG_LINKS.
2111 * configure: Rebuild.
2112 * Makefile.in (NM_H): New variable.
2113 (generated_files): Add NM_H. Remove gcore.
2114 (nm.h, stamp-nmh): New targets.
2115
54d83b8d
TT
21162019-10-20 Tom Tromey <tom@tromey.com>
2117
2118 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2119 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2120 obsolete comment.
2121 (put_objfile_before): Now static.
2122
23771117
SM
21232019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2124
2125 * gdbsupport/common-utils.h (startswith): Change return type to
2126 bool.
2127
39ef2f62
CB
21282019-10-19 Christian Biesinger <cbiesinger@google.com>
2129
2130 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2131 * breakpoint.c (bp_locations_compare): Rename to...
2132 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2133 (update_global_location_list): Use std::sort instead of qsort.
2134 * buildsym.c (compare_line_numbers): Rename to...
2135 (lte_is_less_than): ...this, and change to std::sort semantics.
2136 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2137 instead of qsort.
2138 * disasm.c (compare_lines): Rename to...
2139 (line_is_less_than): ...this, and change to std::sort semantics.
2140 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2141 of qsort.
2142 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2143 (fde_is_less_than): ...this, and change to std::sort semantics.
2144 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2145 * mdebugread.c (compare_blocks):
2146 (block_is_less_than): ...this, and change to std::sort semantics.
2147 (sort_blocks): Call std::sort instead of qsort.
2148 * objfiles.c (qsort_cmp): Rename to...
2149 (sort_cmp): ...this, and change to std::sort semantics.
2150 (update_section_map): Call std::sort instead of qsort.
2151 * remote.c (compare_pnums): Remove.
2152 (map_regcache_remote_table): Call std::sort instead of qsort.
2153 * utils.c (compare_positive_ints): Remove.
2154 * utils.h (compare_positive_ints): Remove.
2155 * xcoffread.c (compare_lte): Remove.
2156 (arrange_linetable): Call std::sort instead of qsort.
2157
f71433ee
SDJ
21582019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2159
2160 * symfile.c (init_entry_point_info): Fix typo.
2161 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2162
85102364
TV
21632019-10-18 Tom de Vries <tdevries@suse.de>
2164
2165 * aarch64-tdep.c: Fix typos in comments.
2166 * ada-lang.c: Same.
2167 * ada-tasks.c: Same.
2168 * alpha-tdep.c: Same.
2169 * alpha-tdep.h: Same.
2170 * amd64-nat.c: Same.
2171 * amd64-windows-tdep.c: Same.
2172 * arc-tdep.c: Same.
2173 * arc-tdep.h: Same.
2174 * arch-utils.c: Same.
2175 * arm-nbsd-tdep.c: Same.
2176 * arm-tdep.c: Same.
2177 * ax-gdb.c: Same.
2178 * blockframe.c: Same.
2179 * btrace.c: Same.
2180 * c-varobj.c: Same.
2181 * coff-pe-read.c: Same.
2182 * coffread.c: Same.
2183 * cris-tdep.c: Same.
2184 * darwin-nat.c: Same.
2185 * dbxread.c: Same.
2186 * dcache.c: Same.
2187 * disasm.c: Same.
2188 * dtrace-probe.c: Same.
2189 * dwarf-index-write.c: Same.
2190 * dwarf2-frame-tailcall.c: Same.
2191 * dwarf2-frame.c: Same.
2192 * dwarf2read.c: Same.
2193 * eval.c: Same.
2194 * exceptions.c: Same.
2195 * fbsd-tdep.c: Same.
2196 * findvar.c: Same.
2197 * frame.c: Same.
2198 * frv-tdep.c: Same.
2199 * gnu-v3-abi.c: Same.
2200 * go32-nat.c: Same.
2201 * h8300-tdep.c: Same.
2202 * hppa-tdep.c: Same.
2203 * i386-linux-tdep.c: Same.
2204 * i386-tdep.c: Same.
2205 * ia64-libunwind-tdep.c: Same.
2206 * ia64-tdep.c: Same.
2207 * infcmd.c: Same.
2208 * infrun.c: Same.
2209 * linespec.c: Same.
2210 * linux-nat.c: Same.
2211 * linux-thread-db.c: Same.
2212 * machoread.c: Same.
2213 * mdebugread.c: Same.
2214 * mep-tdep.c: Same.
2215 * mn10300-tdep.c: Same.
2216 * namespace.c: Same.
2217 * objfiles.c: Same.
2218 * opencl-lang.c: Same.
2219 * or1k-tdep.c: Same.
2220 * osabi.c: Same.
2221 * ppc-linux-nat.c: Same.
2222 * ppc-linux-tdep.c: Same.
2223 * ppc-sysv-tdep.c: Same.
2224 * printcmd.c: Same.
2225 * procfs.c: Same.
2226 * record-btrace.c: Same.
2227 * record-full.c: Same.
2228 * remote-fileio.c: Same.
2229 * remote.c: Same.
2230 * rs6000-tdep.c: Same.
2231 * s12z-tdep.c: Same.
2232 * score-tdep.c: Same.
2233 * ser-base.c: Same.
2234 * ser-go32.c: Same.
2235 * skip.c: Same.
2236 * sol-thread.c: Same.
2237 * solib-svr4.c: Same.
2238 * solib.c: Same.
2239 * source.c: Same.
2240 * sparc-nat.c: Same.
2241 * sparc-sol2-tdep.c: Same.
2242 * sparc-tdep.c: Same.
2243 * sparc64-tdep.c: Same.
2244 * stabsread.c: Same.
2245 * stack.c: Same.
2246 * symfile.c: Same.
2247 * symtab.c: Same.
2248 * target-descriptions.c: Same.
2249 * target-float.c: Same.
2250 * thread.c: Same.
2251 * utils.c: Same.
2252 * valops.c: Same.
2253 * valprint.c: Same.
2254 * value.c: Same.
2255 * varobj.c: Same.
2256 * windows-nat.c: Same.
2257 * xcoffread.c: Same.
2258 * xstormy16-tdep.c: Same.
2259 * xtensa-tdep.c: Same.
2260
c5adaa19
TT
22612019-10-17 Tom Tromey <tromey@adacore.com>
2262
2263 * configure: Rebuild.
2264 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2265 in AC_CONFIG_FILES invocation.
2266 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2267 new-style config.status invocation.
2268
405feb71
TV
22692019-10-17 Tom de Vries <tdevries@suse.de>
2270
2271 * arm-nbsd-nat.c: Fix typos in comments.
2272 * arm-tdep.c: Same.
2273 * darwin-nat-info.c: Same.
2274 * dwarf2read.c: Same.
2275 * elfread.c: Same.
2276 * event-top.c: Same.
2277 * findvar.c: Same.
2278 * gdbtypes.c: Same.
2279 * hppa-tdep.c: Same.
2280 * i386-tdep.c: Same.
2281 * jit.c: Same.
2282 * main.c: Same.
2283 * mdebugread.c: Same.
2284 * moxie-tdep.c: Same.
2285 * nto-procfs.c: Same.
2286 * osabi.c: Same.
2287 * ppc-linux-tdep.c: Same.
2288 * remote.c: Same.
2289 * riscv-tdep.c: Same.
2290 * s390-tdep.c: Same.
2291 * sh-tdep.c: Same.
2292 * sparc-linux-tdep.c: Same.
2293 * sparc-nat.c: Same.
2294 * stack.c: Same.
2295 * target-descriptions.c: Same.
2296 * top.c: Same.
2297 * varobj.c: Same.
2298
befcd486
TT
22992019-10-16 Tom Tromey <tom@tromey.com>
2300
2301 * objfiles.h (struct objfile) <original_name>: Now const.
2302
17bfe554
CB
23032019-10-16 Christian Biesinger <cbiesinger@google.com>
2304
2305 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2306 pass on to sigsetjmp's second argument.
2307 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2308
950b7495
KS
23092019-10-16 Keith Seitz <keiths@redhat.com>
2310
2311 PR gdb/23567
2312 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2313 sections whose size is greater than the file size.
2314
ff371ec9
JW
23152019-10-16 Jim Wilson <jimw@sifive.com>
2316
2317 * riscv-tdep.c (riscv_gcc_target_options): New.
2318 (riscv_gnu_triplet_regexp): New.
2319 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2320 set_gdbarch_gnu_triplet_regexp.
2321
fec4e896
CB
23222019-10-16 Christian Biesinger <cbiesinger@google.com>
2323
2324 * Makefile.in: Add xml-builtin.h.
2325 * features/feature_to_c.sh: Add an include for xml-builtin.h
2326 to ensure that the compiler checks that the types match.
2327 * xml-builtin.h: New file.
2328 * xml-support.c (fetch_xml_builtin): Add missing const.
2329 * xml-support.h: Remove declaration of xml_builtins.
2330
d10eccaa
TV
23312019-10-16 Tom de Vries <tdevries@suse.de>
2332
2333 PR tdep/25096
2334 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2335 (amd64_classify_aggregate): ... here.
2336 (amd64_classify_aggregate_field): Handled fiels of nested structs
2337 recursively.
2338
745ff14e
TV
23392019-10-16 Tom de Vries <tdevries@suse.de>
2340
2341 PR tdep/24104
2342 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2343 that handles 'theclass'.
2344
791b7405
AB
23452019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * linespec.c (decode_digits_ordinary): Update comment.
2348 * make-target-delegates: No longer need to handle VEC case.
2349 * memrange.c (normalize_mem_ranges): Update comment.
2350 * namespace.c (add_using_directive): Update comment.
2351 * objc-lang.c (uniquify_strings): Update comment.
2352 * ppc-linux-nat.c (struct thread_points): Update comment.
2353 * probe.h (find_probes_in_objfile): Update comment.
2354 * target.h (enum flash_preserve_mode): Update comment.
2355 * varobj.c (varobj_restrict_range): Update comment.
2356 * varobj.h (varobj_list_children): Update comment.
2357
0dc32745
AB
23582019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * Makefile.in: Remove references to vec.h and vec.c.
2361 * aarch64-tdep.c: No longer include vec.h.
2362 * ada-lang.c: Likewise.
2363 * ada-lang.h: Likewise.
2364 * arm-tdep.c: Likewise.
2365 * ax.h: Likewise.
2366 * breakpoint.h: Likewise.
2367 * charset.c: Likewise.
2368 * cp-support.h: Likewise.
2369 * dtrace-probe.c: Likewise.
2370 * dwarf2read.c: Likewise.
2371 * extension.h: Likewise.
2372 * gdb_bfd.c: Likewise.
2373 * gdbsupport/gdb_vecs.h: Likewise.
2374 * gdbsupport/vec.c: Remove.
2375 * gdbsupport/vec.h: Remove.
2376 * gdbthread.h: Likewise.
2377 * guile/scm-type.c: Likewise.
2378 * inline-frame.c: Likewise.
2379 * machoread.c: Likewise.
2380 * memattr.c: Likewise.
2381 * memrange.h: Likewise.
2382 * namespace.h: Likewise.
2383 * nat/linux-btrace.h: Likewise.
2384 * osdata.c: Likewise.
2385 * parser-defs.h: Likewise.
2386 * progspace.h: Likewise.
2387 * python/py-type.c: Likewise.
2388 * record-btrace.c: Likewise.
2389 * rust-exp.y: Likewise.
2390 * solib-target.c: Likewise.
2391 * stap-probe.c: Likewise.
2392 * target-descriptions.c: Likewise.
2393 * target-memory.c: Likewise.
2394 * target.h: Likewise.
2395 * varobj.c: Likewise.
2396 * varobj.h: Likewise.
2397 * xml-support.h: Likewise.
2398
ae640021
AB
23992019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2402 Update for new std::vector based implementation.
2403 (process_psymtab_comp_unit_reader): Likewise.
2404 (scan_partial_symbols): Likewise.
2405 (recursively_compute_inclusions): Likewise.
2406 (compute_compunit_symtab_includes): Likewise.
2407 (process_imported_unit_die): Likewise.
2408 (queue_and_load_dwo_tu): Likewise.
2409 (follow_die_sig_1): Likewise.
2410 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2411 (typedef dwarf2_per_cu_ptr): Remove.
2412 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2413 function.
2414 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2415 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2416 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2417 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2418 std::vector.
2419
55dfc88f
TT
24202019-10-15 Tom Tromey <tromey@adacore.com>
2421
2422 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2423 TID.
2424
96b49c5e
TT
24252019-10-15 Tom Tromey <tromey@adacore.com>
2426
2427 * windows-nat.c (windows_nat_target::fetch_registers)
2428 (windows_nat_target::store_registers): Rename "pid" to "tid".
2429
953cff56
TT
24302019-10-15 Tom Tromey <tromey@adacore.com>
2431
2432 * gdbarch.h, gdbarch.c: Rebuild.
2433 * gdbarch.sh (gcc_target_options): Change return type to
2434 std::string.
2435 * compile/compile.c (get_args): Update.
2436 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2437 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2438 std::string.
2439 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2440 std::string.
2441 * arch-utils.c (default_gcc_target_options): Return std::string.
2442 * arch-utils.h (default_gcc_target_options): Return std::string.
2443 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2444
81e6b8eb
CB
24452019-10-15 Christian Biesinger <cbiesinger@google.com>
2446
2447 * breakpoint.c (breakpoint_chain): Make static.
2448 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2449 of accessing breakpoint_chain.
2450
95da600f
CB
24512019-10-15 Christian Biesinger <cbiesinger@google.com>
2452
2453 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2454 to a gdb::function_view and return value to bool.
2455 * breakpoint.h (iterate_over_breakpoints): Likewise.
2456 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2457 (pop_dummy_frame): Update.
2458 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2459 (gdbscm_breakpoints): Update.
2460 * python/py-breakpoint.c (build_bp_list): Update.
2461 (gdbpy_breakpoints): Update.
2462 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2463 Update.
2464 (bpfinishpy_handle_stop): Update.
2465 (bpfinishpy_handle_exit): Update.
2466 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2467 (svr4_update_solib_event_breakpoints): Update.
2468
ba18312d
AA
24692019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2470
2471 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2472 when unwrapping single-field structs.
2473
6acc1a0b
SM
24742019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2475
2476 * dwarf2read.c: Remove includes.
2477
284782de
SM
24782019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2479
2480 * ui-out.c (ui_out::call_do_message): Silence
2481 -Wformat-nonliteral warning.
2482
073bbbb0
SM
24832019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2484
2485 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2486 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2487 include: readline/tilde.h.
2488
7b9a15e1
CB
24892019-10-12 Christian Biesinger <cbiesinger@google.com>
2490
2491 * remote.c (remote_target::get_trace_status): Remove declaration of
2492 trace_regblock_size.
2493
cc8dee1f
CB
24942019-10-12 Christian Biesinger <cbiesinger@google.com>
2495
2496 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2497 (show_user): Remove declaration of cmdlist.
2498 * cli/cli-cmds.h (max_user_call_depth): Declare.
2499 * cli/cli-script.c (execute_user_command): Remove declaration
2500 of max_user_call_depth.
2501
a83d4ef6
JW
25022019-10-11 Jim Wilson <jimw@sifive.com>
2503
5f93c5a6
JW
2504 * gdbsupport/print-utils.h (pulongest): Fix comment.
2505 (plongest): Likewise.
2506 (phex): Add missing comment, mention leading zeros.
2507 (phex_nz): Add mention of no leading zeros to comment.
2508
a83d4ef6
JW
2509 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2510 plongest instead of unsigned long long cast.
2511
26344e0c
CB
25122019-10-10 Christian Biesinger <cbiesinger@google.com>
2513
2514 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2515 for external_editor_command and gdbtk_test.
2516
c2c440a9
CB
25172019-10-10 Christian Biesinger <cbiesinger@google.com>
2518
2519 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2520 * varobj.c (varobjdebug): Move comment to...
2521 * varobj.h (varobjdebug): ...here, and declare.
2522
a31bff9d
TT
25232019-10-09 Tom Tromey <tom@tromey.com>
2524
2525 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2526 erase_data_content.
2527
7523da63
TT
25282019-10-09 Tom Tromey <tom@tromey.com>
2529
2530 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2531 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2532 * tui/tui-command.c (tui_cmd_window::resize)
2533 (tui_refresh_cmd_win): Update.
2534 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2535 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2536 * tui/tui-data.c (~tui_gen_win_info): Remove.
2537 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2538 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2539 (tui_redisplay_readline, tui_mld_flush)
2540 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2541 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2542 (tui_data_window::erase_data_content)
2543 (tui_data_item_window::rerender)
2544 (tui_data_item_window::refresh_window): Update.
2545 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2546 (box_win, tui_gen_win_info::make_window)
2547 (tui_gen_win_info::make_visible): Update.
2548 (tui_delete_win): Remove.
2549 * tui/tui-winsource.c
2550 (tui_source_window_base::do_erase_source_content): Update.
2551 (tui_show_source_line, tui_source_window_base::update_tab_width)
2552 (tui_source_window_base::update_exec_info): Update.
2553 * tui/tui-data.h (struct curses_deleter): New.
2554 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2555 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2556
a7798e7f
TT
25572019-10-09 Tom Tromey <tom@tromey.com>
2558
2559 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2560
5c45899e
TT
25612019-10-09 Tom Tromey <tom@tromey.com>
2562
2563 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2564 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2565
6d7fd9aa
TT
25662019-10-09 Tom Tromey <tom@tromey.com>
2567
2568 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2569 window height directly.
2570 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2571 declare.
2572 * tui/tui-layout.c (tui_default_win_height): Remove.
2573 (tui_default_win_viewport_height): Remove.
2574
d2dd1084
TT
25752019-10-09 Tom Tromey <tom@tromey.com>
2576
2577 * tui/tui.h: Remove comments.
2578
cff32449
TV
25792019-10-09 Tom de Vries <tdevries@suse.de>
2580
2581 * python/lib/gdb/printer/bound_registers.py: Use
2582 '^builtin_type_bound128' as regexp argument for
2583 add_builtin_pretty_printer.
2584
6a25e8a2
CB
25852019-10-09 Christian Biesinger <cbiesinger@google.com>
2586
2587 * guile/guile.c (guile_extension_script_ops): Remove forward
2588 declaration and mark as static.
2589 (guile_script_ops): Likewise.
2590 (extension_language_guile): Move further down in the file so
2591 it can reference the definitions for guile_{extension_,}script_ops.
2592
6d9d6da4
AA
25932019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2594
2595 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2596 except SORTL, DFLTCC, and KDSA.
2597
3abea05d
TT
25982019-10-08 Tom Tromey <tromey@adacore.com>
2599
2600 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2601 (struct safe_symbol_file_add_args): Remove.
2602
dde996e2
TT
26032019-10-08 Tom Tromey <tromey@adacore.com>
2604
2605 * windows-nat.c: Don't include buildsym-legacy.h.
2606
cd6fdaa1
TT
26072019-10-08 Tom Tromey <tromey@adacore.com>
2608
2609 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2610
79bb1944
CB
26112019-10-08 Christian Biesinger <cbiesinger@google.com>
2612
2613 * gdbtypes.c (overload_debug): Move comment to header.
2614 * gdbtypes.h (overload_debug): Declare.
2615 * valops.c: Remove declaration of overload_debug, instead
2616 include gdbtypes.h.
2617
34916edc
CB
26182019-10-08 Christian Biesinger <cbiesinger@google.com>
2619
2620 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2621 through _().
2622 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2623 move comment...
2624 * language.h (lang_frame_mismatch_warn): ... here. Also add
2625 declaration.
2626 * top.c (lang_frame_mismatch_warn): Remove declaration.
2627 (check_frame_language_change): Pass lang_frame_mismatch_warn
2628 through _().
2629
bad5c026
CB
26302019-10-07 Christian Biesinger <cbiesinger@google.com>
2631
2632 * c-lang.h (vtbl_ptr_name): Declare.
2633 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2634 it from the header.
2635 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2636
51f1fdc3
CB
26372019-10-07 Christian Biesinger <cbiesinger@google.com>
2638
2639 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2640 gdb_static_assert.
2641
30d1f018
WP
26422019-10-07 Weimin Pan <weimin.pan@oracle.com>
2643
606813d5
WP
2644 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2645 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
2646 * ctfread.c: New file.
2647 * ctfread.h: New file.
2648 * elfread.c: Include ctfread.h.
2649 (struct elfinfo text_p): New member ctfsect.
2650 (elf_locate_sections): Mark CTF section.
2651 (elf_symfile_read): Call elfctf_build_psymtabs.
2652 * Makefile.in (LIBCTF): Add.
2653 (CLIBS): Use it.
2654 (CDEPS): Likewise.
2655 (DIST): Add ctfread.c.
606813d5
WP
2656
26572019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * ctfread.c (struct nextfield): Renamed to ...
2660 (struct ctf_nextfield): ... this.
2661 (struct field_info): Renamed to ...
2662 (strut ctf_field_info): ... this.
2663 (attach_fields_to_type): Update for renamed structures.
2664 (ctf_add_member_cb): Likewise.
2665 (ctf_add_enum_member_cb): Likewise.
2666 (process_struct_members): Likewise.
2667 (process_enum_type): Likewise.
30d1f018 2668
518fe38c
WP
26692019-10-07 Weimin Pan <weimin.pan@oracle.com>
2670
2671 * tracectf.h: Rename, was ctf.h.
2672 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2673 * tracefile.c: Likewise.
2674 * tracepoint.c: Remove unused include ctf.h.
2675 * mi/mi-main.c: Likewise.
2676 * Makefile.in Replace ctf.c with tracectf.c.
2677
225f296a
JB
26782019-10-06 Joel Brobecker <brobecker@adacore.com>
2679
2680 * version.in: Change version number to "9.0.50.DATE-git".
2681
77c2dba3
TT
26822019-10-03 Tom Tromey <tom@tromey.com>
2683
2684 PR rust/24976:
2685 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2686
179aed7f
AB
26872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2690 cp_search_name_hash.
2691 * NEWS: Add entry about nested function support.
2692
0a4b0913
AB
26932019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2694 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2697 for nested static variables when searchin VAR_DOMAIN.
2698 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2699 global scope, update comment.
2700 (add_partial_subprogram): Call add_partial_subprogram recursively
2701 for nested subroutines when processinng Fortran.
2702 (load_partial_dies): Process the child entities of a subprogram
2703 when processing Fortran.
2704 (partial_die_parent_scope): Handle building scope
2705 for Fortran nested functions.
2706 (process_die): Record that nested functions have a scope.
2707 (new_symbol): Always record Fortran subprograms on the global
2708 symbol list.
2709 (determine_prefix): How to build the prefix for Fortran
2710 subprograms.
2711
d8c06f22
AB
27122019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2715 have just sent the thread a SIGSTOP and are waiting for it to
2716 arrive.
2717
a8b3b8e9
AB
27182019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * btrace.c (btrace_add_pc): Remove whitespace before the template
2721 parameter in 'std::vector <...>'.
2722 (parse_xml_btrace_block): Likewise.
2723 (btrace_maint_decode_pt): Likewise.
2724 (btrace_maint_update_packets): Likewise.
2725 (btrace_maint_print_packets): Likewise.
2726 * btrace.h (struct btrace_maint_info): Likewise.
2727 * dwarf2read.c (struct type_unit_group): Likewise.
2728 (build_type_psymtabs_reader): Likewise.
2729 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2730 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2731 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2732
4d825eab
TV
27332019-10-03 Tom de Vries <tdevries@suse.de>
2734
2735 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2736 the first line of the help text for set/show style metadata.
2737
80fd2826
TT
27382019-10-02 Tom Tromey <tromey@adacore.com>
2739
2740 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2741 * gdbsupport/common-inferior.c: New file.
2742 * infcmd.c (startup_with_shell): Don't define.
2743 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2744 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2745 * inferior.h (startup_with_shell): Don't declare.
2746
70054538
CB
27472019-10-02 Christian Biesinger <cbiesinger@google.com>
2748
2749 * gdbsupport/gdb_assert.h: Include errors.h.
2750 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2751
37f6a7f4
TT
27522019-10-02 Tom Tromey <tromey@adacore.com>
2753
2754 * NEWS: Add $_ada_exception entry.
2755 * ada-lang.c (struct ada_catchpoint): Add constructor.
2756 <m_kind>: New member.
2757 (allocate_location_exception, re_set_exception): Remove
2758 "ex" parameter.
2759 (should_stop_exception): Compute $_ada_exception.
2760 (check_status_exception, print_it_exception)
2761 (print_one_exception, print_mention_exception): Remove
2762 "ex" parameter.
2763 (allocate_location_catch_exception, re_set_catch_exception)
2764 (check_status_exception, print_it_catch_exception)
2765 (print_one_catch_exception, print_mention_catch_exception)
2766 (print_recreate_catch_exception)
2767 (allocate_location_catch_exception_unhandled)
2768 (re_set_catch_exception_unhandled)
2769 (check_status_exception, print_it_catch_exception_unhandled)
2770 (print_one_catch_exception_unhandled)
2771 (print_mention_catch_exception_unhandled)
2772 (print_recreate_catch_exception_unhandled)
2773 (allocate_location_catch_assert, re_set_catch_assert)
2774 (check_status_assert, print_it_catch_assert)
2775 (print_one_catch_assert, print_mention_catch_assert)
2776 (print_recreate_catch_assert)
2777 (allocate_location_catch_handlers, re_set_catch_handlers)
2778 (check_status_handlers, print_it_catch_handlers)
2779 (print_one_catch_handlers, print_mention_catch_handlers)
2780 (print_recreate_catch_handlers): Remove.
2781 (create_ada_exception_catchpoint): Update.
2782 (initialize_ada_catchpoint_ops): Update.
2783
fccf9de1
TT
27842019-10-02 Tom Tromey <tromey@adacore.com>
2785
2786 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2787 (create_excep_cond_exprs): Simplify exception string computation.
2788 (ada_exception_catchpoint_cond_string): Likewise.
2789
4b610737
TT
27902019-10-02 Tom Tromey <tromey@adacore.com>
2791
2792 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2793 * ada-lang.c (lesseq_defined_than): Handle
2794 LOC_STATIC.
2795 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2796 parameter.
2797 (dwarf2_has_info): Likewise.
2798 (new_symbol): Set maybe_copied on symbol when
2799 appropriate.
2800 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2801 parameter.
2802 <can_copy>: New member.
2803 * elfread.c (record_minimal_symbol): Set maybe_copied
2804 on symbol when appropriate.
2805 (elf_symfile_read): Update call to dwarf2_has_info.
2806 * minsyms.c (lookup_minimal_symbol_linkage): New
2807 function.
2808 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2809 * symtab.c (get_symbol_address, get_msymbol_address):
2810 New functions.
2811 * symtab.h (get_symbol_address, get_msymbol_address):
2812 Declare.
2813 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2814 maybe_copied.
2815 (struct symbol, struct minimal_symbol) <maybe_copied>:
2816 New member.
2817
1dd58850
TT
28182019-10-02 Tom Tromey <tromey@adacore.com>
2819
2820 * source.c (struct current_source_location): New.
2821 (current_source_key): New global.
2822 (current_source_symtab, current_source_line)
2823 (current_source_pspace): Remove.
2824 (get_source_location): New function.
2825 (get_current_source_symtab_and_line)
2826 (set_default_source_symtab_and_line)
2827 (set_current_source_symtab_and_line)
2828 (clear_current_source_symtab_and_line, select_source_symtab)
2829 (info_source_command, print_source_lines_base)
2830 (info_line_command, search_command_helper, _initialize_source):
2831 Update.
2832
5c281dbb
TT
28332019-10-02 Tom Tromey <tromey@adacore.com>
2834
2835 * source.c (select_source_symtab): Don't call
2836 decode_line_with_current_source.
2837
d3d32391
AB
28382019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * symtab.c (lookup_global_symbol): Search global block.
2841
38583298
TT
28422019-10-02 Tom Tromey <tromey@adacore.com>
2843
2844 * coffread.c (process_coff_symbol): Update.
2845 * dwarf2read.c (var_decode_location, new_symbol): Update.
2846 * mdebugread.c (parse_symbol): Update.
2847 * objfiles.c (relocate_one_symbol): Update.
2848 * stabsread.c (define_symbol, fix_common_block)
2849 (scan_file_globals): Update.
2850 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2851 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2852 * xcoffread.c (process_xcoff_symbol): Update.
2853
9344c18f
AA
28542019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2855
2856 * MAINTAINERS: Update my email address.
2857
df07e2c7
AB
28582019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2859
2860 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2861 std::vector.
2862 (build_type_psymtabs_reader): Update for std::vector.
2863 (build_type_psymtab_dependencies): Likewise.
2864 * dwarf2read.h: Remove use of DEF_VEC_P.
2865 (typedef sig_type_ptr): Delete.
2866
554ac434
AB
28672019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2870 to std::vector.
2871 (btrace_maint_decode_pt): Likewise, and move allocation of the
2872 vector outside of the loop.
2873 (btrace_maint_update_packets): Update to handle change from VEC to
2874 std::vector.
2875 (btrace_maint_print_packets): Likewise.
2876 (maint_info_btrace_cmd): Likewise.
2877 * btrace.h: Remove use of DEF_VEC_O.
2878 (typedef btrace_pt_packet_s): Delete.
2879 (struct btrace_maint_info) <packets>: Change fromm VEC to
2880 std::vector.
2881 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2882
46f29a9a
AB
28832019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2886 make accesses into the vector constant references.
2887 (btrace_add_pc): Update for std::vector.
2888 (btrace_stitch_bts): Likewise.
2889 (parse_xml_btrace_block): Likewise.
2890 (btrace_maint_update_packets): Likewise.
2891 (btrace_maint_print_packets): Likewise.
2892 (maint_info_btrace_cmd): Likewise.
2893 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2894 std::vector.
2895 (btrace_data::empty): Likewise.
2896 (btrace_data_append): Likewise.
2897 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2898 (typedef btrace_block_s): Delete.
2899 (struct btrace_block): Add constructor.
2900 (struct btrace_data_bts) <blocks>: Change to std::vector.
2901 * nat/linux-btrace.c (perf_event_read_bts): Update for
2902 std::vector.
2903 (linux_read_bts): Likewise.
2904
d770d56f
TT
29052019-10-01 Tom Tromey <tom@tromey.com>
2906
2907 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2908
9d636d67
TT
29092019-10-01 Tom Tromey <tom@tromey.com>
2910
2911 * stack.c (print_frame, info_frame_command_core): Use
2912 styled_string.
2913 * linux-thread-db.c (try_thread_db_load_1)
2914 (try_thread_db_load_from_pdir_1): Use styled_string.
2915 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2916 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2917 (maybe_print_unsupported_script_warning)
2918 (maybe_print_script_not_found_warning): Use styled_string.
2919 * ada-lang.c (user_select_syms): Use styled_string.
2920
7f6aba03
TT
29212019-10-01 Tom Tromey <tom@tromey.com>
2922
2923 * p-lang.c (pascal_printstr): Use metadata style.
2924 * value.c (show_convenience): Use metadata style.
2925 * valprint.c (valprint_check_validity, val_print_optimized_out)
2926 (val_print_not_saved, val_print_unavailable)
2927 (val_print_invalid_address, generic_val_print, val_print)
2928 (value_check_printable, val_print_array_elements): Use metadata
2929 style.
2930 * ui-out.h (class ui_out) <field_fmt>: New overload.
2931 <do_field_fmt>: Add style parameter.
2932 * ui-out.c (ui_out::field_fmt): New overload.
2933 * typeprint.c (type_print_unknown_return_type)
2934 (val_print_not_allocated, val_print_not_associated): Use metadata
2935 style.
2936 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2937 parameter.
2938 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2939 * tracepoint.c (tvariables_info_1): Use metadata style.
2940 * stack.c (print_frame_arg, print_frame_info, print_frame)
2941 (info_frame_command_core): Use metadata style.
2942 * skip.c (info_skip_command): Use metadata style.
2943 * rust-lang.c (rust_print_enum): Use metadata style.
2944 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2945 metadata style.
2946 * python/py-framefilter.c (py_print_single_arg): Use metadata
2947 style.
2948 * printcmd.c (do_one_display, print_variable_and_value): Use
2949 metadata style.
2950 * p-valprint.c (pascal_val_print)
2951 (pascal_object_print_value_fields): Use metadata style.
2952 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2953 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2954 parameter.
2955 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2956 * m2-valprint.c (m2_print_long_set): Use metadata style.
2957 * m2-typeprint.c (m2_print_type): Use metadata style.
2958 * infcmd.c (print_return_value_1): Use metadata style.
2959 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2960 * f-valprint.c (info_common_command_for_block): Use metadata
2961 style.
2962 * f-typeprint.c (f_type_print_base): Use metadata style.
2963 * expprint.c (print_subexp_standard): Use metadata style.
2964 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2965 * cli/cli-style.h (class cli_style_option): Add constructor.
2966 (metadata_style): Declare.
2967 * cli/cli-style.c (metadata_style): New global.
2968 (_initialize_cli_style): Register metadata style.
2969 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2970 parameter.
2971 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2972 * c-typeprint.c (c_type_print_base_struct_union)
2973 (c_type_print_base_1): Use metadata style.
2974 * breakpoint.c (watchpoint_value_print)
2975 (print_one_breakpoint_location): Use metadata style.
2976 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2977 style.
2978 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2979 style.
2980 * ada-valprint.c (val_print_packed_array_elements, printstr)
2981 (print_field_values, ada_val_print_ref, ada_val_print): Use
2982 metadata style.
2983 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2984 style.
2985 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2986 style.
2987 * ada-lang.c (user_select_syms): Use metadata style.
2988
14309bb6
TT
29892019-10-01 Tom Tromey <tom@tromey.com>
2990
2991 * cli/cli-cmds.c (pwd_command): Style output.
2992
6a831f06
PA
29932019-10-01 Pedro Alves <palves@redhat.com>
2994 Tom Tromey <tom@tromey.com>
2995
2996 * symtab.c (print_symbol_info): Use %ps.
2997 (print_msymbol_info): Use %ps.
2998 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2999 * printcmd.c (print_variable_and_value): Use %ps.
3000 * macrocmd.c (show_pp_source_pos): Use %ps.
3001 * infrun.c (print_exited_reason): Use ui_out::message.
3002 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3003 (describe_other_breakpoints): Use ui_out::message and new
3004 formats.
3005 (say_where): Use new formats.
3006 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3007 and new formats.
3008
2a3c1174
PA
30092019-10-01 Pedro Alves <palves@redhat.com>
3010 Tom Tromey <tom@tromey.com>
3011
3012 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3013 (test_gdb_formats): New function.
3014 (run_tests): Call it.
3015 (test_format_specifier): Update.
3016 * utils.h (fputs_filtered): Update comment.
3017 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3018 (fputs_styled_unfiltered): Declare.
3019 * utils.c (fputs_styled_unfiltered): New function.
3020 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3021 (vfprintf_filtered): Update.
3022 (vfprintf_unfiltered, vprintf_filtered): Update.
3023 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3024 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3025 disallow_ui_out_field>: New constants.
3026 (enum class field_kind): New.
3027 (struct base_field_s, struct signed_field_s): New.
3028 (signed_field): New function.
3029 (struct string_field_s): New.
3030 (string_field): New function.
3031 (struct styled_string_s): New.
3032 (styled_string): New function.
3033 (class ui_out) <message>: Add comment.
3034 <vmessage, call_do_message>: New methods.
3035 <do_message>: Add style parameter.
3036 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3037 methods.
3038 (ui_out::message): Rewrite.
3039 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3040 parameter.
3041 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3042 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3043 gdb_extensions parameter.
3044 (class format_piece): Add parameter to constructor.
3045 (n_int_args): New field.
3046 * gdbsupport/format.c (format_pieces::format_pieces): Add
3047 gdb_extensions parameter. Handle '*'.
3048 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3049 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3050 vfprintf_styled_no_gdbfmt.
3051 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3052 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3053 unfiltered output.
3054 * ui-style.h (struct ui_file_style) <ptr>: New method.
3055
0dfe5bfb
TT
30562019-10-01 Tom Tromey <tom@tromey.com>
3057
3058 * unittests/format_pieces-selftests.c: Update. Add final format.
3059 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3060 empty literal pieces.
3061
e43b10e1
TT
30622019-10-01 Tom Tromey <tom@tromey.com>
3063
3064 * ui-out.h (enum class ui_out_style_kind): Remove.
3065 (class ui_out) <field_string, field_stsream, do_field_string>:
3066 Change type of "style".
3067 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3068 (ui_out::field_string): Update.
3069 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3070 of "style".
3071 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3072 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3073 * stack.c (print_frame_arg, print_frame_info, print_frame):
3074 Update.
3075 * source.c (print_source_lines_base): Update.
3076 * solib.c (info_sharedlibrary_command): Update.
3077 * skip.c (info_skip_command): Update.
3078 * record-btrace.c (btrace_call_history_src_line)
3079 (btrace_call_history): Update.
3080 * python/py-framefilter.c (py_print_frame): Update.
3081 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3082 "style".
3083 * mi/mi-out.c (mi_ui_out::do_table_header)
3084 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3085 (mi_ui_out::do_field_string): Update.
3086 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3087 Update.
3088 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3089 "style".
3090 * cli-out.c (cli_ui_out::do_table_header)
3091 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3092 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3093 (cli_ui_out::do_field_fmt): Update.
3094 * breakpoint.c (print_breakpoint_location): Update.
3095 (update_static_tracepoint): Update.
3096
cd7c32c3
PW
30972019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3098
3099 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3100 conversion of gdb_datadir.
3101 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3102 remove not needed c_str ().
3103
8fe0f950
AT
31042019-09-30 Ali Tamur <tamur@google.com>
3105
3106 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3107 (dwarf2_string_attr): Likewise.
3108
5f48f8f3
AT
31092019-09-30 Ali Tamur <tamur@google.com>
3110
3111 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3112 (process_full_type_unit): Likewise.
3113 (dump_die_shallow): Likewise.
3114 (cu_debug_loc_section): Likewise.
3115
6fb08628
CB
31162019-09-28 Christian Biesinger <cbiesinger@google.com>
3117
3118 * minsyms.c (compare_minimal_symbols): Rename to...
3119 (minimal_symbol_is_less_than): ...this, and adjust to STL
3120 conventions (return bool, take arguments as references)
3121 (minimal_symbol_reader::install): Call std::sort instead
3122 of qsort.
3123
c7ee338a
CB
31242019-09-29 Christian Biesinger <cbiesinger@google.com>
3125
3126 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3127 hash and why.
3128 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3129 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3130
703a86c2
SM
31312019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3132
3133 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3134 * psympriv.h (add_psymbol_to_list): Move comment here and update
3135 it.
3136
0df0352a
TV
31372019-09-29 Tom de Vries <tdevries@suse.de>
3138
3139 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3140 Use $tmpdir/$(basename "$output_file").dwz instead of
3141 "${output_file}.dwz".
3142
ad75efa6
SM
31432019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3144
3145 PR gdb/25045
3146 * hppa-linux-nat.c: Include gdbarch.h.
3147
ececd218
CB
31482019-09-26 Christian Biesinger <cbiesinger@google.com>
3149
3150 * blockframe.c (find_pc_partial_function): Change return type to bool.
3151 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3152 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3153 (stub_gnu_ifunc_resolve_name): Likewise.
3154 * symtab.c (compare_filenames_for_search): Likewise.
3155 (compare_glob_filenames_for_search): Likewise.
3156 (matching_obj_sections): Likewise.
3157 (symbol_matches_domain): Likewise.
3158 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3159 (find_line_pc): Change return type to bool.
3160 (find_line_pc_range): Likewise.
3161 (producer_is_realview): Likewise.
3162 * symtab.h (symbol_matches_domain): Likewise.
3163 (find_pc_partial_function): Likewise.
3164 (find_pc_line_pc_range): Likewise.
3165 (in_gnu_ifunc_stub): Likewise.
3166 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3167 (find_line_pc): Likewise.
3168 (find_line_pc_range): Likewise.
3169 (matching_obj_sections): Likewise.
3170 (find_line_symtab): Change out parameter to bool.
3171 (producer_is_realview): Change return type to bool.
3172 (compare_filenames_for_search): Likewise.
3173 (compare_glob_filenames_for_search): Likewise.
3174
27a900b8
TT
31752019-09-26 Tom Tromey <tom@tromey.com>
3176
3177 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3178 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3179 * gdb_usleep.h: Remove.
3180 * gdb_usleep.c: Remove.
3181 * utils.c: Don't include gdb_usleep.h.
3182
5d63b30a
TT
31832019-09-26 Tom Tromey <tromey@adacore.com>
3184
3185 * python/py-type.c (type_to_type_object): Call check_typedef
3186 for stub types.
3187
12904d37
TT
31882019-09-26 Tom Tromey <tom@tromey.com>
3189
3190 * utils.h (initialize_utils): Don't declare.
3191 * top.c (gdb_init): Don't call initialize_utils.
3192 * utils.c (initialize_utils): Remove. Move contents...
3193 (_initialize_utils): ... here.
3194
858f25f0
TT
31952019-09-25 Tom Tromey <tom@tromey.com>
3196
3197 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3198 * utils.h (make_hex_string): Don't declare.
3199 * utils.c (make_hex_string): Remove.
3200
3d435220
TV
32012019-09-24 Tom de Vries <tdevries@suse.de>
3202
3203 PR gdb/23815
3204 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3205 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3206
ddd44b70
DD
32072019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3208
3209 * NEWS: Mention new simulator port for PRU.
3210
f945dedf
CB
32112019-09-23 Christian Biesinger <cbiesinger@google.com>
3212
3213 * ada-exp.y (write_object_remaining): Update.
3214 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3215 and eliminate the static buffer.
3216 (ada_decode_symbol): Update.
3217 (ada_la_decode): Update.
3218 (ada_sniff_from_mangled_name): Update.
3219 (is_valid_name_for_wild_match): Update.
3220 (ada_lookup_name_info::matches): Update and simplify.
3221 (name_matches_regex): Update.
3222 (ada_add_global_exceptions): Update.
3223 * ada-lang.h (ada_decode): Update signature.
3224 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3225 * dwarf-index-write.c (debug_names::insert): Update.
3226
7ab78ccb
SM
32272019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3228
3229 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3230 formatting.
3231
9252448b
SM
32322019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3233
3234 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3235 Change "nonzero" to "true" in documentation.
3236
626ca2c0
CB
32372019-09-20 Christian Biesinger <cbiesinger@google.com>
3238
3239 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3240 (_initialize_darwin_solib): Don't set
3241 darwin_so_ops.lookup_lib_global_symbol.
3242 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3243 set_gdbarch_iterate_over_objfiles_in_search_order.
3244 (elf_lookup_lib_symbol): Rename to...
3245 (svr4_iterate_over_objfiles_in_search_order): this, and update
3246 to iterate semantics.
3247 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3248 * solib.c (solib_global_lookup): Remove.
3249 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3250 (solib_global_lookup): Remove.
3251 * symtab.c (lookup_global_or_static_symbol): Remove call to
3252 solib_global_lookup.
3253
5a3a0d63
JB
32542019-09-20 Joel Brobecker <brobecker@adacore.com>
3255
3256 * NEWS: Move entries about default MI version now being
3257 version 3, and about the GDB/MI fix for multi-location
3258 breakpoints to the "since GDB 8.3" section.
3259
ffea1427
JB
32602019-09-20 Joel Brobecker <brobecker@adacore.com>
3261
3262 GDB 8.3.1 released.
3263
abf516c6
UW
32642019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3265
3266 * NEWS: Mention that Cell/B.E. debugging support was removed.
3267 * MAINTAINERS: Remove spu target.
3268
3269 * config/djgpp/fnchange.lst: Remove entries for removed files.
3270
3271 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3272 spu-multiarch.o, and spu-tdep.o.
3273 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3274 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3275 spu-multiarch.c, and spu-tdep.c.
3276 * spu-linux-nat.c: Remove file.
3277 * spu-multiarch.c: Remove file.
3278 * spu-tdep.c: Remove file.
3279 * spu-tdep.h: Remove file.
3280 * solib-spu.c: Remove file.
3281 * solib-spu.h: Remove file.
3282
3283 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3284 * configure.nat (spu-linux): Remove.
3285 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3286 solib-multiarch.o from gdb_target_obs.
3287 (spu*-*-*): Remove.
3288
3289 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3290 feature flag.
3291 (ppc_linux_no_features): Update.
3292 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3293 Cell/B.E. support.
3294 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3295 (tdesc_powerpc_cell64l): Likewise.
3296 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3297 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3298 Cell/B.E. support.
3299 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3300 Do not include "features/rs6000/powerpc-cell32l.c" or
3301 "features/rs6000/powerpc-cell64l.c".
3302 (ppc_linux_spu_section): Remove.
3303 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3304 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3305 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3306 (ppc_linux_spe_context_lookup): Remove.
3307 (ppc_linux_spe_context_inferior_created): Remove.
3308 (ppc_linux_spe_context_solib_loaded): Remove.
3309 (ppc_linux_spe_context_solib_unloaded): Remove.
3310 (ppc_linux_spe_context): Remove.
3311 (struct ppu2spu_cache): Remove.
3312 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3313 (struct ppu2spu_data): Remove.
3314 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3315 ppu2spu_unwind): Remove.
3316 (ppc_linux_init_abi): Remove Cell/B.E. support.
3317 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3318
3319 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3320 (rs6000/powerpc-cell64l-expedite): Likewise
3321 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3322 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3323 rs6000/powerpc-cell64l.xml.
3324 * features/rs6000/powerpc-cell32l.xml: Remove.
3325 * features/rs6000/powerpc-cell64l.xml: Likewise.
3326 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3327 * features/rs6000/powerpc-cell64l.c: Likewise.
3328 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3329 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3330 * regformats/reg-spu.dat: Remove.
3331
3332 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3333 * corelow.c (struct spuid_list): Remove.
3334 (add_to_spuid_list): Remove.
3335 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3336 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3337 (remote_protocol_features): Remove associated entries.
3338 (_initialize_remote): No longer initialize them.
3339 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3340 * linux-nat.c (SPUFS_MAGIC): Remove.
3341 (linux_proc_xfer_spu): Remove.
3342 (spu_enumerate_spu_ids): Remove.
3343 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3344 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3345 (linux_make_corefile_notes): No longer call it.
3346
3347 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3348 (cooked_write_test): Likewise.
3349
78e8cb91
TT
33502019-09-20 Tom Tromey <tom@tromey.com>
3351
3352 * NEWS: Mention case-sensitivity of TUI commands.
3353 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3354 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3355 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3356
f074b67e
TT
33572019-09-20 Tom Tromey <tom@tromey.com>
3358
3359 * tui/tui-source.c (tui_source_window::set_contents): Use
3360 make_unique_xstrdup.
3361 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3362 make_unique_xstrdup.
3363
63c4bf19
TT
33642019-09-20 Tom Tromey <tom@tromey.com>
3365
3366 * tui/tui-data.c: Remove separator comments.
3367 * tui/tui-layout.c: Remove separator comments.
3368 * tui/tui-win.c: Remove separator comments.
3369 * tui/tui-wingeneral.c: Remove separator comments.
3370
43df9b2f
TT
33712019-09-20 Tom Tromey <tom@tromey.com>
3372
3373 * tui/tui.h (strcat_to_buf): Don't declare.
3374 * tui/tui.c (strcat_to_buf): Remove.
3375
7226433c
TT
33762019-09-20 Tom Tromey <tom@tromey.com>
3377
3378 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3379 from "fullname".
3380 * tui/tui-source.c (tui_source_window::set_contents)
3381 (tui_source_window::location_matches_p)
3382 (tui_source_window::maybe_update): Update.
3383
80df3337
TT
33842019-09-20 Tom Tromey <tom@tromey.com>
3385
3386 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3387 Update.
3388 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3389 prefix.
3390 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3391 (tui_data_window::line_from_reg_element_no)
3392 (tui_data_window::first_reg_element_no_inline)
3393 (tui_data_window::show_registers)
3394 (tui_data_window::show_register_group)
3395 (tui_data_window::display_registers_from)
3396 (tui_data_window::display_registers_from_line)
3397 (tui_data_window::first_data_item_displayed)
3398 (tui_data_window::delete_data_content_windows)
3399 (tui_data_window::erase_data_content)
3400 (tui_data_window::do_scroll_vertical)
3401 (tui_data_window::refresh_window)
3402 (tui_data_window::check_register_values): Update.
3403
9923f347
TT
34042019-09-20 Tom Tromey <tom@tromey.com>
3405
3406 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3407 (struct tui_locator_window) <full_name, proc_name>: Now
3408 std::string.
3409 * tui/tui-stack.c (tui_locator_window::make_status_line)
3410 (tui_locator_window::set_locator_fullname)
3411 (tui_locator_window::set_locator_info): Update.
3412 * tui/tui-source.c (tui_source_window::set_contents)
3413 (tui_source_window::showing_source_p): Update.
3414
b76251ab
TT
34152019-09-20 Tom Tromey <tom@tromey.com>
3416
3417 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3418 Don't call tui_locator_win_info_ptr.
3419
0891be08
TT
34202019-09-20 Tom Tromey <tom@tromey.com>
3421
3422 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3423
1b935acf
TT
34242019-09-20 Tom Tromey <tom@tromey.com>
3425
3426 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3427 height for locator.
3428 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3429 * tui/tui-layout.c (show_source_disasm_command, show_data)
3430 (show_source_or_disasm_and_command): Use 1 as height for locator.
3431
9abd8a65
TT
34322019-09-20 Tom Tromey <tom@tromey.com>
3433
3434 * tui/tui.c (tui_enable): Update.
3435 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3436 Update.
3437 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3438 Update.
3439 * tui/tui-data.c (win_resized): Now bool.
3440 (tui_win_resized): Return bool.
3441 (tui_set_win_resized_to): Accept a bool.
3442
b5457826
TT
34432019-09-20 Tom Tromey <tom@tromey.com>
3444
3445 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3446 Change type of "refresh_values_only".
3447 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3448 type of "refresh_values_only".
3449
6b915f7d
TT
34502019-09-20 Tom Tromey <tom@tromey.com>
3451
3452 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3453 std::string.
3454 (tui_disassemble): Add "pos" parameter.
3455 (tui_disasm_window::set_contents): Simplify.
3456
2ad52f6f
TT
34572019-09-20 Tom Tromey <tom@tromey.com>
3458
3459 * tui/tui-winsource.h (struct tui_source_window_base)
3460 <show_source_content>: Now private.
3461 * tui/tui-winsource.c
3462 (tui_source_window_base::show_source_content): Don't handle empty
3463 content case.
3464
b3b1bde6
TT
34652019-09-20 Tom Tromey <tom@tromey.com>
3466
3467 * tui/tui-layout.c (show_source_disasm_command)
3468 (show_source_or_disasm_and_command): Don't call
3469 show_source_content.
3470
71a25ed2
TT
34712019-09-20 Tom Tromey <tom@tromey.com>
3472
3473 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3474 Declare.
3475 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3476 from tui_make_status_line.
3477 (tui_locator_window::rerender): Update.
3478
f8532154
TT
34792019-09-20 Tom Tromey <tom@tromey.com>
3480
3481 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3482 (tui_locator_window::rerender): Update.
3483
2d81b349
TT
34842019-09-20 Tom Tromey <tom@tromey.com>
3485
3486 * tui/tui-winsource.h (struct tui_source_window_base)
3487 <~tui_source_window_base>: Don't declare.
3488 <fullname>: Remove.
3489 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3490 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3491 member.
3492 * tui/tui-source.c (tui_source_window::set_contents): Update.
3493 (tui_source_window::location_matches_p)
3494 (tui_source_window::maybe_update): Update.
3495
f14bec58
TT
34962019-09-20 Tom Tromey <tom@tromey.com>
3497
3498 * tui/tui-winsource.h (~tui_source_element): Remove.
3499 (tui_source_element): Update.
3500 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3501 * tui/tui-winsource.c (tui_show_source_line): Update.
3502 * tui/tui-source.c (tui_source_window::set_contents): Update.
3503 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3504
78d5933a
TT
35052019-09-20 Tom Tromey <tom@tromey.com>
3506
3507 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3508 declare.
3509 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3510 tui_clear_source_windows_detail.
3511 * tui/tui-winsource.h (struct tui_source_window_base)
3512 <clear_detail>: Don't declare.
3513 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3514 Remove.
3515 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3516
d4207696
TT
35172019-09-20 Tom Tromey <tromey@adacore.com>
3518
3519 PR ada/24919:
3520 * block.c (contained_in): Fix final return value.
3521
00f93c44
AM
35222019-09-20 Alan Modra <amodra@gmail.com>
3523
3524 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3525 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3526 (read_indirect_string_from_dwz): Use bfd accessor.
3527 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3528 * machoread.c (macho_symfile_read_all_oso): Likewise.
3529 * solib.c (solib_bfd_open): Likewise.
3530
e4153ae6
CB
35312019-09-19 Christian Biesinger <cbiesinger@google.com>
3532
3533 * eval.c: Move declaration of overload_resolution to...
3534 * value.h: ...here.
3535
c7ae7675
CB
35362019-09-19 Christian Biesinger <cbiesinger@google.com>
3537
3538 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3539 * arm-linux-tdep.c: Likewise.
3540 * arm-nbsd-nat.c: Likewise.
3541 * arm-tdep.h: Declare arm_apcs_32.
3542 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3543
e86f08d2
CB
35442019-09-19 Christian Biesinger <cbiesinger@google.com>
3545
3546 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3547 * dwarf2read.h: Declare dwarf_always_disassemble.
3548
f64e2f40
TV
35492019-09-19 Tom de Vries <tdevries@suse.de>
3550
3551 PR gdb/25009
3552 * source-cache.c (source_cache::ensure): Catch exception thrown during
3553 construction of the highlighter.
3554
fd361982
AM
35552019-09-18 Alan Modra <amodra@gmail.com>
3556
3557 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3558 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3559 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3560 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3561 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3562 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3563 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3564 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3565 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3566 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3567 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3568 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3569 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3570 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3571 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3572 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3573 * mi/mi-interp.c: Update throughout for bfd section macro and
3574 function changes.
3575 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3576 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3577
11061048
TT
35782019-09-18 Tom Tromey <tom@tromey.com>
3579
3580 * NEWS: Add entry.
3581 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3582 call rl_initialize.
3583 (tui_enable): Do not call rl_initialize.
3584
7a27b85f
CG
35852019-09-18 Christian Groessler <chris@groessler.org>
3586
3587 * alpha-linux-nat.c: Include gdbarch.h.
3588
f64eea3a
SM
35892019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3590
3591 * ui-file.c: Include cli/cli-style.h.
3592 (term_cli_styling): Remove cli_styling declaration.
3593
e6f7f6d1
AM
35942019-09-18 Alan Modra <amodra@gmail.com>
3595
3596 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3597 to bfd_asymbol_section.
3598
1d38e9d1
AM
35992019-09-18 Alan Modra <amodra@gmail.com>
3600
3601 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3602 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3603 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3604
90d92a63
AM
36052019-09-18 Alan Modra <amodra@gmail.com>
3606
3607 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3608 * spu-linux-nat.c (spu_bfd_open): Likewise.
3609
a3d181d2
CB
36102019-09-18 Christian Biesinger <cbiesinger@google.com>
3611
3612 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3613 to bool to match definition in dwarf2read.c.
3614
491144b5
CB
36152019-09-17 Christian Biesinger <cbiesinger@google.com>
3616
3617 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3618 (print_signatures): Likewise.
3619 (trust_pad_over_xvs): Likewise.
3620 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3621 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3622 * arm-linux-nat.c (arm_apcs_32): Likewise.
3623 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3624 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3625 * arm-tdep.c (arm_debug): Likewise.
3626 (arm_apcs_32): Likewise.
3627 * auto-load.c (debug_auto_load): Likewise.
3628 (auto_load_gdb_scripts): Likewise.
3629 (global_auto_load): Likewise.
3630 (auto_load_local_gdbinit): Likewise.
3631 (auto_load_local_gdbinit_loaded): Likewise.
3632 * auto-load.h (global_auto_load): Likewise.
3633 (auto_load_local_gdbinit): Likewise.
3634 (auto_load_local_gdbinit_loaded): Likewise.
3635 * breakpoint.c (disconnected_dprintf): Likewise.
3636 (breakpoint_proceeded): Likewise.
3637 (automatic_hardware_breakpoints): Likewise.
3638 (always_inserted_mode): Likewise.
3639 (target_exact_watchpoints): Likewise.
3640 (_initialize_breakpoint): Update.
3641 * breakpoint.h (target_exact_watchpoints): Change to bool.
3642 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3643 * cli/cli-cmds.c (trace_commands): Likewise.
3644 * cli/cli-cmds.h (trace_commands): Likewise.
3645 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3646 to bool*.
3647 * cli/cli-logging.c (logging_overwrite): Change to bool.
3648 (logging_redirect): Likewise.
3649 (debug_redirect): Likewise.
3650 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3651 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3652 to bool.
3653 <boolean_option_def>: Update.
3654 (struct flag_option_def): Change default type of Context to bool
3655 from int.
3656 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3657 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3658 (get_setshow_command_value_string): Likewise.
3659 * cli/cli-style.c (cli_styling): Change to bool.
3660 (source_styling): Likewise.
3661 * cli/cli-style.h (source_styling): Likewise.
3662 (cli_styling): Likewise.
3663 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3664 to bool.
3665 * command.h (var_types): Update comment.
3666 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3667 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3668 bool.
3669 (debug_compile_cplus_scopes): Likewise.
3670 * compile/compile-internal.h (compile_debug): Likewise.
3671 * compile/compile.c (compile_debug): Likewise.
3672 (struct compile_options) <raw>: Likewise.
3673 * cp-support.c (catch_demangler_crashes): Likewise.
3674 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3675 (usr_cmd_cris_dwarf2_cfi): Likewise.
3676 * csky-tdep.c (csky_debug): Likewise.
3677 * darwin-nat.c (enable_mach_exceptions): Likewise.
3678 * dcache.c (dcache_enabled_p): Likewise.
3679 * defs.h (info_verbose): Likewise.
3680 * demangle.c (demangle): Likewise.
3681 (asm_demangle): Likewise.
3682 * dwarf-index-cache.c (debug_index_cache): Likewise.
3683 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3684 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3685 * dwarf2read.c (check_physname): Likewise.
3686 (use_deprecated_index_sections): Likewise.
3687 (dwarf_always_disassemble): Likewise.
3688 * eval.c (overload_resolution): Likewise.
3689 * event-top.c (set_editing_cmd_var): Likewise.
3690 (exec_done_display_p): Likewise.
3691 * event-top.h (set_editing_cmd_var): Likewise.
3692 (exec_done_display_p): Likewise.
3693 * exec.c (write_files): Likewise.
3694 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3695 (debug_fbsd_nat): Likewise.
3696 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3697 Likewise.
3698 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3699 <backtrace_past_entry> Likewise.
3700 * gdb-demangle.h (demangle): Likewise.
3701 (asm_demangle): Likewise.
3702 * gdb_bfd.c (bfd_sharing): Likewise.
3703 * gdbcore.h (write_files): Likewise.
3704 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3705 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3706 * gdbthread.h (print_thread_events): Likewise.
3707 * gdbtypes.c (opaque_type_resolution): Likewise.
3708 (strict_type_checking): Likewise.
3709 * gnu-nat.c (gnu_debug_flag): Likewise.
3710 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3711 * guile/scm-param.c (pascm_variable): Add boolval.
3712 (add_setshow_generic): Update.
3713 (pascm_param_value): Update.
3714 (pascm_set_param_value_x): Update.
3715 * hppa-tdep.c (hppa_debug): Change to bool..
3716 * infcall.c (may_call_functions_p): Likewise.
3717 (coerce_float_to_double_p): Likewise.
3718 (unwind_on_signal_p): Likewise.
3719 (unwind_on_terminating_exception_p): Likewise.
3720 * infcmd.c (startup_with_shell): Likewise.
3721 * inferior.c (print_inferior_events): Likewise.
3722 * inferior.h (startup_with_shell): Likewise.
3723 (print_inferior_events): Likewise.
3724 * infrun.c (step_stop_if_no_debug): Likewise.
3725 (detach_fork): Likewise.
3726 (debug_displaced): Likewise.
3727 (disable_randomization): Likewise.
3728 (non_stop): Likewise.
3729 (non_stop_1): Likewise.
3730 (observer_mode): Likewise.
3731 (observer_mode_1): Likewise.
3732 (set_observer_mode): Update.
3733 (sched_multi): Change to bool.
3734 * infrun.h (debug_displaced): Likewise.
3735 (sched_multi): Likewise.
3736 (step_stop_if_no_debug): Likewise.
3737 (non_stop): Likewise.
3738 (disable_randomization): Likewise.
3739 * linux-tdep.c (use_coredump_filter): Likewise.
3740 (dump_excluded_mappings): Likewise.
3741 * linux-thread-db.c (auto_load_thread_db): Likewise.
3742 (check_thread_db_on_load): Likewise.
3743 * main.c (captured_main_1): Update.
3744 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3745 xx2_opt, boolean_opt>: Change to bool.
3746 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3747 * maint.c (maintenance_profile_p): Likewise.
3748 (per_command_time): Likewise.
3749 (per_command_space): Likewise.
3750 (per_command_symtab): Likewise.
3751 * memattr.c (inaccessible_by_default): Likewise.
3752 * mi/mi-main.c (mi_async): Likewise.
3753 (mi_async_1): Likewise.
3754 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3755 * nat/fork-inferior.h (startup_with_shell): Likewise.
3756 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3757 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3758 * nios2-tdep.c (nios2_debug): Likewise.
3759 * or1k-tdep.c (or1k_debug): Likewise.
3760 * parse.c (parser_debug): Likewise.
3761 * parser-defs.h (parser_debug): Likewise.
3762 * printcmd.c (print_symbol_filename): Likewise.
3763 * proc-api.c (procfs_trace): Likewise.
3764 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3765 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3766 (set_parameter_value): Update.
3767 (add_setshow_generic): Update.
3768 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3769 to bool*.
3770 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3771 int*.
3772 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3773 * record-btrace.c (record_btrace_target::store_registers): Update.
3774 * record-full.c (record_full_memory_query): Change to bool.
3775 (record_full_stop_at_limit): Likewise.
3776 * record-full.h (record_full_memory_query): Likewise.
3777 * remote-notif.c (notif_debug): Likewise.
3778 * remote-notif.h (notif_debug): Likewise.
3779 * remote.c (use_range_stepping): Likewise.
3780 (interrupt_on_connect): Likewise.
3781 (remote_break): Likewise.
3782 * ser-tcp.c (tcp_auto_retry): Likewise.
3783 * ser-unix.c (serial_hwflow): Likewise.
3784 * skip.c (debug_skip): Likewise.
3785 * solib-aix.c (solib_aix_debug): Likewise.
3786 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3787 (spu_auto_flush_cache_p): Likewise.
3788 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3789 Likewise.
3790 (struct info_print_options) <quiet>: Likewise.
3791 * symfile-debug.c (debug_symfile): Likewise.
3792 * symfile.c (auto_solib_add): Likewise.
3793 (separate_debug_file_debug): Likewise.
3794 * symfile.h (auto_solib_add): Likewise.
3795 (separate_debug_file_debug): Likewise.
3796 * symtab.c (basenames_may_differ): Likewise.
3797 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3798 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3799 (struct info_types_options) <quiet>: Likewise.
3800 * symtab.h (demangle): Likewise.
3801 (basenames_may_differ): Likewise.
3802 * target-dcache.c (stack_cache_enabled_1): Likewise.
3803 (code_cache_enabled_1): Likewise.
3804 * target.c (trust_readonly): Likewise.
3805 (may_write_registers): Likewise.
3806 (may_write_memory): Likewise.
3807 (may_insert_breakpoints): Likewise.
3808 (may_insert_tracepoints): Likewise.
3809 (may_insert_fast_tracepoints): Likewise.
3810 (may_stop): Likewise.
3811 (auto_connect_native_target): Likewise.
3812 (target_stop_and_wait): Update.
3813 (target_async_permitted): Change to bool.
3814 (target_async_permitted_1): Likewise.
3815 (may_write_registers_1): Likewise.
3816 (may_write_memory_1): Likewise.
3817 (may_insert_breakpoints_1): Likewise.
3818 (may_insert_tracepoints_1): Likewise.
3819 (may_insert_fast_tracepoints_1): Likewise.
3820 (may_stop_1): Likewise.
3821 * target.h (target_async_permitted): Likewise.
3822 (may_write_registers): Likewise.
3823 (may_write_memory): Likewise.
3824 (may_insert_breakpoints): Likewise.
3825 (may_insert_tracepoints): Likewise.
3826 (may_insert_fast_tracepoints): Likewise.
3827 (may_stop): Likewise.
3828 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3829 (make_thread_apply_all_options_def_group): Change argument from int*
3830 to bool*.
3831 (thread_apply_all_command): Update.
3832 (print_thread_events): Change to bool.
3833 * top.c (confirm): Likewise.
3834 (command_editing_p): Likewise.
3835 (history_expansion_p): Likewise.
3836 (write_history_p): Likewise.
3837 (info_verbose): Likewise.
3838 * top.h (confirm): Likewise.
3839 (history_expansion_p): Likewise.
3840 * tracepoint.c (disconnected_tracing): Likewise.
3841 (circular_trace_buffer): Likewise.
3842 * typeprint.c (print_methods): Likewise.
3843 (print_typedefs): Likewise.
3844 * utils.c (debug_timestamp): Likewise.
3845 (sevenbit_strings): Likewise.
3846 (pagination_enabled): Likewise.
3847 * utils.h (sevenbit_strings): Likewise.
3848 (pagination_enabled): Likewise.
3849 * valops.c (overload_resolution): Likewise.
3850 * valprint.h (struct value_print_options) <prettyformat_arrays,
3851 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3852 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3853 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3854 Likewise.
3855 * windows-nat.c (new_console): Likewise.
3856 (cygwin_exceptions): Likewise.
3857 (new_group): Likewise.
3858 (debug_exec): Likewise.
3859 (debug_events): Likewise.
3860 (debug_memory): Likewise.
3861 (debug_exceptions): Likewise.
3862 (useshell): Likewise.
3863 * windows-tdep.c (maint_display_all_tib): Likewise.
3864 * xml-support.c (debug_xml): Likewise.
3865
f1b620e9
MG
38662019-09-17 Mike Gulick <mgulick@mathworks.com>
3867
3868 * source.c (prepare_path_for_appending): New function.
3869 (openp): Make use of new function.
3870 (find_and_open_source): Search for the compilation directory and
3871 source file as a relative path beneath the directory search path.
3872
67f3ed6a
AB
38732019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * source-cache.c (source_cache::get_line_charpos): Catch
3876 exceptions and return false, this matches the behaviour documented
3877 in the header file.
3878
74332189
JB
38792019-09-17 Joel Brobecker <brobecker@adacore.com>
3880
3881 * ada-tasks.c (info_task): Remove quoting of the task's name.
3882
f2f24aa9
CB
38832019-09-16 Christian Biesinger <cbiesinger@google.com>
3884
3885 * symfile.c (auto_solib_add): Replace comment with a reference
3886 to the header file.
3887
6a062a93
CB
38882019-09-14 Christian Biesinger <cbiesinger@google.com>
3889
3890 * NEWS: Mention that gdb can now be compiled with Python 3
3891 on Windows.
3892
ec6c8338
AB
38932019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * maint.c (maint_print_section_data::maint_print_section_data):
3896 Force use of 'float log10 (float)' by casting the argument to
3897 float.
3898
aa17805f
AB
38992019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * maint.c: Add 'cmath' include.
3902 (struct maint_print_section_data): New structure.
3903 (print_section_index): New function.
3904 (print_bfd_section_info): Add header comment, small whitespace
3905 cleanup, and update to call new print_section_index function.
3906 (print_objfile_section_info): Likewise.
3907 (maint_obj_section_from_bfd_section): New function.
3908 (print_bfd_section_info_maybe_relocated): New function.
3909 (maintenance_info_sections): Add header comment, always use
3910 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3911
3dd9bb46
AB
39122019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3915 inner scope, add check that the objfile has psymtabs before
3916 checking psymtabs_addrmap.
3917 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3918
4993045d
PW
39192019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3920
3921 * NEWS: Announce that Ada task names are now shown at more places,
3922 and between quotes (except in info task output).
3923 * gdb/ada-tasks.c (task_to_str): New function.
3924 (display_current_task_id): Call task_to_str.
3925 (task_command_1): Likewise.
3926 (print_ada_task_info): In non-mi mode, Properly align headers and data
3927 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3928
7a289707
RO
39292019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3930
3931 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3932 prstatus.pr_lwp.pr_info instead of making it up.
3933
f2aec7f6
CB
39342019-09-11 Christian Biesinger <cbiesinger@google.com>
3935
3936 * auto-load.c (auto_load_expand_dir_vars): Update.
3937 * defs.h (gdb_datadir): Change to std::string.
3938 (python_libdir): Likewise.
3939 (relocate_gdb_directory): Change return type to std::string.
3940 * guile/guile.c (gdbscm_data_directory): Update.
3941 (initialize_scheme_side): Update.
3942 * jit.c (jit_reader_dir): Change to std::string.
3943 (jit_reader_load_command): Update.
3944 * main.c (gdb_datadir): Change to std::string.
3945 (python_libdir): Likewise.
3946 (set_gdb_data_directory): Update.
3947 (relocate_path): Change to return std::string.
3948 (relocate_gdb_directory): Change to return std::string.
3949 (relocate_gdbinit_path_maybe_in_datadir): Update.
3950 (captured_main_1): Update.
3951 * python/python.c (do_start_initialization): Update.
3952 * top.c (show_gdb_datadir): Update.
3953 * xml-syscall.c (xml_init_syscalls_info): Update.
3954 (init_syscalls_info): Update.
3955
9224a013
CB
39562019-09-11 Christian Biesinger <cbiesinger@google.com>
3957
3958 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3959 out of get_init_files.
3960 (get_init_files): Update.
3961
f48cd836
CB
39622019-09-11 Christian Biesinger <cbiesinger@google.com>
3963
3964 * main.c (get_init_files): Change to use std::string.
3965 (captured_main_1): Update.
3966 (print_gdb_help): Update.
3967
9cab7ecd
AT
39682019-09-11 Ali Tamur <tamur@google.com>
3969
3970 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3971 implementation.
3972
67547d89
CB
39732019-09-11 Christian Biesinger <cbiesinger@google.com>
3974
3975 * dbxread.c (read_dbx_symtab): Update.
3976 * dwarf2read.c (load_partial_dies): Update.
3977 * mdebugread.c (parse_partial_symbols): Update.
3978 (handle_psymbol_enumerators): Update.
3979 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3980 * psymtab.c (add_psymbol_to_bcache): Likewise.
3981 (add_psymbol_to_list): Likewise.
3982 * symtab.c (symbol_set_names): Likewise.
3983 * symtab.h (symbol_set_names): Likewise.
3984 * xcoffread.c (scan_xcoff_symtab): Update.
3985
64b2d4a0
TT
39862019-09-11 Tom Tromey <tom@tromey.com>
3987
3988 * symfile-mem.c (symbol_file_add_from_memory): Use
3989 bfd_set_filename.
3990 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3991 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3992
3b00ef10
TT
39932019-09-10 Tom Tromey <tromey@adacore.com>
3994
3995 * dwarf-index-write.c (write_psymbols): Extend error message.
3996 (debug_names::insert): Add Ada code.
3997 (debug_names::write_psymbols): Remove Ada check.
3998 (debug_names) <m_string_obstack>: New member.
3999 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4000 (gdb_index_symbol_name_matcher::matches): Remove.
4001 (mapped_index_base::find_name_components_bounds): Add "lang"
4002 parameter.
4003 (mapped_index_base::build_name_components): Also split names
4004 according to Ada syntax.
4005 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4006 type of "match_callback".
4007 (check_match, check_find_bounds_finds)
4008 (dw2_expand_symtabs_matching): Update.
4009 (dw2_debug_names_iterator): Add new constructor.
4010 (dw2_debug_names_map_matching_symbols): New function.
4011 (dw2_debug_names_expand_symtabs_matching): Update.
4012 (dwarf2_debug_names_functions): Use
4013 dw2_debug_names_map_matching_symbols.
4014
aa391654
TT
40152019-09-10 Tom Tromey <tromey@adacore.com>
4016
4017 * dwarf2read.c (dw2_get_file_names_reader): Add the
4018 CU's file name to the results.
4019
b054970d
TT
40202019-09-10 Tom Tromey <tromey@adacore.com>
4021
4022 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4023 map_matching_symbols. Update.
4024 * dwarf2read.c (dw2_map_matching_symbols): Update.
4025 * psymtab.c (match_partial_symbol): Change type; update.
4026 (psym_map_matching_symbols): Likewise.
4027 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4028 type; update.
4029 * symfile.h (struct quick_symbol_functions)
4030 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4031 Remove "match".
4032
6a3dbf1b
TT
40332019-09-10 Tom Tromey <tromey@adacore.com>
4034
4035 * psymtab.c (map_block): Remove.
4036 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4037 * symtab.c (iterate_over_symbols_terminated): New function.
4038 * symtab.c (iterate_over_symbols_terminated): Declare.
4039
6969f124
TT
40402019-09-10 Tom Tromey <tromey@adacore.com>
4041
4042 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4043 * language.h (struct language_defn) <la_iterate_over_symbols>:
4044 Return bool.
4045 * symtab.c (iterate_over_symbols): Return bool.
4046 * symtab.h (iterate_over_symbols): Return bool.
4047
199b4314
TT
40482019-09-10 Tom Tromey <tromey@adacore.com>
4049
4050 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4051 (add_nonlocal_symbols): Update.
4052 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4053 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4054 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4055 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4056 Change type of "callback". Remove "data".
4057
a084a2a6
AT
4058
40592019-09-09 Ali Tamur <tamur@google.com>
4060
4061 * dwarf2read.c (comp_unit_head): Update comment.
4062 (dwarf2_dwo_name): New function declaration.
4063 (dwarf_unit_type_name): New function declaration.
4064 (read_comp_unit_head): Add support for new compilation units,
4065 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4066 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4067 (currently named as "signature") in their header. Also clarify error
4068 messages.
4069 (lookup_dwo_id): New function. Returns the dwo id of the given
4070 compile unit.
4071 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4072 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4073 functions.
4074 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4075 (dwarf2_dwo_name): Get the dwo name if present.
4076 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4077 purposes.
4078
25a2915e
TT
40792019-09-09 Tom Tromey <tom@tromey.com>
4080
4081 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4082
e4df0874
PW
40832019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4084
4085 * python/python.c (do_start_initialization): Make progname_copy static,
4086 to avoid a leak report.
4087
8634b462
TT
40882019-09-08 Tom Tromey <tom@tromey.com>
4089
4090 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4091
c7f839cb
SM
40922019-09-07 Simon Marchi <simon.marchi@efficios.com>
4093
4094 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4095 Change type to gdb::optional<block_enum>.
4096 (dw2_symtab_iter_init): Change block_index parameter type
4097 to gdb::optional<block_enum>.
4098 (dw2_lookup_symbol): Change block_index parameter
4099 type to block_enum.c
4100 (dw2_debug_names_lookup_symbol): Likewise.
4101 * psymtab.c (psym_lookup_symbol): Likewise.
4102 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4103 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4104 Likewise.
4105
ead0e69a
CB
41062019-09-06 Christian Biesinger <cbiesinger@google.com>
4107
4108 * defs.h (relocate_gdb_directory): Change int to bool in
4109 signature and rename flag to relocatable.
4110 * main.c (relocate_path): Likewise.
4111 (relocate_gdb_directory): Likewise.
4112
b16c44de
AM
41132019-09-06 Alan Modra <amodra@gmail.com>
4114
4115 * coffread.c (coff_symfile_read): Constify filename variable.
4116 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4117 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4118 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4119 * solib.c (reload_shared_libraries_1): Likewise.
4120 * symfile.c (reread_symbols): Likewise.
4121 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4122 * solib-darwin.c (darwin_bfd_open): Likewise.
4123 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4124
06ff036e
AB
41252019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4128 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4129
4e962e74
TT
41302019-09-03 Tom Tromey <tromey@adacore.com>
4131
4132 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4133 types.
4134 (has_negatives): Unbias a range type bound.
4135 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4136 * gdbtypes.c (operator==): Handle new field.
4137 (create_range_type): Add "bias" parameter.
4138 (create_static_range_type, resolve_dynamic_range): Update.
4139 * gdbtypes.h (struct range_bounds) <bias>: New member.
4140 (create_range_type): Add bias parameter.
4141 * printcmd.c (print_scalar_formatted): Unbias range types.
4142 * value.c (unpack_long): Unbias range types.
4143 (pack_long): Bias range types.
4144
d90b8f26
AH
41452019-09-02 Alan Hayward <alan.hayward@arm.com>
4146
4147 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4148 probe arguments.
4149
fe01123e
AH
41502019-09-02 Alan Hayward <alan.hayward@arm.com>
4151
4152 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4153 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4154 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4155 (compile_probe_arg): Likewise.
4156 * probe.h (get_argument_count): Likewise.
4157 * solib-svr4.c (solib_event_probe_action): Likewise.
4158 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4159
e661ef01
AH
41602019-09-02 Alan Hayward <alan.hayward@arm.com>
4161
4162 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4163 code to here...
4164 (svr4_create_solib_event_breakpoints): ...from here.
4165
47a536d9
SDJ
41662019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4167
4168 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4169 suffix from warning message.
4170
d6a00eba
TT
41712019-08-30 Tom Tromey <tom@tromey.com>
4172
4173 * tui/tui-winsource.h (struct tui_source_window_base)
4174 <refresh_all>: Don't declare.
4175 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4176 Remove.
4177 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4178 tui_show_locator_content.
4179 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4180 declare.
4181 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4182 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4183 declare.
4184
55b2657b
TT
41852019-08-30 Tom Tromey <tom@tromey.com>
4186
4187 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4188
12a8555a
TT
41892019-08-30 Tom Tromey <tom@tromey.com>
4190
4191 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4192 Remove unnecessary forward declarations.
4193
900ac242
TT
41942019-08-30 Tom Tromey <tom@tromey.com>
4195
4196 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4197 rerender.
4198 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4199 tui_show_locator_content.
4200
99ab33fb
TT
42012019-08-30 Tom Tromey <tom@tromey.com>
4202
4203 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4204 (tui_locator_window::rerender): Rewrite using body of previous
4205 tui_show_locator_content.
4206
e594a5d1
TT
42072019-08-30 Tom Tromey <tom@tromey.com>
4208
4209 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4210 set_locator_fullname>: New methods.
4211 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4212 Rename from tui_set_locator_fullname.
4213 (tui_locator_window::set_locator_info): Rename from
4214 tui_set_locator_info. Return bool.
4215 (tui_update_locator_fullname, tui_show_frame_info): Update.
4216
715bb467
TT
42172019-08-30 Tom Tromey <tom@tromey.com>
4218
4219 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4220
772f3f03
TT
42212019-08-30 Tom Tromey <tom@tromey.com>
4222
4223 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4224 call touchwin.
4225
108e13ab
TT
42262019-08-30 Tom Tromey <tom@tromey.com>
4227
4228 * tui/tui-wingeneral.c (box_win): Assume win_info and
4229 win_info->handle cannot be NULL.
4230
cdaa6eb4
TT
42312019-08-30 Tom Tromey <tom@tromey.com>
4232
4233 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4234 refresh_window>: Declare.
4235 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4236 resize.
4237 (tui_data_item_window::rerender): Rename from
4238 tui_display_register.
4239 (tui_data_item_window::refresh_window): New method.
4240 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4241 no-op.
4242
89df7f90
TT
42432019-08-30 Tom Tromey <tom@tromey.com>
4244
4245 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4246 regs_column_count, current_group>: Move later. Now private.
4247 <get_current_group>: New method.
4248 * tui/tui-regs.c (tui_reg_command): Update.
4249 * tui/tui-layout.c (tui_set_layout): Update.
4250
1bf2866a
TT
42512019-08-30 Tom Tromey <tom@tromey.com>
4252
4253 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4254 (tui_data_window::rerender): Don't call
4255 check_and_display_highlight_if_needed.
4256 (tui_data_window::refresh_all): Remove call to
4257 erase_data_content.
4258
0670413d
TT
42592019-08-30 Tom Tromey <tom@tromey.com>
4260
4261 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4262 (tui_data_window::display_registers_from)
4263 (tui_data_window::display_reg_element_at_line)
4264 (tui_data_window::display_registers_from_line): Remove checks of
4265 "empty".
4266
18bb55c7
TT
42672019-08-30 Tom Tromey <tom@tromey.com>
4268
4269 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4270 Don't declare.
4271 * tui/tui-regs.c (tui_data_window::show_registers): Call
4272 rerender.
4273 (tui_data_window::rerender): Rename from display_all_data.
4274 (tui_data_window::rerender): Remove old implementation.
4275
1f6d2f10
TT
42762019-08-30 Tom Tromey <tom@tromey.com>
4277
4278 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4279 text.
4280 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4281
16d01f9c
BW
42822019-08-29 Bernhard Wodok <barto@gmx.net>
4283 Sergio Durigan Junior <sergiodj@redhat.com>
4284
4285 PR win32/24284
4286 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4287
d8f27c60
AB
42882019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4291 when searching for types.
4292
1f20c35e
AB
42932019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4294
4295 * f-lang.c (f_language_defn): Use f_print_typedef.
4296 * f-lang.h (f_print_typedef): Declare.
4297 * f-typeprint.c (f_print_typedef): Define.
4298
550105b7
CB
42992019-08-27 Christian Biesinger <cbiesinger@google.com>
4300
4301 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4302
4acfdd20
AB
43032019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4304
4305 * cli/cli-utils.c (info_print_options_defs): Delete.
4306 (make_info_print_options_def_group): Delete.
4307 (extract_info_print_options): Delete.
4308 (info_print_command_completer): Delete.
4309 (info_print_args_help): Add extra parameter, and optionally
4310 include text about -n flag.
4311 * cli/cli-utils.h (struct info_print_options): Delete.
4312 (extract_info_print_options): Delete declaration.
4313 (info_print_command_completer): Delete declaration.
4314 (info_print_args_help): Add extra parameter, extend header
4315 comment.
4316 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4317 search_symbols.
4318 * stack.c (struct info_print_options): New type.
4319 (info_print_options_defs): New file scoped variable.
4320 (make_info_print_options_def_group): New static function.
4321 (info_print_command_completer): New static function.
4322 (info_locals_command): Update to use new local functions.
4323 (info_args_command): Likewise.
4324 (_initialize_stack): Add extra parameter to calls to
4325 info_print_args_help.
4326 * symtab.c (search_symbols): Add extra parameter, use this to
4327 possibly excluse non-debug symbols.
4328 (symtab_symbol_info): Add extra parameter, which is passed on to
4329 search_symbols.
4330 (struct info_print_options): New type.
4331 (info_print_options_defs): New file scoped variable.
4332 (make_info_print_options_def_group): New static function.
4333 (info_print_command_completer): New static function.
4334 (info_variables_command): Update to use local functions, and pass
4335 extra parameter through to symtab_symbol_info.
4336 (info_functions_command): Likewise.
4337 (info_types_command): Pass additional argument through to
4338 symtab_symbol_info.
4339 (rbreak_command): Pass extra argument to search_symbols.
4340 (_initialize_symtab): Add extra arguments for calls to
4341 info_print_args_help, and update help text for 'info variables',
4342 'whereis', and 'info functions' commands.
4343 * symtab.h (search_symbols): Add extra argument to declaration.
4344 * NEWS: Mention new flags.
4345
9aa55206
CB
43462019-08-26 Christian Biesinger <cbiesinger@google.com>
4347
4348 * symtab.c (lookup_static_symbol): Call the new function (and move
4349 it down to be next to lookup_global_symbol).
4350 (struct global_sym_lookup_data): Add block_enum member and rename to...
4351 (struct global_or_static_sym_lookup_data): ...this.
4352 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4353 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4354 (lookup_symbol_global_or_static_iterator_cb): ...this.
4355 (lookup_global_or_static_symbol): New function.
4356 (lookup_global_symbol): Call new function.
4357
5c31b358
TV
43582019-08-26 Tom de Vries <tdevries@suse.de>
4359
4360 PR c++/24852
4361 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4362 when pc_probe.prob == NULL.
4363
23c13d42
SM
43642019-08-25 Simon Marchi <simon.marchi@efficios.com>
4365
4366 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4367 variable symbol_linkage to symbol_linkage_.
4368
beadd3e8
SM
43692019-08-25 Simon Marchi <simon.marchi@efficios.com>
4370
4371 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4372 represent whether the symbol is static, dynamic, or we don't
4373 know.
4374
e3ec872f
YS
43752019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4376
4377 * gdb/rx-tdep.c (rx_register_names): New.
4378 (rx_register_name): Delete.
4379 (rx_psw_type): Delete.
4380 (rx_fpsw_type): Delete.
4381 (rx_register_type): Delete.
4382 (rx_gdbarch_init): Convert target-descriptions.
4383 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4384 * gdb/features/Makefile: Add rx.xml.
4385 * gdb/features/rx.xml: New.
4386 * gdb/features/rx.c: Generated.
4387 * gdb/NEWS: Mention target description support.
4388
d0509ba4
CB
43892019-08-22 Christian Biesinger <cbiesinger@google.com>
4390
4391 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4392 *slot_ptr.
4393
2d41fa11
SDJ
43942019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4395
4396 * configure.ac: Don't check for 'dlfcn.h' (moved to
4397 gdbsupport/common.m4).
4398 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4399 'gdbsupport/'.
4400 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4401 * compile/compile-c-support.c: Include
4402 'gdbsupport/gdb-dlfcn.h'.
4403 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4404 * gdb-dlfcn.c: Move to...
4405 * gdbsupport/gdb-dlfcn.c: ... here.
4406 * gdb-dlfcn.h: Move to...
4407 * gdbsupport/gdb-dlfcn.h: ... here.
4408
de8af808
SL
44092019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4410
4411 * nios2-tdep.c (struct reg_value): Improve comments. Make
4412 the offset field signed.
4413
27204489
CB
44142019-08-22 Christian Biesinger <cbiesinger@google.com>
4415
4416 * python/lib/gdb/__init__.py (_execute_file): New function.
4417 * python/python.c (python_run_simple_file): Call gdb._execute_file
4418 on Windows.
4419
43771869
AB
44202019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4421
4422 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4423 all uses as this was never set to anything but a zero value.
4424
26c957f1
PA
44252019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4426
4427 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4428
c07aae6e
CB
44292019-08-21 Christian Biesinger <cbiesinger@google.com>
4430
4431 * tui/tui-data.h (tui_gen_win_info): Add an =default
4432 move constructor, required by some GCC versions.
4433
3960cb7a
JF
44342019-08-21 Jinke Fan <fanjinke51@yeah.net>
4435
4436 * go32-nat.c (go32_sysinfo): Add hygon_p.
4437
04c72a68
TT
44382019-08-20 Tom Tromey <tom@tromey.com>
4439
4440 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4441 line_from_reg_element_no, first_reg_element_no_inline,
4442 display_all_data, delete_data_content_windows,
4443 erase_data_content>: Now private.
4444
072272ce
TT
44452019-08-20 Tom Tromey <tom@tromey.com>
4446
4447 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4448 (tui_unhighlight_win, tui_highlight_win)
4449 (tui_win_info::make_window): Update.
4450 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4451
973961bd
TT
44522019-08-20 Tom Tromey <tom@tromey.com>
4453
4454 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4455 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4456 (MAX_PID_WIDTH): Move to tui-stack.c.
4457 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4458 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4459 (MAX_PID_WIDTH): Move from tui-data.h.
4460
ab0e1f1a
TT
44612019-08-20 Tom Tromey <tom@tromey.com>
4462
4463 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4464 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4465 (box_win): Update.
4466 (tui_gen_win_info::make_window): Rename from tui_make_window.
4467 (tui_win_info::make_window): New method.
4468 (tui_gen_win_info::make_visible): Update.
4469 * tui/tui-source.c (tui_source_window::set_contents): Update.
4470 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4471 (tui_data_window::display_registers_from): Update.
4472 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4473 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4474 Declare.
4475 <can_box>: Remove.
4476 <title>: Remove.
4477 (struct tui_win_info) <make_window>: Declare.
4478 <can_box>: Now virtual.
4479 <title>: New member.
4480 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4481 * tui/tui-command.c (tui_cmd_window::resize): Update.
4482
100c2bf3
TT
44832019-08-20 Tom Tromey <tom@tromey.com>
4484
4485 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4486 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4487 (tui_data_window::check_register_values): Update.
4488
fa4dc567
TT
44892019-08-20 Tom Tromey <tom@tromey.com>
4490
4491 * tui/tui-regs.h (struct tui_data_window): Use
4492 DISABLE_COPY_AND_ASSIGN.
4493 <regs_content>: Change type, removing unique_ptr.
4494 <tui_data_window>: Add move constructor.
4495 * tui/tui-regs.c (tui_data_window::show_registers)
4496 (tui_data_window::show_register_group)
4497 (tui_data_window::display_registers_from)
4498 (tui_data_window::display_registers_from)
4499 (tui_data_window::first_data_item_displayed)
4500 (tui_data_window::delete_data_content_windows)
4501 (tui_data_window::rerender, tui_data_window::refresh_window)
4502 (tui_data_window::check_register_values): Update.
4503
ca02d7c8
TT
45042019-08-20 Tom Tromey <tom@tromey.com>
4505
4506 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4507 show_register_group>: Declare.
4508 (tui_show_register_group): Don't declare.
4509 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4510 tui_show_registers.
4511 (tui_data_window::show_register_group): Rename from
4512 tui_show_register_group.
4513 (tui_data_window::check_register_values, tui_reg_command):
4514 Update.
4515 * tui/tui-layout.c (tui_set_layout): Update.
4516
63356bfd
TT
45172019-08-20 Tom Tromey <tom@tromey.com>
4518
4519 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4520 Declare.
4521 (tui_check_register_values): Don't declare.
4522 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4523 from tui_check_register_values.
4524 * tui/tui-hooks.c (tui_register_changed): Update.
4525
42cc14a7
TT
45262019-08-20 Tom Tromey <tom@tromey.com>
4527
4528 * tui/tui-regs.c (tui_reg_layout): Move later.
4529 (tui_show_registers): Don't enable TUI mode or change layout.
4530
b9ad3686
TT
45312019-08-20 Tom Tromey <tom@tromey.com>
4532
4533 * tui/tui-regs.h (struct tui_data_item_window)
4534 <~tui_data_item_window>: Remove.
4535 <content>: Now a unique_xmalloc_ptr.
4536 * tui/tui-regs.c (tui_register_format): Return a
4537 unique_xmalloc_ptr.
4538 (tui_get_register): Update.
4539 (~tui_data_item_window): Remove.
4540 (tui_data_window::display_registers_from, tui_display_register):
4541 Update.
4542 * tui/tui-io.h (tui_expand_tabs): Update.
4543 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4544 Remove "col" parameter.
4545
8e114aab
TT
45462019-08-20 Tom Tromey <tom@tromey.com>
4547
4548 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4549 field.
4550 * tui/tui-regs.c (~tui_data_item_window): Update.
4551
1a4f81dd
TT
45522019-08-20 Tom Tromey <tom@tromey.com>
4553
4554 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4555 earlier.
4556
0f8d8876
TT
45572019-08-20 Tom Tromey <tom@tromey.com>
4558
4559 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4560
605dc2c2
TT
45612019-08-20 Tom Tromey <tom@tromey.com>
4562
4563 * tui/tui-source.h (struct tui_source_window): Update.
4564 * tui/tui-regs.c (tui_show_registers): Update.
4565 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4566 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4567 (NO_REGS_STRING): Remove defines.
4568
aedbe3bb
CM
45692019-08-20 Conrad Meyer <cem@FreeBSD.org>
4570
4571 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4572 unnecessary thread walk if remote doesn't support the packet.
4573
7ce8f214
TT
45742019-08-19 Tom Tromey <tromey@adacore.com>
4575
4576 * python/py-value.c (value_has_field): Fix indentation.
4577
f21c2bd7
TT
45782019-08-19 Tom Tromey <tromey@adacore.com>
4579
4580 * printcmd.c (do_one_display, info_display_command): Update.
4581 * block.h (contained_in): Return bool. Add allow_nested
4582 parameter.
4583 * block.c (contained_in): Return bool. Add allow_nested
4584 parameter.
4585
d806ea2d
TT
45862019-08-19 Tom Tromey <tom@tromey.com>
4587
4588 * configure: Rebuild.
4589 * configure.ac: Disallow the combination of -static-libstdc++ and
4590 source highlight.
4591 * source-cache.c (get_language_name): Handle rust.
4592 (source_cache::get_source_lines): Ignore highlighting exceptions.
4593
398fdd60
TT
45942019-08-16 Tom Tromey <tom@tromey.com>
4595
4596 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4597 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4598 (struct tui_source_window_base) <make_visible, refresh_window,
4599 resize>: Remove methods.
4600 <execution_info>: Remove field.
4601 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4602 (tui_show_source_line, tui_source_window_base)
4603 (~tui_source_window_base): Update.
4604 (tui_source_window_base::resize)
4605 (tui_source_window_base::make_visible)
4606 (tui_source_window_base::refresh_window): Remove.
4607 (tui_source_window_base::update_exec_info): Update.
4608 * tui/tui-source.c (tui_source_window::set_contents): Update.
4609 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4610
e699d331
TT
46112019-08-16 Tom Tromey <tom@tromey.com>
4612
4613 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4614 deprecated_query_hook.
4615
bb01dbfc
TT
46162019-08-16 Tom Tromey <tom@tromey.com>
4617
4618 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4619 (tui_update_source_windows_with_line): Update.
4620 * tui/tui-source.h (struct tui_source_window)
4621 <show_symtab_source>: Declare.
4622 (tui_show_symtab_source): Don't declare.
4623 * tui/tui-source.c (tui_show_symtab_source): Rename from
4624 tui_show_symtab_source.
4625
81c82c4b
TT
46262019-08-16 Tom Tromey <tom@tromey.com>
4627
4628 * tui/tui-winsource.h (struct tui_source_window_base)
4629 <set_contents>: Declare.
4630 * tui/tui-winsource.c
4631 (tui_source_window_base::update_source_window_as_is): Update.
4632 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4633 Declare.
4634 (tui_set_source_content): Don't declare.
4635 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4636 tui_set_source_content.
4637 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4638 Declare.
4639 (tui_set_disassem_content): Don't declare.
4640 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4641 tui_set_disassem_content.
4642
2ddaf614
TT
46432019-08-16 Tom Tromey <tom@tromey.com>
4644
4645 * tui/tui-winsource.h (struct tui_source_window_base)
4646 <update_breakpoint_info>: Declare.
4647 (tui_update_breakpoint_info): Don't declare.
4648 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4649 (tui_update_all_breakpoint_info): Update.
4650 (tui_source_window_base::update_breakpoint_info): Rename from
4651 tui_update_breakpoint_info.
4652 (tui_source_window_base::update_exec_info): Update.
4653
017f9828
TT
46542019-08-16 Tom Tromey <tom@tromey.com>
4655
4656 * tui/tui-winsource.h (struct tui_source_window_base)
4657 <update_source_window>: Declare.
4658 (tui_update_source_window): Don't declare.
4659 * tui/tui-winsource.c
4660 (tui_source_window_base::update_source_window): Rename from
4661 tui_update_source_window.
4662 (tui_source_window_base::rerender): Update.
4663 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4664 * tui/tui-disasm.c (tui_show_disassem)
4665 (tui_show_disassem_and_update_source)
4666 (tui_disasm_window::maybe_update): Update.
4667
ed8358e9
TT
46682019-08-16 Tom Tromey <tom@tromey.com>
4669
4670 * tui/tui-winsource.h (struct tui_source_window_base)
4671 <update_source_window_as_is>: Declare.
4672 (tui_update_source_window_as_is): Don't declare.
4673 * tui/tui-winsource.c (tui_update_source_window): Update
4674 (tui_source_window_base::update_source_window_as_is): Rename from
4675 tui_update_source_window_as_is.
4676 (tui_source_window_base::refill): Update.
4677 * tui/tui-source.c (tui_show_symtab_source): Update.
4678 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4679 Update.
4680
20149b6b
TT
46812019-08-16 Tom Tromey <tom@tromey.com>
4682
4683 * tui/tui-winsource.h (tui_update_source_window)
4684 (tui_update_source_window_as_is): Remove "noerror" parameter.
4685 * tui/tui-winsource.c (tui_update_source_window)
4686 (tui_update_source_window_as_is): Remove "noerror" parameter.
4687 (tui_update_source_windows_with_addr)
4688 (tui_update_source_windows_with_line)
4689 (tui_source_window_base::rerender)
4690 (tui_source_window_base::refill): Update.
4691 * tui/tui-source.h (tui_set_source_content)
4692 (tui_show_symtab_source): Remove "noerror" parameter.
4693 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4694 parameter.
4695 (tui_show_symtab_source): Likewise.
4696 (tui_source_window::maybe_update): Update.
4697 * tui/tui-disasm.c (tui_show_disassem)
4698 (tui_show_disassem_and_update_source)
4699 (tui_disasm_window::do_scroll_vertical)
4700 (tui_disasm_window::maybe_update): Update.
4701
2d83e710
TT
47022019-08-16 Tom Tromey <tom@tromey.com>
4703
4704 * tui/tui.c (tui_is_window_visible): Update.
4705 * tui/tui-wingeneral.c (tui_make_window)
4706 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4707 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4708 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4709 (tui_set_win_height_command, parse_scrolling_args): Update.
4710 * tui/tui-source.c (tui_source_window::style_changed): Update.
4711 * tui/tui-regs.c (tui_show_registers)
4712 (tui_data_window::first_data_item_displayed)
4713 (tui_data_window::delete_data_content_windows)
4714 (tui_check_register_values, tui_reg_command): Update.
4715 * tui/tui-disasm.c (tui_show_disassem): Update.
4716 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4717 method.
4718 <is_visible>: Remove field.
4719 * tui/tui-data.c (tui_next_win, tui_prev_win)
4720 (tui_delete_invisible_windows): Update.
4721
d4ab829a
TT
47222019-08-16 Tom Tromey <tom@tromey.com>
4723
4724 * tui/tui-winsource.h (struct tui_source_window_base)
4725 <m_has_locator>: Remove.
4726 * tui/tui-layout.c (show_source_disasm_command, show_data)
4727 (show_source_or_disasm_and_command): Update.
4728
aa7ca1bb
AH
47292019-08-16 Alan Hayward <alan.hayward@arm.com>
4730
4731 * NEWS (Other MI changes): New subsection.
4732 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4733 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4734 * arch-utils.c (default_get_pc_address_flags): New function.
4735 * arch-utils.h (default_get_pc_address_flags): New declaration.
4736 * gdbarch.sh: Add get_pc_address_flags.
4737 * gdbarch.c: Regenerate.
4738 * gdbarch.h: Likewise.
4739 * stack.c (print_pc): New function.
4740 (print_frame_info) (print_frame): Call print_pc.
4741
6eac171f
TV
47422019-08-16 Tom de Vries <tdevries@suse.de>
4743
4744 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4745 print_objfile_section_info.
4746
3df505f6
TT
47472019-08-15 Tom Tromey <tom@tromey.com>
4748
4749 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4750 calling update_cmdwin_start_line.
4751 * tui/tui-winsource.h (struct tui_source_window_base)
4752 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4753 <rerender>: Declare.
4754 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4755 Call rerender.
4756 (tui_source_window_base::set_new_height): Remove.
4757 (tui_source_window_base::rerender): Rename from
4758 do_make_visible_with_new_height.
4759 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4760 resize method.
4761 (tui_win_info::make_invisible_and_set_new_height)
4762 (tui_win_info::make_visible_with_new_height): Remove.
4763 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4764 Declare.
4765 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4766 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4767 do_make_visible_with_new_height>: Don't declare.
4768 <rerender>: Declare.
4769 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4770 set_new_height.
4771 (tui_data_window::do_make_visible_with_new_height): Remove.
4772 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4773 call tui_show_locator_content.
4774 (tui_gen_win_info::resize): Call rerender.
4775 (show_source_or_disasm_and_command): Don't call
4776 tui_show_locator_content.
4777 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4778 method.
4779 (struct tui_win_info) <rerender>: Declare.
4780 <set_new_height, make_invisible_and_set_new_height,
4781 make_visible_with_new_height>: Don't declare.
4782 * tui/tui-data.c (tui_win_list::rerender): New method.
4783 * tui/tui-command.h (struct tui_cmd_window)
4784 <do_make_visible_with_new_height>: Don't declare.
4785 * tui/tui-command.c
4786 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4787
272560b5
TT
47882019-08-15 Tom Tromey <tromey@adacore.com>
4789
4790 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4791 * ada-lang.c (ada_enum_name): Likewise.
4792
08235187
CB
47932019-08-15 Christian Biesinger <cbiesinger@google.com>
4794
4795 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4796 leading underscore.
4797 (GdbOutputErrorFile): Likewise.
4798 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4799 accordingly.
4800 (execute_unwinders): Rename to have a leading underscore.
4801 (auto_load_packages): Likewise.
4802 (global scope): Adjust call to auto_load_packages accordingly.
4803 (GdbSetPythonDirectory): Likewise.
4804 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4805 instead of execute_unwinders.
4806
db502012
TT
48072019-08-15 Tom Tromey <tom@tromey.com>
4808
4809 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4810 (show_data): Don't change window visibility.
4811 (tui_gen_win_info::resize): Remove special case for command
4812 window. Use wresize, when available.
4813 (show_source_or_disasm_and_command): Don't change window
4814 visibility.
4815 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4816 <make_visible>: New method.
4817 * tui/tui-command.c (tui_cmd_window::resize): New method.
4818
3891b65e
TT
48192019-08-15 Tom Tromey <tom@tromey.com>
4820
4821 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4822 (struct tui_source_windows): New.
4823 * tui/tui-winsource.c (tui_display_main): Update.
4824 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4825 (new_height_ok, parse_scrolling_args): Update.
4826 * tui/tui-layout.c (show_layout, show_data): Update.
4827 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4828 (tui_add_to_source_windows): Don't declare.
4829 * tui/tui-data.c (source_windows, tui_source_windows)
4830 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4831
ee556432
TT
48322019-08-15 Tom Tromey <tom@tromey.com>
4833
4834 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4835 Rename from reset.
4836 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4837 * tui/tui-layout.c (show_source_disasm_command, show_data):
4838 Update.
4839 (tui_gen_win_info::resize): Rename.
4840 (show_source_or_disasm_and_command): Update.
4841 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4842 reset.
4843
46f438e3
TT
48442019-08-15 Tom Tromey <tom@tromey.com>
4845
4846 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4847 * tui/tui-interp.c (tui_interp::init): Don't call
4848 tui_initialize_static_data.
4849 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4850
f4ce562c
TT
48512019-08-15 Tom Tromey <tom@tromey.com>
4852
4853 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4854 examine tui_win_list.
4855
c398c3d0
TT
48562019-08-15 Tom Tromey <tom@tromey.com>
4857
4858 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4859 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4860 tui_clear_source_content.
4861 (tui_clear_source_content): Remove.
4862 (tui_source_window_base::do_erase_source_content): Hoist call to
4863 content.clear().
4864 * tui/tui-stack.c (tui_show_frame_info): Don't call
4865 tui_clear_source_content.
4866
e25d2004
TT
48672019-08-15 Tom Tromey <tom@tromey.com>
4868
4869 * tui/tui-winsource.h (struct tui_source_window_base)
4870 <do_erase_source_content>: New method.
4871 <erase_source_content>: New method.
4872 (tui_erase_source_content): Don't declare.
4873 * tui/tui-winsource.c (tui_clear_source_content): Update.
4874 (tui_source_window_base::do_erase_source_content): Rename from
4875 tui_erase_source_content.
4876 (tui_source_window_base::show_source_content): Update.
4877 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4878 * tui/tui-source.h (struct tui_source_window)
4879 <erase_source_content>: New method.
4880 * tui/tui-disasm.h (struct tui_disasm_window)
4881 <erase_source_content>: New method.
4882
002f15c2
TT
48832019-08-15 Tom Tromey <tom@tromey.com>
4884
4885 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4886 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4887 constructor.
4888 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4889 * tui/tui-source.c (tui_set_source_content): Update.
4890 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4891
c9033fe8
TT
48922019-08-15 Tom Tromey <tom@tromey.com>
4893
4894 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4895 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4896 tui-source.c.
4897 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4898 Declare.
4899 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4900 method.
4901 (tui_source_window::maybe_update): Update.
4902
088f37dd
TT
49032019-08-15 Tom Tromey <tom@tromey.com>
4904
4905 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4906 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4907 tui-disasm.c.
4908 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4909 Declare.
4910 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4911 method.
4912 (tui_disasm_window::maybe_update): Update.
4913
a54700c6
TT
49142019-08-15 Tom Tromey <tom@tromey.com>
4915
4916 * tui/tui-winsource.h (struct tui_source_window_base)
4917 <maybe_update>: Declare.
4918 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4919 method.
4920 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4921 Declare.
4922 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4923 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4924 Declare.
4925 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4926
e2a678a5
TT
49272019-08-15 Tom Tromey <tom@tromey.com>
4928
4929 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4930
f2dda477
TT
49312019-08-15 Tom Tromey <tom@tromey.com>
4932
4933 * tui/tui-wingeneral.c: Include tui-stack.h.
4934 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4935 (struct tui_locator_window): Move from tui-data.h.
4936 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4937 (tui_initialize_static_data): Move from tui-data.c.
4938 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4939 (struct tui_locator_window): Move to tui-stack.c.
4940 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4941 (tui_initialize_static_data): Move to tui-stack.c.
4942
ed4a1084
TT
49432019-08-15 Tom Tromey <tom@tromey.com>
4944
4945 * tui/tui-layout.c (show_source_disasm_command)
4946 (show_source_or_disasm_and_command): Use make_visible method, not
4947 tui_make_window.
4948 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4949 Remove.
4950
65962b20
TT
49512019-08-15 Tom Tromey <tom@tromey.com>
4952
4953 * tui/tui-wingeneral.h (tui_make_window): Update.
4954 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4955 parameter.
4956 (tui_gen_win_info::make_visible): Update.
4957 * tui/tui-regs.c (tui_data_window::display_registers_from):
4958 Update.
4959 * tui/tui-layout.c (show_source_disasm_command)
4960 (show_source_or_disasm_and_command): Update.
4961 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4962 (enum tui_box): Remove.
4963 (struct tui_win_info) <can_box>: New method.
4964 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4965 method.
4966
2208ee91
TV
49672019-08-15 Tom de Vries <tdevries@suse.de>
4968
4969 * linux-nat-trad.c: Include gdbarch.h.
4970
75faf5c4
AH
49712019-08-14 Alan Hayward <alan.hayward@arm.com>
4972
4973 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4974 register sizes.
4975
b1c896b3
TT
49762019-08-14 Tom Tromey <tromey@adacore.com>
4977
4978 * darwin-nat.c: Include gdbarch.h.
4979 * darwin-nat-info.c: Include gdbarch.h.
4980
6405cd73
TT
49812019-08-13 Tom Tromey <tom@tromey.com>
4982
4983 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4984 Remove.
4985 * tui/tui-data.c (tui_initialize_static_data): Update.
4986
5216580d
TT
49872019-08-13 Tom Tromey <tom@tromey.com>
4988
4989 * tui/tui-winsource.h (struct tui_exec_info_window)
4990 <~tui_exec_info_window, maybe_allocate_content, get_content,
4991 m_content>: Remove.
4992 (struct tui_source_window_base) <set_exec_info_content,
4993 show_exec_info_content>: Don't declare.
4994 * tui/tui-winsource.c
4995 (tui_exec_info_window::maybe_allocate_content): Remove.
4996 (tui_source_window_base::update_exec_info): Rename from
4997 set_exec_info_content.
4998 (tui_source_window_base::show_exec_info_content)
4999 (tui_source_window_base::update_exec_info): Remove.
5000
93858ad3
TT
50012019-08-13 Tom Tromey <tom@tromey.com>
5002
5003 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5004 declare.
5005 * tui/tui-winsource.c (tui_update_source_window_as_is)
5006 (tui_update_source_windows_with_addr, tui_erase_source_content):
5007 Update.
5008 (tui_clear_exec_info_content): Remove.
5009
e321e7ce
TT
50102019-08-13 Tom Tromey <tom@tromey.com>
5011
5012 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5013 declare.
5014 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5015 call tui_erase_exec_info_content.
5016 (tui_clear_exec_info_content): Rename from
5017 tui_erase_exec_info_content.
5018 (tui_clear_exec_info_content): Delete.
5019
8270ac62
TT
50202019-08-13 Tom Tromey <tom@tromey.com>
5021
5022 * tui/tui-winsource.h (struct tui_source_window_base)
5023 <show_exec_info_content>: Declare.
5024 (tui_show_exec_info_content): Don't declare.
5025 * tui/tui-winsource.c
5026 (tui_source_window_base::show_exec_info_content): Rename from
5027 tui_show_exec_info_content.
5028 (tui_source_window_base::update_exec_info): Update.
5029
7b56485d
TT
50302019-08-13 Tom Tromey <tom@tromey.com>
5031
5032 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5033 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5034 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5035 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5036 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5037 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5038 ... here.
5039
7ba913dc
TT
50402019-08-13 Tom Tromey <tom@tromey.com>
5041
5042 * tui/tui-winsource.h (struct tui_source_window_base)
5043 <update_exec_info>: Declare.
5044 (tui_update_exec_info): Don't declare.
5045 * tui/tui-winsource.c (tui_update_source_window_as_is)
5046 (tui_source_window_base::refresh_all)
5047 (tui_update_all_breakpoint_info): Update.
5048 (tui_source_window_base::update_exec_info): Rename from
5049 tui_update_exec_info.
5050 * tui/tui-stack.c (tui_show_frame_info): Update.
5051
37a4a131
TT
50522019-08-13 Tom Tromey <tom@tromey.com>
5053
5054 * tui/tui-winsource.h (struct tui_source_window_base)
5055 <set_exec_info_content>: Declare.
5056 (tui_set_exec_info_content): Don't declare.
5057 * tui/tui-winsource.c
5058 (tui_source_window_base::set_exec_info_content): Rename from
5059 tui_set_exec_info_content.
5060 (tui_update_exec_info): Update.
5061
0bd27e07
TT
50622019-08-13 Tom Tromey <tom@tromey.com>
5063
5064 * tui/tui-winsource.h (struct tui_source_window_base)
5065 <show_source_content>: Declare.
5066 (tui_show_source_content): Don't declare.
5067 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5068 (tui_source_window_base::show_source_content): Rename from
5069 tui_show_source_content.
5070 (tui_source_window_base::refresh_all): Update.
5071 * tui/tui-layout.c (show_source_disasm_command)
5072 (show_source_or_disasm_and_command): Update.
5073
b4ef5aeb
TT
50742019-08-13 Tom Tromey <tom@tromey.com>
5075
5076 * tui/tui-winsource.c (tui_erase_source_content)
5077 (tui_show_source_content, tui_source_window_base::refresh_all):
5078 Update.
5079 * tui/tui-wingeneral.h
5080 (tui_check_and_display_highlight_if_needed): Don't declare.
5081 * tui/tui-wingeneral.c
5082 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5083 check_and_display_highlight_if_needed.
5084 * tui/tui-win.c (tui_rehighlight_all)
5085 (tui_win_info::make_visible_with_new_height): Update.
5086 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5087 (tui_data_window::erase_data_content)
5088 (tui_data_window::display_all_data): Update.
5089 * tui/tui-data.h (struct tui_win_info)
5090 <check_and_display_highlight_if_needed>: Declare.
5091
fede5273
TT
50922019-08-13 Tom Tromey <tom@tromey.com>
5093
5094 * tui/tui-win.c (tui_resize_all): Call
5095 tui_delete_invisible_windows.
5096 * tui/tui-layout.c (show_layout): Call
5097 tui_delete_invisible_windows.
5098 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5099 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5100
22c3f490
TT
51012019-08-13 Tom Tromey <tom@tromey.com>
5102
5103 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5104 tui_add_win_to_layout.
5105
16cb7910
TT
51062019-08-13 Tom Tromey <tom@tromey.com>
5107
5108 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5109 * tui/tui-layout.c (tui_default_win_height): Now static.
5110
cc0c3ffb
TT
51112019-08-13 Tom Tromey <tom@tromey.com>
5112
5113 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5114 single switch.
5115 (show_source_disasm_command, show_source_or_disasm_and_command):
5116 Don't check current layout.
5117
3f3ffe54
TT
51182019-08-13 Tom Tromey <tom@tromey.com>
5119
5120 * tui/tui-wingeneral.c (make_all_visible): Remove.
5121 (tui_make_all_invisible): Simplify.
5122 * tui/tui-layout.c (tui_make_all_invisible): Move from
5123 tui-wingeneral.c; simplify.
5124 (show_layout): Hoist call to tui_make_all_invisible.
5125 (show_data): Don't call tui_make_all_invisible.
5126
69258091
TT
51272019-08-13 Tom Tromey <tom@tromey.com>
5128
5129 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5130 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5131
62cf57fe
TT
51322019-08-13 Tom Tromey <tom@tromey.com>
5133
5134 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5135 tui-data.c.
5136 (show_source_disasm_command, show_data)
5137 (show_source_or_disasm_and_command): Don't use
5138 tui_set_current_layout_to.
5139 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5140 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5141 tui-layout.c.
5142 (tui_set_current_layout_to): Remove.
5143
2afade5d
TT
51442019-08-13 Tom Tromey <tom@tromey.com>
5145
5146 * tui/tui-layout.c (tui_set_layout): Update.
5147 * tui/tui-data.h (struct tui_layout_def): Remove.
5148 (tui_layout_def): Don't declare.
5149 * tui/tui-data.c (layout_def): Remove.
5150 (tui_layout_def): Remove.
5151
a3504e96
TT
51522019-08-13 Tom Tromey <tom@tromey.com>
5153
5154 * tui/tui-winsource.h (struct tui_source_window_base)
5155 <clear_detail>: No longer "override".
5156 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5157 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5158 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5159 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5160 Remove.
5161 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5162
29c92911
TT
51632019-08-13 Tom Tromey <tromey@adacore.com>
5164
5165 * tracepoint.c: Don't include readline.h or history.h.
5166
86c6b807
TT
51672019-08-12 Tom Tromey <tom@tromey.com>
5168
5169 * configure: Rebuild.
5170 * configure.ac: Check for readline 7.
5171 * NEWS: Mention readline 7 requirement.
5172 * README: Update.
5173
5db2718c
TT
51742019-08-12 Tom Tromey <tom@tromey.com>
5175
5176 * mingw-hdep.c (gdb_select): Remove readline hack.
5177
dac36daf
PFC
51782019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5179
5180 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5181 when the function fails.
5182
1022c627
AA
51832019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5184
5185 * s390-tdep.c (s390_type_align): New function.
5186 (s390_gdbarch_init): Set it as type_align gdbarch method.
5187
eba4caf2
TV
51882019-08-09 Tom de Vries <tdevries@suse.de>
5189
5190 PR gdb/24591
5191 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5192 pc_low with relocation offset.
5193
123cd851
TT
51942019-08-07 Tom Tromey <tromey@adacore.com>
5195
5196 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5197 (print_frame_args): Update.
5198 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5199 Update.
5200 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5201 * frame.h (struct frame_arg): Add initializers.
5202 <error>: Now a unique_xmalloc_ptr.
5203
3d31bc39
AH
52042019-08-07 Alan Hayward <alan.hayward@arm.com>
5205
5206 * NEWS: Expand the Pointer Authentication entry.
5207 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5208 (aarch64_frame_unmask_lr): ... to this.
5209 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5210 Call aarch64_frame_unmask_lr.
5211 * frame.c (struct frame_info): Add "masked" variable.
5212 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5213 (fprint_frame): Check for masked pc.
5214 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5215 declarations.
5216 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5217 * stack.c (print_frame): Check for masked pc.
5218
0cf9feb9
TT
52192019-08-06 Tom Tromey <tom@tromey.com>
5220
5221 * stabsread.c (patch_block_stabs, read_one_struct_field)
5222 (read_enum_type): Use obstack_strndup.
5223 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5224 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5225 * dwarf2read.c (guess_full_die_structure_name)
5226 (anonymous_struct_prefix): Use obstack_strndup.
5227 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5228 * c-exp.y (yylex): Use obstack_strndup.
5229 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5230 (write_var_or_type): Use obstack_strndup.
5231
efba19b0
TT
52322019-08-06 Tom Tromey <tom@tromey.com>
5233
5234 * symfile.c (reread_symbols): Use obstack_strdup.
5235 * stabsread.c (read_type): Use obstack_strdup.
5236 * gdb_obstack.h (obstack_strdup): New overload.
5237 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5238 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5239 (dwarf2_canonicalize_name): Use obstack_strdup.
5240 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5241 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5242 Use obstack_strdup.
5243
f25102f7
TT
52442019-08-06 Tom Tromey <tom@tromey.com>
5245
5246 * gdb_obstack.h (obstack_strdup): Define.
5247 * gdb_obstack.c (obstack_strdup): Don't define.
5248
021887d8
TT
52492019-08-06 Tom Tromey <tom@tromey.com>
5250
5251 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5252 obstack_strdup.
5253 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5254 obstack_strdup.
5255 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5256 * stabsread.c (common_block_start): Use obstack_strdup.
5257 * objfiles.c (set_objfile_main_name, objfile): Use
5258 obstack_strdup.
5259 * namespace.c (add_using_directive): Use obstack_strdup.
5260 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5261 * jit.c (finalize_symtab): Use obstack_strdup.
5262 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5263 (guess_partial_die_structure_name, partial_die_info::fixup)
5264 (dwarf2_name): Use obstack_strdup.
5265 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5266 obstack_strdup.
5267 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5268 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5269 obstack_strdup.
5270 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5271
d2834edc
PW
52722019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5273
5274 * unittests/help-doc-selftests.c: New file.
5275 * Makefile.in: Add the new file.
5276
590042fc
PW
52772019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5278
5279 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5280 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5281 the full first line, except when FOR_VALUE_PREFIX. In this case,
5282 the trailing '.' is not output, and the first character is uppercased.
5283 (print_help_for_command): Update call to print_doc_line.
5284 (print_doc_of_command): Likewise.
5285 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5286 * cli/cli-option.c (append_indented_doc): Do not append newline.
5287 (build_help_option): Append newline after first appended_indented_doc
5288 only if a second call is done.
5289 (build_help): Append 2 new lines before each option, except the first
5290 one.
5291 * compile/compile.c (_initialize_compile): Add new lines after
5292 %OPTIONS%, when not at the end of the help.
5293 Change help doc or code
5294 producing the help doc to respect the invariants.
5295 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5296 Also removed the new line after 'Options:', as all other commands
5297 do not put an empty line between 'Options:' and the first option.
5298 * printcmd.c (_initialize_printcmd): Likewise.
5299 * stack.c (_initialize_stack): Likewise.
5300 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5301 incorrectly telling COMMAND is optional.
5302 * ada-lang.c (_initialize_ada_language): Change help doc or code
5303 producing the help doc to respect the invariants.
5304 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5305 * breakpoint.c (_initialize_breakpoint): Likewise.
5306 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5307 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5308 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5309 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5310 _initialize_cli_style): Likewise.
5311 * corelow.c (core_target_info): Likewise.
5312 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5313 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5314 * filesystem.c (_initialize_filesystem): Likewise.
5315 * frame.c (_initialize_frame): Likewise.
5316 * gnu-nat.c (add_task_commands): Likewise.
5317 * infcall.c (_initialize_infcall): Likewise.
5318 * infcmd.c (_initialize_infcmd): Likewise.
5319 * interps.c (_initialize_interpreter): Likewise.
5320 * language.c (_initialize_language): Likewise.
5321 * linux-fork.c (_initialize_linux_fork): Likewise.
5322 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5323 * maint.c (_initialize_maint_cmds): Likewise.
5324 * memattr.c (_initialize_mem): Likewise.
5325 * printcmd.c (_initialize_printcmd): Likewise.
5326 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5327 _RegEx): Likewise.
5328 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5329 * record-btrace.c (_initialize_record_btrace): Likewise.
5330 * record-full.c (_initialize_record_full): Likewise.
5331 * record.c (_initialize_record): Likewise.
5332 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5333 * regcache.c (_initialize_regcache): Likewise.
5334 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5335 _initialize_remote): Likewise.
5336 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5337 * serial.c (_initialize_serial): Likewise.
5338 * skip.c (_initialize_step_skip): Likewise.
5339 * source.c (_initialize_source): Likewise.
5340 * stack.c (_initialize_stack): Likewise.
5341 * symfile.c (_initialize_symfile): Likewise.
5342 * symtab.c (_initialize_symtab): Likewise.
5343 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5344 * top.c (init_main): Likewise.
5345 * tracefile-tfile.c (tfile_target_info): Likewise.
5346 * tracepoint.c (_initialize_tracepoint): Likewise.
5347 * tui/tui-win.c (_initialize_tui_win): Likewise.
5348 * utils.c (add_internal_problem_command): Likewise.
5349 * valprint.c (value_print_option_defs): Likewise.
5350
404f2902
FCE
53512019-08-06 Frank Ch. Eigler <fche@redhat.com>
5352
5353 PR build/24886
5354 * configure.ac: Drop enable-libmcheck support.
5355 * configure, config.in: Rebuild.
5356 * libmcheck.m4: Remove.
5357 * acinclude.m4: Don't include it.
5358 * Makefile.in: Don't distribute it.
5359 * top.c (print_gdb_configuration): Don't mention it.
5360
046bebe1
TT
53612019-08-06 Tom Tromey <tom@tromey.com>
5362
5363 * utils.c (set_output_style): Sometimes pass stream to
5364 emit_style_escape.
5365 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5366 * record-btrace.c (btrace_insn_history): Update.
5367 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5368 method.
5369 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5370 Update initializers.
5371 <m_uiout>: New field.
5372 <m_di>: Move lower.
5373 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5374 Remove "uiout" parameter.
5375 (dump_insns): Update.
5376 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5377 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5378
ddbcedf5
CB
53792019-08-06 Christian Biesinger <cbiesinger@google.com>
5380
5381 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5382 (error_in_psymtab_expansion): Likewise.
5383 (lookup_symbol_via_quick_fns): Likewise.
5384 (basic_lookup_transparent_type_quick): Likewise.
5385 (basic_lookup_transparent_type_1): Likewise.
5386
b08b16c8
TT
53872019-08-06 Tom Tromey <tromey@adacore.com>
5388
5389 * source.c (last_source_error): Now bool.
5390 (print_source_lines_base): Make "noprint" bool. Only open
5391 source file when last_source_visited changes.
5392
cb44333d
TT
53932019-08-06 Tom Tromey <tromey@adacore.com>
5394
5395 * annotate.c (annotate_source_line): Use g_source_cache.
5396 * source-cache.c (source_cache::get_plain_source_lines): Change
5397 parameters. Populate m_offset_cache.
5398 (source_cache::ensure): New method.
5399 (source_cache::get_line_charpos): New method.
5400 (extract_lines): Move lower. Change parameters.
5401 (source_cache::get_source_lines): Move lower.
5402 * source-cache.h (class source_cache): Update comment.
5403 <get_line_charpos>: New method.
5404 <get_source_lines>: Update comment.
5405 <clear>: Clear m_offset_cache.
5406 <get_plain_source_lines>: Change parameters.
5407 <ensure>: New method
5408 <m_offset_cache>: New member.
5409 * source.c (forget_cached_source_info_for_objfile): Update.
5410 (info_source_command): Use g_source_cache.
5411 (find_source_lines, open_source_file_with_line_charpos): Remove.
5412 (print_source_lines_base, search_command_helper): Use g_source_cache.
5413 * source.h (open_source_file_with_line_charpos): Don't declare.
5414 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5415 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5416 Use g_source_cache.
5417
872dceaa
TT
54182019-08-06 Tom Tromey <tromey@adacore.com>
5419
5420 * source-cache.c (source_cache::get_plain_source_lines):
5421 Remove "first_line" and "last_line" parameters.
5422 (source_cache::get_source_lines): Cache plain text.
5423 * source-cache.h (class source_cache)
5424 <get_plain_source_lines>: Update.
5425
269249d9
TT
54262019-08-06 Tom Tromey <tromey@adacore.com>
5427
5428 * source-cache.c (extract_lines): No longer a method.
5429 Changed type of parameter. Include final newline.
5430 (selftests::extract_lines_test): New function.
5431 (_initialize_source_cache): Likewise.
5432 * source-cache.h (class source_cache)
5433 <extract_lines>: Don't declare.
5434
c0e8dcd8
TT
54352019-08-06 Tom Tromey <tromey@adacore.com>
5436
5437 * breakpoint.c (init_breakpoint_sal): Update.
5438 (breakpoint): Update.
5439 * breakpoint.h (struct breakpoint) <filter>: Now a
5440 unique_xmalloc_ptr.
5441
0b27c27d
CB
54422019-08-05 Christian Biesinger <cbiesinger@google.com>
5443
5444 * NEWS: Mention dictionary access on blocks.
5445 * python/py-block.c (blpy_getitem): New function.
5446 (block_object_as_mapping): New struct.
5447 (block_object_type): Use new struct for tp_as_mapping field.
5448
4ee94178
CB
54492019-08-05 Christian Biesinger <cbiesinger@google.com>
5450
5451 * objfiles.h (objfile): Add a comment describing partial symbols.
5452
8abfcabc
TT
54532019-08-05 Tom Tromey <tromey@adacore.com>
5454
5455 * compile/compile.c (_initialize_compile): Use _(), not N_().
5456 * thread.c (_initialize_thread): Use _(), not N_().
5457 * stack.c (_initialize_stack): Use _(), not N_().
5458 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5459
2b79f376
SM
54602019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5461
5462 * dwarf2read.c (struct dw2_symtab_iterator):
5463 <want_specific_block>: Remove.
5464 <block_index>: Change type to gdb::optional.
5465 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5466 change type of BLOCK_INDEX parameter to gdb::optional.
5467 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5468 (dw2_lookup_symbol): Don't pass argument for
5469 WANT_SPECIFIC_BLOCK.
5470 (dw2_expand_symtabs_for_function): Don't pass argument for
5471 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5472 (class dw2_debug_names_iterator)
5473 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5474 parameter, change BLOCK_INDEX type to gdb::optional.
5475 <m_want_specific_block>: Remove.
5476 <m_block_index>: Change type to gdb::optional.
5477 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5478 gdb::optional. Re-write in function of gdb::optional.
5479 (dw2_debug_names_lookup_symbol): Don't pass argument for
5480 WANT_SPECIFIC_BLOCK.
5481 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5482 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5483 BLOCK_INDEX.
5484
ae60f04e
PW
54852019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5486
5487 * NEWS: Mention changes to "info sources" command.
5488
28cd9371
PW
54892019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5490
5491 * symtab.c (filename_partial_match_opts): New struct type.
5492 (struct output_source_filename_data): New members
5493 regexp, c_regexp, partial_match.
5494 (output_source_filename): Use new members to decide to print file.
5495 (info_sources_option_defs): New variable.
5496 (make_info_sources_options_def_group, print_info_sources_header,
5497 info_sources_command_completer):
5498 New functions.
5499 (info_sources_command): Read new optional arguments.
5500 (_initialize_symtab): Update info sources help.
5501
ca683e3a
AO
55022019-08-02 Alexandre Oliva <oliva@adacore.com>
5503
5504 * ada-lang.c (exception_support_info_v0): Renamed from...
5505 (default_exception_support_info): ... this. Create new
5506 definition for v1.
5507 (ada_has_this_exception_support): Look up catch_handlers_sym.
5508 (ada_exception_support_info_sniffer): Try v0 after default.
5509
f1264162
TT
55102019-08-01 Tom Tromey <tromey@adacore.com>
5511
5512 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5513 gdbarch.h.
5514
0a7b2485
CB
55152019-08-01 Christian Biesinger <cbiesinger@google.com>
5516
5517 * s12z-tdep.c: Fix include path for s12z-opc.h.
5518
c6bdbeb7
AH
55192019-08-01 Alan Hayward <alan.hayward@arm.com>
5520
5521 * NEWS: Require GNU make 3.82.
5522
a2bd7b82
TT
55232019-07-16 Tom Tromey <tom@tromey.com>
5524
5525 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5526 declare.
5527
aa3b6533
TT
55282019-07-30 Tom Tromey <tromey@adacore.com>
5529
5530 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5531
a1530dc7
KB
55322019-07-30 Kevin Buettner <kevinb@redhat.com>
5533
5534 * printcmd.c (print_address_symbolic): Print negative offsets.
5535 (build_address_symbolic): Force signed arithmetic when computing
5536 offset.
5537
2906593f
CB
55382019-07-30 Christian Biesinger <cbiesinger@google.com>
5539
5540 PR/24474: Add a function to lookup static variables.
5541 * NEWS: Mention this new function.
5542 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5543 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5544 * python/python.c (python_GdbMethods): Add new function.
5545
c620ed88
CB
55462019-07-29 Christian Biesinger <cbiesinger@google.com>
5547
5548 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5549 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5550 (objfpy_lookup_static_symbol): New function.
5551 (objfile_object_methods): Add new functions.
5552
bc4268a5
PW
55532019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5554
5555 * NEWS: Mention 'set|show print frame-info'. Mention new
5556 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5557 backtrace argument. Mention that python frame filtering code
5558 is now consistent with what 'backtrace' command prints.
5559
4b5e8d19
PW
55602019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5561
5562 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5563 comments.
5564 (print_frame_info_auto, print_frame_info_source_line,
5565 print_frame_info_location, print_frame_info_source_and_location,
5566 print_frame_info_location_and_address, print_frame_info_short_location):
5567 New declarations.
5568 (struct frame_print_options): New member print_frame_info.
5569 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5570 * stack.h (get_user_print_what_frame_info): New declaration.
5571 (frame_show_address): New declaration.
5572 * stack.c (print_frame_arguments_choices): New value 'presence'.
5573 (print_frame_info_auto, print_frame_info_source_line,
5574 print_frame_info_location, print_frame_info_source_and_location,
5575 print_frame_info_location_and_address, print_frame_info_short_location,
5576 print_frame_info_choices, print_frame_info_print_what): New definitions.
5577 (print_frame_args): Only print dots for args if print frame-arguments
5578 is 'presence'.
5579 (frame_print_option_defs): New element for "frame-info".
5580 (get_user_print_what_frame_info): New function.
5581 (frame_show_address): Make non static. Move comment to stack.h.
5582 (print_frame_info_to_print_what): New function.
5583 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5584 to decide what to print.
5585 (backtrace_command_1): Handle the new print_frame_arguments_presence
5586 value.
5587 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5588 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5589 (py_print_frame): In non-mi mode, use LOCATION as default for
5590 print_what, similarly to frame information printed directly by
5591 backtrace command. Handle frame-info user option in non MI mode.
5592
6bdfee81
KB
55932019-07-27 Kevin Buettner <kevinb@redhat.com>
5594
5595 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5596 Add case for debugging 32-bit target on 64-bit host. Revise
5597 comment.
5598
98a617f8
KB
55992019-07-27 Kevin Buettner <kevinb@redhat.com>
5600
5601 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5602 instead of find_function_entry_range_from_pc.
5603
567238c9
KB
56042019-07-27 Kevin Buettner <kevinb@redhat.com>
5605
5606 * stack.c (find_frame_funname): Remove code which preferred
5607 minsym over symtab sym in "certain pathological cases".
5608
2dc80cf8
KB
5609 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5610 parameter. Change type of "do_demangle" to bool.
5611 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5612 Pass suitable "prefer_sym_over_minsym" flag to
5613 build_address_symbolic(). Don't output "+" for negative offsets.
5614 * printcmd.c (print_address_symbolic): Update invocation of
5615 build_address_symbolic to include a "prefer_sym_over_minsym"
5616 flag.
5617 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5618 Restrict cases in which use of minimal symbol is preferred to that
5619 of a found symbol. Update comments.
5620
1aff7173
KB
5621 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5622 for entry pc when entry pc is out of range for that FDE.
5623
89b085ac
BC
56242019-07-26 Brian Callahan <bcallah@openbsd.org>
5625
5626 PR gdb/24839:
5627 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5628 type.
5629
f32feb4a
CB
56302019-07-25 Christian Biesinger <cbiesinger@google.com>
5631
5632 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5633 this function's Python signature.
5634
5635
56362019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
5637
5638 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5639 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5640 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5641 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5642 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5643
5644
c54e4253
YS
56452019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5646
5647 * h8300-tdep.c (h8300_register_name_common): New.
5648 h8300_register_name): Use h8300_register_name_common.
5649 (h8300s_register_name): Likewise.
5650 (h8300sx_register_name): Likewise.
5651 (h8300h_register_nam): New.
5652 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5653
5654
40eadf04
SP
56552019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5656
5657 * arm-tdep.c (arm_skip_cmse_entry): New function.
5658 (arm_is_sgstubs_section): New function.
5659 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5660
bfa2a36d
TT
56612019-07-22 Tom Tromey <tom@tromey.com>
5662
5663 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5664 Don't self-assign.
5665
a8e9d247
AB
56662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5667
5668 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5669 type_print.
5670
eb86c5e2
AB
56712019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5674 so that GDB doesn't match any msymbols when searching in the
5675 TYPES_DOMAIN.
5676 (print_symbol_info): Print using typedef_print or type_print based
5677 on the type of the symbol. Add updated FIXME comment moved from...
5678 (_initialize_symtab): ... move and update FIXME comment to above.
5679
a8eab7c6
AB
56802019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5681
5682 * NEWS: Mention adding -q option to "info types".
5683 * symtab.c (struct info_types_options): New struct.
5684 (info_types_options_defs): New variable.
5685 (make_info_types_options_def_group): New function.
5686 (info_types_command): Use gdb::option framework to parse options.
5687 (info_types_command_completer): New function.
5688 (_initialize_symtab): Extend the help text on "info types" and
5689 register command completer.
5690
b4603c34
CB
56912019-07-21 Christian Biesinger <cbiesinger@google.com>
5692
5693 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5694 (lookup_symbol_in_objfile): Change int to block_enum and add a
5695 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5696
c8cdc1e0
CB
56972019-07-20 Christian Biesinger <cbiesinger@google.com>
5698
5699 * MAINTAINERS (Write After Approval): Add self.
5700
01e175fe
AB
57012019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5702
5703 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5704 instruction to the dummy code region.
5705
56f79b63
TT
57062019-07-19 Tom Tromey <tromey@adacore.com>
5707
5708 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5709 (ARGSUSED, PARAMS, __func__): Remove rules.
5710
4c5aa8e0
AH
57112019-07-19 Alan Hayward <alan.hayward@arm.com>
5712
5713 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5714 * features/arm/arm-with-iwmmxt.c: Remove.
5715 * features/arm/arm-with-iwmmxt.xml: Remove.
5716 * features/arm/arm-with-m-fpa-layout.c: Remove.
5717 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5718 * features/arm/arm-with-m-vfp-d16.c: Remove.
5719 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5720 * features/arm/arm-with-m.c: Remove.
5721 * features/arm/arm-with-m.xml: Remove.
5722 * features/arm/arm-with-neon.c: Remove.
5723 * features/arm/arm-with-neon.xml: Remove.
5724 * features/arm/arm-with-vfpv2.c: Remove.
5725 * features/arm/arm-with-vfpv2.xml: Remove.
5726 * features/arm/arm-with-vfpv3.c: Remove.
5727 * features/arm/arm-with-vfpv3.xml: Remove.
5728
f42b2617
AH
57292019-07-19 Alan Hayward <alan.hayward@arm.com>
5730
5731 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5732
f29ec966
AH
57332019-07-19 Alan Hayward <alan.hayward@arm.com>
5734
5735 * arch/aarch32.c (aarch32_create_target_description): Create
5736 target descriptions using features.
5737 * arch/arm.c (arm_create_target_description)
5738 (arm_create_mprofile_target_description): Likewise.
5739 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5740
d105cce5
AH
57412019-07-19 Alan Hayward <alan.hayward@arm.com>
5742
5743 * Makefile.in: Add new files.
5744 * aarch32-tdep.c: New file.
5745 * aarch32-tdep.h: New file.
5746 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5747 Call aarch32_read_description.
5748 * arch/aarch32.c: New file.
5749 * arch/aarch32.h: New file.
5750 * arch/arm.c (arm_create_target_description)
5751 (arm_create_mprofile_target_description): New function.
5752 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5753 (arm_create_target_description)
5754 (arm_create_mprofile_target_description): New declaration.
5755 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5756 read_description functions.
5757 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5758 Likewise.
5759 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5760 * arm-tdep.c (tdesc_arm_list): New variable.
5761 (arm_register_g_packet_guesses): Call create description functions.
5762 (arm_read_description) (arm_read_mprofile_description): New
5763 function.
5764 * arm-tdep.h (arm_read_description)
5765 (arm_read_mprofile_description): Add declaration.
5766 * configure.tgt: Add new files.
5767
afe09f0b
GL
57682019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5769
5770 * top.c (new_ui_command): Open specified terminal just once.
5771
cd215b2e
TT
57722019-07-18 Tom Tromey <tromey@adacore.com>
5773
5774 * symtab.c (main_name): Constify return type.
5775 * symfile.c (set_initial_language): Update.
5776 * symtab.h (main_name): Constify return type.
5777
d8f68fcb
TT
57782019-07-17 Tom Tromey <tom@tromey.com>
5779
5780 * tui/tui-winsource.c (tui_update_source_window)
5781 (tui_update_source_window_as_is)
5782 (tui_update_source_windows_with_line): Remove return.
5783 * tui/tui-disasm.c (tui_show_disassem)
5784 (tui_show_disassem_and_update_source): Remove return.
5785 * tui/tui.c (tui_reset): Remove return.
5786 * tui/tui-wingeneral.c
5787 (tui_check_and_display_highlight_if_needed): Remove return.
5788
ca5af91e
TT
57892019-07-17 Tom Tromey <tom@tromey.com>
5790
5791 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5792
5104fe36
TT
57932019-07-17 Tom Tromey <tom@tromey.com>
5794
5795 * tui/tui-winsource.h (struct tui_exec_info_window)
5796 (struct tui_source_window_base): Move from tui-data.h.
5797 * tui/tui-winsource.c: Move many method definitions from
5798 elsewhere. Remove "structuring" comments.
5799 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5800 (tui_source_window_base::refresh_window): Move to
5801 tui-winsource.c.
5802 * tui/tui-win.c (tui_source_window_base::refresh_all)
5803 (tui_source_window_base::update_tab_width)
5804 (tui_source_window_base::set_new_height)
5805 (tui_source_window_base::do_make_visible_with_new_height): Move to
5806 tui-winsource.c.
5807 * tui/tui-source.h: Update.
5808 * tui/tui-source.c (tui_source_window_base::reset): Move to
5809 tui-winsource.c.
5810 * tui/tui-disasm.h: Update.
5811 * tui/tui-data.h (struct tui_exec_info_window): Move to
5812 tui-winsource.h.
5813 (struct tui_source_window_base): Likewise.
5814 * tui/tui-data.c (tui_source_window_base::clear_detail)
5815 (tui_source_window_base, ~tui_source_window_base): Move to
5816 tui-winsource.c.
5817
daa15dde
TT
58182019-07-17 Tom Tromey <tom@tromey.com>
5819
5820 * tui/tui-win.c (tui_resize_all)
5821 (tui_source_window_base::update_tab_width)
5822 (tui_adjust_win_heights): Update.
5823 (tui_win_info::make_invisible_and_set_new_height): Rename from
5824 make_invisible_and_set_new_height.
5825 * tui/tui-data.h (struct tui_win_info)
5826 <make_invisible_and_set_new_height>: New method.
5827
bfad4537
TT
58282019-07-17 Tom Tromey <tom@tromey.com>
5829
5830 * tui/tui.c: Update.
5831 * tui/tui-source.h (struct tui_source_window): Move from
5832 tui-data.h.
5833 * tui/tui-layout.c: Update.
5834 * tui/tui-disasm.c: Update.
5835 * tui/tui-data.h (struct tui_source_window): Move to
5836 tui-source.h.
5837
88f7e873
TT
58382019-07-17 Tom Tromey <tom@tromey.com>
5839
5840 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5841 tui-data.h.
5842 * tui/tui-data.h (struct tui_disasm_window): Move to
5843 tui-disasm.h.
5844
96bd6233
TT
58452019-07-17 Tom Tromey <tom@tromey.com>
5846
5847 * tui/tui-regs.h (struct tui_data_item_window): Move from
5848 tui-data.h.
5849 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5850 * tui/tui-data.h (struct tui_data_item_window): Move to
5851 tui-regs.h.
5852 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5853
ce38393b
TT
58542019-07-17 Tom Tromey <tom@tromey.com>
5855
5856 * tui/tui.c: Update.
5857 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5858 (tui_cmd_window::max_height): Move to tui-command.c.
5859 * tui/tui-layout.c: Update.
5860 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5861 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5862 tui-command.c.
5863 * tui/tui-command.h (struct tui_cmd_window): Move from
5864 tui-data.h.
5865 * tui/tui-command.c: Remove "structuring" comments.
5866 (tui_cmd_window::clear_detail)
5867 (tui_cmd_window::do_make_visible_with_new_height)
5868 (tui_cmd_window::max_height): Move from elsewhere.
5869
2d8b51cb
TT
58702019-07-17 Tom Tromey <tom@tromey.com>
5871
5872 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5873 Now static.
5874 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5875 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5876
18ab23af
TT
58772019-07-17 Tom Tromey <tom@tromey.com>
5878
5879 * tui/tui.c: Update.
5880 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5881 tui-regs.c.
5882 * tui/tui-windata.h: Remove file.
5883 * tui/tui-windata.c: Remove file.
5884 * tui/tui-win.c (tui_data_window::set_new_height)
5885 (tui_data_window::do_make_visible_with_new_height): Move to
5886 tui-regs.c.
5887 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5888 * tui/tui-regs.c: Remove "structuring" comments.
5889 (tui_data_window::first_data_item_displayed)
5890 (tui_data_window::delete_data_content_windows)
5891 (tui_data_window::erase_data_content)
5892 (tui_data_window::display_all_data)
5893 (tui_data_window::refresh_all)
5894 (tui_data_window::do_scroll_vertical)
5895 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5896 (tui_data_window::do_make_visible_with_new_height)
5897 (tui_data_window::refresh_window): Move from elsewhere.
5898 (_initialize_tui_regs): Move to end of file.
5899 * tui/tui-layout.c: Update.
5900 * tui/tui-hooks.c: Update.
5901 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5902 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5903 tui-regs.c.
5904 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5905
88b7e7cc
TT
59062019-07-17 Tom Tromey <tom@tromey.com>
5907
5908 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5909 seen.
5910
0fcd3711
TT
59112019-07-17 Tom Tromey <tom@tromey.com>
5912
5913 * tui/tui-win.c (tui_source_window_base::set_new_height)
5914 (tui_source_window_base::do_make_visible_with_new_height): Use
5915 m_has_locator field directly.
5916 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5917 method.
5918 (struct tui_source_window_base) <has_locator>: Likewise.
5919
4a38112d
TT
59202019-07-17 Tom Tromey <tom@tromey.com>
5921
5922 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5923 Don't declare.
5924 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5925 Remove.
5926 * tui/tui-win.c (tui_source_window_base::set_new_height)
5927 (tui_source_window_base::set_new_height)
5928 (make_invisible_and_set_new_height)
5929 (tui_source_window_base::do_make_visible_with_new_height)
5930 (tui_source_window_base::do_make_visible_with_new_height):
5931 Update.
5932 * tui/tui-layout.c (show_source_disasm_command, show_data)
5933 (show_source_or_disasm_and_command): Update.
5934 * tui/tui-layout.c (show_layout): Update.
5935
09129226
TT
59362019-07-17 Tom Tromey <tom@tromey.com>
5937
5938 * tui/tui-layout.c (make_data_window): Remove.
5939 (show_data): Unify creation and re-initialization cases.
5940
4a8a5e84
TT
59412019-07-17 Tom Tromey <tom@tromey.com>
5942
5943 * tui/tui-layout.c (make_source_window, make_disasm_window):
5944 Remove.
5945 (show_data): Unify creation and re-initialization cases.
5946
76d2be8e
TT
59472019-07-17 Tom Tromey <tom@tromey.com>
5948
5949 * tui/tui-layout.c (make_command_window): Remove.
5950 (show_source_disasm_command, show_source_or_disasm_and_command):
5951 Unify creation and re-initialization cases.
5952
890b8bde
TT
59532019-07-17 Tom Tromey <tom@tromey.com>
5954
5955 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5956 creation and re-initialization cases.
5957
2cdfa113
TT
59582019-07-17 Tom Tromey <tom@tromey.com>
5959
5960 * tui/tui-regs.c (tui_get_register): Return void.
5961
8e3cfd09
TT
59622019-07-17 Tom Tromey <tom@tromey.com>
5963
5964 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5965 Simplify.
5966
f4e04977
TT
59672019-07-17 Tom Tromey <tom@tromey.com>
5968
5969 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5970 resetting.
5971
0379b883
TT
59722019-07-17 Tom Tromey <tom@tromey.com>
5973
5974 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5975 * tui/tui-regs.c (tui_reg_layout): New function.
5976 (tui_show_registers, tui_reg_command): Use it.
5977 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5978 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5979 parameters.
5980 (tui_layout_command): Remove.
5981
b7fbad91
TT
59822019-07-17 Tom Tromey <tom@tromey.com>
5983
5984 * tui/tui-layout.h (tui/tui-layout): Return void.
5985 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5986
4e1e56b9
TT
59872019-07-17 Tom Tromey <tom@tromey.com>
5988
5989 * tui/tui-layout.c (show_source_disasm_command, show_data):
5990 Update.
5991 (reset_locator): Remove.
5992 (show_source_or_disasm_and_command): Update.
5993
1e0c09ba
TT
59942019-07-17 Tom Tromey <tom@tromey.com>
5995
5996 * tui/tui-source.c (tui_source_window_base::reset): Remove
5997 win_type parameter.
5998 * tui/tui-layout.c (make_command_window, make_source_window)
5999 (make_disasm_window, make_data_window)
6000 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6001 (reset_locator, show_source_or_disasm_and_command): Update.
6002 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6003 win_type parameter.
6004 (struct tui_source_window_base) <reset>: Likewise.
6005
1bf605de
TT
60062019-07-17 Tom Tromey <tom@tromey.com>
6007
6008 * tui/tui-layout.c (show_source_disasm_command): Use
6009 reset_locator.
6010 (reset_locator): New function.
6011 (init_and_make_win): Remove.
6012 (show_source_or_disasm_and_command): Use reset_locator.
6013
098f9ed4
TT
60142019-07-17 Tom Tromey <tom@tromey.com>
6015
6016 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6017 condition.
6018 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6019 Remove condition.
6020 * tui/tui-source.c (tui_source_window_base::reset): New method.
6021 * tui/tui-layout.c (make_command_window): Don't call
6022 init_and_make_win.
6023 (make_source_window, make_disasm_window): Don't call
6024 make_source_or_disasm_window.
6025 (make_data_window): Don't call init_and_make_win. Change calling
6026 convention.
6027 (show_source_disasm_command, show_data): Simplify.
6028 (make_source_or_disasm_window): Remove.
6029 (show_source_or_disasm_and_command): Simplify.
6030 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6031 (struct tui_source_window_base) <reset>: Likewise.
6032 <execution_info>: Remove initializer.
6033 * tui/tui-data.c (tui_source_window_base): Initialize
6034 execution_info.
6035
80110957
TT
60362019-07-17 Tom Tromey <tom@tromey.com>
6037
6038 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6039 variable.
6040
cf82af05
TT
60412019-07-17 Tom Tromey <tom@tromey.com>
6042
6043 * tui/tui.c (tui_rl_other_window): Update.
6044 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6045 superclass method first. Always iterate over regs_content.
6046 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6047 method.
6048 * tui/tui-win.c (tui_set_focus_command): Update.
6049
01aeb396
TT
60502019-07-17 Tom Tromey <tom@tromey.com>
6051
6052 * tui/tui-win.c (tui_set_focus_command): Rename from
6053 tui_set_focus. Call tui_enable.
6054 (tui_set_focus_command): Remove.
6055
fd6c75ee
TT
60562019-07-17 Tom Tromey <tom@tromey.com>
6057
6058 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6059 refresh_window.
6060 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6061 touchwin.
6062 (tui_data_window::refresh_window): Call refresh_window on data
6063 items. Always call superclass refresh_window.
6064 (tui_win_info::refresh): Remove.
6065 (tui_source_window_base::refresh_window): Update.
6066 (tui_refresh_all): Update.
6067 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6068 refresh_window.
6069 (show_source_or_disasm_and_command): Likewise.
6070 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6071 (struct tui_source_window_base) <refresh>: Likewise.
6072
f6cc34a9
TT
60732019-07-17 Tom Tromey <tom@tromey.com>
6074
6075 * tui/tui-winsource.c (tui_clear_source_content)
6076 (tui_show_source_content): Update.
6077 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6078 whether content is empty.
6079 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6080 Remove.
6081
f31ec9af
TT
60822019-07-17 Tom Tromey <tom@tromey.com>
6083
6084 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6085 window's contents.
6086 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6087 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6088
d1b6f1e5
TT
60892019-07-17 Tom Tromey <tom@tromey.com>
6090
6091 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6092 (struct tui_data_item_window): Update.
6093
d9743a13
TT
60942019-07-17 Tom Tromey <tom@tromey.com>
6095
6096 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6097 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6098 defines.
6099
caf0bc4e
TT
61002019-07-17 Tom Tromey <tom@tromey.com>
6101
6102 * tui/tui-winsource.h (tui_erase_source_content)
6103 (tui_clear_source_content): Remove "display_prompt" parameter.
6104 * tui/tui-winsource.c (tui_update_source_window_as_is)
6105 (tui_update_source_windows_with_addr): Update.
6106 (tui_clear_source_content): Remove "display_prompt" parameter.
6107 (tui_erase_source_content): Likewise. Simplify.
6108 (tui_show_source_content): Update.
6109 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6110 * tui/tui-stack.c (tui_show_frame_info): Update.
6111 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6112 Remove defines.
6113
9d391078
TT
61142019-07-17 Tom Tromey <tom@tromey.com>
6115
6116 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6117 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6118 parameter.
6119 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6120 parameter.
6121
a38da35d
TT
61222019-07-17 Tom Tromey <tom@tromey.com>
6123
6124 * tui/tui-winsource.c (tui_clear_source_content)
6125 (tui_show_source_content, tui_show_exec_info_content)
6126 (tui_clear_exec_info_content): Update.
6127 * tui/tui-stack.c (tui_show_locator_content): Update.
6128 (tui_show_frame_info): Update.
6129 * tui/tui-source.h (tui_source_window): Don't declare.
6130 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6131 from tui_source_is_displayed.
6132 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6133 Remove field.
6134 (struct tui_source_window_base) <content_in_use>: New field. Now
6135 bool.
6136 (struct tui_source_window) <showing_source_p>: New method.
6137 (TUI_SRC_WIN): Change cast.
6138 * tui/tui-data.c (tui_initialize_static_data): Update.
6139
c2cd8994
TT
61402019-07-17 Tom Tromey <tom@tromey.com>
6141
6142 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6143 location_matches_p.
6144 * tui/tui-source.c (tui_source_window::location_matches_p): New
6145 method.
6146 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6147 method.
6148 * tui/tui-data.h (struct tui_source_window_base)
6149 <location_matches_p>: New method.
6150 (struct tui_source_window, struct tui_disasm_window)
6151 <location_matches_p>: Likewise.
6152
4dde7b34
TT
61532019-07-17 Tom Tromey <tom@tromey.com>
6154
6155 * tui/tui-win.c (tui_set_win_height_command): Rename from
6156 tui_set_win_height.
6157 (tui_set_win_height_command): Remove.
6158
b73dd877
TT
61592019-07-17 Tom Tromey <tom@tromey.com>
6160
6161 * tui/tui-source.c (tui_source_window): New constructor. Add
6162 observer.
6163 (~tui_source_window): New destructor.
6164 (tui_source_window::style_changed): New method.
6165 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6166 (tui_attach_detach_observers): Update.
6167 * tui/tui-data.h (struct tui_source_window): Make constructor not
6168 inline. Add destructor.
6169 (struct tui_source_window) <style_changed>: New method.
6170 <m_observable>: New member.
6171
ae2b5380
TT
61722019-07-17 Tom Tromey <tom@tromey.com>
6173
6174 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6175 * tui/tui-win.c (tui_resize_all): Fix typo.
6176
1ce3e844
TT
61772019-07-17 Tom Tromey <tom@tromey.com>
6178
6179 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6180 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6181 (tui_refresh_all): Remove "list" parameter. Use foreach.
6182 * tui/tui-win.c (window_name_completer): Use foreach.
6183 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6184 (update_tab_width): Likewise.
6185 * tui/tui-layout.c (show_layout): Update.
6186 * tui/tui-data.h (class tui_window_iterator): New.
6187 (struct all_tui_windows): New.
6188 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6189
fe3eaf1c
TT
61902019-07-17 Tom Tromey <tom@tromey.com>
6191
6192 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6193 parameter. Don't reference globals.
6194 (tui_reg_command): Update.
6195
368c1354
TT
61962019-07-17 Tom Tromey <tom@tromey.com>
6197
6198 * tui/tui-regs.c (tui_show_registers): Simplify.
6199
e80cd204
TT
62002019-07-17 Tom Tromey <tom@tromey.com>
6201
6202 * tui/tui-regs.c (tui_show_registers): Update.
6203 (tui_show_register_group): Add win_info parameter.
6204
aca2dd16
TT
62052019-07-17 Tom Tromey <tom@tromey.com>
6206
6207 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6208 Rename from tui_display_reg_element_at_line.
6209 (tui_data_window::display_registers_from_line): Update.
6210 * tui/tui-data.h (struct tui_data_window)
6211 <display_reg_element_at_line>: New method.
6212
517e9505
TT
62132019-07-17 Tom Tromey <tom@tromey.com>
6214
6215 * tui/tui-regs.h (tui_display_registers_from)
6216 (tui_display_registers_from_line): Don't declare.
6217 * tui/tui-windata.c (tui_data_window::display_all_data)
6218 (tui_data_window::refresh_all)
6219 (tui_data_window::do_scroll_vertical): Update.
6220 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6221 from tui_display_registers_from.
6222 (tui_display_reg_element_at_line): Update.
6223 (tui_data_window::display_registers_from_line): Rename from
6224 tui_display_registers_from_line.
6225 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6226 display_registers_from_line>: New methods.
6227
f76d8b19
TT
62282019-07-17 Tom Tromey <tom@tromey.com>
6229
6230 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6231 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6232 from tui_erase_data_content.
6233 (tui_data_window::display_all_data)
6234 (tui_data_window::refresh_all)
6235 (tui_data_window::do_scroll_vertical): Update.
6236 * tui/tui-regs.c (tui_show_registers): Update.
6237 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6238 New method.
6239
b4094625
TT
62402019-07-17 Tom Tromey <tom@tromey.com>
6241
6242 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6243 declare.
6244 * tui/tui-windata.c
6245 (tui_data_window::delete_data_content_windows): Rename from
6246 tui_delete_data_content_windows.
6247 (tui_data_window::display_all_data)
6248 (tui_data_window::do_scroll_vertical): Update.
6249 * tui/tui-data.h (struct tui_data_window)
6250 <delete_data_content_windows>: New method.
6251
c223a729
TT
62522019-07-17 Tom Tromey <tom@tromey.com>
6253
6254 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6255 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6256
50daf268
TT
62572019-07-17 Tom Tromey <tom@tromey.com>
6258
6259 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6260 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6261 from tui_display_all_data.
6262 * tui/tui-win.c
6263 (tui_data_window::do_make_visible_with_new_height): Update.
6264 * tui/tui-regs.c (tui_show_registers): Update.
6265 * tui/tui-layout.c (tui_set_layout): Update.
6266 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6267 method.
6268
df5f8cab
TT
62692019-07-17 Tom Tromey <tom@tromey.com>
6270
6271 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6272 * tui/tui-windata.c (tui_display_data_from): Remove.
6273 (tui_data_window::refresh_all): Update.
6274
80cb6c27
TT
62752019-07-17 Tom Tromey <tom@tromey.com>
6276
6277 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6278 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6279 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6280 tui_display_registers_from_line.
6281 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6282 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6283 "force_display" parameter.
6284
baff0c28
TT
62852019-07-17 Tom Tromey <tom@tromey.com>
6286
6287 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6288 declare.
6289 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6290 Rename from tui_first_reg_element_no_inline.
6291 (tui_display_reg_element_at_line)
6292 (tui_display_registers_from_line): Update.
6293 * tui/tui-data.h (struct tui_data_window)
6294 <first_reg_element_no_inline>: New method.
6295
3b23c5f2
TT
62962019-07-17 Tom Tromey <tom@tromey.com>
6297
6298 * tui/tui-windata.c (tui_display_data_from)
6299 (tui_data_window::do_scroll_vertical): Update.
6300 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6301 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6302 Rename from tui_line_from_reg_element_no.
6303 (tui_display_registers_from_line): Update.
6304 * tui/tui-data.h (struct tui_data_window)
6305 <line_from_reg_element_no>: New method.
6306
0b5ec218
TT
63072019-07-17 Tom Tromey <tom@tromey.com>
6308
6309 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6310 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6311 tui_last_regs_line_no.
6312 (tui_display_reg_element_at_line)
6313 (tui_display_registers_from_line): Update.
6314 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6315 method.
6316
0807ab7b
TT
63172019-07-17 Tom Tromey <tom@tromey.com>
6318
6319 PR tui/24722:
6320 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6321 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6322 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6323 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6324 (tui_update_breakpoint_info): Likewise.
6325 * tui/tui-hooks.c (tui_event_create_breakpoint)
6326 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6327 Update.
6328
9ad7fdef
TT
63292019-07-17 Tom Tromey <tom@tromey.com>
6330
6331 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6332
5813316f
TT
63332019-07-17 Tom Tromey <tom@tromey.com>
6334
6335 * tui/tui-winsource.c (tui_update_source_window_as_is)
6336 (tui_update_source_windows_with_addr): Update.
6337 * tui/tui-source.h (tui_set_source_content)
6338 (tui_show_symtab_source): Add "win_info" parameter.
6339 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6340 parameter.
6341 (tui_show_symtab_source): Likewise.
6342
00e264e7
TT
63432019-07-17 Tom Tromey <tom@tromey.com>
6344
6345 * tui/tui-wingeneral.c
6346 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6347
06210ce4
TT
63482019-07-17 Tom Tromey <tom@tromey.com>
6349
6350 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6351 (struct tui_cmd_window) <can_scroll>: New method.
6352 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6353 method.
6354
381befee
TT
63552019-07-17 Tom Tromey <tromey@adacore.com>
6356
6357 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6358 do_field_signed>: Rename. Change type of "value".
6359 * ui-out.c (ui_out::field_signed): Rename from field_int.
6360 Change type of "value".
6361 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6362 type of "value".
6363 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6364 do_field_int. Change type of "value".
6365 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6366 do_field_int. Change type of "value".
6367 * tracepoint.c (trace_status_mi, tfind_1)
6368 (print_one_static_tracepoint_marker): Update.
6369 * thread.c (print_thread_info_1, print_selected_thread_frame):
6370 Update.
6371 * stack.c (print_frame, print_frame_info): Update.
6372 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6373 Update.
6374 * source.c (print_source_lines_base): Update.
6375 * skip.c (info_skip_command): Update.
6376 * record-btrace.c (btrace_ui_out_decode_error)
6377 (btrace_call_history_src_line): Update.
6378 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6379 Update.
6380 * progspace.c (print_program_space): Update.
6381 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6382 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6383 do_field_int. Change type of "value".
6384 * mi/mi-out.c (mi_ui_out::do_table_begin)
6385 (mi_ui_out::do_table_header): Update.
6386 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6387 type of "value".
6388 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6389 (mi_cmd_data_list_changed_registers, output_register)
6390 (mi_cmd_data_read_memory, mi_load_progress)
6391 (mi_cmd_trace_frame_collected): Update.
6392 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6393 Update.
6394 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6395 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6396 (mi_cmd_var_list_children, varobj_update_one): Update.
6397 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6398 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6399 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6400 * inferior.c (print_inferior): Update.
6401 * gdb_bfd.c (print_one_bfd): Update.
6402 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6403 Update.
6404 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6405 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6406 do_field_int. Change type of "value".
6407 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6408 do_field_int. Change type of "value".
6409 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6410 (print_one_breakpoint_location, print_it_catch_fork)
6411 (print_one_catch_fork, print_it_catch_vfork)
6412 (print_one_catch_vfork, print_it_catch_solib)
6413 (print_it_catch_exec, print_it_ranged_breakpoint)
6414 (print_mention_watchpoint, print_mention_masked_watchpoint)
6415 (bkpt_print_it, update_static_tracepoint): Update.
6416 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6417 * break-catch-syscall.c (print_it_catch_syscall): Update.
6418 * ada-tasks.c (print_ada_task_info): Update.
6419 * ada-lang.c (print_it_exception, print_mention_exception):
6420 Update.
6421
6b78c3f8
AB
64222019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6423
6424 PR breakpoints/24541
6425 * gdbarch.c: Regenerate.
6426 * gdbarch.h: Regenerate.
6427 * gdbarch.sh: Adjust return type and parameter types for
6428 'stap_adjust_register'.
6429 (i386_stap_adjust_register): Adjust signature and return new
6430 register name.
6431 * stap-probe.c (stap_parse_register_operand): Adjust use of
6432 'gdbarch_stap_adjust_register'.
6433
d72a9b85
TT
64342019-07-17 Tom Tromey <tromey@adacore.com>
6435
6436 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6437 declare VEC.
6438 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6439 std::vector.
6440 (struct s390_process_info): Add initializers.
6441 (s390_add_process): Use new.
6442 (s390_linux_nat_target::low_forget_process): Use delete.
6443 (s390_linux_nat_target::low_new_fork)
6444 (s390_linux_nat_target::stopped_by_watchpoint)
6445 (s390_linux_nat_target::low_prepare_to_resume)
6446 (s390_linux_nat_target::insert_watchpoint)
6447 (s390_linux_nat_target::insert_hw_breakpoint)
6448 (s390_linux_nat_target::remove_watchpoint)
6449 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6450
206e6c58
JB
64512019-07-16 John Baldwin <jhb@FreeBSD.org>
6452
6453 * aarch64-fbsd-nat.c: Include regcache.h.
6454 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6455 argument.
6456 (aarch64_fbsd_nat_target::fetch_registers)
6457 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6458 variable.
6459 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6460
cbde90f2
JB
64612019-07-16 John Baldwin <jhb@FreeBSD.org>
6462
6463 * fbsd-nat.c: Include gdbarch.h.
6464
07128006
TT
64652019-07-15 Tom Tromey <tromey@adacore.com>
6466
6467 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6468
1f77b012
TT
64692019-07-15 Tom Tromey <tromey@adacore.com>
6470
6471 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6472 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6473 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6474 * cli-out.c (cli_ui_out::do_field_int): New method.
6475 * ui-out.c (ui_out::field_unsigned): New method.
6476 * symfile.c (generic_load): Use field_unsigned.
6477 (print_transfer_performance): Likewise.
6478 * record-btrace.c (ui_out_field_uint): Remove.
6479 (btrace_call_history_insn_range, btrace_call_history): Use
6480 field_unsigned.
6481 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6482 field_unsigned.
6483 * ui-out.h (class ui_out) <field_unsigned>: New method.
6484 <do_field_unsigned>: Likewise.
6485
33eca680
TT
64862019-07-15 Tom Tromey <tromey@adacore.com>
6487
6488 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6489 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6490 * target.c (flash_erase_command): Use field_string.
6491 * infrun.c (print_signal_received_reason): Use field_string.
6492 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6493 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6494 field_string.
6495 * ada-tasks.c (print_ada_task_info): Use field_string.
6496
ca8d69be
TT
64972019-07-15 Tom Tromey <tromey@adacore.com>
6498
6499 * target.c (flash_erase_command): Use field_core_addr.
6500 * symfile.c (generic_load): Use field_core_addr.
6501 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6502 Use field_core_addr.
6503 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6504 field_core_addr.
6505
0d4e84ed
AB
65062019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6509 value if its desired type is smaller than a CORE_ADDR and signed.
6510
9a49df9d
AB
65112019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6514 of changes to field names, and use new is_reference field to
6515 decide if a property is a reference or not.
6516 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6517 field.
6518 (struct dwarf2_property_baton): Update header comment, rename
6519 'referenced_type' to 'property_type' and update comments.
6520 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6521 default property type, store in property baton, update to take
6522 accound of renamed field.
6523 (read_func_scope): Update call to attr_to_dynamic_prop.
6524 (read_array_type): Likewise.
6525 (dwarf2_per_cu_addr_sized_int_type): New function.
6526 (read_subrange_index_type): Move type finding code to
6527 dwarf2_per_cu_addr_sized_int_type.
6528 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6529 (dwarf2_per_cu_addr_type): New function.
6530 (set_die_type): Update calls to attr_to_dynamic_prop.
6531
b86352cf
AB
65322019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6533
6534 * dwarf2read.c (read_subrange_index_type): New function.
6535 (read_subrange_type): Move code into new function and call it.
6536 * gdbtypes.c (create_range_type): Add some asserts.
6537
603490bf
AB
65382019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6539
6540 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6541 update return statements.
6542 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6543 declaration, and update comment to match.
6544 * gdbtypes.c (resolve_dynamic_array): Update call to
6545 dwarf2_evaluate_property to match new return type.
6546
592f9d27
AB
65472019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6548
6549 * valarith.c (value_subscripted_rvalue): Change lowerbound
6550 parameter type from int to LONGEST.
6551 * value.h (value_subscripted_rvalue): Likewise in declaration.
6552
60cfcb20
AB
65532019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6554
6555 * cli/cli-utils.c (info_print_command_completer): New function.
6556 * cli/cli-utils.h: Add 'completer.h' include, and forward
6557 declaration for 'struct cmd_list_element'.
6558 (info_print_command_completer): Declare.
6559 * stack.c (_initialize_stack): Add completer for 'info locals' and
6560 'info args'.
6561 * symtab.c (_initialize_symtab): Add completer for 'info
6562 variables' and 'info functions'.
6563 * NEWS: Mention completion for additional info commands.
6564
b16507e0
AB
65652019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 * cli/cli-utils.c (extract_info_print_args): Delete.
6568 (extract_arg_maybe_quoted): Delete.
6569 (info_print_options_defs): New variable.
6570 (make_info_print_options_def_group): New function.
6571 (extract_info_print_options): Define new function.
6572 * cli/cli-utils.h (extract_info_print_args): Delete.
6573 (struct info_print_options): New structure.
6574 (extract_info_print_options): Declare new function.
6575 * stack.c (info_locals_command): Update to use new
6576 extract_info_print_options, also add a header comment.
6577 (info_args_command): Likewise.
6578 * symtab.c (info_variables_command): Likewise.
6579 (info_functions_command): Likewise.
6580
021d8588
AB
65812019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6582
6583 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6584 to extract string arguments.
6585 * common/common-utils.c (extract_string_maybe_quoted): New function.
6586 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6587
b777eb6d
TT
65882019-07-11 Tom Tromey <tromey@adacore.com>
6589
6590 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6591 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6592 * top.h (gdbinit): Don't declare.
6593 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6594 into...
6595 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6596 * top.c (gdb_init): Don't call init_cli_cmds.
6597 (gdbinit): Remove.
6598 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6599
72ee03ff
TT
66002019-07-11 Tom Tromey <tromey@adacore.com>
6601
6602 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6603 after it has been moved.
6604
00db9531
SM
66052019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6606
6607 * valops.c (value_must_coerce_to_target): Change return type to
6608 bool.
6609 * value.h (value_must_coerce_to_target): Likewise.
6610
f2478a7e
SM
66112019-07-10 Simon Marchi <simon.marchi@efficios.com>
6612
6613 * breakpoint.c (is_hardware_watchpoint): Remove
6614 forward-declaration.
6615 (is_masked_watchpoint): Change return type to bool.
6616 (is_tracepoint): Likewise.
6617 (is_breakpoint): Likewise.
6618 (is_hardware_watchpoint): Likewise.
6619 (is_watchpoint): Likewise.
6620 (is_no_memory_software_watchpoint): Likewise.
6621 (is_catchpoint): Likewise.
6622 (breakpoint_1): Make FILTER parameter's return type bool.
6623 is_masked_watchpoint): Change return type to bool.
6624 (save_breakpoints): Make FILTER parameter's return type bool.
6625 * breakpoint.h (is_breakpoint): Change return type to bool.
6626 (is_watchpoint): Likewise.
6627 (is_catchpoint): Likewise.
6628 (is_tracepoint): Likewise.
6629
0d12e84c
TT
66302019-07-10 Tom Tromey <tom@tromey.com>
6631
6632 * defs.h: Don't include gdbarch.h.
6633 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6634 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6635 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6636 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6637 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6638 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6639 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6640 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6641 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6642 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6643 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6644 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6645 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6646 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6647 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6648 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6649 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6650 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6651 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6652 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6653 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6654 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6655 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6656 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6657 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6658 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6659 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6660
f06f1252
TT
66612019-07-10 Tom Tromey <tromey@adacore.com>
6662
6663 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6664 * breakpoint.c (init_ada_exception_breakpoint): Register as
6665 bp_catchpoint.
6666 (print_one_breakpoint_location, print_one_breakpoint): Use
6667 is_ada_exception_catchpoint.
6668 * ada-lang.c (class ada_catchpoint_location): Pass
6669 bp_loc_software_breakpoint to bp_location constructor.
6670 (is_ada_exception_catchpoint): New function.
6671
7a5d944b
TT
66722019-07-10 Tom Tromey <tromey@adacore.com>
6673
6674 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6675 VEC.
6676 (struct arm_exidx_entry): New method operator<.
6677 (struct arm_exidx_data) <section_maps>: Change type.
6678 (arm_exidx_data_free): Remove.
6679 (arm_exidx_data_key): Change type. Move lower.
6680 (arm_exidx_new_objfile): Update.
6681 (arm_compare_exidx_entries): Remove.
6682 (arm_find_exidx_entry, _initialize_arm_tdep)
6683
48c66e1d
TT
66842019-07-10 Tom Tromey <tromey@adacore.com>
6685
6686 * solib-spu.c (ocl_program_data_key): Change type.
6687 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6688 Update.
6689
a269fbf1
TT
66902019-07-10 Tom Tromey <tromey@adacore.com>
6691
6692 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6693 (struct solib_aix_inferior_data) <library_list>: Change type.
6694 (solib_aix_inferior_data_handle): Change type.
6695 (get_solib_aix_inferior_data): Update.
6696 (solib_aix_free_library_list): Remove.
6697 (library_list_start_library): Update.
6698 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6699 return type.
6700 (solib_aix_get_library_list)
6701 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6702 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6703
c294730c
TT
67042019-07-10 Tom Tromey <tromey@adacore.com>
6705
6706 * solib-dsbt.c (struct dsbt_info): Add initializers.
6707 (solib_dsbt_pspace_data): Change type.
6708 (dsbt_pspace_data_cleanup): Remove.
6709 (get_dsbt_info, _initialize_dsbt_solib): Update.
6710
9d52077d
TT
67112019-07-10 Tom Tromey <tromey@adacore.com>
6712
6713 * spu-tdep.c (spu_overlay_data): Change type.
6714 (spu_get_overlay_table, spu_overlay_new_objfile)
6715 (_initialize_spu_tdep): Update.
6716
22a20dca
TT
67172019-07-10 Tom Tromey <tromey@adacore.com>
6718
6719 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6720 destructor.
6721 (dbx_objfile_data_key): Change type and declare later.
6722 (DBX_SYMFILE_INFO): Rewrite.
6723 * dbxread.c (dbx_objfile_data_key): Change type.
6724 (dbx_symfile_init): Update.
6725 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6726 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6727 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6728
cb60f420
TT
67292019-07-10 Tom Tromey <tromey@adacore.com>
6730
6731 * jit.c (jit_program_space_key): Change type. Move lower.
6732 (get_jit_program_space_data): Update.
6733 (jit_program_space_data_cleanup): Remove.
6734 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6735 Update.
6736 (struct jit_program_space_data): Add initializers.
6737
51df2ae3
TT
67382019-07-10 Tom Tromey <tromey@adacore.com>
6739
6740 * solib-darwin.c (struct darwin_info): Add initializers.
6741 (solib_darwin_pspace_data): Change type.
6742 (darwin_pspace_data_cleanup): Remove.
6743 (get_darwin_info, _initialize_darwin_solib): Update.
6744
18101a35
TT
67452019-07-10 Tom Tromey <tromey@adacore.com>
6746
6747 * remote-sim.c (struct sim_inferior_data): Add initializers,
6748 constructor, and destructor.
6749 (sim_inferior_data_key): Change type. Move lower.
6750 (check_for_duplicate_sim_descriptor): Update.
6751 (get_sim_inferior_data): Use new. Update.
6752 (~sim_inferior_data_cleanup): Rename from
6753 sim_inferior_data_cleanup. Simplify.
6754 (gdbsim_close_inferior, simulator_command)
6755 (sim_command_completer, _initialize_remote_sim): Update.
6756 (next_pid, INITIAL_PID): Move earlier.
6757
05b08ac1
TT
67582019-07-10 Tom Tromey <tromey@adacore.com>
6759
6760 * python/python-internal.h (create_thread_object): Return
6761 gdbpy_ref.
6762 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6763 * python/py-inferior.c (struct threadlist_entry): Add
6764 constructor.
6765 <thread_obj>: Now a gdbpy_ref.
6766 (thread_to_thread_object): Update.
6767 (add_thread_object): Use new.
6768 (delete_thread_object): Use delete.
6769 (infpy_threads): Update.
6770 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6771 GIL.
6772
32372d80
TT
67732019-07-10 Tom Tromey <tromey@adacore.com>
6774
6775 * valops.c (value_cast): Specialize error message for Ada.
6776
5c458ae8
SM
67772019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6778
6779 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6780
4c462cb0
SM
67812019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6782
6783 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6784 bpstat_should_step): Return bool, adjust comments.
6785 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6786 bpstat_should_step): Likewise.
6787
89abbcc2
AH
67882019-07-10 Alan Hayward <alan.hayward@arm.com>
6789
6790 * features/Makefile: Use feature target descriptions for Arm.
6791 * features/arm/arm-core.c: Generate new file.
6792 * features/arm/arm-fpa.c: Likewise.
6793 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6794 * features/arm/arm-m-profile.c: Likewise.
6795 * features/arm/arm-vfpv2.c: Likewise.
6796 * features/arm/arm-vfpv3.c: Likewise.
6797 * features/arm/xscale-iwmmxt.c: Likewise.
6798 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6799
166a82be
AH
68002019-07-10 Alan Hayward <alan.hayward@arm.com>
6801
6802 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6803 ptrace earlier.
6804
9fb4c7e9
AH
68052019-07-10 Alan Hayward <alan.hayward@arm.com>
6806
6807 * features/aarch64-pauth.c: Regenerate.
6808
e2d0f980
SM
68092019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6810
6811 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6812 bool.
6813 (bpstat_what): Use false instead of 0.
6814
a38118e5
PA
68152019-07-09 Pedro Alves <palves@redhat.com>
6816
6817 * break-catch-throw.c (is_exception_catchpoint): New.
6818 * breakpoint.c (print_one_breakpoint_location): New parameter
6819 'raw_loc'. Handle it. Use
6820 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6821 looking at the breakpoint's type.
6822 (print_one_breakpoint): If handling "maint info breakpoints", also
6823 print locations of exception catchpoints.
6824 * breakpoint.h (is_exception_catchpoint): Declare.
6825
cb1e4e32
PA
68262019-07-09 Pedro Alves <palves@redhat.com>
6827
6828 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6829 "addr" field.
6830 (allocate_location_exception_catchpoint): New.
6831 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6832 (initialize_throw_catchpoint_ops): Install
6833 allocate_location_exception_catchpoint as allocate_location
6834 method.
6835 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6836 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6837 bp_loc_other.
6838 (breakpoint_address_is_meaningful): Delete.
6839 (bl_address_is_meaningful): New.
6840 (breakpoint_locations_match): Adjust comment.
6841 (bp_location_from_bp_type): New, factored out of...
6842 (bp_location::bp_location(breakpoint *)): ... this.
6843 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6844 factored out of...
6845 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6846 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6847 breakpoint_address_is_meaningful.
6848 (bp_locations_compare): Adjust comment.
6849 (update_global_location_list): Use bl_address_is_meaningful
6850 instead of breakpoint_address_is_meaningful.
6851 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6852 explicit.
6853 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6854 * python/py-breakpoint.c (bppy_get_location): No longer check
6855 whether location is null.
6856
b58a68fe
PA
68572019-07-09 Pedro Alves <palves@redhat.com>
6858
6859 PR c++/15468
6860 * breakpoint.c (print_one_breakpoint_location): Remove
6861 single-location assert.
6862
268a13a5
TT
68632019-07-09 Tom Tromey <tom@tromey.com>
6864
6865 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6866 * configure: Rebuild.
6867 * configure.ac: Change common to gdbsupport.
6868 * gdbsupport: Rename from common.
6869 * acinclude.m4: Change common to gdbsupport.
6870 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6871 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6872 gdbsupport.
6873 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6874 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6875 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6876 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6877 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6878 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6879 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6880 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6881 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6882 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6883 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6884 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6885 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6886 coff-pe-read.c, command.h, compile/compile-c-support.c,
6887 compile/compile-c.h, compile/compile-cplus-symbols.c,
6888 compile/compile-cplus-types.c, compile/compile-cplus.h,
6889 compile/compile-loc2c.c, compile/compile.c, completer.c,
6890 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6891 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6892 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6893 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6894 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6895 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6896 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6897 features/aarch64-core.c, features/aarch64-fpu.c,
6898 features/aarch64-pauth.c, features/aarch64-sve.c,
6899 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6900 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6901 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6902 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6903 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6904 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6905 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6906 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6907 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6908 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6909 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6910 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6911 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6912 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6913 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6914 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6915 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6916 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6917 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6918 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6919 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6920 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6921 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6922 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6923 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6924 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6925 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6926 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6927 minsyms.c, mips-linux-tdep.c, namespace.h,
6928 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6929 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6930 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6931 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6932 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6933 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6934 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6935 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6936 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6937 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6938 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6939 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6940 procfs.c, producer.c, progspace.h, psymtab.h,
6941 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6942 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6943 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6944 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6945 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6946 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6947 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6948 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6949 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6950 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6951 target-memory.c, target.c, target.h, target/waitstatus.c,
6952 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6953 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6954 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6955 unittests/array-view-selftests.c,
6956 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6957 unittests/common-utils-selftests.c,
6958 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6959 unittests/format_pieces-selftests.c,
6960 unittests/function-view-selftests.c,
6961 unittests/lookup_name_info-selftests.c,
6962 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6963 unittests/mkdir-recursive-selftests.c,
6964 unittests/observable-selftests.c,
6965 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6966 unittests/parse-connection-spec-selftests.c,
6967 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6968 unittests/scoped_fd-selftests.c,
6969 unittests/scoped_mmap-selftests.c,
6970 unittests/scoped_restore-selftests.c,
6971 unittests/string_view-selftests.c, unittests/style-selftests.c,
6972 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6973 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6974 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6975 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6976 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6977 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6978
5b0e2db4
AB
69792019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6980
6981 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6982 bool value.
6983 (decode_digits_ordinary): Set explicit_line field in sal.
6984 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6985 symtab_and_line that was set on an explicit line number in
6986 assembler code. Do always update the recorded symtab and line if
6987 we do skip the prologue.
6988
0ba852ab
AB
69892019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * breakpoint.c (set_breakpoint_location_function): Remove
6992 explicit_loc parameter.
6993 (momentary_breakpoint_from_master): Update call to
6994 set_breakpoint_location_function.
6995 (add_location_to_breakpoint): Likewise.
6996
b3a7d171
AB
69972019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6998
6999 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7000 required features based on default bfd type when no specific bfd
7001 is present.
7002
1f6f6e21
PW
70032019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7004
7005 * NEWS: Mention that GDB printf and eval commands can now print
7006 C-style and Ada-style convenience var strings without
7007 calling the inferior.
7008 * printcmd.c (printf_c_string): Locally print GDB internal var
7009 instead of transiting via the inferior.
7010 (printf_wide_c_string): Likewise.
7011
70122019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7013
5862c886 7014 PR breakpoints/25011
ea142fbf
AH
7015 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7016
0598af48
TT
70172019-07-04 Tom Tromey <tom@tromey.com>
7018
7019 PR tui/24724:
7020 * tui/tui-winsource.c (tui_clear_source_content): Update.
7021 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7022 (tui_update_breakpoint_info): Update.
7023 (tui_set_exec_info_content): Update.
7024 * tui/tui-source.c (tui_set_source_content_nil): Update.
7025 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7026 has_break.
7027 * tui/tui-data.h (enum tui_bp_flag): New.
7028 (tui_bp_flags): New enum flags type.
7029 (struct tui_source_element) <break_mode>: Change type. Rename
7030 from has_break.
7031 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7032 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7033 constants.
7034 * tui/tui-winsource.h: Fix comment.
7035
350fab54
AH
70362019-07-04 Alan Hayward <alan.hayward@arm.com>
7037
7038 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7039 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7040 (store_fpregs_to_thread)
7041 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7042 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7043 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7044 (IWMMXT_REGS_SIZE): Add define.
7045 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7046 (fetch_vfp_regs, store_vfp_regs)
7047 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7048 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7049
f0452268
AH
70502019-07-04 Alan Hayward <alan.hayward@arm.com>
7051
7052 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7053 defines.
7054 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7055 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7056 (ARM_INT_REGISTER_SIZE): ...to this.
7057 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7058 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7059 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7060 (arm_linux_collect_gregset, supply_nwfpe_register)
7061 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7062 defines.
7063 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7064 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7065 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7066 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7067 (arm_return_in_memory, arm_store_return_value)
7068 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7069 (arm_record_ld_st_multiple): Likewise.
7070 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7071 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7072
e935475c
AH
70732019-07-04 Alan Hayward <alan.hayward@arm.com>
7074
7075 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7076 AARCH64_DISPLACED_MODIFIED_INSNS.
7077 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7078 (aarch64_displaced_step_copy_insn): Likewise.
7079 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7080 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7081 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7082 ARM_DISPLACED_MODIFIED_INSNS.
7083 * arm-tdep.c (arm_gdbarch_init): Likewise.
7084 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7085 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7086 (struct arm_displaced_step_closure): Use
7087 ARM_DISPLACED_MODIFIED_INSNS.
7088
df0bb381
AH
70892019-07-04 Alan Hayward <alan.hayward@arm.com>
7090
7091 * features/Makefile: Remove unused xml files.
7092 * features/aarch64.xml: Remove.
7093 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7094 * features/i386/amd64-avx-avx512.xml: Remove.
7095 * features/i386/amd64-avx-linux.xml: Remove.
7096 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7097 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7098 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7099 * features/i386/amd64-avx-mpx.xml: Remove.
7100 * features/i386/amd64-avx.xml: Remove.
7101 * features/i386/amd64-linux.xml: Remove.
7102 * features/i386/amd64-mpx-linux.xml: Remove.
7103 * features/i386/amd64-mpx.xml: Remove.
7104 * features/i386/amd64.xml: Remove.
7105 * features/i386/i386-avx-avx512-linux.xml: Remove.
7106 * features/i386/i386-avx-avx512.xml: Remove.
7107 * features/i386/i386-avx-linux.xml: Remove.
7108 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7109 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7110 * features/i386/i386-avx-mpx-linux.xml: Remove.
7111 * features/i386/i386-avx-mpx.xml: Remove.
7112 * features/i386/i386-avx.xml: Remove.
7113 * features/i386/i386-linux.xml: Remove.
7114 * features/i386/i386-mmx-linux.xml: Remove.
7115 * features/i386/i386-mmx.xml: Remove.
7116 * features/i386/i386-mpx-linux.xml: Remove.
7117 * features/i386/i386-mpx.xml: Remove.
7118 * features/i386/i386.xml: Remove.
7119 * features/i386/x32-avx-avx512-linux.xml: Remove.
7120 * features/i386/x32-avx-linux.xml: Remove.
7121 * features/i386/x32-linux.xml: Remove.
7122
edd6266a
AH
71232019-07-04 Alan Hayward <alan.hayward@arm.com>
7124
7125 * regformats/aarch64.dat: Remove.
7126 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7127 * regformats/i386/amd64-avx-linux.dat: Remove.
7128 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7129 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7130 * regformats/i386/amd64-linux.dat: Remove.
7131 * regformats/i386/amd64-mpx-linux.dat: Remove.
7132 * regformats/i386/amd64.dat: Remove.
7133 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7134 * regformats/i386/i386-avx-linux.dat: Remove.
7135 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7136 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7137 * regformats/i386/i386-linux.dat: Remove.
7138 * regformats/i386/i386-mmx-linux.dat: Remove.
7139 * regformats/i386/i386-mpx-linux.dat: Remove.
7140 * regformats/i386/i386.dat: Remove.
7141 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7142 * regformats/i386/x32-avx-linux.dat: Remove.
7143 * regformats/i386/x32-linux.dat: Remove.
7144
2b40fda7
AH
71452019-07-04 Alan Hayward <alan.hayward@arm.com>
7146
7147 * aarch64-tdep.c: Remove xml self tests.
7148 * amd64-linux-tdep.c: Likewise.
7149 * amd64-tdep.c: Likewise.
7150 * i386-linux-tdep.c: Likewise.
7151 * i386-tdep.c: Likewise.
7152
5f4ba3e7
PA
71532019-07-03 Pedro Alves <palves@redhat.com>
7154
7155 PR cli/24732
7156 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7157 (pipe_cmd_option_defs): New.
7158 (make_pipe_cmd_options_def_group): New.
7159 (pipe_command): Use gdb::option::process_options.
7160 (pipe_command_completer): New function.
7161 (_initialize_cli_cmds): Install completer for "pipe" command.
7162
3d9be6f5
PA
71632019-07-03 Pedro Alves <palves@redhat.com>
7164
7165 * cli/cli-option.c (union option_value) <string>: New field.
7166 (struct option_def_and_value): Add ctor, move ctor, dtor and
7167 use DISABLE_COPY_AND_ASSIGN.
7168 (option_def_and_value::clear_value): New.
7169 (parse_option, save_option_value_in_ctx, get_val_type_str)
7170 (add_setshow_cmds_for_options): Handle var_string.
7171 * cli-option.h (union option_def::var_address) <string>: New
7172 field.
7173 (struct string_option_def): New.
7174 * maint-test-options.c (struct test_options_opts): Add default
7175 ctor and use DISABLE_COPY_AND_ASSIGN.
7176 <string_opt>: New field.
7177 (test_options_opts::~test_options_opts): New.
7178 (test_options_opts::dump): Also dump "-string".
7179 (test_options_option_defs): Install "string.
7180
41fc454c
PA
71812019-07-03 Pedro Alves <palves@redhat.com>
7182
7183 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7184 option_value with a null enumeration.
7185 (complete_options): Save the option values in the context.
7186 (save_option_value_in_ctx): New, factored out from ...
7187 (process_options): ... here.
7188 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7189 of the function.
7190 * maint-test-options.c (test_options_opts::dump): New, factored
7191 out from ...
7192 (maintenance_test_options_command_mode): ... here.
7193 (maintenance_test_options_command_completion_result): Delete.
7194 (maintenance_test_options_command_completion_text): Update
7195 comment.
7196 (maintenance_show_test_options_completion_result): Change
7197 prototype. Just print
7198 maintenance_test_options_command_completion_text.
7199 (save_completion_result): New.
7200 (maintenance_test_options_completer_mode): Pass options context to
7201 complete_options, and then save a dump.
7202 (_initialize_maint_test_options): Use add_cmd to install "maint
7203 show test-options-completion-result".
7204
fdbc9870
PA
72052019-07-03 Pedro Alves <palves@redhat.com>
7206
7207 * NEWS (New commands): Mention "with" and "maint with".
7208 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7209 (with_command, with_command_completer): New.
7210 (pipe_command): Adjust to new repeat_previous
7211 interface.
7212 (_initialize_cli_cmds): Install the "with" command and its "w"
7213 alias.
7214 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7215 declarations.
7216 * cli/cli-setshow.c (parse_cli_var_uinteger)
7217 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7218 argument strings for all var_types.
7219 (get_setshow_command_value_string): New, factored out from ...
7220 (do_show_command): ... this.
7221 * cli/cli-setshow.h: Include <string>.
7222 (get_setshow_command_value_string): Declare.
7223 * command.h (repeat_previous): Now returns const char *. Adjust
7224 comment.
7225 * maint.c: Include "cli/cli-cmds.h".
7226 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7227 (_initialize_maint_cmds): Register the "maintenance with" command.
7228 * top.c (repeat_previous): Move bits from pipe_command here:
7229 Return the saved command line, if any; error out if there's no
7230 command to relaunch.
7231
c6ac8931
PA
72322019-07-03 Pedro Alves <palves@redhat.com>
7233
7234 * NEWS (New commands): Mention "maint set/show test-settings"
7235 instead of "maint test-settings".
7236 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7237 (maintenance_test_settings_set_list): Rename to ...
7238 (maintenance_set_test_settings_list): ... this.
7239 (maintenance_test_settings_show_list): Rename to ...
7240 (maintenance_show_test_settings_list): ... this.
7241 (maintenance_test_settings_cmd): Delete.
7242 (maintenance_test_settings_set_cmd): ...
7243 (maintenance_set_test_settings_cmd): ... this.
7244 (maintenance_test_settings_show_cmd): ...
7245 (maintenance_show_test_settings_cmd): ... this.
7246 (maintenance_test_settings_show_value_cmd):
7247 (maintenance_show_test_settings_value_cmd): ... this.
7248 (_initialize_maint_test_settings): No longer install the "maint
7249 test-settings" prefix command. Rename "maint test-settings set"
7250 to "maint set test-settings", and "maint test-settings show" to
7251 "maint show test-settings". Adjust all subcommands.
7252
d1fcf2fd
PA
72532019-07-03 Pedro Alves <palves@redhat.com>
7254
7255 * maint-test-settings.c: Fix file's intro comment. Replace all
7256 references to "test-options" with references to "test-settings",
7257 in comments.
7258
970f9d09
PA
72592019-07-03 Pedro Alves <palves@redhat.com>
7260
7261 * maint-test-settings.c (maintenance_test_settings_xxx)
7262 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7263 New.
7264 (maintenance_test_settings_enums): Use them.
7265 (maintenance_test_settings_enum): Default to
7266 maintenance_test_settings_xxx.
7267 (_initialize_maint_test_settings): Initialize
7268 MAINTENANCE_TEST_SETTINGS_FILENAME.
7269
f3869b1a
SM
72702019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7271
7272 * breakpoint.h (remove_breakpoints_inf): Change return type to
7273 void, move function documentation here.
7274 * breakpoint.c (remove_breakpoints_inf): Change return type to
7275 void, move function documentation to header.
7276
54d66006
PA
72772019-07-02 Pedro Alves <palves@redhat.com>
7278
7279 * NEWS (Completion improvements): Mention "info threads".
7280 * thread.c (struct info_threads_opts, info_threads_option_defs)
7281 (make_info_threads_options_def_group): New.
7282 (info_threads_command): Use gdb::option::process_options.
7283 (info_threads_command_completer): New.
7284 (_initialize_thread): Use gdb::option::build_help to build the
7285 help text for "info threads".
7286
854f6088
SM
72872019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7288
7289 * defs.h (generic_load): Move from here...
7290 * symfile.h (generic_load): ... to here. Rename name parameter
7291 to args.
7292 * symfile.c (generic_load): Add comment.
7293
54ee4252
TT
72942019-07-01 Tom Tromey <tromey@adacore.com>
7295
7296 * dwarf2read.c
7297 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7298 declaration of without_params. Fix formatting.
7299
65392b3e
TT
73002019-07-01 Tom Tromey <tromey@adacore.com>
7301
7302 * ada-exp.y (find_primitive_type): Update.
7303 * ada-lang.h (ada_lookup_symbol): Update.
7304 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7305 parameter.
7306 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7307
7d7571f0
SDJ
73082019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7309
7310 PR breakpoints/24541
7311 * gdbarch.c: Regenerate.
7312 * gdbarch.h: Regenerate.
7313 * gdbarch.sh: Add 'stap_adjust_register'.
7314 * i386-tdep.c: Include '<unordered_set>'.
7315 (i386_stap_adjust_register): New function.
7316 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7317 * stap-probe.c (stap_parse_register_operand): Call
7318 'gdbarch_stap_adjust_register'.
7319
5af5392a
SDJ
73202019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7321
7322 PR python/24742
7323 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7324 * python/python.c (do_start_initialization): Use 'xmalloc'
7325 instead of 'PyMem_Malloc'.
7326
10d06d82
TT
73272019-06-28 Tom Tromey <tromey@adacore.com>
7328
7329 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7330 for Ada.
7331
1b7f24cd
TT
73322019-06-27 Tom Tromey <tromey@adacore.com>
7333
7334 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7335 objfile_key.
7336 (arm_find_mapping_symbol, arm_record_special_symbol)
7337 (_initialize_arm_tdep): Update.
7338 (arm_objfile_data_free): Remove.
7339
3d507ff2
TT
73402019-06-27 Tom Tromey <tromey@adacore.com>
7341
7342 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7343 to cp_print_static_field.
7344
762c164d
TT
73452019-06-26 Tom Tromey <tromey@adacore.com>
7346
7347 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7348 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7349 declare.
7350
aa2f9bcf
AH
73512019-06-26 Alan Hayward <alan.hayward@arm.com>
7352
7353 * features/aarch64-core.c (create_feature_aarch64_core):
7354 Regenerate.
7355 * features/aarch64-core.xml: Add cpsr flags.
7356
3426ae57
AH
73572019-06-26 Alan Hayward <alan.hayward@arm.com>
7358
7359 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7360 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7361
4838e44c
SM
73622019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7363
7364 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7365 field.
7366 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7367 use.
7368 (arm_record_special_symbol): Don't insert new symbol in sorted
7369 position, push it at the end.
7370
54cc7474
SM
73712019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7372
7373 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7374 (arm_mapping_symbol_s): Remove.
7375 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7376 (arm_mapping_symbol_vec): New typedef.
7377 (struct arm_per_objfile): Add constructor.
7378 <section_maps>: Change type to
7379 std::unique_ptr<arm_mapping_symbol_vec[]>.
7380 (arm_compare_mapping_symbols): Remove.
7381 (arm_find_mapping_symbol): Adjust to section_maps type change.
7382 (arm_objfile_data_free): Call delete on arm_per_objfile.
7383 (arm_record_special_symbol): Adjust to section_maps type change.
7384 Allocate arm_per_objfile with new.
7385
b65b566c
PW
73862019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7387
7388 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7389 with the command prefix.
7390
c2fc64f5
TT
73912019-06-25 Tom Tromey <tom@tromey.com>
7392
7393 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7394 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7395
fb54fa76
TT
73962019-06-25 Tom Tromey <tom@tromey.com>
7397
7398 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7399 type.
7400 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7401 protected.
7402
f7952c57
TT
74032019-06-25 Tom Tromey <tom@tromey.com>
7404
7405 * tui/tui-winsource.c
7406 (tui_source_window_base::set_is_exec_point_at): Add check against
7407 LOA_ADDRESS.
7408
17568d78
TT
74092019-06-25 Tom Tromey <tom@tromey.com>
7410
7411 * tui/tui-source.c (tui_set_source_content): Don't check before
7412 xfree.
7413 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7414
53e7cdba
TT
74152019-06-25 Tom Tromey <tom@tromey.com>
7416
7417 * tui/tui-winsource.h (tui_update_source_window_as_is)
7418 (tui_alloc_source_buffer, tui_line_is_displayed)
7419 (tui_addr_is_displayed): Change type of win_info.
7420 * tui/tui-winsource.c (tui_update_source_window_as_is)
7421 (tui_clear_source_content, tui_show_source_line)
7422 (tui_show_source_content, tui_source_window_base::refill)
7423 (tui_source_window_base::set_is_exec_point_at)
7424 (tui_source_window_base::set_is_exec_point_at)
7425 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7426 (tui_alloc_source_buffer, tui_line_is_displayed)
7427 (tui_addr_is_displayed): Change type of win_info. Update.
7428 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7429 (tui_source_window_base::do_make_visible_with_new_height):
7430 Update.
7431 * tui/tui-source.c (tui_set_source_content)
7432 (tui_set_source_content_nil)
7433 (tui_source_window::do_scroll_vertical): Update.
7434 * tui/tui-layout.c (show_layout): Update.
7435 * tui/tui-disasm.c (tui_set_disassem_content)
7436 (tui_disasm_window::do_scroll_vertical): Update.
7437 * tui/tui-data.h (tui_win_content): Remove.
7438 (struct tui_gen_win_info) <content, content_size>: Remove.
7439 (struct tui_source_element): Add initializers and destructor.
7440 (union tui_which_element, struct tui_win_element): Remove.
7441 (struct tui_source_window_base) <content>: New field.
7442 (struct tui_data_window): Remove destructor.
7443 (tui_alloc_content, tui_free_win_content)
7444 (tui_free_all_source_wins_content): Don't declare.
7445 * tui/tui-data.c (tui_initialize_static_data): Update.
7446 (init_content_element, tui_alloc_content): Remove.
7447 (~tui_gen_win_info): Update.
7448 (~tui_data_window, tui_free_all_source_wins_content)
7449 (tui_free_win_content, free_content, free_content_elements):
7450 Remove.
7451
7908abbf
TT
74522019-06-25 Tom Tromey <tom@tromey.com>
7453
7454 * tui/tui-winsource.h (tui_clear_source_content)
7455 (tui_erase_source_content, tui_show_source_content): Change type
7456 of win_info.
7457 * tui/tui-winsource.c (tui_clear_source_content)
7458 (tui_erase_source_content, tui_show_source_content): Change type
7459 of win_info.
7460 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7461 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7462 win_info.
7463 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7464 win_info.
7465 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7466
02c28df0
TT
74672019-06-25 Tom Tromey <tom@tromey.com>
7468
7469 * tui/tui-winsource.c (tui_clear_source_content)
7470 (tui_source_window_base::set_is_exec_point_at): Update.
7471 * tui/tui-source.c (tui_set_source_content_nil): Update.
7472 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7473 a bool.
7474 * tui/tui-data.c (init_content_element): Update.
7475
6658b1bf
TT
74762019-06-25 Tom Tromey <tom@tromey.com>
7477
7478 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7479 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7480 * tui/tui-layout.c (init_and_make_win): Update.
7481 * tui/tui.h (enum tui_win_type): Update.
7482 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7483 tui_win_is_auxillary.
7484 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7485 tui_win_is_auxillary.
7486
21e1c91e
TT
74872019-06-25 Tom Tromey <tom@tromey.com>
7488
7489 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7490 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7491 (tui_delete_data_content_windows, tui_display_all_data)
7492 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7493 Update.
7494 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7495 * tui/tui-regs.c (tui_last_regs_line_no)
7496 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7497 (tui_show_registers): Update.
7498 (tui_show_register_group): Return void. Update.
7499 (tui_display_registers_from, tui_display_reg_element_at_line)
7500 (tui_display_registers_from_line, tui_check_register_values):
7501 Update.
7502 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7503 member.
7504 (struct tui_data_window) <regs_content>: Now a std::vector.
7505 <regs_content_count>: Remove.
7506 (tui_add_content_elements, tui_free_data_content): Don't declare.
7507 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7508 (init_content_element): Remove DATA_WIN case. Add assert.
7509 (tui_add_content_elements): Remove.
7510 (tui_data_window): Update.
7511 (tui_free_data_content): Remove.
7512 (free_content_elements): Remove DATA_WIN case.
7513
115ac53b
TT
75142019-06-25 Tom Tromey <tom@tromey.com>
7515
7516 * tui/tui-data.c (tui_data_item_window): Update.
7517 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7518 * tui/tui-windata.c (tui_display_all_data)
7519 (tui_display_data_from_line): Update.
7520 (tui_check_data_values): Remove.
7521 * tui/tui-regs.c (tui_show_register_group)
7522 (tui_display_reg_element_at_line): Update.
7523 * tui/tui-hooks.c (tui_register_changed)
7524 (tui_refresh_frame_and_register_information): Call
7525 tui_check_register_values.
7526 * tui/tui-data.h (struct tui_data_window) <data_content,
7527 data_content_count, data_type>: Remove.
7528 (enum tui_data_type): Remove.
7529
7530 * tui/tui-data.c (tui_data_window::clear_detail)
7531 (~tui_data_window): Update.
7532
eaf9738b
TT
75332019-06-25 Tom Tromey <tom@tromey.com>
7534
7535 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7536 declare.
7537 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7538 Rename from tui_first_data_item_displayed. Update.
7539 (tui_data_window::refresh_all)
7540 (tui_data_window::do_scroll_vertical): Update.
7541 * tui/tui-data.h (struct tui_data_window)
7542 <first_data_item_displayed>: Declare new method.
7543
31ca4723
TT
75442019-06-25 Tom Tromey <tom@tromey.com>
7545
7546 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7547 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7548 contents...
7549 (tui_initialize_static_data): ...here.
7550
41bcff7f
TT
75512019-06-25 Tom Tromey <tom@tromey.com>
7552
7553 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7554 (tui_display_registers_from, tui_check_register_values): Update.
7555 (tui_display_register): Remove win_info parameter; update.
7556 (tui_get_register): Change type of parameters.
7557 * tui/tui-data.h (struct tui_data_element): Remove.
7558 (union tui_which_element) <data>: Remove.
7559 <data_window>: Change type.
7560 (struct tui_data_item_window): New.
7561 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7562 case. Add assert.
7563 (~tui_data_item_window): New destructor.
7564 (free_content_elements): Remove DATA_ITEM_WIN case.
7565
d2802c33
TT
75662019-06-25 Tom Tromey <tom@tromey.com>
7567
7568 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7569 Remove.
7570
dd835f8b
TT
75712019-06-25 Tom Tromey <tom@tromey.com>
7572
7573 * tui/tui-data.h (struct tui_command_element): Remove.
7574 (union tui_which_element) <command>: Remove.
7575 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7576 assert.
7577 (free_content_elements): Remove CMD_WIN case.
7578
bd7db367
TT
75792019-06-25 Tom Tromey <tom@tromey.com>
7580
7581 * tui/tui-layout.c (tui_set_layout): Update.
7582 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7583 * tui/tui-data.c (layout_def): Update.
7584
3add462f
TT
75852019-06-25 Tom Tromey <tom@tromey.com>
7586
7587 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7588 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7589 (tui_source_window_base::set_new_height): Update.
7590 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7591 Update.
7592 (tui_set_locator_fullname, tui_set_locator_info)
7593 (tui_show_frame_info): Update.
7594 * tui/tui-source.c (tui_set_source_content)
7595 (tui_source_is_displayed): Update.
7596 * tui/tui-layout.c (show_source_disasm_command, show_data)
7597 (show_source_or_disasm_and_command): Update.
7598 * tui/tui-disasm.c (tui_set_disassem_content)
7599 (tui_get_begin_asm_address): Update.
7600 * tui/tui-data.h (struct tui_locator_element): Remove.
7601 (union tui_which_element) <locator>: Remove.
7602 (struct tui_locator_window): New.
7603 (tui_locator_win_info_ptr): Change return type.
7604 * tui/tui-data.c (_locator): Change type.
7605 (tui_locator_win_info_ptr): Change return type.
7606 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7607 (tui_alloc_content): Add assert.
7608
489e9d8b
TT
76092019-06-25 Tom Tromey <tom@tromey.com>
7610
7611 * tui/tui-winsource.c
7612 (tui_exec_info_window::maybe_allocate_content): New method.
7613 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7614 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7615 (make_source_or_disasm_window): Add cast.
7616 * tui/tui-data.h (union tui_which_element) <simple_string>:
7617 Remove.
7618 (struct tui_source_info): New.
7619 (struct tui_source_window_base) <execution_info>: Change type.
7620 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7621 case, and add assert.
7622 (tui_alloc_content): Add assert.
7623
c3fabb7d
TT
76242019-06-25 Tom Tromey <tom@tromey.com>
7625
7626 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7627 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7628 * tui/tui-data.c (tui_alloc_win_info): Remove.
7629
bbc228ee
TT
76302019-06-25 Tom Tromey <tom@tromey.com>
7631
7632 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7633 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7634 can_highlight.
7635
5fcee43a
TT
76362019-06-25 Tom Tromey <tom@tromey.com>
7637
7638 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7639 make_visible_with_new_height method.
7640 (tui_win_info::make_visible_with_new_height): New method.
7641 (tui_source_window_base::do_make_visible_with_new_height)
7642 (tui_data_window::do_make_visible_with_new_height)
7643 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7644 (make_visible_with_new_height): Remove.
7645 (tui_resize_all, tui_adjust_win_heights): Use
7646 make_visible_with_new_height method.
7647 * tui/tui-data.h (struct tui_win_info)
7648 <do_make_visible_with_new_height, make_visible_with_new_height>:
7649 New methods.
7650 (struct tui_source_window_base, struct tui_data_window)
7651 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7652 methods.
7653
d83f1fe6
TT
76542019-06-25 Tom Tromey <tom@tromey.com>
7655
7656 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7657 method.
7658 (update_tab_width): Call update_tab_width method.
7659 * tui/tui-data.h (struct tui_win_info)
7660 (struct tui_source_window_base) <update_tab_width>: New methods.
7661
17374de4
TT
76622019-06-25 Tom Tromey <tom@tromey.com>
7663
7664 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7665 parameter.
7666 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7667 parameter.
7668 (tui_gen_win_info::make_visible): Update.
7669 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7670 parameter.
7671 * tui/tui-data.h (enum tui_box): New enum.
7672 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7673
f936bca2
TT
76742019-06-25 Tom Tromey <tom@tromey.com>
7675
7676 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7677 init_and_make_win for EXEC_INFO_WIN.
7678 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7679 longer inline.
7680 (struct tui_win_info) <~tui_win_info>: Inline.
7681 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7682 Don't declare.
7683 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7684 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7685 Remove.
7686 (tui_initialize_static_data): Update.
7687 (~tui_gen_win_info): Handle more cleanup here.
7688 (~tui_source_window_base): Delete "execution_info".
7689 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7690
d6ba6a11
TT
76912019-06-25 Tom Tromey <tom@tromey.com>
7692
7693 * tui/tui-layout.c (make_command_window): Don't set
7694 can_highlight.
7695 (show_source_disasm_command): Call the reset method.
7696 (show_data): Don't set can_highlight. Call the reset method.
7697 (tui_gen_win_info::reset): Rename from init_gen_win_info
7698 (init_and_make_win): Simplify. Return tui_gen_win_info.
7699 (show_source_or_disasm_and_command): Call the reset method.
7700 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7701 (struct tui_cmd_window): Set can_highlight.
7702
48a3bd16
TT
77032019-06-25 Tom Tromey <tom@tromey.com>
7704
7705 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7706 from make_visible.
7707 (tui_make_visible, tui_make_invisible): Rewrite.
7708 (tui_win_info::make_visible): Remove.
7709 (tui_source_window_base::make_visible): Update.
7710 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7711 method. Moved from...
7712 (struct tui_win_info) <make_visible>: ...here.
7713
c3bd716f
TT
77142019-06-25 Tom Tromey <tom@tromey.com>
7715
7716 * tui/tui-winsource.c
7717 (tui_source_window_base::do_scroll_horizontal): Remove direction
7718 parameter.
7719 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7720 direction parameter.
7721 * tui/tui-win.c (tui_win_info::forward_scroll)
7722 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7723 (tui_win_info::right_scroll): Update.
7724 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7725 direction parameter.
7726 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7727 direction parameter.
7728 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7729 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7730 Remove direction parameter.
7731 (struct tui_source_window_base, struct tui_source_window)
7732 (struct tui_disasm_window, struct tui_data_window)
7733 (struct tui_cmd_window): Update.
7734
21c32dca
TT
77352019-06-25 Tom Tromey <tom@tromey.com>
7736
7737 * tui/tui-winsource.h (tui_set_exec_info_content)
7738 (tui_show_exec_info_content, tui_erase_exec_info_content)
7739 (tui_clear_exec_info_content, tui_update_exec_info): Change
7740 argument to tui_source_window_base.
7741 * tui/tui-winsource.c (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
73fbdc65
TT
77462019-06-25 Tom Tromey <tom@tromey.com>
7747
7748 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7749 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7750
33325343
TT
77512019-06-25 Tom Tromey <tom@tromey.com>
7752
7753 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7754 check.
7755
29d2c474
TT
77562019-06-25 Tom Tromey <tom@tromey.com>
7757
7758 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7759 type to void.
7760 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7761 type to void.
7762 * tui/tui-source.c (tui_set_source_content): Update.
7763 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7764
152f3f4b
TT
77652019-06-25 Tom Tromey <tom@tromey.com>
7766
7767 * tui/tui-win.c (window_name_completer, tui_set_focus)
7768 (tui_all_windows_info): Use name method.
7769 * tui/tui-data.h (struct tui_gen_win_info)
7770 (struct tui_source_window, struct tui_disasm_window)
7771 (struct tui_data_window, struct tui_cmd_window) <name>: New
7772 method.
7773 (tui_win_name): Don't declare.
7774 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7775 (tui_win_name): Remove.
7776
be4da588
TT
77772019-06-25 Tom Tromey <tom@tromey.com>
7778
7779 * tui/tui-winsource.h (tui_update_source_window)
7780 (tui_update_source_window_as_is): Change parameter type.
7781 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7782 to be a tui_source_window_base.
7783 (tui_update_source_window_as_is): Likewise.
7784 * tui/tui-win.c (make_visible_with_new_height): Update.
7785
5b81daba
TT
77862019-06-25 Tom Tromey <tom@tromey.com>
7787
7788 * tui/tui-winsource.c (tui_erase_source_content)
7789 (tui_show_source_content, tui_show_exec_info_content)
7790 (tui_erase_exec_info_content): Use refresh_window method.
7791 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7792 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7793 from tui_refresh_win.
7794 (tui_data_window::refresh_window): New method.
7795 (tui_win_info::refresh, tui_source_window_base::refresh)
7796 (tui_refresh_all): Use refresh_window method.
7797 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7798 method.
7799 * tui/tui-regs.c (tui_display_register): Call refresh_window
7800 method.
7801 * tui/tui-layout.c (show_source_disasm_command)
7802 (show_source_or_disasm_and_command): Call refresh_window method.
7803 * tui/tui-data.h (struct tui_gen_win_info)
7804 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7805 New method.
7806
cb2ce893
TT
78072019-06-25 Tom Tromey <tom@tromey.com>
7808
7809 * tui/tui.c (tui_rl_other_window, tui_enable)
7810 (tui_is_window_visible, tui_get_command_dimension): Update.
7811 * tui/tui-winsource.c (tui_update_source_window_as_is)
7812 (tui_clear_source_content, tui_erase_source_content)
7813 (tui_show_source_line, tui_source_window_base::refill)
7814 (tui_source_window_base::do_scroll_horizontal)
7815 (tui_source_window_base::set_is_exec_point_at)
7816 (tui_update_breakpoint_info, tui_set_exec_info_content)
7817 (tui_alloc_source_buffer, tui_line_is_displayed)
7818 (tui_addr_is_displayed): Update.
7819 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7820 (tui_check_and_display_highlight_if_needed)
7821 (tui_win_info::make_visible, tui_win_info::refresh)
7822 (tui_refresh_all): Update.
7823 * tui/tui-windata.c (tui_first_data_item_displayed)
7824 (tui_delete_data_content_windows, tui_erase_data_content)
7825 (tui_display_all_data, tui_data_window::refresh_all)
7826 (tui_check_data_values): Update.
7827 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7828 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7829 (tui_win_info::backward_scroll, tui_refresh_all_win)
7830 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7831 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7832 (tui_source_window_base::set_new_height)
7833 (tui_data_window::set_new_height)
7834 (make_invisible_and_set_new_height)
7835 (make_visible_with_new_height, new_height_ok)
7836 (parse_scrolling_args): Update.
7837 * tui/tui-stack.c (tui_show_frame_info): Update.
7838 * tui/tui-source.c (tui_set_source_content)
7839 (tui_set_source_content_nil, tui_source_is_displayed)
7840 (tui_source_window::do_scroll_vertical): Update.
7841 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7842 (tui_display_registers_from, tui_display_reg_element_at_line)
7843 (tui_check_register_values, tui_reg_command): Update.
7844 * tui/tui-layout.c (tui_default_win_height)
7845 (show_source_disasm_command, show_data, init_and_make_win)
7846 (show_source_or_disasm_and_command): Update.
7847 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7848 (tui_redisplay_readline, tui_mld_flush)
7849 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7850 (tui_getc): Update.
7851 * tui/tui-disasm.c (tui_set_disassem_content)
7852 (tui_disasm_window::do_scroll_vertical): Update.
7853 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7854 Now virtual.
7855 (struct tui_win_info): Derive from tui_gen_win_info.
7856 <~tui_win_info>: Mark as override.
7857 <generic>: Remove member.
7858 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7859 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7860 (~tui_data_window, ~tui_win_info)
7861 (tui_free_all_source_wins_content): Update.
7862 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7863
ab313b35
TT
78642019-06-25 Tom Tromey <tom@tromey.com>
7865
7866 * tui/tui-layout.c (init_and_make_win): Use new.
7867 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7868 destructor, initializers.
7869 (tui_alloc_generic_win_info): Don't declare.
7870 * tui/tui-data.c (_locator): Add argument to constructor.
7871 (source_win, disasm_win): New globals.
7872 (exec_info): Remove.
7873 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7874 Update.
7875 (tui_alloc_generic_win_info): Remove.
7876 (init_content_element): Use new.
7877 (tui_win_info::tui_win_info): Update.
7878 (free_content_elements) <case DATA_WIN>: Use delete.
7879
dc2c33e4
TT
78802019-06-25 Tom Tromey <tom@tromey.com>
7881
7882 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7883 * tui/tui-windata.c (tui_first_data_item_displayed)
7884 (tui_delete_data_content_windows): Update.
7885 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7886 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7887 (tui_display_registers_from, tui_check_register_values): Update.
7888 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7889 pointer.
7890 * tui/tui-data.c (init_content_element): Update. Allocate the new
7891 window.
7892 (tui_free_data_content): Update.
7893 (free_content_elements) <case DATA_WIN>: Free the window.
7894
214a5cbe
TT
78952019-06-25 Tom Tromey <tom@tromey.com>
7896
7897 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7898 Update.
7899 * tui/tui-layout.c (make_command_window)
7900 (show_source_disasm_command, show_data, init_and_make_win)
7901 (show_source_or_disasm_and_command): Update.
7902 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7903 method.
7904 <can_highight, is_highlighted>: Now bool.
7905 (tui_set_win_highlight): Don't declare.
7906 * tui/tui-data.c (tui_set_win_highlight): Remove.
7907
8e2daf15
TT
79082019-06-25 Tom Tromey <tom@tromey.com>
7909
7910 * tui/tui-wingeneral.c (make_visible): Remove check of window
7911 type.
7912
8903bd8a
TT
79132019-06-25 Tom Tromey <tom@tromey.com>
7914
7915 * tui/tui-win.c (tui_win_info::max_height)
7916 (tui_cmd_window::max_height): New methods.
7917 (new_height_ok): Call max_height.
7918 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7919 <max_height>: New method.
7920
3f02ce1e
TT
79212019-06-25 Tom Tromey <tom@tromey.com>
7922
7923 * tui/tui-win.c (tui_source_window_base::set_new_height)
7924 (tui_data_window::set_new_height): New methods.
7925 (make_invisible_and_set_new_height): Call set_new_height method.
7926 * tui/tui-data.h (struct tui_win_info)
7927 (struct tui_source_window_base, struct tui_data_window)
7928 <set_new_height>: New method.
7929
1825f487
TT
79302019-06-25 Tom Tromey <tom@tromey.com>
7931
7932 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7933 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7934 tui_refresh_data_win.
7935 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7936 method.
7937 (tui_refresh_all_win): Call the refresh_all method.
7938 (tui_set_focus): Likewise.
7939 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7940 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7941 Likewise.
7942
ad54d15b
TT
79432019-06-25 Tom Tromey <tom@tromey.com>
7944
7945 * tui/tui-winsource.h (tui_refill_source_window)
7946 (tui_set_is_exec_point_at): Don't declare.
7947 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7948 (tui_source_window_base::refill): Rename from
7949 tui_refill_source_window.
7950 (tui_source_window_base::do_scroll_horizontal): Update.
7951 (tui_source_window_base::set_is_exec_point_at): Rename from
7952 tui_set_is_exec_point_at.
7953 (tui_update_all_breakpoint_info): Update.
7954 * tui/tui-stack.c (tui_show_frame_info): Update.
7955 * tui/tui-layout.c (show_data): Add cast.
7956 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7957 * tui/tui-data.h (struct tui_source_window_base) <refill,
7958 set_is_exec_point_at>: New methods.
7959 (tui_source_windows, tui_add_to_source_windows): Update types.
7960 (tui_add_to_source_windows): Remove redundant declaration.
7961 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7962 (tui_source_windows): Change return type.
7963 (tui_clear_source_windows_detail): Update.
7964 (tui_add_to_source_windows): Change type of parameter.
7965 (tui_free_all_source_wins_content): Update.
7966
2042b506
TT
79672019-06-25 Tom Tromey <tom@tromey.com>
7968
7969 * tui/tui-wingeneral.c (tui_win_info::refresh)
7970 (tui_source_window_base::refresh): New methods.
7971 (tui_refresh_all): Call the refresh method.
7972 * tui/tui-data.h (struct tui_win_info)
7973 (struct tui_source_window_base) <refresh>: New method.
7974
56122977
TT
79752019-06-25 Tom Tromey <tom@tromey.com>
7976
7977 * tui/tui.h (tui_is_window_visible): Return bool.
7978 * tui/tui.c (tui_is_window_visible): Return bool.
7979 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7980 (tui_make_visible, tui_make_invisible)
7981 (tui_win_info::make_visible)
7982 (tui_source_window_base::make_visible, make_all_visible)
7983 (tui_make_all_visible, tui_make_all_invisible): Update.
7984 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7985 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7986 bool.
7987 (struct tui_win_info, struct tui_source_window_base)
7988 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7989 * tui/tui-data.c (tui_init_generic_part): Update.
7990
cda37efb
TT
79912019-06-25 Tom Tromey <tom@tromey.com>
7992
7993 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7994 (tui_source_window_base::make_visible): New methods.
7995 (make_all_visible): Make method call.
7996 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7997 (struct tui_source_window_base, struct tui_cmd_window): Override
7998 make_visible.
7999 (tui_win_is_source_type): Don't declare.
8000 * tui/tui-data.c (tui_win_is_source_type): Remove.
8001
6a0ee02c
TT
80022019-06-25 Tom Tromey <tom@tromey.com>
8003
8004 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8005 NULL check.
8006
63901aec
TT
80072019-06-25 Tom Tromey <tom@tromey.com>
8008
8009 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8010 Inline constructor. Add initializers for members.
8011 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8012 constructors; now inline in class.
8013
ceb13a13
TT
80142019-06-25 Tom Tromey <tom@tromey.com>
8015
8016 * tui/tui-regs.c (tui_show_registers): Update.
8017 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8018 bool.
8019 * tui/tui-data.c (tui_data_window::clear_detail)
8020 (tui_data_window): Update.
8021
238eb706
TT
80222019-06-25 Tom Tromey <tom@tromey.com>
8023
8024 * tui/tui-windata.c (tui_display_all_data)
8025 (tui_display_data_from_line, tui_display_data_from)
8026 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8027 Update.
8028 * tui/tui-regs.c (tui_last_regs_line_no)
8029 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8030 (tui_show_registers, tui_show_register_group)
8031 (tui_display_registers_from, tui_display_reg_element_at_line)
8032 (tui_display_registers_from_line, tui_check_register_values)
8033 (tui_reg_next, tui_reg_prev): Update.
8034 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8035 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8036 tui_data_window.
8037 (struct tui_win_info) <detail>: Remove. Add new fields from
8038 tui_data_info.
8039 (TUI_DATA_WIN): Add cast.
8040 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8041 (~tui_data_window): Simplify.
8042
81491aa0
TT
80432019-06-25 Tom Tromey <tom@tromey.com>
8044
8045 * tui/tui-layout.c (show_source_disasm_command)
8046 (show_source_or_disasm_and_command): Update.
8047 * tui/tui-io.c (update_cmdwin_start_line)
8048 (tui_redisplay_readline): Update.
8049 * tui/tui-data.h (struct tui_command_info): Remove.
8050 (struct tui_win_info) <detail>: Remove command_info member.
8051 (struct tui_data_window) <start_line>: New member, from
8052 tui_command_info.
8053 (TUI_CMD_WIN): Add casts.
8054
e6e41501
TT
80552019-06-25 Tom Tromey <tom@tromey.com>
8056
8057 * tui/tui-winsource.c (tui_update_source_window)
8058 (tui_refill_source_window)
8059 (tui_source_window_base::do_scroll_horizontal)
8060 (tui_update_breakpoint_info, tui_set_exec_info_content)
8061 (tui_show_exec_info_content, tui_erase_exec_info_content)
8062 (tui_clear_exec_info_content): Update.
8063 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8064 Update.
8065 * tui/tui-win.c (make_invisible_and_set_new_height)
8066 (make_visible_with_new_height): Update.
8067 * tui/tui-source.c (tui_set_source_content)
8068 (tui_show_symtab_source): Update.
8069 * tui/tui-layout.c (extract_display_start_addr)
8070 (show_source_disasm_command, show_data)
8071 (make_source_or_disasm_window)
8072 (show_source_or_disasm_and_command): Update.
8073 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8074 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8075 "gdbarch".
8076 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8077 to tui_source_window_base.
8078 (struct tui_win_info) <detail>: Remove source_info member.
8079 (struct tui_source_window_base) <has_locator>: Inline.
8080 Move contents from tui_source_info; rename has_locator member to
8081 m_has_locator.
8082 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8083 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8084 header file.
8085 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8086 Simplify.
8087 (tui_free_all_source_wins_content): Cast to
8088 tui_source_window_base.
8089
44f0e208
TT
80902019-06-25 Tom Tromey <tom@tromey.com>
8091
8092 * tui/tui-win.c (make_invisible_and_set_new_height)
8093 (make_visible_with_new_height): Call has_locator method.
8094 * tui/tui-layout.c (show_source_disasm_command, show_data)
8095 (show_source_or_disasm_and_command): Update for bool change.
8096 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8097 (tui_win_info) <has_locator>: New method.
8098 (struct tui_source_window_base) <has_locator>: New method.
8099 (tui_win_has_locator): Don't declare.
8100 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8101 from tui_win_has_locator.
8102 (tui_source_window_base): Use false, not FALSE.
8103
7778b912
TT
81042019-06-25 Tom Tromey <tom@tromey.com>
8105
8106 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8107 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8108 clear_detail method directly.
8109 (tui_clear_win_detail): Remove.
8110
f83d391c
TT
81112019-06-25 Tom Tromey <tom@tromey.com>
8112
8113 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8114 "this", not TUI_DISASM_WIN.
8115
13446e05
TT
81162019-06-25 Tom Tromey <tom@tromey.com>
8117
8118 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8119 declare.
8120 * tui/tui-winsource.c
8121 (tui_source_window_base::do_scroll_horizontal): Rename from
8122 tui_horizontal_source_scroll.
8123 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8124 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8125 from tui_vertical_data_scroll.
8126 * tui/tui-win.h (tui_scroll): Don't declare.
8127 * tui/tui-win.c (tui_win_info::forward_scroll)
8128 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8129 (tui_win_info::right_scroll): Rename and update.
8130 (tui_scroll_forward_command, tui_scroll_backward_command)
8131 (tui_scroll_left_command, tui_scroll_right_command): Update.
8132 (tui_scroll): Remove.
8133 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8134 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8135 from tui_vertical_source_scroll.
8136 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8137 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8138 from tui_vertical_disassem_scroll.
8139 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8140 do_scroll_horizontal>: New methods.
8141 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8142 Likewise.
8143 (struct tui_source_window_base): Add do_scroll_horizontal.
8144 (struct tui_source_window, struct tui_disasm_window): Add
8145 do_scroll_vertical.
8146 (struct tui_data_window, struct tui_cmd_window): Add
8147 do_scroll_horizontal and do_scroll_vertical.
8148 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8149
5cf82909
TT
81502019-06-25 Tom Tromey <tom@tromey.com>
8151
8152 * tui/tui-data.h (struct tui_source_window_base): New struct.
8153 (struct tui_source_window): Derive from tui_source_window_base.
8154 (struct tui_disasm_window): New struct.
8155 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8156 from tui_source_window::clear_detail.
8157 (tui_source_window_base): Rename from tui_source_window.
8158 (~tui_source_window_base): Rename from ~tui_source_window.
8159 (tui_alloc_win_info): Create a tui_disasm_window.
8160
ee1d42d6
TT
81612019-06-25 Tom Tromey <tom@tromey.com>
8162
8163 * tui/tui-data.h (struct tui_source_window)
8164 (struct tui_data_window): Declare destructors.
8165 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8166 destructors.
8167 (tui_win_info): Simplify.
8168
b4eb2452
TT
81692019-06-25 Tom Tromey <tom@tromey.com>
8170
8171 * tui/tui-winsource.c (tui_display_main)
8172 (tui_update_source_windows_with_addr)
8173 (tui_update_all_breakpoint_info): Update.
8174 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8175 (new_height_ok, parse_scrolling_args): Update.
8176 * tui/tui-stack.c (tui_show_frame_info): Update.
8177 * tui/tui-data.h (struct tui_list): Remove.
8178 (tui_source_windows): Return a reference to a std::vector.
8179 * tui/tui-data.c (source_windows): Now a std::vector.
8180 (tui_source_windows): Change return type.
8181 (tui_clear_source_windows): Rewrite.
8182 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8183 (tui_free_all_source_wins_content): Rewrite.
8184
8761a91b
TT
81852019-06-25 Tom Tromey <tom@tromey.com>
8186
8187 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8188 (struct tui_data_window, struct tui_cmd_window): Declare
8189 clear_detail method.
8190 * tui/tui-data.c (tui_source_window::clear_detail)
8191 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8192 methods.
8193 (tui_clear_win_detail): Simplify.
8194
0ed69eda
TT
81952019-06-25 Tom Tromey <tom@tromey.com>
8196
8197 * tui/tui-layout.c (make_source_window, make_disasm_window)
8198 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8199 Return the new window.
8200 (show_source_disasm_command, show_data)
8201 (show_source_or_disasm_and_command): Update.
8202
82432e10
TT
82032019-06-25 Tom Tromey <tom@tromey.com>
8204
8205 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8206 parameter. Return the new window.
8207 (show_source_disasm_command): Update and remove NULL check.
8208 (show_source_or_disasm_and_command): Update.
8209
ec328aa5
TT
82102019-06-25 Tom Tromey <tom@tromey.com>
8211
8212 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8213
33b906ab
TT
82142019-06-25 Tom Tromey <tom@tromey.com>
8215
8216 * tui/tui-data.h (struct tui_win_info): Make constructor
8217 protected. Make destructor virtual. Add initializers.
8218 (tui_source_window, tui_data_window, tui_cmd_window): New
8219 classes.
8220 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8221 constructor. Add "type" parameter.
8222 (tui_source_window, tui_data_window, tui_cmd_window): New
8223 constructors.
8224 (tui_alloc_win_info): Instantiate the appropriate subclass.
8225
e7e11af4
TT
82262019-06-25 Tom Tromey <tom@tromey.com>
8227
8228 * tui/tui-win.c (tui_resize_all): Use delete.
8229 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8230 destructor.
8231 (tui_free_window): Don't declare.
8232 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8233 Update.
8234
6792b55e
TT
82352019-06-25 Tom Tromey <tom@tromey.com>
8236
8237 * tui/tui-data.h (struct tui_win_info): Add constructor.
8238 * tui/tui-data.c (tui_alloc_win_info): Use new.
8239 (tui_free_window): Use delete.
8240
f95675e1
TT
82412019-06-22 Tom Tromey <tom@tromey.com>
8242
8243 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8244 declare.
8245 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8246
5bff081c
TT
82472019-06-22 Tom Tromey <tom@tromey.com>
8248
8249 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8250 declare.
8251 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8252
47e3f474
TV
82532019-06-22 Tom de Vries <tdevries@suse.de>
8254
8255 * dwarf2read.c (create_addrmap_from_aranges)
8256 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8257 instead of '%zu'.
8258
fd5866f6
SM
82592019-06-21 Simon Marchi <simon.marchi@efficios.com>
8260
8261 * dwarf2read.h (dwarf2_section_info_def): Remove.
8262 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8263 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8264 std::vector<dwarf2_section_info>.
8265 (struct dwo_file) <~dwo_file>: Remove.
8266 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8267 types field.
8268 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8269 (dwarf2_read_debug_names): Likewise.
8270 (create_debug_types_hash_table): Change parameter type to
8271 array_view, adjust code accordingly.
8272 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8273 (partial_die_info::fixup): Likewise.
8274 (determine_prefix): Likewise.
8275 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8276
fb1eb2f9
SM
82772019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8278
8279 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8280 gdb_bfd_ref_ptr.
8281 <~dwo_file>: Remove call to gdb_bfd_unref.
8282 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8283 gdb_bfd_ref_ptr::get.
8284
51ac9db5
SM
82852019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8286
8287 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8288 type to htab_up.
8289 * dwarf2read.c (struct dwo_file): Initialize fields.
8290 <~dwo_file>: New.
8291 (free_dwo_file): Remove, move content to ~dwo_file.
8292 (struct dwo_file_deleter): Remove.
8293 (dwo_file_up>: Remove custom deleter.
8294 (free_dwo_files): Remove.
8295 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8296 dwo_files.
8297 (process_skeletonless_type_units): Call unique_ptr::get.
8298 (allocate_dwo_file_hash_table): Add deleter to created hash
8299 table. Change return type to htab_up.
8300 (lookup_dwo_file_slot): Don't memset dwo_file, call
8301 unique_ptr::get.
8302 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8303 (create_dwo_unit_in_dwp_v2): Likewise.
8304 (open_and_init_dwo_file): Likewise.
8305 (free_dwo_file_from_slot): Remove.
8306
dc4ccb6f
SM
83072019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8308
8309 * dwarf2read.h (struct dwarf2_section_info) <readin,
8310 is_virtual>: Change type to bool.
8311 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8312 true instead of 1.
8313
e6a1c5cb
TT
83142019-06-19 Tom Tromey <tom@tromey.com>
8315
8316 * tui/tui-data.h (tui_init_content_element): Don't declare.
8317
6f6ffbeb
TT
83182019-06-19 Tom Tromey <tom@tromey.com>
8319
8320 * tui/tui-data.h (tui_init_win_info): Don't declare.
8321
f23f598e
TV
83222019-06-19 Tom de Vries <tdevries@suse.de>
8323
8324 * dwarf2read.h (abstract_to_concrete): Change type to
8325 std::unordered_map<sect_offset, std::vector<sect_offset>,
8326 gdb::hash_enum<sect_offset>>.
8327
680e1bee
TT
83282019-06-19 Tom Tromey <tromey@adacore.com>
8329
8330 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8331 EVAL_AVOID_SIDE_EFFECTS specially.
8332
dcf37923
TT
83332019-06-19 Tom Tromey <tromey@adacore.com>
8334
8335 * source-cache.c (highlighter): New global.
8336 (source_cache::get_source_lines): Create a highlighter on demand.
8337
494986d5
AB
83382019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8339
8340 * defs.h (deprecated_interactive_hook): Delete declaration.
8341 * interps.c (clear_interpreter_hooks): Remove use of
8342 deprecated_interactive_hook.
8343 * top.c (deprecated_interactive_hook): Delete definition.
8344 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8345
3360b6e7
TV
83462019-06-18 Tom de Vries <tdevries@suse.de>
8347
8348 PR gdb/24515
8349 * dwarf2read.h (abstract_to_concrete): Change type from
8350 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8351 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8352 * dwarf2read.c (read_variable): Update.
8353 (dwarf2_fetch_die_loc_sect_off): Update.
8354
310b3441
TV
83552019-06-17 Tom de Vries <tdevries@suse.de>
8356
8357 PR gdb/24617
8358 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8359 accessing parent[parent_len - 1].
8360
ba9777be
PP
83612019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8362
8363 PR gdb/24364
8364 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8365 call dtrace_process_dof with NULL dof.
8366
2b9f6e89
TV
83672019-06-16 Tom de Vries <tdevries@suse.de>
8368
8369 PR gdb/24445
8370 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8371
431b3ead
TT
83722019-06-16 Tom Tromey <tom@tromey.com>
8373
8374 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8375 (make_all_visible): Use address of member.
8376
d04b44a1
TT
83772019-06-16 Tom Tromey <tom@tromey.com>
8378
8379 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8380 (tui_free_window, free_content, free_content_elements): Remove
8381 unnecessary cast.
8382 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8383 cast.
8384 * tui/tui-regs.c (tui_show_register_group)
8385 (tui_display_registers_from, tui_display_reg_element_at_line):
8386 Remove unnecessary cast.
8387
bf5142e7
AB
83882019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8389
8390 * linux-nat.c (normal_mask): Delete.
8391 (_initialize_linux_nat): Don't initialise normal_mask.
8392
c4973306
SM
83932019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8394
8395 PR gdb/24445
8396 * dwarf-index-write.h (write_psymtabs_to_index): Add
8397 dwz_basename parameter.
8398 * dwarf-index-write.c (write_gdbindex): Move file writing to
8399 write_gdbindex_1. Change return type void.
8400 (assert_file_size): Move up, remove filename parameter.
8401 (write_gdbindex_1): New function.
8402 (write_debug_names): Change return type to void, call
8403 assert_file_size.
8404 (struct index_wip_file): New struct.
8405 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8406 file logic to index_wip_file. Write index for dwz file if
8407 needed.
8408 (save_gdb_index_command): Pass basename of dwz file, if present.
8409 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8410 build-id of dwz file, if present.
8411 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8412 (dwarf2_get_dwz_file): Likewise.
8413 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8414 (dwarf2_get_dwz_file): Likewise.
8415
395f9c91
TT
84162019-06-16 Tom Tromey <tom@tromey.com>
8417
8418 * coffread.c (process_coff_symbol): Use xstrdup.
8419 * value.c (create_internalvar): Use xstrdup.
8420
cafb3438
TT
84212019-06-16 Tom Tromey <tom@tromey.com>
8422
8423 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8424 * breakpoint.c (stopin_command, stopat_command)
8425 (until_break_command, decode_location_default): Remove unnecessary
8426 cast.
8427 * utils.c (subset_compare): Remove unnecessary cast.
8428 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8429 cast.
8430 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8431 cast.
8432 * infcmd.c (path_command): Remove unnecessary cast.
8433 * coffread.c (decode_type): Remove unnecessary cast.
8434 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8435 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8436 * tui/tui-stack.c (tui_show_locator_content)
8437 (tui_show_frame_info): Remove unnecessary cast.
8438 * tui/tui-win.c (tui_scroll_forward_command)
8439 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8440 (parse_scrolling_args): Remove unnecessary cast.
8441 * tui/tui-data.c (init_win_info, tui_del_window)
8442 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8443 (free_content_elements): Remove unnecessary cast.
8444 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8445 unnecessary cast.
8446 * tui/tui-source.c (tui_set_source_content)
8447 (tui_vertical_source_scroll): Remove unnecessary cast.
8448 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8449 cast.
8450 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8451 * tui/tui-regs.c (tui_display_registers_from)
8452 (tui_display_register): Remove unnecessary cast.
8453 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8454 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8455 (make_visible): Remove unnecessary cast.
8456 * tui/tui-winsource.c (tui_erase_source_content)
8457 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8458 unnecessary cast.
8459 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8460 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8461 * stabsread.c (read_type, read_array_type, read_range_type):
8462 Remove unnecessary cast.
8463 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8464 (parse_symbol, parse_type, upgrade_type, parse_external)
8465 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8466 unnecessary cast.
8467 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8468
730ead81
TT
84692019-06-16 Tom Tromey <tom@tromey.com>
8470
8471 * tui/tui-data.c (tui_alloc_generic_win_info)
8472 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8473 checks.
8474
584a927c
AB
84752019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8476 Andrew Burgess <andrew.burgess@embecosm.com>
8477
8478 * f-typeprint.c (f_print_type): Don't return early for not
8479 associated or not allocated types.
8480 (f_type_print_varspec_suffix): Add print_rank parameter and print
8481 ranks of array types in case they dangling.
8482 (f_type_print_base): Add print_rank parameter.
8483
30056ea0
AB
84842019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8485
8486 * NEWS: Mention new MI commands.
8487 * break-catch-throw.c (enum exception_event_kind): Move to
8488 breakpoint.h.
8489 (print_mention_exception_catchpoint): Output text as a single
8490 message.
8491 (catch_exception_command_1): Rename to...
8492 (catch_exception_event): ...this, make non-static, update header
8493 command, and change some parameter types.
8494 (catch_catch_command): Update for changes to
8495 catch_exception_command_1.
8496 (catch_throw_command): Likewise.
8497 (catch_rethrow_command): Likewise.
8498 * breakpoint.c (enum exception_event_kind): Delete.
8499 * breakpoint.h (enum exception_event_kind): Moved here from
8500 break-catch-throw.c.
8501 (catch_exception_event): Declare.
8502 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8503 (mi_cmd_catch_throw): New function.
8504 (mi_cmd_catch_rethrow): New function.
8505 (mi_cmd_catch_catch): New function.
8506 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8507 'catch-catch' entries.
8508 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8509 (mi_cmd_catch_rethrow): Declare.
8510 (mi_cmd_catch_catch): Declare.
8511
ec8e2b6d
AB
85122019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 * annotate.c (annotate_source_line): Change return type to void,
8515 update implementation to match.
8516 * annotate.h (annotate_source_line): Change return type to void,
8517 update header comment.
8518 * stack.c (print_frame_info): Don't change what frame information
8519 is printed based on whether annotations are on or not.
8520
0d3abd8c
AB
85212019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8524 (annotate_source): Make static.
8525 (annotate_source_line): Moved from source.c and renamed from
8526 identify_source_line. Update the return type.
8527 * annotate.h (annotate_source): Delete declaration.
8528 (annotate_source_line): Declaration moved from source.h, and
8529 renamed from identify_source_line. Return type updated.
8530 * source.c (identify_source_line): Moved to annotate.c and renamed
8531 to annotate_source_line.
8532 (info_line_command): Remove check of annotation_level.
8533 * source.h (identify_source_line): Move declaration to annotate.h
8534 and rename to annotate_source_line.
8535 * stack.c: Add 'annotate.h' include.
8536 (print_frame_info): Remove check of annotation_level before
8537 calling annotate_source_line.
8538
00df30ae
AB
85392019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8540
8541 * source-cache.c (source_cache::get_plain_source_lines): Use
8542 open_source_file_with_line_charpos instead of just
8543 open_source_file, remove call to find_source_lines.
8544 (source_cache::get_source_lines): Likewise.
8545 * source.c (find_source_lines): Make static.
8546 (get_filename_and_charpos): Renamed into...
8547 (open_source_file_with_line_charpos): ..this along with changes to
8548 return a scoped_fd, and some other minor clean ups.
8549 (identify_source_line): Use open_source_file_with_line_charpos.
8550 (search_command_helper): Use open_source_file_with_line_charpos
8551 instead of just open_source_file, remove call to
8552 find_source_lines.
8553 * source.h (open_source_file_with_line_charpos): Declare new
8554 function.
8555 (find_source_lines): Delete declaration.
8556
afda45a2
AB
85572019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8558
8559 * source.c (get_filename_and_charpos): Remove fullname
8560 parameter.
8561 (identify_source_line): Update call to get_filename_and_charpos.
8562
0735b091
TT
85632019-06-14 Tom Tromey <tromey@adacore.com>
8564
8565 PR gdb/24502:
8566 * ui-style.h (skip_ansi_escape): Update comment.
8567 * ui-file.h (class no_terminal_escape_file): New class.
8568 * ui-file.c (no_terminal_escape_file::write)
8569 (no_terminal_escape_file::puts): New methods.
8570 * cli/cli-logging.c (handle_redirections): Use
8571 no_terminal_escape_file.
8572
52ce35e2
TT
85732019-06-14 Tom Tromey <tromey@adacore.com>
8574
8575 * NEWS: Move convenience variable news above Python news.
8576
73cc7272
TT
85772019-06-14 Tom Tromey <tom@tromey.com>
8578
8579 * gnulib: Move directory to top-level.
8580 * configure.ac: Don't configure gnulib.
8581 * configure: Rebuild.
8582 * common/common-defs.h: Use new path to gnulib.
8583 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8584 (GNULIB_H): Remove.
8585 (INCGNU): Look in new gnulib location.
8586 (HFILES_NO_SRCDIR): Remove gnulib files.
8587 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8588 (generated_files): Remove GNULIB_H.
8589 ($(LIBGNU), all-lib): Remove targets.
8590 (distclean): Don't mention GNULIB_BUILDDIR.
8591 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8592
f5686554
TT
85932019-06-14 Tom Tromey <tromey@adacore.com>
8594
8595 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8596 Warn if symbol file does not provide any symbols.
8597
a0c1ffed
TT
85982019-06-14 Tom Tromey <tromey@adacore.com>
8599
8600 * source.c (find_and_open_source): Respect basenames_may_differ.
8601
7c39e397
AB
86022019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8603
8604 * annotate.c (annotate_breakpoints_invalid): Make use of
8605 scoped_restore_terminal_state.
8606 (annotate_frames_invalid): Likewise.
8607
f411722c
TT
86082019-06-14 Tom Tromey <tromey@adacore.com>
8609
8610 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8611 allow assignment to an internalvar.
8612
4268ec18
TT
86132019-06-14 Tom Tromey <tromey@adacore.com>
8614
8615 * ada-lex.l: Allow "_" in attribute names.
8616
abdb711e
TT
86172019-06-14 Tom Tromey <tromey@adacore.com>
8618
8619 PR gdb/24653:
8620 * regcache.c (registers_changed): Don't call alloca.
8621 * top.c (execute_command): Don't call alloca.
8622
4c048731
PA
86232019-06-13 Pedro Alves <palves@redhat.com>
8624
8625 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8626 'expression'. When parsing an expression, error out if there's
8627 junk after "unlimited".
8628 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8629 (do_set_command): Adjust calls to is_unlimited_literal.
8630
66eb1ed3
PA
86312019-06-13 Pedro Alves <palves@redhat.com>
8632
8633 * compile/compile.c (make_compile_options_def_group): Add braces
8634 around array_view initializer.
8635 * thread.c (make_thread_apply_all_options_def_group)
8636 (make_thread_apply_all_options_def_group): Likewise.
8637
3345721a
PA
86382019-06-13 Pedro Alves <palves@redhat.com>
8639
8640 * NEWS (New commands): Mention "maint test-options
8641 require-delimiter", "maint test-options unknown-is-error", "maint
8642 test-options unknown-is-operand" and "maint show
8643 test-options-completion-result".
8644 (New command options, command completion): New section.
8645 (Completion improvements): New section.
8646 Mention that you can abbreviate "unlimited".
8647
6206060d
PA
86482019-06-13 Pedro Alves <palves@redhat.com>
8649
8650 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8651 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8652 * unittests/cli-utils-selftests.c (test_parse_flags)
8653 (test_parse_flags_qcs): Delete.
8654 (test_cli_utils): Don't call deleted functions.
8655
6665660a
PA
86562019-06-13 Pedro Alves <palves@redhat.com>
8657
8658 * thread.c: Include "cli/cli-option.h".
8659 (tp_array_compar_ascending): Global.
8660 (tp_array_compar): Delete function.
8661 (tp_array_compar_ascending, tp_array_compar_descending): New
8662 functions.
8663 (ascending_option_def, qcs_flag_option_def)
8664 (thr_qcs_flags_option_defs)
8665 (make_thread_apply_all_options_def_group)
8666 (make_thread_apply_options_def_group): New.
8667 (thread_apply_all_command): Use gdb::option::process_options.
8668 (thread_apply_command_completer)
8669 (thread_apply_all_command_completer): New.
8670 (thread_apply_command): Use gdb::option::process_options.
8671 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8672 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8673 to generate help text of "thread apply". Adjust "taas"'s help.
8674 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8675 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8676
f7e13587
PA
86772019-06-13 Pedro Alves <palves@redhat.com>
8678
8679 * thread.c (thread_apply_command): Check for invalid TID with
8680 isdigit instead of !isalpha.
8681
5d707134
PA
86822019-06-13 Pedro Alves <palves@redhat.com>
8683
8684 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8685 (validate_flags_qcs): New.
8686 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8687 (validate_flags_qcs): Declare.
8688 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8689 (make_frame_apply_options_def_group): New.
8690 (frame_apply_command_count): Process options with
8691 gdb::option::process_options.
8692 (frame_apply_completer): New.
8693 (frame_apply_level_completer, frame_apply_all_completer)
8694 (frame_apply_completer): New.
8695 (_initialize_stack): Update help of "frame apply", "frame apply
8696 level", "frame apply all" and "faas" to mention supported options
8697 and install command completers.
8698 * stack.h (frame_apply_all_completer): Declare.
8699 * thread.c: Include "stack.h".
8700 (tfaas_command): Add "--".
8701 (_initialize_thread): Update help "tfaas" to mention supported
8702 options and install command completer.
8703
272d4594
PA
87042019-06-13 Pedro Alves <palves@redhat.com>
8705
8706 * completer.c (complete_nested_command_line): New.
8707 (gdb_completion_word_break_characters_throw): Add assertion.
8708 * completer.h (complete_nested_command_line): Declare.
8709
90a1ef87
PA
87102019-06-13 Pedro Alves <palves@redhat.com>
8711
8712 * stack.c (parse_backtrace_qualifiers): New.
8713 (backtrace_command): Use it.
8714 (backtrace_command_completer): Complete on qualifiers.
8715
d4c16835
PA
87162019-06-13 Pedro Alves <palves@redhat.com>
8717
8718 * frame.c: Include "cli/cli-option.h.
8719 (user_set_backtrace_options): New.
8720 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8721 Delete.
8722 (get_prev_frame): Adjust.
8723 (boolean_option_def, uinteger_option_def)
8724 (set_backtrace_option_defs): New.
8725 (_initialize_frame): Adjust and use
8726 gdb::option::add_setshow_cmds_for_options to install "set
8727 backtrace past-main" and "set backtrace past-entry".
8728 * frame.h: Include "cli/cli-option.h".
8729 (struct frame_print_options): Forward declare.
8730 (print_frame_arguments_all, print_frame_arguments_scalars)
8731 (print_frame_arguments_none): Declare.
8732 (print_entry_values): Delete declaration.
8733 (struct frame_print_options, user_frame_print_options): New.
8734 (struct set_backtrace_options): New.
8735 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8736 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8737 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8738 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8739 (list_args_or_locals): Add frame_print_options parameter.
8740 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8741 * python/py-framefilter.c (enumerate_args): Pass down
8742 USER_FRAME_PRINT_OPTIONS.
8743 * stack.c: Include "cli/cli-option.h".
8744 (print_frame_arguments_all, print_frame_arguments_scalars)
8745 (print_frame_arguments_none): Declare.
8746 (print_raw_frame_arguments, print_entry_values): Delete.
8747 (user_frame_print_options): New.
8748 (boolean_option_def, enum_option_def, frame_print_option_defs):
8749 New.
8750 (struct backtrace_cmd_options): New.
8751 (bt_flag_option_def): New.
8752 (backtrace_command_option_defs): New.
8753 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8754 (print_frame_arg, read_frame_arg, print_frame_args)
8755 (print_frame_info, print_frame): Add frame_print_options parameter
8756 and use it.
8757 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8758 (backtrace_command_1): Add frame_print_options and
8759 backtrace_cmd_options parameters and use them.
8760 (make_backtrace_options_def_group): New.
8761 (backtrace_command): Process command options with
8762 gdb::option::process_options.
8763 (backtrace_command_completer): New.
8764 (_initialize_stack): Extend "backtrace"'s help to mention
8765 supported options. Install completer for "backtrace".
8766 Install some settings commands with add_setshow_cmds_for_options.
8767
2daf894e
PA
87682019-06-13 Pedro Alves <palves@redhat.com>
8769
8770 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8771 and that "set/show print raw frame-arguments" are now deprecated.
8772
8773 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8774 command.
8775 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8776 * stack.c (_initialize_stack): Install "set/show print
8777 raw-frame-arguments", and deprecate "set/show print raw
8778 frame-arguments".
8779 * valprint.c (_initialize_valprint): Deprecate "set/show print
8780 raw".
8781
e6ed716c
PA
87822019-06-13 Pedro Alves <palves@redhat.com>
8783
8784 * compile/compile.c (struct compile_options): New.
8785 (compile_flag_option_def, compile_command_option_defs)
8786 (make_compile_options_def_group): New.
8787 (compile_file_command): Handle options with
8788 gdb::option::process_options.
8789 (compile_file_command_completer): New function.
8790 (compile_code_command): Handle options with
8791 gdb::option::process_options.
8792 (compile_code_command_completer): New function.
8793 (_initialize_compiler): Install completers for "compile code" and
8794 "compile file". Mention available options in "compile code" and
8795 "compile code"'s help.
8796 * completer.c (advance_to_completion_word): New, factored out from
8797 ...
8798 (advance_to_expression_complete_word_point): ... this.
8799 (advance_to_filename_complete_word_point): New.
8800 * completer.h (advance_to_filename_complete_word_point): New
8801 declaration.
8802
7d8062de
PA
88032019-06-13 Pedro Alves <palves@redhat.com>
8804
8805 * compile/compile.c: Include "cli/cli-option.h".
8806 (compile_print_value): Scope data pointer is now a
8807 value_print_options pointer; adjust.
8808 (compile_print_command): Process options. Scope data pointer is
8809 now a value_print_options pointer; adjust.
8810 (_initialize_compile): Update "compile print"'s help to include
8811 supported options. Install a completer for "compile print".
8812 * cp-valprint.c (show_vtblprint, show_objectprint)
8813 (show_static_field_print): Delete.
8814 (_initialize_cp_valprint): Don't install "set print
8815 static-members", "set print vtbl", "set print object" here.
8816 * printcmd.c: Include "cli/cli-option.h" and
8817 "common/gdb_optional.h".
8818 (print_command_parse_format): Rework to fill in a
8819 value_print_options instead of a format_data.
8820 (print_value): Change parameter type from format_data pointer to
8821 value_print_options reference. Adjust.
8822 (print_command_1): Process options. Adjust to pass down a
8823 value_print_options.
8824 (print_command_completer): New.
8825 (_initialize_printcmd): Install print_command_completer as
8826 handle_brkchars completer for the "print" command. Update
8827 "print"'s help to include supported options.
8828 * valprint.c: Include "cli/cli-option.h".
8829 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8830 here from cp-valprint.c.
8831 (boolean_option_def, uinteger_option_def)
8832 (value_print_option_defs, make_value_print_options_def_group):
8833 New. Use gdb::option::add_setshow_cmds_for_options to install
8834 "set print elements", "set print null-stop", "set print repeats",
8835 "set print pretty", "set print union", "set print array", "set
8836 print address", "set print symbol", "set print array-indexes".
8837 * valprint.h: Include <string> and "cli/cli-option.h".
8838 (make_value_print_options_def_group): Declare.
8839 (print_value): Change parameter type from format_data pointer to
8840 value_print_options reference.
8841 (print_command_completer): Declare.
8842
9d0faba9
PA
88432019-06-13 Pedro Alves <palves@redhat.com>
8844
8845 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8846 (COMMON_SFILES): Add maint-test-settings.c.
8847 * cli/cli-decode.c (boolean_enums): New global, factored out from
8848 ...
8849 (add_setshow_boolean_cmd): ... here.
8850 * cli/cli-decode.h (boolean_enums): Declare.
8851 * cli/cli-option.c: New file.
8852 * cli/cli-option.h: New file.
8853 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8854 factored out from ...
8855 (parse_cli_boolean_value(const char *)): ... this.
8856 (is_unlimited_literal): Change parameter type to pointer to
8857 pointer. Adjust and advance ARG pointer.
8858 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8859 (parse_cli_var_enum): New, factored out from ...
8860 (do_set_command): ... this. Adjust.
8861 * cli/cli-setshow.h (parse_cli_boolean_value)
8862 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8863 (parse_cli_var_enum): Declare.
8864 * cli/cli-utils.c: Include "cli/cli-option.h".
8865 (get_ulongest): New.
8866 * cli/cli-utils.h (get_ulongest): Declare.
8867 (check_for_argument): New overloads.
8868 * maint-test-options.c: New file.
8869
2c722807
PA
88702019-06-13 Pedro Alves <palves@redhat.com>
8871
8872 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8873 parse a range if "-" is at the end of the string.
8874
dee7b4c8
PA
88752019-06-13 Pedro Alves <palves@redhat.com>
8876
8877 * cli/cli-setshow.c (parse_auto_binary_operation)
8878 (parse_cli_boolean_value): Don't allow "o".
8879
dca0f6c0
PA
88802019-06-13 Pedro Alves <palves@redhat.com>
8881
8882 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8883 * NEWS: Mention maint test-settings KIND.
8884 * maint-test-settings.c: New file.
8885
597bf39d
PA
88862019-06-13 Pedro Alves <palves@redhat.com>
8887
8888 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8889 completer.
8890 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8891 "set" completers.
8892
48c410fb
PA
88932019-06-13 Pedro Alves <palves@redhat.com>
8894
8895 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8896 after item.
8897
93bcb043
PA
88982019-06-13 Pedro Alves <palves@redhat.com>
8899
8900 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8901
cbba3ecd
PA
89022019-06-13 Pedro Alves <palves@redhat.com>
8903
8904 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8905 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8906 call.
8907 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8908 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8909 calls.
8910 (check_for_argument): Skip spaces after argument.
8911
b9a3f842
PA
89122019-06-13 Pedro Alves <palves@redhat.com>
8913
8914 * thread.c (thread_apply_command): Adjust TID parsing.
8915 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8916 detected before end of string.
8917 (tid_is_in_list): Error out if LIST is invalid.
8918
3844e605
PA
89192019-06-13 Pedro Alves <palves@redhat.com>
8920
8921 * completer.c (complete_line_internal_1): Rewind completion word
8922 point.
8923 (completion_tracker::advance_custom_word_point_by): Change
8924 parameter type to int.
8925 * completer.h (completion_tracker::advance_custom_word_point_by):
8926 Likewise.
8927
00b56dbe
PA
89282019-06-13 Pedro Alves <palves@redhat.com>
8929
8930 * completer.c (advance_to_completion_word): Handle delimiters.
8931
d106773e
PA
89322019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8933
8934 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8935
08f10e02
TT
89362019-06-11 Tom Tromey <tom@tromey.com>
8937
8938 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8939 (xmalloc_failed): Move to alloc.c.
8940 * alloc.c: New file.
8941 * Makefile.in (COMMON_SFILES): Add alloc.c.
8942
1c7fe951
TT
89432019-06-11 Tom Tromey <tom@tromey.com>
8944
8945 * nat/linux-waitpid.c: Don't include server.h.
8946 (linux_debug): Remove.
8947 (my_waitpid): Update.
8948
89549d7f
TT
89492019-06-11 Tom Tromey <tromey@adacore.com>
8950
8951 * infcall.c (_initialize_infcall): Remove trailing newline from
8952 help.
8953 * user-regs.c (_initialize_user_regs): Remove trailing newline
8954 from help.
8955 * typeprint.c (_initialize_typeprint): Remove trailing newline
8956 from help.
8957 * reverse.c (_initialize_reverse): Remove trailing newlines from
8958 help.
8959 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8960 from help.
8961 * language.c (add_set_language_command): Remove trailing newline
8962 from help.
8963 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8964 help.
8965 * disasm.c (_initialize_disasm): Remove trailing newline from
8966 help.
8967 * top.c (init_main): Remove trailing newline from help.
8968 * interps.c (_initialize_interpreter): Remove trailing newline
8969 from help.
8970 * btrace.c (_initialize_btrace): Remove trailing newlines from
8971 help.
8972 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8973 from help.
8974 * python/python.c (_initialize_python): Remove trailing newline
8975 from help.
8976 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8977 help.
8978 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8979 from help. Reformat some text.
8980 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8981 from help.
8982 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8983 newline from help.
8984
86108c13
TT
89852019-06-11 Tom Tromey <tromey@adacore.com>
8986
8987 * darwin-nat.c (darwin_decode_exception_message)
8988 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8989
a7067863
AB
89902019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8991
8992 * valops.c (value_slice): Check for not allocated or not
8993 associated values.
8994
9ab08412
TV
89952019-06-10 Tom de Vries <tdevries@suse.de>
8996
8997 PR gdb/24618
8998 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8999 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9000 invalid.
9001
f19e22e9
TV
90022019-06-10 Tom de Vries <tdevries@suse.de>
9003
9004 PR gdb/24611
9005 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9006 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9007
e99f9db0
TV
90082019-06-10 Tom de Vries <tdevries@suse.de>
9009
9010 PR symtab/24545
9011 * symtab.c (struct demangled_name_entry): Add language field.
9012 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9013 static minimal symbol". Set and use language field.
9014
9bf7038b
TT
90152019-06-10 Tom Tromey <tromey@adacore.com>
9016
9017 * ada-lang.c (_initialize_ada_language): Update help text.
9018
422186a9
TT
90192019-06-10 Tom Tromey <tromey@adacore.com>
9020
9021 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9022 with a newline.
9023 * guile/guile.c (handle_boot_error): Don't end warning with a
9024 newline.
9025 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9026 warning with a newline.
9027 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9028 newline.
9029 (s12z_frame_cache): Likewise.
9030 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9031 a newline.
9032 * solib-svr4.c (disable_probes_interface): Don't end warning with
9033 a newline.
9034 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9035 newline.
9036 * python/python.c (do_finish_initialization): Don't end warning
9037 with a newline.
9038
25ce02ee
TT
90392019-06-10 Tom Tromey <tom@tromey.com>
9040
9041 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9042 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9043 gdbpy_enter.
9044
caa429d8
TT
90452019-06-10 Tom Tromey <tromey@adacore.com>
9046
9047 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9048 data.
9049 (elf_new_init): Don't call stabsread_new_init.
9050 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9051 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9052 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9053
81873cc8
TV
90542019-06-10 Tom de Vries <tdevries@suse.de>
9055
9056 PR symtab/16264
9057 PR symtab/24517
9058 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9059
4fa0265e
РИ
90602019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9061
9062 * source.c (find_and_open_source): Also rewrite relative file
9063 names.
9064
1a3da2cd
AB
90652019-04-26 Amos Bird <amosbird@gmail.com>
9066
9067 * annotate.c (annotate_thread_exited): Add "thread-exited"
9068 annotation.
9069
3847a7bf
TT
90702019-06-06 Tom Tromey <tromey@adacore.com>
9071
9072 * maint.h (class scoped_command_stats): Use
9073 DISABLE_COPY_AND_ASSIGN.
9074 <print_time>: New method.
9075 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9076 print_time.
9077 (scoped_command_stats::print_time): New method.
9078
312617a3
AB
90792019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9080
9081 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9082 instructions of lengths 6 or 8 bytes.
9083
b02f78f9
PA
90842019-06-04 Pedro Alves <palves@redhat.com>
9085
9086 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9087
9088 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9089 * breakpoint.c (condition_completer): Likewise.
9090 * cli/cli-dump.c (scan_expression): Likewise.
9091 * common/filestuff.c (mkdir_recursive): Likewise.
9092 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9093 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9094 (gdb_abspath): Likewise.
9095 * compile/compile-cplus-types.c
9096 (compile_cplus_instance::decl_name): Likewise.
9097 * completer.c (complete_explicit_location):
9098 (signal_completer, reg_or_group_completer_1): Likewise.
9099 * cp-support.c (cp_remove_params_if_any): Likewise.
9100 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9101 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9102 * infcmd.c (strip_bg_char): Likewise.
9103 * linespec.c (copy_token_string): Likewise.
9104 * mi/mi-main.c (output_cores): Likewise.
9105 * psymtab.c (psymtab_search_name):
9106 * symfile.c (test_set_ext_lang_command): Likewise.
9107 * target.c (target_fileio_read_stralloc): Likewise.
9108 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9109 * value.c (complete_internalvar): Likewise.
9110
e1f2e1a2
CB
91112019-06-04 Christian Biesinger <cbiesinger@google.com>
9112
9113 Add objfile property to gdb.Type.
d3238f7d
PA
9114 * NEWS: Mention Python API addition.
9115 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9116
e664d728
PW
91172019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9118
9119 * NEWS: Mention the new set|show style [title|highlight].
9120 Mention changes to "show style", "help" and "apropos".
9121
66d8c862
PW
91222019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9123
9124 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9125 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9126 instead of print_help_for_command.
9127 (print_doc_of_command): New function.
9128 (help_list): Add 'apropos -v word' suggestion.
9129 (print_help_for_command): Style the command name using title style.
9130 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9131 (_initialize_cli_cmds): Describe -v in apropos_command help.
9132
9303eb2f
PW
91332019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9134
9135 * cli/cli-style.h (cli_style_option): Add name in constructor,
9136 add m_name class member, add constructor with intensity,
9137 add name class function.
9138 (cli_style_option::add_setshow_commands): Remove name argument.
9139 (highlight_style, title_style): New styles.
9140 * cli/cli-style.c (do_show): New function that shows a style
9141 characteristic styling the style name with itself.
9142 (set_style_name): New function.
9143 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9144 Update all callers according to the changes in cli/cli-style.h.
9145 * utils.h (fputs_highlighted): New function.
9146 * utils.c (fputs_highlighted): Likewise.
9147
e2c52041
PW
91482019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9149
9150 * NEWS: Mention new pipe command and new convenience variables.
9151
947d3946
PW
91522019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9153
9154 * cli/cli-cmds.c (pipe_command): New function.
9155 (_initialize_cli_cmds): Call add_com for pipe_command.
9156 Define | as an alias for pipe.
9157 (exit_status_set_internal_vars): New function.
9158 (shell_escape): Call exit_status_set_internal_vars.
9159 cli/cli-decode.c (find_command_name_length): Recognize | as
9160 a single character command.
9161
b8fd0918
PW
91622019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9163
9164 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9165 top.c (execute_command_to_ui_file): New function, mostly a copy
9166 of execute_command_to_string.
9167 (execute_command_to_string): Implement by calling
9168 execute_command_to_ui_file.
9169
68bb5386
PW
91702019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9171
9172 * top.h (saved_command_line): Remove declaration.
9173 * top.c (previous_saved_command_line, previous_repeat_arguments):
9174 New variables.
9175 (saved_command_line): Make static, define together with other
9176 'repeat variables'.
9177 (dont_repeat): Clear repeat_arguments.
9178 (repeat_previous, get_saved_command_line, save_command_line):
9179 New functions.
9180 (gdb_init): Initialize saved_command_line
9181 and previous_saved_command_line.
9182 * main.c (captured_main_1): Remove saved_command_line initialization.
9183 * event-top.c (handle_line_of_input): Update to use
9184 the new 'repeat' related functions instead of direct access to
9185 saved_command_line.
9186 * command.h (repeat_previous, get_saved_command_line,
9187 save_command_line): New declarations.
9188 (dont_repeat): Add comment.
9189
bfcdb852
TT
91902019-05-30 Tom Tromey <tromey@adacore.com>
9191
9192 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9193 Fix comment.
9194 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9195
0ef209f2
JV
91962019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9197
9198 PR cli/24587
9199 * completer.c (complete): Initialize variable word.
9200
955b06fa
SDJ
92012019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9202
9203 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9204 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9205 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9206 'body' is NULL to the outter 'if', protecting the '!is_define'
9207 situation as well.
9208
fa9c3fa0
TT
92092019-05-29 Tom Tromey <tromey@adacore.com>
9210
9211 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9212 (dwarf_unknown): New function.
9213 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9214 (dwarf_type_encoding_name): Use dwarf_unknown.
9215
4330d61d
TT
92162019-05-29 Tom Tromey <tromey@adacore.com>
9217
9218 PR c++/20020:
9219 * cp-valprint.c (cp_print_value_fields): Call
9220 cp_print_static_field inside "try".
9221
33a6bc35
TT
92222019-05-29 Tom Tromey <tromey@adacore.com>
9223
9224 * inflow.c (struct terminal_info): Add default operator=.
9225 * configure: Rebuild.
9226 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9227 -Wdeprecated-copy-dtor, -Wredundant-move.
9228
000439d5
TT
92292019-05-29 Tom Tromey <tromey@adacore.com>
9230
9231 * NEWS: Add entry.
9232 * infcmd.c (print_return_value_1): Handle finish_print
9233 option.
9234 (show_print_finish): New function.
9235 (_initialize_infcmd): Add "set/show print finish" commands.
9236 * valprint.c (user_print_options): Initialize new member.
9237 * valprint.h (struct value_print_options) <finish_print>: New
9238 member.
9239
c0e70c62
TT
92402019-05-28 Tom Tromey <tromey@adacore.com>
9241
9242 * ada-lang.c (ada_remove_Xbn_suffix)
9243 (find_old_style_renaming_symbol)
9244 (parse_old_style_renaming): Remove.
9245 (ada_find_renaming_symbol): Don't call
9246 find_old_style_renaming_symbol.
9247 (ada_is_renaming_symbol): Rename from
9248 ada_find_renaming_symbol. Remove "block" parameter. Return
9249 bool. Now static.
9250 (ada_read_var_value): Update and simplify.
9251 * ada-exp.y (write_var_or_type): Remove old code.
9252
766f8836
AH
92532019-05-28 Alan Hayward <alan.hayward@arm.com>
9254
68255adc 9255 PR gdb/25010
766f8836
AH
9256 * event-top.c: Remove include comment.
9257 * inflow.c (class scoped_ignore_sigttou): Move from here...
9258 * inflow.h (class scoped_ignore_sigttou): ...to here.
9259 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9260 * top.c: Remove include comment.
9261
eb41253a
TT
92622019-05-27 Tom Tromey <tom@tromey.com>
9263
9264 * NEWS: Fix typo.
9265
4ca51187
TT
92662019-05-22 Tom Tromey <tromey@adacore.com>
9267
9268 * target.c (target_follow_exec): Constify parameter.
9269 * target-delegates.c: Rebuild.
9270 * remote.c (remote_target::follow_exec): Constify parameter.
9271 * infrun.c (follow_exec): Constify parameter.
9272 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9273 (target_follow_exec): Likewise.
9274
8fca4da0
AH
92752019-05-22 Alan Hayward <alan.hayward@arm.com>
9276
9277 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9278 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9279
b7060614
AH
92802019-05-22 Alan Hayward <alan.hayward@arm.com>
9281
9282 * NEWS: Add debugredirect and testsuite sections.
9283
0a5954bd
SC
92842019-05-22 Simon Cook <simon.cook@embecosm.com>
9285
9286 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9287 target descriptions using exclusively floating point register name
9288 aliases.
9289
dc42e902
AB
92902019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9291
9292 PR gdb/18644:
9293 * f-lang.c (build_fortran_types): Handle the case where
9294 gdbarch_floatformat_for_type returns a nullptr.
9295
fb7806c7
TV
92962019-05-21 Tom de Vries <tdevries@suse.de>
9297
9298 PR cli/24587
9299 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9300
34d11c68
AB
93012019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9302
9303 PR gdb/18644:
9304 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9305 16-byte floats.
9306 * i386-tdep.c (i386_floatformat_for_type): Use
9307 floatformats_ia64_quad for the 16-byte floating point component
9308 within a fortran 32-byte complex number.
9309
122cf0f2
AB
93102019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9313 delete default constructor.
9314 (find_partial_die): Update to return const struct.
9315 (partial_die_parent_scope): Move variable declaration into scope
9316 of its use and change its type to auto.
9317 (guess_partial_die_structure_name): Likewise.
9318 (partial_die_info::fixup): Likewise.
9319
33d0e35a
TT
93202019-05-17 Tom Tromey <tromey@adacore.com>
9321
9322 * source.c (find_and_open_source): Remove cast.
9323
a45575b0
TT
93242019-05-17 Tom Tromey <tromey@adacore.com>
9325
9326 * annotate.c (annotate_source): Make "filename" const.
9327 * annotate.h (annotate_source): Use const.
9328
81f47ac2
AH
93292019-05-17 Alan Hayward <alan.hayward@arm.com>
9330
9331 * disasm.c (set_disassembler_options): Send errors to stderr.
9332
ca1285d1
AH
93332019-05-17 Alan Hayward <alan.hayward@arm.com>
9334
9335 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9336 (cli_interp_base::set_logging): Check debug_redirect.
9337 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9338 * cli/cli-logging.c (debug_redirect): Add static variable.
9339 (pop_output_files): Add default param.
9340 (handle_redirections): Print debug setting.
9341 (show_logging_command): Likewise.
9342 (_initialize_cli_logging): Add debugredirect command.
9343 * interps.c (current_interp_set_logging): Add debug_redirect
9344 parameter.
9345 * interps.h (set_logging): Add debug_redirect parameter.
9346 (current_interp_set_logging): Likewise.
9347 * mi/mi-common.h: Likewise.
9348 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9349
93502019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
9351 Tom Tromey <tromey@adacore.com>
9352
9353 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9354 directly.
9355 * cli/cli-interp.h (make_logging_output): Remove declaration.
9356 * cli/cli-logging.c (make_logging_output): Remove function.
9357 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9358 directly.
9359 * ui-file.c (tee_file::tee_file): Remove bools.
9360 (tee_file::~tee_file): Remove deletes.
9361 * ui-file.h (tee_file): Remove bools.
9362
26648588
JV
93632019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9364
9365 * mi/mi-cmds.h (mi_cmd_complete): New function.
9366 * mi/mi-main.c (mi_cmd_complete): Likewise.
9367 * mi/mi-cmds.c: Define new MI command -complete.
9368 * NEWS: Mention new -complete command.
9369
6e035501
JV
93702019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9371
9372 * completer.h (complete): New function.
9373 * completer.c (complete): Likewise.
9374 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9375 function defined in completer.h.
9376
7d0e2ece
JV
93772019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9378
e79be6e5 9379 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 9380
fb816e8b
TV
93812019-05-17 Tom de Vries <tdevries@suse.de>
9382
9383 PR gdb/24094
9384 * dwarf2read.c (struct cu_partial_die_info): New struct.
9385 (find_partial_die): Return cu_partial_die_info.
9386 (partial_die_parent_scope, guess_partial_die_structure_name)
9387 (partial_die_info::fixup): Handle new return type of find_partial_die.
9388
677052f2
SDJ
93892019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9390
a1726c38 9391 PR breakpoints/24541
677052f2
SDJ
9392 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9393 "std::string", simplifying the algorithm.
9394
f3da9116
SDJ
93952019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9396
9397 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9398 (stap_static_probe_ops::get_probes): Likewise.
9399
f1bb75ab
SDJ
94002019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9401
9402 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9403 '-')" and "else if".
9404 (stap_parse_single_operand): Join checks for
9405 "gdbarch_stap_parse_special_token_p" and
9406 "gdbarch_stap_parse_special_token" in the same "if" statement.
9407 Invert check when verifying for operation on register
9408 displacement.
9409
3ca58cde
SDJ
94102019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9411
9412 * stap-probe.c (stap_get_opcode): Update comment.
9413 (stap_get_expected_argument_type): Likewise.
9414 (handle_stap_probe): Likewise.
9415
af2d9bee
SDJ
94162019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9417
9418 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9419 return type to 'bool'. Adjust comment. Use 'bool' when
9420 appropriate.
9421 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9422 * stap-probe.c (stap_parse_argument_1): Likewise.
9423 (stap_is_operator): Likewise.
9424 (stap_is_generic_prefix): Likewise.
9425 (stap_is_register_prefix): Likewise.
9426 (stap_is_register_indirection_prefix): Likewise.
9427 (stap_is_integer_prefix): Likewise.
9428 (stap_generic_check_suffix): Likewise.
9429 (stap_check_integer_suffix): Likewise.
9430 (stap_check_register_suffix): Likewise.
9431 (stap_check_register_indirection_suffix): Likewise.
9432 (stap_parse_register_operand): Likewise.
9433 (stap_parse_single_operand): Likewise.
9434 (stap_parse_argument_1): Likewise.
9435 (stap_probe::get_argument_count): Likewise.
9436 (stap_is_operator): Likewise.
9437
61c9c421
TT
94382019-05-16 Tom Tromey <tromey@adacore.com>
9439
9440 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9441 keyword to foreach.
9442
9ddc1af1
SM
94432019-05-15 Simon Marchi <simon.marchi@efficios.com>
9444
9445 * linux-thread-db.c (try_thread_db_load_1): Change return type
9446 to bool.
9447 (try_thread_db_load): Likewise.
9448 (try_thread_db_load_from_pdir_1): Likewise.
9449 (try_thread_db_load_from_pdir): Likewise.
9450 (try_thread_db_load_from_sdir): Likewise.
9451 (try_thread_db_load_from_dir): Likewise.
9452 (thread_db_load_search): Likewise.
9453 (has_libpthread): Likewise.
9454 (thread_db_load): Likewise.
9455
7bede828
SDJ
94562019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9457
9458 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9459 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9460 NULL, and complain/return if that's the case.
9461
c5358db4
JD
94622019-05-15 John Darrington <john@darrington.wattle.id.au>
9463
9464 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9465 (advance, posn, abstract_read_memory): New functions.
9466 [struct mem_read_abstraction]: New struct.
9467 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9468
c408a94f
TT
94692019-05-14 Tom Tromey <tromey@adacore.com>
9470
9471 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9472 value is not lval_memory.
9473
e7bd7fba
TT
94742019-05-14 Tom Tromey <tromey@adacore.com>
9475
9476 * solib.c (info_sharedlibrary_command): Style the file name.
9477
a6d0f249
AH
94782019-05-14 Alan Hayward <alan.hayward@arm.com>
9479
9480 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9481 (aarch64_vnv_type): Likewise.
9482 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9483 * common/tdesc.c: Likewise.
9484 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9485 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9486 * features/aarch64-fpu.xml: Add ieee half view.
9487 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9488 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9489 * gdbtypes.h (struct builtin_type): Likewise.
9490 (struct objfile_type): Likewise.
9491
66b8bb74
SM
94922019-05-12 Paul Naert <paul.naert@polymtl.ca>
9493
9494 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9495 typo.
9496 * location.h (string_to_event_location): Likewise.
9497
21c219fd
JB
94982019-05-11 Joel Brobecker <brobecker@adacore.com>
9499
9500 GDB 8.3 released.
9501
13674803
SM
95022019-05-10 Simon Marchi <simon.marchi@efficios.com>
9503
9504 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9505 New variable declaration.
9506 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9507 New variable.
9508 (print_one_breakpoint): Use ui_out::test_flags and new global
9509 variable to compute use_fixed_output.
9510 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9511 Remove.
9512 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9513 (mi_multi_location_breakpoint_output_fixed): Remove.
9514 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9515 new variable.
9516 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9517 fix_multi_location_breakpoint_output flag if version >= 3.
9518 * ui-out.h (enum ui_out_flag)
9519 <fix_multi_location_breakpoint_output>: New enumerator.
9520
a9eac7f9
SM
95212019-05-10 Simon Marchi <simon.marchi@efficios.com>
9522
9523 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9524
71bed2db
TT
95252019-05-10 Tom Tromey <tromey@adacore.com>
9526
9527 * ada-lang.c (catch_ada_completer): New function.
9528 (_initialize_ada_language): Use it.
9529
24c54127
TT
95302019-05-10 Tom Tromey <tromey@adacore.com>
9531
9532 * thread.c (print_thread_info): Make "requested_threads" const.
9533 * gdbthread.h (print_thread_info): Make "requested_threads"
9534 const.
9535 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9536 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9537
7a102139
TT
95382019-05-08 Tom Tromey <tom@tromey.com>
9539
9540 * gdbtypes.c (objfile_type_data): Change type.
9541 (objfile_type, _initialize_gdbtypes): Update.
9542
924d79e2
TT
95432019-05-08 Tom Tromey <tom@tromey.com>
9544
9545 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9546 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9547 (_initialize_dwarf2_frame): Update.
9548
4c58e337
TT
95492019-05-08 Tom Tromey <tom@tromey.com>
9550
9551 * objc-lang.c (objc_objfile_data): Change type.
9552 (find_methods): Update.
9553 (_initialize_objc_lang): Remove.
9554
d772d2ab
TT
95552019-05-08 Tom Tromey <tom@tromey.com>
9556
9557 * stabsread.c (rs6000_builtin_type_data): Change type.
9558 (rs6000_builtin_type, _initialize_stabsread): Update.
9559
d11d83f4
TT
95602019-05-08 Tom Tromey <tom@tromey.com>
9561
9562 * mips-tdep.c (mips_pdr_data): Remove.
9563 (_initialize_mips_tdep): Update.
9564
9a73f0ad
TT
95652019-05-08 Tom Tromey <tom@tromey.com>
9566
9567 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9568 (hppa_init_objfile_priv_data, read_unwind_info)
9569 (find_unwind_entry, _initialize_hppa_tdep): Update.
9570
8127a2fa
TT
95712019-05-08 Tom Tromey <tom@tromey.com>
9572
9573 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9574 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9575 on obstack.
9576 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9577
91d3055d
TT
95782019-05-08 Tom Tromey <tom@tromey.com>
9579
9580 * mdebugread.c (basic_type_data): Change type.
9581 (basic_type, _initialize_mdebugread): Update.
9582
31930bd3
TT
95832019-05-08 Tom Tromey <tom@tromey.com>
9584
9585 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9586
bdb3ed9e
TT
95872019-05-08 Tom Tromey <tom@tromey.com>
9588
9589 * nto-tdep.c (nto_inferior_data_reg): Change type.
9590 (nto_inferior_data): Update.
9591 (nto_inferior_data_cleanup, nto_new_inferior_data)
9592 (_initialize_nto_tdep): Remove.
9593 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9594
f37b313d
TT
95952019-05-08 Tom Tromey <tom@tromey.com>
9596
9597 * ada-lang.c (struct ada_inferior_data): Add initializers.
9598 (ada_inferior_data): Change type.
9599 (ada_inferior_data_cleanup): Remove.
9600 (get_ada_inferior_data, ada_inferior_exit)
9601 (struct ada_pspace_data): Add initializers, destructor.
9602 (ada_pspace_data_handle): Change type.
9603 (get_ada_pspace_data): Update.
9604 (ada_pspace_data_cleanup): Remove.
9605
24699405
TT
96062019-05-08 Tom Tromey <tom@tromey.com>
9607
9608 * coffread.c (struct coff_symfile_info): Add initializers.
9609 (coff_objfile_data_key): Move lower. Change type.
9610 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9611 Update.
9612 (coff_free_info): Remove.
9613
d4e05d2f
TT
96142019-05-08 Tom Tromey <tom@tromey.com>
9615
9616 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9617 (fbsd_pspace_data_handle): Move lower. Change type.
9618 (get_fbsd_pspace_data): Update.
9619 (fbsd_pspace_data_cleanup): Remove.
9620 (_initialize_fbsd_tdep): Update.
9621
14ef6690
TT
96222019-05-08 Tom Tromey <tom@tromey.com>
9623
9624 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9625 (get_ada_tasks_pspace_data): Update.
9626 (ada_tasks_pspace_data_cleanup): Remove.
9627 (_initialize_tasks): Update.
9628 (ada_tasks_inferior_data_handle): Change type.
9629 (get_ada_tasks_inferior_data): Update.
9630 (ada_tasks_inferior_data_cleanup): Remove.
9631 (struct ada_tasks_pspace_data): Add initializers.
9632
814cf43a
TT
96332019-05-08 Tom Tromey <tom@tromey.com>
9634
9635 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9636 * symfile-debug.c (debug_sym_get_probes): Change type.
9637 * stap-probe.c (handle_stap_probe):
9638 (stap_static_probe_ops::get_probes): Change type.
9639 * probe.h (class static_probe_ops) <get_probes>: Change type.
9640 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9641 (parse_probes_in_pspace): Update.
9642 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9643 Update.
9644 (any_static_probe_ops::get_probes): Change type.
9645 * elfread.c (elfread_data): New typedef.
9646 (probe_key): Change type.
9647 (elf_get_probes): Likewise. Update.
9648 (probe_key_free): Remove.
9649 (_initialize_elfread): Update.
9650 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9651 Change type.
9652 (dtrace_process_dof_probe, dtrace_process_dof)
9653 (dtrace_static_probe_ops::get_probe): Change type.
9654
02dc647e
TT
96552019-05-08 Tom Tromey <tom@tromey.com>
9656
9657 * xcoffread.c (struct xcoff_symfile_info): Rename from
9658 coff_symfile_info. Add initializers.
9659 (xcoff_objfile_data_key): Move lower. Change type.
9660 (XCOFF_DATA): Rewrite.
9661 (xcoff_free_info): Remove.
9662 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9663 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9664 (xcoff_initial_scan): Update.
9665
09232438
TT
96662019-05-08 Tom Tromey <tom@tromey.com>
9667
9668 * solib-svr4.c (struct svr4_info): Add initializers and
9669 destructor.
9670 <probes_table>: Now an htab_up.
9671 (solib_svr4_pspace_data): Change type.
9672 (free_probes_table): Simplify.
9673 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9674 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9675 (probes_table_remove_objfile_probes, register_solib_event_probe)
9676 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9677 (_initialize_svr4_solib): Update.
9678
7b4a314f
TT
96792019-05-08 Tom Tromey <tom@tromey.com>
9680
9681 * remote.c (remote_pspace_data): Change type.
9682 (remote_pspace_data_cleanup): Remove.
9683 (get_remote_exec_file, set_pspace_remote_exec_file)
9684 (_initialize_remote): Update.
9685
51d3063a
TT
96862019-05-08 Tom Tromey <tom@tromey.com>
9687
9688 * breakpoint.c (breakpoint_objfile_key): Change type.
9689 (get_breakpoint_objfile_data): Update.
9690 (free_breakpoint_objfile_data): Remove.
9691 (_initialize_breakpoint): Update.
9692
89fb8848
TT
96932019-05-08 Tom Tromey <tom@tromey.com>
9694
9695 * linux-tdep.c (struct linux_info): Add initializers.
9696 (linux_inferior_data): Move. Change type.
9697 (invalidate_linux_cache_inf): Update.
9698 (linux_inferior_data_cleanup): Remove.
9699 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9700
e9b89e2d
TT
97012019-05-08 Tom Tromey <tom@tromey.com>
9702
9703 * auxv.c (auxv_inferior_data): Move. Change type.
9704 (auxv_inferior_data_cleanup): Remove.
9705 (invalidate_auxv_cache_inf): Rewrite.
9706 (get_auxv_inferior_data, _initialize_auxv): Update.
9707
8c42777c
TT
97082019-05-08 Tom Tromey <tom@tromey.com>
9709
9710 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9711 (symfile_debug_objfile_data_key): Change type.
9712 (symfile_debug_installed, debug_qf_has_symbols)
9713 (debug_qf_find_last_source_symtab)
9714 (debug_qf_forget_cached_source_info)
9715 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9716 (debug_qf_print_stats, debug_qf_dump)
9717 (debug_qf_expand_symtabs_for_function)
9718 (debug_qf_expand_all_symtabs)
9719 (debug_qf_expand_symtabs_with_fullname)
9720 (debug_qf_map_matching_symbols)
9721 (debug_qf_expand_symtabs_matching)
9722 (debug_qf_find_pc_sect_compunit_symtab)
9723 (debug_qf_map_symbol_filenames)
9724 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9725 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9726 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9727 (debug_sym_read_linetable, debug_sym_relocate): Update.
9728 (symfile_debug_free_objfile): Remove.
9729 (install_symfile_debug_logging, _initialize_symfile_debug):
9730 Update.
9731
5bfd760d
TT
97322019-05-08 Tom Tromey <tom@tromey.com>
9733
9734 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9735 allocate_on_obstack.
9736 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9737 (get_dwarf2_per_objfile): Update.
9738 (set_dwarf2_per_objfile): Remove.
9739 (dwarf2_has_info, dwarf2_get_section_info): Update.
9740 (dwarf2_free_objfile): Remove.
9741 (_initialize_dwarf2_read): Update.
9742
e85e19b4
TT
97432019-05-08 Tom Tromey <tom@tromey.com>
9744
9745 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9746 initializers.
9747 <unsupported_script_warning_printed,
9748 script_not_found_warning_printed>: Now bool.
9749 (auto_load_pspace_data): Change type.
9750 (~auto_load_pspace_info): Rename from
9751 auto_load_pspace_data_cleanup.
9752 (get_auto_load_pspace_data, init_loaded_scripts_info)
9753 (clear_section_scripts, maybe_print_unsupported_script_warning)
9754 (maybe_print_script_not_found_warning, _initialize_auto_load):
9755 Update.
9756
f6aa7436
TT
97572019-05-08 Tom Tromey <tom@tromey.com>
9758
9759 * objfiles.c (objfile_pspace_info): Add destructor and
9760 initializers.
9761 (objfiles_pspace_data): Change type.
9762 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9763 (get_objfile_pspace_data): Update.
9764 (objfiles_bfd_data): Change type.
9765 (get_objfile_bfd_data): Update.
9766 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9767
6ae614f6
TT
97682019-05-08 Tom Tromey <tom@tromey.com>
9769
9770 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9771 Change type.
9772 (get_catch_syscall_inferior_data): Update.
9773 (catch_syscall_inferior_data_cleanup): Remove.
9774 (_initialize_break_catch_syscall): Update.
9775
6509b8eb
TT
97762019-05-08 Tom Tromey <tom@tromey.com>
9777
9778 * inflow.c (struct terminal_info): Add destructor and
9779 initializers.
9780 (inflow_inferior_data): Change type.
9781 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9782 (get_inflow_inferior_data, inflow_inferior_exit)
9783 (swap_terminal_info, _initialize_inflow): Update.
9784
35632941
TT
97852019-05-08 Tom Tromey <tom@tromey.com>
9786
9787 * target-dcache.c (target_dcache_cleanup): Remove.
9788 (target_dcache_aspace_key): Change type.
9789 (target_dcache_init_p, target_dcache_invalidate)
9790 (target_dcache_get, target_dcache_get_or_init)
9791 (_initialize_target_dcache): Update.
9792 * dcache.h (struct dcache_deleter): New.
9793
3017b94d
TT
97942019-05-08 Tom Tromey <tom@tromey.com>
9795
9796 * symtab.c (struct symbol_cache): Add destructor and
9797 initializers.
9798 (symbol_cache_key): Move. Change type.
9799 (make_symbol_cache, free_symbol_cache): Remove.
9800 (get_symbol_cache): Update.
9801 (symbol_cache_cleanup): Remove.
9802 (ALL_PSPACES, symbol_cache_flush)
9803 (maintenance_print_symbol_cache)
9804 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9805 Update.
9806
a32ad8c5
TT
98072019-05-08 Tom Tromey <tom@tromey.com>
9808
9809 * symtab.c (struct main_info): Add destructor and initializers.
9810 (main_progspace_key): Move. Change type.
9811 (get_main_info): Update.
9812 (main_info_cleanup): Remove.
9813 (_initialize_symtab): Update.
9814
5f6e90a0
TT
98152019-05-08 Tom Tromey <tom@tromey.com>
9816
9817 * registry.h (DECLARE_REGISTRY): Define the _key class.
9818
1bd0c6e4
AB
98192019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9820
9821 * NEWS: Merge two 'New commands' sections.
9822
2228ef77
XR
98232019-05-08 Joel Brobecker <brobecker@adacore.com>
9824
9825 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9826 parameter and use Ada language definition instead.
9827 (ada_val_print_ptr): Remove unused language parameter.
9828 (ada_val_print_num): Remove language parameter and use Ada language
9829 definition instead.
9830 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9831 parameter.
9832 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9833 parameter and use Ada language definition instead.
9834 (ada_val_print_1): Update all ada_val_print_xxx calls.
9835 Remove language parameter.
9836 (ada_val_print): Update ada_val_print_1 call.
9837
60fcc1c3
TT
98382019-05-08 Tom Tromey <tromey@adacore.com>
9839
9840 * remote.c (remote_hw_watchpoint_limit)
9841 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9842 Now static.
9843
ed2b7c17
TT
98442019-05-08 Tom Tromey <tromey@adacore.com>
9845
9846 * maint.c (_initialize_maint_cmds): Move initialization code to
9847 remote.c.
9848 (watchdog, show_watchdog): Move to remote.c.
9849 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9850 "watchdog" static.
9851 (_initialize_remote): Move initialization code from maint.c.
9852 * defs.h (watchdog): Don't declare.
9853
b0be6c91
TT
98542019-05-08 Tom Tromey <tromey@adacore.com>
9855
9856 * tui/tui-interp.c: Include main.h.
9857 * interps.c: Include main.h.
9858 * main.h (interpreter_p): Declare.
9859 * defs.h (interpreter_p): Don't declare.
9860
587ee17b
TT
98612019-05-08 Tom Tromey <tromey@adacore.com>
9862
9863 * dwarf2loc.c: Include dwarf2read.h.
9864 * defs.h (read_unsigned_leb128): Don't declare.
9865 * dwarf2read.h (read_unsigned_leb128): Declare.
9866
ca1df239
TT
98672019-05-08 Tom Tromey <tromey@adacore.com>
9868
9869 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9870 method.
9871
99f20f08
TT
98722019-05-08 Tom Tromey <tromey@adacore.com>
9873
9874 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9875 when no wrap column is set.
9876
80e55b13
TT
98772019-05-08 Tom Tromey <tromey@adacore.com>
9878
9879 * c-lang.c (c_get_string): Handle non-C-style arrays.
9880
9d3421af
TT
98812019-05-08 Tom Tromey <tromey@adacore.com>
9882
9883 * typeprint.c (print_offset_data::update): Print the bit offset,
9884 not the number of bits remaining.
9885
844333e2
TT
98862019-05-08 Tom Tromey <tromey@adacore.com>
9887
9888 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9889 padding at end of comment.
9890
988915ee
TT
98912019-05-08 Tom Tromey <tromey@adacore.com>
9892
9893 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9894 Compare main types.
9895
26bfd823
TT
98962019-05-06 Tom Tromey <tom@tromey.com>
9897
9898 * common/scoped_mmap.c: Include common-defs.h.
9899 * common/scoped_mmap.h: Don't include config.h.
9900
89055eaa
TT
99012019-05-04 Tom Tromey <tom@tromey.com>
9902
9903 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9904 (struct aarch64_call_info): Add initializers.
9905 <si>: Now a std::vector.
9906 (pass_on_stack, aarch64_push_dummy_call): Update.
9907
5da01df5
TT
99082019-05-04 Simon Marchi <simon.marchi@efficios.com>
9909 Tom Tromey <tom@tromey.com>
9910
9911 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9912 (ppc_threads): Now a std::vector. Now static.
9913 (hwdebug_find_thread_points_by_tid)
9914 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9915 Update.
9916
fbdf05a1
TT
99172019-05-04 Tom Tromey <tom@tromey.com>
9918
9919 * arc-tdep.c (arc_tdesc_init): Return bool.
9920
06d16ec9
TT
99212019-05-04 Tom Tromey <tom@tromey.com>
9922
9923 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9924 Use gdb_assert_not_reached.
9925
9c056022
TT
99262019-05-04 Tom Tromey <tom@tromey.com>
9927
9928 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9929 "false".
9930
fa9c2a59
TT
99312019-05-04 Tom Tromey <tom@tromey.com>
9932
9933 * arc-tdep.c (arc_tdesc_init): Use bool.
9934
e2eb806a
TT
99352019-05-04 Tom Tromey <tom@tromey.com>
9936
9937 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9938
6fe87677
TT
99392019-05-04 Tom Tromey <tom@tromey.com>
9940
9941 * cli/cli-cmds.c (valid_command_p): Return bool.
9942
7f008c9e
TT
99432019-05-04 Tom Tromey <tom@tromey.com>
9944
9945 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9946 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9947
b6484282
RT
99482019-05-04 Raul Tambre <raul@tambre.ee>
9949
9950 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9951 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9952 operator for comparison.
9953
af97b416
TT
99542019-05-04 Tom Tromey <tom@tromey.com>
9955
9956 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9957 (lookup_partial_symbol, print_partial_symbols)
9958 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9959 (psymbol_compare): Update.
9960 (add_psymbol_to_bcache): Clear the entire psymbol.
9961 (maintenance_check_psymtabs): Update.
9962 * psympriv.h (struct partial_symbol): Don't derive from
9963 general_symbol_info.
9964 <obj_section, unrelocated_address, address,
9965 set_unrelocated_address>: Update.
9966 <ginfo>: New member.
9967 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9968 (debug_names::write_psymbols): Update.
9969
9d6d4be8
TV
99702019-05-04 Tom de Vries <tdevries@suse.de>
9971
9972 * contrib/cc-with-tweaks.sh: Support -n arg.
9973
66452beb
PW
99742019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9975
9976 * corelow.c (core_target::detach): Ensure frame cache and
9977 register caches are cleared.
9978 inferior.c (exit_inferior_1): Likewise.
9979
bde09ab7
TT
99802019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9981 Tom Tromey <tom@tromey.com>
9982
9983 * dictionary.c (collate_pending_symbols_by_language): Remove
9984 "struct" from foreach.
9985 * symtab.c (lookup_global_symbol_from_objfile)
9986 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9987 foreach.
9988 * ser-tcp.c (net_open): Remove "struct" from foreach.
9989 * objfiles.c (objfile_relocate, objfile_rebase)
9990 (objfile_has_symbols): Remove "struct" from foreach.
9991 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9992 from foreach.
9993 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9994 foreach.
9995 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9996 "struct" from foreach.
9997 * ada-lang.c (create_excep_cond_exprs)
9998 (ada_exception_catchpoint_cond_string): Remove "struct" from
9999 foreach.
10000
222a8d25
TT
100012019-05-03 Tom Tromey <tromey@adacore.com>
10002
10003 * ada-exp.y (convert_char_literal): Check suffix of each
10004 enumerator.
10005
fcd60b84
DP
100062019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10007
10008 PR ada/21406:
10009 * ada-exp.y (yywrap): Don't define.
10010 * ada-lex.l (%option): Add noyywrap
10011 (yywrap): Remove.
10012
5f2459c2
EZ
100132019-05-03 Eli Zaretskii <eliz@gnu.org>
10014
353ea2d1
EZ
10015 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10016 _WIN32_WINNT to the XP level, unless already defined to a higher
10017 level.
10018
10019 * unittests/parse-connection-spec-selftests.c:
10020 * ser-tcp.c:
10021 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10022 override.
10023
5f2459c2
EZ
10024 * symfile.c (find_separate_debug_file): Remove colon from the
10025 drive spec of DOS/Windows file names of the target, so that the
10026 file name produced from DEBUGDIR and the target's directory will
10027 be valid on DOS/Windows systems.
10028
80062eb9
AB
100292019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10030
10031 * rust-lang.c (val_print_struct): Handle printing structures
10032 containing strings.
10033
b8c05e85
TT
100342019-05-02 Tom Tromey <tromey@adacore.com>
10035
10036 * valarith.c (_initialize_valarith): Remove.
10037
4504bbde
TT
100382019-05-01 Tom Tromey <tromey@adacore.com>
10039
10040 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10041 bitfields.
10042
d48e62f4
TT
100432019-05-01 Tom Tromey <tromey@adacore.com>
10044
10045 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10046 for big-endian copies.
10047
15f18d14
AT
100482019-04-30 Ali Tamur <tamur@google.com>
10049 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10050 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10051 (read_3_bytes): New function.
10052
ab4ee614
JB
100532019-04-30 Joel Brobecker <brobecker@adacore.com>
10054
10055 * windows-nat.c (main_thread_id): Delete.
10056 (handle_output_debug_string): Replace main_thread_id by
10057 current_event.dwThreadId.
10058 (fake_create_process): Likewise.
10059 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10060 Do not set main_thread_id.
10061 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10062 current_event.dwThreadId.
10063 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10064
8ed5b76e
JB
100652019-04-30 Joel Brobecker <brobecker@adacore.com>
10066
10067 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10068 Use current_event.dwThreadId instead of main_thread_id.
10069
2ff0a947
TT
100702019-04-30 Tom Tromey <tromey@adacore.com>
10071
10072 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10073 (create_excep_cond_exprs): Iterate over program spaces.
10074 (ada_exception_catchpoint_cond_string): Examine all minimal
10075 symbols for exception types.
10076
a776957c
TT
100772019-04-30 Tom Tromey <tromey@adacore.com>
10078
10079 PR c++/24470:
10080 * dwarf2read.c (process_structure_scope): Handle case where type
10081 has template parameters but no symbol was created.
10082
bc68014d
AB
100832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10084 Chris January <chris.january@arm.com>
10085
10086 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10087 qualifier.
10088 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10089
f1fdc960
AB
100902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10091
10092 * f-typeprint.c (f_print_type): Update rules for printing
10093 whitespace.
10094 (f_type_print_varspec_suffix): Likewise.
10095
bf7a4de1
AB
100962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10097 Chris January <chris.january@arm.com>
10098
10099 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10100 function arguments.
10101
bbe75b9d
AB
101022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10103
10104 * f-lang.c (build_fortran_types): Change name of void type to
10105 lower case.
10106 * f-typeprint.c (f_type_print_base): Print the name of the void
10107 type, rather than a fixed string.
10108 * f-valprint.c (f_decorations): Use lower case void string.
10109
1db455a7
AB
101102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10111 Chris January <chris.january@arm.com>
10112
10113 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10114 types for Fortran.
10115
b6d03bb2
AB
101162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10117 Chris January <chris.january@arm.com>
10118 David Lecomber <david.lecomber@arm.com>
10119
10120 * f-exp.y (BINOP_INTRINSIC): New token.
10121 (exp): New parser rule handling BINOP_INTRINSIC.
10122 (f77_keywords): Add new builtin procedures.
10123 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10124 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10125 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10126 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10127 (print_unop_subexp_f): New function.
10128 (print_binop_subexp_f): New function.
10129 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10130 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10131 (dump_subexp_body_f): Likewise.
10132 (operator_check_f): Likewise.
10133 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10134 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10135
83228e93
AB
101362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10137
10138 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10139 UNOP_KIND.
10140 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10141 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10142 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10143 (operator_length_f): New fuction.
10144 (print_subexp_f): New function.
10145 (op_name_f): New function.
10146 (dump_subexp_body_f): New function.
10147 (operator_check_f): New function.
10148 (exp_descriptor_f): Replace standard expression handling functions
10149 with new functions.
10150 * gdb/fortran-operator.def: New file.
10151 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10152 * gdb/std-operator.def: Remove UNOP_KIND.
10153
6fdcd7cc
AB
101542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10155
10156 * std-operator.def: Remove unbalanced, stray double quote
10157 character.
10158
2e62ab40
AB
101592019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10160 Chris January <chris.january@arm.com>
10161 Daniel Everett <daniel.everett@arm.com>
10162 Nick Forrington <nick.forrington@arm.com>
10163 Richard Bunt <richard.bunt@arm.com>
10164
10165 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10166 of depth when printing anonymous structs or unions.
10167 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10168 Don't print either the top-level value, or the children if the
10169 max-depth is exceeded.
10170 (ppscm_print_children): When printing the key of a map, allow one
10171 extra level of depth.
10172 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10173 print either the top-level value, or the children if the max-depth
10174 is exceeded.
10175 (print_children): When printing the key of a map, allow one extra
10176 level of depth.
10177 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10178 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10179 (user_print_options): Initialise max_depth field.
10180 (val_print_scalar_or_string_type_p): New function.
10181 (val_print): Check to see if the max depth has been reached.
10182 (val_print_check_max_depth): Define new function.
10183 (show_print_max_depth): New function.
10184 (_initialize_valprint): Add 'print max-depth' option.
10185 * valprint.h (struct value_print_options) <max_depth>: New field.
10186 (val_print_check_max_depth): Declare new function.
10187 * NEWS: Document new feature.
10188
4be290b2
AB
101892019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10190
10191 * ada-lang.c (ada_language_defn): Initialise new field.
10192 * c-lang.c (c_is_string_type_p): New function.
10193 (c_language_defn): Initialise new field.
10194 (cplus_language_defn): Initialise new field.
10195 (asm_language_defn): Initialise new field.
10196 (minimal_language_defn): Initialise new field.
10197 * c-lang.h (c_is_string_type_p): Declare new function.
10198 * d-lang.c (d_language_defn): Initialise new field.
10199 * f-lang.c (f_is_string_type_p): New function.
10200 (f_language_defn): Initialise new field.
10201 * go-lang.c (go_is_string_type_p): New function.
10202 (go_language_defn): Initialise new field.
10203 * language.c (default_is_string_type_p): New function.
10204 (unknown_language_defn): Initialise new field.
10205 (auto_language_defn): Initialise new field.
10206 * language.h (struct language_defn) <la_is_string_type_p>: New
10207 member variable.
10208 (default_is_string_type_p): Declare new function.
10209 * m2-lang.c (m2_language_defn): Initialise new field.
10210 * objc-lang.c (objc_language_defn): Initialise new field.
10211 * opencl-lang.c (opencl_language_defn): Initialise new field.
10212 * p-lang.c (pascal_is_string_type_p): New function.
10213 (pascal_language_defn): Initialise new field.
10214 * rust-lang.c (rust_is_string_type_p): New function.
10215 (rust_language_defn): Initialise new field.
10216
721b08c6
AB
102172019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10218
10219 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10220 New field.
10221 * ada-lang.c (ada_language_defn): Initialise new field.
10222 * c-lang.c (c_language_defn): Likewise.
10223 (cplus_language_defn): Likewise.
10224 (asm_language_defn): Likewise.
10225 (minimal_language_defn): Likewise.
10226 * d-lang.c (d_language_defn): Likewise.
10227 * f-lang.c (f_language_defn): Likewise.
10228 * go-lang.c (go_language_defn): Likewise.
10229 * language.c (unknown_language_defn): Likewise.
10230 (auto_language_defn): Likewise.
10231 * m2-lang.c (m2_language_defn): Likewise.
10232 * objc-lang.c (objc_language_defn): Likewise.
10233 * opencl-lang.c (opencl_language_defn): Likewise.
10234 * p-lang.c (pascal_language_defn): Likewise.
10235 * rust-lang.c (rust_language_defn): Likewise.
10236
fc913e53
AB
102372019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10238
10239 * ada-lang.c (ada_is_character_type): Change return type to bool.
10240 (ada_is_string_type): Likewise.
10241 * ada-lang.h (ada_is_character_type): Update declaration
10242 (ada_is_string_type): Likewise.
10243
fa731fa0
PW
102442019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10245
10246 Support style in 'frame|thread apply'
10247
10248 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10249 * record.c (record_start, record_stop): Update callers of
10250 execute_command_to_string with false.
10251 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10252 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10253 methods.
10254 (class string_file): New constructor with term_out parameter.
10255 Override methods term_out and can_emit_style_escape. New member
10256 term_out.
10257 (class stdio_file): Override can_emit_style_escape.
10258 (class tee_file): Override term_out and can_emit_style_escape.
10259 * utils.h (can_emit_style_escape): Remove.
10260 * utils.c (can_emit_style_escape): Likewise.
10261 Update all callers of can_emit_style_escape (SOMESTREAM) to
10262 SOMESTREAM->can_emit_style_escape.
10263 * source-cache.c (source_cache::get_source_lines): Likewise.
10264 * stack.c (frame_apply_command_count): Call execute_command_to_string
10265 passing the term_out characteristic of the current gdb_stdout.
10266 * thread.c (thr_try_catch_cmd): Likewise.
10267 * top.c (execute_command_to_string): pass term_out parameter
10268 to construct the string_file for the command output.
10269 * ui-file.c (term_cli_styling): New function (most code moved
10270 from utils.c can_emit_style_escape).
10271 (string_file::string_file, string_file::can_emit_style_escape,
10272 stdio_file::can_emit_style_escape, tee_file::term_out,
10273 tee_file::can_emit_style_escape): New functions.
10274
136afab8
PW
102752019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10276
10277 * NEWS: Mention the new set|show may-call-functions.
10278 * infcall.c (may_call_functions_p): New variable.
10279 (show_may_call_functions_p): New function.
10280 (call_function_by_hand_dummy): Throws an error if not
10281 may-call-functions.
10282 (_initialize_infcall): Call add_setshow_boolean_cmd for
10283 may-call-functions.
10284
725cbb63
KS
102852019-04-25 Keith Seitz <keiths@redhat.com>
10286
10287 PR c++/24367
10288 * cp-support.c (inspect_type): Don't attempt substitutions
10289 of symbol with the same name.
10290
3d1cbb78
TT
102912019-04-25 Tom Tromey <tromey@adacore.com>
10292
10293 PR gdb/24475:
10294 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10295 static.
10296
94aeb44b
TT
102972019-04-25 Tom Tromey <tromey@adacore.com>
10298
10299 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10300 rvalue reference.
10301 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10302 (gdb_xml_parser::parse): Use std::move.
10303 * python/python-internal.h (gdbpy_convert_exception): Take a const
10304 reference.
10305 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10306 std::move.
10307 * python/py-utils.c (gdbpy_convert_exception): Take a const
10308 reference.
10309 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10310 Use std::move.
10311 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10312 Use std::move.
10313 * mi/mi-main.c (mi_print_exception): Take a const reference.
10314 * main.c (handle_command_errors): Take a const reference.
10315 * linespec.c (parse_linespec): Use std::move.
10316 * infcall.c (run_inferior_call): Use std::move.
10317 (call_function_by_hand_dummy): Use std::move.
10318 * exec.c (try_open_exec_file): Use std::move.
10319 * exceptions.h (exception_print, exception_fprintf)
10320 (exception_print_same): Update.
10321 * exceptions.c (print_exception, exception_print)
10322 (exception_fprintf, exception_print_same): Change parameters to
10323 const reference.
10324 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10325 * common/new-op.c: Use std::move.
10326 * common/common-exceptions.h (struct gdb_exception): Add move
10327 constructor.
10328 (struct gdb_exception_error, struct gdb_exception_quit, struct
10329 gdb_quit_bad_alloc): Change constructor to move constructor.
10330 (throw_exception): Change parameter to rvalue reference.
10331 * common/common-exceptions.c (throw_exception): Take rvalue
10332 reference.
10333 * cli/cli-interp.c (safe_execute_command): Use std::move.
10334 * breakpoint.c (insert_bp_location, location_to_sals): Use
10335 std::move.
10336
680d7fd5
TT
103372019-04-25 Tom Tromey <tromey@adacore.com>
10338
10339 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10340 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10341 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10342 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10343 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10344 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10345 guile/scm-value.c: Use unpack.
10346 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10347 gdbscm_gdb_exception.
10348 (gdbscm_throw_gdb_exception): Likewise.
10349 (struct gdbscm_gdb_exception): New.
10350 (unpack): New function.
10351 (gdbscm_wrap): Use unpack.
10352
c6fdd8b2
TT
103532019-04-25 Tom Tromey <tromey@adacore.com>
10354
10355 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10356 (gdb_rl_callback_handler): Use std::move.
10357 * common/common-exceptions.h (struct gdb_exception): Add move
10358 assignment operator.
10359 (throw_exception_sjlj): Change "exception" to const reference.
10360 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10361 (throw_exception_sjlj): Change "exception" to const reference.
10362
cc06b668
TT
103632019-04-25 Tom Tromey <tromey@adacore.com>
10364
10365 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10366 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10367 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10368 Update.
10369 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10370 Update.
10371 * mi/mi-interp.c (mi_interp::exec): Update.
10372 * linespec.c (parse_linespec): Update.
10373 * infcall.c (run_inferior_call): Update.
10374 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10375 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10376 (gdbscm_lookup_global_symbol): Update.
10377 * guile/scm-param.c (gdbscm_parameter_value): Update.
10378 * guile/scm-frame.c (gdbscm_frame_read_register)
10379 (gdbscm_frame_read_var): Update.
10380 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10381 * exec.c (try_open_exec_file): Update.
10382 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10383 (gdb_rl_callback_handler): Update.
10384 * common/common-exceptions.h (exception_none): Don't declare.
10385 * common/common-exceptions.c (exception_none): Don't define.
10386 (struct catcher) <exception>: Update.
10387 * cli/cli-interp.c (safe_execute_command): Update.
10388 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10389
cf532bd1
AT
103902019-04-25 Ali Tamur <tamur@google.com>
10391
10392 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10393 (read_attribute_value): Likewise.
10394 (dwarf2_read_addr_index): Update comment.
10395 (read_str_index): Add DW_FORM_strx.
10396 (dwarf2_string_attr): Likewise.
10397 (dwarf2_const_value_attr): Likewise.
10398 (dump_die_shallow): Likewise.
10399 (dwarf2_fetch_constant_bytes): Likewise.
10400 (skip_form_bytes): Likewise.
10401 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10402
82433e3e
SDJ
104032019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10404
10405 PR corefiles/11608
10406 PR corefiles/18187
10407 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10408 OFFSET. Verify if current mapping contains an ELF header.
10409 (linux_find_memory_regions_full): Adjust call to
10410 dump_mapping_p.
10411
723adb65
SL
104122019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10413 Kang Li <kanglictf@gmail.com>
10414
10415 PR gdb/21600
10416
10417 * dwarf2-frame.c (read_initial_length): Be consistent about using
10418 unsigned representation of length.
10419 (decode_frame_entry_1): Likewise. Check for wraparound of
10420 end pointer as well as buffer overflow.
10421
596179f7
SDJ
104222019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10423
10424 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10425 "vq".
10426
a59240a4
TT
104272019-04-24 Tom Tromey <tromey@adacore.com>
10428
10429 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10430
f872fdbb
AB
104312019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10432
10433 * s12z-tdep.c (s12z_unwind_pc): Delete.
10434 (s12z_unwind_sp): Delete.
10435 (s12z_gdbarch_init): Don't register deleted functions with
10436 gdbarch.
10437
b614e6f3
AB
104382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10439
10440 * rl78-tdep.c (rl78_unwind_sp): Delete.
10441 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10442
14faed38
AB
104432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10444
10445 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10446 (xstormy16_unwind_pc): Delete.
10447 (xstormy16_dummy_id): Delete.
10448 (xstormy16_gdbarch_init): Don't register deleted functions with
10449 gdbarch.
10450
541aad8a
AB
104512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10452
10453 * vax-tdep.c (vax_unwind_pc): Delete.
10454 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10455
29222070
AB
104562019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10457
10458 * v850-tdep.c (v850_unwind_sp): Delete.
10459 (v850_unwind_pc): Delete.
10460 (v850_dummy_id): Delete.
10461 (v850_gdbarch_init): Don't register deleted functions with
10462 gdbarch.
10463
0f534d76
AB
104642019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10465
10466 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10467 (tilegx_unwind_pc): Delete.
10468 (tilegx_unwind_dummy_id): Delete.
10469 (tilegx_gdbarch_init): Don't register deleted functions with
10470 gdbarch.
10471
1ba7b7f9
AB
104722019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10473
10474 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10475 (tic6x_dummy_id): Delete.
10476 (tic6x_gdbarch_init): Don't register deleted functions with
10477 gdbarch.
10478
d31f262c
AB
104792019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10480
10481 * sparc-tdep.c (sparc_unwind_pc): Delete.
10482 (sparc32_gdbarch_init): Don't register deleted function with
10483 gdbarch.
10484
6d14d64d
AB
104852019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10486
10487 * sh-tdep.c (sh_unwind_sp): Delete.
10488 (sh_unwind_pc): Delete.
10489 (sh_dummy_id): Delete.
10490 (sh_gdbarch_init): Don't register deleted functions with
10491 gdbarch.
10492
a40dde9d
AB
104932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10494
10495 * score-tdep.c (score_unwind_sp): Delete.
10496 (score_unwind_pc): Delete.
10497 (score_dummy_id): Delete.
10498 (score_gdbarch_init): Don't register deleted functions with
10499 gdbarch.
10500
47c47d69
AB
105012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10502
10503 * rx-tdep.c (rx_unwind_pc): Delete.
10504 (rx_unwind_sp): Delete.
10505 (rx_dummy_id): Delete.
10506 (rx_gdbarch_init): Don't register deleted functions with
10507 gdbarch. Update comment.
10508
833a4480
AB
105092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10510
10511 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10512 (rs6000_dummy_id): Delete.
10513 (rs6000_gdbarch_init): Don't register deleted functions with
10514 gdbarch.
10515
3f2cef49
AB
105162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10517
10518 * or1k-tdep.c (or1k_dummy_id): Delete.
10519 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10520
96acf884
AB
105212019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10522
10523 * nios2-tdep.c (nios2_dummy_id): Delete.
10524 (nios2_unwind_sp): Delete.
10525 (nios2_gdbarch_init): Don't register deleted functions with
10526 gdbarch.
10527
ca0ab0aa
AB
105282019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10529
10530 * nds32-tdep.c (nds32_dummy_id): Delete.
10531 (nds32_unwind_pc): Delete.
10532 (nds32_unwind_sp): Delete.
10533 (nds32_gdbarch_init): Don't register deleted functions with
10534 gdbarch.
10535
c8259044
AB
105362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10537
10538 * msp430-tdep.c (msp430_unwind_pc): Delete.
10539 (msp430_unwind_sp): Delete.
10540 (msp430_dummy_id): Delete.
10541 (msp430_gdbarch_init): Don't register deleted functions with
10542 gdbarch.
10543
27f113c8
AB
105442019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10545
10546 * moxie-tdep.c (moxie_unwind_sp): Delete.
10547 (moxie_unwind_pc): Delete.
10548 (moxie_dummy_id): Delete.
10549 (moxie_gdbarch_init): Don't register deleted functions with
10550 gdbarch.
10551
aee6c3cd
AB
105522019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10553
10554 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10555 (mn10300_unwind_pc): Delete.
10556 (mn10300_unwind_sp): Delete.
10557 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10558 mn10300_unwind_sp.
10559 (mn10300_frame_unwind_init): Don't register deleted functions with
10560 gdbarch.
10561
8e2b5aea
AB
105622019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10563
10564 * mep-tdep.c (mep_unwind_pc): Delete.
10565 (mep_unwind_sp): Delete.
10566 (mep_dummy_id): Delete.
10567 (mep_gdbarch_init): Don't register deleted functions with
10568 gdbarch.
10569
43cf3ede
AB
105702019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10571
10572 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10573 (m68hc11_unwind_sp): Delete.
10574 (m68hc11_gdbarch_init): Don't register deleted functions with
10575 gdbarch.
10576
5e79b7bb
AB
105772019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10578
10579 * m32r-tdep.c (m32r_unwind_sp): Delete.
10580 (m32r_unwind_pc): Delete.
10581 (m32r_dummy_id): Delete.
10582 (m32r_gdbarch_init): Don't register deleted functions with
10583 gdbarch.
10584
89b268d8
AB
105852019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10586
10587 * m32c-tdep.c (m32c_unwind_pc): Delete.
10588 (m32c_unwind_sp): Delete.
10589 (m32c_dummy_id): Delete.
10590 (m32c_gdbarch_init): Don't register deleted functions with
10591 gdbarch.
10592
946c28d2
AB
105932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10594
10595 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10596 (lm32_unwind_pc): Delete.
10597 (lm32_dummy_id): Delete.
10598 (lm32_gdbarch_init): Don't register deleted functions with
10599 gdbarch.
10600
bf12844a
AB
106012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10602
10603 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10604 (iq2000_unwind_pc): Delete.
10605 (iq2000_dummy_id): Delete.
10606 (iq2000_gdbarch_init): Don't register deleted functions with
10607 gdbarch.
10608
ecbc06d2
AB
106092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10610
10611 * nds32-tdep.c (nds32_type_align): Delete.
10612 (nds32_push_dummy_call): Use type_align instead.
10613
030197b4
AB
106142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10615
10616 * arm-tdep.c (arm_type_align): Only handle vector override case.
10617 (arm_push_dummy_call): Use type_align.
10618 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10619
b907456c
AB
106202019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10621
10622 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10623 case.
10624 (pass_on_stack): Use type_align.
10625 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10626 function.
10627
9e97ba43
TT
106282019-04-23 Tom Tromey <tromey@adacore.com>
10629
10630 * dwarf2read.c (line_header::file_name_at): Remove unused
10631 overload.
10632
6892f601
TV
106332019-04-23 Tom de Vries <tdevries@suse.de>
10634
10635 PR gdb/24438
10636 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10637 invocation.
10638
336d760d
AT
10639
106402019-03-27 Ali Tamur <tamur@google.com>
10641
10642 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10643 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10644 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10645 (dwarf_expr_context::get_addr_index): Likewise
10646 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10647 (symbol_needs_eval_context::get_addr_index): Likewise
10648 (disassemble_dwarf_expression): Add DW_OP_addrx
10649 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10650 (read_cutu_die_from_dwo): Update comment
10651 (skip_one_die): Add DW_FORM_addrx
10652 (read_attribute_value): Likewise
10653 (var_decode_location): Add DW_OP_addrx
10654 (dwarf2_const_value_attr): Add DW_FORM_addrx
10655 (dump_die_shallow): Likewise
10656 (dwarf2_fetch_constant_bytes): Likewise
10657 (decode_locdesc): Add DW_OP_addrx
10658 (skip_form_bytes): Add DW_FORM_addrx
10659
ad9d13f8
AT
106602019-04-22 Ali Tamur <tamur@google.com>
10661
10662 * MAINTAINERS (Write After Approval): Add self.
10663
d70cc3ba
SM
106642019-04-22 Simon Marchi <simon.marchi@efficios.com>
10665
10666 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10667 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10668 (open_symbol_file_object): Likewise.
10669 (svr4_default_sos): Add info parameter.
10670 (svr4_read_so_list): Likewise.
10671 (svr4_current_sos_direct): Adjust functions calls to pass down
10672 info.
10673 (svr4_current_sos_1): Add info parameter.
10674 (svr4_current_sos): Call get_svr4_info, pass info down to
10675 svr4_current_sos_1.
10676 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10677 get_svr4_info.
10678 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10679 get_svr4_info.
10680 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10681 to get_svr4_info.
10682 (probes_table_remove_objfile_probes): Likewise.
10683 (register_solib_event_probe): Add info parameter.
10684 (solist_update_incremental): Pass info parameter down to
10685 svr4_read_so_list.
10686 (disable_probes_interface): Add info parameter.
10687 (svr4_handle_solib_event): Pass current_program_space to
10688 get_svr4_info. Adjust disable_probes_interface cleanup.
10689 (svr4_create_probe_breakpoints): Add info parameter, pass it
10690 down to register_solib_event_probe.
10691 (svr4_create_solib_event_breakpoints): Add info parameter,
10692 pass it down to svr4_create_probe_breakpoints.
10693 (enable_break): Pass info down to
10694 svr4_create_solib_event_breakpoints.
10695 (svr4_solib_create_inferior_hook): Pass current_program_space to
10696 get_svr4_info.
10697 (svr4_clear_solib): Likewise.
10698
7905fc35
PA
106992019-04-22 Pedro Alves <palves@redhat.com>
10700
10701 * solib-svr4.c (svr4_free_objfile_observer): New.
10702 (probe_and_action::objfile): New field.
10703 (probes_table_htab_remove_objfile_probes)
10704 (probes_table_remove_objfile_probes): New functions.
10705 (register_solib_event_probe): Add 'objfile' parameter. Store it
10706 in the new probe_and_action. Don't store the probe in 'lookup'.
10707 (svr4_create_probe_breakpoints): Pass objfile to
10708 register_solib_event_probe.
10709 (_initialize_svr4_solib): Register a free_objfile observer.
10710
fb881986
TT
107112019-04-19 Tom Tromey <tom@tromey.com>
10712
10713 * common/queue.h: Remove.
10714
8732db6c
TT
107152019-04-19 Tom Tromey <tom@tromey.com>
10716
10717 * event-loop.c: Don't include "common/queue.h".
10718
97dfbadd
TT
107192019-04-19 Tom Tromey <tom@tromey.com>
10720
10721 * remote.c (remote_target): Use delete.
10722 * remote-notif.h: Include <list>, not "common/queue.h".
10723 (notif_client_p): Remove typedef.
10724 (remote_notif_state): Add constructor, destructor, initializer.
10725 <notif_queue>: Now a std::list.
10726 (remote_notif_state_xfree): Don't declare.
10727 * remote-notif.c (remote_notif_process, handle_notification)
10728 (remote_notif_state_allocate): Update.
10729 (~remote_notif_state): Rename from remote_notif_state_xfree.
10730
cf250e36
TT
107312019-04-19 Tom Tromey <tom@tromey.com>
10732
10733 * symfile.c (reread_symbols): Update.
10734 * objfiles.c (objfile_register_static_link)
10735 (objfile_lookup_static_link): Update
10736 (~objfile) Don't delete static_links.
10737 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10738
61f4b350
TT
107392019-04-19 Tom Tromey <tom@tromey.com>
10740
10741 * type-stack.h (struct type_stack) <insert>: Constify string.
10742 * type-stack.c (type_stack::insert): Constify string.
10743 * gdbtypes.h (lookup_template_type): Update.
10744 (address_space_name_to_int): Update.
10745 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10746 const.
10747 (lookup_template_type): Make name const.
10748 * c-exp.y: Update rules.
10749 (lex_one_token, classify_name, classify_inner_name)
10750 (c_print_token): Update.
10751 * p-exp.y: Update rules.
10752 (yylex): Update.
10753 * f-exp.y: Update rules.
10754 (yylex): Update.
10755 * d-exp.y: Update rules.
10756 (lex_one_token, classify_name, classify_inner_name): Update.
10757 * parse.c (write_dollar_variable, copy_name): Return std::string.
10758 * parser-defs.h (copy_name): Change return type.
10759 * m2-exp.y: Update rules.
10760 (yylex): Update.
10761 * go-exp.y (lex_one_token): Update.
10762 Update rules.
10763 (classify_unsafe_function, classify_packaged_name)
10764 (classify_name, yylex): Update.
10765
189b8c2e
ST
107662019-04-19 Sergei Trofimovich <siarheit@google.com>
10767
10768 * configure.ac: add --enable-source-highlight switch.
10769 * configure: Regenerate.
10770 * top.c (print_gdb_version): plumb --enable-source-highlight
10771 status to "show configuration".
10772
8ecb59f8
TT
107732019-04-19 Tom Tromey <tromey@adacore.com>
10774
10775 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10776 Check ADA_TYPE_P.
10777 (empty_record, ada_template_to_fixed_record_type_1)
10778 (template_to_static_fixed_type)
10779 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10780 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10781 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10782 macros.
10783
62160ec9
TT
107842019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10785
10786 PR symtab/24423:
10787 * source.c (print_source_lines_base): Advance "iter" when a
10788 control character is seen.
10789
f2ae8bc8
PW
107902019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10791
10792 * inferior.h (struct infcall_suspend_state_deleter):
10793 Catch exception in destructor to avoid crash.
10794
d563b953
PW
107952019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10796
10797 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10798 close to the add_com "shell".
10799
dc34c897
TT
108002019-04-18 Tom Tromey <tromey@adacore.com>
10801
10802 * process-stratum-target.h (class process_stratum_target)
10803 <stratum>: Add "final".
10804
a12e5744
TT
108052019-04-17 Tom Tromey <tromey@adacore.com>
10806
10807 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10808 against nullptr before use.
10809
a7e559cc
AH
108102019-04-17 Alan Hayward <alan.hayward@arm.com>
10811
10812 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10813
c01660c6
AB
108142019-04-17 Jim Wilson <jimw@sifive.com>
10815 Andrew Burgess <andrew.burgess@embecosm.com>
10816
10817 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10818 code read might fail, assume 4-byte breakpoint in that case.
10819
4aa866af
LS
108202019-04-15 Leszek Swirski <leszeks@google.com>
10821
10822 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10823 rather than a hand-rolled POD check when checking for forced MEMORY
10824 classification.
10825
48574d91
AH
108262019-04-15 Alan Hayward <alan.hayward@arm.com>
10827
10828 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10829 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10830 function.
10831 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10832 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10833 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10834 declaration.
10835
4da037ef
AH
108362019-04-15 Alan Hayward <alan.hayward@arm.com>
10837
10838 * aarch64-linux-nat.c
10839 (aarch64_linux_nat_target::thread_architecture): Add override.
10840 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10841 each VQ.
10842
ccb8d7e8
AH
108432019-04-15 Alan Hayward <alan.hayward@arm.com>
10844
10845 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10846
35add35e
AB
108472019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10848
10849 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10850 target types of size 96-bits, add some additional comments, and
10851 check that the builtin type we found was the correct size.
10852
51196bbc
EZ
108532019-04-12 Eli Zaretskii <eliz@gnu.org>
10854
10855 * utils.c (prompt_for_continue): Don't restore the styling at the
10856 end, as applied_style has the wrong value. This fixes styling in
10857 long lists of file names that are interrupted by the "Continue?"
10858 prompt.
10859
62253a61
AB
108602019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10861
10862 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10863 * c-lang.c (c_language_defn): Likewise.
10864 (cplus_language_defn): Likewise.
10865 (asm_language_defn): Likewise.
10866 (minimal_language_defn): Likewise.
10867 * d-lang.c (d_language_defn): Likewise.
10868 * f-lang.c (f_language_defn): Likewise.
10869 * go-lang.c (go_language_defn): Likewise.
10870 * language.c (unknown_language_defn): Likewise.
10871 (auto_language_defn): Likewise.
10872 * language.h (struct language_defn): Remove la_magic field.
10873 (LANG_MAGIC): Delete.
10874 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10875 * objc-lang.c (objc_language_defn): Likewise.
10876 * opencl-lang.c (opencl_language_defn): Likewise.
10877 * p-lang.c (pascal_language_defn): Likewise.
10878 * rust-lang.c (rust_language_defn): Likewise.
10879
a9158a86
AB
108802019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10881
10882 * riscv-tdep.c (riscv_type_align): New function.
10883 (riscv_type_alignment): Delete.
10884 (riscv_arg_location): Use 'type_align'.
10885 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10886
41077b66
AB
108872019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10888
10889 * gdbtypes.c (type_align): A struct with no non-static fields also
10890 has alignment of 1.
10891
9f0272f8
AB
108922019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10893
10894 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10895 component to 0.
10896 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10897 member.
10898 (riscv_struct_info::analyse): New implementation using new
10899 analyse_inner member function.
10900 (riscv_struct_info::field_offset): New member function.
10901 (riscv_struct_info::m_offsets): New member variable.
10902 (riscv_struct_info::analyse_inner): New private member function,
10903 takes the old implementation of riscv_struct_info::analyse but
10904 extended to track field offsets.
10905 (riscv_call_arg_struct): Update the struct folding special cases
10906 to handle cases where empty C++ structs, which are non-zero
10907 length, are found.
10908 (riscv_arg_location): Initialise the length of each location, a
10909 non-zero length now indicates the location is in use.
10910 (riscv_push_dummy_call): Allow for the first location having a
10911 non-zero offset when setting up arguments.
10912 (riscv_return_value): Likewise, but for return values.
10913
02cf60c7
TT
109142019-04-11 Tom Tromey <tromey@adacore.com>
10915
10916 * utils.c (internal_vproblem): Make "msg" const.
10917
68811f8f
AH
109182019-04-11 Alan Hayward <alan.hayward@arm.com>
10919
10920 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10921 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10922 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10923 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10924
3f52fdbc
KB
109252019-04-10 Kevin Buettner <kevinb@redhat.com>
10926
10927 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10928 function.
10929 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10930 of amd64_collect_native_gregset.
10931 (amd64_linux_nat_target::store_registers): Likewise.
10932
e9ad22ee
TT
109332019-04-10 Tom Tromey <tom@tromey.com>
10934
10935 * symtab.c (lookup_global_symbol_from_objfile)
10936 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10937 * objfiles.h (class separate_debug_iterator): New.
10938 (class separate_debug_range): New.
10939 (struct objfile) <separate_debug_objfiles>: New method.
10940 (objfile_separate_debug_iterate): Don't declare.
10941 * objfiles.c (separate_debug_iterator::operator++): Rename from
10942 objfile_separate_debug_iterate.
10943 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10944 iterator.
10945 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10946 iterator.
10947
ee371134
TT
109482019-04-10 Tom Tromey <tom@tromey.com>
10949
10950 * symfile.c (reread_symbols): Remove old comment.
10951 * objfiles.c (free_all_objfiles): Fix a typo.
10952
bf227d61
TT
109532019-04-10 Tom Tromey <tom@tromey.com>
10954
10955 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10956 * minsyms.c (lookup_minimal_symbol): Use foreach.
10957 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10958 (lookup_minimal_symbol_solib_trampoline): Likewise.
10959 * symfile.c (reread_symbols): Use foreach.
10960
8dc433a0
TT
109612019-04-09 Ivan Begert <ivanbegert@gmail.com>
10962 Tom Tromey <tromey@adacore.com>
10963
10964 PR rust/24414:
10965 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10966 (rust_lex_int_test): Change "value" to be LONGEST.
10967 (rust_lex_tests): Add test for long integer literal.
10968
9ab8741a
TT
109692019-04-09 Tom Tromey <tromey@adacore.com>
10970
10971 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10972 to bool.
10973 (extended_remote_target::attach): Update.
10974 (remote_target::remote_notice_new_inferior): Update.
10975 (remote_target::add_current_inferior_and_thread): Update.
10976 * inferior.c (exit_inferior_1): Use "false".
10977 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10978
e242fd12
SM
109792019-04-09 Simon Marchi <simon.marchi@efficios.com>
10980
9ca1957f 10981 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
10982 the "start" command.
10983
2b0c8b01
KB
109842019-04-08 Kevin Buettner <kevinb@redhat.com>
10985
10986 * python/py-inferior.c (infpy_thread_from_thread_handle):
10987 Adjust comments to reflect renaming of thread_from_thread_handle
10988 to thread_from_handle. Adjust keywords. Fix type error message.
10989 (inferior_object_methods): Add thread_from_handle. Retain
10990 thread_from_thread_handle, but mark it as deprecated.
10991
50a82723
KB
109922019-04-08 Kevin Buettner <kevinb@redhat.com>
10993
10994 * gdbthread.h (find_thread_by_handle): Revise declaration.
10995 * thread.c (find_thread_by_handle): Likewise. Adjust
10996 implementation too.
10997 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10998 support for buffer objects as handles.
10999
cf63b016
KB
110002019-04-08 Kevin Buettner <kevinb@redhat.com>
11001
11002 * python/py-infthread.c (thpy_thread_handle): New function.
11003 (thread_object_methods): Register thpy_thread_handle.
11004
3d6c6204
KB
110052019-04-08 Kevin Buettner <kevinb@redhat.com>
11006
11007 * gdbthread.h (thread_to_thread_handle): Declare.
11008 * thread.c (gdbtypes.h): Include.
11009 (thread_to_thread_handle): New function.
11010
11011 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11012 (target_thread_info_to_thread_handle): Declare.
11013 * target.c (target_thread_info_to_thread_handle): New function.
11014 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11015 * target-delegates.c: Regenerate.
11016
11017 * linux-thread-db.c (class thread_db_target): Add method
11018 thread_info_to_thread_handle.
11019 (thread_db_target::thread_info_to_thread_handle): Define.
11020 * remote.c (class remote_target): Add new method
11021 thread_info_to_thread_handle.
11022 (remote_target::thread_info_to_thread_handle): Define.
11023
56be6ea8
PA
110242019-04-08 Pedro Alves <palves@redhat.com>
11025
11026 * common/common-exceptions.c (throw_exception): Don't create
11027 named object to throw; throw directly.
11028 (throw_it): Likewise. Don't initialize gdb_exception::message
11029 here, with new; pass FMT and AP to the ctor instead.
11030 * common/common-exceptions.h: Include <string>.
11031 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11032 const char *, va_list)): New ctor. Use std::make_shared.
11033 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11034 errors)): Delete.
11035 (gdb_exception_error::gdb_exception_error(enum errors, const char
11036 *, va_list)): New.
11037 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11038 Add assertion.
11039 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11040 errors)): Delete.
11041 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11042 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11043 Add assertion.
11044
eedc3f4f
TT
110452019-04-08 Tom Tromey <tom@tromey.com>
11046
11047 * valops.c (value_rtti_indirect_type): Replace throw_exception
11048 with throw.
11049 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11050 with throw.
11051 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11052 throw.
11053 * target.c (target_translate_tls_address): Replace throw_exception
11054 with throw.
11055 * stack.c (frame_apply_command_count): Replace throw_exception
11056 with throw.
11057 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11058 throw.
11059 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11060 with throw.
11061 * rs6000-tdep.c (rs6000_frame_cache)
11062 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11063 * remote.c: Replace throw_exception with throw.
11064 * record-full.c (record_full_message, record_full_wait_1)
11065 (record_full_restore): Replace throw_exception with throw.
11066 * record-btrace.c:
11067 (get_thread_current_frame_id, record_btrace_start_replaying)
11068 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11069 (cmd_record_btrace_start): Replace throw_exception with throw.
11070 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11071 throw.
11072 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11073 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11074 * linespec.c:
11075 (find_linespec_symbols): Replace throw_exception with throw.
11076 * infrun.c (displaced_step_prepare, resume): Replace
11077 throw_exception with throw.
11078 * infcmd.c (post_create_inferior): Replace throw_exception with
11079 throw.
11080 * inf-loop.c (inferior_event_handler): Replace throw_exception
11081 with throw.
11082 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11083 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11084 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11085 (get_prev_frame_always, get_frame_pc_if_available)
11086 (get_frame_address_in_block_if_available, get_frame_language):
11087 Replace throw_exception with throw.
11088 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11089 throw_exception with throw.
11090 * eval.c (fetch_subexp_value, evaluate_var_value)
11091 (evaluate_funcall, evaluate_subexp_standard): Replace
11092 throw_exception with throw.
11093 * dwarf2loc.c (call_site_find_chain)
11094 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11095 Replace throw_exception with throw.
11096 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11097 with throw.
11098 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11099 throw.
11100 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11101 * completer.c (complete_line_internal): Replace throw_exception
11102 with throw.
11103 * compile/compile-object-run.c (compile_object_run): Replace
11104 throw_exception with throw.
11105 * cli/cli-script.c (process_next_line): Replace throw_exception
11106 with throw.
11107 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11108 (btrace_enable, btrace_maint_update_pt_packets): Replace
11109 throw_exception with throw.
11110 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11111 throw_exception with throw.
11112 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11113 throw_exception with throw.
11114 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11115 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11116 * aarch64-tdep.c (aarch64_make_prologue_cache)
11117 (aarch64_make_stub_cache): Replace throw_exception with throw.
11118
26003a20
TT
111192019-04-08 Tom Tromey <tom@tromey.com>
11120
11121 * common/common-exceptions.c (throw_exception): Rename from
11122 throw_exception_cxx. Remove old copy. Make argument const.
11123 (throw_it): Create and throw exception objects directly.
11124 * common/common-exceptions.h (throw_exception): Make argument
11125 const.
11126 (struct gdb_exception_error): Add constructor.
11127 (struct gdb_exception_quit): Add constructor.
11128
d272eb37
TT
111292019-04-08 Tom Tromey <tom@tromey.com>
11130
11131 * common/common-exceptions.h (exception_rethrow): Don't declare.
11132 (TRY_SJLJ): Update comment.
11133 (TRY, CATCH, END_CATCH): Remove.
11134 * common/common-exceptions.c (exception_rethrow): Remove.
11135
230d2906
TT
111362019-04-08 Tom Tromey <tom@tromey.com>
11137
11138 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11139 Remove.
11140 (gdb_exception_error): Rename from
11141 gdb_exception_RETURN_MASK_ERROR.
11142 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11143 (gdb_quit_bad_alloc): Update.
11144 * aarch64-tdep.c: Update.
11145 * ada-lang.c: Update.
11146 * ada-typeprint.c: Update.
11147 * ada-valprint.c: Update.
11148 * amd64-tdep.c: Update.
11149 * arch-utils.c: Update.
11150 * break-catch-throw.c: Update.
11151 * breakpoint.c: Update.
11152 * btrace.c: Update.
11153 * c-varobj.c: Update.
11154 * cli/cli-cmds.c: Update.
11155 * cli/cli-interp.c: Update.
11156 * cli/cli-script.c: Update.
11157 * common/common-exceptions.c: Update.
11158 * common/new-op.c: Update.
11159 * common/selftest.c: Update.
11160 * compile/compile-c-symbols.c: Update.
11161 * compile/compile-cplus-symbols.c: Update.
11162 * compile/compile-object-load.c: Update.
11163 * compile/compile-object-run.c: Update.
11164 * completer.c: Update.
11165 * corelow.c: Update.
11166 * cp-abi.c: Update.
11167 * cp-support.c: Update.
11168 * cp-valprint.c: Update.
11169 * darwin-nat.c: Update.
11170 * disasm-selftests.c: Update.
11171 * dtrace-probe.c: Update.
11172 * dwarf-index-cache.c: Update.
11173 * dwarf-index-write.c: Update.
11174 * dwarf2-frame-tailcall.c: Update.
11175 * dwarf2-frame.c: Update.
11176 * dwarf2loc.c: Update.
11177 * dwarf2read.c: Update.
11178 * eval.c: Update.
11179 * event-loop.c: Update.
11180 * event-top.c: Update.
11181 * exec.c: Update.
11182 * f-valprint.c: Update.
11183 * fbsd-tdep.c: Update.
11184 * frame-unwind.c: Update.
11185 * frame.c: Update.
11186 * gdbtypes.c: Update.
11187 * gnu-v3-abi.c: Update.
11188 * guile/guile-internal.h: Update.
11189 * guile/scm-block.c: Update.
11190 * guile/scm-breakpoint.c: Update.
11191 * guile/scm-cmd.c: Update.
11192 * guile/scm-disasm.c: Update.
11193 * guile/scm-frame.c: Update.
11194 * guile/scm-lazy-string.c: Update.
11195 * guile/scm-math.c: Update.
11196 * guile/scm-param.c: Update.
11197 * guile/scm-ports.c: Update.
11198 * guile/scm-pretty-print.c: Update.
11199 * guile/scm-symbol.c: Update.
11200 * guile/scm-symtab.c: Update.
11201 * guile/scm-type.c: Update.
11202 * guile/scm-value.c: Update.
11203 * i386-linux-tdep.c: Update.
11204 * i386-tdep.c: Update.
11205 * inf-loop.c: Update.
11206 * infcall.c: Update.
11207 * infcmd.c: Update.
11208 * infrun.c: Update.
11209 * jit.c: Update.
11210 * language.c: Update.
11211 * linespec.c: Update.
11212 * linux-fork.c: Update.
11213 * linux-nat.c: Update.
11214 * linux-tdep.c: Update.
11215 * linux-thread-db.c: Update.
11216 * main.c: Update.
11217 * mi/mi-cmd-break.c: Update.
11218 * mi/mi-cmd-stack.c: Update.
11219 * mi/mi-interp.c: Update.
11220 * mi/mi-main.c: Update.
11221 * objc-lang.c: Update.
11222 * p-valprint.c: Update.
11223 * parse.c: Update.
11224 * ppc-linux-tdep.c: Update.
11225 * printcmd.c: Update.
11226 * python/py-arch.c: Update.
11227 * python/py-breakpoint.c: Update.
11228 * python/py-cmd.c: Update.
11229 * python/py-finishbreakpoint.c: Update.
11230 * python/py-frame.c: Update.
11231 * python/py-framefilter.c: Update.
11232 * python/py-gdb-readline.c: Update.
11233 * python/py-inferior.c: Update.
11234 * python/py-infthread.c: Update.
11235 * python/py-lazy-string.c: Update.
11236 * python/py-linetable.c: Update.
11237 * python/py-objfile.c: Update.
11238 * python/py-param.c: Update.
11239 * python/py-prettyprint.c: Update.
11240 * python/py-progspace.c: Update.
11241 * python/py-record-btrace.c: Update.
11242 * python/py-record.c: Update.
11243 * python/py-symbol.c: Update.
11244 * python/py-type.c: Update.
11245 * python/py-unwind.c: Update.
11246 * python/py-utils.c: Update.
11247 * python/py-value.c: Update.
11248 * python/python.c: Update.
11249 * record-btrace.c: Update.
11250 * record-full.c: Update.
11251 * remote-fileio.c: Update.
11252 * remote.c: Update.
11253 * riscv-tdep.c: Update.
11254 * rs6000-aix-tdep.c: Update.
11255 * rs6000-tdep.c: Update.
11256 * rust-exp.y: Update.
11257 * rust-lang.c: Update.
11258 * s390-tdep.c: Update.
11259 * selftest-arch.c: Update.
11260 * solib-dsbt.c: Update.
11261 * solib-frv.c: Update.
11262 * solib-spu.c: Update.
11263 * solib-svr4.c: Update.
11264 * solib.c: Update.
11265 * sparc64-linux-tdep.c: Update.
11266 * stack.c: Update.
11267 * symfile-mem.c: Update.
11268 * symmisc.c: Update.
11269 * target.c: Update.
11270 * thread.c: Update.
11271 * top.c: Update.
11272 * tracefile-tfile.c: Update.
11273 * tui/tui.c: Update.
11274 * typeprint.c: Update.
11275 * unittests/cli-utils-selftests.c: Update.
11276 * unittests/parse-connection-spec-selftests.c: Update.
11277 * valops.c: Update.
11278 * valprint.c: Update.
11279 * value.c: Update.
11280 * varobj.c: Update.
11281 * windows-nat.c: Update.
11282 * x86-linux-nat.c: Update.
11283 * xml-support.c: Update.
11284
a70b8144
TT
112852019-04-08 Tom Tromey <tom@tromey.com>
11286
11287 * xml-support.c: Use C++ exception handling.
11288 * x86-linux-nat.c: Use C++ exception handling.
11289 * windows-nat.c: Use C++ exception handling.
11290 * varobj.c: Use C++ exception handling.
11291 * value.c: Use C++ exception handling.
11292 * valprint.c: Use C++ exception handling.
11293 * valops.c: Use C++ exception handling.
11294 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11295 handling.
11296 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11297 * typeprint.c: Use C++ exception handling.
11298 * tui/tui.c: Use C++ exception handling.
11299 * tracefile-tfile.c: Use C++ exception handling.
11300 * top.c: Use C++ exception handling.
11301 * thread.c: Use C++ exception handling.
11302 * target.c: Use C++ exception handling.
11303 * symmisc.c: Use C++ exception handling.
11304 * symfile-mem.c: Use C++ exception handling.
11305 * stack.c: Use C++ exception handling.
11306 * sparc64-linux-tdep.c: Use C++ exception handling.
11307 * solib.c: Use C++ exception handling.
11308 * solib-svr4.c: Use C++ exception handling.
11309 * solib-spu.c: Use C++ exception handling.
11310 * solib-frv.c: Use C++ exception handling.
11311 * solib-dsbt.c: Use C++ exception handling.
11312 * selftest-arch.c: Use C++ exception handling.
11313 * s390-tdep.c: Use C++ exception handling.
11314 * rust-lang.c: Use C++ exception handling.
11315 * rust-exp.y: Use C++ exception handling.
11316 * rs6000-tdep.c: Use C++ exception handling.
11317 * rs6000-aix-tdep.c: Use C++ exception handling.
11318 * riscv-tdep.c: Use C++ exception handling.
11319 * remote.c: Use C++ exception handling.
11320 * remote-fileio.c: Use C++ exception handling.
11321 * record-full.c: Use C++ exception handling.
11322 * record-btrace.c: Use C++ exception handling.
11323 * python/python.c: Use C++ exception handling.
11324 * python/py-value.c: Use C++ exception handling.
11325 * python/py-utils.c: Use C++ exception handling.
11326 * python/py-unwind.c: Use C++ exception handling.
11327 * python/py-type.c: Use C++ exception handling.
11328 * python/py-symbol.c: Use C++ exception handling.
11329 * python/py-record.c: Use C++ exception handling.
11330 * python/py-record-btrace.c: Use C++ exception handling.
11331 * python/py-progspace.c: Use C++ exception handling.
11332 * python/py-prettyprint.c: Use C++ exception handling.
11333 * python/py-param.c: Use C++ exception handling.
11334 * python/py-objfile.c: Use C++ exception handling.
11335 * python/py-linetable.c: Use C++ exception handling.
11336 * python/py-lazy-string.c: Use C++ exception handling.
11337 * python/py-infthread.c: Use C++ exception handling.
11338 * python/py-inferior.c: Use C++ exception handling.
11339 * python/py-gdb-readline.c: Use C++ exception handling.
11340 * python/py-framefilter.c: Use C++ exception handling.
11341 * python/py-frame.c: Use C++ exception handling.
11342 * python/py-finishbreakpoint.c: Use C++ exception handling.
11343 * python/py-cmd.c: Use C++ exception handling.
11344 * python/py-breakpoint.c: Use C++ exception handling.
11345 * python/py-arch.c: Use C++ exception handling.
11346 * printcmd.c: Use C++ exception handling.
11347 * ppc-linux-tdep.c: Use C++ exception handling.
11348 * parse.c: Use C++ exception handling.
11349 * p-valprint.c: Use C++ exception handling.
11350 * objc-lang.c: Use C++ exception handling.
11351 * mi/mi-main.c: Use C++ exception handling.
11352 * mi/mi-interp.c: Use C++ exception handling.
11353 * mi/mi-cmd-stack.c: Use C++ exception handling.
11354 * mi/mi-cmd-break.c: Use C++ exception handling.
11355 * main.c: Use C++ exception handling.
11356 * linux-thread-db.c: Use C++ exception handling.
11357 * linux-tdep.c: Use C++ exception handling.
11358 * linux-nat.c: Use C++ exception handling.
11359 * linux-fork.c: Use C++ exception handling.
11360 * linespec.c: Use C++ exception handling.
11361 * language.c: Use C++ exception handling.
11362 * jit.c: Use C++ exception handling.
11363 * infrun.c: Use C++ exception handling.
11364 * infcmd.c: Use C++ exception handling.
11365 * infcall.c: Use C++ exception handling.
11366 * inf-loop.c: Use C++ exception handling.
11367 * i386-tdep.c: Use C++ exception handling.
11368 * i386-linux-tdep.c: Use C++ exception handling.
11369 * guile/scm-value.c: Use C++ exception handling.
11370 * guile/scm-type.c: Use C++ exception handling.
11371 * guile/scm-symtab.c: Use C++ exception handling.
11372 * guile/scm-symbol.c: Use C++ exception handling.
11373 * guile/scm-pretty-print.c: Use C++ exception handling.
11374 * guile/scm-ports.c: Use C++ exception handling.
11375 * guile/scm-param.c: Use C++ exception handling.
11376 * guile/scm-math.c: Use C++ exception handling.
11377 * guile/scm-lazy-string.c: Use C++ exception handling.
11378 * guile/scm-frame.c: Use C++ exception handling.
11379 * guile/scm-disasm.c: Use C++ exception handling.
11380 * guile/scm-cmd.c: Use C++ exception handling.
11381 * guile/scm-breakpoint.c: Use C++ exception handling.
11382 * guile/scm-block.c: Use C++ exception handling.
11383 * guile/guile-internal.h: Use C++ exception handling.
11384 * gnu-v3-abi.c: Use C++ exception handling.
11385 * gdbtypes.c: Use C++ exception handling.
11386 * frame.c: Use C++ exception handling.
11387 * frame-unwind.c: Use C++ exception handling.
11388 * fbsd-tdep.c: Use C++ exception handling.
11389 * f-valprint.c: Use C++ exception handling.
11390 * exec.c: Use C++ exception handling.
11391 * event-top.c: Use C++ exception handling.
11392 * event-loop.c: Use C++ exception handling.
11393 * eval.c: Use C++ exception handling.
11394 * dwarf2read.c: Use C++ exception handling.
11395 * dwarf2loc.c: Use C++ exception handling.
11396 * dwarf2-frame.c: Use C++ exception handling.
11397 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11398 * dwarf-index-write.c: Use C++ exception handling.
11399 * dwarf-index-cache.c: Use C++ exception handling.
11400 * dtrace-probe.c: Use C++ exception handling.
11401 * disasm-selftests.c: Use C++ exception handling.
11402 * darwin-nat.c: Use C++ exception handling.
11403 * cp-valprint.c: Use C++ exception handling.
11404 * cp-support.c: Use C++ exception handling.
11405 * cp-abi.c: Use C++ exception handling.
11406 * corelow.c: Use C++ exception handling.
11407 * completer.c: Use C++ exception handling.
11408 * compile/compile-object-run.c: Use C++ exception handling.
11409 * compile/compile-object-load.c: Use C++ exception handling.
11410 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11411 * compile/compile-c-symbols.c: Use C++ exception handling.
11412 * common/selftest.c: Use C++ exception handling.
11413 * common/new-op.c: Use C++ exception handling.
11414 * cli/cli-script.c: Use C++ exception handling.
11415 * cli/cli-interp.c: Use C++ exception handling.
11416 * cli/cli-cmds.c: Use C++ exception handling.
11417 * c-varobj.c: Use C++ exception handling.
11418 * btrace.c: Use C++ exception handling.
11419 * breakpoint.c: Use C++ exception handling.
11420 * break-catch-throw.c: Use C++ exception handling.
11421 * arch-utils.c: Use C++ exception handling.
11422 * amd64-tdep.c: Use C++ exception handling.
11423 * ada-valprint.c: Use C++ exception handling.
11424 * ada-typeprint.c: Use C++ exception handling.
11425 * ada-lang.c: Use C++ exception handling.
11426 * aarch64-tdep.c: Use C++ exception handling.
11427
3d6e9d23
TT
114282019-04-08 Tom Tromey <tom@tromey.com>
11429
11430 * xml-support.c (gdb_xml_parser::parse): Update.
11431 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11432 * value.c (show_convenience): Update.
11433 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11434 (test_parse_flags_qcs): Update.
11435 * thread.c (thr_try_catch_cmd): Update.
11436 * target.c (target_translate_tls_address): Update.
11437 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11438 (info_frame_command_core, frame_apply_command_count): Update.
11439 * rust-exp.y (rust_lex_exception_test): Update.
11440 * riscv-tdep.c (riscv_print_one_register_info): Update.
11441 * remote.c (remote_target::enable_btrace): Update.
11442 * record-btrace.c (record_btrace_enable_warn): Update.
11443 * python/py-utils.c (gdbpy_convert_exception): Update.
11444 * printcmd.c (do_one_display, print_variable_and_value): Update.
11445 * mi/mi-main.c (mi_print_exception): Update.
11446 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11447 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11448 * linux-nat.c (linux_nat_target::attach): Update.
11449 * linux-fork.c (class scoped_switch_fork_info): Update.
11450 * infrun.c (displaced_step_prepare): Update.
11451 * infcall.c (call_function_by_hand_dummy): Update.
11452 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11453 * gnu-v3-abi.c (print_one_vtable): Update.
11454 * frame.c (get_prev_frame_always): Update.
11455 * f-valprint.c (info_common_command_for_block): Update.
11456 * exec.c (try_open_exec_file): Update.
11457 * exceptions.c (print_exception, exception_print)
11458 (exception_fprintf, exception_print_same): Update.
11459 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11460 * dwarf-index-cache.c (index_cache::store)
11461 (index_cache::lookup_gdb_index): Update.
11462 * darwin-nat.c (maybe_cache_shell): Update.
11463 * cp-valprint.c (cp_print_value_fields): Update.
11464 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11465 (gcc_cplus_symbol_address): Update.
11466 * compile/compile-c-symbols.c (gcc_convert_symbol)
11467 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11468 * common/selftest.c: Update.
11469 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11470 a std::string.
11471 (exception_try_scope_entry, exception_try_scope_exit): Don't
11472 declare.
11473 (struct exception_try_scope): Remove.
11474 (TRY): Don't use exception_try_scope.
11475 (struct gdb_exception): Add constructor, operator=.
11476 <what>: New method.
11477 (struct gdb_exception_RETURN_MASK_ALL)
11478 (struct gdb_exception_RETURN_MASK_ERROR)
11479 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11480 (struct gdb_quit_bad_alloc): Update.
11481 * common/common-exceptions.c (exception_none): Change
11482 initializer.
11483 (struct catcher) <state, exception>: Initialize inline.
11484 <prev>: Remove member.
11485 (current_catcher): Remove.
11486 (catchers): New global.
11487 (exceptions_state_mc_init): Simplify.
11488 (catcher_pop): Remove.
11489 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11490 (try_scope_depth, exception_try_scope_entry)
11491 (exception_try_scope_exit): Remove.
11492 (throw_exception_sjlj): Update.
11493 (exception_messages, exception_messages_size): Remove.
11494 (throw_it): Simplify.
11495 (gdb_exception_sliced_copy): Remove.
11496 (throw_exception_cxx): Update.
11497 * cli/cli-script.c (script_from_file): Update.
11498 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11499 Update.
11500 * ada-valprint.c (ada_val_print): Update.
11501 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11502 (create_excep_cond_exprs): Update.
11503
c5c10118
TT
115042019-04-08 Tom Tromey <tom@tromey.com>
11505
11506 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11507 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11508 (TRY, CATCH, END_CATCH): Remove some definitions.
11509 * common/common-exceptions.c: Don't use GDB_XCPT.
11510 (catcher_list_size): Remove.
11511 (throw_exception, throw_it): Simplify.
11512
4de283e4
TT
115132019-04-05 Tom Tromey <tom@tromey.com>
11514
11515 Revert the header-sorting patch.
11516 * ft32-tdep.c: Revert.
11517 * frv-tdep.c: Revert.
11518 * frv-linux-tdep.c: Revert.
11519 * frame.c: Revert.
11520 * frame-unwind.c: Revert.
11521 * frame-base.c: Revert.
11522 * fork-child.c: Revert.
11523 * findvar.c: Revert.
11524 * findcmd.c: Revert.
11525 * filesystem.c: Revert.
11526 * filename-seen-cache.h: Revert.
11527 * filename-seen-cache.c: Revert.
11528 * fbsd-tdep.c: Revert.
11529 * fbsd-nat.h: Revert.
11530 * fbsd-nat.c: Revert.
11531 * f-valprint.c: Revert.
11532 * f-typeprint.c: Revert.
11533 * f-lang.c: Revert.
11534 * extension.h: Revert.
11535 * extension.c: Revert.
11536 * extension-priv.h: Revert.
11537 * expprint.c: Revert.
11538 * exec.h: Revert.
11539 * exec.c: Revert.
11540 * exceptions.c: Revert.
11541 * event-top.c: Revert.
11542 * event-loop.c: Revert.
11543 * eval.c: Revert.
11544 * elfread.c: Revert.
11545 * dwarf2read.h: Revert.
11546 * dwarf2read.c: Revert.
11547 * dwarf2loc.c: Revert.
11548 * dwarf2expr.h: Revert.
11549 * dwarf2expr.c: Revert.
11550 * dwarf2-frame.c: Revert.
11551 * dwarf2-frame-tailcall.c: Revert.
11552 * dwarf-index-write.h: Revert.
11553 * dwarf-index-write.c: Revert.
11554 * dwarf-index-common.c: Revert.
11555 * dwarf-index-cache.h: Revert.
11556 * dwarf-index-cache.c: Revert.
11557 * dummy-frame.c: Revert.
11558 * dtrace-probe.c: Revert.
11559 * disasm.h: Revert.
11560 * disasm.c: Revert.
11561 * disasm-selftests.c: Revert.
11562 * dictionary.c: Revert.
11563 * dicos-tdep.c: Revert.
11564 * demangle.c: Revert.
11565 * dcache.h: Revert.
11566 * dcache.c: Revert.
11567 * darwin-nat.h: Revert.
11568 * darwin-nat.c: Revert.
11569 * darwin-nat-info.c: Revert.
11570 * d-valprint.c: Revert.
11571 * d-namespace.c: Revert.
11572 * d-lang.c: Revert.
11573 * ctf.c: Revert.
11574 * csky-tdep.c: Revert.
11575 * csky-linux-tdep.c: Revert.
11576 * cris-tdep.c: Revert.
11577 * cris-linux-tdep.c: Revert.
11578 * cp-valprint.c: Revert.
11579 * cp-support.c: Revert.
11580 * cp-namespace.c: Revert.
11581 * cp-abi.c: Revert.
11582 * corelow.c: Revert.
11583 * corefile.c: Revert.
11584 * continuations.c: Revert.
11585 * completer.h: Revert.
11586 * completer.c: Revert.
11587 * complaints.c: Revert.
11588 * coffread.c: Revert.
11589 * coff-pe-read.c: Revert.
11590 * cli-out.h: Revert.
11591 * cli-out.c: Revert.
11592 * charset.c: Revert.
11593 * c-varobj.c: Revert.
11594 * c-valprint.c: Revert.
11595 * c-typeprint.c: Revert.
11596 * c-lang.c: Revert.
11597 * buildsym.c: Revert.
11598 * buildsym-legacy.c: Revert.
11599 * build-id.h: Revert.
11600 * build-id.c: Revert.
11601 * btrace.c: Revert.
11602 * bsd-uthread.c: Revert.
11603 * breakpoint.h: Revert.
11604 * breakpoint.c: Revert.
11605 * break-catch-throw.c: Revert.
11606 * break-catch-syscall.c: Revert.
11607 * break-catch-sig.c: Revert.
11608 * blockframe.c: Revert.
11609 * block.c: Revert.
11610 * bfin-tdep.c: Revert.
11611 * bfin-linux-tdep.c: Revert.
11612 * bfd-target.c: Revert.
11613 * bcache.c: Revert.
11614 * ax-general.c: Revert.
11615 * ax-gdb.h: Revert.
11616 * ax-gdb.c: Revert.
11617 * avr-tdep.c: Revert.
11618 * auxv.c: Revert.
11619 * auto-load.c: Revert.
11620 * arm-wince-tdep.c: Revert.
11621 * arm-tdep.c: Revert.
11622 * arm-symbian-tdep.c: Revert.
11623 * arm-pikeos-tdep.c: Revert.
11624 * arm-obsd-tdep.c: Revert.
11625 * arm-nbsd-tdep.c: Revert.
11626 * arm-nbsd-nat.c: Revert.
11627 * arm-linux-tdep.c: Revert.
11628 * arm-linux-nat.c: Revert.
11629 * arm-fbsd-tdep.c: Revert.
11630 * arm-fbsd-nat.c: Revert.
11631 * arm-bsd-tdep.c: Revert.
11632 * arch-utils.c: Revert.
11633 * arc-tdep.c: Revert.
11634 * arc-newlib-tdep.c: Revert.
11635 * annotate.h: Revert.
11636 * annotate.c: Revert.
11637 * amd64-windows-tdep.c: Revert.
11638 * amd64-windows-nat.c: Revert.
11639 * amd64-tdep.c: Revert.
11640 * amd64-sol2-tdep.c: Revert.
11641 * amd64-obsd-tdep.c: Revert.
11642 * amd64-obsd-nat.c: Revert.
11643 * amd64-nbsd-tdep.c: Revert.
11644 * amd64-nbsd-nat.c: Revert.
11645 * amd64-nat.c: Revert.
11646 * amd64-linux-tdep.c: Revert.
11647 * amd64-linux-nat.c: Revert.
11648 * amd64-fbsd-tdep.c: Revert.
11649 * amd64-fbsd-nat.c: Revert.
11650 * amd64-dicos-tdep.c: Revert.
11651 * amd64-darwin-tdep.c: Revert.
11652 * amd64-bsd-nat.c: Revert.
11653 * alpha-tdep.c: Revert.
11654 * alpha-obsd-tdep.c: Revert.
11655 * alpha-nbsd-tdep.c: Revert.
11656 * alpha-mdebug-tdep.c: Revert.
11657 * alpha-linux-tdep.c: Revert.
11658 * alpha-linux-nat.c: Revert.
11659 * alpha-bsd-tdep.c: Revert.
11660 * alpha-bsd-nat.c: Revert.
11661 * aix-thread.c: Revert.
11662 * agent.c: Revert.
11663 * addrmap.c: Revert.
11664 * ada-varobj.c: Revert.
11665 * ada-valprint.c: Revert.
11666 * ada-typeprint.c: Revert.
11667 * ada-tasks.c: Revert.
11668 * ada-lang.c: Revert.
11669 * aarch64-tdep.c: Revert.
11670 * aarch64-ravenscar-thread.c: Revert.
11671 * aarch64-newlib-tdep.c: Revert.
11672 * aarch64-linux-tdep.c: Revert.
11673 * aarch64-linux-nat.c: Revert.
11674 * aarch64-fbsd-tdep.c: Revert.
11675 * aarch64-fbsd-nat.c: Revert.
11676 * aarch32-linux-nat.c: Revert.
11677
d55e5aa6
TT
116782019-04-05 Tom Tromey <tom@tromey.com>
11679
11680 * ft32-tdep.c: Sort headers.
11681 * frv-tdep.c: Sort headers.
11682 * frv-linux-tdep.c: Sort headers.
11683 * frame.c: Sort headers.
11684 * frame-unwind.c: Sort headers.
11685 * frame-base.c: Sort headers.
11686 * fork-child.c: Sort headers.
11687 * findvar.c: Sort headers.
11688 * findcmd.c: Sort headers.
11689 * filesystem.c: Sort headers.
11690 * filename-seen-cache.h: Sort headers.
11691 * filename-seen-cache.c: Sort headers.
11692 * fbsd-tdep.c: Sort headers.
11693 * fbsd-nat.h: Sort headers.
11694 * fbsd-nat.c: Sort headers.
11695 * f-valprint.c: Sort headers.
11696 * f-typeprint.c: Sort headers.
11697 * f-lang.c: Sort headers.
11698 * extension.h: Sort headers.
11699 * extension.c: Sort headers.
11700 * extension-priv.h: Sort headers.
11701 * expprint.c: Sort headers.
11702 * exec.h: Sort headers.
11703 * exec.c: Sort headers.
11704 * exceptions.c: Sort headers.
11705 * event-top.c: Sort headers.
11706 * event-loop.c: Sort headers.
11707 * eval.c: Sort headers.
11708 * elfread.c: Sort headers.
11709 * dwarf2read.h: Sort headers.
11710 * dwarf2read.c: Sort headers.
11711 * dwarf2loc.c: Sort headers.
11712 * dwarf2expr.h: Sort headers.
11713 * dwarf2expr.c: Sort headers.
11714 * dwarf2-frame.c: Sort headers.
11715 * dwarf2-frame-tailcall.c: Sort headers.
11716 * dwarf-index-write.h: Sort headers.
11717 * dwarf-index-write.c: Sort headers.
11718 * dwarf-index-common.c: Sort headers.
11719 * dwarf-index-cache.h: Sort headers.
11720 * dwarf-index-cache.c: Sort headers.
11721 * dummy-frame.c: Sort headers.
11722 * dtrace-probe.c: Sort headers.
11723 * disasm.h: Sort headers.
11724 * disasm.c: Sort headers.
11725 * disasm-selftests.c: Sort headers.
11726 * dictionary.c: Sort headers.
11727 * dicos-tdep.c: Sort headers.
11728 * demangle.c: Sort headers.
11729 * dcache.h: Sort headers.
11730 * dcache.c: Sort headers.
11731 * darwin-nat.h: Sort headers.
11732 * darwin-nat.c: Sort headers.
11733 * darwin-nat-info.c: Sort headers.
11734 * d-valprint.c: Sort headers.
11735 * d-namespace.c: Sort headers.
11736 * d-lang.c: Sort headers.
11737 * ctf.c: Sort headers.
11738 * csky-tdep.c: Sort headers.
11739 * csky-linux-tdep.c: Sort headers.
11740 * cris-tdep.c: Sort headers.
11741 * cris-linux-tdep.c: Sort headers.
11742 * cp-valprint.c: Sort headers.
11743 * cp-support.c: Sort headers.
11744 * cp-namespace.c: Sort headers.
11745 * cp-abi.c: Sort headers.
11746 * corelow.c: Sort headers.
11747 * corefile.c: Sort headers.
11748 * continuations.c: Sort headers.
11749 * completer.h: Sort headers.
11750 * completer.c: Sort headers.
11751 * complaints.c: Sort headers.
11752 * coffread.c: Sort headers.
11753 * coff-pe-read.c: Sort headers.
11754 * cli-out.h: Sort headers.
11755 * cli-out.c: Sort headers.
11756 * charset.c: Sort headers.
11757 * c-varobj.c: Sort headers.
11758 * c-valprint.c: Sort headers.
11759 * c-typeprint.c: Sort headers.
11760 * c-lang.c: Sort headers.
11761 * buildsym.c: Sort headers.
11762 * buildsym-legacy.c: Sort headers.
11763 * build-id.h: Sort headers.
11764 * build-id.c: Sort headers.
11765 * btrace.c: Sort headers.
11766 * bsd-uthread.c: Sort headers.
11767 * breakpoint.h: Sort headers.
11768 * breakpoint.c: Sort headers.
11769 * break-catch-throw.c: Sort headers.
11770 * break-catch-syscall.c: Sort headers.
11771 * break-catch-sig.c: Sort headers.
11772 * blockframe.c: Sort headers.
11773 * block.c: Sort headers.
11774 * bfin-tdep.c: Sort headers.
11775 * bfin-linux-tdep.c: Sort headers.
11776 * bfd-target.c: Sort headers.
11777 * bcache.c: Sort headers.
11778 * ax-general.c: Sort headers.
11779 * ax-gdb.h: Sort headers.
11780 * ax-gdb.c: Sort headers.
11781 * avr-tdep.c: Sort headers.
11782 * auxv.c: Sort headers.
11783 * auto-load.c: Sort headers.
11784 * arm-wince-tdep.c: Sort headers.
11785 * arm-tdep.c: Sort headers.
11786 * arm-symbian-tdep.c: Sort headers.
11787 * arm-pikeos-tdep.c: Sort headers.
11788 * arm-obsd-tdep.c: Sort headers.
11789 * arm-nbsd-tdep.c: Sort headers.
11790 * arm-nbsd-nat.c: Sort headers.
11791 * arm-linux-tdep.c: Sort headers.
11792 * arm-linux-nat.c: Sort headers.
11793 * arm-fbsd-tdep.c: Sort headers.
11794 * arm-fbsd-nat.c: Sort headers.
11795 * arm-bsd-tdep.c: Sort headers.
11796 * arch-utils.c: Sort headers.
11797 * arc-tdep.c: Sort headers.
11798 * arc-newlib-tdep.c: Sort headers.
11799 * annotate.h: Sort headers.
11800 * annotate.c: Sort headers.
11801 * amd64-windows-tdep.c: Sort headers.
11802 * amd64-windows-nat.c: Sort headers.
11803 * amd64-tdep.c: Sort headers.
11804 * amd64-sol2-tdep.c: Sort headers.
11805 * amd64-obsd-tdep.c: Sort headers.
11806 * amd64-obsd-nat.c: Sort headers.
11807 * amd64-nbsd-tdep.c: Sort headers.
11808 * amd64-nbsd-nat.c: Sort headers.
11809 * amd64-nat.c: Sort headers.
11810 * amd64-linux-tdep.c: Sort headers.
11811 * amd64-linux-nat.c: Sort headers.
11812 * amd64-fbsd-tdep.c: Sort headers.
11813 * amd64-fbsd-nat.c: Sort headers.
11814 * amd64-dicos-tdep.c: Sort headers.
11815 * amd64-darwin-tdep.c: Sort headers.
11816 * amd64-bsd-nat.c: Sort headers.
11817 * alpha-tdep.c: Sort headers.
11818 * alpha-obsd-tdep.c: Sort headers.
11819 * alpha-nbsd-tdep.c: Sort headers.
11820 * alpha-mdebug-tdep.c: Sort headers.
11821 * alpha-linux-tdep.c: Sort headers.
11822 * alpha-linux-nat.c: Sort headers.
11823 * alpha-bsd-tdep.c: Sort headers.
11824 * alpha-bsd-nat.c: Sort headers.
11825 * aix-thread.c: Sort headers.
11826 * agent.c: Sort headers.
11827 * addrmap.c: Sort headers.
11828 * ada-varobj.c: Sort headers.
11829 * ada-valprint.c: Sort headers.
11830 * ada-typeprint.c: Sort headers.
11831 * ada-tasks.c: Sort headers.
11832 * ada-lang.c: Sort headers.
11833 * aarch64-tdep.c: Sort headers.
11834 * aarch64-ravenscar-thread.c: Sort headers.
11835 * aarch64-newlib-tdep.c: Sort headers.
11836 * aarch64-linux-tdep.c: Sort headers.
11837 * aarch64-linux-nat.c: Sort headers.
11838 * aarch64-fbsd-tdep.c: Sort headers.
11839 * aarch64-fbsd-nat.c: Sort headers.
11840 * aarch32-linux-nat.c: Sort headers.
11841
699bd4cf
TT
118422019-04-04 Tom Tromey <tom@tromey.com>
11843
11844 * varobj.c (varobj_create): Update.
11845 * rust-exp.y (struct rust_parser) <update_innermost_block,
11846 lookup_symbol>: New methods.
11847 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11848 Rename.
11849 (rust_parser::rust_lookup_type)
11850 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11851 * printcmd.c (display_command, do_one_display): Update.
11852 * parser-defs.h (struct parser_state) <parser_state>: Add
11853 "tracker" parameter.
11854 (block_tracker): New member.
11855 (class innermost_block_tracker) <innermost_block_tracker>: Add
11856 "types" parameter.
11857 <reset>: Remove method.
11858 (innermost_block): Don't declare.
11859 (null_post_parser): Update.
11860 * parse.c (innermost_block): Remove global.
11861 (write_dollar_variable): Update.
11862 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11863 Remove "tracker_types" parameter.
11864 (parse_expression): Add "tracker" parameter.
11865 (parse_expression_for_completion): Update.
11866 (null_post_parser): Add "tracker" parameter.
11867 * p-exp.y: Update rules.
11868 * m2-exp.y: Update rules.
11869 * language.h (struct language_defn) <la_post_parser>: Add
11870 "tracker" parameter.
11871 * go-exp.y: Update rules.
11872 * f-exp.y: Update rules.
11873 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11874 parameter.
11875 * d-exp.y: Update rules.
11876 * c-exp.y: Update rules.
11877 * breakpoint.c (set_breakpoint_condition): Create an
11878 innermost_block_tracker.
11879 (watch_command_1): Likewise.
11880 * ada-lang.c (resolve): Add "tracker" parameter.
11881 (resolve_subexp): Likewise.
11882 * ada-exp.y (write_var_from_sym): Update.
11883
dac43e32
TT
118842019-04-04 Tom Tromey <tom@tromey.com>
11885
11886 * type-stack.h: New file.
11887 * type-stack.c: New file.
11888 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11889 type-stack.h.
11890 (insert_into_type_stack, insert_type, push_type, push_type_int)
11891 (insert_type_address_space, pop_type, pop_type_int)
11892 (pop_typelist, pop_type_stack, append_type_stack)
11893 (push_type_stack, get_type_stack, push_typelist)
11894 (follow_type_instance_flags, follow_types): Don't declare.
11895 * parse.c (type_stack): Remove global.
11896 (parse_exp_in_context): Update.
11897 (insert_into_type_stack, insert_type, push_type, push_type_int)
11898 (insert_type_address_space, pop_type, pop_type_int)
11899 (pop_typelist, pop_type_stack, append_type_stack)
11900 (push_type_stack, get_type_stack, push_typelist)
11901 (follow_type_instance_flags, follow_types): Remove (moved to
11902 type-stack.c).
11903 * f-exp.y (type_stack): New global.
11904 Update rules.
11905 (push_kind_type, f_parse): Update.
11906 * d-exp.y (type_stack): New global.
11907 Update rules.
11908 (d_parse): Update.
11909 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11910 Update rules.
11911 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11912 (HFILES_NO_SRCDIR): Add type-stack.h.
11913
2a612529
TT
119142019-04-04 Tom Tromey <tom@tromey.com>
11915
11916 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11917 (rust_parser::convert_ast_to_expression, rust_parse)
11918 (rust_lex_test_completion, rust_lex_tests): Update.
11919 * parser-defs.h (struct expr_completion_state): New.
11920 (struct parser_state) <parser_state>: Add completion parameter.
11921 <mark_struct_expression, mark_completion_tag>: New methods.
11922 <parse_completion, m_completion_state>: New members.
11923 (prefixify_expression, null_post_parser): Update.
11924 (mark_struct_expression, mark_completion_tag): Don't declare.
11925 * parse.c (parse_completion, expout_last_struct)
11926 (expout_tag_completion_type, expout_completion_name): Remove
11927 globals.
11928 (parser_state::mark_struct_expression)
11929 (parser_state::mark_completion_tag): Now methods.
11930 (prefixify_expression): Add last_struct parameter.
11931 (prefixify_subexp): Likewise.
11932 (parse_exp_1): Update.
11933 (parse_exp_in_context): Add cstate parameter. Update.
11934 (parse_expression_for_completion): Create an
11935 expr_completion_state.
11936 (null_post_parser): Add "completion" parameter.
11937 * p-exp.y: Update rules.
11938 (yylex): Update.
11939 * language.h (struct language_defn) <la_post_parser>: Add
11940 "completing" parameter.
11941 * go-exp.y: Update rules.
11942 (lex_one_token): Update.
11943 * expression.h (parse_completion): Don't declare.
11944 * d-exp.y: Update rules.
11945 (lex_one_token): Update rules.
11946 * c-exp.y: Update rules.
11947 (lex_one_token): Update.
11948 * ada-lang.c (resolve): Add "parse_completion" parameter.
11949 (resolve_subexp): Likewise.
11950 (ada_resolve_function): Likewise.
11951
43476f0b
TT
119522019-04-04 Tom Tromey <tom@tromey.com>
11953
11954 * parser-defs.h (struct parser_state) <start_arglist,
11955 end_arglist>: New methods.
11956 <arglist_len, m_funcall_chain>: New members.
11957 (arglist_len, start_arglist, end_arglist): Don't declare.
11958 * parse.c (arglist_len, funcall_chain): Remove global.
11959 (start_arglist, end_arglist): Remove functions.
11960 (parse_exp_in_context): Update.
11961 * p-exp.y: Update rules.
11962 * m2-exp.y: Update rules.
11963 * go-exp.y: Update rules.
11964 * f-exp.y: Update rules.
11965 * d-exp.y: Update rules.
11966 * c-exp.y: Update rules.
11967
5776fca3
TT
119682019-04-04 Tom Tromey <tom@tromey.com>
11969
11970 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11971 lex_operator, push_back>: New methods.
11972 Update all rules.
11973 (rust_parser::lex_hex, lex_escape): Rename and update.
11974 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11975 (rust_parser::lex_operator): Rename and update.
11976 (rust_parser::lex_number, rustyylex, rustyyerror)
11977 (rust_lex_test_init, rust_lex_test_sequence)
11978 (rust_lex_test_push_back, rust_lex_tests): Update.
11979 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11980 parameter.
11981 <lexptr, prev_lexptr>: New members.
11982 (lexptr, prev_lexptr): Don't declare.
11983 * parse.c (lexptr, prev_lexptr): Remove globals.
11984 (parse_exp_in_context): Update.
11985 * p-exp.y (yylex, yyerror): Update.
11986 * m2-exp.y (parse_number, yylex, yyerror): Update.
11987 * go-exp.y (lex_one_token, yyerror): Update.
11988 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11989 * d-exp.y (lex_one_token, yyerror): Update.
11990 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11991 (lex_one_token, yyerror): Update.
11992 * ada-lex.l (YY_INPUT): Update.
11993 (rewind_to_char): Update.
11994 * ada-exp.y (yyerror): Update.
11995
8621b685
TT
119962019-04-04 Tom Tromey <tom@tromey.com>
11997
11998 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11999 * parser-defs.h (struct parser_state) <parser_state>: Add new
12000 parameter.
12001 <comma_terminates>: New member.
12002 (comma_terminates): Don't declare global.
12003 * parse.c (comma_terminates): Remove global.
12004 (parse_exp_in_context): Update.
12005 * p-exp.y (yylex): Update.
12006 * m2-exp.y (yylex): Update.
12007 * go-exp.y (lex_one_token): Update.
12008 * f-exp.y (yylex): Update.
12009 * d-exp.y (lex_one_token): Update.
12010 * c-exp.y (lex_one_token): Update.
12011 * ada-lex.l: Update.
12012
28aaf3fd
TT
120132019-04-04 Tom Tromey <tom@tromey.com>
12014
12015 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12016 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12017 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12018 * parser-defs.h (paren_depth): Don't declare.
12019 * parse.c (paren_depth): Remove global.
12020 (parse_exp_in_context): Update.
12021 * p-exp.y (paren_depth): New global.
12022 (pascal_parse): Initialize it.
12023 * m2-exp.y (paren_depth): New global.
12024 (m2_parse): Initialize it.
12025 * go-exp.y (paren_depth): New global.
12026 (go_parse): Initialize it.
12027 * f-exp.y (paren_depth): New global.
12028 (f_parse): Initialize it.
12029 * d-exp.y (paren_depth): New global.
12030 (d_parse): Initialize it.
12031 * c-exp.y (paren_depth): New global.
12032 (c_parse): Initialize it.
12033 * ada-lex.l (paren_depth): New global.
12034 (lexer_init): Initialize it.
12035
1e58a4a4
TT
120362019-04-04 Tom Tromey <tom@tromey.com>
12037
12038 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12039 (rust_parser::convert_ast_to_type)
12040 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12041 * parser-defs.h (struct parser_state) <parser_state>: Add
12042 parameters. Initialize new members.
12043 <expression_context_block, expression_context_pc>: New members.
12044 * parse.c (expression_context_block, expression_context_pc):
12045 Remove globals.
12046 (parse_exp_in_context): Update.
12047 * p-exp.y: Update all rules.
12048 (yylex): Update.
12049 * m2-exp.y: Update all rules.
12050 (yylex): Update.
12051 * go-exp.y (yylex): Update.
12052 * f-exp.y (yylex): Update.
12053 * d-exp.y: Update all rules.
12054 (yylex): Update.
12055 * c-exp.y: Update all rules.
12056 (lex_one_token, classify_name, yylex, c_parse): Update.
12057 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12058
37eedb39
TT
120592019-04-04 Tom Tromey <tom@tromey.com>
12060
12061 * gdbarch.h, gdbarch.c: Rebuild.
12062 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12063 * stap-probe.h:
12064 (struct stap_parse_info): Replace "parser_state" with
12065 "expr_builder".
12066 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12067 (parser_state): New class.
12068 * parse.c (expr_builder): Rename.
12069 (expr_builder::release): Rename.
12070 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12071 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12072 (write_exp_elt_longcst, write_exp_elt_floatcst)
12073 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12074 (write_exp_string_vector, write_exp_bitstring)
12075 (write_exp_msymbol, mark_struct_expression)
12076 (write_dollar_variable)
12077 (insert_type_address_space, increase_expout_size): Replace
12078 "parser_state" with "expr_builder".
12079 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12080 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12081 "parser_state" with "expr_builder".
12082
73923d7e
TT
120832019-04-04 Tom Tromey <tom@tromey.com>
12084
12085 * rust-exp.y: Replace "parse_language" with method call.
12086 * p-exp.y:
12087 (yylex): Replace "parse_language" with method call.
12088 * m2-exp.y:
12089 (yylex): Replace "parse_language" with method call.
12090 * go-exp.y (classify_name): Replace "parse_language" with method
12091 call.
12092 * f-exp.y (yylex): Replace "parse_language" with method call.
12093 * d-exp.y (lex_one_token): Replace "parse_language" with method
12094 call.
12095 * c-exp.y:
12096 (lex_one_token, classify_name, yylex): Replace "parse_language"
12097 with method call.
12098 * ada-exp.y (find_primitive_type, type_char)
12099 (type_system_address): Replace "parse_language" with method call.
12100
fa9f5be6
TT
121012019-04-04 Tom Tromey <tom@tromey.com>
12102
12103 * rust-exp.y: Replace "parse_gdbarch" with method call.
12104 * parse.c (write_dollar_variable, insert_type_address_space):
12105 Replace "parse_gdbarch" with method call.
12106 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12107 call.
12108 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12109 call.
12110 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12111 "parse_gdbarch" with method call.
12112 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12113 with method call.
12114 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12115 "parse_gdbarch" with method call.
12116 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12117 "parse_gdbarch" with method call.
12118 * c-exp.y (parse_type, parse_number, classify_name): Replace
12119 "parse_gdbarch" with method call.
12120 * ada-lex.l: Replace "parse_gdbarch" with method call.
12121 * ada-exp.y (parse_type, find_primitive_type, type_char)
12122 (type_system_address): Replace "parse_gdbarch" with method call.
12123
1201a264
TT
121242019-04-04 Tom Tromey <tom@tromey.com>
12125
12126 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12127 * stap-probe.c (stap_parse_argument): Update.
12128 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12129 initial_size parameter.
12130 * rust-exp.y (rust_lex_tests): Update.
12131 * parse.c (parser_state): Update.
12132 (parse_exp_in_context): Update.
12133 * parser-defs.h (struct parser_state) <parser_state>: Remove
12134 "initial_size" parameter.
12135
e3980ce2
TT
121362019-04-04 Tom Tromey <tom@tromey.com>
12137
12138 * parser-defs.h (increase_expout_size): Don't declare.
12139 * parse.c (increase_expout_size): Now static.
12140
e9f8e3f1
TS
121412019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12142
12143 * gnu-nat.c (gnu_nat_target::wait): Fix
12144 target_waitstatus_to_string call.
12145
d7df6549
AB
121462019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12147
12148 * eval.c (evaluate_subexp_standard): Handle internal functions
12149 during Fortran function call handling.
12150
8bdc1658
AB
121512019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12152
12153 * NEWS: Mention new internal functions.
12154 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12155 (read_base_type): Use dwarf2_init_complex_target_type.
12156 * value.c (creal_internal_fn): New function.
12157 (cimag_internal_fn): New function.
12158 (_initialize_values): Register new internal functions.
12159
c29705b7
PW
121602019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12161
12162 * infrun.c (stop_all_threads): If debug_infrun, always
12163 trace the wait status after wait_one, using
12164 target_waitstatus_to_string and target_pid_to_str.
12165 (handle_inferior_event): Replace various trace of
12166 wait status kind by a single trace.
12167 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12168 wait status kind image by target_waitstatus_to_string.
12169 * target/waitstatus.c (target_waitstatus_to_string): Fix
12170 obsolete comment.
12171
05caa1d2
TT
121722019-04-01 Tom Tromey <tromey@adacore.com>
12173
12174 PR symtab/23331:
12175 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12176
9d1447e0
SDJ
121772019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12178 Pedro Alves <palves@redhat.com>
12179
12180 * top.c (quit_force): Call 'finalize_values'.
12181 * value.c (finalize_values): New function.
12182 * value.h (finalize_values): Declare.
12183
7734102d
EZ
121842019-03-30 Eli Zaretskii <eliz@gnu.org>
12185
12186 * NEWS: Announce $_gdb_major and $_gdb_minor.
12187
12188 * top.c (init_gdb_version_vars): New function.
12189 (gdb_init): Call init_gdb_version_vars.
12190
188e1fa9
TT
121912019-03-29 Tom Tromey <tromey@adacore.com>
12192
12193 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12194 help text. Remove dead code.
12195
2880242d
KS
121962019-03-29 Keith Seitz <keiths@redhat.com>
12197
12198 From Siddhesh Poyarekar:
12199 * f-lang.h (f77_get_upperbound): Return LONGEST.
12200 (f77_get_lowerbound): Likewise.
12201 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12202 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12203 print them.
12204 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12205 plongest to format print it.
12206 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12207 (f77_get_upperbound): Likewise.
12208 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12209 LOWER_BOUND to LONGEST.
12210 (f77_create_arrayprint_offset_tbl): Likewise.
12211
cc1defb1
KS
122122019-03-29 Keith Seitz <keiths@redhat.com>
12213
12214 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12215 %s/pulongest for TYPE_LENGTH instead of %d in format
12216 strings.
12217 * ada-typerint.c (ada_print_type): Likewise.
12218 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12219 * compile/compile-c-support.c (generate_register_struct): Likewise.
12220 * gdbtypes.c (recursive_dump_type): Likewise.
12221 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12222 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12223 instead of %d in format strings.
12224 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12225 to std::min to ULONGEST.
12226 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12227 instead of %d in format strings.
12228 * tracepoint.c (info_scope_command): Likewise.
12229 * typeprint.c (print_offset_data::update)
12230 (print_offset_data::finish): Likewise.
12231 * xtensa-tdep.c (xtensa_store_return_value)
12232 (xtensa_push_dummy_call): Likewise.
12233
e432ccf1
JT
122342019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12235
12236 * windows-nat.c (display_selector): Fixed format specifications
12237 for 64-bit Cygwin.
12238
65d2b333
PW
122392019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12240
12241 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12242
f489207e
SL
122432019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12244
12245 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12246 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12247 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12248 (nios2_linux_init_abi): Install it.
12249
bffa1015
AH
122502019-03-28 Alan Hayward <alan.hayward@arm.com>
12251
12252 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12253
fc96163a
AH
122542019-03-28 Alan Hayward <alan.hayward@arm.com>
12255
12256 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12257
20dc7e9b
PW
122582019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12259 Tom Tromey <tromey@adacore.com>
12260
12261 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12262
7f5331a8
JB
122632019-03-26 Joel Brobecker <brobecker@adacore.com>
12264
12265 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12266 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12267 method to compute the bounds of range types. Also print "[evaluated]"
12268 if the bounds' values come from a dynamic evaluation.
12269
18c77628
AB
122702019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12271
12272 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12273 whitespace when pretty printing is on.
12274
53c973f2
AH
122752019-03-26 Alan Hayward <alan.hayward@arm.com>
12276
e79be6e5 12277 * ppc-linux-nat.c: Add include.
53c973f2 12278
d851aa71
AH
122792019-03-26 Alan Hayward <alan.hayward@arm.com>
12280
e79be6e5 12281 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12282
2fe7bab7
AH
122832019-03-26 Alan Hayward <alan.hayward@arm.com>
12284
e79be6e5 12285 * arm-linux-nat.c: Add include.
2fe7bab7 12286
068ef30e
SM
122872019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12288
12289 * source-cache.c (source_cache::get_source_lines): Re-read
12290 fullname after calling open_source_file.
12291
81a24d04
JB
122922019-03-25 John Baldwin <jhb@FreeBSD.org>
12293
12294 * NEWS: Mention TLS support for FreeBSD.
12295
79e7ae11
TT
122962019-03-25 Tom Tromey <tromey@adacore.com>
12297
12298 * minsyms.c (BUNCH_SIZE): Update comment.
12299 (~minimal_symbol_reader): Remove old comment.
12300 (compact_minimal_symbols): Update comment.
12301 (minimal_symbol_reader::install): Remove old comment. Update
12302 other comments.
12303
d45963c2
AH
123042019-03-25 Alan Hayward <alan.hayward@arm.com>
12305
12306 * s390-linux-nat.c: Add include.
12307
0f83012e
AH
123082019-03-25 Alan Hayward <alan.hayward@arm.com>
12309
12310 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12311 Call linux_get_hwcap.
12312 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12313 Likewise.
12314 (aarch64_linux_get_hwcap): Remove function.
12315 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12316 declaration.
12317 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12318 linux_get_hwcap.
12319 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12320 * linux-tdep.c (linux_get_hwcap): Add function.
12321 (linux_get_hwcap2): Likewise.
12322 * linux-tdep.h (linux_get_hwcap): Add declaration.
12323 (linux_get_hwcap2): Likewise.
12324 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12325 (ppc_linux_get_hwcap2): Likewise.
12326 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12327 linux_get_hwcap.
12328 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12329 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12330 (ppc_linux_nat_target::read_description): Likewise.
12331 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12332 * s390-linux-nat.c: Likewise.
12333 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12334
6640a367
TT
123352019-03-24 Tom Tromey <tom@tromey.com>
12336
12337 * ada-lang.c (standard_lookup): Simplify initialization.
12338 (ada_lookup_symbol_nonlocal): Simplify return.
12339 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12340 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12341 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12342 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12343 initialization.
12344 * solib.c (solib_global_lookup): Simplify.
12345 * symtab.c (null_block_symbol): Remove.
12346 (symbol_cache_lookup): Simplify returns.
12347 (lookup_language_this): Simplify returns.
12348 (lookup_symbol_aux): Simplify return.
12349 (lookup_local_symbol): Simplify returns.
12350 (lookup_global_symbol_from_objfile): Simplify return.
12351 (lookup_symbol_in_objfile_symtabs)
12352 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12353 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12354 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12355 * cp-namespace.c (cp_lookup_bare_symbol)
12356 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12357 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12358 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12359 (cp_lookup_symbol_via_imports): Simplify initialization.
12360 (find_symbol_in_baseclass): Likewise.
12361 * symtab.h (null_block_symbol): Remove.
12362 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12363 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12364 (d_lookup_symbol_module): Likewise.
12365 (find_symbol_in_baseclass): Simplify initialization.
12366
a930ebcd
TT
123672019-03-24 Tom Tromey <tom@tromey.com>
12368
12369 * expression.h: Don't include symtab.h.
12370 (struct block): Forward declare.
12371
582942f4
TT
123722019-03-24 Tom Tromey <tom@tromey.com>
12373
12374 * c-exp.y (typebase): Remove casts.
12375 * gdbtypes.c (lookup_unsigned_typename, )
12376 (lookup_signed_typename): Remove cast.
12377 * eval.c (parse_to_comma_and_eval): Remove cast.
12378 * parse.c (write_dollar_variable): Remove cast.
12379 * block.h (struct block) <superblock>: Now const.
12380 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12381 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12382 (map_block): Make "block" const.
12383 * symfile.h (struct quick_symbol_functions)
12384 <map_matching_symbols>: Constify block argument to "callback".
12385 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12386 const.
12387 (find_pc_sect_compunit_symtab): Make "b" const.
12388 (find_symbol_at_address): Likewise.
12389 (search_symbols): Likewise.
12390 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12391 (dw2_debug_names_lookup_symbol): Likewise.
12392 (dw2_map_matching_symbols): Update.
12393 * p-valprint.c (pascal_val_print): Remove "block".
12394 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12395 (aux_add_nonlocal_symbols): Make "block" const.
12396 (resolve_subexp): Remove cast.
12397 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12398 const.
12399 (iterate_over_file_blocks): Likewise.
12400 * f-exp.y (%union) <bval>: Remove.
12401 * coffread.c (patch_opaque_types): Make "b" const.
12402 * spu-tdep.c (spu_catch_start): Make "block" const.
12403 * c-valprint.c (print_unpacked_pointer): Remove "block".
12404 * symmisc.c (dump_symtab_1): Make "b" const.
12405 (block_depth): Make "block" const.
12406 * d-exp.y (%union) <bval>: Remove.
12407 * cp-support.h (cp_lookup_rtti_type): Update.
12408 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12409 * psymtab.c (psym_lookup_symbol): Make "block" const.
12410 (maintenance_check_psymtabs): Make "b" const.
12411 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12412 (enumerate_locals, enumerate_args): Update.
12413 * python/py-symtab.c (stpy_global_block): Make "block" const.
12414 (stpy_static_block): Likewise.
12415 * inline-frame.c (block_starting_point_at): Make "new_block"
12416 const.
12417 * block.c (find_block_in_blockvector): Make return type const.
12418 (blockvector_for_pc_sect): Make "b" const.
12419 (find_block_in_blockvector): Make "b" const.
12420
7ad417dd
TT
124212019-03-23 Tom Tromey <tom@tromey.com>
12422
12423 * varobj.c (varobj_create): Update.
12424 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12425 * printcmd.c (display_command, do_one_display): Don't reset
12426 innermost_block.
12427 * parser-defs.h (enum innermost_block_tracker_type): Move to
12428 expression.h.
12429 (innermost_block): Update comment.
12430 * parse.c (parse_exp_1): Add tracker_types parameter.
12431 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12432 tracker_types parameter. Reset innermost_block.
12433 (parse_exp_in_context): Remove.
12434 (parse_expression_for_completion): Update.
12435 * objfiles.c (~objfile): Don't reset expression_context_block or
12436 innermost_block.
12437 * expression.h (enum innermost_block_tracker_type): Move from
12438 parser-defs.h.
12439 (parse_exp_1): Add tracker_types parameter.
12440 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12441 reset innermost_block.
12442
b366c208
TT
124432019-03-23 Tom Tromey <tom@tromey.com>
12444
12445 * objfiles.h: Include bcache.h.
12446
9bb9b2f9
TT
124472019-03-23 Tom Tromey <tom@tromey.com>
12448
12449 * linespec.c (get_current_search_block): Use
12450 scoped_restore_current_language.
12451 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12452
59c28372
AH
124532019-03-22 Alan Hayward <alan.hayward@arm.com>
12454 Jiong Wang <jiong.wang@arm.com>
12455
12456 * aarch64-linux-tdep.c
12457 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12458 section.
12459 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12460
17e116a7
AH
124612019-03-22 Alan Hayward <alan.hayward@arm.com>
12462 Jiong Wang <jiong.wang@arm.com>
12463
12464 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12465 instructions.
12466 (aarch64_analyze_prologue_test): Add PACIASP test.
12467 (aarch64_prologue_prev_register): Unmask PC value.
12468
11e1b75f
AH
124692019-03-22 Alan Hayward <alan.hayward@arm.com>
12470 Jiong Wang <jiong.wang@arm.com>
12471
12472 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12473 (aarch64_dwarf2_prev_register): Unmask PC value.
12474 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12475 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12476 DW_CFA_AARCH64_negate_ra_state.
12477 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12478
34dcc7cf
AH
124792019-03-22 Alan Hayward <alan.hayward@arm.com>
12480 Jiong Wang <jiong.wang@arm.com>
12481
12482 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12483 registers.
12484 (aarch64_pseudo_register_name): Likewise.
12485 (aarch64_pseudo_register_type): Likewise.
12486 (aarch64_pseudo_register_reggroup_p): Likewise.
12487 (aarch64_gdbarch_init): Add pauth registers.
12488 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12489 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12490 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12491 (struct gdbarch_tdep): Add regnum for ra_state.
12492
1ef53e6b
AH
124932019-03-22 Alan Hayward <alan.hayward@arm.com>
12494 Jiong Wang <jiong.wang@arm.com>
12495
12496 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12497
76bed0fd
AH
124982019-03-22 Alan Hayward <alan.hayward@arm.com>
12499 Jiong Wang <jiong.wang@arm.com>
12500
12501 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12502 function.
12503 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12504 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12505 (aarch64_gdbarch_init): Add puth registers.
12506 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12507 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12508 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12509
ee4fbcfa
AH
125102019-03-22 Alan Hayward <alan.hayward@arm.com>
12511 Jiong Wang <jiong.wang@arm.com>
12512
12513 * aarch64-linux-nat.c
12514 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12515 * aarch64-linux-tdep.c
12516 (aarch64_linux_core_read_description): Likewise.
12517 (aarch64_linux_get_hwcap): New function.
12518 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12519 (aarch64_linux_get_hwcap): New declaration.
12520
6dc0ebde
AH
125212019-03-22 Alan Hayward <alan.hayward@arm.com>
12522 Jiong Wang <jiong.wang@arm.com>
12523
12524 * aarch64-linux-nat.c
12525 (aarch64_linux_nat_target::read_description): Add pauth param.
12526 * aarch64-linux-tdep.c
12527 (aarch64_linux_core_read_description): Likewise.
12528 * aarch64-tdep.c (struct target_desc): Add in pauth.
12529 (aarch64_read_description): Add pauth param.
12530 (aarch64_gdbarch_init): Likewise.
12531 * aarch64-tdep.h (aarch64_read_description): Likewise.
12532 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12533 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12534 * features/Makefile: Add new files.
12535 * features/aarch64-pauth.c: New file.
12536 * features/aarch64-pauth.xml: New file.
12537
595915c1
TT
125382019-03-20 Tom Tromey <tromey@adacore.com>
12539
12540 * infrun.c (handle_inferior_event): Rename from
12541 handle_inferior_event_1. Create a scoped_value_mark.
12542 (handle_inferior_event): Remove.
12543
4c7d57e7
TT
125442019-03-19 Tom Tromey <tromey@adacore.com>
12545
12546 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12547 * infrun.h (print_stop_event): Add "displays" parameter.
12548 * infrun.c (print_stop_event): Add "displays" parameter.
12549
cb246234
PA
125502019-03-19 Pedro Alves <palves@redhat.com>
12551
12552 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12553 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12554 to -1. Fix TABs vs spaces.
12555 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12556 * tui/tui-out.h (tui_ui_out) Add intro comments.
12557 <m_line, m_start_of_line>: In-class initialize, and add describing
12558 comment.
12559
3a0e45b2
AH
125602019-03-18 Alan Hayward <alan.hayward@arm.com>
12561
12562 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12563 variable names.
12564 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12565
5371b850
PA
125662019-03-18 Pedro Alves <palves@redhat.com>
12567 Eli Zaretskii <eliz@gnu.org>
12568
12569 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12570 m_line and m_start_of_line.
12571
b17c4cd0
EZ
125722019-03-18 Eli Zaretskii <eliz@gnu.org>
12573
12574 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12575 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12576 it returns a newline. This fixes a regression in TU mode, whereby
12577 the next line is output on the same screen line as the user input.
12578
4bd56d18
TT
125792019-03-18 Tom Tromey <tromey@adacore.com>
12580
12581 * minsyms.c (minimal_symbol_reader::install): Remove call to
12582 obstack_blank.
12583
55c10aca
PA
125842019-03-18 Pedro Alves <palves@redhat.com>
12585
12586 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12587 New globals.
12588 (apply_style): New, factored out from ...
12589 (apply_ansi_escape): ... this. Handle reverse video mode.
12590 (tui_set_reverse_mode): New function.
12591 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12592 * tui/tui-winsource.c (tui_show_source_line): Use
12593 tui_set_reverse_mode instead of setting A_STANDOUT.
12594 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12595 New setter methods.
12596
647bb750
HD
125972019-03-18 Hannes Domani <ssbssa@yahoo.de>
12598
12599 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12600 Handle tabs.
12601
bff8c71f
TT
126022019-03-18 Tom Tromey <tromey@adacore.com>
12603
12604 * ada-lang.c (empty_array): Add "high" parameter.
12605 (ada_evaluate_subexp): Update.
12606
58785d98
ST
126072019-03-17 Sergei Trofimovich <siarheit@google.com>
12608
12609 * unittests/string_view-selftests.c: Define
12610 _initialize_string_view_selftests unconditionally.
12611
d4cbef22
ВМ
126122019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12613
12614 PR gdb/24350
12615 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12616
fce4c071
ВМ
126172019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12618
12619 PR gdb/24351
12620 * windows-nat.c (display_selector): Fix format specifiers.
12621
f7f0a123
EZ
126222019-03-17 Eli Zaretskii <eliz@gnu.org>
12623
12624 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12625 tui_refill_source_window instead of tui_refresh_win, to update the
12626 current execution line. This fixes redisplay of the current line
12627 when stepping through the code with "next" or "step".
12628
ab42892f
EZ
126292019-03-16 Eli Zaretskii <eliz@gnu.org>
12630
12631 * source-cache.c (source_cache::get_source_lines): Call
12632 find_source_lines to initialize s->nlines. This fixes vertical
12633 scrolling of TUI source window when the DOWN arrow is pressed.
12634
8d8c087f
PW
126352019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12636
12637 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12638 linux-thread-db.c (_initialize_thread_db): Likewise.
12639
798e1c30
EZ
126402019-03-16 Eli Zaretskii <eliz@gnu.org>
12641
12642 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12643 wclrtoeol in tui_show_source_line". This reverts changes made in
12644 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12645
eefba3da
TT
126462019-03-15 Tom Tromey <tom@tromey.com>
12647
12648 * symtab.h (struct minimal_symbol): Derive from
12649 general_symbol_info.
12650 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12651 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12652 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12653 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12654 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12655 (MSYMBOL_SEARCH_NAME): Update.
12656 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12657 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12658 * minsyms.c (minimal_symbol_reader::record_full): Update.
12659
0de2420c
TT
126602019-03-15 Tom Tromey <tom@tromey.com>
12661
12662 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12663
042d75e4
TT
126642019-03-15 Tom Tromey <tom@tromey.com>
12665
12666 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12667 unique_xmalloc_ptr.
12668 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12669 Update.
12670 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12671 (build_minimal_symbol_hash_tables)
12672 (minimal_symbol_reader::install): Update.
12673
db92718b
TT
126742019-03-15 Tom Tromey <tom@tromey.com>
12675
12676 * symtab.c (create_demangled_names_hash): Update.
12677 (symbol_set_names): Update.
12678 * objfiles.h (struct objfile_per_bfd_storage)
12679 <demangled_names_hash>: Now an htab_up.
12680 * objfiles.c (objfile_per_bfd_storage): Simplify.
12681
d6797f46
TT
126822019-03-15 Tom Tromey <tom@tromey.com>
12683
12684 * objfiles.h (struct objfile_per_bfd_storage): Declare
12685 destructor.
12686 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12687 New.
12688 (get_objfile_bfd_data): Use new. Don't initialize
12689 language_of_main.
12690 (free_objfile_per_bfd_storage): Remove.
12691 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12692
741d7538
TT
126932019-03-15 Tom Tromey <tom@tromey.com>
12694
12695 * symfile.c (reread_symbols): Update.
12696 * objfiles.c (objfile::objfile): Update.
12697 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12698 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12699 comment.
12700 (minimal_symbol_reader::install): Update.
12701 (terminate_minimal_symbol_table): Remove.
12702 * jit.c (jit_object_close_impl): Update.
12703
788c80d1
TT
127042019-03-15 Tom Tromey <tom@tromey.com>
12705
12706 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12707 initializations.
12708
1b7a07cb
TT
127092019-03-15 Tom Tromey <tom@tromey.com>
12710
12711 * objfiles.h (struct objfile_per_bfd_storage)
12712 <demangled_hash_languages>: Now a bitset.
12713 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12714 (lookup_minimal_symbol): Update.
12715
3db066bc
TT
127162019-03-15 Tom Tromey <tom@tromey.com>
12717
12718 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12719 Don't return the symbol.
12720 * coffread.c (record_minimal_symbol): Use record_full.
12721
3fff2c37
EZ
127222019-03-14 Eli Zaretskii <eliz@gnu.org>
12723
12724 The MS-Windows port of ncurses fails to switch to a color pair if
12725 one or both of the colors are the implicit default colors. This
12726 change records the default colors when TUI is initialized, and
12727 then specifies them explicitly when a color pair uses the default
12728 colors. This allows color styling in TUI mode on MS-Windows.
12729
12730 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12731 ncurses_norm_attr.
12732 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12733 colors in ncurses_norm_attr.
12734 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12735 "none", replace it with the default color recorded in
12736 ncurses_norm_attr.
12737
3b336828
TT
127382019-03-14 Tom Tromey <tromey@adacore.com>
12739
12740 * source-cache.h (class source_cache) <get_source_lines>: Return
12741 std::string.
12742 * source-cache.c (source_cache::extract_lines): Handle case where
12743 first_pos==npos. Return std::string.
12744 (source_cache::get_source_lines): Update.
12745
d085f989
TT
127462019-03-14 Tom Tromey <tromey@adacore.com>
12747
12748 * NEWS: Add item for "style sources" commands.
12749 * source-cache.c (source_cache::get_source_lines): Check
12750 source_styling.
12751 * cli/cli-style.c (source_styling): New global.
12752 (_initialize_cli_style): Add "style sources" commands.
12753 (show_style_sources): New function.
12754 * cli/cli-style.h (source_styling): Declare.
12755
6f11e682
TT
127562019-03-14 Pedro Alves <palves@redhat.com>
12757 Tom Tromey <tromey@adacore.com>
12758
12759 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12760 * tui/tui-winsource.c (tui_refill_source_window): New function,
12761 from...
12762 (tui_horizontal_source_scroll): ... here. Move some logic.
12763 * cli/cli-style.c (set_style_enabled): Notify new observable.
12764 * tui/tui-hooks.c (tui_redisplay_source): New function.
12765 (tui_attach_detach_observers): Attach or detach
12766 tui_redisplay_source.
12767 * observable.h (source_styling_changed): New observable.
12768 * observable.c: Define source_styling_changed observable.
12769
a068643d
TT
127702019-03-13 Tom Tromey <tromey@adacore.com>
12771
12772 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12773 (i386_gnu_nat_target::store_registers): Update.
12774 * target-debug.h (target_debug_print_std_string): New macro.
12775 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12776 * windows-tdep.c (display_one_tib): Update.
12777 * tui/tui-stack.c (tui_make_status_line): Update.
12778 * top.c (print_inferior_quit_action): Update.
12779 * thread.c (thr_try_catch_cmd): Update.
12780 (add_thread_with_info): Update.
12781 (thread_target_id_str): Update.
12782 (thr_try_catch_cmd): Update.
12783 (thread_command): Update.
12784 (thread_find_command): Update.
12785 * record-btrace.c (record_btrace_target::info_record)
12786 (record_btrace_resume_thread, record_btrace_target::resume)
12787 (record_btrace_cancel_resume, record_btrace_step_thread)
12788 (record_btrace_target::wait, record_btrace_target::wait)
12789 (record_btrace_target::wait, record_btrace_target::stop): Update.
12790 * progspace.c (print_program_space): Update.
12791 * process-stratum-target.c
12792 (process_stratum_target::thread_address_space): Update.
12793 * linux-fork.c (linux_fork_mourn_inferior)
12794 (detach_checkpoint_command, info_checkpoints_command)
12795 (linux_fork_context): Update.
12796 (linux_fork_detach): Update.
12797 (class scoped_switch_fork_info): Update.
12798 (delete_checkpoint_command): Update.
12799 * infrun.c (follow_fork_inferior): Update.
12800 (follow_fork_inferior): Update.
12801 (proceed_after_vfork_done): Update.
12802 (handle_vfork_child_exec_or_exit): Update.
12803 (follow_exec): Update.
12804 (displaced_step_prepare_throw): Update.
12805 (displaced_step_restore): Update.
12806 (start_step_over): Update.
12807 (resume_1): Update.
12808 (clear_proceed_status_thread): Update.
12809 (proceed): Update.
12810 (print_target_wait_results): Update.
12811 (do_target_wait): Update.
12812 (context_switch): Update.
12813 (stop_all_threads): Update.
12814 (restart_threads): Update.
12815 (finish_step_over): Update.
12816 (handle_signal_stop): Update.
12817 (switch_back_to_stepped_thread): Update.
12818 (keep_going_pass_signal): Update.
12819 (print_exited_reason): Update.
12820 (normal_stop): Update.
12821 * inferior.c (inferior_pid_to_str): Change return type.
12822 (print_selected_inferior): Update.
12823 (add_inferior): Update.
12824 (detach_inferior): Update.
12825 * dummy-frame.c (fprint_dummy_frames): Update.
12826 * dcache.c (dcache_info_1): Update.
12827 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12828 (btrace_fetch, btrace_clear): Update.
12829 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12830 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12831 type.
12832 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12833 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12834 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12835 * gdbarch.c, gdbarch.h: Rebuild.
12836 * gdbarch.sh (core_pid_to_str): Change return type.
12837 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12838 return type.
12839 (windows_nat_target::pid_to_str): Change return type.
12840 (windows_delete_thread): Update.
12841 (windows_nat_target::attach): Update.
12842 (windows_nat_target::files_info): Update.
12843 * target-delegates.c: Rebuild.
12844 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12845 return type.
12846 (sol_thread_target::pid_to_str): Change return type.
12847 * remote.c (class remote_target) <pid_to_str>: Change return
12848 type.
12849 (remote_target::pid_to_str): Change return type.
12850 (extended_remote_target::attach, remote_target::remote_stop_ns)
12851 (remote_target::remote_notif_remove_queued_reply)
12852 (remote_target::push_stop_reply, remote_target::disable_btrace):
12853 Update.
12854 (extended_remote_target::attach): Update.
12855 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12856 type.
12857 (gdbsim_target::pid_to_str): Change return type.
12858 * ravenscar-thread.c (struct ravenscar_thread_target)
12859 <pid_to_str>: Change return type.
12860 (ravenscar_thread_target::pid_to_str): Change return type.
12861 * procfs.c (class procfs_target) <pid_to_str>: Change return
12862 type.
12863 (procfs_target::pid_to_str): Change return type.
12864 (procfs_target::attach): Update.
12865 (procfs_target::detach): Update.
12866 (procfs_target::fetch_registers): Update.
12867 (procfs_target::store_registers): Update.
12868 (procfs_target::wait): Update.
12869 (procfs_target::files_info): Update.
12870 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12871 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12872 return type.
12873 (nto_procfs_target::pid_to_str): Change return type.
12874 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12875 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12876 return type.
12877 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12878 (exit_lwp): Update.
12879 (attach_proc_task_lwp_callback, get_detach_signal)
12880 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12881 (linux_nat_target::resume, wait_lwp, stop_callback)
12882 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12883 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12884 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12885 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12886 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12887 type.
12888 (inf_ptrace_target::attach): Update.
12889 (inf_ptrace_target::files_info): Update.
12890 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12891 type.
12892 (go32_nat_target::pid_to_str): Change return type.
12893 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12894 (gnu_nat_target::wait): Update.
12895 (gnu_nat_target::wait): Update.
12896 (gnu_nat_target::resume): Update.
12897 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12898 (fbsd_nat_target::wait): Update.
12899 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12900 type.
12901 (darwin_nat_target::attach): Update.
12902 * corelow.c (class core_target) <pid_to_str>: Change return type.
12903 (core_target::pid_to_str): Change return type.
12904 * target.c (normal_pid_to_str): Change return type.
12905 (default_pid_to_str): Likewise.
12906 (target_pid_to_str): Change return type.
12907 (target_translate_tls_address): Update.
12908 (target_announce_detach): Update.
12909 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12910 return type.
12911 (bsd_uthread_target::pid_to_str): Change return type.
12912 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12913 type.
12914 (bsd_kvm_target::pid_to_str): Change return type.
12915 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12916 return type.
12917 (aix_thread_target::pid_to_str): Change return type.
12918 * target.h (struct target_ops) <pid_to_str>: Change return type.
12919 (target_pid_to_str, normal_pid_to_str): Likewise.
12920 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12921 type.
12922 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12923 type.
12924 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12925 return type.
12926 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12927 type.
12928 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12929 type.
12930 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12931 return type.
12932
b4be1b06
SM
129332019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12934
12935 * NEWS: Mention that the new default MI version is 3. Mention
12936 changes to the output of commands and events that deal with
12937 multi-location breakpoints.
12938 * breakpoint.c: Include "mi/mi-out.h".
12939 (print_one_breakpoint): Change output syntax if using MI version
12940 >= 3.
12941 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12942 New.
12943 (mi_multi_location_breakpoint_output_fixed): New.
12944 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12945 (mi_cmd_fix_multi_location_breakpoint_output): New.
12946 (mi_multi_location_breakpoint_output_fixed): New.
12947 * mi/mi-cmds.c (mi_cmds): Register command
12948 -fix-multi-location-breakpoint-output.
12949 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12950 interpreter "mi".
12951
8e5e5494
SM
129522019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12953
12954 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12955 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12956 instantiate mi_ui_out based on interpreter name.
12957 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12958 * mi/mi-main.c (mi_load_progress): Likewise.
12959
197df35e
JB
129602019-03-12 John Baldwin <jhb@FreeBSD.org>
12961
12962 * NEWS: Combine separate "New targets" sections for 8.3.
12963
8399425f
JB
129642019-03-12 John Baldwin <jhb@FreeBSD.org>
12965
12966 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12967 (ppcfbsd_init_abi): Install gdbarch
12968 "fetch_tls_load_module_address" and "get_thread_local_address"
12969 methods.
12970
b0f87ed0
JB
129712019-03-12 John Baldwin <jhb@FreeBSD.org>
12972
12973 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12974 (riscv_fbsd_init_abi): Install gdbarch
12975 "fetch_tls_load_module_address" and "get_thread_local_address"
12976 methods.
12977
ce25aa57
JB
129782019-03-12 John Baldwin <jhb@FreeBSD.org>
12979
12980 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12981 (i386fbsd_init_abi): Install gdbarch
12982 "fetch_tls_load_module_address" and "get_thread_local_address"
12983 methods.
12984
f5424cfa
JB
129852019-03-12 John Baldwin <jhb@FreeBSD.org>
12986
12987 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12988 (amd64fbsd_init_abi): Install gdbarch
12989 "fetch_tls_load_module_address" and "get_thread_local_address"
12990 methods.
12991
945f3901
JB
129922019-03-12 John Baldwin <jhb@FreeBSD.org>
12993
12994 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12995 (struct fbsd_pspace_data): New type.
12996 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12997 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12998 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12999 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13000 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13001
ef0bd204
JB
130022019-03-12 John Baldwin <jhb@FreeBSD.org>
13003
13004 * gdbtypes.c (lookup_struct_elt): New function.
13005 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13006 * gdbtypes.h (struct struct_elt): New type.
13007 (lookup_struct_elt): New prototype.
13008
36c53a02
JB
130092019-03-12 John Baldwin <jhb@FreeBSD.org>
13010
13011 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13012 remove disabled code block.
13013
6e056c81
JB
130142019-03-12 John Baldwin <jhb@FreeBSD.org>
13015
13016 * gdbarch.sh (get_thread_local_address): New method.
13017 * gdbarch.h, gdbarch.c: Regenerate.
13018 * target.c (target_translate_tls_address): Use
13019 gdbarch_get_thread_local_address if present instead of
13020 target::get_thread_local_address.
13021
cd250a18
JB
130222019-03-12 John Baldwin <jhb@FreeBSD.org>
13023
13024 * target.h (target::get_thread_local_address): Update comment.
13025
df22c1e5
JB
130262019-03-12 John Baldwin <jhb@FreeBSD.org>
13027
13028 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13029 objfile->separate_debug_objfile_backlink if not NULL.
13030
dd6876c9
JB
130312019-03-12 John Baldwin <jhb@FreeBSD.org>
13032
13033 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13034 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13035 (amd64bsd_store_inferior_registers): Likewise.
13036 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13037 Enable segment base registers.
13038 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13039 PT_GETFSBASE and PT_GETGSBASE.
13040 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13041 PT_SETGSBASE.
13042 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13043 segment base registers.
13044 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13045
1163a4b7
JB
130462019-03-12 John Baldwin <jhb@FreeBSD.org>
13047
13048 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13049 Update calls to i386_target_description to add 'segments'
13050 parameter.
13051 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13052 add segment base registers.
13053 * arch/i386.c (i386_create_target_description): Add 'segments'
13054 parameter to enable segment base registers.
13055 * arch/i386.h (i386_create_target_description): Likewise.
13056 * features/i386/32bit-segments.xml: New file.
13057 * features/i386/32bit-segments.c: Generate.
13058 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13059 call to i386_target_description to add 'segments' parameter.
13060 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13061 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13062 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13063 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13064 if feature is present.
13065 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13066 Add 'segments' parameter to call to i386_target_description.
13067 (i386_target_description): Add 'segments' parameter to enable
13068 segment base registers.
13069 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13070 to call to i386_target_description.
13071 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13072 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13073 Define I386_NUM_REGS.
13074 (i386_target_description): Add 'segments' parameter to enable
13075 segment base registers.
13076
3a350822
EZ
130772019-03-12 Eli Zaretskii <eliz@gnu.org>
13078
13079 PR/24325
13080 * source-cache.c: #undef open and close, to avoid unresolved
13081 externals during linking.
13082
ffdd69cf
TT
130832019-03-12 Tom Tromey <tromey@adacore.com>
13084
13085 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13086 const. Add initializers.
13087 (_initialize_remote): Don't initialize ptid globals.
13088
ec148c57
PA
130892019-03-12 Pedro Alves <palves@redhat.com>
13090
13091 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13092
32764270
PA
130932019-03-12 Pedro Alves <palves@redhat.com>
13094
13095 * cp-name-parser.y (main): Remove unused 'len' variable.
13096
17547186
TT
130972019-03-12 Tom Tromey <tromey@adacore.com>
13098
13099 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13100 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13101
d3a70e03
TT
131022019-03-12 Tom Tromey <tromey@adacore.com>
13103
13104 * linux-nat.c (iterate_over_lwps): Update.
13105 (stop_callback): Remove parameter.
13106 (stop_wait_callback, detach_callback, resume_set_callback)
13107 (select_singlestep_lwp_callback, set_ignore_sigint)
13108 (status_callback, resumed_callback, resume_clear_callback)
13109 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13110 data parameter.
13111 (linux_nat_target::detach, linux_nat_target::resume)
13112 (linux_stop_and_wait_all_lwps, select_event_lwp)
13113 (linux_nat_filter_event, linux_nat_wait_1)
13114 (linux_nat_target::kill, linux_nat_target::stop)
13115 (linux_nat_target::stop): Update.
13116 (linux_nat_resume_callback): Change type.
13117 (resume_stopped_resumed_lwps, count_events_callback)
13118 (select_event_lwp_callback): Likewise.
13119 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13120 * arm-linux-nat.c (struct update_registers_data): Remove.
13121 (update_registers_callback): Change type.
13122 (arm_linux_insert_hw_breakpoint1): Update.
13123 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13124 parameter.
13125 (x86_linux_dr_set_addr): Update.
13126 (x86_linux_dr_set_control): Update.
13127 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13128 (iterate_over_lwps): Use gdb::function_view.
13129 * nat/aarch64-linux-hw-point.c (struct
13130 aarch64_dr_update_callback_param): Remove.
13131 (debug_reg_change_callback): Change type.
13132 (aarch64_notify_debug_reg_change): Update.
13133 * s390-linux-nat.c (s390_refresh_per_info): Update.
13134
82cb27ff
TT
131352019-03-11 Tom Tromey <tromey@adacore.com>
13136
13137 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13138 redundant assignment to "this_cu".
13139
568c0683
SM
131402019-03-08 Simon Marchi <simon.marchi@efficios.com>
13141
13142 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13143
f09ce22d
SM
131442019-03-08 Simon Marchi <simon.marchi@efficios.com>
13145
13146 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13147 from...
13148 (rank_one_type): ... this.
13149
595f96a9
SM
131502019-03-08 Simon Marchi <simon.marchi@efficios.com>
13151
13152 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13153 from...
13154 (rank_one_type): ... this.
13155
2598a94b
SM
131562019-03-08 Simon Marchi <simon.marchi@efficios.com>
13157
13158 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13159 from...
13160 (rank_one_type): ... this.
13161
7f17b20d
SM
131622019-03-08 Simon Marchi <simon.marchi@efficios.com>
13163
13164 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13165 from...
13166 (rank_one_type): ... this.
13167
2c509035
SM
131682019-03-08 Simon Marchi <simon.marchi@efficios.com>
13169
13170 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13171 from...
13172 (rank_one_type): ... this.
13173
0dd322dc
SM
131742019-03-08 Simon Marchi <simon.marchi@efficios.com>
13175
13176 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13177 from...
13178 (rank_one_type): ... this.
13179
41ea4728
SM
131802019-03-08 Simon Marchi <simon.marchi@efficios.com>
13181
13182 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13183 from...
13184 (rank_one_type): ... this.
13185
793cd1d2
SM
131862019-03-08 Simon Marchi <simon.marchi@efficios.com>
13187
13188 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13189 from...
13190 (rank_one_type): ... this.
13191
34910087
SM
131922019-03-08 Simon Marchi <simon.marchi@efficios.com>
13193
13194 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13195 from...
13196 (rank_one_type): ... this.
13197
f1f832d6
SM
131982019-03-08 Simon Marchi <simon.marchi@efficios.com>
13199
13200 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13201 from...
13202 (rank_one_type): ... this.
13203
b9f4512f
SM
132042019-03-08 Simon Marchi <simon.marchi@efficios.com>
13205
13206 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13207 from...
13208 (rank_one_type): ... this.
13209
9293fc63
SM
132102019-03-08 Simon Marchi <simon.marchi@efficios.com>
13211
13212 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13213 from...
13214 (rank_one_type): ... this.
13215
e3abbe7e
PW
132162019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13217
13218 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13219 inferior-events' shows the example events.
13220
e4adb939
EZ
132212019-03-08 Eli Zaretskii <eliz@gnu.org>
13222
13223 Support styling on native MS-Windows console
13224
13225 PR/24315
13226 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13227 on MS-Windows if $TERM is not defined.
13228
13229 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13230
13231 * posix-hdep.c (gdb_console_fputs):
13232 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13233 functions.
13234 * ui-file.h (gdb_console_fputs): Add prototype.
13235
13236 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13237 back to fputs only if the former returns zero.
13238
25629dfd
TT
132392019-03-07 Tom Tromey <tom@tromey.com>
13240
13241 * symmisc.c (print_symbol_bcache_statistics): Update.
13242 (print_objfile_statistics): Update.
13243 * symfile.c (allocate_symtab): Update.
13244 * stabsread.c: Don't include bcache.h.
13245 * psymtab.h (struct psymbol_bcache): Don't declare.
13246 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13247 (psymbol_bcache_init, psymbol_bcache_free)
13248 (psymbol_bcache_get_bcache): Don't declare.
13249 * psymtab.c (struct psymbol_bcache): Remove.
13250 (psymtab_storage::psymtab_storage): Update.
13251 (psymtab_storage::~psymtab_storage): Update.
13252 (psymbol_bcache_init, psymbol_bcache_free)
13253 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13254 (add_psymbol_to_bcache): Update.
13255 (allocate_psymtab): Update.
13256 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13257 macro_cache>: No longer pointers.
13258 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13259 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13260 * macrotab.c (macro_bcache): Update.
13261 * macroexp.c: Don't include bcache.h.
13262 * gdbtypes.c (check_types_worklist): Update.
13263 (types_deeply_equal): Remove TRY/CATCH. Update.
13264 * elfread.c (elf_symtab_read): Update.
13265 * dwarf2read.c: Don't include bcache.h.
13266 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13267 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13268 (print_bcache_statistics, bcache_memory_used): Don't declare.
13269 (struct bcache): Move from bcache.c. Add constructor, destructor,
13270 methods. Rename all data members.
13271 * bcache.c (struct bcache): Move to bcache.h.
13272 (bcache::expand_hash_table): Rename from expand_hash_table.
13273 (bcache): Remove.
13274 (bcache::insert): Rename from bcache_full.
13275 (bcache::compare): Rename from bcache_compare.
13276 (bcache_xmalloc): Remove.
13277 (bcache::~bcache): Rename from bcache_xfree.
13278 (bcache::print_statistics): Rename from print_bcache_statistics.
13279 (bcache::memory_used): Rename from bcache_memory_used.
13280
fe726667
PA
132812019-03-07 Pedro Alves <palves@redhat.com>
13282
13283 * infrun.c (normal_stop): Also check for
13284 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13285
7584bb30
AB
132862019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13287
13288 * f-lang.c (value_from_host_double): Moved to...
13289 * value.c (value_from_host_double): ...here.
13290 * value.h (value_from_host_double): Declare.
13291 * guile/scm-math.c (vlscm_convert_typed_number): Use
13292 value_from_host_double.
13293 (vlscm_convert_number): Likewise.
13294 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13295 * python/py-value.c (convert_value_from_python): Likewise.
13296
a7b1986e
TT
132972019-03-06 Tom Tromey <tom@tromey.com>
13298
13299 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13300
0ccf4211
TT
133012019-03-06 Tom Tromey <tom@tromey.com>
13302
13303 * utils.h (free_current_contents): Don't declare.
13304 * utils.c (free_current_contents): Remove.
13305
fe7b42e5
TT
133062019-03-06 Tom Tromey <tom@tromey.com>
13307
13308 * top.c (quit_force): Update.
13309 * main.c (captured_command_loop): Update.
13310 * common/new-op.c (operator new): Update.
13311 * common/common-exceptions.c (struct catcher)
13312 <save_cleanup_chain>: Remove member.
13313 (exceptions_state_mc_init): Update.
13314 (exception_try_scope_entry): Return nullptr.
13315 (exception_try_scope_exit, exception_rethrow)
13316 (throw_exception_sjlj, throw_exception_cxx): Update.
13317 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13318 (all_cleanups, do_cleanups, discard_cleanups)
13319 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13320 (restore_cleanups, restore_final_cleanups): Don't declare.
13321 (do_final_cleanups): Remove parameter.
13322 * common/cleanups.c (cleanup_chain, make_cleanup)
13323 (make_cleanup_dtor, all_cleanups, do_cleanups)
13324 (discard_my_cleanups, discard_cleanups)
13325 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13326 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13327 (null_cleanup): Remove.
13328 (do_final_cleanups): Remove parameter.
13329
c6321f19
TT
133302019-03-06 Tom Tromey <tom@tromey.com>
13331
13332 * remote.c (remote_target::remote_parse_stop_reply): Use
13333 unique_xmalloc_ptr.
13334
61b30099
TT
133352019-03-06 Tom Tromey <tom@tromey.com>
13336
13337 * stabsread.c (struct stabs_field_info): Rename from field_info.
13338 <list, fnlist>: Add initializers.
13339 <obstack>: New member.
13340 (read_member_functions, read_struct_fields, read_baseclasses):
13341 Allocate on obstack. Don't use cleanups.
13342 (read_one_struct_field, read_member_functions, read_struct_fields)
13343 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13344 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13345 (read_struct_type): Update.
13346
6cceac94
TT
133472019-03-06 Tom Tromey <tom@tromey.com>
13348
13349 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13350 * common/filestuff.h (make_cleanup_close): Don't declare.
13351 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13352 Remove.
13353
72412762
TT
133542019-03-06 Tom Tromey <tom@tromey.com>
13355
13356 * solib-aix.c: Use make_scope_exit.
13357
2b6ff1c0
TT
133582019-03-06 Tom Tromey <tom@tromey.com>
13359
13360 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13361 Use make_scope_exit.
13362
d01c5877
TT
133632019-03-06 Tom Tromey <tom@tromey.com>
13364
13365 * solib-svr4.c (disable_probes_interface): Remove parameter.
13366 (svr4_handle_solib_event): Use make_scope_exit.
13367
32603266
TT
133682019-03-06 Tom Tromey <tom@tromey.com>
13369
13370 * remote.c (struct stop_reply_deleter): Remove.
13371 (stop_reply_up): Update.
13372 (struct stop_reply): Derive from notif_event. Don't typedef.
13373 <regcache>: Now a std::vector.
13374 (stop_reply_xfree): Remove.
13375 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13376 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13377 (remote_target::discard_pending_stop_replies): Use delete.
13378 (remote_target::remote_parse_stop_reply): Update.
13379 (remote_target::process_stop_reply): Update.
13380 * remote-notif.h (struct notif_event): Add virtual destructor.
13381 Remove "dtr" member.
13382 (struct notif_client) <alloc_event>: Return a unique_ptr.
13383 (notif_event_xfree): Don't declare.
13384 (notif_event_up): New typedef.
13385 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13386 (notif_event_xfree, do_notif_event_xfree): Remove.
13387 (remote_notif_state_xfree): Update.
13388
9799571e
TT
133892019-03-06 Tom Tromey <tom@tromey.com>
13390
13391 * infrun.c (displaced_step_clear_cleanup): Now a
13392 forward_scope_exit type.
13393 (displaced_step_prepare_throw): Update.
13394 (displaced_step_fixup): Update.
13395
09e3c4ca
TT
133962019-03-06 Tom Tromey <tom@tromey.com>
13397
13398 * inferior.h (class inferior): Update comment.
13399 * gdbthread.h (class thread_info): Update comment.
13400
e2a03548
TT
134012019-03-06 Joel Brobecker <brobecker@adacore.com>
13402 Tom Tromey <tom@tromey.com>
13403
13404 * stabsread.h (struct stab_section_list): Remove.
13405 (coffstab_build_psymtabs): Update.
13406 * dbxread.c (symbuf_sections): Now a std::vector.
13407 (sect_idx): New global.
13408 (fill_symbuf): Update.
13409 (coffstab_build_psymtabs): Change type of stabsects parameter.
13410 Update.
13411 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13412 std::vector.
13413 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13414 (coff_locate_sections): Update.
13415 (coff_symfile_read): Remove cleanups. Update.
13416 (init_stringtab): Add storage parameter.
13417 (free_stringtab, free_stringtab_cleanup): Remove.
13418 (init_lineno): Add storage parameter.
13419 (free_linetab, free_linetab_cleanup): Remove.
13420
b7e60d85
PA
134212019-03-06 Pedro Alves <palves@redhat.com>
13422
13423 * linux-fork.c (fork_info::clobber_regs): Delete.
13424 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13425 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13426 comment. Adjust.
13427 (scoped_switch_fork_info::scoped_switch_fork_info)
13428 (checkpoint_command, linux_fork_context): Adjust
13429 fork_save_infrun_state calls.
13430
e52c971f
PA
134312019-03-06 Pedro Alves <palves@redhat.com>
13432
13433 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13434 (inf_has_multiple_threads): Return 'bool' and rewrite using
13435 inferior_info::threads().
13436
06974e6c
PA
134372019-03-06 Pedro Alves <palves@redhat.com>
13438
13439 * linux-fork.c: Include <list>.
13440 (fork_list): Now a std::list instance.
13441 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13442 (forks_exist_p, find_last_fork): Adjust.
13443 (new_fork): Delete.
13444 (one_fork_p): New.
13445 (add_fork): Adjust.
13446 (free_fork): Delete, folded into fork_info::~fork_info().
13447 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13448 Adjust.
13449 (init_fork_list): Delete.
13450 (linux_fork_killall, linux_fork_mourn_inferior)
13451 (linux_fork_detach, info_checkpoints_command): Adjust.
13452 (_initialize_linux_fork): No longer call init_fork_list.
13453
72f31aea
PA
134542019-03-06 Pedro Alves <palves@redhat.com>
13455
13456 * linux-fork.c (new_fork): New, split out of ...
13457 (add_fork): ... this. Return void. Move "first fork" special
13458 case from here, to ...
13459 (checkpoint_command): ... here.
13460 * linux-linux.h (add_fork): Return void.
13461
efbecbc1
AB
134622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13463
13464 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13465
0841c79a
AB
134662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13467 Chris January <chris.january@arm.com>
13468 David Lecomber <david.lecomber@arm.com>
13469
13470 * f-exp.y: New token, UNOP_INTRINSIC.
13471 (exp): New pattern using UNOP_INTRINSIC token.
13472 (f77_keywords): Add 'abs' keyword.
13473 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13474 (value_from_host_double): New function.
13475 (evaluate_subexp_f): Support UNOP_ABS.
13476
4a270568
AB
134772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13478
13479 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13480 types.
13481
067630bd
AB
134822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13483
13484 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13485 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13486 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13487
3be47f7a
AB
134882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13489
13490 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13491
4d00f5d8
AB
134922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13493 Chris January <chris.january@arm.com>
13494
13495 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13496 * f-exp.y: Define 'KIND' token.
13497 (exp): New pattern for KIND expressions.
13498 (ptype): Handle types with a kind extension.
13499 (direct_abs_decl): Extend to spot kind extensions.
13500 (f77_keywords): Add 'kind' to the list.
13501 (push_kind_type): New function.
13502 (convert_to_kind_type): New function.
13503 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13504 * parse.c (operator_length_standard): Likewise.
13505 * parser-defs.h (enum type_pieces): Add tp_kind.
13506 * std-operator.def: Add UNOP_KIND.
13507
e454224f
AB
135082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13509
13510 * f-exp.y (f_parse): Set yydebug.
13511
9dad4a58
AB
135122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13513
13514 * f-lang.c (evaluate_subexp_f): New function.
13515 (exp_descriptor_f): New global.
13516 (f_language_defn): Use exp_descriptor_f instead of
13517 exp_descriptor_standard.
13518
c8f91604
AB
135192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13520
13521 * f-exp.y (struct token): Add comments.
13522 (dot_ops): Remove uppercase versions and the end marker.
13523 (f77_keywords): Likewise.
13524 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13525 entries in the dot_ops array are case insensitive, and use
13526 strncasecmp to compare strings. Also some whitespace cleanup in
13527 this area. Similar for the f77_keywords array, except entries in
13528 this list might be case sensitive.
13529
dd9f2c76
AB
135302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13531
13532 * f-exp.y (struct f77_boolean_val): Add comments.
13533 (boolean_values): Remove uppercase versions, and end marker.
13534 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13535 and use strncasecmp to achieve case insensitivity. Additionally,
13536 perform whitespace cleanup around this code.
13537
67a3048c
TT
135382019-03-06 Tom Tromey <tromey@adacore.com>
13539
13540 * remote-sim.c (gdbsim_target_open): Use result of
13541 gdb_argv::release.
13542
aa3cfbda
RB
135432019-03-06 Richard Bunt <richard.bunt@arm.com>
13544 Dirk Schubert <dirk.schubert@arm.com>
13545 Chris January <chris.january@arm.com>
13546
13547 * eval.c (evaluate_subexp_standard): Call Fortran argument
13548 wrapping logic.
13549 * f-lang.c (struct value): A value which can be passed into a
13550 Fortran function call.
13551 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13552 where appropriate.
13553 (struct type): Value ready for a Fortran function call.
13554 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13555 is needed.
13556 * f-lang.h (fortran_argument_convert): Declaration.
13557 (fortran_preserve_arg_pointer): Declaration.
13558 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13559
ea38e5df
TT
135602019-03-05 Tom Tromey <tromey@adacore.com>
13561
13562 * python/py-prettyprint.c (print_string_repr): Remove #if.
13563 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13564
06b5b831
TT
135652019-03-05 Tom Tromey <tromey@adacore.com>
13566
13567 * target.c (the_dummy_target): Move later. Change type to
13568 "dummy_target".
13569 (initialize_targets): Don't initialize the_dummy_target.
13570
edbd9e45
TT
135712019-03-05 Tom Tromey <tromey@adacore.com>
13572
13573 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13574 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13575
c119e040
TT
135762019-03-05 Tom Tromey <tromey@adacore.com>
13577
13578 * windows-nat.c (windows_nat_target::attach)
13579 (windows_nat_target::detach): Don't call gdb_flush.
13580 * valprint.c (generic_val_print, val_print, val_print_string):
13581 Don't call gdb_flush.
13582 * utils.c (defaulted_query): Don't call gdb_flush.
13583 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13584 * target.c (target_announce_detach): Don't call gdb_flush.
13585 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13586 * remote.c (extended_remote_target::attach): Don't call
13587 gdb_flush.
13588 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13589 * printcmd.c (do_examine): Don't call gdb_flush.
13590 (info_display_command): Don't call gdb_flush.
13591 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13592 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13593 * memattr.c (info_mem_command): Don't call gdb_flush.
13594 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13595 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13596 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13597 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13598 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13599 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13600 (gnu_nat_target::detach): Don't call gdb_flush.
13601 * f-valprint.c (f_val_print): Don't call gdb_flush.
13602 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13603 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13604 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13605 gdb_flush.
13606 * c-valprint.c (c_val_print): Don't call gdb_flush.
13607 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13608
895dafa6
TT
136092019-03-05 Tom Tromey <tromey@adacore.com>
13610
13611 * varobj.c (update_dynamic_varobj_children): Update.
13612 (install_default_visualizer): Use reset, not release.
13613 * value.c (set_internalvar): Update.
13614 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13615 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13616 ATTRIBUTE_UNUSED_RESULT.
13617
88a774b9
TT
136182019-03-05 Tom Tromey <tromey@adacore.com>
13619
13620 * remote.c (class scoped_remote_fd) <release>: Add
13621 ATTRIBUTE_UNUSED_RESULT.
13622
4e4a8b93
TT
136232019-03-05 Tom Tromey <tromey@adacore.com>
13624
13625 * macroexp.c (struct macro_buffer) <release>: Add
13626 ATTRIBUTE_UNUSED_RESULT.
13627
083eef1f
TT
136282019-03-05 Tom Tromey <tromey@adacore.com>
13629
13630 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13631 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13632 ATTRIBUTE_UNUSED_RESULT.
13633
3cabd438
TT
136342019-03-05 Tom Tromey <tromey@adacore.com>
13635
13636 * common/scoped_fd.h (class scoped_fd) <release>: Add
13637 ATTRIBUTE_UNUSED_RESULT.
13638
41e3300a
TT
136392019-03-05 Tom Tromey <tromey@adacore.com>
13640
13641 * parser-defs.h (struct parser_state) <release>: Add
13642 ATTRIBUTE_UNUSED_RESULT.
13643
18cb7c9f
TT
136442019-03-05 Tom Tromey <tromey@adacore.com>
13645
13646 * utils.h (class gdb_argv) <release>: Add
13647 ATTRIBUTE_UNUSED_RESULT.
13648 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13649
41fa577f
EZ
136502019-03-02 Eli Zaretskii <eliz@gnu.org>
13651
a6a4b2c6
EZ
13652 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13653 for-loop range, to avoid compiler warnings.
13654
13655 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13656 avoid compiler warnings about unused variables.
13657
742a7df5
EZ
13658 * NEWS: Mention end of support for native debugging on MS-Windows
13659 before XP.
13660
41fa577f
EZ
13661 PR gdb/24292
13662 * common/netstuff.c:
13663 * gdbserver/gdbreplay.c
13664 * gdbserver/remote-utils.c:
13665 * ser-tcp.c:
13666 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13667 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13668 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13669 'getaddrinfo' and 'freeaddrinfo' were not available before
13670 Windows XP, and mingw.org's MinGW headers by default define
13671 _WIN32_WINNT to 0x500.
13672
827f438f
GB
136732019-03-01 Gary Benson <gbenson@redhat.com>
13674
13675 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13676
92137da0
RO
136772019-02-28 Brian Vandenberg <phantall@gmail.com>
13678 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13679
13680 PR gdb/8527
13681 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13682 set_sigint_trap, clear_sigint_trap.
13683
799efbe8
PW
136842019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13685
13686 * target.c (target_detach): Clear the regcache and the
13687 frame cache.
13688
8ed25214
PA
136892019-02-27 Pedro Alves <palves@redhat.com>
13690
13691 * utils.c (set_screen_size): When we cap the height/width sizes,
13692 tweak the corresponding command variable to show "unlimited":
13693
23031e31
SJ
136942019-02-27 Saagar Jha <saagar@saagarjha.com>
13695 Pedro Alves <palves@redhat.com>
13696
13697 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13698 before calling rl_set_screen_size.
13699
6c28e44a
TT
137002019-02-27 Tom Tromey <tromey@adacore.com>
13701
13702 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13703 define.
13704 * python/py-value.c: Remove Python 2.4 workaround.
13705 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13706 workaround.
13707 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13708 Python 2.4 workaround.
13709 * python/python-internal.h: Remove Python 2.4 comment.
13710 (Py_ssize_t): Don't define.
13711 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13712 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13713 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13714 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13715 * python/python.c (do_start_initialization): Remove Python 2.4
13716 workaround.
13717 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13718 (print_children): Remove Python 2.4 workaround.
13719 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13720 workaround.
13721 (CHARBUFFERPROC_NAME): Remove.
13722 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13723 Python 2.4 workaround.
13724
2c3fc25d 137252019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 13726
2c3fc25d
KB
13727 * NEWS: Note minimum Python version.
13728
6ca62222
KB
137292019-02-27 Kevin Buettner <kevinb@redhat.com>
13730
13731 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13732 code from these functions. Remove corresponding ifdefs. Use
13733 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13734 Remove gotos and target of gotos.
13735 (infpy_search_memory): Likewise.
13736
f4bc7d2c
AB
137372019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13738
13739 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13740 (hppa_gdbarch_init): Don't register deleted functions with
13741 gdbarch.
13742
9734a586
AB
137432019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13744
13745 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13746 (h8300_unwind_sp): Delete.
13747 (h8300_dummy_id): Delete.
13748 (h8300_gdbarch_init): Don't register deleted functions with
13749 gdbarch.
13750
68b867f3
AB
137512019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13752
13753 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13754 (ft32_unwind_pc): Delete.
13755 (ft32_unwind_sp): Delete.
13756 (ft32_gdbarch_init): Don't register deleted functions with
13757 gdbarch.
13758
2fbe7ad0
AB
137592019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13760
13761 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13762 (frv_unwind_pc): Delete.
13763 (frv_unwind_sp): Delete.
13764 (frv_gdbarch_init): Don't register deleted functions with
13765 gdbarch.
13766
76055cbe
AB
137672019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13768
13769 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13770 (riscv_unwind_pc): Delete.
13771 (riscv_unwind_sp): Delete.
13772 (riscv_gdbarch_init): Don't register deleted functions with
13773 gdbarch.
13774
4133e5a1
AB
137752019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13776
13777 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13778 (csky_unwind_pc): Delete.
13779 (csky_unwind_sp): Delete.
13780 (csky_gdbarch_init): Don't register deleted functions with
13781 gdbarch.
13782
8010f576
AB
137832019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13784
13785 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13786 (cris_unwind_pc): Delete.
13787 (cris_unwind_sp): Delete.
13788 (cris_gdbarch_init): Don't register deleted functions with
13789 gdbarch.
13790
b56bf084
AB
137912019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13792
13793 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13794 (bfin_unwind_pc): Delete.
13795 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13796
a19a650f
AB
137972019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13798
13799 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13800 (arm_unwind_pc): Delete.
13801 (arm_unwind_sp): Delete.
13802 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13803
f8278c3c
AB
138042019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13805
13806 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13807 (arc_unwind_pc): Delete.
13808 (arc_unwind_sp): Delete.
13809 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13810
480e46cf
AB
138112019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13812
13813 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13814 (alpha_unwind_pc): Delete.
13815 (alpha_gdbarch_init): Don't register deleted functions with
13816 gdbarch.
13817
7a995095
AB
138182019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13819
13820 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13821 (aarch64_unwind_pc): Delete.
13822 (aarch64_unwind_sp): Delete.
13823 (aarch64_gdbarch_init): Don't register deleted functions with
13824 gdbarch.
13825
bf9a735e
AB
138262019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13827
13828 * gdbtypes.c (type_align): Don't consider static members when
13829 computing structure alignment.
13830
5561fc30
AB
138312019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13832
13833 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13834 return 0 for other types.
13835 * arch-utils.c (default_type_align): Always return 0.
13836 * gdbarch.h: Regenerate.
13837 * gdbarch.sh (type_align): Extend comment.
13838 * gdbtypes.c (type_align): Add additional comments, always call
13839 gdbarch_type_align before applying the default rules.
13840 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13841 generic code will then apply a suitable default.
13842 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13843 types, return 0 for other types.
13844
9335e75a
JB
138452019-02-27 Joel Brobecker <brobecker@adacore.com>
13846
13847 * NEWS: Create a new section for the next release branch.
13848 Rename the section of the current branch, now that it has
13849 been cut.
13850
3d34d8de
JB
138512019-02-27 Joel Brobecker <brobecker@adacore.com>
13852
13853 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13854 * version.in: Bump version to 8.3.50.DATE-git.
13855
143420fb
SM
138562019-02-26 Simon Marchi <simon.marchi@efficios.com>
13857
13858 * aix-thread.c (ptid_cmp): Remove unused variable.
13859 (get_signaled_thread): Likewise.
13860 (store_regs_user_thread): Likewise.
13861 (store_regs_kernel_thread): Likewise.
13862 (fetch_regs_kernel_thread): Remove shadowed variable.
13863
172fb711
AB
138642019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13865
13866 * features/riscv/32bit-cpu.xml: Add register numbers.
13867 * features/riscv/32bit-fpu.c: Regenerate.
13868 * features/riscv/32bit-fpu.xml: Add register numbers.
13869 * features/riscv/64bit-cpu.xml: Add register numbers.
13870 * features/riscv/64bit-fpu.c: Regenerate.
13871 * features/riscv/64bit-fpu.xml: Add register numbers.
13872
26c89782
KB
138732019-02-26 Kevin Buettner <kevinb@redhat.com>
13874
af54ade9 13875 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
13876 * python/py-value.c (convert_buffer_and_type_to_value): New
13877 function.
13878 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13879 Add support for handling an optional second argument. Call
13880 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
13881 * python/python-internal.h (Py_buffer_deleter): New struct.
13882 (Py_buffer_up): New typedef.
13883
0f58c9e8
JB
138842019-02-25 John Baldwin <jhb@FreeBSD.org>
13885
13886 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13887 instead of releasing ownership.
13888
0a0f4c01
JR
138892019-02-25 Jordan Rupprecht <rupprecht@google.com>
13890
13891 * dwarf2read.c (open_and_init_dwp_file): Call
13892 elf_numsections instead of bfd_count_sections to initialize
13893 dwp_file->num_sections.
13894
cd5a152c
TT
138952019-02-25 Tom Tromey <tromey@adacore.com>
13896
13897 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13898
8a6a8513
SDJ
138992019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13900
13901 * gcore.in: Add '--readnever' option when invoking GDB.
13902
04dcda9c
SM
139032019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13904
13905 * MAINTAINERS: Update my email address.
13906
07bc701d
SM
139072019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13908
13909 * build-id.c (build_id_to_debug_bfd_1): New function.
13910 (build_id_to_debug_bfd): Look for separate debug file in
13911 sysroot.
13912
c6f4a5d0
AB
139132019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13914
13915 * gdbarch.sh: Update the copyright year range that is placed into
13916 generated files.
13917
9600246d
KS
139182019-02-22 Keith Seitz <keiths@redhat.com>
13919
13920 PR symtab/23853
13921 * linespec.c (create_sals_line_offset): Search for the default
13922 symtab's filename instead of its fullname.
13923
7557a514
AH
139242019-02-21 Alan Hayward <alan.hayward@arm.com>
13925
13926 * NEWS: Update style defaults.
13927
ee2bcb0c
AH
139282019-02-21 Alan Hayward <alan.hayward@arm.com>
13929
13930 * main.c (captured_main_1): Disable styling in batch mode.
13931
0c95f9ed
TT
139322019-02-20 Tom Tromey <tom@tromey.com>
13933
13934 * symtab.c (symtab_symbol_info): Fix typos.
13935
c763b894
TT
139362019-02-20 Tom Tromey <tromey@adacore.com>
13937
13938 * findcmd.c (_initialize_mem_search): Use upper case for
13939 metasyntactic variables.
13940
0ef8a082
AH
139412019-02-20 Alan Hayward <alan.hayward@arm.com>
13942
13943 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13944 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13945
6caa91b6
SM
139462019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13947
13948 * top.h (source_file_name): Change to std::string.
13949 * top.c (source_file_name): Likewise.
13950 (command_line_input): Adjust.
13951 * cli/cli-script.c (script_from_file): Adjust.
13952
98814c6c
TT
139532019-02-19 Tom Tromey <tromey@adacore.com>
13954
13955 * ravenscar-thread.c
13956 (ravenscar_thread_target::update_thread_list): Don't call
13957 ada_build_task_list.
13958 * ada-lang.h (ada_build_task_list): Don't declare.
13959 * ada-tasks.c (struct ada_tasks_inferior_data)
13960 <task_list_valid_p>: Now bool.
13961 (read_known_tasks, ada_task_list_changed)
13962 (ada_tasks_invalidate_inferior_data): Update.
13963 (read_known_tasks_array): Return bool.
13964 (read_known_tasks_list): Likewise.
13965 (read_known_tasks): Return void.
13966 (ada_build_task_list): Now static.
13967
70cd633e
AB
139682019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13969
13970 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13971 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13972
040b3e95
PW
139732019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13974
13975 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13976 variant for ada_tasks_pspace_data_handle and
13977 ada_tasks_inferior_data_handle.
13978 (ada_tasks_pspace_data_cleanup): New function.
13979 (ada_tasks_inferior_data_cleanup): New function.
13980
9409233b
TT
139812019-02-17 Tom Tromey <tom@tromey.com>
13982
13983 * macrotab.h (macro_source_fullname): Return a std::string.
13984 * macrotab.c (macro_include, check_for_redefinition)
13985 (macro_undef, macro_lookup_definition, foreach_macro)
13986 (foreach_macro_in_scope): Update.
13987 (macro_source_fullname): Return a std::string.
13988 * macrocmd.c (show_pp_source_pos): Update.
13989
6506371f
TT
139902019-02-17 Tom Tromey <tom@tromey.com>
13991
13992 * macrocmd.c (show_pp_source_pos): Style the file names.
13993
0c820d67
TT
139942019-02-17 Tom Tromey <tom@tromey.com>
13995
13996 PR tui/24197:
13997 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13998
a0087920
TT
139992019-02-17 Tom Tromey <tom@tromey.com>
14000
14001 * ada-lang.c (user_select_syms): Use filtered printing.
14002 * utils.c (wrap_style): New global.
14003 (desired_style): Remove.
14004 (emit_style_escape): Add stream parameter.
14005 (set_output_style, reset_terminal_style, prompt_for_continue):
14006 Update.
14007 (flush_wrap_buffer): Only flush gdb_stdout.
14008 (wrap_here): Set wrap_style.
14009 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14010 treat escape sequences as a character. Change when wrap buffer is
14011 flushed.
14012 (fputs_styled): Do not set the output style when the default is
14013 requested.
14014 * ui-style.h (struct ui_file_style) <is_default>: New method.
14015 * source.c (print_source_lines_base): Emit escape sequences in one
14016 piece.
14017
75ba10dc
JB
140182019-02-17 Joel Brobecker <brobecker@adacore.com>
14019
14020 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14021 integers and enumeration types.
14022
a2cd4f14
JB
140232019-02-17 Joel Brobecker <brobecker@adacore.com>
14024
14025 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14026 instead of lookup_symbol_in_language
14027 (do_exact_match): New function.
14028 (ada_get_symbol_name_matcher): Return do_exact_match when
14029 doing a verbatim match.
14030
485b851b
TT
140312019-02-15 Tom Tromey <tromey@adacore.com>
14032
14033 * ravenscar-thread.c (ravenscar_thread_target::resume)
14034 (ravenscar_thread_target::wait): Special case wildcard requests.
14035
0b790b1e
TT
140362019-02-15 Tom Tromey <tromey@adacore.com>
14037
14038 * ravenscar-thread.c (base_ptid): Remove.
14039 (struct ravenscar_thread_target) <close>: New method.
14040 <m_base_ptid>: New member.
14041 <update_inferior_ptid, active_task, task_is_currently_active,
14042 runtime_initialized>: Declare methods.
14043 <ravenscar_thread_target>: Add constructor.
14044 (ravenscar_thread_target::task_is_currently_active)
14045 (ravenscar_thread_target::update_inferior_ptid)
14046 (ravenscar_runtime_initialized): Rename. Now methods.
14047 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14048 (ravenscar_thread_target::update_thread_list): Update.
14049 (ravenscar_thread_target::active_task): Now method.
14050 (ravenscar_thread_target::store_registers)
14051 (ravenscar_thread_target::prepare_to_store)
14052 (ravenscar_thread_target::prepare_to_store)
14053 (ravenscar_thread_target::mourn_inferior): Update.
14054 (ravenscar_inferior_created): Use "new" to create target.
14055 (ravenscar_thread_target::get_ada_task_ptid): Update.
14056 (_initialize_ravenscar): Don't initialize base_ptid.
14057 (ravenscar_ops): Remove global.
14058
dea57a62
TT
140592019-02-15 Tom Tromey <tromey@adacore.com>
14060
14061 * target.h (push_target): Declare new overload.
14062 * target.c (push_target): New overload, taking an rvalue reference.
14063 * remote.c (remote_target::open_1): Use push_target overload.
14064 * corelow.c (core_target_open): Use push_target overload.
14065
989f3c58
TT
140662019-02-15 Tom Tromey <tromey@adacore.com>
14067
14068 * ravenscar-thread.c (is_ravenscar_task)
14069 (ravenscar_task_is_currently_active): Return bool.
14070 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14071 (_initialize_ravenscar): Remove "(void)".
14072 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14073 Return bool.
14074
6cbcc006
TT
140752019-02-15 Tom Tromey <tromey@adacore.com>
14076
14077 * ravenscar-thread.c (ravenscar_runtime_initializer)
14078 (has_ravenscar_runtime, get_running_thread_id)
14079 (ravenscar_thread_target::resume): Fix indentation.
14080
7657f14d
TT
140812019-02-15 Tom Tromey <tromey@adacore.com>
14082
14083 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14084 from ravenscar_arch_ops.
14085 (sparc_ravenscar_ops::fetch_registers)
14086 (sparc_ravenscar_ops::store_registers): Now methods.
14087 (sparc_ravenscar_prepare_to_store): Remove.
14088 (sparc_ravenscar_ops): Redefine.
14089 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14090 methods and destructor. Remove members.
14091 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14092 (ravenscar_thread_target::store_registers)
14093 (ravenscar_thread_target::prepare_to_store): Update.
14094 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14095 Remove.
14096 (struct ppc_ravenscar_powerpc_ops): Derive from
14097 ravenscar_arch_ops.
14098 (ppc_ravenscar_powerpc_ops::fetch_registers)
14099 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14100 (ppc_ravenscar_powerpc_ops): Redefine.
14101 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14102 (ppc_ravenscar_e500_ops::fetch_registers)
14103 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14104 (ppc_ravenscar_e500_ops): Redefine.
14105 * aarch64-ravenscar-thread.c
14106 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14107 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14108 (aarch64_ravenscar_fetch_registers)
14109 (aarch64_ravenscar_store_registers): Now methods.
14110 (aarch64_ravenscar_ops): Redefine.
14111
5b6ea500
TT
141122019-02-15 Tom Tromey <tromey@adacore.com>
14113
14114 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14115 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14116 (ravenscar_thread_target::stopped_by_watchpoint)
14117 (ravenscar_thread_target::stopped_data_address)
14118 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14119
e397fd39
TT
141202019-02-15 Tom Tromey <tromey@adacore.com>
14121
14122 * ravenscar-thread.c: Fix some typos.
14123
cc12f4a8
TT
141242019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14125 Tom Tromey <tromey@adacore.com>
14126
14127 * ada-lang.c (ada_exception_sal): Change addr_string to a
14128 std::string.
14129 (create_ada_exception_catchpoint): Update.
14130
5f486660
TT
141312019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14132 Tom Tromey <tromey@adacore.com>
14133
14134 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14135 (bp_location_ops): Remove.
14136 (base_breakpoint_allocate_location): Update.
14137 (free_bp_location): Update.
14138 * ada-lang.c (class ada_catchpoint_location)
14139 <ada_catchpoint_location>: Remove ops parameter.
14140 (ada_catchpoint_location_dtor): Remove.
14141 (ada_catchpoint_location_ops): Remove.
14142 (allocate_location_exception): Update.
14143 * breakpoint.h (struct bp_location_ops): Remove.
14144 (class bp_location) <bp_location>: Remove bp_location_ops
14145 parameter.
14146 <~bp_location>: Add destructor.
14147 <ops>: Remove.
14148
b671c7fb
TS
141492019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14150 Pedro Alves <palves@redhat.com>
14151
14152 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14153 'PATH_MAX'.
14154
8071c5ce
DM
141552019-02-14 David Michael <fedora.dm0@gmail.com>
14156 Samuel Thibault <samuel.thibault@gnu.org>
14157 Thomas Schwinge <thomas@codesourcery.com>
14158
14159 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14160 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14161
b1041ae0
TS
141622019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14163
924514e1
TS
14164 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14165 (check_empty): Use "const char *".
14166
c29ee8d4
TS
14167 * gnu-nat.c (gnu_nat_target::detach): Instead of
14168 'detach_inferior (pid)' call
14169 'detach_inferior (find_inferior_pid (pid))'.
14170
6c6ef69f
TS
14171 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14172 'nat/fork-inferior.o'.
14173 * gnu-nat.c: #include "nat/fork-inferior.h".
14174
2d0a338c
TS
14175 * gnu-nat.c (gnu_nat_target::detach): Instead of
14176 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14177 * gnu-nat.h: #include "inf-child.h".
14178 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14179 'i386_gnu_nat_target::fetch_registers'.
14180 (gnu_store_registers): Rename/move to
14181 'i386_gnu_nat_target::store_registers'.
14182
cabb5f06
TS
14183 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14184 * gnu-nat.h (mach_thread_info): New function.
14185 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14186
b1041ae0
TS
14187 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14188
2988d01e
KF
141892019-02-14 Frederic Konrad <konrad@adacore.com>
14190
14191 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14192
c559d709
JB
141932019-02-14 Joel Brobecker <brobecker@adacore.com>
14194
14195 * windows-nat.c (windows_add_thread): Add new parameter
14196 "main_thread_p" with default value set to false. Update
14197 function documentation as well as all callers.
14198 (windows_delete_thread): Likewise.
14199 (fake_create_process): Update call to windows_add_thread.
14200 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14201 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14202 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14203 call to windows_delete_thread.
14204
007024cc
SM
142052019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14206
14207 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14208
f62318e9
JB
142092019-02-12 John Baldwin <jhb@FreeBSD.org>
14210
14211 * symfile.c (find_separate_debug_file): Use canonical path of
14212 sysroot with child_path instead of gdb_sysroot if it is valid.
14213
cd4b7848
JB
142142019-02-12 John Baldwin <jhb@FreeBSD.org>
14215
14216 * symfile.c (find_separate_debug_file): Use child_path to
14217 determine if an object file is under a sysroot.
14218
efac4bfe
JB
142192019-02-12 John Baldwin <jhb@FreeBSD.org>
14220
14221 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14222 unittests/child-path-selftests.c.
14223 * common/pathstuff.c (child_path): New function.
14224 * common/pathstuff.h (child_path): New prototype.
14225 * unittests/child-path-selftests.c: New file.
14226
402d2bfe
JB
142272019-02-12 John Baldwin <jhb@FreeBSD.org>
14228
14229 * symfile.c (find_separate_debug_file): Look for separate debug
14230 files in debug directories under the sysroot.
14231
1ed9f74e
PW
142322019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14233
14234 * symtab.h (struct minimal_symbol data_p): New const method.
14235 (struct minimal_symbol text_p): Likewise.
14236 * symtab.c (output_source_filename): Use file name style
14237 to print file name.
14238 (print_symbol_info): Likewise.
14239 (print_msymbol_info): Use address style to print addresses.
14240 Use function name style to print executable text symbols.
14241 (expand_symtab_containing_pc): Use data_p.
14242 (find_pc_sect_compunit_symtab): Likewise.
14243
2636d81d
PW
142442019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14245
14246 * breakpoint.c (describe_other_breakpoints): Use address style
14247 to print addresses.
14248 (say_where): Likewise.
14249
ac8c53cc
PW
142502019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14251
14252 * ada-typeprint.c (print_func_type): Print function name
14253 style to print function name.
14254 * c-typeprint.c (c_print_type_1): Likewise.
14255
ea638c43
AH
142562019-02-11 Alan Hayward <alan.hayward@arm.com>
14257
14258 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14259 for execve.
14260
ab759ca8
PW
142612019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14262
14263 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14264 type_stack.
14265
aff29d1c
JB
142662019-02-10 Joel Brobecker <brobecker@adacore.com>
14267
14268 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14269 TYPE_CODE_REF types.
14270
617126bc
JW
142712019-02-08 Jim Wilson <jimw@sifive.com>
14272
14273 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14274 (riscv_linux_fregset): New.
14275 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14276
46e3ed7f
TT
142772019-02-07 Tom Tromey <tom@tromey.com>
14278
14279 * thread.c (thread_cancel_execution_command): Update.
14280 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14281 methods.
14282 (struct thread_fsm_ops): Remove.
14283 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14284 (thread_fsm_should_stop, thread_fsm_return_value)
14285 (thread_fsm_set_finished, thread_fsm_finished_p)
14286 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14287 Don't declare.
14288 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14289 * infrun.c (clear_proceed_status_thread)
14290 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14291 (print_stop_event): Update.
14292 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14293 Add constructor.
14294 (step_command_fsm_ops): Remove.
14295 (new_step_command_fsm): Remove.
14296 (step_1): Update.
14297 (step_command_fsm::should_stop): Rename from
14298 step_command_fsm_should_stop.
14299 (step_command_fsm::clean_up): Rename from
14300 step_command_fsm_clean_up.
14301 (step_command_fsm::do_async_reply_reason): Rename from
14302 step_command_fsm_async_reply_reason.
14303 (struct until_next_fsm): Inherit from thread_fsm. Add
14304 constructor.
14305 (until_next_fsm_ops): Remove.
14306 (new_until_next_fsm): Remove.
14307 (until_next_fsm::should_stop): Rename from
14308 until_next_fsm_should_stop.
14309 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14310 (until_next_fsm::do_async_reply_reason): Rename from
14311 until_next_fsm_async_reply_reason.
14312 (struct finish_command_fsm): Inherit from thread_fsm. Add
14313 constructor. Change type of breakpoint.
14314 (finish_command_fsm_ops): Remove.
14315 (new_finish_command_fsm): Remove.
14316 (finish_command_fsm::should_stop): Rename from
14317 finish_command_fsm_should_stop.
14318 (finish_command_fsm::clean_up): Rename from
14319 finish_command_fsm_clean_up.
14320 (finish_command_fsm::return_value): Rename from
14321 finish_command_fsm_return_value.
14322 (finish_command_fsm::do_async_reply_reason): Rename from
14323 finish_command_fsm_async_reply_reason.
14324 (finish_command): Update.
14325 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14326 Add constructor.
14327 (call_thread_fsm_ops): Remove.
14328 (call_thread_fsm::call_thread_fsm): Rename from
14329 new_call_thread_fsm.
14330 (call_thread_fsm::should_stop): Rename from
14331 call_thread_fsm_should_stop.
14332 (call_thread_fsm::should_notify_stop): Rename from
14333 call_thread_fsm_should_notify_stop.
14334 (run_inferior_call, call_function_by_hand_dummy): Update.
14335 * cli/cli-interp.c (should_print_stop_to_console): Update.
14336 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14337 Add constructor. Change type of location_breakpoint,
14338 caller_breakpoint.
14339 (until_break_fsm_ops): Remove.
14340 (new_until_break_fsm): Remove.
14341 (until_break_fsm::should_stop): Rename from
14342 until_break_fsm_should_stop.
14343 (until_break_fsm::clean_up): Rename from
14344 until_break_fsm_clean_up.
14345 (until_break_fsm::do_async_reply_reason): Rename from
14346 until_break_fsm_async_reply_reason.
14347 (until_break_command): Update.
14348 * thread-fsm.c: Remove.
14349 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14350
1a5c2598
TT
143512019-02-07 Tom Tromey <tom@tromey.com>
14352
14353 * yy-remap.h: Add include guard.
14354 * xtensa-tdep.h: Add include guard.
14355 * xcoffread.h: Rename include guard.
14356 * varobj-iter.h: Add include guard.
14357 * tui/tui.h: Rename include guard.
14358 * tui/tui-winsource.h: Rename include guard.
14359 * tui/tui-wingeneral.h: Rename include guard.
14360 * tui/tui-windata.h: Rename include guard.
14361 * tui/tui-win.h: Rename include guard.
14362 * tui/tui-stack.h: Rename include guard.
14363 * tui/tui-source.h: Rename include guard.
14364 * tui/tui-regs.h: Rename include guard.
14365 * tui/tui-out.h: Rename include guard.
14366 * tui/tui-layout.h: Rename include guard.
14367 * tui/tui-io.h: Rename include guard.
14368 * tui/tui-hooks.h: Rename include guard.
14369 * tui/tui-file.h: Rename include guard.
14370 * tui/tui-disasm.h: Rename include guard.
14371 * tui/tui-data.h: Rename include guard.
14372 * tui/tui-command.h: Rename include guard.
14373 * tic6x-tdep.h: Add include guard.
14374 * target/waitstatus.h: Rename include guard.
14375 * target/wait.h: Rename include guard.
14376 * target/target.h: Rename include guard.
14377 * target/resume.h: Rename include guard.
14378 * target-float.h: Rename include guard.
14379 * stabsread.h: Add include guard.
14380 * rs6000-tdep.h: Add include guard.
14381 * riscv-fbsd-tdep.h: Add include guard.
14382 * regformats/regdef.h: Rename include guard.
14383 * record.h: Rename include guard.
14384 * python/python.h: Rename include guard.
14385 * python/python-internal.h: Rename include guard.
14386 * python/py-stopevent.h: Rename include guard.
14387 * python/py-ref.h: Rename include guard.
14388 * python/py-record.h: Rename include guard.
14389 * python/py-record-full.h: Rename include guard.
14390 * python/py-record-btrace.h: Rename include guard.
14391 * python/py-instruction.h: Rename include guard.
14392 * python/py-events.h: Rename include guard.
14393 * python/py-event.h: Rename include guard.
14394 * procfs.h: Add include guard.
14395 * proc-utils.h: Add include guard.
14396 * p-lang.h: Add include guard.
14397 * or1k-tdep.h: Rename include guard.
14398 * observable.h: Rename include guard.
14399 * nto-tdep.h: Rename include guard.
14400 * nat/x86-linux.h: Rename include guard.
14401 * nat/x86-linux-dregs.h: Rename include guard.
14402 * nat/x86-gcc-cpuid.h: Add include guard.
14403 * nat/x86-dregs.h: Rename include guard.
14404 * nat/x86-cpuid.h: Rename include guard.
14405 * nat/ppc-linux.h: Rename include guard.
14406 * nat/mips-linux-watch.h: Rename include guard.
14407 * nat/linux-waitpid.h: Rename include guard.
14408 * nat/linux-ptrace.h: Rename include guard.
14409 * nat/linux-procfs.h: Rename include guard.
14410 * nat/linux-osdata.h: Rename include guard.
14411 * nat/linux-nat.h: Rename include guard.
14412 * nat/linux-namespaces.h: Rename include guard.
14413 * nat/linux-btrace.h: Rename include guard.
14414 * nat/glibc_thread_db.h: Rename include guard.
14415 * nat/gdb_thread_db.h: Rename include guard.
14416 * nat/gdb_ptrace.h: Rename include guard.
14417 * nat/fork-inferior.h: Rename include guard.
14418 * nat/amd64-linux-siginfo.h: Rename include guard.
14419 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14420 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14421 * nat/aarch64-linux.h: Rename include guard.
14422 * nat/aarch64-linux-hw-point.h: Rename include guard.
14423 * mn10300-tdep.h: Add include guard.
14424 * mips-linux-tdep.h: Add include guard.
14425 * mi/mi-parse.h: Rename include guard.
14426 * mi/mi-out.h: Rename include guard.
14427 * mi/mi-main.h: Rename include guard.
14428 * mi/mi-interp.h: Rename include guard.
14429 * mi/mi-getopt.h: Rename include guard.
14430 * mi/mi-console.h: Rename include guard.
14431 * mi/mi-common.h: Rename include guard.
14432 * mi/mi-cmds.h: Rename include guard.
14433 * mi/mi-cmd-break.h: Rename include guard.
14434 * m2-lang.h: Add include guard.
14435 * location.h: Rename include guard.
14436 * linux-record.h: Rename include guard.
14437 * linux-nat.h: Add include guard.
14438 * linux-fork.h: Add include guard.
14439 * i386-darwin-tdep.h: Rename include guard.
14440 * hppa-linux-offsets.h: Add include guard.
14441 * guile/guile.h: Rename include guard.
14442 * guile/guile-internal.h: Rename include guard.
14443 * gnu-nat.h: Rename include guard.
14444 * gdb-stabs.h: Rename include guard.
14445 * frv-tdep.h: Add include guard.
14446 * f-lang.h: Add include guard.
14447 * event-loop.h: Add include guard.
14448 * darwin-nat.h: Rename include guard.
14449 * cp-abi.h: Rename include guard.
14450 * config/sparc/nm-sol2.h: Rename include guard.
14451 * config/nm-nto.h: Rename include guard.
14452 * config/nm-linux.h: Add include guard.
14453 * config/i386/nm-i386gnu.h: Rename include guard.
14454 * config/djgpp/nl_types.h: Rename include guard.
14455 * config/djgpp/langinfo.h: Rename include guard.
14456 * compile/gcc-cp-plugin.h: Add include guard.
14457 * compile/gcc-c-plugin.h: Add include guard.
14458 * compile/compile.h: Rename include guard.
14459 * compile/compile-object-run.h: Rename include guard.
14460 * compile/compile-object-load.h: Rename include guard.
14461 * compile/compile-internal.h: Rename include guard.
14462 * compile/compile-cplus.h: Rename include guard.
14463 * compile/compile-c.h: Rename include guard.
14464 * common/xml-utils.h: Rename include guard.
14465 * common/x86-xstate.h: Rename include guard.
14466 * common/version.h: Rename include guard.
14467 * common/vec.h: Rename include guard.
14468 * common/tdesc.h: Rename include guard.
14469 * common/selftest.h: Rename include guard.
14470 * common/scoped_restore.h: Rename include guard.
14471 * common/scoped_mmap.h: Rename include guard.
14472 * common/scoped_fd.h: Rename include guard.
14473 * common/safe-iterator.h: Rename include guard.
14474 * common/run-time-clock.h: Rename include guard.
14475 * common/refcounted-object.h: Rename include guard.
14476 * common/queue.h: Rename include guard.
14477 * common/ptid.h: Rename include guard.
14478 * common/print-utils.h: Rename include guard.
14479 * common/preprocessor.h: Rename include guard.
14480 * common/pathstuff.h: Rename include guard.
14481 * common/observable.h: Rename include guard.
14482 * common/netstuff.h: Rename include guard.
14483 * common/job-control.h: Rename include guard.
14484 * common/host-defs.h: Rename include guard.
14485 * common/gdb_wait.h: Rename include guard.
14486 * common/gdb_vecs.h: Rename include guard.
14487 * common/gdb_unlinker.h: Rename include guard.
14488 * common/gdb_unique_ptr.h: Rename include guard.
14489 * common/gdb_tilde_expand.h: Rename include guard.
14490 * common/gdb_sys_time.h: Rename include guard.
14491 * common/gdb_string_view.h: Rename include guard.
14492 * common/gdb_splay_tree.h: Rename include guard.
14493 * common/gdb_setjmp.h: Rename include guard.
14494 * common/gdb_ref_ptr.h: Rename include guard.
14495 * common/gdb_optional.h: Rename include guard.
14496 * common/gdb_locale.h: Rename include guard.
14497 * common/gdb_assert.h: Rename include guard.
14498 * common/filtered-iterator.h: Rename include guard.
14499 * common/filestuff.h: Rename include guard.
14500 * common/fileio.h: Rename include guard.
14501 * common/environ.h: Rename include guard.
14502 * common/common-utils.h: Rename include guard.
14503 * common/common-types.h: Rename include guard.
14504 * common/common-regcache.h: Rename include guard.
14505 * common/common-inferior.h: Rename include guard.
14506 * common/common-gdbthread.h: Rename include guard.
14507 * common/common-exceptions.h: Rename include guard.
14508 * common/common-defs.h: Rename include guard.
14509 * common/common-debug.h: Rename include guard.
14510 * common/cleanups.h: Rename include guard.
14511 * common/buffer.h: Rename include guard.
14512 * common/btrace-common.h: Rename include guard.
14513 * common/break-common.h: Rename include guard.
14514 * cli/cli-utils.h: Rename include guard.
14515 * cli/cli-style.h: Rename include guard.
14516 * cli/cli-setshow.h: Rename include guard.
14517 * cli/cli-script.h: Rename include guard.
14518 * cli/cli-interp.h: Rename include guard.
14519 * cli/cli-decode.h: Rename include guard.
14520 * cli/cli-cmds.h: Rename include guard.
14521 * charset-list.h: Add include guard.
14522 * buildsym-legacy.h: Rename include guard.
14523 * bfin-tdep.h: Add include guard.
14524 * ax.h: Rename include guard.
14525 * arm-linux-tdep.h: Add include guard.
14526 * arm-fbsd-tdep.h: Add include guard.
14527 * arch/xtensa.h: Rename include guard.
14528 * arch/tic6x.h: Add include guard.
14529 * arch/i386.h: Add include guard.
14530 * arch/arm.h: Rename include guard.
14531 * arch/arm-linux.h: Rename include guard.
14532 * arch/arm-get-next-pcs.h: Rename include guard.
14533 * arch/amd64.h: Add include guard.
14534 * arch/aarch64-insn.h: Rename include guard.
14535 * arch-utils.h: Rename include guard.
14536 * annotate.h: Add include guard.
14537 * amd64-darwin-tdep.h: Rename include guard.
14538 * aarch64-linux-tdep.h: Add include guard.
14539 * aarch64-fbsd-tdep.h: Add include guard.
14540 * aarch32-linux-nat.h: Add include guard.
14541
ab9268d2
PW
145422019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14543
14544 * macrotab.c (macro_define_internal): New function that
14545 factorizes macro_define_object_internal and macro_define_function
14546 code.
14547 (macro_define_object_internal): Use macro_define_internal.
14548 (macro_define_function): Likewise.
14549
bb0da2b4
PW
145502019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14551
14552 * macrocmd.c (extract_identifier): Return
14553 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14554 callers.
14555
424eb552
JB
145562019-02-06 John Baldwin <jhb@FreeBSD.org>
14557
14558 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14559
1688cb29
TT
145602019-02-05 Tom Tromey <tom@tromey.com>
14561
14562 * target.c (target_stack::unpush): Move assertion earlier.
14563
b5eba2d8
TT
145642019-01-30 Tom Tromey <tom@tromey.com>
14565
14566 PR python/23615:
14567 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14568 (gdbpy_parse_and_eval): Likewise.
14569 * python/python-internal.h (gdbpy_allow_threads): New class.
14570
7054e2ff
JB
145712019-01-28 John Baldwin <jhb@FreeBSD.org>
14572
14573 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14574 (aarch64_fbsd_fpregmap): Move earlier.
14575 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14576 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14577 instead of individual calls to trad_frame_set_reg_addr.
14578 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14579 earlier.
14580 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14581 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14582 instead of individual calls to trad_frame_set_reg_addr.
14583
36c25ffa
AH
145842019-01-28 Alan Hayward <alan.hayward@arm.com>
14585
14586 * CONTRIBUTE: Replace contribution list with wiki link.
14587
a0707f3c
TT
145882019-01-25 Tom Tromey <tom@tromey.com>
14589
14590 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14591
0747795c
TT
145922019-01-25 Tom Tromey <tom@tromey.com>
14593
14594 * xtensa-linux-nat.c: Fix common/ includes.
14595 * xml-support.h: Fix common/ includes.
14596 * xml-support.c: Fix common/ includes.
14597 * x86-linux-nat.c: Fix common/ includes.
14598 * windows-nat.c: Fix common/ includes.
14599 * varobj.h: Fix common/ includes.
14600 * varobj.c: Fix common/ includes.
14601 * value.c: Fix common/ includes.
14602 * valops.c: Fix common/ includes.
14603 * utils.c: Fix common/ includes.
14604 * unittests/xml-utils-selftests.c: Fix common/ includes.
14605 * unittests/utils-selftests.c: Fix common/ includes.
14606 * unittests/unpack-selftests.c: Fix common/ includes.
14607 * unittests/tracepoint-selftests.c: Fix common/ includes.
14608 * unittests/style-selftests.c: Fix common/ includes.
14609 * unittests/string_view-selftests.c: Fix common/ includes.
14610 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14611 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14612 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14613 * unittests/rsp-low-selftests.c: Fix common/ includes.
14614 * unittests/parse-connection-spec-selftests.c: Fix common/
14615 includes.
14616 * unittests/optional-selftests.c: Fix common/ includes.
14617 * unittests/offset-type-selftests.c: Fix common/ includes.
14618 * unittests/observable-selftests.c: Fix common/ includes.
14619 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14620 * unittests/memrange-selftests.c: Fix common/ includes.
14621 * unittests/memory-map-selftests.c: Fix common/ includes.
14622 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14623 * unittests/function-view-selftests.c: Fix common/ includes.
14624 * unittests/environ-selftests.c: Fix common/ includes.
14625 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14626 * unittests/common-utils-selftests.c: Fix common/ includes.
14627 * unittests/cli-utils-selftests.c: Fix common/ includes.
14628 * unittests/array-view-selftests.c: Fix common/ includes.
14629 * ui-file.c: Fix common/ includes.
14630 * tui/tui-io.c: Fix common/ includes.
14631 * tracepoint.h: Fix common/ includes.
14632 * tracepoint.c: Fix common/ includes.
14633 * tracefile-tfile.c: Fix common/ includes.
14634 * top.h: Fix common/ includes.
14635 * top.c: Fix common/ includes.
14636 * thread.c: Fix common/ includes.
14637 * target/waitstatus.h: Fix common/ includes.
14638 * target/waitstatus.c: Fix common/ includes.
14639 * target.h: Fix common/ includes.
14640 * target.c: Fix common/ includes.
14641 * target-memory.c: Fix common/ includes.
14642 * target-descriptions.c: Fix common/ includes.
14643 * symtab.h: Fix common/ includes.
14644 * symfile.c: Fix common/ includes.
14645 * stap-probe.c: Fix common/ includes.
14646 * spu-linux-nat.c: Fix common/ includes.
14647 * sparc-nat.c: Fix common/ includes.
14648 * source.c: Fix common/ includes.
14649 * solib.c: Fix common/ includes.
14650 * solib-target.c: Fix common/ includes.
14651 * ser-unix.c: Fix common/ includes.
14652 * ser-tcp.c: Fix common/ includes.
14653 * ser-pipe.c: Fix common/ includes.
14654 * ser-base.c: Fix common/ includes.
14655 * selftest-arch.c: Fix common/ includes.
14656 * s12z-tdep.c: Fix common/ includes.
14657 * rust-exp.y: Fix common/ includes.
14658 * rs6000-aix-tdep.c: Fix common/ includes.
14659 * riscv-tdep.c: Fix common/ includes.
14660 * remote.c: Fix common/ includes.
14661 * remote-notif.h: Fix common/ includes.
14662 * remote-fileio.h: Fix common/ includes.
14663 * remote-fileio.c: Fix common/ includes.
14664 * regcache.h: Fix common/ includes.
14665 * regcache.c: Fix common/ includes.
14666 * record-btrace.c: Fix common/ includes.
14667 * python/python.c: Fix common/ includes.
14668 * python/py-type.c: Fix common/ includes.
14669 * python/py-inferior.c: Fix common/ includes.
14670 * progspace.h: Fix common/ includes.
14671 * producer.c: Fix common/ includes.
14672 * procfs.c: Fix common/ includes.
14673 * proc-api.c: Fix common/ includes.
14674 * printcmd.c: Fix common/ includes.
14675 * ppc-linux-nat.c: Fix common/ includes.
14676 * parser-defs.h: Fix common/ includes.
14677 * osdata.c: Fix common/ includes.
14678 * obsd-nat.c: Fix common/ includes.
14679 * nat/x86-linux.c: Fix common/ includes.
14680 * nat/x86-linux-dregs.c: Fix common/ includes.
14681 * nat/x86-dregs.h: Fix common/ includes.
14682 * nat/x86-dregs.c: Fix common/ includes.
14683 * nat/ppc-linux.c: Fix common/ includes.
14684 * nat/mips-linux-watch.h: Fix common/ includes.
14685 * nat/mips-linux-watch.c: Fix common/ includes.
14686 * nat/linux-waitpid.c: Fix common/ includes.
14687 * nat/linux-ptrace.h: Fix common/ includes.
14688 * nat/linux-ptrace.c: Fix common/ includes.
14689 * nat/linux-procfs.c: Fix common/ includes.
14690 * nat/linux-personality.c: Fix common/ includes.
14691 * nat/linux-osdata.c: Fix common/ includes.
14692 * nat/linux-namespaces.c: Fix common/ includes.
14693 * nat/linux-btrace.h: Fix common/ includes.
14694 * nat/linux-btrace.c: Fix common/ includes.
14695 * nat/fork-inferior.c: Fix common/ includes.
14696 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14697 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14698 * nat/aarch64-linux.c: Fix common/ includes.
14699 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14700 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14701 * namespace.h: Fix common/ includes.
14702 * mips-linux-tdep.c: Fix common/ includes.
14703 * minsyms.c: Fix common/ includes.
14704 * mi/mi-parse.h: Fix common/ includes.
14705 * mi/mi-main.c: Fix common/ includes.
14706 * mi/mi-cmd-env.c: Fix common/ includes.
14707 * memrange.h: Fix common/ includes.
14708 * memattr.c: Fix common/ includes.
14709 * maint.h: Fix common/ includes.
14710 * maint.c: Fix common/ includes.
14711 * main.c: Fix common/ includes.
14712 * machoread.c: Fix common/ includes.
14713 * location.c: Fix common/ includes.
14714 * linux-thread-db.c: Fix common/ includes.
14715 * linux-nat.c: Fix common/ includes.
14716 * linux-fork.c: Fix common/ includes.
14717 * inline-frame.c: Fix common/ includes.
14718 * infrun.c: Fix common/ includes.
14719 * inflow.c: Fix common/ includes.
14720 * inferior.h: Fix common/ includes.
14721 * inferior.c: Fix common/ includes.
14722 * infcmd.c: Fix common/ includes.
14723 * inf-ptrace.c: Fix common/ includes.
14724 * inf-child.c: Fix common/ includes.
14725 * ia64-linux-nat.c: Fix common/ includes.
14726 * i387-tdep.c: Fix common/ includes.
14727 * i386-tdep.c: Fix common/ includes.
14728 * i386-linux-tdep.c: Fix common/ includes.
14729 * i386-linux-nat.c: Fix common/ includes.
14730 * i386-go32-tdep.c: Fix common/ includes.
14731 * i386-fbsd-tdep.c: Fix common/ includes.
14732 * i386-fbsd-nat.c: Fix common/ includes.
14733 * guile/scm-type.c: Fix common/ includes.
14734 * guile/guile.c: Fix common/ includes.
14735 * go32-nat.c: Fix common/ includes.
14736 * gnu-nat.c: Fix common/ includes.
14737 * gdbthread.h: Fix common/ includes.
14738 * gdbarch-selftests.c: Fix common/ includes.
14739 * gdb_usleep.c: Fix common/ includes.
14740 * gdb_select.h: Fix common/ includes.
14741 * gdb_bfd.c: Fix common/ includes.
14742 * gcore.c: Fix common/ includes.
14743 * fork-child.c: Fix common/ includes.
14744 * findvar.c: Fix common/ includes.
14745 * fbsd-nat.c: Fix common/ includes.
14746 * event-top.c: Fix common/ includes.
14747 * event-loop.c: Fix common/ includes.
14748 * dwarf2read.c: Fix common/ includes.
14749 * dwarf2loc.c: Fix common/ includes.
14750 * dwarf2-frame.c: Fix common/ includes.
14751 * dwarf-index-cache.c: Fix common/ includes.
14752 * dtrace-probe.c: Fix common/ includes.
14753 * disasm-selftests.c: Fix common/ includes.
14754 * defs.h: Fix common/ includes.
14755 * csky-tdep.c: Fix common/ includes.
14756 * cp-valprint.c: Fix common/ includes.
14757 * cp-support.h: Fix common/ includes.
14758 * cp-support.c: Fix common/ includes.
14759 * corelow.c: Fix common/ includes.
14760 * completer.h: Fix common/ includes.
14761 * completer.c: Fix common/ includes.
14762 * compile/compile.c: Fix common/ includes.
14763 * compile/compile-loc2c.c: Fix common/ includes.
14764 * compile/compile-cplus-types.c: Fix common/ includes.
14765 * compile/compile-cplus-symbols.c: Fix common/ includes.
14766 * command.h: Fix common/ includes.
14767 * cli/cli-dump.c: Fix common/ includes.
14768 * cli/cli-cmds.c: Fix common/ includes.
14769 * charset.c: Fix common/ includes.
14770 * build-id.c: Fix common/ includes.
14771 * btrace.h: Fix common/ includes.
14772 * btrace.c: Fix common/ includes.
14773 * breakpoint.h: Fix common/ includes.
14774 * breakpoint.c: Fix common/ includes.
14775 * ax.h:
14776 (enum agent_op): Fix common/ includes.
14777 * ax-general.c (struct aop_map): Fix common/ includes.
14778 * ax-gdb.c: Fix common/ includes.
14779 * auxv.c: Fix common/ includes.
14780 * auto-load.c: Fix common/ includes.
14781 * arm-tdep.c: Fix common/ includes.
14782 * arch/riscv.c: Fix common/ includes.
14783 * arch/ppc-linux-common.c: Fix common/ includes.
14784 * arch/i386.c: Fix common/ includes.
14785 * arch/arm.c: Fix common/ includes.
14786 * arch/arm-linux.c: Fix common/ includes.
14787 * arch/arm-get-next-pcs.c: Fix common/ includes.
14788 * arch/amd64.c: Fix common/ includes.
14789 * arch/aarch64.c: Fix common/ includes.
14790 * arch/aarch64-insn.c: Fix common/ includes.
14791 * arch-utils.c: Fix common/ includes.
14792 * amd64-windows-tdep.c: Fix common/ includes.
14793 * amd64-tdep.c: Fix common/ includes.
14794 * amd64-sol2-tdep.c: Fix common/ includes.
14795 * amd64-obsd-tdep.c: Fix common/ includes.
14796 * amd64-nbsd-tdep.c: Fix common/ includes.
14797 * amd64-linux-tdep.c: Fix common/ includes.
14798 * amd64-linux-nat.c: Fix common/ includes.
14799 * amd64-fbsd-tdep.c: Fix common/ includes.
14800 * amd64-fbsd-nat.c: Fix common/ includes.
14801 * amd64-dicos-tdep.c: Fix common/ includes.
14802 * amd64-darwin-tdep.c: Fix common/ includes.
14803 * agent.c: Fix common/ includes.
14804 * ada-lang.h: Fix common/ includes.
14805 * ada-lang.c: Fix common/ includes.
14806 * aarch64-tdep.c: Fix common/ includes.
14807
2f5c153e
TT
148082019-01-25 Tom Tromey <tom@tromey.com>
14809
14810 * common/create-version.sh: Use common/version.h.
14811
adc6a863
PA
148122019-01-24 Pedro Alves <palves@redhat.com>
14813
14814 * infrun.c (signal_stop, signal_print, signal_program)
14815 (signal_catch, signal_pass): Now arrays instead of pointers.
14816 (update_signals_program_target, do_target_resume)
14817 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14818 * linux-nat.c (linux_nat_target::pass_signals)
14819 (linux_nat_target::create_inferior, linux_nat_target::attach):
14820 Adjust.
14821 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14822 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14823 * procfs.c (procfs_target::pass_signals): Adjust.
14824 * record-full.c (record_full_target::resume): Adjust.
14825 * remote.c (remote_target::pass_signals)
14826 (remote_target::program_signals): Adjust.
14827 * target-debug.h (target_debug_print_signals): Now takes a
14828 gdb::array_view as parameter. Adjust.
14829 * target.h (target_ops) <pass_signals, program_signals>: Replace
14830 pointer and length parameters with gdb::array_view.
14831 (target_pass_signals, target_program_signals): Likewise.
14832 * target-delegates.c: Regenerate.
14833
3046d67a
PA
148342019-01-24 Pedro Alves <palves@redhat.com>
14835
14836 * common/forward-scope-exit.h
14837 (forward_scope_exit::forward_scope_exit): Pass arguments to
14838 m_bind_function directly, instead of creating a std::bind and
14839 copying that.
14840
353229bf
AH
148412019-01-24 Alan Hayward <alan.hayward@arm.com>
14842
14843 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14844 for static members.
14845 (pass_in_v_vfp_candidate): Likewise.
14846
311dc83a
TT
148472019-01-23 Tom Tromey <tom@tromey.com>
14848 Pedro Alves <palves@redhat.com>
14849
14850 * regcache.c (class regcache_invalidator): Remove.
14851 (regcache::raw_write): Use make_scope_exit.
14852
296bd123
TT
148532019-01-23 Tom Tromey <tom@tromey.com>
14854
14855 * ui-out.h (class ui_out_emit_type): Update comment.
14856
979a0d13
TT
148572019-01-23 Tom Tromey <tom@tromey.com>
14858
14859 * infrun.c (fetch_inferior_event): Update comment.
14860
d238133d
TT
148612019-01-23 Tom Tromey <tom@tromey.com>
14862 Pedro Alves <palves@redhat.com>
14863
14864 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14865 parameter.
14866 (fetch_inferior_event): Use SCOPE_EXIT.
14867
14868
9885e6bb
TT
148692019-01-23 Tom Tromey <tom@tromey.com>
14870 Pedro Alves <palves@redhat.com>
14871
14872 * infrun.c (disable_thread_events): Delete.
14873 (stop_all_threads): Use SCOPE_EXIT.
14874
286526c1
TT
148752019-01-23 Tom Tromey <tom@tromey.com>
14876 Pedro Alves <palves@redhat.com>
14877
14878 * symfile.c: Include forward-scope-exit.h.
14879 (clear_symtab_users_cleanup): Replace forward declaration with
14880 a FORWARD_SCOPE_EXIT.
14881 (syms_from_objfile_1): Use the forward_scope_exit and
14882 gdb::optional instead of cleanup_function.
14883 (reread_symbols): Use the forward_scope_exit instead of
14884 cleanup_function.
14885 (clear_symtab_users_cleanup): Remove function.
14886
1db93f14
TT
148872019-01-23 Tom Tromey <tom@tromey.com>
14888 Pedro Alves <palves@redhat.com>
14889
14890 * linux-nat.c: Include scope-exit.h.
14891 (cleanup_target_stop): Remove.
14892 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14893 SCOPE_EXIT.
14894
2cc83d1e
TT
148952019-01-23 Tom Tromey <tom@tromey.com>
14896 Pedro Alves <palves@redhat.com>
14897
14898 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14899 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14900
694c6bf5
TT
149012019-01-23 Tom Tromey <tom@tromey.com>
14902 Andrew Burgess <andrew.burgess@embecosm.com>
14903 Pedro Alves <palves@redhat.com>
14904
14905 * infrun.c (fetch_inferior_event): Use scope_exit.
14906 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14907 * top.c (execute_command): Use scope_exit.
14908 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14909 * utils.c (do_bpstat_clear_actions_cleanup)
14910 (make_bpstat_clear_actions_cleanup): Remove.
14911
4c41382a
TT
149122019-01-23 Tom Tromey <tom@tromey.com>
14913 Pedro Alves <palves@redhat.com>
14914
14915 * infrun.c: Include "common/scope-exit.h"
14916 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14917 (wait_for_inferior): Use SCOPE_EXIT.
14918 (fetch_inferior_event): Use scope_exit.
14919
89f8fb50
TT
149202019-01-23 Tom Tromey <tom@tromey.com>
14921 Pedro Alves <palves@redhat.com>
14922
14923 * breakpoint.c (create_breakpoint): Remove cleanup.
14924
5419bdae
TT
149252019-01-23 Tom Tromey <tom@tromey.com>
14926 Andrew Burgess <andrew.burgess@embecosm.com>
14927 Pedro Alves <palves@redhat.com>
14928
e587ef42
PA
149292019-01-23 Pedro Alves <palves@redhat.com>
14930
14931 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14932
77f0e74c
PA
149332019-01-23 Pedro Alves <palves@redhat.com>
14934 Andrew Burgess <andrew.burgess@embecosm.com>
14935
14936 * gdbthread.h: Include "common/forward-scope-exit.h".
14937 (scoped_finish_thread_state): Redefine custom class in terms of
14938 forward_scope_exit.
14939
5b9b3e53
PA
149402019-01-23 Pedro Alves <palves@redhat.com>
14941 Andrew Burgess <andrew.burgess@embecosm.com>
14942
14943 * common/forward-scope-exit.h: New file.
14944
54b65c9b
PA
149452019-01-23 Pedro Alves <palves@redhat.com>
14946 Andrew Burgess <andrew.burgess@embecosm.com>
14947 Tom Tromey <tom@tromey.com>
14948
14949 * common/scope-exit.h: New file.
14950
cf08fb29
PA
149512019-01-23 Pedro Alves <palves@redhat.com>
14952
14953 * common/preprocessor.h (ESC): Rename to ...
14954 (ESC_PARENS): ... this.
14955 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14956 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14957
ae73e2e2
TT
149582019-01-23 Tom Tromey <tom@tromey.com>
14959
14960 * language.h (class scoped_switch_to_sym_language_if_auto):
14961 Initialize m_lang in both cases.
14962
6594e122
AH
149632019-01-23 Alan Hayward <alan.hayward@arm.com>
14964
14965 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14966 with XCNEW.
14967
a7c9855d
TT
149682019-01-22 Tom Tromey <tom@tromey.com>
14969
14970 * corelow.c: Do not include sys/file.h.
14971
93cc1d53
TT
149722019-01-22 Tom Tromey <tom@tromey.com>
14973
14974 * tui/tui-wingeneral.h: Include gdb_curses.h.
14975
38561778
TT
149762019-01-22 Tom Tromey <tom@tromey.com>
14977
14978 * source-cache.h (class source_cache) <get_source_lines,
14979 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14980
37b3ab5b
TT
149812019-01-22 Tom Tromey <tom@tromey.com>
14982
14983 * remote-fileio.h (struct remote_target): Declare.
14984
3fabc016
TT
149852019-01-22 Tom Tromey <tom@tromey.com>
14986
14987 * python/py-arch.c: Do not include py-ref.h.
14988 * python/py-bpevent.c: Do not include py-ref.h.
14989 * python/py-cmd.c: Do not include py-ref.h.
14990 * python/py-continueevent.c: Do not include py-ref.h.
14991 * python/py-event.h: Do not include py-ref.h.
14992 * python/py-evtregistry.c: Do not include py-ref.h.
14993 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14994 * python/py-frame.c: Do not include py-ref.h.
14995 * python/py-framefilter.c: Do not include py-ref.h.
14996 * python/py-function.c: Do not include py-ref.h.
14997 * python/py-infevents.c: Do not include py-ref.h.
14998 * python/py-linetable.c: Do not include py-ref.h.
14999 * python/py-objfile.c: Do not include py-ref.h.
15000 * python/py-param.c: Do not include py-ref.h.
15001 * python/py-prettyprint.c: Do not include py-ref.h.
15002 * python/py-progspace.c: Do not include py-ref.h.
15003 * python/py-symbol.c: Do not include py-ref.h.
15004 * python/py-symtab.c: Do not include py-ref.h.
15005 * python/py-type.c: Do not include py-ref.h.
15006 * python/py-unwind.c: Do not include py-ref.h.
15007 * python/py-utils.c: Do not include py-ref.h.
15008 * python/py-value.c: Do not include py-ref.h.
15009 * python/py-varobj.c: Do not include py-ref.h.
15010 * python/py-xmethods.c: Do not include py-ref.h.
15011 * python/python.c: Do not include py-ref.h.
15012 * varobj.c: Do not include py-ref.h.
15013
6b4d7774
TT
150142019-01-22 Tom Tromey <tom@tromey.com>
15015
15016 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15017 keyword for bcache.
15018
7af7e9b5
TT
150192019-01-22 Tom Tromey <tom@tromey.com>
15020
15021 * compile/compile-cplus-types.c: Remove a comment by #include.
15022
951d1049
TT
150232019-01-22 Tom Tromey <tom@tromey.com>
15024
15025 * compile/gcc-c-plugin.h: Include compile-internal.h.
15026
d65d5705
TT
150272019-01-22 Tom Tromey <tom@tromey.com>
15028
15029 * stabsread.c (EXTERN): Do not define.
15030 (symnum, next_symbol_text_func, processing_gcc_compilation)
15031 (within_function, global_sym_chain, global_stabs)
15032 (previous_stab_code, this_object_header_files)
15033 (n_this_object_header_files)
15034 (n_allocated_this_object_header_files): Define.
15035 * stabsread.h (EXTERN): Never define. Use "extern".
15036
b6fb1ee5
PW
150372019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15038
15039 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15040 history_value.
15041
be6d4f74
TT
150422019-01-21 Tom Tromey <tom@tromey.com>
15043
15044 * ui-out.c: Fix includes.
15045 * tui/tui-source.c: Fix includes.
15046 * target.c: Fix includes.
15047 * remote.c: Fix includes.
15048 * regcache.c: Fix includes.
15049 * python/py-block.c: Fix includes.
15050 * printcmd.c: Fix includes.
15051 * or1k-tdep.c: Fix includes.
15052 * mi/mi-main.c: Fix includes.
15053 * m32r-tdep.c: Fix includes.
15054 * csky-tdep.c: Fix includes.
15055 * compile/compile-cplus-types.c: Fix includes.
15056 * cli/cli-interp.c: Fix includes.
15057
73021deb
AH
150582019-01-21 Alan Hayward <alan.hayward@arm.com>
15059
15060 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15061 for padding.
15062
7932255d
TT
150632019-01-16 Tom Tromey <tom@tromey.com>
15064
15065 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15066 earlier.
15067 (struct objfile) <msymbols_range>: Move from top level.
15068 <msymbols>: New method.
15069 (class objfile_msymbols): Remove.
15070 * symtab.c (default_collect_symbol_completion_matches_break_on):
15071 Update.
15072 * symmisc.c (dump_msymbols): Update.
15073 * stabsread.c (scan_file_globals): Update.
15074 * objc-lang.c (info_selectors_command, info_classes_command)
15075 (find_methods): Update.
15076 * minsyms.c (find_solib_trampoline_target): Update.
15077 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15078 * coffread.c (coff_symfile_read): Update.
15079 * ada-lang.c (ada_lookup_simple_minsym)
15080 (ada_collect_symbol_completion_matches): Update.
15081
604b1bfb
TT
150822019-01-16 Tom Tromey <tom@tromey.com>
15083
15084 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15085 type. Remove no-argument constructor.
15086 <iterator::operator++>: Simplify.
15087 <begin>: Update.
15088 <end>: Use minimal_symbol_count.
15089
f252c6d5
TT
150902019-01-16 Tom Tromey <tom@tromey.com>
15091
15092 * objfiles.h (struct objfile) <psymtabs>: New method.
15093 (class objfile_psymtabs): Remove.
15094 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15095 typedef.
15096 <range>: New method.
15097 (require_partial_symbols): Change return type.
15098 * psymtab.c (require_partial_symbols)
15099 (psym_expand_symtabs_matching): Update.
15100 * mdebugread.c (parse_partial_symbols): Update.
15101 * dbxread.c (dbx_end_psymtab): Update.
15102
b669c953
TT
151032019-01-15 Tom Tromey <tom@tromey.com>
15104
15105 * symtab.c (lookup_objfile_from_block)
15106 (lookup_symbol_in_objfile_symtabs)
15107 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15108 (find_line_symtab, info_sources_command)
15109 (default_collect_symbol_completion_matches_break_on)
15110 (make_source_files_completion_list): Update.
15111 * symmisc.c (print_objfile_statistics, dump_objfile)
15112 (maintenance_print_symbols, maintenance_info_symtabs)
15113 (maintenance_check_symtabs, maintenance_info_line_tables):
15114 Update.
15115 * source.c (select_source_symtab)
15116 (forget_cached_source_info_for_objfile): Update.
15117 * objfiles.h (class objfile_compunits): Remove.
15118 (struct objfile) <compunits_range>: New typedef.
15119 (compunits): New method.
15120 * objfiles.c (objfile_relocate1): Update.
15121 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15122 * maint.c (count_symtabs_and_blocks): Update.
15123 * linespec.c (iterate_over_all_matching_symtabs): Update.
15124 * cp-support.c (add_symbol_overload_list_qualified): Update.
15125 * coffread.c (coff_symtab_read): Update.
15126 * ada-lang.c (add_nonlocal_symbols)
15127 (ada_collect_symbol_completion_matches)
15128 (ada_add_global_exceptions): Update.
15129
7e955d83
TT
151302019-01-15 Tom Tromey <tom@tromey.com>
15131
15132 * progspace.h (program_space) <objfiles_safe_range>: New
15133 typedef.
15134 <objfiles_safe>: New method.
15135 * objfiles.h (class all_objfiles_safe): Remove.
15136 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15137 * jit.c (jit_inferior_exit_hook): Update.
15138
2030c079
TT
151392019-01-17 Tom Tromey <tom@tromey.com>
15140
15141 * progspace.h (program_space) <objfiles_range>: New typedef.
15142 <objfiles>: New method.
15143 <objfiles_head>: Rename from objfiles.
15144 (object_files): Update.
15145 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15146 * guile/scm-pretty-print.c
15147 (ppscm_find_pretty_printer_from_objfiles): Update.
15148 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15149 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15150 Update.
15151 * python/py-progspace.c (pspy_get_objfiles): Update.
15152 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15153 Update.
15154 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15155 (objfpy_lookup_objfile_by_build_id): Update.
15156 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15157 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15158 Update.
15159 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15160 (expand_symtab_containing_pc, lookup_objfile_from_block)
15161 (lookup_static_symbol, basic_lookup_transparent_type)
15162 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15163 (find_line_symtab, info_sources_command)
15164 (default_collect_symbol_completion_matches_break_on)
15165 (make_source_files_completion_list, find_main_name): Update.
15166 * symmisc.c (print_symbol_bcache_statistics)
15167 (print_objfile_statistics, maintenance_print_symbols)
15168 (maintenance_print_msymbols, maintenance_print_objfiles)
15169 (maintenance_info_symtabs, maintenance_check_symtabs)
15170 (maintenance_expand_symtabs, maintenance_info_line_tables):
15171 Update.
15172 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15173 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15174 (map_overlay_command, unmap_overlay_command)
15175 (simple_overlay_update, expand_symtabs_matching)
15176 (map_symbol_filenames): Update.
15177 * symfile-debug.c (set_debug_symfile): Update.
15178 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15179 Update.
15180 * source.c (select_source_symtab, forget_cached_source_info):
15181 Update.
15182 * solib.c (solib_read_symbols): Update.
15183 * solib-spu.c (append_ocl_sos): Update.
15184 * psymtab.c (maintenance_print_psymbols)
15185 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15186 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15187 * printcmd.c (info_symbol_command): Update.
15188 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15189 Update.
15190 * objfiles.h (class all_objfiles): Remove.
15191 * objfiles.c (have_partial_symbols, have_full_symbols)
15192 (have_minimal_symbols, qsort_cmp, update_section_map)
15193 (shared_objfile_contains_address_p)
15194 (default_iterate_over_objfiles_in_search_order): Update.
15195 * objc-lang.c (info_selectors_command, info_classes_command)
15196 (find_methods): Update.
15197 * minsyms.c (find_solib_trampoline_target): Update.
15198 * maint.c (maintenance_info_sections)
15199 (maintenance_translate_address, count_symtabs_and_blocks):
15200 Update.
15201 * main.c (captured_main_1): Update.
15202 * linux-thread-db.c (try_thread_db_load_from_pdir)
15203 (has_libpthread): Update.
15204 * linespec.c (iterate_over_all_matching_symtabs)
15205 (search_minsyms_for_name): Update.
15206 * jit.c (jit_find_objf_with_entry_addr): Update.
15207 * hppa-tdep.c (find_unwind_entry)
15208 (hppa_lookup_stub_minimal_symbol): Update.
15209 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15210 Update.
15211 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15212 (elf_gnu_ifunc_resolve_by_got): Update.
15213 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15214 * dwarf-index-write.c (save_gdb_index_command): Update.
15215 * cp-support.c (add_symbol_overload_list_qualified): Update.
15216 * breakpoint.c (create_overlay_event_breakpoint)
15217 (create_longjmp_master_breakpoint)
15218 (create_std_terminate_master_breakpoint)
15219 (create_exception_master_breakpoint): Update.
15220 * blockframe.c (find_pc_partial_function): Update.
15221 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15222 (ada_collect_symbol_completion_matches)
15223 (ada_add_global_exceptions): Update.
15224
776489e0
TT
152252019-01-17 Tom Tromey <tom@tromey.com>
15226
15227 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15228 declare VEC.
15229 (solib_target_parse_libraries): Change return type.
15230 (library_list_start_segment, library_list_start_section)
15231 (library_list_end_library, library_list_start_library); Update.
15232 (solib_target_free_library_list): Remove.
15233 (solib_target_parse_libraries): Remove cleanup. Change return
15234 type.
15235 (solib_target_current_sos): Update.
15236
6471e7d2
TT
152372019-01-17 Tom Tromey <tromey@bapiya>
15238
15239 * valprint.c: Replace "the the" with "the".
15240 * symtab.c: Replace "the the" with "the".
15241 * solib.c: Replace "the the" with "the".
15242 * solib-dsbt.c: Replace "the the" with "the".
15243 * linespec.c: Replace "the the" with "the".
15244 * dwarf2loc.h: Replace "the the" with "the".
15245 * amd64-windows-tdep.c: Replace "the the" with "the".
15246 * aarch64-tdep.c: Replace "the the" with "the".
15247
c24bdb02
KS
152482019-01-16 Keith Seitz <keiths@redhat.com>
15249
15250 PR gdb/23773
15251 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15252 <builder>: Rename to ..
15253 <m_builder>: ... this and make private.
15254 (dwarf2_cu::get_builder): New method. Change all users of
15255 `builder' to use this method.
15256 (dwarf2_start_symtab): Move to ...
15257 (dwarf2_cu::start_symtab): ... here. Update all callers
15258 (setup_type_unit_groups): Move to ...
15259 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15260 callers.
15261 (dwarf2_cu::reset_builder): New method.
15262 (process_full_compunit, process_full_type_unit): Use
15263 dwarf2_cu::reset_builder.
15264 (follow_die_offset): Record the ancestor CU if it is different
15265 from the followed DIE's CU.
15266 (follow_die_sig_1): Likewise.
15267
8d64371b
TT
152682019-01-15 Tom Tromey <tom@tromey.com>
15269
15270 * remote.c (class remote_state) <buf>: Now a char_vector.
15271 <buf_size>: Remove.
15272 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15273 parameter.
15274 (remote_target::getpkt_or_notif_sane_1)
15275 (remote_target::getpkt_sane)
15276 (remote_target::getpkt_or_notif_sane): Likewise.
15277 (class remote_target) <putpkt>: New overload.
15278 (remote_target::read_frame): Change type of "buf_p". Remove
15279 sizeof_p parameter.
15280 (packet_ok): New overload.
15281 (packet_check_result): New overload.
15282 Update all uses.
15283
bb277751
TT
152842019-01-14 Tom Tromey <tom@tromey.com>
15285
15286 * remote-notif.c (handle_notification, remote_notif_ack)
15287 (remote_notif_parse): Make "buf" const.
15288 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15289 const.
15290 (remote_notif_parse, remote_notif_ack, handle_notification):
15291 Likewise.
15292 * remote.c (remote_notif_stop_parse): Make "buf" const.
15293 (remote_target::remote_parse_stop_reply): Make "buf" const.
15294 (remote_notif_stop_ack): Make "buf" const.
15295
05be00a8
TT
152962019-01-14 Tom Tromey <tom@tromey.com>
15297
15298 * remote.c (remote_console_output): Make parameter const.
15299
491adeca
TT
153002019-01-14 Tom Tromey <tom@tromey.com>
15301
15302 * target-debug.h (target_debug_print_signals): Constify.
15303 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15304 * procfs.c (procfs_target::pass_signals): Update.
15305 * linux-nat.c (linux_nat_target::pass_signals): Update.
15306 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15307 * target-delegates.c: Rebuild.
15308 * remote.c (remote_target::program_signals): Update.
15309 (remote_target::pass_signals): Update.
15310 * target.c (target_pass_signals): Constify argument.
15311 (target_program_signals): Likewise.
15312 * target.h (struct target_ops) <pass_signals, program_signals>:
15313 Constify argument.
15314 (target_pass_signals, target_program_signals): Constify argument.
15315
bbd94648
TT
153162019-01-14 Tom Tromey <tom@tromey.com>
15317
15318 PR tui/28819:
15319 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15320
6f072a10
PFC
153212019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15322
15323 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15324 field.
15325 * rs6000-tdep.c: Include reggroups.h.
15326 (IS_V_ALIAS_PSEUDOREG): Define.
15327 (rs6000_register_name): Return names for the "vX" aliases.
15328 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15329 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15330 aliases. Call default_register_reggroup_p for all other
15331 pseudo-registers.
15332 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15333 New functions.
15334 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15335 Handle "vX" aliases.
15336 (v_alias_pseudo_register_collect): New function.
15337 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15338 (rs6000_gdbarch_init): Initialize "vX" aliases as
15339 pseudo-registers. Restore registration of
15340 rs6000_pseudo_register_reggroup_p with
15341 set_tdesc_pseudo_register_reggroup_p.
15342
1a782351
MF
153432019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15344
15345 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15346 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15347 set_gdbarch_num_pseudo_regs.
15348
d73cff18
PW
153492019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15350
15351 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15352 Remove arg prefixname, add do_set and do_show.
15353 Add member functions set_list and show_list.
15354 * cli/cli-style.c (class cli_style_option): Update accordingly.
15355 (style_set_list): Move to file scope.
15356 (style_show_list): Likewise.
15357 (set_style): Call help_list.
15358 (show_style): Call cmd_show_list.
15359 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15360 Update to use the new macro.
15361
60a90376
JB
153622019-10-12 Joel Brobecker <brobecker@adacore.com>
15363
15364 * ada-lang.c (_initialize_ada_language): Expand the help text
15365 for the "catch exception" command.
15366
9d7c67bf
PW
153672019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15368
15369 * symtab.c (matching_obj_sections): Initialize obj,
15370 declare it closer to its usage.
15371
7cf47dc4
TT
153722019-01-10 Tom Tromey <tom@tromey.com>
15373
15374 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15375 (basic_inf_threads_range): Remove.
15376 (inf_threads_range, inf_non_exited_threads_range)
15377 (safe_inf_threads_range): Use next_adapter.
15378
d3cb6808
KS
153792019-01-10 Keith Seitz <keiths@redhat.com>
15380
15381 PR gdb/23712
15382 PR symtab/23010
15383 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15384 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15385
63a20375
KS
153862019-01-10 Keith Seitz <keiths@redhat.com>
15387
15388 PR gdb/23712
15389 PR symtab/23010
15390 * dictionary.c (pending_to_vector): Remove.
15391 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15392 Remove _1 suffix, replacing functions of the same name. Update
15393 all callers.
15394 (dict_create_hashed, dict_create_hashed_expandable)
15395 (dict_create_linear, dict_create_linear_expandable, dict_free)
15396 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15397 Make functions static.
15398
b026f593
KS
153992019-01-10 Keith Seitz <keiths@redhat.com>
15400
15401 PR gdb/23712
15402 PR symtab/23010
15403 * dictionary.h (struct dictionary): Replace declaration with
15404 multidictionary.
15405 (dict_create_hashed, dict_create_hashed_expandable)
15406 (dict_create_linear, dict_create_linear_expandable)
15407 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15408 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15409 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15410 taking multidictionary argument.
15411 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15412 * block.h (struct block) <dict>: Change to multidictionary
15413 and rename `multidict'.
15414 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15415 symmisc.c: Update all dictionary references to multidictionary.
15416
c7748ee9
KS
154172019-01-10 Keith Seitz <keiths@redhat.com>
15418
15419 PR gdb/23712
15420 PR symtab/23010
15421 * dictionary.c: Include unordered_map.
15422 (pending_to_vector): New function.
15423 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15424 Rewrite the non-"_1" functions to take vector instead
15425 of linked list.
15426 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15427 "new" _1 versions of the same name.
15428 (multidictionary): Define.
15429 (std::hash<enum language): New definition.
15430 (collate_pending_symbols_by_language, mdict_create_hashed)
15431 (mdict_create_hashed_expandable, mdict_create_linear)
15432 (mdict_create_linear_expandable, mdict_free)
15433 (find_language_dictionary, create_new_language_dictionary)
15434 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15435 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15436 (mdict_size, mdict_empty): New functions.
15437 * dictionary.h (mdict_iterator): Define.
15438
67aa1f3c
PA
154392019-01-10 Pedro Alves <palves@redhat.com>
15440
15441 * breakpoint.c (read_uploaded_action)
15442 (create_tracepoint_from_upload): Adjust to use
15443 gdb::unique_xmalloc_ptr.
15444 * ctf.c (ctf_write_uploaded_tp):
15445 (SET_ARRAY_FIELD): Use emplace_back.
15446 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15447 * tracefile-tfile.c (tfile_write_uploaded_tp):
15448 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15449 gdb::unique_xmalloc_ptr.
15450 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15451 at_string, cond_string, cmd_strings>: Replace char pointers
15452 with gdb::unique_xmalloc_ptr.
15453
2f667667
PA
154542019-01-10 Pedro Alves <palves@redhat.com>
15455
15456 * solib-target.c (library_list_start_library): Don't xstrdup name.
15457
36cb7237
PA
154582019-01-10 Pedro Alves <palves@redhat.com>
15459
15460 * mdebugread.c (parse_partial_symbols): Use
15461 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15462
da584958
AB
154632019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15464
15465 * linux-fork.c (scoped_switch_fork_info)
15466 <~scoped_switch_fork_info>: Fix incorrect variable name.
15467
1ef8573c
AB
154682019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15469
15470 * linux-fork.c (scoped_switch_fork_info)
15471 <scoped_switch_fork_info>: Make explicit.
15472 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15473
8d7bcccb
TT
154742019-01-10 Tom Tromey <tom@tromey.com>
15475
15476 * objfiles.h (objfile::reset_psymtabs): Update.
15477 * objfiles.c (objfile::objfile): Update.
15478 * psymtab.h (psymtab_storage::obstack): Update.
15479 (psymtab_storage::m_obstack): Use gdb::optional.
15480 (class psymtab_storage): Update comment. Remove objfile
15481 parameter.
15482 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15483
b596a3c7
TT
154842019-01-10 Tom Tromey <tom@tromey.com>
15485
15486 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15487 <free_psymtabs>: Now private.
15488 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15489 (allocate_psymtab): Use new method.
15490
a9342b62
TT
154912019-01-10 Tom Tromey <tom@tromey.com>
15492
15493 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15494 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15495 * mdebugread.c (parse_partial_symbols): Use
15496 allocate_dependencies.
15497 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15498 allocate_dependencies.
15499 (process_psymtab_comp_unit_reader)
15500 (build_type_psymtab_dependencies): Likewise.
15501 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15502
5af70966
TT
155032019-01-10 Tom Tromey <tom@tromey.com>
15504
15505 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15506 PSYMBOL_SET_LANGUAGE.
15507 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15508
5923a04c
TT
155092019-01-10 Tom Tromey <tom@tromey.com>
15510
15511 * psymtab.h (psymtab_storage::obstack): New method.
15512 <m_obstack>: Rename from obstack; now private.
15513 * psymtab.c (psymtab_storage): Update.
15514 * dwarf2read.c (create_addrmap_from_index)
15515 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15516 Update.
15517
6d6a12bf
TT
155182019-01-10 Tom Tromey <tom@tromey.com>
15519
15520 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15521 * objfiles.h (objfile::reset_psymtabs): New method.
15522
d320c2b5
TT
155232019-01-10 Tom Tromey <tom@tromey.com>
15524
15525 * symmisc.c (print_symbol_bcache_statistics): Update.
15526 (print_objfile_statistics): Update.
15527 * symfile.c (reread_symbols): Update.
15528 * psymtab.h (class psymtab_storage): New.
15529 * psymtab.c (psymtab_storage): New constructor.
15530 (~psymtab_storage): New destructor.
15531 (require_partial_symbols): Update.
15532 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15533 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15534 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15535 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15536 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15537 (start_psymtab_common, end_psymtab_common)
15538 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15539 (allocate_psymtab): Update.
15540 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15541 Update.
15542 (dump_psymtab_addrmap, maintenance_print_psymbols)
15543 (maintenance_check_psymtabs): Update.
15544 (class objfile_psymtabs): Move to objfiles.h.
15545 * psympriv.h (discard_psymtab): Now inline.
15546 (psymtab_discarder::psymtab_discarder): Update.
15547 (psymtab_discarder::~psymtab_discarder): Update.
15548 (ALL_OBJFILE_PSYMTABS): Rewrite.
15549 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15550 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15551 Remove fields.
15552 <partial_symtabs>: New field.
15553 (class objfile_psymtabs): Move from psymtab.h. Update.
15554 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15555 psymbol_cache.
15556 (objfile::~objfile): Don't destroy psymbol_cache.
15557 * mdebugread.c (parse_partial_symbols): Update.
15558 * dwarf2read.c (create_addrmap_from_index)
15559 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15560 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15561 (add_partial_subprogram, dwarf2_ranges_read): Update.
15562 * dwarf-index-write.c (write_address_map)
15563 (write_one_signatured_type, recursively_write_psymbols)
15564 (class debug_names, class debug_names, write_psymtabs_to_index):
15565 Update.
15566
1d94a5a3
TT
155672019-01-10 Tom Tromey <tom@tromey.com>
15568
15569 * symtab.h (SYMBOL_SET_NAMES): Update.
15570 (symbol_set_names): Update.
15571 (MSYMBOL_SET_NAMES): Update.
15572 * symtab.c (symbol_set_names): Change argument to be an
15573 objfile_per_bfd_storage.
15574 * psymtab.c (add_psymbol_to_bcache): Update.
15575 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15576
0f14768a
TT
155772019-01-10 Tom Tromey <tom@tromey.com>
15578
15579 * symtab.c (create_demangled_names_hash): Change argument to be an
15580 objfile_per_bfd_storage.
15581 (symbol_set_names): Update.
15582
6eee24ce
TT
155832019-01-10 Tom Tromey <tom@tromey.com>
15584
15585 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15586 init_psymbol_list.
15587 * psymtab.c (init_psymbol_list): Do nothing if already called.
15588 * psympriv.h (init_psymbol_list): Add comment.
15589 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15590 init_psymbol_list.
15591 * dbxread.c (dbx_symfile_read): Unconditionally call
15592 init_psymbol_list.
15593
75aedd27
TT
155942019-01-10 Tom Tromey <tom@tromey.com>
15595
15596 * xcoffread.c (scan_xcoff_symtab): Update.
15597 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15598 "where".
15599 * mdebugread.c (parse_partial_symbols)
15600 (handle_psymbol_enumerators): Update.
15601 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15602 * dbxread.c (read_dbx_symtab): Update.
15603 * psympriv.h (psymbol_placement): New enum.
15604 (add_psymbol_to_list): Update.
15605
939652a5
TT
156062019-01-10 Tom Tromey <tom@tromey.com>
15607
15608 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15609 static_psymbols parameters.
15610 (scan_xcoff_symtab): Update.
15611 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15612 static_psymbols parameters.
15613 * psympriv.h (start_psymtab_common): Update.
15614 * mdebugread.c (parse_partial_symbols): Update.
15615 * dwarf2read.c (create_partial_symtab): Update.
15616 * dbxread.c (read_dbx_symtab): Update.
15617 (start_psymtab): Remove global_psymbols and static_psymbols
15618 parameters.
15619
baa62830
TT
156202019-01-10 Tom Tromey <tom@tromey.com>
15621
15622 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15623 * psymtab.c (allocate_psymtab): Add comment.
15624 * psympriv.h (allocate_psymtab): Add comment.
15625 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15626 initializations.
15627 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15628
0e8f53ba
TT
156292019-01-10 Tom Tromey <tom@tromey.com>
15630
15631 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15632 Don't declare.
15633 * mipsread.c: Include mdebugread.h.
15634 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15635 Declare.
15636 * elfread.c: Include mdebugread.h.
15637
b22a7c6a
TT
156382019-01-09 Tom Tromey <tom@tromey.com>
15639
15640 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15641 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15642 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15643 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15644 (psym_lookup_symbol, psym_find_last_source_symtab)
15645 (psym_forget_cached_source_info, psym_print_stats)
15646 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15647 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15648 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15649 (psym_find_compunit_symtab_by_address)
15650 (maintenance_print_psymbols, maintenance_info_psymtabs)
15651 (maintenance_check_psymtabs): Use ranged for.
15652 * psymtab.h (class objfile_psymtabs): New.
15653 (require_partial_symbols): Return objfile_psymtabs.
15654 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15655
3b9d3ac2
TT
156562019-01-09 Tom Tromey <tom@tromey.com>
15657
15658 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15659 (find_pc_mapped_section, list_overlays_command)
15660 (map_overlay_command, unmap_overlay_command)
15661 (simple_overlay_update): Use all_objfiles.
15662 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15663 * printcmd.c (info_symbol_command): Use all_objfiles.
15664 * objfiles.h (ALL_OBJSECTIONS): Remove.
15665 * maint.c (maintenance_translate_address): Use all_objfiles.
15666 * gcore.c (gcore_create_callback): Use all_objfiles.
15667 (objfile_find_memory_regions): Likewise.
15668
8b31193a
TT
156692019-01-09 Tom Tromey <tom@tromey.com>
15670
15671 * symtab.c (find_line_symtab, info_sources_command)
15672 (make_source_files_completion_list): Use objfile_compunits.
15673 * source.c (select_source_symtab): Use objfile_compunits.
15674 * objfiles.h (struct objfile): Update comment.
15675 (ALL_OBJFILES): Remove.
15676 (ALL_FILETABS): Remove.
15677 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15678 objfile_compunits.
15679
d5da8b3c
TT
156802019-01-09 Tom Tromey <tom@tromey.com>
15681
15682 * symmisc.c (print_objfile_statistics, dump_objfile)
15683 (maintenance_print_symbols): Use compunit_filetabs.
15684 * source.c (forget_cached_source_info_for_objfile): Use
15685 compunit_filetabs.
15686 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15687 (ALL_FILETABS): Use compunit_filetabs.
15688 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15689 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15690
5accd1a0
TT
156912019-01-09 Tom Tromey <tom@tromey.com>
15692
15693 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15694 (compunit_filetabs): New.
15695 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15696 compunit_filetabs.
15697 (info_sources_command, make_source_files_completion_list): Remove
15698 declaration.
15699 * symmisc.c (print_objfile_statistics, dump_objfile)
15700 (maintenance_print_symbols): Remove declaration.
15701 (maintenance_info_symtabs): Use compunit_filetabs.
15702 (maintenance_info_line_tables): Likewise.
15703 * source.c (select_source_symtab): Change local variable name.
15704 (forget_cached_source_info_for_objfile): Remove declaration.
15705 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15706 * objfiles.c (objfile_relocate1): Remove declaration.
15707 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15708 declaration.
15709 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15710 * coffread.c (coff_symtab_read): Remove declaration.
15711 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15712 compunit_filetabs.
15713
d8aeb77f
TT
157142019-01-09 Tom Tromey <tom@tromey.com>
15715
15716 * symtab.c (lookup_objfile_from_block)
15717 (find_pc_sect_compunit_symtab, search_symbols)
15718 (default_collect_symbol_completion_matches_break_on): Use
15719 objfile_compunits.
15720 * objfiles.h (ALL_COMPUNITS): Remove.
15721 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15722 * cp-support.c (add_symbol_overload_list_qualified): Use
15723 objfile_compunits.
15724 * ada-lang.c (ada_collect_symbol_completion_matches)
15725 (ada_add_global_exceptions): Use objfile_compunits.
15726
592553c4
TT
157272019-01-09 Tom Tromey <tom@tromey.com>
15728
15729 * source.c (select_source_symtab)
15730 (forget_cached_source_info_for_objfile): Remove declaration.
15731 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15732 declaration.
15733 * maint.c (count_symtabs_and_blocks): Remove declaration.
15734 * cp-support.c (add_symbol_overload_list_qualified): Remove
15735 declaration.
15736 * coffread.c (coff_symtab_read): Remove declaration.
15737 * symtab.c (lookup_symbol_in_objfile_symtabs)
15738 (basic_lookup_transparent_type_1): Use objfile_compunits.
15739 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15740 (info_sources_command, search_symbols)
15741 (default_collect_symbol_completion_matches_break_on)
15742 (make_source_files_completion_list): Remove declaration.
15743 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15744 (ada_collect_symbol_completion_matches)
15745 (ada_add_global_exceptions): Remove declaration.
15746 * linespec.c (iterate_over_all_matching_symtabs): Use
15747 objfile_compunits.
15748 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15749 (class objfile_compunits): New.
15750 (ALL_COMPUNITS): Use objfile_compunits.
15751 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15752 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15753 objfile_compunits.
15754 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15755
5325b9bf
TT
157562019-01-09 Tom Tromey <tom@tromey.com>
15757
15758 * symtab.c (search_symbols)
15759 (default_collect_symbol_completion_matches_break_on): Use
15760 objfile_msymbols.
15761 * ada-lang.c (ada_lookup_simple_minsym)
15762 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15763 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15764 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15765 objfile_msymbols.
15766 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15767 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15768 * objc-lang.c (find_methods): Use objfile_msymbols.
15769 (info_selectors_command, info_classes_command): Likewise.
15770 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15771 * objfiles.h (class objfile_msymbols): New.
15772 (ALL_OBJFILE_MSYMBOLS): Remove.
15773 (ALL_MSYMBOLS): Remove.
15774
cac85af2
TT
157752019-01-09 Tom Tromey <tom@tromey.com>
15776
15777 * common/next-iterator.h (next_adapter): Add Iterator template
15778 parameter.
15779 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15780 (class all_objfiles_safe): New.
15781 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15782 * objfiles.c (put_objfile_before): Update comment.
15783 (add_separate_debug_objfile): Likewise.
15784 (free_all_objfiles): Use all_objfiles_safe.
15785 (objfile_purge_solibs): Likewise.
15786
aed57c53
TT
157872019-01-09 Tom Tromey <tom@tromey.com>
15788
15789 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15790 (expand_symtab_containing_pc, lookup_static_symbol)
15791 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15792 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15793 all_objfiles.
15794 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15795 * breakpoint.c (create_overlay_event_breakpoint)
15796 (create_longjmp_master_breakpoint)
15797 (create_std_terminate_master_breakpoint)
15798 (create_exception_master_breakpoint): Use all_objfiles.
15799 * linux-thread-db.c (try_thread_db_load_from_pdir)
15800 (has_libpthread): Use all_objfiles.
15801 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15802 * linespec.c (iterate_over_all_matching_symtabs)
15803 (search_minsyms_for_name): Use all_objfiles.
15804 * maint.c (maintenance_info_sections): Use all_objfiles.
15805 * main.c (captured_main_1): Use all_objfiles.
15806 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15807 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15808 * guile/scm-pretty-print.c
15809 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15810 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15811 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15812 (maintenance_print_msymbols): Use all_objfiles.
15813 * source.c (select_source_symtab): Use all_objfiles.
15814 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15815 * symfile.c (remove_symbol_file_command)
15816 (expand_symtabs_matching, map_symbol_filenames): Use
15817 all_objfiles.
15818 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15819 all_objfiles.
15820 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15821 * objc-lang.c (find_methods): Use all_objfiles.
15822 * objfiles.c (have_partial_symbols, have_full_symbols)
15823 (have_minimal_symbols, qsort_cmp)
15824 (default_iterate_over_objfiles_in_search_order): Use
15825 all_objfiles.
15826 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15827 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15828 (maintenance_check_psymtabs): Use all_objfiles.
15829 (ALL_PSYMTABS): Remove.
15830 * compile/compile-object-run.c (do_module_cleanup): Use
15831 all_objfiles.
15832 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15833 * cp-support.c (add_symbol_overload_list_qualified): Use
15834 all_objfiles.
15835 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15836 Use all_objfiles.
15837 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15838 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15839 all_objfiles.
15840 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15841 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15842 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15843 Uses all_objfiles.
15844 * solib.c (solib_read_symbols): Use all_objfiles
15845
99d89cde
TT
158462019-01-09 Tom Tromey <tom@tromey.com>
15847
15848 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15849 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15850 all_objfiles.
15851 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15852 * symmisc.c (print_symbol_bcache_statistics)
15853 (print_objfile_statistics, maintenance_print_objfiles)
15854 (maintenance_info_symtabs, maintenance_check_symtabs)
15855 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15856 all_objfiles.
15857 * source.c (forget_cached_source_info): Use all_objfiles.
15858 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15859 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15860 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15861 * objfiles.c (update_section_map): Use all_objfiles.
15862 (shared_objfile_contains_address_p): Likewise.
15863 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15864 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15865
21708325
TT
158662019-01-09 Tom Tromey <tom@tromey.com>
15867
15868 * common/next-iterator.h: New file.
15869 * objfiles.h (class all_objfiles): New.
15870 (struct objfile_iterator): New.
15871
669e09f6
PW
158722019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15873
15874 * NEWS: Move the description of the changed "frame", "select-frame",
15875 and "info frame" commands to the Changed commands section.
15876
041be526
SM
158772019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15878
15879 * gdbtypes.c (check_stub_method_group): Remove handling of old
15880 mangling schemes.
15881 * linespec.c (find_methods): Likewise.
15882 * stabsread.c (read_member_functions): Likewise.
15883 * valops.c (search_struct_method): Likewise.
15884 (value_struct_elt_for_reference): Likewise.
15885 * NEWS: Mention this change.
15886
0e2a2133
AB
158872019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15888
15889 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15890 print_source_lines.
15891 * source.c (print_source_lines_base): Update line number check.
15892 (print_source_lines): New function.
15893 (source_lines_range::source_lines_range): New function.
15894 * source.h (class source_lines_range): New class.
15895 (print_source_lines): New declaration.
15896
1055a3b4
PW
158972019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15898
15899 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15900
cfeadda5
TT
159012019-01-08 Tom Tromey <tom@tromey.com>
15902 Simon Marchi <simon.marchi@ericsson.com>
15903
15904 PR gdb/24060
15905 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15906 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15907 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15908 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15909 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15910 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15911
583068ca
AB
159122019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15913
15914 * source.c (select_source_symtab): Move header comment to
15915 declaration in source.h.
15916 (forget_cached_source_info_for_objfile): Likewise.
15917 (forget_cached_source_info): Likewise.
15918 (identify_source_line): Likewise.
15919 * source.h (identify_source_line): Move declaration from symtab.h
15920 and add comment from source.c
15921 (print_source_lines): Likewise.
15922 (forget_cached_source_info_for_objfile): Likewise.
15923 (forget_cached_source_info): Likewise.
15924 (select_source_symtab): Likewise.
15925 (enum print_source_lines_flag): Move definition from symtab.h.
15926 * symtab.h (identify_source_line): Move declaration to source.h.
15927 (print_source_lines): Likewise.
15928 (forget_cached_source_info_for_objfile): Likewise.
15929 (forget_cached_source_info): Likewise.
15930 (select_source_symtab): Likewise.
15931 (enum print_source_lines_flag): Move definition to source.h.
15932 * tui/tui-hooks.c: Add 'source.h' include.
15933
ec98a4ad
AB
159342019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15935
15936 * source.c (print_source_lines_base): Handle requests to print
15937 reverse line number sequences, and guard against empty lines
15938 string.
15939
62ea19c1
AB
159402019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15941
15942 * source.c (print_source_lines_base): Fix skip of '\r' if next
15943 character is '\n'.
15944
9d30e1fd
TT
159452019-01-06 Tom Tromey <tom@tromey.com>
15946
15947 * c-exp.y (struct c_parse_state) <macro_original_text,
15948 expansion_obstack>: New member.
15949 (macro_original_text, expansion_obstack): Remove globals.
15950 (scan_macro_expansion, scanning_macro_expansion)
15951 (finished_macro_expansion): Update.
15952 (scan_macro_cleanup): Remove.
15953 (yylex, c_parse): Update.
15954
c65bac38
TT
159552019-01-06 Tom Tromey <tom@tromey.com>
15956
15957 * c-exp.y (struct c_parse_state) <strings>: New member.
15958 (operator_stoken): Update.
15959
02e12e38
TT
159602019-01-06 Tom Tromey <tom@tromey.com>
15961
15962 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15963 (union type_stack_elt) <typelist_val>: Now a pointer to
15964 std::vector.
15965 (type_stack_cleanup): Don't declare.
15966 (push_typelist): Update.
15967 * parse.c (pop_typelist): Return a std::vector.
15968 (push_typelist): Take a std::vector.
15969 (follow_types): Update. Do not free args.
15970 (type_stack_cleanup): Remove.
15971 * c-exp.y (struct c_parse_state): New.
15972 (cpstate): New global.
15973 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15974 (nonempty_typelist): Update.
15975 (func_mod): Create a new vector.
15976 (c_parse): Create a c_parse_state.
15977 (check_parameter_typelist): Do not delete params.
15978 (function_method): Update. Do not delete type_list.
15979
f097f5ad
TT
159802019-01-06 Tom Tromey <tom@tromey.com>
15981
15982 PR gdb/28155:
15983 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15984 check_typedef.
15985 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15986 (print_return_value): Likewise.
15987
d2adf9f1
TT
159882019-01-05 Tom Tromey <tom@tromey.com>
15989
15990 * contrib/cleanup_check.py: Remove.
15991 * contrib/gcc-with-excheck: Remove.
15992 * contrib/exsummary.py: Remove.
15993 * contrib/excheck.py: Remove.
15994
2eab46b1
JB
159952019-01-05 Joel Brobecker <brobecker@adacore.com>
15996
15997 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15998 NULL. Initialize tpprev to NULL instead of assigning it
15999 to NULL on the next statement.
16000 * windows-nat.c (windows_delete_thread): Remove check for
16001 main_thread_id before printing thread exit notifications.
16002 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16003 Remove thread ID check against main_thread_id.
16004 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16005 windows_delete_thread.
16006 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16007
48c5e7e2
TT
160082019-01-04 Tom Tromey <tom@tromey.com>
16009
16010 * compile/compile.c (_initialize_compile): Use upper case for
16011 metasyntactic variables.
16012 * symmisc.c (_initialize_symmisc): Use upper case for
16013 metasyntactic variables.
16014 * psymtab.c (_initialize_psymtab): Use upper case for
16015 metasyntactic variables.
16016 * demangle.c (demangle_command): Use upper case for metasyntactic
16017 variables.
16018 (_initialize_demangler): Likewise.
16019 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16020 variables.
16021
986041cd
TT
160222019-01-03 Tom Tromey <tom@tromey.com>
16023
16024 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16025
7c711119
TT
160262019-01-03 Tom Tromey <tom@tromey.com>
16027
16028 * python/py-symtab.c (salpy_str): Update.
16029 (struct salpy_sal_object) <symtab>: Now a PyObject.
16030 (salpy_dealloc): Update.
16031 (del_objfile_sal): Use gdbpy_ref.
16032
1b20edf0
TT
160332019-01-03 Tom Tromey <tom@tromey.com>
16034
16035 * python/py-type.c (convert_field): Use new_reference. Return
16036 gdbpy_ref.
16037 (make_fielditem): Return gdbpy_ref.
16038 (typy_fields): Update.
16039 (typy_getitem): Update.
16040 (field_name): Return gdbpy_ref. Use new_reference.
16041 (typy_iterator_iternext): Update.
16042
ea41325b
TT
160432019-01-03 Tom Tromey <tom@tromey.com>
16044
16045 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16046
2a3c71d6
TT
160472019-01-03 Tom Tromey <tom@tromey.com>
16048
16049 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16050 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16051 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16052 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16053 (pspy_set_type_printers): Likewise.
16054 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16055 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16056 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16057 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16058 (objfpy_set_type_printers): Likewise.
16059
5c329e6a
TT
160602019-01-03 Tom Tromey <tom@tromey.com>
16061
16062 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16063 (gdbpy_print_stack): Use gdbpy_err_fetch.
16064 * python/python-internal.h (class gdbpy_err_fetch): New class.
16065 (class gdbpy_enter) <m_error_type, m_error_value,
16066 m_error_traceback>: Remove.
16067 <m_error>: New member.
16068 (gdbpy_exception_to_string): Don't declare.
16069 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16070 * python/py-value.c (convert_value_from_python): Use
16071 gdbpy_err_fetch.
16072 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16073 gdbpy_exception_to_string.
16074 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16075 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16076 gdbpy_err_fetch.
16077
169bb27b
AB
160782019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16079
16080 * linux-nat.c (delete_lwp_cleanup): Delete.
16081 (struct lwp_deleter): New struct.
16082 (lwp_info_up): New typedef.
16083 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16084 lwp_info_up.
16085
a07c8880
AB
160862019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16087
16088 * linux-fork.c (class scoped_switch_fork_info): New class.
16089 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16090
26089c49
AB
160912019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16092
16093 * valops.c (find_overload_match): Remove use of null_cleanup, and
16094 calls to do_cleanups.
16095
06d3e5b0
AB
160962019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16097
16098 * compile/compile-cplus-types.c
16099 (compile_cplus_instance::decl_name): Handle changes to
16100 cp_func_name.
16101 * cp-support.c (cp_func_name): Update header comment, update
16102 return type.
16103 * cp-support.h (cp_func_name): Update return type in declaration.
16104 * valops.c (find_overload_match): Move temp_func local to top
16105 level of function and change its type. Use temp_func to hold and
16106 delete temporary string obtained from cp_func_name.
16107
66644cd3
AB
161082019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16109
16110 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16111 gdb::char_vector, remove cleanup, and update uses of `msg`.
16112
592d8c0a
JW
161132019-01-03 Jim Wilson <jimw@sifive.com>
16114
16115 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16116
c55d06ec
TT
161172019-01-02 Tom Tromey <tom@tromey.com>
16118
16119 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16120 (tdesc_parse_xml): Remove cleanups.
16121 * target-descriptions.h (make_cleanup_free_target_description):
16122 Don't declare.
16123 (target_desc_deleter): New struct.
16124 (target_desc_up): New typedef.
16125 * target-descriptions.c (target_desc_deleter::operator()): Rename
16126 from free_target_description.
16127 (make_cleanup_free_target_description): Remove.
16128
3a6ae42d
TT
161292019-01-02 Tom Tromey <tom@tromey.com>
16130
16131 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16132 constructor, destructor.
16133 (linespec_parser): Remove typedef.
16134 (~linespec_parser): Rename from linespec_parser_delete.
16135 (linespec_lex_to_end, linespec_complete_label)
16136 (linespec_complete): Update.
16137 (decode_line_full): Remove cleanups.
16138 (decode_line_1): Update.
16139
61fd3e73
TT
161402019-01-02 Tom Tromey <tom@tromey.com>
16141
16142 * python/python-internal.h (inferior_to_inferior_object): Change
16143 return type.
16144 * python/py-exitedevent.c (create_exited_event_object): Update.
16145 * python/py-inferior.c (inferior_to_inferior_object): Return
16146 gdbpy_ref.
16147 (python_new_inferior, python_inferior_deleted)
16148 (thread_to_thread_object, delete_thread_object)
16149 (build_inferior_list, gdbpy_selected_inferior): Update.
16150 * python/py-infthread.c (create_thread_object): Update. Also fail
16151 if inferior_to_inferior_object fails.
16152
d20172fc
SM
161532019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16154
16155 * inferior.h (class inferior) <displaced_step_state>: New field.
16156 * infrun.h (struct displaced_step_state): Move here from
16157 infrun.c. Initialize fields, add constructor.
16158 <inf>: Remove field.
16159 <reset>: New method.
16160 * infrun.c (struct displaced_step_inferior_state): Move to
16161 infrun.h.
16162 (displaced_step_inferior_states): Remove.
16163 (get_displaced_stepping_state): Adust.
16164 (displaced_step_in_progress_any_inferior): Adjust.
16165 (displaced_step_in_progress_thread): Adjust.
16166 (displaced_step_in_progress): Adjust.
16167 (add_displaced_stepping_state): Remove.
16168 (get_displaced_step_closure_by_addr): Adjust.
16169 (remove_displaced_stepping_state): Remove.
16170 (infrun_inferior_exit): Call displaced_step_state.reset.
16171 (use_displaced_stepping): Don't check for NULL.
16172 (displaced_step_prepare_throw): Call
16173 get_displaced_stepping_state.
16174 (displaced_step_fixup): Don't check for NULL.
16175 (prepare_for_detach): Don't check for NULL.
16176
e3319240
PW
161772019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16178
16179 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16180 in case of call that did not complete.
16181
5d36dfb9
AU
161822019-01-02 Andrey Utkin <autkin@undo.io>
16183
16184 * symfile.c (find_separate_debug_file): Fix search of debug files for
16185 remote debuggee.
16186
8833fbf0
TT
161872019-01-02 Tom Tromey <tom@tromey.com>
16188
16189 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16190 indentation.
16191 * python/py-frame.c (frapy_older): Remove cast.
16192 (frapy_newer): Likewise.
16193 * python/py-breakpoint.c (local_setattro): Remove cast.
16194 * python/py-arch.c (archpy_name): Remove local variable.
16195 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16196
4ada3dfd
JB
161972019-01-02 Joel Brobecker <brobecker@adacore.com>
16198
16199 * unittests/basic_string_view/element_access/char/empty.cc:
16200 Fix year range in copyright header.
16201
113b7b81
AB
162022019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16203
16204 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16205 Delete.
16206 <operator==>: Update with for removed field.
16207 <hash>: Likewise.
16208 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16209 <isa_features>: ...this.
16210 <abi_features>: New field.
16211 (riscv_isa_flen): Update comment.
16212 (riscv_abi_xlen): New declaration.
16213 (riscv_abi_flen): New declaration.
16214 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16215 isa_features.
16216 (riscv_abi_xlen): New function.
16217 (riscv_isa_flen): Update to get answer from isa_features.
16218 (riscv_abi_flen): New function.
16219 (riscv_has_fp_abi): Update to get answer from abi_features.
16220 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16221 xlen and flen.
16222 (riscv_call_info) <xlen, flen>: Update comment.
16223 (riscv_call_arg_struct): Remove invalid assertions
16224 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16225 is removed.
16226 (riscv_gdbarch_init): Gather isa features and abi features
16227 separately, ensure both match on the gdbarch when reusing an old
16228 gdbarch. Relax an error check to allow 32-bit abi float to run on
16229 a target with 64-bit float hardware.
16230
b18ca514
PW
162312019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16232
16233 * source.c (search_command_helper): Stop reverse search
16234 when line 1 has been searched.
16235
ec70d8db
PW
162362019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16237
16238 * record-full.c (record_full_base_target::close): Rewrite
16239 record_full_core_buf_list free logic.
16240
5b38f9c1
PW
162412019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16242
16243 * break-catch-syscall.c (print_one_catch_syscall): xfree
16244 the last text.
16245
66d91b39
JB
162462019-01-01 Joel Brobecker <brobecker@adacore.com>
16247
16248 * top.c (print_gdb_version): Update Copyright year in version
16249 message.
16250
42a4f53d
JB
162512019-01-01 Joel Brobecker <brobecker@adacore.com>
16252
16253 Update copyright year range in all GDB files.
16254
7e955d83 162552019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16256
5bbd631d 16257 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16258
5bbd631d 16259For older changes see ChangeLog-2018.
c906108c
SS
16260\f
16261Local Variables:
16262mode: change-log
16263left-margin: 8
16264fill-column: 74
16265version-control: never
57da7796 16266coding: utf-8
c906108c 16267End:
5bbd631d 16268
This page took 2.952126 seconds and 4 git commands to generate.