f06f73903a602274a04ddb123bbfe2ec28313191
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-04 Tom Tromey <tromey@adacore.com>
2
3 * gdbtypes.c (create_range_type): Inherit endianity
4 from base type.
5
6 2019-12-04 Tom Tromey <tromey@adacore.com>
7
8 * ada-lang.c (decode_constrained_packed_array)
9 (ada_value_assign, value_assign_to_component): Update.
10 * dwarf2loc.c (rw_pieced_value, access_memory)
11 (dwarf2_compile_expr_to_ax): Update.
12 * dwarf2read.c (dwarf2_add_field): Update.
13 * eval.c (evaluate_subexp_standard): Update.
14 * gdbarch.c, gdbarch.h: Rebuild.
15 * gdbarch.sh (bits_big_endian): Remove.
16 * gdbtypes.h (union field_location): Update comment.
17 * target-descriptions.c (make_gdb_type): Update.
18 * valarith.c (value_bit_index): Update.
19 * value.c (struct value) <bitpos>: Update comment.
20 (unpack_bits_as_long, modify_field): Update.
21 * value.h (value_bitpos): Update comment.
22
23 2019-12-04 Tom Tromey <tromey@adacore.com>
24
25 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
26 endian-ness.
27
28 2019-12-04 Tom Tromey <tromey@adacore.com>
29
30 * dwarf2read.c (dwarf2_init_float_type)
31 (dwarf2_init_complex_target_type): Add byte_order parameter.
32 (read_base_type): Compute byte order earlier.
33 * gdbtypes.c (init_float_type): Add byte_order parameter.
34 * gdbtypes.h (init_float_type): Add byte_order parameter.
35
36 2019-12-04 Tom Tromey <tromey@adacore.com>
37
38 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
39
40 2019-12-04 Tom Tromey <tromey@adacore.com>
41
42 * dwarf2read.c (process_structure_scope): Initialize
43 "discr_offset".
44
45 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
48 add it into the search spec.
49 (parse_max_results_option): New function.
50 (mi_info_functions_or_variables): Parse -max-results flag and pass
51 it to mi_symbol_info.
52 (mi_cmd_symbol_info_modules): Likewise.
53 (mi_cmd_symbol_info_types): Likewise.
54 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
55 return type to bool, change result container into a set, and don't
56 add new results if we have enough already.
57 (global_symbol_searcher::add_matching_msymbols): Change return
58 type to bool, and don't add new results if we have enough already.
59 (sort_search_symbols_remove_dups): Delete.
60 (global_symbol_searcher::search): Early exit from search loop when
61 we have enough results. Use a std::set to collect the results
62 from calling add_matching_symbols.
63 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
64 member function.
65 (global_symbol_searcher) <m_max_search_results>: New member
66 variable.
67 (global_symbol_searcher) <add_matching_symbols>: Update header
68 comment and change return type to bool.
69 (global_symbol_searcher) <add_matching_msymbols>: Update header
70 comment and change return type to bool.
71
72 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * symtab.c (symbol_search::compare_search_syms): Update header
75 comment.
76 (global_symbol_searcher::is_suitable_msymbol): New function.
77 (global_symbol_searcher::expand_symtabs): New function.
78 (global_symbol_searcher::add_matching_symbols): New function.
79 (global_symbol_searcher::add_matching_msymbols): New function.
80 (global_symbol_searcher::search): Move most of the content
81 into the new functions above, and call them as needed.
82 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
83 function.
84 (global_symbol_searcher) <add_matching_symbols>: New member
85 function.
86 (global_symbol_searcher) <add_matching_msymbols>: New member
87 function.
88 (global_symbol_searcher) <is_suitable_msymbol>: New member
89 function.
90
91 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
94 -symbol-info-module-variables entries.
95 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
96 (mi_cmd_symbol_info_module_variables): Declare.
97 * mi/mi-symbol-cmds.c
98 (module_symbol_search_iterator): New typedef.
99 (output_module_symbols_in_single_module_and_file): New function.
100 (output_module_symbols_in_single_module): New function.
101 (mi_info_module_functions_or_variables): New function.
102 (mi_cmd_symbol_info_module_functions): New function.
103 (mi_cmd_symbol_info_module_variables): New function.
104 * NEWS: Mention new MI command.
105
106 2019-12-03 Christian Biesinger <cbiesinger@google.com>
107
108 * bcache.c (hash): Remove.
109 (hash_continue): Remove.
110 * bcache.h (hash): Remove.
111 (hash_continue): Remove.
112 (struct bcache) <ctor>: Update.
113 * psymtab.c (psymbol_hash): Update.
114 * stabsread.c (hashname): Update.
115 * utils.h (fast_hash): Add an argument for a start value,
116 defaulting to zero.
117
118 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
119 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
120 (destroy_block_symbol_cache): New function.
121 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
122 (resize_symbol_cache): Likewise.
123
124 2019-12-02 Tom Tromey <tom@tromey.com>
125
126 * unittests/tui-selftests.c (run_tests): Make conditional.
127 (_initialize_tui_selftest): Make conditional.
128
129 2019-12-02 Christian Biesinger <cbiesinger@google.com>
130
131 * aix-thread.c (debug_aix_thread): Change type to bool.
132
133 2019-12-02 Luis Machado <luis.machado@linaro.org>
134
135 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
136
137 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * dwarf2read.c (read_tag_string_type): Read the fields required to
140 make a dynamic string, and possibly create a dynamic range for the
141 string.
142 (attr_to_dynamic_prop): Setup is_reference based on the type of
143 attribute being processed.
144 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
145 (resolve_dynamic_array): Rename to...
146 (resolve_dynamic_array_or_string): ...this, update header comment,
147 and accept TYPE_CODE_STRING.
148 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
149
150 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
153 of its implementation from...
154 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
155 the new function.
156
157 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
160 create a range with stride where appropriate.
161 * f-valprint.c: Include 'gdbarch.h'.
162 (f77_print_array_1): Take the stride into account when walking the
163 array. Also convert the stride into addressable units.
164 * gdbtypes.c (create_range_type): Initialise the stride to
165 constant zero.
166 (create_range_type_with_stride): New function, initialise the
167 range as normal, and then setup the stride.
168 (has_static_range): Include the stride here. Also change the
169 return type to bool.
170 (create_array_type_with_stride): Consider the range stride if the
171 array isn't given its own stride.
172 (resolve_dynamic_range): Resolve the stride if needed.
173 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
174 (struct range_bounds) <flag_is_byte_stride>: New member variable.
175 (TYPE_BIT_STRIDE): Define.
176 (TYPE_ARRAY_BIT_STRIDE): Define.
177 (create_range_type_with_stride): Declare.
178 * valarith.c (value_subscripted_rvalue): Take range stride into
179 account when walking the array.
180
181 2019-12-01 Tom Tromey <tom@tromey.com>
182
183 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
184 specially.
185
186 2019-12-01 Tom Tromey <tom@tromey.com>
187
188 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
189 \0.
190 * unittests/tui-selftests.c: New file.
191 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
192
193 2019-12-01 Tom Tromey <tom@tromey.com>
194
195 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
196
197 2019-12-01 Tom Tromey <tom@tromey.com>
198
199 * NEWS: Document new settings.
200 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
201 * tui/tui-win.c (_initialize_tui_win): Add border style
202 observers.
203 * tui/tui-io.h (tui_apply_style): Declare.
204 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
205 longer static.
206 (apply_ansi_escape, tui_set_reverse_mode): Update.
207 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
208 Add "skip_intensity" parameter.
209 <changed>: New member.
210 <do_set_value>: Declare.
211 (tui_border_style, tui_active_border_style): Declare.
212 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
213 globals.
214 (cli_style_option): Initialize "changed".
215 (cli_style_option::do_set_value): New function.
216 (cli_style_option::add_setshow_commands): Add "skip_intensity"
217 parameter. Update.
218 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
219 (_initialize_cli_style): Update. Create TUI border style
220 commands.
221
222 2019-12-01 Tom Tromey <tom@tromey.com>
223
224 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
225 parameter.
226 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
227 parameter.
228 * tui/tui-win.h (compact_source): Declare.
229 * tui/tui-win.c (compact_source): New global.
230 (tui_set_compact_source, tui_show_compact_source): New functions.
231 (_initialize_tui_win): Add "compact-source" setting.
232 * tui/tui-source.c (tui_source_window::set_contents): Handle
233 compact_source setting.
234 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
235 * NEWS: Document new setting.
236
237 2019-11-30 Tom Tromey <tom@tromey.com>
238
239 * dwarf2read.c (dwarf2_add_field): Include field offset when
240 computing variant part length.
241
242 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
243 * NEWS: Mention define-prefix. Tell that command names can now
244 contain a . character.
245
246 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
247
248 * command.h (valid_cmd_char_p): Declare.
249 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
250 the check of valid command char.
251 (find_command_name_length, valid_user_defined_cmd_name_p): Use
252 valid_cmd_char_p.
253 * cli/cli-script.c (validate_comname): Likewise.
254 * completer.c (gdb_completer_command_word_break_characters):
255 Do not remove . from the word break char, update comments.
256 (complete_line_internal_1): Use valid_cmd_char_p.
257 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
258 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
259
260 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
261
262 * cli/cli-script.c (do_define_command): Ensure a redefined
263 prefix command is kept as a prefix command.
264 (define_prefix_command): New function.
265 (show_user_1): Report user defined prefixes.
266 (_initialize_cli_script): Create the new 'define-prefix' command.
267 Add completers for 'define' and 'document'.
268 * top.c (execute_command): If command is a user-defined prefix only
269 command, report the list of commands for this prefix command.
270
271 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
272
273 * valops.c (find_oload_champ): Improve debug output.
274
275 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
276
277 * valops.c (find_oload_champ): Print part of debug messages
278 before the badness vector is std::move'd.
279
280 2019-11-28 Tom Tromey <tom@tromey.com>
281
282 * value.c (creal_internal_fn): Fix comment.
283
284 2019-11-28 Tom Tromey <tom@tromey.com>
285
286 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
287 flag_bound_evaluated>: Now unsigned.
288
289 2019-11-28 Tom Tromey <tom@tromey.com>
290
291 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
292 declare.
293
294 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
295
296 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
297 debug output.
298 * jit.c (jit_unregister_code): Add debug print to match
299 `jit_register_code`.
300
301 2019-11-27 Christian Biesinger <cbiesinger@google.com>
302
303 * NEWS: Mention the new multithreaded symbol loading.
304
305 2019-11-27 Christian Biesinger <cbiesinger@google.com>
306
307 * maint.c (n_worker_threads): Default to 0.
308 (worker_threads_disabled): New function.
309 * maint.h (worker_threads_disabled): New function.
310 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
311 here if worker_threads_disabled () is true.
312 (minimal_symbol_reader::install): Skip all threading if
313 worker_threads_disabled () is true.
314
315 2019-11-27 Christian Biesinger <cbiesinger@google.com>
316
317 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
318 hash code if possible.
319 (add_minsym_to_demangled_hash_table): Likewise.
320 (minimal_symbol_reader::install): Compute the hash codes for msymbol
321 on the background thread.
322 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
323 Add these fields.
324
325 2019-11-27 Christian Biesinger <cbiesinger@google.com>
326
327 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
328 of the mangled name on the background thread.
329 * symtab.c (symbol_set_names): Allow passing in the hash of the
330 linkage_name.
331 * symtab.h (symbol_set_names): Likewise.
332
333 2019-11-27 Kevin Buettner <kevinb@redhat.com>
334
335 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
336 physnames are computed for inherited DIEs.
337
338 2019-11-27 Tom Tromey <tromey@adacore.com>
339
340 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
341 backslashes.
342 * cp-support.c: Remove unnecessary backslashes.
343
344 2019-11-27 Christian Biesinger <cbiesinger@google.com>
345
346 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
347 with sym->set_linkage_name.
348 * coffread.c (coff_read_enum_type): Likewise.
349 * mdebugread.c (parse_symbol): Likewise.
350 * stabsread.c (patch_block_stabs): Likewise.
351 (define_symbol): Likewise.
352 (read_enum_type): Likewise.
353 (common_block_end): Likewise.
354 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
355 function.
356 (SYMBOL_SET_LINKAGE_NAME): Remove.
357 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
358 with sym->set_linkage_name.
359
360 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
363 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
364 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
365 * NEWS: Mention new MI command.
366
367 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
370 '-symbol-info-types', and '-symbol-info-variables'.
371 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
372 (mi_cmd_symbol_info_types): Declare.
373 (mi_cmd_symbol_info_variables): Declare.
374 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
375 (output_debug_symbol): New function.
376 (output_nondebug_symbol): New function.
377 (mi_symbol_info): New function.
378 (mi_info_functions_or_variables): New function.
379 (mi_cmd_symbol_info_functions): New function.
380 (mi_cmd_symbol_info_types): New function.
381 (mi_cmd_symbol_info_variables): New function.
382 * NEWS: Mention new commands.
383
384 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * symtab.c (symbol_to_info_string): New function, most content
387 moved from print_symbol_info, but updated to return a std::string.
388 (print_symbol_info): Update to use symbol_to_info_string and print
389 returned string.
390 * symtab.h (symbol_to_info_string): Declare new function.
391
392 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * python/python.c (gdbpy_rbreak): Convert to using
395 global_symbol_searcher.
396 * symtab.c (file_matches): Convert return type to bool, change
397 file list to std::vector, update header comment.
398 (search_symbols): Rename to...
399 (global_symbol_searcher::search): ...this and update now its
400 a member function of global_symbol_searcher. Take account of the
401 changes to file_matches.
402 (symtab_symbol_info): Convert to using global_symbol_searcher.
403 (rbreak_command): Likewise.
404 (search_module_symbols): Likewise.
405 * symtab.h (enum symbol_search): Update comment.
406 (search_symbols): Remove declaration.
407 (class global_symbol_searcher): New class.
408
409 2019-11-26 Tom Tromey <tromey@adacore.com>
410
411 * cp-support.c (_initialize_cp_support): Conditionally initialize
412 gdb_demangle_attempt_core_dump.
413
414 2019-11-26 Tom Tromey <tom@tromey.com>
415
416 * python/py-function.c (fnpy_init): Update.
417 * value.h (add_internal_function): Adjust declaration.
418 * value.c (function_destroyer): Remove.
419 (do_add_internal_function): Don't set destroyer or copy name.
420 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
421 Set name_allocated.
422 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
423 (cmdpy_init): Set name_allocated.
424 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
425 member.
426 (~cmd_list_element): Free "name" if needed.
427
428 2019-11-26 Tom Tromey <tom@tromey.com>
429
430 * value.h (add_internal_function): Add new overload. Move
431 documentation from value.h.
432 * value.c (do_add_internal_function): New function.
433 (add_internal_function): Use it. Add new overload.
434 (function_destroyer): Don't free doc.
435 * python/py-function.c (fnpy_init): Update.
436
437 2019-11-26 Tom Tromey <tom@tromey.com>
438
439 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
440 (cmdpy_init): Set "doc_allocated".
441
442 2019-11-26 Tom Tromey <tom@tromey.com>
443
444 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
445 name of worker thread.
446 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
447 pthread_setname_np.
448 * configure, config.in: Rebuild.
449
450 2019-11-26 Tom Tromey <tom@tromey.com>
451
452 * python/python.c (class gdbpy_gil): New.
453 (struct gdbpy_event): Add constructor, destructor, operator().
454 (gdbpy_post_event): Use run_on_main_thread.
455 (gdbpy_initialize_events): Remove.
456 (do_start_initialization): Update.
457
458 2019-11-26 Tom Tromey <tom@tromey.com>
459
460 * NEWS: Add entry.
461 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
462 commands. Call update_thread_pool_size.
463 (update_thread_pool_size, maintenance_set_worker_threads): New
464 functions.
465 (n_worker_threads): New global.
466
467 2019-11-26 Christian Biesinger <cbiesinger@google.com>
468 Tom Tromey <tom@tromey.com>
469
470 * minsyms.c (minimal_symbol_reader::install): Use
471 parallel_for_each.
472 * gdbsupport/parallel-for.h: New file.
473 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
474
475 2019-11-26 Christian Biesinger <cbiesinger@google.com>
476 Tom Tromey <tom@tromey.com>
477
478 * gdbsupport/thread-pool.h: New file.
479 * gdbsupport/thread-pool.c: New file.
480 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
481 (HFILES_NO_SRCDIR): Add thread-pool.h.
482
483 2019-11-26 Tom Tromey <tom@tromey.com>
484
485 * event-top.h (thread_local_segv_handler): Declare.
486 * event-top.c (thread_local_segv_handler): New global.
487 (install_handle_sigsegv, handle_sigsegv): New functions.
488 (async_init_signals): Install SIGSEGV handler.
489 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
490 thread-local.
491 (report_failed_demangle): New function.
492 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
493 handler-setting code, instead use segv_handler. Run warning code
494 on main thread.
495
496 2019-11-26 Tom Tromey <tom@tromey.com>
497
498 * run-on-main-thread.c: New file.
499 * run-on-main-thread.h: New file.
500 * unittests/main-thread-selftests.c: New file.
501 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
502 main-thread-selftests.c.
503 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
504 (COMMON_SFILES): Add run-on-main-thread.c.
505
506 2019-11-26 Tom Tromey <tom@tromey.com>
507
508 * main.c (setup_alternate_signal_stack): Remove.
509 (captured_main_1): Use gdb::alternate_signal_stack.
510 * gdbsupport/alt-stack.h: New file.
511
512 2019-11-26 Tom Tromey <tom@tromey.com>
513
514 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
515 Remove comment.
516 (save_original_signals_state, restore_original_signals_state): Use
517 gdb_sigmask.
518 * linux-nat.c (block_child_signals, restore_child_signals_mask)
519 (_initialize_linux_nat): Use gdb_sigmask.
520 * guile/guile.c (_initialize_guile): Use block_signals.
521 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
522 * gdbsupport/gdb-sigmask.h: New file.
523 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
524 * cp-support.c (gdb_demangle): Use gdb_sigmask.
525 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
526 pthread_sigmask.
527 * configure, config.in: Rebuild.
528 * gdbsupport/block-signals.h: New file.
529
530 2019-11-26 Tom Tromey <tom@tromey.com>
531
532 * acinclude.m4: Include ax_pthread.m4.
533 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
534 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
535 (CLIBS): Use PTHREAD_LIBS.
536 (aclocal_m4_deps): Add ax_pthread.m4.
537 * config.in, configure: Rebuild.
538 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
539
540 2019-11-26 Tom Tromey <tom@tromey.com>
541
542 * symtab.h (struct minimal_symbol) <name_set>: New member.
543 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
544 Don't call symbol_set_names.
545 (minimal_symbol_reader::install): Call symbol_set_names.
546
547 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
548
549 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
550 restore_active_ext_lang, as GIL is needed for (indirectly)
551 called PyOS_InterruptOccurred.
552
553 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
554
555 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
556 definition.
557
558 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
559
560 * remote-sim.c (simulator_command): Make static, remove
561 declaration.
562
563 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
564
565 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
566 static.
567 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
568 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
569 (main): Likewise.
570 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
571 (main): Likewise.
572 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
573 (main): Likewise.
574 * unittests/basic_string_view/element_access/char/1.cc (test01):
575 Likewise.
576 (main): Likewise.
577 * unittests/basic_string_view/element_access/char/empty.cc (main):
578 Likewise.
579 * unittests/basic_string_view/element_access/char/front_back.cc
580 (test01): Likewise.
581 (main): Likewise.
582 * unittests/basic_string_view/inserters/char/2.cc (test05):
583 Likewise.
584 (main): Likewise.
585 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
586 (test01): Likewise.
587 (main): Likewise.
588 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
589 (test01): Likewise.
590 (main): Likewise.
591 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
592 Likewise.
593 * unittests/basic_string_view/operations/compare/char/1.cc
594 (test01): Likewise.
595 (main): Likewise.
596 * unittests/basic_string_view/operations/compare/char/13650.cc
597 (test01): Likewise.
598 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
599 Likewise.
600 (main): Likewise.
601 * unittests/basic_string_view/operations/data/char/1.cc (test01):
602 Likewise.
603 (main): Likewise.
604 * unittests/basic_string_view/operations/find/char/1.cc (test01):
605 Likewise.
606 (main): Likewise.
607 * unittests/basic_string_view/operations/find/char/2.cc (test02):
608 Likewise.
609 (main): Likewise.
610 * unittests/basic_string_view/operations/find/char/3.cc (test03):
611 Likewise.
612 (main): Likewise.
613 * unittests/basic_string_view/operations/find/char/4.cc (main):
614 Likewise.
615 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
616 Likewise.
617 (main): Likewise.
618 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
619 Likewise.
620 (main): Likewise.
621 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
622 Likewise.
623 (main): Likewise.
624 * unittests/basic_string_view/operations/substr/char/1.cc
625 (test01): Likewise.
626 (main): Likewise.
627 * unittests/basic_string_view/operators/char/2.cc (main):
628 Likewise.
629 * unittests/optional/assignment/1.cc (test): Likewise.
630 * unittests/optional/assignment/2.cc (test): Likewise.
631 * unittests/optional/assignment/3.cc (test): Likewise.
632 * unittests/optional/assignment/4.cc (test): Likewise.
633 * unittests/optional/assignment/5.cc (test): Likewise.
634 * unittests/optional/assignment/6.cc (test): Likewise.
635 * unittests/optional/assignment/7.cc (test): Likewise.
636 * unittests/optional/cons/copy.cc (test): Likewise.
637 * unittests/optional/cons/default.cc (test): Likewise.
638 * unittests/optional/cons/move.cc (test): Likewise.
639 * unittests/optional/cons/value.cc (test): Likewise.
640 * unittests/optional/in_place.cc (test): Likewise.
641 * unittests/optional/observers/1.cc (test): Likewise.
642 * unittests/optional/observers/2.cc (test): Likewise.
643
644 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
645
646 * tui-win.h (tui_set_var_cmd): Remove.
647 * tui-win.c (tui_set_var_cmd): Make static.
648
649 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
650
651 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
652 rbreak_command_wrapper): Remove.
653 * symtab.c (rbreak_command_wrapper): Remove.
654
655 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
656
657 * inferior.h (info_terminal_command): Remove declaration.
658 * inflow.c (info_terminal_command): Make static.
659
660 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
661
662 * inferior.c (exit_inferior_silent): Remove.
663
664 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
665
666 * dictionary.c (dict_empty, mdict_empty): Remove.
667 * dictionary.c (mdict_empty): Remove.
668
669 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
670
671 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
672 (arc_insn_get_memory_offset): Likewise.
673 (arc_insn_dump): Likewise.
674 * cp-support.c (test_cp_symbol_name_matches): Likewise.
675 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
676 * dictionary.c (dict_iterator_next): Likewise.
677 (dict_iter_match_first): Likewise.
678 (dict_iter_match_next): Likewise.
679 * f-lang.c (evaluate_subexp_f): Likewise.
680 * hppa-tdep.c (hppa_read_pc): Likewise.
681 * i386-tdep.c (i386_floatformat_for_type): Likewise.
682 * parse.c (write_exp_elt_msym): Likewise.
683 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
684 * remote.c (remote_packet_size): Likewise.
685 (remote_notif_stop_parse): Likewise.
686 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
687 * s12z-tdep.c (s12z_disassemble_info): Likewise.
688 * source.c (prepare_path_for_appending): Likewise.
689 * sparc64-linux-tdep.c
690 (sparc64_linux_handle_segmentation_fault); Likewise.
691 * stack.c (frame_selection_by_function_completer): Likewise.
692
693 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
694
695 * completer.c (set_gdb_completion_word_break_characters):
696 Remove.
697
698 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
699
700 * dwarf-index-write.c: Include dwarf-index-write.h.
701 * mi/mi-interp.c: Include mi/mi-interp.h.
702
703 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
704
705 * aarch32-tdep.c: Include aarch32-tdep.h.
706 * aarch32-tdep.h: Forward-declare struct target_desc.
707
708 2019-11-26 Christian Biesinger <cbiesinger@google.com>
709
710 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
711 strerror.
712 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
713 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
714
715 2019-11-25 Tom de Vries <tdevries@suse.de>
716
717 * contrib/words.sh: Add -c option.
718
719 2019-11-25 Christian Biesinger <cbiesinger@google.com>
720
721 * solib.c (solib_find_1): Change int to bool.
722 (exec_file_find): Change int to bool.
723 (solib_find): Change int to bool.
724 (solib_read_symbols): Change int to bool.
725 (solib_used): Change int to bool.
726 (solib_add): Change int to bool.
727 (info_sharedlibrary_command): Change int to bool.
728 (solib_contains_address_p): Change int to bool.
729 (solib_keep_data_in_core): Change int to bool.
730 (in_solib_dynsym_resolve_code): Change int to bool.
731 (reload_shared_libraries_1): Change int to bool.
732 (gdb_sysroot_changed): Change int to bool.
733 * solib.h (solib_read_symbols): Change int to bool.
734 (solib_contains_address_p): Change int to bool.
735 (solib_keep_data_in_core): Change int to bool.
736 (in_solib_dynsym_resolve_code): Change int to bool.
737 (libpthread_name_p): Change int to bool.
738
739 2019-11-25 Luis Machado <luis.machado@linaro.org>
740
741 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
742 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
743 (remote_packet_max_chars): New static global.
744 (show_remote_packet_max_chars): New function.
745 (remote_target::putpkt_binary): Adjust to use new
746 remote_packet_max_chars option.
747 (remote_target::getpkt_or_notif_sane_1): Likewise.
748 (_initialize_remote): Register new remote-packet-max-chars option.
749
750 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
751
752 * m68k-linux-nat.c: Include gdbarch.h.
753
754 2019-11-24 Tom Tromey <tom@tromey.com>
755
756 * symfile.c (read_symbols): Update.
757 * psymtab.c (require_partial_symbols): Change type of "verbose" to
758 bool.
759 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
760 (psym_lookup_symbol, psym_find_last_source_symtab)
761 (psym_forget_cached_source_info, psym_print_stats)
762 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
763 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
764 (psym_map_matching_symbols, psym_expand_symtabs_matching)
765 (psym_find_compunit_symtab_by_address)
766 (maintenance_print_psymbols, maintenance_info_psymtabs)
767 (maintenance_check_psymtabs): Update.
768 * psymtab.h (require_partial_symbols): Change type of "verbose" to
769 bool.
770
771 2019-11-22 Tom Tromey <tom@tromey.com>
772
773 * observable.h: Update comments.
774
775 2019-11-22 Tom Tromey <tromey@adacore.com>
776
777 * ada-tasks.c (ada_task_is_alive): Make parameter const.
778 (print_ada_task_info): Don't try to fetch thread id if task is not
779 alive.
780
781 2019-11-22 Christian Biesinger <cbiesinger@google.com>
782
783 * ada-exp.y: Update.
784 * ada-lang.c (sort_choices): Update.
785 (ada_print_symbol_signature): Update.
786 (resolve_subexp): Update.
787 (ada_parse_renaming): Update.
788 (ada_read_renaming_var_value): Update.
789 (lesseq_defined_than): Update.
790 (remove_extra_symbols): Update.
791 (remove_irrelevant_renamings): Update.
792 (ada_add_block_symbols): Update.
793 (ada_collect_symbol_completion_matches): Update.
794 (ada_is_renaming_symbol): Update.
795 (aggregate_assign_from_choices): Update.
796 (ada_evaluate_subexp): Update.
797 (ada_has_this_exception_support): Update.
798 (ada_is_non_standard_exception_sym): Update.
799 (ada_add_exceptions_from_frame): Update.
800 (ada_add_global_exceptions): Update.
801 (ada_print_subexp): Update.
802 * ax-gdb.c (gen_var_ref): Update.
803 (gen_maybe_namespace_elt): Update.
804 (gen_expr_for_cast): Update.
805 (gen_expr): Update.
806 * block.h: Update.
807 * blockframe.c (find_pc_partial_function): Update.
808 * breakpoint.c (print_breakpoint_location): Update.
809 (update_static_tracepoint): Update.
810 * btrace.c (ftrace_print_function_name): Update.
811 (ftrace_function_switched): Update.
812 * buildsym.c (find_symbol_in_list): Update.
813 * c-exp.y: Update.
814 * c-typeprint.c (c_print_typedef): Update.
815 (c_type_print_template_args): Update.
816 * cli/cli-cmds.c (edit_command): Update.
817 (list_command): Update.
818 (print_sal_location): Update.
819 * coffread.c (patch_opaque_types): Update.
820 (process_coff_symbol): Update.
821 (coff_read_enum_type): Update.
822 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
823 (convert_one_symbol): Update.
824 (hash_symname): Update.
825 (eq_symname): Update.
826 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
827 * compile/compile-cplus-types.c (debug_print_scope): Update.
828 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
829 * compile/compile-object-load.c (get_out_value_type): Update.
830 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
831 (search_symbol_list): Update.
832 (cp_lookup_symbol_imports_or_template): Update.
833 * cp-support.c (overload_list_add_symbol): Update.
834 * ctfread.c (psymtab_to_symtab): Update.
835 * dbxread.c (cp_set_block_scope): Update.
836 * dictionary.c (iter_match_first_hashed): Update.
837 (iter_match_next_hashed): Update.
838 (insert_symbol_hashed): Update.
839 (iter_match_next_linear): Update.
840 * dictionary.h: Update.
841 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
842 (locexpr_describe_location_piece): Update.
843 (locexpr_describe_location_1): Update.
844 (locexpr_generate_c_location): Update.
845 (loclist_describe_location): Update.
846 (loclist_generate_c_location): Update.
847 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
848 (read_func_scope): Update.
849 (process_enumeration_scope): Update.
850 (new_symbol): Update.
851 (dwarf2_const_value): Update.
852 (dwarf2_symbol_mark_computed): Update.
853 * eval.c (evaluate_funcall): Update.
854 (evaluate_subexp_standard): Update.
855 * expprint.c (print_subexp_standard): Update.
856 (dump_subexp_body_standard): Update.
857 * f-valprint.c (info_common_command_for_block): Update.
858 * findvar.c (get_hosting_frame): Update.
859 (default_read_var_value): Update.
860 * go-lang.c (go_symbol_package_name): Update.
861 * guile/scm-block.c (bkscm_print_block_smob): Update.
862 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
863 (gdbscm_symbol_name): Update.
864 (gdbscm_symbol_linkage_name): Update.
865 (gdbscm_symbol_print_name): Update.
866 * infcall.c (get_function_name): Update.
867 * infcmd.c (jump_command): Update.
868 (finish_command): Update.
869 * infrun.c (insert_exception_resume_breakpoint): Update.
870 * linespec.c (canonicalize_linespec): Update.
871 (create_sals_line_offset): Update.
872 (convert_linespec_to_sals): Update.
873 (complete_label): Update.
874 (find_label_symbols_in_block): Update.
875 * m2-typeprint.c (m2_print_typedef): Update.
876 * mdebugread.c (mdebug_reg_to_regnum): Update.
877 (parse_symbol): Update.
878 (mylookup_symbol): Update.
879 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
880 (list_args_or_locals): Update.
881 * objc-lang.c (compare_selectors): Update.
882 (info_selectors_command): Update.
883 (compare_classes): Update.
884 (info_classes_command): Update.
885 (find_imps): Update.
886 * p-typeprint.c (pascal_print_typedef): Update.
887 * printcmd.c (build_address_symbolic): Update.
888 (info_address_command): Update.
889 (print_variable_and_value): Update.
890 * python/py-framefilter.c (extract_sym): Update.
891 (py_print_single_arg): Update.
892 * python/py-symbol.c (sympy_str): Update.
893 (sympy_get_name): Update.
894 (sympy_get_linkage_name): Update.
895 * python/python.c (gdbpy_rbreak): Update.
896 * record-btrace.c (btrace_get_bfun_name): Update.
897 (btrace_call_history): Update.
898 * rust-lang.c (rust_print_typedef): Update.
899 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
900 * stabsread.c (stab_reg_to_regnum): Update.
901 (define_symbol): Update.
902 (read_enum_type): Update.
903 (common_block_end): Update.
904 (cleanup_undefined_types_1): Update.
905 (scan_file_globals): Update.
906 * stack.c (print_frame_arg): Update.
907 (print_frame_args): Update.
908 (find_frame_funname): Update.
909 (info_frame_command_core): Update.
910 (iterate_over_block_locals): Update.
911 (print_block_frame_labels): Update.
912 (do_print_variable_and_value): Update.
913 (iterate_over_block_arg_vars): Update.
914 (return_command): Update.
915 * symmisc.c (dump_symtab_1): Update.
916 (print_symbol): Update.
917 * symtab.c (eq_symbol_entry): Update.
918 (symbol_cache_dump): Update.
919 (lookup_language_this): Update.
920 (find_pc_sect_line): Update.
921 (skip_prologue_sal): Update.
922 (symbol_search::compare_search_syms): Update.
923 (treg_matches_sym_type_name): Update.
924 (search_symbols): Update.
925 (print_symbol_info): Update.
926 (rbreak_command): Update.
927 (completion_list_add_symbol): Update.
928 (find_gnu_ifunc): Update.
929 (get_symbol_address): Update.
930 (search_module_symbols): Update.
931 (info_module_subcommand): Update.
932 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
933 (SYMBOL_LINKAGE_NAME): Remove.
934 (SYMBOL_DEMANGLED_NAME): Remove.
935 (SYMBOL_PRINT_NAME): Remove.
936 (SYMBOL_SEARCH_NAME): Remove.
937 * tracepoint.c (set_traceframe_context): Update.
938 (validate_actionline): Update.
939 (collection_list::collect_symbol): Update.
940 (encode_actions_1): Update.
941 (info_scope_command): Update.
942 (print_one_static_tracepoint_marker): Update.
943 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
944 * valops.c (address_of_variable): Update.
945 (find_overload_match): Update.
946 (find_oload_champ): Update.
947
948 2019-11-22 Christian Biesinger <cbiesinger@google.com>
949
950 * ada-lang.c (ada_lookup_simple_minsym): Update.
951 (ada_collect_symbol_completion_matches): Update.
952 * ada-tasks.c (read_atcb): Update.
953 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
954 (amd64_windows_skip_trampoline_code): Update.
955 * arm-tdep.c (skip_prologue_function): Update.
956 (arm_skip_stack_protector): Update.
957 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
958 (arm_wince_skip_main_prologue): Update.
959 * ax-gdb.c (gen_expr): Update.
960 * block.c (call_site_for_pc): Update.
961 * blockframe.c (find_pc_partial_function): Update.
962 * breakpoint.c (set_breakpoint_location_function): Update.
963 * btrace.c (ftrace_print_function_name): Update.
964 (ftrace_function_switched): Update.
965 * c-valprint.c (print_unpacked_pointer): Update.
966 * coffread.c (coff_symfile_read): Update.
967 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
968 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
969 * dwarf-index-write.c (write_psymbols): Update.
970 * dwarf2loc.c (call_site_to_target_addr): Update.
971 (func_verify_no_selftailcall): Update.
972 (tailcall_dump): Update.
973 (call_site_find_chain_1): Update.
974 (dwarf_expr_reg_to_entry_parameter): Update.
975 * elfread.c (elf_gnu_ifunc_record_cache): Update.
976 * eval.c (evaluate_funcall): Update.
977 (evaluate_subexp_standard): Update.
978 (evaluate_subexp_for_sizeof): Update.
979 * expprint.c (print_subexp_standard): Update.
980 (dump_subexp_body_standard): Update.
981 * frame.c (get_prev_frame_always_1): Update.
982 * frv-tdep.c (frv_skip_main_prologue): Update.
983 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
984 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
985 (gnuv3_get_typename_from_type_info): Update.
986 (gnuv3_skip_trampoline): Update.
987 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
988 * i386-tdep.c (i386_skip_main_prologue): Update.
989 (i386_pe_skip_trampoline_code): Update.
990 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
991 * infcall.c (get_function_name): Update.
992 * linespec.c (minsym_found): Update.
993 * linux-fork.c (info_checkpoints_command): Update.
994 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
995 (m32c_m16c_pointer_to_address): Update.
996 * maint.c (maintenance_translate_address): Update.
997 * minsyms.c (add_minsym_to_hash_table): Update.
998 (add_minsym_to_demangled_hash_table): Update.
999 (lookup_minimal_symbol_mangled): Update.
1000 (lookup_minimal_symbol_demangled): Update.
1001 (lookup_minimal_symbol_linkage): Update.
1002 (lookup_minimal_symbol_text): Update.
1003 (lookup_minimal_symbol_by_pc_name): Update.
1004 (minimal_symbol_is_less_than): Update.
1005 (compact_minimal_symbols): Update.
1006 (build_minimal_symbol_hash_tables): Update.
1007 (find_solib_trampoline_target): Update.
1008 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1009 (mips_skip_pic_trampoline_code): Update.
1010 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1011 * objc-lang.c (info_selectors_command): Update.
1012 (info_classes_command): Update.
1013 (find_methods): Update.
1014 (find_imps): Update.
1015 * p-valprint.c (pascal_val_print): Update.
1016 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1017 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1018 * printcmd.c (build_address_symbolic): Update.
1019 (info_symbol_command): Update.
1020 * psymtab.c (psymbol_name_matches): Update.
1021 (match_partial_symbol): Update.
1022 (lookup_partial_symbol): Update.
1023 (print_partial_symbols): Update.
1024 (sort_pst_symbols): Update.
1025 (maintenance_check_psymtabs): Update.
1026 * python/py-framefilter.c (py_print_frame): Update.
1027 * python/python.c (gdbpy_rbreak): Update.
1028 * record-btrace.c (btrace_get_bfun_name): Update.
1029 (btrace_call_history): Update.
1030 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1031 (rs6000_skip_trampoline_code): Update.
1032 * sol-thread.c (info_cb): Update.
1033 * stabsread.c (scan_file_globals): Update.
1034 * stack.c (find_frame_funname): Update.
1035 (info_frame_command_core): Update.
1036 * symmisc.c (dump_msymbols): Update.
1037 * symtab.c (symbol_natural_name): Rename to..,
1038 (general_symbol_info::natural_name): ...this.
1039 (symbol_demangled_name): Rename to...
1040 (general_symbol_info::demangled_name): ...this.
1041 (symbol_search_name): Rename to...
1042 (general_symbol_info::search_name): ...this.
1043 (symbol_matches_search_name): Update.
1044 (find_pc_sect_line): Update.
1045 (skip_prologue_sal): Update.
1046 (search_symbols): Update.
1047 (print_msymbol_info): Update.
1048 (rbreak_command): Update.
1049 (completion_list_add_msymbol): Update.
1050 (completion_list_objc_symbol): Update.
1051 (get_msymbol_address): Update.
1052 * symtab.h (struct general_symbol_info): Add member functions
1053 natural_name (), linkage_name (), print_name (), demangled_name (),
1054 and search_name ().
1055 (SYMBOL_NATURAL_NAME): Update.
1056 (symbol_natural_name): Move to a member function on general_symbol_info.
1057 (SYMBOL_DEMANGLED_NAME): Update.
1058 (symbol_demangled_name): Move to a member function on
1059 general_symbol_info.
1060 (SYMBOL_SEARCH_NAME): Update.
1061 (symbol_search_name): Move to a member function on general_symbol_info.
1062 (MSYMBOL_NATURAL_NAME): Remove.
1063 (MSYMBOL_LINKAGE_NAME): Remove.
1064 (MSYMBOL_PRINT_NAME): Remove.
1065 (MSYMBOL_DEMANGLED_NAME): Remove.
1066 (MSYMBOL_SEARCH_NAME): Remove.
1067 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1068
1069 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1070
1071 * symtab.c (create_demangled_names_hash): Use per_bfd->
1072 minimal_symbol_count for computing the initial size, if greater
1073 than our default size.
1074
1075 2019-11-22 Tom de Vries <tdevries@suse.de>
1076
1077 * contrib/words.sh: Improve words extraction.
1078
1079 2019-11-22 Tom de Vries <tdevries@suse.de>
1080
1081 * contrib/words.sh: Combine sed invocations.
1082
1083 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1084
1085 * Makefile.in: Update.
1086 * demangle.c: Rename to...
1087 * gdb-demangle.c: ..this.
1088 (is_cplus_marker): Change return type to bool.
1089 (_initialize_demangler): Rename to...
1090 (_initialize_gdb_demangle): ...this.
1091 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1092 * symtab.h (demangle): Remove declaration; instead include
1093 gdb-demangle.h.
1094
1095 2019-11-21 Tom Tromey <tromey@adacore.com>
1096
1097 * gdbsupport/format.c (format_pieces): Parse %I64d.
1098 * unittests/format_pieces-selftests.c (test_windows_formats): New
1099 function.
1100 (run_tests): Call it.
1101
1102 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1103
1104 Byte reverse display of variables with DW_END_big, DW_END_little
1105 (DW_AT_endianity) dwarf attributes if different than the native
1106 byte order.
1107 * ada-lang.c (ada_value_binop):
1108 Use type_byte_order instead of gdbarch_byte_order.
1109 * ada-valprint.c (printstr):
1110 (ada_val_print_string):
1111 * ada-lang.c (value_pointer):
1112 (ada_value_binop):
1113 Use type_byte_order instead of gdbarch_byte_order.
1114 * c-lang.c (c_get_string):
1115 Use type_byte_order instead of gdbarch_byte_order.
1116 * c-valprint.c (c_val_print_array):
1117 Use type_byte_order instead of gdbarch_byte_order.
1118 * cp-valprint.c (cp_print_class_member):
1119 Use type_byte_order instead of gdbarch_byte_order.
1120 * dwarf2loc.c (rw_pieced_value):
1121 Use type_byte_order instead of gdbarch_byte_order.
1122 * dwarf2read.c (read_base_type): Handle DW_END_big,
1123 DW_END_little
1124 * f-lang.c (f_get_encoding):
1125 Use type_byte_order instead of gdbarch_byte_order.
1126 * findvar.c (default_read_var_value):
1127 Use type_byte_order instead of gdbarch_byte_order.
1128 * gdbtypes.c (check_types_equal):
1129 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1130 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1131 and TYPE_ENDIANITY_LITTLE if set.
1132 (type_byte_order): new function.
1133 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1134 (struct main_type) <flag_endianity_not_default>:
1135 New field.
1136 (type_byte_order): New function.
1137 * infcmd.c (default_print_one_register_info):
1138 Use type_byte_order instead of gdbarch_byte_order.
1139 * p-lang.c (pascal_printstr):
1140 Use type_byte_order instead of gdbarch_byte_order.
1141 * p-valprint.c (pascal_val_print):
1142 Use type_byte_order instead of gdbarch_byte_order.
1143 * printcmd.c (print_scalar_formatted):
1144 Use type_byte_order instead of gdbarch_byte_order.
1145 * solib-darwin.c (darwin_current_sos):
1146 Use type_byte_order instead of gdbarch_byte_order.
1147 * solib-svr4.c (solib_svr4_r_ldsomap):
1148 Use type_byte_order instead of gdbarch_byte_order.
1149 * stap-probe.c (stap_modify_semaphore):
1150 Use type_byte_order instead of gdbarch_byte_order.
1151 * target-float.c (target_float_same_format_p):
1152 Use type_byte_order instead of gdbarch_byte_order.
1153 * valarith.c (scalar_binop):
1154 (value_bit_index):
1155 Use type_byte_order instead of gdbarch_byte_order.
1156 * valops.c (value_cast):
1157 Use type_byte_order instead of gdbarch_byte_order.
1158 * valprint.c (generic_emit_char):
1159 (generic_printstr):
1160 (val_print_string):
1161 Use type_byte_order instead of gdbarch_byte_order.
1162 * value.c (unpack_long):
1163 (unpack_bits_as_long):
1164 (unpack_value_bitfield):
1165 (modify_field):
1166 (pack_long):
1167 (pack_unsigned_long):
1168 Use type_byte_order instead of gdbarch_byte_order.
1169 * findvar.c (unsigned_pointer_to_address):
1170 (signed_pointer_to_address):
1171 (unsigned_address_to_pointer):
1172 (address_to_signed_pointer):
1173 (default_read_var_value):
1174 (default_value_from_register):
1175 Use type_byte_order instead of gdbarch_byte_order.
1176 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1177 Use type_byte_order instead of gdbarch_byte_order.
1178 * riscv-tdep.c (riscv_print_one_register_info):
1179 Use type_byte_order instead of gdbarch_byte_order.
1180
1181 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1182
1183 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1184 (current_ui_gdb_stdin_ptr): Likewise.
1185 (current_ui_gdb_stderr_ptr): Likewise.
1186 (current_ui_gdb_stdlog_ptr): Likewise.
1187 (current_ui_current_uiout_ptr): Likewise.
1188 (gen_ret_current_ui_field_ptr): Remove.
1189
1190 2019-11-21 Tom de Vries <tdevries@suse.de>
1191
1192 PR gdb/24956
1193 * cli/cli-script.c (execute_control_command): Only switch to
1194 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1195
1196 2019-11-19 Tom Tromey <tom@tromey.com>
1197
1198 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1199 Now static. Change type of "name".
1200 (tui_set_win_height_command): Don't copy "arg".
1201 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1202 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1203
1204 2019-11-19 Ali Tamur <tamur@google.com>
1205
1206 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1207 "if (attr != nullptr)".
1208 (dwarf2_find_base_address): Likewise.
1209 (dwarf2_build_include_psymtabs): Likewise.
1210 (read_cutu_die_from_dwo): Likewise.
1211 (read_func_scope): Likewise.
1212 (read_call_site_scope): Likewise.
1213 (dwarf2_get_pc_bounds): Likewise.
1214 (dwarf2_record_block_ranges): Likewise.
1215 (dwarf2_add_field): Likewise.
1216 (dwarf2_add_member_fn): Likewise.
1217 (read_structure_type): Likewise.
1218 (read_enumeration_type): Likewise.
1219 (read_array_type): Likewise.
1220 (read_array_order): Likewise.
1221 (read_set_type): Likewise.
1222 (read_common_block): Likewise.
1223 (read_tag_reference_type): Likewise.
1224 (read_tag_string_type): Likewise.
1225 (read_subroutine_type): Likewise.
1226 (read_base_type): Likewise.
1227 (read_subrange_type): Likewise.
1228 (new_symbol): Likewise.
1229 (prepare_one_comp_unit): Likewise.
1230
1231 2019-11-19 Tom Tromey <tromey@adacore.com>
1232
1233 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1234 result in error when DebugActiveProcess fails.
1235
1236 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1237 Pedro Alves <palves@redhat.com>
1238
1239 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1240 * target.c (target_stack::push): Call 'unpush' if there's a
1241 target on top of the stack.
1242
1243 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1244
1245 * python/py-block.c (blpy_dealloc): Call tp_free.
1246 (blpy_block_syms_dealloc): Likewise.
1247 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1248 * python/py-inferior.c (infpy_dealloc): Likewise.
1249 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1250 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1251 * python/py-symbol.c (sympy_dealloc): Likewise.
1252 * python/py-symtab.c (stpy_dealloc): Likewise.
1253 * python/py-type.c (typy_iterator_dealloc): Likewise.
1254
1255 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1256
1257 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1258 constructor instead of using a class initializer.
1259
1260 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1261
1262 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1263 * configure: Regenerate.
1264 * configure.ac: Don't source common.host.
1265 * gdbsupport/common.host: Remove.
1266 * gdbsupport/mingw-strerror.c: Remove.
1267 * gdbsupport/posix-strerror.c: Rename to...
1268 * gdbsupport/safe-strerror.c: ...this.
1269
1270 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1271
1272 * maint.c (scoped_command_stats::print_time): Use localtime_r
1273 instead of localtime (provided through gnulib if necessary).
1274 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1275 of ctime.
1276
1277 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1278
1279 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1280 avoid compile errors.
1281
1282 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1283
1284 * config.in: Regenerate.
1285 * configure: Regenerate.
1286 * gdbsupport/common.m4: No longer check for strerror_r.
1287 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1288 POSIX version of strerror_r, now that gnulib provides it if
1289 necessary.
1290
1291 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1292
1293 * README (`configure' options): Update.
1294
1295 2019-11-14 Tom Tromey <tromey@adacore.com>
1296
1297 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1298 expected type for the RHS if the LHS is a convenience variable.
1299
1300 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1301
1302 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1303 Provide explicit default and copy constructor.
1304
1305 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1306
1307 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1308 only call Py_INCREF (newbp) in the bppy_pending_object case.
1309
1310 2019-11-13 Tom Tromey <tromey@adacore.com>
1311
1312 PR build/25182:
1313 * psympriv.h (partial_symbol): Remove static assert.
1314 * symtab.h (general_symbol_info, symbol): Remove static assert.
1315
1316 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdbsupport/format.c (format_pieces::format_pieces): Support
1319 printf 'z' size modifier.
1320 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1321 * printcmd.c (ui_printf): Handle size_t_arg.
1322 * ui-out.c (ui_out::vmessage): Likewise.
1323 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1324 function.
1325 (run_tests): Call test_format_int_sizes.
1326
1327 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1328
1329 * ada-exp.y (write_ambiguous_var): Update.
1330 * buildsym.c (add_symbol_to_list): Update.
1331 * dwarf2read.c (read_variable): Update.
1332 (new_symbol): Update.
1333 * jit.c (finalize_symtab): Update.
1334 * language.c (language_alloc_type_symbol): Update.
1335 * symtab.c (fixup_symbol_section): Update.
1336 (initialize_objfile_symbol_1): Move code to...
1337 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1338 (allocate_symbol): Update.
1339 (allocate_template_symbol): Update.
1340 (get_symbol_address): Update.
1341 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1342 of having as a field, and add a constructor.
1343 (SYMBOL_VALUE): Update.
1344 (SYMBOL_VALUE_ADDRESS): Update.
1345 (SET_SYMBOL_VALUE_ADDRESS): Update.
1346 (SYMBOL_VALUE_BYTES): Update.
1347 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1348 (SYMBOL_BLOCK_VALUE): Update.
1349 (SYMBOL_VALUE_CHAIN): Update.
1350 (SYMBOL_LANGUAGE): Update.
1351 (SYMBOL_SECTION): Update.
1352 (SYMBOL_OBJ_SECTION): Update.
1353 (SYMBOL_SET_LANGUAGE): Update.
1354 (SYMBOL_SET_LINKAGE_NAME): Update.
1355 (SYMBOL_SET_NAMES): Update.
1356 (SYMBOL_NATURAL_NAME): Update.
1357 (SYMBOL_LINKAGE_NAME): Update.
1358 (SYMBOL_DEMANGLED_NAME): Update.
1359 (SYMBOL_SEARCH_NAME): Update.
1360 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1361 (struct symbol): Update.
1362 (struct template_symbol): Update.
1363 (struct rust_vtable_symbol): Update.
1364 * xcoffread.c (SYMBOL_DUP): Update.
1365
1366 2019-11-12 Tom Tromey <tom@tromey.com>
1367
1368 * tui/tui-layout.c (show_layout): Set current_layout.
1369 (show_source_disasm_command, show_data)
1370 (show_source_or_disasm_and_command): Don't set current_layout.
1371
1372 2019-11-12 Tom Tromey <tom@tromey.com>
1373
1374 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1375
1376 2019-11-12 Tom Tromey <tom@tromey.com>
1377
1378 * tui/tui-win.c (resize_message): New global.
1379 (show_tui_resize_message): New function.
1380 (tui_async_resize_screen): Print message if requested.
1381 (_initialize_tui_win): Add tui-resize-message setting.
1382 * NEWS: Add entry for new commands.
1383
1384 2019-11-11 Tom Tromey <tom@tromey.com>
1385
1386 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1387 functions.
1388
1389 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1390
1391 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1392
1393 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1396 function.
1397 * python/python-internal.h (gdbpy_lookup_static_symbols):
1398 Declare new function.
1399 * python/python.c (python_GdbMethods): Add
1400 gdb.lookup_static_symbols method.
1401 * NEWS: Mention gdb.lookup_static_symbols.
1402
1403 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1406 static block of current object file first. Also fix typo in
1407 header comment.
1408
1409 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1410
1411 * stack.c (set_last_displayed_sal): Delete.
1412 (last_displayed_sal_valid): Delete.
1413 (last_displayed_pspace): Delete.
1414 (last_displayed_addr): Delete.
1415 (last_displayed_symtab): Delete.
1416 (last_displayed_line): Delete.
1417 (class last_displayed_symtab_info_type): New.
1418 (last_displayed_symtab_info): New static global variable.
1419 (print_frame_info): Call methods on last_displayed_symtab_info.
1420 (clear_last_displayed_sal): Update header comment, and make use of
1421 last_displayed_symtab_info.
1422 (last_displayed_sal_is_valid): Likewise.
1423 (get_last_displayed_pspace): Likewise.
1424 (get_last_displayed_addr): Likewise.
1425 (get_last_displayed_symtab): Likewise.
1426 (get_last_displayed_line): Likewise.
1427 (get_last_displayed_sal): Likewise.
1428 * stack.h (clear_last_displayed_sal): Update header comment.
1429 (last_displayed_sal_is_valid): Likewise.
1430 (get_last_displayed_pspace): Likewise.
1431 (get_last_displayed_addr): Likewise.
1432 (get_last_displayed_symtab): Likewise.
1433 (get_last_displayed_line): Likewise.
1434 (get_last_displayed_sal): Likewise.
1435
1436 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * stack.c (frame_show_address): Convert return type to bool.
1439 * stack.h (frame_show_address): Likewise, and update header
1440 comment.
1441
1442 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1445 * unittests/vec-utils-selftests.c: New file.
1446 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1447
1448 2019-11-10 Tom Tromey <tom@tromey.com>
1449
1450 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1451 (tui_highlight_win): Likewise.
1452 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1453 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1454 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1455 Don't set can_highlight.
1456
1457 2019-11-10 Tom Tromey <tom@tromey.com>
1458
1459 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1460 Remove unused declaration.
1461
1462 2019-11-08 Tom Tromey <tromey@adacore.com>
1463
1464 * top.c (read_command_file): Update.
1465 (command_line_input): Make return type const.
1466 * python/py-gdb-readline.c: Update.
1467 * linespec.c (decode_line_2): Update.
1468 * defs.h (command_line_input): Make return type const.
1469 * cli/cli-script.c (read_next_line): Make return type const.
1470 * ada-lang.c (get_selections): Update.
1471
1472 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1473
1474 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1475 * mi/mi-main.c (output_cores): Likewise.
1476 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1477 (linux_xfer_osdata_modules): Likewise.
1478 * remote.c (register_remote_support_xml): Likewise.
1479 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1480 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1481
1482 2019-11-06 Tom Tromey <tom@tromey.com>
1483
1484 * tui/tui-interp.c: Don't include readline.h.
1485 * tui/tui-hooks.c: Don't include readline.h.
1486 * symmisc.c: Include tilde.h, not readline.h.
1487 * symfile.c: Include tilde.h, not readline.h.
1488 * source.c: Include tilde.h, not readline.h.
1489 * solib.c: Include tilde.h, not readline.h.
1490 * psymtab.c: Include tilde.h, not readline.h.
1491 * exec.c: Include tilde.h, not readline.h.
1492 * corelow.c: Include tilde.h, not readline.h.
1493 * cli/cli-dump.c: Include tilde.h, not readline.h.
1494 * cli/cli-cmds.c: Don't include readline.h.
1495
1496 2019-11-05 Tom Tromey <tom@tromey.com>
1497
1498 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1499 (tui_disassemble): Set addr_size.
1500 (tui_disasm_window::set_contents): Use addr_size.
1501
1502 2019-11-05 Tom Tromey <tom@tromey.com>
1503
1504 * rust-lang.c (rust_language_defn): Update.
1505 * python/py-value.c (valpy_string): Call c_get_string.
1506 * p-lang.c (pascal_language_defn): Update.
1507 * opencl-lang.c (opencl_language_defn): Update.
1508 * objc-lang.c (objc_language_defn): Update.
1509 * m2-lang.c (m2_language_defn): Update.
1510 * language.c (unknown_language_defn, auto_language_defn): Update.
1511 (default_get_string): Remove.
1512 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1513 * go-lang.c (go_language_defn): Update.
1514 * f-lang.c (f_language_defn): Update.
1515 * d-lang.c (d_language_defn): Update.
1516 * c-lang.c (c_language_defn, cplus_language_defn)
1517 (asm_language_defn, minimal_language_defn): Update.
1518 * ada-lang.c (ada_language_defn): Update.
1519 * language.h (struct language_defn) <la_get_string>: Remove.
1520 (LA_GET_STRING): Remove.
1521 (default_get_string): Don't declare.
1522
1523 2019-11-05 Tom Tromey <tom@tromey.com>
1524
1525 * tui/tui-source.h (struct tui_source_window): Inline
1526 constructor. Remove destructor.
1527 <style_changed, m_observable>: Move to superclass.
1528 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1529 (struct tui_source_window_base): Move private members to end.
1530 <style_changed, m_observable>: Move from tui_source_window.
1531 * tui/tui-winsource.c (tui_copy_source_line): Move from
1532 tui-source.c. Rename from copy_source_line. Add special handling
1533 for negative line number.
1534 (tui_source_window_base::style_changed): Move from
1535 tui_source_window.
1536 (tui_source_window_base): Register observer.
1537 (~tui_source_window_base): New.
1538 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1539 rename.
1540 (tui_source_window::set_contents): Use tui_copy_source_line.
1541 (tui_source_window::tui_source_window): Move to tui-source.h.
1542 (tui_source_window::~tui_source_window): Remove.
1543 (tui_source_window::style_changed): Move to superclass.
1544 * tui/tui-disasm.c (tui_disassemble): Create string file with
1545 styling, when possible. Add "addr_size" parameter.
1546 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1547 Don't compute maximum size.
1548 (len_without_escapes): New function
1549
1550 2019-11-05 Tom Tromey <tom@tromey.com>
1551
1552 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1553 std::string.
1554 * tui/tui-winsource.c (tui_show_source_line): Update.
1555 * tui/tui-source.c (tui_source_window::set_contents): Update.
1556 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1557
1558 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1559
1560 * symtab.h (gdb_static_assert): Put && operator at the beginning
1561 of the line instead of the end.
1562
1563 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1564
1565 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1566 and sizeof (symbol).
1567 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1568
1569 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1570
1571 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1572 * configure.host: Mark *-*-solaris2.10* obsolete.
1573 * configure.tgt: Mark Solaris < 11 obsolete.
1574 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1575 Update target triplet.
1576
1577 2019-11-01 Tom Tromey <tromey@adacore.com>
1578
1579 * utils.c (print_sys_errmsg): Simplify.
1580
1581 2019-11-01 Tom Tromey <tromey@adacore.com>
1582
1583 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1584
1585 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1586
1587 * configure: Regenerate.
1588 * configure.ac: Remove check for strerror_r.
1589 * gdbsupport/common.m4: Check for strerror_r.
1590
1591 2019-11-01 Luis Machado <luis.machado@linaro.org>
1592
1593 PR gdb/25124
1594
1595 * arm-tdep.c (arm_per_objfile): Rename to ...
1596 (arm_per_bfd): ... this.
1597 (arm_objfile_data_key): Rename to ...
1598 (arm_bfd_data_key): ... this.
1599 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1600 data.
1601 (arm_record_special_symbol): Likewise.
1602
1603 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1606 end.
1607 * c-typeprint.c (c_print_typedef): Likewise.
1608 * f-typeprint.c (f_print_typedef): Likewise.
1609 * m2-typeprint.c (m2_print_typedef): Likewise.
1610 * p-typeprint.c (pascal_print_typedef): Likewise.
1611 * rust-lang.c (rust_print_typedef): Likewise.
1612 * symtab.c (print_symbol_info): Print a newline after calling
1613 typedef_print.
1614
1615 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * symtab.c (info_module_cmdlist): New variable.
1618 (info_module_command): New function.
1619 (search_module_symbols): New function.
1620 (info_module_subcommand): New function.
1621 (struct info_modules_var_func_options): New struct.
1622 (info_modules_var_func_options_defs): New variable.
1623 (make_info_modules_var_func_options_def_group): New function.
1624 (info_module_functions_command): New function.
1625 (info_module_variables_command): New function.
1626 (info_module_var_func_command_completer): New function.
1627 (_initialize_symtab): Register new 'info module functions' and
1628 'info module variables' commands.
1629 * symtab.h (typedef symbol_search_in_module): New typedef.
1630 (search_module_symbols): Declare new function.
1631 * NEWS: Mention new commands.
1632
1633 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1636 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1637 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1638 MODULES_DOMAIN.
1639 (scan_partial_symbols): Only create partial module symbols for non
1640 declarations.
1641 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1642 and MODULES_DOMAIN.
1643 * symtab.c (search_domain_name): Likewise.
1644 (search_symbols): Likewise.
1645 (print_symbol_info): Likewise.
1646 (symtab_symbol_info): Likewise.
1647 (info_modules_command): New function.
1648 (_initialize_symtab): Register 'info modules' command.
1649 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1650 * NEWS: Mention new 'info modules' command.
1651
1652 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1653
1654 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1655 and $_gdb_maint_setting_str.
1656
1657 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1658
1659 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1660 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1661 (str_value_from_setting, gdb_setting_str_internal_fn)
1662 (gdb_maint_setting_str_internal_fn): New functions.
1663 (_initialize_cli_cmds): Define the new convenience functions.
1664 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1665 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1666
1667 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1668
1669 * agent.c (set_can_use_agent): When the setting is turned on,
1670 look up agent symbols if we don't have them yet.
1671 (agent_new_objfile): Don't look up agent symbols when the agent
1672 setting is off.
1673
1674 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1675
1676 * config.in: Regenerate.
1677
1678 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1679
1680 * configure: Regenerate.
1681 * configure.ac: Check for strerror_r.
1682 * gdbsupport/common-utils.h (safe_strerror): Change return value
1683 to const char * and document that this function is now threadsafe.
1684 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1685 thread_local and call strerror_r, if available.
1686 * utils.c (perror_string): Update.
1687 (print_sys_errmsg): Update.
1688
1689 2019-10-31 Luis Machado <luis.machado@linaro.org>
1690
1691 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1692 objfile_key.
1693 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1694 objfile to fetch per-bfd data.
1695 (arm_find_exidx_entry): Likewise.
1696
1697 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1698
1699 * gdbsupport/agent.c (debug_agent): Change type to bool.
1700 (use_agent): Likewise.
1701 (all_agent_symbols_look_up): Likewise.
1702 (agent_loaded_p): Change return value to bool.
1703 (agent_look_up_symbols): Update.
1704 (agent_capability_check): Change return value to bool.
1705 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1706 (debug_agent): Change type to bool.
1707 (use_agent): Likewise.
1708 (agent_capability_check): Change return value to bool.
1709
1710 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1711
1712 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1713 (build_minimal_symbol_hash_tables): Code to clear the table moved
1714 to clear_minimal_symbol_hash_tables.
1715 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1716 when needed.
1717
1718 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1719
1720 * infcmd.c: Remove includes.
1721 * infrun.c: Remove includes.
1722
1723 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1724
1725 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1726 (grow_vect): Remove declaration.
1727 (ada_type_of_array): Remove declaration.
1728 (ada_update_initial_language): Remove declaration.
1729 (ada_fold_name): Remove declaration.
1730 (ada_fill_in_ada_prototype): Remove declaration.
1731 (user_select_syms): Remove declaration.
1732 (get_selections): Remove declaration.
1733 (ada_tag_type): Remove declaration.
1734 (ada_value_tag): Remove declaration.
1735 (ada_is_others_clause): Remove declaration.
1736 (ada_in_variant): Remove declaration.
1737 (ada_value_struct_elt): Remove declaration.
1738 (ada_attribute_name): Remove declaration.
1739 (ada_system_address_type): Remove declaration.
1740 * ada-lang.c (ada_watch_location_expression): Make static.
1741 (GROW_VECT): Move here from ada-lang.h.
1742 (grow_vect): Make static.
1743 (ada_update_initial_language): Make static.
1744 (ada_fold_name): Make static.
1745 (ada_type_of_array): Make static.
1746 (encoded_ordered_before): Move up.
1747 (sort_choices): Move up.
1748 (print_signatures): Move up.
1749 (ada_print_symbol_signature): Move up.
1750 (get_selections): Move up and make static.
1751 (user_select_syms): Move up and make static.
1752 (ada_value_struct_elt): Move up and make static.
1753 (ada_tag_type): Make static.
1754 (ada_value_tag): Make static.
1755 (ada_is_others_clause): Make static.
1756 (ada_in_variant): Make static.
1757 (ada_attribute_name): Make static.
1758
1759 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1760
1761 * ada-lang.c: Remove includes.
1762 * ada-typeprint.c: Remove includes.
1763 * ada-valprint.c: Remove includes.
1764
1765 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1766
1767 * addrmap.c: Add static assertions of type size, moved from
1768 _initialize_addrmap.
1769 (_initialize_addrmap): Remove.
1770
1771 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1772
1773 * coffread.c (record_minimal_symbol): Update.
1774 (process_coff_symbol): Update.
1775 * dbxread.c (read_dbx_symtab): Update.
1776 * dwarf2read.c (add_partial_symbol): Update.
1777 (fixup_go_packaging): Update.
1778 (load_partial_dies): Update.
1779 (new_symbol): Update.
1780 * elfread.c (record_minimal_symbol): Change signature to use
1781 gdb::string_view instead of name+len.
1782 (elf_symtab_read): Update.
1783 (elf_rel_plt_read): Update.
1784 * mdebugread.c (parse_partial_symbols): Update.
1785 (handle_psymbol_enumerators): Update.
1786 (new_symbol): Update.
1787 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1788 to use gdb::string_view instead of name+len.
1789 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1790 * psympriv.h (add_psymbol_to_list): Likewise.
1791 * psymtab.c (add_psymbol_to_bcache): Likewise.
1792 (add_psymbol_to_list): Likewise.
1793 * stabsread.c (define_symbol): Update.
1794 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1795 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1796 (symbol_set_names): Likewise.
1797 * xcoffread.c (scan_xcoff_symtab): Update.
1798
1799 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1800
1801 * symtab.h (symbol_set_names): Document that copy_name must be
1802 set to true for non-nullterminated strings.
1803 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1804 linkage_name if the entry was not found and we need to demangle.
1805
1806 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1807
1808 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1809 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1810 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1811 * gdbsupport/gdb_binary_search.h: New file.
1812
1813 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1814
1815 * NEWS: Mention new --with-system-gdbinit-dir option.
1816 * config.in: Regenerate.
1817 * configure: Regenerate.
1818 * configure.ac: Add new option --with-system-gdbinit-dir.
1819 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1820 for a ".gdb" suffix.
1821 * main.c (get_init_files): Change system_gdbinit argument to
1822 a vector and return the files in SYSTEM_GDBINIT_DIR in
1823 addition to SYSTEM_GDBINIT.
1824 (captured_main_1): Update.
1825 (print_gdb_help): Update.
1826 * top.c (print_gdb_configuration): Also print the value of
1827 SYSTEM_GDBINIT_DIR.
1828
1829 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1830
1831 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1832 that takes gdb::string_view arguments.
1833
1834 2019-10-26 Tom de Vries <tdevries@suse.de>
1835
1836 * aarch64-linux-tdep.c: Fix typos in comments.
1837 * aarch64-tdep.c: Same.
1838 * ada-lang.c: Same.
1839 * amd64-nat.c: Same.
1840 * arc-tdep.c: Same.
1841 * arch/aarch64-insn.c: Same.
1842 * block.c: Same.
1843 * breakpoint.h: Same.
1844 * btrace.h: Same.
1845 * c-varobj.c: Same.
1846 * cli/cli-decode.c: Same.
1847 * cli/cli-script.c: Same.
1848 * cli/cli-utils.h: Same.
1849 * coff-pe-read.c: Same.
1850 * coffread.c: Same.
1851 * compile/compile-cplus-symbols.c: Same.
1852 * compile/compile-object-run.c: Same.
1853 * completer.c: Same.
1854 * corelow.c: Same.
1855 * cp-support.c: Same.
1856 * demangle.c: Same.
1857 * dwarf-index-write.c: Same.
1858 * dwarf2-frame.c: Same.
1859 * dwarf2-frame.h: Same.
1860 * eval.c: Same.
1861 * frame-base.h: Same.
1862 * frame.h: Same.
1863 * gdbcmd.h: Same.
1864 * gdbtypes.h: Same.
1865 * gnu-nat.c: Same.
1866 * guile/scm-objfile.c: Same.
1867 * i386-tdep.c: Same.
1868 * i386-tdep.h: Same.
1869 * infcall.c: Same.
1870 * infcall.h: Same.
1871 * linux-nat.c: Same.
1872 * m68k-tdep.c: Same.
1873 * macroexp.c: Same.
1874 * memattr.c: Same.
1875 * mi/mi-cmd-disas.c: Same.
1876 * mi/mi-getopt.h: Same.
1877 * mi/mi-main.c: Same.
1878 * minsyms.c: Same.
1879 * nat/aarch64-sve-linux-sigcontext.h: Same.
1880 * objfiles.h: Same.
1881 * ppc-linux-nat.c: Same.
1882 * ppc-linux-tdep.c: Same.
1883 * ppc-tdep.h: Same.
1884 * progspace.h: Same.
1885 * prologue-value.h: Same.
1886 * python/py-evtregistry.c: Same.
1887 * python/py-instruction.h: Same.
1888 * record-btrace.c: Same.
1889 * record-full.c: Same.
1890 * remote.c: Same.
1891 * rs6000-tdep.c: Same.
1892 * ser-tcp.c: Same.
1893 * sol-thread.c: Same.
1894 * sparc-sol2-tdep.c: Same.
1895 * sparc64-tdep.c: Same.
1896 * stabsread.c: Same.
1897 * symfile.c: Same.
1898 * symtab.h: Same.
1899 * target.c: Same.
1900 * tracepoint.c: Same.
1901 * tui/tui-data.h: Same.
1902 * tui/tui-io.c: Same.
1903 * tui/tui-win.c: Same.
1904 * tui/tui.c: Same.
1905 * unittests/rsp-low-selftests.c: Same.
1906 * user-regs.h: Same.
1907 * utils.c: Same.
1908 * utils.h: Same.
1909 * valarith.c: Same.
1910 * valops.c: Same.
1911 * valprint.c: Same.
1912 * valprint.h: Same.
1913 * value.c: Same.
1914 * value.h: Same.
1915 * varobj.c: Same.
1916 * x86-nat.h: Same.
1917 * xtensa-tdep.c: Same.
1918
1919 2019-10-25 Ali Tamur <tamur@google.com>
1920
1921 * charset.c (find_charset_names): Reflect API change.
1922
1923 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1924
1925 * symtab.c (struct demangled_name_entry): Change demangled name
1926 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1927 part of the struct anymore.
1928 (symbol_set_names): No longer obstack allocate + copy the demangled
1929 name, just store the allocated name from bfd.
1930
1931 2019-10-25 Tom Tromey <tromey@adacore.com>
1932
1933 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1934 (bsearch_cie_cmp, add_cie): Remove.
1935 (find_cie): Reimplement.
1936 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1937 (dwarf2_build_frame_info): Update.
1938
1939 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1940
1941 PR gdb/25126
1942 * symfile.c (reread_symbols): Call forget_cached_source_info to
1943 clear the stale source cache.
1944
1945 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1946
1947 * configure: Regenerate.
1948 * configure.ac: Remove code that sets python_has_threads.
1949
1950 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1951
1952 * config.in: Regenerate.
1953 * configure: Regenerate.
1954 * configure.ac: Remove the code that uses sed to get the python
1955 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1956
1957 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1960 error paths.
1961
1962 2019-10-23 Tom Tromey <tom@tromey.com>
1963
1964 * arc-tdep.c: Remove ".." from include.
1965 * frv-tdep.c: Remove ".." from include.
1966 * lm32-tdep.c: Remove ".." from include.
1967 * microblaze-tdep.c: Remove ".." from include.
1968 * or1k-tdep.h: Remove ".." from include.
1969 * s12z-tdep.c: Remove ".." from include.
1970 * Makefile.in (OPCODES_CFLAGS): Add comment.
1971 (TOP_CFLAGS): New variable.
1972 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1973
1974 2019-10-23 Tom Tromey <tom@tromey.com>
1975
1976 * Makefile.in (READLINE_DIR): Update.
1977
1978 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1979
1980 * infcall.c (call_function_by_hand_dummy): Fix the function
1981 comment. And extract out a code section into...
1982 (reserve_stack_space): ...this new function.
1983
1984 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1985
1986 * infcall.c (value_arg_coerce): Remove an unused parameter.
1987 (call_function_by_hand_dummy): Update the call to
1988 'value_arg_coerce'.
1989
1990 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1991
1992 * infcall.c (call_function_by_hand_dummy): Refactor.
1993
1994 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1995
1996 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1997
1998 2019-10-23 Tom Tromey <tom@tromey.com>
1999
2000 * configure: Rebuild.
2001 * configure.ac: Don't check for sigprocmask.
2002 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2003
2004 2019-10-23 Tom Tromey <tom@tromey.com>
2005
2006 * configure: Rebuild.
2007 * acinclude.m4: Use m4_include, not sinclude.
2008
2009 2019-10-23 Tom de Vries <tdevries@suse.de>
2010
2011 PR breakpoints/24687
2012 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2013
2014 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2015
2016 * symtab.c (struct demangled_name_entry) <language>: Change from
2017 bitfield to regular variable.
2018
2019 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2020
2021 * symtab.c (struct demangled_name_entry): Add a constructor.
2022 (free_demangled_name_entry): New function to call the destructor
2023 for demangled_name_entry.
2024 (create_demangled_names_hash): Pass free_demangled_name_entry to
2025 htab_create_alloc.
2026 (symbol_set_names): Call placement new for demangled_name_entry.
2027 * utils.c: No longer include xxhash.h here, now that fast_hash
2028 is inlined in the header.
2029 * utils.h: Instead, include it here.
2030
2031 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2032
2033 * Makefile.in: Link with libxxhash.
2034 * config.in: Regenerate.
2035 * configure: Regenerate.
2036 * configure.ac: Search for libxxhash.
2037 * utils.c (fast_hash): Use xxhash if present.
2038
2039 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2040
2041 * utils.h (fast_hash): New function.
2042 * symtab.c (hash_demangled_name_entry): Call new function
2043 fast_hash.
2044
2045 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2046
2047 * symtab.c (struct demangled_name_entry): Change type of mangled
2048 to gdb::string_view. Also adds a constructor that takes the
2049 mangled name.
2050 (hash_demangled_name_entry): Update.
2051 (eq_demangled_name_entry): Update.
2052 (free_demangled_name_entry): New function to call the destructor
2053 now that this is not a POD anymore.
2054 (create_demangled_names_hash): Pass free_demangled_name_entry to
2055 htab_create_alloc.
2056 (symbol_set_names): Update.
2057
2058 2019-10-21 Ali Tamur <tamu@google.com>
2059
2060 * dwarf2read.c (dir_index): Change type.
2061 (file_name_index): Likewise.
2062 (line_header::include_dir_at): Change comment and implementation on
2063 whether it is DWARF 5.
2064 (line_header::is_valid_file_index): New function.
2065 (line_header::file_name_at): Change comment and implementation on
2066 whether it is DWARF 5.
2067 (line_header::file_names): Change to private field renamed as
2068 m_file_names and introduce a new accessor method.
2069 (line_header::file_names_size): New method.
2070 (line_header::include_dirs): Change to private field and rename as
2071 m_include_dirs.
2072 (dw2_get_file_names_reader): Define local var at a smaller scope and
2073 reflect API change.
2074 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2075 (process_structure_scope): Likewise.
2076 (line_header::add_include_dir): Change message and reflect renaming.
2077 (line_header::add_file_name): Likewise.
2078 (read_formatted_entries): Handle DW_FORM_data16.
2079 (dwarf_decode_line_header): Fix line header length calculation.
2080 (psymtab_include_file_name): Change comment and API.
2081 (lnp_state_machine::m_file): Update comment and reflect type change.
2082 (lnp_state_machine::record_line): Reflect type change.
2083 (dwarf_decode_lines): Reflect API change.
2084 (file_file_name): Likewise.
2085 (file_full_name): Likewise.
2086
2087 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2090
2091 2019-10-21 Tom Tromey <tom@tromey.com>
2092
2093 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2094
2095 2019-10-21 Tom Tromey <tom@tromey.com>
2096
2097 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2098 NM_H. Use AC_CONFIG_LINKS.
2099 * configure: Rebuild.
2100 * Makefile.in (NM_H): New variable.
2101 (generated_files): Add NM_H. Remove gcore.
2102 (nm.h, stamp-nmh): New targets.
2103
2104 2019-10-20 Tom Tromey <tom@tromey.com>
2105
2106 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2107 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2108 obsolete comment.
2109 (put_objfile_before): Now static.
2110
2111 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2112
2113 * gdbsupport/common-utils.h (startswith): Change return type to
2114 bool.
2115
2116 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2117
2118 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2119 * breakpoint.c (bp_locations_compare): Rename to...
2120 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2121 (update_global_location_list): Use std::sort instead of qsort.
2122 * buildsym.c (compare_line_numbers): Rename to...
2123 (lte_is_less_than): ...this, and change to std::sort semantics.
2124 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2125 instead of qsort.
2126 * disasm.c (compare_lines): Rename to...
2127 (line_is_less_than): ...this, and change to std::sort semantics.
2128 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2129 of qsort.
2130 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2131 (fde_is_less_than): ...this, and change to std::sort semantics.
2132 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2133 * mdebugread.c (compare_blocks):
2134 (block_is_less_than): ...this, and change to std::sort semantics.
2135 (sort_blocks): Call std::sort instead of qsort.
2136 * objfiles.c (qsort_cmp): Rename to...
2137 (sort_cmp): ...this, and change to std::sort semantics.
2138 (update_section_map): Call std::sort instead of qsort.
2139 * remote.c (compare_pnums): Remove.
2140 (map_regcache_remote_table): Call std::sort instead of qsort.
2141 * utils.c (compare_positive_ints): Remove.
2142 * utils.h (compare_positive_ints): Remove.
2143 * xcoffread.c (compare_lte): Remove.
2144 (arrange_linetable): Call std::sort instead of qsort.
2145
2146 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2147
2148 * symfile.c (init_entry_point_info): Fix typo.
2149 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2150
2151 2019-10-18 Tom de Vries <tdevries@suse.de>
2152
2153 * aarch64-tdep.c: Fix typos in comments.
2154 * ada-lang.c: Same.
2155 * ada-tasks.c: Same.
2156 * alpha-tdep.c: Same.
2157 * alpha-tdep.h: Same.
2158 * amd64-nat.c: Same.
2159 * amd64-windows-tdep.c: Same.
2160 * arc-tdep.c: Same.
2161 * arc-tdep.h: Same.
2162 * arch-utils.c: Same.
2163 * arm-nbsd-tdep.c: Same.
2164 * arm-tdep.c: Same.
2165 * ax-gdb.c: Same.
2166 * blockframe.c: Same.
2167 * btrace.c: Same.
2168 * c-varobj.c: Same.
2169 * coff-pe-read.c: Same.
2170 * coffread.c: Same.
2171 * cris-tdep.c: Same.
2172 * darwin-nat.c: Same.
2173 * dbxread.c: Same.
2174 * dcache.c: Same.
2175 * disasm.c: Same.
2176 * dtrace-probe.c: Same.
2177 * dwarf-index-write.c: Same.
2178 * dwarf2-frame-tailcall.c: Same.
2179 * dwarf2-frame.c: Same.
2180 * dwarf2read.c: Same.
2181 * eval.c: Same.
2182 * exceptions.c: Same.
2183 * fbsd-tdep.c: Same.
2184 * findvar.c: Same.
2185 * frame.c: Same.
2186 * frv-tdep.c: Same.
2187 * gnu-v3-abi.c: Same.
2188 * go32-nat.c: Same.
2189 * h8300-tdep.c: Same.
2190 * hppa-tdep.c: Same.
2191 * i386-linux-tdep.c: Same.
2192 * i386-tdep.c: Same.
2193 * ia64-libunwind-tdep.c: Same.
2194 * ia64-tdep.c: Same.
2195 * infcmd.c: Same.
2196 * infrun.c: Same.
2197 * linespec.c: Same.
2198 * linux-nat.c: Same.
2199 * linux-thread-db.c: Same.
2200 * machoread.c: Same.
2201 * mdebugread.c: Same.
2202 * mep-tdep.c: Same.
2203 * mn10300-tdep.c: Same.
2204 * namespace.c: Same.
2205 * objfiles.c: Same.
2206 * opencl-lang.c: Same.
2207 * or1k-tdep.c: Same.
2208 * osabi.c: Same.
2209 * ppc-linux-nat.c: Same.
2210 * ppc-linux-tdep.c: Same.
2211 * ppc-sysv-tdep.c: Same.
2212 * printcmd.c: Same.
2213 * procfs.c: Same.
2214 * record-btrace.c: Same.
2215 * record-full.c: Same.
2216 * remote-fileio.c: Same.
2217 * remote.c: Same.
2218 * rs6000-tdep.c: Same.
2219 * s12z-tdep.c: Same.
2220 * score-tdep.c: Same.
2221 * ser-base.c: Same.
2222 * ser-go32.c: Same.
2223 * skip.c: Same.
2224 * sol-thread.c: Same.
2225 * solib-svr4.c: Same.
2226 * solib.c: Same.
2227 * source.c: Same.
2228 * sparc-nat.c: Same.
2229 * sparc-sol2-tdep.c: Same.
2230 * sparc-tdep.c: Same.
2231 * sparc64-tdep.c: Same.
2232 * stabsread.c: Same.
2233 * stack.c: Same.
2234 * symfile.c: Same.
2235 * symtab.c: Same.
2236 * target-descriptions.c: Same.
2237 * target-float.c: Same.
2238 * thread.c: Same.
2239 * utils.c: Same.
2240 * valops.c: Same.
2241 * valprint.c: Same.
2242 * value.c: Same.
2243 * varobj.c: Same.
2244 * windows-nat.c: Same.
2245 * xcoffread.c: Same.
2246 * xstormy16-tdep.c: Same.
2247 * xtensa-tdep.c: Same.
2248
2249 2019-10-17 Tom Tromey <tromey@adacore.com>
2250
2251 * configure: Rebuild.
2252 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2253 in AC_CONFIG_FILES invocation.
2254 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2255 new-style config.status invocation.
2256
2257 2019-10-17 Tom de Vries <tdevries@suse.de>
2258
2259 * arm-nbsd-nat.c: Fix typos in comments.
2260 * arm-tdep.c: Same.
2261 * darwin-nat-info.c: Same.
2262 * dwarf2read.c: Same.
2263 * elfread.c: Same.
2264 * event-top.c: Same.
2265 * findvar.c: Same.
2266 * gdbtypes.c: Same.
2267 * hppa-tdep.c: Same.
2268 * i386-tdep.c: Same.
2269 * jit.c: Same.
2270 * main.c: Same.
2271 * mdebugread.c: Same.
2272 * moxie-tdep.c: Same.
2273 * nto-procfs.c: Same.
2274 * osabi.c: Same.
2275 * ppc-linux-tdep.c: Same.
2276 * remote.c: Same.
2277 * riscv-tdep.c: Same.
2278 * s390-tdep.c: Same.
2279 * sh-tdep.c: Same.
2280 * sparc-linux-tdep.c: Same.
2281 * sparc-nat.c: Same.
2282 * stack.c: Same.
2283 * target-descriptions.c: Same.
2284 * top.c: Same.
2285 * varobj.c: Same.
2286
2287 2019-10-16 Tom Tromey <tom@tromey.com>
2288
2289 * objfiles.h (struct objfile) <original_name>: Now const.
2290
2291 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2292
2293 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2294 pass on to sigsetjmp's second argument.
2295 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2296
2297 2019-10-16 Keith Seitz <keiths@redhat.com>
2298
2299 PR gdb/23567
2300 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2301 sections whose size is greater than the file size.
2302
2303 2019-10-16 Jim Wilson <jimw@sifive.com>
2304
2305 * riscv-tdep.c (riscv_gcc_target_options): New.
2306 (riscv_gnu_triplet_regexp): New.
2307 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2308 set_gdbarch_gnu_triplet_regexp.
2309
2310 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2311
2312 * Makefile.in: Add xml-builtin.h.
2313 * features/feature_to_c.sh: Add an include for xml-builtin.h
2314 to ensure that the compiler checks that the types match.
2315 * xml-builtin.h: New file.
2316 * xml-support.c (fetch_xml_builtin): Add missing const.
2317 * xml-support.h: Remove declaration of xml_builtins.
2318
2319 2019-10-16 Tom de Vries <tdevries@suse.de>
2320
2321 PR tdep/25096
2322 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2323 (amd64_classify_aggregate): ... here.
2324 (amd64_classify_aggregate_field): Handled fiels of nested structs
2325 recursively.
2326
2327 2019-10-16 Tom de Vries <tdevries@suse.de>
2328
2329 PR tdep/24104
2330 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2331 that handles 'theclass'.
2332
2333 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * linespec.c (decode_digits_ordinary): Update comment.
2336 * make-target-delegates: No longer need to handle VEC case.
2337 * memrange.c (normalize_mem_ranges): Update comment.
2338 * namespace.c (add_using_directive): Update comment.
2339 * objc-lang.c (uniquify_strings): Update comment.
2340 * ppc-linux-nat.c (struct thread_points): Update comment.
2341 * probe.h (find_probes_in_objfile): Update comment.
2342 * target.h (enum flash_preserve_mode): Update comment.
2343 * varobj.c (varobj_restrict_range): Update comment.
2344 * varobj.h (varobj_list_children): Update comment.
2345
2346 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * Makefile.in: Remove references to vec.h and vec.c.
2349 * aarch64-tdep.c: No longer include vec.h.
2350 * ada-lang.c: Likewise.
2351 * ada-lang.h: Likewise.
2352 * arm-tdep.c: Likewise.
2353 * ax.h: Likewise.
2354 * breakpoint.h: Likewise.
2355 * charset.c: Likewise.
2356 * cp-support.h: Likewise.
2357 * dtrace-probe.c: Likewise.
2358 * dwarf2read.c: Likewise.
2359 * extension.h: Likewise.
2360 * gdb_bfd.c: Likewise.
2361 * gdbsupport/gdb_vecs.h: Likewise.
2362 * gdbsupport/vec.c: Remove.
2363 * gdbsupport/vec.h: Remove.
2364 * gdbthread.h: Likewise.
2365 * guile/scm-type.c: Likewise.
2366 * inline-frame.c: Likewise.
2367 * machoread.c: Likewise.
2368 * memattr.c: Likewise.
2369 * memrange.h: Likewise.
2370 * namespace.h: Likewise.
2371 * nat/linux-btrace.h: Likewise.
2372 * osdata.c: Likewise.
2373 * parser-defs.h: Likewise.
2374 * progspace.h: Likewise.
2375 * python/py-type.c: Likewise.
2376 * record-btrace.c: Likewise.
2377 * rust-exp.y: Likewise.
2378 * solib-target.c: Likewise.
2379 * stap-probe.c: Likewise.
2380 * target-descriptions.c: Likewise.
2381 * target-memory.c: Likewise.
2382 * target.h: Likewise.
2383 * varobj.c: Likewise.
2384 * varobj.h: Likewise.
2385 * xml-support.h: Likewise.
2386
2387 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2390 Update for new std::vector based implementation.
2391 (process_psymtab_comp_unit_reader): Likewise.
2392 (scan_partial_symbols): Likewise.
2393 (recursively_compute_inclusions): Likewise.
2394 (compute_compunit_symtab_includes): Likewise.
2395 (process_imported_unit_die): Likewise.
2396 (queue_and_load_dwo_tu): Likewise.
2397 (follow_die_sig_1): Likewise.
2398 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2399 (typedef dwarf2_per_cu_ptr): Remove.
2400 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2401 function.
2402 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2403 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2404 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2405 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2406 std::vector.
2407
2408 2019-10-15 Tom Tromey <tromey@adacore.com>
2409
2410 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2411 TID.
2412
2413 2019-10-15 Tom Tromey <tromey@adacore.com>
2414
2415 * windows-nat.c (windows_nat_target::fetch_registers)
2416 (windows_nat_target::store_registers): Rename "pid" to "tid".
2417
2418 2019-10-15 Tom Tromey <tromey@adacore.com>
2419
2420 * gdbarch.h, gdbarch.c: Rebuild.
2421 * gdbarch.sh (gcc_target_options): Change return type to
2422 std::string.
2423 * compile/compile.c (get_args): Update.
2424 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2425 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2426 std::string.
2427 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2428 std::string.
2429 * arch-utils.c (default_gcc_target_options): Return std::string.
2430 * arch-utils.h (default_gcc_target_options): Return std::string.
2431 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2432
2433 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2434
2435 * breakpoint.c (breakpoint_chain): Make static.
2436 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2437 of accessing breakpoint_chain.
2438
2439 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2440
2441 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2442 to a gdb::function_view and return value to bool.
2443 * breakpoint.h (iterate_over_breakpoints): Likewise.
2444 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2445 (pop_dummy_frame): Update.
2446 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2447 (gdbscm_breakpoints): Update.
2448 * python/py-breakpoint.c (build_bp_list): Update.
2449 (gdbpy_breakpoints): Update.
2450 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2451 Update.
2452 (bpfinishpy_handle_stop): Update.
2453 (bpfinishpy_handle_exit): Update.
2454 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2455 (svr4_update_solib_event_breakpoints): Update.
2456
2457 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2458
2459 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2460 when unwrapping single-field structs.
2461
2462 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2463
2464 * dwarf2read.c: Remove includes.
2465
2466 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2467
2468 * ui-out.c (ui_out::call_do_message): Silence
2469 -Wformat-nonliteral warning.
2470
2471 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2472
2473 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2474 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2475 include: readline/tilde.h.
2476
2477 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2478
2479 * remote.c (remote_target::get_trace_status): Remove declaration of
2480 trace_regblock_size.
2481
2482 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2483
2484 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2485 (show_user): Remove declaration of cmdlist.
2486 * cli/cli-cmds.h (max_user_call_depth): Declare.
2487 * cli/cli-script.c (execute_user_command): Remove declaration
2488 of max_user_call_depth.
2489
2490 2019-10-11 Jim Wilson <jimw@sifive.com>
2491
2492 * gdbsupport/print-utils.h (pulongest): Fix comment.
2493 (plongest): Likewise.
2494 (phex): Add missing comment, mention leading zeros.
2495 (phex_nz): Add mention of no leading zeros to comment.
2496
2497 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2498 plongest instead of unsigned long long cast.
2499
2500 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2501
2502 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2503 for external_editor_command and gdbtk_test.
2504
2505 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2506
2507 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2508 * varobj.c (varobjdebug): Move comment to...
2509 * varobj.h (varobjdebug): ...here, and declare.
2510
2511 2019-10-09 Tom Tromey <tom@tromey.com>
2512
2513 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2514 erase_data_content.
2515
2516 2019-10-09 Tom Tromey <tom@tromey.com>
2517
2518 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2519 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2520 * tui/tui-command.c (tui_cmd_window::resize)
2521 (tui_refresh_cmd_win): Update.
2522 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2523 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2524 * tui/tui-data.c (~tui_gen_win_info): Remove.
2525 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2526 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2527 (tui_redisplay_readline, tui_mld_flush)
2528 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2529 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2530 (tui_data_window::erase_data_content)
2531 (tui_data_item_window::rerender)
2532 (tui_data_item_window::refresh_window): Update.
2533 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2534 (box_win, tui_gen_win_info::make_window)
2535 (tui_gen_win_info::make_visible): Update.
2536 (tui_delete_win): Remove.
2537 * tui/tui-winsource.c
2538 (tui_source_window_base::do_erase_source_content): Update.
2539 (tui_show_source_line, tui_source_window_base::update_tab_width)
2540 (tui_source_window_base::update_exec_info): Update.
2541 * tui/tui-data.h (struct curses_deleter): New.
2542 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2543 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2544
2545 2019-10-09 Tom Tromey <tom@tromey.com>
2546
2547 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2548
2549 2019-10-09 Tom Tromey <tom@tromey.com>
2550
2551 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2552 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2553
2554 2019-10-09 Tom Tromey <tom@tromey.com>
2555
2556 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2557 window height directly.
2558 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2559 declare.
2560 * tui/tui-layout.c (tui_default_win_height): Remove.
2561 (tui_default_win_viewport_height): Remove.
2562
2563 2019-10-09 Tom Tromey <tom@tromey.com>
2564
2565 * tui/tui.h: Remove comments.
2566
2567 2019-10-09 Tom de Vries <tdevries@suse.de>
2568
2569 * python/lib/gdb/printer/bound_registers.py: Use
2570 '^builtin_type_bound128' as regexp argument for
2571 add_builtin_pretty_printer.
2572
2573 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2574
2575 * guile/guile.c (guile_extension_script_ops): Remove forward
2576 declaration and mark as static.
2577 (guile_script_ops): Likewise.
2578 (extension_language_guile): Move further down in the file so
2579 it can reference the definitions for guile_{extension_,}script_ops.
2580
2581 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2582
2583 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2584 except SORTL, DFLTCC, and KDSA.
2585
2586 2019-10-08 Tom Tromey <tromey@adacore.com>
2587
2588 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2589 (struct safe_symbol_file_add_args): Remove.
2590
2591 2019-10-08 Tom Tromey <tromey@adacore.com>
2592
2593 * windows-nat.c: Don't include buildsym-legacy.h.
2594
2595 2019-10-08 Tom Tromey <tromey@adacore.com>
2596
2597 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2598
2599 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2600
2601 * gdbtypes.c (overload_debug): Move comment to header.
2602 * gdbtypes.h (overload_debug): Declare.
2603 * valops.c: Remove declaration of overload_debug, instead
2604 include gdbtypes.h.
2605
2606 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2607
2608 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2609 through _().
2610 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2611 move comment...
2612 * language.h (lang_frame_mismatch_warn): ... here. Also add
2613 declaration.
2614 * top.c (lang_frame_mismatch_warn): Remove declaration.
2615 (check_frame_language_change): Pass lang_frame_mismatch_warn
2616 through _().
2617
2618 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2619
2620 * c-lang.h (vtbl_ptr_name): Declare.
2621 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2622 it from the header.
2623 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2624
2625 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2626
2627 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2628 gdb_static_assert.
2629
2630 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2631
2632 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2633 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2634 * ctfread.c: New file.
2635 * ctfread.h: New file.
2636 * elfread.c: Include ctfread.h.
2637 (struct elfinfo text_p): New member ctfsect.
2638 (elf_locate_sections): Mark CTF section.
2639 (elf_symfile_read): Call elfctf_build_psymtabs.
2640 * Makefile.in (LIBCTF): Add.
2641 (CLIBS): Use it.
2642 (CDEPS): Likewise.
2643 (DIST): Add ctfread.c.
2644
2645 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * ctfread.c (struct nextfield): Renamed to ...
2648 (struct ctf_nextfield): ... this.
2649 (struct field_info): Renamed to ...
2650 (strut ctf_field_info): ... this.
2651 (attach_fields_to_type): Update for renamed structures.
2652 (ctf_add_member_cb): Likewise.
2653 (ctf_add_enum_member_cb): Likewise.
2654 (process_struct_members): Likewise.
2655 (process_enum_type): Likewise.
2656
2657 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2658
2659 * tracectf.h: Rename, was ctf.h.
2660 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2661 * tracefile.c: Likewise.
2662 * tracepoint.c: Remove unused include ctf.h.
2663 * mi/mi-main.c: Likewise.
2664 * Makefile.in Replace ctf.c with tracectf.c.
2665
2666 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2667
2668 * version.in: Change version number to "9.0.50.DATE-git".
2669
2670 2019-10-03 Tom Tromey <tom@tromey.com>
2671
2672 PR rust/24976:
2673 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2674
2675 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2678 cp_search_name_hash.
2679 * NEWS: Add entry about nested function support.
2680
2681 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2682 Andrew Burgess <andrew.burgess@embecosm.com>
2683
2684 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2685 for nested static variables when searchin VAR_DOMAIN.
2686 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2687 global scope, update comment.
2688 (add_partial_subprogram): Call add_partial_subprogram recursively
2689 for nested subroutines when processinng Fortran.
2690 (load_partial_dies): Process the child entities of a subprogram
2691 when processing Fortran.
2692 (partial_die_parent_scope): Handle building scope
2693 for Fortran nested functions.
2694 (process_die): Record that nested functions have a scope.
2695 (new_symbol): Always record Fortran subprograms on the global
2696 symbol list.
2697 (determine_prefix): How to build the prefix for Fortran
2698 subprograms.
2699
2700 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2703 have just sent the thread a SIGSTOP and are waiting for it to
2704 arrive.
2705
2706 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * btrace.c (btrace_add_pc): Remove whitespace before the template
2709 parameter in 'std::vector <...>'.
2710 (parse_xml_btrace_block): Likewise.
2711 (btrace_maint_decode_pt): Likewise.
2712 (btrace_maint_update_packets): Likewise.
2713 (btrace_maint_print_packets): Likewise.
2714 * btrace.h (struct btrace_maint_info): Likewise.
2715 * dwarf2read.c (struct type_unit_group): Likewise.
2716 (build_type_psymtabs_reader): Likewise.
2717 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2718 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2719 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2720
2721 2019-10-03 Tom de Vries <tdevries@suse.de>
2722
2723 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2724 the first line of the help text for set/show style metadata.
2725
2726 2019-10-02 Tom Tromey <tromey@adacore.com>
2727
2728 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2729 * gdbsupport/common-inferior.c: New file.
2730 * infcmd.c (startup_with_shell): Don't define.
2731 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2732 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2733 * inferior.h (startup_with_shell): Don't declare.
2734
2735 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2736
2737 * gdbsupport/gdb_assert.h: Include errors.h.
2738 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2739
2740 2019-10-02 Tom Tromey <tromey@adacore.com>
2741
2742 * NEWS: Add $_ada_exception entry.
2743 * ada-lang.c (struct ada_catchpoint): Add constructor.
2744 <m_kind>: New member.
2745 (allocate_location_exception, re_set_exception): Remove
2746 "ex" parameter.
2747 (should_stop_exception): Compute $_ada_exception.
2748 (check_status_exception, print_it_exception)
2749 (print_one_exception, print_mention_exception): Remove
2750 "ex" parameter.
2751 (allocate_location_catch_exception, re_set_catch_exception)
2752 (check_status_exception, print_it_catch_exception)
2753 (print_one_catch_exception, print_mention_catch_exception)
2754 (print_recreate_catch_exception)
2755 (allocate_location_catch_exception_unhandled)
2756 (re_set_catch_exception_unhandled)
2757 (check_status_exception, print_it_catch_exception_unhandled)
2758 (print_one_catch_exception_unhandled)
2759 (print_mention_catch_exception_unhandled)
2760 (print_recreate_catch_exception_unhandled)
2761 (allocate_location_catch_assert, re_set_catch_assert)
2762 (check_status_assert, print_it_catch_assert)
2763 (print_one_catch_assert, print_mention_catch_assert)
2764 (print_recreate_catch_assert)
2765 (allocate_location_catch_handlers, re_set_catch_handlers)
2766 (check_status_handlers, print_it_catch_handlers)
2767 (print_one_catch_handlers, print_mention_catch_handlers)
2768 (print_recreate_catch_handlers): Remove.
2769 (create_ada_exception_catchpoint): Update.
2770 (initialize_ada_catchpoint_ops): Update.
2771
2772 2019-10-02 Tom Tromey <tromey@adacore.com>
2773
2774 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2775 (create_excep_cond_exprs): Simplify exception string computation.
2776 (ada_exception_catchpoint_cond_string): Likewise.
2777
2778 2019-10-02 Tom Tromey <tromey@adacore.com>
2779
2780 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2781 * ada-lang.c (lesseq_defined_than): Handle
2782 LOC_STATIC.
2783 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2784 parameter.
2785 (dwarf2_has_info): Likewise.
2786 (new_symbol): Set maybe_copied on symbol when
2787 appropriate.
2788 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2789 parameter.
2790 <can_copy>: New member.
2791 * elfread.c (record_minimal_symbol): Set maybe_copied
2792 on symbol when appropriate.
2793 (elf_symfile_read): Update call to dwarf2_has_info.
2794 * minsyms.c (lookup_minimal_symbol_linkage): New
2795 function.
2796 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2797 * symtab.c (get_symbol_address, get_msymbol_address):
2798 New functions.
2799 * symtab.h (get_symbol_address, get_msymbol_address):
2800 Declare.
2801 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2802 maybe_copied.
2803 (struct symbol, struct minimal_symbol) <maybe_copied>:
2804 New member.
2805
2806 2019-10-02 Tom Tromey <tromey@adacore.com>
2807
2808 * source.c (struct current_source_location): New.
2809 (current_source_key): New global.
2810 (current_source_symtab, current_source_line)
2811 (current_source_pspace): Remove.
2812 (get_source_location): New function.
2813 (get_current_source_symtab_and_line)
2814 (set_default_source_symtab_and_line)
2815 (set_current_source_symtab_and_line)
2816 (clear_current_source_symtab_and_line, select_source_symtab)
2817 (info_source_command, print_source_lines_base)
2818 (info_line_command, search_command_helper, _initialize_source):
2819 Update.
2820
2821 2019-10-02 Tom Tromey <tromey@adacore.com>
2822
2823 * source.c (select_source_symtab): Don't call
2824 decode_line_with_current_source.
2825
2826 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * symtab.c (lookup_global_symbol): Search global block.
2829
2830 2019-10-02 Tom Tromey <tromey@adacore.com>
2831
2832 * coffread.c (process_coff_symbol): Update.
2833 * dwarf2read.c (var_decode_location, new_symbol): Update.
2834 * mdebugread.c (parse_symbol): Update.
2835 * objfiles.c (relocate_one_symbol): Update.
2836 * stabsread.c (define_symbol, fix_common_block)
2837 (scan_file_globals): Update.
2838 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2839 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2840 * xcoffread.c (process_xcoff_symbol): Update.
2841
2842 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2843
2844 * MAINTAINERS: Update my email address.
2845
2846 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2849 std::vector.
2850 (build_type_psymtabs_reader): Update for std::vector.
2851 (build_type_psymtab_dependencies): Likewise.
2852 * dwarf2read.h: Remove use of DEF_VEC_P.
2853 (typedef sig_type_ptr): Delete.
2854
2855 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2858 to std::vector.
2859 (btrace_maint_decode_pt): Likewise, and move allocation of the
2860 vector outside of the loop.
2861 (btrace_maint_update_packets): Update to handle change from VEC to
2862 std::vector.
2863 (btrace_maint_print_packets): Likewise.
2864 (maint_info_btrace_cmd): Likewise.
2865 * btrace.h: Remove use of DEF_VEC_O.
2866 (typedef btrace_pt_packet_s): Delete.
2867 (struct btrace_maint_info) <packets>: Change fromm VEC to
2868 std::vector.
2869 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2870
2871 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2874 make accesses into the vector constant references.
2875 (btrace_add_pc): Update for std::vector.
2876 (btrace_stitch_bts): Likewise.
2877 (parse_xml_btrace_block): Likewise.
2878 (btrace_maint_update_packets): Likewise.
2879 (btrace_maint_print_packets): Likewise.
2880 (maint_info_btrace_cmd): Likewise.
2881 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2882 std::vector.
2883 (btrace_data::empty): Likewise.
2884 (btrace_data_append): Likewise.
2885 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2886 (typedef btrace_block_s): Delete.
2887 (struct btrace_block): Add constructor.
2888 (struct btrace_data_bts) <blocks>: Change to std::vector.
2889 * nat/linux-btrace.c (perf_event_read_bts): Update for
2890 std::vector.
2891 (linux_read_bts): Likewise.
2892
2893 2019-10-01 Tom Tromey <tom@tromey.com>
2894
2895 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2896
2897 2019-10-01 Tom Tromey <tom@tromey.com>
2898
2899 * stack.c (print_frame, info_frame_command_core): Use
2900 styled_string.
2901 * linux-thread-db.c (try_thread_db_load_1)
2902 (try_thread_db_load_from_pdir_1): Use styled_string.
2903 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2904 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2905 (maybe_print_unsupported_script_warning)
2906 (maybe_print_script_not_found_warning): Use styled_string.
2907 * ada-lang.c (user_select_syms): Use styled_string.
2908
2909 2019-10-01 Tom Tromey <tom@tromey.com>
2910
2911 * p-lang.c (pascal_printstr): Use metadata style.
2912 * value.c (show_convenience): Use metadata style.
2913 * valprint.c (valprint_check_validity, val_print_optimized_out)
2914 (val_print_not_saved, val_print_unavailable)
2915 (val_print_invalid_address, generic_val_print, val_print)
2916 (value_check_printable, val_print_array_elements): Use metadata
2917 style.
2918 * ui-out.h (class ui_out) <field_fmt>: New overload.
2919 <do_field_fmt>: Add style parameter.
2920 * ui-out.c (ui_out::field_fmt): New overload.
2921 * typeprint.c (type_print_unknown_return_type)
2922 (val_print_not_allocated, val_print_not_associated): Use metadata
2923 style.
2924 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2925 parameter.
2926 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2927 * tracepoint.c (tvariables_info_1): Use metadata style.
2928 * stack.c (print_frame_arg, print_frame_info, print_frame)
2929 (info_frame_command_core): Use metadata style.
2930 * skip.c (info_skip_command): Use metadata style.
2931 * rust-lang.c (rust_print_enum): Use metadata style.
2932 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2933 metadata style.
2934 * python/py-framefilter.c (py_print_single_arg): Use metadata
2935 style.
2936 * printcmd.c (do_one_display, print_variable_and_value): Use
2937 metadata style.
2938 * p-valprint.c (pascal_val_print)
2939 (pascal_object_print_value_fields): Use metadata style.
2940 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2941 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2942 parameter.
2943 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2944 * m2-valprint.c (m2_print_long_set): Use metadata style.
2945 * m2-typeprint.c (m2_print_type): Use metadata style.
2946 * infcmd.c (print_return_value_1): Use metadata style.
2947 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2948 * f-valprint.c (info_common_command_for_block): Use metadata
2949 style.
2950 * f-typeprint.c (f_type_print_base): Use metadata style.
2951 * expprint.c (print_subexp_standard): Use metadata style.
2952 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2953 * cli/cli-style.h (class cli_style_option): Add constructor.
2954 (metadata_style): Declare.
2955 * cli/cli-style.c (metadata_style): New global.
2956 (_initialize_cli_style): Register metadata style.
2957 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2958 parameter.
2959 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2960 * c-typeprint.c (c_type_print_base_struct_union)
2961 (c_type_print_base_1): Use metadata style.
2962 * breakpoint.c (watchpoint_value_print)
2963 (print_one_breakpoint_location): Use metadata style.
2964 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2965 style.
2966 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2967 style.
2968 * ada-valprint.c (val_print_packed_array_elements, printstr)
2969 (print_field_values, ada_val_print_ref, ada_val_print): Use
2970 metadata style.
2971 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2972 style.
2973 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2974 style.
2975 * ada-lang.c (user_select_syms): Use metadata style.
2976
2977 2019-10-01 Tom Tromey <tom@tromey.com>
2978
2979 * cli/cli-cmds.c (pwd_command): Style output.
2980
2981 2019-10-01 Pedro Alves <palves@redhat.com>
2982 Tom Tromey <tom@tromey.com>
2983
2984 * symtab.c (print_symbol_info): Use %ps.
2985 (print_msymbol_info): Use %ps.
2986 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2987 * printcmd.c (print_variable_and_value): Use %ps.
2988 * macrocmd.c (show_pp_source_pos): Use %ps.
2989 * infrun.c (print_exited_reason): Use ui_out::message.
2990 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2991 (describe_other_breakpoints): Use ui_out::message and new
2992 formats.
2993 (say_where): Use new formats.
2994 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2995 and new formats.
2996
2997 2019-10-01 Pedro Alves <palves@redhat.com>
2998 Tom Tromey <tom@tromey.com>
2999
3000 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3001 (test_gdb_formats): New function.
3002 (run_tests): Call it.
3003 (test_format_specifier): Update.
3004 * utils.h (fputs_filtered): Update comment.
3005 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3006 (fputs_styled_unfiltered): Declare.
3007 * utils.c (fputs_styled_unfiltered): New function.
3008 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3009 (vfprintf_filtered): Update.
3010 (vfprintf_unfiltered, vprintf_filtered): Update.
3011 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3012 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3013 disallow_ui_out_field>: New constants.
3014 (enum class field_kind): New.
3015 (struct base_field_s, struct signed_field_s): New.
3016 (signed_field): New function.
3017 (struct string_field_s): New.
3018 (string_field): New function.
3019 (struct styled_string_s): New.
3020 (styled_string): New function.
3021 (class ui_out) <message>: Add comment.
3022 <vmessage, call_do_message>: New methods.
3023 <do_message>: Add style parameter.
3024 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3025 methods.
3026 (ui_out::message): Rewrite.
3027 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3028 parameter.
3029 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3030 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3031 gdb_extensions parameter.
3032 (class format_piece): Add parameter to constructor.
3033 (n_int_args): New field.
3034 * gdbsupport/format.c (format_pieces::format_pieces): Add
3035 gdb_extensions parameter. Handle '*'.
3036 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3037 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3038 vfprintf_styled_no_gdbfmt.
3039 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3040 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3041 unfiltered output.
3042 * ui-style.h (struct ui_file_style) <ptr>: New method.
3043
3044 2019-10-01 Tom Tromey <tom@tromey.com>
3045
3046 * unittests/format_pieces-selftests.c: Update. Add final format.
3047 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3048 empty literal pieces.
3049
3050 2019-10-01 Tom Tromey <tom@tromey.com>
3051
3052 * ui-out.h (enum class ui_out_style_kind): Remove.
3053 (class ui_out) <field_string, field_stsream, do_field_string>:
3054 Change type of "style".
3055 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3056 (ui_out::field_string): Update.
3057 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3058 of "style".
3059 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3060 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3061 * stack.c (print_frame_arg, print_frame_info, print_frame):
3062 Update.
3063 * source.c (print_source_lines_base): Update.
3064 * solib.c (info_sharedlibrary_command): Update.
3065 * skip.c (info_skip_command): Update.
3066 * record-btrace.c (btrace_call_history_src_line)
3067 (btrace_call_history): Update.
3068 * python/py-framefilter.c (py_print_frame): Update.
3069 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3070 "style".
3071 * mi/mi-out.c (mi_ui_out::do_table_header)
3072 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3073 (mi_ui_out::do_field_string): Update.
3074 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3075 Update.
3076 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3077 "style".
3078 * cli-out.c (cli_ui_out::do_table_header)
3079 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3080 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3081 (cli_ui_out::do_field_fmt): Update.
3082 * breakpoint.c (print_breakpoint_location): Update.
3083 (update_static_tracepoint): Update.
3084
3085 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3086
3087 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3088 conversion of gdb_datadir.
3089 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3090 remove not needed c_str ().
3091
3092 2019-09-30 Ali Tamur <tamur@google.com>
3093
3094 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3095 (dwarf2_string_attr): Likewise.
3096
3097 2019-09-30 Ali Tamur <tamur@google.com>
3098
3099 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3100 (process_full_type_unit): Likewise.
3101 (dump_die_shallow): Likewise.
3102 (cu_debug_loc_section): Likewise.
3103
3104 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3105
3106 * minsyms.c (compare_minimal_symbols): Rename to...
3107 (minimal_symbol_is_less_than): ...this, and adjust to STL
3108 conventions (return bool, take arguments as references)
3109 (minimal_symbol_reader::install): Call std::sort instead
3110 of qsort.
3111
3112 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3113
3114 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3115 hash and why.
3116 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3117 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3118
3119 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3120
3121 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3122 * psympriv.h (add_psymbol_to_list): Move comment here and update
3123 it.
3124
3125 2019-09-29 Tom de Vries <tdevries@suse.de>
3126
3127 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3128 Use $tmpdir/$(basename "$output_file").dwz instead of
3129 "${output_file}.dwz".
3130
3131 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3132
3133 PR gdb/25045
3134 * hppa-linux-nat.c: Include gdbarch.h.
3135
3136 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3137
3138 * blockframe.c (find_pc_partial_function): Change return type to bool.
3139 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3140 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3141 (stub_gnu_ifunc_resolve_name): Likewise.
3142 * symtab.c (compare_filenames_for_search): Likewise.
3143 (compare_glob_filenames_for_search): Likewise.
3144 (matching_obj_sections): Likewise.
3145 (symbol_matches_domain): Likewise.
3146 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3147 (find_line_pc): Change return type to bool.
3148 (find_line_pc_range): Likewise.
3149 (producer_is_realview): Likewise.
3150 * symtab.h (symbol_matches_domain): Likewise.
3151 (find_pc_partial_function): Likewise.
3152 (find_pc_line_pc_range): Likewise.
3153 (in_gnu_ifunc_stub): Likewise.
3154 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3155 (find_line_pc): Likewise.
3156 (find_line_pc_range): Likewise.
3157 (matching_obj_sections): Likewise.
3158 (find_line_symtab): Change out parameter to bool.
3159 (producer_is_realview): Change return type to bool.
3160 (compare_filenames_for_search): Likewise.
3161 (compare_glob_filenames_for_search): Likewise.
3162
3163 2019-09-26 Tom Tromey <tom@tromey.com>
3164
3165 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3166 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3167 * gdb_usleep.h: Remove.
3168 * gdb_usleep.c: Remove.
3169 * utils.c: Don't include gdb_usleep.h.
3170
3171 2019-09-26 Tom Tromey <tromey@adacore.com>
3172
3173 * python/py-type.c (type_to_type_object): Call check_typedef
3174 for stub types.
3175
3176 2019-09-26 Tom Tromey <tom@tromey.com>
3177
3178 * utils.h (initialize_utils): Don't declare.
3179 * top.c (gdb_init): Don't call initialize_utils.
3180 * utils.c (initialize_utils): Remove. Move contents...
3181 (_initialize_utils): ... here.
3182
3183 2019-09-25 Tom Tromey <tom@tromey.com>
3184
3185 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3186 * utils.h (make_hex_string): Don't declare.
3187 * utils.c (make_hex_string): Remove.
3188
3189 2019-09-24 Tom de Vries <tdevries@suse.de>
3190
3191 PR gdb/23815
3192 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3193 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3194
3195 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3196
3197 * NEWS: Mention new simulator port for PRU.
3198
3199 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3200
3201 * ada-exp.y (write_object_remaining): Update.
3202 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3203 and eliminate the static buffer.
3204 (ada_decode_symbol): Update.
3205 (ada_la_decode): Update.
3206 (ada_sniff_from_mangled_name): Update.
3207 (is_valid_name_for_wild_match): Update.
3208 (ada_lookup_name_info::matches): Update and simplify.
3209 (name_matches_regex): Update.
3210 (ada_add_global_exceptions): Update.
3211 * ada-lang.h (ada_decode): Update signature.
3212 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3213 * dwarf-index-write.c (debug_names::insert): Update.
3214
3215 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3216
3217 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3218 formatting.
3219
3220 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3221
3222 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3223 Change "nonzero" to "true" in documentation.
3224
3225 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3226
3227 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3228 (_initialize_darwin_solib): Don't set
3229 darwin_so_ops.lookup_lib_global_symbol.
3230 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3231 set_gdbarch_iterate_over_objfiles_in_search_order.
3232 (elf_lookup_lib_symbol): Rename to...
3233 (svr4_iterate_over_objfiles_in_search_order): this, and update
3234 to iterate semantics.
3235 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3236 * solib.c (solib_global_lookup): Remove.
3237 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3238 (solib_global_lookup): Remove.
3239 * symtab.c (lookup_global_or_static_symbol): Remove call to
3240 solib_global_lookup.
3241
3242 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3243
3244 * NEWS: Move entries about default MI version now being
3245 version 3, and about the GDB/MI fix for multi-location
3246 breakpoints to the "since GDB 8.3" section.
3247
3248 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3249
3250 GDB 8.3.1 released.
3251
3252 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3253
3254 * NEWS: Mention that Cell/B.E. debugging support was removed.
3255 * MAINTAINERS: Remove spu target.
3256
3257 * config/djgpp/fnchange.lst: Remove entries for removed files.
3258
3259 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3260 spu-multiarch.o, and spu-tdep.o.
3261 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3262 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3263 spu-multiarch.c, and spu-tdep.c.
3264 * spu-linux-nat.c: Remove file.
3265 * spu-multiarch.c: Remove file.
3266 * spu-tdep.c: Remove file.
3267 * spu-tdep.h: Remove file.
3268 * solib-spu.c: Remove file.
3269 * solib-spu.h: Remove file.
3270
3271 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3272 * configure.nat (spu-linux): Remove.
3273 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3274 solib-multiarch.o from gdb_target_obs.
3275 (spu*-*-*): Remove.
3276
3277 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3278 feature flag.
3279 (ppc_linux_no_features): Update.
3280 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3281 Cell/B.E. support.
3282 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3283 (tdesc_powerpc_cell64l): Likewise.
3284 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3285 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3286 Cell/B.E. support.
3287 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3288 Do not include "features/rs6000/powerpc-cell32l.c" or
3289 "features/rs6000/powerpc-cell64l.c".
3290 (ppc_linux_spu_section): Remove.
3291 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3292 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3293 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3294 (ppc_linux_spe_context_lookup): Remove.
3295 (ppc_linux_spe_context_inferior_created): Remove.
3296 (ppc_linux_spe_context_solib_loaded): Remove.
3297 (ppc_linux_spe_context_solib_unloaded): Remove.
3298 (ppc_linux_spe_context): Remove.
3299 (struct ppu2spu_cache): Remove.
3300 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3301 (struct ppu2spu_data): Remove.
3302 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3303 ppu2spu_unwind): Remove.
3304 (ppc_linux_init_abi): Remove Cell/B.E. support.
3305 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3306
3307 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3308 (rs6000/powerpc-cell64l-expedite): Likewise
3309 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3310 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3311 rs6000/powerpc-cell64l.xml.
3312 * features/rs6000/powerpc-cell32l.xml: Remove.
3313 * features/rs6000/powerpc-cell64l.xml: Likewise.
3314 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3315 * features/rs6000/powerpc-cell64l.c: Likewise.
3316 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3317 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3318 * regformats/reg-spu.dat: Remove.
3319
3320 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3321 * corelow.c (struct spuid_list): Remove.
3322 (add_to_spuid_list): Remove.
3323 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3324 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3325 (remote_protocol_features): Remove associated entries.
3326 (_initialize_remote): No longer initialize them.
3327 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3328 * linux-nat.c (SPUFS_MAGIC): Remove.
3329 (linux_proc_xfer_spu): Remove.
3330 (spu_enumerate_spu_ids): Remove.
3331 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3332 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3333 (linux_make_corefile_notes): No longer call it.
3334
3335 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3336 (cooked_write_test): Likewise.
3337
3338 2019-09-20 Tom Tromey <tom@tromey.com>
3339
3340 * NEWS: Mention case-sensitivity of TUI commands.
3341 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3342 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3343 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3344
3345 2019-09-20 Tom Tromey <tom@tromey.com>
3346
3347 * tui/tui-source.c (tui_source_window::set_contents): Use
3348 make_unique_xstrdup.
3349 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3350 make_unique_xstrdup.
3351
3352 2019-09-20 Tom Tromey <tom@tromey.com>
3353
3354 * tui/tui-data.c: Remove separator comments.
3355 * tui/tui-layout.c: Remove separator comments.
3356 * tui/tui-win.c: Remove separator comments.
3357 * tui/tui-wingeneral.c: Remove separator comments.
3358
3359 2019-09-20 Tom Tromey <tom@tromey.com>
3360
3361 * tui/tui.h (strcat_to_buf): Don't declare.
3362 * tui/tui.c (strcat_to_buf): Remove.
3363
3364 2019-09-20 Tom Tromey <tom@tromey.com>
3365
3366 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3367 from "fullname".
3368 * tui/tui-source.c (tui_source_window::set_contents)
3369 (tui_source_window::location_matches_p)
3370 (tui_source_window::maybe_update): Update.
3371
3372 2019-09-20 Tom Tromey <tom@tromey.com>
3373
3374 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3375 Update.
3376 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3377 prefix.
3378 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3379 (tui_data_window::line_from_reg_element_no)
3380 (tui_data_window::first_reg_element_no_inline)
3381 (tui_data_window::show_registers)
3382 (tui_data_window::show_register_group)
3383 (tui_data_window::display_registers_from)
3384 (tui_data_window::display_registers_from_line)
3385 (tui_data_window::first_data_item_displayed)
3386 (tui_data_window::delete_data_content_windows)
3387 (tui_data_window::erase_data_content)
3388 (tui_data_window::do_scroll_vertical)
3389 (tui_data_window::refresh_window)
3390 (tui_data_window::check_register_values): Update.
3391
3392 2019-09-20 Tom Tromey <tom@tromey.com>
3393
3394 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3395 (struct tui_locator_window) <full_name, proc_name>: Now
3396 std::string.
3397 * tui/tui-stack.c (tui_locator_window::make_status_line)
3398 (tui_locator_window::set_locator_fullname)
3399 (tui_locator_window::set_locator_info): Update.
3400 * tui/tui-source.c (tui_source_window::set_contents)
3401 (tui_source_window::showing_source_p): Update.
3402
3403 2019-09-20 Tom Tromey <tom@tromey.com>
3404
3405 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3406 Don't call tui_locator_win_info_ptr.
3407
3408 2019-09-20 Tom Tromey <tom@tromey.com>
3409
3410 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3411
3412 2019-09-20 Tom Tromey <tom@tromey.com>
3413
3414 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3415 height for locator.
3416 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3417 * tui/tui-layout.c (show_source_disasm_command, show_data)
3418 (show_source_or_disasm_and_command): Use 1 as height for locator.
3419
3420 2019-09-20 Tom Tromey <tom@tromey.com>
3421
3422 * tui/tui.c (tui_enable): Update.
3423 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3424 Update.
3425 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3426 Update.
3427 * tui/tui-data.c (win_resized): Now bool.
3428 (tui_win_resized): Return bool.
3429 (tui_set_win_resized_to): Accept a bool.
3430
3431 2019-09-20 Tom Tromey <tom@tromey.com>
3432
3433 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3434 Change type of "refresh_values_only".
3435 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3436 type of "refresh_values_only".
3437
3438 2019-09-20 Tom Tromey <tom@tromey.com>
3439
3440 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3441 std::string.
3442 (tui_disassemble): Add "pos" parameter.
3443 (tui_disasm_window::set_contents): Simplify.
3444
3445 2019-09-20 Tom Tromey <tom@tromey.com>
3446
3447 * tui/tui-winsource.h (struct tui_source_window_base)
3448 <show_source_content>: Now private.
3449 * tui/tui-winsource.c
3450 (tui_source_window_base::show_source_content): Don't handle empty
3451 content case.
3452
3453 2019-09-20 Tom Tromey <tom@tromey.com>
3454
3455 * tui/tui-layout.c (show_source_disasm_command)
3456 (show_source_or_disasm_and_command): Don't call
3457 show_source_content.
3458
3459 2019-09-20 Tom Tromey <tom@tromey.com>
3460
3461 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3462 Declare.
3463 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3464 from tui_make_status_line.
3465 (tui_locator_window::rerender): Update.
3466
3467 2019-09-20 Tom Tromey <tom@tromey.com>
3468
3469 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3470 (tui_locator_window::rerender): Update.
3471
3472 2019-09-20 Tom Tromey <tom@tromey.com>
3473
3474 * tui/tui-winsource.h (struct tui_source_window_base)
3475 <~tui_source_window_base>: Don't declare.
3476 <fullname>: Remove.
3477 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3478 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3479 member.
3480 * tui/tui-source.c (tui_source_window::set_contents): Update.
3481 (tui_source_window::location_matches_p)
3482 (tui_source_window::maybe_update): Update.
3483
3484 2019-09-20 Tom Tromey <tom@tromey.com>
3485
3486 * tui/tui-winsource.h (~tui_source_element): Remove.
3487 (tui_source_element): Update.
3488 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3489 * tui/tui-winsource.c (tui_show_source_line): Update.
3490 * tui/tui-source.c (tui_source_window::set_contents): Update.
3491 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3492
3493 2019-09-20 Tom Tromey <tom@tromey.com>
3494
3495 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3496 declare.
3497 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3498 tui_clear_source_windows_detail.
3499 * tui/tui-winsource.h (struct tui_source_window_base)
3500 <clear_detail>: Don't declare.
3501 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3502 Remove.
3503 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3504
3505 2019-09-20 Tom Tromey <tromey@adacore.com>
3506
3507 PR ada/24919:
3508 * block.c (contained_in): Fix final return value.
3509
3510 2019-09-20 Alan Modra <amodra@gmail.com>
3511
3512 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3513 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3514 (read_indirect_string_from_dwz): Use bfd accessor.
3515 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3516 * machoread.c (macho_symfile_read_all_oso): Likewise.
3517 * solib.c (solib_bfd_open): Likewise.
3518
3519 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3520
3521 * eval.c: Move declaration of overload_resolution to...
3522 * value.h: ...here.
3523
3524 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3525
3526 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3527 * arm-linux-tdep.c: Likewise.
3528 * arm-nbsd-nat.c: Likewise.
3529 * arm-tdep.h: Declare arm_apcs_32.
3530 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3531
3532 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3533
3534 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3535 * dwarf2read.h: Declare dwarf_always_disassemble.
3536
3537 2019-09-19 Tom de Vries <tdevries@suse.de>
3538
3539 PR gdb/25009
3540 * source-cache.c (source_cache::ensure): Catch exception thrown during
3541 construction of the highlighter.
3542
3543 2019-09-18 Alan Modra <amodra@gmail.com>
3544
3545 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3546 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3547 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3548 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3549 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3550 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3551 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3552 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3553 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3554 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3555 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3556 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3557 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3558 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3559 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3560 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3561 * mi/mi-interp.c: Update throughout for bfd section macro and
3562 function changes.
3563 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3564 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3565
3566 2019-09-18 Tom Tromey <tom@tromey.com>
3567
3568 * NEWS: Add entry.
3569 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3570 call rl_initialize.
3571 (tui_enable): Do not call rl_initialize.
3572
3573 2019-09-18 Christian Groessler <chris@groessler.org>
3574
3575 * alpha-linux-nat.c: Include gdbarch.h.
3576
3577 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3578
3579 * ui-file.c: Include cli/cli-style.h.
3580 (term_cli_styling): Remove cli_styling declaration.
3581
3582 2019-09-18 Alan Modra <amodra@gmail.com>
3583
3584 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3585 to bfd_asymbol_section.
3586
3587 2019-09-18 Alan Modra <amodra@gmail.com>
3588
3589 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3590 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3591 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3592
3593 2019-09-18 Alan Modra <amodra@gmail.com>
3594
3595 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3596 * spu-linux-nat.c (spu_bfd_open): Likewise.
3597
3598 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3599
3600 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3601 to bool to match definition in dwarf2read.c.
3602
3603 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3604
3605 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3606 (print_signatures): Likewise.
3607 (trust_pad_over_xvs): Likewise.
3608 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3609 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3610 * arm-linux-nat.c (arm_apcs_32): Likewise.
3611 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3612 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3613 * arm-tdep.c (arm_debug): Likewise.
3614 (arm_apcs_32): Likewise.
3615 * auto-load.c (debug_auto_load): Likewise.
3616 (auto_load_gdb_scripts): Likewise.
3617 (global_auto_load): Likewise.
3618 (auto_load_local_gdbinit): Likewise.
3619 (auto_load_local_gdbinit_loaded): Likewise.
3620 * auto-load.h (global_auto_load): Likewise.
3621 (auto_load_local_gdbinit): Likewise.
3622 (auto_load_local_gdbinit_loaded): Likewise.
3623 * breakpoint.c (disconnected_dprintf): Likewise.
3624 (breakpoint_proceeded): Likewise.
3625 (automatic_hardware_breakpoints): Likewise.
3626 (always_inserted_mode): Likewise.
3627 (target_exact_watchpoints): Likewise.
3628 (_initialize_breakpoint): Update.
3629 * breakpoint.h (target_exact_watchpoints): Change to bool.
3630 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3631 * cli/cli-cmds.c (trace_commands): Likewise.
3632 * cli/cli-cmds.h (trace_commands): Likewise.
3633 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3634 to bool*.
3635 * cli/cli-logging.c (logging_overwrite): Change to bool.
3636 (logging_redirect): Likewise.
3637 (debug_redirect): Likewise.
3638 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3639 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3640 to bool.
3641 <boolean_option_def>: Update.
3642 (struct flag_option_def): Change default type of Context to bool
3643 from int.
3644 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3645 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3646 (get_setshow_command_value_string): Likewise.
3647 * cli/cli-style.c (cli_styling): Change to bool.
3648 (source_styling): Likewise.
3649 * cli/cli-style.h (source_styling): Likewise.
3650 (cli_styling): Likewise.
3651 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3652 to bool.
3653 * command.h (var_types): Update comment.
3654 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3655 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3656 bool.
3657 (debug_compile_cplus_scopes): Likewise.
3658 * compile/compile-internal.h (compile_debug): Likewise.
3659 * compile/compile.c (compile_debug): Likewise.
3660 (struct compile_options) <raw>: Likewise.
3661 * cp-support.c (catch_demangler_crashes): Likewise.
3662 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3663 (usr_cmd_cris_dwarf2_cfi): Likewise.
3664 * csky-tdep.c (csky_debug): Likewise.
3665 * darwin-nat.c (enable_mach_exceptions): Likewise.
3666 * dcache.c (dcache_enabled_p): Likewise.
3667 * defs.h (info_verbose): Likewise.
3668 * demangle.c (demangle): Likewise.
3669 (asm_demangle): Likewise.
3670 * dwarf-index-cache.c (debug_index_cache): Likewise.
3671 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3672 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3673 * dwarf2read.c (check_physname): Likewise.
3674 (use_deprecated_index_sections): Likewise.
3675 (dwarf_always_disassemble): Likewise.
3676 * eval.c (overload_resolution): Likewise.
3677 * event-top.c (set_editing_cmd_var): Likewise.
3678 (exec_done_display_p): Likewise.
3679 * event-top.h (set_editing_cmd_var): Likewise.
3680 (exec_done_display_p): Likewise.
3681 * exec.c (write_files): Likewise.
3682 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3683 (debug_fbsd_nat): Likewise.
3684 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3685 Likewise.
3686 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3687 <backtrace_past_entry> Likewise.
3688 * gdb-demangle.h (demangle): Likewise.
3689 (asm_demangle): Likewise.
3690 * gdb_bfd.c (bfd_sharing): Likewise.
3691 * gdbcore.h (write_files): Likewise.
3692 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3693 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3694 * gdbthread.h (print_thread_events): Likewise.
3695 * gdbtypes.c (opaque_type_resolution): Likewise.
3696 (strict_type_checking): Likewise.
3697 * gnu-nat.c (gnu_debug_flag): Likewise.
3698 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3699 * guile/scm-param.c (pascm_variable): Add boolval.
3700 (add_setshow_generic): Update.
3701 (pascm_param_value): Update.
3702 (pascm_set_param_value_x): Update.
3703 * hppa-tdep.c (hppa_debug): Change to bool..
3704 * infcall.c (may_call_functions_p): Likewise.
3705 (coerce_float_to_double_p): Likewise.
3706 (unwind_on_signal_p): Likewise.
3707 (unwind_on_terminating_exception_p): Likewise.
3708 * infcmd.c (startup_with_shell): Likewise.
3709 * inferior.c (print_inferior_events): Likewise.
3710 * inferior.h (startup_with_shell): Likewise.
3711 (print_inferior_events): Likewise.
3712 * infrun.c (step_stop_if_no_debug): Likewise.
3713 (detach_fork): Likewise.
3714 (debug_displaced): Likewise.
3715 (disable_randomization): Likewise.
3716 (non_stop): Likewise.
3717 (non_stop_1): Likewise.
3718 (observer_mode): Likewise.
3719 (observer_mode_1): Likewise.
3720 (set_observer_mode): Update.
3721 (sched_multi): Change to bool.
3722 * infrun.h (debug_displaced): Likewise.
3723 (sched_multi): Likewise.
3724 (step_stop_if_no_debug): Likewise.
3725 (non_stop): Likewise.
3726 (disable_randomization): Likewise.
3727 * linux-tdep.c (use_coredump_filter): Likewise.
3728 (dump_excluded_mappings): Likewise.
3729 * linux-thread-db.c (auto_load_thread_db): Likewise.
3730 (check_thread_db_on_load): Likewise.
3731 * main.c (captured_main_1): Update.
3732 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3733 xx2_opt, boolean_opt>: Change to bool.
3734 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3735 * maint.c (maintenance_profile_p): Likewise.
3736 (per_command_time): Likewise.
3737 (per_command_space): Likewise.
3738 (per_command_symtab): Likewise.
3739 * memattr.c (inaccessible_by_default): Likewise.
3740 * mi/mi-main.c (mi_async): Likewise.
3741 (mi_async_1): Likewise.
3742 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3743 * nat/fork-inferior.h (startup_with_shell): Likewise.
3744 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3745 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3746 * nios2-tdep.c (nios2_debug): Likewise.
3747 * or1k-tdep.c (or1k_debug): Likewise.
3748 * parse.c (parser_debug): Likewise.
3749 * parser-defs.h (parser_debug): Likewise.
3750 * printcmd.c (print_symbol_filename): Likewise.
3751 * proc-api.c (procfs_trace): Likewise.
3752 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3753 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3754 (set_parameter_value): Update.
3755 (add_setshow_generic): Update.
3756 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3757 to bool*.
3758 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3759 int*.
3760 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3761 * record-btrace.c (record_btrace_target::store_registers): Update.
3762 * record-full.c (record_full_memory_query): Change to bool.
3763 (record_full_stop_at_limit): Likewise.
3764 * record-full.h (record_full_memory_query): Likewise.
3765 * remote-notif.c (notif_debug): Likewise.
3766 * remote-notif.h (notif_debug): Likewise.
3767 * remote.c (use_range_stepping): Likewise.
3768 (interrupt_on_connect): Likewise.
3769 (remote_break): Likewise.
3770 * ser-tcp.c (tcp_auto_retry): Likewise.
3771 * ser-unix.c (serial_hwflow): Likewise.
3772 * skip.c (debug_skip): Likewise.
3773 * solib-aix.c (solib_aix_debug): Likewise.
3774 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3775 (spu_auto_flush_cache_p): Likewise.
3776 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3777 Likewise.
3778 (struct info_print_options) <quiet>: Likewise.
3779 * symfile-debug.c (debug_symfile): Likewise.
3780 * symfile.c (auto_solib_add): Likewise.
3781 (separate_debug_file_debug): Likewise.
3782 * symfile.h (auto_solib_add): Likewise.
3783 (separate_debug_file_debug): Likewise.
3784 * symtab.c (basenames_may_differ): Likewise.
3785 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3786 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3787 (struct info_types_options) <quiet>: Likewise.
3788 * symtab.h (demangle): Likewise.
3789 (basenames_may_differ): Likewise.
3790 * target-dcache.c (stack_cache_enabled_1): Likewise.
3791 (code_cache_enabled_1): Likewise.
3792 * target.c (trust_readonly): Likewise.
3793 (may_write_registers): Likewise.
3794 (may_write_memory): Likewise.
3795 (may_insert_breakpoints): Likewise.
3796 (may_insert_tracepoints): Likewise.
3797 (may_insert_fast_tracepoints): Likewise.
3798 (may_stop): Likewise.
3799 (auto_connect_native_target): Likewise.
3800 (target_stop_and_wait): Update.
3801 (target_async_permitted): Change to bool.
3802 (target_async_permitted_1): Likewise.
3803 (may_write_registers_1): Likewise.
3804 (may_write_memory_1): Likewise.
3805 (may_insert_breakpoints_1): Likewise.
3806 (may_insert_tracepoints_1): Likewise.
3807 (may_insert_fast_tracepoints_1): Likewise.
3808 (may_stop_1): Likewise.
3809 * target.h (target_async_permitted): Likewise.
3810 (may_write_registers): Likewise.
3811 (may_write_memory): Likewise.
3812 (may_insert_breakpoints): Likewise.
3813 (may_insert_tracepoints): Likewise.
3814 (may_insert_fast_tracepoints): Likewise.
3815 (may_stop): Likewise.
3816 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3817 (make_thread_apply_all_options_def_group): Change argument from int*
3818 to bool*.
3819 (thread_apply_all_command): Update.
3820 (print_thread_events): Change to bool.
3821 * top.c (confirm): Likewise.
3822 (command_editing_p): Likewise.
3823 (history_expansion_p): Likewise.
3824 (write_history_p): Likewise.
3825 (info_verbose): Likewise.
3826 * top.h (confirm): Likewise.
3827 (history_expansion_p): Likewise.
3828 * tracepoint.c (disconnected_tracing): Likewise.
3829 (circular_trace_buffer): Likewise.
3830 * typeprint.c (print_methods): Likewise.
3831 (print_typedefs): Likewise.
3832 * utils.c (debug_timestamp): Likewise.
3833 (sevenbit_strings): Likewise.
3834 (pagination_enabled): Likewise.
3835 * utils.h (sevenbit_strings): Likewise.
3836 (pagination_enabled): Likewise.
3837 * valops.c (overload_resolution): Likewise.
3838 * valprint.h (struct value_print_options) <prettyformat_arrays,
3839 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3840 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3841 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3842 Likewise.
3843 * windows-nat.c (new_console): Likewise.
3844 (cygwin_exceptions): Likewise.
3845 (new_group): Likewise.
3846 (debug_exec): Likewise.
3847 (debug_events): Likewise.
3848 (debug_memory): Likewise.
3849 (debug_exceptions): Likewise.
3850 (useshell): Likewise.
3851 * windows-tdep.c (maint_display_all_tib): Likewise.
3852 * xml-support.c (debug_xml): Likewise.
3853
3854 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3855
3856 * source.c (prepare_path_for_appending): New function.
3857 (openp): Make use of new function.
3858 (find_and_open_source): Search for the compilation directory and
3859 source file as a relative path beneath the directory search path.
3860
3861 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * source-cache.c (source_cache::get_line_charpos): Catch
3864 exceptions and return false, this matches the behaviour documented
3865 in the header file.
3866
3867 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3868
3869 * ada-tasks.c (info_task): Remove quoting of the task's name.
3870
3871 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3872
3873 * symfile.c (auto_solib_add): Replace comment with a reference
3874 to the header file.
3875
3876 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3877
3878 * NEWS: Mention that gdb can now be compiled with Python 3
3879 on Windows.
3880
3881 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3882
3883 * maint.c (maint_print_section_data::maint_print_section_data):
3884 Force use of 'float log10 (float)' by casting the argument to
3885 float.
3886
3887 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3888
3889 * maint.c: Add 'cmath' include.
3890 (struct maint_print_section_data): New structure.
3891 (print_section_index): New function.
3892 (print_bfd_section_info): Add header comment, small whitespace
3893 cleanup, and update to call new print_section_index function.
3894 (print_objfile_section_info): Likewise.
3895 (maint_obj_section_from_bfd_section): New function.
3896 (print_bfd_section_info_maybe_relocated): New function.
3897 (maintenance_info_sections): Add header comment, always use
3898 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3899
3900 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3903 inner scope, add check that the objfile has psymtabs before
3904 checking psymtabs_addrmap.
3905 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3906
3907 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3908
3909 * NEWS: Announce that Ada task names are now shown at more places,
3910 and between quotes (except in info task output).
3911 * gdb/ada-tasks.c (task_to_str): New function.
3912 (display_current_task_id): Call task_to_str.
3913 (task_command_1): Likewise.
3914 (print_ada_task_info): In non-mi mode, Properly align headers and data
3915 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3916
3917 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3918
3919 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3920 prstatus.pr_lwp.pr_info instead of making it up.
3921
3922 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3923
3924 * auto-load.c (auto_load_expand_dir_vars): Update.
3925 * defs.h (gdb_datadir): Change to std::string.
3926 (python_libdir): Likewise.
3927 (relocate_gdb_directory): Change return type to std::string.
3928 * guile/guile.c (gdbscm_data_directory): Update.
3929 (initialize_scheme_side): Update.
3930 * jit.c (jit_reader_dir): Change to std::string.
3931 (jit_reader_load_command): Update.
3932 * main.c (gdb_datadir): Change to std::string.
3933 (python_libdir): Likewise.
3934 (set_gdb_data_directory): Update.
3935 (relocate_path): Change to return std::string.
3936 (relocate_gdb_directory): Change to return std::string.
3937 (relocate_gdbinit_path_maybe_in_datadir): Update.
3938 (captured_main_1): Update.
3939 * python/python.c (do_start_initialization): Update.
3940 * top.c (show_gdb_datadir): Update.
3941 * xml-syscall.c (xml_init_syscalls_info): Update.
3942 (init_syscalls_info): Update.
3943
3944 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3945
3946 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3947 out of get_init_files.
3948 (get_init_files): Update.
3949
3950 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3951
3952 * main.c (get_init_files): Change to use std::string.
3953 (captured_main_1): Update.
3954 (print_gdb_help): Update.
3955
3956 2019-09-11 Ali Tamur <tamur@google.com>
3957
3958 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3959 implementation.
3960
3961 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3962
3963 * dbxread.c (read_dbx_symtab): Update.
3964 * dwarf2read.c (load_partial_dies): Update.
3965 * mdebugread.c (parse_partial_symbols): Update.
3966 (handle_psymbol_enumerators): Update.
3967 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3968 * psymtab.c (add_psymbol_to_bcache): Likewise.
3969 (add_psymbol_to_list): Likewise.
3970 * symtab.c (symbol_set_names): Likewise.
3971 * symtab.h (symbol_set_names): Likewise.
3972 * xcoffread.c (scan_xcoff_symtab): Update.
3973
3974 2019-09-11 Tom Tromey <tom@tromey.com>
3975
3976 * symfile-mem.c (symbol_file_add_from_memory): Use
3977 bfd_set_filename.
3978 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3979 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3980
3981 2019-09-10 Tom Tromey <tromey@adacore.com>
3982
3983 * dwarf-index-write.c (write_psymbols): Extend error message.
3984 (debug_names::insert): Add Ada code.
3985 (debug_names::write_psymbols): Remove Ada check.
3986 (debug_names) <m_string_obstack>: New member.
3987 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3988 (gdb_index_symbol_name_matcher::matches): Remove.
3989 (mapped_index_base::find_name_components_bounds): Add "lang"
3990 parameter.
3991 (mapped_index_base::build_name_components): Also split names
3992 according to Ada syntax.
3993 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3994 type of "match_callback".
3995 (check_match, check_find_bounds_finds)
3996 (dw2_expand_symtabs_matching): Update.
3997 (dw2_debug_names_iterator): Add new constructor.
3998 (dw2_debug_names_map_matching_symbols): New function.
3999 (dw2_debug_names_expand_symtabs_matching): Update.
4000 (dwarf2_debug_names_functions): Use
4001 dw2_debug_names_map_matching_symbols.
4002
4003 2019-09-10 Tom Tromey <tromey@adacore.com>
4004
4005 * dwarf2read.c (dw2_get_file_names_reader): Add the
4006 CU's file name to the results.
4007
4008 2019-09-10 Tom Tromey <tromey@adacore.com>
4009
4010 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4011 map_matching_symbols. Update.
4012 * dwarf2read.c (dw2_map_matching_symbols): Update.
4013 * psymtab.c (match_partial_symbol): Change type; update.
4014 (psym_map_matching_symbols): Likewise.
4015 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4016 type; update.
4017 * symfile.h (struct quick_symbol_functions)
4018 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4019 Remove "match".
4020
4021 2019-09-10 Tom Tromey <tromey@adacore.com>
4022
4023 * psymtab.c (map_block): Remove.
4024 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4025 * symtab.c (iterate_over_symbols_terminated): New function.
4026 * symtab.c (iterate_over_symbols_terminated): Declare.
4027
4028 2019-09-10 Tom Tromey <tromey@adacore.com>
4029
4030 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4031 * language.h (struct language_defn) <la_iterate_over_symbols>:
4032 Return bool.
4033 * symtab.c (iterate_over_symbols): Return bool.
4034 * symtab.h (iterate_over_symbols): Return bool.
4035
4036 2019-09-10 Tom Tromey <tromey@adacore.com>
4037
4038 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4039 (add_nonlocal_symbols): Update.
4040 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4041 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4042 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4043 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4044 Change type of "callback". Remove "data".
4045
4046
4047 2019-09-09 Ali Tamur <tamur@google.com>
4048
4049 * dwarf2read.c (comp_unit_head): Update comment.
4050 (dwarf2_dwo_name): New function declaration.
4051 (dwarf_unit_type_name): New function declaration.
4052 (read_comp_unit_head): Add support for new compilation units,
4053 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4054 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4055 (currently named as "signature") in their header. Also clarify error
4056 messages.
4057 (lookup_dwo_id): New function. Returns the dwo id of the given
4058 compile unit.
4059 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4060 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4061 functions.
4062 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4063 (dwarf2_dwo_name): Get the dwo name if present.
4064 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4065 purposes.
4066
4067 2019-09-09 Tom Tromey <tom@tromey.com>
4068
4069 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4070
4071 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4072
4073 * python/python.c (do_start_initialization): Make progname_copy static,
4074 to avoid a leak report.
4075
4076 2019-09-08 Tom Tromey <tom@tromey.com>
4077
4078 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4079
4080 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4081
4082 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4083 Change type to gdb::optional<block_enum>.
4084 (dw2_symtab_iter_init): Change block_index parameter type
4085 to gdb::optional<block_enum>.
4086 (dw2_lookup_symbol): Change block_index parameter
4087 type to block_enum.c
4088 (dw2_debug_names_lookup_symbol): Likewise.
4089 * psymtab.c (psym_lookup_symbol): Likewise.
4090 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4091 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4092 Likewise.
4093
4094 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4095
4096 * defs.h (relocate_gdb_directory): Change int to bool in
4097 signature and rename flag to relocatable.
4098 * main.c (relocate_path): Likewise.
4099 (relocate_gdb_directory): Likewise.
4100
4101 2019-09-06 Alan Modra <amodra@gmail.com>
4102
4103 * coffread.c (coff_symfile_read): Constify filename variable.
4104 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4105 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4106 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4107 * solib.c (reload_shared_libraries_1): Likewise.
4108 * symfile.c (reread_symbols): Likewise.
4109 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4110 * solib-darwin.c (darwin_bfd_open): Likewise.
4111 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4112
4113 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4116 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4117
4118 2019-09-03 Tom Tromey <tromey@adacore.com>
4119
4120 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4121 types.
4122 (has_negatives): Unbias a range type bound.
4123 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4124 * gdbtypes.c (operator==): Handle new field.
4125 (create_range_type): Add "bias" parameter.
4126 (create_static_range_type, resolve_dynamic_range): Update.
4127 * gdbtypes.h (struct range_bounds) <bias>: New member.
4128 (create_range_type): Add bias parameter.
4129 * printcmd.c (print_scalar_formatted): Unbias range types.
4130 * value.c (unpack_long): Unbias range types.
4131 (pack_long): Bias range types.
4132
4133 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4134
4135 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4136 probe arguments.
4137
4138 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4139
4140 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4141 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4142 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4143 (compile_probe_arg): Likewise.
4144 * probe.h (get_argument_count): Likewise.
4145 * solib-svr4.c (solib_event_probe_action): Likewise.
4146 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4147
4148 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4149
4150 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4151 code to here...
4152 (svr4_create_solib_event_breakpoints): ...from here.
4153
4154 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4155
4156 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4157 suffix from warning message.
4158
4159 2019-08-30 Tom Tromey <tom@tromey.com>
4160
4161 * tui/tui-winsource.h (struct tui_source_window_base)
4162 <refresh_all>: Don't declare.
4163 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4164 Remove.
4165 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4166 tui_show_locator_content.
4167 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4168 declare.
4169 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4170 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4171 declare.
4172
4173 2019-08-30 Tom Tromey <tom@tromey.com>
4174
4175 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4176
4177 2019-08-30 Tom Tromey <tom@tromey.com>
4178
4179 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4180 Remove unnecessary forward declarations.
4181
4182 2019-08-30 Tom Tromey <tom@tromey.com>
4183
4184 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4185 rerender.
4186 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4187 tui_show_locator_content.
4188
4189 2019-08-30 Tom Tromey <tom@tromey.com>
4190
4191 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4192 (tui_locator_window::rerender): Rewrite using body of previous
4193 tui_show_locator_content.
4194
4195 2019-08-30 Tom Tromey <tom@tromey.com>
4196
4197 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4198 set_locator_fullname>: New methods.
4199 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4200 Rename from tui_set_locator_fullname.
4201 (tui_locator_window::set_locator_info): Rename from
4202 tui_set_locator_info. Return bool.
4203 (tui_update_locator_fullname, tui_show_frame_info): Update.
4204
4205 2019-08-30 Tom Tromey <tom@tromey.com>
4206
4207 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4208
4209 2019-08-30 Tom Tromey <tom@tromey.com>
4210
4211 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4212 call touchwin.
4213
4214 2019-08-30 Tom Tromey <tom@tromey.com>
4215
4216 * tui/tui-wingeneral.c (box_win): Assume win_info and
4217 win_info->handle cannot be NULL.
4218
4219 2019-08-30 Tom Tromey <tom@tromey.com>
4220
4221 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4222 refresh_window>: Declare.
4223 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4224 resize.
4225 (tui_data_item_window::rerender): Rename from
4226 tui_display_register.
4227 (tui_data_item_window::refresh_window): New method.
4228 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4229 no-op.
4230
4231 2019-08-30 Tom Tromey <tom@tromey.com>
4232
4233 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4234 regs_column_count, current_group>: Move later. Now private.
4235 <get_current_group>: New method.
4236 * tui/tui-regs.c (tui_reg_command): Update.
4237 * tui/tui-layout.c (tui_set_layout): Update.
4238
4239 2019-08-30 Tom Tromey <tom@tromey.com>
4240
4241 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4242 (tui_data_window::rerender): Don't call
4243 check_and_display_highlight_if_needed.
4244 (tui_data_window::refresh_all): Remove call to
4245 erase_data_content.
4246
4247 2019-08-30 Tom Tromey <tom@tromey.com>
4248
4249 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4250 (tui_data_window::display_registers_from)
4251 (tui_data_window::display_reg_element_at_line)
4252 (tui_data_window::display_registers_from_line): Remove checks of
4253 "empty".
4254
4255 2019-08-30 Tom Tromey <tom@tromey.com>
4256
4257 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4258 Don't declare.
4259 * tui/tui-regs.c (tui_data_window::show_registers): Call
4260 rerender.
4261 (tui_data_window::rerender): Rename from display_all_data.
4262 (tui_data_window::rerender): Remove old implementation.
4263
4264 2019-08-30 Tom Tromey <tom@tromey.com>
4265
4266 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4267 text.
4268 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4269
4270 2019-08-29 Bernhard Wodok <barto@gmx.net>
4271 Sergio Durigan Junior <sergiodj@redhat.com>
4272
4273 PR win32/24284
4274 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4275
4276 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4279 when searching for types.
4280
4281 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * f-lang.c (f_language_defn): Use f_print_typedef.
4284 * f-lang.h (f_print_typedef): Declare.
4285 * f-typeprint.c (f_print_typedef): Define.
4286
4287 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4288
4289 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4290
4291 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * cli/cli-utils.c (info_print_options_defs): Delete.
4294 (make_info_print_options_def_group): Delete.
4295 (extract_info_print_options): Delete.
4296 (info_print_command_completer): Delete.
4297 (info_print_args_help): Add extra parameter, and optionally
4298 include text about -n flag.
4299 * cli/cli-utils.h (struct info_print_options): Delete.
4300 (extract_info_print_options): Delete declaration.
4301 (info_print_command_completer): Delete declaration.
4302 (info_print_args_help): Add extra parameter, extend header
4303 comment.
4304 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4305 search_symbols.
4306 * stack.c (struct info_print_options): New type.
4307 (info_print_options_defs): New file scoped variable.
4308 (make_info_print_options_def_group): New static function.
4309 (info_print_command_completer): New static function.
4310 (info_locals_command): Update to use new local functions.
4311 (info_args_command): Likewise.
4312 (_initialize_stack): Add extra parameter to calls to
4313 info_print_args_help.
4314 * symtab.c (search_symbols): Add extra parameter, use this to
4315 possibly excluse non-debug symbols.
4316 (symtab_symbol_info): Add extra parameter, which is passed on to
4317 search_symbols.
4318 (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_variables_command): Update to use local functions, and pass
4323 extra parameter through to symtab_symbol_info.
4324 (info_functions_command): Likewise.
4325 (info_types_command): Pass additional argument through to
4326 symtab_symbol_info.
4327 (rbreak_command): Pass extra argument to search_symbols.
4328 (_initialize_symtab): Add extra arguments for calls to
4329 info_print_args_help, and update help text for 'info variables',
4330 'whereis', and 'info functions' commands.
4331 * symtab.h (search_symbols): Add extra argument to declaration.
4332 * NEWS: Mention new flags.
4333
4334 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4335
4336 * symtab.c (lookup_static_symbol): Call the new function (and move
4337 it down to be next to lookup_global_symbol).
4338 (struct global_sym_lookup_data): Add block_enum member and rename to...
4339 (struct global_or_static_sym_lookup_data): ...this.
4340 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4341 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4342 (lookup_symbol_global_or_static_iterator_cb): ...this.
4343 (lookup_global_or_static_symbol): New function.
4344 (lookup_global_symbol): Call new function.
4345
4346 2019-08-26 Tom de Vries <tdevries@suse.de>
4347
4348 PR c++/24852
4349 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4350 when pc_probe.prob == NULL.
4351
4352 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4353
4354 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4355 variable symbol_linkage to symbol_linkage_.
4356
4357 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4358
4359 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4360 represent whether the symbol is static, dynamic, or we don't
4361 know.
4362
4363 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4364
4365 * gdb/rx-tdep.c (rx_register_names): New.
4366 (rx_register_name): Delete.
4367 (rx_psw_type): Delete.
4368 (rx_fpsw_type): Delete.
4369 (rx_register_type): Delete.
4370 (rx_gdbarch_init): Convert target-descriptions.
4371 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4372 * gdb/features/Makefile: Add rx.xml.
4373 * gdb/features/rx.xml: New.
4374 * gdb/features/rx.c: Generated.
4375 * gdb/NEWS: Mention target description support.
4376
4377 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4378
4379 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4380 *slot_ptr.
4381
4382 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4383
4384 * configure.ac: Don't check for 'dlfcn.h' (moved to
4385 gdbsupport/common.m4).
4386 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4387 'gdbsupport/'.
4388 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4389 * compile/compile-c-support.c: Include
4390 'gdbsupport/gdb-dlfcn.h'.
4391 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4392 * gdb-dlfcn.c: Move to...
4393 * gdbsupport/gdb-dlfcn.c: ... here.
4394 * gdb-dlfcn.h: Move to...
4395 * gdbsupport/gdb-dlfcn.h: ... here.
4396
4397 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4398
4399 * nios2-tdep.c (struct reg_value): Improve comments. Make
4400 the offset field signed.
4401
4402 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4403
4404 * python/lib/gdb/__init__.py (_execute_file): New function.
4405 * python/python.c (python_run_simple_file): Call gdb._execute_file
4406 on Windows.
4407
4408 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4411 all uses as this was never set to anything but a zero value.
4412
4413 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4414
4415 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4416
4417 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4418
4419 * tui/tui-data.h (tui_gen_win_info): Add an =default
4420 move constructor, required by some GCC versions.
4421
4422 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4423
4424 * go32-nat.c (go32_sysinfo): Add hygon_p.
4425
4426 2019-08-20 Tom Tromey <tom@tromey.com>
4427
4428 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4429 line_from_reg_element_no, first_reg_element_no_inline,
4430 display_all_data, delete_data_content_windows,
4431 erase_data_content>: Now private.
4432
4433 2019-08-20 Tom Tromey <tom@tromey.com>
4434
4435 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4436 (tui_unhighlight_win, tui_highlight_win)
4437 (tui_win_info::make_window): Update.
4438 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4439
4440 2019-08-20 Tom Tromey <tom@tromey.com>
4441
4442 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4443 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4444 (MAX_PID_WIDTH): Move to tui-stack.c.
4445 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4446 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4447 (MAX_PID_WIDTH): Move from tui-data.h.
4448
4449 2019-08-20 Tom Tromey <tom@tromey.com>
4450
4451 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4452 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4453 (box_win): Update.
4454 (tui_gen_win_info::make_window): Rename from tui_make_window.
4455 (tui_win_info::make_window): New method.
4456 (tui_gen_win_info::make_visible): Update.
4457 * tui/tui-source.c (tui_source_window::set_contents): Update.
4458 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4459 (tui_data_window::display_registers_from): Update.
4460 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4461 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4462 Declare.
4463 <can_box>: Remove.
4464 <title>: Remove.
4465 (struct tui_win_info) <make_window>: Declare.
4466 <can_box>: Now virtual.
4467 <title>: New member.
4468 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4469 * tui/tui-command.c (tui_cmd_window::resize): Update.
4470
4471 2019-08-20 Tom Tromey <tom@tromey.com>
4472
4473 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4474 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4475 (tui_data_window::check_register_values): Update.
4476
4477 2019-08-20 Tom Tromey <tom@tromey.com>
4478
4479 * tui/tui-regs.h (struct tui_data_window): Use
4480 DISABLE_COPY_AND_ASSIGN.
4481 <regs_content>: Change type, removing unique_ptr.
4482 <tui_data_window>: Add move constructor.
4483 * tui/tui-regs.c (tui_data_window::show_registers)
4484 (tui_data_window::show_register_group)
4485 (tui_data_window::display_registers_from)
4486 (tui_data_window::display_registers_from)
4487 (tui_data_window::first_data_item_displayed)
4488 (tui_data_window::delete_data_content_windows)
4489 (tui_data_window::rerender, tui_data_window::refresh_window)
4490 (tui_data_window::check_register_values): Update.
4491
4492 2019-08-20 Tom Tromey <tom@tromey.com>
4493
4494 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4495 show_register_group>: Declare.
4496 (tui_show_register_group): Don't declare.
4497 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4498 tui_show_registers.
4499 (tui_data_window::show_register_group): Rename from
4500 tui_show_register_group.
4501 (tui_data_window::check_register_values, tui_reg_command):
4502 Update.
4503 * tui/tui-layout.c (tui_set_layout): Update.
4504
4505 2019-08-20 Tom Tromey <tom@tromey.com>
4506
4507 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4508 Declare.
4509 (tui_check_register_values): Don't declare.
4510 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4511 from tui_check_register_values.
4512 * tui/tui-hooks.c (tui_register_changed): Update.
4513
4514 2019-08-20 Tom Tromey <tom@tromey.com>
4515
4516 * tui/tui-regs.c (tui_reg_layout): Move later.
4517 (tui_show_registers): Don't enable TUI mode or change layout.
4518
4519 2019-08-20 Tom Tromey <tom@tromey.com>
4520
4521 * tui/tui-regs.h (struct tui_data_item_window)
4522 <~tui_data_item_window>: Remove.
4523 <content>: Now a unique_xmalloc_ptr.
4524 * tui/tui-regs.c (tui_register_format): Return a
4525 unique_xmalloc_ptr.
4526 (tui_get_register): Update.
4527 (~tui_data_item_window): Remove.
4528 (tui_data_window::display_registers_from, tui_display_register):
4529 Update.
4530 * tui/tui-io.h (tui_expand_tabs): Update.
4531 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4532 Remove "col" parameter.
4533
4534 2019-08-20 Tom Tromey <tom@tromey.com>
4535
4536 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4537 field.
4538 * tui/tui-regs.c (~tui_data_item_window): Update.
4539
4540 2019-08-20 Tom Tromey <tom@tromey.com>
4541
4542 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4543 earlier.
4544
4545 2019-08-20 Tom Tromey <tom@tromey.com>
4546
4547 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4548
4549 2019-08-20 Tom Tromey <tom@tromey.com>
4550
4551 * tui/tui-source.h (struct tui_source_window): Update.
4552 * tui/tui-regs.c (tui_show_registers): Update.
4553 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4554 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4555 (NO_REGS_STRING): Remove defines.
4556
4557 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4558
4559 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4560 unnecessary thread walk if remote doesn't support the packet.
4561
4562 2019-08-19 Tom Tromey <tromey@adacore.com>
4563
4564 * python/py-value.c (value_has_field): Fix indentation.
4565
4566 2019-08-19 Tom Tromey <tromey@adacore.com>
4567
4568 * printcmd.c (do_one_display, info_display_command): Update.
4569 * block.h (contained_in): Return bool. Add allow_nested
4570 parameter.
4571 * block.c (contained_in): Return bool. Add allow_nested
4572 parameter.
4573
4574 2019-08-19 Tom Tromey <tom@tromey.com>
4575
4576 * configure: Rebuild.
4577 * configure.ac: Disallow the combination of -static-libstdc++ and
4578 source highlight.
4579 * source-cache.c (get_language_name): Handle rust.
4580 (source_cache::get_source_lines): Ignore highlighting exceptions.
4581
4582 2019-08-16 Tom Tromey <tom@tromey.com>
4583
4584 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4585 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4586 (struct tui_source_window_base) <make_visible, refresh_window,
4587 resize>: Remove methods.
4588 <execution_info>: Remove field.
4589 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4590 (tui_show_source_line, tui_source_window_base)
4591 (~tui_source_window_base): Update.
4592 (tui_source_window_base::resize)
4593 (tui_source_window_base::make_visible)
4594 (tui_source_window_base::refresh_window): Remove.
4595 (tui_source_window_base::update_exec_info): Update.
4596 * tui/tui-source.c (tui_source_window::set_contents): Update.
4597 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4598
4599 2019-08-16 Tom Tromey <tom@tromey.com>
4600
4601 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4602 deprecated_query_hook.
4603
4604 2019-08-16 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4607 (tui_update_source_windows_with_line): Update.
4608 * tui/tui-source.h (struct tui_source_window)
4609 <show_symtab_source>: Declare.
4610 (tui_show_symtab_source): Don't declare.
4611 * tui/tui-source.c (tui_show_symtab_source): Rename from
4612 tui_show_symtab_source.
4613
4614 2019-08-16 Tom Tromey <tom@tromey.com>
4615
4616 * tui/tui-winsource.h (struct tui_source_window_base)
4617 <set_contents>: Declare.
4618 * tui/tui-winsource.c
4619 (tui_source_window_base::update_source_window_as_is): Update.
4620 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4621 Declare.
4622 (tui_set_source_content): Don't declare.
4623 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4624 tui_set_source_content.
4625 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4626 Declare.
4627 (tui_set_disassem_content): Don't declare.
4628 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4629 tui_set_disassem_content.
4630
4631 2019-08-16 Tom Tromey <tom@tromey.com>
4632
4633 * tui/tui-winsource.h (struct tui_source_window_base)
4634 <update_breakpoint_info>: Declare.
4635 (tui_update_breakpoint_info): Don't declare.
4636 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4637 (tui_update_all_breakpoint_info): Update.
4638 (tui_source_window_base::update_breakpoint_info): Rename from
4639 tui_update_breakpoint_info.
4640 (tui_source_window_base::update_exec_info): Update.
4641
4642 2019-08-16 Tom Tromey <tom@tromey.com>
4643
4644 * tui/tui-winsource.h (struct tui_source_window_base)
4645 <update_source_window>: Declare.
4646 (tui_update_source_window): Don't declare.
4647 * tui/tui-winsource.c
4648 (tui_source_window_base::update_source_window): Rename from
4649 tui_update_source_window.
4650 (tui_source_window_base::rerender): Update.
4651 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4652 * tui/tui-disasm.c (tui_show_disassem)
4653 (tui_show_disassem_and_update_source)
4654 (tui_disasm_window::maybe_update): Update.
4655
4656 2019-08-16 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui-winsource.h (struct tui_source_window_base)
4659 <update_source_window_as_is>: Declare.
4660 (tui_update_source_window_as_is): Don't declare.
4661 * tui/tui-winsource.c (tui_update_source_window): Update
4662 (tui_source_window_base::update_source_window_as_is): Rename from
4663 tui_update_source_window_as_is.
4664 (tui_source_window_base::refill): Update.
4665 * tui/tui-source.c (tui_show_symtab_source): Update.
4666 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4667 Update.
4668
4669 2019-08-16 Tom Tromey <tom@tromey.com>
4670
4671 * tui/tui-winsource.h (tui_update_source_window)
4672 (tui_update_source_window_as_is): Remove "noerror" parameter.
4673 * tui/tui-winsource.c (tui_update_source_window)
4674 (tui_update_source_window_as_is): Remove "noerror" parameter.
4675 (tui_update_source_windows_with_addr)
4676 (tui_update_source_windows_with_line)
4677 (tui_source_window_base::rerender)
4678 (tui_source_window_base::refill): Update.
4679 * tui/tui-source.h (tui_set_source_content)
4680 (tui_show_symtab_source): Remove "noerror" parameter.
4681 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4682 parameter.
4683 (tui_show_symtab_source): Likewise.
4684 (tui_source_window::maybe_update): Update.
4685 * tui/tui-disasm.c (tui_show_disassem)
4686 (tui_show_disassem_and_update_source)
4687 (tui_disasm_window::do_scroll_vertical)
4688 (tui_disasm_window::maybe_update): Update.
4689
4690 2019-08-16 Tom Tromey <tom@tromey.com>
4691
4692 * tui/tui.c (tui_is_window_visible): Update.
4693 * tui/tui-wingeneral.c (tui_make_window)
4694 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4695 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4696 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4697 (tui_set_win_height_command, parse_scrolling_args): Update.
4698 * tui/tui-source.c (tui_source_window::style_changed): Update.
4699 * tui/tui-regs.c (tui_show_registers)
4700 (tui_data_window::first_data_item_displayed)
4701 (tui_data_window::delete_data_content_windows)
4702 (tui_check_register_values, tui_reg_command): Update.
4703 * tui/tui-disasm.c (tui_show_disassem): Update.
4704 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4705 method.
4706 <is_visible>: Remove field.
4707 * tui/tui-data.c (tui_next_win, tui_prev_win)
4708 (tui_delete_invisible_windows): Update.
4709
4710 2019-08-16 Tom Tromey <tom@tromey.com>
4711
4712 * tui/tui-winsource.h (struct tui_source_window_base)
4713 <m_has_locator>: Remove.
4714 * tui/tui-layout.c (show_source_disasm_command, show_data)
4715 (show_source_or_disasm_and_command): Update.
4716
4717 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4718
4719 * NEWS (Other MI changes): New subsection.
4720 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4721 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4722 * arch-utils.c (default_get_pc_address_flags): New function.
4723 * arch-utils.h (default_get_pc_address_flags): New declaration.
4724 * gdbarch.sh: Add get_pc_address_flags.
4725 * gdbarch.c: Regenerate.
4726 * gdbarch.h: Likewise.
4727 * stack.c (print_pc): New function.
4728 (print_frame_info) (print_frame): Call print_pc.
4729
4730 2019-08-16 Tom de Vries <tdevries@suse.de>
4731
4732 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4733 print_objfile_section_info.
4734
4735 2019-08-15 Tom Tromey <tom@tromey.com>
4736
4737 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4738 calling update_cmdwin_start_line.
4739 * tui/tui-winsource.h (struct tui_source_window_base)
4740 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4741 <rerender>: Declare.
4742 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4743 Call rerender.
4744 (tui_source_window_base::set_new_height): Remove.
4745 (tui_source_window_base::rerender): Rename from
4746 do_make_visible_with_new_height.
4747 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4748 resize method.
4749 (tui_win_info::make_invisible_and_set_new_height)
4750 (tui_win_info::make_visible_with_new_height): Remove.
4751 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4752 Declare.
4753 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4754 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4755 do_make_visible_with_new_height>: Don't declare.
4756 <rerender>: Declare.
4757 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4758 set_new_height.
4759 (tui_data_window::do_make_visible_with_new_height): Remove.
4760 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4761 call tui_show_locator_content.
4762 (tui_gen_win_info::resize): Call rerender.
4763 (show_source_or_disasm_and_command): Don't call
4764 tui_show_locator_content.
4765 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4766 method.
4767 (struct tui_win_info) <rerender>: Declare.
4768 <set_new_height, make_invisible_and_set_new_height,
4769 make_visible_with_new_height>: Don't declare.
4770 * tui/tui-data.c (tui_win_list::rerender): New method.
4771 * tui/tui-command.h (struct tui_cmd_window)
4772 <do_make_visible_with_new_height>: Don't declare.
4773 * tui/tui-command.c
4774 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4775
4776 2019-08-15 Tom Tromey <tromey@adacore.com>
4777
4778 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4779 * ada-lang.c (ada_enum_name): Likewise.
4780
4781 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4782
4783 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4784 leading underscore.
4785 (GdbOutputErrorFile): Likewise.
4786 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4787 accordingly.
4788 (execute_unwinders): Rename to have a leading underscore.
4789 (auto_load_packages): Likewise.
4790 (global scope): Adjust call to auto_load_packages accordingly.
4791 (GdbSetPythonDirectory): Likewise.
4792 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4793 instead of execute_unwinders.
4794
4795 2019-08-15 Tom Tromey <tom@tromey.com>
4796
4797 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4798 (show_data): Don't change window visibility.
4799 (tui_gen_win_info::resize): Remove special case for command
4800 window. Use wresize, when available.
4801 (show_source_or_disasm_and_command): Don't change window
4802 visibility.
4803 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4804 <make_visible>: New method.
4805 * tui/tui-command.c (tui_cmd_window::resize): New method.
4806
4807 2019-08-15 Tom Tromey <tom@tromey.com>
4808
4809 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4810 (struct tui_source_windows): New.
4811 * tui/tui-winsource.c (tui_display_main): Update.
4812 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4813 (new_height_ok, parse_scrolling_args): Update.
4814 * tui/tui-layout.c (show_layout, show_data): Update.
4815 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4816 (tui_add_to_source_windows): Don't declare.
4817 * tui/tui-data.c (source_windows, tui_source_windows)
4818 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4819
4820 2019-08-15 Tom Tromey <tom@tromey.com>
4821
4822 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4823 Rename from reset.
4824 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4825 * tui/tui-layout.c (show_source_disasm_command, show_data):
4826 Update.
4827 (tui_gen_win_info::resize): Rename.
4828 (show_source_or_disasm_and_command): Update.
4829 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4830 reset.
4831
4832 2019-08-15 Tom Tromey <tom@tromey.com>
4833
4834 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4835 * tui/tui-interp.c (tui_interp::init): Don't call
4836 tui_initialize_static_data.
4837 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4838
4839 2019-08-15 Tom Tromey <tom@tromey.com>
4840
4841 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4842 examine tui_win_list.
4843
4844 2019-08-15 Tom Tromey <tom@tromey.com>
4845
4846 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4847 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4848 tui_clear_source_content.
4849 (tui_clear_source_content): Remove.
4850 (tui_source_window_base::do_erase_source_content): Hoist call to
4851 content.clear().
4852 * tui/tui-stack.c (tui_show_frame_info): Don't call
4853 tui_clear_source_content.
4854
4855 2019-08-15 Tom Tromey <tom@tromey.com>
4856
4857 * tui/tui-winsource.h (struct tui_source_window_base)
4858 <do_erase_source_content>: New method.
4859 <erase_source_content>: New method.
4860 (tui_erase_source_content): Don't declare.
4861 * tui/tui-winsource.c (tui_clear_source_content): Update.
4862 (tui_source_window_base::do_erase_source_content): Rename from
4863 tui_erase_source_content.
4864 (tui_source_window_base::show_source_content): Update.
4865 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4866 * tui/tui-source.h (struct tui_source_window)
4867 <erase_source_content>: New method.
4868 * tui/tui-disasm.h (struct tui_disasm_window)
4869 <erase_source_content>: New method.
4870
4871 2019-08-15 Tom Tromey <tom@tromey.com>
4872
4873 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4874 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4875 constructor.
4876 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4877 * tui/tui-source.c (tui_set_source_content): Update.
4878 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4879
4880 2019-08-15 Tom Tromey <tom@tromey.com>
4881
4882 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4883 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4884 tui-source.c.
4885 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4886 Declare.
4887 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4888 method.
4889 (tui_source_window::maybe_update): Update.
4890
4891 2019-08-15 Tom Tromey <tom@tromey.com>
4892
4893 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4894 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4895 tui-disasm.c.
4896 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4897 Declare.
4898 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4899 method.
4900 (tui_disasm_window::maybe_update): Update.
4901
4902 2019-08-15 Tom Tromey <tom@tromey.com>
4903
4904 * tui/tui-winsource.h (struct tui_source_window_base)
4905 <maybe_update>: Declare.
4906 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4907 method.
4908 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4909 Declare.
4910 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4911 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4912 Declare.
4913 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4914
4915 2019-08-15 Tom Tromey <tom@tromey.com>
4916
4917 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4918
4919 2019-08-15 Tom Tromey <tom@tromey.com>
4920
4921 * tui/tui-wingeneral.c: Include tui-stack.h.
4922 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4923 (struct tui_locator_window): Move from tui-data.h.
4924 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4925 (tui_initialize_static_data): Move from tui-data.c.
4926 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4927 (struct tui_locator_window): Move to tui-stack.c.
4928 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4929 (tui_initialize_static_data): Move to tui-stack.c.
4930
4931 2019-08-15 Tom Tromey <tom@tromey.com>
4932
4933 * tui/tui-layout.c (show_source_disasm_command)
4934 (show_source_or_disasm_and_command): Use make_visible method, not
4935 tui_make_window.
4936 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4937 Remove.
4938
4939 2019-08-15 Tom Tromey <tom@tromey.com>
4940
4941 * tui/tui-wingeneral.h (tui_make_window): Update.
4942 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4943 parameter.
4944 (tui_gen_win_info::make_visible): Update.
4945 * tui/tui-regs.c (tui_data_window::display_registers_from):
4946 Update.
4947 * tui/tui-layout.c (show_source_disasm_command)
4948 (show_source_or_disasm_and_command): Update.
4949 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4950 (enum tui_box): Remove.
4951 (struct tui_win_info) <can_box>: New method.
4952 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4953 method.
4954
4955 2019-08-15 Tom de Vries <tdevries@suse.de>
4956
4957 * linux-nat-trad.c: Include gdbarch.h.
4958
4959 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4960
4961 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4962 register sizes.
4963
4964 2019-08-14 Tom Tromey <tromey@adacore.com>
4965
4966 * darwin-nat.c: Include gdbarch.h.
4967 * darwin-nat-info.c: Include gdbarch.h.
4968
4969 2019-08-13 Tom Tromey <tom@tromey.com>
4970
4971 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4972 Remove.
4973 * tui/tui-data.c (tui_initialize_static_data): Update.
4974
4975 2019-08-13 Tom Tromey <tom@tromey.com>
4976
4977 * tui/tui-winsource.h (struct tui_exec_info_window)
4978 <~tui_exec_info_window, maybe_allocate_content, get_content,
4979 m_content>: Remove.
4980 (struct tui_source_window_base) <set_exec_info_content,
4981 show_exec_info_content>: Don't declare.
4982 * tui/tui-winsource.c
4983 (tui_exec_info_window::maybe_allocate_content): Remove.
4984 (tui_source_window_base::update_exec_info): Rename from
4985 set_exec_info_content.
4986 (tui_source_window_base::show_exec_info_content)
4987 (tui_source_window_base::update_exec_info): Remove.
4988
4989 2019-08-13 Tom Tromey <tom@tromey.com>
4990
4991 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4992 declare.
4993 * tui/tui-winsource.c (tui_update_source_window_as_is)
4994 (tui_update_source_windows_with_addr, tui_erase_source_content):
4995 Update.
4996 (tui_clear_exec_info_content): Remove.
4997
4998 2019-08-13 Tom Tromey <tom@tromey.com>
4999
5000 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5001 declare.
5002 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5003 call tui_erase_exec_info_content.
5004 (tui_clear_exec_info_content): Rename from
5005 tui_erase_exec_info_content.
5006 (tui_clear_exec_info_content): Delete.
5007
5008 2019-08-13 Tom Tromey <tom@tromey.com>
5009
5010 * tui/tui-winsource.h (struct tui_source_window_base)
5011 <show_exec_info_content>: Declare.
5012 (tui_show_exec_info_content): Don't declare.
5013 * tui/tui-winsource.c
5014 (tui_source_window_base::show_exec_info_content): Rename from
5015 tui_show_exec_info_content.
5016 (tui_source_window_base::update_exec_info): Update.
5017
5018 2019-08-13 Tom Tromey <tom@tromey.com>
5019
5020 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5021 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5022 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5023 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5024 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5025 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5026 ... here.
5027
5028 2019-08-13 Tom Tromey <tom@tromey.com>
5029
5030 * tui/tui-winsource.h (struct tui_source_window_base)
5031 <update_exec_info>: Declare.
5032 (tui_update_exec_info): Don't declare.
5033 * tui/tui-winsource.c (tui_update_source_window_as_is)
5034 (tui_source_window_base::refresh_all)
5035 (tui_update_all_breakpoint_info): Update.
5036 (tui_source_window_base::update_exec_info): Rename from
5037 tui_update_exec_info.
5038 * tui/tui-stack.c (tui_show_frame_info): Update.
5039
5040 2019-08-13 Tom Tromey <tom@tromey.com>
5041
5042 * tui/tui-winsource.h (struct tui_source_window_base)
5043 <set_exec_info_content>: Declare.
5044 (tui_set_exec_info_content): Don't declare.
5045 * tui/tui-winsource.c
5046 (tui_source_window_base::set_exec_info_content): Rename from
5047 tui_set_exec_info_content.
5048 (tui_update_exec_info): Update.
5049
5050 2019-08-13 Tom Tromey <tom@tromey.com>
5051
5052 * tui/tui-winsource.h (struct tui_source_window_base)
5053 <show_source_content>: Declare.
5054 (tui_show_source_content): Don't declare.
5055 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5056 (tui_source_window_base::show_source_content): Rename from
5057 tui_show_source_content.
5058 (tui_source_window_base::refresh_all): Update.
5059 * tui/tui-layout.c (show_source_disasm_command)
5060 (show_source_or_disasm_and_command): Update.
5061
5062 2019-08-13 Tom Tromey <tom@tromey.com>
5063
5064 * tui/tui-winsource.c (tui_erase_source_content)
5065 (tui_show_source_content, tui_source_window_base::refresh_all):
5066 Update.
5067 * tui/tui-wingeneral.h
5068 (tui_check_and_display_highlight_if_needed): Don't declare.
5069 * tui/tui-wingeneral.c
5070 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5071 check_and_display_highlight_if_needed.
5072 * tui/tui-win.c (tui_rehighlight_all)
5073 (tui_win_info::make_visible_with_new_height): Update.
5074 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5075 (tui_data_window::erase_data_content)
5076 (tui_data_window::display_all_data): Update.
5077 * tui/tui-data.h (struct tui_win_info)
5078 <check_and_display_highlight_if_needed>: Declare.
5079
5080 2019-08-13 Tom Tromey <tom@tromey.com>
5081
5082 * tui/tui-win.c (tui_resize_all): Call
5083 tui_delete_invisible_windows.
5084 * tui/tui-layout.c (show_layout): Call
5085 tui_delete_invisible_windows.
5086 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5087 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5088
5089 2019-08-13 Tom Tromey <tom@tromey.com>
5090
5091 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5092 tui_add_win_to_layout.
5093
5094 2019-08-13 Tom Tromey <tom@tromey.com>
5095
5096 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5097 * tui/tui-layout.c (tui_default_win_height): Now static.
5098
5099 2019-08-13 Tom Tromey <tom@tromey.com>
5100
5101 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5102 single switch.
5103 (show_source_disasm_command, show_source_or_disasm_and_command):
5104 Don't check current layout.
5105
5106 2019-08-13 Tom Tromey <tom@tromey.com>
5107
5108 * tui/tui-wingeneral.c (make_all_visible): Remove.
5109 (tui_make_all_invisible): Simplify.
5110 * tui/tui-layout.c (tui_make_all_invisible): Move from
5111 tui-wingeneral.c; simplify.
5112 (show_layout): Hoist call to tui_make_all_invisible.
5113 (show_data): Don't call tui_make_all_invisible.
5114
5115 2019-08-13 Tom Tromey <tom@tromey.com>
5116
5117 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5118 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5119
5120 2019-08-13 Tom Tromey <tom@tromey.com>
5121
5122 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5123 tui-data.c.
5124 (show_source_disasm_command, show_data)
5125 (show_source_or_disasm_and_command): Don't use
5126 tui_set_current_layout_to.
5127 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5128 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5129 tui-layout.c.
5130 (tui_set_current_layout_to): Remove.
5131
5132 2019-08-13 Tom Tromey <tom@tromey.com>
5133
5134 * tui/tui-layout.c (tui_set_layout): Update.
5135 * tui/tui-data.h (struct tui_layout_def): Remove.
5136 (tui_layout_def): Don't declare.
5137 * tui/tui-data.c (layout_def): Remove.
5138 (tui_layout_def): Remove.
5139
5140 2019-08-13 Tom Tromey <tom@tromey.com>
5141
5142 * tui/tui-winsource.h (struct tui_source_window_base)
5143 <clear_detail>: No longer "override".
5144 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5145 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5146 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5147 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5148 Remove.
5149 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5150
5151 2019-08-13 Tom Tromey <tromey@adacore.com>
5152
5153 * tracepoint.c: Don't include readline.h or history.h.
5154
5155 2019-08-12 Tom Tromey <tom@tromey.com>
5156
5157 * configure: Rebuild.
5158 * configure.ac: Check for readline 7.
5159 * NEWS: Mention readline 7 requirement.
5160 * README: Update.
5161
5162 2019-08-12 Tom Tromey <tom@tromey.com>
5163
5164 * mingw-hdep.c (gdb_select): Remove readline hack.
5165
5166 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5167
5168 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5169 when the function fails.
5170
5171 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5172
5173 * s390-tdep.c (s390_type_align): New function.
5174 (s390_gdbarch_init): Set it as type_align gdbarch method.
5175
5176 2019-08-09 Tom de Vries <tdevries@suse.de>
5177
5178 PR gdb/24591
5179 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5180 pc_low with relocation offset.
5181
5182 2019-08-07 Tom Tromey <tromey@adacore.com>
5183
5184 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5185 (print_frame_args): Update.
5186 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5187 Update.
5188 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5189 * frame.h (struct frame_arg): Add initializers.
5190 <error>: Now a unique_xmalloc_ptr.
5191
5192 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5193
5194 * NEWS: Expand the Pointer Authentication entry.
5195 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5196 (aarch64_frame_unmask_lr): ... to this.
5197 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5198 Call aarch64_frame_unmask_lr.
5199 * frame.c (struct frame_info): Add "masked" variable.
5200 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5201 (fprint_frame): Check for masked pc.
5202 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5203 declarations.
5204 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5205 * stack.c (print_frame): Check for masked pc.
5206
5207 2019-08-06 Tom Tromey <tom@tromey.com>
5208
5209 * stabsread.c (patch_block_stabs, read_one_struct_field)
5210 (read_enum_type): Use obstack_strndup.
5211 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5212 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5213 * dwarf2read.c (guess_full_die_structure_name)
5214 (anonymous_struct_prefix): Use obstack_strndup.
5215 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5216 * c-exp.y (yylex): Use obstack_strndup.
5217 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5218 (write_var_or_type): Use obstack_strndup.
5219
5220 2019-08-06 Tom Tromey <tom@tromey.com>
5221
5222 * symfile.c (reread_symbols): Use obstack_strdup.
5223 * stabsread.c (read_type): Use obstack_strdup.
5224 * gdb_obstack.h (obstack_strdup): New overload.
5225 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5226 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5227 (dwarf2_canonicalize_name): Use obstack_strdup.
5228 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5229 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5230 Use obstack_strdup.
5231
5232 2019-08-06 Tom Tromey <tom@tromey.com>
5233
5234 * gdb_obstack.h (obstack_strdup): Define.
5235 * gdb_obstack.c (obstack_strdup): Don't define.
5236
5237 2019-08-06 Tom Tromey <tom@tromey.com>
5238
5239 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5240 obstack_strdup.
5241 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5242 obstack_strdup.
5243 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5244 * stabsread.c (common_block_start): Use obstack_strdup.
5245 * objfiles.c (set_objfile_main_name, objfile): Use
5246 obstack_strdup.
5247 * namespace.c (add_using_directive): Use obstack_strdup.
5248 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5249 * jit.c (finalize_symtab): Use obstack_strdup.
5250 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5251 (guess_partial_die_structure_name, partial_die_info::fixup)
5252 (dwarf2_name): Use obstack_strdup.
5253 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5254 obstack_strdup.
5255 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5256 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5257 obstack_strdup.
5258 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5259
5260 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5261
5262 * unittests/help-doc-selftests.c: New file.
5263 * Makefile.in: Add the new file.
5264
5265 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5266
5267 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5268 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5269 the full first line, except when FOR_VALUE_PREFIX. In this case,
5270 the trailing '.' is not output, and the first character is uppercased.
5271 (print_help_for_command): Update call to print_doc_line.
5272 (print_doc_of_command): Likewise.
5273 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5274 * cli/cli-option.c (append_indented_doc): Do not append newline.
5275 (build_help_option): Append newline after first appended_indented_doc
5276 only if a second call is done.
5277 (build_help): Append 2 new lines before each option, except the first
5278 one.
5279 * compile/compile.c (_initialize_compile): Add new lines after
5280 %OPTIONS%, when not at the end of the help.
5281 Change help doc or code
5282 producing the help doc to respect the invariants.
5283 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5284 Also removed the new line after 'Options:', as all other commands
5285 do not put an empty line between 'Options:' and the first option.
5286 * printcmd.c (_initialize_printcmd): Likewise.
5287 * stack.c (_initialize_stack): Likewise.
5288 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5289 incorrectly telling COMMAND is optional.
5290 * ada-lang.c (_initialize_ada_language): Change help doc or code
5291 producing the help doc to respect the invariants.
5292 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5293 * breakpoint.c (_initialize_breakpoint): Likewise.
5294 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5295 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5296 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5297 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5298 _initialize_cli_style): Likewise.
5299 * corelow.c (core_target_info): Likewise.
5300 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5301 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5302 * filesystem.c (_initialize_filesystem): Likewise.
5303 * frame.c (_initialize_frame): Likewise.
5304 * gnu-nat.c (add_task_commands): Likewise.
5305 * infcall.c (_initialize_infcall): Likewise.
5306 * infcmd.c (_initialize_infcmd): Likewise.
5307 * interps.c (_initialize_interpreter): Likewise.
5308 * language.c (_initialize_language): Likewise.
5309 * linux-fork.c (_initialize_linux_fork): Likewise.
5310 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5311 * maint.c (_initialize_maint_cmds): Likewise.
5312 * memattr.c (_initialize_mem): Likewise.
5313 * printcmd.c (_initialize_printcmd): Likewise.
5314 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5315 _RegEx): Likewise.
5316 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5317 * record-btrace.c (_initialize_record_btrace): Likewise.
5318 * record-full.c (_initialize_record_full): Likewise.
5319 * record.c (_initialize_record): Likewise.
5320 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5321 * regcache.c (_initialize_regcache): Likewise.
5322 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5323 _initialize_remote): Likewise.
5324 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5325 * serial.c (_initialize_serial): Likewise.
5326 * skip.c (_initialize_step_skip): Likewise.
5327 * source.c (_initialize_source): Likewise.
5328 * stack.c (_initialize_stack): Likewise.
5329 * symfile.c (_initialize_symfile): Likewise.
5330 * symtab.c (_initialize_symtab): Likewise.
5331 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5332 * top.c (init_main): Likewise.
5333 * tracefile-tfile.c (tfile_target_info): Likewise.
5334 * tracepoint.c (_initialize_tracepoint): Likewise.
5335 * tui/tui-win.c (_initialize_tui_win): Likewise.
5336 * utils.c (add_internal_problem_command): Likewise.
5337 * valprint.c (value_print_option_defs): Likewise.
5338
5339 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5340
5341 PR build/24886
5342 * configure.ac: Drop enable-libmcheck support.
5343 * configure, config.in: Rebuild.
5344 * libmcheck.m4: Remove.
5345 * acinclude.m4: Don't include it.
5346 * Makefile.in: Don't distribute it.
5347 * top.c (print_gdb_configuration): Don't mention it.
5348
5349 2019-08-06 Tom Tromey <tom@tromey.com>
5350
5351 * utils.c (set_output_style): Sometimes pass stream to
5352 emit_style_escape.
5353 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5354 * record-btrace.c (btrace_insn_history): Update.
5355 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5356 method.
5357 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5358 Update initializers.
5359 <m_uiout>: New field.
5360 <m_di>: Move lower.
5361 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5362 Remove "uiout" parameter.
5363 (dump_insns): Update.
5364 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5365 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5366
5367 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5368
5369 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5370 (error_in_psymtab_expansion): Likewise.
5371 (lookup_symbol_via_quick_fns): Likewise.
5372 (basic_lookup_transparent_type_quick): Likewise.
5373 (basic_lookup_transparent_type_1): Likewise.
5374
5375 2019-08-06 Tom Tromey <tromey@adacore.com>
5376
5377 * source.c (last_source_error): Now bool.
5378 (print_source_lines_base): Make "noprint" bool. Only open
5379 source file when last_source_visited changes.
5380
5381 2019-08-06 Tom Tromey <tromey@adacore.com>
5382
5383 * annotate.c (annotate_source_line): Use g_source_cache.
5384 * source-cache.c (source_cache::get_plain_source_lines): Change
5385 parameters. Populate m_offset_cache.
5386 (source_cache::ensure): New method.
5387 (source_cache::get_line_charpos): New method.
5388 (extract_lines): Move lower. Change parameters.
5389 (source_cache::get_source_lines): Move lower.
5390 * source-cache.h (class source_cache): Update comment.
5391 <get_line_charpos>: New method.
5392 <get_source_lines>: Update comment.
5393 <clear>: Clear m_offset_cache.
5394 <get_plain_source_lines>: Change parameters.
5395 <ensure>: New method
5396 <m_offset_cache>: New member.
5397 * source.c (forget_cached_source_info_for_objfile): Update.
5398 (info_source_command): Use g_source_cache.
5399 (find_source_lines, open_source_file_with_line_charpos): Remove.
5400 (print_source_lines_base, search_command_helper): Use g_source_cache.
5401 * source.h (open_source_file_with_line_charpos): Don't declare.
5402 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5403 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5404 Use g_source_cache.
5405
5406 2019-08-06 Tom Tromey <tromey@adacore.com>
5407
5408 * source-cache.c (source_cache::get_plain_source_lines):
5409 Remove "first_line" and "last_line" parameters.
5410 (source_cache::get_source_lines): Cache plain text.
5411 * source-cache.h (class source_cache)
5412 <get_plain_source_lines>: Update.
5413
5414 2019-08-06 Tom Tromey <tromey@adacore.com>
5415
5416 * source-cache.c (extract_lines): No longer a method.
5417 Changed type of parameter. Include final newline.
5418 (selftests::extract_lines_test): New function.
5419 (_initialize_source_cache): Likewise.
5420 * source-cache.h (class source_cache)
5421 <extract_lines>: Don't declare.
5422
5423 2019-08-06 Tom Tromey <tromey@adacore.com>
5424
5425 * breakpoint.c (init_breakpoint_sal): Update.
5426 (breakpoint): Update.
5427 * breakpoint.h (struct breakpoint) <filter>: Now a
5428 unique_xmalloc_ptr.
5429
5430 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5431
5432 * NEWS: Mention dictionary access on blocks.
5433 * python/py-block.c (blpy_getitem): New function.
5434 (block_object_as_mapping): New struct.
5435 (block_object_type): Use new struct for tp_as_mapping field.
5436
5437 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5438
5439 * objfiles.h (objfile): Add a comment describing partial symbols.
5440
5441 2019-08-05 Tom Tromey <tromey@adacore.com>
5442
5443 * compile/compile.c (_initialize_compile): Use _(), not N_().
5444 * thread.c (_initialize_thread): Use _(), not N_().
5445 * stack.c (_initialize_stack): Use _(), not N_().
5446 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5447
5448 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5449
5450 * dwarf2read.c (struct dw2_symtab_iterator):
5451 <want_specific_block>: Remove.
5452 <block_index>: Change type to gdb::optional.
5453 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5454 change type of BLOCK_INDEX parameter to gdb::optional.
5455 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5456 (dw2_lookup_symbol): Don't pass argument for
5457 WANT_SPECIFIC_BLOCK.
5458 (dw2_expand_symtabs_for_function): Don't pass argument for
5459 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5460 (class dw2_debug_names_iterator)
5461 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5462 parameter, change BLOCK_INDEX type to gdb::optional.
5463 <m_want_specific_block>: Remove.
5464 <m_block_index>: Change type to gdb::optional.
5465 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5466 gdb::optional. Re-write in function of gdb::optional.
5467 (dw2_debug_names_lookup_symbol): Don't pass argument for
5468 WANT_SPECIFIC_BLOCK.
5469 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5470 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5471 BLOCK_INDEX.
5472
5473 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5474
5475 * NEWS: Mention changes to "info sources" command.
5476
5477 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5478
5479 * symtab.c (filename_partial_match_opts): New struct type.
5480 (struct output_source_filename_data): New members
5481 regexp, c_regexp, partial_match.
5482 (output_source_filename): Use new members to decide to print file.
5483 (info_sources_option_defs): New variable.
5484 (make_info_sources_options_def_group, print_info_sources_header,
5485 info_sources_command_completer):
5486 New functions.
5487 (info_sources_command): Read new optional arguments.
5488 (_initialize_symtab): Update info sources help.
5489
5490 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5491
5492 * ada-lang.c (exception_support_info_v0): Renamed from...
5493 (default_exception_support_info): ... this. Create new
5494 definition for v1.
5495 (ada_has_this_exception_support): Look up catch_handlers_sym.
5496 (ada_exception_support_info_sniffer): Try v0 after default.
5497
5498 2019-08-01 Tom Tromey <tromey@adacore.com>
5499
5500 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5501 gdbarch.h.
5502
5503 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5504
5505 * s12z-tdep.c: Fix include path for s12z-opc.h.
5506
5507 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5508
5509 * NEWS: Require GNU make 3.82.
5510
5511 2019-07-16 Tom Tromey <tom@tromey.com>
5512
5513 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5514 declare.
5515
5516 2019-07-30 Tom Tromey <tromey@adacore.com>
5517
5518 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5519
5520 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5521
5522 * printcmd.c (print_address_symbolic): Print negative offsets.
5523 (build_address_symbolic): Force signed arithmetic when computing
5524 offset.
5525
5526 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5527
5528 PR/24474: Add a function to lookup static variables.
5529 * NEWS: Mention this new function.
5530 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5531 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5532 * python/python.c (python_GdbMethods): Add new function.
5533
5534 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5535
5536 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5537 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5538 (objfpy_lookup_static_symbol): New function.
5539 (objfile_object_methods): Add new functions.
5540
5541 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5542
5543 * NEWS: Mention 'set|show print frame-info'. Mention new
5544 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5545 backtrace argument. Mention that python frame filtering code
5546 is now consistent with what 'backtrace' command prints.
5547
5548 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5549
5550 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5551 comments.
5552 (print_frame_info_auto, print_frame_info_source_line,
5553 print_frame_info_location, print_frame_info_source_and_location,
5554 print_frame_info_location_and_address, print_frame_info_short_location):
5555 New declarations.
5556 (struct frame_print_options): New member print_frame_info.
5557 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5558 * stack.h (get_user_print_what_frame_info): New declaration.
5559 (frame_show_address): New declaration.
5560 * stack.c (print_frame_arguments_choices): New value 'presence'.
5561 (print_frame_info_auto, print_frame_info_source_line,
5562 print_frame_info_location, print_frame_info_source_and_location,
5563 print_frame_info_location_and_address, print_frame_info_short_location,
5564 print_frame_info_choices, print_frame_info_print_what): New definitions.
5565 (print_frame_args): Only print dots for args if print frame-arguments
5566 is 'presence'.
5567 (frame_print_option_defs): New element for "frame-info".
5568 (get_user_print_what_frame_info): New function.
5569 (frame_show_address): Make non static. Move comment to stack.h.
5570 (print_frame_info_to_print_what): New function.
5571 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5572 to decide what to print.
5573 (backtrace_command_1): Handle the new print_frame_arguments_presence
5574 value.
5575 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5576 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5577 (py_print_frame): In non-mi mode, use LOCATION as default for
5578 print_what, similarly to frame information printed directly by
5579 backtrace command. Handle frame-info user option in non MI mode.
5580
5581 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5582
5583 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5584 Add case for debugging 32-bit target on 64-bit host. Revise
5585 comment.
5586
5587 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5588
5589 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5590 instead of find_function_entry_range_from_pc.
5591
5592 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5593
5594 * stack.c (find_frame_funname): Remove code which preferred
5595 minsym over symtab sym in "certain pathological cases".
5596
5597 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5598 parameter. Change type of "do_demangle" to bool.
5599 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5600 Pass suitable "prefer_sym_over_minsym" flag to
5601 build_address_symbolic(). Don't output "+" for negative offsets.
5602 * printcmd.c (print_address_symbolic): Update invocation of
5603 build_address_symbolic to include a "prefer_sym_over_minsym"
5604 flag.
5605 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5606 Restrict cases in which use of minimal symbol is preferred to that
5607 of a found symbol. Update comments.
5608
5609 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5610 for entry pc when entry pc is out of range for that FDE.
5611
5612 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5613
5614 PR gdb/24839:
5615 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5616 type.
5617
5618 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5619
5620 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5621 this function's Python signature.
5622
5623
5624 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5625
5626 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5627 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5628 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5629 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5630 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5631
5632
5633 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5634
5635 * h8300-tdep.c (h8300_register_name_common): New.
5636 h8300_register_name): Use h8300_register_name_common.
5637 (h8300s_register_name): Likewise.
5638 (h8300sx_register_name): Likewise.
5639 (h8300h_register_nam): New.
5640 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5641
5642
5643 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5644
5645 * arm-tdep.c (arm_skip_cmse_entry): New function.
5646 (arm_is_sgstubs_section): New function.
5647 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5648
5649 2019-07-22 Tom Tromey <tom@tromey.com>
5650
5651 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5652 Don't self-assign.
5653
5654 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5655
5656 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5657 type_print.
5658
5659 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5660
5661 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5662 so that GDB doesn't match any msymbols when searching in the
5663 TYPES_DOMAIN.
5664 (print_symbol_info): Print using typedef_print or type_print based
5665 on the type of the symbol. Add updated FIXME comment moved from...
5666 (_initialize_symtab): ... move and update FIXME comment to above.
5667
5668 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5669
5670 * NEWS: Mention adding -q option to "info types".
5671 * symtab.c (struct info_types_options): New struct.
5672 (info_types_options_defs): New variable.
5673 (make_info_types_options_def_group): New function.
5674 (info_types_command): Use gdb::option framework to parse options.
5675 (info_types_command_completer): New function.
5676 (_initialize_symtab): Extend the help text on "info types" and
5677 register command completer.
5678
5679 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5680
5681 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5682 (lookup_symbol_in_objfile): Change int to block_enum and add a
5683 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5684
5685 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5686
5687 * MAINTAINERS (Write After Approval): Add self.
5688
5689 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5692 instruction to the dummy code region.
5693
5694 2019-07-19 Tom Tromey <tromey@adacore.com>
5695
5696 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5697 (ARGSUSED, PARAMS, __func__): Remove rules.
5698
5699 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5700
5701 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5702 * features/arm/arm-with-iwmmxt.c: Remove.
5703 * features/arm/arm-with-iwmmxt.xml: Remove.
5704 * features/arm/arm-with-m-fpa-layout.c: Remove.
5705 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5706 * features/arm/arm-with-m-vfp-d16.c: Remove.
5707 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5708 * features/arm/arm-with-m.c: Remove.
5709 * features/arm/arm-with-m.xml: Remove.
5710 * features/arm/arm-with-neon.c: Remove.
5711 * features/arm/arm-with-neon.xml: Remove.
5712 * features/arm/arm-with-vfpv2.c: Remove.
5713 * features/arm/arm-with-vfpv2.xml: Remove.
5714 * features/arm/arm-with-vfpv3.c: Remove.
5715 * features/arm/arm-with-vfpv3.xml: Remove.
5716
5717 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5718
5719 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5720
5721 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5722
5723 * arch/aarch32.c (aarch32_create_target_description): Create
5724 target descriptions using features.
5725 * arch/arm.c (arm_create_target_description)
5726 (arm_create_mprofile_target_description): Likewise.
5727 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5728
5729 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5730
5731 * Makefile.in: Add new files.
5732 * aarch32-tdep.c: New file.
5733 * aarch32-tdep.h: New file.
5734 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5735 Call aarch32_read_description.
5736 * arch/aarch32.c: New file.
5737 * arch/aarch32.h: New file.
5738 * arch/arm.c (arm_create_target_description)
5739 (arm_create_mprofile_target_description): New function.
5740 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5741 (arm_create_target_description)
5742 (arm_create_mprofile_target_description): New declaration.
5743 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5744 read_description functions.
5745 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5746 Likewise.
5747 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5748 * arm-tdep.c (tdesc_arm_list): New variable.
5749 (arm_register_g_packet_guesses): Call create description functions.
5750 (arm_read_description) (arm_read_mprofile_description): New
5751 function.
5752 * arm-tdep.h (arm_read_description)
5753 (arm_read_mprofile_description): Add declaration.
5754 * configure.tgt: Add new files.
5755
5756 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5757
5758 * top.c (new_ui_command): Open specified terminal just once.
5759
5760 2019-07-18 Tom Tromey <tromey@adacore.com>
5761
5762 * symtab.c (main_name): Constify return type.
5763 * symfile.c (set_initial_language): Update.
5764 * symtab.h (main_name): Constify return type.
5765
5766 2019-07-17 Tom Tromey <tom@tromey.com>
5767
5768 * tui/tui-winsource.c (tui_update_source_window)
5769 (tui_update_source_window_as_is)
5770 (tui_update_source_windows_with_line): Remove return.
5771 * tui/tui-disasm.c (tui_show_disassem)
5772 (tui_show_disassem_and_update_source): Remove return.
5773 * tui/tui.c (tui_reset): Remove return.
5774 * tui/tui-wingeneral.c
5775 (tui_check_and_display_highlight_if_needed): Remove return.
5776
5777 2019-07-17 Tom Tromey <tom@tromey.com>
5778
5779 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5780
5781 2019-07-17 Tom Tromey <tom@tromey.com>
5782
5783 * tui/tui-winsource.h (struct tui_exec_info_window)
5784 (struct tui_source_window_base): Move from tui-data.h.
5785 * tui/tui-winsource.c: Move many method definitions from
5786 elsewhere. Remove "structuring" comments.
5787 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5788 (tui_source_window_base::refresh_window): Move to
5789 tui-winsource.c.
5790 * tui/tui-win.c (tui_source_window_base::refresh_all)
5791 (tui_source_window_base::update_tab_width)
5792 (tui_source_window_base::set_new_height)
5793 (tui_source_window_base::do_make_visible_with_new_height): Move to
5794 tui-winsource.c.
5795 * tui/tui-source.h: Update.
5796 * tui/tui-source.c (tui_source_window_base::reset): Move to
5797 tui-winsource.c.
5798 * tui/tui-disasm.h: Update.
5799 * tui/tui-data.h (struct tui_exec_info_window): Move to
5800 tui-winsource.h.
5801 (struct tui_source_window_base): Likewise.
5802 * tui/tui-data.c (tui_source_window_base::clear_detail)
5803 (tui_source_window_base, ~tui_source_window_base): Move to
5804 tui-winsource.c.
5805
5806 2019-07-17 Tom Tromey <tom@tromey.com>
5807
5808 * tui/tui-win.c (tui_resize_all)
5809 (tui_source_window_base::update_tab_width)
5810 (tui_adjust_win_heights): Update.
5811 (tui_win_info::make_invisible_and_set_new_height): Rename from
5812 make_invisible_and_set_new_height.
5813 * tui/tui-data.h (struct tui_win_info)
5814 <make_invisible_and_set_new_height>: New method.
5815
5816 2019-07-17 Tom Tromey <tom@tromey.com>
5817
5818 * tui/tui.c: Update.
5819 * tui/tui-source.h (struct tui_source_window): Move from
5820 tui-data.h.
5821 * tui/tui-layout.c: Update.
5822 * tui/tui-disasm.c: Update.
5823 * tui/tui-data.h (struct tui_source_window): Move to
5824 tui-source.h.
5825
5826 2019-07-17 Tom Tromey <tom@tromey.com>
5827
5828 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5829 tui-data.h.
5830 * tui/tui-data.h (struct tui_disasm_window): Move to
5831 tui-disasm.h.
5832
5833 2019-07-17 Tom Tromey <tom@tromey.com>
5834
5835 * tui/tui-regs.h (struct tui_data_item_window): Move from
5836 tui-data.h.
5837 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5838 * tui/tui-data.h (struct tui_data_item_window): Move to
5839 tui-regs.h.
5840 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5841
5842 2019-07-17 Tom Tromey <tom@tromey.com>
5843
5844 * tui/tui.c: Update.
5845 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5846 (tui_cmd_window::max_height): Move to tui-command.c.
5847 * tui/tui-layout.c: Update.
5848 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5849 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5850 tui-command.c.
5851 * tui/tui-command.h (struct tui_cmd_window): Move from
5852 tui-data.h.
5853 * tui/tui-command.c: Remove "structuring" comments.
5854 (tui_cmd_window::clear_detail)
5855 (tui_cmd_window::do_make_visible_with_new_height)
5856 (tui_cmd_window::max_height): Move from elsewhere.
5857
5858 2019-07-17 Tom Tromey <tom@tromey.com>
5859
5860 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5861 Now static.
5862 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5863 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5864
5865 2019-07-17 Tom Tromey <tom@tromey.com>
5866
5867 * tui/tui.c: Update.
5868 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5869 tui-regs.c.
5870 * tui/tui-windata.h: Remove file.
5871 * tui/tui-windata.c: Remove file.
5872 * tui/tui-win.c (tui_data_window::set_new_height)
5873 (tui_data_window::do_make_visible_with_new_height): Move to
5874 tui-regs.c.
5875 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5876 * tui/tui-regs.c: Remove "structuring" comments.
5877 (tui_data_window::first_data_item_displayed)
5878 (tui_data_window::delete_data_content_windows)
5879 (tui_data_window::erase_data_content)
5880 (tui_data_window::display_all_data)
5881 (tui_data_window::refresh_all)
5882 (tui_data_window::do_scroll_vertical)
5883 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5884 (tui_data_window::do_make_visible_with_new_height)
5885 (tui_data_window::refresh_window): Move from elsewhere.
5886 (_initialize_tui_regs): Move to end of file.
5887 * tui/tui-layout.c: Update.
5888 * tui/tui-hooks.c: Update.
5889 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5890 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5891 tui-regs.c.
5892 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5893
5894 2019-07-17 Tom Tromey <tom@tromey.com>
5895
5896 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5897 seen.
5898
5899 2019-07-17 Tom Tromey <tom@tromey.com>
5900
5901 * tui/tui-win.c (tui_source_window_base::set_new_height)
5902 (tui_source_window_base::do_make_visible_with_new_height): Use
5903 m_has_locator field directly.
5904 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5905 method.
5906 (struct tui_source_window_base) <has_locator>: Likewise.
5907
5908 2019-07-17 Tom Tromey <tom@tromey.com>
5909
5910 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5911 Don't declare.
5912 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5913 Remove.
5914 * tui/tui-win.c (tui_source_window_base::set_new_height)
5915 (tui_source_window_base::set_new_height)
5916 (make_invisible_and_set_new_height)
5917 (tui_source_window_base::do_make_visible_with_new_height)
5918 (tui_source_window_base::do_make_visible_with_new_height):
5919 Update.
5920 * tui/tui-layout.c (show_source_disasm_command, show_data)
5921 (show_source_or_disasm_and_command): Update.
5922 * tui/tui-layout.c (show_layout): Update.
5923
5924 2019-07-17 Tom Tromey <tom@tromey.com>
5925
5926 * tui/tui-layout.c (make_data_window): Remove.
5927 (show_data): Unify creation and re-initialization cases.
5928
5929 2019-07-17 Tom Tromey <tom@tromey.com>
5930
5931 * tui/tui-layout.c (make_source_window, make_disasm_window):
5932 Remove.
5933 (show_data): Unify creation and re-initialization cases.
5934
5935 2019-07-17 Tom Tromey <tom@tromey.com>
5936
5937 * tui/tui-layout.c (make_command_window): Remove.
5938 (show_source_disasm_command, show_source_or_disasm_and_command):
5939 Unify creation and re-initialization cases.
5940
5941 2019-07-17 Tom Tromey <tom@tromey.com>
5942
5943 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5944 creation and re-initialization cases.
5945
5946 2019-07-17 Tom Tromey <tom@tromey.com>
5947
5948 * tui/tui-regs.c (tui_get_register): Return void.
5949
5950 2019-07-17 Tom Tromey <tom@tromey.com>
5951
5952 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5953 Simplify.
5954
5955 2019-07-17 Tom Tromey <tom@tromey.com>
5956
5957 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5958 resetting.
5959
5960 2019-07-17 Tom Tromey <tom@tromey.com>
5961
5962 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5963 * tui/tui-regs.c (tui_reg_layout): New function.
5964 (tui_show_registers, tui_reg_command): Use it.
5965 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5966 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5967 parameters.
5968 (tui_layout_command): Remove.
5969
5970 2019-07-17 Tom Tromey <tom@tromey.com>
5971
5972 * tui/tui-layout.h (tui/tui-layout): Return void.
5973 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5974
5975 2019-07-17 Tom Tromey <tom@tromey.com>
5976
5977 * tui/tui-layout.c (show_source_disasm_command, show_data):
5978 Update.
5979 (reset_locator): Remove.
5980 (show_source_or_disasm_and_command): Update.
5981
5982 2019-07-17 Tom Tromey <tom@tromey.com>
5983
5984 * tui/tui-source.c (tui_source_window_base::reset): Remove
5985 win_type parameter.
5986 * tui/tui-layout.c (make_command_window, make_source_window)
5987 (make_disasm_window, make_data_window)
5988 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5989 (reset_locator, show_source_or_disasm_and_command): Update.
5990 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5991 win_type parameter.
5992 (struct tui_source_window_base) <reset>: Likewise.
5993
5994 2019-07-17 Tom Tromey <tom@tromey.com>
5995
5996 * tui/tui-layout.c (show_source_disasm_command): Use
5997 reset_locator.
5998 (reset_locator): New function.
5999 (init_and_make_win): Remove.
6000 (show_source_or_disasm_and_command): Use reset_locator.
6001
6002 2019-07-17 Tom Tromey <tom@tromey.com>
6003
6004 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6005 condition.
6006 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6007 Remove condition.
6008 * tui/tui-source.c (tui_source_window_base::reset): New method.
6009 * tui/tui-layout.c (make_command_window): Don't call
6010 init_and_make_win.
6011 (make_source_window, make_disasm_window): Don't call
6012 make_source_or_disasm_window.
6013 (make_data_window): Don't call init_and_make_win. Change calling
6014 convention.
6015 (show_source_disasm_command, show_data): Simplify.
6016 (make_source_or_disasm_window): Remove.
6017 (show_source_or_disasm_and_command): Simplify.
6018 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6019 (struct tui_source_window_base) <reset>: Likewise.
6020 <execution_info>: Remove initializer.
6021 * tui/tui-data.c (tui_source_window_base): Initialize
6022 execution_info.
6023
6024 2019-07-17 Tom Tromey <tom@tromey.com>
6025
6026 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6027 variable.
6028
6029 2019-07-17 Tom Tromey <tom@tromey.com>
6030
6031 * tui/tui.c (tui_rl_other_window): Update.
6032 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6033 superclass method first. Always iterate over regs_content.
6034 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6035 method.
6036 * tui/tui-win.c (tui_set_focus_command): Update.
6037
6038 2019-07-17 Tom Tromey <tom@tromey.com>
6039
6040 * tui/tui-win.c (tui_set_focus_command): Rename from
6041 tui_set_focus. Call tui_enable.
6042 (tui_set_focus_command): Remove.
6043
6044 2019-07-17 Tom Tromey <tom@tromey.com>
6045
6046 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6047 refresh_window.
6048 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6049 touchwin.
6050 (tui_data_window::refresh_window): Call refresh_window on data
6051 items. Always call superclass refresh_window.
6052 (tui_win_info::refresh): Remove.
6053 (tui_source_window_base::refresh_window): Update.
6054 (tui_refresh_all): Update.
6055 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6056 refresh_window.
6057 (show_source_or_disasm_and_command): Likewise.
6058 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6059 (struct tui_source_window_base) <refresh>: Likewise.
6060
6061 2019-07-17 Tom Tromey <tom@tromey.com>
6062
6063 * tui/tui-winsource.c (tui_clear_source_content)
6064 (tui_show_source_content): Update.
6065 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6066 whether content is empty.
6067 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6068 Remove.
6069
6070 2019-07-17 Tom Tromey <tom@tromey.com>
6071
6072 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6073 window's contents.
6074 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6075 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6076
6077 2019-07-17 Tom Tromey <tom@tromey.com>
6078
6079 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6080 (struct tui_data_item_window): Update.
6081
6082 2019-07-17 Tom Tromey <tom@tromey.com>
6083
6084 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6085 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6086 defines.
6087
6088 2019-07-17 Tom Tromey <tom@tromey.com>
6089
6090 * tui/tui-winsource.h (tui_erase_source_content)
6091 (tui_clear_source_content): Remove "display_prompt" parameter.
6092 * tui/tui-winsource.c (tui_update_source_window_as_is)
6093 (tui_update_source_windows_with_addr): Update.
6094 (tui_clear_source_content): Remove "display_prompt" parameter.
6095 (tui_erase_source_content): Likewise. Simplify.
6096 (tui_show_source_content): Update.
6097 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6098 * tui/tui-stack.c (tui_show_frame_info): Update.
6099 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6100 Remove defines.
6101
6102 2019-07-17 Tom Tromey <tom@tromey.com>
6103
6104 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6105 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6106 parameter.
6107 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6108 parameter.
6109
6110 2019-07-17 Tom Tromey <tom@tromey.com>
6111
6112 * tui/tui-winsource.c (tui_clear_source_content)
6113 (tui_show_source_content, tui_show_exec_info_content)
6114 (tui_clear_exec_info_content): Update.
6115 * tui/tui-stack.c (tui_show_locator_content): Update.
6116 (tui_show_frame_info): Update.
6117 * tui/tui-source.h (tui_source_window): Don't declare.
6118 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6119 from tui_source_is_displayed.
6120 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6121 Remove field.
6122 (struct tui_source_window_base) <content_in_use>: New field. Now
6123 bool.
6124 (struct tui_source_window) <showing_source_p>: New method.
6125 (TUI_SRC_WIN): Change cast.
6126 * tui/tui-data.c (tui_initialize_static_data): Update.
6127
6128 2019-07-17 Tom Tromey <tom@tromey.com>
6129
6130 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6131 location_matches_p.
6132 * tui/tui-source.c (tui_source_window::location_matches_p): New
6133 method.
6134 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6135 method.
6136 * tui/tui-data.h (struct tui_source_window_base)
6137 <location_matches_p>: New method.
6138 (struct tui_source_window, struct tui_disasm_window)
6139 <location_matches_p>: Likewise.
6140
6141 2019-07-17 Tom Tromey <tom@tromey.com>
6142
6143 * tui/tui-win.c (tui_set_win_height_command): Rename from
6144 tui_set_win_height.
6145 (tui_set_win_height_command): Remove.
6146
6147 2019-07-17 Tom Tromey <tom@tromey.com>
6148
6149 * tui/tui-source.c (tui_source_window): New constructor. Add
6150 observer.
6151 (~tui_source_window): New destructor.
6152 (tui_source_window::style_changed): New method.
6153 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6154 (tui_attach_detach_observers): Update.
6155 * tui/tui-data.h (struct tui_source_window): Make constructor not
6156 inline. Add destructor.
6157 (struct tui_source_window) <style_changed>: New method.
6158 <m_observable>: New member.
6159
6160 2019-07-17 Tom Tromey <tom@tromey.com>
6161
6162 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6163 * tui/tui-win.c (tui_resize_all): Fix typo.
6164
6165 2019-07-17 Tom Tromey <tom@tromey.com>
6166
6167 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6168 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6169 (tui_refresh_all): Remove "list" parameter. Use foreach.
6170 * tui/tui-win.c (window_name_completer): Use foreach.
6171 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6172 (update_tab_width): Likewise.
6173 * tui/tui-layout.c (show_layout): Update.
6174 * tui/tui-data.h (class tui_window_iterator): New.
6175 (struct all_tui_windows): New.
6176 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6177
6178 2019-07-17 Tom Tromey <tom@tromey.com>
6179
6180 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6181 parameter. Don't reference globals.
6182 (tui_reg_command): Update.
6183
6184 2019-07-17 Tom Tromey <tom@tromey.com>
6185
6186 * tui/tui-regs.c (tui_show_registers): Simplify.
6187
6188 2019-07-17 Tom Tromey <tom@tromey.com>
6189
6190 * tui/tui-regs.c (tui_show_registers): Update.
6191 (tui_show_register_group): Add win_info parameter.
6192
6193 2019-07-17 Tom Tromey <tom@tromey.com>
6194
6195 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6196 Rename from tui_display_reg_element_at_line.
6197 (tui_data_window::display_registers_from_line): Update.
6198 * tui/tui-data.h (struct tui_data_window)
6199 <display_reg_element_at_line>: New method.
6200
6201 2019-07-17 Tom Tromey <tom@tromey.com>
6202
6203 * tui/tui-regs.h (tui_display_registers_from)
6204 (tui_display_registers_from_line): Don't declare.
6205 * tui/tui-windata.c (tui_data_window::display_all_data)
6206 (tui_data_window::refresh_all)
6207 (tui_data_window::do_scroll_vertical): Update.
6208 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6209 from tui_display_registers_from.
6210 (tui_display_reg_element_at_line): Update.
6211 (tui_data_window::display_registers_from_line): Rename from
6212 tui_display_registers_from_line.
6213 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6214 display_registers_from_line>: New methods.
6215
6216 2019-07-17 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6219 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6220 from tui_erase_data_content.
6221 (tui_data_window::display_all_data)
6222 (tui_data_window::refresh_all)
6223 (tui_data_window::do_scroll_vertical): Update.
6224 * tui/tui-regs.c (tui_show_registers): Update.
6225 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6226 New method.
6227
6228 2019-07-17 Tom Tromey <tom@tromey.com>
6229
6230 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6231 declare.
6232 * tui/tui-windata.c
6233 (tui_data_window::delete_data_content_windows): Rename from
6234 tui_delete_data_content_windows.
6235 (tui_data_window::display_all_data)
6236 (tui_data_window::do_scroll_vertical): Update.
6237 * tui/tui-data.h (struct tui_data_window)
6238 <delete_data_content_windows>: New method.
6239
6240 2019-07-17 Tom Tromey <tom@tromey.com>
6241
6242 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6243 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6244
6245 2019-07-17 Tom Tromey <tom@tromey.com>
6246
6247 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6248 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6249 from tui_display_all_data.
6250 * tui/tui-win.c
6251 (tui_data_window::do_make_visible_with_new_height): Update.
6252 * tui/tui-regs.c (tui_show_registers): Update.
6253 * tui/tui-layout.c (tui_set_layout): Update.
6254 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6255 method.
6256
6257 2019-07-17 Tom Tromey <tom@tromey.com>
6258
6259 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6260 * tui/tui-windata.c (tui_display_data_from): Remove.
6261 (tui_data_window::refresh_all): Update.
6262
6263 2019-07-17 Tom Tromey <tom@tromey.com>
6264
6265 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6266 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6267 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6268 tui_display_registers_from_line.
6269 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6270 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6271 "force_display" parameter.
6272
6273 2019-07-17 Tom Tromey <tom@tromey.com>
6274
6275 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6276 declare.
6277 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6278 Rename from tui_first_reg_element_no_inline.
6279 (tui_display_reg_element_at_line)
6280 (tui_display_registers_from_line): Update.
6281 * tui/tui-data.h (struct tui_data_window)
6282 <first_reg_element_no_inline>: New method.
6283
6284 2019-07-17 Tom Tromey <tom@tromey.com>
6285
6286 * tui/tui-windata.c (tui_display_data_from)
6287 (tui_data_window::do_scroll_vertical): Update.
6288 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6289 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6290 Rename from tui_line_from_reg_element_no.
6291 (tui_display_registers_from_line): Update.
6292 * tui/tui-data.h (struct tui_data_window)
6293 <line_from_reg_element_no>: New method.
6294
6295 2019-07-17 Tom Tromey <tom@tromey.com>
6296
6297 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6298 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6299 tui_last_regs_line_no.
6300 (tui_display_reg_element_at_line)
6301 (tui_display_registers_from_line): Update.
6302 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6303 method.
6304
6305 2019-07-17 Tom Tromey <tom@tromey.com>
6306
6307 PR tui/24722:
6308 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6309 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6310 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6311 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6312 (tui_update_breakpoint_info): Likewise.
6313 * tui/tui-hooks.c (tui_event_create_breakpoint)
6314 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6315 Update.
6316
6317 2019-07-17 Tom Tromey <tom@tromey.com>
6318
6319 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6320
6321 2019-07-17 Tom Tromey <tom@tromey.com>
6322
6323 * tui/tui-winsource.c (tui_update_source_window_as_is)
6324 (tui_update_source_windows_with_addr): Update.
6325 * tui/tui-source.h (tui_set_source_content)
6326 (tui_show_symtab_source): Add "win_info" parameter.
6327 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6328 parameter.
6329 (tui_show_symtab_source): Likewise.
6330
6331 2019-07-17 Tom Tromey <tom@tromey.com>
6332
6333 * tui/tui-wingeneral.c
6334 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6335
6336 2019-07-17 Tom Tromey <tom@tromey.com>
6337
6338 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6339 (struct tui_cmd_window) <can_scroll>: New method.
6340 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6341 method.
6342
6343 2019-07-17 Tom Tromey <tromey@adacore.com>
6344
6345 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6346 do_field_signed>: Rename. Change type of "value".
6347 * ui-out.c (ui_out::field_signed): Rename from field_int.
6348 Change type of "value".
6349 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6350 type of "value".
6351 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6352 do_field_int. Change type of "value".
6353 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6354 do_field_int. Change type of "value".
6355 * tracepoint.c (trace_status_mi, tfind_1)
6356 (print_one_static_tracepoint_marker): Update.
6357 * thread.c (print_thread_info_1, print_selected_thread_frame):
6358 Update.
6359 * stack.c (print_frame, print_frame_info): Update.
6360 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6361 Update.
6362 * source.c (print_source_lines_base): Update.
6363 * skip.c (info_skip_command): Update.
6364 * record-btrace.c (btrace_ui_out_decode_error)
6365 (btrace_call_history_src_line): Update.
6366 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6367 Update.
6368 * progspace.c (print_program_space): Update.
6369 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6370 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6371 do_field_int. Change type of "value".
6372 * mi/mi-out.c (mi_ui_out::do_table_begin)
6373 (mi_ui_out::do_table_header): Update.
6374 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6375 type of "value".
6376 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6377 (mi_cmd_data_list_changed_registers, output_register)
6378 (mi_cmd_data_read_memory, mi_load_progress)
6379 (mi_cmd_trace_frame_collected): Update.
6380 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6381 Update.
6382 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6383 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6384 (mi_cmd_var_list_children, varobj_update_one): Update.
6385 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6386 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6387 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6388 * inferior.c (print_inferior): Update.
6389 * gdb_bfd.c (print_one_bfd): Update.
6390 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6391 Update.
6392 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6393 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6394 do_field_int. Change type of "value".
6395 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6396 do_field_int. Change type of "value".
6397 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6398 (print_one_breakpoint_location, print_it_catch_fork)
6399 (print_one_catch_fork, print_it_catch_vfork)
6400 (print_one_catch_vfork, print_it_catch_solib)
6401 (print_it_catch_exec, print_it_ranged_breakpoint)
6402 (print_mention_watchpoint, print_mention_masked_watchpoint)
6403 (bkpt_print_it, update_static_tracepoint): Update.
6404 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6405 * break-catch-syscall.c (print_it_catch_syscall): Update.
6406 * ada-tasks.c (print_ada_task_info): Update.
6407 * ada-lang.c (print_it_exception, print_mention_exception):
6408 Update.
6409
6410 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 PR breakpoints/24541
6413 * gdbarch.c: Regenerate.
6414 * gdbarch.h: Regenerate.
6415 * gdbarch.sh: Adjust return type and parameter types for
6416 'stap_adjust_register'.
6417 (i386_stap_adjust_register): Adjust signature and return new
6418 register name.
6419 * stap-probe.c (stap_parse_register_operand): Adjust use of
6420 'gdbarch_stap_adjust_register'.
6421
6422 2019-07-17 Tom Tromey <tromey@adacore.com>
6423
6424 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6425 declare VEC.
6426 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6427 std::vector.
6428 (struct s390_process_info): Add initializers.
6429 (s390_add_process): Use new.
6430 (s390_linux_nat_target::low_forget_process): Use delete.
6431 (s390_linux_nat_target::low_new_fork)
6432 (s390_linux_nat_target::stopped_by_watchpoint)
6433 (s390_linux_nat_target::low_prepare_to_resume)
6434 (s390_linux_nat_target::insert_watchpoint)
6435 (s390_linux_nat_target::insert_hw_breakpoint)
6436 (s390_linux_nat_target::remove_watchpoint)
6437 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6438
6439 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6440
6441 * aarch64-fbsd-nat.c: Include regcache.h.
6442 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6443 argument.
6444 (aarch64_fbsd_nat_target::fetch_registers)
6445 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6446 variable.
6447 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6448
6449 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6450
6451 * fbsd-nat.c: Include gdbarch.h.
6452
6453 2019-07-15 Tom Tromey <tromey@adacore.com>
6454
6455 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6456
6457 2019-07-15 Tom Tromey <tromey@adacore.com>
6458
6459 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6460 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6461 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6462 * cli-out.c (cli_ui_out::do_field_int): New method.
6463 * ui-out.c (ui_out::field_unsigned): New method.
6464 * symfile.c (generic_load): Use field_unsigned.
6465 (print_transfer_performance): Likewise.
6466 * record-btrace.c (ui_out_field_uint): Remove.
6467 (btrace_call_history_insn_range, btrace_call_history): Use
6468 field_unsigned.
6469 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6470 field_unsigned.
6471 * ui-out.h (class ui_out) <field_unsigned>: New method.
6472 <do_field_unsigned>: Likewise.
6473
6474 2019-07-15 Tom Tromey <tromey@adacore.com>
6475
6476 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6477 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6478 * target.c (flash_erase_command): Use field_string.
6479 * infrun.c (print_signal_received_reason): Use field_string.
6480 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6481 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6482 field_string.
6483 * ada-tasks.c (print_ada_task_info): Use field_string.
6484
6485 2019-07-15 Tom Tromey <tromey@adacore.com>
6486
6487 * target.c (flash_erase_command): Use field_core_addr.
6488 * symfile.c (generic_load): Use field_core_addr.
6489 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6490 Use field_core_addr.
6491 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6492 field_core_addr.
6493
6494 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6497 value if its desired type is smaller than a CORE_ADDR and signed.
6498
6499 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6500
6501 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6502 of changes to field names, and use new is_reference field to
6503 decide if a property is a reference or not.
6504 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6505 field.
6506 (struct dwarf2_property_baton): Update header comment, rename
6507 'referenced_type' to 'property_type' and update comments.
6508 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6509 default property type, store in property baton, update to take
6510 accound of renamed field.
6511 (read_func_scope): Update call to attr_to_dynamic_prop.
6512 (read_array_type): Likewise.
6513 (dwarf2_per_cu_addr_sized_int_type): New function.
6514 (read_subrange_index_type): Move type finding code to
6515 dwarf2_per_cu_addr_sized_int_type.
6516 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6517 (dwarf2_per_cu_addr_type): New function.
6518 (set_die_type): Update calls to attr_to_dynamic_prop.
6519
6520 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6521
6522 * dwarf2read.c (read_subrange_index_type): New function.
6523 (read_subrange_type): Move code into new function and call it.
6524 * gdbtypes.c (create_range_type): Add some asserts.
6525
6526 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6527
6528 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6529 update return statements.
6530 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6531 declaration, and update comment to match.
6532 * gdbtypes.c (resolve_dynamic_array): Update call to
6533 dwarf2_evaluate_property to match new return type.
6534
6535 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6536
6537 * valarith.c (value_subscripted_rvalue): Change lowerbound
6538 parameter type from int to LONGEST.
6539 * value.h (value_subscripted_rvalue): Likewise in declaration.
6540
6541 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6542
6543 * cli/cli-utils.c (info_print_command_completer): New function.
6544 * cli/cli-utils.h: Add 'completer.h' include, and forward
6545 declaration for 'struct cmd_list_element'.
6546 (info_print_command_completer): Declare.
6547 * stack.c (_initialize_stack): Add completer for 'info locals' and
6548 'info args'.
6549 * symtab.c (_initialize_symtab): Add completer for 'info
6550 variables' and 'info functions'.
6551 * NEWS: Mention completion for additional info commands.
6552
6553 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6554
6555 * cli/cli-utils.c (extract_info_print_args): Delete.
6556 (extract_arg_maybe_quoted): Delete.
6557 (info_print_options_defs): New variable.
6558 (make_info_print_options_def_group): New function.
6559 (extract_info_print_options): Define new function.
6560 * cli/cli-utils.h (extract_info_print_args): Delete.
6561 (struct info_print_options): New structure.
6562 (extract_info_print_options): Declare new function.
6563 * stack.c (info_locals_command): Update to use new
6564 extract_info_print_options, also add a header comment.
6565 (info_args_command): Likewise.
6566 * symtab.c (info_variables_command): Likewise.
6567 (info_functions_command): Likewise.
6568
6569 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6572 to extract string arguments.
6573 * common/common-utils.c (extract_string_maybe_quoted): New function.
6574 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6575
6576 2019-07-11 Tom Tromey <tromey@adacore.com>
6577
6578 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6579 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6580 * top.h (gdbinit): Don't declare.
6581 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6582 into...
6583 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6584 * top.c (gdb_init): Don't call init_cli_cmds.
6585 (gdbinit): Remove.
6586 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6587
6588 2019-07-11 Tom Tromey <tromey@adacore.com>
6589
6590 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6591 after it has been moved.
6592
6593 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6594
6595 * valops.c (value_must_coerce_to_target): Change return type to
6596 bool.
6597 * value.h (value_must_coerce_to_target): Likewise.
6598
6599 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6600
6601 * breakpoint.c (is_hardware_watchpoint): Remove
6602 forward-declaration.
6603 (is_masked_watchpoint): Change return type to bool.
6604 (is_tracepoint): Likewise.
6605 (is_breakpoint): Likewise.
6606 (is_hardware_watchpoint): Likewise.
6607 (is_watchpoint): Likewise.
6608 (is_no_memory_software_watchpoint): Likewise.
6609 (is_catchpoint): Likewise.
6610 (breakpoint_1): Make FILTER parameter's return type bool.
6611 is_masked_watchpoint): Change return type to bool.
6612 (save_breakpoints): Make FILTER parameter's return type bool.
6613 * breakpoint.h (is_breakpoint): Change return type to bool.
6614 (is_watchpoint): Likewise.
6615 (is_catchpoint): Likewise.
6616 (is_tracepoint): Likewise.
6617
6618 2019-07-10 Tom Tromey <tom@tromey.com>
6619
6620 * defs.h: Don't include gdbarch.h.
6621 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6622 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6623 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6624 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6625 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6626 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6627 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6628 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6629 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6630 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6631 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6632 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6633 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6634 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6635 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6636 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6637 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6638 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6639 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6640 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6641 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6642 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6643 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6644 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6645 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6646 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6647 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6648
6649 2019-07-10 Tom Tromey <tromey@adacore.com>
6650
6651 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6652 * breakpoint.c (init_ada_exception_breakpoint): Register as
6653 bp_catchpoint.
6654 (print_one_breakpoint_location, print_one_breakpoint): Use
6655 is_ada_exception_catchpoint.
6656 * ada-lang.c (class ada_catchpoint_location): Pass
6657 bp_loc_software_breakpoint to bp_location constructor.
6658 (is_ada_exception_catchpoint): New function.
6659
6660 2019-07-10 Tom Tromey <tromey@adacore.com>
6661
6662 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6663 VEC.
6664 (struct arm_exidx_entry): New method operator<.
6665 (struct arm_exidx_data) <section_maps>: Change type.
6666 (arm_exidx_data_free): Remove.
6667 (arm_exidx_data_key): Change type. Move lower.
6668 (arm_exidx_new_objfile): Update.
6669 (arm_compare_exidx_entries): Remove.
6670 (arm_find_exidx_entry, _initialize_arm_tdep)
6671
6672 2019-07-10 Tom Tromey <tromey@adacore.com>
6673
6674 * solib-spu.c (ocl_program_data_key): Change type.
6675 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6676 Update.
6677
6678 2019-07-10 Tom Tromey <tromey@adacore.com>
6679
6680 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6681 (struct solib_aix_inferior_data) <library_list>: Change type.
6682 (solib_aix_inferior_data_handle): Change type.
6683 (get_solib_aix_inferior_data): Update.
6684 (solib_aix_free_library_list): Remove.
6685 (library_list_start_library): Update.
6686 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6687 return type.
6688 (solib_aix_get_library_list)
6689 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6690 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6691
6692 2019-07-10 Tom Tromey <tromey@adacore.com>
6693
6694 * solib-dsbt.c (struct dsbt_info): Add initializers.
6695 (solib_dsbt_pspace_data): Change type.
6696 (dsbt_pspace_data_cleanup): Remove.
6697 (get_dsbt_info, _initialize_dsbt_solib): Update.
6698
6699 2019-07-10 Tom Tromey <tromey@adacore.com>
6700
6701 * spu-tdep.c (spu_overlay_data): Change type.
6702 (spu_get_overlay_table, spu_overlay_new_objfile)
6703 (_initialize_spu_tdep): Update.
6704
6705 2019-07-10 Tom Tromey <tromey@adacore.com>
6706
6707 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6708 destructor.
6709 (dbx_objfile_data_key): Change type and declare later.
6710 (DBX_SYMFILE_INFO): Rewrite.
6711 * dbxread.c (dbx_objfile_data_key): Change type.
6712 (dbx_symfile_init): Update.
6713 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6714 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6715 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6716
6717 2019-07-10 Tom Tromey <tromey@adacore.com>
6718
6719 * jit.c (jit_program_space_key): Change type. Move lower.
6720 (get_jit_program_space_data): Update.
6721 (jit_program_space_data_cleanup): Remove.
6722 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6723 Update.
6724 (struct jit_program_space_data): Add initializers.
6725
6726 2019-07-10 Tom Tromey <tromey@adacore.com>
6727
6728 * solib-darwin.c (struct darwin_info): Add initializers.
6729 (solib_darwin_pspace_data): Change type.
6730 (darwin_pspace_data_cleanup): Remove.
6731 (get_darwin_info, _initialize_darwin_solib): Update.
6732
6733 2019-07-10 Tom Tromey <tromey@adacore.com>
6734
6735 * remote-sim.c (struct sim_inferior_data): Add initializers,
6736 constructor, and destructor.
6737 (sim_inferior_data_key): Change type. Move lower.
6738 (check_for_duplicate_sim_descriptor): Update.
6739 (get_sim_inferior_data): Use new. Update.
6740 (~sim_inferior_data_cleanup): Rename from
6741 sim_inferior_data_cleanup. Simplify.
6742 (gdbsim_close_inferior, simulator_command)
6743 (sim_command_completer, _initialize_remote_sim): Update.
6744 (next_pid, INITIAL_PID): Move earlier.
6745
6746 2019-07-10 Tom Tromey <tromey@adacore.com>
6747
6748 * python/python-internal.h (create_thread_object): Return
6749 gdbpy_ref.
6750 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6751 * python/py-inferior.c (struct threadlist_entry): Add
6752 constructor.
6753 <thread_obj>: Now a gdbpy_ref.
6754 (thread_to_thread_object): Update.
6755 (add_thread_object): Use new.
6756 (delete_thread_object): Use delete.
6757 (infpy_threads): Update.
6758 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6759 GIL.
6760
6761 2019-07-10 Tom Tromey <tromey@adacore.com>
6762
6763 * valops.c (value_cast): Specialize error message for Ada.
6764
6765 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6766
6767 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6768
6769 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6770
6771 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6772 bpstat_should_step): Return bool, adjust comments.
6773 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6774 bpstat_should_step): Likewise.
6775
6776 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6777
6778 * features/Makefile: Use feature target descriptions for Arm.
6779 * features/arm/arm-core.c: Generate new file.
6780 * features/arm/arm-fpa.c: Likewise.
6781 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6782 * features/arm/arm-m-profile.c: Likewise.
6783 * features/arm/arm-vfpv2.c: Likewise.
6784 * features/arm/arm-vfpv3.c: Likewise.
6785 * features/arm/xscale-iwmmxt.c: Likewise.
6786 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6787
6788 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6789
6790 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6791 ptrace earlier.
6792
6793 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6794
6795 * features/aarch64-pauth.c: Regenerate.
6796
6797 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6798
6799 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6800 bool.
6801 (bpstat_what): Use false instead of 0.
6802
6803 2019-07-09 Pedro Alves <palves@redhat.com>
6804
6805 * break-catch-throw.c (is_exception_catchpoint): New.
6806 * breakpoint.c (print_one_breakpoint_location): New parameter
6807 'raw_loc'. Handle it. Use
6808 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6809 looking at the breakpoint's type.
6810 (print_one_breakpoint): If handling "maint info breakpoints", also
6811 print locations of exception catchpoints.
6812 * breakpoint.h (is_exception_catchpoint): Declare.
6813
6814 2019-07-09 Pedro Alves <palves@redhat.com>
6815
6816 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6817 "addr" field.
6818 (allocate_location_exception_catchpoint): New.
6819 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6820 (initialize_throw_catchpoint_ops): Install
6821 allocate_location_exception_catchpoint as allocate_location
6822 method.
6823 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6824 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6825 bp_loc_other.
6826 (breakpoint_address_is_meaningful): Delete.
6827 (bl_address_is_meaningful): New.
6828 (breakpoint_locations_match): Adjust comment.
6829 (bp_location_from_bp_type): New, factored out of...
6830 (bp_location::bp_location(breakpoint *)): ... this.
6831 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6832 factored out of...
6833 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6834 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6835 breakpoint_address_is_meaningful.
6836 (bp_locations_compare): Adjust comment.
6837 (update_global_location_list): Use bl_address_is_meaningful
6838 instead of breakpoint_address_is_meaningful.
6839 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6840 explicit.
6841 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6842 * python/py-breakpoint.c (bppy_get_location): No longer check
6843 whether location is null.
6844
6845 2019-07-09 Pedro Alves <palves@redhat.com>
6846
6847 PR c++/15468
6848 * breakpoint.c (print_one_breakpoint_location): Remove
6849 single-location assert.
6850
6851 2019-07-09 Tom Tromey <tom@tromey.com>
6852
6853 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6854 * configure: Rebuild.
6855 * configure.ac: Change common to gdbsupport.
6856 * gdbsupport: Rename from common.
6857 * acinclude.m4: Change common to gdbsupport.
6858 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6859 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6860 gdbsupport.
6861 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6862 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6863 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6864 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6865 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6866 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6867 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6868 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6869 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6870 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6871 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6872 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6873 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6874 coff-pe-read.c, command.h, compile/compile-c-support.c,
6875 compile/compile-c.h, compile/compile-cplus-symbols.c,
6876 compile/compile-cplus-types.c, compile/compile-cplus.h,
6877 compile/compile-loc2c.c, compile/compile.c, completer.c,
6878 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6879 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6880 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6881 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6882 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6883 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6884 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6885 features/aarch64-core.c, features/aarch64-fpu.c,
6886 features/aarch64-pauth.c, features/aarch64-sve.c,
6887 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6888 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6889 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6890 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6891 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6892 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6893 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6894 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6895 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6896 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6897 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6898 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6899 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6900 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6901 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6902 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6903 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6904 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6905 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6906 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6907 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6908 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6909 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6910 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6911 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6912 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6913 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6914 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6915 minsyms.c, mips-linux-tdep.c, namespace.h,
6916 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6917 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6918 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6919 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6920 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6921 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6922 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6923 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6924 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6925 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6926 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6927 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6928 procfs.c, producer.c, progspace.h, psymtab.h,
6929 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6930 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6931 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6932 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6933 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6934 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6935 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6936 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6937 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6938 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6939 target-memory.c, target.c, target.h, target/waitstatus.c,
6940 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6941 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6942 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6943 unittests/array-view-selftests.c,
6944 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6945 unittests/common-utils-selftests.c,
6946 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6947 unittests/format_pieces-selftests.c,
6948 unittests/function-view-selftests.c,
6949 unittests/lookup_name_info-selftests.c,
6950 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6951 unittests/mkdir-recursive-selftests.c,
6952 unittests/observable-selftests.c,
6953 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6954 unittests/parse-connection-spec-selftests.c,
6955 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6956 unittests/scoped_fd-selftests.c,
6957 unittests/scoped_mmap-selftests.c,
6958 unittests/scoped_restore-selftests.c,
6959 unittests/string_view-selftests.c, unittests/style-selftests.c,
6960 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6961 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6962 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6963 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6964 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6965 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6966
6967 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6968
6969 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6970 bool value.
6971 (decode_digits_ordinary): Set explicit_line field in sal.
6972 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6973 symtab_and_line that was set on an explicit line number in
6974 assembler code. Do always update the recorded symtab and line if
6975 we do skip the prologue.
6976
6977 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6978
6979 * breakpoint.c (set_breakpoint_location_function): Remove
6980 explicit_loc parameter.
6981 (momentary_breakpoint_from_master): Update call to
6982 set_breakpoint_location_function.
6983 (add_location_to_breakpoint): Likewise.
6984
6985 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6988 required features based on default bfd type when no specific bfd
6989 is present.
6990
6991 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6992
6993 * NEWS: Mention that GDB printf and eval commands can now print
6994 C-style and Ada-style convenience var strings without
6995 calling the inferior.
6996 * printcmd.c (printf_c_string): Locally print GDB internal var
6997 instead of transiting via the inferior.
6998 (printf_wide_c_string): Likewise.
6999
7000 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7001
7002 PR breakpoints/25011
7003 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7004
7005 2019-07-04 Tom Tromey <tom@tromey.com>
7006
7007 PR tui/24724:
7008 * tui/tui-winsource.c (tui_clear_source_content): Update.
7009 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7010 (tui_update_breakpoint_info): Update.
7011 (tui_set_exec_info_content): Update.
7012 * tui/tui-source.c (tui_set_source_content_nil): Update.
7013 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7014 has_break.
7015 * tui/tui-data.h (enum tui_bp_flag): New.
7016 (tui_bp_flags): New enum flags type.
7017 (struct tui_source_element) <break_mode>: Change type. Rename
7018 from has_break.
7019 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7020 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7021 constants.
7022 * tui/tui-winsource.h: Fix comment.
7023
7024 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7025
7026 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7027 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7028 (store_fpregs_to_thread)
7029 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7030 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7031 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7032 (IWMMXT_REGS_SIZE): Add define.
7033 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7034 (fetch_vfp_regs, store_vfp_regs)
7035 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7036 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7037
7038 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7039
7040 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7041 defines.
7042 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7043 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7044 (ARM_INT_REGISTER_SIZE): ...to this.
7045 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7046 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7047 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7048 (arm_linux_collect_gregset, supply_nwfpe_register)
7049 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7050 defines.
7051 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7052 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7053 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7054 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7055 (arm_return_in_memory, arm_store_return_value)
7056 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7057 (arm_record_ld_st_multiple): Likewise.
7058 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7059 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7060
7061 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7062
7063 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7064 AARCH64_DISPLACED_MODIFIED_INSNS.
7065 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7066 (aarch64_displaced_step_copy_insn): Likewise.
7067 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7068 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7069 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7070 ARM_DISPLACED_MODIFIED_INSNS.
7071 * arm-tdep.c (arm_gdbarch_init): Likewise.
7072 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7073 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7074 (struct arm_displaced_step_closure): Use
7075 ARM_DISPLACED_MODIFIED_INSNS.
7076
7077 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7078
7079 * features/Makefile: Remove unused xml files.
7080 * features/aarch64.xml: Remove.
7081 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7082 * features/i386/amd64-avx-avx512.xml: Remove.
7083 * features/i386/amd64-avx-linux.xml: Remove.
7084 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7085 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7086 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7087 * features/i386/amd64-avx-mpx.xml: Remove.
7088 * features/i386/amd64-avx.xml: Remove.
7089 * features/i386/amd64-linux.xml: Remove.
7090 * features/i386/amd64-mpx-linux.xml: Remove.
7091 * features/i386/amd64-mpx.xml: Remove.
7092 * features/i386/amd64.xml: Remove.
7093 * features/i386/i386-avx-avx512-linux.xml: Remove.
7094 * features/i386/i386-avx-avx512.xml: Remove.
7095 * features/i386/i386-avx-linux.xml: Remove.
7096 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7097 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7098 * features/i386/i386-avx-mpx-linux.xml: Remove.
7099 * features/i386/i386-avx-mpx.xml: Remove.
7100 * features/i386/i386-avx.xml: Remove.
7101 * features/i386/i386-linux.xml: Remove.
7102 * features/i386/i386-mmx-linux.xml: Remove.
7103 * features/i386/i386-mmx.xml: Remove.
7104 * features/i386/i386-mpx-linux.xml: Remove.
7105 * features/i386/i386-mpx.xml: Remove.
7106 * features/i386/i386.xml: Remove.
7107 * features/i386/x32-avx-avx512-linux.xml: Remove.
7108 * features/i386/x32-avx-linux.xml: Remove.
7109 * features/i386/x32-linux.xml: Remove.
7110
7111 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7112
7113 * regformats/aarch64.dat: Remove.
7114 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7115 * regformats/i386/amd64-avx-linux.dat: Remove.
7116 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7117 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7118 * regformats/i386/amd64-linux.dat: Remove.
7119 * regformats/i386/amd64-mpx-linux.dat: Remove.
7120 * regformats/i386/amd64.dat: Remove.
7121 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7122 * regformats/i386/i386-avx-linux.dat: Remove.
7123 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7124 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7125 * regformats/i386/i386-linux.dat: Remove.
7126 * regformats/i386/i386-mmx-linux.dat: Remove.
7127 * regformats/i386/i386-mpx-linux.dat: Remove.
7128 * regformats/i386/i386.dat: Remove.
7129 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7130 * regformats/i386/x32-avx-linux.dat: Remove.
7131 * regformats/i386/x32-linux.dat: Remove.
7132
7133 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7134
7135 * aarch64-tdep.c: Remove xml self tests.
7136 * amd64-linux-tdep.c: Likewise.
7137 * amd64-tdep.c: Likewise.
7138 * i386-linux-tdep.c: Likewise.
7139 * i386-tdep.c: Likewise.
7140
7141 2019-07-03 Pedro Alves <palves@redhat.com>
7142
7143 PR cli/24732
7144 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7145 (pipe_cmd_option_defs): New.
7146 (make_pipe_cmd_options_def_group): New.
7147 (pipe_command): Use gdb::option::process_options.
7148 (pipe_command_completer): New function.
7149 (_initialize_cli_cmds): Install completer for "pipe" command.
7150
7151 2019-07-03 Pedro Alves <palves@redhat.com>
7152
7153 * cli/cli-option.c (union option_value) <string>: New field.
7154 (struct option_def_and_value): Add ctor, move ctor, dtor and
7155 use DISABLE_COPY_AND_ASSIGN.
7156 (option_def_and_value::clear_value): New.
7157 (parse_option, save_option_value_in_ctx, get_val_type_str)
7158 (add_setshow_cmds_for_options): Handle var_string.
7159 * cli-option.h (union option_def::var_address) <string>: New
7160 field.
7161 (struct string_option_def): New.
7162 * maint-test-options.c (struct test_options_opts): Add default
7163 ctor and use DISABLE_COPY_AND_ASSIGN.
7164 <string_opt>: New field.
7165 (test_options_opts::~test_options_opts): New.
7166 (test_options_opts::dump): Also dump "-string".
7167 (test_options_option_defs): Install "string.
7168
7169 2019-07-03 Pedro Alves <palves@redhat.com>
7170
7171 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7172 option_value with a null enumeration.
7173 (complete_options): Save the option values in the context.
7174 (save_option_value_in_ctx): New, factored out from ...
7175 (process_options): ... here.
7176 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7177 of the function.
7178 * maint-test-options.c (test_options_opts::dump): New, factored
7179 out from ...
7180 (maintenance_test_options_command_mode): ... here.
7181 (maintenance_test_options_command_completion_result): Delete.
7182 (maintenance_test_options_command_completion_text): Update
7183 comment.
7184 (maintenance_show_test_options_completion_result): Change
7185 prototype. Just print
7186 maintenance_test_options_command_completion_text.
7187 (save_completion_result): New.
7188 (maintenance_test_options_completer_mode): Pass options context to
7189 complete_options, and then save a dump.
7190 (_initialize_maint_test_options): Use add_cmd to install "maint
7191 show test-options-completion-result".
7192
7193 2019-07-03 Pedro Alves <palves@redhat.com>
7194
7195 * NEWS (New commands): Mention "with" and "maint with".
7196 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7197 (with_command, with_command_completer): New.
7198 (pipe_command): Adjust to new repeat_previous
7199 interface.
7200 (_initialize_cli_cmds): Install the "with" command and its "w"
7201 alias.
7202 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7203 declarations.
7204 * cli/cli-setshow.c (parse_cli_var_uinteger)
7205 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7206 argument strings for all var_types.
7207 (get_setshow_command_value_string): New, factored out from ...
7208 (do_show_command): ... this.
7209 * cli/cli-setshow.h: Include <string>.
7210 (get_setshow_command_value_string): Declare.
7211 * command.h (repeat_previous): Now returns const char *. Adjust
7212 comment.
7213 * maint.c: Include "cli/cli-cmds.h".
7214 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7215 (_initialize_maint_cmds): Register the "maintenance with" command.
7216 * top.c (repeat_previous): Move bits from pipe_command here:
7217 Return the saved command line, if any; error out if there's no
7218 command to relaunch.
7219
7220 2019-07-03 Pedro Alves <palves@redhat.com>
7221
7222 * NEWS (New commands): Mention "maint set/show test-settings"
7223 instead of "maint test-settings".
7224 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7225 (maintenance_test_settings_set_list): Rename to ...
7226 (maintenance_set_test_settings_list): ... this.
7227 (maintenance_test_settings_show_list): Rename to ...
7228 (maintenance_show_test_settings_list): ... this.
7229 (maintenance_test_settings_cmd): Delete.
7230 (maintenance_test_settings_set_cmd): ...
7231 (maintenance_set_test_settings_cmd): ... this.
7232 (maintenance_test_settings_show_cmd): ...
7233 (maintenance_show_test_settings_cmd): ... this.
7234 (maintenance_test_settings_show_value_cmd):
7235 (maintenance_show_test_settings_value_cmd): ... this.
7236 (_initialize_maint_test_settings): No longer install the "maint
7237 test-settings" prefix command. Rename "maint test-settings set"
7238 to "maint set test-settings", and "maint test-settings show" to
7239 "maint show test-settings". Adjust all subcommands.
7240
7241 2019-07-03 Pedro Alves <palves@redhat.com>
7242
7243 * maint-test-settings.c: Fix file's intro comment. Replace all
7244 references to "test-options" with references to "test-settings",
7245 in comments.
7246
7247 2019-07-03 Pedro Alves <palves@redhat.com>
7248
7249 * maint-test-settings.c (maintenance_test_settings_xxx)
7250 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7251 New.
7252 (maintenance_test_settings_enums): Use them.
7253 (maintenance_test_settings_enum): Default to
7254 maintenance_test_settings_xxx.
7255 (_initialize_maint_test_settings): Initialize
7256 MAINTENANCE_TEST_SETTINGS_FILENAME.
7257
7258 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7259
7260 * breakpoint.h (remove_breakpoints_inf): Change return type to
7261 void, move function documentation here.
7262 * breakpoint.c (remove_breakpoints_inf): Change return type to
7263 void, move function documentation to header.
7264
7265 2019-07-02 Pedro Alves <palves@redhat.com>
7266
7267 * NEWS (Completion improvements): Mention "info threads".
7268 * thread.c (struct info_threads_opts, info_threads_option_defs)
7269 (make_info_threads_options_def_group): New.
7270 (info_threads_command): Use gdb::option::process_options.
7271 (info_threads_command_completer): New.
7272 (_initialize_thread): Use gdb::option::build_help to build the
7273 help text for "info threads".
7274
7275 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7276
7277 * defs.h (generic_load): Move from here...
7278 * symfile.h (generic_load): ... to here. Rename name parameter
7279 to args.
7280 * symfile.c (generic_load): Add comment.
7281
7282 2019-07-01 Tom Tromey <tromey@adacore.com>
7283
7284 * dwarf2read.c
7285 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7286 declaration of without_params. Fix formatting.
7287
7288 2019-07-01 Tom Tromey <tromey@adacore.com>
7289
7290 * ada-exp.y (find_primitive_type): Update.
7291 * ada-lang.h (ada_lookup_symbol): Update.
7292 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7293 parameter.
7294 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7295
7296 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7297
7298 PR breakpoints/24541
7299 * gdbarch.c: Regenerate.
7300 * gdbarch.h: Regenerate.
7301 * gdbarch.sh: Add 'stap_adjust_register'.
7302 * i386-tdep.c: Include '<unordered_set>'.
7303 (i386_stap_adjust_register): New function.
7304 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7305 * stap-probe.c (stap_parse_register_operand): Call
7306 'gdbarch_stap_adjust_register'.
7307
7308 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7309
7310 PR python/24742
7311 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7312 * python/python.c (do_start_initialization): Use 'xmalloc'
7313 instead of 'PyMem_Malloc'.
7314
7315 2019-06-28 Tom Tromey <tromey@adacore.com>
7316
7317 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7318 for Ada.
7319
7320 2019-06-27 Tom Tromey <tromey@adacore.com>
7321
7322 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7323 objfile_key.
7324 (arm_find_mapping_symbol, arm_record_special_symbol)
7325 (_initialize_arm_tdep): Update.
7326 (arm_objfile_data_free): Remove.
7327
7328 2019-06-27 Tom Tromey <tromey@adacore.com>
7329
7330 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7331 to cp_print_static_field.
7332
7333 2019-06-26 Tom Tromey <tromey@adacore.com>
7334
7335 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7336 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7337 declare.
7338
7339 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7340
7341 * features/aarch64-core.c (create_feature_aarch64_core):
7342 Regenerate.
7343 * features/aarch64-core.xml: Add cpsr flags.
7344
7345 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7346
7347 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7348 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7349
7350 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7351
7352 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7353 field.
7354 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7355 use.
7356 (arm_record_special_symbol): Don't insert new symbol in sorted
7357 position, push it at the end.
7358
7359 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7360
7361 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7362 (arm_mapping_symbol_s): Remove.
7363 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7364 (arm_mapping_symbol_vec): New typedef.
7365 (struct arm_per_objfile): Add constructor.
7366 <section_maps>: Change type to
7367 std::unique_ptr<arm_mapping_symbol_vec[]>.
7368 (arm_compare_mapping_symbols): Remove.
7369 (arm_find_mapping_symbol): Adjust to section_maps type change.
7370 (arm_objfile_data_free): Call delete on arm_per_objfile.
7371 (arm_record_special_symbol): Adjust to section_maps type change.
7372 Allocate arm_per_objfile with new.
7373
7374 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7375
7376 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7377 with the command prefix.
7378
7379 2019-06-25 Tom Tromey <tom@tromey.com>
7380
7381 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7382 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7383
7384 2019-06-25 Tom Tromey <tom@tromey.com>
7385
7386 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7387 type.
7388 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7389 protected.
7390
7391 2019-06-25 Tom Tromey <tom@tromey.com>
7392
7393 * tui/tui-winsource.c
7394 (tui_source_window_base::set_is_exec_point_at): Add check against
7395 LOA_ADDRESS.
7396
7397 2019-06-25 Tom Tromey <tom@tromey.com>
7398
7399 * tui/tui-source.c (tui_set_source_content): Don't check before
7400 xfree.
7401 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7402
7403 2019-06-25 Tom Tromey <tom@tromey.com>
7404
7405 * tui/tui-winsource.h (tui_update_source_window_as_is)
7406 (tui_alloc_source_buffer, tui_line_is_displayed)
7407 (tui_addr_is_displayed): Change type of win_info.
7408 * tui/tui-winsource.c (tui_update_source_window_as_is)
7409 (tui_clear_source_content, tui_show_source_line)
7410 (tui_show_source_content, tui_source_window_base::refill)
7411 (tui_source_window_base::set_is_exec_point_at)
7412 (tui_source_window_base::set_is_exec_point_at)
7413 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7414 (tui_alloc_source_buffer, tui_line_is_displayed)
7415 (tui_addr_is_displayed): Change type of win_info. Update.
7416 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7417 (tui_source_window_base::do_make_visible_with_new_height):
7418 Update.
7419 * tui/tui-source.c (tui_set_source_content)
7420 (tui_set_source_content_nil)
7421 (tui_source_window::do_scroll_vertical): Update.
7422 * tui/tui-layout.c (show_layout): Update.
7423 * tui/tui-disasm.c (tui_set_disassem_content)
7424 (tui_disasm_window::do_scroll_vertical): Update.
7425 * tui/tui-data.h (tui_win_content): Remove.
7426 (struct tui_gen_win_info) <content, content_size>: Remove.
7427 (struct tui_source_element): Add initializers and destructor.
7428 (union tui_which_element, struct tui_win_element): Remove.
7429 (struct tui_source_window_base) <content>: New field.
7430 (struct tui_data_window): Remove destructor.
7431 (tui_alloc_content, tui_free_win_content)
7432 (tui_free_all_source_wins_content): Don't declare.
7433 * tui/tui-data.c (tui_initialize_static_data): Update.
7434 (init_content_element, tui_alloc_content): Remove.
7435 (~tui_gen_win_info): Update.
7436 (~tui_data_window, tui_free_all_source_wins_content)
7437 (tui_free_win_content, free_content, free_content_elements):
7438 Remove.
7439
7440 2019-06-25 Tom Tromey <tom@tromey.com>
7441
7442 * tui/tui-winsource.h (tui_clear_source_content)
7443 (tui_erase_source_content, tui_show_source_content): Change type
7444 of win_info.
7445 * tui/tui-winsource.c (tui_clear_source_content)
7446 (tui_erase_source_content, tui_show_source_content): Change type
7447 of win_info.
7448 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7449 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7450 win_info.
7451 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7452 win_info.
7453 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7454
7455 2019-06-25 Tom Tromey <tom@tromey.com>
7456
7457 * tui/tui-winsource.c (tui_clear_source_content)
7458 (tui_source_window_base::set_is_exec_point_at): Update.
7459 * tui/tui-source.c (tui_set_source_content_nil): Update.
7460 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7461 a bool.
7462 * tui/tui-data.c (init_content_element): Update.
7463
7464 2019-06-25 Tom Tromey <tom@tromey.com>
7465
7466 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7467 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7468 * tui/tui-layout.c (init_and_make_win): Update.
7469 * tui/tui.h (enum tui_win_type): Update.
7470 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7471 tui_win_is_auxillary.
7472 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7473 tui_win_is_auxillary.
7474
7475 2019-06-25 Tom Tromey <tom@tromey.com>
7476
7477 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7478 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7479 (tui_delete_data_content_windows, tui_display_all_data)
7480 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7481 Update.
7482 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7483 * tui/tui-regs.c (tui_last_regs_line_no)
7484 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7485 (tui_show_registers): Update.
7486 (tui_show_register_group): Return void. Update.
7487 (tui_display_registers_from, tui_display_reg_element_at_line)
7488 (tui_display_registers_from_line, tui_check_register_values):
7489 Update.
7490 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7491 member.
7492 (struct tui_data_window) <regs_content>: Now a std::vector.
7493 <regs_content_count>: Remove.
7494 (tui_add_content_elements, tui_free_data_content): Don't declare.
7495 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7496 (init_content_element): Remove DATA_WIN case. Add assert.
7497 (tui_add_content_elements): Remove.
7498 (tui_data_window): Update.
7499 (tui_free_data_content): Remove.
7500 (free_content_elements): Remove DATA_WIN case.
7501
7502 2019-06-25 Tom Tromey <tom@tromey.com>
7503
7504 * tui/tui-data.c (tui_data_item_window): Update.
7505 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7506 * tui/tui-windata.c (tui_display_all_data)
7507 (tui_display_data_from_line): Update.
7508 (tui_check_data_values): Remove.
7509 * tui/tui-regs.c (tui_show_register_group)
7510 (tui_display_reg_element_at_line): Update.
7511 * tui/tui-hooks.c (tui_register_changed)
7512 (tui_refresh_frame_and_register_information): Call
7513 tui_check_register_values.
7514 * tui/tui-data.h (struct tui_data_window) <data_content,
7515 data_content_count, data_type>: Remove.
7516 (enum tui_data_type): Remove.
7517
7518 * tui/tui-data.c (tui_data_window::clear_detail)
7519 (~tui_data_window): Update.
7520
7521 2019-06-25 Tom Tromey <tom@tromey.com>
7522
7523 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7524 declare.
7525 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7526 Rename from tui_first_data_item_displayed. Update.
7527 (tui_data_window::refresh_all)
7528 (tui_data_window::do_scroll_vertical): Update.
7529 * tui/tui-data.h (struct tui_data_window)
7530 <first_data_item_displayed>: Declare new method.
7531
7532 2019-06-25 Tom Tromey <tom@tromey.com>
7533
7534 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7535 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7536 contents...
7537 (tui_initialize_static_data): ...here.
7538
7539 2019-06-25 Tom Tromey <tom@tromey.com>
7540
7541 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7542 (tui_display_registers_from, tui_check_register_values): Update.
7543 (tui_display_register): Remove win_info parameter; update.
7544 (tui_get_register): Change type of parameters.
7545 * tui/tui-data.h (struct tui_data_element): Remove.
7546 (union tui_which_element) <data>: Remove.
7547 <data_window>: Change type.
7548 (struct tui_data_item_window): New.
7549 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7550 case. Add assert.
7551 (~tui_data_item_window): New destructor.
7552 (free_content_elements): Remove DATA_ITEM_WIN case.
7553
7554 2019-06-25 Tom Tromey <tom@tromey.com>
7555
7556 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7557 Remove.
7558
7559 2019-06-25 Tom Tromey <tom@tromey.com>
7560
7561 * tui/tui-data.h (struct tui_command_element): Remove.
7562 (union tui_which_element) <command>: Remove.
7563 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7564 assert.
7565 (free_content_elements): Remove CMD_WIN case.
7566
7567 2019-06-25 Tom Tromey <tom@tromey.com>
7568
7569 * tui/tui-layout.c (tui_set_layout): Update.
7570 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7571 * tui/tui-data.c (layout_def): Update.
7572
7573 2019-06-25 Tom Tromey <tom@tromey.com>
7574
7575 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7576 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7577 (tui_source_window_base::set_new_height): Update.
7578 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7579 Update.
7580 (tui_set_locator_fullname, tui_set_locator_info)
7581 (tui_show_frame_info): Update.
7582 * tui/tui-source.c (tui_set_source_content)
7583 (tui_source_is_displayed): Update.
7584 * tui/tui-layout.c (show_source_disasm_command, show_data)
7585 (show_source_or_disasm_and_command): Update.
7586 * tui/tui-disasm.c (tui_set_disassem_content)
7587 (tui_get_begin_asm_address): Update.
7588 * tui/tui-data.h (struct tui_locator_element): Remove.
7589 (union tui_which_element) <locator>: Remove.
7590 (struct tui_locator_window): New.
7591 (tui_locator_win_info_ptr): Change return type.
7592 * tui/tui-data.c (_locator): Change type.
7593 (tui_locator_win_info_ptr): Change return type.
7594 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7595 (tui_alloc_content): Add assert.
7596
7597 2019-06-25 Tom Tromey <tom@tromey.com>
7598
7599 * tui/tui-winsource.c
7600 (tui_exec_info_window::maybe_allocate_content): New method.
7601 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7602 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7603 (make_source_or_disasm_window): Add cast.
7604 * tui/tui-data.h (union tui_which_element) <simple_string>:
7605 Remove.
7606 (struct tui_source_info): New.
7607 (struct tui_source_window_base) <execution_info>: Change type.
7608 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7609 case, and add assert.
7610 (tui_alloc_content): Add assert.
7611
7612 2019-06-25 Tom Tromey <tom@tromey.com>
7613
7614 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7615 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7616 * tui/tui-data.c (tui_alloc_win_info): Remove.
7617
7618 2019-06-25 Tom Tromey <tom@tromey.com>
7619
7620 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7621 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7622 can_highlight.
7623
7624 2019-06-25 Tom Tromey <tom@tromey.com>
7625
7626 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7627 make_visible_with_new_height method.
7628 (tui_win_info::make_visible_with_new_height): New method.
7629 (tui_source_window_base::do_make_visible_with_new_height)
7630 (tui_data_window::do_make_visible_with_new_height)
7631 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7632 (make_visible_with_new_height): Remove.
7633 (tui_resize_all, tui_adjust_win_heights): Use
7634 make_visible_with_new_height method.
7635 * tui/tui-data.h (struct tui_win_info)
7636 <do_make_visible_with_new_height, make_visible_with_new_height>:
7637 New methods.
7638 (struct tui_source_window_base, struct tui_data_window)
7639 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7640 methods.
7641
7642 2019-06-25 Tom Tromey <tom@tromey.com>
7643
7644 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7645 method.
7646 (update_tab_width): Call update_tab_width method.
7647 * tui/tui-data.h (struct tui_win_info)
7648 (struct tui_source_window_base) <update_tab_width>: New methods.
7649
7650 2019-06-25 Tom Tromey <tom@tromey.com>
7651
7652 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7653 parameter.
7654 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7655 parameter.
7656 (tui_gen_win_info::make_visible): Update.
7657 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7658 parameter.
7659 * tui/tui-data.h (enum tui_box): New enum.
7660 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7661
7662 2019-06-25 Tom Tromey <tom@tromey.com>
7663
7664 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7665 init_and_make_win for EXEC_INFO_WIN.
7666 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7667 longer inline.
7668 (struct tui_win_info) <~tui_win_info>: Inline.
7669 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7670 Don't declare.
7671 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7672 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7673 Remove.
7674 (tui_initialize_static_data): Update.
7675 (~tui_gen_win_info): Handle more cleanup here.
7676 (~tui_source_window_base): Delete "execution_info".
7677 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7678
7679 2019-06-25 Tom Tromey <tom@tromey.com>
7680
7681 * tui/tui-layout.c (make_command_window): Don't set
7682 can_highlight.
7683 (show_source_disasm_command): Call the reset method.
7684 (show_data): Don't set can_highlight. Call the reset method.
7685 (tui_gen_win_info::reset): Rename from init_gen_win_info
7686 (init_and_make_win): Simplify. Return tui_gen_win_info.
7687 (show_source_or_disasm_and_command): Call the reset method.
7688 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7689 (struct tui_cmd_window): Set can_highlight.
7690
7691 2019-06-25 Tom Tromey <tom@tromey.com>
7692
7693 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7694 from make_visible.
7695 (tui_make_visible, tui_make_invisible): Rewrite.
7696 (tui_win_info::make_visible): Remove.
7697 (tui_source_window_base::make_visible): Update.
7698 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7699 method. Moved from...
7700 (struct tui_win_info) <make_visible>: ...here.
7701
7702 2019-06-25 Tom Tromey <tom@tromey.com>
7703
7704 * tui/tui-winsource.c
7705 (tui_source_window_base::do_scroll_horizontal): Remove direction
7706 parameter.
7707 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7708 direction parameter.
7709 * tui/tui-win.c (tui_win_info::forward_scroll)
7710 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7711 (tui_win_info::right_scroll): Update.
7712 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7713 direction parameter.
7714 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7715 direction parameter.
7716 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7717 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7718 Remove direction parameter.
7719 (struct tui_source_window_base, struct tui_source_window)
7720 (struct tui_disasm_window, struct tui_data_window)
7721 (struct tui_cmd_window): Update.
7722
7723 2019-06-25 Tom Tromey <tom@tromey.com>
7724
7725 * tui/tui-winsource.h (tui_set_exec_info_content)
7726 (tui_show_exec_info_content, tui_erase_exec_info_content)
7727 (tui_clear_exec_info_content, tui_update_exec_info): Change
7728 argument to tui_source_window_base.
7729 * tui/tui-winsource.c (tui_set_exec_info_content)
7730 (tui_show_exec_info_content, tui_erase_exec_info_content)
7731 (tui_clear_exec_info_content, tui_update_exec_info): Change
7732 argument to tui_source_window_base.
7733
7734 2019-06-25 Tom Tromey <tom@tromey.com>
7735
7736 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7737 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7738
7739 2019-06-25 Tom Tromey <tom@tromey.com>
7740
7741 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7742 check.
7743
7744 2019-06-25 Tom Tromey <tom@tromey.com>
7745
7746 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7747 type to void.
7748 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7749 type to void.
7750 * tui/tui-source.c (tui_set_source_content): Update.
7751 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7752
7753 2019-06-25 Tom Tromey <tom@tromey.com>
7754
7755 * tui/tui-win.c (window_name_completer, tui_set_focus)
7756 (tui_all_windows_info): Use name method.
7757 * tui/tui-data.h (struct tui_gen_win_info)
7758 (struct tui_source_window, struct tui_disasm_window)
7759 (struct tui_data_window, struct tui_cmd_window) <name>: New
7760 method.
7761 (tui_win_name): Don't declare.
7762 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7763 (tui_win_name): Remove.
7764
7765 2019-06-25 Tom Tromey <tom@tromey.com>
7766
7767 * tui/tui-winsource.h (tui_update_source_window)
7768 (tui_update_source_window_as_is): Change parameter type.
7769 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7770 to be a tui_source_window_base.
7771 (tui_update_source_window_as_is): Likewise.
7772 * tui/tui-win.c (make_visible_with_new_height): Update.
7773
7774 2019-06-25 Tom Tromey <tom@tromey.com>
7775
7776 * tui/tui-winsource.c (tui_erase_source_content)
7777 (tui_show_source_content, tui_show_exec_info_content)
7778 (tui_erase_exec_info_content): Use refresh_window method.
7779 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7780 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7781 from tui_refresh_win.
7782 (tui_data_window::refresh_window): New method.
7783 (tui_win_info::refresh, tui_source_window_base::refresh)
7784 (tui_refresh_all): Use refresh_window method.
7785 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7786 method.
7787 * tui/tui-regs.c (tui_display_register): Call refresh_window
7788 method.
7789 * tui/tui-layout.c (show_source_disasm_command)
7790 (show_source_or_disasm_and_command): Call refresh_window method.
7791 * tui/tui-data.h (struct tui_gen_win_info)
7792 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7793 New method.
7794
7795 2019-06-25 Tom Tromey <tom@tromey.com>
7796
7797 * tui/tui.c (tui_rl_other_window, tui_enable)
7798 (tui_is_window_visible, tui_get_command_dimension): Update.
7799 * tui/tui-winsource.c (tui_update_source_window_as_is)
7800 (tui_clear_source_content, tui_erase_source_content)
7801 (tui_show_source_line, tui_source_window_base::refill)
7802 (tui_source_window_base::do_scroll_horizontal)
7803 (tui_source_window_base::set_is_exec_point_at)
7804 (tui_update_breakpoint_info, tui_set_exec_info_content)
7805 (tui_alloc_source_buffer, tui_line_is_displayed)
7806 (tui_addr_is_displayed): Update.
7807 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7808 (tui_check_and_display_highlight_if_needed)
7809 (tui_win_info::make_visible, tui_win_info::refresh)
7810 (tui_refresh_all): Update.
7811 * tui/tui-windata.c (tui_first_data_item_displayed)
7812 (tui_delete_data_content_windows, tui_erase_data_content)
7813 (tui_display_all_data, tui_data_window::refresh_all)
7814 (tui_check_data_values): Update.
7815 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7816 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7817 (tui_win_info::backward_scroll, tui_refresh_all_win)
7818 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7819 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7820 (tui_source_window_base::set_new_height)
7821 (tui_data_window::set_new_height)
7822 (make_invisible_and_set_new_height)
7823 (make_visible_with_new_height, new_height_ok)
7824 (parse_scrolling_args): Update.
7825 * tui/tui-stack.c (tui_show_frame_info): Update.
7826 * tui/tui-source.c (tui_set_source_content)
7827 (tui_set_source_content_nil, tui_source_is_displayed)
7828 (tui_source_window::do_scroll_vertical): Update.
7829 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7830 (tui_display_registers_from, tui_display_reg_element_at_line)
7831 (tui_check_register_values, tui_reg_command): Update.
7832 * tui/tui-layout.c (tui_default_win_height)
7833 (show_source_disasm_command, show_data, init_and_make_win)
7834 (show_source_or_disasm_and_command): Update.
7835 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7836 (tui_redisplay_readline, tui_mld_flush)
7837 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7838 (tui_getc): Update.
7839 * tui/tui-disasm.c (tui_set_disassem_content)
7840 (tui_disasm_window::do_scroll_vertical): Update.
7841 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7842 Now virtual.
7843 (struct tui_win_info): Derive from tui_gen_win_info.
7844 <~tui_win_info>: Mark as override.
7845 <generic>: Remove member.
7846 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7847 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7848 (~tui_data_window, ~tui_win_info)
7849 (tui_free_all_source_wins_content): Update.
7850 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7851
7852 2019-06-25 Tom Tromey <tom@tromey.com>
7853
7854 * tui/tui-layout.c (init_and_make_win): Use new.
7855 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7856 destructor, initializers.
7857 (tui_alloc_generic_win_info): Don't declare.
7858 * tui/tui-data.c (_locator): Add argument to constructor.
7859 (source_win, disasm_win): New globals.
7860 (exec_info): Remove.
7861 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7862 Update.
7863 (tui_alloc_generic_win_info): Remove.
7864 (init_content_element): Use new.
7865 (tui_win_info::tui_win_info): Update.
7866 (free_content_elements) <case DATA_WIN>: Use delete.
7867
7868 2019-06-25 Tom Tromey <tom@tromey.com>
7869
7870 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7871 * tui/tui-windata.c (tui_first_data_item_displayed)
7872 (tui_delete_data_content_windows): Update.
7873 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7874 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7875 (tui_display_registers_from, tui_check_register_values): Update.
7876 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7877 pointer.
7878 * tui/tui-data.c (init_content_element): Update. Allocate the new
7879 window.
7880 (tui_free_data_content): Update.
7881 (free_content_elements) <case DATA_WIN>: Free the window.
7882
7883 2019-06-25 Tom Tromey <tom@tromey.com>
7884
7885 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7886 Update.
7887 * tui/tui-layout.c (make_command_window)
7888 (show_source_disasm_command, show_data, init_and_make_win)
7889 (show_source_or_disasm_and_command): Update.
7890 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7891 method.
7892 <can_highight, is_highlighted>: Now bool.
7893 (tui_set_win_highlight): Don't declare.
7894 * tui/tui-data.c (tui_set_win_highlight): Remove.
7895
7896 2019-06-25 Tom Tromey <tom@tromey.com>
7897
7898 * tui/tui-wingeneral.c (make_visible): Remove check of window
7899 type.
7900
7901 2019-06-25 Tom Tromey <tom@tromey.com>
7902
7903 * tui/tui-win.c (tui_win_info::max_height)
7904 (tui_cmd_window::max_height): New methods.
7905 (new_height_ok): Call max_height.
7906 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7907 <max_height>: New method.
7908
7909 2019-06-25 Tom Tromey <tom@tromey.com>
7910
7911 * tui/tui-win.c (tui_source_window_base::set_new_height)
7912 (tui_data_window::set_new_height): New methods.
7913 (make_invisible_and_set_new_height): Call set_new_height method.
7914 * tui/tui-data.h (struct tui_win_info)
7915 (struct tui_source_window_base, struct tui_data_window)
7916 <set_new_height>: New method.
7917
7918 2019-06-25 Tom Tromey <tom@tromey.com>
7919
7920 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7921 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7922 tui_refresh_data_win.
7923 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7924 method.
7925 (tui_refresh_all_win): Call the refresh_all method.
7926 (tui_set_focus): Likewise.
7927 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7928 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7929 Likewise.
7930
7931 2019-06-25 Tom Tromey <tom@tromey.com>
7932
7933 * tui/tui-winsource.h (tui_refill_source_window)
7934 (tui_set_is_exec_point_at): Don't declare.
7935 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7936 (tui_source_window_base::refill): Rename from
7937 tui_refill_source_window.
7938 (tui_source_window_base::do_scroll_horizontal): Update.
7939 (tui_source_window_base::set_is_exec_point_at): Rename from
7940 tui_set_is_exec_point_at.
7941 (tui_update_all_breakpoint_info): Update.
7942 * tui/tui-stack.c (tui_show_frame_info): Update.
7943 * tui/tui-layout.c (show_data): Add cast.
7944 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7945 * tui/tui-data.h (struct tui_source_window_base) <refill,
7946 set_is_exec_point_at>: New methods.
7947 (tui_source_windows, tui_add_to_source_windows): Update types.
7948 (tui_add_to_source_windows): Remove redundant declaration.
7949 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7950 (tui_source_windows): Change return type.
7951 (tui_clear_source_windows_detail): Update.
7952 (tui_add_to_source_windows): Change type of parameter.
7953 (tui_free_all_source_wins_content): Update.
7954
7955 2019-06-25 Tom Tromey <tom@tromey.com>
7956
7957 * tui/tui-wingeneral.c (tui_win_info::refresh)
7958 (tui_source_window_base::refresh): New methods.
7959 (tui_refresh_all): Call the refresh method.
7960 * tui/tui-data.h (struct tui_win_info)
7961 (struct tui_source_window_base) <refresh>: New method.
7962
7963 2019-06-25 Tom Tromey <tom@tromey.com>
7964
7965 * tui/tui.h (tui_is_window_visible): Return bool.
7966 * tui/tui.c (tui_is_window_visible): Return bool.
7967 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7968 (tui_make_visible, tui_make_invisible)
7969 (tui_win_info::make_visible)
7970 (tui_source_window_base::make_visible, make_all_visible)
7971 (tui_make_all_visible, tui_make_all_invisible): Update.
7972 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7973 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7974 bool.
7975 (struct tui_win_info, struct tui_source_window_base)
7976 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7977 * tui/tui-data.c (tui_init_generic_part): Update.
7978
7979 2019-06-25 Tom Tromey <tom@tromey.com>
7980
7981 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7982 (tui_source_window_base::make_visible): New methods.
7983 (make_all_visible): Make method call.
7984 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7985 (struct tui_source_window_base, struct tui_cmd_window): Override
7986 make_visible.
7987 (tui_win_is_source_type): Don't declare.
7988 * tui/tui-data.c (tui_win_is_source_type): Remove.
7989
7990 2019-06-25 Tom Tromey <tom@tromey.com>
7991
7992 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7993 NULL check.
7994
7995 2019-06-25 Tom Tromey <tom@tromey.com>
7996
7997 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7998 Inline constructor. Add initializers for members.
7999 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8000 constructors; now inline in class.
8001
8002 2019-06-25 Tom Tromey <tom@tromey.com>
8003
8004 * tui/tui-regs.c (tui_show_registers): Update.
8005 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8006 bool.
8007 * tui/tui-data.c (tui_data_window::clear_detail)
8008 (tui_data_window): Update.
8009
8010 2019-06-25 Tom Tromey <tom@tromey.com>
8011
8012 * tui/tui-windata.c (tui_display_all_data)
8013 (tui_display_data_from_line, tui_display_data_from)
8014 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8015 Update.
8016 * tui/tui-regs.c (tui_last_regs_line_no)
8017 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8018 (tui_show_registers, tui_show_register_group)
8019 (tui_display_registers_from, tui_display_reg_element_at_line)
8020 (tui_display_registers_from_line, tui_check_register_values)
8021 (tui_reg_next, tui_reg_prev): Update.
8022 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8023 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8024 tui_data_window.
8025 (struct tui_win_info) <detail>: Remove. Add new fields from
8026 tui_data_info.
8027 (TUI_DATA_WIN): Add cast.
8028 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8029 (~tui_data_window): Simplify.
8030
8031 2019-06-25 Tom Tromey <tom@tromey.com>
8032
8033 * tui/tui-layout.c (show_source_disasm_command)
8034 (show_source_or_disasm_and_command): Update.
8035 * tui/tui-io.c (update_cmdwin_start_line)
8036 (tui_redisplay_readline): Update.
8037 * tui/tui-data.h (struct tui_command_info): Remove.
8038 (struct tui_win_info) <detail>: Remove command_info member.
8039 (struct tui_data_window) <start_line>: New member, from
8040 tui_command_info.
8041 (TUI_CMD_WIN): Add casts.
8042
8043 2019-06-25 Tom Tromey <tom@tromey.com>
8044
8045 * tui/tui-winsource.c (tui_update_source_window)
8046 (tui_refill_source_window)
8047 (tui_source_window_base::do_scroll_horizontal)
8048 (tui_update_breakpoint_info, tui_set_exec_info_content)
8049 (tui_show_exec_info_content, tui_erase_exec_info_content)
8050 (tui_clear_exec_info_content): Update.
8051 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8052 Update.
8053 * tui/tui-win.c (make_invisible_and_set_new_height)
8054 (make_visible_with_new_height): Update.
8055 * tui/tui-source.c (tui_set_source_content)
8056 (tui_show_symtab_source): Update.
8057 * tui/tui-layout.c (extract_display_start_addr)
8058 (show_source_disasm_command, show_data)
8059 (make_source_or_disasm_window)
8060 (show_source_or_disasm_and_command): Update.
8061 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8062 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8063 "gdbarch".
8064 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8065 to tui_source_window_base.
8066 (struct tui_win_info) <detail>: Remove source_info member.
8067 (struct tui_source_window_base) <has_locator>: Inline.
8068 Move contents from tui_source_info; rename has_locator member to
8069 m_has_locator.
8070 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8071 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8072 header file.
8073 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8074 Simplify.
8075 (tui_free_all_source_wins_content): Cast to
8076 tui_source_window_base.
8077
8078 2019-06-25 Tom Tromey <tom@tromey.com>
8079
8080 * tui/tui-win.c (make_invisible_and_set_new_height)
8081 (make_visible_with_new_height): Call has_locator method.
8082 * tui/tui-layout.c (show_source_disasm_command, show_data)
8083 (show_source_or_disasm_and_command): Update for bool change.
8084 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8085 (tui_win_info) <has_locator>: New method.
8086 (struct tui_source_window_base) <has_locator>: New method.
8087 (tui_win_has_locator): Don't declare.
8088 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8089 from tui_win_has_locator.
8090 (tui_source_window_base): Use false, not FALSE.
8091
8092 2019-06-25 Tom Tromey <tom@tromey.com>
8093
8094 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8095 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8096 clear_detail method directly.
8097 (tui_clear_win_detail): Remove.
8098
8099 2019-06-25 Tom Tromey <tom@tromey.com>
8100
8101 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8102 "this", not TUI_DISASM_WIN.
8103
8104 2019-06-25 Tom Tromey <tom@tromey.com>
8105
8106 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8107 declare.
8108 * tui/tui-winsource.c
8109 (tui_source_window_base::do_scroll_horizontal): Rename from
8110 tui_horizontal_source_scroll.
8111 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8112 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8113 from tui_vertical_data_scroll.
8114 * tui/tui-win.h (tui_scroll): Don't declare.
8115 * tui/tui-win.c (tui_win_info::forward_scroll)
8116 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8117 (tui_win_info::right_scroll): Rename and update.
8118 (tui_scroll_forward_command, tui_scroll_backward_command)
8119 (tui_scroll_left_command, tui_scroll_right_command): Update.
8120 (tui_scroll): Remove.
8121 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8122 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8123 from tui_vertical_source_scroll.
8124 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8125 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8126 from tui_vertical_disassem_scroll.
8127 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8128 do_scroll_horizontal>: New methods.
8129 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8130 Likewise.
8131 (struct tui_source_window_base): Add do_scroll_horizontal.
8132 (struct tui_source_window, struct tui_disasm_window): Add
8133 do_scroll_vertical.
8134 (struct tui_data_window, struct tui_cmd_window): Add
8135 do_scroll_horizontal and do_scroll_vertical.
8136 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8137
8138 2019-06-25 Tom Tromey <tom@tromey.com>
8139
8140 * tui/tui-data.h (struct tui_source_window_base): New struct.
8141 (struct tui_source_window): Derive from tui_source_window_base.
8142 (struct tui_disasm_window): New struct.
8143 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8144 from tui_source_window::clear_detail.
8145 (tui_source_window_base): Rename from tui_source_window.
8146 (~tui_source_window_base): Rename from ~tui_source_window.
8147 (tui_alloc_win_info): Create a tui_disasm_window.
8148
8149 2019-06-25 Tom Tromey <tom@tromey.com>
8150
8151 * tui/tui-data.h (struct tui_source_window)
8152 (struct tui_data_window): Declare destructors.
8153 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8154 destructors.
8155 (tui_win_info): Simplify.
8156
8157 2019-06-25 Tom Tromey <tom@tromey.com>
8158
8159 * tui/tui-winsource.c (tui_display_main)
8160 (tui_update_source_windows_with_addr)
8161 (tui_update_all_breakpoint_info): Update.
8162 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8163 (new_height_ok, parse_scrolling_args): Update.
8164 * tui/tui-stack.c (tui_show_frame_info): Update.
8165 * tui/tui-data.h (struct tui_list): Remove.
8166 (tui_source_windows): Return a reference to a std::vector.
8167 * tui/tui-data.c (source_windows): Now a std::vector.
8168 (tui_source_windows): Change return type.
8169 (tui_clear_source_windows): Rewrite.
8170 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8171 (tui_free_all_source_wins_content): Rewrite.
8172
8173 2019-06-25 Tom Tromey <tom@tromey.com>
8174
8175 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8176 (struct tui_data_window, struct tui_cmd_window): Declare
8177 clear_detail method.
8178 * tui/tui-data.c (tui_source_window::clear_detail)
8179 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8180 methods.
8181 (tui_clear_win_detail): Simplify.
8182
8183 2019-06-25 Tom Tromey <tom@tromey.com>
8184
8185 * tui/tui-layout.c (make_source_window, make_disasm_window)
8186 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8187 Return the new window.
8188 (show_source_disasm_command, show_data)
8189 (show_source_or_disasm_and_command): Update.
8190
8191 2019-06-25 Tom Tromey <tom@tromey.com>
8192
8193 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8194 parameter. Return the new window.
8195 (show_source_disasm_command): Update and remove NULL check.
8196 (show_source_or_disasm_and_command): Update.
8197
8198 2019-06-25 Tom Tromey <tom@tromey.com>
8199
8200 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8201
8202 2019-06-25 Tom Tromey <tom@tromey.com>
8203
8204 * tui/tui-data.h (struct tui_win_info): Make constructor
8205 protected. Make destructor virtual. Add initializers.
8206 (tui_source_window, tui_data_window, tui_cmd_window): New
8207 classes.
8208 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8209 constructor. Add "type" parameter.
8210 (tui_source_window, tui_data_window, tui_cmd_window): New
8211 constructors.
8212 (tui_alloc_win_info): Instantiate the appropriate subclass.
8213
8214 2019-06-25 Tom Tromey <tom@tromey.com>
8215
8216 * tui/tui-win.c (tui_resize_all): Use delete.
8217 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8218 destructor.
8219 (tui_free_window): Don't declare.
8220 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8221 Update.
8222
8223 2019-06-25 Tom Tromey <tom@tromey.com>
8224
8225 * tui/tui-data.h (struct tui_win_info): Add constructor.
8226 * tui/tui-data.c (tui_alloc_win_info): Use new.
8227 (tui_free_window): Use delete.
8228
8229 2019-06-22 Tom Tromey <tom@tromey.com>
8230
8231 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8232 declare.
8233 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8234
8235 2019-06-22 Tom Tromey <tom@tromey.com>
8236
8237 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8238 declare.
8239 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8240
8241 2019-06-22 Tom de Vries <tdevries@suse.de>
8242
8243 * dwarf2read.c (create_addrmap_from_aranges)
8244 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8245 instead of '%zu'.
8246
8247 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8248
8249 * dwarf2read.h (dwarf2_section_info_def): Remove.
8250 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8251 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8252 std::vector<dwarf2_section_info>.
8253 (struct dwo_file) <~dwo_file>: Remove.
8254 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8255 types field.
8256 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8257 (dwarf2_read_debug_names): Likewise.
8258 (create_debug_types_hash_table): Change parameter type to
8259 array_view, adjust code accordingly.
8260 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8261 (partial_die_info::fixup): Likewise.
8262 (determine_prefix): Likewise.
8263 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8264
8265 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8266
8267 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8268 gdb_bfd_ref_ptr.
8269 <~dwo_file>: Remove call to gdb_bfd_unref.
8270 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8271 gdb_bfd_ref_ptr::get.
8272
8273 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8274
8275 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8276 type to htab_up.
8277 * dwarf2read.c (struct dwo_file): Initialize fields.
8278 <~dwo_file>: New.
8279 (free_dwo_file): Remove, move content to ~dwo_file.
8280 (struct dwo_file_deleter): Remove.
8281 (dwo_file_up>: Remove custom deleter.
8282 (free_dwo_files): Remove.
8283 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8284 dwo_files.
8285 (process_skeletonless_type_units): Call unique_ptr::get.
8286 (allocate_dwo_file_hash_table): Add deleter to created hash
8287 table. Change return type to htab_up.
8288 (lookup_dwo_file_slot): Don't memset dwo_file, call
8289 unique_ptr::get.
8290 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8291 (create_dwo_unit_in_dwp_v2): Likewise.
8292 (open_and_init_dwo_file): Likewise.
8293 (free_dwo_file_from_slot): Remove.
8294
8295 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8296
8297 * dwarf2read.h (struct dwarf2_section_info) <readin,
8298 is_virtual>: Change type to bool.
8299 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8300 true instead of 1.
8301
8302 2019-06-19 Tom Tromey <tom@tromey.com>
8303
8304 * tui/tui-data.h (tui_init_content_element): Don't declare.
8305
8306 2019-06-19 Tom Tromey <tom@tromey.com>
8307
8308 * tui/tui-data.h (tui_init_win_info): Don't declare.
8309
8310 2019-06-19 Tom de Vries <tdevries@suse.de>
8311
8312 * dwarf2read.h (abstract_to_concrete): Change type to
8313 std::unordered_map<sect_offset, std::vector<sect_offset>,
8314 gdb::hash_enum<sect_offset>>.
8315
8316 2019-06-19 Tom Tromey <tromey@adacore.com>
8317
8318 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8319 EVAL_AVOID_SIDE_EFFECTS specially.
8320
8321 2019-06-19 Tom Tromey <tromey@adacore.com>
8322
8323 * source-cache.c (highlighter): New global.
8324 (source_cache::get_source_lines): Create a highlighter on demand.
8325
8326 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8327
8328 * defs.h (deprecated_interactive_hook): Delete declaration.
8329 * interps.c (clear_interpreter_hooks): Remove use of
8330 deprecated_interactive_hook.
8331 * top.c (deprecated_interactive_hook): Delete definition.
8332 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8333
8334 2019-06-18 Tom de Vries <tdevries@suse.de>
8335
8336 PR gdb/24515
8337 * dwarf2read.h (abstract_to_concrete): Change type from
8338 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8339 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8340 * dwarf2read.c (read_variable): Update.
8341 (dwarf2_fetch_die_loc_sect_off): Update.
8342
8343 2019-06-17 Tom de Vries <tdevries@suse.de>
8344
8345 PR gdb/24617
8346 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8347 accessing parent[parent_len - 1].
8348
8349 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8350
8351 PR gdb/24364
8352 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8353 call dtrace_process_dof with NULL dof.
8354
8355 2019-06-16 Tom de Vries <tdevries@suse.de>
8356
8357 PR gdb/24445
8358 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8359
8360 2019-06-16 Tom Tromey <tom@tromey.com>
8361
8362 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8363 (make_all_visible): Use address of member.
8364
8365 2019-06-16 Tom Tromey <tom@tromey.com>
8366
8367 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8368 (tui_free_window, free_content, free_content_elements): Remove
8369 unnecessary cast.
8370 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8371 cast.
8372 * tui/tui-regs.c (tui_show_register_group)
8373 (tui_display_registers_from, tui_display_reg_element_at_line):
8374 Remove unnecessary cast.
8375
8376 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8377
8378 * linux-nat.c (normal_mask): Delete.
8379 (_initialize_linux_nat): Don't initialise normal_mask.
8380
8381 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8382
8383 PR gdb/24445
8384 * dwarf-index-write.h (write_psymtabs_to_index): Add
8385 dwz_basename parameter.
8386 * dwarf-index-write.c (write_gdbindex): Move file writing to
8387 write_gdbindex_1. Change return type void.
8388 (assert_file_size): Move up, remove filename parameter.
8389 (write_gdbindex_1): New function.
8390 (write_debug_names): Change return type to void, call
8391 assert_file_size.
8392 (struct index_wip_file): New struct.
8393 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8394 file logic to index_wip_file. Write index for dwz file if
8395 needed.
8396 (save_gdb_index_command): Pass basename of dwz file, if present.
8397 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8398 build-id of dwz file, if present.
8399 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8400 (dwarf2_get_dwz_file): Likewise.
8401 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8402 (dwarf2_get_dwz_file): Likewise.
8403
8404 2019-06-16 Tom Tromey <tom@tromey.com>
8405
8406 * coffread.c (process_coff_symbol): Use xstrdup.
8407 * value.c (create_internalvar): Use xstrdup.
8408
8409 2019-06-16 Tom Tromey <tom@tromey.com>
8410
8411 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8412 * breakpoint.c (stopin_command, stopat_command)
8413 (until_break_command, decode_location_default): Remove unnecessary
8414 cast.
8415 * utils.c (subset_compare): Remove unnecessary cast.
8416 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8417 cast.
8418 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8419 cast.
8420 * infcmd.c (path_command): Remove unnecessary cast.
8421 * coffread.c (decode_type): Remove unnecessary cast.
8422 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8423 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8424 * tui/tui-stack.c (tui_show_locator_content)
8425 (tui_show_frame_info): Remove unnecessary cast.
8426 * tui/tui-win.c (tui_scroll_forward_command)
8427 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8428 (parse_scrolling_args): Remove unnecessary cast.
8429 * tui/tui-data.c (init_win_info, tui_del_window)
8430 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8431 (free_content_elements): Remove unnecessary cast.
8432 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8433 unnecessary cast.
8434 * tui/tui-source.c (tui_set_source_content)
8435 (tui_vertical_source_scroll): Remove unnecessary cast.
8436 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8437 cast.
8438 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8439 * tui/tui-regs.c (tui_display_registers_from)
8440 (tui_display_register): Remove unnecessary cast.
8441 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8442 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8443 (make_visible): Remove unnecessary cast.
8444 * tui/tui-winsource.c (tui_erase_source_content)
8445 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8446 unnecessary cast.
8447 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8448 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8449 * stabsread.c (read_type, read_array_type, read_range_type):
8450 Remove unnecessary cast.
8451 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8452 (parse_symbol, parse_type, upgrade_type, parse_external)
8453 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8454 unnecessary cast.
8455 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8456
8457 2019-06-16 Tom Tromey <tom@tromey.com>
8458
8459 * tui/tui-data.c (tui_alloc_generic_win_info)
8460 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8461 checks.
8462
8463 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8464 Andrew Burgess <andrew.burgess@embecosm.com>
8465
8466 * f-typeprint.c (f_print_type): Don't return early for not
8467 associated or not allocated types.
8468 (f_type_print_varspec_suffix): Add print_rank parameter and print
8469 ranks of array types in case they dangling.
8470 (f_type_print_base): Add print_rank parameter.
8471
8472 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8473
8474 * NEWS: Mention new MI commands.
8475 * break-catch-throw.c (enum exception_event_kind): Move to
8476 breakpoint.h.
8477 (print_mention_exception_catchpoint): Output text as a single
8478 message.
8479 (catch_exception_command_1): Rename to...
8480 (catch_exception_event): ...this, make non-static, update header
8481 command, and change some parameter types.
8482 (catch_catch_command): Update for changes to
8483 catch_exception_command_1.
8484 (catch_throw_command): Likewise.
8485 (catch_rethrow_command): Likewise.
8486 * breakpoint.c (enum exception_event_kind): Delete.
8487 * breakpoint.h (enum exception_event_kind): Moved here from
8488 break-catch-throw.c.
8489 (catch_exception_event): Declare.
8490 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8491 (mi_cmd_catch_throw): New function.
8492 (mi_cmd_catch_rethrow): New function.
8493 (mi_cmd_catch_catch): New function.
8494 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8495 'catch-catch' entries.
8496 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8497 (mi_cmd_catch_rethrow): Declare.
8498 (mi_cmd_catch_catch): Declare.
8499
8500 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8501
8502 * annotate.c (annotate_source_line): Change return type to void,
8503 update implementation to match.
8504 * annotate.h (annotate_source_line): Change return type to void,
8505 update header comment.
8506 * stack.c (print_frame_info): Don't change what frame information
8507 is printed based on whether annotations are on or not.
8508
8509 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8510
8511 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8512 (annotate_source): Make static.
8513 (annotate_source_line): Moved from source.c and renamed from
8514 identify_source_line. Update the return type.
8515 * annotate.h (annotate_source): Delete declaration.
8516 (annotate_source_line): Declaration moved from source.h, and
8517 renamed from identify_source_line. Return type updated.
8518 * source.c (identify_source_line): Moved to annotate.c and renamed
8519 to annotate_source_line.
8520 (info_line_command): Remove check of annotation_level.
8521 * source.h (identify_source_line): Move declaration to annotate.h
8522 and rename to annotate_source_line.
8523 * stack.c: Add 'annotate.h' include.
8524 (print_frame_info): Remove check of annotation_level before
8525 calling annotate_source_line.
8526
8527 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8528
8529 * source-cache.c (source_cache::get_plain_source_lines): Use
8530 open_source_file_with_line_charpos instead of just
8531 open_source_file, remove call to find_source_lines.
8532 (source_cache::get_source_lines): Likewise.
8533 * source.c (find_source_lines): Make static.
8534 (get_filename_and_charpos): Renamed into...
8535 (open_source_file_with_line_charpos): ..this along with changes to
8536 return a scoped_fd, and some other minor clean ups.
8537 (identify_source_line): Use open_source_file_with_line_charpos.
8538 (search_command_helper): Use open_source_file_with_line_charpos
8539 instead of just open_source_file, remove call to
8540 find_source_lines.
8541 * source.h (open_source_file_with_line_charpos): Declare new
8542 function.
8543 (find_source_lines): Delete declaration.
8544
8545 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8546
8547 * source.c (get_filename_and_charpos): Remove fullname
8548 parameter.
8549 (identify_source_line): Update call to get_filename_and_charpos.
8550
8551 2019-06-14 Tom Tromey <tromey@adacore.com>
8552
8553 PR gdb/24502:
8554 * ui-style.h (skip_ansi_escape): Update comment.
8555 * ui-file.h (class no_terminal_escape_file): New class.
8556 * ui-file.c (no_terminal_escape_file::write)
8557 (no_terminal_escape_file::puts): New methods.
8558 * cli/cli-logging.c (handle_redirections): Use
8559 no_terminal_escape_file.
8560
8561 2019-06-14 Tom Tromey <tromey@adacore.com>
8562
8563 * NEWS: Move convenience variable news above Python news.
8564
8565 2019-06-14 Tom Tromey <tom@tromey.com>
8566
8567 * gnulib: Move directory to top-level.
8568 * configure.ac: Don't configure gnulib.
8569 * configure: Rebuild.
8570 * common/common-defs.h: Use new path to gnulib.
8571 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8572 (GNULIB_H): Remove.
8573 (INCGNU): Look in new gnulib location.
8574 (HFILES_NO_SRCDIR): Remove gnulib files.
8575 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8576 (generated_files): Remove GNULIB_H.
8577 ($(LIBGNU), all-lib): Remove targets.
8578 (distclean): Don't mention GNULIB_BUILDDIR.
8579 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8580
8581 2019-06-14 Tom Tromey <tromey@adacore.com>
8582
8583 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8584 Warn if symbol file does not provide any symbols.
8585
8586 2019-06-14 Tom Tromey <tromey@adacore.com>
8587
8588 * source.c (find_and_open_source): Respect basenames_may_differ.
8589
8590 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8591
8592 * annotate.c (annotate_breakpoints_invalid): Make use of
8593 scoped_restore_terminal_state.
8594 (annotate_frames_invalid): Likewise.
8595
8596 2019-06-14 Tom Tromey <tromey@adacore.com>
8597
8598 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8599 allow assignment to an internalvar.
8600
8601 2019-06-14 Tom Tromey <tromey@adacore.com>
8602
8603 * ada-lex.l: Allow "_" in attribute names.
8604
8605 2019-06-14 Tom Tromey <tromey@adacore.com>
8606
8607 PR gdb/24653:
8608 * regcache.c (registers_changed): Don't call alloca.
8609 * top.c (execute_command): Don't call alloca.
8610
8611 2019-06-13 Pedro Alves <palves@redhat.com>
8612
8613 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8614 'expression'. When parsing an expression, error out if there's
8615 junk after "unlimited".
8616 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8617 (do_set_command): Adjust calls to is_unlimited_literal.
8618
8619 2019-06-13 Pedro Alves <palves@redhat.com>
8620
8621 * compile/compile.c (make_compile_options_def_group): Add braces
8622 around array_view initializer.
8623 * thread.c (make_thread_apply_all_options_def_group)
8624 (make_thread_apply_all_options_def_group): Likewise.
8625
8626 2019-06-13 Pedro Alves <palves@redhat.com>
8627
8628 * NEWS (New commands): Mention "maint test-options
8629 require-delimiter", "maint test-options unknown-is-error", "maint
8630 test-options unknown-is-operand" and "maint show
8631 test-options-completion-result".
8632 (New command options, command completion): New section.
8633 (Completion improvements): New section.
8634 Mention that you can abbreviate "unlimited".
8635
8636 2019-06-13 Pedro Alves <palves@redhat.com>
8637
8638 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8639 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8640 * unittests/cli-utils-selftests.c (test_parse_flags)
8641 (test_parse_flags_qcs): Delete.
8642 (test_cli_utils): Don't call deleted functions.
8643
8644 2019-06-13 Pedro Alves <palves@redhat.com>
8645
8646 * thread.c: Include "cli/cli-option.h".
8647 (tp_array_compar_ascending): Global.
8648 (tp_array_compar): Delete function.
8649 (tp_array_compar_ascending, tp_array_compar_descending): New
8650 functions.
8651 (ascending_option_def, qcs_flag_option_def)
8652 (thr_qcs_flags_option_defs)
8653 (make_thread_apply_all_options_def_group)
8654 (make_thread_apply_options_def_group): New.
8655 (thread_apply_all_command): Use gdb::option::process_options.
8656 (thread_apply_command_completer)
8657 (thread_apply_all_command_completer): New.
8658 (thread_apply_command): Use gdb::option::process_options.
8659 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8660 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8661 to generate help text of "thread apply". Adjust "taas"'s help.
8662 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8663 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8664
8665 2019-06-13 Pedro Alves <palves@redhat.com>
8666
8667 * thread.c (thread_apply_command): Check for invalid TID with
8668 isdigit instead of !isalpha.
8669
8670 2019-06-13 Pedro Alves <palves@redhat.com>
8671
8672 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8673 (validate_flags_qcs): New.
8674 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8675 (validate_flags_qcs): Declare.
8676 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8677 (make_frame_apply_options_def_group): New.
8678 (frame_apply_command_count): Process options with
8679 gdb::option::process_options.
8680 (frame_apply_completer): New.
8681 (frame_apply_level_completer, frame_apply_all_completer)
8682 (frame_apply_completer): New.
8683 (_initialize_stack): Update help of "frame apply", "frame apply
8684 level", "frame apply all" and "faas" to mention supported options
8685 and install command completers.
8686 * stack.h (frame_apply_all_completer): Declare.
8687 * thread.c: Include "stack.h".
8688 (tfaas_command): Add "--".
8689 (_initialize_thread): Update help "tfaas" to mention supported
8690 options and install command completer.
8691
8692 2019-06-13 Pedro Alves <palves@redhat.com>
8693
8694 * completer.c (complete_nested_command_line): New.
8695 (gdb_completion_word_break_characters_throw): Add assertion.
8696 * completer.h (complete_nested_command_line): Declare.
8697
8698 2019-06-13 Pedro Alves <palves@redhat.com>
8699
8700 * stack.c (parse_backtrace_qualifiers): New.
8701 (backtrace_command): Use it.
8702 (backtrace_command_completer): Complete on qualifiers.
8703
8704 2019-06-13 Pedro Alves <palves@redhat.com>
8705
8706 * frame.c: Include "cli/cli-option.h.
8707 (user_set_backtrace_options): New.
8708 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8709 Delete.
8710 (get_prev_frame): Adjust.
8711 (boolean_option_def, uinteger_option_def)
8712 (set_backtrace_option_defs): New.
8713 (_initialize_frame): Adjust and use
8714 gdb::option::add_setshow_cmds_for_options to install "set
8715 backtrace past-main" and "set backtrace past-entry".
8716 * frame.h: Include "cli/cli-option.h".
8717 (struct frame_print_options): Forward declare.
8718 (print_frame_arguments_all, print_frame_arguments_scalars)
8719 (print_frame_arguments_none): Declare.
8720 (print_entry_values): Delete declaration.
8721 (struct frame_print_options, user_frame_print_options): New.
8722 (struct set_backtrace_options): New.
8723 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8724 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8725 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8726 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8727 (list_args_or_locals): Add frame_print_options parameter.
8728 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8729 * python/py-framefilter.c (enumerate_args): Pass down
8730 USER_FRAME_PRINT_OPTIONS.
8731 * stack.c: Include "cli/cli-option.h".
8732 (print_frame_arguments_all, print_frame_arguments_scalars)
8733 (print_frame_arguments_none): Declare.
8734 (print_raw_frame_arguments, print_entry_values): Delete.
8735 (user_frame_print_options): New.
8736 (boolean_option_def, enum_option_def, frame_print_option_defs):
8737 New.
8738 (struct backtrace_cmd_options): New.
8739 (bt_flag_option_def): New.
8740 (backtrace_command_option_defs): New.
8741 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8742 (print_frame_arg, read_frame_arg, print_frame_args)
8743 (print_frame_info, print_frame): Add frame_print_options parameter
8744 and use it.
8745 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8746 (backtrace_command_1): Add frame_print_options and
8747 backtrace_cmd_options parameters and use them.
8748 (make_backtrace_options_def_group): New.
8749 (backtrace_command): Process command options with
8750 gdb::option::process_options.
8751 (backtrace_command_completer): New.
8752 (_initialize_stack): Extend "backtrace"'s help to mention
8753 supported options. Install completer for "backtrace".
8754 Install some settings commands with add_setshow_cmds_for_options.
8755
8756 2019-06-13 Pedro Alves <palves@redhat.com>
8757
8758 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8759 and that "set/show print raw frame-arguments" are now deprecated.
8760
8761 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8762 command.
8763 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8764 * stack.c (_initialize_stack): Install "set/show print
8765 raw-frame-arguments", and deprecate "set/show print raw
8766 frame-arguments".
8767 * valprint.c (_initialize_valprint): Deprecate "set/show print
8768 raw".
8769
8770 2019-06-13 Pedro Alves <palves@redhat.com>
8771
8772 * compile/compile.c (struct compile_options): New.
8773 (compile_flag_option_def, compile_command_option_defs)
8774 (make_compile_options_def_group): New.
8775 (compile_file_command): Handle options with
8776 gdb::option::process_options.
8777 (compile_file_command_completer): New function.
8778 (compile_code_command): Handle options with
8779 gdb::option::process_options.
8780 (compile_code_command_completer): New function.
8781 (_initialize_compiler): Install completers for "compile code" and
8782 "compile file". Mention available options in "compile code" and
8783 "compile code"'s help.
8784 * completer.c (advance_to_completion_word): New, factored out from
8785 ...
8786 (advance_to_expression_complete_word_point): ... this.
8787 (advance_to_filename_complete_word_point): New.
8788 * completer.h (advance_to_filename_complete_word_point): New
8789 declaration.
8790
8791 2019-06-13 Pedro Alves <palves@redhat.com>
8792
8793 * compile/compile.c: Include "cli/cli-option.h".
8794 (compile_print_value): Scope data pointer is now a
8795 value_print_options pointer; adjust.
8796 (compile_print_command): Process options. Scope data pointer is
8797 now a value_print_options pointer; adjust.
8798 (_initialize_compile): Update "compile print"'s help to include
8799 supported options. Install a completer for "compile print".
8800 * cp-valprint.c (show_vtblprint, show_objectprint)
8801 (show_static_field_print): Delete.
8802 (_initialize_cp_valprint): Don't install "set print
8803 static-members", "set print vtbl", "set print object" here.
8804 * printcmd.c: Include "cli/cli-option.h" and
8805 "common/gdb_optional.h".
8806 (print_command_parse_format): Rework to fill in a
8807 value_print_options instead of a format_data.
8808 (print_value): Change parameter type from format_data pointer to
8809 value_print_options reference. Adjust.
8810 (print_command_1): Process options. Adjust to pass down a
8811 value_print_options.
8812 (print_command_completer): New.
8813 (_initialize_printcmd): Install print_command_completer as
8814 handle_brkchars completer for the "print" command. Update
8815 "print"'s help to include supported options.
8816 * valprint.c: Include "cli/cli-option.h".
8817 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8818 here from cp-valprint.c.
8819 (boolean_option_def, uinteger_option_def)
8820 (value_print_option_defs, make_value_print_options_def_group):
8821 New. Use gdb::option::add_setshow_cmds_for_options to install
8822 "set print elements", "set print null-stop", "set print repeats",
8823 "set print pretty", "set print union", "set print array", "set
8824 print address", "set print symbol", "set print array-indexes".
8825 * valprint.h: Include <string> and "cli/cli-option.h".
8826 (make_value_print_options_def_group): Declare.
8827 (print_value): Change parameter type from format_data pointer to
8828 value_print_options reference.
8829 (print_command_completer): Declare.
8830
8831 2019-06-13 Pedro Alves <palves@redhat.com>
8832
8833 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8834 (COMMON_SFILES): Add maint-test-settings.c.
8835 * cli/cli-decode.c (boolean_enums): New global, factored out from
8836 ...
8837 (add_setshow_boolean_cmd): ... here.
8838 * cli/cli-decode.h (boolean_enums): Declare.
8839 * cli/cli-option.c: New file.
8840 * cli/cli-option.h: New file.
8841 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8842 factored out from ...
8843 (parse_cli_boolean_value(const char *)): ... this.
8844 (is_unlimited_literal): Change parameter type to pointer to
8845 pointer. Adjust and advance ARG pointer.
8846 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8847 (parse_cli_var_enum): New, factored out from ...
8848 (do_set_command): ... this. Adjust.
8849 * cli/cli-setshow.h (parse_cli_boolean_value)
8850 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8851 (parse_cli_var_enum): Declare.
8852 * cli/cli-utils.c: Include "cli/cli-option.h".
8853 (get_ulongest): New.
8854 * cli/cli-utils.h (get_ulongest): Declare.
8855 (check_for_argument): New overloads.
8856 * maint-test-options.c: New file.
8857
8858 2019-06-13 Pedro Alves <palves@redhat.com>
8859
8860 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8861 parse a range if "-" is at the end of the string.
8862
8863 2019-06-13 Pedro Alves <palves@redhat.com>
8864
8865 * cli/cli-setshow.c (parse_auto_binary_operation)
8866 (parse_cli_boolean_value): Don't allow "o".
8867
8868 2019-06-13 Pedro Alves <palves@redhat.com>
8869
8870 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8871 * NEWS: Mention maint test-settings KIND.
8872 * maint-test-settings.c: New file.
8873
8874 2019-06-13 Pedro Alves <palves@redhat.com>
8875
8876 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8877 completer.
8878 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8879 "set" completers.
8880
8881 2019-06-13 Pedro Alves <palves@redhat.com>
8882
8883 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8884 after item.
8885
8886 2019-06-13 Pedro Alves <palves@redhat.com>
8887
8888 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8889
8890 2019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8893 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8894 call.
8895 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8896 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8897 calls.
8898 (check_for_argument): Skip spaces after argument.
8899
8900 2019-06-13 Pedro Alves <palves@redhat.com>
8901
8902 * thread.c (thread_apply_command): Adjust TID parsing.
8903 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8904 detected before end of string.
8905 (tid_is_in_list): Error out if LIST is invalid.
8906
8907 2019-06-13 Pedro Alves <palves@redhat.com>
8908
8909 * completer.c (complete_line_internal_1): Rewind completion word
8910 point.
8911 (completion_tracker::advance_custom_word_point_by): Change
8912 parameter type to int.
8913 * completer.h (completion_tracker::advance_custom_word_point_by):
8914 Likewise.
8915
8916 2019-06-13 Pedro Alves <palves@redhat.com>
8917
8918 * completer.c (advance_to_completion_word): Handle delimiters.
8919
8920 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8921
8922 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8923
8924 2019-06-11 Tom Tromey <tom@tromey.com>
8925
8926 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8927 (xmalloc_failed): Move to alloc.c.
8928 * alloc.c: New file.
8929 * Makefile.in (COMMON_SFILES): Add alloc.c.
8930
8931 2019-06-11 Tom Tromey <tom@tromey.com>
8932
8933 * nat/linux-waitpid.c: Don't include server.h.
8934 (linux_debug): Remove.
8935 (my_waitpid): Update.
8936
8937 2019-06-11 Tom Tromey <tromey@adacore.com>
8938
8939 * infcall.c (_initialize_infcall): Remove trailing newline from
8940 help.
8941 * user-regs.c (_initialize_user_regs): Remove trailing newline
8942 from help.
8943 * typeprint.c (_initialize_typeprint): Remove trailing newline
8944 from help.
8945 * reverse.c (_initialize_reverse): Remove trailing newlines from
8946 help.
8947 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8948 from help.
8949 * language.c (add_set_language_command): Remove trailing newline
8950 from help.
8951 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8952 help.
8953 * disasm.c (_initialize_disasm): Remove trailing newline from
8954 help.
8955 * top.c (init_main): Remove trailing newline from help.
8956 * interps.c (_initialize_interpreter): Remove trailing newline
8957 from help.
8958 * btrace.c (_initialize_btrace): Remove trailing newlines from
8959 help.
8960 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8961 from help.
8962 * python/python.c (_initialize_python): Remove trailing newline
8963 from help.
8964 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8965 help.
8966 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8967 from help. Reformat some text.
8968 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8969 from help.
8970 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8971 newline from help.
8972
8973 2019-06-11 Tom Tromey <tromey@adacore.com>
8974
8975 * darwin-nat.c (darwin_decode_exception_message)
8976 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8977
8978 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8979
8980 * valops.c (value_slice): Check for not allocated or not
8981 associated values.
8982
8983 2019-06-10 Tom de Vries <tdevries@suse.de>
8984
8985 PR gdb/24618
8986 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8987 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8988 invalid.
8989
8990 2019-06-10 Tom de Vries <tdevries@suse.de>
8991
8992 PR gdb/24611
8993 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8994 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8995
8996 2019-06-10 Tom de Vries <tdevries@suse.de>
8997
8998 PR symtab/24545
8999 * symtab.c (struct demangled_name_entry): Add language field.
9000 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9001 static minimal symbol". Set and use language field.
9002
9003 2019-06-10 Tom Tromey <tromey@adacore.com>
9004
9005 * ada-lang.c (_initialize_ada_language): Update help text.
9006
9007 2019-06-10 Tom Tromey <tromey@adacore.com>
9008
9009 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9010 with a newline.
9011 * guile/guile.c (handle_boot_error): Don't end warning with a
9012 newline.
9013 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9014 warning with a newline.
9015 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9016 newline.
9017 (s12z_frame_cache): Likewise.
9018 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9019 a newline.
9020 * solib-svr4.c (disable_probes_interface): Don't end warning with
9021 a newline.
9022 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9023 newline.
9024 * python/python.c (do_finish_initialization): Don't end warning
9025 with a newline.
9026
9027 2019-06-10 Tom Tromey <tom@tromey.com>
9028
9029 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9030 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9031 gdbpy_enter.
9032
9033 2019-06-10 Tom Tromey <tromey@adacore.com>
9034
9035 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9036 data.
9037 (elf_new_init): Don't call stabsread_new_init.
9038 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9039 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9040 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9041
9042 2019-06-10 Tom de Vries <tdevries@suse.de>
9043
9044 PR symtab/16264
9045 PR symtab/24517
9046 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9047
9048 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9049
9050 * source.c (find_and_open_source): Also rewrite relative file
9051 names.
9052
9053 2019-04-26 Amos Bird <amosbird@gmail.com>
9054
9055 * annotate.c (annotate_thread_exited): Add "thread-exited"
9056 annotation.
9057
9058 2019-06-06 Tom Tromey <tromey@adacore.com>
9059
9060 * maint.h (class scoped_command_stats): Use
9061 DISABLE_COPY_AND_ASSIGN.
9062 <print_time>: New method.
9063 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9064 print_time.
9065 (scoped_command_stats::print_time): New method.
9066
9067 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9068
9069 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9070 instructions of lengths 6 or 8 bytes.
9071
9072 2019-06-04 Pedro Alves <palves@redhat.com>
9073
9074 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9075
9076 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9077 * breakpoint.c (condition_completer): Likewise.
9078 * cli/cli-dump.c (scan_expression): Likewise.
9079 * common/filestuff.c (mkdir_recursive): Likewise.
9080 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9081 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9082 (gdb_abspath): Likewise.
9083 * compile/compile-cplus-types.c
9084 (compile_cplus_instance::decl_name): Likewise.
9085 * completer.c (complete_explicit_location):
9086 (signal_completer, reg_or_group_completer_1): Likewise.
9087 * cp-support.c (cp_remove_params_if_any): Likewise.
9088 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9089 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9090 * infcmd.c (strip_bg_char): Likewise.
9091 * linespec.c (copy_token_string): Likewise.
9092 * mi/mi-main.c (output_cores): Likewise.
9093 * psymtab.c (psymtab_search_name):
9094 * symfile.c (test_set_ext_lang_command): Likewise.
9095 * target.c (target_fileio_read_stralloc): Likewise.
9096 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9097 * value.c (complete_internalvar): Likewise.
9098
9099 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9100
9101 Add objfile property to gdb.Type.
9102 * NEWS: Mention Python API addition.
9103 * python/py-type.c (typy_get_objfile): New method.
9104
9105 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9106
9107 * NEWS: Mention the new set|show style [title|highlight].
9108 Mention changes to "show style", "help" and "apropos".
9109
9110 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9111
9112 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9113 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9114 instead of print_help_for_command.
9115 (print_doc_of_command): New function.
9116 (help_list): Add 'apropos -v word' suggestion.
9117 (print_help_for_command): Style the command name using title style.
9118 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9119 (_initialize_cli_cmds): Describe -v in apropos_command help.
9120
9121 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9122
9123 * cli/cli-style.h (cli_style_option): Add name in constructor,
9124 add m_name class member, add constructor with intensity,
9125 add name class function.
9126 (cli_style_option::add_setshow_commands): Remove name argument.
9127 (highlight_style, title_style): New styles.
9128 * cli/cli-style.c (do_show): New function that shows a style
9129 characteristic styling the style name with itself.
9130 (set_style_name): New function.
9131 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9132 Update all callers according to the changes in cli/cli-style.h.
9133 * utils.h (fputs_highlighted): New function.
9134 * utils.c (fputs_highlighted): Likewise.
9135
9136 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9137
9138 * NEWS: Mention new pipe command and new convenience variables.
9139
9140 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9141
9142 * cli/cli-cmds.c (pipe_command): New function.
9143 (_initialize_cli_cmds): Call add_com for pipe_command.
9144 Define | as an alias for pipe.
9145 (exit_status_set_internal_vars): New function.
9146 (shell_escape): Call exit_status_set_internal_vars.
9147 cli/cli-decode.c (find_command_name_length): Recognize | as
9148 a single character command.
9149
9150 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9151
9152 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9153 top.c (execute_command_to_ui_file): New function, mostly a copy
9154 of execute_command_to_string.
9155 (execute_command_to_string): Implement by calling
9156 execute_command_to_ui_file.
9157
9158 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9159
9160 * top.h (saved_command_line): Remove declaration.
9161 * top.c (previous_saved_command_line, previous_repeat_arguments):
9162 New variables.
9163 (saved_command_line): Make static, define together with other
9164 'repeat variables'.
9165 (dont_repeat): Clear repeat_arguments.
9166 (repeat_previous, get_saved_command_line, save_command_line):
9167 New functions.
9168 (gdb_init): Initialize saved_command_line
9169 and previous_saved_command_line.
9170 * main.c (captured_main_1): Remove saved_command_line initialization.
9171 * event-top.c (handle_line_of_input): Update to use
9172 the new 'repeat' related functions instead of direct access to
9173 saved_command_line.
9174 * command.h (repeat_previous, get_saved_command_line,
9175 save_command_line): New declarations.
9176 (dont_repeat): Add comment.
9177
9178 2019-05-30 Tom Tromey <tromey@adacore.com>
9179
9180 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9181 Fix comment.
9182 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9183
9184 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9185
9186 PR cli/24587
9187 * completer.c (complete): Initialize variable word.
9188
9189 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9190
9191 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9192 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9193 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9194 'body' is NULL to the outter 'if', protecting the '!is_define'
9195 situation as well.
9196
9197 2019-05-29 Tom Tromey <tromey@adacore.com>
9198
9199 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9200 (dwarf_unknown): New function.
9201 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9202 (dwarf_type_encoding_name): Use dwarf_unknown.
9203
9204 2019-05-29 Tom Tromey <tromey@adacore.com>
9205
9206 PR c++/20020:
9207 * cp-valprint.c (cp_print_value_fields): Call
9208 cp_print_static_field inside "try".
9209
9210 2019-05-29 Tom Tromey <tromey@adacore.com>
9211
9212 * inflow.c (struct terminal_info): Add default operator=.
9213 * configure: Rebuild.
9214 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9215 -Wdeprecated-copy-dtor, -Wredundant-move.
9216
9217 2019-05-29 Tom Tromey <tromey@adacore.com>
9218
9219 * NEWS: Add entry.
9220 * infcmd.c (print_return_value_1): Handle finish_print
9221 option.
9222 (show_print_finish): New function.
9223 (_initialize_infcmd): Add "set/show print finish" commands.
9224 * valprint.c (user_print_options): Initialize new member.
9225 * valprint.h (struct value_print_options) <finish_print>: New
9226 member.
9227
9228 2019-05-28 Tom Tromey <tromey@adacore.com>
9229
9230 * ada-lang.c (ada_remove_Xbn_suffix)
9231 (find_old_style_renaming_symbol)
9232 (parse_old_style_renaming): Remove.
9233 (ada_find_renaming_symbol): Don't call
9234 find_old_style_renaming_symbol.
9235 (ada_is_renaming_symbol): Rename from
9236 ada_find_renaming_symbol. Remove "block" parameter. Return
9237 bool. Now static.
9238 (ada_read_var_value): Update and simplify.
9239 * ada-exp.y (write_var_or_type): Remove old code.
9240
9241 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9242
9243 PR gdb/25010
9244 * event-top.c: Remove include comment.
9245 * inflow.c (class scoped_ignore_sigttou): Move from here...
9246 * inflow.h (class scoped_ignore_sigttou): ...to here.
9247 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9248 * top.c: Remove include comment.
9249
9250 2019-05-27 Tom Tromey <tom@tromey.com>
9251
9252 * NEWS: Fix typo.
9253
9254 2019-05-22 Tom Tromey <tromey@adacore.com>
9255
9256 * target.c (target_follow_exec): Constify parameter.
9257 * target-delegates.c: Rebuild.
9258 * remote.c (remote_target::follow_exec): Constify parameter.
9259 * infrun.c (follow_exec): Constify parameter.
9260 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9261 (target_follow_exec): Likewise.
9262
9263 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9264
9265 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9266 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9267
9268 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9269
9270 * NEWS: Add debugredirect and testsuite sections.
9271
9272 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9273
9274 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9275 target descriptions using exclusively floating point register name
9276 aliases.
9277
9278 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9279
9280 PR gdb/18644:
9281 * f-lang.c (build_fortran_types): Handle the case where
9282 gdbarch_floatformat_for_type returns a nullptr.
9283
9284 2019-05-21 Tom de Vries <tdevries@suse.de>
9285
9286 PR cli/24587
9287 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9288
9289 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9290
9291 PR gdb/18644:
9292 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9293 16-byte floats.
9294 * i386-tdep.c (i386_floatformat_for_type): Use
9295 floatformats_ia64_quad for the 16-byte floating point component
9296 within a fortran 32-byte complex number.
9297
9298 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9299
9300 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9301 delete default constructor.
9302 (find_partial_die): Update to return const struct.
9303 (partial_die_parent_scope): Move variable declaration into scope
9304 of its use and change its type to auto.
9305 (guess_partial_die_structure_name): Likewise.
9306 (partial_die_info::fixup): Likewise.
9307
9308 2019-05-17 Tom Tromey <tromey@adacore.com>
9309
9310 * source.c (find_and_open_source): Remove cast.
9311
9312 2019-05-17 Tom Tromey <tromey@adacore.com>
9313
9314 * annotate.c (annotate_source): Make "filename" const.
9315 * annotate.h (annotate_source): Use const.
9316
9317 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9318
9319 * disasm.c (set_disassembler_options): Send errors to stderr.
9320
9321 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9322
9323 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9324 (cli_interp_base::set_logging): Check debug_redirect.
9325 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9326 * cli/cli-logging.c (debug_redirect): Add static variable.
9327 (pop_output_files): Add default param.
9328 (handle_redirections): Print debug setting.
9329 (show_logging_command): Likewise.
9330 (_initialize_cli_logging): Add debugredirect command.
9331 * interps.c (current_interp_set_logging): Add debug_redirect
9332 parameter.
9333 * interps.h (set_logging): Add debug_redirect parameter.
9334 (current_interp_set_logging): Likewise.
9335 * mi/mi-common.h: Likewise.
9336 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9337
9338 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9339 Tom Tromey <tromey@adacore.com>
9340
9341 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9342 directly.
9343 * cli/cli-interp.h (make_logging_output): Remove declaration.
9344 * cli/cli-logging.c (make_logging_output): Remove function.
9345 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9346 directly.
9347 * ui-file.c (tee_file::tee_file): Remove bools.
9348 (tee_file::~tee_file): Remove deletes.
9349 * ui-file.h (tee_file): Remove bools.
9350
9351 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9352
9353 * mi/mi-cmds.h (mi_cmd_complete): New function.
9354 * mi/mi-main.c (mi_cmd_complete): Likewise.
9355 * mi/mi-cmds.c: Define new MI command -complete.
9356 * NEWS: Mention new -complete command.
9357
9358 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9359
9360 * completer.h (complete): New function.
9361 * completer.c (complete): Likewise.
9362 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9363 function defined in completer.h.
9364
9365 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9366
9367 * MAINTAINERS (Write After Approval): Add myself.
9368
9369 2019-05-17 Tom de Vries <tdevries@suse.de>
9370
9371 PR gdb/24094
9372 * dwarf2read.c (struct cu_partial_die_info): New struct.
9373 (find_partial_die): Return cu_partial_die_info.
9374 (partial_die_parent_scope, guess_partial_die_structure_name)
9375 (partial_die_info::fixup): Handle new return type of find_partial_die.
9376
9377 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9378
9379 PR breakpoints/24541
9380 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9381 "std::string", simplifying the algorithm.
9382
9383 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9384
9385 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9386 (stap_static_probe_ops::get_probes): Likewise.
9387
9388 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9389
9390 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9391 '-')" and "else if".
9392 (stap_parse_single_operand): Join checks for
9393 "gdbarch_stap_parse_special_token_p" and
9394 "gdbarch_stap_parse_special_token" in the same "if" statement.
9395 Invert check when verifying for operation on register
9396 displacement.
9397
9398 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9399
9400 * stap-probe.c (stap_get_opcode): Update comment.
9401 (stap_get_expected_argument_type): Likewise.
9402 (handle_stap_probe): Likewise.
9403
9404 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9405
9406 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9407 return type to 'bool'. Adjust comment. Use 'bool' when
9408 appropriate.
9409 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9410 * stap-probe.c (stap_parse_argument_1): Likewise.
9411 (stap_is_operator): Likewise.
9412 (stap_is_generic_prefix): Likewise.
9413 (stap_is_register_prefix): Likewise.
9414 (stap_is_register_indirection_prefix): Likewise.
9415 (stap_is_integer_prefix): Likewise.
9416 (stap_generic_check_suffix): Likewise.
9417 (stap_check_integer_suffix): Likewise.
9418 (stap_check_register_suffix): Likewise.
9419 (stap_check_register_indirection_suffix): Likewise.
9420 (stap_parse_register_operand): Likewise.
9421 (stap_parse_single_operand): Likewise.
9422 (stap_parse_argument_1): Likewise.
9423 (stap_probe::get_argument_count): Likewise.
9424 (stap_is_operator): Likewise.
9425
9426 2019-05-16 Tom Tromey <tromey@adacore.com>
9427
9428 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9429 keyword to foreach.
9430
9431 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9432
9433 * linux-thread-db.c (try_thread_db_load_1): Change return type
9434 to bool.
9435 (try_thread_db_load): Likewise.
9436 (try_thread_db_load_from_pdir_1): Likewise.
9437 (try_thread_db_load_from_pdir): Likewise.
9438 (try_thread_db_load_from_sdir): Likewise.
9439 (try_thread_db_load_from_dir): Likewise.
9440 (thread_db_load_search): Likewise.
9441 (has_libpthread): Likewise.
9442 (thread_db_load): Likewise.
9443
9444 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9445
9446 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9447 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9448 NULL, and complain/return if that's the case.
9449
9450 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9451
9452 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9453 (advance, posn, abstract_read_memory): New functions.
9454 [struct mem_read_abstraction]: New struct.
9455 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9456
9457 2019-05-14 Tom Tromey <tromey@adacore.com>
9458
9459 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9460 value is not lval_memory.
9461
9462 2019-05-14 Tom Tromey <tromey@adacore.com>
9463
9464 * solib.c (info_sharedlibrary_command): Style the file name.
9465
9466 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9467
9468 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9469 (aarch64_vnv_type): Likewise.
9470 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9471 * common/tdesc.c: Likewise.
9472 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9473 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9474 * features/aarch64-fpu.xml: Add ieee half view.
9475 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9476 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9477 * gdbtypes.h (struct builtin_type): Likewise.
9478 (struct objfile_type): Likewise.
9479
9480 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9481
9482 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9483 typo.
9484 * location.h (string_to_event_location): Likewise.
9485
9486 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9487
9488 GDB 8.3 released.
9489
9490 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9491
9492 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9493 New variable declaration.
9494 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9495 New variable.
9496 (print_one_breakpoint): Use ui_out::test_flags and new global
9497 variable to compute use_fixed_output.
9498 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9499 Remove.
9500 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9501 (mi_multi_location_breakpoint_output_fixed): Remove.
9502 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9503 new variable.
9504 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9505 fix_multi_location_breakpoint_output flag if version >= 3.
9506 * ui-out.h (enum ui_out_flag)
9507 <fix_multi_location_breakpoint_output>: New enumerator.
9508
9509 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9510
9511 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9512
9513 2019-05-10 Tom Tromey <tromey@adacore.com>
9514
9515 * ada-lang.c (catch_ada_completer): New function.
9516 (_initialize_ada_language): Use it.
9517
9518 2019-05-10 Tom Tromey <tromey@adacore.com>
9519
9520 * thread.c (print_thread_info): Make "requested_threads" const.
9521 * gdbthread.h (print_thread_info): Make "requested_threads"
9522 const.
9523 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9524 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9525
9526 2019-05-08 Tom Tromey <tom@tromey.com>
9527
9528 * gdbtypes.c (objfile_type_data): Change type.
9529 (objfile_type, _initialize_gdbtypes): Update.
9530
9531 2019-05-08 Tom Tromey <tom@tromey.com>
9532
9533 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9534 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9535 (_initialize_dwarf2_frame): Update.
9536
9537 2019-05-08 Tom Tromey <tom@tromey.com>
9538
9539 * objc-lang.c (objc_objfile_data): Change type.
9540 (find_methods): Update.
9541 (_initialize_objc_lang): Remove.
9542
9543 2019-05-08 Tom Tromey <tom@tromey.com>
9544
9545 * stabsread.c (rs6000_builtin_type_data): Change type.
9546 (rs6000_builtin_type, _initialize_stabsread): Update.
9547
9548 2019-05-08 Tom Tromey <tom@tromey.com>
9549
9550 * mips-tdep.c (mips_pdr_data): Remove.
9551 (_initialize_mips_tdep): Update.
9552
9553 2019-05-08 Tom Tromey <tom@tromey.com>
9554
9555 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9556 (hppa_init_objfile_priv_data, read_unwind_info)
9557 (find_unwind_entry, _initialize_hppa_tdep): Update.
9558
9559 2019-05-08 Tom Tromey <tom@tromey.com>
9560
9561 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9562 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9563 on obstack.
9564 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9565
9566 2019-05-08 Tom Tromey <tom@tromey.com>
9567
9568 * mdebugread.c (basic_type_data): Change type.
9569 (basic_type, _initialize_mdebugread): Update.
9570
9571 2019-05-08 Tom Tromey <tom@tromey.com>
9572
9573 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9574
9575 2019-05-08 Tom Tromey <tom@tromey.com>
9576
9577 * nto-tdep.c (nto_inferior_data_reg): Change type.
9578 (nto_inferior_data): Update.
9579 (nto_inferior_data_cleanup, nto_new_inferior_data)
9580 (_initialize_nto_tdep): Remove.
9581 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9582
9583 2019-05-08 Tom Tromey <tom@tromey.com>
9584
9585 * ada-lang.c (struct ada_inferior_data): Add initializers.
9586 (ada_inferior_data): Change type.
9587 (ada_inferior_data_cleanup): Remove.
9588 (get_ada_inferior_data, ada_inferior_exit)
9589 (struct ada_pspace_data): Add initializers, destructor.
9590 (ada_pspace_data_handle): Change type.
9591 (get_ada_pspace_data): Update.
9592 (ada_pspace_data_cleanup): Remove.
9593
9594 2019-05-08 Tom Tromey <tom@tromey.com>
9595
9596 * coffread.c (struct coff_symfile_info): Add initializers.
9597 (coff_objfile_data_key): Move lower. Change type.
9598 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9599 Update.
9600 (coff_free_info): Remove.
9601
9602 2019-05-08 Tom Tromey <tom@tromey.com>
9603
9604 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9605 (fbsd_pspace_data_handle): Move lower. Change type.
9606 (get_fbsd_pspace_data): Update.
9607 (fbsd_pspace_data_cleanup): Remove.
9608 (_initialize_fbsd_tdep): Update.
9609
9610 2019-05-08 Tom Tromey <tom@tromey.com>
9611
9612 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9613 (get_ada_tasks_pspace_data): Update.
9614 (ada_tasks_pspace_data_cleanup): Remove.
9615 (_initialize_tasks): Update.
9616 (ada_tasks_inferior_data_handle): Change type.
9617 (get_ada_tasks_inferior_data): Update.
9618 (ada_tasks_inferior_data_cleanup): Remove.
9619 (struct ada_tasks_pspace_data): Add initializers.
9620
9621 2019-05-08 Tom Tromey <tom@tromey.com>
9622
9623 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9624 * symfile-debug.c (debug_sym_get_probes): Change type.
9625 * stap-probe.c (handle_stap_probe):
9626 (stap_static_probe_ops::get_probes): Change type.
9627 * probe.h (class static_probe_ops) <get_probes>: Change type.
9628 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9629 (parse_probes_in_pspace): Update.
9630 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9631 Update.
9632 (any_static_probe_ops::get_probes): Change type.
9633 * elfread.c (elfread_data): New typedef.
9634 (probe_key): Change type.
9635 (elf_get_probes): Likewise. Update.
9636 (probe_key_free): Remove.
9637 (_initialize_elfread): Update.
9638 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9639 Change type.
9640 (dtrace_process_dof_probe, dtrace_process_dof)
9641 (dtrace_static_probe_ops::get_probe): Change type.
9642
9643 2019-05-08 Tom Tromey <tom@tromey.com>
9644
9645 * xcoffread.c (struct xcoff_symfile_info): Rename from
9646 coff_symfile_info. Add initializers.
9647 (xcoff_objfile_data_key): Move lower. Change type.
9648 (XCOFF_DATA): Rewrite.
9649 (xcoff_free_info): Remove.
9650 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9651 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9652 (xcoff_initial_scan): Update.
9653
9654 2019-05-08 Tom Tromey <tom@tromey.com>
9655
9656 * solib-svr4.c (struct svr4_info): Add initializers and
9657 destructor.
9658 <probes_table>: Now an htab_up.
9659 (solib_svr4_pspace_data): Change type.
9660 (free_probes_table): Simplify.
9661 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9662 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9663 (probes_table_remove_objfile_probes, register_solib_event_probe)
9664 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9665 (_initialize_svr4_solib): Update.
9666
9667 2019-05-08 Tom Tromey <tom@tromey.com>
9668
9669 * remote.c (remote_pspace_data): Change type.
9670 (remote_pspace_data_cleanup): Remove.
9671 (get_remote_exec_file, set_pspace_remote_exec_file)
9672 (_initialize_remote): Update.
9673
9674 2019-05-08 Tom Tromey <tom@tromey.com>
9675
9676 * breakpoint.c (breakpoint_objfile_key): Change type.
9677 (get_breakpoint_objfile_data): Update.
9678 (free_breakpoint_objfile_data): Remove.
9679 (_initialize_breakpoint): Update.
9680
9681 2019-05-08 Tom Tromey <tom@tromey.com>
9682
9683 * linux-tdep.c (struct linux_info): Add initializers.
9684 (linux_inferior_data): Move. Change type.
9685 (invalidate_linux_cache_inf): Update.
9686 (linux_inferior_data_cleanup): Remove.
9687 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9688
9689 2019-05-08 Tom Tromey <tom@tromey.com>
9690
9691 * auxv.c (auxv_inferior_data): Move. Change type.
9692 (auxv_inferior_data_cleanup): Remove.
9693 (invalidate_auxv_cache_inf): Rewrite.
9694 (get_auxv_inferior_data, _initialize_auxv): Update.
9695
9696 2019-05-08 Tom Tromey <tom@tromey.com>
9697
9698 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9699 (symfile_debug_objfile_data_key): Change type.
9700 (symfile_debug_installed, debug_qf_has_symbols)
9701 (debug_qf_find_last_source_symtab)
9702 (debug_qf_forget_cached_source_info)
9703 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9704 (debug_qf_print_stats, debug_qf_dump)
9705 (debug_qf_expand_symtabs_for_function)
9706 (debug_qf_expand_all_symtabs)
9707 (debug_qf_expand_symtabs_with_fullname)
9708 (debug_qf_map_matching_symbols)
9709 (debug_qf_expand_symtabs_matching)
9710 (debug_qf_find_pc_sect_compunit_symtab)
9711 (debug_qf_map_symbol_filenames)
9712 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9713 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9714 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9715 (debug_sym_read_linetable, debug_sym_relocate): Update.
9716 (symfile_debug_free_objfile): Remove.
9717 (install_symfile_debug_logging, _initialize_symfile_debug):
9718 Update.
9719
9720 2019-05-08 Tom Tromey <tom@tromey.com>
9721
9722 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9723 allocate_on_obstack.
9724 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9725 (get_dwarf2_per_objfile): Update.
9726 (set_dwarf2_per_objfile): Remove.
9727 (dwarf2_has_info, dwarf2_get_section_info): Update.
9728 (dwarf2_free_objfile): Remove.
9729 (_initialize_dwarf2_read): Update.
9730
9731 2019-05-08 Tom Tromey <tom@tromey.com>
9732
9733 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9734 initializers.
9735 <unsupported_script_warning_printed,
9736 script_not_found_warning_printed>: Now bool.
9737 (auto_load_pspace_data): Change type.
9738 (~auto_load_pspace_info): Rename from
9739 auto_load_pspace_data_cleanup.
9740 (get_auto_load_pspace_data, init_loaded_scripts_info)
9741 (clear_section_scripts, maybe_print_unsupported_script_warning)
9742 (maybe_print_script_not_found_warning, _initialize_auto_load):
9743 Update.
9744
9745 2019-05-08 Tom Tromey <tom@tromey.com>
9746
9747 * objfiles.c (objfile_pspace_info): Add destructor and
9748 initializers.
9749 (objfiles_pspace_data): Change type.
9750 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9751 (get_objfile_pspace_data): Update.
9752 (objfiles_bfd_data): Change type.
9753 (get_objfile_bfd_data): Update.
9754 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9755
9756 2019-05-08 Tom Tromey <tom@tromey.com>
9757
9758 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9759 Change type.
9760 (get_catch_syscall_inferior_data): Update.
9761 (catch_syscall_inferior_data_cleanup): Remove.
9762 (_initialize_break_catch_syscall): Update.
9763
9764 2019-05-08 Tom Tromey <tom@tromey.com>
9765
9766 * inflow.c (struct terminal_info): Add destructor and
9767 initializers.
9768 (inflow_inferior_data): Change type.
9769 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9770 (get_inflow_inferior_data, inflow_inferior_exit)
9771 (swap_terminal_info, _initialize_inflow): Update.
9772
9773 2019-05-08 Tom Tromey <tom@tromey.com>
9774
9775 * target-dcache.c (target_dcache_cleanup): Remove.
9776 (target_dcache_aspace_key): Change type.
9777 (target_dcache_init_p, target_dcache_invalidate)
9778 (target_dcache_get, target_dcache_get_or_init)
9779 (_initialize_target_dcache): Update.
9780 * dcache.h (struct dcache_deleter): New.
9781
9782 2019-05-08 Tom Tromey <tom@tromey.com>
9783
9784 * symtab.c (struct symbol_cache): Add destructor and
9785 initializers.
9786 (symbol_cache_key): Move. Change type.
9787 (make_symbol_cache, free_symbol_cache): Remove.
9788 (get_symbol_cache): Update.
9789 (symbol_cache_cleanup): Remove.
9790 (ALL_PSPACES, symbol_cache_flush)
9791 (maintenance_print_symbol_cache)
9792 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9793 Update.
9794
9795 2019-05-08 Tom Tromey <tom@tromey.com>
9796
9797 * symtab.c (struct main_info): Add destructor and initializers.
9798 (main_progspace_key): Move. Change type.
9799 (get_main_info): Update.
9800 (main_info_cleanup): Remove.
9801 (_initialize_symtab): Update.
9802
9803 2019-05-08 Tom Tromey <tom@tromey.com>
9804
9805 * registry.h (DECLARE_REGISTRY): Define the _key class.
9806
9807 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9808
9809 * NEWS: Merge two 'New commands' sections.
9810
9811 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9812
9813 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9814 parameter and use Ada language definition instead.
9815 (ada_val_print_ptr): Remove unused language parameter.
9816 (ada_val_print_num): Remove language parameter and use Ada language
9817 definition instead.
9818 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9819 parameter.
9820 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9821 parameter and use Ada language definition instead.
9822 (ada_val_print_1): Update all ada_val_print_xxx calls.
9823 Remove language parameter.
9824 (ada_val_print): Update ada_val_print_1 call.
9825
9826 2019-05-08 Tom Tromey <tromey@adacore.com>
9827
9828 * remote.c (remote_hw_watchpoint_limit)
9829 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9830 Now static.
9831
9832 2019-05-08 Tom Tromey <tromey@adacore.com>
9833
9834 * maint.c (_initialize_maint_cmds): Move initialization code to
9835 remote.c.
9836 (watchdog, show_watchdog): Move to remote.c.
9837 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9838 "watchdog" static.
9839 (_initialize_remote): Move initialization code from maint.c.
9840 * defs.h (watchdog): Don't declare.
9841
9842 2019-05-08 Tom Tromey <tromey@adacore.com>
9843
9844 * tui/tui-interp.c: Include main.h.
9845 * interps.c: Include main.h.
9846 * main.h (interpreter_p): Declare.
9847 * defs.h (interpreter_p): Don't declare.
9848
9849 2019-05-08 Tom Tromey <tromey@adacore.com>
9850
9851 * dwarf2loc.c: Include dwarf2read.h.
9852 * defs.h (read_unsigned_leb128): Don't declare.
9853 * dwarf2read.h (read_unsigned_leb128): Declare.
9854
9855 2019-05-08 Tom Tromey <tromey@adacore.com>
9856
9857 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9858 method.
9859
9860 2019-05-08 Tom Tromey <tromey@adacore.com>
9861
9862 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9863 when no wrap column is set.
9864
9865 2019-05-08 Tom Tromey <tromey@adacore.com>
9866
9867 * c-lang.c (c_get_string): Handle non-C-style arrays.
9868
9869 2019-05-08 Tom Tromey <tromey@adacore.com>
9870
9871 * typeprint.c (print_offset_data::update): Print the bit offset,
9872 not the number of bits remaining.
9873
9874 2019-05-08 Tom Tromey <tromey@adacore.com>
9875
9876 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9877 padding at end of comment.
9878
9879 2019-05-08 Tom Tromey <tromey@adacore.com>
9880
9881 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9882 Compare main types.
9883
9884 2019-05-06 Tom Tromey <tom@tromey.com>
9885
9886 * common/scoped_mmap.c: Include common-defs.h.
9887 * common/scoped_mmap.h: Don't include config.h.
9888
9889 2019-05-04 Tom Tromey <tom@tromey.com>
9890
9891 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9892 (struct aarch64_call_info): Add initializers.
9893 <si>: Now a std::vector.
9894 (pass_on_stack, aarch64_push_dummy_call): Update.
9895
9896 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9897 Tom Tromey <tom@tromey.com>
9898
9899 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9900 (ppc_threads): Now a std::vector. Now static.
9901 (hwdebug_find_thread_points_by_tid)
9902 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9903 Update.
9904
9905 2019-05-04 Tom Tromey <tom@tromey.com>
9906
9907 * arc-tdep.c (arc_tdesc_init): Return bool.
9908
9909 2019-05-04 Tom Tromey <tom@tromey.com>
9910
9911 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9912 Use gdb_assert_not_reached.
9913
9914 2019-05-04 Tom Tromey <tom@tromey.com>
9915
9916 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9917 "false".
9918
9919 2019-05-04 Tom Tromey <tom@tromey.com>
9920
9921 * arc-tdep.c (arc_tdesc_init): Use bool.
9922
9923 2019-05-04 Tom Tromey <tom@tromey.com>
9924
9925 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9926
9927 2019-05-04 Tom Tromey <tom@tromey.com>
9928
9929 * cli/cli-cmds.c (valid_command_p): Return bool.
9930
9931 2019-05-04 Tom Tromey <tom@tromey.com>
9932
9933 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9934 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9935
9936 2019-05-04 Raul Tambre <raul@tambre.ee>
9937
9938 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9939 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9940 operator for comparison.
9941
9942 2019-05-04 Tom Tromey <tom@tromey.com>
9943
9944 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9945 (lookup_partial_symbol, print_partial_symbols)
9946 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9947 (psymbol_compare): Update.
9948 (add_psymbol_to_bcache): Clear the entire psymbol.
9949 (maintenance_check_psymtabs): Update.
9950 * psympriv.h (struct partial_symbol): Don't derive from
9951 general_symbol_info.
9952 <obj_section, unrelocated_address, address,
9953 set_unrelocated_address>: Update.
9954 <ginfo>: New member.
9955 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9956 (debug_names::write_psymbols): Update.
9957
9958 2019-05-04 Tom de Vries <tdevries@suse.de>
9959
9960 * contrib/cc-with-tweaks.sh: Support -n arg.
9961
9962 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9963
9964 * corelow.c (core_target::detach): Ensure frame cache and
9965 register caches are cleared.
9966 inferior.c (exit_inferior_1): Likewise.
9967
9968 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9969 Tom Tromey <tom@tromey.com>
9970
9971 * dictionary.c (collate_pending_symbols_by_language): Remove
9972 "struct" from foreach.
9973 * symtab.c (lookup_global_symbol_from_objfile)
9974 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9975 foreach.
9976 * ser-tcp.c (net_open): Remove "struct" from foreach.
9977 * objfiles.c (objfile_relocate, objfile_rebase)
9978 (objfile_has_symbols): Remove "struct" from foreach.
9979 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9980 from foreach.
9981 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9982 foreach.
9983 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9984 "struct" from foreach.
9985 * ada-lang.c (create_excep_cond_exprs)
9986 (ada_exception_catchpoint_cond_string): Remove "struct" from
9987 foreach.
9988
9989 2019-05-03 Tom Tromey <tromey@adacore.com>
9990
9991 * ada-exp.y (convert_char_literal): Check suffix of each
9992 enumerator.
9993
9994 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9995
9996 PR ada/21406:
9997 * ada-exp.y (yywrap): Don't define.
9998 * ada-lex.l (%option): Add noyywrap
9999 (yywrap): Remove.
10000
10001 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10002
10003 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10004 _WIN32_WINNT to the XP level, unless already defined to a higher
10005 level.
10006
10007 * unittests/parse-connection-spec-selftests.c:
10008 * ser-tcp.c:
10009 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10010 override.
10011
10012 * symfile.c (find_separate_debug_file): Remove colon from the
10013 drive spec of DOS/Windows file names of the target, so that the
10014 file name produced from DEBUGDIR and the target's directory will
10015 be valid on DOS/Windows systems.
10016
10017 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10018
10019 * rust-lang.c (val_print_struct): Handle printing structures
10020 containing strings.
10021
10022 2019-05-02 Tom Tromey <tromey@adacore.com>
10023
10024 * valarith.c (_initialize_valarith): Remove.
10025
10026 2019-05-01 Tom Tromey <tromey@adacore.com>
10027
10028 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10029 bitfields.
10030
10031 2019-05-01 Tom Tromey <tromey@adacore.com>
10032
10033 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10034 for big-endian copies.
10035
10036 2019-04-30 Ali Tamur <tamur@google.com>
10037 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10038 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10039 (read_3_bytes): New function.
10040
10041 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10042
10043 * windows-nat.c (main_thread_id): Delete.
10044 (handle_output_debug_string): Replace main_thread_id by
10045 current_event.dwThreadId.
10046 (fake_create_process): Likewise.
10047 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10048 Do not set main_thread_id.
10049 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10050 current_event.dwThreadId.
10051 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10052
10053 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10054
10055 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10056 Use current_event.dwThreadId instead of main_thread_id.
10057
10058 2019-04-30 Tom Tromey <tromey@adacore.com>
10059
10060 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10061 (create_excep_cond_exprs): Iterate over program spaces.
10062 (ada_exception_catchpoint_cond_string): Examine all minimal
10063 symbols for exception types.
10064
10065 2019-04-30 Tom Tromey <tromey@adacore.com>
10066
10067 PR c++/24470:
10068 * dwarf2read.c (process_structure_scope): Handle case where type
10069 has template parameters but no symbol was created.
10070
10071 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10072 Chris January <chris.january@arm.com>
10073
10074 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10075 qualifier.
10076 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10077
10078 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10079
10080 * f-typeprint.c (f_print_type): Update rules for printing
10081 whitespace.
10082 (f_type_print_varspec_suffix): Likewise.
10083
10084 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10085 Chris January <chris.january@arm.com>
10086
10087 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10088 function arguments.
10089
10090 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10091
10092 * f-lang.c (build_fortran_types): Change name of void type to
10093 lower case.
10094 * f-typeprint.c (f_type_print_base): Print the name of the void
10095 type, rather than a fixed string.
10096 * f-valprint.c (f_decorations): Use lower case void string.
10097
10098 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10099 Chris January <chris.january@arm.com>
10100
10101 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10102 types for Fortran.
10103
10104 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10105 Chris January <chris.january@arm.com>
10106 David Lecomber <david.lecomber@arm.com>
10107
10108 * f-exp.y (BINOP_INTRINSIC): New token.
10109 (exp): New parser rule handling BINOP_INTRINSIC.
10110 (f77_keywords): Add new builtin procedures.
10111 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10112 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10113 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10114 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10115 (print_unop_subexp_f): New function.
10116 (print_binop_subexp_f): New function.
10117 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10118 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10119 (dump_subexp_body_f): Likewise.
10120 (operator_check_f): Likewise.
10121 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10122 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10123
10124 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10125
10126 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10127 UNOP_KIND.
10128 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10129 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10130 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10131 (operator_length_f): New fuction.
10132 (print_subexp_f): New function.
10133 (op_name_f): New function.
10134 (dump_subexp_body_f): New function.
10135 (operator_check_f): New function.
10136 (exp_descriptor_f): Replace standard expression handling functions
10137 with new functions.
10138 * gdb/fortran-operator.def: New file.
10139 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10140 * gdb/std-operator.def: Remove UNOP_KIND.
10141
10142 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10143
10144 * std-operator.def: Remove unbalanced, stray double quote
10145 character.
10146
10147 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10148 Chris January <chris.january@arm.com>
10149 Daniel Everett <daniel.everett@arm.com>
10150 Nick Forrington <nick.forrington@arm.com>
10151 Richard Bunt <richard.bunt@arm.com>
10152
10153 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10154 of depth when printing anonymous structs or unions.
10155 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10156 Don't print either the top-level value, or the children if the
10157 max-depth is exceeded.
10158 (ppscm_print_children): When printing the key of a map, allow one
10159 extra level of depth.
10160 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10161 print either the top-level value, or the children if the max-depth
10162 is exceeded.
10163 (print_children): When printing the key of a map, allow one extra
10164 level of depth.
10165 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10166 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10167 (user_print_options): Initialise max_depth field.
10168 (val_print_scalar_or_string_type_p): New function.
10169 (val_print): Check to see if the max depth has been reached.
10170 (val_print_check_max_depth): Define new function.
10171 (show_print_max_depth): New function.
10172 (_initialize_valprint): Add 'print max-depth' option.
10173 * valprint.h (struct value_print_options) <max_depth>: New field.
10174 (val_print_check_max_depth): Declare new function.
10175 * NEWS: Document new feature.
10176
10177 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10178
10179 * ada-lang.c (ada_language_defn): Initialise new field.
10180 * c-lang.c (c_is_string_type_p): New function.
10181 (c_language_defn): Initialise new field.
10182 (cplus_language_defn): Initialise new field.
10183 (asm_language_defn): Initialise new field.
10184 (minimal_language_defn): Initialise new field.
10185 * c-lang.h (c_is_string_type_p): Declare new function.
10186 * d-lang.c (d_language_defn): Initialise new field.
10187 * f-lang.c (f_is_string_type_p): New function.
10188 (f_language_defn): Initialise new field.
10189 * go-lang.c (go_is_string_type_p): New function.
10190 (go_language_defn): Initialise new field.
10191 * language.c (default_is_string_type_p): New function.
10192 (unknown_language_defn): Initialise new field.
10193 (auto_language_defn): Initialise new field.
10194 * language.h (struct language_defn) <la_is_string_type_p>: New
10195 member variable.
10196 (default_is_string_type_p): Declare new function.
10197 * m2-lang.c (m2_language_defn): Initialise new field.
10198 * objc-lang.c (objc_language_defn): Initialise new field.
10199 * opencl-lang.c (opencl_language_defn): Initialise new field.
10200 * p-lang.c (pascal_is_string_type_p): New function.
10201 (pascal_language_defn): Initialise new field.
10202 * rust-lang.c (rust_is_string_type_p): New function.
10203 (rust_language_defn): Initialise new field.
10204
10205 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10206
10207 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10208 New field.
10209 * ada-lang.c (ada_language_defn): Initialise new field.
10210 * c-lang.c (c_language_defn): Likewise.
10211 (cplus_language_defn): Likewise.
10212 (asm_language_defn): Likewise.
10213 (minimal_language_defn): Likewise.
10214 * d-lang.c (d_language_defn): Likewise.
10215 * f-lang.c (f_language_defn): Likewise.
10216 * go-lang.c (go_language_defn): Likewise.
10217 * language.c (unknown_language_defn): Likewise.
10218 (auto_language_defn): Likewise.
10219 * m2-lang.c (m2_language_defn): Likewise.
10220 * objc-lang.c (objc_language_defn): Likewise.
10221 * opencl-lang.c (opencl_language_defn): Likewise.
10222 * p-lang.c (pascal_language_defn): Likewise.
10223 * rust-lang.c (rust_language_defn): Likewise.
10224
10225 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10226
10227 * ada-lang.c (ada_is_character_type): Change return type to bool.
10228 (ada_is_string_type): Likewise.
10229 * ada-lang.h (ada_is_character_type): Update declaration
10230 (ada_is_string_type): Likewise.
10231
10232 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10233
10234 Support style in 'frame|thread apply'
10235
10236 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10237 * record.c (record_start, record_stop): Update callers of
10238 execute_command_to_string with false.
10239 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10240 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10241 methods.
10242 (class string_file): New constructor with term_out parameter.
10243 Override methods term_out and can_emit_style_escape. New member
10244 term_out.
10245 (class stdio_file): Override can_emit_style_escape.
10246 (class tee_file): Override term_out and can_emit_style_escape.
10247 * utils.h (can_emit_style_escape): Remove.
10248 * utils.c (can_emit_style_escape): Likewise.
10249 Update all callers of can_emit_style_escape (SOMESTREAM) to
10250 SOMESTREAM->can_emit_style_escape.
10251 * source-cache.c (source_cache::get_source_lines): Likewise.
10252 * stack.c (frame_apply_command_count): Call execute_command_to_string
10253 passing the term_out characteristic of the current gdb_stdout.
10254 * thread.c (thr_try_catch_cmd): Likewise.
10255 * top.c (execute_command_to_string): pass term_out parameter
10256 to construct the string_file for the command output.
10257 * ui-file.c (term_cli_styling): New function (most code moved
10258 from utils.c can_emit_style_escape).
10259 (string_file::string_file, string_file::can_emit_style_escape,
10260 stdio_file::can_emit_style_escape, tee_file::term_out,
10261 tee_file::can_emit_style_escape): New functions.
10262
10263 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10264
10265 * NEWS: Mention the new set|show may-call-functions.
10266 * infcall.c (may_call_functions_p): New variable.
10267 (show_may_call_functions_p): New function.
10268 (call_function_by_hand_dummy): Throws an error if not
10269 may-call-functions.
10270 (_initialize_infcall): Call add_setshow_boolean_cmd for
10271 may-call-functions.
10272
10273 2019-04-25 Keith Seitz <keiths@redhat.com>
10274
10275 PR c++/24367
10276 * cp-support.c (inspect_type): Don't attempt substitutions
10277 of symbol with the same name.
10278
10279 2019-04-25 Tom Tromey <tromey@adacore.com>
10280
10281 PR gdb/24475:
10282 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10283 static.
10284
10285 2019-04-25 Tom Tromey <tromey@adacore.com>
10286
10287 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10288 rvalue reference.
10289 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10290 (gdb_xml_parser::parse): Use std::move.
10291 * python/python-internal.h (gdbpy_convert_exception): Take a const
10292 reference.
10293 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10294 std::move.
10295 * python/py-utils.c (gdbpy_convert_exception): Take a const
10296 reference.
10297 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10298 Use std::move.
10299 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10300 Use std::move.
10301 * mi/mi-main.c (mi_print_exception): Take a const reference.
10302 * main.c (handle_command_errors): Take a const reference.
10303 * linespec.c (parse_linespec): Use std::move.
10304 * infcall.c (run_inferior_call): Use std::move.
10305 (call_function_by_hand_dummy): Use std::move.
10306 * exec.c (try_open_exec_file): Use std::move.
10307 * exceptions.h (exception_print, exception_fprintf)
10308 (exception_print_same): Update.
10309 * exceptions.c (print_exception, exception_print)
10310 (exception_fprintf, exception_print_same): Change parameters to
10311 const reference.
10312 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10313 * common/new-op.c: Use std::move.
10314 * common/common-exceptions.h (struct gdb_exception): Add move
10315 constructor.
10316 (struct gdb_exception_error, struct gdb_exception_quit, struct
10317 gdb_quit_bad_alloc): Change constructor to move constructor.
10318 (throw_exception): Change parameter to rvalue reference.
10319 * common/common-exceptions.c (throw_exception): Take rvalue
10320 reference.
10321 * cli/cli-interp.c (safe_execute_command): Use std::move.
10322 * breakpoint.c (insert_bp_location, location_to_sals): Use
10323 std::move.
10324
10325 2019-04-25 Tom Tromey <tromey@adacore.com>
10326
10327 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10328 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10329 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10330 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10331 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10332 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10333 guile/scm-value.c: Use unpack.
10334 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10335 gdbscm_gdb_exception.
10336 (gdbscm_throw_gdb_exception): Likewise.
10337 (struct gdbscm_gdb_exception): New.
10338 (unpack): New function.
10339 (gdbscm_wrap): Use unpack.
10340
10341 2019-04-25 Tom Tromey <tromey@adacore.com>
10342
10343 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10344 (gdb_rl_callback_handler): Use std::move.
10345 * common/common-exceptions.h (struct gdb_exception): Add move
10346 assignment operator.
10347 (throw_exception_sjlj): Change "exception" to const reference.
10348 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10349 (throw_exception_sjlj): Change "exception" to const reference.
10350
10351 2019-04-25 Tom Tromey <tromey@adacore.com>
10352
10353 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10354 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10355 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10356 Update.
10357 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10358 Update.
10359 * mi/mi-interp.c (mi_interp::exec): Update.
10360 * linespec.c (parse_linespec): Update.
10361 * infcall.c (run_inferior_call): Update.
10362 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10363 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10364 (gdbscm_lookup_global_symbol): Update.
10365 * guile/scm-param.c (gdbscm_parameter_value): Update.
10366 * guile/scm-frame.c (gdbscm_frame_read_register)
10367 (gdbscm_frame_read_var): Update.
10368 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10369 * exec.c (try_open_exec_file): Update.
10370 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10371 (gdb_rl_callback_handler): Update.
10372 * common/common-exceptions.h (exception_none): Don't declare.
10373 * common/common-exceptions.c (exception_none): Don't define.
10374 (struct catcher) <exception>: Update.
10375 * cli/cli-interp.c (safe_execute_command): Update.
10376 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10377
10378 2019-04-25 Ali Tamur <tamur@google.com>
10379
10380 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10381 (read_attribute_value): Likewise.
10382 (dwarf2_read_addr_index): Update comment.
10383 (read_str_index): Add DW_FORM_strx.
10384 (dwarf2_string_attr): Likewise.
10385 (dwarf2_const_value_attr): Likewise.
10386 (dump_die_shallow): Likewise.
10387 (dwarf2_fetch_constant_bytes): Likewise.
10388 (skip_form_bytes): Likewise.
10389 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10390
10391 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10392
10393 PR corefiles/11608
10394 PR corefiles/18187
10395 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10396 OFFSET. Verify if current mapping contains an ELF header.
10397 (linux_find_memory_regions_full): Adjust call to
10398 dump_mapping_p.
10399
10400 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10401 Kang Li <kanglictf@gmail.com>
10402
10403 PR gdb/21600
10404
10405 * dwarf2-frame.c (read_initial_length): Be consistent about using
10406 unsigned representation of length.
10407 (decode_frame_entry_1): Likewise. Check for wraparound of
10408 end pointer as well as buffer overflow.
10409
10410 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10411
10412 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10413 "vq".
10414
10415 2019-04-24 Tom Tromey <tromey@adacore.com>
10416
10417 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10418
10419 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10420
10421 * s12z-tdep.c (s12z_unwind_pc): Delete.
10422 (s12z_unwind_sp): Delete.
10423 (s12z_gdbarch_init): Don't register deleted functions with
10424 gdbarch.
10425
10426 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10427
10428 * rl78-tdep.c (rl78_unwind_sp): Delete.
10429 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10430
10431 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10432
10433 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10434 (xstormy16_unwind_pc): Delete.
10435 (xstormy16_dummy_id): Delete.
10436 (xstormy16_gdbarch_init): Don't register deleted functions with
10437 gdbarch.
10438
10439 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10440
10441 * vax-tdep.c (vax_unwind_pc): Delete.
10442 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10443
10444 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10445
10446 * v850-tdep.c (v850_unwind_sp): Delete.
10447 (v850_unwind_pc): Delete.
10448 (v850_dummy_id): Delete.
10449 (v850_gdbarch_init): Don't register deleted functions with
10450 gdbarch.
10451
10452 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10453
10454 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10455 (tilegx_unwind_pc): Delete.
10456 (tilegx_unwind_dummy_id): Delete.
10457 (tilegx_gdbarch_init): Don't register deleted functions with
10458 gdbarch.
10459
10460 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10461
10462 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10463 (tic6x_dummy_id): Delete.
10464 (tic6x_gdbarch_init): Don't register deleted functions with
10465 gdbarch.
10466
10467 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10468
10469 * sparc-tdep.c (sparc_unwind_pc): Delete.
10470 (sparc32_gdbarch_init): Don't register deleted function with
10471 gdbarch.
10472
10473 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10474
10475 * sh-tdep.c (sh_unwind_sp): Delete.
10476 (sh_unwind_pc): Delete.
10477 (sh_dummy_id): Delete.
10478 (sh_gdbarch_init): Don't register deleted functions with
10479 gdbarch.
10480
10481 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10482
10483 * score-tdep.c (score_unwind_sp): Delete.
10484 (score_unwind_pc): Delete.
10485 (score_dummy_id): Delete.
10486 (score_gdbarch_init): Don't register deleted functions with
10487 gdbarch.
10488
10489 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10490
10491 * rx-tdep.c (rx_unwind_pc): Delete.
10492 (rx_unwind_sp): Delete.
10493 (rx_dummy_id): Delete.
10494 (rx_gdbarch_init): Don't register deleted functions with
10495 gdbarch. Update comment.
10496
10497 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10498
10499 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10500 (rs6000_dummy_id): Delete.
10501 (rs6000_gdbarch_init): Don't register deleted functions with
10502 gdbarch.
10503
10504 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10505
10506 * or1k-tdep.c (or1k_dummy_id): Delete.
10507 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10508
10509 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10510
10511 * nios2-tdep.c (nios2_dummy_id): Delete.
10512 (nios2_unwind_sp): Delete.
10513 (nios2_gdbarch_init): Don't register deleted functions with
10514 gdbarch.
10515
10516 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10517
10518 * nds32-tdep.c (nds32_dummy_id): Delete.
10519 (nds32_unwind_pc): Delete.
10520 (nds32_unwind_sp): Delete.
10521 (nds32_gdbarch_init): Don't register deleted functions with
10522 gdbarch.
10523
10524 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10525
10526 * msp430-tdep.c (msp430_unwind_pc): Delete.
10527 (msp430_unwind_sp): Delete.
10528 (msp430_dummy_id): Delete.
10529 (msp430_gdbarch_init): Don't register deleted functions with
10530 gdbarch.
10531
10532 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10533
10534 * moxie-tdep.c (moxie_unwind_sp): Delete.
10535 (moxie_unwind_pc): Delete.
10536 (moxie_dummy_id): Delete.
10537 (moxie_gdbarch_init): Don't register deleted functions with
10538 gdbarch.
10539
10540 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10541
10542 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10543 (mn10300_unwind_pc): Delete.
10544 (mn10300_unwind_sp): Delete.
10545 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10546 mn10300_unwind_sp.
10547 (mn10300_frame_unwind_init): Don't register deleted functions with
10548 gdbarch.
10549
10550 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10551
10552 * mep-tdep.c (mep_unwind_pc): Delete.
10553 (mep_unwind_sp): Delete.
10554 (mep_dummy_id): Delete.
10555 (mep_gdbarch_init): Don't register deleted functions with
10556 gdbarch.
10557
10558 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10559
10560 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10561 (m68hc11_unwind_sp): Delete.
10562 (m68hc11_gdbarch_init): Don't register deleted functions with
10563 gdbarch.
10564
10565 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10566
10567 * m32r-tdep.c (m32r_unwind_sp): Delete.
10568 (m32r_unwind_pc): Delete.
10569 (m32r_dummy_id): Delete.
10570 (m32r_gdbarch_init): Don't register deleted functions with
10571 gdbarch.
10572
10573 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10574
10575 * m32c-tdep.c (m32c_unwind_pc): Delete.
10576 (m32c_unwind_sp): Delete.
10577 (m32c_dummy_id): Delete.
10578 (m32c_gdbarch_init): Don't register deleted functions with
10579 gdbarch.
10580
10581 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10582
10583 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10584 (lm32_unwind_pc): Delete.
10585 (lm32_dummy_id): Delete.
10586 (lm32_gdbarch_init): Don't register deleted functions with
10587 gdbarch.
10588
10589 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10590
10591 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10592 (iq2000_unwind_pc): Delete.
10593 (iq2000_dummy_id): Delete.
10594 (iq2000_gdbarch_init): Don't register deleted functions with
10595 gdbarch.
10596
10597 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * nds32-tdep.c (nds32_type_align): Delete.
10600 (nds32_push_dummy_call): Use type_align instead.
10601
10602 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * arm-tdep.c (arm_type_align): Only handle vector override case.
10605 (arm_push_dummy_call): Use type_align.
10606 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10607
10608 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10609
10610 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10611 case.
10612 (pass_on_stack): Use type_align.
10613 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10614 function.
10615
10616 2019-04-23 Tom Tromey <tromey@adacore.com>
10617
10618 * dwarf2read.c (line_header::file_name_at): Remove unused
10619 overload.
10620
10621 2019-04-23 Tom de Vries <tdevries@suse.de>
10622
10623 PR gdb/24438
10624 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10625 invocation.
10626
10627
10628 2019-03-27 Ali Tamur <tamur@google.com>
10629
10630 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10631 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10632 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10633 (dwarf_expr_context::get_addr_index): Likewise
10634 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10635 (symbol_needs_eval_context::get_addr_index): Likewise
10636 (disassemble_dwarf_expression): Add DW_OP_addrx
10637 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10638 (read_cutu_die_from_dwo): Update comment
10639 (skip_one_die): Add DW_FORM_addrx
10640 (read_attribute_value): Likewise
10641 (var_decode_location): Add DW_OP_addrx
10642 (dwarf2_const_value_attr): Add DW_FORM_addrx
10643 (dump_die_shallow): Likewise
10644 (dwarf2_fetch_constant_bytes): Likewise
10645 (decode_locdesc): Add DW_OP_addrx
10646 (skip_form_bytes): Add DW_FORM_addrx
10647
10648 2019-04-22 Ali Tamur <tamur@google.com>
10649
10650 * MAINTAINERS (Write After Approval): Add self.
10651
10652 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10653
10654 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10655 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10656 (open_symbol_file_object): Likewise.
10657 (svr4_default_sos): Add info parameter.
10658 (svr4_read_so_list): Likewise.
10659 (svr4_current_sos_direct): Adjust functions calls to pass down
10660 info.
10661 (svr4_current_sos_1): Add info parameter.
10662 (svr4_current_sos): Call get_svr4_info, pass info down to
10663 svr4_current_sos_1.
10664 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10665 get_svr4_info.
10666 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10667 get_svr4_info.
10668 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10669 to get_svr4_info.
10670 (probes_table_remove_objfile_probes): Likewise.
10671 (register_solib_event_probe): Add info parameter.
10672 (solist_update_incremental): Pass info parameter down to
10673 svr4_read_so_list.
10674 (disable_probes_interface): Add info parameter.
10675 (svr4_handle_solib_event): Pass current_program_space to
10676 get_svr4_info. Adjust disable_probes_interface cleanup.
10677 (svr4_create_probe_breakpoints): Add info parameter, pass it
10678 down to register_solib_event_probe.
10679 (svr4_create_solib_event_breakpoints): Add info parameter,
10680 pass it down to svr4_create_probe_breakpoints.
10681 (enable_break): Pass info down to
10682 svr4_create_solib_event_breakpoints.
10683 (svr4_solib_create_inferior_hook): Pass current_program_space to
10684 get_svr4_info.
10685 (svr4_clear_solib): Likewise.
10686
10687 2019-04-22 Pedro Alves <palves@redhat.com>
10688
10689 * solib-svr4.c (svr4_free_objfile_observer): New.
10690 (probe_and_action::objfile): New field.
10691 (probes_table_htab_remove_objfile_probes)
10692 (probes_table_remove_objfile_probes): New functions.
10693 (register_solib_event_probe): Add 'objfile' parameter. Store it
10694 in the new probe_and_action. Don't store the probe in 'lookup'.
10695 (svr4_create_probe_breakpoints): Pass objfile to
10696 register_solib_event_probe.
10697 (_initialize_svr4_solib): Register a free_objfile observer.
10698
10699 2019-04-19 Tom Tromey <tom@tromey.com>
10700
10701 * common/queue.h: Remove.
10702
10703 2019-04-19 Tom Tromey <tom@tromey.com>
10704
10705 * event-loop.c: Don't include "common/queue.h".
10706
10707 2019-04-19 Tom Tromey <tom@tromey.com>
10708
10709 * remote.c (remote_target): Use delete.
10710 * remote-notif.h: Include <list>, not "common/queue.h".
10711 (notif_client_p): Remove typedef.
10712 (remote_notif_state): Add constructor, destructor, initializer.
10713 <notif_queue>: Now a std::list.
10714 (remote_notif_state_xfree): Don't declare.
10715 * remote-notif.c (remote_notif_process, handle_notification)
10716 (remote_notif_state_allocate): Update.
10717 (~remote_notif_state): Rename from remote_notif_state_xfree.
10718
10719 2019-04-19 Tom Tromey <tom@tromey.com>
10720
10721 * symfile.c (reread_symbols): Update.
10722 * objfiles.c (objfile_register_static_link)
10723 (objfile_lookup_static_link): Update
10724 (~objfile) Don't delete static_links.
10725 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10726
10727 2019-04-19 Tom Tromey <tom@tromey.com>
10728
10729 * type-stack.h (struct type_stack) <insert>: Constify string.
10730 * type-stack.c (type_stack::insert): Constify string.
10731 * gdbtypes.h (lookup_template_type): Update.
10732 (address_space_name_to_int): Update.
10733 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10734 const.
10735 (lookup_template_type): Make name const.
10736 * c-exp.y: Update rules.
10737 (lex_one_token, classify_name, classify_inner_name)
10738 (c_print_token): Update.
10739 * p-exp.y: Update rules.
10740 (yylex): Update.
10741 * f-exp.y: Update rules.
10742 (yylex): Update.
10743 * d-exp.y: Update rules.
10744 (lex_one_token, classify_name, classify_inner_name): Update.
10745 * parse.c (write_dollar_variable, copy_name): Return std::string.
10746 * parser-defs.h (copy_name): Change return type.
10747 * m2-exp.y: Update rules.
10748 (yylex): Update.
10749 * go-exp.y (lex_one_token): Update.
10750 Update rules.
10751 (classify_unsafe_function, classify_packaged_name)
10752 (classify_name, yylex): Update.
10753
10754 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10755
10756 * configure.ac: add --enable-source-highlight switch.
10757 * configure: Regenerate.
10758 * top.c (print_gdb_version): plumb --enable-source-highlight
10759 status to "show configuration".
10760
10761 2019-04-19 Tom Tromey <tromey@adacore.com>
10762
10763 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10764 Check ADA_TYPE_P.
10765 (empty_record, ada_template_to_fixed_record_type_1)
10766 (template_to_static_fixed_type)
10767 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10768 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10769 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10770 macros.
10771
10772 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10773
10774 PR symtab/24423:
10775 * source.c (print_source_lines_base): Advance "iter" when a
10776 control character is seen.
10777
10778 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10779
10780 * inferior.h (struct infcall_suspend_state_deleter):
10781 Catch exception in destructor to avoid crash.
10782
10783 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10784
10785 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10786 close to the add_com "shell".
10787
10788 2019-04-18 Tom Tromey <tromey@adacore.com>
10789
10790 * process-stratum-target.h (class process_stratum_target)
10791 <stratum>: Add "final".
10792
10793 2019-04-17 Tom Tromey <tromey@adacore.com>
10794
10795 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10796 against nullptr before use.
10797
10798 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10799
10800 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10801
10802 2019-04-17 Jim Wilson <jimw@sifive.com>
10803 Andrew Burgess <andrew.burgess@embecosm.com>
10804
10805 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10806 code read might fail, assume 4-byte breakpoint in that case.
10807
10808 2019-04-15 Leszek Swirski <leszeks@google.com>
10809
10810 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10811 rather than a hand-rolled POD check when checking for forced MEMORY
10812 classification.
10813
10814 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10815
10816 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10817 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10818 function.
10819 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10820 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10821 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10822 declaration.
10823
10824 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10825
10826 * aarch64-linux-nat.c
10827 (aarch64_linux_nat_target::thread_architecture): Add override.
10828 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10829 each VQ.
10830
10831 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10832
10833 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10834
10835 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10836
10837 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10838 target types of size 96-bits, add some additional comments, and
10839 check that the builtin type we found was the correct size.
10840
10841 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10842
10843 * utils.c (prompt_for_continue): Don't restore the styling at the
10844 end, as applied_style has the wrong value. This fixes styling in
10845 long lists of file names that are interrupted by the "Continue?"
10846 prompt.
10847
10848 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10849
10850 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10851 * c-lang.c (c_language_defn): Likewise.
10852 (cplus_language_defn): Likewise.
10853 (asm_language_defn): Likewise.
10854 (minimal_language_defn): Likewise.
10855 * d-lang.c (d_language_defn): Likewise.
10856 * f-lang.c (f_language_defn): Likewise.
10857 * go-lang.c (go_language_defn): Likewise.
10858 * language.c (unknown_language_defn): Likewise.
10859 (auto_language_defn): Likewise.
10860 * language.h (struct language_defn): Remove la_magic field.
10861 (LANG_MAGIC): Delete.
10862 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10863 * objc-lang.c (objc_language_defn): Likewise.
10864 * opencl-lang.c (opencl_language_defn): Likewise.
10865 * p-lang.c (pascal_language_defn): Likewise.
10866 * rust-lang.c (rust_language_defn): Likewise.
10867
10868 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10869
10870 * riscv-tdep.c (riscv_type_align): New function.
10871 (riscv_type_alignment): Delete.
10872 (riscv_arg_location): Use 'type_align'.
10873 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10874
10875 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10876
10877 * gdbtypes.c (type_align): A struct with no non-static fields also
10878 has alignment of 1.
10879
10880 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10881
10882 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10883 component to 0.
10884 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10885 member.
10886 (riscv_struct_info::analyse): New implementation using new
10887 analyse_inner member function.
10888 (riscv_struct_info::field_offset): New member function.
10889 (riscv_struct_info::m_offsets): New member variable.
10890 (riscv_struct_info::analyse_inner): New private member function,
10891 takes the old implementation of riscv_struct_info::analyse but
10892 extended to track field offsets.
10893 (riscv_call_arg_struct): Update the struct folding special cases
10894 to handle cases where empty C++ structs, which are non-zero
10895 length, are found.
10896 (riscv_arg_location): Initialise the length of each location, a
10897 non-zero length now indicates the location is in use.
10898 (riscv_push_dummy_call): Allow for the first location having a
10899 non-zero offset when setting up arguments.
10900 (riscv_return_value): Likewise, but for return values.
10901
10902 2019-04-11 Tom Tromey <tromey@adacore.com>
10903
10904 * utils.c (internal_vproblem): Make "msg" const.
10905
10906 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10907
10908 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10909 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10910 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10911 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10912
10913 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10914
10915 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10916 function.
10917 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10918 of amd64_collect_native_gregset.
10919 (amd64_linux_nat_target::store_registers): Likewise.
10920
10921 2019-04-10 Tom Tromey <tom@tromey.com>
10922
10923 * symtab.c (lookup_global_symbol_from_objfile)
10924 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10925 * objfiles.h (class separate_debug_iterator): New.
10926 (class separate_debug_range): New.
10927 (struct objfile) <separate_debug_objfiles>: New method.
10928 (objfile_separate_debug_iterate): Don't declare.
10929 * objfiles.c (separate_debug_iterator::operator++): Rename from
10930 objfile_separate_debug_iterate.
10931 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10932 iterator.
10933 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10934 iterator.
10935
10936 2019-04-10 Tom Tromey <tom@tromey.com>
10937
10938 * symfile.c (reread_symbols): Remove old comment.
10939 * objfiles.c (free_all_objfiles): Fix a typo.
10940
10941 2019-04-10 Tom Tromey <tom@tromey.com>
10942
10943 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10944 * minsyms.c (lookup_minimal_symbol): Use foreach.
10945 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10946 (lookup_minimal_symbol_solib_trampoline): Likewise.
10947 * symfile.c (reread_symbols): Use foreach.
10948
10949 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10950 Tom Tromey <tromey@adacore.com>
10951
10952 PR rust/24414:
10953 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10954 (rust_lex_int_test): Change "value" to be LONGEST.
10955 (rust_lex_tests): Add test for long integer literal.
10956
10957 2019-04-09 Tom Tromey <tromey@adacore.com>
10958
10959 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10960 to bool.
10961 (extended_remote_target::attach): Update.
10962 (remote_target::remote_notice_new_inferior): Update.
10963 (remote_target::add_current_inferior_and_thread): Update.
10964 * inferior.c (exit_inferior_1): Use "false".
10965 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10966
10967 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10968
10969 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10970 the "start" command.
10971
10972 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10973
10974 * python/py-inferior.c (infpy_thread_from_thread_handle):
10975 Adjust comments to reflect renaming of thread_from_thread_handle
10976 to thread_from_handle. Adjust keywords. Fix type error message.
10977 (inferior_object_methods): Add thread_from_handle. Retain
10978 thread_from_thread_handle, but mark it as deprecated.
10979
10980 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10981
10982 * gdbthread.h (find_thread_by_handle): Revise declaration.
10983 * thread.c (find_thread_by_handle): Likewise. Adjust
10984 implementation too.
10985 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10986 support for buffer objects as handles.
10987
10988 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10989
10990 * python/py-infthread.c (thpy_thread_handle): New function.
10991 (thread_object_methods): Register thpy_thread_handle.
10992
10993 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10994
10995 * gdbthread.h (thread_to_thread_handle): Declare.
10996 * thread.c (gdbtypes.h): Include.
10997 (thread_to_thread_handle): New function.
10998
10999 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11000 (target_thread_info_to_thread_handle): Declare.
11001 * target.c (target_thread_info_to_thread_handle): New function.
11002 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11003 * target-delegates.c: Regenerate.
11004
11005 * linux-thread-db.c (class thread_db_target): Add method
11006 thread_info_to_thread_handle.
11007 (thread_db_target::thread_info_to_thread_handle): Define.
11008 * remote.c (class remote_target): Add new method
11009 thread_info_to_thread_handle.
11010 (remote_target::thread_info_to_thread_handle): Define.
11011
11012 2019-04-08 Pedro Alves <palves@redhat.com>
11013
11014 * common/common-exceptions.c (throw_exception): Don't create
11015 named object to throw; throw directly.
11016 (throw_it): Likewise. Don't initialize gdb_exception::message
11017 here, with new; pass FMT and AP to the ctor instead.
11018 * common/common-exceptions.h: Include <string>.
11019 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11020 const char *, va_list)): New ctor. Use std::make_shared.
11021 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11022 errors)): Delete.
11023 (gdb_exception_error::gdb_exception_error(enum errors, const char
11024 *, va_list)): New.
11025 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11026 Add assertion.
11027 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11028 errors)): Delete.
11029 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11030 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11031 Add assertion.
11032
11033 2019-04-08 Tom Tromey <tom@tromey.com>
11034
11035 * valops.c (value_rtti_indirect_type): Replace throw_exception
11036 with throw.
11037 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11038 with throw.
11039 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11040 throw.
11041 * target.c (target_translate_tls_address): Replace throw_exception
11042 with throw.
11043 * stack.c (frame_apply_command_count): Replace throw_exception
11044 with throw.
11045 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11046 throw.
11047 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11048 with throw.
11049 * rs6000-tdep.c (rs6000_frame_cache)
11050 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11051 * remote.c: Replace throw_exception with throw.
11052 * record-full.c (record_full_message, record_full_wait_1)
11053 (record_full_restore): Replace throw_exception with throw.
11054 * record-btrace.c:
11055 (get_thread_current_frame_id, record_btrace_start_replaying)
11056 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11057 (cmd_record_btrace_start): Replace throw_exception with throw.
11058 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11059 throw.
11060 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11061 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11062 * linespec.c:
11063 (find_linespec_symbols): Replace throw_exception with throw.
11064 * infrun.c (displaced_step_prepare, resume): Replace
11065 throw_exception with throw.
11066 * infcmd.c (post_create_inferior): Replace throw_exception with
11067 throw.
11068 * inf-loop.c (inferior_event_handler): Replace throw_exception
11069 with throw.
11070 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11071 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11072 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11073 (get_prev_frame_always, get_frame_pc_if_available)
11074 (get_frame_address_in_block_if_available, get_frame_language):
11075 Replace throw_exception with throw.
11076 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11077 throw_exception with throw.
11078 * eval.c (fetch_subexp_value, evaluate_var_value)
11079 (evaluate_funcall, evaluate_subexp_standard): Replace
11080 throw_exception with throw.
11081 * dwarf2loc.c (call_site_find_chain)
11082 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11083 Replace throw_exception with throw.
11084 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11085 with throw.
11086 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11087 throw.
11088 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11089 * completer.c (complete_line_internal): Replace throw_exception
11090 with throw.
11091 * compile/compile-object-run.c (compile_object_run): Replace
11092 throw_exception with throw.
11093 * cli/cli-script.c (process_next_line): Replace throw_exception
11094 with throw.
11095 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11096 (btrace_enable, btrace_maint_update_pt_packets): Replace
11097 throw_exception with throw.
11098 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11099 throw_exception with throw.
11100 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11101 throw_exception with throw.
11102 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11103 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11104 * aarch64-tdep.c (aarch64_make_prologue_cache)
11105 (aarch64_make_stub_cache): Replace throw_exception with throw.
11106
11107 2019-04-08 Tom Tromey <tom@tromey.com>
11108
11109 * common/common-exceptions.c (throw_exception): Rename from
11110 throw_exception_cxx. Remove old copy. Make argument const.
11111 (throw_it): Create and throw exception objects directly.
11112 * common/common-exceptions.h (throw_exception): Make argument
11113 const.
11114 (struct gdb_exception_error): Add constructor.
11115 (struct gdb_exception_quit): Add constructor.
11116
11117 2019-04-08 Tom Tromey <tom@tromey.com>
11118
11119 * common/common-exceptions.h (exception_rethrow): Don't declare.
11120 (TRY_SJLJ): Update comment.
11121 (TRY, CATCH, END_CATCH): Remove.
11122 * common/common-exceptions.c (exception_rethrow): Remove.
11123
11124 2019-04-08 Tom Tromey <tom@tromey.com>
11125
11126 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11127 Remove.
11128 (gdb_exception_error): Rename from
11129 gdb_exception_RETURN_MASK_ERROR.
11130 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11131 (gdb_quit_bad_alloc): Update.
11132 * aarch64-tdep.c: Update.
11133 * ada-lang.c: Update.
11134 * ada-typeprint.c: Update.
11135 * ada-valprint.c: Update.
11136 * amd64-tdep.c: Update.
11137 * arch-utils.c: Update.
11138 * break-catch-throw.c: Update.
11139 * breakpoint.c: Update.
11140 * btrace.c: Update.
11141 * c-varobj.c: Update.
11142 * cli/cli-cmds.c: Update.
11143 * cli/cli-interp.c: Update.
11144 * cli/cli-script.c: Update.
11145 * common/common-exceptions.c: Update.
11146 * common/new-op.c: Update.
11147 * common/selftest.c: Update.
11148 * compile/compile-c-symbols.c: Update.
11149 * compile/compile-cplus-symbols.c: Update.
11150 * compile/compile-object-load.c: Update.
11151 * compile/compile-object-run.c: Update.
11152 * completer.c: Update.
11153 * corelow.c: Update.
11154 * cp-abi.c: Update.
11155 * cp-support.c: Update.
11156 * cp-valprint.c: Update.
11157 * darwin-nat.c: Update.
11158 * disasm-selftests.c: Update.
11159 * dtrace-probe.c: Update.
11160 * dwarf-index-cache.c: Update.
11161 * dwarf-index-write.c: Update.
11162 * dwarf2-frame-tailcall.c: Update.
11163 * dwarf2-frame.c: Update.
11164 * dwarf2loc.c: Update.
11165 * dwarf2read.c: Update.
11166 * eval.c: Update.
11167 * event-loop.c: Update.
11168 * event-top.c: Update.
11169 * exec.c: Update.
11170 * f-valprint.c: Update.
11171 * fbsd-tdep.c: Update.
11172 * frame-unwind.c: Update.
11173 * frame.c: Update.
11174 * gdbtypes.c: Update.
11175 * gnu-v3-abi.c: Update.
11176 * guile/guile-internal.h: Update.
11177 * guile/scm-block.c: Update.
11178 * guile/scm-breakpoint.c: Update.
11179 * guile/scm-cmd.c: Update.
11180 * guile/scm-disasm.c: Update.
11181 * guile/scm-frame.c: Update.
11182 * guile/scm-lazy-string.c: Update.
11183 * guile/scm-math.c: Update.
11184 * guile/scm-param.c: Update.
11185 * guile/scm-ports.c: Update.
11186 * guile/scm-pretty-print.c: Update.
11187 * guile/scm-symbol.c: Update.
11188 * guile/scm-symtab.c: Update.
11189 * guile/scm-type.c: Update.
11190 * guile/scm-value.c: Update.
11191 * i386-linux-tdep.c: Update.
11192 * i386-tdep.c: Update.
11193 * inf-loop.c: Update.
11194 * infcall.c: Update.
11195 * infcmd.c: Update.
11196 * infrun.c: Update.
11197 * jit.c: Update.
11198 * language.c: Update.
11199 * linespec.c: Update.
11200 * linux-fork.c: Update.
11201 * linux-nat.c: Update.
11202 * linux-tdep.c: Update.
11203 * linux-thread-db.c: Update.
11204 * main.c: Update.
11205 * mi/mi-cmd-break.c: Update.
11206 * mi/mi-cmd-stack.c: Update.
11207 * mi/mi-interp.c: Update.
11208 * mi/mi-main.c: Update.
11209 * objc-lang.c: Update.
11210 * p-valprint.c: Update.
11211 * parse.c: Update.
11212 * ppc-linux-tdep.c: Update.
11213 * printcmd.c: Update.
11214 * python/py-arch.c: Update.
11215 * python/py-breakpoint.c: Update.
11216 * python/py-cmd.c: Update.
11217 * python/py-finishbreakpoint.c: Update.
11218 * python/py-frame.c: Update.
11219 * python/py-framefilter.c: Update.
11220 * python/py-gdb-readline.c: Update.
11221 * python/py-inferior.c: Update.
11222 * python/py-infthread.c: Update.
11223 * python/py-lazy-string.c: Update.
11224 * python/py-linetable.c: Update.
11225 * python/py-objfile.c: Update.
11226 * python/py-param.c: Update.
11227 * python/py-prettyprint.c: Update.
11228 * python/py-progspace.c: Update.
11229 * python/py-record-btrace.c: Update.
11230 * python/py-record.c: Update.
11231 * python/py-symbol.c: Update.
11232 * python/py-type.c: Update.
11233 * python/py-unwind.c: Update.
11234 * python/py-utils.c: Update.
11235 * python/py-value.c: Update.
11236 * python/python.c: Update.
11237 * record-btrace.c: Update.
11238 * record-full.c: Update.
11239 * remote-fileio.c: Update.
11240 * remote.c: Update.
11241 * riscv-tdep.c: Update.
11242 * rs6000-aix-tdep.c: Update.
11243 * rs6000-tdep.c: Update.
11244 * rust-exp.y: Update.
11245 * rust-lang.c: Update.
11246 * s390-tdep.c: Update.
11247 * selftest-arch.c: Update.
11248 * solib-dsbt.c: Update.
11249 * solib-frv.c: Update.
11250 * solib-spu.c: Update.
11251 * solib-svr4.c: Update.
11252 * solib.c: Update.
11253 * sparc64-linux-tdep.c: Update.
11254 * stack.c: Update.
11255 * symfile-mem.c: Update.
11256 * symmisc.c: Update.
11257 * target.c: Update.
11258 * thread.c: Update.
11259 * top.c: Update.
11260 * tracefile-tfile.c: Update.
11261 * tui/tui.c: Update.
11262 * typeprint.c: Update.
11263 * unittests/cli-utils-selftests.c: Update.
11264 * unittests/parse-connection-spec-selftests.c: Update.
11265 * valops.c: Update.
11266 * valprint.c: Update.
11267 * value.c: Update.
11268 * varobj.c: Update.
11269 * windows-nat.c: Update.
11270 * x86-linux-nat.c: Update.
11271 * xml-support.c: Update.
11272
11273 2019-04-08 Tom Tromey <tom@tromey.com>
11274
11275 * xml-support.c: Use C++ exception handling.
11276 * x86-linux-nat.c: Use C++ exception handling.
11277 * windows-nat.c: Use C++ exception handling.
11278 * varobj.c: Use C++ exception handling.
11279 * value.c: Use C++ exception handling.
11280 * valprint.c: Use C++ exception handling.
11281 * valops.c: Use C++ exception handling.
11282 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11283 handling.
11284 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11285 * typeprint.c: Use C++ exception handling.
11286 * tui/tui.c: Use C++ exception handling.
11287 * tracefile-tfile.c: Use C++ exception handling.
11288 * top.c: Use C++ exception handling.
11289 * thread.c: Use C++ exception handling.
11290 * target.c: Use C++ exception handling.
11291 * symmisc.c: Use C++ exception handling.
11292 * symfile-mem.c: Use C++ exception handling.
11293 * stack.c: Use C++ exception handling.
11294 * sparc64-linux-tdep.c: Use C++ exception handling.
11295 * solib.c: Use C++ exception handling.
11296 * solib-svr4.c: Use C++ exception handling.
11297 * solib-spu.c: Use C++ exception handling.
11298 * solib-frv.c: Use C++ exception handling.
11299 * solib-dsbt.c: Use C++ exception handling.
11300 * selftest-arch.c: Use C++ exception handling.
11301 * s390-tdep.c: Use C++ exception handling.
11302 * rust-lang.c: Use C++ exception handling.
11303 * rust-exp.y: Use C++ exception handling.
11304 * rs6000-tdep.c: Use C++ exception handling.
11305 * rs6000-aix-tdep.c: Use C++ exception handling.
11306 * riscv-tdep.c: Use C++ exception handling.
11307 * remote.c: Use C++ exception handling.
11308 * remote-fileio.c: Use C++ exception handling.
11309 * record-full.c: Use C++ exception handling.
11310 * record-btrace.c: Use C++ exception handling.
11311 * python/python.c: Use C++ exception handling.
11312 * python/py-value.c: Use C++ exception handling.
11313 * python/py-utils.c: Use C++ exception handling.
11314 * python/py-unwind.c: Use C++ exception handling.
11315 * python/py-type.c: Use C++ exception handling.
11316 * python/py-symbol.c: Use C++ exception handling.
11317 * python/py-record.c: Use C++ exception handling.
11318 * python/py-record-btrace.c: Use C++ exception handling.
11319 * python/py-progspace.c: Use C++ exception handling.
11320 * python/py-prettyprint.c: Use C++ exception handling.
11321 * python/py-param.c: Use C++ exception handling.
11322 * python/py-objfile.c: Use C++ exception handling.
11323 * python/py-linetable.c: Use C++ exception handling.
11324 * python/py-lazy-string.c: Use C++ exception handling.
11325 * python/py-infthread.c: Use C++ exception handling.
11326 * python/py-inferior.c: Use C++ exception handling.
11327 * python/py-gdb-readline.c: Use C++ exception handling.
11328 * python/py-framefilter.c: Use C++ exception handling.
11329 * python/py-frame.c: Use C++ exception handling.
11330 * python/py-finishbreakpoint.c: Use C++ exception handling.
11331 * python/py-cmd.c: Use C++ exception handling.
11332 * python/py-breakpoint.c: Use C++ exception handling.
11333 * python/py-arch.c: Use C++ exception handling.
11334 * printcmd.c: Use C++ exception handling.
11335 * ppc-linux-tdep.c: Use C++ exception handling.
11336 * parse.c: Use C++ exception handling.
11337 * p-valprint.c: Use C++ exception handling.
11338 * objc-lang.c: Use C++ exception handling.
11339 * mi/mi-main.c: Use C++ exception handling.
11340 * mi/mi-interp.c: Use C++ exception handling.
11341 * mi/mi-cmd-stack.c: Use C++ exception handling.
11342 * mi/mi-cmd-break.c: Use C++ exception handling.
11343 * main.c: Use C++ exception handling.
11344 * linux-thread-db.c: Use C++ exception handling.
11345 * linux-tdep.c: Use C++ exception handling.
11346 * linux-nat.c: Use C++ exception handling.
11347 * linux-fork.c: Use C++ exception handling.
11348 * linespec.c: Use C++ exception handling.
11349 * language.c: Use C++ exception handling.
11350 * jit.c: Use C++ exception handling.
11351 * infrun.c: Use C++ exception handling.
11352 * infcmd.c: Use C++ exception handling.
11353 * infcall.c: Use C++ exception handling.
11354 * inf-loop.c: Use C++ exception handling.
11355 * i386-tdep.c: Use C++ exception handling.
11356 * i386-linux-tdep.c: Use C++ exception handling.
11357 * guile/scm-value.c: Use C++ exception handling.
11358 * guile/scm-type.c: Use C++ exception handling.
11359 * guile/scm-symtab.c: Use C++ exception handling.
11360 * guile/scm-symbol.c: Use C++ exception handling.
11361 * guile/scm-pretty-print.c: Use C++ exception handling.
11362 * guile/scm-ports.c: Use C++ exception handling.
11363 * guile/scm-param.c: Use C++ exception handling.
11364 * guile/scm-math.c: Use C++ exception handling.
11365 * guile/scm-lazy-string.c: Use C++ exception handling.
11366 * guile/scm-frame.c: Use C++ exception handling.
11367 * guile/scm-disasm.c: Use C++ exception handling.
11368 * guile/scm-cmd.c: Use C++ exception handling.
11369 * guile/scm-breakpoint.c: Use C++ exception handling.
11370 * guile/scm-block.c: Use C++ exception handling.
11371 * guile/guile-internal.h: Use C++ exception handling.
11372 * gnu-v3-abi.c: Use C++ exception handling.
11373 * gdbtypes.c: Use C++ exception handling.
11374 * frame.c: Use C++ exception handling.
11375 * frame-unwind.c: Use C++ exception handling.
11376 * fbsd-tdep.c: Use C++ exception handling.
11377 * f-valprint.c: Use C++ exception handling.
11378 * exec.c: Use C++ exception handling.
11379 * event-top.c: Use C++ exception handling.
11380 * event-loop.c: Use C++ exception handling.
11381 * eval.c: Use C++ exception handling.
11382 * dwarf2read.c: Use C++ exception handling.
11383 * dwarf2loc.c: Use C++ exception handling.
11384 * dwarf2-frame.c: Use C++ exception handling.
11385 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11386 * dwarf-index-write.c: Use C++ exception handling.
11387 * dwarf-index-cache.c: Use C++ exception handling.
11388 * dtrace-probe.c: Use C++ exception handling.
11389 * disasm-selftests.c: Use C++ exception handling.
11390 * darwin-nat.c: Use C++ exception handling.
11391 * cp-valprint.c: Use C++ exception handling.
11392 * cp-support.c: Use C++ exception handling.
11393 * cp-abi.c: Use C++ exception handling.
11394 * corelow.c: Use C++ exception handling.
11395 * completer.c: Use C++ exception handling.
11396 * compile/compile-object-run.c: Use C++ exception handling.
11397 * compile/compile-object-load.c: Use C++ exception handling.
11398 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11399 * compile/compile-c-symbols.c: Use C++ exception handling.
11400 * common/selftest.c: Use C++ exception handling.
11401 * common/new-op.c: Use C++ exception handling.
11402 * cli/cli-script.c: Use C++ exception handling.
11403 * cli/cli-interp.c: Use C++ exception handling.
11404 * cli/cli-cmds.c: Use C++ exception handling.
11405 * c-varobj.c: Use C++ exception handling.
11406 * btrace.c: Use C++ exception handling.
11407 * breakpoint.c: Use C++ exception handling.
11408 * break-catch-throw.c: Use C++ exception handling.
11409 * arch-utils.c: Use C++ exception handling.
11410 * amd64-tdep.c: Use C++ exception handling.
11411 * ada-valprint.c: Use C++ exception handling.
11412 * ada-typeprint.c: Use C++ exception handling.
11413 * ada-lang.c: Use C++ exception handling.
11414 * aarch64-tdep.c: Use C++ exception handling.
11415
11416 2019-04-08 Tom Tromey <tom@tromey.com>
11417
11418 * xml-support.c (gdb_xml_parser::parse): Update.
11419 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11420 * value.c (show_convenience): Update.
11421 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11422 (test_parse_flags_qcs): Update.
11423 * thread.c (thr_try_catch_cmd): Update.
11424 * target.c (target_translate_tls_address): Update.
11425 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11426 (info_frame_command_core, frame_apply_command_count): Update.
11427 * rust-exp.y (rust_lex_exception_test): Update.
11428 * riscv-tdep.c (riscv_print_one_register_info): Update.
11429 * remote.c (remote_target::enable_btrace): Update.
11430 * record-btrace.c (record_btrace_enable_warn): Update.
11431 * python/py-utils.c (gdbpy_convert_exception): Update.
11432 * printcmd.c (do_one_display, print_variable_and_value): Update.
11433 * mi/mi-main.c (mi_print_exception): Update.
11434 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11435 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11436 * linux-nat.c (linux_nat_target::attach): Update.
11437 * linux-fork.c (class scoped_switch_fork_info): Update.
11438 * infrun.c (displaced_step_prepare): Update.
11439 * infcall.c (call_function_by_hand_dummy): Update.
11440 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11441 * gnu-v3-abi.c (print_one_vtable): Update.
11442 * frame.c (get_prev_frame_always): Update.
11443 * f-valprint.c (info_common_command_for_block): Update.
11444 * exec.c (try_open_exec_file): Update.
11445 * exceptions.c (print_exception, exception_print)
11446 (exception_fprintf, exception_print_same): Update.
11447 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11448 * dwarf-index-cache.c (index_cache::store)
11449 (index_cache::lookup_gdb_index): Update.
11450 * darwin-nat.c (maybe_cache_shell): Update.
11451 * cp-valprint.c (cp_print_value_fields): Update.
11452 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11453 (gcc_cplus_symbol_address): Update.
11454 * compile/compile-c-symbols.c (gcc_convert_symbol)
11455 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11456 * common/selftest.c: Update.
11457 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11458 a std::string.
11459 (exception_try_scope_entry, exception_try_scope_exit): Don't
11460 declare.
11461 (struct exception_try_scope): Remove.
11462 (TRY): Don't use exception_try_scope.
11463 (struct gdb_exception): Add constructor, operator=.
11464 <what>: New method.
11465 (struct gdb_exception_RETURN_MASK_ALL)
11466 (struct gdb_exception_RETURN_MASK_ERROR)
11467 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11468 (struct gdb_quit_bad_alloc): Update.
11469 * common/common-exceptions.c (exception_none): Change
11470 initializer.
11471 (struct catcher) <state, exception>: Initialize inline.
11472 <prev>: Remove member.
11473 (current_catcher): Remove.
11474 (catchers): New global.
11475 (exceptions_state_mc_init): Simplify.
11476 (catcher_pop): Remove.
11477 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11478 (try_scope_depth, exception_try_scope_entry)
11479 (exception_try_scope_exit): Remove.
11480 (throw_exception_sjlj): Update.
11481 (exception_messages, exception_messages_size): Remove.
11482 (throw_it): Simplify.
11483 (gdb_exception_sliced_copy): Remove.
11484 (throw_exception_cxx): Update.
11485 * cli/cli-script.c (script_from_file): Update.
11486 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11487 Update.
11488 * ada-valprint.c (ada_val_print): Update.
11489 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11490 (create_excep_cond_exprs): Update.
11491
11492 2019-04-08 Tom Tromey <tom@tromey.com>
11493
11494 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11495 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11496 (TRY, CATCH, END_CATCH): Remove some definitions.
11497 * common/common-exceptions.c: Don't use GDB_XCPT.
11498 (catcher_list_size): Remove.
11499 (throw_exception, throw_it): Simplify.
11500
11501 2019-04-05 Tom Tromey <tom@tromey.com>
11502
11503 Revert the header-sorting patch.
11504 * ft32-tdep.c: Revert.
11505 * frv-tdep.c: Revert.
11506 * frv-linux-tdep.c: Revert.
11507 * frame.c: Revert.
11508 * frame-unwind.c: Revert.
11509 * frame-base.c: Revert.
11510 * fork-child.c: Revert.
11511 * findvar.c: Revert.
11512 * findcmd.c: Revert.
11513 * filesystem.c: Revert.
11514 * filename-seen-cache.h: Revert.
11515 * filename-seen-cache.c: Revert.
11516 * fbsd-tdep.c: Revert.
11517 * fbsd-nat.h: Revert.
11518 * fbsd-nat.c: Revert.
11519 * f-valprint.c: Revert.
11520 * f-typeprint.c: Revert.
11521 * f-lang.c: Revert.
11522 * extension.h: Revert.
11523 * extension.c: Revert.
11524 * extension-priv.h: Revert.
11525 * expprint.c: Revert.
11526 * exec.h: Revert.
11527 * exec.c: Revert.
11528 * exceptions.c: Revert.
11529 * event-top.c: Revert.
11530 * event-loop.c: Revert.
11531 * eval.c: Revert.
11532 * elfread.c: Revert.
11533 * dwarf2read.h: Revert.
11534 * dwarf2read.c: Revert.
11535 * dwarf2loc.c: Revert.
11536 * dwarf2expr.h: Revert.
11537 * dwarf2expr.c: Revert.
11538 * dwarf2-frame.c: Revert.
11539 * dwarf2-frame-tailcall.c: Revert.
11540 * dwarf-index-write.h: Revert.
11541 * dwarf-index-write.c: Revert.
11542 * dwarf-index-common.c: Revert.
11543 * dwarf-index-cache.h: Revert.
11544 * dwarf-index-cache.c: Revert.
11545 * dummy-frame.c: Revert.
11546 * dtrace-probe.c: Revert.
11547 * disasm.h: Revert.
11548 * disasm.c: Revert.
11549 * disasm-selftests.c: Revert.
11550 * dictionary.c: Revert.
11551 * dicos-tdep.c: Revert.
11552 * demangle.c: Revert.
11553 * dcache.h: Revert.
11554 * dcache.c: Revert.
11555 * darwin-nat.h: Revert.
11556 * darwin-nat.c: Revert.
11557 * darwin-nat-info.c: Revert.
11558 * d-valprint.c: Revert.
11559 * d-namespace.c: Revert.
11560 * d-lang.c: Revert.
11561 * ctf.c: Revert.
11562 * csky-tdep.c: Revert.
11563 * csky-linux-tdep.c: Revert.
11564 * cris-tdep.c: Revert.
11565 * cris-linux-tdep.c: Revert.
11566 * cp-valprint.c: Revert.
11567 * cp-support.c: Revert.
11568 * cp-namespace.c: Revert.
11569 * cp-abi.c: Revert.
11570 * corelow.c: Revert.
11571 * corefile.c: Revert.
11572 * continuations.c: Revert.
11573 * completer.h: Revert.
11574 * completer.c: Revert.
11575 * complaints.c: Revert.
11576 * coffread.c: Revert.
11577 * coff-pe-read.c: Revert.
11578 * cli-out.h: Revert.
11579 * cli-out.c: Revert.
11580 * charset.c: Revert.
11581 * c-varobj.c: Revert.
11582 * c-valprint.c: Revert.
11583 * c-typeprint.c: Revert.
11584 * c-lang.c: Revert.
11585 * buildsym.c: Revert.
11586 * buildsym-legacy.c: Revert.
11587 * build-id.h: Revert.
11588 * build-id.c: Revert.
11589 * btrace.c: Revert.
11590 * bsd-uthread.c: Revert.
11591 * breakpoint.h: Revert.
11592 * breakpoint.c: Revert.
11593 * break-catch-throw.c: Revert.
11594 * break-catch-syscall.c: Revert.
11595 * break-catch-sig.c: Revert.
11596 * blockframe.c: Revert.
11597 * block.c: Revert.
11598 * bfin-tdep.c: Revert.
11599 * bfin-linux-tdep.c: Revert.
11600 * bfd-target.c: Revert.
11601 * bcache.c: Revert.
11602 * ax-general.c: Revert.
11603 * ax-gdb.h: Revert.
11604 * ax-gdb.c: Revert.
11605 * avr-tdep.c: Revert.
11606 * auxv.c: Revert.
11607 * auto-load.c: Revert.
11608 * arm-wince-tdep.c: Revert.
11609 * arm-tdep.c: Revert.
11610 * arm-symbian-tdep.c: Revert.
11611 * arm-pikeos-tdep.c: Revert.
11612 * arm-obsd-tdep.c: Revert.
11613 * arm-nbsd-tdep.c: Revert.
11614 * arm-nbsd-nat.c: Revert.
11615 * arm-linux-tdep.c: Revert.
11616 * arm-linux-nat.c: Revert.
11617 * arm-fbsd-tdep.c: Revert.
11618 * arm-fbsd-nat.c: Revert.
11619 * arm-bsd-tdep.c: Revert.
11620 * arch-utils.c: Revert.
11621 * arc-tdep.c: Revert.
11622 * arc-newlib-tdep.c: Revert.
11623 * annotate.h: Revert.
11624 * annotate.c: Revert.
11625 * amd64-windows-tdep.c: Revert.
11626 * amd64-windows-nat.c: Revert.
11627 * amd64-tdep.c: Revert.
11628 * amd64-sol2-tdep.c: Revert.
11629 * amd64-obsd-tdep.c: Revert.
11630 * amd64-obsd-nat.c: Revert.
11631 * amd64-nbsd-tdep.c: Revert.
11632 * amd64-nbsd-nat.c: Revert.
11633 * amd64-nat.c: Revert.
11634 * amd64-linux-tdep.c: Revert.
11635 * amd64-linux-nat.c: Revert.
11636 * amd64-fbsd-tdep.c: Revert.
11637 * amd64-fbsd-nat.c: Revert.
11638 * amd64-dicos-tdep.c: Revert.
11639 * amd64-darwin-tdep.c: Revert.
11640 * amd64-bsd-nat.c: Revert.
11641 * alpha-tdep.c: Revert.
11642 * alpha-obsd-tdep.c: Revert.
11643 * alpha-nbsd-tdep.c: Revert.
11644 * alpha-mdebug-tdep.c: Revert.
11645 * alpha-linux-tdep.c: Revert.
11646 * alpha-linux-nat.c: Revert.
11647 * alpha-bsd-tdep.c: Revert.
11648 * alpha-bsd-nat.c: Revert.
11649 * aix-thread.c: Revert.
11650 * agent.c: Revert.
11651 * addrmap.c: Revert.
11652 * ada-varobj.c: Revert.
11653 * ada-valprint.c: Revert.
11654 * ada-typeprint.c: Revert.
11655 * ada-tasks.c: Revert.
11656 * ada-lang.c: Revert.
11657 * aarch64-tdep.c: Revert.
11658 * aarch64-ravenscar-thread.c: Revert.
11659 * aarch64-newlib-tdep.c: Revert.
11660 * aarch64-linux-tdep.c: Revert.
11661 * aarch64-linux-nat.c: Revert.
11662 * aarch64-fbsd-tdep.c: Revert.
11663 * aarch64-fbsd-nat.c: Revert.
11664 * aarch32-linux-nat.c: Revert.
11665
11666 2019-04-05 Tom Tromey <tom@tromey.com>
11667
11668 * ft32-tdep.c: Sort headers.
11669 * frv-tdep.c: Sort headers.
11670 * frv-linux-tdep.c: Sort headers.
11671 * frame.c: Sort headers.
11672 * frame-unwind.c: Sort headers.
11673 * frame-base.c: Sort headers.
11674 * fork-child.c: Sort headers.
11675 * findvar.c: Sort headers.
11676 * findcmd.c: Sort headers.
11677 * filesystem.c: Sort headers.
11678 * filename-seen-cache.h: Sort headers.
11679 * filename-seen-cache.c: Sort headers.
11680 * fbsd-tdep.c: Sort headers.
11681 * fbsd-nat.h: Sort headers.
11682 * fbsd-nat.c: Sort headers.
11683 * f-valprint.c: Sort headers.
11684 * f-typeprint.c: Sort headers.
11685 * f-lang.c: Sort headers.
11686 * extension.h: Sort headers.
11687 * extension.c: Sort headers.
11688 * extension-priv.h: Sort headers.
11689 * expprint.c: Sort headers.
11690 * exec.h: Sort headers.
11691 * exec.c: Sort headers.
11692 * exceptions.c: Sort headers.
11693 * event-top.c: Sort headers.
11694 * event-loop.c: Sort headers.
11695 * eval.c: Sort headers.
11696 * elfread.c: Sort headers.
11697 * dwarf2read.h: Sort headers.
11698 * dwarf2read.c: Sort headers.
11699 * dwarf2loc.c: Sort headers.
11700 * dwarf2expr.h: Sort headers.
11701 * dwarf2expr.c: Sort headers.
11702 * dwarf2-frame.c: Sort headers.
11703 * dwarf2-frame-tailcall.c: Sort headers.
11704 * dwarf-index-write.h: Sort headers.
11705 * dwarf-index-write.c: Sort headers.
11706 * dwarf-index-common.c: Sort headers.
11707 * dwarf-index-cache.h: Sort headers.
11708 * dwarf-index-cache.c: Sort headers.
11709 * dummy-frame.c: Sort headers.
11710 * dtrace-probe.c: Sort headers.
11711 * disasm.h: Sort headers.
11712 * disasm.c: Sort headers.
11713 * disasm-selftests.c: Sort headers.
11714 * dictionary.c: Sort headers.
11715 * dicos-tdep.c: Sort headers.
11716 * demangle.c: Sort headers.
11717 * dcache.h: Sort headers.
11718 * dcache.c: Sort headers.
11719 * darwin-nat.h: Sort headers.
11720 * darwin-nat.c: Sort headers.
11721 * darwin-nat-info.c: Sort headers.
11722 * d-valprint.c: Sort headers.
11723 * d-namespace.c: Sort headers.
11724 * d-lang.c: Sort headers.
11725 * ctf.c: Sort headers.
11726 * csky-tdep.c: Sort headers.
11727 * csky-linux-tdep.c: Sort headers.
11728 * cris-tdep.c: Sort headers.
11729 * cris-linux-tdep.c: Sort headers.
11730 * cp-valprint.c: Sort headers.
11731 * cp-support.c: Sort headers.
11732 * cp-namespace.c: Sort headers.
11733 * cp-abi.c: Sort headers.
11734 * corelow.c: Sort headers.
11735 * corefile.c: Sort headers.
11736 * continuations.c: Sort headers.
11737 * completer.h: Sort headers.
11738 * completer.c: Sort headers.
11739 * complaints.c: Sort headers.
11740 * coffread.c: Sort headers.
11741 * coff-pe-read.c: Sort headers.
11742 * cli-out.h: Sort headers.
11743 * cli-out.c: Sort headers.
11744 * charset.c: Sort headers.
11745 * c-varobj.c: Sort headers.
11746 * c-valprint.c: Sort headers.
11747 * c-typeprint.c: Sort headers.
11748 * c-lang.c: Sort headers.
11749 * buildsym.c: Sort headers.
11750 * buildsym-legacy.c: Sort headers.
11751 * build-id.h: Sort headers.
11752 * build-id.c: Sort headers.
11753 * btrace.c: Sort headers.
11754 * bsd-uthread.c: Sort headers.
11755 * breakpoint.h: Sort headers.
11756 * breakpoint.c: Sort headers.
11757 * break-catch-throw.c: Sort headers.
11758 * break-catch-syscall.c: Sort headers.
11759 * break-catch-sig.c: Sort headers.
11760 * blockframe.c: Sort headers.
11761 * block.c: Sort headers.
11762 * bfin-tdep.c: Sort headers.
11763 * bfin-linux-tdep.c: Sort headers.
11764 * bfd-target.c: Sort headers.
11765 * bcache.c: Sort headers.
11766 * ax-general.c: Sort headers.
11767 * ax-gdb.h: Sort headers.
11768 * ax-gdb.c: Sort headers.
11769 * avr-tdep.c: Sort headers.
11770 * auxv.c: Sort headers.
11771 * auto-load.c: Sort headers.
11772 * arm-wince-tdep.c: Sort headers.
11773 * arm-tdep.c: Sort headers.
11774 * arm-symbian-tdep.c: Sort headers.
11775 * arm-pikeos-tdep.c: Sort headers.
11776 * arm-obsd-tdep.c: Sort headers.
11777 * arm-nbsd-tdep.c: Sort headers.
11778 * arm-nbsd-nat.c: Sort headers.
11779 * arm-linux-tdep.c: Sort headers.
11780 * arm-linux-nat.c: Sort headers.
11781 * arm-fbsd-tdep.c: Sort headers.
11782 * arm-fbsd-nat.c: Sort headers.
11783 * arm-bsd-tdep.c: Sort headers.
11784 * arch-utils.c: Sort headers.
11785 * arc-tdep.c: Sort headers.
11786 * arc-newlib-tdep.c: Sort headers.
11787 * annotate.h: Sort headers.
11788 * annotate.c: Sort headers.
11789 * amd64-windows-tdep.c: Sort headers.
11790 * amd64-windows-nat.c: Sort headers.
11791 * amd64-tdep.c: Sort headers.
11792 * amd64-sol2-tdep.c: Sort headers.
11793 * amd64-obsd-tdep.c: Sort headers.
11794 * amd64-obsd-nat.c: Sort headers.
11795 * amd64-nbsd-tdep.c: Sort headers.
11796 * amd64-nbsd-nat.c: Sort headers.
11797 * amd64-nat.c: Sort headers.
11798 * amd64-linux-tdep.c: Sort headers.
11799 * amd64-linux-nat.c: Sort headers.
11800 * amd64-fbsd-tdep.c: Sort headers.
11801 * amd64-fbsd-nat.c: Sort headers.
11802 * amd64-dicos-tdep.c: Sort headers.
11803 * amd64-darwin-tdep.c: Sort headers.
11804 * amd64-bsd-nat.c: Sort headers.
11805 * alpha-tdep.c: Sort headers.
11806 * alpha-obsd-tdep.c: Sort headers.
11807 * alpha-nbsd-tdep.c: Sort headers.
11808 * alpha-mdebug-tdep.c: Sort headers.
11809 * alpha-linux-tdep.c: Sort headers.
11810 * alpha-linux-nat.c: Sort headers.
11811 * alpha-bsd-tdep.c: Sort headers.
11812 * alpha-bsd-nat.c: Sort headers.
11813 * aix-thread.c: Sort headers.
11814 * agent.c: Sort headers.
11815 * addrmap.c: Sort headers.
11816 * ada-varobj.c: Sort headers.
11817 * ada-valprint.c: Sort headers.
11818 * ada-typeprint.c: Sort headers.
11819 * ada-tasks.c: Sort headers.
11820 * ada-lang.c: Sort headers.
11821 * aarch64-tdep.c: Sort headers.
11822 * aarch64-ravenscar-thread.c: Sort headers.
11823 * aarch64-newlib-tdep.c: Sort headers.
11824 * aarch64-linux-tdep.c: Sort headers.
11825 * aarch64-linux-nat.c: Sort headers.
11826 * aarch64-fbsd-tdep.c: Sort headers.
11827 * aarch64-fbsd-nat.c: Sort headers.
11828 * aarch32-linux-nat.c: Sort headers.
11829
11830 2019-04-04 Tom Tromey <tom@tromey.com>
11831
11832 * varobj.c (varobj_create): Update.
11833 * rust-exp.y (struct rust_parser) <update_innermost_block,
11834 lookup_symbol>: New methods.
11835 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11836 Rename.
11837 (rust_parser::rust_lookup_type)
11838 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11839 * printcmd.c (display_command, do_one_display): Update.
11840 * parser-defs.h (struct parser_state) <parser_state>: Add
11841 "tracker" parameter.
11842 (block_tracker): New member.
11843 (class innermost_block_tracker) <innermost_block_tracker>: Add
11844 "types" parameter.
11845 <reset>: Remove method.
11846 (innermost_block): Don't declare.
11847 (null_post_parser): Update.
11848 * parse.c (innermost_block): Remove global.
11849 (write_dollar_variable): Update.
11850 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11851 Remove "tracker_types" parameter.
11852 (parse_expression): Add "tracker" parameter.
11853 (parse_expression_for_completion): Update.
11854 (null_post_parser): Add "tracker" parameter.
11855 * p-exp.y: Update rules.
11856 * m2-exp.y: Update rules.
11857 * language.h (struct language_defn) <la_post_parser>: Add
11858 "tracker" parameter.
11859 * go-exp.y: Update rules.
11860 * f-exp.y: Update rules.
11861 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11862 parameter.
11863 * d-exp.y: Update rules.
11864 * c-exp.y: Update rules.
11865 * breakpoint.c (set_breakpoint_condition): Create an
11866 innermost_block_tracker.
11867 (watch_command_1): Likewise.
11868 * ada-lang.c (resolve): Add "tracker" parameter.
11869 (resolve_subexp): Likewise.
11870 * ada-exp.y (write_var_from_sym): Update.
11871
11872 2019-04-04 Tom Tromey <tom@tromey.com>
11873
11874 * type-stack.h: New file.
11875 * type-stack.c: New file.
11876 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11877 type-stack.h.
11878 (insert_into_type_stack, insert_type, push_type, push_type_int)
11879 (insert_type_address_space, pop_type, pop_type_int)
11880 (pop_typelist, pop_type_stack, append_type_stack)
11881 (push_type_stack, get_type_stack, push_typelist)
11882 (follow_type_instance_flags, follow_types): Don't declare.
11883 * parse.c (type_stack): Remove global.
11884 (parse_exp_in_context): Update.
11885 (insert_into_type_stack, insert_type, push_type, push_type_int)
11886 (insert_type_address_space, pop_type, pop_type_int)
11887 (pop_typelist, pop_type_stack, append_type_stack)
11888 (push_type_stack, get_type_stack, push_typelist)
11889 (follow_type_instance_flags, follow_types): Remove (moved to
11890 type-stack.c).
11891 * f-exp.y (type_stack): New global.
11892 Update rules.
11893 (push_kind_type, f_parse): Update.
11894 * d-exp.y (type_stack): New global.
11895 Update rules.
11896 (d_parse): Update.
11897 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11898 Update rules.
11899 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11900 (HFILES_NO_SRCDIR): Add type-stack.h.
11901
11902 2019-04-04 Tom Tromey <tom@tromey.com>
11903
11904 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11905 (rust_parser::convert_ast_to_expression, rust_parse)
11906 (rust_lex_test_completion, rust_lex_tests): Update.
11907 * parser-defs.h (struct expr_completion_state): New.
11908 (struct parser_state) <parser_state>: Add completion parameter.
11909 <mark_struct_expression, mark_completion_tag>: New methods.
11910 <parse_completion, m_completion_state>: New members.
11911 (prefixify_expression, null_post_parser): Update.
11912 (mark_struct_expression, mark_completion_tag): Don't declare.
11913 * parse.c (parse_completion, expout_last_struct)
11914 (expout_tag_completion_type, expout_completion_name): Remove
11915 globals.
11916 (parser_state::mark_struct_expression)
11917 (parser_state::mark_completion_tag): Now methods.
11918 (prefixify_expression): Add last_struct parameter.
11919 (prefixify_subexp): Likewise.
11920 (parse_exp_1): Update.
11921 (parse_exp_in_context): Add cstate parameter. Update.
11922 (parse_expression_for_completion): Create an
11923 expr_completion_state.
11924 (null_post_parser): Add "completion" parameter.
11925 * p-exp.y: Update rules.
11926 (yylex): Update.
11927 * language.h (struct language_defn) <la_post_parser>: Add
11928 "completing" parameter.
11929 * go-exp.y: Update rules.
11930 (lex_one_token): Update.
11931 * expression.h (parse_completion): Don't declare.
11932 * d-exp.y: Update rules.
11933 (lex_one_token): Update rules.
11934 * c-exp.y: Update rules.
11935 (lex_one_token): Update.
11936 * ada-lang.c (resolve): Add "parse_completion" parameter.
11937 (resolve_subexp): Likewise.
11938 (ada_resolve_function): Likewise.
11939
11940 2019-04-04 Tom Tromey <tom@tromey.com>
11941
11942 * parser-defs.h (struct parser_state) <start_arglist,
11943 end_arglist>: New methods.
11944 <arglist_len, m_funcall_chain>: New members.
11945 (arglist_len, start_arglist, end_arglist): Don't declare.
11946 * parse.c (arglist_len, funcall_chain): Remove global.
11947 (start_arglist, end_arglist): Remove functions.
11948 (parse_exp_in_context): Update.
11949 * p-exp.y: Update rules.
11950 * m2-exp.y: Update rules.
11951 * go-exp.y: Update rules.
11952 * f-exp.y: Update rules.
11953 * d-exp.y: Update rules.
11954 * c-exp.y: Update rules.
11955
11956 2019-04-04 Tom Tromey <tom@tromey.com>
11957
11958 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11959 lex_operator, push_back>: New methods.
11960 Update all rules.
11961 (rust_parser::lex_hex, lex_escape): Rename and update.
11962 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11963 (rust_parser::lex_operator): Rename and update.
11964 (rust_parser::lex_number, rustyylex, rustyyerror)
11965 (rust_lex_test_init, rust_lex_test_sequence)
11966 (rust_lex_test_push_back, rust_lex_tests): Update.
11967 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11968 parameter.
11969 <lexptr, prev_lexptr>: New members.
11970 (lexptr, prev_lexptr): Don't declare.
11971 * parse.c (lexptr, prev_lexptr): Remove globals.
11972 (parse_exp_in_context): Update.
11973 * p-exp.y (yylex, yyerror): Update.
11974 * m2-exp.y (parse_number, yylex, yyerror): Update.
11975 * go-exp.y (lex_one_token, yyerror): Update.
11976 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11977 * d-exp.y (lex_one_token, yyerror): Update.
11978 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11979 (lex_one_token, yyerror): Update.
11980 * ada-lex.l (YY_INPUT): Update.
11981 (rewind_to_char): Update.
11982 * ada-exp.y (yyerror): Update.
11983
11984 2019-04-04 Tom Tromey <tom@tromey.com>
11985
11986 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11987 * parser-defs.h (struct parser_state) <parser_state>: Add new
11988 parameter.
11989 <comma_terminates>: New member.
11990 (comma_terminates): Don't declare global.
11991 * parse.c (comma_terminates): Remove global.
11992 (parse_exp_in_context): Update.
11993 * p-exp.y (yylex): Update.
11994 * m2-exp.y (yylex): Update.
11995 * go-exp.y (lex_one_token): Update.
11996 * f-exp.y (yylex): Update.
11997 * d-exp.y (lex_one_token): Update.
11998 * c-exp.y (lex_one_token): Update.
11999 * ada-lex.l: Update.
12000
12001 2019-04-04 Tom Tromey <tom@tromey.com>
12002
12003 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12004 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12005 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12006 * parser-defs.h (paren_depth): Don't declare.
12007 * parse.c (paren_depth): Remove global.
12008 (parse_exp_in_context): Update.
12009 * p-exp.y (paren_depth): New global.
12010 (pascal_parse): Initialize it.
12011 * m2-exp.y (paren_depth): New global.
12012 (m2_parse): Initialize it.
12013 * go-exp.y (paren_depth): New global.
12014 (go_parse): Initialize it.
12015 * f-exp.y (paren_depth): New global.
12016 (f_parse): Initialize it.
12017 * d-exp.y (paren_depth): New global.
12018 (d_parse): Initialize it.
12019 * c-exp.y (paren_depth): New global.
12020 (c_parse): Initialize it.
12021 * ada-lex.l (paren_depth): New global.
12022 (lexer_init): Initialize it.
12023
12024 2019-04-04 Tom Tromey <tom@tromey.com>
12025
12026 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12027 (rust_parser::convert_ast_to_type)
12028 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12029 * parser-defs.h (struct parser_state) <parser_state>: Add
12030 parameters. Initialize new members.
12031 <expression_context_block, expression_context_pc>: New members.
12032 * parse.c (expression_context_block, expression_context_pc):
12033 Remove globals.
12034 (parse_exp_in_context): Update.
12035 * p-exp.y: Update all rules.
12036 (yylex): Update.
12037 * m2-exp.y: Update all rules.
12038 (yylex): Update.
12039 * go-exp.y (yylex): Update.
12040 * f-exp.y (yylex): Update.
12041 * d-exp.y: Update all rules.
12042 (yylex): Update.
12043 * c-exp.y: Update all rules.
12044 (lex_one_token, classify_name, yylex, c_parse): Update.
12045 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12046
12047 2019-04-04 Tom Tromey <tom@tromey.com>
12048
12049 * gdbarch.h, gdbarch.c: Rebuild.
12050 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12051 * stap-probe.h:
12052 (struct stap_parse_info): Replace "parser_state" with
12053 "expr_builder".
12054 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12055 (parser_state): New class.
12056 * parse.c (expr_builder): Rename.
12057 (expr_builder::release): Rename.
12058 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12059 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12060 (write_exp_elt_longcst, write_exp_elt_floatcst)
12061 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12062 (write_exp_string_vector, write_exp_bitstring)
12063 (write_exp_msymbol, mark_struct_expression)
12064 (write_dollar_variable)
12065 (insert_type_address_space, increase_expout_size): Replace
12066 "parser_state" with "expr_builder".
12067 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12068 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12069 "parser_state" with "expr_builder".
12070
12071 2019-04-04 Tom Tromey <tom@tromey.com>
12072
12073 * rust-exp.y: Replace "parse_language" with method call.
12074 * p-exp.y:
12075 (yylex): Replace "parse_language" with method call.
12076 * m2-exp.y:
12077 (yylex): Replace "parse_language" with method call.
12078 * go-exp.y (classify_name): Replace "parse_language" with method
12079 call.
12080 * f-exp.y (yylex): Replace "parse_language" with method call.
12081 * d-exp.y (lex_one_token): Replace "parse_language" with method
12082 call.
12083 * c-exp.y:
12084 (lex_one_token, classify_name, yylex): Replace "parse_language"
12085 with method call.
12086 * ada-exp.y (find_primitive_type, type_char)
12087 (type_system_address): Replace "parse_language" with method call.
12088
12089 2019-04-04 Tom Tromey <tom@tromey.com>
12090
12091 * rust-exp.y: Replace "parse_gdbarch" with method call.
12092 * parse.c (write_dollar_variable, insert_type_address_space):
12093 Replace "parse_gdbarch" with method call.
12094 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12095 call.
12096 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12097 call.
12098 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12099 "parse_gdbarch" with method call.
12100 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12101 with method call.
12102 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12103 "parse_gdbarch" with method call.
12104 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12105 "parse_gdbarch" with method call.
12106 * c-exp.y (parse_type, parse_number, classify_name): Replace
12107 "parse_gdbarch" with method call.
12108 * ada-lex.l: Replace "parse_gdbarch" with method call.
12109 * ada-exp.y (parse_type, find_primitive_type, type_char)
12110 (type_system_address): Replace "parse_gdbarch" with method call.
12111
12112 2019-04-04 Tom Tromey <tom@tromey.com>
12113
12114 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12115 * stap-probe.c (stap_parse_argument): Update.
12116 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12117 initial_size parameter.
12118 * rust-exp.y (rust_lex_tests): Update.
12119 * parse.c (parser_state): Update.
12120 (parse_exp_in_context): Update.
12121 * parser-defs.h (struct parser_state) <parser_state>: Remove
12122 "initial_size" parameter.
12123
12124 2019-04-04 Tom Tromey <tom@tromey.com>
12125
12126 * parser-defs.h (increase_expout_size): Don't declare.
12127 * parse.c (increase_expout_size): Now static.
12128
12129 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12130
12131 * gnu-nat.c (gnu_nat_target::wait): Fix
12132 target_waitstatus_to_string call.
12133
12134 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12135
12136 * eval.c (evaluate_subexp_standard): Handle internal functions
12137 during Fortran function call handling.
12138
12139 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12140
12141 * NEWS: Mention new internal functions.
12142 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12143 (read_base_type): Use dwarf2_init_complex_target_type.
12144 * value.c (creal_internal_fn): New function.
12145 (cimag_internal_fn): New function.
12146 (_initialize_values): Register new internal functions.
12147
12148 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12149
12150 * infrun.c (stop_all_threads): If debug_infrun, always
12151 trace the wait status after wait_one, using
12152 target_waitstatus_to_string and target_pid_to_str.
12153 (handle_inferior_event): Replace various trace of
12154 wait status kind by a single trace.
12155 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12156 wait status kind image by target_waitstatus_to_string.
12157 * target/waitstatus.c (target_waitstatus_to_string): Fix
12158 obsolete comment.
12159
12160 2019-04-01 Tom Tromey <tromey@adacore.com>
12161
12162 PR symtab/23331:
12163 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12164
12165 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12166 Pedro Alves <palves@redhat.com>
12167
12168 * top.c (quit_force): Call 'finalize_values'.
12169 * value.c (finalize_values): New function.
12170 * value.h (finalize_values): Declare.
12171
12172 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12173
12174 * NEWS: Announce $_gdb_major and $_gdb_minor.
12175
12176 * top.c (init_gdb_version_vars): New function.
12177 (gdb_init): Call init_gdb_version_vars.
12178
12179 2019-03-29 Tom Tromey <tromey@adacore.com>
12180
12181 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12182 help text. Remove dead code.
12183
12184 2019-03-29 Keith Seitz <keiths@redhat.com>
12185
12186 From Siddhesh Poyarekar:
12187 * f-lang.h (f77_get_upperbound): Return LONGEST.
12188 (f77_get_lowerbound): Likewise.
12189 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12190 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12191 print them.
12192 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12193 plongest to format print it.
12194 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12195 (f77_get_upperbound): Likewise.
12196 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12197 LOWER_BOUND to LONGEST.
12198 (f77_create_arrayprint_offset_tbl): Likewise.
12199
12200 2019-03-29 Keith Seitz <keiths@redhat.com>
12201
12202 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12203 %s/pulongest for TYPE_LENGTH instead of %d in format
12204 strings.
12205 * ada-typerint.c (ada_print_type): Likewise.
12206 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12207 * compile/compile-c-support.c (generate_register_struct): Likewise.
12208 * gdbtypes.c (recursive_dump_type): Likewise.
12209 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12210 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12211 instead of %d in format strings.
12212 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12213 to std::min to ULONGEST.
12214 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12215 instead of %d in format strings.
12216 * tracepoint.c (info_scope_command): Likewise.
12217 * typeprint.c (print_offset_data::update)
12218 (print_offset_data::finish): Likewise.
12219 * xtensa-tdep.c (xtensa_store_return_value)
12220 (xtensa_push_dummy_call): Likewise.
12221
12222 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12223
12224 * windows-nat.c (display_selector): Fixed format specifications
12225 for 64-bit Cygwin.
12226
12227 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12228
12229 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12230
12231 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12232
12233 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12234 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12235 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12236 (nios2_linux_init_abi): Install it.
12237
12238 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12239
12240 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12241
12242 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12243
12244 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12245
12246 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12247 Tom Tromey <tromey@adacore.com>
12248
12249 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12250
12251 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12252
12253 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12254 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12255 method to compute the bounds of range types. Also print "[evaluated]"
12256 if the bounds' values come from a dynamic evaluation.
12257
12258 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12259
12260 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12261 whitespace when pretty printing is on.
12262
12263 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12264
12265 * ppc-linux-nat.c: Add include.
12266
12267 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12268
12269 * NEWS: Mention AArch64 Pointer Authentication.
12270
12271 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12272
12273 * arm-linux-nat.c: Add include.
12274
12275 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12276
12277 * source-cache.c (source_cache::get_source_lines): Re-read
12278 fullname after calling open_source_file.
12279
12280 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12281
12282 * NEWS: Mention TLS support for FreeBSD.
12283
12284 2019-03-25 Tom Tromey <tromey@adacore.com>
12285
12286 * minsyms.c (BUNCH_SIZE): Update comment.
12287 (~minimal_symbol_reader): Remove old comment.
12288 (compact_minimal_symbols): Update comment.
12289 (minimal_symbol_reader::install): Remove old comment. Update
12290 other comments.
12291
12292 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12293
12294 * s390-linux-nat.c: Add include.
12295
12296 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12297
12298 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12299 Call linux_get_hwcap.
12300 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12301 Likewise.
12302 (aarch64_linux_get_hwcap): Remove function.
12303 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12304 declaration.
12305 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12306 linux_get_hwcap.
12307 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12308 * linux-tdep.c (linux_get_hwcap): Add function.
12309 (linux_get_hwcap2): Likewise.
12310 * linux-tdep.h (linux_get_hwcap): Add declaration.
12311 (linux_get_hwcap2): Likewise.
12312 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12313 (ppc_linux_get_hwcap2): Likewise.
12314 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12315 linux_get_hwcap.
12316 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12317 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12318 (ppc_linux_nat_target::read_description): Likewise.
12319 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12320 * s390-linux-nat.c: Likewise.
12321 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12322
12323 2019-03-24 Tom Tromey <tom@tromey.com>
12324
12325 * ada-lang.c (standard_lookup): Simplify initialization.
12326 (ada_lookup_symbol_nonlocal): Simplify return.
12327 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12328 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12329 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12330 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12331 initialization.
12332 * solib.c (solib_global_lookup): Simplify.
12333 * symtab.c (null_block_symbol): Remove.
12334 (symbol_cache_lookup): Simplify returns.
12335 (lookup_language_this): Simplify returns.
12336 (lookup_symbol_aux): Simplify return.
12337 (lookup_local_symbol): Simplify returns.
12338 (lookup_global_symbol_from_objfile): Simplify return.
12339 (lookup_symbol_in_objfile_symtabs)
12340 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12341 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12342 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12343 * cp-namespace.c (cp_lookup_bare_symbol)
12344 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12345 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12346 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12347 (cp_lookup_symbol_via_imports): Simplify initialization.
12348 (find_symbol_in_baseclass): Likewise.
12349 * symtab.h (null_block_symbol): Remove.
12350 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12351 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12352 (d_lookup_symbol_module): Likewise.
12353 (find_symbol_in_baseclass): Simplify initialization.
12354
12355 2019-03-24 Tom Tromey <tom@tromey.com>
12356
12357 * expression.h: Don't include symtab.h.
12358 (struct block): Forward declare.
12359
12360 2019-03-24 Tom Tromey <tom@tromey.com>
12361
12362 * c-exp.y (typebase): Remove casts.
12363 * gdbtypes.c (lookup_unsigned_typename, )
12364 (lookup_signed_typename): Remove cast.
12365 * eval.c (parse_to_comma_and_eval): Remove cast.
12366 * parse.c (write_dollar_variable): Remove cast.
12367 * block.h (struct block) <superblock>: Now const.
12368 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12369 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12370 (map_block): Make "block" const.
12371 * symfile.h (struct quick_symbol_functions)
12372 <map_matching_symbols>: Constify block argument to "callback".
12373 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12374 const.
12375 (find_pc_sect_compunit_symtab): Make "b" const.
12376 (find_symbol_at_address): Likewise.
12377 (search_symbols): Likewise.
12378 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12379 (dw2_debug_names_lookup_symbol): Likewise.
12380 (dw2_map_matching_symbols): Update.
12381 * p-valprint.c (pascal_val_print): Remove "block".
12382 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12383 (aux_add_nonlocal_symbols): Make "block" const.
12384 (resolve_subexp): Remove cast.
12385 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12386 const.
12387 (iterate_over_file_blocks): Likewise.
12388 * f-exp.y (%union) <bval>: Remove.
12389 * coffread.c (patch_opaque_types): Make "b" const.
12390 * spu-tdep.c (spu_catch_start): Make "block" const.
12391 * c-valprint.c (print_unpacked_pointer): Remove "block".
12392 * symmisc.c (dump_symtab_1): Make "b" const.
12393 (block_depth): Make "block" const.
12394 * d-exp.y (%union) <bval>: Remove.
12395 * cp-support.h (cp_lookup_rtti_type): Update.
12396 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12397 * psymtab.c (psym_lookup_symbol): Make "block" const.
12398 (maintenance_check_psymtabs): Make "b" const.
12399 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12400 (enumerate_locals, enumerate_args): Update.
12401 * python/py-symtab.c (stpy_global_block): Make "block" const.
12402 (stpy_static_block): Likewise.
12403 * inline-frame.c (block_starting_point_at): Make "new_block"
12404 const.
12405 * block.c (find_block_in_blockvector): Make return type const.
12406 (blockvector_for_pc_sect): Make "b" const.
12407 (find_block_in_blockvector): Make "b" const.
12408
12409 2019-03-23 Tom Tromey <tom@tromey.com>
12410
12411 * varobj.c (varobj_create): Update.
12412 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12413 * printcmd.c (display_command, do_one_display): Don't reset
12414 innermost_block.
12415 * parser-defs.h (enum innermost_block_tracker_type): Move to
12416 expression.h.
12417 (innermost_block): Update comment.
12418 * parse.c (parse_exp_1): Add tracker_types parameter.
12419 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12420 tracker_types parameter. Reset innermost_block.
12421 (parse_exp_in_context): Remove.
12422 (parse_expression_for_completion): Update.
12423 * objfiles.c (~objfile): Don't reset expression_context_block or
12424 innermost_block.
12425 * expression.h (enum innermost_block_tracker_type): Move from
12426 parser-defs.h.
12427 (parse_exp_1): Add tracker_types parameter.
12428 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12429 reset innermost_block.
12430
12431 2019-03-23 Tom Tromey <tom@tromey.com>
12432
12433 * objfiles.h: Include bcache.h.
12434
12435 2019-03-23 Tom Tromey <tom@tromey.com>
12436
12437 * linespec.c (get_current_search_block): Use
12438 scoped_restore_current_language.
12439 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12440
12441 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12442 Jiong Wang <jiong.wang@arm.com>
12443
12444 * aarch64-linux-tdep.c
12445 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12446 section.
12447 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12448
12449 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12450 Jiong Wang <jiong.wang@arm.com>
12451
12452 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12453 instructions.
12454 (aarch64_analyze_prologue_test): Add PACIASP test.
12455 (aarch64_prologue_prev_register): Unmask PC value.
12456
12457 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12458 Jiong Wang <jiong.wang@arm.com>
12459
12460 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12461 (aarch64_dwarf2_prev_register): Unmask PC value.
12462 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12463 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12464 DW_CFA_AARCH64_negate_ra_state.
12465 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12466
12467 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12468 Jiong Wang <jiong.wang@arm.com>
12469
12470 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12471 registers.
12472 (aarch64_pseudo_register_name): Likewise.
12473 (aarch64_pseudo_register_type): Likewise.
12474 (aarch64_pseudo_register_reggroup_p): Likewise.
12475 (aarch64_gdbarch_init): Add pauth registers.
12476 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12477 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12478 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12479 (struct gdbarch_tdep): Add regnum for ra_state.
12480
12481 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12482 Jiong Wang <jiong.wang@arm.com>
12483
12484 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12485
12486 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12487 Jiong Wang <jiong.wang@arm.com>
12488
12489 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12490 function.
12491 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12492 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12493 (aarch64_gdbarch_init): Add puth registers.
12494 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12495 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12496 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12497
12498 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12499 Jiong Wang <jiong.wang@arm.com>
12500
12501 * aarch64-linux-nat.c
12502 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12503 * aarch64-linux-tdep.c
12504 (aarch64_linux_core_read_description): Likewise.
12505 (aarch64_linux_get_hwcap): New function.
12506 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12507 (aarch64_linux_get_hwcap): New declaration.
12508
12509 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12510 Jiong Wang <jiong.wang@arm.com>
12511
12512 * aarch64-linux-nat.c
12513 (aarch64_linux_nat_target::read_description): Add pauth param.
12514 * aarch64-linux-tdep.c
12515 (aarch64_linux_core_read_description): Likewise.
12516 * aarch64-tdep.c (struct target_desc): Add in pauth.
12517 (aarch64_read_description): Add pauth param.
12518 (aarch64_gdbarch_init): Likewise.
12519 * aarch64-tdep.h (aarch64_read_description): Likewise.
12520 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12521 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12522 * features/Makefile: Add new files.
12523 * features/aarch64-pauth.c: New file.
12524 * features/aarch64-pauth.xml: New file.
12525
12526 2019-03-20 Tom Tromey <tromey@adacore.com>
12527
12528 * infrun.c (handle_inferior_event): Rename from
12529 handle_inferior_event_1. Create a scoped_value_mark.
12530 (handle_inferior_event): Remove.
12531
12532 2019-03-19 Tom Tromey <tromey@adacore.com>
12533
12534 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12535 * infrun.h (print_stop_event): Add "displays" parameter.
12536 * infrun.c (print_stop_event): Add "displays" parameter.
12537
12538 2019-03-19 Pedro Alves <palves@redhat.com>
12539
12540 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12541 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12542 to -1. Fix TABs vs spaces.
12543 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12544 * tui/tui-out.h (tui_ui_out) Add intro comments.
12545 <m_line, m_start_of_line>: In-class initialize, and add describing
12546 comment.
12547
12548 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12549
12550 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12551 variable names.
12552 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12553
12554 2019-03-18 Pedro Alves <palves@redhat.com>
12555 Eli Zaretskii <eliz@gnu.org>
12556
12557 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12558 m_line and m_start_of_line.
12559
12560 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12561
12562 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12563 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12564 it returns a newline. This fixes a regression in TU mode, whereby
12565 the next line is output on the same screen line as the user input.
12566
12567 2019-03-18 Tom Tromey <tromey@adacore.com>
12568
12569 * minsyms.c (minimal_symbol_reader::install): Remove call to
12570 obstack_blank.
12571
12572 2019-03-18 Pedro Alves <palves@redhat.com>
12573
12574 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12575 New globals.
12576 (apply_style): New, factored out from ...
12577 (apply_ansi_escape): ... this. Handle reverse video mode.
12578 (tui_set_reverse_mode): New function.
12579 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12580 * tui/tui-winsource.c (tui_show_source_line): Use
12581 tui_set_reverse_mode instead of setting A_STANDOUT.
12582 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12583 New setter methods.
12584
12585 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12586
12587 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12588 Handle tabs.
12589
12590 2019-03-18 Tom Tromey <tromey@adacore.com>
12591
12592 * ada-lang.c (empty_array): Add "high" parameter.
12593 (ada_evaluate_subexp): Update.
12594
12595 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12596
12597 * unittests/string_view-selftests.c: Define
12598 _initialize_string_view_selftests unconditionally.
12599
12600 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12601
12602 PR gdb/24350
12603 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12604
12605 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12606
12607 PR gdb/24351
12608 * windows-nat.c (display_selector): Fix format specifiers.
12609
12610 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12611
12612 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12613 tui_refill_source_window instead of tui_refresh_win, to update the
12614 current execution line. This fixes redisplay of the current line
12615 when stepping through the code with "next" or "step".
12616
12617 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12618
12619 * source-cache.c (source_cache::get_source_lines): Call
12620 find_source_lines to initialize s->nlines. This fixes vertical
12621 scrolling of TUI source window when the DOWN arrow is pressed.
12622
12623 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12624
12625 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12626 linux-thread-db.c (_initialize_thread_db): Likewise.
12627
12628 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12629
12630 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12631 wclrtoeol in tui_show_source_line". This reverts changes made in
12632 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12633
12634 2019-03-15 Tom Tromey <tom@tromey.com>
12635
12636 * symtab.h (struct minimal_symbol): Derive from
12637 general_symbol_info.
12638 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12639 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12640 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12641 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12642 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12643 (MSYMBOL_SEARCH_NAME): Update.
12644 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12645 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12646 * minsyms.c (minimal_symbol_reader::record_full): Update.
12647
12648 2019-03-15 Tom Tromey <tom@tromey.com>
12649
12650 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12651
12652 2019-03-15 Tom Tromey <tom@tromey.com>
12653
12654 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12655 unique_xmalloc_ptr.
12656 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12657 Update.
12658 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12659 (build_minimal_symbol_hash_tables)
12660 (minimal_symbol_reader::install): Update.
12661
12662 2019-03-15 Tom Tromey <tom@tromey.com>
12663
12664 * symtab.c (create_demangled_names_hash): Update.
12665 (symbol_set_names): Update.
12666 * objfiles.h (struct objfile_per_bfd_storage)
12667 <demangled_names_hash>: Now an htab_up.
12668 * objfiles.c (objfile_per_bfd_storage): Simplify.
12669
12670 2019-03-15 Tom Tromey <tom@tromey.com>
12671
12672 * objfiles.h (struct objfile_per_bfd_storage): Declare
12673 destructor.
12674 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12675 New.
12676 (get_objfile_bfd_data): Use new. Don't initialize
12677 language_of_main.
12678 (free_objfile_per_bfd_storage): Remove.
12679 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12680
12681 2019-03-15 Tom Tromey <tom@tromey.com>
12682
12683 * symfile.c (reread_symbols): Update.
12684 * objfiles.c (objfile::objfile): Update.
12685 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12686 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12687 comment.
12688 (minimal_symbol_reader::install): Update.
12689 (terminate_minimal_symbol_table): Remove.
12690 * jit.c (jit_object_close_impl): Update.
12691
12692 2019-03-15 Tom Tromey <tom@tromey.com>
12693
12694 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12695 initializations.
12696
12697 2019-03-15 Tom Tromey <tom@tromey.com>
12698
12699 * objfiles.h (struct objfile_per_bfd_storage)
12700 <demangled_hash_languages>: Now a bitset.
12701 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12702 (lookup_minimal_symbol): Update.
12703
12704 2019-03-15 Tom Tromey <tom@tromey.com>
12705
12706 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12707 Don't return the symbol.
12708 * coffread.c (record_minimal_symbol): Use record_full.
12709
12710 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12711
12712 The MS-Windows port of ncurses fails to switch to a color pair if
12713 one or both of the colors are the implicit default colors. This
12714 change records the default colors when TUI is initialized, and
12715 then specifies them explicitly when a color pair uses the default
12716 colors. This allows color styling in TUI mode on MS-Windows.
12717
12718 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12719 ncurses_norm_attr.
12720 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12721 colors in ncurses_norm_attr.
12722 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12723 "none", replace it with the default color recorded in
12724 ncurses_norm_attr.
12725
12726 2019-03-14 Tom Tromey <tromey@adacore.com>
12727
12728 * source-cache.h (class source_cache) <get_source_lines>: Return
12729 std::string.
12730 * source-cache.c (source_cache::extract_lines): Handle case where
12731 first_pos==npos. Return std::string.
12732 (source_cache::get_source_lines): Update.
12733
12734 2019-03-14 Tom Tromey <tromey@adacore.com>
12735
12736 * NEWS: Add item for "style sources" commands.
12737 * source-cache.c (source_cache::get_source_lines): Check
12738 source_styling.
12739 * cli/cli-style.c (source_styling): New global.
12740 (_initialize_cli_style): Add "style sources" commands.
12741 (show_style_sources): New function.
12742 * cli/cli-style.h (source_styling): Declare.
12743
12744 2019-03-14 Pedro Alves <palves@redhat.com>
12745 Tom Tromey <tromey@adacore.com>
12746
12747 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12748 * tui/tui-winsource.c (tui_refill_source_window): New function,
12749 from...
12750 (tui_horizontal_source_scroll): ... here. Move some logic.
12751 * cli/cli-style.c (set_style_enabled): Notify new observable.
12752 * tui/tui-hooks.c (tui_redisplay_source): New function.
12753 (tui_attach_detach_observers): Attach or detach
12754 tui_redisplay_source.
12755 * observable.h (source_styling_changed): New observable.
12756 * observable.c: Define source_styling_changed observable.
12757
12758 2019-03-13 Tom Tromey <tromey@adacore.com>
12759
12760 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12761 (i386_gnu_nat_target::store_registers): Update.
12762 * target-debug.h (target_debug_print_std_string): New macro.
12763 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12764 * windows-tdep.c (display_one_tib): Update.
12765 * tui/tui-stack.c (tui_make_status_line): Update.
12766 * top.c (print_inferior_quit_action): Update.
12767 * thread.c (thr_try_catch_cmd): Update.
12768 (add_thread_with_info): Update.
12769 (thread_target_id_str): Update.
12770 (thr_try_catch_cmd): Update.
12771 (thread_command): Update.
12772 (thread_find_command): Update.
12773 * record-btrace.c (record_btrace_target::info_record)
12774 (record_btrace_resume_thread, record_btrace_target::resume)
12775 (record_btrace_cancel_resume, record_btrace_step_thread)
12776 (record_btrace_target::wait, record_btrace_target::wait)
12777 (record_btrace_target::wait, record_btrace_target::stop): Update.
12778 * progspace.c (print_program_space): Update.
12779 * process-stratum-target.c
12780 (process_stratum_target::thread_address_space): Update.
12781 * linux-fork.c (linux_fork_mourn_inferior)
12782 (detach_checkpoint_command, info_checkpoints_command)
12783 (linux_fork_context): Update.
12784 (linux_fork_detach): Update.
12785 (class scoped_switch_fork_info): Update.
12786 (delete_checkpoint_command): Update.
12787 * infrun.c (follow_fork_inferior): Update.
12788 (follow_fork_inferior): Update.
12789 (proceed_after_vfork_done): Update.
12790 (handle_vfork_child_exec_or_exit): Update.
12791 (follow_exec): Update.
12792 (displaced_step_prepare_throw): Update.
12793 (displaced_step_restore): Update.
12794 (start_step_over): Update.
12795 (resume_1): Update.
12796 (clear_proceed_status_thread): Update.
12797 (proceed): Update.
12798 (print_target_wait_results): Update.
12799 (do_target_wait): Update.
12800 (context_switch): Update.
12801 (stop_all_threads): Update.
12802 (restart_threads): Update.
12803 (finish_step_over): Update.
12804 (handle_signal_stop): Update.
12805 (switch_back_to_stepped_thread): Update.
12806 (keep_going_pass_signal): Update.
12807 (print_exited_reason): Update.
12808 (normal_stop): Update.
12809 * inferior.c (inferior_pid_to_str): Change return type.
12810 (print_selected_inferior): Update.
12811 (add_inferior): Update.
12812 (detach_inferior): Update.
12813 * dummy-frame.c (fprint_dummy_frames): Update.
12814 * dcache.c (dcache_info_1): Update.
12815 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12816 (btrace_fetch, btrace_clear): Update.
12817 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12818 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12819 type.
12820 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12821 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12822 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12823 * gdbarch.c, gdbarch.h: Rebuild.
12824 * gdbarch.sh (core_pid_to_str): Change return type.
12825 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12826 return type.
12827 (windows_nat_target::pid_to_str): Change return type.
12828 (windows_delete_thread): Update.
12829 (windows_nat_target::attach): Update.
12830 (windows_nat_target::files_info): Update.
12831 * target-delegates.c: Rebuild.
12832 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12833 return type.
12834 (sol_thread_target::pid_to_str): Change return type.
12835 * remote.c (class remote_target) <pid_to_str>: Change return
12836 type.
12837 (remote_target::pid_to_str): Change return type.
12838 (extended_remote_target::attach, remote_target::remote_stop_ns)
12839 (remote_target::remote_notif_remove_queued_reply)
12840 (remote_target::push_stop_reply, remote_target::disable_btrace):
12841 Update.
12842 (extended_remote_target::attach): Update.
12843 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12844 type.
12845 (gdbsim_target::pid_to_str): Change return type.
12846 * ravenscar-thread.c (struct ravenscar_thread_target)
12847 <pid_to_str>: Change return type.
12848 (ravenscar_thread_target::pid_to_str): Change return type.
12849 * procfs.c (class procfs_target) <pid_to_str>: Change return
12850 type.
12851 (procfs_target::pid_to_str): Change return type.
12852 (procfs_target::attach): Update.
12853 (procfs_target::detach): Update.
12854 (procfs_target::fetch_registers): Update.
12855 (procfs_target::store_registers): Update.
12856 (procfs_target::wait): Update.
12857 (procfs_target::files_info): Update.
12858 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12859 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12860 return type.
12861 (nto_procfs_target::pid_to_str): Change return type.
12862 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12863 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12864 return type.
12865 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12866 (exit_lwp): Update.
12867 (attach_proc_task_lwp_callback, get_detach_signal)
12868 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12869 (linux_nat_target::resume, wait_lwp, stop_callback)
12870 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12871 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12872 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12873 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12874 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12875 type.
12876 (inf_ptrace_target::attach): Update.
12877 (inf_ptrace_target::files_info): Update.
12878 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12879 type.
12880 (go32_nat_target::pid_to_str): Change return type.
12881 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12882 (gnu_nat_target::wait): Update.
12883 (gnu_nat_target::wait): Update.
12884 (gnu_nat_target::resume): Update.
12885 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12886 (fbsd_nat_target::wait): Update.
12887 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12888 type.
12889 (darwin_nat_target::attach): Update.
12890 * corelow.c (class core_target) <pid_to_str>: Change return type.
12891 (core_target::pid_to_str): Change return type.
12892 * target.c (normal_pid_to_str): Change return type.
12893 (default_pid_to_str): Likewise.
12894 (target_pid_to_str): Change return type.
12895 (target_translate_tls_address): Update.
12896 (target_announce_detach): Update.
12897 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12898 return type.
12899 (bsd_uthread_target::pid_to_str): Change return type.
12900 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12901 type.
12902 (bsd_kvm_target::pid_to_str): Change return type.
12903 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12904 return type.
12905 (aix_thread_target::pid_to_str): Change return type.
12906 * target.h (struct target_ops) <pid_to_str>: Change return type.
12907 (target_pid_to_str, normal_pid_to_str): Likewise.
12908 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12909 type.
12910 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12911 type.
12912 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12913 return type.
12914 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12915 type.
12916 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12917 type.
12918 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12919 return type.
12920
12921 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12922
12923 * NEWS: Mention that the new default MI version is 3. Mention
12924 changes to the output of commands and events that deal with
12925 multi-location breakpoints.
12926 * breakpoint.c: Include "mi/mi-out.h".
12927 (print_one_breakpoint): Change output syntax if using MI version
12928 >= 3.
12929 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12930 New.
12931 (mi_multi_location_breakpoint_output_fixed): New.
12932 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12933 (mi_cmd_fix_multi_location_breakpoint_output): New.
12934 (mi_multi_location_breakpoint_output_fixed): New.
12935 * mi/mi-cmds.c (mi_cmds): Register command
12936 -fix-multi-location-breakpoint-output.
12937 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12938 interpreter "mi".
12939
12940 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12941
12942 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12943 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12944 instantiate mi_ui_out based on interpreter name.
12945 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12946 * mi/mi-main.c (mi_load_progress): Likewise.
12947
12948 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12949
12950 * NEWS: Combine separate "New targets" sections for 8.3.
12951
12952 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12953
12954 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12955 (ppcfbsd_init_abi): Install gdbarch
12956 "fetch_tls_load_module_address" and "get_thread_local_address"
12957 methods.
12958
12959 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12960
12961 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12962 (riscv_fbsd_init_abi): Install gdbarch
12963 "fetch_tls_load_module_address" and "get_thread_local_address"
12964 methods.
12965
12966 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12967
12968 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12969 (i386fbsd_init_abi): Install gdbarch
12970 "fetch_tls_load_module_address" and "get_thread_local_address"
12971 methods.
12972
12973 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12974
12975 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12976 (amd64fbsd_init_abi): Install gdbarch
12977 "fetch_tls_load_module_address" and "get_thread_local_address"
12978 methods.
12979
12980 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12981
12982 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12983 (struct fbsd_pspace_data): New type.
12984 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12985 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12986 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12987 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12988 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12989
12990 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12991
12992 * gdbtypes.c (lookup_struct_elt): New function.
12993 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12994 * gdbtypes.h (struct struct_elt): New type.
12995 (lookup_struct_elt): New prototype.
12996
12997 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12998
12999 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13000 remove disabled code block.
13001
13002 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13003
13004 * gdbarch.sh (get_thread_local_address): New method.
13005 * gdbarch.h, gdbarch.c: Regenerate.
13006 * target.c (target_translate_tls_address): Use
13007 gdbarch_get_thread_local_address if present instead of
13008 target::get_thread_local_address.
13009
13010 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13011
13012 * target.h (target::get_thread_local_address): Update comment.
13013
13014 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13015
13016 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13017 objfile->separate_debug_objfile_backlink if not NULL.
13018
13019 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13020
13021 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13022 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13023 (amd64bsd_store_inferior_registers): Likewise.
13024 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13025 Enable segment base registers.
13026 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13027 PT_GETFSBASE and PT_GETGSBASE.
13028 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13029 PT_SETGSBASE.
13030 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13031 segment base registers.
13032 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13033
13034 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13035
13036 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13037 Update calls to i386_target_description to add 'segments'
13038 parameter.
13039 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13040 add segment base registers.
13041 * arch/i386.c (i386_create_target_description): Add 'segments'
13042 parameter to enable segment base registers.
13043 * arch/i386.h (i386_create_target_description): Likewise.
13044 * features/i386/32bit-segments.xml: New file.
13045 * features/i386/32bit-segments.c: Generate.
13046 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13047 call to i386_target_description to add 'segments' parameter.
13048 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13049 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13050 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13051 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13052 if feature is present.
13053 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13054 Add 'segments' parameter to call to i386_target_description.
13055 (i386_target_description): Add 'segments' parameter to enable
13056 segment base registers.
13057 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13058 to call to i386_target_description.
13059 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13060 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13061 Define I386_NUM_REGS.
13062 (i386_target_description): Add 'segments' parameter to enable
13063 segment base registers.
13064
13065 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13066
13067 PR/24325
13068 * source-cache.c: #undef open and close, to avoid unresolved
13069 externals during linking.
13070
13071 2019-03-12 Tom Tromey <tromey@adacore.com>
13072
13073 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13074 const. Add initializers.
13075 (_initialize_remote): Don't initialize ptid globals.
13076
13077 2019-03-12 Pedro Alves <palves@redhat.com>
13078
13079 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13080
13081 2019-03-12 Pedro Alves <palves@redhat.com>
13082
13083 * cp-name-parser.y (main): Remove unused 'len' variable.
13084
13085 2019-03-12 Tom Tromey <tromey@adacore.com>
13086
13087 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13088 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13089
13090 2019-03-12 Tom Tromey <tromey@adacore.com>
13091
13092 * linux-nat.c (iterate_over_lwps): Update.
13093 (stop_callback): Remove parameter.
13094 (stop_wait_callback, detach_callback, resume_set_callback)
13095 (select_singlestep_lwp_callback, set_ignore_sigint)
13096 (status_callback, resumed_callback, resume_clear_callback)
13097 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13098 data parameter.
13099 (linux_nat_target::detach, linux_nat_target::resume)
13100 (linux_stop_and_wait_all_lwps, select_event_lwp)
13101 (linux_nat_filter_event, linux_nat_wait_1)
13102 (linux_nat_target::kill, linux_nat_target::stop)
13103 (linux_nat_target::stop): Update.
13104 (linux_nat_resume_callback): Change type.
13105 (resume_stopped_resumed_lwps, count_events_callback)
13106 (select_event_lwp_callback): Likewise.
13107 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13108 * arm-linux-nat.c (struct update_registers_data): Remove.
13109 (update_registers_callback): Change type.
13110 (arm_linux_insert_hw_breakpoint1): Update.
13111 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13112 parameter.
13113 (x86_linux_dr_set_addr): Update.
13114 (x86_linux_dr_set_control): Update.
13115 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13116 (iterate_over_lwps): Use gdb::function_view.
13117 * nat/aarch64-linux-hw-point.c (struct
13118 aarch64_dr_update_callback_param): Remove.
13119 (debug_reg_change_callback): Change type.
13120 (aarch64_notify_debug_reg_change): Update.
13121 * s390-linux-nat.c (s390_refresh_per_info): Update.
13122
13123 2019-03-11 Tom Tromey <tromey@adacore.com>
13124
13125 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13126 redundant assignment to "this_cu".
13127
13128 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13129
13130 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13131
13132 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13133
13134 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13135 from...
13136 (rank_one_type): ... this.
13137
13138 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13139
13140 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13141 from...
13142 (rank_one_type): ... this.
13143
13144 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13145
13146 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13147 from...
13148 (rank_one_type): ... this.
13149
13150 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13151
13152 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13153 from...
13154 (rank_one_type): ... this.
13155
13156 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13157
13158 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13159 from...
13160 (rank_one_type): ... this.
13161
13162 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13163
13164 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13165 from...
13166 (rank_one_type): ... this.
13167
13168 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13169
13170 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13171 from...
13172 (rank_one_type): ... this.
13173
13174 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13175
13176 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13177 from...
13178 (rank_one_type): ... this.
13179
13180 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13181
13182 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13183 from...
13184 (rank_one_type): ... this.
13185
13186 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13187
13188 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13189 from...
13190 (rank_one_type): ... this.
13191
13192 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13193
13194 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13195 from...
13196 (rank_one_type): ... this.
13197
13198 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13199
13200 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13201 from...
13202 (rank_one_type): ... this.
13203
13204 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13205
13206 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13207 inferior-events' shows the example events.
13208
13209 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13210
13211 Support styling on native MS-Windows console
13212
13213 PR/24315
13214 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13215 on MS-Windows if $TERM is not defined.
13216
13217 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13218
13219 * posix-hdep.c (gdb_console_fputs):
13220 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13221 functions.
13222 * ui-file.h (gdb_console_fputs): Add prototype.
13223
13224 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13225 back to fputs only if the former returns zero.
13226
13227 2019-03-07 Tom Tromey <tom@tromey.com>
13228
13229 * symmisc.c (print_symbol_bcache_statistics): Update.
13230 (print_objfile_statistics): Update.
13231 * symfile.c (allocate_symtab): Update.
13232 * stabsread.c: Don't include bcache.h.
13233 * psymtab.h (struct psymbol_bcache): Don't declare.
13234 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13235 (psymbol_bcache_init, psymbol_bcache_free)
13236 (psymbol_bcache_get_bcache): Don't declare.
13237 * psymtab.c (struct psymbol_bcache): Remove.
13238 (psymtab_storage::psymtab_storage): Update.
13239 (psymtab_storage::~psymtab_storage): Update.
13240 (psymbol_bcache_init, psymbol_bcache_free)
13241 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13242 (add_psymbol_to_bcache): Update.
13243 (allocate_psymtab): Update.
13244 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13245 macro_cache>: No longer pointers.
13246 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13247 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13248 * macrotab.c (macro_bcache): Update.
13249 * macroexp.c: Don't include bcache.h.
13250 * gdbtypes.c (check_types_worklist): Update.
13251 (types_deeply_equal): Remove TRY/CATCH. Update.
13252 * elfread.c (elf_symtab_read): Update.
13253 * dwarf2read.c: Don't include bcache.h.
13254 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13255 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13256 (print_bcache_statistics, bcache_memory_used): Don't declare.
13257 (struct bcache): Move from bcache.c. Add constructor, destructor,
13258 methods. Rename all data members.
13259 * bcache.c (struct bcache): Move to bcache.h.
13260 (bcache::expand_hash_table): Rename from expand_hash_table.
13261 (bcache): Remove.
13262 (bcache::insert): Rename from bcache_full.
13263 (bcache::compare): Rename from bcache_compare.
13264 (bcache_xmalloc): Remove.
13265 (bcache::~bcache): Rename from bcache_xfree.
13266 (bcache::print_statistics): Rename from print_bcache_statistics.
13267 (bcache::memory_used): Rename from bcache_memory_used.
13268
13269 2019-03-07 Pedro Alves <palves@redhat.com>
13270
13271 * infrun.c (normal_stop): Also check for
13272 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13273
13274 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13275
13276 * f-lang.c (value_from_host_double): Moved to...
13277 * value.c (value_from_host_double): ...here.
13278 * value.h (value_from_host_double): Declare.
13279 * guile/scm-math.c (vlscm_convert_typed_number): Use
13280 value_from_host_double.
13281 (vlscm_convert_number): Likewise.
13282 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13283 * python/py-value.c (convert_value_from_python): Likewise.
13284
13285 2019-03-06 Tom Tromey <tom@tromey.com>
13286
13287 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13288
13289 2019-03-06 Tom Tromey <tom@tromey.com>
13290
13291 * utils.h (free_current_contents): Don't declare.
13292 * utils.c (free_current_contents): Remove.
13293
13294 2019-03-06 Tom Tromey <tom@tromey.com>
13295
13296 * top.c (quit_force): Update.
13297 * main.c (captured_command_loop): Update.
13298 * common/new-op.c (operator new): Update.
13299 * common/common-exceptions.c (struct catcher)
13300 <save_cleanup_chain>: Remove member.
13301 (exceptions_state_mc_init): Update.
13302 (exception_try_scope_entry): Return nullptr.
13303 (exception_try_scope_exit, exception_rethrow)
13304 (throw_exception_sjlj, throw_exception_cxx): Update.
13305 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13306 (all_cleanups, do_cleanups, discard_cleanups)
13307 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13308 (restore_cleanups, restore_final_cleanups): Don't declare.
13309 (do_final_cleanups): Remove parameter.
13310 * common/cleanups.c (cleanup_chain, make_cleanup)
13311 (make_cleanup_dtor, all_cleanups, do_cleanups)
13312 (discard_my_cleanups, discard_cleanups)
13313 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13314 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13315 (null_cleanup): Remove.
13316 (do_final_cleanups): Remove parameter.
13317
13318 2019-03-06 Tom Tromey <tom@tromey.com>
13319
13320 * remote.c (remote_target::remote_parse_stop_reply): Use
13321 unique_xmalloc_ptr.
13322
13323 2019-03-06 Tom Tromey <tom@tromey.com>
13324
13325 * stabsread.c (struct stabs_field_info): Rename from field_info.
13326 <list, fnlist>: Add initializers.
13327 <obstack>: New member.
13328 (read_member_functions, read_struct_fields, read_baseclasses):
13329 Allocate on obstack. Don't use cleanups.
13330 (read_one_struct_field, read_member_functions, read_struct_fields)
13331 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13332 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13333 (read_struct_type): Update.
13334
13335 2019-03-06 Tom Tromey <tom@tromey.com>
13336
13337 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13338 * common/filestuff.h (make_cleanup_close): Don't declare.
13339 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13340 Remove.
13341
13342 2019-03-06 Tom Tromey <tom@tromey.com>
13343
13344 * solib-aix.c: Use make_scope_exit.
13345
13346 2019-03-06 Tom Tromey <tom@tromey.com>
13347
13348 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13349 Use make_scope_exit.
13350
13351 2019-03-06 Tom Tromey <tom@tromey.com>
13352
13353 * solib-svr4.c (disable_probes_interface): Remove parameter.
13354 (svr4_handle_solib_event): Use make_scope_exit.
13355
13356 2019-03-06 Tom Tromey <tom@tromey.com>
13357
13358 * remote.c (struct stop_reply_deleter): Remove.
13359 (stop_reply_up): Update.
13360 (struct stop_reply): Derive from notif_event. Don't typedef.
13361 <regcache>: Now a std::vector.
13362 (stop_reply_xfree): Remove.
13363 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13364 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13365 (remote_target::discard_pending_stop_replies): Use delete.
13366 (remote_target::remote_parse_stop_reply): Update.
13367 (remote_target::process_stop_reply): Update.
13368 * remote-notif.h (struct notif_event): Add virtual destructor.
13369 Remove "dtr" member.
13370 (struct notif_client) <alloc_event>: Return a unique_ptr.
13371 (notif_event_xfree): Don't declare.
13372 (notif_event_up): New typedef.
13373 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13374 (notif_event_xfree, do_notif_event_xfree): Remove.
13375 (remote_notif_state_xfree): Update.
13376
13377 2019-03-06 Tom Tromey <tom@tromey.com>
13378
13379 * infrun.c (displaced_step_clear_cleanup): Now a
13380 forward_scope_exit type.
13381 (displaced_step_prepare_throw): Update.
13382 (displaced_step_fixup): Update.
13383
13384 2019-03-06 Tom Tromey <tom@tromey.com>
13385
13386 * inferior.h (class inferior): Update comment.
13387 * gdbthread.h (class thread_info): Update comment.
13388
13389 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13390 Tom Tromey <tom@tromey.com>
13391
13392 * stabsread.h (struct stab_section_list): Remove.
13393 (coffstab_build_psymtabs): Update.
13394 * dbxread.c (symbuf_sections): Now a std::vector.
13395 (sect_idx): New global.
13396 (fill_symbuf): Update.
13397 (coffstab_build_psymtabs): Change type of stabsects parameter.
13398 Update.
13399 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13400 std::vector.
13401 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13402 (coff_locate_sections): Update.
13403 (coff_symfile_read): Remove cleanups. Update.
13404 (init_stringtab): Add storage parameter.
13405 (free_stringtab, free_stringtab_cleanup): Remove.
13406 (init_lineno): Add storage parameter.
13407 (free_linetab, free_linetab_cleanup): Remove.
13408
13409 2019-03-06 Pedro Alves <palves@redhat.com>
13410
13411 * linux-fork.c (fork_info::clobber_regs): Delete.
13412 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13413 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13414 comment. Adjust.
13415 (scoped_switch_fork_info::scoped_switch_fork_info)
13416 (checkpoint_command, linux_fork_context): Adjust
13417 fork_save_infrun_state calls.
13418
13419 2019-03-06 Pedro Alves <palves@redhat.com>
13420
13421 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13422 (inf_has_multiple_threads): Return 'bool' and rewrite using
13423 inferior_info::threads().
13424
13425 2019-03-06 Pedro Alves <palves@redhat.com>
13426
13427 * linux-fork.c: Include <list>.
13428 (fork_list): Now a std::list instance.
13429 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13430 (forks_exist_p, find_last_fork): Adjust.
13431 (new_fork): Delete.
13432 (one_fork_p): New.
13433 (add_fork): Adjust.
13434 (free_fork): Delete, folded into fork_info::~fork_info().
13435 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13436 Adjust.
13437 (init_fork_list): Delete.
13438 (linux_fork_killall, linux_fork_mourn_inferior)
13439 (linux_fork_detach, info_checkpoints_command): Adjust.
13440 (_initialize_linux_fork): No longer call init_fork_list.
13441
13442 2019-03-06 Pedro Alves <palves@redhat.com>
13443
13444 * linux-fork.c (new_fork): New, split out of ...
13445 (add_fork): ... this. Return void. Move "first fork" special
13446 case from here, to ...
13447 (checkpoint_command): ... here.
13448 * linux-linux.h (add_fork): Return void.
13449
13450 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13451
13452 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13453
13454 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13455 Chris January <chris.january@arm.com>
13456 David Lecomber <david.lecomber@arm.com>
13457
13458 * f-exp.y: New token, UNOP_INTRINSIC.
13459 (exp): New pattern using UNOP_INTRINSIC token.
13460 (f77_keywords): Add 'abs' keyword.
13461 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13462 (value_from_host_double): New function.
13463 (evaluate_subexp_f): Support UNOP_ABS.
13464
13465 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13466
13467 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13468 types.
13469
13470 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13471
13472 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13473 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13474 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13475
13476 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13477
13478 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13479
13480 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13481 Chris January <chris.january@arm.com>
13482
13483 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13484 * f-exp.y: Define 'KIND' token.
13485 (exp): New pattern for KIND expressions.
13486 (ptype): Handle types with a kind extension.
13487 (direct_abs_decl): Extend to spot kind extensions.
13488 (f77_keywords): Add 'kind' to the list.
13489 (push_kind_type): New function.
13490 (convert_to_kind_type): New function.
13491 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13492 * parse.c (operator_length_standard): Likewise.
13493 * parser-defs.h (enum type_pieces): Add tp_kind.
13494 * std-operator.def: Add UNOP_KIND.
13495
13496 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13497
13498 * f-exp.y (f_parse): Set yydebug.
13499
13500 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13501
13502 * f-lang.c (evaluate_subexp_f): New function.
13503 (exp_descriptor_f): New global.
13504 (f_language_defn): Use exp_descriptor_f instead of
13505 exp_descriptor_standard.
13506
13507 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13508
13509 * f-exp.y (struct token): Add comments.
13510 (dot_ops): Remove uppercase versions and the end marker.
13511 (f77_keywords): Likewise.
13512 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13513 entries in the dot_ops array are case insensitive, and use
13514 strncasecmp to compare strings. Also some whitespace cleanup in
13515 this area. Similar for the f77_keywords array, except entries in
13516 this list might be case sensitive.
13517
13518 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13519
13520 * f-exp.y (struct f77_boolean_val): Add comments.
13521 (boolean_values): Remove uppercase versions, and end marker.
13522 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13523 and use strncasecmp to achieve case insensitivity. Additionally,
13524 perform whitespace cleanup around this code.
13525
13526 2019-03-06 Tom Tromey <tromey@adacore.com>
13527
13528 * remote-sim.c (gdbsim_target_open): Use result of
13529 gdb_argv::release.
13530
13531 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13532 Dirk Schubert <dirk.schubert@arm.com>
13533 Chris January <chris.january@arm.com>
13534
13535 * eval.c (evaluate_subexp_standard): Call Fortran argument
13536 wrapping logic.
13537 * f-lang.c (struct value): A value which can be passed into a
13538 Fortran function call.
13539 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13540 where appropriate.
13541 (struct type): Value ready for a Fortran function call.
13542 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13543 is needed.
13544 * f-lang.h (fortran_argument_convert): Declaration.
13545 (fortran_preserve_arg_pointer): Declaration.
13546 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13547
13548 2019-03-05 Tom Tromey <tromey@adacore.com>
13549
13550 * python/py-prettyprint.c (print_string_repr): Remove #if.
13551 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13552
13553 2019-03-05 Tom Tromey <tromey@adacore.com>
13554
13555 * target.c (the_dummy_target): Move later. Change type to
13556 "dummy_target".
13557 (initialize_targets): Don't initialize the_dummy_target.
13558
13559 2019-03-05 Tom Tromey <tromey@adacore.com>
13560
13561 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13562 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13563
13564 2019-03-05 Tom Tromey <tromey@adacore.com>
13565
13566 * windows-nat.c (windows_nat_target::attach)
13567 (windows_nat_target::detach): Don't call gdb_flush.
13568 * valprint.c (generic_val_print, val_print, val_print_string):
13569 Don't call gdb_flush.
13570 * utils.c (defaulted_query): Don't call gdb_flush.
13571 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13572 * target.c (target_announce_detach): Don't call gdb_flush.
13573 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13574 * remote.c (extended_remote_target::attach): Don't call
13575 gdb_flush.
13576 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13577 * printcmd.c (do_examine): Don't call gdb_flush.
13578 (info_display_command): Don't call gdb_flush.
13579 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13580 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13581 * memattr.c (info_mem_command): Don't call gdb_flush.
13582 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13583 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13584 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13585 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13586 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13587 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13588 (gnu_nat_target::detach): Don't call gdb_flush.
13589 * f-valprint.c (f_val_print): Don't call gdb_flush.
13590 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13591 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13592 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13593 gdb_flush.
13594 * c-valprint.c (c_val_print): Don't call gdb_flush.
13595 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13596
13597 2019-03-05 Tom Tromey <tromey@adacore.com>
13598
13599 * varobj.c (update_dynamic_varobj_children): Update.
13600 (install_default_visualizer): Use reset, not release.
13601 * value.c (set_internalvar): Update.
13602 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13603 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13604 ATTRIBUTE_UNUSED_RESULT.
13605
13606 2019-03-05 Tom Tromey <tromey@adacore.com>
13607
13608 * remote.c (class scoped_remote_fd) <release>: Add
13609 ATTRIBUTE_UNUSED_RESULT.
13610
13611 2019-03-05 Tom Tromey <tromey@adacore.com>
13612
13613 * macroexp.c (struct macro_buffer) <release>: Add
13614 ATTRIBUTE_UNUSED_RESULT.
13615
13616 2019-03-05 Tom Tromey <tromey@adacore.com>
13617
13618 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13619 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13620 ATTRIBUTE_UNUSED_RESULT.
13621
13622 2019-03-05 Tom Tromey <tromey@adacore.com>
13623
13624 * common/scoped_fd.h (class scoped_fd) <release>: Add
13625 ATTRIBUTE_UNUSED_RESULT.
13626
13627 2019-03-05 Tom Tromey <tromey@adacore.com>
13628
13629 * parser-defs.h (struct parser_state) <release>: Add
13630 ATTRIBUTE_UNUSED_RESULT.
13631
13632 2019-03-05 Tom Tromey <tromey@adacore.com>
13633
13634 * utils.h (class gdb_argv) <release>: Add
13635 ATTRIBUTE_UNUSED_RESULT.
13636 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13637
13638 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13639
13640 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13641 for-loop range, to avoid compiler warnings.
13642
13643 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13644 avoid compiler warnings about unused variables.
13645
13646 * NEWS: Mention end of support for native debugging on MS-Windows
13647 before XP.
13648
13649 PR gdb/24292
13650 * common/netstuff.c:
13651 * gdbserver/gdbreplay.c
13652 * gdbserver/remote-utils.c:
13653 * ser-tcp.c:
13654 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13655 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13656 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13657 'getaddrinfo' and 'freeaddrinfo' were not available before
13658 Windows XP, and mingw.org's MinGW headers by default define
13659 _WIN32_WINNT to 0x500.
13660
13661 2019-03-01 Gary Benson <gbenson@redhat.com>
13662
13663 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13664
13665 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13666 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13667
13668 PR gdb/8527
13669 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13670 set_sigint_trap, clear_sigint_trap.
13671
13672 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13673
13674 * target.c (target_detach): Clear the regcache and the
13675 frame cache.
13676
13677 2019-02-27 Pedro Alves <palves@redhat.com>
13678
13679 * utils.c (set_screen_size): When we cap the height/width sizes,
13680 tweak the corresponding command variable to show "unlimited":
13681
13682 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13683 Pedro Alves <palves@redhat.com>
13684
13685 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13686 before calling rl_set_screen_size.
13687
13688 2019-02-27 Tom Tromey <tromey@adacore.com>
13689
13690 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13691 define.
13692 * python/py-value.c: Remove Python 2.4 workaround.
13693 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13694 workaround.
13695 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13696 Python 2.4 workaround.
13697 * python/python-internal.h: Remove Python 2.4 comment.
13698 (Py_ssize_t): Don't define.
13699 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13700 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13701 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13702 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13703 * python/python.c (do_start_initialization): Remove Python 2.4
13704 workaround.
13705 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13706 (print_children): Remove Python 2.4 workaround.
13707 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13708 workaround.
13709 (CHARBUFFERPROC_NAME): Remove.
13710 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13711 Python 2.4 workaround.
13712
13713 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13714
13715 * NEWS: Note minimum Python version.
13716
13717 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13718
13719 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13720 code from these functions. Remove corresponding ifdefs. Use
13721 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13722 Remove gotos and target of gotos.
13723 (infpy_search_memory): Likewise.
13724
13725 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13726
13727 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13728 (hppa_gdbarch_init): Don't register deleted functions with
13729 gdbarch.
13730
13731 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13732
13733 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13734 (h8300_unwind_sp): Delete.
13735 (h8300_dummy_id): Delete.
13736 (h8300_gdbarch_init): Don't register deleted functions with
13737 gdbarch.
13738
13739 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13740
13741 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13742 (ft32_unwind_pc): Delete.
13743 (ft32_unwind_sp): Delete.
13744 (ft32_gdbarch_init): Don't register deleted functions with
13745 gdbarch.
13746
13747 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13748
13749 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13750 (frv_unwind_pc): Delete.
13751 (frv_unwind_sp): Delete.
13752 (frv_gdbarch_init): Don't register deleted functions with
13753 gdbarch.
13754
13755 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13756
13757 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13758 (riscv_unwind_pc): Delete.
13759 (riscv_unwind_sp): Delete.
13760 (riscv_gdbarch_init): Don't register deleted functions with
13761 gdbarch.
13762
13763 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13764
13765 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13766 (csky_unwind_pc): Delete.
13767 (csky_unwind_sp): Delete.
13768 (csky_gdbarch_init): Don't register deleted functions with
13769 gdbarch.
13770
13771 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13772
13773 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13774 (cris_unwind_pc): Delete.
13775 (cris_unwind_sp): Delete.
13776 (cris_gdbarch_init): Don't register deleted functions with
13777 gdbarch.
13778
13779 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13780
13781 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13782 (bfin_unwind_pc): Delete.
13783 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13784
13785 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13786
13787 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13788 (arm_unwind_pc): Delete.
13789 (arm_unwind_sp): Delete.
13790 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13791
13792 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13793
13794 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13795 (arc_unwind_pc): Delete.
13796 (arc_unwind_sp): Delete.
13797 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13798
13799 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13800
13801 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13802 (alpha_unwind_pc): Delete.
13803 (alpha_gdbarch_init): Don't register deleted functions with
13804 gdbarch.
13805
13806 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13807
13808 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13809 (aarch64_unwind_pc): Delete.
13810 (aarch64_unwind_sp): Delete.
13811 (aarch64_gdbarch_init): Don't register deleted functions with
13812 gdbarch.
13813
13814 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13815
13816 * gdbtypes.c (type_align): Don't consider static members when
13817 computing structure alignment.
13818
13819 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13820
13821 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13822 return 0 for other types.
13823 * arch-utils.c (default_type_align): Always return 0.
13824 * gdbarch.h: Regenerate.
13825 * gdbarch.sh (type_align): Extend comment.
13826 * gdbtypes.c (type_align): Add additional comments, always call
13827 gdbarch_type_align before applying the default rules.
13828 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13829 generic code will then apply a suitable default.
13830 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13831 types, return 0 for other types.
13832
13833 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13834
13835 * NEWS: Create a new section for the next release branch.
13836 Rename the section of the current branch, now that it has
13837 been cut.
13838
13839 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13840
13841 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13842 * version.in: Bump version to 8.3.50.DATE-git.
13843
13844 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13845
13846 * aix-thread.c (ptid_cmp): Remove unused variable.
13847 (get_signaled_thread): Likewise.
13848 (store_regs_user_thread): Likewise.
13849 (store_regs_kernel_thread): Likewise.
13850 (fetch_regs_kernel_thread): Remove shadowed variable.
13851
13852 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13853
13854 * features/riscv/32bit-cpu.xml: Add register numbers.
13855 * features/riscv/32bit-fpu.c: Regenerate.
13856 * features/riscv/32bit-fpu.xml: Add register numbers.
13857 * features/riscv/64bit-cpu.xml: Add register numbers.
13858 * features/riscv/64bit-fpu.c: Regenerate.
13859 * features/riscv/64bit-fpu.xml: Add register numbers.
13860
13861 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13862
13863 * NEWS: Mention two argument form of gdb.Value constructor.
13864 * python/py-value.c (convert_buffer_and_type_to_value): New
13865 function.
13866 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13867 Add support for handling an optional second argument. Call
13868 convert_buffer_and_type_to_value as appropriate.
13869 * python/python-internal.h (Py_buffer_deleter): New struct.
13870 (Py_buffer_up): New typedef.
13871
13872 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13873
13874 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13875 instead of releasing ownership.
13876
13877 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13878
13879 * dwarf2read.c (open_and_init_dwp_file): Call
13880 elf_numsections instead of bfd_count_sections to initialize
13881 dwp_file->num_sections.
13882
13883 2019-02-25 Tom Tromey <tromey@adacore.com>
13884
13885 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13886
13887 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13888
13889 * gcore.in: Add '--readnever' option when invoking GDB.
13890
13891 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13892
13893 * MAINTAINERS: Update my email address.
13894
13895 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13896
13897 * build-id.c (build_id_to_debug_bfd_1): New function.
13898 (build_id_to_debug_bfd): Look for separate debug file in
13899 sysroot.
13900
13901 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13902
13903 * gdbarch.sh: Update the copyright year range that is placed into
13904 generated files.
13905
13906 2019-02-22 Keith Seitz <keiths@redhat.com>
13907
13908 PR symtab/23853
13909 * linespec.c (create_sals_line_offset): Search for the default
13910 symtab's filename instead of its fullname.
13911
13912 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13913
13914 * NEWS: Update style defaults.
13915
13916 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13917
13918 * main.c (captured_main_1): Disable styling in batch mode.
13919
13920 2019-02-20 Tom Tromey <tom@tromey.com>
13921
13922 * symtab.c (symtab_symbol_info): Fix typos.
13923
13924 2019-02-20 Tom Tromey <tromey@adacore.com>
13925
13926 * findcmd.c (_initialize_mem_search): Use upper case for
13927 metasyntactic variables.
13928
13929 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13930
13931 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13932 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13933
13934 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13935
13936 * top.h (source_file_name): Change to std::string.
13937 * top.c (source_file_name): Likewise.
13938 (command_line_input): Adjust.
13939 * cli/cli-script.c (script_from_file): Adjust.
13940
13941 2019-02-19 Tom Tromey <tromey@adacore.com>
13942
13943 * ravenscar-thread.c
13944 (ravenscar_thread_target::update_thread_list): Don't call
13945 ada_build_task_list.
13946 * ada-lang.h (ada_build_task_list): Don't declare.
13947 * ada-tasks.c (struct ada_tasks_inferior_data)
13948 <task_list_valid_p>: Now bool.
13949 (read_known_tasks, ada_task_list_changed)
13950 (ada_tasks_invalidate_inferior_data): Update.
13951 (read_known_tasks_array): Return bool.
13952 (read_known_tasks_list): Likewise.
13953 (read_known_tasks): Return void.
13954 (ada_build_task_list): Now static.
13955
13956 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13957
13958 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13959 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13960
13961 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13962
13963 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13964 variant for ada_tasks_pspace_data_handle and
13965 ada_tasks_inferior_data_handle.
13966 (ada_tasks_pspace_data_cleanup): New function.
13967 (ada_tasks_inferior_data_cleanup): New function.
13968
13969 2019-02-17 Tom Tromey <tom@tromey.com>
13970
13971 * macrotab.h (macro_source_fullname): Return a std::string.
13972 * macrotab.c (macro_include, check_for_redefinition)
13973 (macro_undef, macro_lookup_definition, foreach_macro)
13974 (foreach_macro_in_scope): Update.
13975 (macro_source_fullname): Return a std::string.
13976 * macrocmd.c (show_pp_source_pos): Update.
13977
13978 2019-02-17 Tom Tromey <tom@tromey.com>
13979
13980 * macrocmd.c (show_pp_source_pos): Style the file names.
13981
13982 2019-02-17 Tom Tromey <tom@tromey.com>
13983
13984 PR tui/24197:
13985 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13986
13987 2019-02-17 Tom Tromey <tom@tromey.com>
13988
13989 * ada-lang.c (user_select_syms): Use filtered printing.
13990 * utils.c (wrap_style): New global.
13991 (desired_style): Remove.
13992 (emit_style_escape): Add stream parameter.
13993 (set_output_style, reset_terminal_style, prompt_for_continue):
13994 Update.
13995 (flush_wrap_buffer): Only flush gdb_stdout.
13996 (wrap_here): Set wrap_style.
13997 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13998 treat escape sequences as a character. Change when wrap buffer is
13999 flushed.
14000 (fputs_styled): Do not set the output style when the default is
14001 requested.
14002 * ui-style.h (struct ui_file_style) <is_default>: New method.
14003 * source.c (print_source_lines_base): Emit escape sequences in one
14004 piece.
14005
14006 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14007
14008 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14009 integers and enumeration types.
14010
14011 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14012
14013 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14014 instead of lookup_symbol_in_language
14015 (do_exact_match): New function.
14016 (ada_get_symbol_name_matcher): Return do_exact_match when
14017 doing a verbatim match.
14018
14019 2019-02-15 Tom Tromey <tromey@adacore.com>
14020
14021 * ravenscar-thread.c (ravenscar_thread_target::resume)
14022 (ravenscar_thread_target::wait): Special case wildcard requests.
14023
14024 2019-02-15 Tom Tromey <tromey@adacore.com>
14025
14026 * ravenscar-thread.c (base_ptid): Remove.
14027 (struct ravenscar_thread_target) <close>: New method.
14028 <m_base_ptid>: New member.
14029 <update_inferior_ptid, active_task, task_is_currently_active,
14030 runtime_initialized>: Declare methods.
14031 <ravenscar_thread_target>: Add constructor.
14032 (ravenscar_thread_target::task_is_currently_active)
14033 (ravenscar_thread_target::update_inferior_ptid)
14034 (ravenscar_runtime_initialized): Rename. Now methods.
14035 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14036 (ravenscar_thread_target::update_thread_list): Update.
14037 (ravenscar_thread_target::active_task): Now method.
14038 (ravenscar_thread_target::store_registers)
14039 (ravenscar_thread_target::prepare_to_store)
14040 (ravenscar_thread_target::prepare_to_store)
14041 (ravenscar_thread_target::mourn_inferior): Update.
14042 (ravenscar_inferior_created): Use "new" to create target.
14043 (ravenscar_thread_target::get_ada_task_ptid): Update.
14044 (_initialize_ravenscar): Don't initialize base_ptid.
14045 (ravenscar_ops): Remove global.
14046
14047 2019-02-15 Tom Tromey <tromey@adacore.com>
14048
14049 * target.h (push_target): Declare new overload.
14050 * target.c (push_target): New overload, taking an rvalue reference.
14051 * remote.c (remote_target::open_1): Use push_target overload.
14052 * corelow.c (core_target_open): Use push_target overload.
14053
14054 2019-02-15 Tom Tromey <tromey@adacore.com>
14055
14056 * ravenscar-thread.c (is_ravenscar_task)
14057 (ravenscar_task_is_currently_active): Return bool.
14058 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14059 (_initialize_ravenscar): Remove "(void)".
14060 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14061 Return bool.
14062
14063 2019-02-15 Tom Tromey <tromey@adacore.com>
14064
14065 * ravenscar-thread.c (ravenscar_runtime_initializer)
14066 (has_ravenscar_runtime, get_running_thread_id)
14067 (ravenscar_thread_target::resume): Fix indentation.
14068
14069 2019-02-15 Tom Tromey <tromey@adacore.com>
14070
14071 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14072 from ravenscar_arch_ops.
14073 (sparc_ravenscar_ops::fetch_registers)
14074 (sparc_ravenscar_ops::store_registers): Now methods.
14075 (sparc_ravenscar_prepare_to_store): Remove.
14076 (sparc_ravenscar_ops): Redefine.
14077 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14078 methods and destructor. Remove members.
14079 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14080 (ravenscar_thread_target::store_registers)
14081 (ravenscar_thread_target::prepare_to_store): Update.
14082 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14083 Remove.
14084 (struct ppc_ravenscar_powerpc_ops): Derive from
14085 ravenscar_arch_ops.
14086 (ppc_ravenscar_powerpc_ops::fetch_registers)
14087 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14088 (ppc_ravenscar_powerpc_ops): Redefine.
14089 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14090 (ppc_ravenscar_e500_ops::fetch_registers)
14091 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14092 (ppc_ravenscar_e500_ops): Redefine.
14093 * aarch64-ravenscar-thread.c
14094 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14095 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14096 (aarch64_ravenscar_fetch_registers)
14097 (aarch64_ravenscar_store_registers): Now methods.
14098 (aarch64_ravenscar_ops): Redefine.
14099
14100 2019-02-15 Tom Tromey <tromey@adacore.com>
14101
14102 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14103 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14104 (ravenscar_thread_target::stopped_by_watchpoint)
14105 (ravenscar_thread_target::stopped_data_address)
14106 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14107
14108 2019-02-15 Tom Tromey <tromey@adacore.com>
14109
14110 * ravenscar-thread.c: Fix some typos.
14111
14112 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14113 Tom Tromey <tromey@adacore.com>
14114
14115 * ada-lang.c (ada_exception_sal): Change addr_string to a
14116 std::string.
14117 (create_ada_exception_catchpoint): Update.
14118
14119 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14120 Tom Tromey <tromey@adacore.com>
14121
14122 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14123 (bp_location_ops): Remove.
14124 (base_breakpoint_allocate_location): Update.
14125 (free_bp_location): Update.
14126 * ada-lang.c (class ada_catchpoint_location)
14127 <ada_catchpoint_location>: Remove ops parameter.
14128 (ada_catchpoint_location_dtor): Remove.
14129 (ada_catchpoint_location_ops): Remove.
14130 (allocate_location_exception): Update.
14131 * breakpoint.h (struct bp_location_ops): Remove.
14132 (class bp_location) <bp_location>: Remove bp_location_ops
14133 parameter.
14134 <~bp_location>: Add destructor.
14135 <ops>: Remove.
14136
14137 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14138 Pedro Alves <palves@redhat.com>
14139
14140 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14141 'PATH_MAX'.
14142
14143 2019-02-14 David Michael <fedora.dm0@gmail.com>
14144 Samuel Thibault <samuel.thibault@gnu.org>
14145 Thomas Schwinge <thomas@codesourcery.com>
14146
14147 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14148 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14149
14150 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14151
14152 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14153 (check_empty): Use "const char *".
14154
14155 * gnu-nat.c (gnu_nat_target::detach): Instead of
14156 'detach_inferior (pid)' call
14157 'detach_inferior (find_inferior_pid (pid))'.
14158
14159 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14160 'nat/fork-inferior.o'.
14161 * gnu-nat.c: #include "nat/fork-inferior.h".
14162
14163 * gnu-nat.c (gnu_nat_target::detach): Instead of
14164 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14165 * gnu-nat.h: #include "inf-child.h".
14166 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14167 'i386_gnu_nat_target::fetch_registers'.
14168 (gnu_store_registers): Rename/move to
14169 'i386_gnu_nat_target::store_registers'.
14170
14171 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14172 * gnu-nat.h (mach_thread_info): New function.
14173 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14174
14175 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14176
14177 2019-02-14 Frederic Konrad <konrad@adacore.com>
14178
14179 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14180
14181 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14182
14183 * windows-nat.c (windows_add_thread): Add new parameter
14184 "main_thread_p" with default value set to false. Update
14185 function documentation as well as all callers.
14186 (windows_delete_thread): Likewise.
14187 (fake_create_process): Update call to windows_add_thread.
14188 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14189 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14190 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14191 call to windows_delete_thread.
14192
14193 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14194
14195 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14196
14197 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14198
14199 * symfile.c (find_separate_debug_file): Use canonical path of
14200 sysroot with child_path instead of gdb_sysroot if it is valid.
14201
14202 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14203
14204 * symfile.c (find_separate_debug_file): Use child_path to
14205 determine if an object file is under a sysroot.
14206
14207 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14208
14209 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14210 unittests/child-path-selftests.c.
14211 * common/pathstuff.c (child_path): New function.
14212 * common/pathstuff.h (child_path): New prototype.
14213 * unittests/child-path-selftests.c: New file.
14214
14215 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14216
14217 * symfile.c (find_separate_debug_file): Look for separate debug
14218 files in debug directories under the sysroot.
14219
14220 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14221
14222 * symtab.h (struct minimal_symbol data_p): New const method.
14223 (struct minimal_symbol text_p): Likewise.
14224 * symtab.c (output_source_filename): Use file name style
14225 to print file name.
14226 (print_symbol_info): Likewise.
14227 (print_msymbol_info): Use address style to print addresses.
14228 Use function name style to print executable text symbols.
14229 (expand_symtab_containing_pc): Use data_p.
14230 (find_pc_sect_compunit_symtab): Likewise.
14231
14232 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14233
14234 * breakpoint.c (describe_other_breakpoints): Use address style
14235 to print addresses.
14236 (say_where): Likewise.
14237
14238 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14239
14240 * ada-typeprint.c (print_func_type): Print function name
14241 style to print function name.
14242 * c-typeprint.c (c_print_type_1): Likewise.
14243
14244 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14245
14246 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14247 for execve.
14248
14249 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14250
14251 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14252 type_stack.
14253
14254 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14255
14256 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14257 TYPE_CODE_REF types.
14258
14259 2019-02-08 Jim Wilson <jimw@sifive.com>
14260
14261 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14262 (riscv_linux_fregset): New.
14263 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14264
14265 2019-02-07 Tom Tromey <tom@tromey.com>
14266
14267 * thread.c (thread_cancel_execution_command): Update.
14268 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14269 methods.
14270 (struct thread_fsm_ops): Remove.
14271 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14272 (thread_fsm_should_stop, thread_fsm_return_value)
14273 (thread_fsm_set_finished, thread_fsm_finished_p)
14274 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14275 Don't declare.
14276 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14277 * infrun.c (clear_proceed_status_thread)
14278 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14279 (print_stop_event): Update.
14280 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14281 Add constructor.
14282 (step_command_fsm_ops): Remove.
14283 (new_step_command_fsm): Remove.
14284 (step_1): Update.
14285 (step_command_fsm::should_stop): Rename from
14286 step_command_fsm_should_stop.
14287 (step_command_fsm::clean_up): Rename from
14288 step_command_fsm_clean_up.
14289 (step_command_fsm::do_async_reply_reason): Rename from
14290 step_command_fsm_async_reply_reason.
14291 (struct until_next_fsm): Inherit from thread_fsm. Add
14292 constructor.
14293 (until_next_fsm_ops): Remove.
14294 (new_until_next_fsm): Remove.
14295 (until_next_fsm::should_stop): Rename from
14296 until_next_fsm_should_stop.
14297 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14298 (until_next_fsm::do_async_reply_reason): Rename from
14299 until_next_fsm_async_reply_reason.
14300 (struct finish_command_fsm): Inherit from thread_fsm. Add
14301 constructor. Change type of breakpoint.
14302 (finish_command_fsm_ops): Remove.
14303 (new_finish_command_fsm): Remove.
14304 (finish_command_fsm::should_stop): Rename from
14305 finish_command_fsm_should_stop.
14306 (finish_command_fsm::clean_up): Rename from
14307 finish_command_fsm_clean_up.
14308 (finish_command_fsm::return_value): Rename from
14309 finish_command_fsm_return_value.
14310 (finish_command_fsm::do_async_reply_reason): Rename from
14311 finish_command_fsm_async_reply_reason.
14312 (finish_command): Update.
14313 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14314 Add constructor.
14315 (call_thread_fsm_ops): Remove.
14316 (call_thread_fsm::call_thread_fsm): Rename from
14317 new_call_thread_fsm.
14318 (call_thread_fsm::should_stop): Rename from
14319 call_thread_fsm_should_stop.
14320 (call_thread_fsm::should_notify_stop): Rename from
14321 call_thread_fsm_should_notify_stop.
14322 (run_inferior_call, call_function_by_hand_dummy): Update.
14323 * cli/cli-interp.c (should_print_stop_to_console): Update.
14324 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14325 Add constructor. Change type of location_breakpoint,
14326 caller_breakpoint.
14327 (until_break_fsm_ops): Remove.
14328 (new_until_break_fsm): Remove.
14329 (until_break_fsm::should_stop): Rename from
14330 until_break_fsm_should_stop.
14331 (until_break_fsm::clean_up): Rename from
14332 until_break_fsm_clean_up.
14333 (until_break_fsm::do_async_reply_reason): Rename from
14334 until_break_fsm_async_reply_reason.
14335 (until_break_command): Update.
14336 * thread-fsm.c: Remove.
14337 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14338
14339 2019-02-07 Tom Tromey <tom@tromey.com>
14340
14341 * yy-remap.h: Add include guard.
14342 * xtensa-tdep.h: Add include guard.
14343 * xcoffread.h: Rename include guard.
14344 * varobj-iter.h: Add include guard.
14345 * tui/tui.h: Rename include guard.
14346 * tui/tui-winsource.h: Rename include guard.
14347 * tui/tui-wingeneral.h: Rename include guard.
14348 * tui/tui-windata.h: Rename include guard.
14349 * tui/tui-win.h: Rename include guard.
14350 * tui/tui-stack.h: Rename include guard.
14351 * tui/tui-source.h: Rename include guard.
14352 * tui/tui-regs.h: Rename include guard.
14353 * tui/tui-out.h: Rename include guard.
14354 * tui/tui-layout.h: Rename include guard.
14355 * tui/tui-io.h: Rename include guard.
14356 * tui/tui-hooks.h: Rename include guard.
14357 * tui/tui-file.h: Rename include guard.
14358 * tui/tui-disasm.h: Rename include guard.
14359 * tui/tui-data.h: Rename include guard.
14360 * tui/tui-command.h: Rename include guard.
14361 * tic6x-tdep.h: Add include guard.
14362 * target/waitstatus.h: Rename include guard.
14363 * target/wait.h: Rename include guard.
14364 * target/target.h: Rename include guard.
14365 * target/resume.h: Rename include guard.
14366 * target-float.h: Rename include guard.
14367 * stabsread.h: Add include guard.
14368 * rs6000-tdep.h: Add include guard.
14369 * riscv-fbsd-tdep.h: Add include guard.
14370 * regformats/regdef.h: Rename include guard.
14371 * record.h: Rename include guard.
14372 * python/python.h: Rename include guard.
14373 * python/python-internal.h: Rename include guard.
14374 * python/py-stopevent.h: Rename include guard.
14375 * python/py-ref.h: Rename include guard.
14376 * python/py-record.h: Rename include guard.
14377 * python/py-record-full.h: Rename include guard.
14378 * python/py-record-btrace.h: Rename include guard.
14379 * python/py-instruction.h: Rename include guard.
14380 * python/py-events.h: Rename include guard.
14381 * python/py-event.h: Rename include guard.
14382 * procfs.h: Add include guard.
14383 * proc-utils.h: Add include guard.
14384 * p-lang.h: Add include guard.
14385 * or1k-tdep.h: Rename include guard.
14386 * observable.h: Rename include guard.
14387 * nto-tdep.h: Rename include guard.
14388 * nat/x86-linux.h: Rename include guard.
14389 * nat/x86-linux-dregs.h: Rename include guard.
14390 * nat/x86-gcc-cpuid.h: Add include guard.
14391 * nat/x86-dregs.h: Rename include guard.
14392 * nat/x86-cpuid.h: Rename include guard.
14393 * nat/ppc-linux.h: Rename include guard.
14394 * nat/mips-linux-watch.h: Rename include guard.
14395 * nat/linux-waitpid.h: Rename include guard.
14396 * nat/linux-ptrace.h: Rename include guard.
14397 * nat/linux-procfs.h: Rename include guard.
14398 * nat/linux-osdata.h: Rename include guard.
14399 * nat/linux-nat.h: Rename include guard.
14400 * nat/linux-namespaces.h: Rename include guard.
14401 * nat/linux-btrace.h: Rename include guard.
14402 * nat/glibc_thread_db.h: Rename include guard.
14403 * nat/gdb_thread_db.h: Rename include guard.
14404 * nat/gdb_ptrace.h: Rename include guard.
14405 * nat/fork-inferior.h: Rename include guard.
14406 * nat/amd64-linux-siginfo.h: Rename include guard.
14407 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14408 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14409 * nat/aarch64-linux.h: Rename include guard.
14410 * nat/aarch64-linux-hw-point.h: Rename include guard.
14411 * mn10300-tdep.h: Add include guard.
14412 * mips-linux-tdep.h: Add include guard.
14413 * mi/mi-parse.h: Rename include guard.
14414 * mi/mi-out.h: Rename include guard.
14415 * mi/mi-main.h: Rename include guard.
14416 * mi/mi-interp.h: Rename include guard.
14417 * mi/mi-getopt.h: Rename include guard.
14418 * mi/mi-console.h: Rename include guard.
14419 * mi/mi-common.h: Rename include guard.
14420 * mi/mi-cmds.h: Rename include guard.
14421 * mi/mi-cmd-break.h: Rename include guard.
14422 * m2-lang.h: Add include guard.
14423 * location.h: Rename include guard.
14424 * linux-record.h: Rename include guard.
14425 * linux-nat.h: Add include guard.
14426 * linux-fork.h: Add include guard.
14427 * i386-darwin-tdep.h: Rename include guard.
14428 * hppa-linux-offsets.h: Add include guard.
14429 * guile/guile.h: Rename include guard.
14430 * guile/guile-internal.h: Rename include guard.
14431 * gnu-nat.h: Rename include guard.
14432 * gdb-stabs.h: Rename include guard.
14433 * frv-tdep.h: Add include guard.
14434 * f-lang.h: Add include guard.
14435 * event-loop.h: Add include guard.
14436 * darwin-nat.h: Rename include guard.
14437 * cp-abi.h: Rename include guard.
14438 * config/sparc/nm-sol2.h: Rename include guard.
14439 * config/nm-nto.h: Rename include guard.
14440 * config/nm-linux.h: Add include guard.
14441 * config/i386/nm-i386gnu.h: Rename include guard.
14442 * config/djgpp/nl_types.h: Rename include guard.
14443 * config/djgpp/langinfo.h: Rename include guard.
14444 * compile/gcc-cp-plugin.h: Add include guard.
14445 * compile/gcc-c-plugin.h: Add include guard.
14446 * compile/compile.h: Rename include guard.
14447 * compile/compile-object-run.h: Rename include guard.
14448 * compile/compile-object-load.h: Rename include guard.
14449 * compile/compile-internal.h: Rename include guard.
14450 * compile/compile-cplus.h: Rename include guard.
14451 * compile/compile-c.h: Rename include guard.
14452 * common/xml-utils.h: Rename include guard.
14453 * common/x86-xstate.h: Rename include guard.
14454 * common/version.h: Rename include guard.
14455 * common/vec.h: Rename include guard.
14456 * common/tdesc.h: Rename include guard.
14457 * common/selftest.h: Rename include guard.
14458 * common/scoped_restore.h: Rename include guard.
14459 * common/scoped_mmap.h: Rename include guard.
14460 * common/scoped_fd.h: Rename include guard.
14461 * common/safe-iterator.h: Rename include guard.
14462 * common/run-time-clock.h: Rename include guard.
14463 * common/refcounted-object.h: Rename include guard.
14464 * common/queue.h: Rename include guard.
14465 * common/ptid.h: Rename include guard.
14466 * common/print-utils.h: Rename include guard.
14467 * common/preprocessor.h: Rename include guard.
14468 * common/pathstuff.h: Rename include guard.
14469 * common/observable.h: Rename include guard.
14470 * common/netstuff.h: Rename include guard.
14471 * common/job-control.h: Rename include guard.
14472 * common/host-defs.h: Rename include guard.
14473 * common/gdb_wait.h: Rename include guard.
14474 * common/gdb_vecs.h: Rename include guard.
14475 * common/gdb_unlinker.h: Rename include guard.
14476 * common/gdb_unique_ptr.h: Rename include guard.
14477 * common/gdb_tilde_expand.h: Rename include guard.
14478 * common/gdb_sys_time.h: Rename include guard.
14479 * common/gdb_string_view.h: Rename include guard.
14480 * common/gdb_splay_tree.h: Rename include guard.
14481 * common/gdb_setjmp.h: Rename include guard.
14482 * common/gdb_ref_ptr.h: Rename include guard.
14483 * common/gdb_optional.h: Rename include guard.
14484 * common/gdb_locale.h: Rename include guard.
14485 * common/gdb_assert.h: Rename include guard.
14486 * common/filtered-iterator.h: Rename include guard.
14487 * common/filestuff.h: Rename include guard.
14488 * common/fileio.h: Rename include guard.
14489 * common/environ.h: Rename include guard.
14490 * common/common-utils.h: Rename include guard.
14491 * common/common-types.h: Rename include guard.
14492 * common/common-regcache.h: Rename include guard.
14493 * common/common-inferior.h: Rename include guard.
14494 * common/common-gdbthread.h: Rename include guard.
14495 * common/common-exceptions.h: Rename include guard.
14496 * common/common-defs.h: Rename include guard.
14497 * common/common-debug.h: Rename include guard.
14498 * common/cleanups.h: Rename include guard.
14499 * common/buffer.h: Rename include guard.
14500 * common/btrace-common.h: Rename include guard.
14501 * common/break-common.h: Rename include guard.
14502 * cli/cli-utils.h: Rename include guard.
14503 * cli/cli-style.h: Rename include guard.
14504 * cli/cli-setshow.h: Rename include guard.
14505 * cli/cli-script.h: Rename include guard.
14506 * cli/cli-interp.h: Rename include guard.
14507 * cli/cli-decode.h: Rename include guard.
14508 * cli/cli-cmds.h: Rename include guard.
14509 * charset-list.h: Add include guard.
14510 * buildsym-legacy.h: Rename include guard.
14511 * bfin-tdep.h: Add include guard.
14512 * ax.h: Rename include guard.
14513 * arm-linux-tdep.h: Add include guard.
14514 * arm-fbsd-tdep.h: Add include guard.
14515 * arch/xtensa.h: Rename include guard.
14516 * arch/tic6x.h: Add include guard.
14517 * arch/i386.h: Add include guard.
14518 * arch/arm.h: Rename include guard.
14519 * arch/arm-linux.h: Rename include guard.
14520 * arch/arm-get-next-pcs.h: Rename include guard.
14521 * arch/amd64.h: Add include guard.
14522 * arch/aarch64-insn.h: Rename include guard.
14523 * arch-utils.h: Rename include guard.
14524 * annotate.h: Add include guard.
14525 * amd64-darwin-tdep.h: Rename include guard.
14526 * aarch64-linux-tdep.h: Add include guard.
14527 * aarch64-fbsd-tdep.h: Add include guard.
14528 * aarch32-linux-nat.h: Add include guard.
14529
14530 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14531
14532 * macrotab.c (macro_define_internal): New function that
14533 factorizes macro_define_object_internal and macro_define_function
14534 code.
14535 (macro_define_object_internal): Use macro_define_internal.
14536 (macro_define_function): Likewise.
14537
14538 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14539
14540 * macrocmd.c (extract_identifier): Return
14541 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14542 callers.
14543
14544 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14545
14546 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14547
14548 2019-02-05 Tom Tromey <tom@tromey.com>
14549
14550 * target.c (target_stack::unpush): Move assertion earlier.
14551
14552 2019-01-30 Tom Tromey <tom@tromey.com>
14553
14554 PR python/23615:
14555 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14556 (gdbpy_parse_and_eval): Likewise.
14557 * python/python-internal.h (gdbpy_allow_threads): New class.
14558
14559 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14560
14561 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14562 (aarch64_fbsd_fpregmap): Move earlier.
14563 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14564 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14565 instead of individual calls to trad_frame_set_reg_addr.
14566 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14567 earlier.
14568 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14569 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14570 instead of individual calls to trad_frame_set_reg_addr.
14571
14572 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14573
14574 * CONTRIBUTE: Replace contribution list with wiki link.
14575
14576 2019-01-25 Tom Tromey <tom@tromey.com>
14577
14578 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14579
14580 2019-01-25 Tom Tromey <tom@tromey.com>
14581
14582 * xtensa-linux-nat.c: Fix common/ includes.
14583 * xml-support.h: Fix common/ includes.
14584 * xml-support.c: Fix common/ includes.
14585 * x86-linux-nat.c: Fix common/ includes.
14586 * windows-nat.c: Fix common/ includes.
14587 * varobj.h: Fix common/ includes.
14588 * varobj.c: Fix common/ includes.
14589 * value.c: Fix common/ includes.
14590 * valops.c: Fix common/ includes.
14591 * utils.c: Fix common/ includes.
14592 * unittests/xml-utils-selftests.c: Fix common/ includes.
14593 * unittests/utils-selftests.c: Fix common/ includes.
14594 * unittests/unpack-selftests.c: Fix common/ includes.
14595 * unittests/tracepoint-selftests.c: Fix common/ includes.
14596 * unittests/style-selftests.c: Fix common/ includes.
14597 * unittests/string_view-selftests.c: Fix common/ includes.
14598 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14599 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14600 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14601 * unittests/rsp-low-selftests.c: Fix common/ includes.
14602 * unittests/parse-connection-spec-selftests.c: Fix common/
14603 includes.
14604 * unittests/optional-selftests.c: Fix common/ includes.
14605 * unittests/offset-type-selftests.c: Fix common/ includes.
14606 * unittests/observable-selftests.c: Fix common/ includes.
14607 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14608 * unittests/memrange-selftests.c: Fix common/ includes.
14609 * unittests/memory-map-selftests.c: Fix common/ includes.
14610 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14611 * unittests/function-view-selftests.c: Fix common/ includes.
14612 * unittests/environ-selftests.c: Fix common/ includes.
14613 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14614 * unittests/common-utils-selftests.c: Fix common/ includes.
14615 * unittests/cli-utils-selftests.c: Fix common/ includes.
14616 * unittests/array-view-selftests.c: Fix common/ includes.
14617 * ui-file.c: Fix common/ includes.
14618 * tui/tui-io.c: Fix common/ includes.
14619 * tracepoint.h: Fix common/ includes.
14620 * tracepoint.c: Fix common/ includes.
14621 * tracefile-tfile.c: Fix common/ includes.
14622 * top.h: Fix common/ includes.
14623 * top.c: Fix common/ includes.
14624 * thread.c: Fix common/ includes.
14625 * target/waitstatus.h: Fix common/ includes.
14626 * target/waitstatus.c: Fix common/ includes.
14627 * target.h: Fix common/ includes.
14628 * target.c: Fix common/ includes.
14629 * target-memory.c: Fix common/ includes.
14630 * target-descriptions.c: Fix common/ includes.
14631 * symtab.h: Fix common/ includes.
14632 * symfile.c: Fix common/ includes.
14633 * stap-probe.c: Fix common/ includes.
14634 * spu-linux-nat.c: Fix common/ includes.
14635 * sparc-nat.c: Fix common/ includes.
14636 * source.c: Fix common/ includes.
14637 * solib.c: Fix common/ includes.
14638 * solib-target.c: Fix common/ includes.
14639 * ser-unix.c: Fix common/ includes.
14640 * ser-tcp.c: Fix common/ includes.
14641 * ser-pipe.c: Fix common/ includes.
14642 * ser-base.c: Fix common/ includes.
14643 * selftest-arch.c: Fix common/ includes.
14644 * s12z-tdep.c: Fix common/ includes.
14645 * rust-exp.y: Fix common/ includes.
14646 * rs6000-aix-tdep.c: Fix common/ includes.
14647 * riscv-tdep.c: Fix common/ includes.
14648 * remote.c: Fix common/ includes.
14649 * remote-notif.h: Fix common/ includes.
14650 * remote-fileio.h: Fix common/ includes.
14651 * remote-fileio.c: Fix common/ includes.
14652 * regcache.h: Fix common/ includes.
14653 * regcache.c: Fix common/ includes.
14654 * record-btrace.c: Fix common/ includes.
14655 * python/python.c: Fix common/ includes.
14656 * python/py-type.c: Fix common/ includes.
14657 * python/py-inferior.c: Fix common/ includes.
14658 * progspace.h: Fix common/ includes.
14659 * producer.c: Fix common/ includes.
14660 * procfs.c: Fix common/ includes.
14661 * proc-api.c: Fix common/ includes.
14662 * printcmd.c: Fix common/ includes.
14663 * ppc-linux-nat.c: Fix common/ includes.
14664 * parser-defs.h: Fix common/ includes.
14665 * osdata.c: Fix common/ includes.
14666 * obsd-nat.c: Fix common/ includes.
14667 * nat/x86-linux.c: Fix common/ includes.
14668 * nat/x86-linux-dregs.c: Fix common/ includes.
14669 * nat/x86-dregs.h: Fix common/ includes.
14670 * nat/x86-dregs.c: Fix common/ includes.
14671 * nat/ppc-linux.c: Fix common/ includes.
14672 * nat/mips-linux-watch.h: Fix common/ includes.
14673 * nat/mips-linux-watch.c: Fix common/ includes.
14674 * nat/linux-waitpid.c: Fix common/ includes.
14675 * nat/linux-ptrace.h: Fix common/ includes.
14676 * nat/linux-ptrace.c: Fix common/ includes.
14677 * nat/linux-procfs.c: Fix common/ includes.
14678 * nat/linux-personality.c: Fix common/ includes.
14679 * nat/linux-osdata.c: Fix common/ includes.
14680 * nat/linux-namespaces.c: Fix common/ includes.
14681 * nat/linux-btrace.h: Fix common/ includes.
14682 * nat/linux-btrace.c: Fix common/ includes.
14683 * nat/fork-inferior.c: Fix common/ includes.
14684 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14685 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14686 * nat/aarch64-linux.c: Fix common/ includes.
14687 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14688 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14689 * namespace.h: Fix common/ includes.
14690 * mips-linux-tdep.c: Fix common/ includes.
14691 * minsyms.c: Fix common/ includes.
14692 * mi/mi-parse.h: Fix common/ includes.
14693 * mi/mi-main.c: Fix common/ includes.
14694 * mi/mi-cmd-env.c: Fix common/ includes.
14695 * memrange.h: Fix common/ includes.
14696 * memattr.c: Fix common/ includes.
14697 * maint.h: Fix common/ includes.
14698 * maint.c: Fix common/ includes.
14699 * main.c: Fix common/ includes.
14700 * machoread.c: Fix common/ includes.
14701 * location.c: Fix common/ includes.
14702 * linux-thread-db.c: Fix common/ includes.
14703 * linux-nat.c: Fix common/ includes.
14704 * linux-fork.c: Fix common/ includes.
14705 * inline-frame.c: Fix common/ includes.
14706 * infrun.c: Fix common/ includes.
14707 * inflow.c: Fix common/ includes.
14708 * inferior.h: Fix common/ includes.
14709 * inferior.c: Fix common/ includes.
14710 * infcmd.c: Fix common/ includes.
14711 * inf-ptrace.c: Fix common/ includes.
14712 * inf-child.c: Fix common/ includes.
14713 * ia64-linux-nat.c: Fix common/ includes.
14714 * i387-tdep.c: Fix common/ includes.
14715 * i386-tdep.c: Fix common/ includes.
14716 * i386-linux-tdep.c: Fix common/ includes.
14717 * i386-linux-nat.c: Fix common/ includes.
14718 * i386-go32-tdep.c: Fix common/ includes.
14719 * i386-fbsd-tdep.c: Fix common/ includes.
14720 * i386-fbsd-nat.c: Fix common/ includes.
14721 * guile/scm-type.c: Fix common/ includes.
14722 * guile/guile.c: Fix common/ includes.
14723 * go32-nat.c: Fix common/ includes.
14724 * gnu-nat.c: Fix common/ includes.
14725 * gdbthread.h: Fix common/ includes.
14726 * gdbarch-selftests.c: Fix common/ includes.
14727 * gdb_usleep.c: Fix common/ includes.
14728 * gdb_select.h: Fix common/ includes.
14729 * gdb_bfd.c: Fix common/ includes.
14730 * gcore.c: Fix common/ includes.
14731 * fork-child.c: Fix common/ includes.
14732 * findvar.c: Fix common/ includes.
14733 * fbsd-nat.c: Fix common/ includes.
14734 * event-top.c: Fix common/ includes.
14735 * event-loop.c: Fix common/ includes.
14736 * dwarf2read.c: Fix common/ includes.
14737 * dwarf2loc.c: Fix common/ includes.
14738 * dwarf2-frame.c: Fix common/ includes.
14739 * dwarf-index-cache.c: Fix common/ includes.
14740 * dtrace-probe.c: Fix common/ includes.
14741 * disasm-selftests.c: Fix common/ includes.
14742 * defs.h: Fix common/ includes.
14743 * csky-tdep.c: Fix common/ includes.
14744 * cp-valprint.c: Fix common/ includes.
14745 * cp-support.h: Fix common/ includes.
14746 * cp-support.c: Fix common/ includes.
14747 * corelow.c: Fix common/ includes.
14748 * completer.h: Fix common/ includes.
14749 * completer.c: Fix common/ includes.
14750 * compile/compile.c: Fix common/ includes.
14751 * compile/compile-loc2c.c: Fix common/ includes.
14752 * compile/compile-cplus-types.c: Fix common/ includes.
14753 * compile/compile-cplus-symbols.c: Fix common/ includes.
14754 * command.h: Fix common/ includes.
14755 * cli/cli-dump.c: Fix common/ includes.
14756 * cli/cli-cmds.c: Fix common/ includes.
14757 * charset.c: Fix common/ includes.
14758 * build-id.c: Fix common/ includes.
14759 * btrace.h: Fix common/ includes.
14760 * btrace.c: Fix common/ includes.
14761 * breakpoint.h: Fix common/ includes.
14762 * breakpoint.c: Fix common/ includes.
14763 * ax.h:
14764 (enum agent_op): Fix common/ includes.
14765 * ax-general.c (struct aop_map): Fix common/ includes.
14766 * ax-gdb.c: Fix common/ includes.
14767 * auxv.c: Fix common/ includes.
14768 * auto-load.c: Fix common/ includes.
14769 * arm-tdep.c: Fix common/ includes.
14770 * arch/riscv.c: Fix common/ includes.
14771 * arch/ppc-linux-common.c: Fix common/ includes.
14772 * arch/i386.c: Fix common/ includes.
14773 * arch/arm.c: Fix common/ includes.
14774 * arch/arm-linux.c: Fix common/ includes.
14775 * arch/arm-get-next-pcs.c: Fix common/ includes.
14776 * arch/amd64.c: Fix common/ includes.
14777 * arch/aarch64.c: Fix common/ includes.
14778 * arch/aarch64-insn.c: Fix common/ includes.
14779 * arch-utils.c: Fix common/ includes.
14780 * amd64-windows-tdep.c: Fix common/ includes.
14781 * amd64-tdep.c: Fix common/ includes.
14782 * amd64-sol2-tdep.c: Fix common/ includes.
14783 * amd64-obsd-tdep.c: Fix common/ includes.
14784 * amd64-nbsd-tdep.c: Fix common/ includes.
14785 * amd64-linux-tdep.c: Fix common/ includes.
14786 * amd64-linux-nat.c: Fix common/ includes.
14787 * amd64-fbsd-tdep.c: Fix common/ includes.
14788 * amd64-fbsd-nat.c: Fix common/ includes.
14789 * amd64-dicos-tdep.c: Fix common/ includes.
14790 * amd64-darwin-tdep.c: Fix common/ includes.
14791 * agent.c: Fix common/ includes.
14792 * ada-lang.h: Fix common/ includes.
14793 * ada-lang.c: Fix common/ includes.
14794 * aarch64-tdep.c: Fix common/ includes.
14795
14796 2019-01-25 Tom Tromey <tom@tromey.com>
14797
14798 * common/create-version.sh: Use common/version.h.
14799
14800 2019-01-24 Pedro Alves <palves@redhat.com>
14801
14802 * infrun.c (signal_stop, signal_print, signal_program)
14803 (signal_catch, signal_pass): Now arrays instead of pointers.
14804 (update_signals_program_target, do_target_resume)
14805 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14806 * linux-nat.c (linux_nat_target::pass_signals)
14807 (linux_nat_target::create_inferior, linux_nat_target::attach):
14808 Adjust.
14809 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14810 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14811 * procfs.c (procfs_target::pass_signals): Adjust.
14812 * record-full.c (record_full_target::resume): Adjust.
14813 * remote.c (remote_target::pass_signals)
14814 (remote_target::program_signals): Adjust.
14815 * target-debug.h (target_debug_print_signals): Now takes a
14816 gdb::array_view as parameter. Adjust.
14817 * target.h (target_ops) <pass_signals, program_signals>: Replace
14818 pointer and length parameters with gdb::array_view.
14819 (target_pass_signals, target_program_signals): Likewise.
14820 * target-delegates.c: Regenerate.
14821
14822 2019-01-24 Pedro Alves <palves@redhat.com>
14823
14824 * common/forward-scope-exit.h
14825 (forward_scope_exit::forward_scope_exit): Pass arguments to
14826 m_bind_function directly, instead of creating a std::bind and
14827 copying that.
14828
14829 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14830
14831 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14832 for static members.
14833 (pass_in_v_vfp_candidate): Likewise.
14834
14835 2019-01-23 Tom Tromey <tom@tromey.com>
14836 Pedro Alves <palves@redhat.com>
14837
14838 * regcache.c (class regcache_invalidator): Remove.
14839 (regcache::raw_write): Use make_scope_exit.
14840
14841 2019-01-23 Tom Tromey <tom@tromey.com>
14842
14843 * ui-out.h (class ui_out_emit_type): Update comment.
14844
14845 2019-01-23 Tom Tromey <tom@tromey.com>
14846
14847 * infrun.c (fetch_inferior_event): Update comment.
14848
14849 2019-01-23 Tom Tromey <tom@tromey.com>
14850 Pedro Alves <palves@redhat.com>
14851
14852 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14853 parameter.
14854 (fetch_inferior_event): Use SCOPE_EXIT.
14855
14856
14857 2019-01-23 Tom Tromey <tom@tromey.com>
14858 Pedro Alves <palves@redhat.com>
14859
14860 * infrun.c (disable_thread_events): Delete.
14861 (stop_all_threads): Use SCOPE_EXIT.
14862
14863 2019-01-23 Tom Tromey <tom@tromey.com>
14864 Pedro Alves <palves@redhat.com>
14865
14866 * symfile.c: Include forward-scope-exit.h.
14867 (clear_symtab_users_cleanup): Replace forward declaration with
14868 a FORWARD_SCOPE_EXIT.
14869 (syms_from_objfile_1): Use the forward_scope_exit and
14870 gdb::optional instead of cleanup_function.
14871 (reread_symbols): Use the forward_scope_exit instead of
14872 cleanup_function.
14873 (clear_symtab_users_cleanup): Remove function.
14874
14875 2019-01-23 Tom Tromey <tom@tromey.com>
14876 Pedro Alves <palves@redhat.com>
14877
14878 * linux-nat.c: Include scope-exit.h.
14879 (cleanup_target_stop): Remove.
14880 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14881 SCOPE_EXIT.
14882
14883 2019-01-23 Tom Tromey <tom@tromey.com>
14884 Pedro Alves <palves@redhat.com>
14885
14886 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14887 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14888
14889 2019-01-23 Tom Tromey <tom@tromey.com>
14890 Andrew Burgess <andrew.burgess@embecosm.com>
14891 Pedro Alves <palves@redhat.com>
14892
14893 * infrun.c (fetch_inferior_event): Use scope_exit.
14894 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14895 * top.c (execute_command): Use scope_exit.
14896 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14897 * utils.c (do_bpstat_clear_actions_cleanup)
14898 (make_bpstat_clear_actions_cleanup): Remove.
14899
14900 2019-01-23 Tom Tromey <tom@tromey.com>
14901 Pedro Alves <palves@redhat.com>
14902
14903 * infrun.c: Include "common/scope-exit.h"
14904 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14905 (wait_for_inferior): Use SCOPE_EXIT.
14906 (fetch_inferior_event): Use scope_exit.
14907
14908 2019-01-23 Tom Tromey <tom@tromey.com>
14909 Pedro Alves <palves@redhat.com>
14910
14911 * breakpoint.c (create_breakpoint): Remove cleanup.
14912
14913 2019-01-23 Tom Tromey <tom@tromey.com>
14914 Andrew Burgess <andrew.burgess@embecosm.com>
14915 Pedro Alves <palves@redhat.com>
14916
14917 2019-01-23 Pedro Alves <palves@redhat.com>
14918
14919 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14920
14921 2019-01-23 Pedro Alves <palves@redhat.com>
14922 Andrew Burgess <andrew.burgess@embecosm.com>
14923
14924 * gdbthread.h: Include "common/forward-scope-exit.h".
14925 (scoped_finish_thread_state): Redefine custom class in terms of
14926 forward_scope_exit.
14927
14928 2019-01-23 Pedro Alves <palves@redhat.com>
14929 Andrew Burgess <andrew.burgess@embecosm.com>
14930
14931 * common/forward-scope-exit.h: New file.
14932
14933 2019-01-23 Pedro Alves <palves@redhat.com>
14934 Andrew Burgess <andrew.burgess@embecosm.com>
14935 Tom Tromey <tom@tromey.com>
14936
14937 * common/scope-exit.h: New file.
14938
14939 2019-01-23 Pedro Alves <palves@redhat.com>
14940
14941 * common/preprocessor.h (ESC): Rename to ...
14942 (ESC_PARENS): ... this.
14943 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14944 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14945
14946 2019-01-23 Tom Tromey <tom@tromey.com>
14947
14948 * language.h (class scoped_switch_to_sym_language_if_auto):
14949 Initialize m_lang in both cases.
14950
14951 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14952
14953 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14954 with XCNEW.
14955
14956 2019-01-22 Tom Tromey <tom@tromey.com>
14957
14958 * corelow.c: Do not include sys/file.h.
14959
14960 2019-01-22 Tom Tromey <tom@tromey.com>
14961
14962 * tui/tui-wingeneral.h: Include gdb_curses.h.
14963
14964 2019-01-22 Tom Tromey <tom@tromey.com>
14965
14966 * source-cache.h (class source_cache) <get_source_lines,
14967 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14968
14969 2019-01-22 Tom Tromey <tom@tromey.com>
14970
14971 * remote-fileio.h (struct remote_target): Declare.
14972
14973 2019-01-22 Tom Tromey <tom@tromey.com>
14974
14975 * python/py-arch.c: Do not include py-ref.h.
14976 * python/py-bpevent.c: Do not include py-ref.h.
14977 * python/py-cmd.c: Do not include py-ref.h.
14978 * python/py-continueevent.c: Do not include py-ref.h.
14979 * python/py-event.h: Do not include py-ref.h.
14980 * python/py-evtregistry.c: Do not include py-ref.h.
14981 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14982 * python/py-frame.c: Do not include py-ref.h.
14983 * python/py-framefilter.c: Do not include py-ref.h.
14984 * python/py-function.c: Do not include py-ref.h.
14985 * python/py-infevents.c: Do not include py-ref.h.
14986 * python/py-linetable.c: Do not include py-ref.h.
14987 * python/py-objfile.c: Do not include py-ref.h.
14988 * python/py-param.c: Do not include py-ref.h.
14989 * python/py-prettyprint.c: Do not include py-ref.h.
14990 * python/py-progspace.c: Do not include py-ref.h.
14991 * python/py-symbol.c: Do not include py-ref.h.
14992 * python/py-symtab.c: Do not include py-ref.h.
14993 * python/py-type.c: Do not include py-ref.h.
14994 * python/py-unwind.c: Do not include py-ref.h.
14995 * python/py-utils.c: Do not include py-ref.h.
14996 * python/py-value.c: Do not include py-ref.h.
14997 * python/py-varobj.c: Do not include py-ref.h.
14998 * python/py-xmethods.c: Do not include py-ref.h.
14999 * python/python.c: Do not include py-ref.h.
15000 * varobj.c: Do not include py-ref.h.
15001
15002 2019-01-22 Tom Tromey <tom@tromey.com>
15003
15004 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15005 keyword for bcache.
15006
15007 2019-01-22 Tom Tromey <tom@tromey.com>
15008
15009 * compile/compile-cplus-types.c: Remove a comment by #include.
15010
15011 2019-01-22 Tom Tromey <tom@tromey.com>
15012
15013 * compile/gcc-c-plugin.h: Include compile-internal.h.
15014
15015 2019-01-22 Tom Tromey <tom@tromey.com>
15016
15017 * stabsread.c (EXTERN): Do not define.
15018 (symnum, next_symbol_text_func, processing_gcc_compilation)
15019 (within_function, global_sym_chain, global_stabs)
15020 (previous_stab_code, this_object_header_files)
15021 (n_this_object_header_files)
15022 (n_allocated_this_object_header_files): Define.
15023 * stabsread.h (EXTERN): Never define. Use "extern".
15024
15025 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15026
15027 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15028 history_value.
15029
15030 2019-01-21 Tom Tromey <tom@tromey.com>
15031
15032 * ui-out.c: Fix includes.
15033 * tui/tui-source.c: Fix includes.
15034 * target.c: Fix includes.
15035 * remote.c: Fix includes.
15036 * regcache.c: Fix includes.
15037 * python/py-block.c: Fix includes.
15038 * printcmd.c: Fix includes.
15039 * or1k-tdep.c: Fix includes.
15040 * mi/mi-main.c: Fix includes.
15041 * m32r-tdep.c: Fix includes.
15042 * csky-tdep.c: Fix includes.
15043 * compile/compile-cplus-types.c: Fix includes.
15044 * cli/cli-interp.c: Fix includes.
15045
15046 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15047
15048 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15049 for padding.
15050
15051 2019-01-16 Tom Tromey <tom@tromey.com>
15052
15053 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15054 earlier.
15055 (struct objfile) <msymbols_range>: Move from top level.
15056 <msymbols>: New method.
15057 (class objfile_msymbols): Remove.
15058 * symtab.c (default_collect_symbol_completion_matches_break_on):
15059 Update.
15060 * symmisc.c (dump_msymbols): Update.
15061 * stabsread.c (scan_file_globals): Update.
15062 * objc-lang.c (info_selectors_command, info_classes_command)
15063 (find_methods): Update.
15064 * minsyms.c (find_solib_trampoline_target): Update.
15065 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15066 * coffread.c (coff_symfile_read): Update.
15067 * ada-lang.c (ada_lookup_simple_minsym)
15068 (ada_collect_symbol_completion_matches): Update.
15069
15070 2019-01-16 Tom Tromey <tom@tromey.com>
15071
15072 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15073 type. Remove no-argument constructor.
15074 <iterator::operator++>: Simplify.
15075 <begin>: Update.
15076 <end>: Use minimal_symbol_count.
15077
15078 2019-01-16 Tom Tromey <tom@tromey.com>
15079
15080 * objfiles.h (struct objfile) <psymtabs>: New method.
15081 (class objfile_psymtabs): Remove.
15082 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15083 typedef.
15084 <range>: New method.
15085 (require_partial_symbols): Change return type.
15086 * psymtab.c (require_partial_symbols)
15087 (psym_expand_symtabs_matching): Update.
15088 * mdebugread.c (parse_partial_symbols): Update.
15089 * dbxread.c (dbx_end_psymtab): Update.
15090
15091 2019-01-15 Tom Tromey <tom@tromey.com>
15092
15093 * symtab.c (lookup_objfile_from_block)
15094 (lookup_symbol_in_objfile_symtabs)
15095 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15096 (find_line_symtab, info_sources_command)
15097 (default_collect_symbol_completion_matches_break_on)
15098 (make_source_files_completion_list): Update.
15099 * symmisc.c (print_objfile_statistics, dump_objfile)
15100 (maintenance_print_symbols, maintenance_info_symtabs)
15101 (maintenance_check_symtabs, maintenance_info_line_tables):
15102 Update.
15103 * source.c (select_source_symtab)
15104 (forget_cached_source_info_for_objfile): Update.
15105 * objfiles.h (class objfile_compunits): Remove.
15106 (struct objfile) <compunits_range>: New typedef.
15107 (compunits): New method.
15108 * objfiles.c (objfile_relocate1): Update.
15109 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15110 * maint.c (count_symtabs_and_blocks): Update.
15111 * linespec.c (iterate_over_all_matching_symtabs): Update.
15112 * cp-support.c (add_symbol_overload_list_qualified): Update.
15113 * coffread.c (coff_symtab_read): Update.
15114 * ada-lang.c (add_nonlocal_symbols)
15115 (ada_collect_symbol_completion_matches)
15116 (ada_add_global_exceptions): Update.
15117
15118 2019-01-15 Tom Tromey <tom@tromey.com>
15119
15120 * progspace.h (program_space) <objfiles_safe_range>: New
15121 typedef.
15122 <objfiles_safe>: New method.
15123 * objfiles.h (class all_objfiles_safe): Remove.
15124 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15125 * jit.c (jit_inferior_exit_hook): Update.
15126
15127 2019-01-17 Tom Tromey <tom@tromey.com>
15128
15129 * progspace.h (program_space) <objfiles_range>: New typedef.
15130 <objfiles>: New method.
15131 <objfiles_head>: Rename from objfiles.
15132 (object_files): Update.
15133 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15134 * guile/scm-pretty-print.c
15135 (ppscm_find_pretty_printer_from_objfiles): Update.
15136 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15137 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15138 Update.
15139 * python/py-progspace.c (pspy_get_objfiles): Update.
15140 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15141 Update.
15142 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15143 (objfpy_lookup_objfile_by_build_id): Update.
15144 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15145 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15146 Update.
15147 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15148 (expand_symtab_containing_pc, lookup_objfile_from_block)
15149 (lookup_static_symbol, basic_lookup_transparent_type)
15150 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15151 (find_line_symtab, info_sources_command)
15152 (default_collect_symbol_completion_matches_break_on)
15153 (make_source_files_completion_list, find_main_name): Update.
15154 * symmisc.c (print_symbol_bcache_statistics)
15155 (print_objfile_statistics, maintenance_print_symbols)
15156 (maintenance_print_msymbols, maintenance_print_objfiles)
15157 (maintenance_info_symtabs, maintenance_check_symtabs)
15158 (maintenance_expand_symtabs, maintenance_info_line_tables):
15159 Update.
15160 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15161 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15162 (map_overlay_command, unmap_overlay_command)
15163 (simple_overlay_update, expand_symtabs_matching)
15164 (map_symbol_filenames): Update.
15165 * symfile-debug.c (set_debug_symfile): Update.
15166 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15167 Update.
15168 * source.c (select_source_symtab, forget_cached_source_info):
15169 Update.
15170 * solib.c (solib_read_symbols): Update.
15171 * solib-spu.c (append_ocl_sos): Update.
15172 * psymtab.c (maintenance_print_psymbols)
15173 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15174 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15175 * printcmd.c (info_symbol_command): Update.
15176 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15177 Update.
15178 * objfiles.h (class all_objfiles): Remove.
15179 * objfiles.c (have_partial_symbols, have_full_symbols)
15180 (have_minimal_symbols, qsort_cmp, update_section_map)
15181 (shared_objfile_contains_address_p)
15182 (default_iterate_over_objfiles_in_search_order): Update.
15183 * objc-lang.c (info_selectors_command, info_classes_command)
15184 (find_methods): Update.
15185 * minsyms.c (find_solib_trampoline_target): Update.
15186 * maint.c (maintenance_info_sections)
15187 (maintenance_translate_address, count_symtabs_and_blocks):
15188 Update.
15189 * main.c (captured_main_1): Update.
15190 * linux-thread-db.c (try_thread_db_load_from_pdir)
15191 (has_libpthread): Update.
15192 * linespec.c (iterate_over_all_matching_symtabs)
15193 (search_minsyms_for_name): Update.
15194 * jit.c (jit_find_objf_with_entry_addr): Update.
15195 * hppa-tdep.c (find_unwind_entry)
15196 (hppa_lookup_stub_minimal_symbol): Update.
15197 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15198 Update.
15199 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15200 (elf_gnu_ifunc_resolve_by_got): Update.
15201 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15202 * dwarf-index-write.c (save_gdb_index_command): Update.
15203 * cp-support.c (add_symbol_overload_list_qualified): Update.
15204 * breakpoint.c (create_overlay_event_breakpoint)
15205 (create_longjmp_master_breakpoint)
15206 (create_std_terminate_master_breakpoint)
15207 (create_exception_master_breakpoint): Update.
15208 * blockframe.c (find_pc_partial_function): Update.
15209 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15210 (ada_collect_symbol_completion_matches)
15211 (ada_add_global_exceptions): Update.
15212
15213 2019-01-17 Tom Tromey <tom@tromey.com>
15214
15215 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15216 declare VEC.
15217 (solib_target_parse_libraries): Change return type.
15218 (library_list_start_segment, library_list_start_section)
15219 (library_list_end_library, library_list_start_library); Update.
15220 (solib_target_free_library_list): Remove.
15221 (solib_target_parse_libraries): Remove cleanup. Change return
15222 type.
15223 (solib_target_current_sos): Update.
15224
15225 2019-01-17 Tom Tromey <tromey@bapiya>
15226
15227 * valprint.c: Replace "the the" with "the".
15228 * symtab.c: Replace "the the" with "the".
15229 * solib.c: Replace "the the" with "the".
15230 * solib-dsbt.c: Replace "the the" with "the".
15231 * linespec.c: Replace "the the" with "the".
15232 * dwarf2loc.h: Replace "the the" with "the".
15233 * amd64-windows-tdep.c: Replace "the the" with "the".
15234 * aarch64-tdep.c: Replace "the the" with "the".
15235
15236 2019-01-16 Keith Seitz <keiths@redhat.com>
15237
15238 PR gdb/23773
15239 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15240 <builder>: Rename to ..
15241 <m_builder>: ... this and make private.
15242 (dwarf2_cu::get_builder): New method. Change all users of
15243 `builder' to use this method.
15244 (dwarf2_start_symtab): Move to ...
15245 (dwarf2_cu::start_symtab): ... here. Update all callers
15246 (setup_type_unit_groups): Move to ...
15247 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15248 callers.
15249 (dwarf2_cu::reset_builder): New method.
15250 (process_full_compunit, process_full_type_unit): Use
15251 dwarf2_cu::reset_builder.
15252 (follow_die_offset): Record the ancestor CU if it is different
15253 from the followed DIE's CU.
15254 (follow_die_sig_1): Likewise.
15255
15256 2019-01-15 Tom Tromey <tom@tromey.com>
15257
15258 * remote.c (class remote_state) <buf>: Now a char_vector.
15259 <buf_size>: Remove.
15260 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15261 parameter.
15262 (remote_target::getpkt_or_notif_sane_1)
15263 (remote_target::getpkt_sane)
15264 (remote_target::getpkt_or_notif_sane): Likewise.
15265 (class remote_target) <putpkt>: New overload.
15266 (remote_target::read_frame): Change type of "buf_p". Remove
15267 sizeof_p parameter.
15268 (packet_ok): New overload.
15269 (packet_check_result): New overload.
15270 Update all uses.
15271
15272 2019-01-14 Tom Tromey <tom@tromey.com>
15273
15274 * remote-notif.c (handle_notification, remote_notif_ack)
15275 (remote_notif_parse): Make "buf" const.
15276 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15277 const.
15278 (remote_notif_parse, remote_notif_ack, handle_notification):
15279 Likewise.
15280 * remote.c (remote_notif_stop_parse): Make "buf" const.
15281 (remote_target::remote_parse_stop_reply): Make "buf" const.
15282 (remote_notif_stop_ack): Make "buf" const.
15283
15284 2019-01-14 Tom Tromey <tom@tromey.com>
15285
15286 * remote.c (remote_console_output): Make parameter const.
15287
15288 2019-01-14 Tom Tromey <tom@tromey.com>
15289
15290 * target-debug.h (target_debug_print_signals): Constify.
15291 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15292 * procfs.c (procfs_target::pass_signals): Update.
15293 * linux-nat.c (linux_nat_target::pass_signals): Update.
15294 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15295 * target-delegates.c: Rebuild.
15296 * remote.c (remote_target::program_signals): Update.
15297 (remote_target::pass_signals): Update.
15298 * target.c (target_pass_signals): Constify argument.
15299 (target_program_signals): Likewise.
15300 * target.h (struct target_ops) <pass_signals, program_signals>:
15301 Constify argument.
15302 (target_pass_signals, target_program_signals): Constify argument.
15303
15304 2019-01-14 Tom Tromey <tom@tromey.com>
15305
15306 PR tui/28819:
15307 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15308
15309 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15310
15311 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15312 field.
15313 * rs6000-tdep.c: Include reggroups.h.
15314 (IS_V_ALIAS_PSEUDOREG): Define.
15315 (rs6000_register_name): Return names for the "vX" aliases.
15316 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15317 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15318 aliases. Call default_register_reggroup_p for all other
15319 pseudo-registers.
15320 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15321 New functions.
15322 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15323 Handle "vX" aliases.
15324 (v_alias_pseudo_register_collect): New function.
15325 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15326 (rs6000_gdbarch_init): Initialize "vX" aliases as
15327 pseudo-registers. Restore registration of
15328 rs6000_pseudo_register_reggroup_p with
15329 set_tdesc_pseudo_register_reggroup_p.
15330
15331 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15332
15333 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15334 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15335 set_gdbarch_num_pseudo_regs.
15336
15337 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15338
15339 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15340 Remove arg prefixname, add do_set and do_show.
15341 Add member functions set_list and show_list.
15342 * cli/cli-style.c (class cli_style_option): Update accordingly.
15343 (style_set_list): Move to file scope.
15344 (style_show_list): Likewise.
15345 (set_style): Call help_list.
15346 (show_style): Call cmd_show_list.
15347 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15348 Update to use the new macro.
15349
15350 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15351
15352 * ada-lang.c (_initialize_ada_language): Expand the help text
15353 for the "catch exception" command.
15354
15355 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15356
15357 * symtab.c (matching_obj_sections): Initialize obj,
15358 declare it closer to its usage.
15359
15360 2019-01-10 Tom Tromey <tom@tromey.com>
15361
15362 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15363 (basic_inf_threads_range): Remove.
15364 (inf_threads_range, inf_non_exited_threads_range)
15365 (safe_inf_threads_range): Use next_adapter.
15366
15367 2019-01-10 Keith Seitz <keiths@redhat.com>
15368
15369 PR gdb/23712
15370 PR symtab/23010
15371 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15372 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15373
15374 2019-01-10 Keith Seitz <keiths@redhat.com>
15375
15376 PR gdb/23712
15377 PR symtab/23010
15378 * dictionary.c (pending_to_vector): Remove.
15379 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15380 Remove _1 suffix, replacing functions of the same name. Update
15381 all callers.
15382 (dict_create_hashed, dict_create_hashed_expandable)
15383 (dict_create_linear, dict_create_linear_expandable, dict_free)
15384 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15385 Make functions static.
15386
15387 2019-01-10 Keith Seitz <keiths@redhat.com>
15388
15389 PR gdb/23712
15390 PR symtab/23010
15391 * dictionary.h (struct dictionary): Replace declaration with
15392 multidictionary.
15393 (dict_create_hashed, dict_create_hashed_expandable)
15394 (dict_create_linear, dict_create_linear_expandable)
15395 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15396 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15397 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15398 taking multidictionary argument.
15399 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15400 * block.h (struct block) <dict>: Change to multidictionary
15401 and rename `multidict'.
15402 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15403 symmisc.c: Update all dictionary references to multidictionary.
15404
15405 2019-01-10 Keith Seitz <keiths@redhat.com>
15406
15407 PR gdb/23712
15408 PR symtab/23010
15409 * dictionary.c: Include unordered_map.
15410 (pending_to_vector): New function.
15411 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15412 Rewrite the non-"_1" functions to take vector instead
15413 of linked list.
15414 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15415 "new" _1 versions of the same name.
15416 (multidictionary): Define.
15417 (std::hash<enum language): New definition.
15418 (collate_pending_symbols_by_language, mdict_create_hashed)
15419 (mdict_create_hashed_expandable, mdict_create_linear)
15420 (mdict_create_linear_expandable, mdict_free)
15421 (find_language_dictionary, create_new_language_dictionary)
15422 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15423 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15424 (mdict_size, mdict_empty): New functions.
15425 * dictionary.h (mdict_iterator): Define.
15426
15427 2019-01-10 Pedro Alves <palves@redhat.com>
15428
15429 * breakpoint.c (read_uploaded_action)
15430 (create_tracepoint_from_upload): Adjust to use
15431 gdb::unique_xmalloc_ptr.
15432 * ctf.c (ctf_write_uploaded_tp):
15433 (SET_ARRAY_FIELD): Use emplace_back.
15434 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15435 * tracefile-tfile.c (tfile_write_uploaded_tp):
15436 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15437 gdb::unique_xmalloc_ptr.
15438 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15439 at_string, cond_string, cmd_strings>: Replace char pointers
15440 with gdb::unique_xmalloc_ptr.
15441
15442 2019-01-10 Pedro Alves <palves@redhat.com>
15443
15444 * solib-target.c (library_list_start_library): Don't xstrdup name.
15445
15446 2019-01-10 Pedro Alves <palves@redhat.com>
15447
15448 * mdebugread.c (parse_partial_symbols): Use
15449 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15450
15451 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15452
15453 * linux-fork.c (scoped_switch_fork_info)
15454 <~scoped_switch_fork_info>: Fix incorrect variable name.
15455
15456 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15457
15458 * linux-fork.c (scoped_switch_fork_info)
15459 <scoped_switch_fork_info>: Make explicit.
15460 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15461
15462 2019-01-10 Tom Tromey <tom@tromey.com>
15463
15464 * objfiles.h (objfile::reset_psymtabs): Update.
15465 * objfiles.c (objfile::objfile): Update.
15466 * psymtab.h (psymtab_storage::obstack): Update.
15467 (psymtab_storage::m_obstack): Use gdb::optional.
15468 (class psymtab_storage): Update comment. Remove objfile
15469 parameter.
15470 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15471
15472 2019-01-10 Tom Tromey <tom@tromey.com>
15473
15474 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15475 <free_psymtabs>: Now private.
15476 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15477 (allocate_psymtab): Use new method.
15478
15479 2019-01-10 Tom Tromey <tom@tromey.com>
15480
15481 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15482 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15483 * mdebugread.c (parse_partial_symbols): Use
15484 allocate_dependencies.
15485 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15486 allocate_dependencies.
15487 (process_psymtab_comp_unit_reader)
15488 (build_type_psymtab_dependencies): Likewise.
15489 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15490
15491 2019-01-10 Tom Tromey <tom@tromey.com>
15492
15493 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15494 PSYMBOL_SET_LANGUAGE.
15495 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15496
15497 2019-01-10 Tom Tromey <tom@tromey.com>
15498
15499 * psymtab.h (psymtab_storage::obstack): New method.
15500 <m_obstack>: Rename from obstack; now private.
15501 * psymtab.c (psymtab_storage): Update.
15502 * dwarf2read.c (create_addrmap_from_index)
15503 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15504 Update.
15505
15506 2019-01-10 Tom Tromey <tom@tromey.com>
15507
15508 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15509 * objfiles.h (objfile::reset_psymtabs): New method.
15510
15511 2019-01-10 Tom Tromey <tom@tromey.com>
15512
15513 * symmisc.c (print_symbol_bcache_statistics): Update.
15514 (print_objfile_statistics): Update.
15515 * symfile.c (reread_symbols): Update.
15516 * psymtab.h (class psymtab_storage): New.
15517 * psymtab.c (psymtab_storage): New constructor.
15518 (~psymtab_storage): New destructor.
15519 (require_partial_symbols): Update.
15520 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15521 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15522 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15523 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15524 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15525 (start_psymtab_common, end_psymtab_common)
15526 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15527 (allocate_psymtab): Update.
15528 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15529 Update.
15530 (dump_psymtab_addrmap, maintenance_print_psymbols)
15531 (maintenance_check_psymtabs): Update.
15532 (class objfile_psymtabs): Move to objfiles.h.
15533 * psympriv.h (discard_psymtab): Now inline.
15534 (psymtab_discarder::psymtab_discarder): Update.
15535 (psymtab_discarder::~psymtab_discarder): Update.
15536 (ALL_OBJFILE_PSYMTABS): Rewrite.
15537 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15538 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15539 Remove fields.
15540 <partial_symtabs>: New field.
15541 (class objfile_psymtabs): Move from psymtab.h. Update.
15542 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15543 psymbol_cache.
15544 (objfile::~objfile): Don't destroy psymbol_cache.
15545 * mdebugread.c (parse_partial_symbols): Update.
15546 * dwarf2read.c (create_addrmap_from_index)
15547 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15548 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15549 (add_partial_subprogram, dwarf2_ranges_read): Update.
15550 * dwarf-index-write.c (write_address_map)
15551 (write_one_signatured_type, recursively_write_psymbols)
15552 (class debug_names, class debug_names, write_psymtabs_to_index):
15553 Update.
15554
15555 2019-01-10 Tom Tromey <tom@tromey.com>
15556
15557 * symtab.h (SYMBOL_SET_NAMES): Update.
15558 (symbol_set_names): Update.
15559 (MSYMBOL_SET_NAMES): Update.
15560 * symtab.c (symbol_set_names): Change argument to be an
15561 objfile_per_bfd_storage.
15562 * psymtab.c (add_psymbol_to_bcache): Update.
15563 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15564
15565 2019-01-10 Tom Tromey <tom@tromey.com>
15566
15567 * symtab.c (create_demangled_names_hash): Change argument to be an
15568 objfile_per_bfd_storage.
15569 (symbol_set_names): Update.
15570
15571 2019-01-10 Tom Tromey <tom@tromey.com>
15572
15573 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15574 init_psymbol_list.
15575 * psymtab.c (init_psymbol_list): Do nothing if already called.
15576 * psympriv.h (init_psymbol_list): Add comment.
15577 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15578 init_psymbol_list.
15579 * dbxread.c (dbx_symfile_read): Unconditionally call
15580 init_psymbol_list.
15581
15582 2019-01-10 Tom Tromey <tom@tromey.com>
15583
15584 * xcoffread.c (scan_xcoff_symtab): Update.
15585 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15586 "where".
15587 * mdebugread.c (parse_partial_symbols)
15588 (handle_psymbol_enumerators): Update.
15589 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15590 * dbxread.c (read_dbx_symtab): Update.
15591 * psympriv.h (psymbol_placement): New enum.
15592 (add_psymbol_to_list): Update.
15593
15594 2019-01-10 Tom Tromey <tom@tromey.com>
15595
15596 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15597 static_psymbols parameters.
15598 (scan_xcoff_symtab): Update.
15599 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15600 static_psymbols parameters.
15601 * psympriv.h (start_psymtab_common): Update.
15602 * mdebugread.c (parse_partial_symbols): Update.
15603 * dwarf2read.c (create_partial_symtab): Update.
15604 * dbxread.c (read_dbx_symtab): Update.
15605 (start_psymtab): Remove global_psymbols and static_psymbols
15606 parameters.
15607
15608 2019-01-10 Tom Tromey <tom@tromey.com>
15609
15610 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15611 * psymtab.c (allocate_psymtab): Add comment.
15612 * psympriv.h (allocate_psymtab): Add comment.
15613 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15614 initializations.
15615 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15616
15617 2019-01-10 Tom Tromey <tom@tromey.com>
15618
15619 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15620 Don't declare.
15621 * mipsread.c: Include mdebugread.h.
15622 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15623 Declare.
15624 * elfread.c: Include mdebugread.h.
15625
15626 2019-01-09 Tom Tromey <tom@tromey.com>
15627
15628 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15629 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15630 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15631 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15632 (psym_lookup_symbol, psym_find_last_source_symtab)
15633 (psym_forget_cached_source_info, psym_print_stats)
15634 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15635 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15636 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15637 (psym_find_compunit_symtab_by_address)
15638 (maintenance_print_psymbols, maintenance_info_psymtabs)
15639 (maintenance_check_psymtabs): Use ranged for.
15640 * psymtab.h (class objfile_psymtabs): New.
15641 (require_partial_symbols): Return objfile_psymtabs.
15642 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15643
15644 2019-01-09 Tom Tromey <tom@tromey.com>
15645
15646 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15647 (find_pc_mapped_section, list_overlays_command)
15648 (map_overlay_command, unmap_overlay_command)
15649 (simple_overlay_update): Use all_objfiles.
15650 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15651 * printcmd.c (info_symbol_command): Use all_objfiles.
15652 * objfiles.h (ALL_OBJSECTIONS): Remove.
15653 * maint.c (maintenance_translate_address): Use all_objfiles.
15654 * gcore.c (gcore_create_callback): Use all_objfiles.
15655 (objfile_find_memory_regions): Likewise.
15656
15657 2019-01-09 Tom Tromey <tom@tromey.com>
15658
15659 * symtab.c (find_line_symtab, info_sources_command)
15660 (make_source_files_completion_list): Use objfile_compunits.
15661 * source.c (select_source_symtab): Use objfile_compunits.
15662 * objfiles.h (struct objfile): Update comment.
15663 (ALL_OBJFILES): Remove.
15664 (ALL_FILETABS): Remove.
15665 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15666 objfile_compunits.
15667
15668 2019-01-09 Tom Tromey <tom@tromey.com>
15669
15670 * symmisc.c (print_objfile_statistics, dump_objfile)
15671 (maintenance_print_symbols): Use compunit_filetabs.
15672 * source.c (forget_cached_source_info_for_objfile): Use
15673 compunit_filetabs.
15674 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15675 (ALL_FILETABS): Use compunit_filetabs.
15676 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15677 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15678
15679 2019-01-09 Tom Tromey <tom@tromey.com>
15680
15681 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15682 (compunit_filetabs): New.
15683 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15684 compunit_filetabs.
15685 (info_sources_command, make_source_files_completion_list): Remove
15686 declaration.
15687 * symmisc.c (print_objfile_statistics, dump_objfile)
15688 (maintenance_print_symbols): Remove declaration.
15689 (maintenance_info_symtabs): Use compunit_filetabs.
15690 (maintenance_info_line_tables): Likewise.
15691 * source.c (select_source_symtab): Change local variable name.
15692 (forget_cached_source_info_for_objfile): Remove declaration.
15693 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15694 * objfiles.c (objfile_relocate1): Remove declaration.
15695 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15696 declaration.
15697 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15698 * coffread.c (coff_symtab_read): Remove declaration.
15699 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15700 compunit_filetabs.
15701
15702 2019-01-09 Tom Tromey <tom@tromey.com>
15703
15704 * symtab.c (lookup_objfile_from_block)
15705 (find_pc_sect_compunit_symtab, search_symbols)
15706 (default_collect_symbol_completion_matches_break_on): Use
15707 objfile_compunits.
15708 * objfiles.h (ALL_COMPUNITS): Remove.
15709 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15710 * cp-support.c (add_symbol_overload_list_qualified): Use
15711 objfile_compunits.
15712 * ada-lang.c (ada_collect_symbol_completion_matches)
15713 (ada_add_global_exceptions): Use objfile_compunits.
15714
15715 2019-01-09 Tom Tromey <tom@tromey.com>
15716
15717 * source.c (select_source_symtab)
15718 (forget_cached_source_info_for_objfile): Remove declaration.
15719 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15720 declaration.
15721 * maint.c (count_symtabs_and_blocks): Remove declaration.
15722 * cp-support.c (add_symbol_overload_list_qualified): Remove
15723 declaration.
15724 * coffread.c (coff_symtab_read): Remove declaration.
15725 * symtab.c (lookup_symbol_in_objfile_symtabs)
15726 (basic_lookup_transparent_type_1): Use objfile_compunits.
15727 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15728 (info_sources_command, search_symbols)
15729 (default_collect_symbol_completion_matches_break_on)
15730 (make_source_files_completion_list): Remove declaration.
15731 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15732 (ada_collect_symbol_completion_matches)
15733 (ada_add_global_exceptions): Remove declaration.
15734 * linespec.c (iterate_over_all_matching_symtabs): Use
15735 objfile_compunits.
15736 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15737 (class objfile_compunits): New.
15738 (ALL_COMPUNITS): Use objfile_compunits.
15739 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15740 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15741 objfile_compunits.
15742 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15743
15744 2019-01-09 Tom Tromey <tom@tromey.com>
15745
15746 * symtab.c (search_symbols)
15747 (default_collect_symbol_completion_matches_break_on): Use
15748 objfile_msymbols.
15749 * ada-lang.c (ada_lookup_simple_minsym)
15750 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15751 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15752 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15753 objfile_msymbols.
15754 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15755 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15756 * objc-lang.c (find_methods): Use objfile_msymbols.
15757 (info_selectors_command, info_classes_command): Likewise.
15758 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15759 * objfiles.h (class objfile_msymbols): New.
15760 (ALL_OBJFILE_MSYMBOLS): Remove.
15761 (ALL_MSYMBOLS): Remove.
15762
15763 2019-01-09 Tom Tromey <tom@tromey.com>
15764
15765 * common/next-iterator.h (next_adapter): Add Iterator template
15766 parameter.
15767 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15768 (class all_objfiles_safe): New.
15769 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15770 * objfiles.c (put_objfile_before): Update comment.
15771 (add_separate_debug_objfile): Likewise.
15772 (free_all_objfiles): Use all_objfiles_safe.
15773 (objfile_purge_solibs): Likewise.
15774
15775 2019-01-09 Tom Tromey <tom@tromey.com>
15776
15777 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15778 (expand_symtab_containing_pc, lookup_static_symbol)
15779 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15780 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15781 all_objfiles.
15782 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15783 * breakpoint.c (create_overlay_event_breakpoint)
15784 (create_longjmp_master_breakpoint)
15785 (create_std_terminate_master_breakpoint)
15786 (create_exception_master_breakpoint): Use all_objfiles.
15787 * linux-thread-db.c (try_thread_db_load_from_pdir)
15788 (has_libpthread): Use all_objfiles.
15789 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15790 * linespec.c (iterate_over_all_matching_symtabs)
15791 (search_minsyms_for_name): Use all_objfiles.
15792 * maint.c (maintenance_info_sections): Use all_objfiles.
15793 * main.c (captured_main_1): Use all_objfiles.
15794 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15795 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15796 * guile/scm-pretty-print.c
15797 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15798 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15799 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15800 (maintenance_print_msymbols): Use all_objfiles.
15801 * source.c (select_source_symtab): Use all_objfiles.
15802 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15803 * symfile.c (remove_symbol_file_command)
15804 (expand_symtabs_matching, map_symbol_filenames): Use
15805 all_objfiles.
15806 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15807 all_objfiles.
15808 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15809 * objc-lang.c (find_methods): Use all_objfiles.
15810 * objfiles.c (have_partial_symbols, have_full_symbols)
15811 (have_minimal_symbols, qsort_cmp)
15812 (default_iterate_over_objfiles_in_search_order): Use
15813 all_objfiles.
15814 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15815 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15816 (maintenance_check_psymtabs): Use all_objfiles.
15817 (ALL_PSYMTABS): Remove.
15818 * compile/compile-object-run.c (do_module_cleanup): Use
15819 all_objfiles.
15820 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15821 * cp-support.c (add_symbol_overload_list_qualified): Use
15822 all_objfiles.
15823 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15824 Use all_objfiles.
15825 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15826 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15827 all_objfiles.
15828 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15829 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15830 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15831 Uses all_objfiles.
15832 * solib.c (solib_read_symbols): Use all_objfiles
15833
15834 2019-01-09 Tom Tromey <tom@tromey.com>
15835
15836 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15837 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15838 all_objfiles.
15839 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15840 * symmisc.c (print_symbol_bcache_statistics)
15841 (print_objfile_statistics, maintenance_print_objfiles)
15842 (maintenance_info_symtabs, maintenance_check_symtabs)
15843 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15844 all_objfiles.
15845 * source.c (forget_cached_source_info): Use all_objfiles.
15846 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15847 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15848 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15849 * objfiles.c (update_section_map): Use all_objfiles.
15850 (shared_objfile_contains_address_p): Likewise.
15851 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15852 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15853
15854 2019-01-09 Tom Tromey <tom@tromey.com>
15855
15856 * common/next-iterator.h: New file.
15857 * objfiles.h (class all_objfiles): New.
15858 (struct objfile_iterator): New.
15859
15860 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15861
15862 * NEWS: Move the description of the changed "frame", "select-frame",
15863 and "info frame" commands to the Changed commands section.
15864
15865 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15866
15867 * gdbtypes.c (check_stub_method_group): Remove handling of old
15868 mangling schemes.
15869 * linespec.c (find_methods): Likewise.
15870 * stabsread.c (read_member_functions): Likewise.
15871 * valops.c (search_struct_method): Likewise.
15872 (value_struct_elt_for_reference): Likewise.
15873 * NEWS: Mention this change.
15874
15875 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15876
15877 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15878 print_source_lines.
15879 * source.c (print_source_lines_base): Update line number check.
15880 (print_source_lines): New function.
15881 (source_lines_range::source_lines_range): New function.
15882 * source.h (class source_lines_range): New class.
15883 (print_source_lines): New declaration.
15884
15885 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15886
15887 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15888
15889 2019-01-08 Tom Tromey <tom@tromey.com>
15890 Simon Marchi <simon.marchi@ericsson.com>
15891
15892 PR gdb/24060
15893 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15894 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15895 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15896 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15897 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15898 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15899
15900 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15901
15902 * source.c (select_source_symtab): Move header comment to
15903 declaration in source.h.
15904 (forget_cached_source_info_for_objfile): Likewise.
15905 (forget_cached_source_info): Likewise.
15906 (identify_source_line): Likewise.
15907 * source.h (identify_source_line): Move declaration from symtab.h
15908 and add comment from source.c
15909 (print_source_lines): Likewise.
15910 (forget_cached_source_info_for_objfile): Likewise.
15911 (forget_cached_source_info): Likewise.
15912 (select_source_symtab): Likewise.
15913 (enum print_source_lines_flag): Move definition from symtab.h.
15914 * symtab.h (identify_source_line): Move declaration to source.h.
15915 (print_source_lines): Likewise.
15916 (forget_cached_source_info_for_objfile): Likewise.
15917 (forget_cached_source_info): Likewise.
15918 (select_source_symtab): Likewise.
15919 (enum print_source_lines_flag): Move definition to source.h.
15920 * tui/tui-hooks.c: Add 'source.h' include.
15921
15922 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15923
15924 * source.c (print_source_lines_base): Handle requests to print
15925 reverse line number sequences, and guard against empty lines
15926 string.
15927
15928 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15929
15930 * source.c (print_source_lines_base): Fix skip of '\r' if next
15931 character is '\n'.
15932
15933 2019-01-06 Tom Tromey <tom@tromey.com>
15934
15935 * c-exp.y (struct c_parse_state) <macro_original_text,
15936 expansion_obstack>: New member.
15937 (macro_original_text, expansion_obstack): Remove globals.
15938 (scan_macro_expansion, scanning_macro_expansion)
15939 (finished_macro_expansion): Update.
15940 (scan_macro_cleanup): Remove.
15941 (yylex, c_parse): Update.
15942
15943 2019-01-06 Tom Tromey <tom@tromey.com>
15944
15945 * c-exp.y (struct c_parse_state) <strings>: New member.
15946 (operator_stoken): Update.
15947
15948 2019-01-06 Tom Tromey <tom@tromey.com>
15949
15950 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15951 (union type_stack_elt) <typelist_val>: Now a pointer to
15952 std::vector.
15953 (type_stack_cleanup): Don't declare.
15954 (push_typelist): Update.
15955 * parse.c (pop_typelist): Return a std::vector.
15956 (push_typelist): Take a std::vector.
15957 (follow_types): Update. Do not free args.
15958 (type_stack_cleanup): Remove.
15959 * c-exp.y (struct c_parse_state): New.
15960 (cpstate): New global.
15961 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15962 (nonempty_typelist): Update.
15963 (func_mod): Create a new vector.
15964 (c_parse): Create a c_parse_state.
15965 (check_parameter_typelist): Do not delete params.
15966 (function_method): Update. Do not delete type_list.
15967
15968 2019-01-06 Tom Tromey <tom@tromey.com>
15969
15970 PR gdb/28155:
15971 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15972 check_typedef.
15973 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15974 (print_return_value): Likewise.
15975
15976 2019-01-05 Tom Tromey <tom@tromey.com>
15977
15978 * contrib/cleanup_check.py: Remove.
15979 * contrib/gcc-with-excheck: Remove.
15980 * contrib/exsummary.py: Remove.
15981 * contrib/excheck.py: Remove.
15982
15983 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15984
15985 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15986 NULL. Initialize tpprev to NULL instead of assigning it
15987 to NULL on the next statement.
15988 * windows-nat.c (windows_delete_thread): Remove check for
15989 main_thread_id before printing thread exit notifications.
15990 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15991 Remove thread ID check against main_thread_id.
15992 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15993 windows_delete_thread.
15994 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15995
15996 2019-01-04 Tom Tromey <tom@tromey.com>
15997
15998 * compile/compile.c (_initialize_compile): Use upper case for
15999 metasyntactic variables.
16000 * symmisc.c (_initialize_symmisc): Use upper case for
16001 metasyntactic variables.
16002 * psymtab.c (_initialize_psymtab): Use upper case for
16003 metasyntactic variables.
16004 * demangle.c (demangle_command): Use upper case for metasyntactic
16005 variables.
16006 (_initialize_demangler): Likewise.
16007 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16008 variables.
16009
16010 2019-01-03 Tom Tromey <tom@tromey.com>
16011
16012 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16013
16014 2019-01-03 Tom Tromey <tom@tromey.com>
16015
16016 * python/py-symtab.c (salpy_str): Update.
16017 (struct salpy_sal_object) <symtab>: Now a PyObject.
16018 (salpy_dealloc): Update.
16019 (del_objfile_sal): Use gdbpy_ref.
16020
16021 2019-01-03 Tom Tromey <tom@tromey.com>
16022
16023 * python/py-type.c (convert_field): Use new_reference. Return
16024 gdbpy_ref.
16025 (make_fielditem): Return gdbpy_ref.
16026 (typy_fields): Update.
16027 (typy_getitem): Update.
16028 (field_name): Return gdbpy_ref. Use new_reference.
16029 (typy_iterator_iternext): Update.
16030
16031 2019-01-03 Tom Tromey <tom@tromey.com>
16032
16033 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16034
16035 2019-01-03 Tom Tromey <tom@tromey.com>
16036
16037 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16038 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16039 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16040 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16041 (pspy_set_type_printers): Likewise.
16042 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16043 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16044 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16045 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16046 (objfpy_set_type_printers): Likewise.
16047
16048 2019-01-03 Tom Tromey <tom@tromey.com>
16049
16050 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16051 (gdbpy_print_stack): Use gdbpy_err_fetch.
16052 * python/python-internal.h (class gdbpy_err_fetch): New class.
16053 (class gdbpy_enter) <m_error_type, m_error_value,
16054 m_error_traceback>: Remove.
16055 <m_error>: New member.
16056 (gdbpy_exception_to_string): Don't declare.
16057 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16058 * python/py-value.c (convert_value_from_python): Use
16059 gdbpy_err_fetch.
16060 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16061 gdbpy_exception_to_string.
16062 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16063 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16064 gdbpy_err_fetch.
16065
16066 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16067
16068 * linux-nat.c (delete_lwp_cleanup): Delete.
16069 (struct lwp_deleter): New struct.
16070 (lwp_info_up): New typedef.
16071 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16072 lwp_info_up.
16073
16074 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16075
16076 * linux-fork.c (class scoped_switch_fork_info): New class.
16077 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16078
16079 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16080
16081 * valops.c (find_overload_match): Remove use of null_cleanup, and
16082 calls to do_cleanups.
16083
16084 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16085
16086 * compile/compile-cplus-types.c
16087 (compile_cplus_instance::decl_name): Handle changes to
16088 cp_func_name.
16089 * cp-support.c (cp_func_name): Update header comment, update
16090 return type.
16091 * cp-support.h (cp_func_name): Update return type in declaration.
16092 * valops.c (find_overload_match): Move temp_func local to top
16093 level of function and change its type. Use temp_func to hold and
16094 delete temporary string obtained from cp_func_name.
16095
16096 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16097
16098 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16099 gdb::char_vector, remove cleanup, and update uses of `msg`.
16100
16101 2019-01-03 Jim Wilson <jimw@sifive.com>
16102
16103 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16104
16105 2019-01-02 Tom Tromey <tom@tromey.com>
16106
16107 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16108 (tdesc_parse_xml): Remove cleanups.
16109 * target-descriptions.h (make_cleanup_free_target_description):
16110 Don't declare.
16111 (target_desc_deleter): New struct.
16112 (target_desc_up): New typedef.
16113 * target-descriptions.c (target_desc_deleter::operator()): Rename
16114 from free_target_description.
16115 (make_cleanup_free_target_description): Remove.
16116
16117 2019-01-02 Tom Tromey <tom@tromey.com>
16118
16119 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16120 constructor, destructor.
16121 (linespec_parser): Remove typedef.
16122 (~linespec_parser): Rename from linespec_parser_delete.
16123 (linespec_lex_to_end, linespec_complete_label)
16124 (linespec_complete): Update.
16125 (decode_line_full): Remove cleanups.
16126 (decode_line_1): Update.
16127
16128 2019-01-02 Tom Tromey <tom@tromey.com>
16129
16130 * python/python-internal.h (inferior_to_inferior_object): Change
16131 return type.
16132 * python/py-exitedevent.c (create_exited_event_object): Update.
16133 * python/py-inferior.c (inferior_to_inferior_object): Return
16134 gdbpy_ref.
16135 (python_new_inferior, python_inferior_deleted)
16136 (thread_to_thread_object, delete_thread_object)
16137 (build_inferior_list, gdbpy_selected_inferior): Update.
16138 * python/py-infthread.c (create_thread_object): Update. Also fail
16139 if inferior_to_inferior_object fails.
16140
16141 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16142
16143 * inferior.h (class inferior) <displaced_step_state>: New field.
16144 * infrun.h (struct displaced_step_state): Move here from
16145 infrun.c. Initialize fields, add constructor.
16146 <inf>: Remove field.
16147 <reset>: New method.
16148 * infrun.c (struct displaced_step_inferior_state): Move to
16149 infrun.h.
16150 (displaced_step_inferior_states): Remove.
16151 (get_displaced_stepping_state): Adust.
16152 (displaced_step_in_progress_any_inferior): Adjust.
16153 (displaced_step_in_progress_thread): Adjust.
16154 (displaced_step_in_progress): Adjust.
16155 (add_displaced_stepping_state): Remove.
16156 (get_displaced_step_closure_by_addr): Adjust.
16157 (remove_displaced_stepping_state): Remove.
16158 (infrun_inferior_exit): Call displaced_step_state.reset.
16159 (use_displaced_stepping): Don't check for NULL.
16160 (displaced_step_prepare_throw): Call
16161 get_displaced_stepping_state.
16162 (displaced_step_fixup): Don't check for NULL.
16163 (prepare_for_detach): Don't check for NULL.
16164
16165 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16166
16167 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16168 in case of call that did not complete.
16169
16170 2019-01-02 Andrey Utkin <autkin@undo.io>
16171
16172 * symfile.c (find_separate_debug_file): Fix search of debug files for
16173 remote debuggee.
16174
16175 2019-01-02 Tom Tromey <tom@tromey.com>
16176
16177 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16178 indentation.
16179 * python/py-frame.c (frapy_older): Remove cast.
16180 (frapy_newer): Likewise.
16181 * python/py-breakpoint.c (local_setattro): Remove cast.
16182 * python/py-arch.c (archpy_name): Remove local variable.
16183 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16184
16185 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16186
16187 * unittests/basic_string_view/element_access/char/empty.cc:
16188 Fix year range in copyright header.
16189
16190 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16191
16192 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16193 Delete.
16194 <operator==>: Update with for removed field.
16195 <hash>: Likewise.
16196 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16197 <isa_features>: ...this.
16198 <abi_features>: New field.
16199 (riscv_isa_flen): Update comment.
16200 (riscv_abi_xlen): New declaration.
16201 (riscv_abi_flen): New declaration.
16202 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16203 isa_features.
16204 (riscv_abi_xlen): New function.
16205 (riscv_isa_flen): Update to get answer from isa_features.
16206 (riscv_abi_flen): New function.
16207 (riscv_has_fp_abi): Update to get answer from abi_features.
16208 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16209 xlen and flen.
16210 (riscv_call_info) <xlen, flen>: Update comment.
16211 (riscv_call_arg_struct): Remove invalid assertions
16212 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16213 is removed.
16214 (riscv_gdbarch_init): Gather isa features and abi features
16215 separately, ensure both match on the gdbarch when reusing an old
16216 gdbarch. Relax an error check to allow 32-bit abi float to run on
16217 a target with 64-bit float hardware.
16218
16219 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16220
16221 * source.c (search_command_helper): Stop reverse search
16222 when line 1 has been searched.
16223
16224 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16225
16226 * record-full.c (record_full_base_target::close): Rewrite
16227 record_full_core_buf_list free logic.
16228
16229 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16230
16231 * break-catch-syscall.c (print_one_catch_syscall): xfree
16232 the last text.
16233
16234 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16235
16236 * top.c (print_gdb_version): Update Copyright year in version
16237 message.
16238
16239 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16240
16241 Update copyright year range in all GDB files.
16242
16243 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16244
16245 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16246
16247 For older changes see ChangeLog-2018.
16248 \f
16249 Local Variables:
16250 mode: change-log
16251 left-margin: 8
16252 fill-column: 74
16253 version-control: never
16254 coding: utf-8
16255 End:
16256
This page took 1.888427 seconds and 4 git commands to generate.