Compare iterators, not values, in filtered_iterator::operator{==,!=}
[binutils-gdb.git] / gdb / ChangeLog
1 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
2
3 * filtered-iterator.h (filtered_iterator) <operator==,
4 operator!=>: Compare wrapped iterators, not wrapped pointers.
5 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6 unittests/filtered_iterator-selftests.c.
7 * unittests/filtered_iterator-selftests.c: New file.
8
9 2019-12-04 Tom Tromey <tromey@adacore.com>
10
11 * gdbtypes.c (create_range_type): Inherit endianity
12 from base type.
13
14 2019-12-04 Tom Tromey <tromey@adacore.com>
15
16 * ada-lang.c (decode_constrained_packed_array)
17 (ada_value_assign, value_assign_to_component): Update.
18 * dwarf2loc.c (rw_pieced_value, access_memory)
19 (dwarf2_compile_expr_to_ax): Update.
20 * dwarf2read.c (dwarf2_add_field): Update.
21 * eval.c (evaluate_subexp_standard): Update.
22 * gdbarch.c, gdbarch.h: Rebuild.
23 * gdbarch.sh (bits_big_endian): Remove.
24 * gdbtypes.h (union field_location): Update comment.
25 * target-descriptions.c (make_gdb_type): Update.
26 * valarith.c (value_bit_index): Update.
27 * value.c (struct value) <bitpos>: Update comment.
28 (unpack_bits_as_long, modify_field): Update.
29 * value.h (value_bitpos): Update comment.
30
31 2019-12-04 Tom Tromey <tromey@adacore.com>
32
33 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
34 endian-ness.
35
36 2019-12-04 Tom Tromey <tromey@adacore.com>
37
38 * dwarf2read.c (dwarf2_init_float_type)
39 (dwarf2_init_complex_target_type): Add byte_order parameter.
40 (read_base_type): Compute byte order earlier.
41 * gdbtypes.c (init_float_type): Add byte_order parameter.
42 * gdbtypes.h (init_float_type): Add byte_order parameter.
43
44 2019-12-04 Tom Tromey <tromey@adacore.com>
45
46 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
47
48 2019-12-04 Tom Tromey <tromey@adacore.com>
49
50 * dwarf2read.c (process_structure_scope): Initialize
51 "discr_offset".
52
53 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
56 add it into the search spec.
57 (parse_max_results_option): New function.
58 (mi_info_functions_or_variables): Parse -max-results flag and pass
59 it to mi_symbol_info.
60 (mi_cmd_symbol_info_modules): Likewise.
61 (mi_cmd_symbol_info_types): Likewise.
62 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
63 return type to bool, change result container into a set, and don't
64 add new results if we have enough already.
65 (global_symbol_searcher::add_matching_msymbols): Change return
66 type to bool, and don't add new results if we have enough already.
67 (sort_search_symbols_remove_dups): Delete.
68 (global_symbol_searcher::search): Early exit from search loop when
69 we have enough results. Use a std::set to collect the results
70 from calling add_matching_symbols.
71 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
72 member function.
73 (global_symbol_searcher) <m_max_search_results>: New member
74 variable.
75 (global_symbol_searcher) <add_matching_symbols>: Update header
76 comment and change return type to bool.
77 (global_symbol_searcher) <add_matching_msymbols>: Update header
78 comment and change return type to bool.
79
80 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * symtab.c (symbol_search::compare_search_syms): Update header
83 comment.
84 (global_symbol_searcher::is_suitable_msymbol): New function.
85 (global_symbol_searcher::expand_symtabs): New function.
86 (global_symbol_searcher::add_matching_symbols): New function.
87 (global_symbol_searcher::add_matching_msymbols): New function.
88 (global_symbol_searcher::search): Move most of the content
89 into the new functions above, and call them as needed.
90 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
91 function.
92 (global_symbol_searcher) <add_matching_symbols>: New member
93 function.
94 (global_symbol_searcher) <add_matching_msymbols>: New member
95 function.
96 (global_symbol_searcher) <is_suitable_msymbol>: New member
97 function.
98
99 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
102 -symbol-info-module-variables entries.
103 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
104 (mi_cmd_symbol_info_module_variables): Declare.
105 * mi/mi-symbol-cmds.c
106 (module_symbol_search_iterator): New typedef.
107 (output_module_symbols_in_single_module_and_file): New function.
108 (output_module_symbols_in_single_module): New function.
109 (mi_info_module_functions_or_variables): New function.
110 (mi_cmd_symbol_info_module_functions): New function.
111 (mi_cmd_symbol_info_module_variables): New function.
112 * NEWS: Mention new MI command.
113
114 2019-12-03 Christian Biesinger <cbiesinger@google.com>
115
116 * bcache.c (hash): Remove.
117 (hash_continue): Remove.
118 * bcache.h (hash): Remove.
119 (hash_continue): Remove.
120 (struct bcache) <ctor>: Update.
121 * psymtab.c (psymbol_hash): Update.
122 * stabsread.c (hashname): Update.
123 * utils.h (fast_hash): Add an argument for a start value,
124 defaulting to zero.
125
126 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
128 (destroy_block_symbol_cache): New function.
129 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
130 (resize_symbol_cache): Likewise.
131
132 2019-12-02 Tom Tromey <tom@tromey.com>
133
134 * unittests/tui-selftests.c (run_tests): Make conditional.
135 (_initialize_tui_selftest): Make conditional.
136
137 2019-12-02 Christian Biesinger <cbiesinger@google.com>
138
139 * aix-thread.c (debug_aix_thread): Change type to bool.
140
141 2019-12-02 Luis Machado <luis.machado@linaro.org>
142
143 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
144
145 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * dwarf2read.c (read_tag_string_type): Read the fields required to
148 make a dynamic string, and possibly create a dynamic range for the
149 string.
150 (attr_to_dynamic_prop): Setup is_reference based on the type of
151 attribute being processed.
152 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
153 (resolve_dynamic_array): Rename to...
154 (resolve_dynamic_array_or_string): ...this, update header comment,
155 and accept TYPE_CODE_STRING.
156 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
157
158 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
161 of its implementation from...
162 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
163 the new function.
164
165 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
168 create a range with stride where appropriate.
169 * f-valprint.c: Include 'gdbarch.h'.
170 (f77_print_array_1): Take the stride into account when walking the
171 array. Also convert the stride into addressable units.
172 * gdbtypes.c (create_range_type): Initialise the stride to
173 constant zero.
174 (create_range_type_with_stride): New function, initialise the
175 range as normal, and then setup the stride.
176 (has_static_range): Include the stride here. Also change the
177 return type to bool.
178 (create_array_type_with_stride): Consider the range stride if the
179 array isn't given its own stride.
180 (resolve_dynamic_range): Resolve the stride if needed.
181 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
182 (struct range_bounds) <flag_is_byte_stride>: New member variable.
183 (TYPE_BIT_STRIDE): Define.
184 (TYPE_ARRAY_BIT_STRIDE): Define.
185 (create_range_type_with_stride): Declare.
186 * valarith.c (value_subscripted_rvalue): Take range stride into
187 account when walking the array.
188
189 2019-12-01 Tom Tromey <tom@tromey.com>
190
191 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
192 specially.
193
194 2019-12-01 Tom Tromey <tom@tromey.com>
195
196 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
197 \0.
198 * unittests/tui-selftests.c: New file.
199 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
200
201 2019-12-01 Tom Tromey <tom@tromey.com>
202
203 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
204
205 2019-12-01 Tom Tromey <tom@tromey.com>
206
207 * NEWS: Document new settings.
208 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
209 * tui/tui-win.c (_initialize_tui_win): Add border style
210 observers.
211 * tui/tui-io.h (tui_apply_style): Declare.
212 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
213 longer static.
214 (apply_ansi_escape, tui_set_reverse_mode): Update.
215 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
216 Add "skip_intensity" parameter.
217 <changed>: New member.
218 <do_set_value>: Declare.
219 (tui_border_style, tui_active_border_style): Declare.
220 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
221 globals.
222 (cli_style_option): Initialize "changed".
223 (cli_style_option::do_set_value): New function.
224 (cli_style_option::add_setshow_commands): Add "skip_intensity"
225 parameter. Update.
226 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
227 (_initialize_cli_style): Update. Create TUI border style
228 commands.
229
230 2019-12-01 Tom Tromey <tom@tromey.com>
231
232 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
233 parameter.
234 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
235 parameter.
236 * tui/tui-win.h (compact_source): Declare.
237 * tui/tui-win.c (compact_source): New global.
238 (tui_set_compact_source, tui_show_compact_source): New functions.
239 (_initialize_tui_win): Add "compact-source" setting.
240 * tui/tui-source.c (tui_source_window::set_contents): Handle
241 compact_source setting.
242 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
243 * NEWS: Document new setting.
244
245 2019-11-30 Tom Tromey <tom@tromey.com>
246
247 * dwarf2read.c (dwarf2_add_field): Include field offset when
248 computing variant part length.
249
250 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
251 * NEWS: Mention define-prefix. Tell that command names can now
252 contain a . character.
253
254 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
255
256 * command.h (valid_cmd_char_p): Declare.
257 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
258 the check of valid command char.
259 (find_command_name_length, valid_user_defined_cmd_name_p): Use
260 valid_cmd_char_p.
261 * cli/cli-script.c (validate_comname): Likewise.
262 * completer.c (gdb_completer_command_word_break_characters):
263 Do not remove . from the word break char, update comments.
264 (complete_line_internal_1): Use valid_cmd_char_p.
265 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
266 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
267
268 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
270 * cli/cli-script.c (do_define_command): Ensure a redefined
271 prefix command is kept as a prefix command.
272 (define_prefix_command): New function.
273 (show_user_1): Report user defined prefixes.
274 (_initialize_cli_script): Create the new 'define-prefix' command.
275 Add completers for 'define' and 'document'.
276 * top.c (execute_command): If command is a user-defined prefix only
277 command, report the list of commands for this prefix command.
278
279 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
280
281 * valops.c (find_oload_champ): Improve debug output.
282
283 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
284
285 * valops.c (find_oload_champ): Print part of debug messages
286 before the badness vector is std::move'd.
287
288 2019-11-28 Tom Tromey <tom@tromey.com>
289
290 * value.c (creal_internal_fn): Fix comment.
291
292 2019-11-28 Tom Tromey <tom@tromey.com>
293
294 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
295 flag_bound_evaluated>: Now unsigned.
296
297 2019-11-28 Tom Tromey <tom@tromey.com>
298
299 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
300 declare.
301
302 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
303
304 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
305 debug output.
306 * jit.c (jit_unregister_code): Add debug print to match
307 `jit_register_code`.
308
309 2019-11-27 Christian Biesinger <cbiesinger@google.com>
310
311 * NEWS: Mention the new multithreaded symbol loading.
312
313 2019-11-27 Christian Biesinger <cbiesinger@google.com>
314
315 * maint.c (n_worker_threads): Default to 0.
316 (worker_threads_disabled): New function.
317 * maint.h (worker_threads_disabled): New function.
318 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
319 here if worker_threads_disabled () is true.
320 (minimal_symbol_reader::install): Skip all threading if
321 worker_threads_disabled () is true.
322
323 2019-11-27 Christian Biesinger <cbiesinger@google.com>
324
325 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
326 hash code if possible.
327 (add_minsym_to_demangled_hash_table): Likewise.
328 (minimal_symbol_reader::install): Compute the hash codes for msymbol
329 on the background thread.
330 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
331 Add these fields.
332
333 2019-11-27 Christian Biesinger <cbiesinger@google.com>
334
335 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
336 of the mangled name on the background thread.
337 * symtab.c (symbol_set_names): Allow passing in the hash of the
338 linkage_name.
339 * symtab.h (symbol_set_names): Likewise.
340
341 2019-11-27 Kevin Buettner <kevinb@redhat.com>
342
343 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
344 physnames are computed for inherited DIEs.
345
346 2019-11-27 Tom Tromey <tromey@adacore.com>
347
348 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
349 backslashes.
350 * cp-support.c: Remove unnecessary backslashes.
351
352 2019-11-27 Christian Biesinger <cbiesinger@google.com>
353
354 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
355 with sym->set_linkage_name.
356 * coffread.c (coff_read_enum_type): Likewise.
357 * mdebugread.c (parse_symbol): Likewise.
358 * stabsread.c (patch_block_stabs): Likewise.
359 (define_symbol): Likewise.
360 (read_enum_type): Likewise.
361 (common_block_end): Likewise.
362 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
363 function.
364 (SYMBOL_SET_LINKAGE_NAME): Remove.
365 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
366 with sym->set_linkage_name.
367
368 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
371 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
372 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
373 * NEWS: Mention new MI command.
374
375 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
378 '-symbol-info-types', and '-symbol-info-variables'.
379 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
380 (mi_cmd_symbol_info_types): Declare.
381 (mi_cmd_symbol_info_variables): Declare.
382 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
383 (output_debug_symbol): New function.
384 (output_nondebug_symbol): New function.
385 (mi_symbol_info): New function.
386 (mi_info_functions_or_variables): New function.
387 (mi_cmd_symbol_info_functions): New function.
388 (mi_cmd_symbol_info_types): New function.
389 (mi_cmd_symbol_info_variables): New function.
390 * NEWS: Mention new commands.
391
392 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * symtab.c (symbol_to_info_string): New function, most content
395 moved from print_symbol_info, but updated to return a std::string.
396 (print_symbol_info): Update to use symbol_to_info_string and print
397 returned string.
398 * symtab.h (symbol_to_info_string): Declare new function.
399
400 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 * python/python.c (gdbpy_rbreak): Convert to using
403 global_symbol_searcher.
404 * symtab.c (file_matches): Convert return type to bool, change
405 file list to std::vector, update header comment.
406 (search_symbols): Rename to...
407 (global_symbol_searcher::search): ...this and update now its
408 a member function of global_symbol_searcher. Take account of the
409 changes to file_matches.
410 (symtab_symbol_info): Convert to using global_symbol_searcher.
411 (rbreak_command): Likewise.
412 (search_module_symbols): Likewise.
413 * symtab.h (enum symbol_search): Update comment.
414 (search_symbols): Remove declaration.
415 (class global_symbol_searcher): New class.
416
417 2019-11-26 Tom Tromey <tromey@adacore.com>
418
419 * cp-support.c (_initialize_cp_support): Conditionally initialize
420 gdb_demangle_attempt_core_dump.
421
422 2019-11-26 Tom Tromey <tom@tromey.com>
423
424 * python/py-function.c (fnpy_init): Update.
425 * value.h (add_internal_function): Adjust declaration.
426 * value.c (function_destroyer): Remove.
427 (do_add_internal_function): Don't set destroyer or copy name.
428 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
429 Set name_allocated.
430 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
431 (cmdpy_init): Set name_allocated.
432 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
433 member.
434 (~cmd_list_element): Free "name" if needed.
435
436 2019-11-26 Tom Tromey <tom@tromey.com>
437
438 * value.h (add_internal_function): Add new overload. Move
439 documentation from value.h.
440 * value.c (do_add_internal_function): New function.
441 (add_internal_function): Use it. Add new overload.
442 (function_destroyer): Don't free doc.
443 * python/py-function.c (fnpy_init): Update.
444
445 2019-11-26 Tom Tromey <tom@tromey.com>
446
447 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
448 (cmdpy_init): Set "doc_allocated".
449
450 2019-11-26 Tom Tromey <tom@tromey.com>
451
452 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
453 name of worker thread.
454 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
455 pthread_setname_np.
456 * configure, config.in: Rebuild.
457
458 2019-11-26 Tom Tromey <tom@tromey.com>
459
460 * python/python.c (class gdbpy_gil): New.
461 (struct gdbpy_event): Add constructor, destructor, operator().
462 (gdbpy_post_event): Use run_on_main_thread.
463 (gdbpy_initialize_events): Remove.
464 (do_start_initialization): Update.
465
466 2019-11-26 Tom Tromey <tom@tromey.com>
467
468 * NEWS: Add entry.
469 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
470 commands. Call update_thread_pool_size.
471 (update_thread_pool_size, maintenance_set_worker_threads): New
472 functions.
473 (n_worker_threads): New global.
474
475 2019-11-26 Christian Biesinger <cbiesinger@google.com>
476 Tom Tromey <tom@tromey.com>
477
478 * minsyms.c (minimal_symbol_reader::install): Use
479 parallel_for_each.
480 * gdbsupport/parallel-for.h: New file.
481 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
482
483 2019-11-26 Christian Biesinger <cbiesinger@google.com>
484 Tom Tromey <tom@tromey.com>
485
486 * gdbsupport/thread-pool.h: New file.
487 * gdbsupport/thread-pool.c: New file.
488 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
489 (HFILES_NO_SRCDIR): Add thread-pool.h.
490
491 2019-11-26 Tom Tromey <tom@tromey.com>
492
493 * event-top.h (thread_local_segv_handler): Declare.
494 * event-top.c (thread_local_segv_handler): New global.
495 (install_handle_sigsegv, handle_sigsegv): New functions.
496 (async_init_signals): Install SIGSEGV handler.
497 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
498 thread-local.
499 (report_failed_demangle): New function.
500 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
501 handler-setting code, instead use segv_handler. Run warning code
502 on main thread.
503
504 2019-11-26 Tom Tromey <tom@tromey.com>
505
506 * run-on-main-thread.c: New file.
507 * run-on-main-thread.h: New file.
508 * unittests/main-thread-selftests.c: New file.
509 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
510 main-thread-selftests.c.
511 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
512 (COMMON_SFILES): Add run-on-main-thread.c.
513
514 2019-11-26 Tom Tromey <tom@tromey.com>
515
516 * main.c (setup_alternate_signal_stack): Remove.
517 (captured_main_1): Use gdb::alternate_signal_stack.
518 * gdbsupport/alt-stack.h: New file.
519
520 2019-11-26 Tom Tromey <tom@tromey.com>
521
522 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
523 Remove comment.
524 (save_original_signals_state, restore_original_signals_state): Use
525 gdb_sigmask.
526 * linux-nat.c (block_child_signals, restore_child_signals_mask)
527 (_initialize_linux_nat): Use gdb_sigmask.
528 * guile/guile.c (_initialize_guile): Use block_signals.
529 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
530 * gdbsupport/gdb-sigmask.h: New file.
531 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
532 * cp-support.c (gdb_demangle): Use gdb_sigmask.
533 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
534 pthread_sigmask.
535 * configure, config.in: Rebuild.
536 * gdbsupport/block-signals.h: New file.
537
538 2019-11-26 Tom Tromey <tom@tromey.com>
539
540 * acinclude.m4: Include ax_pthread.m4.
541 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
542 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
543 (CLIBS): Use PTHREAD_LIBS.
544 (aclocal_m4_deps): Add ax_pthread.m4.
545 * config.in, configure: Rebuild.
546 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
547
548 2019-11-26 Tom Tromey <tom@tromey.com>
549
550 * symtab.h (struct minimal_symbol) <name_set>: New member.
551 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
552 Don't call symbol_set_names.
553 (minimal_symbol_reader::install): Call symbol_set_names.
554
555 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
556
557 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
558 restore_active_ext_lang, as GIL is needed for (indirectly)
559 called PyOS_InterruptOccurred.
560
561 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
562
563 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
564 definition.
565
566 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
567
568 * remote-sim.c (simulator_command): Make static, remove
569 declaration.
570
571 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
572
573 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
574 static.
575 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
576 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
577 (main): Likewise.
578 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
579 (main): Likewise.
580 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
581 (main): Likewise.
582 * unittests/basic_string_view/element_access/char/1.cc (test01):
583 Likewise.
584 (main): Likewise.
585 * unittests/basic_string_view/element_access/char/empty.cc (main):
586 Likewise.
587 * unittests/basic_string_view/element_access/char/front_back.cc
588 (test01): Likewise.
589 (main): Likewise.
590 * unittests/basic_string_view/inserters/char/2.cc (test05):
591 Likewise.
592 (main): Likewise.
593 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
594 (test01): Likewise.
595 (main): Likewise.
596 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
597 (test01): Likewise.
598 (main): Likewise.
599 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
600 Likewise.
601 * unittests/basic_string_view/operations/compare/char/1.cc
602 (test01): Likewise.
603 (main): Likewise.
604 * unittests/basic_string_view/operations/compare/char/13650.cc
605 (test01): Likewise.
606 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
607 Likewise.
608 (main): Likewise.
609 * unittests/basic_string_view/operations/data/char/1.cc (test01):
610 Likewise.
611 (main): Likewise.
612 * unittests/basic_string_view/operations/find/char/1.cc (test01):
613 Likewise.
614 (main): Likewise.
615 * unittests/basic_string_view/operations/find/char/2.cc (test02):
616 Likewise.
617 (main): Likewise.
618 * unittests/basic_string_view/operations/find/char/3.cc (test03):
619 Likewise.
620 (main): Likewise.
621 * unittests/basic_string_view/operations/find/char/4.cc (main):
622 Likewise.
623 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
624 Likewise.
625 (main): Likewise.
626 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
627 Likewise.
628 (main): Likewise.
629 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
630 Likewise.
631 (main): Likewise.
632 * unittests/basic_string_view/operations/substr/char/1.cc
633 (test01): Likewise.
634 (main): Likewise.
635 * unittests/basic_string_view/operators/char/2.cc (main):
636 Likewise.
637 * unittests/optional/assignment/1.cc (test): Likewise.
638 * unittests/optional/assignment/2.cc (test): Likewise.
639 * unittests/optional/assignment/3.cc (test): Likewise.
640 * unittests/optional/assignment/4.cc (test): Likewise.
641 * unittests/optional/assignment/5.cc (test): Likewise.
642 * unittests/optional/assignment/6.cc (test): Likewise.
643 * unittests/optional/assignment/7.cc (test): Likewise.
644 * unittests/optional/cons/copy.cc (test): Likewise.
645 * unittests/optional/cons/default.cc (test): Likewise.
646 * unittests/optional/cons/move.cc (test): Likewise.
647 * unittests/optional/cons/value.cc (test): Likewise.
648 * unittests/optional/in_place.cc (test): Likewise.
649 * unittests/optional/observers/1.cc (test): Likewise.
650 * unittests/optional/observers/2.cc (test): Likewise.
651
652 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
653
654 * tui-win.h (tui_set_var_cmd): Remove.
655 * tui-win.c (tui_set_var_cmd): Make static.
656
657 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
658
659 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
660 rbreak_command_wrapper): Remove.
661 * symtab.c (rbreak_command_wrapper): Remove.
662
663 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
664
665 * inferior.h (info_terminal_command): Remove declaration.
666 * inflow.c (info_terminal_command): Make static.
667
668 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
669
670 * inferior.c (exit_inferior_silent): Remove.
671
672 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
673
674 * dictionary.c (dict_empty, mdict_empty): Remove.
675 * dictionary.c (mdict_empty): Remove.
676
677 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
678
679 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
680 (arc_insn_get_memory_offset): Likewise.
681 (arc_insn_dump): Likewise.
682 * cp-support.c (test_cp_symbol_name_matches): Likewise.
683 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
684 * dictionary.c (dict_iterator_next): Likewise.
685 (dict_iter_match_first): Likewise.
686 (dict_iter_match_next): Likewise.
687 * f-lang.c (evaluate_subexp_f): Likewise.
688 * hppa-tdep.c (hppa_read_pc): Likewise.
689 * i386-tdep.c (i386_floatformat_for_type): Likewise.
690 * parse.c (write_exp_elt_msym): Likewise.
691 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
692 * remote.c (remote_packet_size): Likewise.
693 (remote_notif_stop_parse): Likewise.
694 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
695 * s12z-tdep.c (s12z_disassemble_info): Likewise.
696 * source.c (prepare_path_for_appending): Likewise.
697 * sparc64-linux-tdep.c
698 (sparc64_linux_handle_segmentation_fault); Likewise.
699 * stack.c (frame_selection_by_function_completer): Likewise.
700
701 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
702
703 * completer.c (set_gdb_completion_word_break_characters):
704 Remove.
705
706 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
707
708 * dwarf-index-write.c: Include dwarf-index-write.h.
709 * mi/mi-interp.c: Include mi/mi-interp.h.
710
711 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
712
713 * aarch32-tdep.c: Include aarch32-tdep.h.
714 * aarch32-tdep.h: Forward-declare struct target_desc.
715
716 2019-11-26 Christian Biesinger <cbiesinger@google.com>
717
718 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
719 strerror.
720 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
721 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
722
723 2019-11-25 Tom de Vries <tdevries@suse.de>
724
725 * contrib/words.sh: Add -c option.
726
727 2019-11-25 Christian Biesinger <cbiesinger@google.com>
728
729 * solib.c (solib_find_1): Change int to bool.
730 (exec_file_find): Change int to bool.
731 (solib_find): Change int to bool.
732 (solib_read_symbols): Change int to bool.
733 (solib_used): Change int to bool.
734 (solib_add): Change int to bool.
735 (info_sharedlibrary_command): Change int to bool.
736 (solib_contains_address_p): Change int to bool.
737 (solib_keep_data_in_core): Change int to bool.
738 (in_solib_dynsym_resolve_code): Change int to bool.
739 (reload_shared_libraries_1): Change int to bool.
740 (gdb_sysroot_changed): Change int to bool.
741 * solib.h (solib_read_symbols): Change int to bool.
742 (solib_contains_address_p): Change int to bool.
743 (solib_keep_data_in_core): Change int to bool.
744 (in_solib_dynsym_resolve_code): Change int to bool.
745 (libpthread_name_p): Change int to bool.
746
747 2019-11-25 Luis Machado <luis.machado@linaro.org>
748
749 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
750 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
751 (remote_packet_max_chars): New static global.
752 (show_remote_packet_max_chars): New function.
753 (remote_target::putpkt_binary): Adjust to use new
754 remote_packet_max_chars option.
755 (remote_target::getpkt_or_notif_sane_1): Likewise.
756 (_initialize_remote): Register new remote-packet-max-chars option.
757
758 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
759
760 * m68k-linux-nat.c: Include gdbarch.h.
761
762 2019-11-24 Tom Tromey <tom@tromey.com>
763
764 * symfile.c (read_symbols): Update.
765 * psymtab.c (require_partial_symbols): Change type of "verbose" to
766 bool.
767 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
768 (psym_lookup_symbol, psym_find_last_source_symtab)
769 (psym_forget_cached_source_info, psym_print_stats)
770 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
771 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
772 (psym_map_matching_symbols, psym_expand_symtabs_matching)
773 (psym_find_compunit_symtab_by_address)
774 (maintenance_print_psymbols, maintenance_info_psymtabs)
775 (maintenance_check_psymtabs): Update.
776 * psymtab.h (require_partial_symbols): Change type of "verbose" to
777 bool.
778
779 2019-11-22 Tom Tromey <tom@tromey.com>
780
781 * observable.h: Update comments.
782
783 2019-11-22 Tom Tromey <tromey@adacore.com>
784
785 * ada-tasks.c (ada_task_is_alive): Make parameter const.
786 (print_ada_task_info): Don't try to fetch thread id if task is not
787 alive.
788
789 2019-11-22 Christian Biesinger <cbiesinger@google.com>
790
791 * ada-exp.y: Update.
792 * ada-lang.c (sort_choices): Update.
793 (ada_print_symbol_signature): Update.
794 (resolve_subexp): Update.
795 (ada_parse_renaming): Update.
796 (ada_read_renaming_var_value): Update.
797 (lesseq_defined_than): Update.
798 (remove_extra_symbols): Update.
799 (remove_irrelevant_renamings): Update.
800 (ada_add_block_symbols): Update.
801 (ada_collect_symbol_completion_matches): Update.
802 (ada_is_renaming_symbol): Update.
803 (aggregate_assign_from_choices): Update.
804 (ada_evaluate_subexp): Update.
805 (ada_has_this_exception_support): Update.
806 (ada_is_non_standard_exception_sym): Update.
807 (ada_add_exceptions_from_frame): Update.
808 (ada_add_global_exceptions): Update.
809 (ada_print_subexp): Update.
810 * ax-gdb.c (gen_var_ref): Update.
811 (gen_maybe_namespace_elt): Update.
812 (gen_expr_for_cast): Update.
813 (gen_expr): Update.
814 * block.h: Update.
815 * blockframe.c (find_pc_partial_function): Update.
816 * breakpoint.c (print_breakpoint_location): Update.
817 (update_static_tracepoint): Update.
818 * btrace.c (ftrace_print_function_name): Update.
819 (ftrace_function_switched): Update.
820 * buildsym.c (find_symbol_in_list): Update.
821 * c-exp.y: Update.
822 * c-typeprint.c (c_print_typedef): Update.
823 (c_type_print_template_args): Update.
824 * cli/cli-cmds.c (edit_command): Update.
825 (list_command): Update.
826 (print_sal_location): Update.
827 * coffread.c (patch_opaque_types): Update.
828 (process_coff_symbol): Update.
829 (coff_read_enum_type): Update.
830 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
831 (convert_one_symbol): Update.
832 (hash_symname): Update.
833 (eq_symname): Update.
834 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
835 * compile/compile-cplus-types.c (debug_print_scope): Update.
836 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
837 * compile/compile-object-load.c (get_out_value_type): Update.
838 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
839 (search_symbol_list): Update.
840 (cp_lookup_symbol_imports_or_template): Update.
841 * cp-support.c (overload_list_add_symbol): Update.
842 * ctfread.c (psymtab_to_symtab): Update.
843 * dbxread.c (cp_set_block_scope): Update.
844 * dictionary.c (iter_match_first_hashed): Update.
845 (iter_match_next_hashed): Update.
846 (insert_symbol_hashed): Update.
847 (iter_match_next_linear): Update.
848 * dictionary.h: Update.
849 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
850 (locexpr_describe_location_piece): Update.
851 (locexpr_describe_location_1): Update.
852 (locexpr_generate_c_location): Update.
853 (loclist_describe_location): Update.
854 (loclist_generate_c_location): Update.
855 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
856 (read_func_scope): Update.
857 (process_enumeration_scope): Update.
858 (new_symbol): Update.
859 (dwarf2_const_value): Update.
860 (dwarf2_symbol_mark_computed): Update.
861 * eval.c (evaluate_funcall): Update.
862 (evaluate_subexp_standard): Update.
863 * expprint.c (print_subexp_standard): Update.
864 (dump_subexp_body_standard): Update.
865 * f-valprint.c (info_common_command_for_block): Update.
866 * findvar.c (get_hosting_frame): Update.
867 (default_read_var_value): Update.
868 * go-lang.c (go_symbol_package_name): Update.
869 * guile/scm-block.c (bkscm_print_block_smob): Update.
870 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
871 (gdbscm_symbol_name): Update.
872 (gdbscm_symbol_linkage_name): Update.
873 (gdbscm_symbol_print_name): Update.
874 * infcall.c (get_function_name): Update.
875 * infcmd.c (jump_command): Update.
876 (finish_command): Update.
877 * infrun.c (insert_exception_resume_breakpoint): Update.
878 * linespec.c (canonicalize_linespec): Update.
879 (create_sals_line_offset): Update.
880 (convert_linespec_to_sals): Update.
881 (complete_label): Update.
882 (find_label_symbols_in_block): Update.
883 * m2-typeprint.c (m2_print_typedef): Update.
884 * mdebugread.c (mdebug_reg_to_regnum): Update.
885 (parse_symbol): Update.
886 (mylookup_symbol): Update.
887 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
888 (list_args_or_locals): Update.
889 * objc-lang.c (compare_selectors): Update.
890 (info_selectors_command): Update.
891 (compare_classes): Update.
892 (info_classes_command): Update.
893 (find_imps): Update.
894 * p-typeprint.c (pascal_print_typedef): Update.
895 * printcmd.c (build_address_symbolic): Update.
896 (info_address_command): Update.
897 (print_variable_and_value): Update.
898 * python/py-framefilter.c (extract_sym): Update.
899 (py_print_single_arg): Update.
900 * python/py-symbol.c (sympy_str): Update.
901 (sympy_get_name): Update.
902 (sympy_get_linkage_name): Update.
903 * python/python.c (gdbpy_rbreak): Update.
904 * record-btrace.c (btrace_get_bfun_name): Update.
905 (btrace_call_history): Update.
906 * rust-lang.c (rust_print_typedef): Update.
907 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
908 * stabsread.c (stab_reg_to_regnum): Update.
909 (define_symbol): Update.
910 (read_enum_type): Update.
911 (common_block_end): Update.
912 (cleanup_undefined_types_1): Update.
913 (scan_file_globals): Update.
914 * stack.c (print_frame_arg): Update.
915 (print_frame_args): Update.
916 (find_frame_funname): Update.
917 (info_frame_command_core): Update.
918 (iterate_over_block_locals): Update.
919 (print_block_frame_labels): Update.
920 (do_print_variable_and_value): Update.
921 (iterate_over_block_arg_vars): Update.
922 (return_command): Update.
923 * symmisc.c (dump_symtab_1): Update.
924 (print_symbol): Update.
925 * symtab.c (eq_symbol_entry): Update.
926 (symbol_cache_dump): Update.
927 (lookup_language_this): Update.
928 (find_pc_sect_line): Update.
929 (skip_prologue_sal): Update.
930 (symbol_search::compare_search_syms): Update.
931 (treg_matches_sym_type_name): Update.
932 (search_symbols): Update.
933 (print_symbol_info): Update.
934 (rbreak_command): Update.
935 (completion_list_add_symbol): Update.
936 (find_gnu_ifunc): Update.
937 (get_symbol_address): Update.
938 (search_module_symbols): Update.
939 (info_module_subcommand): Update.
940 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
941 (SYMBOL_LINKAGE_NAME): Remove.
942 (SYMBOL_DEMANGLED_NAME): Remove.
943 (SYMBOL_PRINT_NAME): Remove.
944 (SYMBOL_SEARCH_NAME): Remove.
945 * tracepoint.c (set_traceframe_context): Update.
946 (validate_actionline): Update.
947 (collection_list::collect_symbol): Update.
948 (encode_actions_1): Update.
949 (info_scope_command): Update.
950 (print_one_static_tracepoint_marker): Update.
951 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
952 * valops.c (address_of_variable): Update.
953 (find_overload_match): Update.
954 (find_oload_champ): Update.
955
956 2019-11-22 Christian Biesinger <cbiesinger@google.com>
957
958 * ada-lang.c (ada_lookup_simple_minsym): Update.
959 (ada_collect_symbol_completion_matches): Update.
960 * ada-tasks.c (read_atcb): Update.
961 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
962 (amd64_windows_skip_trampoline_code): Update.
963 * arm-tdep.c (skip_prologue_function): Update.
964 (arm_skip_stack_protector): Update.
965 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
966 (arm_wince_skip_main_prologue): Update.
967 * ax-gdb.c (gen_expr): Update.
968 * block.c (call_site_for_pc): Update.
969 * blockframe.c (find_pc_partial_function): Update.
970 * breakpoint.c (set_breakpoint_location_function): Update.
971 * btrace.c (ftrace_print_function_name): Update.
972 (ftrace_function_switched): Update.
973 * c-valprint.c (print_unpacked_pointer): Update.
974 * coffread.c (coff_symfile_read): Update.
975 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
976 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
977 * dwarf-index-write.c (write_psymbols): Update.
978 * dwarf2loc.c (call_site_to_target_addr): Update.
979 (func_verify_no_selftailcall): Update.
980 (tailcall_dump): Update.
981 (call_site_find_chain_1): Update.
982 (dwarf_expr_reg_to_entry_parameter): Update.
983 * elfread.c (elf_gnu_ifunc_record_cache): Update.
984 * eval.c (evaluate_funcall): Update.
985 (evaluate_subexp_standard): Update.
986 (evaluate_subexp_for_sizeof): Update.
987 * expprint.c (print_subexp_standard): Update.
988 (dump_subexp_body_standard): Update.
989 * frame.c (get_prev_frame_always_1): Update.
990 * frv-tdep.c (frv_skip_main_prologue): Update.
991 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
992 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
993 (gnuv3_get_typename_from_type_info): Update.
994 (gnuv3_skip_trampoline): Update.
995 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
996 * i386-tdep.c (i386_skip_main_prologue): Update.
997 (i386_pe_skip_trampoline_code): Update.
998 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
999 * infcall.c (get_function_name): Update.
1000 * linespec.c (minsym_found): Update.
1001 * linux-fork.c (info_checkpoints_command): Update.
1002 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1003 (m32c_m16c_pointer_to_address): Update.
1004 * maint.c (maintenance_translate_address): Update.
1005 * minsyms.c (add_minsym_to_hash_table): Update.
1006 (add_minsym_to_demangled_hash_table): Update.
1007 (lookup_minimal_symbol_mangled): Update.
1008 (lookup_minimal_symbol_demangled): Update.
1009 (lookup_minimal_symbol_linkage): Update.
1010 (lookup_minimal_symbol_text): Update.
1011 (lookup_minimal_symbol_by_pc_name): Update.
1012 (minimal_symbol_is_less_than): Update.
1013 (compact_minimal_symbols): Update.
1014 (build_minimal_symbol_hash_tables): Update.
1015 (find_solib_trampoline_target): Update.
1016 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1017 (mips_skip_pic_trampoline_code): Update.
1018 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1019 * objc-lang.c (info_selectors_command): Update.
1020 (info_classes_command): Update.
1021 (find_methods): Update.
1022 (find_imps): Update.
1023 * p-valprint.c (pascal_val_print): Update.
1024 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1025 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1026 * printcmd.c (build_address_symbolic): Update.
1027 (info_symbol_command): Update.
1028 * psymtab.c (psymbol_name_matches): Update.
1029 (match_partial_symbol): Update.
1030 (lookup_partial_symbol): Update.
1031 (print_partial_symbols): Update.
1032 (sort_pst_symbols): Update.
1033 (maintenance_check_psymtabs): Update.
1034 * python/py-framefilter.c (py_print_frame): Update.
1035 * python/python.c (gdbpy_rbreak): Update.
1036 * record-btrace.c (btrace_get_bfun_name): Update.
1037 (btrace_call_history): Update.
1038 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1039 (rs6000_skip_trampoline_code): Update.
1040 * sol-thread.c (info_cb): Update.
1041 * stabsread.c (scan_file_globals): Update.
1042 * stack.c (find_frame_funname): Update.
1043 (info_frame_command_core): Update.
1044 * symmisc.c (dump_msymbols): Update.
1045 * symtab.c (symbol_natural_name): Rename to..,
1046 (general_symbol_info::natural_name): ...this.
1047 (symbol_demangled_name): Rename to...
1048 (general_symbol_info::demangled_name): ...this.
1049 (symbol_search_name): Rename to...
1050 (general_symbol_info::search_name): ...this.
1051 (symbol_matches_search_name): Update.
1052 (find_pc_sect_line): Update.
1053 (skip_prologue_sal): Update.
1054 (search_symbols): Update.
1055 (print_msymbol_info): Update.
1056 (rbreak_command): Update.
1057 (completion_list_add_msymbol): Update.
1058 (completion_list_objc_symbol): Update.
1059 (get_msymbol_address): Update.
1060 * symtab.h (struct general_symbol_info): Add member functions
1061 natural_name (), linkage_name (), print_name (), demangled_name (),
1062 and search_name ().
1063 (SYMBOL_NATURAL_NAME): Update.
1064 (symbol_natural_name): Move to a member function on general_symbol_info.
1065 (SYMBOL_DEMANGLED_NAME): Update.
1066 (symbol_demangled_name): Move to a member function on
1067 general_symbol_info.
1068 (SYMBOL_SEARCH_NAME): Update.
1069 (symbol_search_name): Move to a member function on general_symbol_info.
1070 (MSYMBOL_NATURAL_NAME): Remove.
1071 (MSYMBOL_LINKAGE_NAME): Remove.
1072 (MSYMBOL_PRINT_NAME): Remove.
1073 (MSYMBOL_DEMANGLED_NAME): Remove.
1074 (MSYMBOL_SEARCH_NAME): Remove.
1075 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1076
1077 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1078
1079 * symtab.c (create_demangled_names_hash): Use per_bfd->
1080 minimal_symbol_count for computing the initial size, if greater
1081 than our default size.
1082
1083 2019-11-22 Tom de Vries <tdevries@suse.de>
1084
1085 * contrib/words.sh: Improve words extraction.
1086
1087 2019-11-22 Tom de Vries <tdevries@suse.de>
1088
1089 * contrib/words.sh: Combine sed invocations.
1090
1091 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1092
1093 * Makefile.in: Update.
1094 * demangle.c: Rename to...
1095 * gdb-demangle.c: ..this.
1096 (is_cplus_marker): Change return type to bool.
1097 (_initialize_demangler): Rename to...
1098 (_initialize_gdb_demangle): ...this.
1099 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1100 * symtab.h (demangle): Remove declaration; instead include
1101 gdb-demangle.h.
1102
1103 2019-11-21 Tom Tromey <tromey@adacore.com>
1104
1105 * gdbsupport/format.c (format_pieces): Parse %I64d.
1106 * unittests/format_pieces-selftests.c (test_windows_formats): New
1107 function.
1108 (run_tests): Call it.
1109
1110 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1111
1112 Byte reverse display of variables with DW_END_big, DW_END_little
1113 (DW_AT_endianity) dwarf attributes if different than the native
1114 byte order.
1115 * ada-lang.c (ada_value_binop):
1116 Use type_byte_order instead of gdbarch_byte_order.
1117 * ada-valprint.c (printstr):
1118 (ada_val_print_string):
1119 * ada-lang.c (value_pointer):
1120 (ada_value_binop):
1121 Use type_byte_order instead of gdbarch_byte_order.
1122 * c-lang.c (c_get_string):
1123 Use type_byte_order instead of gdbarch_byte_order.
1124 * c-valprint.c (c_val_print_array):
1125 Use type_byte_order instead of gdbarch_byte_order.
1126 * cp-valprint.c (cp_print_class_member):
1127 Use type_byte_order instead of gdbarch_byte_order.
1128 * dwarf2loc.c (rw_pieced_value):
1129 Use type_byte_order instead of gdbarch_byte_order.
1130 * dwarf2read.c (read_base_type): Handle DW_END_big,
1131 DW_END_little
1132 * f-lang.c (f_get_encoding):
1133 Use type_byte_order instead of gdbarch_byte_order.
1134 * findvar.c (default_read_var_value):
1135 Use type_byte_order instead of gdbarch_byte_order.
1136 * gdbtypes.c (check_types_equal):
1137 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1138 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1139 and TYPE_ENDIANITY_LITTLE if set.
1140 (type_byte_order): new function.
1141 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1142 (struct main_type) <flag_endianity_not_default>:
1143 New field.
1144 (type_byte_order): New function.
1145 * infcmd.c (default_print_one_register_info):
1146 Use type_byte_order instead of gdbarch_byte_order.
1147 * p-lang.c (pascal_printstr):
1148 Use type_byte_order instead of gdbarch_byte_order.
1149 * p-valprint.c (pascal_val_print):
1150 Use type_byte_order instead of gdbarch_byte_order.
1151 * printcmd.c (print_scalar_formatted):
1152 Use type_byte_order instead of gdbarch_byte_order.
1153 * solib-darwin.c (darwin_current_sos):
1154 Use type_byte_order instead of gdbarch_byte_order.
1155 * solib-svr4.c (solib_svr4_r_ldsomap):
1156 Use type_byte_order instead of gdbarch_byte_order.
1157 * stap-probe.c (stap_modify_semaphore):
1158 Use type_byte_order instead of gdbarch_byte_order.
1159 * target-float.c (target_float_same_format_p):
1160 Use type_byte_order instead of gdbarch_byte_order.
1161 * valarith.c (scalar_binop):
1162 (value_bit_index):
1163 Use type_byte_order instead of gdbarch_byte_order.
1164 * valops.c (value_cast):
1165 Use type_byte_order instead of gdbarch_byte_order.
1166 * valprint.c (generic_emit_char):
1167 (generic_printstr):
1168 (val_print_string):
1169 Use type_byte_order instead of gdbarch_byte_order.
1170 * value.c (unpack_long):
1171 (unpack_bits_as_long):
1172 (unpack_value_bitfield):
1173 (modify_field):
1174 (pack_long):
1175 (pack_unsigned_long):
1176 Use type_byte_order instead of gdbarch_byte_order.
1177 * findvar.c (unsigned_pointer_to_address):
1178 (signed_pointer_to_address):
1179 (unsigned_address_to_pointer):
1180 (address_to_signed_pointer):
1181 (default_read_var_value):
1182 (default_value_from_register):
1183 Use type_byte_order instead of gdbarch_byte_order.
1184 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1185 Use type_byte_order instead of gdbarch_byte_order.
1186 * riscv-tdep.c (riscv_print_one_register_info):
1187 Use type_byte_order instead of gdbarch_byte_order.
1188
1189 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1190
1191 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1192 (current_ui_gdb_stdin_ptr): Likewise.
1193 (current_ui_gdb_stderr_ptr): Likewise.
1194 (current_ui_gdb_stdlog_ptr): Likewise.
1195 (current_ui_current_uiout_ptr): Likewise.
1196 (gen_ret_current_ui_field_ptr): Remove.
1197
1198 2019-11-21 Tom de Vries <tdevries@suse.de>
1199
1200 PR gdb/24956
1201 * cli/cli-script.c (execute_control_command): Only switch to
1202 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1203
1204 2019-11-19 Tom Tromey <tom@tromey.com>
1205
1206 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1207 Now static. Change type of "name".
1208 (tui_set_win_height_command): Don't copy "arg".
1209 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1210 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1211
1212 2019-11-19 Ali Tamur <tamur@google.com>
1213
1214 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1215 "if (attr != nullptr)".
1216 (dwarf2_find_base_address): Likewise.
1217 (dwarf2_build_include_psymtabs): Likewise.
1218 (read_cutu_die_from_dwo): Likewise.
1219 (read_func_scope): Likewise.
1220 (read_call_site_scope): Likewise.
1221 (dwarf2_get_pc_bounds): Likewise.
1222 (dwarf2_record_block_ranges): Likewise.
1223 (dwarf2_add_field): Likewise.
1224 (dwarf2_add_member_fn): Likewise.
1225 (read_structure_type): Likewise.
1226 (read_enumeration_type): Likewise.
1227 (read_array_type): Likewise.
1228 (read_array_order): Likewise.
1229 (read_set_type): Likewise.
1230 (read_common_block): Likewise.
1231 (read_tag_reference_type): Likewise.
1232 (read_tag_string_type): Likewise.
1233 (read_subroutine_type): Likewise.
1234 (read_base_type): Likewise.
1235 (read_subrange_type): Likewise.
1236 (new_symbol): Likewise.
1237 (prepare_one_comp_unit): Likewise.
1238
1239 2019-11-19 Tom Tromey <tromey@adacore.com>
1240
1241 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1242 result in error when DebugActiveProcess fails.
1243
1244 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1245 Pedro Alves <palves@redhat.com>
1246
1247 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1248 * target.c (target_stack::push): Call 'unpush' if there's a
1249 target on top of the stack.
1250
1251 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1252
1253 * python/py-block.c (blpy_dealloc): Call tp_free.
1254 (blpy_block_syms_dealloc): Likewise.
1255 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1256 * python/py-inferior.c (infpy_dealloc): Likewise.
1257 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1258 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1259 * python/py-symbol.c (sympy_dealloc): Likewise.
1260 * python/py-symtab.c (stpy_dealloc): Likewise.
1261 * python/py-type.c (typy_iterator_dealloc): Likewise.
1262
1263 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1264
1265 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1266 constructor instead of using a class initializer.
1267
1268 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1269
1270 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1271 * configure: Regenerate.
1272 * configure.ac: Don't source common.host.
1273 * gdbsupport/common.host: Remove.
1274 * gdbsupport/mingw-strerror.c: Remove.
1275 * gdbsupport/posix-strerror.c: Rename to...
1276 * gdbsupport/safe-strerror.c: ...this.
1277
1278 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1279
1280 * maint.c (scoped_command_stats::print_time): Use localtime_r
1281 instead of localtime (provided through gnulib if necessary).
1282 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1283 of ctime.
1284
1285 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1286
1287 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1288 avoid compile errors.
1289
1290 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1291
1292 * config.in: Regenerate.
1293 * configure: Regenerate.
1294 * gdbsupport/common.m4: No longer check for strerror_r.
1295 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1296 POSIX version of strerror_r, now that gnulib provides it if
1297 necessary.
1298
1299 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1300
1301 * README (`configure' options): Update.
1302
1303 2019-11-14 Tom Tromey <tromey@adacore.com>
1304
1305 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1306 expected type for the RHS if the LHS is a convenience variable.
1307
1308 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1309
1310 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1311 Provide explicit default and copy constructor.
1312
1313 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1314
1315 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1316 only call Py_INCREF (newbp) in the bppy_pending_object case.
1317
1318 2019-11-13 Tom Tromey <tromey@adacore.com>
1319
1320 PR build/25182:
1321 * psympriv.h (partial_symbol): Remove static assert.
1322 * symtab.h (general_symbol_info, symbol): Remove static assert.
1323
1324 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdbsupport/format.c (format_pieces::format_pieces): Support
1327 printf 'z' size modifier.
1328 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1329 * printcmd.c (ui_printf): Handle size_t_arg.
1330 * ui-out.c (ui_out::vmessage): Likewise.
1331 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1332 function.
1333 (run_tests): Call test_format_int_sizes.
1334
1335 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1336
1337 * ada-exp.y (write_ambiguous_var): Update.
1338 * buildsym.c (add_symbol_to_list): Update.
1339 * dwarf2read.c (read_variable): Update.
1340 (new_symbol): Update.
1341 * jit.c (finalize_symtab): Update.
1342 * language.c (language_alloc_type_symbol): Update.
1343 * symtab.c (fixup_symbol_section): Update.
1344 (initialize_objfile_symbol_1): Move code to...
1345 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1346 (allocate_symbol): Update.
1347 (allocate_template_symbol): Update.
1348 (get_symbol_address): Update.
1349 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1350 of having as a field, and add a constructor.
1351 (SYMBOL_VALUE): Update.
1352 (SYMBOL_VALUE_ADDRESS): Update.
1353 (SET_SYMBOL_VALUE_ADDRESS): Update.
1354 (SYMBOL_VALUE_BYTES): Update.
1355 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1356 (SYMBOL_BLOCK_VALUE): Update.
1357 (SYMBOL_VALUE_CHAIN): Update.
1358 (SYMBOL_LANGUAGE): Update.
1359 (SYMBOL_SECTION): Update.
1360 (SYMBOL_OBJ_SECTION): Update.
1361 (SYMBOL_SET_LANGUAGE): Update.
1362 (SYMBOL_SET_LINKAGE_NAME): Update.
1363 (SYMBOL_SET_NAMES): Update.
1364 (SYMBOL_NATURAL_NAME): Update.
1365 (SYMBOL_LINKAGE_NAME): Update.
1366 (SYMBOL_DEMANGLED_NAME): Update.
1367 (SYMBOL_SEARCH_NAME): Update.
1368 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1369 (struct symbol): Update.
1370 (struct template_symbol): Update.
1371 (struct rust_vtable_symbol): Update.
1372 * xcoffread.c (SYMBOL_DUP): Update.
1373
1374 2019-11-12 Tom Tromey <tom@tromey.com>
1375
1376 * tui/tui-layout.c (show_layout): Set current_layout.
1377 (show_source_disasm_command, show_data)
1378 (show_source_or_disasm_and_command): Don't set current_layout.
1379
1380 2019-11-12 Tom Tromey <tom@tromey.com>
1381
1382 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1383
1384 2019-11-12 Tom Tromey <tom@tromey.com>
1385
1386 * tui/tui-win.c (resize_message): New global.
1387 (show_tui_resize_message): New function.
1388 (tui_async_resize_screen): Print message if requested.
1389 (_initialize_tui_win): Add tui-resize-message setting.
1390 * NEWS: Add entry for new commands.
1391
1392 2019-11-11 Tom Tromey <tom@tromey.com>
1393
1394 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1395 functions.
1396
1397 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1398
1399 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1400
1401 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1404 function.
1405 * python/python-internal.h (gdbpy_lookup_static_symbols):
1406 Declare new function.
1407 * python/python.c (python_GdbMethods): Add
1408 gdb.lookup_static_symbols method.
1409 * NEWS: Mention gdb.lookup_static_symbols.
1410
1411 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1414 static block of current object file first. Also fix typo in
1415 header comment.
1416
1417 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * stack.c (set_last_displayed_sal): Delete.
1420 (last_displayed_sal_valid): Delete.
1421 (last_displayed_pspace): Delete.
1422 (last_displayed_addr): Delete.
1423 (last_displayed_symtab): Delete.
1424 (last_displayed_line): Delete.
1425 (class last_displayed_symtab_info_type): New.
1426 (last_displayed_symtab_info): New static global variable.
1427 (print_frame_info): Call methods on last_displayed_symtab_info.
1428 (clear_last_displayed_sal): Update header comment, and make use of
1429 last_displayed_symtab_info.
1430 (last_displayed_sal_is_valid): Likewise.
1431 (get_last_displayed_pspace): Likewise.
1432 (get_last_displayed_addr): Likewise.
1433 (get_last_displayed_symtab): Likewise.
1434 (get_last_displayed_line): Likewise.
1435 (get_last_displayed_sal): Likewise.
1436 * stack.h (clear_last_displayed_sal): Update header comment.
1437 (last_displayed_sal_is_valid): Likewise.
1438 (get_last_displayed_pspace): Likewise.
1439 (get_last_displayed_addr): Likewise.
1440 (get_last_displayed_symtab): Likewise.
1441 (get_last_displayed_line): Likewise.
1442 (get_last_displayed_sal): Likewise.
1443
1444 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1445
1446 * stack.c (frame_show_address): Convert return type to bool.
1447 * stack.h (frame_show_address): Likewise, and update header
1448 comment.
1449
1450 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1453 * unittests/vec-utils-selftests.c: New file.
1454 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1455
1456 2019-11-10 Tom Tromey <tom@tromey.com>
1457
1458 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1459 (tui_highlight_win): Likewise.
1460 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1461 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1462 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1463 Don't set can_highlight.
1464
1465 2019-11-10 Tom Tromey <tom@tromey.com>
1466
1467 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1468 Remove unused declaration.
1469
1470 2019-11-08 Tom Tromey <tromey@adacore.com>
1471
1472 * top.c (read_command_file): Update.
1473 (command_line_input): Make return type const.
1474 * python/py-gdb-readline.c: Update.
1475 * linespec.c (decode_line_2): Update.
1476 * defs.h (command_line_input): Make return type const.
1477 * cli/cli-script.c (read_next_line): Make return type const.
1478 * ada-lang.c (get_selections): Update.
1479
1480 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1481
1482 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1483 * mi/mi-main.c (output_cores): Likewise.
1484 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1485 (linux_xfer_osdata_modules): Likewise.
1486 * remote.c (register_remote_support_xml): Likewise.
1487 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1488 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1489
1490 2019-11-06 Tom Tromey <tom@tromey.com>
1491
1492 * tui/tui-interp.c: Don't include readline.h.
1493 * tui/tui-hooks.c: Don't include readline.h.
1494 * symmisc.c: Include tilde.h, not readline.h.
1495 * symfile.c: Include tilde.h, not readline.h.
1496 * source.c: Include tilde.h, not readline.h.
1497 * solib.c: Include tilde.h, not readline.h.
1498 * psymtab.c: Include tilde.h, not readline.h.
1499 * exec.c: Include tilde.h, not readline.h.
1500 * corelow.c: Include tilde.h, not readline.h.
1501 * cli/cli-dump.c: Include tilde.h, not readline.h.
1502 * cli/cli-cmds.c: Don't include readline.h.
1503
1504 2019-11-05 Tom Tromey <tom@tromey.com>
1505
1506 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1507 (tui_disassemble): Set addr_size.
1508 (tui_disasm_window::set_contents): Use addr_size.
1509
1510 2019-11-05 Tom Tromey <tom@tromey.com>
1511
1512 * rust-lang.c (rust_language_defn): Update.
1513 * python/py-value.c (valpy_string): Call c_get_string.
1514 * p-lang.c (pascal_language_defn): Update.
1515 * opencl-lang.c (opencl_language_defn): Update.
1516 * objc-lang.c (objc_language_defn): Update.
1517 * m2-lang.c (m2_language_defn): Update.
1518 * language.c (unknown_language_defn, auto_language_defn): Update.
1519 (default_get_string): Remove.
1520 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1521 * go-lang.c (go_language_defn): Update.
1522 * f-lang.c (f_language_defn): Update.
1523 * d-lang.c (d_language_defn): Update.
1524 * c-lang.c (c_language_defn, cplus_language_defn)
1525 (asm_language_defn, minimal_language_defn): Update.
1526 * ada-lang.c (ada_language_defn): Update.
1527 * language.h (struct language_defn) <la_get_string>: Remove.
1528 (LA_GET_STRING): Remove.
1529 (default_get_string): Don't declare.
1530
1531 2019-11-05 Tom Tromey <tom@tromey.com>
1532
1533 * tui/tui-source.h (struct tui_source_window): Inline
1534 constructor. Remove destructor.
1535 <style_changed, m_observable>: Move to superclass.
1536 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1537 (struct tui_source_window_base): Move private members to end.
1538 <style_changed, m_observable>: Move from tui_source_window.
1539 * tui/tui-winsource.c (tui_copy_source_line): Move from
1540 tui-source.c. Rename from copy_source_line. Add special handling
1541 for negative line number.
1542 (tui_source_window_base::style_changed): Move from
1543 tui_source_window.
1544 (tui_source_window_base): Register observer.
1545 (~tui_source_window_base): New.
1546 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1547 rename.
1548 (tui_source_window::set_contents): Use tui_copy_source_line.
1549 (tui_source_window::tui_source_window): Move to tui-source.h.
1550 (tui_source_window::~tui_source_window): Remove.
1551 (tui_source_window::style_changed): Move to superclass.
1552 * tui/tui-disasm.c (tui_disassemble): Create string file with
1553 styling, when possible. Add "addr_size" parameter.
1554 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1555 Don't compute maximum size.
1556 (len_without_escapes): New function
1557
1558 2019-11-05 Tom Tromey <tom@tromey.com>
1559
1560 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1561 std::string.
1562 * tui/tui-winsource.c (tui_show_source_line): Update.
1563 * tui/tui-source.c (tui_source_window::set_contents): Update.
1564 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1565
1566 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1567
1568 * symtab.h (gdb_static_assert): Put && operator at the beginning
1569 of the line instead of the end.
1570
1571 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1572
1573 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1574 and sizeof (symbol).
1575 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1576
1577 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1578
1579 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1580 * configure.host: Mark *-*-solaris2.10* obsolete.
1581 * configure.tgt: Mark Solaris < 11 obsolete.
1582 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1583 Update target triplet.
1584
1585 2019-11-01 Tom Tromey <tromey@adacore.com>
1586
1587 * utils.c (print_sys_errmsg): Simplify.
1588
1589 2019-11-01 Tom Tromey <tromey@adacore.com>
1590
1591 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1592
1593 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1594
1595 * configure: Regenerate.
1596 * configure.ac: Remove check for strerror_r.
1597 * gdbsupport/common.m4: Check for strerror_r.
1598
1599 2019-11-01 Luis Machado <luis.machado@linaro.org>
1600
1601 PR gdb/25124
1602
1603 * arm-tdep.c (arm_per_objfile): Rename to ...
1604 (arm_per_bfd): ... this.
1605 (arm_objfile_data_key): Rename to ...
1606 (arm_bfd_data_key): ... this.
1607 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1608 data.
1609 (arm_record_special_symbol): Likewise.
1610
1611 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1614 end.
1615 * c-typeprint.c (c_print_typedef): Likewise.
1616 * f-typeprint.c (f_print_typedef): Likewise.
1617 * m2-typeprint.c (m2_print_typedef): Likewise.
1618 * p-typeprint.c (pascal_print_typedef): Likewise.
1619 * rust-lang.c (rust_print_typedef): Likewise.
1620 * symtab.c (print_symbol_info): Print a newline after calling
1621 typedef_print.
1622
1623 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * symtab.c (info_module_cmdlist): New variable.
1626 (info_module_command): New function.
1627 (search_module_symbols): New function.
1628 (info_module_subcommand): New function.
1629 (struct info_modules_var_func_options): New struct.
1630 (info_modules_var_func_options_defs): New variable.
1631 (make_info_modules_var_func_options_def_group): New function.
1632 (info_module_functions_command): New function.
1633 (info_module_variables_command): New function.
1634 (info_module_var_func_command_completer): New function.
1635 (_initialize_symtab): Register new 'info module functions' and
1636 'info module variables' commands.
1637 * symtab.h (typedef symbol_search_in_module): New typedef.
1638 (search_module_symbols): Declare new function.
1639 * NEWS: Mention new commands.
1640
1641 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1644 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1645 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1646 MODULES_DOMAIN.
1647 (scan_partial_symbols): Only create partial module symbols for non
1648 declarations.
1649 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1650 and MODULES_DOMAIN.
1651 * symtab.c (search_domain_name): Likewise.
1652 (search_symbols): Likewise.
1653 (print_symbol_info): Likewise.
1654 (symtab_symbol_info): Likewise.
1655 (info_modules_command): New function.
1656 (_initialize_symtab): Register 'info modules' command.
1657 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1658 * NEWS: Mention new 'info modules' command.
1659
1660 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1661
1662 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1663 and $_gdb_maint_setting_str.
1664
1665 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1666
1667 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1668 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1669 (str_value_from_setting, gdb_setting_str_internal_fn)
1670 (gdb_maint_setting_str_internal_fn): New functions.
1671 (_initialize_cli_cmds): Define the new convenience functions.
1672 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1673 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1674
1675 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1676
1677 * agent.c (set_can_use_agent): When the setting is turned on,
1678 look up agent symbols if we don't have them yet.
1679 (agent_new_objfile): Don't look up agent symbols when the agent
1680 setting is off.
1681
1682 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1683
1684 * config.in: Regenerate.
1685
1686 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1687
1688 * configure: Regenerate.
1689 * configure.ac: Check for strerror_r.
1690 * gdbsupport/common-utils.h (safe_strerror): Change return value
1691 to const char * and document that this function is now threadsafe.
1692 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1693 thread_local and call strerror_r, if available.
1694 * utils.c (perror_string): Update.
1695 (print_sys_errmsg): Update.
1696
1697 2019-10-31 Luis Machado <luis.machado@linaro.org>
1698
1699 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1700 objfile_key.
1701 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1702 objfile to fetch per-bfd data.
1703 (arm_find_exidx_entry): Likewise.
1704
1705 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1706
1707 * gdbsupport/agent.c (debug_agent): Change type to bool.
1708 (use_agent): Likewise.
1709 (all_agent_symbols_look_up): Likewise.
1710 (agent_loaded_p): Change return value to bool.
1711 (agent_look_up_symbols): Update.
1712 (agent_capability_check): Change return value to bool.
1713 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1714 (debug_agent): Change type to bool.
1715 (use_agent): Likewise.
1716 (agent_capability_check): Change return value to bool.
1717
1718 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1719
1720 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1721 (build_minimal_symbol_hash_tables): Code to clear the table moved
1722 to clear_minimal_symbol_hash_tables.
1723 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1724 when needed.
1725
1726 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1727
1728 * infcmd.c: Remove includes.
1729 * infrun.c: Remove includes.
1730
1731 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1732
1733 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1734 (grow_vect): Remove declaration.
1735 (ada_type_of_array): Remove declaration.
1736 (ada_update_initial_language): Remove declaration.
1737 (ada_fold_name): Remove declaration.
1738 (ada_fill_in_ada_prototype): Remove declaration.
1739 (user_select_syms): Remove declaration.
1740 (get_selections): Remove declaration.
1741 (ada_tag_type): Remove declaration.
1742 (ada_value_tag): Remove declaration.
1743 (ada_is_others_clause): Remove declaration.
1744 (ada_in_variant): Remove declaration.
1745 (ada_value_struct_elt): Remove declaration.
1746 (ada_attribute_name): Remove declaration.
1747 (ada_system_address_type): Remove declaration.
1748 * ada-lang.c (ada_watch_location_expression): Make static.
1749 (GROW_VECT): Move here from ada-lang.h.
1750 (grow_vect): Make static.
1751 (ada_update_initial_language): Make static.
1752 (ada_fold_name): Make static.
1753 (ada_type_of_array): Make static.
1754 (encoded_ordered_before): Move up.
1755 (sort_choices): Move up.
1756 (print_signatures): Move up.
1757 (ada_print_symbol_signature): Move up.
1758 (get_selections): Move up and make static.
1759 (user_select_syms): Move up and make static.
1760 (ada_value_struct_elt): Move up and make static.
1761 (ada_tag_type): Make static.
1762 (ada_value_tag): Make static.
1763 (ada_is_others_clause): Make static.
1764 (ada_in_variant): Make static.
1765 (ada_attribute_name): Make static.
1766
1767 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1768
1769 * ada-lang.c: Remove includes.
1770 * ada-typeprint.c: Remove includes.
1771 * ada-valprint.c: Remove includes.
1772
1773 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1774
1775 * addrmap.c: Add static assertions of type size, moved from
1776 _initialize_addrmap.
1777 (_initialize_addrmap): Remove.
1778
1779 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1780
1781 * coffread.c (record_minimal_symbol): Update.
1782 (process_coff_symbol): Update.
1783 * dbxread.c (read_dbx_symtab): Update.
1784 * dwarf2read.c (add_partial_symbol): Update.
1785 (fixup_go_packaging): Update.
1786 (load_partial_dies): Update.
1787 (new_symbol): Update.
1788 * elfread.c (record_minimal_symbol): Change signature to use
1789 gdb::string_view instead of name+len.
1790 (elf_symtab_read): Update.
1791 (elf_rel_plt_read): Update.
1792 * mdebugread.c (parse_partial_symbols): Update.
1793 (handle_psymbol_enumerators): Update.
1794 (new_symbol): Update.
1795 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1796 to use gdb::string_view instead of name+len.
1797 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1798 * psympriv.h (add_psymbol_to_list): Likewise.
1799 * psymtab.c (add_psymbol_to_bcache): Likewise.
1800 (add_psymbol_to_list): Likewise.
1801 * stabsread.c (define_symbol): Update.
1802 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1803 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1804 (symbol_set_names): Likewise.
1805 * xcoffread.c (scan_xcoff_symtab): Update.
1806
1807 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1808
1809 * symtab.h (symbol_set_names): Document that copy_name must be
1810 set to true for non-nullterminated strings.
1811 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1812 linkage_name if the entry was not found and we need to demangle.
1813
1814 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1815
1816 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1817 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1818 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1819 * gdbsupport/gdb_binary_search.h: New file.
1820
1821 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1822
1823 * NEWS: Mention new --with-system-gdbinit-dir option.
1824 * config.in: Regenerate.
1825 * configure: Regenerate.
1826 * configure.ac: Add new option --with-system-gdbinit-dir.
1827 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1828 for a ".gdb" suffix.
1829 * main.c (get_init_files): Change system_gdbinit argument to
1830 a vector and return the files in SYSTEM_GDBINIT_DIR in
1831 addition to SYSTEM_GDBINIT.
1832 (captured_main_1): Update.
1833 (print_gdb_help): Update.
1834 * top.c (print_gdb_configuration): Also print the value of
1835 SYSTEM_GDBINIT_DIR.
1836
1837 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1838
1839 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1840 that takes gdb::string_view arguments.
1841
1842 2019-10-26 Tom de Vries <tdevries@suse.de>
1843
1844 * aarch64-linux-tdep.c: Fix typos in comments.
1845 * aarch64-tdep.c: Same.
1846 * ada-lang.c: Same.
1847 * amd64-nat.c: Same.
1848 * arc-tdep.c: Same.
1849 * arch/aarch64-insn.c: Same.
1850 * block.c: Same.
1851 * breakpoint.h: Same.
1852 * btrace.h: Same.
1853 * c-varobj.c: Same.
1854 * cli/cli-decode.c: Same.
1855 * cli/cli-script.c: Same.
1856 * cli/cli-utils.h: Same.
1857 * coff-pe-read.c: Same.
1858 * coffread.c: Same.
1859 * compile/compile-cplus-symbols.c: Same.
1860 * compile/compile-object-run.c: Same.
1861 * completer.c: Same.
1862 * corelow.c: Same.
1863 * cp-support.c: Same.
1864 * demangle.c: Same.
1865 * dwarf-index-write.c: Same.
1866 * dwarf2-frame.c: Same.
1867 * dwarf2-frame.h: Same.
1868 * eval.c: Same.
1869 * frame-base.h: Same.
1870 * frame.h: Same.
1871 * gdbcmd.h: Same.
1872 * gdbtypes.h: Same.
1873 * gnu-nat.c: Same.
1874 * guile/scm-objfile.c: Same.
1875 * i386-tdep.c: Same.
1876 * i386-tdep.h: Same.
1877 * infcall.c: Same.
1878 * infcall.h: Same.
1879 * linux-nat.c: Same.
1880 * m68k-tdep.c: Same.
1881 * macroexp.c: Same.
1882 * memattr.c: Same.
1883 * mi/mi-cmd-disas.c: Same.
1884 * mi/mi-getopt.h: Same.
1885 * mi/mi-main.c: Same.
1886 * minsyms.c: Same.
1887 * nat/aarch64-sve-linux-sigcontext.h: Same.
1888 * objfiles.h: Same.
1889 * ppc-linux-nat.c: Same.
1890 * ppc-linux-tdep.c: Same.
1891 * ppc-tdep.h: Same.
1892 * progspace.h: Same.
1893 * prologue-value.h: Same.
1894 * python/py-evtregistry.c: Same.
1895 * python/py-instruction.h: Same.
1896 * record-btrace.c: Same.
1897 * record-full.c: Same.
1898 * remote.c: Same.
1899 * rs6000-tdep.c: Same.
1900 * ser-tcp.c: Same.
1901 * sol-thread.c: Same.
1902 * sparc-sol2-tdep.c: Same.
1903 * sparc64-tdep.c: Same.
1904 * stabsread.c: Same.
1905 * symfile.c: Same.
1906 * symtab.h: Same.
1907 * target.c: Same.
1908 * tracepoint.c: Same.
1909 * tui/tui-data.h: Same.
1910 * tui/tui-io.c: Same.
1911 * tui/tui-win.c: Same.
1912 * tui/tui.c: Same.
1913 * unittests/rsp-low-selftests.c: Same.
1914 * user-regs.h: Same.
1915 * utils.c: Same.
1916 * utils.h: Same.
1917 * valarith.c: Same.
1918 * valops.c: Same.
1919 * valprint.c: Same.
1920 * valprint.h: Same.
1921 * value.c: Same.
1922 * value.h: Same.
1923 * varobj.c: Same.
1924 * x86-nat.h: Same.
1925 * xtensa-tdep.c: Same.
1926
1927 2019-10-25 Ali Tamur <tamur@google.com>
1928
1929 * charset.c (find_charset_names): Reflect API change.
1930
1931 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1932
1933 * symtab.c (struct demangled_name_entry): Change demangled name
1934 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1935 part of the struct anymore.
1936 (symbol_set_names): No longer obstack allocate + copy the demangled
1937 name, just store the allocated name from bfd.
1938
1939 2019-10-25 Tom Tromey <tromey@adacore.com>
1940
1941 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1942 (bsearch_cie_cmp, add_cie): Remove.
1943 (find_cie): Reimplement.
1944 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1945 (dwarf2_build_frame_info): Update.
1946
1947 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1948
1949 PR gdb/25126
1950 * symfile.c (reread_symbols): Call forget_cached_source_info to
1951 clear the stale source cache.
1952
1953 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1954
1955 * configure: Regenerate.
1956 * configure.ac: Remove code that sets python_has_threads.
1957
1958 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1959
1960 * config.in: Regenerate.
1961 * configure: Regenerate.
1962 * configure.ac: Remove the code that uses sed to get the python
1963 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1964
1965 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1968 error paths.
1969
1970 2019-10-23 Tom Tromey <tom@tromey.com>
1971
1972 * arc-tdep.c: Remove ".." from include.
1973 * frv-tdep.c: Remove ".." from include.
1974 * lm32-tdep.c: Remove ".." from include.
1975 * microblaze-tdep.c: Remove ".." from include.
1976 * or1k-tdep.h: Remove ".." from include.
1977 * s12z-tdep.c: Remove ".." from include.
1978 * Makefile.in (OPCODES_CFLAGS): Add comment.
1979 (TOP_CFLAGS): New variable.
1980 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1981
1982 2019-10-23 Tom Tromey <tom@tromey.com>
1983
1984 * Makefile.in (READLINE_DIR): Update.
1985
1986 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1987
1988 * infcall.c (call_function_by_hand_dummy): Fix the function
1989 comment. And extract out a code section into...
1990 (reserve_stack_space): ...this new function.
1991
1992 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1993
1994 * infcall.c (value_arg_coerce): Remove an unused parameter.
1995 (call_function_by_hand_dummy): Update the call to
1996 'value_arg_coerce'.
1997
1998 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1999
2000 * infcall.c (call_function_by_hand_dummy): Refactor.
2001
2002 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2003
2004 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2005
2006 2019-10-23 Tom Tromey <tom@tromey.com>
2007
2008 * configure: Rebuild.
2009 * configure.ac: Don't check for sigprocmask.
2010 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2011
2012 2019-10-23 Tom Tromey <tom@tromey.com>
2013
2014 * configure: Rebuild.
2015 * acinclude.m4: Use m4_include, not sinclude.
2016
2017 2019-10-23 Tom de Vries <tdevries@suse.de>
2018
2019 PR breakpoints/24687
2020 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2021
2022 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2023
2024 * symtab.c (struct demangled_name_entry) <language>: Change from
2025 bitfield to regular variable.
2026
2027 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2028
2029 * symtab.c (struct demangled_name_entry): Add a constructor.
2030 (free_demangled_name_entry): New function to call the destructor
2031 for demangled_name_entry.
2032 (create_demangled_names_hash): Pass free_demangled_name_entry to
2033 htab_create_alloc.
2034 (symbol_set_names): Call placement new for demangled_name_entry.
2035 * utils.c: No longer include xxhash.h here, now that fast_hash
2036 is inlined in the header.
2037 * utils.h: Instead, include it here.
2038
2039 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2040
2041 * Makefile.in: Link with libxxhash.
2042 * config.in: Regenerate.
2043 * configure: Regenerate.
2044 * configure.ac: Search for libxxhash.
2045 * utils.c (fast_hash): Use xxhash if present.
2046
2047 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2048
2049 * utils.h (fast_hash): New function.
2050 * symtab.c (hash_demangled_name_entry): Call new function
2051 fast_hash.
2052
2053 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2054
2055 * symtab.c (struct demangled_name_entry): Change type of mangled
2056 to gdb::string_view. Also adds a constructor that takes the
2057 mangled name.
2058 (hash_demangled_name_entry): Update.
2059 (eq_demangled_name_entry): Update.
2060 (free_demangled_name_entry): New function to call the destructor
2061 now that this is not a POD anymore.
2062 (create_demangled_names_hash): Pass free_demangled_name_entry to
2063 htab_create_alloc.
2064 (symbol_set_names): Update.
2065
2066 2019-10-21 Ali Tamur <tamu@google.com>
2067
2068 * dwarf2read.c (dir_index): Change type.
2069 (file_name_index): Likewise.
2070 (line_header::include_dir_at): Change comment and implementation on
2071 whether it is DWARF 5.
2072 (line_header::is_valid_file_index): New function.
2073 (line_header::file_name_at): Change comment and implementation on
2074 whether it is DWARF 5.
2075 (line_header::file_names): Change to private field renamed as
2076 m_file_names and introduce a new accessor method.
2077 (line_header::file_names_size): New method.
2078 (line_header::include_dirs): Change to private field and rename as
2079 m_include_dirs.
2080 (dw2_get_file_names_reader): Define local var at a smaller scope and
2081 reflect API change.
2082 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2083 (process_structure_scope): Likewise.
2084 (line_header::add_include_dir): Change message and reflect renaming.
2085 (line_header::add_file_name): Likewise.
2086 (read_formatted_entries): Handle DW_FORM_data16.
2087 (dwarf_decode_line_header): Fix line header length calculation.
2088 (psymtab_include_file_name): Change comment and API.
2089 (lnp_state_machine::m_file): Update comment and reflect type change.
2090 (lnp_state_machine::record_line): Reflect type change.
2091 (dwarf_decode_lines): Reflect API change.
2092 (file_file_name): Likewise.
2093 (file_full_name): Likewise.
2094
2095 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2098
2099 2019-10-21 Tom Tromey <tom@tromey.com>
2100
2101 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2102
2103 2019-10-21 Tom Tromey <tom@tromey.com>
2104
2105 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2106 NM_H. Use AC_CONFIG_LINKS.
2107 * configure: Rebuild.
2108 * Makefile.in (NM_H): New variable.
2109 (generated_files): Add NM_H. Remove gcore.
2110 (nm.h, stamp-nmh): New targets.
2111
2112 2019-10-20 Tom Tromey <tom@tromey.com>
2113
2114 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2115 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2116 obsolete comment.
2117 (put_objfile_before): Now static.
2118
2119 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2120
2121 * gdbsupport/common-utils.h (startswith): Change return type to
2122 bool.
2123
2124 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2125
2126 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2127 * breakpoint.c (bp_locations_compare): Rename to...
2128 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2129 (update_global_location_list): Use std::sort instead of qsort.
2130 * buildsym.c (compare_line_numbers): Rename to...
2131 (lte_is_less_than): ...this, and change to std::sort semantics.
2132 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2133 instead of qsort.
2134 * disasm.c (compare_lines): Rename to...
2135 (line_is_less_than): ...this, and change to std::sort semantics.
2136 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2137 of qsort.
2138 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2139 (fde_is_less_than): ...this, and change to std::sort semantics.
2140 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2141 * mdebugread.c (compare_blocks):
2142 (block_is_less_than): ...this, and change to std::sort semantics.
2143 (sort_blocks): Call std::sort instead of qsort.
2144 * objfiles.c (qsort_cmp): Rename to...
2145 (sort_cmp): ...this, and change to std::sort semantics.
2146 (update_section_map): Call std::sort instead of qsort.
2147 * remote.c (compare_pnums): Remove.
2148 (map_regcache_remote_table): Call std::sort instead of qsort.
2149 * utils.c (compare_positive_ints): Remove.
2150 * utils.h (compare_positive_ints): Remove.
2151 * xcoffread.c (compare_lte): Remove.
2152 (arrange_linetable): Call std::sort instead of qsort.
2153
2154 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2155
2156 * symfile.c (init_entry_point_info): Fix typo.
2157 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2158
2159 2019-10-18 Tom de Vries <tdevries@suse.de>
2160
2161 * aarch64-tdep.c: Fix typos in comments.
2162 * ada-lang.c: Same.
2163 * ada-tasks.c: Same.
2164 * alpha-tdep.c: Same.
2165 * alpha-tdep.h: Same.
2166 * amd64-nat.c: Same.
2167 * amd64-windows-tdep.c: Same.
2168 * arc-tdep.c: Same.
2169 * arc-tdep.h: Same.
2170 * arch-utils.c: Same.
2171 * arm-nbsd-tdep.c: Same.
2172 * arm-tdep.c: Same.
2173 * ax-gdb.c: Same.
2174 * blockframe.c: Same.
2175 * btrace.c: Same.
2176 * c-varobj.c: Same.
2177 * coff-pe-read.c: Same.
2178 * coffread.c: Same.
2179 * cris-tdep.c: Same.
2180 * darwin-nat.c: Same.
2181 * dbxread.c: Same.
2182 * dcache.c: Same.
2183 * disasm.c: Same.
2184 * dtrace-probe.c: Same.
2185 * dwarf-index-write.c: Same.
2186 * dwarf2-frame-tailcall.c: Same.
2187 * dwarf2-frame.c: Same.
2188 * dwarf2read.c: Same.
2189 * eval.c: Same.
2190 * exceptions.c: Same.
2191 * fbsd-tdep.c: Same.
2192 * findvar.c: Same.
2193 * frame.c: Same.
2194 * frv-tdep.c: Same.
2195 * gnu-v3-abi.c: Same.
2196 * go32-nat.c: Same.
2197 * h8300-tdep.c: Same.
2198 * hppa-tdep.c: Same.
2199 * i386-linux-tdep.c: Same.
2200 * i386-tdep.c: Same.
2201 * ia64-libunwind-tdep.c: Same.
2202 * ia64-tdep.c: Same.
2203 * infcmd.c: Same.
2204 * infrun.c: Same.
2205 * linespec.c: Same.
2206 * linux-nat.c: Same.
2207 * linux-thread-db.c: Same.
2208 * machoread.c: Same.
2209 * mdebugread.c: Same.
2210 * mep-tdep.c: Same.
2211 * mn10300-tdep.c: Same.
2212 * namespace.c: Same.
2213 * objfiles.c: Same.
2214 * opencl-lang.c: Same.
2215 * or1k-tdep.c: Same.
2216 * osabi.c: Same.
2217 * ppc-linux-nat.c: Same.
2218 * ppc-linux-tdep.c: Same.
2219 * ppc-sysv-tdep.c: Same.
2220 * printcmd.c: Same.
2221 * procfs.c: Same.
2222 * record-btrace.c: Same.
2223 * record-full.c: Same.
2224 * remote-fileio.c: Same.
2225 * remote.c: Same.
2226 * rs6000-tdep.c: Same.
2227 * s12z-tdep.c: Same.
2228 * score-tdep.c: Same.
2229 * ser-base.c: Same.
2230 * ser-go32.c: Same.
2231 * skip.c: Same.
2232 * sol-thread.c: Same.
2233 * solib-svr4.c: Same.
2234 * solib.c: Same.
2235 * source.c: Same.
2236 * sparc-nat.c: Same.
2237 * sparc-sol2-tdep.c: Same.
2238 * sparc-tdep.c: Same.
2239 * sparc64-tdep.c: Same.
2240 * stabsread.c: Same.
2241 * stack.c: Same.
2242 * symfile.c: Same.
2243 * symtab.c: Same.
2244 * target-descriptions.c: Same.
2245 * target-float.c: Same.
2246 * thread.c: Same.
2247 * utils.c: Same.
2248 * valops.c: Same.
2249 * valprint.c: Same.
2250 * value.c: Same.
2251 * varobj.c: Same.
2252 * windows-nat.c: Same.
2253 * xcoffread.c: Same.
2254 * xstormy16-tdep.c: Same.
2255 * xtensa-tdep.c: Same.
2256
2257 2019-10-17 Tom Tromey <tromey@adacore.com>
2258
2259 * configure: Rebuild.
2260 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2261 in AC_CONFIG_FILES invocation.
2262 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2263 new-style config.status invocation.
2264
2265 2019-10-17 Tom de Vries <tdevries@suse.de>
2266
2267 * arm-nbsd-nat.c: Fix typos in comments.
2268 * arm-tdep.c: Same.
2269 * darwin-nat-info.c: Same.
2270 * dwarf2read.c: Same.
2271 * elfread.c: Same.
2272 * event-top.c: Same.
2273 * findvar.c: Same.
2274 * gdbtypes.c: Same.
2275 * hppa-tdep.c: Same.
2276 * i386-tdep.c: Same.
2277 * jit.c: Same.
2278 * main.c: Same.
2279 * mdebugread.c: Same.
2280 * moxie-tdep.c: Same.
2281 * nto-procfs.c: Same.
2282 * osabi.c: Same.
2283 * ppc-linux-tdep.c: Same.
2284 * remote.c: Same.
2285 * riscv-tdep.c: Same.
2286 * s390-tdep.c: Same.
2287 * sh-tdep.c: Same.
2288 * sparc-linux-tdep.c: Same.
2289 * sparc-nat.c: Same.
2290 * stack.c: Same.
2291 * target-descriptions.c: Same.
2292 * top.c: Same.
2293 * varobj.c: Same.
2294
2295 2019-10-16 Tom Tromey <tom@tromey.com>
2296
2297 * objfiles.h (struct objfile) <original_name>: Now const.
2298
2299 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2300
2301 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2302 pass on to sigsetjmp's second argument.
2303 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2304
2305 2019-10-16 Keith Seitz <keiths@redhat.com>
2306
2307 PR gdb/23567
2308 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2309 sections whose size is greater than the file size.
2310
2311 2019-10-16 Jim Wilson <jimw@sifive.com>
2312
2313 * riscv-tdep.c (riscv_gcc_target_options): New.
2314 (riscv_gnu_triplet_regexp): New.
2315 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2316 set_gdbarch_gnu_triplet_regexp.
2317
2318 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2319
2320 * Makefile.in: Add xml-builtin.h.
2321 * features/feature_to_c.sh: Add an include for xml-builtin.h
2322 to ensure that the compiler checks that the types match.
2323 * xml-builtin.h: New file.
2324 * xml-support.c (fetch_xml_builtin): Add missing const.
2325 * xml-support.h: Remove declaration of xml_builtins.
2326
2327 2019-10-16 Tom de Vries <tdevries@suse.de>
2328
2329 PR tdep/25096
2330 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2331 (amd64_classify_aggregate): ... here.
2332 (amd64_classify_aggregate_field): Handled fiels of nested structs
2333 recursively.
2334
2335 2019-10-16 Tom de Vries <tdevries@suse.de>
2336
2337 PR tdep/24104
2338 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2339 that handles 'theclass'.
2340
2341 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * linespec.c (decode_digits_ordinary): Update comment.
2344 * make-target-delegates: No longer need to handle VEC case.
2345 * memrange.c (normalize_mem_ranges): Update comment.
2346 * namespace.c (add_using_directive): Update comment.
2347 * objc-lang.c (uniquify_strings): Update comment.
2348 * ppc-linux-nat.c (struct thread_points): Update comment.
2349 * probe.h (find_probes_in_objfile): Update comment.
2350 * target.h (enum flash_preserve_mode): Update comment.
2351 * varobj.c (varobj_restrict_range): Update comment.
2352 * varobj.h (varobj_list_children): Update comment.
2353
2354 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2355
2356 * Makefile.in: Remove references to vec.h and vec.c.
2357 * aarch64-tdep.c: No longer include vec.h.
2358 * ada-lang.c: Likewise.
2359 * ada-lang.h: Likewise.
2360 * arm-tdep.c: Likewise.
2361 * ax.h: Likewise.
2362 * breakpoint.h: Likewise.
2363 * charset.c: Likewise.
2364 * cp-support.h: Likewise.
2365 * dtrace-probe.c: Likewise.
2366 * dwarf2read.c: Likewise.
2367 * extension.h: Likewise.
2368 * gdb_bfd.c: Likewise.
2369 * gdbsupport/gdb_vecs.h: Likewise.
2370 * gdbsupport/vec.c: Remove.
2371 * gdbsupport/vec.h: Remove.
2372 * gdbthread.h: Likewise.
2373 * guile/scm-type.c: Likewise.
2374 * inline-frame.c: Likewise.
2375 * machoread.c: Likewise.
2376 * memattr.c: Likewise.
2377 * memrange.h: Likewise.
2378 * namespace.h: Likewise.
2379 * nat/linux-btrace.h: Likewise.
2380 * osdata.c: Likewise.
2381 * parser-defs.h: Likewise.
2382 * progspace.h: Likewise.
2383 * python/py-type.c: Likewise.
2384 * record-btrace.c: Likewise.
2385 * rust-exp.y: Likewise.
2386 * solib-target.c: Likewise.
2387 * stap-probe.c: Likewise.
2388 * target-descriptions.c: Likewise.
2389 * target-memory.c: Likewise.
2390 * target.h: Likewise.
2391 * varobj.c: Likewise.
2392 * varobj.h: Likewise.
2393 * xml-support.h: Likewise.
2394
2395 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2398 Update for new std::vector based implementation.
2399 (process_psymtab_comp_unit_reader): Likewise.
2400 (scan_partial_symbols): Likewise.
2401 (recursively_compute_inclusions): Likewise.
2402 (compute_compunit_symtab_includes): Likewise.
2403 (process_imported_unit_die): Likewise.
2404 (queue_and_load_dwo_tu): Likewise.
2405 (follow_die_sig_1): Likewise.
2406 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2407 (typedef dwarf2_per_cu_ptr): Remove.
2408 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2409 function.
2410 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2411 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2412 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2413 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2414 std::vector.
2415
2416 2019-10-15 Tom Tromey <tromey@adacore.com>
2417
2418 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2419 TID.
2420
2421 2019-10-15 Tom Tromey <tromey@adacore.com>
2422
2423 * windows-nat.c (windows_nat_target::fetch_registers)
2424 (windows_nat_target::store_registers): Rename "pid" to "tid".
2425
2426 2019-10-15 Tom Tromey <tromey@adacore.com>
2427
2428 * gdbarch.h, gdbarch.c: Rebuild.
2429 * gdbarch.sh (gcc_target_options): Change return type to
2430 std::string.
2431 * compile/compile.c (get_args): Update.
2432 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2433 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2434 std::string.
2435 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2436 std::string.
2437 * arch-utils.c (default_gcc_target_options): Return std::string.
2438 * arch-utils.h (default_gcc_target_options): Return std::string.
2439 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2440
2441 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2442
2443 * breakpoint.c (breakpoint_chain): Make static.
2444 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2445 of accessing breakpoint_chain.
2446
2447 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2448
2449 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2450 to a gdb::function_view and return value to bool.
2451 * breakpoint.h (iterate_over_breakpoints): Likewise.
2452 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2453 (pop_dummy_frame): Update.
2454 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2455 (gdbscm_breakpoints): Update.
2456 * python/py-breakpoint.c (build_bp_list): Update.
2457 (gdbpy_breakpoints): Update.
2458 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2459 Update.
2460 (bpfinishpy_handle_stop): Update.
2461 (bpfinishpy_handle_exit): Update.
2462 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2463 (svr4_update_solib_event_breakpoints): Update.
2464
2465 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2466
2467 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2468 when unwrapping single-field structs.
2469
2470 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2471
2472 * dwarf2read.c: Remove includes.
2473
2474 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2475
2476 * ui-out.c (ui_out::call_do_message): Silence
2477 -Wformat-nonliteral warning.
2478
2479 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2480
2481 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2482 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2483 include: readline/tilde.h.
2484
2485 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2486
2487 * remote.c (remote_target::get_trace_status): Remove declaration of
2488 trace_regblock_size.
2489
2490 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2491
2492 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2493 (show_user): Remove declaration of cmdlist.
2494 * cli/cli-cmds.h (max_user_call_depth): Declare.
2495 * cli/cli-script.c (execute_user_command): Remove declaration
2496 of max_user_call_depth.
2497
2498 2019-10-11 Jim Wilson <jimw@sifive.com>
2499
2500 * gdbsupport/print-utils.h (pulongest): Fix comment.
2501 (plongest): Likewise.
2502 (phex): Add missing comment, mention leading zeros.
2503 (phex_nz): Add mention of no leading zeros to comment.
2504
2505 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2506 plongest instead of unsigned long long cast.
2507
2508 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2509
2510 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2511 for external_editor_command and gdbtk_test.
2512
2513 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2514
2515 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2516 * varobj.c (varobjdebug): Move comment to...
2517 * varobj.h (varobjdebug): ...here, and declare.
2518
2519 2019-10-09 Tom Tromey <tom@tromey.com>
2520
2521 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2522 erase_data_content.
2523
2524 2019-10-09 Tom Tromey <tom@tromey.com>
2525
2526 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2527 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2528 * tui/tui-command.c (tui_cmd_window::resize)
2529 (tui_refresh_cmd_win): Update.
2530 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2531 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2532 * tui/tui-data.c (~tui_gen_win_info): Remove.
2533 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2534 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2535 (tui_redisplay_readline, tui_mld_flush)
2536 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2537 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2538 (tui_data_window::erase_data_content)
2539 (tui_data_item_window::rerender)
2540 (tui_data_item_window::refresh_window): Update.
2541 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2542 (box_win, tui_gen_win_info::make_window)
2543 (tui_gen_win_info::make_visible): Update.
2544 (tui_delete_win): Remove.
2545 * tui/tui-winsource.c
2546 (tui_source_window_base::do_erase_source_content): Update.
2547 (tui_show_source_line, tui_source_window_base::update_tab_width)
2548 (tui_source_window_base::update_exec_info): Update.
2549 * tui/tui-data.h (struct curses_deleter): New.
2550 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2551 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2552
2553 2019-10-09 Tom Tromey <tom@tromey.com>
2554
2555 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2556
2557 2019-10-09 Tom Tromey <tom@tromey.com>
2558
2559 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2560 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2561
2562 2019-10-09 Tom Tromey <tom@tromey.com>
2563
2564 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2565 window height directly.
2566 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2567 declare.
2568 * tui/tui-layout.c (tui_default_win_height): Remove.
2569 (tui_default_win_viewport_height): Remove.
2570
2571 2019-10-09 Tom Tromey <tom@tromey.com>
2572
2573 * tui/tui.h: Remove comments.
2574
2575 2019-10-09 Tom de Vries <tdevries@suse.de>
2576
2577 * python/lib/gdb/printer/bound_registers.py: Use
2578 '^builtin_type_bound128' as regexp argument for
2579 add_builtin_pretty_printer.
2580
2581 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2582
2583 * guile/guile.c (guile_extension_script_ops): Remove forward
2584 declaration and mark as static.
2585 (guile_script_ops): Likewise.
2586 (extension_language_guile): Move further down in the file so
2587 it can reference the definitions for guile_{extension_,}script_ops.
2588
2589 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2590
2591 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2592 except SORTL, DFLTCC, and KDSA.
2593
2594 2019-10-08 Tom Tromey <tromey@adacore.com>
2595
2596 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2597 (struct safe_symbol_file_add_args): Remove.
2598
2599 2019-10-08 Tom Tromey <tromey@adacore.com>
2600
2601 * windows-nat.c: Don't include buildsym-legacy.h.
2602
2603 2019-10-08 Tom Tromey <tromey@adacore.com>
2604
2605 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2606
2607 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2608
2609 * gdbtypes.c (overload_debug): Move comment to header.
2610 * gdbtypes.h (overload_debug): Declare.
2611 * valops.c: Remove declaration of overload_debug, instead
2612 include gdbtypes.h.
2613
2614 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2615
2616 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2617 through _().
2618 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2619 move comment...
2620 * language.h (lang_frame_mismatch_warn): ... here. Also add
2621 declaration.
2622 * top.c (lang_frame_mismatch_warn): Remove declaration.
2623 (check_frame_language_change): Pass lang_frame_mismatch_warn
2624 through _().
2625
2626 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2627
2628 * c-lang.h (vtbl_ptr_name): Declare.
2629 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2630 it from the header.
2631 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2632
2633 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2634
2635 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2636 gdb_static_assert.
2637
2638 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2639
2640 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2641 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2642 * ctfread.c: New file.
2643 * ctfread.h: New file.
2644 * elfread.c: Include ctfread.h.
2645 (struct elfinfo text_p): New member ctfsect.
2646 (elf_locate_sections): Mark CTF section.
2647 (elf_symfile_read): Call elfctf_build_psymtabs.
2648 * Makefile.in (LIBCTF): Add.
2649 (CLIBS): Use it.
2650 (CDEPS): Likewise.
2651 (DIST): Add ctfread.c.
2652
2653 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * ctfread.c (struct nextfield): Renamed to ...
2656 (struct ctf_nextfield): ... this.
2657 (struct field_info): Renamed to ...
2658 (strut ctf_field_info): ... this.
2659 (attach_fields_to_type): Update for renamed structures.
2660 (ctf_add_member_cb): Likewise.
2661 (ctf_add_enum_member_cb): Likewise.
2662 (process_struct_members): Likewise.
2663 (process_enum_type): Likewise.
2664
2665 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2666
2667 * tracectf.h: Rename, was ctf.h.
2668 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2669 * tracefile.c: Likewise.
2670 * tracepoint.c: Remove unused include ctf.h.
2671 * mi/mi-main.c: Likewise.
2672 * Makefile.in Replace ctf.c with tracectf.c.
2673
2674 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2675
2676 * version.in: Change version number to "9.0.50.DATE-git".
2677
2678 2019-10-03 Tom Tromey <tom@tromey.com>
2679
2680 PR rust/24976:
2681 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2682
2683 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2686 cp_search_name_hash.
2687 * NEWS: Add entry about nested function support.
2688
2689 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2690 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2693 for nested static variables when searchin VAR_DOMAIN.
2694 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2695 global scope, update comment.
2696 (add_partial_subprogram): Call add_partial_subprogram recursively
2697 for nested subroutines when processinng Fortran.
2698 (load_partial_dies): Process the child entities of a subprogram
2699 when processing Fortran.
2700 (partial_die_parent_scope): Handle building scope
2701 for Fortran nested functions.
2702 (process_die): Record that nested functions have a scope.
2703 (new_symbol): Always record Fortran subprograms on the global
2704 symbol list.
2705 (determine_prefix): How to build the prefix for Fortran
2706 subprograms.
2707
2708 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2711 have just sent the thread a SIGSTOP and are waiting for it to
2712 arrive.
2713
2714 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * btrace.c (btrace_add_pc): Remove whitespace before the template
2717 parameter in 'std::vector <...>'.
2718 (parse_xml_btrace_block): Likewise.
2719 (btrace_maint_decode_pt): Likewise.
2720 (btrace_maint_update_packets): Likewise.
2721 (btrace_maint_print_packets): Likewise.
2722 * btrace.h (struct btrace_maint_info): Likewise.
2723 * dwarf2read.c (struct type_unit_group): Likewise.
2724 (build_type_psymtabs_reader): Likewise.
2725 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2726 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2727 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2728
2729 2019-10-03 Tom de Vries <tdevries@suse.de>
2730
2731 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2732 the first line of the help text for set/show style metadata.
2733
2734 2019-10-02 Tom Tromey <tromey@adacore.com>
2735
2736 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2737 * gdbsupport/common-inferior.c: New file.
2738 * infcmd.c (startup_with_shell): Don't define.
2739 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2740 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2741 * inferior.h (startup_with_shell): Don't declare.
2742
2743 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2744
2745 * gdbsupport/gdb_assert.h: Include errors.h.
2746 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2747
2748 2019-10-02 Tom Tromey <tromey@adacore.com>
2749
2750 * NEWS: Add $_ada_exception entry.
2751 * ada-lang.c (struct ada_catchpoint): Add constructor.
2752 <m_kind>: New member.
2753 (allocate_location_exception, re_set_exception): Remove
2754 "ex" parameter.
2755 (should_stop_exception): Compute $_ada_exception.
2756 (check_status_exception, print_it_exception)
2757 (print_one_exception, print_mention_exception): Remove
2758 "ex" parameter.
2759 (allocate_location_catch_exception, re_set_catch_exception)
2760 (check_status_exception, print_it_catch_exception)
2761 (print_one_catch_exception, print_mention_catch_exception)
2762 (print_recreate_catch_exception)
2763 (allocate_location_catch_exception_unhandled)
2764 (re_set_catch_exception_unhandled)
2765 (check_status_exception, print_it_catch_exception_unhandled)
2766 (print_one_catch_exception_unhandled)
2767 (print_mention_catch_exception_unhandled)
2768 (print_recreate_catch_exception_unhandled)
2769 (allocate_location_catch_assert, re_set_catch_assert)
2770 (check_status_assert, print_it_catch_assert)
2771 (print_one_catch_assert, print_mention_catch_assert)
2772 (print_recreate_catch_assert)
2773 (allocate_location_catch_handlers, re_set_catch_handlers)
2774 (check_status_handlers, print_it_catch_handlers)
2775 (print_one_catch_handlers, print_mention_catch_handlers)
2776 (print_recreate_catch_handlers): Remove.
2777 (create_ada_exception_catchpoint): Update.
2778 (initialize_ada_catchpoint_ops): Update.
2779
2780 2019-10-02 Tom Tromey <tromey@adacore.com>
2781
2782 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2783 (create_excep_cond_exprs): Simplify exception string computation.
2784 (ada_exception_catchpoint_cond_string): Likewise.
2785
2786 2019-10-02 Tom Tromey <tromey@adacore.com>
2787
2788 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2789 * ada-lang.c (lesseq_defined_than): Handle
2790 LOC_STATIC.
2791 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2792 parameter.
2793 (dwarf2_has_info): Likewise.
2794 (new_symbol): Set maybe_copied on symbol when
2795 appropriate.
2796 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2797 parameter.
2798 <can_copy>: New member.
2799 * elfread.c (record_minimal_symbol): Set maybe_copied
2800 on symbol when appropriate.
2801 (elf_symfile_read): Update call to dwarf2_has_info.
2802 * minsyms.c (lookup_minimal_symbol_linkage): New
2803 function.
2804 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2805 * symtab.c (get_symbol_address, get_msymbol_address):
2806 New functions.
2807 * symtab.h (get_symbol_address, get_msymbol_address):
2808 Declare.
2809 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2810 maybe_copied.
2811 (struct symbol, struct minimal_symbol) <maybe_copied>:
2812 New member.
2813
2814 2019-10-02 Tom Tromey <tromey@adacore.com>
2815
2816 * source.c (struct current_source_location): New.
2817 (current_source_key): New global.
2818 (current_source_symtab, current_source_line)
2819 (current_source_pspace): Remove.
2820 (get_source_location): New function.
2821 (get_current_source_symtab_and_line)
2822 (set_default_source_symtab_and_line)
2823 (set_current_source_symtab_and_line)
2824 (clear_current_source_symtab_and_line, select_source_symtab)
2825 (info_source_command, print_source_lines_base)
2826 (info_line_command, search_command_helper, _initialize_source):
2827 Update.
2828
2829 2019-10-02 Tom Tromey <tromey@adacore.com>
2830
2831 * source.c (select_source_symtab): Don't call
2832 decode_line_with_current_source.
2833
2834 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * symtab.c (lookup_global_symbol): Search global block.
2837
2838 2019-10-02 Tom Tromey <tromey@adacore.com>
2839
2840 * coffread.c (process_coff_symbol): Update.
2841 * dwarf2read.c (var_decode_location, new_symbol): Update.
2842 * mdebugread.c (parse_symbol): Update.
2843 * objfiles.c (relocate_one_symbol): Update.
2844 * stabsread.c (define_symbol, fix_common_block)
2845 (scan_file_globals): Update.
2846 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2847 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2848 * xcoffread.c (process_xcoff_symbol): Update.
2849
2850 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2851
2852 * MAINTAINERS: Update my email address.
2853
2854 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2855
2856 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2857 std::vector.
2858 (build_type_psymtabs_reader): Update for std::vector.
2859 (build_type_psymtab_dependencies): Likewise.
2860 * dwarf2read.h: Remove use of DEF_VEC_P.
2861 (typedef sig_type_ptr): Delete.
2862
2863 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2864
2865 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2866 to std::vector.
2867 (btrace_maint_decode_pt): Likewise, and move allocation of the
2868 vector outside of the loop.
2869 (btrace_maint_update_packets): Update to handle change from VEC to
2870 std::vector.
2871 (btrace_maint_print_packets): Likewise.
2872 (maint_info_btrace_cmd): Likewise.
2873 * btrace.h: Remove use of DEF_VEC_O.
2874 (typedef btrace_pt_packet_s): Delete.
2875 (struct btrace_maint_info) <packets>: Change fromm VEC to
2876 std::vector.
2877 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2878
2879 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2882 make accesses into the vector constant references.
2883 (btrace_add_pc): Update for std::vector.
2884 (btrace_stitch_bts): Likewise.
2885 (parse_xml_btrace_block): Likewise.
2886 (btrace_maint_update_packets): Likewise.
2887 (btrace_maint_print_packets): Likewise.
2888 (maint_info_btrace_cmd): Likewise.
2889 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2890 std::vector.
2891 (btrace_data::empty): Likewise.
2892 (btrace_data_append): Likewise.
2893 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2894 (typedef btrace_block_s): Delete.
2895 (struct btrace_block): Add constructor.
2896 (struct btrace_data_bts) <blocks>: Change to std::vector.
2897 * nat/linux-btrace.c (perf_event_read_bts): Update for
2898 std::vector.
2899 (linux_read_bts): Likewise.
2900
2901 2019-10-01 Tom Tromey <tom@tromey.com>
2902
2903 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2904
2905 2019-10-01 Tom Tromey <tom@tromey.com>
2906
2907 * stack.c (print_frame, info_frame_command_core): Use
2908 styled_string.
2909 * linux-thread-db.c (try_thread_db_load_1)
2910 (try_thread_db_load_from_pdir_1): Use styled_string.
2911 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2912 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2913 (maybe_print_unsupported_script_warning)
2914 (maybe_print_script_not_found_warning): Use styled_string.
2915 * ada-lang.c (user_select_syms): Use styled_string.
2916
2917 2019-10-01 Tom Tromey <tom@tromey.com>
2918
2919 * p-lang.c (pascal_printstr): Use metadata style.
2920 * value.c (show_convenience): Use metadata style.
2921 * valprint.c (valprint_check_validity, val_print_optimized_out)
2922 (val_print_not_saved, val_print_unavailable)
2923 (val_print_invalid_address, generic_val_print, val_print)
2924 (value_check_printable, val_print_array_elements): Use metadata
2925 style.
2926 * ui-out.h (class ui_out) <field_fmt>: New overload.
2927 <do_field_fmt>: Add style parameter.
2928 * ui-out.c (ui_out::field_fmt): New overload.
2929 * typeprint.c (type_print_unknown_return_type)
2930 (val_print_not_allocated, val_print_not_associated): Use metadata
2931 style.
2932 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2933 parameter.
2934 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2935 * tracepoint.c (tvariables_info_1): Use metadata style.
2936 * stack.c (print_frame_arg, print_frame_info, print_frame)
2937 (info_frame_command_core): Use metadata style.
2938 * skip.c (info_skip_command): Use metadata style.
2939 * rust-lang.c (rust_print_enum): Use metadata style.
2940 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2941 metadata style.
2942 * python/py-framefilter.c (py_print_single_arg): Use metadata
2943 style.
2944 * printcmd.c (do_one_display, print_variable_and_value): Use
2945 metadata style.
2946 * p-valprint.c (pascal_val_print)
2947 (pascal_object_print_value_fields): Use metadata style.
2948 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2949 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2950 parameter.
2951 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2952 * m2-valprint.c (m2_print_long_set): Use metadata style.
2953 * m2-typeprint.c (m2_print_type): Use metadata style.
2954 * infcmd.c (print_return_value_1): Use metadata style.
2955 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2956 * f-valprint.c (info_common_command_for_block): Use metadata
2957 style.
2958 * f-typeprint.c (f_type_print_base): Use metadata style.
2959 * expprint.c (print_subexp_standard): Use metadata style.
2960 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2961 * cli/cli-style.h (class cli_style_option): Add constructor.
2962 (metadata_style): Declare.
2963 * cli/cli-style.c (metadata_style): New global.
2964 (_initialize_cli_style): Register metadata style.
2965 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2966 parameter.
2967 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2968 * c-typeprint.c (c_type_print_base_struct_union)
2969 (c_type_print_base_1): Use metadata style.
2970 * breakpoint.c (watchpoint_value_print)
2971 (print_one_breakpoint_location): Use metadata style.
2972 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2973 style.
2974 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2975 style.
2976 * ada-valprint.c (val_print_packed_array_elements, printstr)
2977 (print_field_values, ada_val_print_ref, ada_val_print): Use
2978 metadata style.
2979 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2980 style.
2981 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2982 style.
2983 * ada-lang.c (user_select_syms): Use metadata style.
2984
2985 2019-10-01 Tom Tromey <tom@tromey.com>
2986
2987 * cli/cli-cmds.c (pwd_command): Style output.
2988
2989 2019-10-01 Pedro Alves <palves@redhat.com>
2990 Tom Tromey <tom@tromey.com>
2991
2992 * symtab.c (print_symbol_info): Use %ps.
2993 (print_msymbol_info): Use %ps.
2994 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2995 * printcmd.c (print_variable_and_value): Use %ps.
2996 * macrocmd.c (show_pp_source_pos): Use %ps.
2997 * infrun.c (print_exited_reason): Use ui_out::message.
2998 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2999 (describe_other_breakpoints): Use ui_out::message and new
3000 formats.
3001 (say_where): Use new formats.
3002 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3003 and new formats.
3004
3005 2019-10-01 Pedro Alves <palves@redhat.com>
3006 Tom Tromey <tom@tromey.com>
3007
3008 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3009 (test_gdb_formats): New function.
3010 (run_tests): Call it.
3011 (test_format_specifier): Update.
3012 * utils.h (fputs_filtered): Update comment.
3013 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3014 (fputs_styled_unfiltered): Declare.
3015 * utils.c (fputs_styled_unfiltered): New function.
3016 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3017 (vfprintf_filtered): Update.
3018 (vfprintf_unfiltered, vprintf_filtered): Update.
3019 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3020 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3021 disallow_ui_out_field>: New constants.
3022 (enum class field_kind): New.
3023 (struct base_field_s, struct signed_field_s): New.
3024 (signed_field): New function.
3025 (struct string_field_s): New.
3026 (string_field): New function.
3027 (struct styled_string_s): New.
3028 (styled_string): New function.
3029 (class ui_out) <message>: Add comment.
3030 <vmessage, call_do_message>: New methods.
3031 <do_message>: Add style parameter.
3032 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3033 methods.
3034 (ui_out::message): Rewrite.
3035 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3036 parameter.
3037 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3038 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3039 gdb_extensions parameter.
3040 (class format_piece): Add parameter to constructor.
3041 (n_int_args): New field.
3042 * gdbsupport/format.c (format_pieces::format_pieces): Add
3043 gdb_extensions parameter. Handle '*'.
3044 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3045 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3046 vfprintf_styled_no_gdbfmt.
3047 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3048 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3049 unfiltered output.
3050 * ui-style.h (struct ui_file_style) <ptr>: New method.
3051
3052 2019-10-01 Tom Tromey <tom@tromey.com>
3053
3054 * unittests/format_pieces-selftests.c: Update. Add final format.
3055 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3056 empty literal pieces.
3057
3058 2019-10-01 Tom Tromey <tom@tromey.com>
3059
3060 * ui-out.h (enum class ui_out_style_kind): Remove.
3061 (class ui_out) <field_string, field_stsream, do_field_string>:
3062 Change type of "style".
3063 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3064 (ui_out::field_string): Update.
3065 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3066 of "style".
3067 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3068 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3069 * stack.c (print_frame_arg, print_frame_info, print_frame):
3070 Update.
3071 * source.c (print_source_lines_base): Update.
3072 * solib.c (info_sharedlibrary_command): Update.
3073 * skip.c (info_skip_command): Update.
3074 * record-btrace.c (btrace_call_history_src_line)
3075 (btrace_call_history): Update.
3076 * python/py-framefilter.c (py_print_frame): Update.
3077 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3078 "style".
3079 * mi/mi-out.c (mi_ui_out::do_table_header)
3080 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3081 (mi_ui_out::do_field_string): Update.
3082 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3083 Update.
3084 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3085 "style".
3086 * cli-out.c (cli_ui_out::do_table_header)
3087 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3088 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3089 (cli_ui_out::do_field_fmt): Update.
3090 * breakpoint.c (print_breakpoint_location): Update.
3091 (update_static_tracepoint): Update.
3092
3093 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3094
3095 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3096 conversion of gdb_datadir.
3097 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3098 remove not needed c_str ().
3099
3100 2019-09-30 Ali Tamur <tamur@google.com>
3101
3102 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3103 (dwarf2_string_attr): Likewise.
3104
3105 2019-09-30 Ali Tamur <tamur@google.com>
3106
3107 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3108 (process_full_type_unit): Likewise.
3109 (dump_die_shallow): Likewise.
3110 (cu_debug_loc_section): Likewise.
3111
3112 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3113
3114 * minsyms.c (compare_minimal_symbols): Rename to...
3115 (minimal_symbol_is_less_than): ...this, and adjust to STL
3116 conventions (return bool, take arguments as references)
3117 (minimal_symbol_reader::install): Call std::sort instead
3118 of qsort.
3119
3120 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3121
3122 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3123 hash and why.
3124 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3125 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3126
3127 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3128
3129 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3130 * psympriv.h (add_psymbol_to_list): Move comment here and update
3131 it.
3132
3133 2019-09-29 Tom de Vries <tdevries@suse.de>
3134
3135 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3136 Use $tmpdir/$(basename "$output_file").dwz instead of
3137 "${output_file}.dwz".
3138
3139 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3140
3141 PR gdb/25045
3142 * hppa-linux-nat.c: Include gdbarch.h.
3143
3144 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3145
3146 * blockframe.c (find_pc_partial_function): Change return type to bool.
3147 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3148 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3149 (stub_gnu_ifunc_resolve_name): Likewise.
3150 * symtab.c (compare_filenames_for_search): Likewise.
3151 (compare_glob_filenames_for_search): Likewise.
3152 (matching_obj_sections): Likewise.
3153 (symbol_matches_domain): Likewise.
3154 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3155 (find_line_pc): Change return type to bool.
3156 (find_line_pc_range): Likewise.
3157 (producer_is_realview): Likewise.
3158 * symtab.h (symbol_matches_domain): Likewise.
3159 (find_pc_partial_function): Likewise.
3160 (find_pc_line_pc_range): Likewise.
3161 (in_gnu_ifunc_stub): Likewise.
3162 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3163 (find_line_pc): Likewise.
3164 (find_line_pc_range): Likewise.
3165 (matching_obj_sections): Likewise.
3166 (find_line_symtab): Change out parameter to bool.
3167 (producer_is_realview): Change return type to bool.
3168 (compare_filenames_for_search): Likewise.
3169 (compare_glob_filenames_for_search): Likewise.
3170
3171 2019-09-26 Tom Tromey <tom@tromey.com>
3172
3173 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3174 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3175 * gdb_usleep.h: Remove.
3176 * gdb_usleep.c: Remove.
3177 * utils.c: Don't include gdb_usleep.h.
3178
3179 2019-09-26 Tom Tromey <tromey@adacore.com>
3180
3181 * python/py-type.c (type_to_type_object): Call check_typedef
3182 for stub types.
3183
3184 2019-09-26 Tom Tromey <tom@tromey.com>
3185
3186 * utils.h (initialize_utils): Don't declare.
3187 * top.c (gdb_init): Don't call initialize_utils.
3188 * utils.c (initialize_utils): Remove. Move contents...
3189 (_initialize_utils): ... here.
3190
3191 2019-09-25 Tom Tromey <tom@tromey.com>
3192
3193 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3194 * utils.h (make_hex_string): Don't declare.
3195 * utils.c (make_hex_string): Remove.
3196
3197 2019-09-24 Tom de Vries <tdevries@suse.de>
3198
3199 PR gdb/23815
3200 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3201 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3202
3203 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3204
3205 * NEWS: Mention new simulator port for PRU.
3206
3207 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3208
3209 * ada-exp.y (write_object_remaining): Update.
3210 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3211 and eliminate the static buffer.
3212 (ada_decode_symbol): Update.
3213 (ada_la_decode): Update.
3214 (ada_sniff_from_mangled_name): Update.
3215 (is_valid_name_for_wild_match): Update.
3216 (ada_lookup_name_info::matches): Update and simplify.
3217 (name_matches_regex): Update.
3218 (ada_add_global_exceptions): Update.
3219 * ada-lang.h (ada_decode): Update signature.
3220 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3221 * dwarf-index-write.c (debug_names::insert): Update.
3222
3223 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3224
3225 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3226 formatting.
3227
3228 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3229
3230 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3231 Change "nonzero" to "true" in documentation.
3232
3233 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3234
3235 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3236 (_initialize_darwin_solib): Don't set
3237 darwin_so_ops.lookup_lib_global_symbol.
3238 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3239 set_gdbarch_iterate_over_objfiles_in_search_order.
3240 (elf_lookup_lib_symbol): Rename to...
3241 (svr4_iterate_over_objfiles_in_search_order): this, and update
3242 to iterate semantics.
3243 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3244 * solib.c (solib_global_lookup): Remove.
3245 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3246 (solib_global_lookup): Remove.
3247 * symtab.c (lookup_global_or_static_symbol): Remove call to
3248 solib_global_lookup.
3249
3250 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3251
3252 * NEWS: Move entries about default MI version now being
3253 version 3, and about the GDB/MI fix for multi-location
3254 breakpoints to the "since GDB 8.3" section.
3255
3256 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3257
3258 GDB 8.3.1 released.
3259
3260 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3261
3262 * NEWS: Mention that Cell/B.E. debugging support was removed.
3263 * MAINTAINERS: Remove spu target.
3264
3265 * config/djgpp/fnchange.lst: Remove entries for removed files.
3266
3267 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3268 spu-multiarch.o, and spu-tdep.o.
3269 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3270 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3271 spu-multiarch.c, and spu-tdep.c.
3272 * spu-linux-nat.c: Remove file.
3273 * spu-multiarch.c: Remove file.
3274 * spu-tdep.c: Remove file.
3275 * spu-tdep.h: Remove file.
3276 * solib-spu.c: Remove file.
3277 * solib-spu.h: Remove file.
3278
3279 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3280 * configure.nat (spu-linux): Remove.
3281 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3282 solib-multiarch.o from gdb_target_obs.
3283 (spu*-*-*): Remove.
3284
3285 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3286 feature flag.
3287 (ppc_linux_no_features): Update.
3288 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3289 Cell/B.E. support.
3290 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3291 (tdesc_powerpc_cell64l): Likewise.
3292 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3293 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3294 Cell/B.E. support.
3295 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3296 Do not include "features/rs6000/powerpc-cell32l.c" or
3297 "features/rs6000/powerpc-cell64l.c".
3298 (ppc_linux_spu_section): Remove.
3299 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3300 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3301 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3302 (ppc_linux_spe_context_lookup): Remove.
3303 (ppc_linux_spe_context_inferior_created): Remove.
3304 (ppc_linux_spe_context_solib_loaded): Remove.
3305 (ppc_linux_spe_context_solib_unloaded): Remove.
3306 (ppc_linux_spe_context): Remove.
3307 (struct ppu2spu_cache): Remove.
3308 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3309 (struct ppu2spu_data): Remove.
3310 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3311 ppu2spu_unwind): Remove.
3312 (ppc_linux_init_abi): Remove Cell/B.E. support.
3313 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3314
3315 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3316 (rs6000/powerpc-cell64l-expedite): Likewise
3317 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3318 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3319 rs6000/powerpc-cell64l.xml.
3320 * features/rs6000/powerpc-cell32l.xml: Remove.
3321 * features/rs6000/powerpc-cell64l.xml: Likewise.
3322 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3323 * features/rs6000/powerpc-cell64l.c: Likewise.
3324 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3325 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3326 * regformats/reg-spu.dat: Remove.
3327
3328 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3329 * corelow.c (struct spuid_list): Remove.
3330 (add_to_spuid_list): Remove.
3331 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3332 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3333 (remote_protocol_features): Remove associated entries.
3334 (_initialize_remote): No longer initialize them.
3335 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3336 * linux-nat.c (SPUFS_MAGIC): Remove.
3337 (linux_proc_xfer_spu): Remove.
3338 (spu_enumerate_spu_ids): Remove.
3339 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3340 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3341 (linux_make_corefile_notes): No longer call it.
3342
3343 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3344 (cooked_write_test): Likewise.
3345
3346 2019-09-20 Tom Tromey <tom@tromey.com>
3347
3348 * NEWS: Mention case-sensitivity of TUI commands.
3349 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3350 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3351 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3352
3353 2019-09-20 Tom Tromey <tom@tromey.com>
3354
3355 * tui/tui-source.c (tui_source_window::set_contents): Use
3356 make_unique_xstrdup.
3357 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3358 make_unique_xstrdup.
3359
3360 2019-09-20 Tom Tromey <tom@tromey.com>
3361
3362 * tui/tui-data.c: Remove separator comments.
3363 * tui/tui-layout.c: Remove separator comments.
3364 * tui/tui-win.c: Remove separator comments.
3365 * tui/tui-wingeneral.c: Remove separator comments.
3366
3367 2019-09-20 Tom Tromey <tom@tromey.com>
3368
3369 * tui/tui.h (strcat_to_buf): Don't declare.
3370 * tui/tui.c (strcat_to_buf): Remove.
3371
3372 2019-09-20 Tom Tromey <tom@tromey.com>
3373
3374 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3375 from "fullname".
3376 * tui/tui-source.c (tui_source_window::set_contents)
3377 (tui_source_window::location_matches_p)
3378 (tui_source_window::maybe_update): Update.
3379
3380 2019-09-20 Tom Tromey <tom@tromey.com>
3381
3382 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3383 Update.
3384 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3385 prefix.
3386 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3387 (tui_data_window::line_from_reg_element_no)
3388 (tui_data_window::first_reg_element_no_inline)
3389 (tui_data_window::show_registers)
3390 (tui_data_window::show_register_group)
3391 (tui_data_window::display_registers_from)
3392 (tui_data_window::display_registers_from_line)
3393 (tui_data_window::first_data_item_displayed)
3394 (tui_data_window::delete_data_content_windows)
3395 (tui_data_window::erase_data_content)
3396 (tui_data_window::do_scroll_vertical)
3397 (tui_data_window::refresh_window)
3398 (tui_data_window::check_register_values): Update.
3399
3400 2019-09-20 Tom Tromey <tom@tromey.com>
3401
3402 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3403 (struct tui_locator_window) <full_name, proc_name>: Now
3404 std::string.
3405 * tui/tui-stack.c (tui_locator_window::make_status_line)
3406 (tui_locator_window::set_locator_fullname)
3407 (tui_locator_window::set_locator_info): Update.
3408 * tui/tui-source.c (tui_source_window::set_contents)
3409 (tui_source_window::showing_source_p): Update.
3410
3411 2019-09-20 Tom Tromey <tom@tromey.com>
3412
3413 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3414 Don't call tui_locator_win_info_ptr.
3415
3416 2019-09-20 Tom Tromey <tom@tromey.com>
3417
3418 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3419
3420 2019-09-20 Tom Tromey <tom@tromey.com>
3421
3422 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3423 height for locator.
3424 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3425 * tui/tui-layout.c (show_source_disasm_command, show_data)
3426 (show_source_or_disasm_and_command): Use 1 as height for locator.
3427
3428 2019-09-20 Tom Tromey <tom@tromey.com>
3429
3430 * tui/tui.c (tui_enable): Update.
3431 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3432 Update.
3433 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3434 Update.
3435 * tui/tui-data.c (win_resized): Now bool.
3436 (tui_win_resized): Return bool.
3437 (tui_set_win_resized_to): Accept a bool.
3438
3439 2019-09-20 Tom Tromey <tom@tromey.com>
3440
3441 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3442 Change type of "refresh_values_only".
3443 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3444 type of "refresh_values_only".
3445
3446 2019-09-20 Tom Tromey <tom@tromey.com>
3447
3448 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3449 std::string.
3450 (tui_disassemble): Add "pos" parameter.
3451 (tui_disasm_window::set_contents): Simplify.
3452
3453 2019-09-20 Tom Tromey <tom@tromey.com>
3454
3455 * tui/tui-winsource.h (struct tui_source_window_base)
3456 <show_source_content>: Now private.
3457 * tui/tui-winsource.c
3458 (tui_source_window_base::show_source_content): Don't handle empty
3459 content case.
3460
3461 2019-09-20 Tom Tromey <tom@tromey.com>
3462
3463 * tui/tui-layout.c (show_source_disasm_command)
3464 (show_source_or_disasm_and_command): Don't call
3465 show_source_content.
3466
3467 2019-09-20 Tom Tromey <tom@tromey.com>
3468
3469 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3470 Declare.
3471 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3472 from tui_make_status_line.
3473 (tui_locator_window::rerender): Update.
3474
3475 2019-09-20 Tom Tromey <tom@tromey.com>
3476
3477 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3478 (tui_locator_window::rerender): Update.
3479
3480 2019-09-20 Tom Tromey <tom@tromey.com>
3481
3482 * tui/tui-winsource.h (struct tui_source_window_base)
3483 <~tui_source_window_base>: Don't declare.
3484 <fullname>: Remove.
3485 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3486 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3487 member.
3488 * tui/tui-source.c (tui_source_window::set_contents): Update.
3489 (tui_source_window::location_matches_p)
3490 (tui_source_window::maybe_update): Update.
3491
3492 2019-09-20 Tom Tromey <tom@tromey.com>
3493
3494 * tui/tui-winsource.h (~tui_source_element): Remove.
3495 (tui_source_element): Update.
3496 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3497 * tui/tui-winsource.c (tui_show_source_line): Update.
3498 * tui/tui-source.c (tui_source_window::set_contents): Update.
3499 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3500
3501 2019-09-20 Tom Tromey <tom@tromey.com>
3502
3503 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3504 declare.
3505 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3506 tui_clear_source_windows_detail.
3507 * tui/tui-winsource.h (struct tui_source_window_base)
3508 <clear_detail>: Don't declare.
3509 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3510 Remove.
3511 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3512
3513 2019-09-20 Tom Tromey <tromey@adacore.com>
3514
3515 PR ada/24919:
3516 * block.c (contained_in): Fix final return value.
3517
3518 2019-09-20 Alan Modra <amodra@gmail.com>
3519
3520 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3521 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3522 (read_indirect_string_from_dwz): Use bfd accessor.
3523 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3524 * machoread.c (macho_symfile_read_all_oso): Likewise.
3525 * solib.c (solib_bfd_open): Likewise.
3526
3527 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3528
3529 * eval.c: Move declaration of overload_resolution to...
3530 * value.h: ...here.
3531
3532 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3533
3534 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3535 * arm-linux-tdep.c: Likewise.
3536 * arm-nbsd-nat.c: Likewise.
3537 * arm-tdep.h: Declare arm_apcs_32.
3538 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3539
3540 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3541
3542 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3543 * dwarf2read.h: Declare dwarf_always_disassemble.
3544
3545 2019-09-19 Tom de Vries <tdevries@suse.de>
3546
3547 PR gdb/25009
3548 * source-cache.c (source_cache::ensure): Catch exception thrown during
3549 construction of the highlighter.
3550
3551 2019-09-18 Alan Modra <amodra@gmail.com>
3552
3553 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3554 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3555 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3556 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3557 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3558 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3559 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3560 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3561 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3562 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3563 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3564 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3565 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3566 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3567 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3568 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3569 * mi/mi-interp.c: Update throughout for bfd section macro and
3570 function changes.
3571 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3572 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3573
3574 2019-09-18 Tom Tromey <tom@tromey.com>
3575
3576 * NEWS: Add entry.
3577 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3578 call rl_initialize.
3579 (tui_enable): Do not call rl_initialize.
3580
3581 2019-09-18 Christian Groessler <chris@groessler.org>
3582
3583 * alpha-linux-nat.c: Include gdbarch.h.
3584
3585 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3586
3587 * ui-file.c: Include cli/cli-style.h.
3588 (term_cli_styling): Remove cli_styling declaration.
3589
3590 2019-09-18 Alan Modra <amodra@gmail.com>
3591
3592 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3593 to bfd_asymbol_section.
3594
3595 2019-09-18 Alan Modra <amodra@gmail.com>
3596
3597 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3598 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3599 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3600
3601 2019-09-18 Alan Modra <amodra@gmail.com>
3602
3603 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3604 * spu-linux-nat.c (spu_bfd_open): Likewise.
3605
3606 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3607
3608 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3609 to bool to match definition in dwarf2read.c.
3610
3611 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3612
3613 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3614 (print_signatures): Likewise.
3615 (trust_pad_over_xvs): Likewise.
3616 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3617 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3618 * arm-linux-nat.c (arm_apcs_32): Likewise.
3619 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3620 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3621 * arm-tdep.c (arm_debug): Likewise.
3622 (arm_apcs_32): Likewise.
3623 * auto-load.c (debug_auto_load): Likewise.
3624 (auto_load_gdb_scripts): Likewise.
3625 (global_auto_load): Likewise.
3626 (auto_load_local_gdbinit): Likewise.
3627 (auto_load_local_gdbinit_loaded): Likewise.
3628 * auto-load.h (global_auto_load): Likewise.
3629 (auto_load_local_gdbinit): Likewise.
3630 (auto_load_local_gdbinit_loaded): Likewise.
3631 * breakpoint.c (disconnected_dprintf): Likewise.
3632 (breakpoint_proceeded): Likewise.
3633 (automatic_hardware_breakpoints): Likewise.
3634 (always_inserted_mode): Likewise.
3635 (target_exact_watchpoints): Likewise.
3636 (_initialize_breakpoint): Update.
3637 * breakpoint.h (target_exact_watchpoints): Change to bool.
3638 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3639 * cli/cli-cmds.c (trace_commands): Likewise.
3640 * cli/cli-cmds.h (trace_commands): Likewise.
3641 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3642 to bool*.
3643 * cli/cli-logging.c (logging_overwrite): Change to bool.
3644 (logging_redirect): Likewise.
3645 (debug_redirect): Likewise.
3646 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3647 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3648 to bool.
3649 <boolean_option_def>: Update.
3650 (struct flag_option_def): Change default type of Context to bool
3651 from int.
3652 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3653 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3654 (get_setshow_command_value_string): Likewise.
3655 * cli/cli-style.c (cli_styling): Change to bool.
3656 (source_styling): Likewise.
3657 * cli/cli-style.h (source_styling): Likewise.
3658 (cli_styling): Likewise.
3659 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3660 to bool.
3661 * command.h (var_types): Update comment.
3662 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3663 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3664 bool.
3665 (debug_compile_cplus_scopes): Likewise.
3666 * compile/compile-internal.h (compile_debug): Likewise.
3667 * compile/compile.c (compile_debug): Likewise.
3668 (struct compile_options) <raw>: Likewise.
3669 * cp-support.c (catch_demangler_crashes): Likewise.
3670 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3671 (usr_cmd_cris_dwarf2_cfi): Likewise.
3672 * csky-tdep.c (csky_debug): Likewise.
3673 * darwin-nat.c (enable_mach_exceptions): Likewise.
3674 * dcache.c (dcache_enabled_p): Likewise.
3675 * defs.h (info_verbose): Likewise.
3676 * demangle.c (demangle): Likewise.
3677 (asm_demangle): Likewise.
3678 * dwarf-index-cache.c (debug_index_cache): Likewise.
3679 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3680 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3681 * dwarf2read.c (check_physname): Likewise.
3682 (use_deprecated_index_sections): Likewise.
3683 (dwarf_always_disassemble): Likewise.
3684 * eval.c (overload_resolution): Likewise.
3685 * event-top.c (set_editing_cmd_var): Likewise.
3686 (exec_done_display_p): Likewise.
3687 * event-top.h (set_editing_cmd_var): Likewise.
3688 (exec_done_display_p): Likewise.
3689 * exec.c (write_files): Likewise.
3690 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3691 (debug_fbsd_nat): Likewise.
3692 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3693 Likewise.
3694 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3695 <backtrace_past_entry> Likewise.
3696 * gdb-demangle.h (demangle): Likewise.
3697 (asm_demangle): Likewise.
3698 * gdb_bfd.c (bfd_sharing): Likewise.
3699 * gdbcore.h (write_files): Likewise.
3700 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3701 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3702 * gdbthread.h (print_thread_events): Likewise.
3703 * gdbtypes.c (opaque_type_resolution): Likewise.
3704 (strict_type_checking): Likewise.
3705 * gnu-nat.c (gnu_debug_flag): Likewise.
3706 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3707 * guile/scm-param.c (pascm_variable): Add boolval.
3708 (add_setshow_generic): Update.
3709 (pascm_param_value): Update.
3710 (pascm_set_param_value_x): Update.
3711 * hppa-tdep.c (hppa_debug): Change to bool..
3712 * infcall.c (may_call_functions_p): Likewise.
3713 (coerce_float_to_double_p): Likewise.
3714 (unwind_on_signal_p): Likewise.
3715 (unwind_on_terminating_exception_p): Likewise.
3716 * infcmd.c (startup_with_shell): Likewise.
3717 * inferior.c (print_inferior_events): Likewise.
3718 * inferior.h (startup_with_shell): Likewise.
3719 (print_inferior_events): Likewise.
3720 * infrun.c (step_stop_if_no_debug): Likewise.
3721 (detach_fork): Likewise.
3722 (debug_displaced): Likewise.
3723 (disable_randomization): Likewise.
3724 (non_stop): Likewise.
3725 (non_stop_1): Likewise.
3726 (observer_mode): Likewise.
3727 (observer_mode_1): Likewise.
3728 (set_observer_mode): Update.
3729 (sched_multi): Change to bool.
3730 * infrun.h (debug_displaced): Likewise.
3731 (sched_multi): Likewise.
3732 (step_stop_if_no_debug): Likewise.
3733 (non_stop): Likewise.
3734 (disable_randomization): Likewise.
3735 * linux-tdep.c (use_coredump_filter): Likewise.
3736 (dump_excluded_mappings): Likewise.
3737 * linux-thread-db.c (auto_load_thread_db): Likewise.
3738 (check_thread_db_on_load): Likewise.
3739 * main.c (captured_main_1): Update.
3740 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3741 xx2_opt, boolean_opt>: Change to bool.
3742 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3743 * maint.c (maintenance_profile_p): Likewise.
3744 (per_command_time): Likewise.
3745 (per_command_space): Likewise.
3746 (per_command_symtab): Likewise.
3747 * memattr.c (inaccessible_by_default): Likewise.
3748 * mi/mi-main.c (mi_async): Likewise.
3749 (mi_async_1): Likewise.
3750 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3751 * nat/fork-inferior.h (startup_with_shell): Likewise.
3752 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3753 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3754 * nios2-tdep.c (nios2_debug): Likewise.
3755 * or1k-tdep.c (or1k_debug): Likewise.
3756 * parse.c (parser_debug): Likewise.
3757 * parser-defs.h (parser_debug): Likewise.
3758 * printcmd.c (print_symbol_filename): Likewise.
3759 * proc-api.c (procfs_trace): Likewise.
3760 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3761 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3762 (set_parameter_value): Update.
3763 (add_setshow_generic): Update.
3764 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3765 to bool*.
3766 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3767 int*.
3768 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3769 * record-btrace.c (record_btrace_target::store_registers): Update.
3770 * record-full.c (record_full_memory_query): Change to bool.
3771 (record_full_stop_at_limit): Likewise.
3772 * record-full.h (record_full_memory_query): Likewise.
3773 * remote-notif.c (notif_debug): Likewise.
3774 * remote-notif.h (notif_debug): Likewise.
3775 * remote.c (use_range_stepping): Likewise.
3776 (interrupt_on_connect): Likewise.
3777 (remote_break): Likewise.
3778 * ser-tcp.c (tcp_auto_retry): Likewise.
3779 * ser-unix.c (serial_hwflow): Likewise.
3780 * skip.c (debug_skip): Likewise.
3781 * solib-aix.c (solib_aix_debug): Likewise.
3782 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3783 (spu_auto_flush_cache_p): Likewise.
3784 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3785 Likewise.
3786 (struct info_print_options) <quiet>: Likewise.
3787 * symfile-debug.c (debug_symfile): Likewise.
3788 * symfile.c (auto_solib_add): Likewise.
3789 (separate_debug_file_debug): Likewise.
3790 * symfile.h (auto_solib_add): Likewise.
3791 (separate_debug_file_debug): Likewise.
3792 * symtab.c (basenames_may_differ): Likewise.
3793 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3794 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3795 (struct info_types_options) <quiet>: Likewise.
3796 * symtab.h (demangle): Likewise.
3797 (basenames_may_differ): Likewise.
3798 * target-dcache.c (stack_cache_enabled_1): Likewise.
3799 (code_cache_enabled_1): Likewise.
3800 * target.c (trust_readonly): Likewise.
3801 (may_write_registers): Likewise.
3802 (may_write_memory): Likewise.
3803 (may_insert_breakpoints): Likewise.
3804 (may_insert_tracepoints): Likewise.
3805 (may_insert_fast_tracepoints): Likewise.
3806 (may_stop): Likewise.
3807 (auto_connect_native_target): Likewise.
3808 (target_stop_and_wait): Update.
3809 (target_async_permitted): Change to bool.
3810 (target_async_permitted_1): Likewise.
3811 (may_write_registers_1): Likewise.
3812 (may_write_memory_1): Likewise.
3813 (may_insert_breakpoints_1): Likewise.
3814 (may_insert_tracepoints_1): Likewise.
3815 (may_insert_fast_tracepoints_1): Likewise.
3816 (may_stop_1): Likewise.
3817 * target.h (target_async_permitted): Likewise.
3818 (may_write_registers): Likewise.
3819 (may_write_memory): Likewise.
3820 (may_insert_breakpoints): Likewise.
3821 (may_insert_tracepoints): Likewise.
3822 (may_insert_fast_tracepoints): Likewise.
3823 (may_stop): Likewise.
3824 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3825 (make_thread_apply_all_options_def_group): Change argument from int*
3826 to bool*.
3827 (thread_apply_all_command): Update.
3828 (print_thread_events): Change to bool.
3829 * top.c (confirm): Likewise.
3830 (command_editing_p): Likewise.
3831 (history_expansion_p): Likewise.
3832 (write_history_p): Likewise.
3833 (info_verbose): Likewise.
3834 * top.h (confirm): Likewise.
3835 (history_expansion_p): Likewise.
3836 * tracepoint.c (disconnected_tracing): Likewise.
3837 (circular_trace_buffer): Likewise.
3838 * typeprint.c (print_methods): Likewise.
3839 (print_typedefs): Likewise.
3840 * utils.c (debug_timestamp): Likewise.
3841 (sevenbit_strings): Likewise.
3842 (pagination_enabled): Likewise.
3843 * utils.h (sevenbit_strings): Likewise.
3844 (pagination_enabled): Likewise.
3845 * valops.c (overload_resolution): Likewise.
3846 * valprint.h (struct value_print_options) <prettyformat_arrays,
3847 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3848 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3849 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3850 Likewise.
3851 * windows-nat.c (new_console): Likewise.
3852 (cygwin_exceptions): Likewise.
3853 (new_group): Likewise.
3854 (debug_exec): Likewise.
3855 (debug_events): Likewise.
3856 (debug_memory): Likewise.
3857 (debug_exceptions): Likewise.
3858 (useshell): Likewise.
3859 * windows-tdep.c (maint_display_all_tib): Likewise.
3860 * xml-support.c (debug_xml): Likewise.
3861
3862 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3863
3864 * source.c (prepare_path_for_appending): New function.
3865 (openp): Make use of new function.
3866 (find_and_open_source): Search for the compilation directory and
3867 source file as a relative path beneath the directory search path.
3868
3869 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * source-cache.c (source_cache::get_line_charpos): Catch
3872 exceptions and return false, this matches the behaviour documented
3873 in the header file.
3874
3875 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3876
3877 * ada-tasks.c (info_task): Remove quoting of the task's name.
3878
3879 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3880
3881 * symfile.c (auto_solib_add): Replace comment with a reference
3882 to the header file.
3883
3884 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3885
3886 * NEWS: Mention that gdb can now be compiled with Python 3
3887 on Windows.
3888
3889 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * maint.c (maint_print_section_data::maint_print_section_data):
3892 Force use of 'float log10 (float)' by casting the argument to
3893 float.
3894
3895 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * maint.c: Add 'cmath' include.
3898 (struct maint_print_section_data): New structure.
3899 (print_section_index): New function.
3900 (print_bfd_section_info): Add header comment, small whitespace
3901 cleanup, and update to call new print_section_index function.
3902 (print_objfile_section_info): Likewise.
3903 (maint_obj_section_from_bfd_section): New function.
3904 (print_bfd_section_info_maybe_relocated): New function.
3905 (maintenance_info_sections): Add header comment, always use
3906 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3907
3908 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3911 inner scope, add check that the objfile has psymtabs before
3912 checking psymtabs_addrmap.
3913 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3914
3915 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3916
3917 * NEWS: Announce that Ada task names are now shown at more places,
3918 and between quotes (except in info task output).
3919 * gdb/ada-tasks.c (task_to_str): New function.
3920 (display_current_task_id): Call task_to_str.
3921 (task_command_1): Likewise.
3922 (print_ada_task_info): In non-mi mode, Properly align headers and data
3923 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3924
3925 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3926
3927 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3928 prstatus.pr_lwp.pr_info instead of making it up.
3929
3930 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3931
3932 * auto-load.c (auto_load_expand_dir_vars): Update.
3933 * defs.h (gdb_datadir): Change to std::string.
3934 (python_libdir): Likewise.
3935 (relocate_gdb_directory): Change return type to std::string.
3936 * guile/guile.c (gdbscm_data_directory): Update.
3937 (initialize_scheme_side): Update.
3938 * jit.c (jit_reader_dir): Change to std::string.
3939 (jit_reader_load_command): Update.
3940 * main.c (gdb_datadir): Change to std::string.
3941 (python_libdir): Likewise.
3942 (set_gdb_data_directory): Update.
3943 (relocate_path): Change to return std::string.
3944 (relocate_gdb_directory): Change to return std::string.
3945 (relocate_gdbinit_path_maybe_in_datadir): Update.
3946 (captured_main_1): Update.
3947 * python/python.c (do_start_initialization): Update.
3948 * top.c (show_gdb_datadir): Update.
3949 * xml-syscall.c (xml_init_syscalls_info): Update.
3950 (init_syscalls_info): Update.
3951
3952 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3953
3954 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3955 out of get_init_files.
3956 (get_init_files): Update.
3957
3958 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3959
3960 * main.c (get_init_files): Change to use std::string.
3961 (captured_main_1): Update.
3962 (print_gdb_help): Update.
3963
3964 2019-09-11 Ali Tamur <tamur@google.com>
3965
3966 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3967 implementation.
3968
3969 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3970
3971 * dbxread.c (read_dbx_symtab): Update.
3972 * dwarf2read.c (load_partial_dies): Update.
3973 * mdebugread.c (parse_partial_symbols): Update.
3974 (handle_psymbol_enumerators): Update.
3975 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3976 * psymtab.c (add_psymbol_to_bcache): Likewise.
3977 (add_psymbol_to_list): Likewise.
3978 * symtab.c (symbol_set_names): Likewise.
3979 * symtab.h (symbol_set_names): Likewise.
3980 * xcoffread.c (scan_xcoff_symtab): Update.
3981
3982 2019-09-11 Tom Tromey <tom@tromey.com>
3983
3984 * symfile-mem.c (symbol_file_add_from_memory): Use
3985 bfd_set_filename.
3986 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3987 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3988
3989 2019-09-10 Tom Tromey <tromey@adacore.com>
3990
3991 * dwarf-index-write.c (write_psymbols): Extend error message.
3992 (debug_names::insert): Add Ada code.
3993 (debug_names::write_psymbols): Remove Ada check.
3994 (debug_names) <m_string_obstack>: New member.
3995 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3996 (gdb_index_symbol_name_matcher::matches): Remove.
3997 (mapped_index_base::find_name_components_bounds): Add "lang"
3998 parameter.
3999 (mapped_index_base::build_name_components): Also split names
4000 according to Ada syntax.
4001 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4002 type of "match_callback".
4003 (check_match, check_find_bounds_finds)
4004 (dw2_expand_symtabs_matching): Update.
4005 (dw2_debug_names_iterator): Add new constructor.
4006 (dw2_debug_names_map_matching_symbols): New function.
4007 (dw2_debug_names_expand_symtabs_matching): Update.
4008 (dwarf2_debug_names_functions): Use
4009 dw2_debug_names_map_matching_symbols.
4010
4011 2019-09-10 Tom Tromey <tromey@adacore.com>
4012
4013 * dwarf2read.c (dw2_get_file_names_reader): Add the
4014 CU's file name to the results.
4015
4016 2019-09-10 Tom Tromey <tromey@adacore.com>
4017
4018 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4019 map_matching_symbols. Update.
4020 * dwarf2read.c (dw2_map_matching_symbols): Update.
4021 * psymtab.c (match_partial_symbol): Change type; update.
4022 (psym_map_matching_symbols): Likewise.
4023 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4024 type; update.
4025 * symfile.h (struct quick_symbol_functions)
4026 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4027 Remove "match".
4028
4029 2019-09-10 Tom Tromey <tromey@adacore.com>
4030
4031 * psymtab.c (map_block): Remove.
4032 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4033 * symtab.c (iterate_over_symbols_terminated): New function.
4034 * symtab.c (iterate_over_symbols_terminated): Declare.
4035
4036 2019-09-10 Tom Tromey <tromey@adacore.com>
4037
4038 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4039 * language.h (struct language_defn) <la_iterate_over_symbols>:
4040 Return bool.
4041 * symtab.c (iterate_over_symbols): Return bool.
4042 * symtab.h (iterate_over_symbols): Return bool.
4043
4044 2019-09-10 Tom Tromey <tromey@adacore.com>
4045
4046 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4047 (add_nonlocal_symbols): Update.
4048 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4049 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4050 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4051 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4052 Change type of "callback". Remove "data".
4053
4054
4055 2019-09-09 Ali Tamur <tamur@google.com>
4056
4057 * dwarf2read.c (comp_unit_head): Update comment.
4058 (dwarf2_dwo_name): New function declaration.
4059 (dwarf_unit_type_name): New function declaration.
4060 (read_comp_unit_head): Add support for new compilation units,
4061 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4062 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4063 (currently named as "signature") in their header. Also clarify error
4064 messages.
4065 (lookup_dwo_id): New function. Returns the dwo id of the given
4066 compile unit.
4067 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4068 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4069 functions.
4070 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4071 (dwarf2_dwo_name): Get the dwo name if present.
4072 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4073 purposes.
4074
4075 2019-09-09 Tom Tromey <tom@tromey.com>
4076
4077 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4078
4079 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4080
4081 * python/python.c (do_start_initialization): Make progname_copy static,
4082 to avoid a leak report.
4083
4084 2019-09-08 Tom Tromey <tom@tromey.com>
4085
4086 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4087
4088 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4089
4090 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4091 Change type to gdb::optional<block_enum>.
4092 (dw2_symtab_iter_init): Change block_index parameter type
4093 to gdb::optional<block_enum>.
4094 (dw2_lookup_symbol): Change block_index parameter
4095 type to block_enum.c
4096 (dw2_debug_names_lookup_symbol): Likewise.
4097 * psymtab.c (psym_lookup_symbol): Likewise.
4098 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4099 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4100 Likewise.
4101
4102 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4103
4104 * defs.h (relocate_gdb_directory): Change int to bool in
4105 signature and rename flag to relocatable.
4106 * main.c (relocate_path): Likewise.
4107 (relocate_gdb_directory): Likewise.
4108
4109 2019-09-06 Alan Modra <amodra@gmail.com>
4110
4111 * coffread.c (coff_symfile_read): Constify filename variable.
4112 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4113 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4114 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4115 * solib.c (reload_shared_libraries_1): Likewise.
4116 * symfile.c (reread_symbols): Likewise.
4117 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4118 * solib-darwin.c (darwin_bfd_open): Likewise.
4119 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4120
4121 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4122
4123 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4124 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4125
4126 2019-09-03 Tom Tromey <tromey@adacore.com>
4127
4128 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4129 types.
4130 (has_negatives): Unbias a range type bound.
4131 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4132 * gdbtypes.c (operator==): Handle new field.
4133 (create_range_type): Add "bias" parameter.
4134 (create_static_range_type, resolve_dynamic_range): Update.
4135 * gdbtypes.h (struct range_bounds) <bias>: New member.
4136 (create_range_type): Add bias parameter.
4137 * printcmd.c (print_scalar_formatted): Unbias range types.
4138 * value.c (unpack_long): Unbias range types.
4139 (pack_long): Bias range types.
4140
4141 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4142
4143 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4144 probe arguments.
4145
4146 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4147
4148 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4149 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4150 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4151 (compile_probe_arg): Likewise.
4152 * probe.h (get_argument_count): Likewise.
4153 * solib-svr4.c (solib_event_probe_action): Likewise.
4154 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4155
4156 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4157
4158 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4159 code to here...
4160 (svr4_create_solib_event_breakpoints): ...from here.
4161
4162 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4163
4164 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4165 suffix from warning message.
4166
4167 2019-08-30 Tom Tromey <tom@tromey.com>
4168
4169 * tui/tui-winsource.h (struct tui_source_window_base)
4170 <refresh_all>: Don't declare.
4171 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4172 Remove.
4173 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4174 tui_show_locator_content.
4175 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4176 declare.
4177 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4178 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4179 declare.
4180
4181 2019-08-30 Tom Tromey <tom@tromey.com>
4182
4183 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4184
4185 2019-08-30 Tom Tromey <tom@tromey.com>
4186
4187 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4188 Remove unnecessary forward declarations.
4189
4190 2019-08-30 Tom Tromey <tom@tromey.com>
4191
4192 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4193 rerender.
4194 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4195 tui_show_locator_content.
4196
4197 2019-08-30 Tom Tromey <tom@tromey.com>
4198
4199 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4200 (tui_locator_window::rerender): Rewrite using body of previous
4201 tui_show_locator_content.
4202
4203 2019-08-30 Tom Tromey <tom@tromey.com>
4204
4205 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4206 set_locator_fullname>: New methods.
4207 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4208 Rename from tui_set_locator_fullname.
4209 (tui_locator_window::set_locator_info): Rename from
4210 tui_set_locator_info. Return bool.
4211 (tui_update_locator_fullname, tui_show_frame_info): Update.
4212
4213 2019-08-30 Tom Tromey <tom@tromey.com>
4214
4215 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4216
4217 2019-08-30 Tom Tromey <tom@tromey.com>
4218
4219 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4220 call touchwin.
4221
4222 2019-08-30 Tom Tromey <tom@tromey.com>
4223
4224 * tui/tui-wingeneral.c (box_win): Assume win_info and
4225 win_info->handle cannot be NULL.
4226
4227 2019-08-30 Tom Tromey <tom@tromey.com>
4228
4229 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4230 refresh_window>: Declare.
4231 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4232 resize.
4233 (tui_data_item_window::rerender): Rename from
4234 tui_display_register.
4235 (tui_data_item_window::refresh_window): New method.
4236 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4237 no-op.
4238
4239 2019-08-30 Tom Tromey <tom@tromey.com>
4240
4241 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4242 regs_column_count, current_group>: Move later. Now private.
4243 <get_current_group>: New method.
4244 * tui/tui-regs.c (tui_reg_command): Update.
4245 * tui/tui-layout.c (tui_set_layout): Update.
4246
4247 2019-08-30 Tom Tromey <tom@tromey.com>
4248
4249 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4250 (tui_data_window::rerender): Don't call
4251 check_and_display_highlight_if_needed.
4252 (tui_data_window::refresh_all): Remove call to
4253 erase_data_content.
4254
4255 2019-08-30 Tom Tromey <tom@tromey.com>
4256
4257 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4258 (tui_data_window::display_registers_from)
4259 (tui_data_window::display_reg_element_at_line)
4260 (tui_data_window::display_registers_from_line): Remove checks of
4261 "empty".
4262
4263 2019-08-30 Tom Tromey <tom@tromey.com>
4264
4265 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4266 Don't declare.
4267 * tui/tui-regs.c (tui_data_window::show_registers): Call
4268 rerender.
4269 (tui_data_window::rerender): Rename from display_all_data.
4270 (tui_data_window::rerender): Remove old implementation.
4271
4272 2019-08-30 Tom Tromey <tom@tromey.com>
4273
4274 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4275 text.
4276 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4277
4278 2019-08-29 Bernhard Wodok <barto@gmx.net>
4279 Sergio Durigan Junior <sergiodj@redhat.com>
4280
4281 PR win32/24284
4282 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4283
4284 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4287 when searching for types.
4288
4289 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * f-lang.c (f_language_defn): Use f_print_typedef.
4292 * f-lang.h (f_print_typedef): Declare.
4293 * f-typeprint.c (f_print_typedef): Define.
4294
4295 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4296
4297 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4298
4299 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * cli/cli-utils.c (info_print_options_defs): Delete.
4302 (make_info_print_options_def_group): Delete.
4303 (extract_info_print_options): Delete.
4304 (info_print_command_completer): Delete.
4305 (info_print_args_help): Add extra parameter, and optionally
4306 include text about -n flag.
4307 * cli/cli-utils.h (struct info_print_options): Delete.
4308 (extract_info_print_options): Delete declaration.
4309 (info_print_command_completer): Delete declaration.
4310 (info_print_args_help): Add extra parameter, extend header
4311 comment.
4312 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4313 search_symbols.
4314 * stack.c (struct info_print_options): New type.
4315 (info_print_options_defs): New file scoped variable.
4316 (make_info_print_options_def_group): New static function.
4317 (info_print_command_completer): New static function.
4318 (info_locals_command): Update to use new local functions.
4319 (info_args_command): Likewise.
4320 (_initialize_stack): Add extra parameter to calls to
4321 info_print_args_help.
4322 * symtab.c (search_symbols): Add extra parameter, use this to
4323 possibly excluse non-debug symbols.
4324 (symtab_symbol_info): Add extra parameter, which is passed on to
4325 search_symbols.
4326 (struct info_print_options): New type.
4327 (info_print_options_defs): New file scoped variable.
4328 (make_info_print_options_def_group): New static function.
4329 (info_print_command_completer): New static function.
4330 (info_variables_command): Update to use local functions, and pass
4331 extra parameter through to symtab_symbol_info.
4332 (info_functions_command): Likewise.
4333 (info_types_command): Pass additional argument through to
4334 symtab_symbol_info.
4335 (rbreak_command): Pass extra argument to search_symbols.
4336 (_initialize_symtab): Add extra arguments for calls to
4337 info_print_args_help, and update help text for 'info variables',
4338 'whereis', and 'info functions' commands.
4339 * symtab.h (search_symbols): Add extra argument to declaration.
4340 * NEWS: Mention new flags.
4341
4342 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4343
4344 * symtab.c (lookup_static_symbol): Call the new function (and move
4345 it down to be next to lookup_global_symbol).
4346 (struct global_sym_lookup_data): Add block_enum member and rename to...
4347 (struct global_or_static_sym_lookup_data): ...this.
4348 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4349 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4350 (lookup_symbol_global_or_static_iterator_cb): ...this.
4351 (lookup_global_or_static_symbol): New function.
4352 (lookup_global_symbol): Call new function.
4353
4354 2019-08-26 Tom de Vries <tdevries@suse.de>
4355
4356 PR c++/24852
4357 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4358 when pc_probe.prob == NULL.
4359
4360 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4361
4362 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4363 variable symbol_linkage to symbol_linkage_.
4364
4365 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4366
4367 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4368 represent whether the symbol is static, dynamic, or we don't
4369 know.
4370
4371 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4372
4373 * gdb/rx-tdep.c (rx_register_names): New.
4374 (rx_register_name): Delete.
4375 (rx_psw_type): Delete.
4376 (rx_fpsw_type): Delete.
4377 (rx_register_type): Delete.
4378 (rx_gdbarch_init): Convert target-descriptions.
4379 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4380 * gdb/features/Makefile: Add rx.xml.
4381 * gdb/features/rx.xml: New.
4382 * gdb/features/rx.c: Generated.
4383 * gdb/NEWS: Mention target description support.
4384
4385 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4386
4387 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4388 *slot_ptr.
4389
4390 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4391
4392 * configure.ac: Don't check for 'dlfcn.h' (moved to
4393 gdbsupport/common.m4).
4394 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4395 'gdbsupport/'.
4396 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4397 * compile/compile-c-support.c: Include
4398 'gdbsupport/gdb-dlfcn.h'.
4399 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4400 * gdb-dlfcn.c: Move to...
4401 * gdbsupport/gdb-dlfcn.c: ... here.
4402 * gdb-dlfcn.h: Move to...
4403 * gdbsupport/gdb-dlfcn.h: ... here.
4404
4405 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4406
4407 * nios2-tdep.c (struct reg_value): Improve comments. Make
4408 the offset field signed.
4409
4410 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4411
4412 * python/lib/gdb/__init__.py (_execute_file): New function.
4413 * python/python.c (python_run_simple_file): Call gdb._execute_file
4414 on Windows.
4415
4416 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4417
4418 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4419 all uses as this was never set to anything but a zero value.
4420
4421 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4422
4423 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4424
4425 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4426
4427 * tui/tui-data.h (tui_gen_win_info): Add an =default
4428 move constructor, required by some GCC versions.
4429
4430 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4431
4432 * go32-nat.c (go32_sysinfo): Add hygon_p.
4433
4434 2019-08-20 Tom Tromey <tom@tromey.com>
4435
4436 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4437 line_from_reg_element_no, first_reg_element_no_inline,
4438 display_all_data, delete_data_content_windows,
4439 erase_data_content>: Now private.
4440
4441 2019-08-20 Tom Tromey <tom@tromey.com>
4442
4443 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4444 (tui_unhighlight_win, tui_highlight_win)
4445 (tui_win_info::make_window): Update.
4446 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4447
4448 2019-08-20 Tom Tromey <tom@tromey.com>
4449
4450 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4451 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4452 (MAX_PID_WIDTH): Move to tui-stack.c.
4453 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4454 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4455 (MAX_PID_WIDTH): Move from tui-data.h.
4456
4457 2019-08-20 Tom Tromey <tom@tromey.com>
4458
4459 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4460 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4461 (box_win): Update.
4462 (tui_gen_win_info::make_window): Rename from tui_make_window.
4463 (tui_win_info::make_window): New method.
4464 (tui_gen_win_info::make_visible): Update.
4465 * tui/tui-source.c (tui_source_window::set_contents): Update.
4466 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4467 (tui_data_window::display_registers_from): Update.
4468 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4469 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4470 Declare.
4471 <can_box>: Remove.
4472 <title>: Remove.
4473 (struct tui_win_info) <make_window>: Declare.
4474 <can_box>: Now virtual.
4475 <title>: New member.
4476 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4477 * tui/tui-command.c (tui_cmd_window::resize): Update.
4478
4479 2019-08-20 Tom Tromey <tom@tromey.com>
4480
4481 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4482 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4483 (tui_data_window::check_register_values): Update.
4484
4485 2019-08-20 Tom Tromey <tom@tromey.com>
4486
4487 * tui/tui-regs.h (struct tui_data_window): Use
4488 DISABLE_COPY_AND_ASSIGN.
4489 <regs_content>: Change type, removing unique_ptr.
4490 <tui_data_window>: Add move constructor.
4491 * tui/tui-regs.c (tui_data_window::show_registers)
4492 (tui_data_window::show_register_group)
4493 (tui_data_window::display_registers_from)
4494 (tui_data_window::display_registers_from)
4495 (tui_data_window::first_data_item_displayed)
4496 (tui_data_window::delete_data_content_windows)
4497 (tui_data_window::rerender, tui_data_window::refresh_window)
4498 (tui_data_window::check_register_values): Update.
4499
4500 2019-08-20 Tom Tromey <tom@tromey.com>
4501
4502 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4503 show_register_group>: Declare.
4504 (tui_show_register_group): Don't declare.
4505 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4506 tui_show_registers.
4507 (tui_data_window::show_register_group): Rename from
4508 tui_show_register_group.
4509 (tui_data_window::check_register_values, tui_reg_command):
4510 Update.
4511 * tui/tui-layout.c (tui_set_layout): Update.
4512
4513 2019-08-20 Tom Tromey <tom@tromey.com>
4514
4515 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4516 Declare.
4517 (tui_check_register_values): Don't declare.
4518 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4519 from tui_check_register_values.
4520 * tui/tui-hooks.c (tui_register_changed): Update.
4521
4522 2019-08-20 Tom Tromey <tom@tromey.com>
4523
4524 * tui/tui-regs.c (tui_reg_layout): Move later.
4525 (tui_show_registers): Don't enable TUI mode or change layout.
4526
4527 2019-08-20 Tom Tromey <tom@tromey.com>
4528
4529 * tui/tui-regs.h (struct tui_data_item_window)
4530 <~tui_data_item_window>: Remove.
4531 <content>: Now a unique_xmalloc_ptr.
4532 * tui/tui-regs.c (tui_register_format): Return a
4533 unique_xmalloc_ptr.
4534 (tui_get_register): Update.
4535 (~tui_data_item_window): Remove.
4536 (tui_data_window::display_registers_from, tui_display_register):
4537 Update.
4538 * tui/tui-io.h (tui_expand_tabs): Update.
4539 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4540 Remove "col" parameter.
4541
4542 2019-08-20 Tom Tromey <tom@tromey.com>
4543
4544 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4545 field.
4546 * tui/tui-regs.c (~tui_data_item_window): Update.
4547
4548 2019-08-20 Tom Tromey <tom@tromey.com>
4549
4550 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4551 earlier.
4552
4553 2019-08-20 Tom Tromey <tom@tromey.com>
4554
4555 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4556
4557 2019-08-20 Tom Tromey <tom@tromey.com>
4558
4559 * tui/tui-source.h (struct tui_source_window): Update.
4560 * tui/tui-regs.c (tui_show_registers): Update.
4561 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4562 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4563 (NO_REGS_STRING): Remove defines.
4564
4565 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4566
4567 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4568 unnecessary thread walk if remote doesn't support the packet.
4569
4570 2019-08-19 Tom Tromey <tromey@adacore.com>
4571
4572 * python/py-value.c (value_has_field): Fix indentation.
4573
4574 2019-08-19 Tom Tromey <tromey@adacore.com>
4575
4576 * printcmd.c (do_one_display, info_display_command): Update.
4577 * block.h (contained_in): Return bool. Add allow_nested
4578 parameter.
4579 * block.c (contained_in): Return bool. Add allow_nested
4580 parameter.
4581
4582 2019-08-19 Tom Tromey <tom@tromey.com>
4583
4584 * configure: Rebuild.
4585 * configure.ac: Disallow the combination of -static-libstdc++ and
4586 source highlight.
4587 * source-cache.c (get_language_name): Handle rust.
4588 (source_cache::get_source_lines): Ignore highlighting exceptions.
4589
4590 2019-08-16 Tom Tromey <tom@tromey.com>
4591
4592 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4593 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4594 (struct tui_source_window_base) <make_visible, refresh_window,
4595 resize>: Remove methods.
4596 <execution_info>: Remove field.
4597 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4598 (tui_show_source_line, tui_source_window_base)
4599 (~tui_source_window_base): Update.
4600 (tui_source_window_base::resize)
4601 (tui_source_window_base::make_visible)
4602 (tui_source_window_base::refresh_window): Remove.
4603 (tui_source_window_base::update_exec_info): Update.
4604 * tui/tui-source.c (tui_source_window::set_contents): Update.
4605 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4606
4607 2019-08-16 Tom Tromey <tom@tromey.com>
4608
4609 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4610 deprecated_query_hook.
4611
4612 2019-08-16 Tom Tromey <tom@tromey.com>
4613
4614 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4615 (tui_update_source_windows_with_line): Update.
4616 * tui/tui-source.h (struct tui_source_window)
4617 <show_symtab_source>: Declare.
4618 (tui_show_symtab_source): Don't declare.
4619 * tui/tui-source.c (tui_show_symtab_source): Rename from
4620 tui_show_symtab_source.
4621
4622 2019-08-16 Tom Tromey <tom@tromey.com>
4623
4624 * tui/tui-winsource.h (struct tui_source_window_base)
4625 <set_contents>: Declare.
4626 * tui/tui-winsource.c
4627 (tui_source_window_base::update_source_window_as_is): Update.
4628 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4629 Declare.
4630 (tui_set_source_content): Don't declare.
4631 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4632 tui_set_source_content.
4633 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4634 Declare.
4635 (tui_set_disassem_content): Don't declare.
4636 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4637 tui_set_disassem_content.
4638
4639 2019-08-16 Tom Tromey <tom@tromey.com>
4640
4641 * tui/tui-winsource.h (struct tui_source_window_base)
4642 <update_breakpoint_info>: Declare.
4643 (tui_update_breakpoint_info): Don't declare.
4644 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4645 (tui_update_all_breakpoint_info): Update.
4646 (tui_source_window_base::update_breakpoint_info): Rename from
4647 tui_update_breakpoint_info.
4648 (tui_source_window_base::update_exec_info): Update.
4649
4650 2019-08-16 Tom Tromey <tom@tromey.com>
4651
4652 * tui/tui-winsource.h (struct tui_source_window_base)
4653 <update_source_window>: Declare.
4654 (tui_update_source_window): Don't declare.
4655 * tui/tui-winsource.c
4656 (tui_source_window_base::update_source_window): Rename from
4657 tui_update_source_window.
4658 (tui_source_window_base::rerender): Update.
4659 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4660 * tui/tui-disasm.c (tui_show_disassem)
4661 (tui_show_disassem_and_update_source)
4662 (tui_disasm_window::maybe_update): Update.
4663
4664 2019-08-16 Tom Tromey <tom@tromey.com>
4665
4666 * tui/tui-winsource.h (struct tui_source_window_base)
4667 <update_source_window_as_is>: Declare.
4668 (tui_update_source_window_as_is): Don't declare.
4669 * tui/tui-winsource.c (tui_update_source_window): Update
4670 (tui_source_window_base::update_source_window_as_is): Rename from
4671 tui_update_source_window_as_is.
4672 (tui_source_window_base::refill): Update.
4673 * tui/tui-source.c (tui_show_symtab_source): Update.
4674 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4675 Update.
4676
4677 2019-08-16 Tom Tromey <tom@tromey.com>
4678
4679 * tui/tui-winsource.h (tui_update_source_window)
4680 (tui_update_source_window_as_is): Remove "noerror" parameter.
4681 * tui/tui-winsource.c (tui_update_source_window)
4682 (tui_update_source_window_as_is): Remove "noerror" parameter.
4683 (tui_update_source_windows_with_addr)
4684 (tui_update_source_windows_with_line)
4685 (tui_source_window_base::rerender)
4686 (tui_source_window_base::refill): Update.
4687 * tui/tui-source.h (tui_set_source_content)
4688 (tui_show_symtab_source): Remove "noerror" parameter.
4689 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4690 parameter.
4691 (tui_show_symtab_source): Likewise.
4692 (tui_source_window::maybe_update): Update.
4693 * tui/tui-disasm.c (tui_show_disassem)
4694 (tui_show_disassem_and_update_source)
4695 (tui_disasm_window::do_scroll_vertical)
4696 (tui_disasm_window::maybe_update): Update.
4697
4698 2019-08-16 Tom Tromey <tom@tromey.com>
4699
4700 * tui/tui.c (tui_is_window_visible): Update.
4701 * tui/tui-wingeneral.c (tui_make_window)
4702 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4703 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4704 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4705 (tui_set_win_height_command, parse_scrolling_args): Update.
4706 * tui/tui-source.c (tui_source_window::style_changed): Update.
4707 * tui/tui-regs.c (tui_show_registers)
4708 (tui_data_window::first_data_item_displayed)
4709 (tui_data_window::delete_data_content_windows)
4710 (tui_check_register_values, tui_reg_command): Update.
4711 * tui/tui-disasm.c (tui_show_disassem): Update.
4712 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4713 method.
4714 <is_visible>: Remove field.
4715 * tui/tui-data.c (tui_next_win, tui_prev_win)
4716 (tui_delete_invisible_windows): Update.
4717
4718 2019-08-16 Tom Tromey <tom@tromey.com>
4719
4720 * tui/tui-winsource.h (struct tui_source_window_base)
4721 <m_has_locator>: Remove.
4722 * tui/tui-layout.c (show_source_disasm_command, show_data)
4723 (show_source_or_disasm_and_command): Update.
4724
4725 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4726
4727 * NEWS (Other MI changes): New subsection.
4728 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4729 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4730 * arch-utils.c (default_get_pc_address_flags): New function.
4731 * arch-utils.h (default_get_pc_address_flags): New declaration.
4732 * gdbarch.sh: Add get_pc_address_flags.
4733 * gdbarch.c: Regenerate.
4734 * gdbarch.h: Likewise.
4735 * stack.c (print_pc): New function.
4736 (print_frame_info) (print_frame): Call print_pc.
4737
4738 2019-08-16 Tom de Vries <tdevries@suse.de>
4739
4740 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4741 print_objfile_section_info.
4742
4743 2019-08-15 Tom Tromey <tom@tromey.com>
4744
4745 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4746 calling update_cmdwin_start_line.
4747 * tui/tui-winsource.h (struct tui_source_window_base)
4748 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4749 <rerender>: Declare.
4750 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4751 Call rerender.
4752 (tui_source_window_base::set_new_height): Remove.
4753 (tui_source_window_base::rerender): Rename from
4754 do_make_visible_with_new_height.
4755 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4756 resize method.
4757 (tui_win_info::make_invisible_and_set_new_height)
4758 (tui_win_info::make_visible_with_new_height): Remove.
4759 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4760 Declare.
4761 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4762 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4763 do_make_visible_with_new_height>: Don't declare.
4764 <rerender>: Declare.
4765 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4766 set_new_height.
4767 (tui_data_window::do_make_visible_with_new_height): Remove.
4768 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4769 call tui_show_locator_content.
4770 (tui_gen_win_info::resize): Call rerender.
4771 (show_source_or_disasm_and_command): Don't call
4772 tui_show_locator_content.
4773 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4774 method.
4775 (struct tui_win_info) <rerender>: Declare.
4776 <set_new_height, make_invisible_and_set_new_height,
4777 make_visible_with_new_height>: Don't declare.
4778 * tui/tui-data.c (tui_win_list::rerender): New method.
4779 * tui/tui-command.h (struct tui_cmd_window)
4780 <do_make_visible_with_new_height>: Don't declare.
4781 * tui/tui-command.c
4782 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4783
4784 2019-08-15 Tom Tromey <tromey@adacore.com>
4785
4786 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4787 * ada-lang.c (ada_enum_name): Likewise.
4788
4789 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4790
4791 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4792 leading underscore.
4793 (GdbOutputErrorFile): Likewise.
4794 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4795 accordingly.
4796 (execute_unwinders): Rename to have a leading underscore.
4797 (auto_load_packages): Likewise.
4798 (global scope): Adjust call to auto_load_packages accordingly.
4799 (GdbSetPythonDirectory): Likewise.
4800 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4801 instead of execute_unwinders.
4802
4803 2019-08-15 Tom Tromey <tom@tromey.com>
4804
4805 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4806 (show_data): Don't change window visibility.
4807 (tui_gen_win_info::resize): Remove special case for command
4808 window. Use wresize, when available.
4809 (show_source_or_disasm_and_command): Don't change window
4810 visibility.
4811 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4812 <make_visible>: New method.
4813 * tui/tui-command.c (tui_cmd_window::resize): New method.
4814
4815 2019-08-15 Tom Tromey <tom@tromey.com>
4816
4817 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4818 (struct tui_source_windows): New.
4819 * tui/tui-winsource.c (tui_display_main): Update.
4820 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4821 (new_height_ok, parse_scrolling_args): Update.
4822 * tui/tui-layout.c (show_layout, show_data): Update.
4823 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4824 (tui_add_to_source_windows): Don't declare.
4825 * tui/tui-data.c (source_windows, tui_source_windows)
4826 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4827
4828 2019-08-15 Tom Tromey <tom@tromey.com>
4829
4830 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4831 Rename from reset.
4832 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4833 * tui/tui-layout.c (show_source_disasm_command, show_data):
4834 Update.
4835 (tui_gen_win_info::resize): Rename.
4836 (show_source_or_disasm_and_command): Update.
4837 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4838 reset.
4839
4840 2019-08-15 Tom Tromey <tom@tromey.com>
4841
4842 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4843 * tui/tui-interp.c (tui_interp::init): Don't call
4844 tui_initialize_static_data.
4845 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4846
4847 2019-08-15 Tom Tromey <tom@tromey.com>
4848
4849 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4850 examine tui_win_list.
4851
4852 2019-08-15 Tom Tromey <tom@tromey.com>
4853
4854 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4855 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4856 tui_clear_source_content.
4857 (tui_clear_source_content): Remove.
4858 (tui_source_window_base::do_erase_source_content): Hoist call to
4859 content.clear().
4860 * tui/tui-stack.c (tui_show_frame_info): Don't call
4861 tui_clear_source_content.
4862
4863 2019-08-15 Tom Tromey <tom@tromey.com>
4864
4865 * tui/tui-winsource.h (struct tui_source_window_base)
4866 <do_erase_source_content>: New method.
4867 <erase_source_content>: New method.
4868 (tui_erase_source_content): Don't declare.
4869 * tui/tui-winsource.c (tui_clear_source_content): Update.
4870 (tui_source_window_base::do_erase_source_content): Rename from
4871 tui_erase_source_content.
4872 (tui_source_window_base::show_source_content): Update.
4873 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4874 * tui/tui-source.h (struct tui_source_window)
4875 <erase_source_content>: New method.
4876 * tui/tui-disasm.h (struct tui_disasm_window)
4877 <erase_source_content>: New method.
4878
4879 2019-08-15 Tom Tromey <tom@tromey.com>
4880
4881 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4882 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4883 constructor.
4884 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4885 * tui/tui-source.c (tui_set_source_content): Update.
4886 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4887
4888 2019-08-15 Tom Tromey <tom@tromey.com>
4889
4890 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4891 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4892 tui-source.c.
4893 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4894 Declare.
4895 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4896 method.
4897 (tui_source_window::maybe_update): Update.
4898
4899 2019-08-15 Tom Tromey <tom@tromey.com>
4900
4901 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4902 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4903 tui-disasm.c.
4904 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4905 Declare.
4906 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4907 method.
4908 (tui_disasm_window::maybe_update): Update.
4909
4910 2019-08-15 Tom Tromey <tom@tromey.com>
4911
4912 * tui/tui-winsource.h (struct tui_source_window_base)
4913 <maybe_update>: Declare.
4914 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4915 method.
4916 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4917 Declare.
4918 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4919 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4920 Declare.
4921 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4922
4923 2019-08-15 Tom Tromey <tom@tromey.com>
4924
4925 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4926
4927 2019-08-15 Tom Tromey <tom@tromey.com>
4928
4929 * tui/tui-wingeneral.c: Include tui-stack.h.
4930 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4931 (struct tui_locator_window): Move from tui-data.h.
4932 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4933 (tui_initialize_static_data): Move from tui-data.c.
4934 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4935 (struct tui_locator_window): Move to tui-stack.c.
4936 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4937 (tui_initialize_static_data): Move to tui-stack.c.
4938
4939 2019-08-15 Tom Tromey <tom@tromey.com>
4940
4941 * tui/tui-layout.c (show_source_disasm_command)
4942 (show_source_or_disasm_and_command): Use make_visible method, not
4943 tui_make_window.
4944 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4945 Remove.
4946
4947 2019-08-15 Tom Tromey <tom@tromey.com>
4948
4949 * tui/tui-wingeneral.h (tui_make_window): Update.
4950 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4951 parameter.
4952 (tui_gen_win_info::make_visible): Update.
4953 * tui/tui-regs.c (tui_data_window::display_registers_from):
4954 Update.
4955 * tui/tui-layout.c (show_source_disasm_command)
4956 (show_source_or_disasm_and_command): Update.
4957 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4958 (enum tui_box): Remove.
4959 (struct tui_win_info) <can_box>: New method.
4960 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4961 method.
4962
4963 2019-08-15 Tom de Vries <tdevries@suse.de>
4964
4965 * linux-nat-trad.c: Include gdbarch.h.
4966
4967 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4968
4969 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4970 register sizes.
4971
4972 2019-08-14 Tom Tromey <tromey@adacore.com>
4973
4974 * darwin-nat.c: Include gdbarch.h.
4975 * darwin-nat-info.c: Include gdbarch.h.
4976
4977 2019-08-13 Tom Tromey <tom@tromey.com>
4978
4979 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4980 Remove.
4981 * tui/tui-data.c (tui_initialize_static_data): Update.
4982
4983 2019-08-13 Tom Tromey <tom@tromey.com>
4984
4985 * tui/tui-winsource.h (struct tui_exec_info_window)
4986 <~tui_exec_info_window, maybe_allocate_content, get_content,
4987 m_content>: Remove.
4988 (struct tui_source_window_base) <set_exec_info_content,
4989 show_exec_info_content>: Don't declare.
4990 * tui/tui-winsource.c
4991 (tui_exec_info_window::maybe_allocate_content): Remove.
4992 (tui_source_window_base::update_exec_info): Rename from
4993 set_exec_info_content.
4994 (tui_source_window_base::show_exec_info_content)
4995 (tui_source_window_base::update_exec_info): Remove.
4996
4997 2019-08-13 Tom Tromey <tom@tromey.com>
4998
4999 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5000 declare.
5001 * tui/tui-winsource.c (tui_update_source_window_as_is)
5002 (tui_update_source_windows_with_addr, tui_erase_source_content):
5003 Update.
5004 (tui_clear_exec_info_content): Remove.
5005
5006 2019-08-13 Tom Tromey <tom@tromey.com>
5007
5008 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5009 declare.
5010 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5011 call tui_erase_exec_info_content.
5012 (tui_clear_exec_info_content): Rename from
5013 tui_erase_exec_info_content.
5014 (tui_clear_exec_info_content): Delete.
5015
5016 2019-08-13 Tom Tromey <tom@tromey.com>
5017
5018 * tui/tui-winsource.h (struct tui_source_window_base)
5019 <show_exec_info_content>: Declare.
5020 (tui_show_exec_info_content): Don't declare.
5021 * tui/tui-winsource.c
5022 (tui_source_window_base::show_exec_info_content): Rename from
5023 tui_show_exec_info_content.
5024 (tui_source_window_base::update_exec_info): Update.
5025
5026 2019-08-13 Tom Tromey <tom@tromey.com>
5027
5028 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5029 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5030 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5031 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5032 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5033 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5034 ... here.
5035
5036 2019-08-13 Tom Tromey <tom@tromey.com>
5037
5038 * tui/tui-winsource.h (struct tui_source_window_base)
5039 <update_exec_info>: Declare.
5040 (tui_update_exec_info): Don't declare.
5041 * tui/tui-winsource.c (tui_update_source_window_as_is)
5042 (tui_source_window_base::refresh_all)
5043 (tui_update_all_breakpoint_info): Update.
5044 (tui_source_window_base::update_exec_info): Rename from
5045 tui_update_exec_info.
5046 * tui/tui-stack.c (tui_show_frame_info): Update.
5047
5048 2019-08-13 Tom Tromey <tom@tromey.com>
5049
5050 * tui/tui-winsource.h (struct tui_source_window_base)
5051 <set_exec_info_content>: Declare.
5052 (tui_set_exec_info_content): Don't declare.
5053 * tui/tui-winsource.c
5054 (tui_source_window_base::set_exec_info_content): Rename from
5055 tui_set_exec_info_content.
5056 (tui_update_exec_info): Update.
5057
5058 2019-08-13 Tom Tromey <tom@tromey.com>
5059
5060 * tui/tui-winsource.h (struct tui_source_window_base)
5061 <show_source_content>: Declare.
5062 (tui_show_source_content): Don't declare.
5063 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5064 (tui_source_window_base::show_source_content): Rename from
5065 tui_show_source_content.
5066 (tui_source_window_base::refresh_all): Update.
5067 * tui/tui-layout.c (show_source_disasm_command)
5068 (show_source_or_disasm_and_command): Update.
5069
5070 2019-08-13 Tom Tromey <tom@tromey.com>
5071
5072 * tui/tui-winsource.c (tui_erase_source_content)
5073 (tui_show_source_content, tui_source_window_base::refresh_all):
5074 Update.
5075 * tui/tui-wingeneral.h
5076 (tui_check_and_display_highlight_if_needed): Don't declare.
5077 * tui/tui-wingeneral.c
5078 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5079 check_and_display_highlight_if_needed.
5080 * tui/tui-win.c (tui_rehighlight_all)
5081 (tui_win_info::make_visible_with_new_height): Update.
5082 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5083 (tui_data_window::erase_data_content)
5084 (tui_data_window::display_all_data): Update.
5085 * tui/tui-data.h (struct tui_win_info)
5086 <check_and_display_highlight_if_needed>: Declare.
5087
5088 2019-08-13 Tom Tromey <tom@tromey.com>
5089
5090 * tui/tui-win.c (tui_resize_all): Call
5091 tui_delete_invisible_windows.
5092 * tui/tui-layout.c (show_layout): Call
5093 tui_delete_invisible_windows.
5094 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5095 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5096
5097 2019-08-13 Tom Tromey <tom@tromey.com>
5098
5099 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5100 tui_add_win_to_layout.
5101
5102 2019-08-13 Tom Tromey <tom@tromey.com>
5103
5104 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5105 * tui/tui-layout.c (tui_default_win_height): Now static.
5106
5107 2019-08-13 Tom Tromey <tom@tromey.com>
5108
5109 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5110 single switch.
5111 (show_source_disasm_command, show_source_or_disasm_and_command):
5112 Don't check current layout.
5113
5114 2019-08-13 Tom Tromey <tom@tromey.com>
5115
5116 * tui/tui-wingeneral.c (make_all_visible): Remove.
5117 (tui_make_all_invisible): Simplify.
5118 * tui/tui-layout.c (tui_make_all_invisible): Move from
5119 tui-wingeneral.c; simplify.
5120 (show_layout): Hoist call to tui_make_all_invisible.
5121 (show_data): Don't call tui_make_all_invisible.
5122
5123 2019-08-13 Tom Tromey <tom@tromey.com>
5124
5125 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5126 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5127
5128 2019-08-13 Tom Tromey <tom@tromey.com>
5129
5130 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5131 tui-data.c.
5132 (show_source_disasm_command, show_data)
5133 (show_source_or_disasm_and_command): Don't use
5134 tui_set_current_layout_to.
5135 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5136 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5137 tui-layout.c.
5138 (tui_set_current_layout_to): Remove.
5139
5140 2019-08-13 Tom Tromey <tom@tromey.com>
5141
5142 * tui/tui-layout.c (tui_set_layout): Update.
5143 * tui/tui-data.h (struct tui_layout_def): Remove.
5144 (tui_layout_def): Don't declare.
5145 * tui/tui-data.c (layout_def): Remove.
5146 (tui_layout_def): Remove.
5147
5148 2019-08-13 Tom Tromey <tom@tromey.com>
5149
5150 * tui/tui-winsource.h (struct tui_source_window_base)
5151 <clear_detail>: No longer "override".
5152 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5153 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5154 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5155 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5156 Remove.
5157 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5158
5159 2019-08-13 Tom Tromey <tromey@adacore.com>
5160
5161 * tracepoint.c: Don't include readline.h or history.h.
5162
5163 2019-08-12 Tom Tromey <tom@tromey.com>
5164
5165 * configure: Rebuild.
5166 * configure.ac: Check for readline 7.
5167 * NEWS: Mention readline 7 requirement.
5168 * README: Update.
5169
5170 2019-08-12 Tom Tromey <tom@tromey.com>
5171
5172 * mingw-hdep.c (gdb_select): Remove readline hack.
5173
5174 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5175
5176 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5177 when the function fails.
5178
5179 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5180
5181 * s390-tdep.c (s390_type_align): New function.
5182 (s390_gdbarch_init): Set it as type_align gdbarch method.
5183
5184 2019-08-09 Tom de Vries <tdevries@suse.de>
5185
5186 PR gdb/24591
5187 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5188 pc_low with relocation offset.
5189
5190 2019-08-07 Tom Tromey <tromey@adacore.com>
5191
5192 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5193 (print_frame_args): Update.
5194 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5195 Update.
5196 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5197 * frame.h (struct frame_arg): Add initializers.
5198 <error>: Now a unique_xmalloc_ptr.
5199
5200 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5201
5202 * NEWS: Expand the Pointer Authentication entry.
5203 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5204 (aarch64_frame_unmask_lr): ... to this.
5205 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5206 Call aarch64_frame_unmask_lr.
5207 * frame.c (struct frame_info): Add "masked" variable.
5208 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5209 (fprint_frame): Check for masked pc.
5210 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5211 declarations.
5212 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5213 * stack.c (print_frame): Check for masked pc.
5214
5215 2019-08-06 Tom Tromey <tom@tromey.com>
5216
5217 * stabsread.c (patch_block_stabs, read_one_struct_field)
5218 (read_enum_type): Use obstack_strndup.
5219 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5220 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5221 * dwarf2read.c (guess_full_die_structure_name)
5222 (anonymous_struct_prefix): Use obstack_strndup.
5223 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5224 * c-exp.y (yylex): Use obstack_strndup.
5225 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5226 (write_var_or_type): Use obstack_strndup.
5227
5228 2019-08-06 Tom Tromey <tom@tromey.com>
5229
5230 * symfile.c (reread_symbols): Use obstack_strdup.
5231 * stabsread.c (read_type): Use obstack_strdup.
5232 * gdb_obstack.h (obstack_strdup): New overload.
5233 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5234 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5235 (dwarf2_canonicalize_name): Use obstack_strdup.
5236 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5237 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5238 Use obstack_strdup.
5239
5240 2019-08-06 Tom Tromey <tom@tromey.com>
5241
5242 * gdb_obstack.h (obstack_strdup): Define.
5243 * gdb_obstack.c (obstack_strdup): Don't define.
5244
5245 2019-08-06 Tom Tromey <tom@tromey.com>
5246
5247 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5248 obstack_strdup.
5249 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5250 obstack_strdup.
5251 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5252 * stabsread.c (common_block_start): Use obstack_strdup.
5253 * objfiles.c (set_objfile_main_name, objfile): Use
5254 obstack_strdup.
5255 * namespace.c (add_using_directive): Use obstack_strdup.
5256 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5257 * jit.c (finalize_symtab): Use obstack_strdup.
5258 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5259 (guess_partial_die_structure_name, partial_die_info::fixup)
5260 (dwarf2_name): Use obstack_strdup.
5261 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5262 obstack_strdup.
5263 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5264 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5265 obstack_strdup.
5266 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5267
5268 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5269
5270 * unittests/help-doc-selftests.c: New file.
5271 * Makefile.in: Add the new file.
5272
5273 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5274
5275 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5276 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5277 the full first line, except when FOR_VALUE_PREFIX. In this case,
5278 the trailing '.' is not output, and the first character is uppercased.
5279 (print_help_for_command): Update call to print_doc_line.
5280 (print_doc_of_command): Likewise.
5281 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5282 * cli/cli-option.c (append_indented_doc): Do not append newline.
5283 (build_help_option): Append newline after first appended_indented_doc
5284 only if a second call is done.
5285 (build_help): Append 2 new lines before each option, except the first
5286 one.
5287 * compile/compile.c (_initialize_compile): Add new lines after
5288 %OPTIONS%, when not at the end of the help.
5289 Change help doc or code
5290 producing the help doc to respect the invariants.
5291 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5292 Also removed the new line after 'Options:', as all other commands
5293 do not put an empty line between 'Options:' and the first option.
5294 * printcmd.c (_initialize_printcmd): Likewise.
5295 * stack.c (_initialize_stack): Likewise.
5296 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5297 incorrectly telling COMMAND is optional.
5298 * ada-lang.c (_initialize_ada_language): Change help doc or code
5299 producing the help doc to respect the invariants.
5300 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5301 * breakpoint.c (_initialize_breakpoint): Likewise.
5302 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5303 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5304 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5305 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5306 _initialize_cli_style): Likewise.
5307 * corelow.c (core_target_info): Likewise.
5308 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5309 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5310 * filesystem.c (_initialize_filesystem): Likewise.
5311 * frame.c (_initialize_frame): Likewise.
5312 * gnu-nat.c (add_task_commands): Likewise.
5313 * infcall.c (_initialize_infcall): Likewise.
5314 * infcmd.c (_initialize_infcmd): Likewise.
5315 * interps.c (_initialize_interpreter): Likewise.
5316 * language.c (_initialize_language): Likewise.
5317 * linux-fork.c (_initialize_linux_fork): Likewise.
5318 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5319 * maint.c (_initialize_maint_cmds): Likewise.
5320 * memattr.c (_initialize_mem): Likewise.
5321 * printcmd.c (_initialize_printcmd): Likewise.
5322 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5323 _RegEx): Likewise.
5324 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5325 * record-btrace.c (_initialize_record_btrace): Likewise.
5326 * record-full.c (_initialize_record_full): Likewise.
5327 * record.c (_initialize_record): Likewise.
5328 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5329 * regcache.c (_initialize_regcache): Likewise.
5330 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5331 _initialize_remote): Likewise.
5332 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5333 * serial.c (_initialize_serial): Likewise.
5334 * skip.c (_initialize_step_skip): Likewise.
5335 * source.c (_initialize_source): Likewise.
5336 * stack.c (_initialize_stack): Likewise.
5337 * symfile.c (_initialize_symfile): Likewise.
5338 * symtab.c (_initialize_symtab): Likewise.
5339 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5340 * top.c (init_main): Likewise.
5341 * tracefile-tfile.c (tfile_target_info): Likewise.
5342 * tracepoint.c (_initialize_tracepoint): Likewise.
5343 * tui/tui-win.c (_initialize_tui_win): Likewise.
5344 * utils.c (add_internal_problem_command): Likewise.
5345 * valprint.c (value_print_option_defs): Likewise.
5346
5347 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5348
5349 PR build/24886
5350 * configure.ac: Drop enable-libmcheck support.
5351 * configure, config.in: Rebuild.
5352 * libmcheck.m4: Remove.
5353 * acinclude.m4: Don't include it.
5354 * Makefile.in: Don't distribute it.
5355 * top.c (print_gdb_configuration): Don't mention it.
5356
5357 2019-08-06 Tom Tromey <tom@tromey.com>
5358
5359 * utils.c (set_output_style): Sometimes pass stream to
5360 emit_style_escape.
5361 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5362 * record-btrace.c (btrace_insn_history): Update.
5363 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5364 method.
5365 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5366 Update initializers.
5367 <m_uiout>: New field.
5368 <m_di>: Move lower.
5369 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5370 Remove "uiout" parameter.
5371 (dump_insns): Update.
5372 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5373 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5374
5375 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5376
5377 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5378 (error_in_psymtab_expansion): Likewise.
5379 (lookup_symbol_via_quick_fns): Likewise.
5380 (basic_lookup_transparent_type_quick): Likewise.
5381 (basic_lookup_transparent_type_1): Likewise.
5382
5383 2019-08-06 Tom Tromey <tromey@adacore.com>
5384
5385 * source.c (last_source_error): Now bool.
5386 (print_source_lines_base): Make "noprint" bool. Only open
5387 source file when last_source_visited changes.
5388
5389 2019-08-06 Tom Tromey <tromey@adacore.com>
5390
5391 * annotate.c (annotate_source_line): Use g_source_cache.
5392 * source-cache.c (source_cache::get_plain_source_lines): Change
5393 parameters. Populate m_offset_cache.
5394 (source_cache::ensure): New method.
5395 (source_cache::get_line_charpos): New method.
5396 (extract_lines): Move lower. Change parameters.
5397 (source_cache::get_source_lines): Move lower.
5398 * source-cache.h (class source_cache): Update comment.
5399 <get_line_charpos>: New method.
5400 <get_source_lines>: Update comment.
5401 <clear>: Clear m_offset_cache.
5402 <get_plain_source_lines>: Change parameters.
5403 <ensure>: New method
5404 <m_offset_cache>: New member.
5405 * source.c (forget_cached_source_info_for_objfile): Update.
5406 (info_source_command): Use g_source_cache.
5407 (find_source_lines, open_source_file_with_line_charpos): Remove.
5408 (print_source_lines_base, search_command_helper): Use g_source_cache.
5409 * source.h (open_source_file_with_line_charpos): Don't declare.
5410 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5411 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5412 Use g_source_cache.
5413
5414 2019-08-06 Tom Tromey <tromey@adacore.com>
5415
5416 * source-cache.c (source_cache::get_plain_source_lines):
5417 Remove "first_line" and "last_line" parameters.
5418 (source_cache::get_source_lines): Cache plain text.
5419 * source-cache.h (class source_cache)
5420 <get_plain_source_lines>: Update.
5421
5422 2019-08-06 Tom Tromey <tromey@adacore.com>
5423
5424 * source-cache.c (extract_lines): No longer a method.
5425 Changed type of parameter. Include final newline.
5426 (selftests::extract_lines_test): New function.
5427 (_initialize_source_cache): Likewise.
5428 * source-cache.h (class source_cache)
5429 <extract_lines>: Don't declare.
5430
5431 2019-08-06 Tom Tromey <tromey@adacore.com>
5432
5433 * breakpoint.c (init_breakpoint_sal): Update.
5434 (breakpoint): Update.
5435 * breakpoint.h (struct breakpoint) <filter>: Now a
5436 unique_xmalloc_ptr.
5437
5438 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5439
5440 * NEWS: Mention dictionary access on blocks.
5441 * python/py-block.c (blpy_getitem): New function.
5442 (block_object_as_mapping): New struct.
5443 (block_object_type): Use new struct for tp_as_mapping field.
5444
5445 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5446
5447 * objfiles.h (objfile): Add a comment describing partial symbols.
5448
5449 2019-08-05 Tom Tromey <tromey@adacore.com>
5450
5451 * compile/compile.c (_initialize_compile): Use _(), not N_().
5452 * thread.c (_initialize_thread): Use _(), not N_().
5453 * stack.c (_initialize_stack): Use _(), not N_().
5454 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5455
5456 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5457
5458 * dwarf2read.c (struct dw2_symtab_iterator):
5459 <want_specific_block>: Remove.
5460 <block_index>: Change type to gdb::optional.
5461 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5462 change type of BLOCK_INDEX parameter to gdb::optional.
5463 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5464 (dw2_lookup_symbol): Don't pass argument for
5465 WANT_SPECIFIC_BLOCK.
5466 (dw2_expand_symtabs_for_function): Don't pass argument for
5467 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5468 (class dw2_debug_names_iterator)
5469 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5470 parameter, change BLOCK_INDEX type to gdb::optional.
5471 <m_want_specific_block>: Remove.
5472 <m_block_index>: Change type to gdb::optional.
5473 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5474 gdb::optional. Re-write in function of gdb::optional.
5475 (dw2_debug_names_lookup_symbol): Don't pass argument for
5476 WANT_SPECIFIC_BLOCK.
5477 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5478 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5479 BLOCK_INDEX.
5480
5481 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5482
5483 * NEWS: Mention changes to "info sources" command.
5484
5485 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5486
5487 * symtab.c (filename_partial_match_opts): New struct type.
5488 (struct output_source_filename_data): New members
5489 regexp, c_regexp, partial_match.
5490 (output_source_filename): Use new members to decide to print file.
5491 (info_sources_option_defs): New variable.
5492 (make_info_sources_options_def_group, print_info_sources_header,
5493 info_sources_command_completer):
5494 New functions.
5495 (info_sources_command): Read new optional arguments.
5496 (_initialize_symtab): Update info sources help.
5497
5498 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5499
5500 * ada-lang.c (exception_support_info_v0): Renamed from...
5501 (default_exception_support_info): ... this. Create new
5502 definition for v1.
5503 (ada_has_this_exception_support): Look up catch_handlers_sym.
5504 (ada_exception_support_info_sniffer): Try v0 after default.
5505
5506 2019-08-01 Tom Tromey <tromey@adacore.com>
5507
5508 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5509 gdbarch.h.
5510
5511 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5512
5513 * s12z-tdep.c: Fix include path for s12z-opc.h.
5514
5515 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5516
5517 * NEWS: Require GNU make 3.82.
5518
5519 2019-07-16 Tom Tromey <tom@tromey.com>
5520
5521 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5522 declare.
5523
5524 2019-07-30 Tom Tromey <tromey@adacore.com>
5525
5526 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5527
5528 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5529
5530 * printcmd.c (print_address_symbolic): Print negative offsets.
5531 (build_address_symbolic): Force signed arithmetic when computing
5532 offset.
5533
5534 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5535
5536 PR/24474: Add a function to lookup static variables.
5537 * NEWS: Mention this new function.
5538 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5539 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5540 * python/python.c (python_GdbMethods): Add new function.
5541
5542 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5543
5544 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5545 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5546 (objfpy_lookup_static_symbol): New function.
5547 (objfile_object_methods): Add new functions.
5548
5549 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5550
5551 * NEWS: Mention 'set|show print frame-info'. Mention new
5552 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5553 backtrace argument. Mention that python frame filtering code
5554 is now consistent with what 'backtrace' command prints.
5555
5556 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5557
5558 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5559 comments.
5560 (print_frame_info_auto, print_frame_info_source_line,
5561 print_frame_info_location, print_frame_info_source_and_location,
5562 print_frame_info_location_and_address, print_frame_info_short_location):
5563 New declarations.
5564 (struct frame_print_options): New member print_frame_info.
5565 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5566 * stack.h (get_user_print_what_frame_info): New declaration.
5567 (frame_show_address): New declaration.
5568 * stack.c (print_frame_arguments_choices): New value 'presence'.
5569 (print_frame_info_auto, print_frame_info_source_line,
5570 print_frame_info_location, print_frame_info_source_and_location,
5571 print_frame_info_location_and_address, print_frame_info_short_location,
5572 print_frame_info_choices, print_frame_info_print_what): New definitions.
5573 (print_frame_args): Only print dots for args if print frame-arguments
5574 is 'presence'.
5575 (frame_print_option_defs): New element for "frame-info".
5576 (get_user_print_what_frame_info): New function.
5577 (frame_show_address): Make non static. Move comment to stack.h.
5578 (print_frame_info_to_print_what): New function.
5579 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5580 to decide what to print.
5581 (backtrace_command_1): Handle the new print_frame_arguments_presence
5582 value.
5583 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5584 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5585 (py_print_frame): In non-mi mode, use LOCATION as default for
5586 print_what, similarly to frame information printed directly by
5587 backtrace command. Handle frame-info user option in non MI mode.
5588
5589 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5590
5591 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5592 Add case for debugging 32-bit target on 64-bit host. Revise
5593 comment.
5594
5595 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5596
5597 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5598 instead of find_function_entry_range_from_pc.
5599
5600 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5601
5602 * stack.c (find_frame_funname): Remove code which preferred
5603 minsym over symtab sym in "certain pathological cases".
5604
5605 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5606 parameter. Change type of "do_demangle" to bool.
5607 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5608 Pass suitable "prefer_sym_over_minsym" flag to
5609 build_address_symbolic(). Don't output "+" for negative offsets.
5610 * printcmd.c (print_address_symbolic): Update invocation of
5611 build_address_symbolic to include a "prefer_sym_over_minsym"
5612 flag.
5613 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5614 Restrict cases in which use of minimal symbol is preferred to that
5615 of a found symbol. Update comments.
5616
5617 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5618 for entry pc when entry pc is out of range for that FDE.
5619
5620 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5621
5622 PR gdb/24839:
5623 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5624 type.
5625
5626 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5627
5628 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5629 this function's Python signature.
5630
5631
5632 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5633
5634 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5635 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5636 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5637 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5638 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5639
5640
5641 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5642
5643 * h8300-tdep.c (h8300_register_name_common): New.
5644 h8300_register_name): Use h8300_register_name_common.
5645 (h8300s_register_name): Likewise.
5646 (h8300sx_register_name): Likewise.
5647 (h8300h_register_nam): New.
5648 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5649
5650
5651 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5652
5653 * arm-tdep.c (arm_skip_cmse_entry): New function.
5654 (arm_is_sgstubs_section): New function.
5655 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5656
5657 2019-07-22 Tom Tromey <tom@tromey.com>
5658
5659 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5660 Don't self-assign.
5661
5662 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5665 type_print.
5666
5667 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5668
5669 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5670 so that GDB doesn't match any msymbols when searching in the
5671 TYPES_DOMAIN.
5672 (print_symbol_info): Print using typedef_print or type_print based
5673 on the type of the symbol. Add updated FIXME comment moved from...
5674 (_initialize_symtab): ... move and update FIXME comment to above.
5675
5676 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5677
5678 * NEWS: Mention adding -q option to "info types".
5679 * symtab.c (struct info_types_options): New struct.
5680 (info_types_options_defs): New variable.
5681 (make_info_types_options_def_group): New function.
5682 (info_types_command): Use gdb::option framework to parse options.
5683 (info_types_command_completer): New function.
5684 (_initialize_symtab): Extend the help text on "info types" and
5685 register command completer.
5686
5687 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5688
5689 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5690 (lookup_symbol_in_objfile): Change int to block_enum and add a
5691 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5692
5693 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5694
5695 * MAINTAINERS (Write After Approval): Add self.
5696
5697 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5698
5699 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5700 instruction to the dummy code region.
5701
5702 2019-07-19 Tom Tromey <tromey@adacore.com>
5703
5704 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5705 (ARGSUSED, PARAMS, __func__): Remove rules.
5706
5707 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5708
5709 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5710 * features/arm/arm-with-iwmmxt.c: Remove.
5711 * features/arm/arm-with-iwmmxt.xml: Remove.
5712 * features/arm/arm-with-m-fpa-layout.c: Remove.
5713 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5714 * features/arm/arm-with-m-vfp-d16.c: Remove.
5715 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5716 * features/arm/arm-with-m.c: Remove.
5717 * features/arm/arm-with-m.xml: Remove.
5718 * features/arm/arm-with-neon.c: Remove.
5719 * features/arm/arm-with-neon.xml: Remove.
5720 * features/arm/arm-with-vfpv2.c: Remove.
5721 * features/arm/arm-with-vfpv2.xml: Remove.
5722 * features/arm/arm-with-vfpv3.c: Remove.
5723 * features/arm/arm-with-vfpv3.xml: Remove.
5724
5725 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5726
5727 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5728
5729 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5730
5731 * arch/aarch32.c (aarch32_create_target_description): Create
5732 target descriptions using features.
5733 * arch/arm.c (arm_create_target_description)
5734 (arm_create_mprofile_target_description): Likewise.
5735 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5736
5737 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5738
5739 * Makefile.in: Add new files.
5740 * aarch32-tdep.c: New file.
5741 * aarch32-tdep.h: New file.
5742 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5743 Call aarch32_read_description.
5744 * arch/aarch32.c: New file.
5745 * arch/aarch32.h: New file.
5746 * arch/arm.c (arm_create_target_description)
5747 (arm_create_mprofile_target_description): New function.
5748 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5749 (arm_create_target_description)
5750 (arm_create_mprofile_target_description): New declaration.
5751 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5752 read_description functions.
5753 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5754 Likewise.
5755 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5756 * arm-tdep.c (tdesc_arm_list): New variable.
5757 (arm_register_g_packet_guesses): Call create description functions.
5758 (arm_read_description) (arm_read_mprofile_description): New
5759 function.
5760 * arm-tdep.h (arm_read_description)
5761 (arm_read_mprofile_description): Add declaration.
5762 * configure.tgt: Add new files.
5763
5764 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5765
5766 * top.c (new_ui_command): Open specified terminal just once.
5767
5768 2019-07-18 Tom Tromey <tromey@adacore.com>
5769
5770 * symtab.c (main_name): Constify return type.
5771 * symfile.c (set_initial_language): Update.
5772 * symtab.h (main_name): Constify return type.
5773
5774 2019-07-17 Tom Tromey <tom@tromey.com>
5775
5776 * tui/tui-winsource.c (tui_update_source_window)
5777 (tui_update_source_window_as_is)
5778 (tui_update_source_windows_with_line): Remove return.
5779 * tui/tui-disasm.c (tui_show_disassem)
5780 (tui_show_disassem_and_update_source): Remove return.
5781 * tui/tui.c (tui_reset): Remove return.
5782 * tui/tui-wingeneral.c
5783 (tui_check_and_display_highlight_if_needed): Remove return.
5784
5785 2019-07-17 Tom Tromey <tom@tromey.com>
5786
5787 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5788
5789 2019-07-17 Tom Tromey <tom@tromey.com>
5790
5791 * tui/tui-winsource.h (struct tui_exec_info_window)
5792 (struct tui_source_window_base): Move from tui-data.h.
5793 * tui/tui-winsource.c: Move many method definitions from
5794 elsewhere. Remove "structuring" comments.
5795 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5796 (tui_source_window_base::refresh_window): Move to
5797 tui-winsource.c.
5798 * tui/tui-win.c (tui_source_window_base::refresh_all)
5799 (tui_source_window_base::update_tab_width)
5800 (tui_source_window_base::set_new_height)
5801 (tui_source_window_base::do_make_visible_with_new_height): Move to
5802 tui-winsource.c.
5803 * tui/tui-source.h: Update.
5804 * tui/tui-source.c (tui_source_window_base::reset): Move to
5805 tui-winsource.c.
5806 * tui/tui-disasm.h: Update.
5807 * tui/tui-data.h (struct tui_exec_info_window): Move to
5808 tui-winsource.h.
5809 (struct tui_source_window_base): Likewise.
5810 * tui/tui-data.c (tui_source_window_base::clear_detail)
5811 (tui_source_window_base, ~tui_source_window_base): Move to
5812 tui-winsource.c.
5813
5814 2019-07-17 Tom Tromey <tom@tromey.com>
5815
5816 * tui/tui-win.c (tui_resize_all)
5817 (tui_source_window_base::update_tab_width)
5818 (tui_adjust_win_heights): Update.
5819 (tui_win_info::make_invisible_and_set_new_height): Rename from
5820 make_invisible_and_set_new_height.
5821 * tui/tui-data.h (struct tui_win_info)
5822 <make_invisible_and_set_new_height>: New method.
5823
5824 2019-07-17 Tom Tromey <tom@tromey.com>
5825
5826 * tui/tui.c: Update.
5827 * tui/tui-source.h (struct tui_source_window): Move from
5828 tui-data.h.
5829 * tui/tui-layout.c: Update.
5830 * tui/tui-disasm.c: Update.
5831 * tui/tui-data.h (struct tui_source_window): Move to
5832 tui-source.h.
5833
5834 2019-07-17 Tom Tromey <tom@tromey.com>
5835
5836 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5837 tui-data.h.
5838 * tui/tui-data.h (struct tui_disasm_window): Move to
5839 tui-disasm.h.
5840
5841 2019-07-17 Tom Tromey <tom@tromey.com>
5842
5843 * tui/tui-regs.h (struct tui_data_item_window): Move from
5844 tui-data.h.
5845 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5846 * tui/tui-data.h (struct tui_data_item_window): Move to
5847 tui-regs.h.
5848 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5849
5850 2019-07-17 Tom Tromey <tom@tromey.com>
5851
5852 * tui/tui.c: Update.
5853 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5854 (tui_cmd_window::max_height): Move to tui-command.c.
5855 * tui/tui-layout.c: Update.
5856 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5857 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5858 tui-command.c.
5859 * tui/tui-command.h (struct tui_cmd_window): Move from
5860 tui-data.h.
5861 * tui/tui-command.c: Remove "structuring" comments.
5862 (tui_cmd_window::clear_detail)
5863 (tui_cmd_window::do_make_visible_with_new_height)
5864 (tui_cmd_window::max_height): Move from elsewhere.
5865
5866 2019-07-17 Tom Tromey <tom@tromey.com>
5867
5868 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5869 Now static.
5870 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5871 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5872
5873 2019-07-17 Tom Tromey <tom@tromey.com>
5874
5875 * tui/tui.c: Update.
5876 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5877 tui-regs.c.
5878 * tui/tui-windata.h: Remove file.
5879 * tui/tui-windata.c: Remove file.
5880 * tui/tui-win.c (tui_data_window::set_new_height)
5881 (tui_data_window::do_make_visible_with_new_height): Move to
5882 tui-regs.c.
5883 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5884 * tui/tui-regs.c: Remove "structuring" comments.
5885 (tui_data_window::first_data_item_displayed)
5886 (tui_data_window::delete_data_content_windows)
5887 (tui_data_window::erase_data_content)
5888 (tui_data_window::display_all_data)
5889 (tui_data_window::refresh_all)
5890 (tui_data_window::do_scroll_vertical)
5891 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5892 (tui_data_window::do_make_visible_with_new_height)
5893 (tui_data_window::refresh_window): Move from elsewhere.
5894 (_initialize_tui_regs): Move to end of file.
5895 * tui/tui-layout.c: Update.
5896 * tui/tui-hooks.c: Update.
5897 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5898 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5899 tui-regs.c.
5900 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5901
5902 2019-07-17 Tom Tromey <tom@tromey.com>
5903
5904 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5905 seen.
5906
5907 2019-07-17 Tom Tromey <tom@tromey.com>
5908
5909 * tui/tui-win.c (tui_source_window_base::set_new_height)
5910 (tui_source_window_base::do_make_visible_with_new_height): Use
5911 m_has_locator field directly.
5912 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5913 method.
5914 (struct tui_source_window_base) <has_locator>: Likewise.
5915
5916 2019-07-17 Tom Tromey <tom@tromey.com>
5917
5918 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5919 Don't declare.
5920 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5921 Remove.
5922 * tui/tui-win.c (tui_source_window_base::set_new_height)
5923 (tui_source_window_base::set_new_height)
5924 (make_invisible_and_set_new_height)
5925 (tui_source_window_base::do_make_visible_with_new_height)
5926 (tui_source_window_base::do_make_visible_with_new_height):
5927 Update.
5928 * tui/tui-layout.c (show_source_disasm_command, show_data)
5929 (show_source_or_disasm_and_command): Update.
5930 * tui/tui-layout.c (show_layout): Update.
5931
5932 2019-07-17 Tom Tromey <tom@tromey.com>
5933
5934 * tui/tui-layout.c (make_data_window): Remove.
5935 (show_data): Unify creation and re-initialization cases.
5936
5937 2019-07-17 Tom Tromey <tom@tromey.com>
5938
5939 * tui/tui-layout.c (make_source_window, make_disasm_window):
5940 Remove.
5941 (show_data): Unify creation and re-initialization cases.
5942
5943 2019-07-17 Tom Tromey <tom@tromey.com>
5944
5945 * tui/tui-layout.c (make_command_window): Remove.
5946 (show_source_disasm_command, show_source_or_disasm_and_command):
5947 Unify creation and re-initialization cases.
5948
5949 2019-07-17 Tom Tromey <tom@tromey.com>
5950
5951 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5952 creation and re-initialization cases.
5953
5954 2019-07-17 Tom Tromey <tom@tromey.com>
5955
5956 * tui/tui-regs.c (tui_get_register): Return void.
5957
5958 2019-07-17 Tom Tromey <tom@tromey.com>
5959
5960 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5961 Simplify.
5962
5963 2019-07-17 Tom Tromey <tom@tromey.com>
5964
5965 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5966 resetting.
5967
5968 2019-07-17 Tom Tromey <tom@tromey.com>
5969
5970 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5971 * tui/tui-regs.c (tui_reg_layout): New function.
5972 (tui_show_registers, tui_reg_command): Use it.
5973 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5974 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5975 parameters.
5976 (tui_layout_command): Remove.
5977
5978 2019-07-17 Tom Tromey <tom@tromey.com>
5979
5980 * tui/tui-layout.h (tui/tui-layout): Return void.
5981 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5982
5983 2019-07-17 Tom Tromey <tom@tromey.com>
5984
5985 * tui/tui-layout.c (show_source_disasm_command, show_data):
5986 Update.
5987 (reset_locator): Remove.
5988 (show_source_or_disasm_and_command): Update.
5989
5990 2019-07-17 Tom Tromey <tom@tromey.com>
5991
5992 * tui/tui-source.c (tui_source_window_base::reset): Remove
5993 win_type parameter.
5994 * tui/tui-layout.c (make_command_window, make_source_window)
5995 (make_disasm_window, make_data_window)
5996 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5997 (reset_locator, show_source_or_disasm_and_command): Update.
5998 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5999 win_type parameter.
6000 (struct tui_source_window_base) <reset>: Likewise.
6001
6002 2019-07-17 Tom Tromey <tom@tromey.com>
6003
6004 * tui/tui-layout.c (show_source_disasm_command): Use
6005 reset_locator.
6006 (reset_locator): New function.
6007 (init_and_make_win): Remove.
6008 (show_source_or_disasm_and_command): Use reset_locator.
6009
6010 2019-07-17 Tom Tromey <tom@tromey.com>
6011
6012 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6013 condition.
6014 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6015 Remove condition.
6016 * tui/tui-source.c (tui_source_window_base::reset): New method.
6017 * tui/tui-layout.c (make_command_window): Don't call
6018 init_and_make_win.
6019 (make_source_window, make_disasm_window): Don't call
6020 make_source_or_disasm_window.
6021 (make_data_window): Don't call init_and_make_win. Change calling
6022 convention.
6023 (show_source_disasm_command, show_data): Simplify.
6024 (make_source_or_disasm_window): Remove.
6025 (show_source_or_disasm_and_command): Simplify.
6026 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6027 (struct tui_source_window_base) <reset>: Likewise.
6028 <execution_info>: Remove initializer.
6029 * tui/tui-data.c (tui_source_window_base): Initialize
6030 execution_info.
6031
6032 2019-07-17 Tom Tromey <tom@tromey.com>
6033
6034 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6035 variable.
6036
6037 2019-07-17 Tom Tromey <tom@tromey.com>
6038
6039 * tui/tui.c (tui_rl_other_window): Update.
6040 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6041 superclass method first. Always iterate over regs_content.
6042 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6043 method.
6044 * tui/tui-win.c (tui_set_focus_command): Update.
6045
6046 2019-07-17 Tom Tromey <tom@tromey.com>
6047
6048 * tui/tui-win.c (tui_set_focus_command): Rename from
6049 tui_set_focus. Call tui_enable.
6050 (tui_set_focus_command): Remove.
6051
6052 2019-07-17 Tom Tromey <tom@tromey.com>
6053
6054 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6055 refresh_window.
6056 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6057 touchwin.
6058 (tui_data_window::refresh_window): Call refresh_window on data
6059 items. Always call superclass refresh_window.
6060 (tui_win_info::refresh): Remove.
6061 (tui_source_window_base::refresh_window): Update.
6062 (tui_refresh_all): Update.
6063 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6064 refresh_window.
6065 (show_source_or_disasm_and_command): Likewise.
6066 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6067 (struct tui_source_window_base) <refresh>: Likewise.
6068
6069 2019-07-17 Tom Tromey <tom@tromey.com>
6070
6071 * tui/tui-winsource.c (tui_clear_source_content)
6072 (tui_show_source_content): Update.
6073 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6074 whether content is empty.
6075 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6076 Remove.
6077
6078 2019-07-17 Tom Tromey <tom@tromey.com>
6079
6080 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6081 window's contents.
6082 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6083 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6084
6085 2019-07-17 Tom Tromey <tom@tromey.com>
6086
6087 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6088 (struct tui_data_item_window): Update.
6089
6090 2019-07-17 Tom Tromey <tom@tromey.com>
6091
6092 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6093 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6094 defines.
6095
6096 2019-07-17 Tom Tromey <tom@tromey.com>
6097
6098 * tui/tui-winsource.h (tui_erase_source_content)
6099 (tui_clear_source_content): Remove "display_prompt" parameter.
6100 * tui/tui-winsource.c (tui_update_source_window_as_is)
6101 (tui_update_source_windows_with_addr): Update.
6102 (tui_clear_source_content): Remove "display_prompt" parameter.
6103 (tui_erase_source_content): Likewise. Simplify.
6104 (tui_show_source_content): Update.
6105 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6106 * tui/tui-stack.c (tui_show_frame_info): Update.
6107 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6108 Remove defines.
6109
6110 2019-07-17 Tom Tromey <tom@tromey.com>
6111
6112 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6113 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6114 parameter.
6115 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6116 parameter.
6117
6118 2019-07-17 Tom Tromey <tom@tromey.com>
6119
6120 * tui/tui-winsource.c (tui_clear_source_content)
6121 (tui_show_source_content, tui_show_exec_info_content)
6122 (tui_clear_exec_info_content): Update.
6123 * tui/tui-stack.c (tui_show_locator_content): Update.
6124 (tui_show_frame_info): Update.
6125 * tui/tui-source.h (tui_source_window): Don't declare.
6126 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6127 from tui_source_is_displayed.
6128 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6129 Remove field.
6130 (struct tui_source_window_base) <content_in_use>: New field. Now
6131 bool.
6132 (struct tui_source_window) <showing_source_p>: New method.
6133 (TUI_SRC_WIN): Change cast.
6134 * tui/tui-data.c (tui_initialize_static_data): Update.
6135
6136 2019-07-17 Tom Tromey <tom@tromey.com>
6137
6138 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6139 location_matches_p.
6140 * tui/tui-source.c (tui_source_window::location_matches_p): New
6141 method.
6142 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6143 method.
6144 * tui/tui-data.h (struct tui_source_window_base)
6145 <location_matches_p>: New method.
6146 (struct tui_source_window, struct tui_disasm_window)
6147 <location_matches_p>: Likewise.
6148
6149 2019-07-17 Tom Tromey <tom@tromey.com>
6150
6151 * tui/tui-win.c (tui_set_win_height_command): Rename from
6152 tui_set_win_height.
6153 (tui_set_win_height_command): Remove.
6154
6155 2019-07-17 Tom Tromey <tom@tromey.com>
6156
6157 * tui/tui-source.c (tui_source_window): New constructor. Add
6158 observer.
6159 (~tui_source_window): New destructor.
6160 (tui_source_window::style_changed): New method.
6161 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6162 (tui_attach_detach_observers): Update.
6163 * tui/tui-data.h (struct tui_source_window): Make constructor not
6164 inline. Add destructor.
6165 (struct tui_source_window) <style_changed>: New method.
6166 <m_observable>: New member.
6167
6168 2019-07-17 Tom Tromey <tom@tromey.com>
6169
6170 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6171 * tui/tui-win.c (tui_resize_all): Fix typo.
6172
6173 2019-07-17 Tom Tromey <tom@tromey.com>
6174
6175 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6176 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6177 (tui_refresh_all): Remove "list" parameter. Use foreach.
6178 * tui/tui-win.c (window_name_completer): Use foreach.
6179 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6180 (update_tab_width): Likewise.
6181 * tui/tui-layout.c (show_layout): Update.
6182 * tui/tui-data.h (class tui_window_iterator): New.
6183 (struct all_tui_windows): New.
6184 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6185
6186 2019-07-17 Tom Tromey <tom@tromey.com>
6187
6188 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6189 parameter. Don't reference globals.
6190 (tui_reg_command): Update.
6191
6192 2019-07-17 Tom Tromey <tom@tromey.com>
6193
6194 * tui/tui-regs.c (tui_show_registers): Simplify.
6195
6196 2019-07-17 Tom Tromey <tom@tromey.com>
6197
6198 * tui/tui-regs.c (tui_show_registers): Update.
6199 (tui_show_register_group): Add win_info parameter.
6200
6201 2019-07-17 Tom Tromey <tom@tromey.com>
6202
6203 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6204 Rename from tui_display_reg_element_at_line.
6205 (tui_data_window::display_registers_from_line): Update.
6206 * tui/tui-data.h (struct tui_data_window)
6207 <display_reg_element_at_line>: New method.
6208
6209 2019-07-17 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-regs.h (tui_display_registers_from)
6212 (tui_display_registers_from_line): Don't declare.
6213 * tui/tui-windata.c (tui_data_window::display_all_data)
6214 (tui_data_window::refresh_all)
6215 (tui_data_window::do_scroll_vertical): Update.
6216 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6217 from tui_display_registers_from.
6218 (tui_display_reg_element_at_line): Update.
6219 (tui_data_window::display_registers_from_line): Rename from
6220 tui_display_registers_from_line.
6221 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6222 display_registers_from_line>: New methods.
6223
6224 2019-07-17 Tom Tromey <tom@tromey.com>
6225
6226 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6227 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6228 from tui_erase_data_content.
6229 (tui_data_window::display_all_data)
6230 (tui_data_window::refresh_all)
6231 (tui_data_window::do_scroll_vertical): Update.
6232 * tui/tui-regs.c (tui_show_registers): Update.
6233 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6234 New method.
6235
6236 2019-07-17 Tom Tromey <tom@tromey.com>
6237
6238 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6239 declare.
6240 * tui/tui-windata.c
6241 (tui_data_window::delete_data_content_windows): Rename from
6242 tui_delete_data_content_windows.
6243 (tui_data_window::display_all_data)
6244 (tui_data_window::do_scroll_vertical): Update.
6245 * tui/tui-data.h (struct tui_data_window)
6246 <delete_data_content_windows>: New method.
6247
6248 2019-07-17 Tom Tromey <tom@tromey.com>
6249
6250 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6251 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6252
6253 2019-07-17 Tom Tromey <tom@tromey.com>
6254
6255 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6256 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6257 from tui_display_all_data.
6258 * tui/tui-win.c
6259 (tui_data_window::do_make_visible_with_new_height): Update.
6260 * tui/tui-regs.c (tui_show_registers): Update.
6261 * tui/tui-layout.c (tui_set_layout): Update.
6262 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6263 method.
6264
6265 2019-07-17 Tom Tromey <tom@tromey.com>
6266
6267 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6268 * tui/tui-windata.c (tui_display_data_from): Remove.
6269 (tui_data_window::refresh_all): Update.
6270
6271 2019-07-17 Tom Tromey <tom@tromey.com>
6272
6273 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6274 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6275 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6276 tui_display_registers_from_line.
6277 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6278 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6279 "force_display" parameter.
6280
6281 2019-07-17 Tom Tromey <tom@tromey.com>
6282
6283 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6284 declare.
6285 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6286 Rename from tui_first_reg_element_no_inline.
6287 (tui_display_reg_element_at_line)
6288 (tui_display_registers_from_line): Update.
6289 * tui/tui-data.h (struct tui_data_window)
6290 <first_reg_element_no_inline>: New method.
6291
6292 2019-07-17 Tom Tromey <tom@tromey.com>
6293
6294 * tui/tui-windata.c (tui_display_data_from)
6295 (tui_data_window::do_scroll_vertical): Update.
6296 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6297 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6298 Rename from tui_line_from_reg_element_no.
6299 (tui_display_registers_from_line): Update.
6300 * tui/tui-data.h (struct tui_data_window)
6301 <line_from_reg_element_no>: New method.
6302
6303 2019-07-17 Tom Tromey <tom@tromey.com>
6304
6305 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6306 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6307 tui_last_regs_line_no.
6308 (tui_display_reg_element_at_line)
6309 (tui_display_registers_from_line): Update.
6310 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6311 method.
6312
6313 2019-07-17 Tom Tromey <tom@tromey.com>
6314
6315 PR tui/24722:
6316 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6317 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6318 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6319 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6320 (tui_update_breakpoint_info): Likewise.
6321 * tui/tui-hooks.c (tui_event_create_breakpoint)
6322 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6323 Update.
6324
6325 2019-07-17 Tom Tromey <tom@tromey.com>
6326
6327 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6328
6329 2019-07-17 Tom Tromey <tom@tromey.com>
6330
6331 * tui/tui-winsource.c (tui_update_source_window_as_is)
6332 (tui_update_source_windows_with_addr): Update.
6333 * tui/tui-source.h (tui_set_source_content)
6334 (tui_show_symtab_source): Add "win_info" parameter.
6335 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6336 parameter.
6337 (tui_show_symtab_source): Likewise.
6338
6339 2019-07-17 Tom Tromey <tom@tromey.com>
6340
6341 * tui/tui-wingeneral.c
6342 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6343
6344 2019-07-17 Tom Tromey <tom@tromey.com>
6345
6346 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6347 (struct tui_cmd_window) <can_scroll>: New method.
6348 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6349 method.
6350
6351 2019-07-17 Tom Tromey <tromey@adacore.com>
6352
6353 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6354 do_field_signed>: Rename. Change type of "value".
6355 * ui-out.c (ui_out::field_signed): Rename from field_int.
6356 Change type of "value".
6357 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6358 type of "value".
6359 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6360 do_field_int. Change type of "value".
6361 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6362 do_field_int. Change type of "value".
6363 * tracepoint.c (trace_status_mi, tfind_1)
6364 (print_one_static_tracepoint_marker): Update.
6365 * thread.c (print_thread_info_1, print_selected_thread_frame):
6366 Update.
6367 * stack.c (print_frame, print_frame_info): Update.
6368 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6369 Update.
6370 * source.c (print_source_lines_base): Update.
6371 * skip.c (info_skip_command): Update.
6372 * record-btrace.c (btrace_ui_out_decode_error)
6373 (btrace_call_history_src_line): Update.
6374 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6375 Update.
6376 * progspace.c (print_program_space): Update.
6377 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6378 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6379 do_field_int. Change type of "value".
6380 * mi/mi-out.c (mi_ui_out::do_table_begin)
6381 (mi_ui_out::do_table_header): Update.
6382 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6383 type of "value".
6384 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6385 (mi_cmd_data_list_changed_registers, output_register)
6386 (mi_cmd_data_read_memory, mi_load_progress)
6387 (mi_cmd_trace_frame_collected): Update.
6388 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6389 Update.
6390 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6391 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6392 (mi_cmd_var_list_children, varobj_update_one): Update.
6393 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6394 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6395 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6396 * inferior.c (print_inferior): Update.
6397 * gdb_bfd.c (print_one_bfd): Update.
6398 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6399 Update.
6400 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6401 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6402 do_field_int. Change type of "value".
6403 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6404 do_field_int. Change type of "value".
6405 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6406 (print_one_breakpoint_location, print_it_catch_fork)
6407 (print_one_catch_fork, print_it_catch_vfork)
6408 (print_one_catch_vfork, print_it_catch_solib)
6409 (print_it_catch_exec, print_it_ranged_breakpoint)
6410 (print_mention_watchpoint, print_mention_masked_watchpoint)
6411 (bkpt_print_it, update_static_tracepoint): Update.
6412 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6413 * break-catch-syscall.c (print_it_catch_syscall): Update.
6414 * ada-tasks.c (print_ada_task_info): Update.
6415 * ada-lang.c (print_it_exception, print_mention_exception):
6416 Update.
6417
6418 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 PR breakpoints/24541
6421 * gdbarch.c: Regenerate.
6422 * gdbarch.h: Regenerate.
6423 * gdbarch.sh: Adjust return type and parameter types for
6424 'stap_adjust_register'.
6425 (i386_stap_adjust_register): Adjust signature and return new
6426 register name.
6427 * stap-probe.c (stap_parse_register_operand): Adjust use of
6428 'gdbarch_stap_adjust_register'.
6429
6430 2019-07-17 Tom Tromey <tromey@adacore.com>
6431
6432 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6433 declare VEC.
6434 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6435 std::vector.
6436 (struct s390_process_info): Add initializers.
6437 (s390_add_process): Use new.
6438 (s390_linux_nat_target::low_forget_process): Use delete.
6439 (s390_linux_nat_target::low_new_fork)
6440 (s390_linux_nat_target::stopped_by_watchpoint)
6441 (s390_linux_nat_target::low_prepare_to_resume)
6442 (s390_linux_nat_target::insert_watchpoint)
6443 (s390_linux_nat_target::insert_hw_breakpoint)
6444 (s390_linux_nat_target::remove_watchpoint)
6445 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6446
6447 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6448
6449 * aarch64-fbsd-nat.c: Include regcache.h.
6450 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6451 argument.
6452 (aarch64_fbsd_nat_target::fetch_registers)
6453 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6454 variable.
6455 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6456
6457 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6458
6459 * fbsd-nat.c: Include gdbarch.h.
6460
6461 2019-07-15 Tom Tromey <tromey@adacore.com>
6462
6463 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6464
6465 2019-07-15 Tom Tromey <tromey@adacore.com>
6466
6467 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6468 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6469 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6470 * cli-out.c (cli_ui_out::do_field_int): New method.
6471 * ui-out.c (ui_out::field_unsigned): New method.
6472 * symfile.c (generic_load): Use field_unsigned.
6473 (print_transfer_performance): Likewise.
6474 * record-btrace.c (ui_out_field_uint): Remove.
6475 (btrace_call_history_insn_range, btrace_call_history): Use
6476 field_unsigned.
6477 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6478 field_unsigned.
6479 * ui-out.h (class ui_out) <field_unsigned>: New method.
6480 <do_field_unsigned>: Likewise.
6481
6482 2019-07-15 Tom Tromey <tromey@adacore.com>
6483
6484 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6485 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6486 * target.c (flash_erase_command): Use field_string.
6487 * infrun.c (print_signal_received_reason): Use field_string.
6488 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6489 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6490 field_string.
6491 * ada-tasks.c (print_ada_task_info): Use field_string.
6492
6493 2019-07-15 Tom Tromey <tromey@adacore.com>
6494
6495 * target.c (flash_erase_command): Use field_core_addr.
6496 * symfile.c (generic_load): Use field_core_addr.
6497 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6498 Use field_core_addr.
6499 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6500 field_core_addr.
6501
6502 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6503
6504 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6505 value if its desired type is smaller than a CORE_ADDR and signed.
6506
6507 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6508
6509 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6510 of changes to field names, and use new is_reference field to
6511 decide if a property is a reference or not.
6512 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6513 field.
6514 (struct dwarf2_property_baton): Update header comment, rename
6515 'referenced_type' to 'property_type' and update comments.
6516 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6517 default property type, store in property baton, update to take
6518 accound of renamed field.
6519 (read_func_scope): Update call to attr_to_dynamic_prop.
6520 (read_array_type): Likewise.
6521 (dwarf2_per_cu_addr_sized_int_type): New function.
6522 (read_subrange_index_type): Move type finding code to
6523 dwarf2_per_cu_addr_sized_int_type.
6524 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6525 (dwarf2_per_cu_addr_type): New function.
6526 (set_die_type): Update calls to attr_to_dynamic_prop.
6527
6528 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * dwarf2read.c (read_subrange_index_type): New function.
6531 (read_subrange_type): Move code into new function and call it.
6532 * gdbtypes.c (create_range_type): Add some asserts.
6533
6534 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6535
6536 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6537 update return statements.
6538 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6539 declaration, and update comment to match.
6540 * gdbtypes.c (resolve_dynamic_array): Update call to
6541 dwarf2_evaluate_property to match new return type.
6542
6543 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6544
6545 * valarith.c (value_subscripted_rvalue): Change lowerbound
6546 parameter type from int to LONGEST.
6547 * value.h (value_subscripted_rvalue): Likewise in declaration.
6548
6549 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 * cli/cli-utils.c (info_print_command_completer): New function.
6552 * cli/cli-utils.h: Add 'completer.h' include, and forward
6553 declaration for 'struct cmd_list_element'.
6554 (info_print_command_completer): Declare.
6555 * stack.c (_initialize_stack): Add completer for 'info locals' and
6556 'info args'.
6557 * symtab.c (_initialize_symtab): Add completer for 'info
6558 variables' and 'info functions'.
6559 * NEWS: Mention completion for additional info commands.
6560
6561 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6562
6563 * cli/cli-utils.c (extract_info_print_args): Delete.
6564 (extract_arg_maybe_quoted): Delete.
6565 (info_print_options_defs): New variable.
6566 (make_info_print_options_def_group): New function.
6567 (extract_info_print_options): Define new function.
6568 * cli/cli-utils.h (extract_info_print_args): Delete.
6569 (struct info_print_options): New structure.
6570 (extract_info_print_options): Declare new function.
6571 * stack.c (info_locals_command): Update to use new
6572 extract_info_print_options, also add a header comment.
6573 (info_args_command): Likewise.
6574 * symtab.c (info_variables_command): Likewise.
6575 (info_functions_command): Likewise.
6576
6577 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6580 to extract string arguments.
6581 * common/common-utils.c (extract_string_maybe_quoted): New function.
6582 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6583
6584 2019-07-11 Tom Tromey <tromey@adacore.com>
6585
6586 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6587 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6588 * top.h (gdbinit): Don't declare.
6589 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6590 into...
6591 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6592 * top.c (gdb_init): Don't call init_cli_cmds.
6593 (gdbinit): Remove.
6594 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6595
6596 2019-07-11 Tom Tromey <tromey@adacore.com>
6597
6598 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6599 after it has been moved.
6600
6601 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6602
6603 * valops.c (value_must_coerce_to_target): Change return type to
6604 bool.
6605 * value.h (value_must_coerce_to_target): Likewise.
6606
6607 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6608
6609 * breakpoint.c (is_hardware_watchpoint): Remove
6610 forward-declaration.
6611 (is_masked_watchpoint): Change return type to bool.
6612 (is_tracepoint): Likewise.
6613 (is_breakpoint): Likewise.
6614 (is_hardware_watchpoint): Likewise.
6615 (is_watchpoint): Likewise.
6616 (is_no_memory_software_watchpoint): Likewise.
6617 (is_catchpoint): Likewise.
6618 (breakpoint_1): Make FILTER parameter's return type bool.
6619 is_masked_watchpoint): Change return type to bool.
6620 (save_breakpoints): Make FILTER parameter's return type bool.
6621 * breakpoint.h (is_breakpoint): Change return type to bool.
6622 (is_watchpoint): Likewise.
6623 (is_catchpoint): Likewise.
6624 (is_tracepoint): Likewise.
6625
6626 2019-07-10 Tom Tromey <tom@tromey.com>
6627
6628 * defs.h: Don't include gdbarch.h.
6629 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6630 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6631 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6632 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6633 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6634 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6635 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6636 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6637 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6638 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6639 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6640 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6641 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6642 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6643 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6644 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6645 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6646 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6647 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6648 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6649 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6650 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6651 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6652 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6653 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6654 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6655 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6656
6657 2019-07-10 Tom Tromey <tromey@adacore.com>
6658
6659 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6660 * breakpoint.c (init_ada_exception_breakpoint): Register as
6661 bp_catchpoint.
6662 (print_one_breakpoint_location, print_one_breakpoint): Use
6663 is_ada_exception_catchpoint.
6664 * ada-lang.c (class ada_catchpoint_location): Pass
6665 bp_loc_software_breakpoint to bp_location constructor.
6666 (is_ada_exception_catchpoint): New function.
6667
6668 2019-07-10 Tom Tromey <tromey@adacore.com>
6669
6670 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6671 VEC.
6672 (struct arm_exidx_entry): New method operator<.
6673 (struct arm_exidx_data) <section_maps>: Change type.
6674 (arm_exidx_data_free): Remove.
6675 (arm_exidx_data_key): Change type. Move lower.
6676 (arm_exidx_new_objfile): Update.
6677 (arm_compare_exidx_entries): Remove.
6678 (arm_find_exidx_entry, _initialize_arm_tdep)
6679
6680 2019-07-10 Tom Tromey <tromey@adacore.com>
6681
6682 * solib-spu.c (ocl_program_data_key): Change type.
6683 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6684 Update.
6685
6686 2019-07-10 Tom Tromey <tromey@adacore.com>
6687
6688 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6689 (struct solib_aix_inferior_data) <library_list>: Change type.
6690 (solib_aix_inferior_data_handle): Change type.
6691 (get_solib_aix_inferior_data): Update.
6692 (solib_aix_free_library_list): Remove.
6693 (library_list_start_library): Update.
6694 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6695 return type.
6696 (solib_aix_get_library_list)
6697 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6698 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6699
6700 2019-07-10 Tom Tromey <tromey@adacore.com>
6701
6702 * solib-dsbt.c (struct dsbt_info): Add initializers.
6703 (solib_dsbt_pspace_data): Change type.
6704 (dsbt_pspace_data_cleanup): Remove.
6705 (get_dsbt_info, _initialize_dsbt_solib): Update.
6706
6707 2019-07-10 Tom Tromey <tromey@adacore.com>
6708
6709 * spu-tdep.c (spu_overlay_data): Change type.
6710 (spu_get_overlay_table, spu_overlay_new_objfile)
6711 (_initialize_spu_tdep): Update.
6712
6713 2019-07-10 Tom Tromey <tromey@adacore.com>
6714
6715 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6716 destructor.
6717 (dbx_objfile_data_key): Change type and declare later.
6718 (DBX_SYMFILE_INFO): Rewrite.
6719 * dbxread.c (dbx_objfile_data_key): Change type.
6720 (dbx_symfile_init): Update.
6721 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6722 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6723 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6724
6725 2019-07-10 Tom Tromey <tromey@adacore.com>
6726
6727 * jit.c (jit_program_space_key): Change type. Move lower.
6728 (get_jit_program_space_data): Update.
6729 (jit_program_space_data_cleanup): Remove.
6730 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6731 Update.
6732 (struct jit_program_space_data): Add initializers.
6733
6734 2019-07-10 Tom Tromey <tromey@adacore.com>
6735
6736 * solib-darwin.c (struct darwin_info): Add initializers.
6737 (solib_darwin_pspace_data): Change type.
6738 (darwin_pspace_data_cleanup): Remove.
6739 (get_darwin_info, _initialize_darwin_solib): Update.
6740
6741 2019-07-10 Tom Tromey <tromey@adacore.com>
6742
6743 * remote-sim.c (struct sim_inferior_data): Add initializers,
6744 constructor, and destructor.
6745 (sim_inferior_data_key): Change type. Move lower.
6746 (check_for_duplicate_sim_descriptor): Update.
6747 (get_sim_inferior_data): Use new. Update.
6748 (~sim_inferior_data_cleanup): Rename from
6749 sim_inferior_data_cleanup. Simplify.
6750 (gdbsim_close_inferior, simulator_command)
6751 (sim_command_completer, _initialize_remote_sim): Update.
6752 (next_pid, INITIAL_PID): Move earlier.
6753
6754 2019-07-10 Tom Tromey <tromey@adacore.com>
6755
6756 * python/python-internal.h (create_thread_object): Return
6757 gdbpy_ref.
6758 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6759 * python/py-inferior.c (struct threadlist_entry): Add
6760 constructor.
6761 <thread_obj>: Now a gdbpy_ref.
6762 (thread_to_thread_object): Update.
6763 (add_thread_object): Use new.
6764 (delete_thread_object): Use delete.
6765 (infpy_threads): Update.
6766 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6767 GIL.
6768
6769 2019-07-10 Tom Tromey <tromey@adacore.com>
6770
6771 * valops.c (value_cast): Specialize error message for Ada.
6772
6773 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6774
6775 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6776
6777 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6778
6779 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6780 bpstat_should_step): Return bool, adjust comments.
6781 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6782 bpstat_should_step): Likewise.
6783
6784 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6785
6786 * features/Makefile: Use feature target descriptions for Arm.
6787 * features/arm/arm-core.c: Generate new file.
6788 * features/arm/arm-fpa.c: Likewise.
6789 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6790 * features/arm/arm-m-profile.c: Likewise.
6791 * features/arm/arm-vfpv2.c: Likewise.
6792 * features/arm/arm-vfpv3.c: Likewise.
6793 * features/arm/xscale-iwmmxt.c: Likewise.
6794 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6795
6796 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6797
6798 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6799 ptrace earlier.
6800
6801 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6802
6803 * features/aarch64-pauth.c: Regenerate.
6804
6805 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6806
6807 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6808 bool.
6809 (bpstat_what): Use false instead of 0.
6810
6811 2019-07-09 Pedro Alves <palves@redhat.com>
6812
6813 * break-catch-throw.c (is_exception_catchpoint): New.
6814 * breakpoint.c (print_one_breakpoint_location): New parameter
6815 'raw_loc'. Handle it. Use
6816 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6817 looking at the breakpoint's type.
6818 (print_one_breakpoint): If handling "maint info breakpoints", also
6819 print locations of exception catchpoints.
6820 * breakpoint.h (is_exception_catchpoint): Declare.
6821
6822 2019-07-09 Pedro Alves <palves@redhat.com>
6823
6824 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6825 "addr" field.
6826 (allocate_location_exception_catchpoint): New.
6827 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6828 (initialize_throw_catchpoint_ops): Install
6829 allocate_location_exception_catchpoint as allocate_location
6830 method.
6831 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6832 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6833 bp_loc_other.
6834 (breakpoint_address_is_meaningful): Delete.
6835 (bl_address_is_meaningful): New.
6836 (breakpoint_locations_match): Adjust comment.
6837 (bp_location_from_bp_type): New, factored out of...
6838 (bp_location::bp_location(breakpoint *)): ... this.
6839 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6840 factored out of...
6841 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6842 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6843 breakpoint_address_is_meaningful.
6844 (bp_locations_compare): Adjust comment.
6845 (update_global_location_list): Use bl_address_is_meaningful
6846 instead of breakpoint_address_is_meaningful.
6847 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6848 explicit.
6849 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6850 * python/py-breakpoint.c (bppy_get_location): No longer check
6851 whether location is null.
6852
6853 2019-07-09 Pedro Alves <palves@redhat.com>
6854
6855 PR c++/15468
6856 * breakpoint.c (print_one_breakpoint_location): Remove
6857 single-location assert.
6858
6859 2019-07-09 Tom Tromey <tom@tromey.com>
6860
6861 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6862 * configure: Rebuild.
6863 * configure.ac: Change common to gdbsupport.
6864 * gdbsupport: Rename from common.
6865 * acinclude.m4: Change common to gdbsupport.
6866 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6867 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6868 gdbsupport.
6869 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6870 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6871 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6872 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6873 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6874 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6875 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6876 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6877 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6878 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6879 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6880 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6881 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6882 coff-pe-read.c, command.h, compile/compile-c-support.c,
6883 compile/compile-c.h, compile/compile-cplus-symbols.c,
6884 compile/compile-cplus-types.c, compile/compile-cplus.h,
6885 compile/compile-loc2c.c, compile/compile.c, completer.c,
6886 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6887 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6888 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6889 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6890 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6891 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6892 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6893 features/aarch64-core.c, features/aarch64-fpu.c,
6894 features/aarch64-pauth.c, features/aarch64-sve.c,
6895 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6896 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6897 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6898 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6899 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6900 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6901 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6902 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6903 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6904 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6905 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6906 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6907 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6908 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6909 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6910 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6911 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6912 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6913 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6914 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6915 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6916 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6917 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6918 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6919 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6920 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6921 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6922 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6923 minsyms.c, mips-linux-tdep.c, namespace.h,
6924 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6925 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6926 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6927 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6928 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6929 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6930 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6931 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6932 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6933 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6934 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6935 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6936 procfs.c, producer.c, progspace.h, psymtab.h,
6937 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6938 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6939 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6940 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6941 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6942 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6943 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6944 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6945 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6946 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6947 target-memory.c, target.c, target.h, target/waitstatus.c,
6948 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6949 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6950 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6951 unittests/array-view-selftests.c,
6952 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6953 unittests/common-utils-selftests.c,
6954 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6955 unittests/format_pieces-selftests.c,
6956 unittests/function-view-selftests.c,
6957 unittests/lookup_name_info-selftests.c,
6958 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6959 unittests/mkdir-recursive-selftests.c,
6960 unittests/observable-selftests.c,
6961 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6962 unittests/parse-connection-spec-selftests.c,
6963 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6964 unittests/scoped_fd-selftests.c,
6965 unittests/scoped_mmap-selftests.c,
6966 unittests/scoped_restore-selftests.c,
6967 unittests/string_view-selftests.c, unittests/style-selftests.c,
6968 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6969 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6970 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6971 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6972 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6973 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6974
6975 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6976
6977 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6978 bool value.
6979 (decode_digits_ordinary): Set explicit_line field in sal.
6980 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6981 symtab_and_line that was set on an explicit line number in
6982 assembler code. Do always update the recorded symtab and line if
6983 we do skip the prologue.
6984
6985 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * breakpoint.c (set_breakpoint_location_function): Remove
6988 explicit_loc parameter.
6989 (momentary_breakpoint_from_master): Update call to
6990 set_breakpoint_location_function.
6991 (add_location_to_breakpoint): Likewise.
6992
6993 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6994
6995 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6996 required features based on default bfd type when no specific bfd
6997 is present.
6998
6999 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7000
7001 * NEWS: Mention that GDB printf and eval commands can now print
7002 C-style and Ada-style convenience var strings without
7003 calling the inferior.
7004 * printcmd.c (printf_c_string): Locally print GDB internal var
7005 instead of transiting via the inferior.
7006 (printf_wide_c_string): Likewise.
7007
7008 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7009
7010 PR breakpoints/25011
7011 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7012
7013 2019-07-04 Tom Tromey <tom@tromey.com>
7014
7015 PR tui/24724:
7016 * tui/tui-winsource.c (tui_clear_source_content): Update.
7017 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7018 (tui_update_breakpoint_info): Update.
7019 (tui_set_exec_info_content): Update.
7020 * tui/tui-source.c (tui_set_source_content_nil): Update.
7021 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7022 has_break.
7023 * tui/tui-data.h (enum tui_bp_flag): New.
7024 (tui_bp_flags): New enum flags type.
7025 (struct tui_source_element) <break_mode>: Change type. Rename
7026 from has_break.
7027 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7028 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7029 constants.
7030 * tui/tui-winsource.h: Fix comment.
7031
7032 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7033
7034 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7035 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7036 (store_fpregs_to_thread)
7037 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7038 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7039 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7040 (IWMMXT_REGS_SIZE): Add define.
7041 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7042 (fetch_vfp_regs, store_vfp_regs)
7043 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7044 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7045
7046 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7047
7048 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7049 defines.
7050 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7051 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7052 (ARM_INT_REGISTER_SIZE): ...to this.
7053 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7054 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7055 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7056 (arm_linux_collect_gregset, supply_nwfpe_register)
7057 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7058 defines.
7059 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7060 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7061 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7062 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7063 (arm_return_in_memory, arm_store_return_value)
7064 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7065 (arm_record_ld_st_multiple): Likewise.
7066 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7067 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7068
7069 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7070
7071 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7072 AARCH64_DISPLACED_MODIFIED_INSNS.
7073 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7074 (aarch64_displaced_step_copy_insn): Likewise.
7075 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7076 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7077 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7078 ARM_DISPLACED_MODIFIED_INSNS.
7079 * arm-tdep.c (arm_gdbarch_init): Likewise.
7080 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7081 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7082 (struct arm_displaced_step_closure): Use
7083 ARM_DISPLACED_MODIFIED_INSNS.
7084
7085 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7086
7087 * features/Makefile: Remove unused xml files.
7088 * features/aarch64.xml: Remove.
7089 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7090 * features/i386/amd64-avx-avx512.xml: Remove.
7091 * features/i386/amd64-avx-linux.xml: Remove.
7092 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7093 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7094 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7095 * features/i386/amd64-avx-mpx.xml: Remove.
7096 * features/i386/amd64-avx.xml: Remove.
7097 * features/i386/amd64-linux.xml: Remove.
7098 * features/i386/amd64-mpx-linux.xml: Remove.
7099 * features/i386/amd64-mpx.xml: Remove.
7100 * features/i386/amd64.xml: Remove.
7101 * features/i386/i386-avx-avx512-linux.xml: Remove.
7102 * features/i386/i386-avx-avx512.xml: Remove.
7103 * features/i386/i386-avx-linux.xml: Remove.
7104 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7105 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7106 * features/i386/i386-avx-mpx-linux.xml: Remove.
7107 * features/i386/i386-avx-mpx.xml: Remove.
7108 * features/i386/i386-avx.xml: Remove.
7109 * features/i386/i386-linux.xml: Remove.
7110 * features/i386/i386-mmx-linux.xml: Remove.
7111 * features/i386/i386-mmx.xml: Remove.
7112 * features/i386/i386-mpx-linux.xml: Remove.
7113 * features/i386/i386-mpx.xml: Remove.
7114 * features/i386/i386.xml: Remove.
7115 * features/i386/x32-avx-avx512-linux.xml: Remove.
7116 * features/i386/x32-avx-linux.xml: Remove.
7117 * features/i386/x32-linux.xml: Remove.
7118
7119 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7120
7121 * regformats/aarch64.dat: Remove.
7122 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7123 * regformats/i386/amd64-avx-linux.dat: Remove.
7124 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7125 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7126 * regformats/i386/amd64-linux.dat: Remove.
7127 * regformats/i386/amd64-mpx-linux.dat: Remove.
7128 * regformats/i386/amd64.dat: Remove.
7129 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7130 * regformats/i386/i386-avx-linux.dat: Remove.
7131 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7132 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7133 * regformats/i386/i386-linux.dat: Remove.
7134 * regformats/i386/i386-mmx-linux.dat: Remove.
7135 * regformats/i386/i386-mpx-linux.dat: Remove.
7136 * regformats/i386/i386.dat: Remove.
7137 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7138 * regformats/i386/x32-avx-linux.dat: Remove.
7139 * regformats/i386/x32-linux.dat: Remove.
7140
7141 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7142
7143 * aarch64-tdep.c: Remove xml self tests.
7144 * amd64-linux-tdep.c: Likewise.
7145 * amd64-tdep.c: Likewise.
7146 * i386-linux-tdep.c: Likewise.
7147 * i386-tdep.c: Likewise.
7148
7149 2019-07-03 Pedro Alves <palves@redhat.com>
7150
7151 PR cli/24732
7152 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7153 (pipe_cmd_option_defs): New.
7154 (make_pipe_cmd_options_def_group): New.
7155 (pipe_command): Use gdb::option::process_options.
7156 (pipe_command_completer): New function.
7157 (_initialize_cli_cmds): Install completer for "pipe" command.
7158
7159 2019-07-03 Pedro Alves <palves@redhat.com>
7160
7161 * cli/cli-option.c (union option_value) <string>: New field.
7162 (struct option_def_and_value): Add ctor, move ctor, dtor and
7163 use DISABLE_COPY_AND_ASSIGN.
7164 (option_def_and_value::clear_value): New.
7165 (parse_option, save_option_value_in_ctx, get_val_type_str)
7166 (add_setshow_cmds_for_options): Handle var_string.
7167 * cli-option.h (union option_def::var_address) <string>: New
7168 field.
7169 (struct string_option_def): New.
7170 * maint-test-options.c (struct test_options_opts): Add default
7171 ctor and use DISABLE_COPY_AND_ASSIGN.
7172 <string_opt>: New field.
7173 (test_options_opts::~test_options_opts): New.
7174 (test_options_opts::dump): Also dump "-string".
7175 (test_options_option_defs): Install "string.
7176
7177 2019-07-03 Pedro Alves <palves@redhat.com>
7178
7179 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7180 option_value with a null enumeration.
7181 (complete_options): Save the option values in the context.
7182 (save_option_value_in_ctx): New, factored out from ...
7183 (process_options): ... here.
7184 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7185 of the function.
7186 * maint-test-options.c (test_options_opts::dump): New, factored
7187 out from ...
7188 (maintenance_test_options_command_mode): ... here.
7189 (maintenance_test_options_command_completion_result): Delete.
7190 (maintenance_test_options_command_completion_text): Update
7191 comment.
7192 (maintenance_show_test_options_completion_result): Change
7193 prototype. Just print
7194 maintenance_test_options_command_completion_text.
7195 (save_completion_result): New.
7196 (maintenance_test_options_completer_mode): Pass options context to
7197 complete_options, and then save a dump.
7198 (_initialize_maint_test_options): Use add_cmd to install "maint
7199 show test-options-completion-result".
7200
7201 2019-07-03 Pedro Alves <palves@redhat.com>
7202
7203 * NEWS (New commands): Mention "with" and "maint with".
7204 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7205 (with_command, with_command_completer): New.
7206 (pipe_command): Adjust to new repeat_previous
7207 interface.
7208 (_initialize_cli_cmds): Install the "with" command and its "w"
7209 alias.
7210 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7211 declarations.
7212 * cli/cli-setshow.c (parse_cli_var_uinteger)
7213 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7214 argument strings for all var_types.
7215 (get_setshow_command_value_string): New, factored out from ...
7216 (do_show_command): ... this.
7217 * cli/cli-setshow.h: Include <string>.
7218 (get_setshow_command_value_string): Declare.
7219 * command.h (repeat_previous): Now returns const char *. Adjust
7220 comment.
7221 * maint.c: Include "cli/cli-cmds.h".
7222 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7223 (_initialize_maint_cmds): Register the "maintenance with" command.
7224 * top.c (repeat_previous): Move bits from pipe_command here:
7225 Return the saved command line, if any; error out if there's no
7226 command to relaunch.
7227
7228 2019-07-03 Pedro Alves <palves@redhat.com>
7229
7230 * NEWS (New commands): Mention "maint set/show test-settings"
7231 instead of "maint test-settings".
7232 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7233 (maintenance_test_settings_set_list): Rename to ...
7234 (maintenance_set_test_settings_list): ... this.
7235 (maintenance_test_settings_show_list): Rename to ...
7236 (maintenance_show_test_settings_list): ... this.
7237 (maintenance_test_settings_cmd): Delete.
7238 (maintenance_test_settings_set_cmd): ...
7239 (maintenance_set_test_settings_cmd): ... this.
7240 (maintenance_test_settings_show_cmd): ...
7241 (maintenance_show_test_settings_cmd): ... this.
7242 (maintenance_test_settings_show_value_cmd):
7243 (maintenance_show_test_settings_value_cmd): ... this.
7244 (_initialize_maint_test_settings): No longer install the "maint
7245 test-settings" prefix command. Rename "maint test-settings set"
7246 to "maint set test-settings", and "maint test-settings show" to
7247 "maint show test-settings". Adjust all subcommands.
7248
7249 2019-07-03 Pedro Alves <palves@redhat.com>
7250
7251 * maint-test-settings.c: Fix file's intro comment. Replace all
7252 references to "test-options" with references to "test-settings",
7253 in comments.
7254
7255 2019-07-03 Pedro Alves <palves@redhat.com>
7256
7257 * maint-test-settings.c (maintenance_test_settings_xxx)
7258 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7259 New.
7260 (maintenance_test_settings_enums): Use them.
7261 (maintenance_test_settings_enum): Default to
7262 maintenance_test_settings_xxx.
7263 (_initialize_maint_test_settings): Initialize
7264 MAINTENANCE_TEST_SETTINGS_FILENAME.
7265
7266 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7267
7268 * breakpoint.h (remove_breakpoints_inf): Change return type to
7269 void, move function documentation here.
7270 * breakpoint.c (remove_breakpoints_inf): Change return type to
7271 void, move function documentation to header.
7272
7273 2019-07-02 Pedro Alves <palves@redhat.com>
7274
7275 * NEWS (Completion improvements): Mention "info threads".
7276 * thread.c (struct info_threads_opts, info_threads_option_defs)
7277 (make_info_threads_options_def_group): New.
7278 (info_threads_command): Use gdb::option::process_options.
7279 (info_threads_command_completer): New.
7280 (_initialize_thread): Use gdb::option::build_help to build the
7281 help text for "info threads".
7282
7283 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7284
7285 * defs.h (generic_load): Move from here...
7286 * symfile.h (generic_load): ... to here. Rename name parameter
7287 to args.
7288 * symfile.c (generic_load): Add comment.
7289
7290 2019-07-01 Tom Tromey <tromey@adacore.com>
7291
7292 * dwarf2read.c
7293 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7294 declaration of without_params. Fix formatting.
7295
7296 2019-07-01 Tom Tromey <tromey@adacore.com>
7297
7298 * ada-exp.y (find_primitive_type): Update.
7299 * ada-lang.h (ada_lookup_symbol): Update.
7300 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7301 parameter.
7302 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7303
7304 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7305
7306 PR breakpoints/24541
7307 * gdbarch.c: Regenerate.
7308 * gdbarch.h: Regenerate.
7309 * gdbarch.sh: Add 'stap_adjust_register'.
7310 * i386-tdep.c: Include '<unordered_set>'.
7311 (i386_stap_adjust_register): New function.
7312 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7313 * stap-probe.c (stap_parse_register_operand): Call
7314 'gdbarch_stap_adjust_register'.
7315
7316 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7317
7318 PR python/24742
7319 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7320 * python/python.c (do_start_initialization): Use 'xmalloc'
7321 instead of 'PyMem_Malloc'.
7322
7323 2019-06-28 Tom Tromey <tromey@adacore.com>
7324
7325 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7326 for Ada.
7327
7328 2019-06-27 Tom Tromey <tromey@adacore.com>
7329
7330 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7331 objfile_key.
7332 (arm_find_mapping_symbol, arm_record_special_symbol)
7333 (_initialize_arm_tdep): Update.
7334 (arm_objfile_data_free): Remove.
7335
7336 2019-06-27 Tom Tromey <tromey@adacore.com>
7337
7338 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7339 to cp_print_static_field.
7340
7341 2019-06-26 Tom Tromey <tromey@adacore.com>
7342
7343 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7344 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7345 declare.
7346
7347 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7348
7349 * features/aarch64-core.c (create_feature_aarch64_core):
7350 Regenerate.
7351 * features/aarch64-core.xml: Add cpsr flags.
7352
7353 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7354
7355 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7356 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7357
7358 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7359
7360 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7361 field.
7362 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7363 use.
7364 (arm_record_special_symbol): Don't insert new symbol in sorted
7365 position, push it at the end.
7366
7367 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7368
7369 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7370 (arm_mapping_symbol_s): Remove.
7371 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7372 (arm_mapping_symbol_vec): New typedef.
7373 (struct arm_per_objfile): Add constructor.
7374 <section_maps>: Change type to
7375 std::unique_ptr<arm_mapping_symbol_vec[]>.
7376 (arm_compare_mapping_symbols): Remove.
7377 (arm_find_mapping_symbol): Adjust to section_maps type change.
7378 (arm_objfile_data_free): Call delete on arm_per_objfile.
7379 (arm_record_special_symbol): Adjust to section_maps type change.
7380 Allocate arm_per_objfile with new.
7381
7382 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7383
7384 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7385 with the command prefix.
7386
7387 2019-06-25 Tom Tromey <tom@tromey.com>
7388
7389 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7390 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7391
7392 2019-06-25 Tom Tromey <tom@tromey.com>
7393
7394 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7395 type.
7396 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7397 protected.
7398
7399 2019-06-25 Tom Tromey <tom@tromey.com>
7400
7401 * tui/tui-winsource.c
7402 (tui_source_window_base::set_is_exec_point_at): Add check against
7403 LOA_ADDRESS.
7404
7405 2019-06-25 Tom Tromey <tom@tromey.com>
7406
7407 * tui/tui-source.c (tui_set_source_content): Don't check before
7408 xfree.
7409 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7410
7411 2019-06-25 Tom Tromey <tom@tromey.com>
7412
7413 * tui/tui-winsource.h (tui_update_source_window_as_is)
7414 (tui_alloc_source_buffer, tui_line_is_displayed)
7415 (tui_addr_is_displayed): Change type of win_info.
7416 * tui/tui-winsource.c (tui_update_source_window_as_is)
7417 (tui_clear_source_content, tui_show_source_line)
7418 (tui_show_source_content, tui_source_window_base::refill)
7419 (tui_source_window_base::set_is_exec_point_at)
7420 (tui_source_window_base::set_is_exec_point_at)
7421 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7422 (tui_alloc_source_buffer, tui_line_is_displayed)
7423 (tui_addr_is_displayed): Change type of win_info. Update.
7424 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7425 (tui_source_window_base::do_make_visible_with_new_height):
7426 Update.
7427 * tui/tui-source.c (tui_set_source_content)
7428 (tui_set_source_content_nil)
7429 (tui_source_window::do_scroll_vertical): Update.
7430 * tui/tui-layout.c (show_layout): Update.
7431 * tui/tui-disasm.c (tui_set_disassem_content)
7432 (tui_disasm_window::do_scroll_vertical): Update.
7433 * tui/tui-data.h (tui_win_content): Remove.
7434 (struct tui_gen_win_info) <content, content_size>: Remove.
7435 (struct tui_source_element): Add initializers and destructor.
7436 (union tui_which_element, struct tui_win_element): Remove.
7437 (struct tui_source_window_base) <content>: New field.
7438 (struct tui_data_window): Remove destructor.
7439 (tui_alloc_content, tui_free_win_content)
7440 (tui_free_all_source_wins_content): Don't declare.
7441 * tui/tui-data.c (tui_initialize_static_data): Update.
7442 (init_content_element, tui_alloc_content): Remove.
7443 (~tui_gen_win_info): Update.
7444 (~tui_data_window, tui_free_all_source_wins_content)
7445 (tui_free_win_content, free_content, free_content_elements):
7446 Remove.
7447
7448 2019-06-25 Tom Tromey <tom@tromey.com>
7449
7450 * tui/tui-winsource.h (tui_clear_source_content)
7451 (tui_erase_source_content, tui_show_source_content): Change type
7452 of win_info.
7453 * tui/tui-winsource.c (tui_clear_source_content)
7454 (tui_erase_source_content, tui_show_source_content): Change type
7455 of win_info.
7456 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7457 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7458 win_info.
7459 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7460 win_info.
7461 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7462
7463 2019-06-25 Tom Tromey <tom@tromey.com>
7464
7465 * tui/tui-winsource.c (tui_clear_source_content)
7466 (tui_source_window_base::set_is_exec_point_at): Update.
7467 * tui/tui-source.c (tui_set_source_content_nil): Update.
7468 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7469 a bool.
7470 * tui/tui-data.c (init_content_element): Update.
7471
7472 2019-06-25 Tom Tromey <tom@tromey.com>
7473
7474 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7475 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7476 * tui/tui-layout.c (init_and_make_win): Update.
7477 * tui/tui.h (enum tui_win_type): Update.
7478 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7479 tui_win_is_auxillary.
7480 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7481 tui_win_is_auxillary.
7482
7483 2019-06-25 Tom Tromey <tom@tromey.com>
7484
7485 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7486 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7487 (tui_delete_data_content_windows, tui_display_all_data)
7488 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7489 Update.
7490 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7491 * tui/tui-regs.c (tui_last_regs_line_no)
7492 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7493 (tui_show_registers): Update.
7494 (tui_show_register_group): Return void. Update.
7495 (tui_display_registers_from, tui_display_reg_element_at_line)
7496 (tui_display_registers_from_line, tui_check_register_values):
7497 Update.
7498 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7499 member.
7500 (struct tui_data_window) <regs_content>: Now a std::vector.
7501 <regs_content_count>: Remove.
7502 (tui_add_content_elements, tui_free_data_content): Don't declare.
7503 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7504 (init_content_element): Remove DATA_WIN case. Add assert.
7505 (tui_add_content_elements): Remove.
7506 (tui_data_window): Update.
7507 (tui_free_data_content): Remove.
7508 (free_content_elements): Remove DATA_WIN case.
7509
7510 2019-06-25 Tom Tromey <tom@tromey.com>
7511
7512 * tui/tui-data.c (tui_data_item_window): Update.
7513 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7514 * tui/tui-windata.c (tui_display_all_data)
7515 (tui_display_data_from_line): Update.
7516 (tui_check_data_values): Remove.
7517 * tui/tui-regs.c (tui_show_register_group)
7518 (tui_display_reg_element_at_line): Update.
7519 * tui/tui-hooks.c (tui_register_changed)
7520 (tui_refresh_frame_and_register_information): Call
7521 tui_check_register_values.
7522 * tui/tui-data.h (struct tui_data_window) <data_content,
7523 data_content_count, data_type>: Remove.
7524 (enum tui_data_type): Remove.
7525
7526 * tui/tui-data.c (tui_data_window::clear_detail)
7527 (~tui_data_window): Update.
7528
7529 2019-06-25 Tom Tromey <tom@tromey.com>
7530
7531 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7532 declare.
7533 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7534 Rename from tui_first_data_item_displayed. Update.
7535 (tui_data_window::refresh_all)
7536 (tui_data_window::do_scroll_vertical): Update.
7537 * tui/tui-data.h (struct tui_data_window)
7538 <first_data_item_displayed>: Declare new method.
7539
7540 2019-06-25 Tom Tromey <tom@tromey.com>
7541
7542 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7543 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7544 contents...
7545 (tui_initialize_static_data): ...here.
7546
7547 2019-06-25 Tom Tromey <tom@tromey.com>
7548
7549 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7550 (tui_display_registers_from, tui_check_register_values): Update.
7551 (tui_display_register): Remove win_info parameter; update.
7552 (tui_get_register): Change type of parameters.
7553 * tui/tui-data.h (struct tui_data_element): Remove.
7554 (union tui_which_element) <data>: Remove.
7555 <data_window>: Change type.
7556 (struct tui_data_item_window): New.
7557 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7558 case. Add assert.
7559 (~tui_data_item_window): New destructor.
7560 (free_content_elements): Remove DATA_ITEM_WIN case.
7561
7562 2019-06-25 Tom Tromey <tom@tromey.com>
7563
7564 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7565 Remove.
7566
7567 2019-06-25 Tom Tromey <tom@tromey.com>
7568
7569 * tui/tui-data.h (struct tui_command_element): Remove.
7570 (union tui_which_element) <command>: Remove.
7571 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7572 assert.
7573 (free_content_elements): Remove CMD_WIN case.
7574
7575 2019-06-25 Tom Tromey <tom@tromey.com>
7576
7577 * tui/tui-layout.c (tui_set_layout): Update.
7578 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7579 * tui/tui-data.c (layout_def): Update.
7580
7581 2019-06-25 Tom Tromey <tom@tromey.com>
7582
7583 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7584 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7585 (tui_source_window_base::set_new_height): Update.
7586 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7587 Update.
7588 (tui_set_locator_fullname, tui_set_locator_info)
7589 (tui_show_frame_info): Update.
7590 * tui/tui-source.c (tui_set_source_content)
7591 (tui_source_is_displayed): Update.
7592 * tui/tui-layout.c (show_source_disasm_command, show_data)
7593 (show_source_or_disasm_and_command): Update.
7594 * tui/tui-disasm.c (tui_set_disassem_content)
7595 (tui_get_begin_asm_address): Update.
7596 * tui/tui-data.h (struct tui_locator_element): Remove.
7597 (union tui_which_element) <locator>: Remove.
7598 (struct tui_locator_window): New.
7599 (tui_locator_win_info_ptr): Change return type.
7600 * tui/tui-data.c (_locator): Change type.
7601 (tui_locator_win_info_ptr): Change return type.
7602 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7603 (tui_alloc_content): Add assert.
7604
7605 2019-06-25 Tom Tromey <tom@tromey.com>
7606
7607 * tui/tui-winsource.c
7608 (tui_exec_info_window::maybe_allocate_content): New method.
7609 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7610 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7611 (make_source_or_disasm_window): Add cast.
7612 * tui/tui-data.h (union tui_which_element) <simple_string>:
7613 Remove.
7614 (struct tui_source_info): New.
7615 (struct tui_source_window_base) <execution_info>: Change type.
7616 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7617 case, and add assert.
7618 (tui_alloc_content): Add assert.
7619
7620 2019-06-25 Tom Tromey <tom@tromey.com>
7621
7622 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7623 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7624 * tui/tui-data.c (tui_alloc_win_info): Remove.
7625
7626 2019-06-25 Tom Tromey <tom@tromey.com>
7627
7628 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7629 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7630 can_highlight.
7631
7632 2019-06-25 Tom Tromey <tom@tromey.com>
7633
7634 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7635 make_visible_with_new_height method.
7636 (tui_win_info::make_visible_with_new_height): New method.
7637 (tui_source_window_base::do_make_visible_with_new_height)
7638 (tui_data_window::do_make_visible_with_new_height)
7639 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7640 (make_visible_with_new_height): Remove.
7641 (tui_resize_all, tui_adjust_win_heights): Use
7642 make_visible_with_new_height method.
7643 * tui/tui-data.h (struct tui_win_info)
7644 <do_make_visible_with_new_height, make_visible_with_new_height>:
7645 New methods.
7646 (struct tui_source_window_base, struct tui_data_window)
7647 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7648 methods.
7649
7650 2019-06-25 Tom Tromey <tom@tromey.com>
7651
7652 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7653 method.
7654 (update_tab_width): Call update_tab_width method.
7655 * tui/tui-data.h (struct tui_win_info)
7656 (struct tui_source_window_base) <update_tab_width>: New methods.
7657
7658 2019-06-25 Tom Tromey <tom@tromey.com>
7659
7660 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7661 parameter.
7662 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7663 parameter.
7664 (tui_gen_win_info::make_visible): Update.
7665 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7666 parameter.
7667 * tui/tui-data.h (enum tui_box): New enum.
7668 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7669
7670 2019-06-25 Tom Tromey <tom@tromey.com>
7671
7672 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7673 init_and_make_win for EXEC_INFO_WIN.
7674 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7675 longer inline.
7676 (struct tui_win_info) <~tui_win_info>: Inline.
7677 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7678 Don't declare.
7679 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7680 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7681 Remove.
7682 (tui_initialize_static_data): Update.
7683 (~tui_gen_win_info): Handle more cleanup here.
7684 (~tui_source_window_base): Delete "execution_info".
7685 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7686
7687 2019-06-25 Tom Tromey <tom@tromey.com>
7688
7689 * tui/tui-layout.c (make_command_window): Don't set
7690 can_highlight.
7691 (show_source_disasm_command): Call the reset method.
7692 (show_data): Don't set can_highlight. Call the reset method.
7693 (tui_gen_win_info::reset): Rename from init_gen_win_info
7694 (init_and_make_win): Simplify. Return tui_gen_win_info.
7695 (show_source_or_disasm_and_command): Call the reset method.
7696 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7697 (struct tui_cmd_window): Set can_highlight.
7698
7699 2019-06-25 Tom Tromey <tom@tromey.com>
7700
7701 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7702 from make_visible.
7703 (tui_make_visible, tui_make_invisible): Rewrite.
7704 (tui_win_info::make_visible): Remove.
7705 (tui_source_window_base::make_visible): Update.
7706 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7707 method. Moved from...
7708 (struct tui_win_info) <make_visible>: ...here.
7709
7710 2019-06-25 Tom Tromey <tom@tromey.com>
7711
7712 * tui/tui-winsource.c
7713 (tui_source_window_base::do_scroll_horizontal): Remove direction
7714 parameter.
7715 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7716 direction parameter.
7717 * tui/tui-win.c (tui_win_info::forward_scroll)
7718 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7719 (tui_win_info::right_scroll): Update.
7720 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7721 direction parameter.
7722 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7723 direction parameter.
7724 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7725 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7726 Remove direction parameter.
7727 (struct tui_source_window_base, struct tui_source_window)
7728 (struct tui_disasm_window, struct tui_data_window)
7729 (struct tui_cmd_window): Update.
7730
7731 2019-06-25 Tom Tromey <tom@tromey.com>
7732
7733 * tui/tui-winsource.h (tui_set_exec_info_content)
7734 (tui_show_exec_info_content, tui_erase_exec_info_content)
7735 (tui_clear_exec_info_content, tui_update_exec_info): Change
7736 argument to tui_source_window_base.
7737 * tui/tui-winsource.c (tui_set_exec_info_content)
7738 (tui_show_exec_info_content, tui_erase_exec_info_content)
7739 (tui_clear_exec_info_content, tui_update_exec_info): Change
7740 argument to tui_source_window_base.
7741
7742 2019-06-25 Tom Tromey <tom@tromey.com>
7743
7744 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7745 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7746
7747 2019-06-25 Tom Tromey <tom@tromey.com>
7748
7749 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7750 check.
7751
7752 2019-06-25 Tom Tromey <tom@tromey.com>
7753
7754 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7755 type to void.
7756 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7757 type to void.
7758 * tui/tui-source.c (tui_set_source_content): Update.
7759 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7760
7761 2019-06-25 Tom Tromey <tom@tromey.com>
7762
7763 * tui/tui-win.c (window_name_completer, tui_set_focus)
7764 (tui_all_windows_info): Use name method.
7765 * tui/tui-data.h (struct tui_gen_win_info)
7766 (struct tui_source_window, struct tui_disasm_window)
7767 (struct tui_data_window, struct tui_cmd_window) <name>: New
7768 method.
7769 (tui_win_name): Don't declare.
7770 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7771 (tui_win_name): Remove.
7772
7773 2019-06-25 Tom Tromey <tom@tromey.com>
7774
7775 * tui/tui-winsource.h (tui_update_source_window)
7776 (tui_update_source_window_as_is): Change parameter type.
7777 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7778 to be a tui_source_window_base.
7779 (tui_update_source_window_as_is): Likewise.
7780 * tui/tui-win.c (make_visible_with_new_height): Update.
7781
7782 2019-06-25 Tom Tromey <tom@tromey.com>
7783
7784 * tui/tui-winsource.c (tui_erase_source_content)
7785 (tui_show_source_content, tui_show_exec_info_content)
7786 (tui_erase_exec_info_content): Use refresh_window method.
7787 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7788 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7789 from tui_refresh_win.
7790 (tui_data_window::refresh_window): New method.
7791 (tui_win_info::refresh, tui_source_window_base::refresh)
7792 (tui_refresh_all): Use refresh_window method.
7793 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7794 method.
7795 * tui/tui-regs.c (tui_display_register): Call refresh_window
7796 method.
7797 * tui/tui-layout.c (show_source_disasm_command)
7798 (show_source_or_disasm_and_command): Call refresh_window method.
7799 * tui/tui-data.h (struct tui_gen_win_info)
7800 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7801 New method.
7802
7803 2019-06-25 Tom Tromey <tom@tromey.com>
7804
7805 * tui/tui.c (tui_rl_other_window, tui_enable)
7806 (tui_is_window_visible, tui_get_command_dimension): Update.
7807 * tui/tui-winsource.c (tui_update_source_window_as_is)
7808 (tui_clear_source_content, tui_erase_source_content)
7809 (tui_show_source_line, tui_source_window_base::refill)
7810 (tui_source_window_base::do_scroll_horizontal)
7811 (tui_source_window_base::set_is_exec_point_at)
7812 (tui_update_breakpoint_info, tui_set_exec_info_content)
7813 (tui_alloc_source_buffer, tui_line_is_displayed)
7814 (tui_addr_is_displayed): Update.
7815 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7816 (tui_check_and_display_highlight_if_needed)
7817 (tui_win_info::make_visible, tui_win_info::refresh)
7818 (tui_refresh_all): Update.
7819 * tui/tui-windata.c (tui_first_data_item_displayed)
7820 (tui_delete_data_content_windows, tui_erase_data_content)
7821 (tui_display_all_data, tui_data_window::refresh_all)
7822 (tui_check_data_values): Update.
7823 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7824 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7825 (tui_win_info::backward_scroll, tui_refresh_all_win)
7826 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7827 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7828 (tui_source_window_base::set_new_height)
7829 (tui_data_window::set_new_height)
7830 (make_invisible_and_set_new_height)
7831 (make_visible_with_new_height, new_height_ok)
7832 (parse_scrolling_args): Update.
7833 * tui/tui-stack.c (tui_show_frame_info): Update.
7834 * tui/tui-source.c (tui_set_source_content)
7835 (tui_set_source_content_nil, tui_source_is_displayed)
7836 (tui_source_window::do_scroll_vertical): Update.
7837 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7838 (tui_display_registers_from, tui_display_reg_element_at_line)
7839 (tui_check_register_values, tui_reg_command): Update.
7840 * tui/tui-layout.c (tui_default_win_height)
7841 (show_source_disasm_command, show_data, init_and_make_win)
7842 (show_source_or_disasm_and_command): Update.
7843 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7844 (tui_redisplay_readline, tui_mld_flush)
7845 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7846 (tui_getc): Update.
7847 * tui/tui-disasm.c (tui_set_disassem_content)
7848 (tui_disasm_window::do_scroll_vertical): Update.
7849 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7850 Now virtual.
7851 (struct tui_win_info): Derive from tui_gen_win_info.
7852 <~tui_win_info>: Mark as override.
7853 <generic>: Remove member.
7854 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7855 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7856 (~tui_data_window, ~tui_win_info)
7857 (tui_free_all_source_wins_content): Update.
7858 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7859
7860 2019-06-25 Tom Tromey <tom@tromey.com>
7861
7862 * tui/tui-layout.c (init_and_make_win): Use new.
7863 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7864 destructor, initializers.
7865 (tui_alloc_generic_win_info): Don't declare.
7866 * tui/tui-data.c (_locator): Add argument to constructor.
7867 (source_win, disasm_win): New globals.
7868 (exec_info): Remove.
7869 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7870 Update.
7871 (tui_alloc_generic_win_info): Remove.
7872 (init_content_element): Use new.
7873 (tui_win_info::tui_win_info): Update.
7874 (free_content_elements) <case DATA_WIN>: Use delete.
7875
7876 2019-06-25 Tom Tromey <tom@tromey.com>
7877
7878 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7879 * tui/tui-windata.c (tui_first_data_item_displayed)
7880 (tui_delete_data_content_windows): Update.
7881 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7882 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7883 (tui_display_registers_from, tui_check_register_values): Update.
7884 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7885 pointer.
7886 * tui/tui-data.c (init_content_element): Update. Allocate the new
7887 window.
7888 (tui_free_data_content): Update.
7889 (free_content_elements) <case DATA_WIN>: Free the window.
7890
7891 2019-06-25 Tom Tromey <tom@tromey.com>
7892
7893 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7894 Update.
7895 * tui/tui-layout.c (make_command_window)
7896 (show_source_disasm_command, show_data, init_and_make_win)
7897 (show_source_or_disasm_and_command): Update.
7898 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7899 method.
7900 <can_highight, is_highlighted>: Now bool.
7901 (tui_set_win_highlight): Don't declare.
7902 * tui/tui-data.c (tui_set_win_highlight): Remove.
7903
7904 2019-06-25 Tom Tromey <tom@tromey.com>
7905
7906 * tui/tui-wingeneral.c (make_visible): Remove check of window
7907 type.
7908
7909 2019-06-25 Tom Tromey <tom@tromey.com>
7910
7911 * tui/tui-win.c (tui_win_info::max_height)
7912 (tui_cmd_window::max_height): New methods.
7913 (new_height_ok): Call max_height.
7914 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7915 <max_height>: New method.
7916
7917 2019-06-25 Tom Tromey <tom@tromey.com>
7918
7919 * tui/tui-win.c (tui_source_window_base::set_new_height)
7920 (tui_data_window::set_new_height): New methods.
7921 (make_invisible_and_set_new_height): Call set_new_height method.
7922 * tui/tui-data.h (struct tui_win_info)
7923 (struct tui_source_window_base, struct tui_data_window)
7924 <set_new_height>: New method.
7925
7926 2019-06-25 Tom Tromey <tom@tromey.com>
7927
7928 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7929 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7930 tui_refresh_data_win.
7931 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7932 method.
7933 (tui_refresh_all_win): Call the refresh_all method.
7934 (tui_set_focus): Likewise.
7935 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7936 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7937 Likewise.
7938
7939 2019-06-25 Tom Tromey <tom@tromey.com>
7940
7941 * tui/tui-winsource.h (tui_refill_source_window)
7942 (tui_set_is_exec_point_at): Don't declare.
7943 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7944 (tui_source_window_base::refill): Rename from
7945 tui_refill_source_window.
7946 (tui_source_window_base::do_scroll_horizontal): Update.
7947 (tui_source_window_base::set_is_exec_point_at): Rename from
7948 tui_set_is_exec_point_at.
7949 (tui_update_all_breakpoint_info): Update.
7950 * tui/tui-stack.c (tui_show_frame_info): Update.
7951 * tui/tui-layout.c (show_data): Add cast.
7952 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7953 * tui/tui-data.h (struct tui_source_window_base) <refill,
7954 set_is_exec_point_at>: New methods.
7955 (tui_source_windows, tui_add_to_source_windows): Update types.
7956 (tui_add_to_source_windows): Remove redundant declaration.
7957 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7958 (tui_source_windows): Change return type.
7959 (tui_clear_source_windows_detail): Update.
7960 (tui_add_to_source_windows): Change type of parameter.
7961 (tui_free_all_source_wins_content): Update.
7962
7963 2019-06-25 Tom Tromey <tom@tromey.com>
7964
7965 * tui/tui-wingeneral.c (tui_win_info::refresh)
7966 (tui_source_window_base::refresh): New methods.
7967 (tui_refresh_all): Call the refresh method.
7968 * tui/tui-data.h (struct tui_win_info)
7969 (struct tui_source_window_base) <refresh>: New method.
7970
7971 2019-06-25 Tom Tromey <tom@tromey.com>
7972
7973 * tui/tui.h (tui_is_window_visible): Return bool.
7974 * tui/tui.c (tui_is_window_visible): Return bool.
7975 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7976 (tui_make_visible, tui_make_invisible)
7977 (tui_win_info::make_visible)
7978 (tui_source_window_base::make_visible, make_all_visible)
7979 (tui_make_all_visible, tui_make_all_invisible): Update.
7980 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7981 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7982 bool.
7983 (struct tui_win_info, struct tui_source_window_base)
7984 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7985 * tui/tui-data.c (tui_init_generic_part): Update.
7986
7987 2019-06-25 Tom Tromey <tom@tromey.com>
7988
7989 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7990 (tui_source_window_base::make_visible): New methods.
7991 (make_all_visible): Make method call.
7992 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7993 (struct tui_source_window_base, struct tui_cmd_window): Override
7994 make_visible.
7995 (tui_win_is_source_type): Don't declare.
7996 * tui/tui-data.c (tui_win_is_source_type): Remove.
7997
7998 2019-06-25 Tom Tromey <tom@tromey.com>
7999
8000 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8001 NULL check.
8002
8003 2019-06-25 Tom Tromey <tom@tromey.com>
8004
8005 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8006 Inline constructor. Add initializers for members.
8007 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8008 constructors; now inline in class.
8009
8010 2019-06-25 Tom Tromey <tom@tromey.com>
8011
8012 * tui/tui-regs.c (tui_show_registers): Update.
8013 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8014 bool.
8015 * tui/tui-data.c (tui_data_window::clear_detail)
8016 (tui_data_window): Update.
8017
8018 2019-06-25 Tom Tromey <tom@tromey.com>
8019
8020 * tui/tui-windata.c (tui_display_all_data)
8021 (tui_display_data_from_line, tui_display_data_from)
8022 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8023 Update.
8024 * tui/tui-regs.c (tui_last_regs_line_no)
8025 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8026 (tui_show_registers, tui_show_register_group)
8027 (tui_display_registers_from, tui_display_reg_element_at_line)
8028 (tui_display_registers_from_line, tui_check_register_values)
8029 (tui_reg_next, tui_reg_prev): Update.
8030 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8031 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8032 tui_data_window.
8033 (struct tui_win_info) <detail>: Remove. Add new fields from
8034 tui_data_info.
8035 (TUI_DATA_WIN): Add cast.
8036 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8037 (~tui_data_window): Simplify.
8038
8039 2019-06-25 Tom Tromey <tom@tromey.com>
8040
8041 * tui/tui-layout.c (show_source_disasm_command)
8042 (show_source_or_disasm_and_command): Update.
8043 * tui/tui-io.c (update_cmdwin_start_line)
8044 (tui_redisplay_readline): Update.
8045 * tui/tui-data.h (struct tui_command_info): Remove.
8046 (struct tui_win_info) <detail>: Remove command_info member.
8047 (struct tui_data_window) <start_line>: New member, from
8048 tui_command_info.
8049 (TUI_CMD_WIN): Add casts.
8050
8051 2019-06-25 Tom Tromey <tom@tromey.com>
8052
8053 * tui/tui-winsource.c (tui_update_source_window)
8054 (tui_refill_source_window)
8055 (tui_source_window_base::do_scroll_horizontal)
8056 (tui_update_breakpoint_info, tui_set_exec_info_content)
8057 (tui_show_exec_info_content, tui_erase_exec_info_content)
8058 (tui_clear_exec_info_content): Update.
8059 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8060 Update.
8061 * tui/tui-win.c (make_invisible_and_set_new_height)
8062 (make_visible_with_new_height): Update.
8063 * tui/tui-source.c (tui_set_source_content)
8064 (tui_show_symtab_source): Update.
8065 * tui/tui-layout.c (extract_display_start_addr)
8066 (show_source_disasm_command, show_data)
8067 (make_source_or_disasm_window)
8068 (show_source_or_disasm_and_command): Update.
8069 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8070 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8071 "gdbarch".
8072 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8073 to tui_source_window_base.
8074 (struct tui_win_info) <detail>: Remove source_info member.
8075 (struct tui_source_window_base) <has_locator>: Inline.
8076 Move contents from tui_source_info; rename has_locator member to
8077 m_has_locator.
8078 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8079 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8080 header file.
8081 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8082 Simplify.
8083 (tui_free_all_source_wins_content): Cast to
8084 tui_source_window_base.
8085
8086 2019-06-25 Tom Tromey <tom@tromey.com>
8087
8088 * tui/tui-win.c (make_invisible_and_set_new_height)
8089 (make_visible_with_new_height): Call has_locator method.
8090 * tui/tui-layout.c (show_source_disasm_command, show_data)
8091 (show_source_or_disasm_and_command): Update for bool change.
8092 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8093 (tui_win_info) <has_locator>: New method.
8094 (struct tui_source_window_base) <has_locator>: New method.
8095 (tui_win_has_locator): Don't declare.
8096 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8097 from tui_win_has_locator.
8098 (tui_source_window_base): Use false, not FALSE.
8099
8100 2019-06-25 Tom Tromey <tom@tromey.com>
8101
8102 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8103 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8104 clear_detail method directly.
8105 (tui_clear_win_detail): Remove.
8106
8107 2019-06-25 Tom Tromey <tom@tromey.com>
8108
8109 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8110 "this", not TUI_DISASM_WIN.
8111
8112 2019-06-25 Tom Tromey <tom@tromey.com>
8113
8114 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8115 declare.
8116 * tui/tui-winsource.c
8117 (tui_source_window_base::do_scroll_horizontal): Rename from
8118 tui_horizontal_source_scroll.
8119 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8120 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8121 from tui_vertical_data_scroll.
8122 * tui/tui-win.h (tui_scroll): Don't declare.
8123 * tui/tui-win.c (tui_win_info::forward_scroll)
8124 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8125 (tui_win_info::right_scroll): Rename and update.
8126 (tui_scroll_forward_command, tui_scroll_backward_command)
8127 (tui_scroll_left_command, tui_scroll_right_command): Update.
8128 (tui_scroll): Remove.
8129 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8130 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8131 from tui_vertical_source_scroll.
8132 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8133 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8134 from tui_vertical_disassem_scroll.
8135 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8136 do_scroll_horizontal>: New methods.
8137 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8138 Likewise.
8139 (struct tui_source_window_base): Add do_scroll_horizontal.
8140 (struct tui_source_window, struct tui_disasm_window): Add
8141 do_scroll_vertical.
8142 (struct tui_data_window, struct tui_cmd_window): Add
8143 do_scroll_horizontal and do_scroll_vertical.
8144 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8145
8146 2019-06-25 Tom Tromey <tom@tromey.com>
8147
8148 * tui/tui-data.h (struct tui_source_window_base): New struct.
8149 (struct tui_source_window): Derive from tui_source_window_base.
8150 (struct tui_disasm_window): New struct.
8151 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8152 from tui_source_window::clear_detail.
8153 (tui_source_window_base): Rename from tui_source_window.
8154 (~tui_source_window_base): Rename from ~tui_source_window.
8155 (tui_alloc_win_info): Create a tui_disasm_window.
8156
8157 2019-06-25 Tom Tromey <tom@tromey.com>
8158
8159 * tui/tui-data.h (struct tui_source_window)
8160 (struct tui_data_window): Declare destructors.
8161 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8162 destructors.
8163 (tui_win_info): Simplify.
8164
8165 2019-06-25 Tom Tromey <tom@tromey.com>
8166
8167 * tui/tui-winsource.c (tui_display_main)
8168 (tui_update_source_windows_with_addr)
8169 (tui_update_all_breakpoint_info): Update.
8170 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8171 (new_height_ok, parse_scrolling_args): Update.
8172 * tui/tui-stack.c (tui_show_frame_info): Update.
8173 * tui/tui-data.h (struct tui_list): Remove.
8174 (tui_source_windows): Return a reference to a std::vector.
8175 * tui/tui-data.c (source_windows): Now a std::vector.
8176 (tui_source_windows): Change return type.
8177 (tui_clear_source_windows): Rewrite.
8178 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8179 (tui_free_all_source_wins_content): Rewrite.
8180
8181 2019-06-25 Tom Tromey <tom@tromey.com>
8182
8183 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8184 (struct tui_data_window, struct tui_cmd_window): Declare
8185 clear_detail method.
8186 * tui/tui-data.c (tui_source_window::clear_detail)
8187 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8188 methods.
8189 (tui_clear_win_detail): Simplify.
8190
8191 2019-06-25 Tom Tromey <tom@tromey.com>
8192
8193 * tui/tui-layout.c (make_source_window, make_disasm_window)
8194 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8195 Return the new window.
8196 (show_source_disasm_command, show_data)
8197 (show_source_or_disasm_and_command): Update.
8198
8199 2019-06-25 Tom Tromey <tom@tromey.com>
8200
8201 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8202 parameter. Return the new window.
8203 (show_source_disasm_command): Update and remove NULL check.
8204 (show_source_or_disasm_and_command): Update.
8205
8206 2019-06-25 Tom Tromey <tom@tromey.com>
8207
8208 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8209
8210 2019-06-25 Tom Tromey <tom@tromey.com>
8211
8212 * tui/tui-data.h (struct tui_win_info): Make constructor
8213 protected. Make destructor virtual. Add initializers.
8214 (tui_source_window, tui_data_window, tui_cmd_window): New
8215 classes.
8216 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8217 constructor. Add "type" parameter.
8218 (tui_source_window, tui_data_window, tui_cmd_window): New
8219 constructors.
8220 (tui_alloc_win_info): Instantiate the appropriate subclass.
8221
8222 2019-06-25 Tom Tromey <tom@tromey.com>
8223
8224 * tui/tui-win.c (tui_resize_all): Use delete.
8225 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8226 destructor.
8227 (tui_free_window): Don't declare.
8228 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8229 Update.
8230
8231 2019-06-25 Tom Tromey <tom@tromey.com>
8232
8233 * tui/tui-data.h (struct tui_win_info): Add constructor.
8234 * tui/tui-data.c (tui_alloc_win_info): Use new.
8235 (tui_free_window): Use delete.
8236
8237 2019-06-22 Tom Tromey <tom@tromey.com>
8238
8239 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8240 declare.
8241 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8242
8243 2019-06-22 Tom Tromey <tom@tromey.com>
8244
8245 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8246 declare.
8247 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8248
8249 2019-06-22 Tom de Vries <tdevries@suse.de>
8250
8251 * dwarf2read.c (create_addrmap_from_aranges)
8252 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8253 instead of '%zu'.
8254
8255 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8256
8257 * dwarf2read.h (dwarf2_section_info_def): Remove.
8258 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8259 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8260 std::vector<dwarf2_section_info>.
8261 (struct dwo_file) <~dwo_file>: Remove.
8262 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8263 types field.
8264 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8265 (dwarf2_read_debug_names): Likewise.
8266 (create_debug_types_hash_table): Change parameter type to
8267 array_view, adjust code accordingly.
8268 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8269 (partial_die_info::fixup): Likewise.
8270 (determine_prefix): Likewise.
8271 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8272
8273 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8274
8275 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8276 gdb_bfd_ref_ptr.
8277 <~dwo_file>: Remove call to gdb_bfd_unref.
8278 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8279 gdb_bfd_ref_ptr::get.
8280
8281 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8282
8283 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8284 type to htab_up.
8285 * dwarf2read.c (struct dwo_file): Initialize fields.
8286 <~dwo_file>: New.
8287 (free_dwo_file): Remove, move content to ~dwo_file.
8288 (struct dwo_file_deleter): Remove.
8289 (dwo_file_up>: Remove custom deleter.
8290 (free_dwo_files): Remove.
8291 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8292 dwo_files.
8293 (process_skeletonless_type_units): Call unique_ptr::get.
8294 (allocate_dwo_file_hash_table): Add deleter to created hash
8295 table. Change return type to htab_up.
8296 (lookup_dwo_file_slot): Don't memset dwo_file, call
8297 unique_ptr::get.
8298 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8299 (create_dwo_unit_in_dwp_v2): Likewise.
8300 (open_and_init_dwo_file): Likewise.
8301 (free_dwo_file_from_slot): Remove.
8302
8303 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8304
8305 * dwarf2read.h (struct dwarf2_section_info) <readin,
8306 is_virtual>: Change type to bool.
8307 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8308 true instead of 1.
8309
8310 2019-06-19 Tom Tromey <tom@tromey.com>
8311
8312 * tui/tui-data.h (tui_init_content_element): Don't declare.
8313
8314 2019-06-19 Tom Tromey <tom@tromey.com>
8315
8316 * tui/tui-data.h (tui_init_win_info): Don't declare.
8317
8318 2019-06-19 Tom de Vries <tdevries@suse.de>
8319
8320 * dwarf2read.h (abstract_to_concrete): Change type to
8321 std::unordered_map<sect_offset, std::vector<sect_offset>,
8322 gdb::hash_enum<sect_offset>>.
8323
8324 2019-06-19 Tom Tromey <tromey@adacore.com>
8325
8326 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8327 EVAL_AVOID_SIDE_EFFECTS specially.
8328
8329 2019-06-19 Tom Tromey <tromey@adacore.com>
8330
8331 * source-cache.c (highlighter): New global.
8332 (source_cache::get_source_lines): Create a highlighter on demand.
8333
8334 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8335
8336 * defs.h (deprecated_interactive_hook): Delete declaration.
8337 * interps.c (clear_interpreter_hooks): Remove use of
8338 deprecated_interactive_hook.
8339 * top.c (deprecated_interactive_hook): Delete definition.
8340 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8341
8342 2019-06-18 Tom de Vries <tdevries@suse.de>
8343
8344 PR gdb/24515
8345 * dwarf2read.h (abstract_to_concrete): Change type from
8346 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8347 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8348 * dwarf2read.c (read_variable): Update.
8349 (dwarf2_fetch_die_loc_sect_off): Update.
8350
8351 2019-06-17 Tom de Vries <tdevries@suse.de>
8352
8353 PR gdb/24617
8354 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8355 accessing parent[parent_len - 1].
8356
8357 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8358
8359 PR gdb/24364
8360 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8361 call dtrace_process_dof with NULL dof.
8362
8363 2019-06-16 Tom de Vries <tdevries@suse.de>
8364
8365 PR gdb/24445
8366 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8367
8368 2019-06-16 Tom Tromey <tom@tromey.com>
8369
8370 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8371 (make_all_visible): Use address of member.
8372
8373 2019-06-16 Tom Tromey <tom@tromey.com>
8374
8375 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8376 (tui_free_window, free_content, free_content_elements): Remove
8377 unnecessary cast.
8378 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8379 cast.
8380 * tui/tui-regs.c (tui_show_register_group)
8381 (tui_display_registers_from, tui_display_reg_element_at_line):
8382 Remove unnecessary cast.
8383
8384 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8385
8386 * linux-nat.c (normal_mask): Delete.
8387 (_initialize_linux_nat): Don't initialise normal_mask.
8388
8389 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8390
8391 PR gdb/24445
8392 * dwarf-index-write.h (write_psymtabs_to_index): Add
8393 dwz_basename parameter.
8394 * dwarf-index-write.c (write_gdbindex): Move file writing to
8395 write_gdbindex_1. Change return type void.
8396 (assert_file_size): Move up, remove filename parameter.
8397 (write_gdbindex_1): New function.
8398 (write_debug_names): Change return type to void, call
8399 assert_file_size.
8400 (struct index_wip_file): New struct.
8401 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8402 file logic to index_wip_file. Write index for dwz file if
8403 needed.
8404 (save_gdb_index_command): Pass basename of dwz file, if present.
8405 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8406 build-id of dwz file, if present.
8407 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8408 (dwarf2_get_dwz_file): Likewise.
8409 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8410 (dwarf2_get_dwz_file): Likewise.
8411
8412 2019-06-16 Tom Tromey <tom@tromey.com>
8413
8414 * coffread.c (process_coff_symbol): Use xstrdup.
8415 * value.c (create_internalvar): Use xstrdup.
8416
8417 2019-06-16 Tom Tromey <tom@tromey.com>
8418
8419 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8420 * breakpoint.c (stopin_command, stopat_command)
8421 (until_break_command, decode_location_default): Remove unnecessary
8422 cast.
8423 * utils.c (subset_compare): Remove unnecessary cast.
8424 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8425 cast.
8426 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8427 cast.
8428 * infcmd.c (path_command): Remove unnecessary cast.
8429 * coffread.c (decode_type): Remove unnecessary cast.
8430 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8431 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8432 * tui/tui-stack.c (tui_show_locator_content)
8433 (tui_show_frame_info): Remove unnecessary cast.
8434 * tui/tui-win.c (tui_scroll_forward_command)
8435 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8436 (parse_scrolling_args): Remove unnecessary cast.
8437 * tui/tui-data.c (init_win_info, tui_del_window)
8438 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8439 (free_content_elements): Remove unnecessary cast.
8440 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8441 unnecessary cast.
8442 * tui/tui-source.c (tui_set_source_content)
8443 (tui_vertical_source_scroll): Remove unnecessary cast.
8444 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8445 cast.
8446 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8447 * tui/tui-regs.c (tui_display_registers_from)
8448 (tui_display_register): Remove unnecessary cast.
8449 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8450 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8451 (make_visible): Remove unnecessary cast.
8452 * tui/tui-winsource.c (tui_erase_source_content)
8453 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8454 unnecessary cast.
8455 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8456 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8457 * stabsread.c (read_type, read_array_type, read_range_type):
8458 Remove unnecessary cast.
8459 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8460 (parse_symbol, parse_type, upgrade_type, parse_external)
8461 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8462 unnecessary cast.
8463 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8464
8465 2019-06-16 Tom Tromey <tom@tromey.com>
8466
8467 * tui/tui-data.c (tui_alloc_generic_win_info)
8468 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8469 checks.
8470
8471 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8472 Andrew Burgess <andrew.burgess@embecosm.com>
8473
8474 * f-typeprint.c (f_print_type): Don't return early for not
8475 associated or not allocated types.
8476 (f_type_print_varspec_suffix): Add print_rank parameter and print
8477 ranks of array types in case they dangling.
8478 (f_type_print_base): Add print_rank parameter.
8479
8480 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8481
8482 * NEWS: Mention new MI commands.
8483 * break-catch-throw.c (enum exception_event_kind): Move to
8484 breakpoint.h.
8485 (print_mention_exception_catchpoint): Output text as a single
8486 message.
8487 (catch_exception_command_1): Rename to...
8488 (catch_exception_event): ...this, make non-static, update header
8489 command, and change some parameter types.
8490 (catch_catch_command): Update for changes to
8491 catch_exception_command_1.
8492 (catch_throw_command): Likewise.
8493 (catch_rethrow_command): Likewise.
8494 * breakpoint.c (enum exception_event_kind): Delete.
8495 * breakpoint.h (enum exception_event_kind): Moved here from
8496 break-catch-throw.c.
8497 (catch_exception_event): Declare.
8498 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8499 (mi_cmd_catch_throw): New function.
8500 (mi_cmd_catch_rethrow): New function.
8501 (mi_cmd_catch_catch): New function.
8502 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8503 'catch-catch' entries.
8504 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8505 (mi_cmd_catch_rethrow): Declare.
8506 (mi_cmd_catch_catch): Declare.
8507
8508 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8509
8510 * annotate.c (annotate_source_line): Change return type to void,
8511 update implementation to match.
8512 * annotate.h (annotate_source_line): Change return type to void,
8513 update header comment.
8514 * stack.c (print_frame_info): Don't change what frame information
8515 is printed based on whether annotations are on or not.
8516
8517 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8518
8519 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8520 (annotate_source): Make static.
8521 (annotate_source_line): Moved from source.c and renamed from
8522 identify_source_line. Update the return type.
8523 * annotate.h (annotate_source): Delete declaration.
8524 (annotate_source_line): Declaration moved from source.h, and
8525 renamed from identify_source_line. Return type updated.
8526 * source.c (identify_source_line): Moved to annotate.c and renamed
8527 to annotate_source_line.
8528 (info_line_command): Remove check of annotation_level.
8529 * source.h (identify_source_line): Move declaration to annotate.h
8530 and rename to annotate_source_line.
8531 * stack.c: Add 'annotate.h' include.
8532 (print_frame_info): Remove check of annotation_level before
8533 calling annotate_source_line.
8534
8535 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8536
8537 * source-cache.c (source_cache::get_plain_source_lines): Use
8538 open_source_file_with_line_charpos instead of just
8539 open_source_file, remove call to find_source_lines.
8540 (source_cache::get_source_lines): Likewise.
8541 * source.c (find_source_lines): Make static.
8542 (get_filename_and_charpos): Renamed into...
8543 (open_source_file_with_line_charpos): ..this along with changes to
8544 return a scoped_fd, and some other minor clean ups.
8545 (identify_source_line): Use open_source_file_with_line_charpos.
8546 (search_command_helper): Use open_source_file_with_line_charpos
8547 instead of just open_source_file, remove call to
8548 find_source_lines.
8549 * source.h (open_source_file_with_line_charpos): Declare new
8550 function.
8551 (find_source_lines): Delete declaration.
8552
8553 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8554
8555 * source.c (get_filename_and_charpos): Remove fullname
8556 parameter.
8557 (identify_source_line): Update call to get_filename_and_charpos.
8558
8559 2019-06-14 Tom Tromey <tromey@adacore.com>
8560
8561 PR gdb/24502:
8562 * ui-style.h (skip_ansi_escape): Update comment.
8563 * ui-file.h (class no_terminal_escape_file): New class.
8564 * ui-file.c (no_terminal_escape_file::write)
8565 (no_terminal_escape_file::puts): New methods.
8566 * cli/cli-logging.c (handle_redirections): Use
8567 no_terminal_escape_file.
8568
8569 2019-06-14 Tom Tromey <tromey@adacore.com>
8570
8571 * NEWS: Move convenience variable news above Python news.
8572
8573 2019-06-14 Tom Tromey <tom@tromey.com>
8574
8575 * gnulib: Move directory to top-level.
8576 * configure.ac: Don't configure gnulib.
8577 * configure: Rebuild.
8578 * common/common-defs.h: Use new path to gnulib.
8579 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8580 (GNULIB_H): Remove.
8581 (INCGNU): Look in new gnulib location.
8582 (HFILES_NO_SRCDIR): Remove gnulib files.
8583 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8584 (generated_files): Remove GNULIB_H.
8585 ($(LIBGNU), all-lib): Remove targets.
8586 (distclean): Don't mention GNULIB_BUILDDIR.
8587 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8588
8589 2019-06-14 Tom Tromey <tromey@adacore.com>
8590
8591 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8592 Warn if symbol file does not provide any symbols.
8593
8594 2019-06-14 Tom Tromey <tromey@adacore.com>
8595
8596 * source.c (find_and_open_source): Respect basenames_may_differ.
8597
8598 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8599
8600 * annotate.c (annotate_breakpoints_invalid): Make use of
8601 scoped_restore_terminal_state.
8602 (annotate_frames_invalid): Likewise.
8603
8604 2019-06-14 Tom Tromey <tromey@adacore.com>
8605
8606 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8607 allow assignment to an internalvar.
8608
8609 2019-06-14 Tom Tromey <tromey@adacore.com>
8610
8611 * ada-lex.l: Allow "_" in attribute names.
8612
8613 2019-06-14 Tom Tromey <tromey@adacore.com>
8614
8615 PR gdb/24653:
8616 * regcache.c (registers_changed): Don't call alloca.
8617 * top.c (execute_command): Don't call alloca.
8618
8619 2019-06-13 Pedro Alves <palves@redhat.com>
8620
8621 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8622 'expression'. When parsing an expression, error out if there's
8623 junk after "unlimited".
8624 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8625 (do_set_command): Adjust calls to is_unlimited_literal.
8626
8627 2019-06-13 Pedro Alves <palves@redhat.com>
8628
8629 * compile/compile.c (make_compile_options_def_group): Add braces
8630 around array_view initializer.
8631 * thread.c (make_thread_apply_all_options_def_group)
8632 (make_thread_apply_all_options_def_group): Likewise.
8633
8634 2019-06-13 Pedro Alves <palves@redhat.com>
8635
8636 * NEWS (New commands): Mention "maint test-options
8637 require-delimiter", "maint test-options unknown-is-error", "maint
8638 test-options unknown-is-operand" and "maint show
8639 test-options-completion-result".
8640 (New command options, command completion): New section.
8641 (Completion improvements): New section.
8642 Mention that you can abbreviate "unlimited".
8643
8644 2019-06-13 Pedro Alves <palves@redhat.com>
8645
8646 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8647 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8648 * unittests/cli-utils-selftests.c (test_parse_flags)
8649 (test_parse_flags_qcs): Delete.
8650 (test_cli_utils): Don't call deleted functions.
8651
8652 2019-06-13 Pedro Alves <palves@redhat.com>
8653
8654 * thread.c: Include "cli/cli-option.h".
8655 (tp_array_compar_ascending): Global.
8656 (tp_array_compar): Delete function.
8657 (tp_array_compar_ascending, tp_array_compar_descending): New
8658 functions.
8659 (ascending_option_def, qcs_flag_option_def)
8660 (thr_qcs_flags_option_defs)
8661 (make_thread_apply_all_options_def_group)
8662 (make_thread_apply_options_def_group): New.
8663 (thread_apply_all_command): Use gdb::option::process_options.
8664 (thread_apply_command_completer)
8665 (thread_apply_all_command_completer): New.
8666 (thread_apply_command): Use gdb::option::process_options.
8667 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8668 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8669 to generate help text of "thread apply". Adjust "taas"'s help.
8670 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8671 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8672
8673 2019-06-13 Pedro Alves <palves@redhat.com>
8674
8675 * thread.c (thread_apply_command): Check for invalid TID with
8676 isdigit instead of !isalpha.
8677
8678 2019-06-13 Pedro Alves <palves@redhat.com>
8679
8680 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8681 (validate_flags_qcs): New.
8682 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8683 (validate_flags_qcs): Declare.
8684 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8685 (make_frame_apply_options_def_group): New.
8686 (frame_apply_command_count): Process options with
8687 gdb::option::process_options.
8688 (frame_apply_completer): New.
8689 (frame_apply_level_completer, frame_apply_all_completer)
8690 (frame_apply_completer): New.
8691 (_initialize_stack): Update help of "frame apply", "frame apply
8692 level", "frame apply all" and "faas" to mention supported options
8693 and install command completers.
8694 * stack.h (frame_apply_all_completer): Declare.
8695 * thread.c: Include "stack.h".
8696 (tfaas_command): Add "--".
8697 (_initialize_thread): Update help "tfaas" to mention supported
8698 options and install command completer.
8699
8700 2019-06-13 Pedro Alves <palves@redhat.com>
8701
8702 * completer.c (complete_nested_command_line): New.
8703 (gdb_completion_word_break_characters_throw): Add assertion.
8704 * completer.h (complete_nested_command_line): Declare.
8705
8706 2019-06-13 Pedro Alves <palves@redhat.com>
8707
8708 * stack.c (parse_backtrace_qualifiers): New.
8709 (backtrace_command): Use it.
8710 (backtrace_command_completer): Complete on qualifiers.
8711
8712 2019-06-13 Pedro Alves <palves@redhat.com>
8713
8714 * frame.c: Include "cli/cli-option.h.
8715 (user_set_backtrace_options): New.
8716 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8717 Delete.
8718 (get_prev_frame): Adjust.
8719 (boolean_option_def, uinteger_option_def)
8720 (set_backtrace_option_defs): New.
8721 (_initialize_frame): Adjust and use
8722 gdb::option::add_setshow_cmds_for_options to install "set
8723 backtrace past-main" and "set backtrace past-entry".
8724 * frame.h: Include "cli/cli-option.h".
8725 (struct frame_print_options): Forward declare.
8726 (print_frame_arguments_all, print_frame_arguments_scalars)
8727 (print_frame_arguments_none): Declare.
8728 (print_entry_values): Delete declaration.
8729 (struct frame_print_options, user_frame_print_options): New.
8730 (struct set_backtrace_options): New.
8731 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8732 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8733 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8734 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8735 (list_args_or_locals): Add frame_print_options parameter.
8736 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8737 * python/py-framefilter.c (enumerate_args): Pass down
8738 USER_FRAME_PRINT_OPTIONS.
8739 * stack.c: Include "cli/cli-option.h".
8740 (print_frame_arguments_all, print_frame_arguments_scalars)
8741 (print_frame_arguments_none): Declare.
8742 (print_raw_frame_arguments, print_entry_values): Delete.
8743 (user_frame_print_options): New.
8744 (boolean_option_def, enum_option_def, frame_print_option_defs):
8745 New.
8746 (struct backtrace_cmd_options): New.
8747 (bt_flag_option_def): New.
8748 (backtrace_command_option_defs): New.
8749 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8750 (print_frame_arg, read_frame_arg, print_frame_args)
8751 (print_frame_info, print_frame): Add frame_print_options parameter
8752 and use it.
8753 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8754 (backtrace_command_1): Add frame_print_options and
8755 backtrace_cmd_options parameters and use them.
8756 (make_backtrace_options_def_group): New.
8757 (backtrace_command): Process command options with
8758 gdb::option::process_options.
8759 (backtrace_command_completer): New.
8760 (_initialize_stack): Extend "backtrace"'s help to mention
8761 supported options. Install completer for "backtrace".
8762 Install some settings commands with add_setshow_cmds_for_options.
8763
8764 2019-06-13 Pedro Alves <palves@redhat.com>
8765
8766 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8767 and that "set/show print raw frame-arguments" are now deprecated.
8768
8769 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8770 command.
8771 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8772 * stack.c (_initialize_stack): Install "set/show print
8773 raw-frame-arguments", and deprecate "set/show print raw
8774 frame-arguments".
8775 * valprint.c (_initialize_valprint): Deprecate "set/show print
8776 raw".
8777
8778 2019-06-13 Pedro Alves <palves@redhat.com>
8779
8780 * compile/compile.c (struct compile_options): New.
8781 (compile_flag_option_def, compile_command_option_defs)
8782 (make_compile_options_def_group): New.
8783 (compile_file_command): Handle options with
8784 gdb::option::process_options.
8785 (compile_file_command_completer): New function.
8786 (compile_code_command): Handle options with
8787 gdb::option::process_options.
8788 (compile_code_command_completer): New function.
8789 (_initialize_compiler): Install completers for "compile code" and
8790 "compile file". Mention available options in "compile code" and
8791 "compile code"'s help.
8792 * completer.c (advance_to_completion_word): New, factored out from
8793 ...
8794 (advance_to_expression_complete_word_point): ... this.
8795 (advance_to_filename_complete_word_point): New.
8796 * completer.h (advance_to_filename_complete_word_point): New
8797 declaration.
8798
8799 2019-06-13 Pedro Alves <palves@redhat.com>
8800
8801 * compile/compile.c: Include "cli/cli-option.h".
8802 (compile_print_value): Scope data pointer is now a
8803 value_print_options pointer; adjust.
8804 (compile_print_command): Process options. Scope data pointer is
8805 now a value_print_options pointer; adjust.
8806 (_initialize_compile): Update "compile print"'s help to include
8807 supported options. Install a completer for "compile print".
8808 * cp-valprint.c (show_vtblprint, show_objectprint)
8809 (show_static_field_print): Delete.
8810 (_initialize_cp_valprint): Don't install "set print
8811 static-members", "set print vtbl", "set print object" here.
8812 * printcmd.c: Include "cli/cli-option.h" and
8813 "common/gdb_optional.h".
8814 (print_command_parse_format): Rework to fill in a
8815 value_print_options instead of a format_data.
8816 (print_value): Change parameter type from format_data pointer to
8817 value_print_options reference. Adjust.
8818 (print_command_1): Process options. Adjust to pass down a
8819 value_print_options.
8820 (print_command_completer): New.
8821 (_initialize_printcmd): Install print_command_completer as
8822 handle_brkchars completer for the "print" command. Update
8823 "print"'s help to include supported options.
8824 * valprint.c: Include "cli/cli-option.h".
8825 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8826 here from cp-valprint.c.
8827 (boolean_option_def, uinteger_option_def)
8828 (value_print_option_defs, make_value_print_options_def_group):
8829 New. Use gdb::option::add_setshow_cmds_for_options to install
8830 "set print elements", "set print null-stop", "set print repeats",
8831 "set print pretty", "set print union", "set print array", "set
8832 print address", "set print symbol", "set print array-indexes".
8833 * valprint.h: Include <string> and "cli/cli-option.h".
8834 (make_value_print_options_def_group): Declare.
8835 (print_value): Change parameter type from format_data pointer to
8836 value_print_options reference.
8837 (print_command_completer): Declare.
8838
8839 2019-06-13 Pedro Alves <palves@redhat.com>
8840
8841 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8842 (COMMON_SFILES): Add maint-test-settings.c.
8843 * cli/cli-decode.c (boolean_enums): New global, factored out from
8844 ...
8845 (add_setshow_boolean_cmd): ... here.
8846 * cli/cli-decode.h (boolean_enums): Declare.
8847 * cli/cli-option.c: New file.
8848 * cli/cli-option.h: New file.
8849 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8850 factored out from ...
8851 (parse_cli_boolean_value(const char *)): ... this.
8852 (is_unlimited_literal): Change parameter type to pointer to
8853 pointer. Adjust and advance ARG pointer.
8854 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8855 (parse_cli_var_enum): New, factored out from ...
8856 (do_set_command): ... this. Adjust.
8857 * cli/cli-setshow.h (parse_cli_boolean_value)
8858 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8859 (parse_cli_var_enum): Declare.
8860 * cli/cli-utils.c: Include "cli/cli-option.h".
8861 (get_ulongest): New.
8862 * cli/cli-utils.h (get_ulongest): Declare.
8863 (check_for_argument): New overloads.
8864 * maint-test-options.c: New file.
8865
8866 2019-06-13 Pedro Alves <palves@redhat.com>
8867
8868 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8869 parse a range if "-" is at the end of the string.
8870
8871 2019-06-13 Pedro Alves <palves@redhat.com>
8872
8873 * cli/cli-setshow.c (parse_auto_binary_operation)
8874 (parse_cli_boolean_value): Don't allow "o".
8875
8876 2019-06-13 Pedro Alves <palves@redhat.com>
8877
8878 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8879 * NEWS: Mention maint test-settings KIND.
8880 * maint-test-settings.c: New file.
8881
8882 2019-06-13 Pedro Alves <palves@redhat.com>
8883
8884 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8885 completer.
8886 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8887 "set" completers.
8888
8889 2019-06-13 Pedro Alves <palves@redhat.com>
8890
8891 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8892 after item.
8893
8894 2019-06-13 Pedro Alves <palves@redhat.com>
8895
8896 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8897
8898 2019-06-13 Pedro Alves <palves@redhat.com>
8899
8900 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8901 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8902 call.
8903 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8904 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8905 calls.
8906 (check_for_argument): Skip spaces after argument.
8907
8908 2019-06-13 Pedro Alves <palves@redhat.com>
8909
8910 * thread.c (thread_apply_command): Adjust TID parsing.
8911 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8912 detected before end of string.
8913 (tid_is_in_list): Error out if LIST is invalid.
8914
8915 2019-06-13 Pedro Alves <palves@redhat.com>
8916
8917 * completer.c (complete_line_internal_1): Rewind completion word
8918 point.
8919 (completion_tracker::advance_custom_word_point_by): Change
8920 parameter type to int.
8921 * completer.h (completion_tracker::advance_custom_word_point_by):
8922 Likewise.
8923
8924 2019-06-13 Pedro Alves <palves@redhat.com>
8925
8926 * completer.c (advance_to_completion_word): Handle delimiters.
8927
8928 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8929
8930 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8931
8932 2019-06-11 Tom Tromey <tom@tromey.com>
8933
8934 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8935 (xmalloc_failed): Move to alloc.c.
8936 * alloc.c: New file.
8937 * Makefile.in (COMMON_SFILES): Add alloc.c.
8938
8939 2019-06-11 Tom Tromey <tom@tromey.com>
8940
8941 * nat/linux-waitpid.c: Don't include server.h.
8942 (linux_debug): Remove.
8943 (my_waitpid): Update.
8944
8945 2019-06-11 Tom Tromey <tromey@adacore.com>
8946
8947 * infcall.c (_initialize_infcall): Remove trailing newline from
8948 help.
8949 * user-regs.c (_initialize_user_regs): Remove trailing newline
8950 from help.
8951 * typeprint.c (_initialize_typeprint): Remove trailing newline
8952 from help.
8953 * reverse.c (_initialize_reverse): Remove trailing newlines from
8954 help.
8955 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8956 from help.
8957 * language.c (add_set_language_command): Remove trailing newline
8958 from help.
8959 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8960 help.
8961 * disasm.c (_initialize_disasm): Remove trailing newline from
8962 help.
8963 * top.c (init_main): Remove trailing newline from help.
8964 * interps.c (_initialize_interpreter): Remove trailing newline
8965 from help.
8966 * btrace.c (_initialize_btrace): Remove trailing newlines from
8967 help.
8968 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8969 from help.
8970 * python/python.c (_initialize_python): Remove trailing newline
8971 from help.
8972 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8973 help.
8974 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8975 from help. Reformat some text.
8976 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8977 from help.
8978 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8979 newline from help.
8980
8981 2019-06-11 Tom Tromey <tromey@adacore.com>
8982
8983 * darwin-nat.c (darwin_decode_exception_message)
8984 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8985
8986 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8987
8988 * valops.c (value_slice): Check for not allocated or not
8989 associated values.
8990
8991 2019-06-10 Tom de Vries <tdevries@suse.de>
8992
8993 PR gdb/24618
8994 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8995 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8996 invalid.
8997
8998 2019-06-10 Tom de Vries <tdevries@suse.de>
8999
9000 PR gdb/24611
9001 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9002 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9003
9004 2019-06-10 Tom de Vries <tdevries@suse.de>
9005
9006 PR symtab/24545
9007 * symtab.c (struct demangled_name_entry): Add language field.
9008 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9009 static minimal symbol". Set and use language field.
9010
9011 2019-06-10 Tom Tromey <tromey@adacore.com>
9012
9013 * ada-lang.c (_initialize_ada_language): Update help text.
9014
9015 2019-06-10 Tom Tromey <tromey@adacore.com>
9016
9017 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9018 with a newline.
9019 * guile/guile.c (handle_boot_error): Don't end warning with a
9020 newline.
9021 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9022 warning with a newline.
9023 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9024 newline.
9025 (s12z_frame_cache): Likewise.
9026 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9027 a newline.
9028 * solib-svr4.c (disable_probes_interface): Don't end warning with
9029 a newline.
9030 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9031 newline.
9032 * python/python.c (do_finish_initialization): Don't end warning
9033 with a newline.
9034
9035 2019-06-10 Tom Tromey <tom@tromey.com>
9036
9037 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9038 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9039 gdbpy_enter.
9040
9041 2019-06-10 Tom Tromey <tromey@adacore.com>
9042
9043 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9044 data.
9045 (elf_new_init): Don't call stabsread_new_init.
9046 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9047 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9048 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9049
9050 2019-06-10 Tom de Vries <tdevries@suse.de>
9051
9052 PR symtab/16264
9053 PR symtab/24517
9054 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9055
9056 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9057
9058 * source.c (find_and_open_source): Also rewrite relative file
9059 names.
9060
9061 2019-04-26 Amos Bird <amosbird@gmail.com>
9062
9063 * annotate.c (annotate_thread_exited): Add "thread-exited"
9064 annotation.
9065
9066 2019-06-06 Tom Tromey <tromey@adacore.com>
9067
9068 * maint.h (class scoped_command_stats): Use
9069 DISABLE_COPY_AND_ASSIGN.
9070 <print_time>: New method.
9071 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9072 print_time.
9073 (scoped_command_stats::print_time): New method.
9074
9075 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9076
9077 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9078 instructions of lengths 6 or 8 bytes.
9079
9080 2019-06-04 Pedro Alves <palves@redhat.com>
9081
9082 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9083
9084 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9085 * breakpoint.c (condition_completer): Likewise.
9086 * cli/cli-dump.c (scan_expression): Likewise.
9087 * common/filestuff.c (mkdir_recursive): Likewise.
9088 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9089 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9090 (gdb_abspath): Likewise.
9091 * compile/compile-cplus-types.c
9092 (compile_cplus_instance::decl_name): Likewise.
9093 * completer.c (complete_explicit_location):
9094 (signal_completer, reg_or_group_completer_1): Likewise.
9095 * cp-support.c (cp_remove_params_if_any): Likewise.
9096 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9097 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9098 * infcmd.c (strip_bg_char): Likewise.
9099 * linespec.c (copy_token_string): Likewise.
9100 * mi/mi-main.c (output_cores): Likewise.
9101 * psymtab.c (psymtab_search_name):
9102 * symfile.c (test_set_ext_lang_command): Likewise.
9103 * target.c (target_fileio_read_stralloc): Likewise.
9104 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9105 * value.c (complete_internalvar): Likewise.
9106
9107 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9108
9109 Add objfile property to gdb.Type.
9110 * NEWS: Mention Python API addition.
9111 * python/py-type.c (typy_get_objfile): New method.
9112
9113 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9114
9115 * NEWS: Mention the new set|show style [title|highlight].
9116 Mention changes to "show style", "help" and "apropos".
9117
9118 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9119
9120 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9121 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9122 instead of print_help_for_command.
9123 (print_doc_of_command): New function.
9124 (help_list): Add 'apropos -v word' suggestion.
9125 (print_help_for_command): Style the command name using title style.
9126 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9127 (_initialize_cli_cmds): Describe -v in apropos_command help.
9128
9129 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9130
9131 * cli/cli-style.h (cli_style_option): Add name in constructor,
9132 add m_name class member, add constructor with intensity,
9133 add name class function.
9134 (cli_style_option::add_setshow_commands): Remove name argument.
9135 (highlight_style, title_style): New styles.
9136 * cli/cli-style.c (do_show): New function that shows a style
9137 characteristic styling the style name with itself.
9138 (set_style_name): New function.
9139 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9140 Update all callers according to the changes in cli/cli-style.h.
9141 * utils.h (fputs_highlighted): New function.
9142 * utils.c (fputs_highlighted): Likewise.
9143
9144 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9145
9146 * NEWS: Mention new pipe command and new convenience variables.
9147
9148 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9149
9150 * cli/cli-cmds.c (pipe_command): New function.
9151 (_initialize_cli_cmds): Call add_com for pipe_command.
9152 Define | as an alias for pipe.
9153 (exit_status_set_internal_vars): New function.
9154 (shell_escape): Call exit_status_set_internal_vars.
9155 cli/cli-decode.c (find_command_name_length): Recognize | as
9156 a single character command.
9157
9158 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9159
9160 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9161 top.c (execute_command_to_ui_file): New function, mostly a copy
9162 of execute_command_to_string.
9163 (execute_command_to_string): Implement by calling
9164 execute_command_to_ui_file.
9165
9166 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9167
9168 * top.h (saved_command_line): Remove declaration.
9169 * top.c (previous_saved_command_line, previous_repeat_arguments):
9170 New variables.
9171 (saved_command_line): Make static, define together with other
9172 'repeat variables'.
9173 (dont_repeat): Clear repeat_arguments.
9174 (repeat_previous, get_saved_command_line, save_command_line):
9175 New functions.
9176 (gdb_init): Initialize saved_command_line
9177 and previous_saved_command_line.
9178 * main.c (captured_main_1): Remove saved_command_line initialization.
9179 * event-top.c (handle_line_of_input): Update to use
9180 the new 'repeat' related functions instead of direct access to
9181 saved_command_line.
9182 * command.h (repeat_previous, get_saved_command_line,
9183 save_command_line): New declarations.
9184 (dont_repeat): Add comment.
9185
9186 2019-05-30 Tom Tromey <tromey@adacore.com>
9187
9188 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9189 Fix comment.
9190 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9191
9192 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9193
9194 PR cli/24587
9195 * completer.c (complete): Initialize variable word.
9196
9197 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9198
9199 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9200 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9201 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9202 'body' is NULL to the outter 'if', protecting the '!is_define'
9203 situation as well.
9204
9205 2019-05-29 Tom Tromey <tromey@adacore.com>
9206
9207 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9208 (dwarf_unknown): New function.
9209 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9210 (dwarf_type_encoding_name): Use dwarf_unknown.
9211
9212 2019-05-29 Tom Tromey <tromey@adacore.com>
9213
9214 PR c++/20020:
9215 * cp-valprint.c (cp_print_value_fields): Call
9216 cp_print_static_field inside "try".
9217
9218 2019-05-29 Tom Tromey <tromey@adacore.com>
9219
9220 * inflow.c (struct terminal_info): Add default operator=.
9221 * configure: Rebuild.
9222 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9223 -Wdeprecated-copy-dtor, -Wredundant-move.
9224
9225 2019-05-29 Tom Tromey <tromey@adacore.com>
9226
9227 * NEWS: Add entry.
9228 * infcmd.c (print_return_value_1): Handle finish_print
9229 option.
9230 (show_print_finish): New function.
9231 (_initialize_infcmd): Add "set/show print finish" commands.
9232 * valprint.c (user_print_options): Initialize new member.
9233 * valprint.h (struct value_print_options) <finish_print>: New
9234 member.
9235
9236 2019-05-28 Tom Tromey <tromey@adacore.com>
9237
9238 * ada-lang.c (ada_remove_Xbn_suffix)
9239 (find_old_style_renaming_symbol)
9240 (parse_old_style_renaming): Remove.
9241 (ada_find_renaming_symbol): Don't call
9242 find_old_style_renaming_symbol.
9243 (ada_is_renaming_symbol): Rename from
9244 ada_find_renaming_symbol. Remove "block" parameter. Return
9245 bool. Now static.
9246 (ada_read_var_value): Update and simplify.
9247 * ada-exp.y (write_var_or_type): Remove old code.
9248
9249 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9250
9251 PR gdb/25010
9252 * event-top.c: Remove include comment.
9253 * inflow.c (class scoped_ignore_sigttou): Move from here...
9254 * inflow.h (class scoped_ignore_sigttou): ...to here.
9255 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9256 * top.c: Remove include comment.
9257
9258 2019-05-27 Tom Tromey <tom@tromey.com>
9259
9260 * NEWS: Fix typo.
9261
9262 2019-05-22 Tom Tromey <tromey@adacore.com>
9263
9264 * target.c (target_follow_exec): Constify parameter.
9265 * target-delegates.c: Rebuild.
9266 * remote.c (remote_target::follow_exec): Constify parameter.
9267 * infrun.c (follow_exec): Constify parameter.
9268 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9269 (target_follow_exec): Likewise.
9270
9271 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9272
9273 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9274 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9275
9276 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9277
9278 * NEWS: Add debugredirect and testsuite sections.
9279
9280 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9281
9282 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9283 target descriptions using exclusively floating point register name
9284 aliases.
9285
9286 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9287
9288 PR gdb/18644:
9289 * f-lang.c (build_fortran_types): Handle the case where
9290 gdbarch_floatformat_for_type returns a nullptr.
9291
9292 2019-05-21 Tom de Vries <tdevries@suse.de>
9293
9294 PR cli/24587
9295 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9296
9297 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9298
9299 PR gdb/18644:
9300 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9301 16-byte floats.
9302 * i386-tdep.c (i386_floatformat_for_type): Use
9303 floatformats_ia64_quad for the 16-byte floating point component
9304 within a fortran 32-byte complex number.
9305
9306 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9307
9308 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9309 delete default constructor.
9310 (find_partial_die): Update to return const struct.
9311 (partial_die_parent_scope): Move variable declaration into scope
9312 of its use and change its type to auto.
9313 (guess_partial_die_structure_name): Likewise.
9314 (partial_die_info::fixup): Likewise.
9315
9316 2019-05-17 Tom Tromey <tromey@adacore.com>
9317
9318 * source.c (find_and_open_source): Remove cast.
9319
9320 2019-05-17 Tom Tromey <tromey@adacore.com>
9321
9322 * annotate.c (annotate_source): Make "filename" const.
9323 * annotate.h (annotate_source): Use const.
9324
9325 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9326
9327 * disasm.c (set_disassembler_options): Send errors to stderr.
9328
9329 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9330
9331 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9332 (cli_interp_base::set_logging): Check debug_redirect.
9333 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9334 * cli/cli-logging.c (debug_redirect): Add static variable.
9335 (pop_output_files): Add default param.
9336 (handle_redirections): Print debug setting.
9337 (show_logging_command): Likewise.
9338 (_initialize_cli_logging): Add debugredirect command.
9339 * interps.c (current_interp_set_logging): Add debug_redirect
9340 parameter.
9341 * interps.h (set_logging): Add debug_redirect parameter.
9342 (current_interp_set_logging): Likewise.
9343 * mi/mi-common.h: Likewise.
9344 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9345
9346 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9347 Tom Tromey <tromey@adacore.com>
9348
9349 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9350 directly.
9351 * cli/cli-interp.h (make_logging_output): Remove declaration.
9352 * cli/cli-logging.c (make_logging_output): Remove function.
9353 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9354 directly.
9355 * ui-file.c (tee_file::tee_file): Remove bools.
9356 (tee_file::~tee_file): Remove deletes.
9357 * ui-file.h (tee_file): Remove bools.
9358
9359 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9360
9361 * mi/mi-cmds.h (mi_cmd_complete): New function.
9362 * mi/mi-main.c (mi_cmd_complete): Likewise.
9363 * mi/mi-cmds.c: Define new MI command -complete.
9364 * NEWS: Mention new -complete command.
9365
9366 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9367
9368 * completer.h (complete): New function.
9369 * completer.c (complete): Likewise.
9370 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9371 function defined in completer.h.
9372
9373 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9374
9375 * MAINTAINERS (Write After Approval): Add myself.
9376
9377 2019-05-17 Tom de Vries <tdevries@suse.de>
9378
9379 PR gdb/24094
9380 * dwarf2read.c (struct cu_partial_die_info): New struct.
9381 (find_partial_die): Return cu_partial_die_info.
9382 (partial_die_parent_scope, guess_partial_die_structure_name)
9383 (partial_die_info::fixup): Handle new return type of find_partial_die.
9384
9385 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9386
9387 PR breakpoints/24541
9388 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9389 "std::string", simplifying the algorithm.
9390
9391 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9392
9393 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9394 (stap_static_probe_ops::get_probes): Likewise.
9395
9396 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9397
9398 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9399 '-')" and "else if".
9400 (stap_parse_single_operand): Join checks for
9401 "gdbarch_stap_parse_special_token_p" and
9402 "gdbarch_stap_parse_special_token" in the same "if" statement.
9403 Invert check when verifying for operation on register
9404 displacement.
9405
9406 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9407
9408 * stap-probe.c (stap_get_opcode): Update comment.
9409 (stap_get_expected_argument_type): Likewise.
9410 (handle_stap_probe): Likewise.
9411
9412 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9413
9414 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9415 return type to 'bool'. Adjust comment. Use 'bool' when
9416 appropriate.
9417 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9418 * stap-probe.c (stap_parse_argument_1): Likewise.
9419 (stap_is_operator): Likewise.
9420 (stap_is_generic_prefix): Likewise.
9421 (stap_is_register_prefix): Likewise.
9422 (stap_is_register_indirection_prefix): Likewise.
9423 (stap_is_integer_prefix): Likewise.
9424 (stap_generic_check_suffix): Likewise.
9425 (stap_check_integer_suffix): Likewise.
9426 (stap_check_register_suffix): Likewise.
9427 (stap_check_register_indirection_suffix): Likewise.
9428 (stap_parse_register_operand): Likewise.
9429 (stap_parse_single_operand): Likewise.
9430 (stap_parse_argument_1): Likewise.
9431 (stap_probe::get_argument_count): Likewise.
9432 (stap_is_operator): Likewise.
9433
9434 2019-05-16 Tom Tromey <tromey@adacore.com>
9435
9436 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9437 keyword to foreach.
9438
9439 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9440
9441 * linux-thread-db.c (try_thread_db_load_1): Change return type
9442 to bool.
9443 (try_thread_db_load): Likewise.
9444 (try_thread_db_load_from_pdir_1): Likewise.
9445 (try_thread_db_load_from_pdir): Likewise.
9446 (try_thread_db_load_from_sdir): Likewise.
9447 (try_thread_db_load_from_dir): Likewise.
9448 (thread_db_load_search): Likewise.
9449 (has_libpthread): Likewise.
9450 (thread_db_load): Likewise.
9451
9452 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9453
9454 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9455 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9456 NULL, and complain/return if that's the case.
9457
9458 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9459
9460 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9461 (advance, posn, abstract_read_memory): New functions.
9462 [struct mem_read_abstraction]: New struct.
9463 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9464
9465 2019-05-14 Tom Tromey <tromey@adacore.com>
9466
9467 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9468 value is not lval_memory.
9469
9470 2019-05-14 Tom Tromey <tromey@adacore.com>
9471
9472 * solib.c (info_sharedlibrary_command): Style the file name.
9473
9474 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9475
9476 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9477 (aarch64_vnv_type): Likewise.
9478 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9479 * common/tdesc.c: Likewise.
9480 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9481 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9482 * features/aarch64-fpu.xml: Add ieee half view.
9483 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9484 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9485 * gdbtypes.h (struct builtin_type): Likewise.
9486 (struct objfile_type): Likewise.
9487
9488 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9489
9490 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9491 typo.
9492 * location.h (string_to_event_location): Likewise.
9493
9494 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9495
9496 GDB 8.3 released.
9497
9498 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9499
9500 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9501 New variable declaration.
9502 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9503 New variable.
9504 (print_one_breakpoint): Use ui_out::test_flags and new global
9505 variable to compute use_fixed_output.
9506 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9507 Remove.
9508 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9509 (mi_multi_location_breakpoint_output_fixed): Remove.
9510 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9511 new variable.
9512 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9513 fix_multi_location_breakpoint_output flag if version >= 3.
9514 * ui-out.h (enum ui_out_flag)
9515 <fix_multi_location_breakpoint_output>: New enumerator.
9516
9517 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9518
9519 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9520
9521 2019-05-10 Tom Tromey <tromey@adacore.com>
9522
9523 * ada-lang.c (catch_ada_completer): New function.
9524 (_initialize_ada_language): Use it.
9525
9526 2019-05-10 Tom Tromey <tromey@adacore.com>
9527
9528 * thread.c (print_thread_info): Make "requested_threads" const.
9529 * gdbthread.h (print_thread_info): Make "requested_threads"
9530 const.
9531 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9532 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9533
9534 2019-05-08 Tom Tromey <tom@tromey.com>
9535
9536 * gdbtypes.c (objfile_type_data): Change type.
9537 (objfile_type, _initialize_gdbtypes): Update.
9538
9539 2019-05-08 Tom Tromey <tom@tromey.com>
9540
9541 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9542 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9543 (_initialize_dwarf2_frame): Update.
9544
9545 2019-05-08 Tom Tromey <tom@tromey.com>
9546
9547 * objc-lang.c (objc_objfile_data): Change type.
9548 (find_methods): Update.
9549 (_initialize_objc_lang): Remove.
9550
9551 2019-05-08 Tom Tromey <tom@tromey.com>
9552
9553 * stabsread.c (rs6000_builtin_type_data): Change type.
9554 (rs6000_builtin_type, _initialize_stabsread): Update.
9555
9556 2019-05-08 Tom Tromey <tom@tromey.com>
9557
9558 * mips-tdep.c (mips_pdr_data): Remove.
9559 (_initialize_mips_tdep): Update.
9560
9561 2019-05-08 Tom Tromey <tom@tromey.com>
9562
9563 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9564 (hppa_init_objfile_priv_data, read_unwind_info)
9565 (find_unwind_entry, _initialize_hppa_tdep): Update.
9566
9567 2019-05-08 Tom Tromey <tom@tromey.com>
9568
9569 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9570 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9571 on obstack.
9572 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9573
9574 2019-05-08 Tom Tromey <tom@tromey.com>
9575
9576 * mdebugread.c (basic_type_data): Change type.
9577 (basic_type, _initialize_mdebugread): Update.
9578
9579 2019-05-08 Tom Tromey <tom@tromey.com>
9580
9581 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9582
9583 2019-05-08 Tom Tromey <tom@tromey.com>
9584
9585 * nto-tdep.c (nto_inferior_data_reg): Change type.
9586 (nto_inferior_data): Update.
9587 (nto_inferior_data_cleanup, nto_new_inferior_data)
9588 (_initialize_nto_tdep): Remove.
9589 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9590
9591 2019-05-08 Tom Tromey <tom@tromey.com>
9592
9593 * ada-lang.c (struct ada_inferior_data): Add initializers.
9594 (ada_inferior_data): Change type.
9595 (ada_inferior_data_cleanup): Remove.
9596 (get_ada_inferior_data, ada_inferior_exit)
9597 (struct ada_pspace_data): Add initializers, destructor.
9598 (ada_pspace_data_handle): Change type.
9599 (get_ada_pspace_data): Update.
9600 (ada_pspace_data_cleanup): Remove.
9601
9602 2019-05-08 Tom Tromey <tom@tromey.com>
9603
9604 * coffread.c (struct coff_symfile_info): Add initializers.
9605 (coff_objfile_data_key): Move lower. Change type.
9606 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9607 Update.
9608 (coff_free_info): Remove.
9609
9610 2019-05-08 Tom Tromey <tom@tromey.com>
9611
9612 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9613 (fbsd_pspace_data_handle): Move lower. Change type.
9614 (get_fbsd_pspace_data): Update.
9615 (fbsd_pspace_data_cleanup): Remove.
9616 (_initialize_fbsd_tdep): Update.
9617
9618 2019-05-08 Tom Tromey <tom@tromey.com>
9619
9620 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9621 (get_ada_tasks_pspace_data): Update.
9622 (ada_tasks_pspace_data_cleanup): Remove.
9623 (_initialize_tasks): Update.
9624 (ada_tasks_inferior_data_handle): Change type.
9625 (get_ada_tasks_inferior_data): Update.
9626 (ada_tasks_inferior_data_cleanup): Remove.
9627 (struct ada_tasks_pspace_data): Add initializers.
9628
9629 2019-05-08 Tom Tromey <tom@tromey.com>
9630
9631 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9632 * symfile-debug.c (debug_sym_get_probes): Change type.
9633 * stap-probe.c (handle_stap_probe):
9634 (stap_static_probe_ops::get_probes): Change type.
9635 * probe.h (class static_probe_ops) <get_probes>: Change type.
9636 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9637 (parse_probes_in_pspace): Update.
9638 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9639 Update.
9640 (any_static_probe_ops::get_probes): Change type.
9641 * elfread.c (elfread_data): New typedef.
9642 (probe_key): Change type.
9643 (elf_get_probes): Likewise. Update.
9644 (probe_key_free): Remove.
9645 (_initialize_elfread): Update.
9646 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9647 Change type.
9648 (dtrace_process_dof_probe, dtrace_process_dof)
9649 (dtrace_static_probe_ops::get_probe): Change type.
9650
9651 2019-05-08 Tom Tromey <tom@tromey.com>
9652
9653 * xcoffread.c (struct xcoff_symfile_info): Rename from
9654 coff_symfile_info. Add initializers.
9655 (xcoff_objfile_data_key): Move lower. Change type.
9656 (XCOFF_DATA): Rewrite.
9657 (xcoff_free_info): Remove.
9658 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9659 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9660 (xcoff_initial_scan): Update.
9661
9662 2019-05-08 Tom Tromey <tom@tromey.com>
9663
9664 * solib-svr4.c (struct svr4_info): Add initializers and
9665 destructor.
9666 <probes_table>: Now an htab_up.
9667 (solib_svr4_pspace_data): Change type.
9668 (free_probes_table): Simplify.
9669 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9670 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9671 (probes_table_remove_objfile_probes, register_solib_event_probe)
9672 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9673 (_initialize_svr4_solib): Update.
9674
9675 2019-05-08 Tom Tromey <tom@tromey.com>
9676
9677 * remote.c (remote_pspace_data): Change type.
9678 (remote_pspace_data_cleanup): Remove.
9679 (get_remote_exec_file, set_pspace_remote_exec_file)
9680 (_initialize_remote): Update.
9681
9682 2019-05-08 Tom Tromey <tom@tromey.com>
9683
9684 * breakpoint.c (breakpoint_objfile_key): Change type.
9685 (get_breakpoint_objfile_data): Update.
9686 (free_breakpoint_objfile_data): Remove.
9687 (_initialize_breakpoint): Update.
9688
9689 2019-05-08 Tom Tromey <tom@tromey.com>
9690
9691 * linux-tdep.c (struct linux_info): Add initializers.
9692 (linux_inferior_data): Move. Change type.
9693 (invalidate_linux_cache_inf): Update.
9694 (linux_inferior_data_cleanup): Remove.
9695 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9696
9697 2019-05-08 Tom Tromey <tom@tromey.com>
9698
9699 * auxv.c (auxv_inferior_data): Move. Change type.
9700 (auxv_inferior_data_cleanup): Remove.
9701 (invalidate_auxv_cache_inf): Rewrite.
9702 (get_auxv_inferior_data, _initialize_auxv): Update.
9703
9704 2019-05-08 Tom Tromey <tom@tromey.com>
9705
9706 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9707 (symfile_debug_objfile_data_key): Change type.
9708 (symfile_debug_installed, debug_qf_has_symbols)
9709 (debug_qf_find_last_source_symtab)
9710 (debug_qf_forget_cached_source_info)
9711 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9712 (debug_qf_print_stats, debug_qf_dump)
9713 (debug_qf_expand_symtabs_for_function)
9714 (debug_qf_expand_all_symtabs)
9715 (debug_qf_expand_symtabs_with_fullname)
9716 (debug_qf_map_matching_symbols)
9717 (debug_qf_expand_symtabs_matching)
9718 (debug_qf_find_pc_sect_compunit_symtab)
9719 (debug_qf_map_symbol_filenames)
9720 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9721 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9722 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9723 (debug_sym_read_linetable, debug_sym_relocate): Update.
9724 (symfile_debug_free_objfile): Remove.
9725 (install_symfile_debug_logging, _initialize_symfile_debug):
9726 Update.
9727
9728 2019-05-08 Tom Tromey <tom@tromey.com>
9729
9730 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9731 allocate_on_obstack.
9732 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9733 (get_dwarf2_per_objfile): Update.
9734 (set_dwarf2_per_objfile): Remove.
9735 (dwarf2_has_info, dwarf2_get_section_info): Update.
9736 (dwarf2_free_objfile): Remove.
9737 (_initialize_dwarf2_read): Update.
9738
9739 2019-05-08 Tom Tromey <tom@tromey.com>
9740
9741 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9742 initializers.
9743 <unsupported_script_warning_printed,
9744 script_not_found_warning_printed>: Now bool.
9745 (auto_load_pspace_data): Change type.
9746 (~auto_load_pspace_info): Rename from
9747 auto_load_pspace_data_cleanup.
9748 (get_auto_load_pspace_data, init_loaded_scripts_info)
9749 (clear_section_scripts, maybe_print_unsupported_script_warning)
9750 (maybe_print_script_not_found_warning, _initialize_auto_load):
9751 Update.
9752
9753 2019-05-08 Tom Tromey <tom@tromey.com>
9754
9755 * objfiles.c (objfile_pspace_info): Add destructor and
9756 initializers.
9757 (objfiles_pspace_data): Change type.
9758 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9759 (get_objfile_pspace_data): Update.
9760 (objfiles_bfd_data): Change type.
9761 (get_objfile_bfd_data): Update.
9762 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9763
9764 2019-05-08 Tom Tromey <tom@tromey.com>
9765
9766 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9767 Change type.
9768 (get_catch_syscall_inferior_data): Update.
9769 (catch_syscall_inferior_data_cleanup): Remove.
9770 (_initialize_break_catch_syscall): Update.
9771
9772 2019-05-08 Tom Tromey <tom@tromey.com>
9773
9774 * inflow.c (struct terminal_info): Add destructor and
9775 initializers.
9776 (inflow_inferior_data): Change type.
9777 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9778 (get_inflow_inferior_data, inflow_inferior_exit)
9779 (swap_terminal_info, _initialize_inflow): Update.
9780
9781 2019-05-08 Tom Tromey <tom@tromey.com>
9782
9783 * target-dcache.c (target_dcache_cleanup): Remove.
9784 (target_dcache_aspace_key): Change type.
9785 (target_dcache_init_p, target_dcache_invalidate)
9786 (target_dcache_get, target_dcache_get_or_init)
9787 (_initialize_target_dcache): Update.
9788 * dcache.h (struct dcache_deleter): New.
9789
9790 2019-05-08 Tom Tromey <tom@tromey.com>
9791
9792 * symtab.c (struct symbol_cache): Add destructor and
9793 initializers.
9794 (symbol_cache_key): Move. Change type.
9795 (make_symbol_cache, free_symbol_cache): Remove.
9796 (get_symbol_cache): Update.
9797 (symbol_cache_cleanup): Remove.
9798 (ALL_PSPACES, symbol_cache_flush)
9799 (maintenance_print_symbol_cache)
9800 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9801 Update.
9802
9803 2019-05-08 Tom Tromey <tom@tromey.com>
9804
9805 * symtab.c (struct main_info): Add destructor and initializers.
9806 (main_progspace_key): Move. Change type.
9807 (get_main_info): Update.
9808 (main_info_cleanup): Remove.
9809 (_initialize_symtab): Update.
9810
9811 2019-05-08 Tom Tromey <tom@tromey.com>
9812
9813 * registry.h (DECLARE_REGISTRY): Define the _key class.
9814
9815 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9816
9817 * NEWS: Merge two 'New commands' sections.
9818
9819 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9820
9821 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9822 parameter and use Ada language definition instead.
9823 (ada_val_print_ptr): Remove unused language parameter.
9824 (ada_val_print_num): Remove language parameter and use Ada language
9825 definition instead.
9826 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9827 parameter.
9828 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9829 parameter and use Ada language definition instead.
9830 (ada_val_print_1): Update all ada_val_print_xxx calls.
9831 Remove language parameter.
9832 (ada_val_print): Update ada_val_print_1 call.
9833
9834 2019-05-08 Tom Tromey <tromey@adacore.com>
9835
9836 * remote.c (remote_hw_watchpoint_limit)
9837 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9838 Now static.
9839
9840 2019-05-08 Tom Tromey <tromey@adacore.com>
9841
9842 * maint.c (_initialize_maint_cmds): Move initialization code to
9843 remote.c.
9844 (watchdog, show_watchdog): Move to remote.c.
9845 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9846 "watchdog" static.
9847 (_initialize_remote): Move initialization code from maint.c.
9848 * defs.h (watchdog): Don't declare.
9849
9850 2019-05-08 Tom Tromey <tromey@adacore.com>
9851
9852 * tui/tui-interp.c: Include main.h.
9853 * interps.c: Include main.h.
9854 * main.h (interpreter_p): Declare.
9855 * defs.h (interpreter_p): Don't declare.
9856
9857 2019-05-08 Tom Tromey <tromey@adacore.com>
9858
9859 * dwarf2loc.c: Include dwarf2read.h.
9860 * defs.h (read_unsigned_leb128): Don't declare.
9861 * dwarf2read.h (read_unsigned_leb128): Declare.
9862
9863 2019-05-08 Tom Tromey <tromey@adacore.com>
9864
9865 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9866 method.
9867
9868 2019-05-08 Tom Tromey <tromey@adacore.com>
9869
9870 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9871 when no wrap column is set.
9872
9873 2019-05-08 Tom Tromey <tromey@adacore.com>
9874
9875 * c-lang.c (c_get_string): Handle non-C-style arrays.
9876
9877 2019-05-08 Tom Tromey <tromey@adacore.com>
9878
9879 * typeprint.c (print_offset_data::update): Print the bit offset,
9880 not the number of bits remaining.
9881
9882 2019-05-08 Tom Tromey <tromey@adacore.com>
9883
9884 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9885 padding at end of comment.
9886
9887 2019-05-08 Tom Tromey <tromey@adacore.com>
9888
9889 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9890 Compare main types.
9891
9892 2019-05-06 Tom Tromey <tom@tromey.com>
9893
9894 * common/scoped_mmap.c: Include common-defs.h.
9895 * common/scoped_mmap.h: Don't include config.h.
9896
9897 2019-05-04 Tom Tromey <tom@tromey.com>
9898
9899 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9900 (struct aarch64_call_info): Add initializers.
9901 <si>: Now a std::vector.
9902 (pass_on_stack, aarch64_push_dummy_call): Update.
9903
9904 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9905 Tom Tromey <tom@tromey.com>
9906
9907 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9908 (ppc_threads): Now a std::vector. Now static.
9909 (hwdebug_find_thread_points_by_tid)
9910 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9911 Update.
9912
9913 2019-05-04 Tom Tromey <tom@tromey.com>
9914
9915 * arc-tdep.c (arc_tdesc_init): Return bool.
9916
9917 2019-05-04 Tom Tromey <tom@tromey.com>
9918
9919 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9920 Use gdb_assert_not_reached.
9921
9922 2019-05-04 Tom Tromey <tom@tromey.com>
9923
9924 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9925 "false".
9926
9927 2019-05-04 Tom Tromey <tom@tromey.com>
9928
9929 * arc-tdep.c (arc_tdesc_init): Use bool.
9930
9931 2019-05-04 Tom Tromey <tom@tromey.com>
9932
9933 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9934
9935 2019-05-04 Tom Tromey <tom@tromey.com>
9936
9937 * cli/cli-cmds.c (valid_command_p): Return bool.
9938
9939 2019-05-04 Tom Tromey <tom@tromey.com>
9940
9941 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9942 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9943
9944 2019-05-04 Raul Tambre <raul@tambre.ee>
9945
9946 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9947 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9948 operator for comparison.
9949
9950 2019-05-04 Tom Tromey <tom@tromey.com>
9951
9952 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9953 (lookup_partial_symbol, print_partial_symbols)
9954 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9955 (psymbol_compare): Update.
9956 (add_psymbol_to_bcache): Clear the entire psymbol.
9957 (maintenance_check_psymtabs): Update.
9958 * psympriv.h (struct partial_symbol): Don't derive from
9959 general_symbol_info.
9960 <obj_section, unrelocated_address, address,
9961 set_unrelocated_address>: Update.
9962 <ginfo>: New member.
9963 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9964 (debug_names::write_psymbols): Update.
9965
9966 2019-05-04 Tom de Vries <tdevries@suse.de>
9967
9968 * contrib/cc-with-tweaks.sh: Support -n arg.
9969
9970 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9971
9972 * corelow.c (core_target::detach): Ensure frame cache and
9973 register caches are cleared.
9974 inferior.c (exit_inferior_1): Likewise.
9975
9976 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9977 Tom Tromey <tom@tromey.com>
9978
9979 * dictionary.c (collate_pending_symbols_by_language): Remove
9980 "struct" from foreach.
9981 * symtab.c (lookup_global_symbol_from_objfile)
9982 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9983 foreach.
9984 * ser-tcp.c (net_open): Remove "struct" from foreach.
9985 * objfiles.c (objfile_relocate, objfile_rebase)
9986 (objfile_has_symbols): Remove "struct" from foreach.
9987 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9988 from foreach.
9989 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9990 foreach.
9991 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9992 "struct" from foreach.
9993 * ada-lang.c (create_excep_cond_exprs)
9994 (ada_exception_catchpoint_cond_string): Remove "struct" from
9995 foreach.
9996
9997 2019-05-03 Tom Tromey <tromey@adacore.com>
9998
9999 * ada-exp.y (convert_char_literal): Check suffix of each
10000 enumerator.
10001
10002 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10003
10004 PR ada/21406:
10005 * ada-exp.y (yywrap): Don't define.
10006 * ada-lex.l (%option): Add noyywrap
10007 (yywrap): Remove.
10008
10009 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10010
10011 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10012 _WIN32_WINNT to the XP level, unless already defined to a higher
10013 level.
10014
10015 * unittests/parse-connection-spec-selftests.c:
10016 * ser-tcp.c:
10017 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10018 override.
10019
10020 * symfile.c (find_separate_debug_file): Remove colon from the
10021 drive spec of DOS/Windows file names of the target, so that the
10022 file name produced from DEBUGDIR and the target's directory will
10023 be valid on DOS/Windows systems.
10024
10025 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10026
10027 * rust-lang.c (val_print_struct): Handle printing structures
10028 containing strings.
10029
10030 2019-05-02 Tom Tromey <tromey@adacore.com>
10031
10032 * valarith.c (_initialize_valarith): Remove.
10033
10034 2019-05-01 Tom Tromey <tromey@adacore.com>
10035
10036 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10037 bitfields.
10038
10039 2019-05-01 Tom Tromey <tromey@adacore.com>
10040
10041 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10042 for big-endian copies.
10043
10044 2019-04-30 Ali Tamur <tamur@google.com>
10045 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10046 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10047 (read_3_bytes): New function.
10048
10049 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10050
10051 * windows-nat.c (main_thread_id): Delete.
10052 (handle_output_debug_string): Replace main_thread_id by
10053 current_event.dwThreadId.
10054 (fake_create_process): Likewise.
10055 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10056 Do not set main_thread_id.
10057 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10058 current_event.dwThreadId.
10059 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10060
10061 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10062
10063 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10064 Use current_event.dwThreadId instead of main_thread_id.
10065
10066 2019-04-30 Tom Tromey <tromey@adacore.com>
10067
10068 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10069 (create_excep_cond_exprs): Iterate over program spaces.
10070 (ada_exception_catchpoint_cond_string): Examine all minimal
10071 symbols for exception types.
10072
10073 2019-04-30 Tom Tromey <tromey@adacore.com>
10074
10075 PR c++/24470:
10076 * dwarf2read.c (process_structure_scope): Handle case where type
10077 has template parameters but no symbol was created.
10078
10079 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10080 Chris January <chris.january@arm.com>
10081
10082 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10083 qualifier.
10084 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10085
10086 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10087
10088 * f-typeprint.c (f_print_type): Update rules for printing
10089 whitespace.
10090 (f_type_print_varspec_suffix): Likewise.
10091
10092 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10093 Chris January <chris.january@arm.com>
10094
10095 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10096 function arguments.
10097
10098 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10099
10100 * f-lang.c (build_fortran_types): Change name of void type to
10101 lower case.
10102 * f-typeprint.c (f_type_print_base): Print the name of the void
10103 type, rather than a fixed string.
10104 * f-valprint.c (f_decorations): Use lower case void string.
10105
10106 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10107 Chris January <chris.january@arm.com>
10108
10109 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10110 types for Fortran.
10111
10112 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10113 Chris January <chris.january@arm.com>
10114 David Lecomber <david.lecomber@arm.com>
10115
10116 * f-exp.y (BINOP_INTRINSIC): New token.
10117 (exp): New parser rule handling BINOP_INTRINSIC.
10118 (f77_keywords): Add new builtin procedures.
10119 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10120 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10121 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10122 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10123 (print_unop_subexp_f): New function.
10124 (print_binop_subexp_f): New function.
10125 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10126 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10127 (dump_subexp_body_f): Likewise.
10128 (operator_check_f): Likewise.
10129 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10130 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10131
10132 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10133
10134 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10135 UNOP_KIND.
10136 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10137 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10138 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10139 (operator_length_f): New fuction.
10140 (print_subexp_f): New function.
10141 (op_name_f): New function.
10142 (dump_subexp_body_f): New function.
10143 (operator_check_f): New function.
10144 (exp_descriptor_f): Replace standard expression handling functions
10145 with new functions.
10146 * gdb/fortran-operator.def: New file.
10147 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10148 * gdb/std-operator.def: Remove UNOP_KIND.
10149
10150 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10151
10152 * std-operator.def: Remove unbalanced, stray double quote
10153 character.
10154
10155 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10156 Chris January <chris.january@arm.com>
10157 Daniel Everett <daniel.everett@arm.com>
10158 Nick Forrington <nick.forrington@arm.com>
10159 Richard Bunt <richard.bunt@arm.com>
10160
10161 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10162 of depth when printing anonymous structs or unions.
10163 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10164 Don't print either the top-level value, or the children if the
10165 max-depth is exceeded.
10166 (ppscm_print_children): When printing the key of a map, allow one
10167 extra level of depth.
10168 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10169 print either the top-level value, or the children if the max-depth
10170 is exceeded.
10171 (print_children): When printing the key of a map, allow one extra
10172 level of depth.
10173 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10174 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10175 (user_print_options): Initialise max_depth field.
10176 (val_print_scalar_or_string_type_p): New function.
10177 (val_print): Check to see if the max depth has been reached.
10178 (val_print_check_max_depth): Define new function.
10179 (show_print_max_depth): New function.
10180 (_initialize_valprint): Add 'print max-depth' option.
10181 * valprint.h (struct value_print_options) <max_depth>: New field.
10182 (val_print_check_max_depth): Declare new function.
10183 * NEWS: Document new feature.
10184
10185 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10186
10187 * ada-lang.c (ada_language_defn): Initialise new field.
10188 * c-lang.c (c_is_string_type_p): New function.
10189 (c_language_defn): Initialise new field.
10190 (cplus_language_defn): Initialise new field.
10191 (asm_language_defn): Initialise new field.
10192 (minimal_language_defn): Initialise new field.
10193 * c-lang.h (c_is_string_type_p): Declare new function.
10194 * d-lang.c (d_language_defn): Initialise new field.
10195 * f-lang.c (f_is_string_type_p): New function.
10196 (f_language_defn): Initialise new field.
10197 * go-lang.c (go_is_string_type_p): New function.
10198 (go_language_defn): Initialise new field.
10199 * language.c (default_is_string_type_p): New function.
10200 (unknown_language_defn): Initialise new field.
10201 (auto_language_defn): Initialise new field.
10202 * language.h (struct language_defn) <la_is_string_type_p>: New
10203 member variable.
10204 (default_is_string_type_p): Declare new function.
10205 * m2-lang.c (m2_language_defn): Initialise new field.
10206 * objc-lang.c (objc_language_defn): Initialise new field.
10207 * opencl-lang.c (opencl_language_defn): Initialise new field.
10208 * p-lang.c (pascal_is_string_type_p): New function.
10209 (pascal_language_defn): Initialise new field.
10210 * rust-lang.c (rust_is_string_type_p): New function.
10211 (rust_language_defn): Initialise new field.
10212
10213 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10214
10215 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10216 New field.
10217 * ada-lang.c (ada_language_defn): Initialise new field.
10218 * c-lang.c (c_language_defn): Likewise.
10219 (cplus_language_defn): Likewise.
10220 (asm_language_defn): Likewise.
10221 (minimal_language_defn): Likewise.
10222 * d-lang.c (d_language_defn): Likewise.
10223 * f-lang.c (f_language_defn): Likewise.
10224 * go-lang.c (go_language_defn): Likewise.
10225 * language.c (unknown_language_defn): Likewise.
10226 (auto_language_defn): Likewise.
10227 * m2-lang.c (m2_language_defn): Likewise.
10228 * objc-lang.c (objc_language_defn): Likewise.
10229 * opencl-lang.c (opencl_language_defn): Likewise.
10230 * p-lang.c (pascal_language_defn): Likewise.
10231 * rust-lang.c (rust_language_defn): Likewise.
10232
10233 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10234
10235 * ada-lang.c (ada_is_character_type): Change return type to bool.
10236 (ada_is_string_type): Likewise.
10237 * ada-lang.h (ada_is_character_type): Update declaration
10238 (ada_is_string_type): Likewise.
10239
10240 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10241
10242 Support style in 'frame|thread apply'
10243
10244 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10245 * record.c (record_start, record_stop): Update callers of
10246 execute_command_to_string with false.
10247 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10248 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10249 methods.
10250 (class string_file): New constructor with term_out parameter.
10251 Override methods term_out and can_emit_style_escape. New member
10252 term_out.
10253 (class stdio_file): Override can_emit_style_escape.
10254 (class tee_file): Override term_out and can_emit_style_escape.
10255 * utils.h (can_emit_style_escape): Remove.
10256 * utils.c (can_emit_style_escape): Likewise.
10257 Update all callers of can_emit_style_escape (SOMESTREAM) to
10258 SOMESTREAM->can_emit_style_escape.
10259 * source-cache.c (source_cache::get_source_lines): Likewise.
10260 * stack.c (frame_apply_command_count): Call execute_command_to_string
10261 passing the term_out characteristic of the current gdb_stdout.
10262 * thread.c (thr_try_catch_cmd): Likewise.
10263 * top.c (execute_command_to_string): pass term_out parameter
10264 to construct the string_file for the command output.
10265 * ui-file.c (term_cli_styling): New function (most code moved
10266 from utils.c can_emit_style_escape).
10267 (string_file::string_file, string_file::can_emit_style_escape,
10268 stdio_file::can_emit_style_escape, tee_file::term_out,
10269 tee_file::can_emit_style_escape): New functions.
10270
10271 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10272
10273 * NEWS: Mention the new set|show may-call-functions.
10274 * infcall.c (may_call_functions_p): New variable.
10275 (show_may_call_functions_p): New function.
10276 (call_function_by_hand_dummy): Throws an error if not
10277 may-call-functions.
10278 (_initialize_infcall): Call add_setshow_boolean_cmd for
10279 may-call-functions.
10280
10281 2019-04-25 Keith Seitz <keiths@redhat.com>
10282
10283 PR c++/24367
10284 * cp-support.c (inspect_type): Don't attempt substitutions
10285 of symbol with the same name.
10286
10287 2019-04-25 Tom Tromey <tromey@adacore.com>
10288
10289 PR gdb/24475:
10290 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10291 static.
10292
10293 2019-04-25 Tom Tromey <tromey@adacore.com>
10294
10295 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10296 rvalue reference.
10297 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10298 (gdb_xml_parser::parse): Use std::move.
10299 * python/python-internal.h (gdbpy_convert_exception): Take a const
10300 reference.
10301 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10302 std::move.
10303 * python/py-utils.c (gdbpy_convert_exception): Take a const
10304 reference.
10305 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10306 Use std::move.
10307 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10308 Use std::move.
10309 * mi/mi-main.c (mi_print_exception): Take a const reference.
10310 * main.c (handle_command_errors): Take a const reference.
10311 * linespec.c (parse_linespec): Use std::move.
10312 * infcall.c (run_inferior_call): Use std::move.
10313 (call_function_by_hand_dummy): Use std::move.
10314 * exec.c (try_open_exec_file): Use std::move.
10315 * exceptions.h (exception_print, exception_fprintf)
10316 (exception_print_same): Update.
10317 * exceptions.c (print_exception, exception_print)
10318 (exception_fprintf, exception_print_same): Change parameters to
10319 const reference.
10320 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10321 * common/new-op.c: Use std::move.
10322 * common/common-exceptions.h (struct gdb_exception): Add move
10323 constructor.
10324 (struct gdb_exception_error, struct gdb_exception_quit, struct
10325 gdb_quit_bad_alloc): Change constructor to move constructor.
10326 (throw_exception): Change parameter to rvalue reference.
10327 * common/common-exceptions.c (throw_exception): Take rvalue
10328 reference.
10329 * cli/cli-interp.c (safe_execute_command): Use std::move.
10330 * breakpoint.c (insert_bp_location, location_to_sals): Use
10331 std::move.
10332
10333 2019-04-25 Tom Tromey <tromey@adacore.com>
10334
10335 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10336 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10337 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10338 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10339 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10340 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10341 guile/scm-value.c: Use unpack.
10342 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10343 gdbscm_gdb_exception.
10344 (gdbscm_throw_gdb_exception): Likewise.
10345 (struct gdbscm_gdb_exception): New.
10346 (unpack): New function.
10347 (gdbscm_wrap): Use unpack.
10348
10349 2019-04-25 Tom Tromey <tromey@adacore.com>
10350
10351 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10352 (gdb_rl_callback_handler): Use std::move.
10353 * common/common-exceptions.h (struct gdb_exception): Add move
10354 assignment operator.
10355 (throw_exception_sjlj): Change "exception" to const reference.
10356 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10357 (throw_exception_sjlj): Change "exception" to const reference.
10358
10359 2019-04-25 Tom Tromey <tromey@adacore.com>
10360
10361 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10362 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10363 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10364 Update.
10365 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10366 Update.
10367 * mi/mi-interp.c (mi_interp::exec): Update.
10368 * linespec.c (parse_linespec): Update.
10369 * infcall.c (run_inferior_call): Update.
10370 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10371 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10372 (gdbscm_lookup_global_symbol): Update.
10373 * guile/scm-param.c (gdbscm_parameter_value): Update.
10374 * guile/scm-frame.c (gdbscm_frame_read_register)
10375 (gdbscm_frame_read_var): Update.
10376 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10377 * exec.c (try_open_exec_file): Update.
10378 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10379 (gdb_rl_callback_handler): Update.
10380 * common/common-exceptions.h (exception_none): Don't declare.
10381 * common/common-exceptions.c (exception_none): Don't define.
10382 (struct catcher) <exception>: Update.
10383 * cli/cli-interp.c (safe_execute_command): Update.
10384 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10385
10386 2019-04-25 Ali Tamur <tamur@google.com>
10387
10388 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10389 (read_attribute_value): Likewise.
10390 (dwarf2_read_addr_index): Update comment.
10391 (read_str_index): Add DW_FORM_strx.
10392 (dwarf2_string_attr): Likewise.
10393 (dwarf2_const_value_attr): Likewise.
10394 (dump_die_shallow): Likewise.
10395 (dwarf2_fetch_constant_bytes): Likewise.
10396 (skip_form_bytes): Likewise.
10397 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10398
10399 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10400
10401 PR corefiles/11608
10402 PR corefiles/18187
10403 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10404 OFFSET. Verify if current mapping contains an ELF header.
10405 (linux_find_memory_regions_full): Adjust call to
10406 dump_mapping_p.
10407
10408 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10409 Kang Li <kanglictf@gmail.com>
10410
10411 PR gdb/21600
10412
10413 * dwarf2-frame.c (read_initial_length): Be consistent about using
10414 unsigned representation of length.
10415 (decode_frame_entry_1): Likewise. Check for wraparound of
10416 end pointer as well as buffer overflow.
10417
10418 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10419
10420 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10421 "vq".
10422
10423 2019-04-24 Tom Tromey <tromey@adacore.com>
10424
10425 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10426
10427 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10428
10429 * s12z-tdep.c (s12z_unwind_pc): Delete.
10430 (s12z_unwind_sp): Delete.
10431 (s12z_gdbarch_init): Don't register deleted functions with
10432 gdbarch.
10433
10434 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10435
10436 * rl78-tdep.c (rl78_unwind_sp): Delete.
10437 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10438
10439 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10440
10441 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10442 (xstormy16_unwind_pc): Delete.
10443 (xstormy16_dummy_id): Delete.
10444 (xstormy16_gdbarch_init): Don't register deleted functions with
10445 gdbarch.
10446
10447 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10448
10449 * vax-tdep.c (vax_unwind_pc): Delete.
10450 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10451
10452 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10453
10454 * v850-tdep.c (v850_unwind_sp): Delete.
10455 (v850_unwind_pc): Delete.
10456 (v850_dummy_id): Delete.
10457 (v850_gdbarch_init): Don't register deleted functions with
10458 gdbarch.
10459
10460 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10461
10462 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10463 (tilegx_unwind_pc): Delete.
10464 (tilegx_unwind_dummy_id): Delete.
10465 (tilegx_gdbarch_init): Don't register deleted functions with
10466 gdbarch.
10467
10468 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10471 (tic6x_dummy_id): Delete.
10472 (tic6x_gdbarch_init): Don't register deleted functions with
10473 gdbarch.
10474
10475 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10476
10477 * sparc-tdep.c (sparc_unwind_pc): Delete.
10478 (sparc32_gdbarch_init): Don't register deleted function with
10479 gdbarch.
10480
10481 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10482
10483 * sh-tdep.c (sh_unwind_sp): Delete.
10484 (sh_unwind_pc): Delete.
10485 (sh_dummy_id): Delete.
10486 (sh_gdbarch_init): Don't register deleted functions with
10487 gdbarch.
10488
10489 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10490
10491 * score-tdep.c (score_unwind_sp): Delete.
10492 (score_unwind_pc): Delete.
10493 (score_dummy_id): Delete.
10494 (score_gdbarch_init): Don't register deleted functions with
10495 gdbarch.
10496
10497 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10498
10499 * rx-tdep.c (rx_unwind_pc): Delete.
10500 (rx_unwind_sp): Delete.
10501 (rx_dummy_id): Delete.
10502 (rx_gdbarch_init): Don't register deleted functions with
10503 gdbarch. Update comment.
10504
10505 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10506
10507 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10508 (rs6000_dummy_id): Delete.
10509 (rs6000_gdbarch_init): Don't register deleted functions with
10510 gdbarch.
10511
10512 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10513
10514 * or1k-tdep.c (or1k_dummy_id): Delete.
10515 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10516
10517 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10518
10519 * nios2-tdep.c (nios2_dummy_id): Delete.
10520 (nios2_unwind_sp): Delete.
10521 (nios2_gdbarch_init): Don't register deleted functions with
10522 gdbarch.
10523
10524 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10525
10526 * nds32-tdep.c (nds32_dummy_id): Delete.
10527 (nds32_unwind_pc): Delete.
10528 (nds32_unwind_sp): Delete.
10529 (nds32_gdbarch_init): Don't register deleted functions with
10530 gdbarch.
10531
10532 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10533
10534 * msp430-tdep.c (msp430_unwind_pc): Delete.
10535 (msp430_unwind_sp): Delete.
10536 (msp430_dummy_id): Delete.
10537 (msp430_gdbarch_init): Don't register deleted functions with
10538 gdbarch.
10539
10540 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10541
10542 * moxie-tdep.c (moxie_unwind_sp): Delete.
10543 (moxie_unwind_pc): Delete.
10544 (moxie_dummy_id): Delete.
10545 (moxie_gdbarch_init): Don't register deleted functions with
10546 gdbarch.
10547
10548 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10549
10550 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10551 (mn10300_unwind_pc): Delete.
10552 (mn10300_unwind_sp): Delete.
10553 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10554 mn10300_unwind_sp.
10555 (mn10300_frame_unwind_init): Don't register deleted functions with
10556 gdbarch.
10557
10558 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10559
10560 * mep-tdep.c (mep_unwind_pc): Delete.
10561 (mep_unwind_sp): Delete.
10562 (mep_dummy_id): Delete.
10563 (mep_gdbarch_init): Don't register deleted functions with
10564 gdbarch.
10565
10566 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10567
10568 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10569 (m68hc11_unwind_sp): Delete.
10570 (m68hc11_gdbarch_init): Don't register deleted functions with
10571 gdbarch.
10572
10573 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10574
10575 * m32r-tdep.c (m32r_unwind_sp): Delete.
10576 (m32r_unwind_pc): Delete.
10577 (m32r_dummy_id): Delete.
10578 (m32r_gdbarch_init): Don't register deleted functions with
10579 gdbarch.
10580
10581 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10582
10583 * m32c-tdep.c (m32c_unwind_pc): Delete.
10584 (m32c_unwind_sp): Delete.
10585 (m32c_dummy_id): Delete.
10586 (m32c_gdbarch_init): Don't register deleted functions with
10587 gdbarch.
10588
10589 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10590
10591 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10592 (lm32_unwind_pc): Delete.
10593 (lm32_dummy_id): Delete.
10594 (lm32_gdbarch_init): Don't register deleted functions with
10595 gdbarch.
10596
10597 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10600 (iq2000_unwind_pc): Delete.
10601 (iq2000_dummy_id): Delete.
10602 (iq2000_gdbarch_init): Don't register deleted functions with
10603 gdbarch.
10604
10605 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10606
10607 * nds32-tdep.c (nds32_type_align): Delete.
10608 (nds32_push_dummy_call): Use type_align instead.
10609
10610 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10611
10612 * arm-tdep.c (arm_type_align): Only handle vector override case.
10613 (arm_push_dummy_call): Use type_align.
10614 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10615
10616 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10617
10618 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10619 case.
10620 (pass_on_stack): Use type_align.
10621 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10622 function.
10623
10624 2019-04-23 Tom Tromey <tromey@adacore.com>
10625
10626 * dwarf2read.c (line_header::file_name_at): Remove unused
10627 overload.
10628
10629 2019-04-23 Tom de Vries <tdevries@suse.de>
10630
10631 PR gdb/24438
10632 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10633 invocation.
10634
10635
10636 2019-03-27 Ali Tamur <tamur@google.com>
10637
10638 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10639 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10640 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10641 (dwarf_expr_context::get_addr_index): Likewise
10642 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10643 (symbol_needs_eval_context::get_addr_index): Likewise
10644 (disassemble_dwarf_expression): Add DW_OP_addrx
10645 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10646 (read_cutu_die_from_dwo): Update comment
10647 (skip_one_die): Add DW_FORM_addrx
10648 (read_attribute_value): Likewise
10649 (var_decode_location): Add DW_OP_addrx
10650 (dwarf2_const_value_attr): Add DW_FORM_addrx
10651 (dump_die_shallow): Likewise
10652 (dwarf2_fetch_constant_bytes): Likewise
10653 (decode_locdesc): Add DW_OP_addrx
10654 (skip_form_bytes): Add DW_FORM_addrx
10655
10656 2019-04-22 Ali Tamur <tamur@google.com>
10657
10658 * MAINTAINERS (Write After Approval): Add self.
10659
10660 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10661
10662 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10663 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10664 (open_symbol_file_object): Likewise.
10665 (svr4_default_sos): Add info parameter.
10666 (svr4_read_so_list): Likewise.
10667 (svr4_current_sos_direct): Adjust functions calls to pass down
10668 info.
10669 (svr4_current_sos_1): Add info parameter.
10670 (svr4_current_sos): Call get_svr4_info, pass info down to
10671 svr4_current_sos_1.
10672 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10673 get_svr4_info.
10674 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10675 get_svr4_info.
10676 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10677 to get_svr4_info.
10678 (probes_table_remove_objfile_probes): Likewise.
10679 (register_solib_event_probe): Add info parameter.
10680 (solist_update_incremental): Pass info parameter down to
10681 svr4_read_so_list.
10682 (disable_probes_interface): Add info parameter.
10683 (svr4_handle_solib_event): Pass current_program_space to
10684 get_svr4_info. Adjust disable_probes_interface cleanup.
10685 (svr4_create_probe_breakpoints): Add info parameter, pass it
10686 down to register_solib_event_probe.
10687 (svr4_create_solib_event_breakpoints): Add info parameter,
10688 pass it down to svr4_create_probe_breakpoints.
10689 (enable_break): Pass info down to
10690 svr4_create_solib_event_breakpoints.
10691 (svr4_solib_create_inferior_hook): Pass current_program_space to
10692 get_svr4_info.
10693 (svr4_clear_solib): Likewise.
10694
10695 2019-04-22 Pedro Alves <palves@redhat.com>
10696
10697 * solib-svr4.c (svr4_free_objfile_observer): New.
10698 (probe_and_action::objfile): New field.
10699 (probes_table_htab_remove_objfile_probes)
10700 (probes_table_remove_objfile_probes): New functions.
10701 (register_solib_event_probe): Add 'objfile' parameter. Store it
10702 in the new probe_and_action. Don't store the probe in 'lookup'.
10703 (svr4_create_probe_breakpoints): Pass objfile to
10704 register_solib_event_probe.
10705 (_initialize_svr4_solib): Register a free_objfile observer.
10706
10707 2019-04-19 Tom Tromey <tom@tromey.com>
10708
10709 * common/queue.h: Remove.
10710
10711 2019-04-19 Tom Tromey <tom@tromey.com>
10712
10713 * event-loop.c: Don't include "common/queue.h".
10714
10715 2019-04-19 Tom Tromey <tom@tromey.com>
10716
10717 * remote.c (remote_target): Use delete.
10718 * remote-notif.h: Include <list>, not "common/queue.h".
10719 (notif_client_p): Remove typedef.
10720 (remote_notif_state): Add constructor, destructor, initializer.
10721 <notif_queue>: Now a std::list.
10722 (remote_notif_state_xfree): Don't declare.
10723 * remote-notif.c (remote_notif_process, handle_notification)
10724 (remote_notif_state_allocate): Update.
10725 (~remote_notif_state): Rename from remote_notif_state_xfree.
10726
10727 2019-04-19 Tom Tromey <tom@tromey.com>
10728
10729 * symfile.c (reread_symbols): Update.
10730 * objfiles.c (objfile_register_static_link)
10731 (objfile_lookup_static_link): Update
10732 (~objfile) Don't delete static_links.
10733 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10734
10735 2019-04-19 Tom Tromey <tom@tromey.com>
10736
10737 * type-stack.h (struct type_stack) <insert>: Constify string.
10738 * type-stack.c (type_stack::insert): Constify string.
10739 * gdbtypes.h (lookup_template_type): Update.
10740 (address_space_name_to_int): Update.
10741 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10742 const.
10743 (lookup_template_type): Make name const.
10744 * c-exp.y: Update rules.
10745 (lex_one_token, classify_name, classify_inner_name)
10746 (c_print_token): Update.
10747 * p-exp.y: Update rules.
10748 (yylex): Update.
10749 * f-exp.y: Update rules.
10750 (yylex): Update.
10751 * d-exp.y: Update rules.
10752 (lex_one_token, classify_name, classify_inner_name): Update.
10753 * parse.c (write_dollar_variable, copy_name): Return std::string.
10754 * parser-defs.h (copy_name): Change return type.
10755 * m2-exp.y: Update rules.
10756 (yylex): Update.
10757 * go-exp.y (lex_one_token): Update.
10758 Update rules.
10759 (classify_unsafe_function, classify_packaged_name)
10760 (classify_name, yylex): Update.
10761
10762 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10763
10764 * configure.ac: add --enable-source-highlight switch.
10765 * configure: Regenerate.
10766 * top.c (print_gdb_version): plumb --enable-source-highlight
10767 status to "show configuration".
10768
10769 2019-04-19 Tom Tromey <tromey@adacore.com>
10770
10771 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10772 Check ADA_TYPE_P.
10773 (empty_record, ada_template_to_fixed_record_type_1)
10774 (template_to_static_fixed_type)
10775 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10776 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10777 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10778 macros.
10779
10780 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10781
10782 PR symtab/24423:
10783 * source.c (print_source_lines_base): Advance "iter" when a
10784 control character is seen.
10785
10786 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10787
10788 * inferior.h (struct infcall_suspend_state_deleter):
10789 Catch exception in destructor to avoid crash.
10790
10791 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10792
10793 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10794 close to the add_com "shell".
10795
10796 2019-04-18 Tom Tromey <tromey@adacore.com>
10797
10798 * process-stratum-target.h (class process_stratum_target)
10799 <stratum>: Add "final".
10800
10801 2019-04-17 Tom Tromey <tromey@adacore.com>
10802
10803 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10804 against nullptr before use.
10805
10806 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10807
10808 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10809
10810 2019-04-17 Jim Wilson <jimw@sifive.com>
10811 Andrew Burgess <andrew.burgess@embecosm.com>
10812
10813 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10814 code read might fail, assume 4-byte breakpoint in that case.
10815
10816 2019-04-15 Leszek Swirski <leszeks@google.com>
10817
10818 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10819 rather than a hand-rolled POD check when checking for forced MEMORY
10820 classification.
10821
10822 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10823
10824 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10825 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10826 function.
10827 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10828 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10829 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10830 declaration.
10831
10832 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10833
10834 * aarch64-linux-nat.c
10835 (aarch64_linux_nat_target::thread_architecture): Add override.
10836 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10837 each VQ.
10838
10839 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10840
10841 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10842
10843 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10844
10845 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10846 target types of size 96-bits, add some additional comments, and
10847 check that the builtin type we found was the correct size.
10848
10849 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10850
10851 * utils.c (prompt_for_continue): Don't restore the styling at the
10852 end, as applied_style has the wrong value. This fixes styling in
10853 long lists of file names that are interrupted by the "Continue?"
10854 prompt.
10855
10856 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10857
10858 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10859 * c-lang.c (c_language_defn): Likewise.
10860 (cplus_language_defn): Likewise.
10861 (asm_language_defn): Likewise.
10862 (minimal_language_defn): Likewise.
10863 * d-lang.c (d_language_defn): Likewise.
10864 * f-lang.c (f_language_defn): Likewise.
10865 * go-lang.c (go_language_defn): Likewise.
10866 * language.c (unknown_language_defn): Likewise.
10867 (auto_language_defn): Likewise.
10868 * language.h (struct language_defn): Remove la_magic field.
10869 (LANG_MAGIC): Delete.
10870 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10871 * objc-lang.c (objc_language_defn): Likewise.
10872 * opencl-lang.c (opencl_language_defn): Likewise.
10873 * p-lang.c (pascal_language_defn): Likewise.
10874 * rust-lang.c (rust_language_defn): Likewise.
10875
10876 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10877
10878 * riscv-tdep.c (riscv_type_align): New function.
10879 (riscv_type_alignment): Delete.
10880 (riscv_arg_location): Use 'type_align'.
10881 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10882
10883 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10884
10885 * gdbtypes.c (type_align): A struct with no non-static fields also
10886 has alignment of 1.
10887
10888 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10889
10890 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10891 component to 0.
10892 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10893 member.
10894 (riscv_struct_info::analyse): New implementation using new
10895 analyse_inner member function.
10896 (riscv_struct_info::field_offset): New member function.
10897 (riscv_struct_info::m_offsets): New member variable.
10898 (riscv_struct_info::analyse_inner): New private member function,
10899 takes the old implementation of riscv_struct_info::analyse but
10900 extended to track field offsets.
10901 (riscv_call_arg_struct): Update the struct folding special cases
10902 to handle cases where empty C++ structs, which are non-zero
10903 length, are found.
10904 (riscv_arg_location): Initialise the length of each location, a
10905 non-zero length now indicates the location is in use.
10906 (riscv_push_dummy_call): Allow for the first location having a
10907 non-zero offset when setting up arguments.
10908 (riscv_return_value): Likewise, but for return values.
10909
10910 2019-04-11 Tom Tromey <tromey@adacore.com>
10911
10912 * utils.c (internal_vproblem): Make "msg" const.
10913
10914 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10915
10916 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10917 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10918 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10919 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10920
10921 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10922
10923 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10924 function.
10925 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10926 of amd64_collect_native_gregset.
10927 (amd64_linux_nat_target::store_registers): Likewise.
10928
10929 2019-04-10 Tom Tromey <tom@tromey.com>
10930
10931 * symtab.c (lookup_global_symbol_from_objfile)
10932 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10933 * objfiles.h (class separate_debug_iterator): New.
10934 (class separate_debug_range): New.
10935 (struct objfile) <separate_debug_objfiles>: New method.
10936 (objfile_separate_debug_iterate): Don't declare.
10937 * objfiles.c (separate_debug_iterator::operator++): Rename from
10938 objfile_separate_debug_iterate.
10939 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10940 iterator.
10941 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10942 iterator.
10943
10944 2019-04-10 Tom Tromey <tom@tromey.com>
10945
10946 * symfile.c (reread_symbols): Remove old comment.
10947 * objfiles.c (free_all_objfiles): Fix a typo.
10948
10949 2019-04-10 Tom Tromey <tom@tromey.com>
10950
10951 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10952 * minsyms.c (lookup_minimal_symbol): Use foreach.
10953 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10954 (lookup_minimal_symbol_solib_trampoline): Likewise.
10955 * symfile.c (reread_symbols): Use foreach.
10956
10957 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10958 Tom Tromey <tromey@adacore.com>
10959
10960 PR rust/24414:
10961 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10962 (rust_lex_int_test): Change "value" to be LONGEST.
10963 (rust_lex_tests): Add test for long integer literal.
10964
10965 2019-04-09 Tom Tromey <tromey@adacore.com>
10966
10967 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10968 to bool.
10969 (extended_remote_target::attach): Update.
10970 (remote_target::remote_notice_new_inferior): Update.
10971 (remote_target::add_current_inferior_and_thread): Update.
10972 * inferior.c (exit_inferior_1): Use "false".
10973 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10974
10975 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10976
10977 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10978 the "start" command.
10979
10980 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10981
10982 * python/py-inferior.c (infpy_thread_from_thread_handle):
10983 Adjust comments to reflect renaming of thread_from_thread_handle
10984 to thread_from_handle. Adjust keywords. Fix type error message.
10985 (inferior_object_methods): Add thread_from_handle. Retain
10986 thread_from_thread_handle, but mark it as deprecated.
10987
10988 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10989
10990 * gdbthread.h (find_thread_by_handle): Revise declaration.
10991 * thread.c (find_thread_by_handle): Likewise. Adjust
10992 implementation too.
10993 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10994 support for buffer objects as handles.
10995
10996 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10997
10998 * python/py-infthread.c (thpy_thread_handle): New function.
10999 (thread_object_methods): Register thpy_thread_handle.
11000
11001 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11002
11003 * gdbthread.h (thread_to_thread_handle): Declare.
11004 * thread.c (gdbtypes.h): Include.
11005 (thread_to_thread_handle): New function.
11006
11007 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11008 (target_thread_info_to_thread_handle): Declare.
11009 * target.c (target_thread_info_to_thread_handle): New function.
11010 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11011 * target-delegates.c: Regenerate.
11012
11013 * linux-thread-db.c (class thread_db_target): Add method
11014 thread_info_to_thread_handle.
11015 (thread_db_target::thread_info_to_thread_handle): Define.
11016 * remote.c (class remote_target): Add new method
11017 thread_info_to_thread_handle.
11018 (remote_target::thread_info_to_thread_handle): Define.
11019
11020 2019-04-08 Pedro Alves <palves@redhat.com>
11021
11022 * common/common-exceptions.c (throw_exception): Don't create
11023 named object to throw; throw directly.
11024 (throw_it): Likewise. Don't initialize gdb_exception::message
11025 here, with new; pass FMT and AP to the ctor instead.
11026 * common/common-exceptions.h: Include <string>.
11027 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11028 const char *, va_list)): New ctor. Use std::make_shared.
11029 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11030 errors)): Delete.
11031 (gdb_exception_error::gdb_exception_error(enum errors, const char
11032 *, va_list)): New.
11033 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11034 Add assertion.
11035 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11036 errors)): Delete.
11037 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11038 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11039 Add assertion.
11040
11041 2019-04-08 Tom Tromey <tom@tromey.com>
11042
11043 * valops.c (value_rtti_indirect_type): Replace throw_exception
11044 with throw.
11045 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11046 with throw.
11047 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11048 throw.
11049 * target.c (target_translate_tls_address): Replace throw_exception
11050 with throw.
11051 * stack.c (frame_apply_command_count): Replace throw_exception
11052 with throw.
11053 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11054 throw.
11055 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11056 with throw.
11057 * rs6000-tdep.c (rs6000_frame_cache)
11058 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11059 * remote.c: Replace throw_exception with throw.
11060 * record-full.c (record_full_message, record_full_wait_1)
11061 (record_full_restore): Replace throw_exception with throw.
11062 * record-btrace.c:
11063 (get_thread_current_frame_id, record_btrace_start_replaying)
11064 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11065 (cmd_record_btrace_start): Replace throw_exception with throw.
11066 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11067 throw.
11068 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11069 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11070 * linespec.c:
11071 (find_linespec_symbols): Replace throw_exception with throw.
11072 * infrun.c (displaced_step_prepare, resume): Replace
11073 throw_exception with throw.
11074 * infcmd.c (post_create_inferior): Replace throw_exception with
11075 throw.
11076 * inf-loop.c (inferior_event_handler): Replace throw_exception
11077 with throw.
11078 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11079 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11080 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11081 (get_prev_frame_always, get_frame_pc_if_available)
11082 (get_frame_address_in_block_if_available, get_frame_language):
11083 Replace throw_exception with throw.
11084 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11085 throw_exception with throw.
11086 * eval.c (fetch_subexp_value, evaluate_var_value)
11087 (evaluate_funcall, evaluate_subexp_standard): Replace
11088 throw_exception with throw.
11089 * dwarf2loc.c (call_site_find_chain)
11090 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11091 Replace throw_exception with throw.
11092 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11093 with throw.
11094 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11095 throw.
11096 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11097 * completer.c (complete_line_internal): Replace throw_exception
11098 with throw.
11099 * compile/compile-object-run.c (compile_object_run): Replace
11100 throw_exception with throw.
11101 * cli/cli-script.c (process_next_line): Replace throw_exception
11102 with throw.
11103 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11104 (btrace_enable, btrace_maint_update_pt_packets): Replace
11105 throw_exception with throw.
11106 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11107 throw_exception with throw.
11108 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11109 throw_exception with throw.
11110 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11111 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11112 * aarch64-tdep.c (aarch64_make_prologue_cache)
11113 (aarch64_make_stub_cache): Replace throw_exception with throw.
11114
11115 2019-04-08 Tom Tromey <tom@tromey.com>
11116
11117 * common/common-exceptions.c (throw_exception): Rename from
11118 throw_exception_cxx. Remove old copy. Make argument const.
11119 (throw_it): Create and throw exception objects directly.
11120 * common/common-exceptions.h (throw_exception): Make argument
11121 const.
11122 (struct gdb_exception_error): Add constructor.
11123 (struct gdb_exception_quit): Add constructor.
11124
11125 2019-04-08 Tom Tromey <tom@tromey.com>
11126
11127 * common/common-exceptions.h (exception_rethrow): Don't declare.
11128 (TRY_SJLJ): Update comment.
11129 (TRY, CATCH, END_CATCH): Remove.
11130 * common/common-exceptions.c (exception_rethrow): Remove.
11131
11132 2019-04-08 Tom Tromey <tom@tromey.com>
11133
11134 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11135 Remove.
11136 (gdb_exception_error): Rename from
11137 gdb_exception_RETURN_MASK_ERROR.
11138 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11139 (gdb_quit_bad_alloc): Update.
11140 * aarch64-tdep.c: Update.
11141 * ada-lang.c: Update.
11142 * ada-typeprint.c: Update.
11143 * ada-valprint.c: Update.
11144 * amd64-tdep.c: Update.
11145 * arch-utils.c: Update.
11146 * break-catch-throw.c: Update.
11147 * breakpoint.c: Update.
11148 * btrace.c: Update.
11149 * c-varobj.c: Update.
11150 * cli/cli-cmds.c: Update.
11151 * cli/cli-interp.c: Update.
11152 * cli/cli-script.c: Update.
11153 * common/common-exceptions.c: Update.
11154 * common/new-op.c: Update.
11155 * common/selftest.c: Update.
11156 * compile/compile-c-symbols.c: Update.
11157 * compile/compile-cplus-symbols.c: Update.
11158 * compile/compile-object-load.c: Update.
11159 * compile/compile-object-run.c: Update.
11160 * completer.c: Update.
11161 * corelow.c: Update.
11162 * cp-abi.c: Update.
11163 * cp-support.c: Update.
11164 * cp-valprint.c: Update.
11165 * darwin-nat.c: Update.
11166 * disasm-selftests.c: Update.
11167 * dtrace-probe.c: Update.
11168 * dwarf-index-cache.c: Update.
11169 * dwarf-index-write.c: Update.
11170 * dwarf2-frame-tailcall.c: Update.
11171 * dwarf2-frame.c: Update.
11172 * dwarf2loc.c: Update.
11173 * dwarf2read.c: Update.
11174 * eval.c: Update.
11175 * event-loop.c: Update.
11176 * event-top.c: Update.
11177 * exec.c: Update.
11178 * f-valprint.c: Update.
11179 * fbsd-tdep.c: Update.
11180 * frame-unwind.c: Update.
11181 * frame.c: Update.
11182 * gdbtypes.c: Update.
11183 * gnu-v3-abi.c: Update.
11184 * guile/guile-internal.h: Update.
11185 * guile/scm-block.c: Update.
11186 * guile/scm-breakpoint.c: Update.
11187 * guile/scm-cmd.c: Update.
11188 * guile/scm-disasm.c: Update.
11189 * guile/scm-frame.c: Update.
11190 * guile/scm-lazy-string.c: Update.
11191 * guile/scm-math.c: Update.
11192 * guile/scm-param.c: Update.
11193 * guile/scm-ports.c: Update.
11194 * guile/scm-pretty-print.c: Update.
11195 * guile/scm-symbol.c: Update.
11196 * guile/scm-symtab.c: Update.
11197 * guile/scm-type.c: Update.
11198 * guile/scm-value.c: Update.
11199 * i386-linux-tdep.c: Update.
11200 * i386-tdep.c: Update.
11201 * inf-loop.c: Update.
11202 * infcall.c: Update.
11203 * infcmd.c: Update.
11204 * infrun.c: Update.
11205 * jit.c: Update.
11206 * language.c: Update.
11207 * linespec.c: Update.
11208 * linux-fork.c: Update.
11209 * linux-nat.c: Update.
11210 * linux-tdep.c: Update.
11211 * linux-thread-db.c: Update.
11212 * main.c: Update.
11213 * mi/mi-cmd-break.c: Update.
11214 * mi/mi-cmd-stack.c: Update.
11215 * mi/mi-interp.c: Update.
11216 * mi/mi-main.c: Update.
11217 * objc-lang.c: Update.
11218 * p-valprint.c: Update.
11219 * parse.c: Update.
11220 * ppc-linux-tdep.c: Update.
11221 * printcmd.c: Update.
11222 * python/py-arch.c: Update.
11223 * python/py-breakpoint.c: Update.
11224 * python/py-cmd.c: Update.
11225 * python/py-finishbreakpoint.c: Update.
11226 * python/py-frame.c: Update.
11227 * python/py-framefilter.c: Update.
11228 * python/py-gdb-readline.c: Update.
11229 * python/py-inferior.c: Update.
11230 * python/py-infthread.c: Update.
11231 * python/py-lazy-string.c: Update.
11232 * python/py-linetable.c: Update.
11233 * python/py-objfile.c: Update.
11234 * python/py-param.c: Update.
11235 * python/py-prettyprint.c: Update.
11236 * python/py-progspace.c: Update.
11237 * python/py-record-btrace.c: Update.
11238 * python/py-record.c: Update.
11239 * python/py-symbol.c: Update.
11240 * python/py-type.c: Update.
11241 * python/py-unwind.c: Update.
11242 * python/py-utils.c: Update.
11243 * python/py-value.c: Update.
11244 * python/python.c: Update.
11245 * record-btrace.c: Update.
11246 * record-full.c: Update.
11247 * remote-fileio.c: Update.
11248 * remote.c: Update.
11249 * riscv-tdep.c: Update.
11250 * rs6000-aix-tdep.c: Update.
11251 * rs6000-tdep.c: Update.
11252 * rust-exp.y: Update.
11253 * rust-lang.c: Update.
11254 * s390-tdep.c: Update.
11255 * selftest-arch.c: Update.
11256 * solib-dsbt.c: Update.
11257 * solib-frv.c: Update.
11258 * solib-spu.c: Update.
11259 * solib-svr4.c: Update.
11260 * solib.c: Update.
11261 * sparc64-linux-tdep.c: Update.
11262 * stack.c: Update.
11263 * symfile-mem.c: Update.
11264 * symmisc.c: Update.
11265 * target.c: Update.
11266 * thread.c: Update.
11267 * top.c: Update.
11268 * tracefile-tfile.c: Update.
11269 * tui/tui.c: Update.
11270 * typeprint.c: Update.
11271 * unittests/cli-utils-selftests.c: Update.
11272 * unittests/parse-connection-spec-selftests.c: Update.
11273 * valops.c: Update.
11274 * valprint.c: Update.
11275 * value.c: Update.
11276 * varobj.c: Update.
11277 * windows-nat.c: Update.
11278 * x86-linux-nat.c: Update.
11279 * xml-support.c: Update.
11280
11281 2019-04-08 Tom Tromey <tom@tromey.com>
11282
11283 * xml-support.c: Use C++ exception handling.
11284 * x86-linux-nat.c: Use C++ exception handling.
11285 * windows-nat.c: Use C++ exception handling.
11286 * varobj.c: Use C++ exception handling.
11287 * value.c: Use C++ exception handling.
11288 * valprint.c: Use C++ exception handling.
11289 * valops.c: Use C++ exception handling.
11290 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11291 handling.
11292 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11293 * typeprint.c: Use C++ exception handling.
11294 * tui/tui.c: Use C++ exception handling.
11295 * tracefile-tfile.c: Use C++ exception handling.
11296 * top.c: Use C++ exception handling.
11297 * thread.c: Use C++ exception handling.
11298 * target.c: Use C++ exception handling.
11299 * symmisc.c: Use C++ exception handling.
11300 * symfile-mem.c: Use C++ exception handling.
11301 * stack.c: Use C++ exception handling.
11302 * sparc64-linux-tdep.c: Use C++ exception handling.
11303 * solib.c: Use C++ exception handling.
11304 * solib-svr4.c: Use C++ exception handling.
11305 * solib-spu.c: Use C++ exception handling.
11306 * solib-frv.c: Use C++ exception handling.
11307 * solib-dsbt.c: Use C++ exception handling.
11308 * selftest-arch.c: Use C++ exception handling.
11309 * s390-tdep.c: Use C++ exception handling.
11310 * rust-lang.c: Use C++ exception handling.
11311 * rust-exp.y: Use C++ exception handling.
11312 * rs6000-tdep.c: Use C++ exception handling.
11313 * rs6000-aix-tdep.c: Use C++ exception handling.
11314 * riscv-tdep.c: Use C++ exception handling.
11315 * remote.c: Use C++ exception handling.
11316 * remote-fileio.c: Use C++ exception handling.
11317 * record-full.c: Use C++ exception handling.
11318 * record-btrace.c: Use C++ exception handling.
11319 * python/python.c: Use C++ exception handling.
11320 * python/py-value.c: Use C++ exception handling.
11321 * python/py-utils.c: Use C++ exception handling.
11322 * python/py-unwind.c: Use C++ exception handling.
11323 * python/py-type.c: Use C++ exception handling.
11324 * python/py-symbol.c: Use C++ exception handling.
11325 * python/py-record.c: Use C++ exception handling.
11326 * python/py-record-btrace.c: Use C++ exception handling.
11327 * python/py-progspace.c: Use C++ exception handling.
11328 * python/py-prettyprint.c: Use C++ exception handling.
11329 * python/py-param.c: Use C++ exception handling.
11330 * python/py-objfile.c: Use C++ exception handling.
11331 * python/py-linetable.c: Use C++ exception handling.
11332 * python/py-lazy-string.c: Use C++ exception handling.
11333 * python/py-infthread.c: Use C++ exception handling.
11334 * python/py-inferior.c: Use C++ exception handling.
11335 * python/py-gdb-readline.c: Use C++ exception handling.
11336 * python/py-framefilter.c: Use C++ exception handling.
11337 * python/py-frame.c: Use C++ exception handling.
11338 * python/py-finishbreakpoint.c: Use C++ exception handling.
11339 * python/py-cmd.c: Use C++ exception handling.
11340 * python/py-breakpoint.c: Use C++ exception handling.
11341 * python/py-arch.c: Use C++ exception handling.
11342 * printcmd.c: Use C++ exception handling.
11343 * ppc-linux-tdep.c: Use C++ exception handling.
11344 * parse.c: Use C++ exception handling.
11345 * p-valprint.c: Use C++ exception handling.
11346 * objc-lang.c: Use C++ exception handling.
11347 * mi/mi-main.c: Use C++ exception handling.
11348 * mi/mi-interp.c: Use C++ exception handling.
11349 * mi/mi-cmd-stack.c: Use C++ exception handling.
11350 * mi/mi-cmd-break.c: Use C++ exception handling.
11351 * main.c: Use C++ exception handling.
11352 * linux-thread-db.c: Use C++ exception handling.
11353 * linux-tdep.c: Use C++ exception handling.
11354 * linux-nat.c: Use C++ exception handling.
11355 * linux-fork.c: Use C++ exception handling.
11356 * linespec.c: Use C++ exception handling.
11357 * language.c: Use C++ exception handling.
11358 * jit.c: Use C++ exception handling.
11359 * infrun.c: Use C++ exception handling.
11360 * infcmd.c: Use C++ exception handling.
11361 * infcall.c: Use C++ exception handling.
11362 * inf-loop.c: Use C++ exception handling.
11363 * i386-tdep.c: Use C++ exception handling.
11364 * i386-linux-tdep.c: Use C++ exception handling.
11365 * guile/scm-value.c: Use C++ exception handling.
11366 * guile/scm-type.c: Use C++ exception handling.
11367 * guile/scm-symtab.c: Use C++ exception handling.
11368 * guile/scm-symbol.c: Use C++ exception handling.
11369 * guile/scm-pretty-print.c: Use C++ exception handling.
11370 * guile/scm-ports.c: Use C++ exception handling.
11371 * guile/scm-param.c: Use C++ exception handling.
11372 * guile/scm-math.c: Use C++ exception handling.
11373 * guile/scm-lazy-string.c: Use C++ exception handling.
11374 * guile/scm-frame.c: Use C++ exception handling.
11375 * guile/scm-disasm.c: Use C++ exception handling.
11376 * guile/scm-cmd.c: Use C++ exception handling.
11377 * guile/scm-breakpoint.c: Use C++ exception handling.
11378 * guile/scm-block.c: Use C++ exception handling.
11379 * guile/guile-internal.h: Use C++ exception handling.
11380 * gnu-v3-abi.c: Use C++ exception handling.
11381 * gdbtypes.c: Use C++ exception handling.
11382 * frame.c: Use C++ exception handling.
11383 * frame-unwind.c: Use C++ exception handling.
11384 * fbsd-tdep.c: Use C++ exception handling.
11385 * f-valprint.c: Use C++ exception handling.
11386 * exec.c: Use C++ exception handling.
11387 * event-top.c: Use C++ exception handling.
11388 * event-loop.c: Use C++ exception handling.
11389 * eval.c: Use C++ exception handling.
11390 * dwarf2read.c: Use C++ exception handling.
11391 * dwarf2loc.c: Use C++ exception handling.
11392 * dwarf2-frame.c: Use C++ exception handling.
11393 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11394 * dwarf-index-write.c: Use C++ exception handling.
11395 * dwarf-index-cache.c: Use C++ exception handling.
11396 * dtrace-probe.c: Use C++ exception handling.
11397 * disasm-selftests.c: Use C++ exception handling.
11398 * darwin-nat.c: Use C++ exception handling.
11399 * cp-valprint.c: Use C++ exception handling.
11400 * cp-support.c: Use C++ exception handling.
11401 * cp-abi.c: Use C++ exception handling.
11402 * corelow.c: Use C++ exception handling.
11403 * completer.c: Use C++ exception handling.
11404 * compile/compile-object-run.c: Use C++ exception handling.
11405 * compile/compile-object-load.c: Use C++ exception handling.
11406 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11407 * compile/compile-c-symbols.c: Use C++ exception handling.
11408 * common/selftest.c: Use C++ exception handling.
11409 * common/new-op.c: Use C++ exception handling.
11410 * cli/cli-script.c: Use C++ exception handling.
11411 * cli/cli-interp.c: Use C++ exception handling.
11412 * cli/cli-cmds.c: Use C++ exception handling.
11413 * c-varobj.c: Use C++ exception handling.
11414 * btrace.c: Use C++ exception handling.
11415 * breakpoint.c: Use C++ exception handling.
11416 * break-catch-throw.c: Use C++ exception handling.
11417 * arch-utils.c: Use C++ exception handling.
11418 * amd64-tdep.c: Use C++ exception handling.
11419 * ada-valprint.c: Use C++ exception handling.
11420 * ada-typeprint.c: Use C++ exception handling.
11421 * ada-lang.c: Use C++ exception handling.
11422 * aarch64-tdep.c: Use C++ exception handling.
11423
11424 2019-04-08 Tom Tromey <tom@tromey.com>
11425
11426 * xml-support.c (gdb_xml_parser::parse): Update.
11427 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11428 * value.c (show_convenience): Update.
11429 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11430 (test_parse_flags_qcs): Update.
11431 * thread.c (thr_try_catch_cmd): Update.
11432 * target.c (target_translate_tls_address): Update.
11433 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11434 (info_frame_command_core, frame_apply_command_count): Update.
11435 * rust-exp.y (rust_lex_exception_test): Update.
11436 * riscv-tdep.c (riscv_print_one_register_info): Update.
11437 * remote.c (remote_target::enable_btrace): Update.
11438 * record-btrace.c (record_btrace_enable_warn): Update.
11439 * python/py-utils.c (gdbpy_convert_exception): Update.
11440 * printcmd.c (do_one_display, print_variable_and_value): Update.
11441 * mi/mi-main.c (mi_print_exception): Update.
11442 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11443 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11444 * linux-nat.c (linux_nat_target::attach): Update.
11445 * linux-fork.c (class scoped_switch_fork_info): Update.
11446 * infrun.c (displaced_step_prepare): Update.
11447 * infcall.c (call_function_by_hand_dummy): Update.
11448 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11449 * gnu-v3-abi.c (print_one_vtable): Update.
11450 * frame.c (get_prev_frame_always): Update.
11451 * f-valprint.c (info_common_command_for_block): Update.
11452 * exec.c (try_open_exec_file): Update.
11453 * exceptions.c (print_exception, exception_print)
11454 (exception_fprintf, exception_print_same): Update.
11455 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11456 * dwarf-index-cache.c (index_cache::store)
11457 (index_cache::lookup_gdb_index): Update.
11458 * darwin-nat.c (maybe_cache_shell): Update.
11459 * cp-valprint.c (cp_print_value_fields): Update.
11460 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11461 (gcc_cplus_symbol_address): Update.
11462 * compile/compile-c-symbols.c (gcc_convert_symbol)
11463 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11464 * common/selftest.c: Update.
11465 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11466 a std::string.
11467 (exception_try_scope_entry, exception_try_scope_exit): Don't
11468 declare.
11469 (struct exception_try_scope): Remove.
11470 (TRY): Don't use exception_try_scope.
11471 (struct gdb_exception): Add constructor, operator=.
11472 <what>: New method.
11473 (struct gdb_exception_RETURN_MASK_ALL)
11474 (struct gdb_exception_RETURN_MASK_ERROR)
11475 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11476 (struct gdb_quit_bad_alloc): Update.
11477 * common/common-exceptions.c (exception_none): Change
11478 initializer.
11479 (struct catcher) <state, exception>: Initialize inline.
11480 <prev>: Remove member.
11481 (current_catcher): Remove.
11482 (catchers): New global.
11483 (exceptions_state_mc_init): Simplify.
11484 (catcher_pop): Remove.
11485 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11486 (try_scope_depth, exception_try_scope_entry)
11487 (exception_try_scope_exit): Remove.
11488 (throw_exception_sjlj): Update.
11489 (exception_messages, exception_messages_size): Remove.
11490 (throw_it): Simplify.
11491 (gdb_exception_sliced_copy): Remove.
11492 (throw_exception_cxx): Update.
11493 * cli/cli-script.c (script_from_file): Update.
11494 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11495 Update.
11496 * ada-valprint.c (ada_val_print): Update.
11497 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11498 (create_excep_cond_exprs): Update.
11499
11500 2019-04-08 Tom Tromey <tom@tromey.com>
11501
11502 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11503 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11504 (TRY, CATCH, END_CATCH): Remove some definitions.
11505 * common/common-exceptions.c: Don't use GDB_XCPT.
11506 (catcher_list_size): Remove.
11507 (throw_exception, throw_it): Simplify.
11508
11509 2019-04-05 Tom Tromey <tom@tromey.com>
11510
11511 Revert the header-sorting patch.
11512 * ft32-tdep.c: Revert.
11513 * frv-tdep.c: Revert.
11514 * frv-linux-tdep.c: Revert.
11515 * frame.c: Revert.
11516 * frame-unwind.c: Revert.
11517 * frame-base.c: Revert.
11518 * fork-child.c: Revert.
11519 * findvar.c: Revert.
11520 * findcmd.c: Revert.
11521 * filesystem.c: Revert.
11522 * filename-seen-cache.h: Revert.
11523 * filename-seen-cache.c: Revert.
11524 * fbsd-tdep.c: Revert.
11525 * fbsd-nat.h: Revert.
11526 * fbsd-nat.c: Revert.
11527 * f-valprint.c: Revert.
11528 * f-typeprint.c: Revert.
11529 * f-lang.c: Revert.
11530 * extension.h: Revert.
11531 * extension.c: Revert.
11532 * extension-priv.h: Revert.
11533 * expprint.c: Revert.
11534 * exec.h: Revert.
11535 * exec.c: Revert.
11536 * exceptions.c: Revert.
11537 * event-top.c: Revert.
11538 * event-loop.c: Revert.
11539 * eval.c: Revert.
11540 * elfread.c: Revert.
11541 * dwarf2read.h: Revert.
11542 * dwarf2read.c: Revert.
11543 * dwarf2loc.c: Revert.
11544 * dwarf2expr.h: Revert.
11545 * dwarf2expr.c: Revert.
11546 * dwarf2-frame.c: Revert.
11547 * dwarf2-frame-tailcall.c: Revert.
11548 * dwarf-index-write.h: Revert.
11549 * dwarf-index-write.c: Revert.
11550 * dwarf-index-common.c: Revert.
11551 * dwarf-index-cache.h: Revert.
11552 * dwarf-index-cache.c: Revert.
11553 * dummy-frame.c: Revert.
11554 * dtrace-probe.c: Revert.
11555 * disasm.h: Revert.
11556 * disasm.c: Revert.
11557 * disasm-selftests.c: Revert.
11558 * dictionary.c: Revert.
11559 * dicos-tdep.c: Revert.
11560 * demangle.c: Revert.
11561 * dcache.h: Revert.
11562 * dcache.c: Revert.
11563 * darwin-nat.h: Revert.
11564 * darwin-nat.c: Revert.
11565 * darwin-nat-info.c: Revert.
11566 * d-valprint.c: Revert.
11567 * d-namespace.c: Revert.
11568 * d-lang.c: Revert.
11569 * ctf.c: Revert.
11570 * csky-tdep.c: Revert.
11571 * csky-linux-tdep.c: Revert.
11572 * cris-tdep.c: Revert.
11573 * cris-linux-tdep.c: Revert.
11574 * cp-valprint.c: Revert.
11575 * cp-support.c: Revert.
11576 * cp-namespace.c: Revert.
11577 * cp-abi.c: Revert.
11578 * corelow.c: Revert.
11579 * corefile.c: Revert.
11580 * continuations.c: Revert.
11581 * completer.h: Revert.
11582 * completer.c: Revert.
11583 * complaints.c: Revert.
11584 * coffread.c: Revert.
11585 * coff-pe-read.c: Revert.
11586 * cli-out.h: Revert.
11587 * cli-out.c: Revert.
11588 * charset.c: Revert.
11589 * c-varobj.c: Revert.
11590 * c-valprint.c: Revert.
11591 * c-typeprint.c: Revert.
11592 * c-lang.c: Revert.
11593 * buildsym.c: Revert.
11594 * buildsym-legacy.c: Revert.
11595 * build-id.h: Revert.
11596 * build-id.c: Revert.
11597 * btrace.c: Revert.
11598 * bsd-uthread.c: Revert.
11599 * breakpoint.h: Revert.
11600 * breakpoint.c: Revert.
11601 * break-catch-throw.c: Revert.
11602 * break-catch-syscall.c: Revert.
11603 * break-catch-sig.c: Revert.
11604 * blockframe.c: Revert.
11605 * block.c: Revert.
11606 * bfin-tdep.c: Revert.
11607 * bfin-linux-tdep.c: Revert.
11608 * bfd-target.c: Revert.
11609 * bcache.c: Revert.
11610 * ax-general.c: Revert.
11611 * ax-gdb.h: Revert.
11612 * ax-gdb.c: Revert.
11613 * avr-tdep.c: Revert.
11614 * auxv.c: Revert.
11615 * auto-load.c: Revert.
11616 * arm-wince-tdep.c: Revert.
11617 * arm-tdep.c: Revert.
11618 * arm-symbian-tdep.c: Revert.
11619 * arm-pikeos-tdep.c: Revert.
11620 * arm-obsd-tdep.c: Revert.
11621 * arm-nbsd-tdep.c: Revert.
11622 * arm-nbsd-nat.c: Revert.
11623 * arm-linux-tdep.c: Revert.
11624 * arm-linux-nat.c: Revert.
11625 * arm-fbsd-tdep.c: Revert.
11626 * arm-fbsd-nat.c: Revert.
11627 * arm-bsd-tdep.c: Revert.
11628 * arch-utils.c: Revert.
11629 * arc-tdep.c: Revert.
11630 * arc-newlib-tdep.c: Revert.
11631 * annotate.h: Revert.
11632 * annotate.c: Revert.
11633 * amd64-windows-tdep.c: Revert.
11634 * amd64-windows-nat.c: Revert.
11635 * amd64-tdep.c: Revert.
11636 * amd64-sol2-tdep.c: Revert.
11637 * amd64-obsd-tdep.c: Revert.
11638 * amd64-obsd-nat.c: Revert.
11639 * amd64-nbsd-tdep.c: Revert.
11640 * amd64-nbsd-nat.c: Revert.
11641 * amd64-nat.c: Revert.
11642 * amd64-linux-tdep.c: Revert.
11643 * amd64-linux-nat.c: Revert.
11644 * amd64-fbsd-tdep.c: Revert.
11645 * amd64-fbsd-nat.c: Revert.
11646 * amd64-dicos-tdep.c: Revert.
11647 * amd64-darwin-tdep.c: Revert.
11648 * amd64-bsd-nat.c: Revert.
11649 * alpha-tdep.c: Revert.
11650 * alpha-obsd-tdep.c: Revert.
11651 * alpha-nbsd-tdep.c: Revert.
11652 * alpha-mdebug-tdep.c: Revert.
11653 * alpha-linux-tdep.c: Revert.
11654 * alpha-linux-nat.c: Revert.
11655 * alpha-bsd-tdep.c: Revert.
11656 * alpha-bsd-nat.c: Revert.
11657 * aix-thread.c: Revert.
11658 * agent.c: Revert.
11659 * addrmap.c: Revert.
11660 * ada-varobj.c: Revert.
11661 * ada-valprint.c: Revert.
11662 * ada-typeprint.c: Revert.
11663 * ada-tasks.c: Revert.
11664 * ada-lang.c: Revert.
11665 * aarch64-tdep.c: Revert.
11666 * aarch64-ravenscar-thread.c: Revert.
11667 * aarch64-newlib-tdep.c: Revert.
11668 * aarch64-linux-tdep.c: Revert.
11669 * aarch64-linux-nat.c: Revert.
11670 * aarch64-fbsd-tdep.c: Revert.
11671 * aarch64-fbsd-nat.c: Revert.
11672 * aarch32-linux-nat.c: Revert.
11673
11674 2019-04-05 Tom Tromey <tom@tromey.com>
11675
11676 * ft32-tdep.c: Sort headers.
11677 * frv-tdep.c: Sort headers.
11678 * frv-linux-tdep.c: Sort headers.
11679 * frame.c: Sort headers.
11680 * frame-unwind.c: Sort headers.
11681 * frame-base.c: Sort headers.
11682 * fork-child.c: Sort headers.
11683 * findvar.c: Sort headers.
11684 * findcmd.c: Sort headers.
11685 * filesystem.c: Sort headers.
11686 * filename-seen-cache.h: Sort headers.
11687 * filename-seen-cache.c: Sort headers.
11688 * fbsd-tdep.c: Sort headers.
11689 * fbsd-nat.h: Sort headers.
11690 * fbsd-nat.c: Sort headers.
11691 * f-valprint.c: Sort headers.
11692 * f-typeprint.c: Sort headers.
11693 * f-lang.c: Sort headers.
11694 * extension.h: Sort headers.
11695 * extension.c: Sort headers.
11696 * extension-priv.h: Sort headers.
11697 * expprint.c: Sort headers.
11698 * exec.h: Sort headers.
11699 * exec.c: Sort headers.
11700 * exceptions.c: Sort headers.
11701 * event-top.c: Sort headers.
11702 * event-loop.c: Sort headers.
11703 * eval.c: Sort headers.
11704 * elfread.c: Sort headers.
11705 * dwarf2read.h: Sort headers.
11706 * dwarf2read.c: Sort headers.
11707 * dwarf2loc.c: Sort headers.
11708 * dwarf2expr.h: Sort headers.
11709 * dwarf2expr.c: Sort headers.
11710 * dwarf2-frame.c: Sort headers.
11711 * dwarf2-frame-tailcall.c: Sort headers.
11712 * dwarf-index-write.h: Sort headers.
11713 * dwarf-index-write.c: Sort headers.
11714 * dwarf-index-common.c: Sort headers.
11715 * dwarf-index-cache.h: Sort headers.
11716 * dwarf-index-cache.c: Sort headers.
11717 * dummy-frame.c: Sort headers.
11718 * dtrace-probe.c: Sort headers.
11719 * disasm.h: Sort headers.
11720 * disasm.c: Sort headers.
11721 * disasm-selftests.c: Sort headers.
11722 * dictionary.c: Sort headers.
11723 * dicos-tdep.c: Sort headers.
11724 * demangle.c: Sort headers.
11725 * dcache.h: Sort headers.
11726 * dcache.c: Sort headers.
11727 * darwin-nat.h: Sort headers.
11728 * darwin-nat.c: Sort headers.
11729 * darwin-nat-info.c: Sort headers.
11730 * d-valprint.c: Sort headers.
11731 * d-namespace.c: Sort headers.
11732 * d-lang.c: Sort headers.
11733 * ctf.c: Sort headers.
11734 * csky-tdep.c: Sort headers.
11735 * csky-linux-tdep.c: Sort headers.
11736 * cris-tdep.c: Sort headers.
11737 * cris-linux-tdep.c: Sort headers.
11738 * cp-valprint.c: Sort headers.
11739 * cp-support.c: Sort headers.
11740 * cp-namespace.c: Sort headers.
11741 * cp-abi.c: Sort headers.
11742 * corelow.c: Sort headers.
11743 * corefile.c: Sort headers.
11744 * continuations.c: Sort headers.
11745 * completer.h: Sort headers.
11746 * completer.c: Sort headers.
11747 * complaints.c: Sort headers.
11748 * coffread.c: Sort headers.
11749 * coff-pe-read.c: Sort headers.
11750 * cli-out.h: Sort headers.
11751 * cli-out.c: Sort headers.
11752 * charset.c: Sort headers.
11753 * c-varobj.c: Sort headers.
11754 * c-valprint.c: Sort headers.
11755 * c-typeprint.c: Sort headers.
11756 * c-lang.c: Sort headers.
11757 * buildsym.c: Sort headers.
11758 * buildsym-legacy.c: Sort headers.
11759 * build-id.h: Sort headers.
11760 * build-id.c: Sort headers.
11761 * btrace.c: Sort headers.
11762 * bsd-uthread.c: Sort headers.
11763 * breakpoint.h: Sort headers.
11764 * breakpoint.c: Sort headers.
11765 * break-catch-throw.c: Sort headers.
11766 * break-catch-syscall.c: Sort headers.
11767 * break-catch-sig.c: Sort headers.
11768 * blockframe.c: Sort headers.
11769 * block.c: Sort headers.
11770 * bfin-tdep.c: Sort headers.
11771 * bfin-linux-tdep.c: Sort headers.
11772 * bfd-target.c: Sort headers.
11773 * bcache.c: Sort headers.
11774 * ax-general.c: Sort headers.
11775 * ax-gdb.h: Sort headers.
11776 * ax-gdb.c: Sort headers.
11777 * avr-tdep.c: Sort headers.
11778 * auxv.c: Sort headers.
11779 * auto-load.c: Sort headers.
11780 * arm-wince-tdep.c: Sort headers.
11781 * arm-tdep.c: Sort headers.
11782 * arm-symbian-tdep.c: Sort headers.
11783 * arm-pikeos-tdep.c: Sort headers.
11784 * arm-obsd-tdep.c: Sort headers.
11785 * arm-nbsd-tdep.c: Sort headers.
11786 * arm-nbsd-nat.c: Sort headers.
11787 * arm-linux-tdep.c: Sort headers.
11788 * arm-linux-nat.c: Sort headers.
11789 * arm-fbsd-tdep.c: Sort headers.
11790 * arm-fbsd-nat.c: Sort headers.
11791 * arm-bsd-tdep.c: Sort headers.
11792 * arch-utils.c: Sort headers.
11793 * arc-tdep.c: Sort headers.
11794 * arc-newlib-tdep.c: Sort headers.
11795 * annotate.h: Sort headers.
11796 * annotate.c: Sort headers.
11797 * amd64-windows-tdep.c: Sort headers.
11798 * amd64-windows-nat.c: Sort headers.
11799 * amd64-tdep.c: Sort headers.
11800 * amd64-sol2-tdep.c: Sort headers.
11801 * amd64-obsd-tdep.c: Sort headers.
11802 * amd64-obsd-nat.c: Sort headers.
11803 * amd64-nbsd-tdep.c: Sort headers.
11804 * amd64-nbsd-nat.c: Sort headers.
11805 * amd64-nat.c: Sort headers.
11806 * amd64-linux-tdep.c: Sort headers.
11807 * amd64-linux-nat.c: Sort headers.
11808 * amd64-fbsd-tdep.c: Sort headers.
11809 * amd64-fbsd-nat.c: Sort headers.
11810 * amd64-dicos-tdep.c: Sort headers.
11811 * amd64-darwin-tdep.c: Sort headers.
11812 * amd64-bsd-nat.c: Sort headers.
11813 * alpha-tdep.c: Sort headers.
11814 * alpha-obsd-tdep.c: Sort headers.
11815 * alpha-nbsd-tdep.c: Sort headers.
11816 * alpha-mdebug-tdep.c: Sort headers.
11817 * alpha-linux-tdep.c: Sort headers.
11818 * alpha-linux-nat.c: Sort headers.
11819 * alpha-bsd-tdep.c: Sort headers.
11820 * alpha-bsd-nat.c: Sort headers.
11821 * aix-thread.c: Sort headers.
11822 * agent.c: Sort headers.
11823 * addrmap.c: Sort headers.
11824 * ada-varobj.c: Sort headers.
11825 * ada-valprint.c: Sort headers.
11826 * ada-typeprint.c: Sort headers.
11827 * ada-tasks.c: Sort headers.
11828 * ada-lang.c: Sort headers.
11829 * aarch64-tdep.c: Sort headers.
11830 * aarch64-ravenscar-thread.c: Sort headers.
11831 * aarch64-newlib-tdep.c: Sort headers.
11832 * aarch64-linux-tdep.c: Sort headers.
11833 * aarch64-linux-nat.c: Sort headers.
11834 * aarch64-fbsd-tdep.c: Sort headers.
11835 * aarch64-fbsd-nat.c: Sort headers.
11836 * aarch32-linux-nat.c: Sort headers.
11837
11838 2019-04-04 Tom Tromey <tom@tromey.com>
11839
11840 * varobj.c (varobj_create): Update.
11841 * rust-exp.y (struct rust_parser) <update_innermost_block,
11842 lookup_symbol>: New methods.
11843 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11844 Rename.
11845 (rust_parser::rust_lookup_type)
11846 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11847 * printcmd.c (display_command, do_one_display): Update.
11848 * parser-defs.h (struct parser_state) <parser_state>: Add
11849 "tracker" parameter.
11850 (block_tracker): New member.
11851 (class innermost_block_tracker) <innermost_block_tracker>: Add
11852 "types" parameter.
11853 <reset>: Remove method.
11854 (innermost_block): Don't declare.
11855 (null_post_parser): Update.
11856 * parse.c (innermost_block): Remove global.
11857 (write_dollar_variable): Update.
11858 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11859 Remove "tracker_types" parameter.
11860 (parse_expression): Add "tracker" parameter.
11861 (parse_expression_for_completion): Update.
11862 (null_post_parser): Add "tracker" parameter.
11863 * p-exp.y: Update rules.
11864 * m2-exp.y: Update rules.
11865 * language.h (struct language_defn) <la_post_parser>: Add
11866 "tracker" parameter.
11867 * go-exp.y: Update rules.
11868 * f-exp.y: Update rules.
11869 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11870 parameter.
11871 * d-exp.y: Update rules.
11872 * c-exp.y: Update rules.
11873 * breakpoint.c (set_breakpoint_condition): Create an
11874 innermost_block_tracker.
11875 (watch_command_1): Likewise.
11876 * ada-lang.c (resolve): Add "tracker" parameter.
11877 (resolve_subexp): Likewise.
11878 * ada-exp.y (write_var_from_sym): Update.
11879
11880 2019-04-04 Tom Tromey <tom@tromey.com>
11881
11882 * type-stack.h: New file.
11883 * type-stack.c: New file.
11884 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11885 type-stack.h.
11886 (insert_into_type_stack, insert_type, push_type, push_type_int)
11887 (insert_type_address_space, pop_type, pop_type_int)
11888 (pop_typelist, pop_type_stack, append_type_stack)
11889 (push_type_stack, get_type_stack, push_typelist)
11890 (follow_type_instance_flags, follow_types): Don't declare.
11891 * parse.c (type_stack): Remove global.
11892 (parse_exp_in_context): Update.
11893 (insert_into_type_stack, insert_type, push_type, push_type_int)
11894 (insert_type_address_space, pop_type, pop_type_int)
11895 (pop_typelist, pop_type_stack, append_type_stack)
11896 (push_type_stack, get_type_stack, push_typelist)
11897 (follow_type_instance_flags, follow_types): Remove (moved to
11898 type-stack.c).
11899 * f-exp.y (type_stack): New global.
11900 Update rules.
11901 (push_kind_type, f_parse): Update.
11902 * d-exp.y (type_stack): New global.
11903 Update rules.
11904 (d_parse): Update.
11905 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11906 Update rules.
11907 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11908 (HFILES_NO_SRCDIR): Add type-stack.h.
11909
11910 2019-04-04 Tom Tromey <tom@tromey.com>
11911
11912 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11913 (rust_parser::convert_ast_to_expression, rust_parse)
11914 (rust_lex_test_completion, rust_lex_tests): Update.
11915 * parser-defs.h (struct expr_completion_state): New.
11916 (struct parser_state) <parser_state>: Add completion parameter.
11917 <mark_struct_expression, mark_completion_tag>: New methods.
11918 <parse_completion, m_completion_state>: New members.
11919 (prefixify_expression, null_post_parser): Update.
11920 (mark_struct_expression, mark_completion_tag): Don't declare.
11921 * parse.c (parse_completion, expout_last_struct)
11922 (expout_tag_completion_type, expout_completion_name): Remove
11923 globals.
11924 (parser_state::mark_struct_expression)
11925 (parser_state::mark_completion_tag): Now methods.
11926 (prefixify_expression): Add last_struct parameter.
11927 (prefixify_subexp): Likewise.
11928 (parse_exp_1): Update.
11929 (parse_exp_in_context): Add cstate parameter. Update.
11930 (parse_expression_for_completion): Create an
11931 expr_completion_state.
11932 (null_post_parser): Add "completion" parameter.
11933 * p-exp.y: Update rules.
11934 (yylex): Update.
11935 * language.h (struct language_defn) <la_post_parser>: Add
11936 "completing" parameter.
11937 * go-exp.y: Update rules.
11938 (lex_one_token): Update.
11939 * expression.h (parse_completion): Don't declare.
11940 * d-exp.y: Update rules.
11941 (lex_one_token): Update rules.
11942 * c-exp.y: Update rules.
11943 (lex_one_token): Update.
11944 * ada-lang.c (resolve): Add "parse_completion" parameter.
11945 (resolve_subexp): Likewise.
11946 (ada_resolve_function): Likewise.
11947
11948 2019-04-04 Tom Tromey <tom@tromey.com>
11949
11950 * parser-defs.h (struct parser_state) <start_arglist,
11951 end_arglist>: New methods.
11952 <arglist_len, m_funcall_chain>: New members.
11953 (arglist_len, start_arglist, end_arglist): Don't declare.
11954 * parse.c (arglist_len, funcall_chain): Remove global.
11955 (start_arglist, end_arglist): Remove functions.
11956 (parse_exp_in_context): Update.
11957 * p-exp.y: Update rules.
11958 * m2-exp.y: Update rules.
11959 * go-exp.y: Update rules.
11960 * f-exp.y: Update rules.
11961 * d-exp.y: Update rules.
11962 * c-exp.y: Update rules.
11963
11964 2019-04-04 Tom Tromey <tom@tromey.com>
11965
11966 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11967 lex_operator, push_back>: New methods.
11968 Update all rules.
11969 (rust_parser::lex_hex, lex_escape): Rename and update.
11970 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11971 (rust_parser::lex_operator): Rename and update.
11972 (rust_parser::lex_number, rustyylex, rustyyerror)
11973 (rust_lex_test_init, rust_lex_test_sequence)
11974 (rust_lex_test_push_back, rust_lex_tests): Update.
11975 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11976 parameter.
11977 <lexptr, prev_lexptr>: New members.
11978 (lexptr, prev_lexptr): Don't declare.
11979 * parse.c (lexptr, prev_lexptr): Remove globals.
11980 (parse_exp_in_context): Update.
11981 * p-exp.y (yylex, yyerror): Update.
11982 * m2-exp.y (parse_number, yylex, yyerror): Update.
11983 * go-exp.y (lex_one_token, yyerror): Update.
11984 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11985 * d-exp.y (lex_one_token, yyerror): Update.
11986 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11987 (lex_one_token, yyerror): Update.
11988 * ada-lex.l (YY_INPUT): Update.
11989 (rewind_to_char): Update.
11990 * ada-exp.y (yyerror): Update.
11991
11992 2019-04-04 Tom Tromey <tom@tromey.com>
11993
11994 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11995 * parser-defs.h (struct parser_state) <parser_state>: Add new
11996 parameter.
11997 <comma_terminates>: New member.
11998 (comma_terminates): Don't declare global.
11999 * parse.c (comma_terminates): Remove global.
12000 (parse_exp_in_context): Update.
12001 * p-exp.y (yylex): Update.
12002 * m2-exp.y (yylex): Update.
12003 * go-exp.y (lex_one_token): Update.
12004 * f-exp.y (yylex): Update.
12005 * d-exp.y (lex_one_token): Update.
12006 * c-exp.y (lex_one_token): Update.
12007 * ada-lex.l: Update.
12008
12009 2019-04-04 Tom Tromey <tom@tromey.com>
12010
12011 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12012 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12013 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12014 * parser-defs.h (paren_depth): Don't declare.
12015 * parse.c (paren_depth): Remove global.
12016 (parse_exp_in_context): Update.
12017 * p-exp.y (paren_depth): New global.
12018 (pascal_parse): Initialize it.
12019 * m2-exp.y (paren_depth): New global.
12020 (m2_parse): Initialize it.
12021 * go-exp.y (paren_depth): New global.
12022 (go_parse): Initialize it.
12023 * f-exp.y (paren_depth): New global.
12024 (f_parse): Initialize it.
12025 * d-exp.y (paren_depth): New global.
12026 (d_parse): Initialize it.
12027 * c-exp.y (paren_depth): New global.
12028 (c_parse): Initialize it.
12029 * ada-lex.l (paren_depth): New global.
12030 (lexer_init): Initialize it.
12031
12032 2019-04-04 Tom Tromey <tom@tromey.com>
12033
12034 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12035 (rust_parser::convert_ast_to_type)
12036 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12037 * parser-defs.h (struct parser_state) <parser_state>: Add
12038 parameters. Initialize new members.
12039 <expression_context_block, expression_context_pc>: New members.
12040 * parse.c (expression_context_block, expression_context_pc):
12041 Remove globals.
12042 (parse_exp_in_context): Update.
12043 * p-exp.y: Update all rules.
12044 (yylex): Update.
12045 * m2-exp.y: Update all rules.
12046 (yylex): Update.
12047 * go-exp.y (yylex): Update.
12048 * f-exp.y (yylex): Update.
12049 * d-exp.y: Update all rules.
12050 (yylex): Update.
12051 * c-exp.y: Update all rules.
12052 (lex_one_token, classify_name, yylex, c_parse): Update.
12053 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12054
12055 2019-04-04 Tom Tromey <tom@tromey.com>
12056
12057 * gdbarch.h, gdbarch.c: Rebuild.
12058 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12059 * stap-probe.h:
12060 (struct stap_parse_info): Replace "parser_state" with
12061 "expr_builder".
12062 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12063 (parser_state): New class.
12064 * parse.c (expr_builder): Rename.
12065 (expr_builder::release): Rename.
12066 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12067 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12068 (write_exp_elt_longcst, write_exp_elt_floatcst)
12069 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12070 (write_exp_string_vector, write_exp_bitstring)
12071 (write_exp_msymbol, mark_struct_expression)
12072 (write_dollar_variable)
12073 (insert_type_address_space, increase_expout_size): Replace
12074 "parser_state" with "expr_builder".
12075 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12076 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12077 "parser_state" with "expr_builder".
12078
12079 2019-04-04 Tom Tromey <tom@tromey.com>
12080
12081 * rust-exp.y: Replace "parse_language" with method call.
12082 * p-exp.y:
12083 (yylex): Replace "parse_language" with method call.
12084 * m2-exp.y:
12085 (yylex): Replace "parse_language" with method call.
12086 * go-exp.y (classify_name): Replace "parse_language" with method
12087 call.
12088 * f-exp.y (yylex): Replace "parse_language" with method call.
12089 * d-exp.y (lex_one_token): Replace "parse_language" with method
12090 call.
12091 * c-exp.y:
12092 (lex_one_token, classify_name, yylex): Replace "parse_language"
12093 with method call.
12094 * ada-exp.y (find_primitive_type, type_char)
12095 (type_system_address): Replace "parse_language" with method call.
12096
12097 2019-04-04 Tom Tromey <tom@tromey.com>
12098
12099 * rust-exp.y: Replace "parse_gdbarch" with method call.
12100 * parse.c (write_dollar_variable, insert_type_address_space):
12101 Replace "parse_gdbarch" with method call.
12102 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12103 call.
12104 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12105 call.
12106 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12107 "parse_gdbarch" with method call.
12108 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12109 with method call.
12110 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12111 "parse_gdbarch" with method call.
12112 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12113 "parse_gdbarch" with method call.
12114 * c-exp.y (parse_type, parse_number, classify_name): Replace
12115 "parse_gdbarch" with method call.
12116 * ada-lex.l: Replace "parse_gdbarch" with method call.
12117 * ada-exp.y (parse_type, find_primitive_type, type_char)
12118 (type_system_address): Replace "parse_gdbarch" with method call.
12119
12120 2019-04-04 Tom Tromey <tom@tromey.com>
12121
12122 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12123 * stap-probe.c (stap_parse_argument): Update.
12124 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12125 initial_size parameter.
12126 * rust-exp.y (rust_lex_tests): Update.
12127 * parse.c (parser_state): Update.
12128 (parse_exp_in_context): Update.
12129 * parser-defs.h (struct parser_state) <parser_state>: Remove
12130 "initial_size" parameter.
12131
12132 2019-04-04 Tom Tromey <tom@tromey.com>
12133
12134 * parser-defs.h (increase_expout_size): Don't declare.
12135 * parse.c (increase_expout_size): Now static.
12136
12137 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12138
12139 * gnu-nat.c (gnu_nat_target::wait): Fix
12140 target_waitstatus_to_string call.
12141
12142 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12143
12144 * eval.c (evaluate_subexp_standard): Handle internal functions
12145 during Fortran function call handling.
12146
12147 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12148
12149 * NEWS: Mention new internal functions.
12150 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12151 (read_base_type): Use dwarf2_init_complex_target_type.
12152 * value.c (creal_internal_fn): New function.
12153 (cimag_internal_fn): New function.
12154 (_initialize_values): Register new internal functions.
12155
12156 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12157
12158 * infrun.c (stop_all_threads): If debug_infrun, always
12159 trace the wait status after wait_one, using
12160 target_waitstatus_to_string and target_pid_to_str.
12161 (handle_inferior_event): Replace various trace of
12162 wait status kind by a single trace.
12163 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12164 wait status kind image by target_waitstatus_to_string.
12165 * target/waitstatus.c (target_waitstatus_to_string): Fix
12166 obsolete comment.
12167
12168 2019-04-01 Tom Tromey <tromey@adacore.com>
12169
12170 PR symtab/23331:
12171 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12172
12173 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12174 Pedro Alves <palves@redhat.com>
12175
12176 * top.c (quit_force): Call 'finalize_values'.
12177 * value.c (finalize_values): New function.
12178 * value.h (finalize_values): Declare.
12179
12180 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12181
12182 * NEWS: Announce $_gdb_major and $_gdb_minor.
12183
12184 * top.c (init_gdb_version_vars): New function.
12185 (gdb_init): Call init_gdb_version_vars.
12186
12187 2019-03-29 Tom Tromey <tromey@adacore.com>
12188
12189 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12190 help text. Remove dead code.
12191
12192 2019-03-29 Keith Seitz <keiths@redhat.com>
12193
12194 From Siddhesh Poyarekar:
12195 * f-lang.h (f77_get_upperbound): Return LONGEST.
12196 (f77_get_lowerbound): Likewise.
12197 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12198 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12199 print them.
12200 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12201 plongest to format print it.
12202 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12203 (f77_get_upperbound): Likewise.
12204 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12205 LOWER_BOUND to LONGEST.
12206 (f77_create_arrayprint_offset_tbl): Likewise.
12207
12208 2019-03-29 Keith Seitz <keiths@redhat.com>
12209
12210 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12211 %s/pulongest for TYPE_LENGTH instead of %d in format
12212 strings.
12213 * ada-typerint.c (ada_print_type): Likewise.
12214 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12215 * compile/compile-c-support.c (generate_register_struct): Likewise.
12216 * gdbtypes.c (recursive_dump_type): Likewise.
12217 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12218 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12219 instead of %d in format strings.
12220 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12221 to std::min to ULONGEST.
12222 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12223 instead of %d in format strings.
12224 * tracepoint.c (info_scope_command): Likewise.
12225 * typeprint.c (print_offset_data::update)
12226 (print_offset_data::finish): Likewise.
12227 * xtensa-tdep.c (xtensa_store_return_value)
12228 (xtensa_push_dummy_call): Likewise.
12229
12230 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12231
12232 * windows-nat.c (display_selector): Fixed format specifications
12233 for 64-bit Cygwin.
12234
12235 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12236
12237 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12238
12239 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12240
12241 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12242 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12243 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12244 (nios2_linux_init_abi): Install it.
12245
12246 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12247
12248 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12249
12250 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12251
12252 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12253
12254 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12255 Tom Tromey <tromey@adacore.com>
12256
12257 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12258
12259 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12260
12261 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12262 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12263 method to compute the bounds of range types. Also print "[evaluated]"
12264 if the bounds' values come from a dynamic evaluation.
12265
12266 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12267
12268 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12269 whitespace when pretty printing is on.
12270
12271 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12272
12273 * ppc-linux-nat.c: Add include.
12274
12275 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12276
12277 * NEWS: Mention AArch64 Pointer Authentication.
12278
12279 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12280
12281 * arm-linux-nat.c: Add include.
12282
12283 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12284
12285 * source-cache.c (source_cache::get_source_lines): Re-read
12286 fullname after calling open_source_file.
12287
12288 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12289
12290 * NEWS: Mention TLS support for FreeBSD.
12291
12292 2019-03-25 Tom Tromey <tromey@adacore.com>
12293
12294 * minsyms.c (BUNCH_SIZE): Update comment.
12295 (~minimal_symbol_reader): Remove old comment.
12296 (compact_minimal_symbols): Update comment.
12297 (minimal_symbol_reader::install): Remove old comment. Update
12298 other comments.
12299
12300 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12301
12302 * s390-linux-nat.c: Add include.
12303
12304 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12305
12306 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12307 Call linux_get_hwcap.
12308 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12309 Likewise.
12310 (aarch64_linux_get_hwcap): Remove function.
12311 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12312 declaration.
12313 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12314 linux_get_hwcap.
12315 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12316 * linux-tdep.c (linux_get_hwcap): Add function.
12317 (linux_get_hwcap2): Likewise.
12318 * linux-tdep.h (linux_get_hwcap): Add declaration.
12319 (linux_get_hwcap2): Likewise.
12320 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12321 (ppc_linux_get_hwcap2): Likewise.
12322 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12323 linux_get_hwcap.
12324 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12325 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12326 (ppc_linux_nat_target::read_description): Likewise.
12327 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12328 * s390-linux-nat.c: Likewise.
12329 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12330
12331 2019-03-24 Tom Tromey <tom@tromey.com>
12332
12333 * ada-lang.c (standard_lookup): Simplify initialization.
12334 (ada_lookup_symbol_nonlocal): Simplify return.
12335 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12336 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12337 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12338 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12339 initialization.
12340 * solib.c (solib_global_lookup): Simplify.
12341 * symtab.c (null_block_symbol): Remove.
12342 (symbol_cache_lookup): Simplify returns.
12343 (lookup_language_this): Simplify returns.
12344 (lookup_symbol_aux): Simplify return.
12345 (lookup_local_symbol): Simplify returns.
12346 (lookup_global_symbol_from_objfile): Simplify return.
12347 (lookup_symbol_in_objfile_symtabs)
12348 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12349 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12350 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12351 * cp-namespace.c (cp_lookup_bare_symbol)
12352 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12353 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12354 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12355 (cp_lookup_symbol_via_imports): Simplify initialization.
12356 (find_symbol_in_baseclass): Likewise.
12357 * symtab.h (null_block_symbol): Remove.
12358 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12359 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12360 (d_lookup_symbol_module): Likewise.
12361 (find_symbol_in_baseclass): Simplify initialization.
12362
12363 2019-03-24 Tom Tromey <tom@tromey.com>
12364
12365 * expression.h: Don't include symtab.h.
12366 (struct block): Forward declare.
12367
12368 2019-03-24 Tom Tromey <tom@tromey.com>
12369
12370 * c-exp.y (typebase): Remove casts.
12371 * gdbtypes.c (lookup_unsigned_typename, )
12372 (lookup_signed_typename): Remove cast.
12373 * eval.c (parse_to_comma_and_eval): Remove cast.
12374 * parse.c (write_dollar_variable): Remove cast.
12375 * block.h (struct block) <superblock>: Now const.
12376 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12377 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12378 (map_block): Make "block" const.
12379 * symfile.h (struct quick_symbol_functions)
12380 <map_matching_symbols>: Constify block argument to "callback".
12381 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12382 const.
12383 (find_pc_sect_compunit_symtab): Make "b" const.
12384 (find_symbol_at_address): Likewise.
12385 (search_symbols): Likewise.
12386 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12387 (dw2_debug_names_lookup_symbol): Likewise.
12388 (dw2_map_matching_symbols): Update.
12389 * p-valprint.c (pascal_val_print): Remove "block".
12390 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12391 (aux_add_nonlocal_symbols): Make "block" const.
12392 (resolve_subexp): Remove cast.
12393 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12394 const.
12395 (iterate_over_file_blocks): Likewise.
12396 * f-exp.y (%union) <bval>: Remove.
12397 * coffread.c (patch_opaque_types): Make "b" const.
12398 * spu-tdep.c (spu_catch_start): Make "block" const.
12399 * c-valprint.c (print_unpacked_pointer): Remove "block".
12400 * symmisc.c (dump_symtab_1): Make "b" const.
12401 (block_depth): Make "block" const.
12402 * d-exp.y (%union) <bval>: Remove.
12403 * cp-support.h (cp_lookup_rtti_type): Update.
12404 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12405 * psymtab.c (psym_lookup_symbol): Make "block" const.
12406 (maintenance_check_psymtabs): Make "b" const.
12407 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12408 (enumerate_locals, enumerate_args): Update.
12409 * python/py-symtab.c (stpy_global_block): Make "block" const.
12410 (stpy_static_block): Likewise.
12411 * inline-frame.c (block_starting_point_at): Make "new_block"
12412 const.
12413 * block.c (find_block_in_blockvector): Make return type const.
12414 (blockvector_for_pc_sect): Make "b" const.
12415 (find_block_in_blockvector): Make "b" const.
12416
12417 2019-03-23 Tom Tromey <tom@tromey.com>
12418
12419 * varobj.c (varobj_create): Update.
12420 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12421 * printcmd.c (display_command, do_one_display): Don't reset
12422 innermost_block.
12423 * parser-defs.h (enum innermost_block_tracker_type): Move to
12424 expression.h.
12425 (innermost_block): Update comment.
12426 * parse.c (parse_exp_1): Add tracker_types parameter.
12427 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12428 tracker_types parameter. Reset innermost_block.
12429 (parse_exp_in_context): Remove.
12430 (parse_expression_for_completion): Update.
12431 * objfiles.c (~objfile): Don't reset expression_context_block or
12432 innermost_block.
12433 * expression.h (enum innermost_block_tracker_type): Move from
12434 parser-defs.h.
12435 (parse_exp_1): Add tracker_types parameter.
12436 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12437 reset innermost_block.
12438
12439 2019-03-23 Tom Tromey <tom@tromey.com>
12440
12441 * objfiles.h: Include bcache.h.
12442
12443 2019-03-23 Tom Tromey <tom@tromey.com>
12444
12445 * linespec.c (get_current_search_block): Use
12446 scoped_restore_current_language.
12447 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12448
12449 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12450 Jiong Wang <jiong.wang@arm.com>
12451
12452 * aarch64-linux-tdep.c
12453 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12454 section.
12455 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12456
12457 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12458 Jiong Wang <jiong.wang@arm.com>
12459
12460 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12461 instructions.
12462 (aarch64_analyze_prologue_test): Add PACIASP test.
12463 (aarch64_prologue_prev_register): Unmask PC value.
12464
12465 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12466 Jiong Wang <jiong.wang@arm.com>
12467
12468 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12469 (aarch64_dwarf2_prev_register): Unmask PC value.
12470 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12471 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12472 DW_CFA_AARCH64_negate_ra_state.
12473 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12474
12475 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12476 Jiong Wang <jiong.wang@arm.com>
12477
12478 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12479 registers.
12480 (aarch64_pseudo_register_name): Likewise.
12481 (aarch64_pseudo_register_type): Likewise.
12482 (aarch64_pseudo_register_reggroup_p): Likewise.
12483 (aarch64_gdbarch_init): Add pauth registers.
12484 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12485 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12486 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12487 (struct gdbarch_tdep): Add regnum for ra_state.
12488
12489 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12490 Jiong Wang <jiong.wang@arm.com>
12491
12492 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12493
12494 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12495 Jiong Wang <jiong.wang@arm.com>
12496
12497 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12498 function.
12499 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12500 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12501 (aarch64_gdbarch_init): Add puth registers.
12502 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12503 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12504 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12505
12506 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12507 Jiong Wang <jiong.wang@arm.com>
12508
12509 * aarch64-linux-nat.c
12510 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12511 * aarch64-linux-tdep.c
12512 (aarch64_linux_core_read_description): Likewise.
12513 (aarch64_linux_get_hwcap): New function.
12514 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12515 (aarch64_linux_get_hwcap): New declaration.
12516
12517 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12518 Jiong Wang <jiong.wang@arm.com>
12519
12520 * aarch64-linux-nat.c
12521 (aarch64_linux_nat_target::read_description): Add pauth param.
12522 * aarch64-linux-tdep.c
12523 (aarch64_linux_core_read_description): Likewise.
12524 * aarch64-tdep.c (struct target_desc): Add in pauth.
12525 (aarch64_read_description): Add pauth param.
12526 (aarch64_gdbarch_init): Likewise.
12527 * aarch64-tdep.h (aarch64_read_description): Likewise.
12528 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12529 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12530 * features/Makefile: Add new files.
12531 * features/aarch64-pauth.c: New file.
12532 * features/aarch64-pauth.xml: New file.
12533
12534 2019-03-20 Tom Tromey <tromey@adacore.com>
12535
12536 * infrun.c (handle_inferior_event): Rename from
12537 handle_inferior_event_1. Create a scoped_value_mark.
12538 (handle_inferior_event): Remove.
12539
12540 2019-03-19 Tom Tromey <tromey@adacore.com>
12541
12542 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12543 * infrun.h (print_stop_event): Add "displays" parameter.
12544 * infrun.c (print_stop_event): Add "displays" parameter.
12545
12546 2019-03-19 Pedro Alves <palves@redhat.com>
12547
12548 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12549 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12550 to -1. Fix TABs vs spaces.
12551 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12552 * tui/tui-out.h (tui_ui_out) Add intro comments.
12553 <m_line, m_start_of_line>: In-class initialize, and add describing
12554 comment.
12555
12556 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12557
12558 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12559 variable names.
12560 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12561
12562 2019-03-18 Pedro Alves <palves@redhat.com>
12563 Eli Zaretskii <eliz@gnu.org>
12564
12565 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12566 m_line and m_start_of_line.
12567
12568 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12569
12570 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12571 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12572 it returns a newline. This fixes a regression in TU mode, whereby
12573 the next line is output on the same screen line as the user input.
12574
12575 2019-03-18 Tom Tromey <tromey@adacore.com>
12576
12577 * minsyms.c (minimal_symbol_reader::install): Remove call to
12578 obstack_blank.
12579
12580 2019-03-18 Pedro Alves <palves@redhat.com>
12581
12582 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12583 New globals.
12584 (apply_style): New, factored out from ...
12585 (apply_ansi_escape): ... this. Handle reverse video mode.
12586 (tui_set_reverse_mode): New function.
12587 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12588 * tui/tui-winsource.c (tui_show_source_line): Use
12589 tui_set_reverse_mode instead of setting A_STANDOUT.
12590 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12591 New setter methods.
12592
12593 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12594
12595 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12596 Handle tabs.
12597
12598 2019-03-18 Tom Tromey <tromey@adacore.com>
12599
12600 * ada-lang.c (empty_array): Add "high" parameter.
12601 (ada_evaluate_subexp): Update.
12602
12603 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12604
12605 * unittests/string_view-selftests.c: Define
12606 _initialize_string_view_selftests unconditionally.
12607
12608 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12609
12610 PR gdb/24350
12611 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12612
12613 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12614
12615 PR gdb/24351
12616 * windows-nat.c (display_selector): Fix format specifiers.
12617
12618 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12619
12620 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12621 tui_refill_source_window instead of tui_refresh_win, to update the
12622 current execution line. This fixes redisplay of the current line
12623 when stepping through the code with "next" or "step".
12624
12625 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12626
12627 * source-cache.c (source_cache::get_source_lines): Call
12628 find_source_lines to initialize s->nlines. This fixes vertical
12629 scrolling of TUI source window when the DOWN arrow is pressed.
12630
12631 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12632
12633 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12634 linux-thread-db.c (_initialize_thread_db): Likewise.
12635
12636 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12637
12638 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12639 wclrtoeol in tui_show_source_line". This reverts changes made in
12640 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12641
12642 2019-03-15 Tom Tromey <tom@tromey.com>
12643
12644 * symtab.h (struct minimal_symbol): Derive from
12645 general_symbol_info.
12646 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12647 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12648 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12649 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12650 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12651 (MSYMBOL_SEARCH_NAME): Update.
12652 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12653 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12654 * minsyms.c (minimal_symbol_reader::record_full): Update.
12655
12656 2019-03-15 Tom Tromey <tom@tromey.com>
12657
12658 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12659
12660 2019-03-15 Tom Tromey <tom@tromey.com>
12661
12662 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12663 unique_xmalloc_ptr.
12664 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12665 Update.
12666 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12667 (build_minimal_symbol_hash_tables)
12668 (minimal_symbol_reader::install): Update.
12669
12670 2019-03-15 Tom Tromey <tom@tromey.com>
12671
12672 * symtab.c (create_demangled_names_hash): Update.
12673 (symbol_set_names): Update.
12674 * objfiles.h (struct objfile_per_bfd_storage)
12675 <demangled_names_hash>: Now an htab_up.
12676 * objfiles.c (objfile_per_bfd_storage): Simplify.
12677
12678 2019-03-15 Tom Tromey <tom@tromey.com>
12679
12680 * objfiles.h (struct objfile_per_bfd_storage): Declare
12681 destructor.
12682 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12683 New.
12684 (get_objfile_bfd_data): Use new. Don't initialize
12685 language_of_main.
12686 (free_objfile_per_bfd_storage): Remove.
12687 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12688
12689 2019-03-15 Tom Tromey <tom@tromey.com>
12690
12691 * symfile.c (reread_symbols): Update.
12692 * objfiles.c (objfile::objfile): Update.
12693 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12694 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12695 comment.
12696 (minimal_symbol_reader::install): Update.
12697 (terminate_minimal_symbol_table): Remove.
12698 * jit.c (jit_object_close_impl): Update.
12699
12700 2019-03-15 Tom Tromey <tom@tromey.com>
12701
12702 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12703 initializations.
12704
12705 2019-03-15 Tom Tromey <tom@tromey.com>
12706
12707 * objfiles.h (struct objfile_per_bfd_storage)
12708 <demangled_hash_languages>: Now a bitset.
12709 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12710 (lookup_minimal_symbol): Update.
12711
12712 2019-03-15 Tom Tromey <tom@tromey.com>
12713
12714 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12715 Don't return the symbol.
12716 * coffread.c (record_minimal_symbol): Use record_full.
12717
12718 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12719
12720 The MS-Windows port of ncurses fails to switch to a color pair if
12721 one or both of the colors are the implicit default colors. This
12722 change records the default colors when TUI is initialized, and
12723 then specifies them explicitly when a color pair uses the default
12724 colors. This allows color styling in TUI mode on MS-Windows.
12725
12726 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12727 ncurses_norm_attr.
12728 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12729 colors in ncurses_norm_attr.
12730 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12731 "none", replace it with the default color recorded in
12732 ncurses_norm_attr.
12733
12734 2019-03-14 Tom Tromey <tromey@adacore.com>
12735
12736 * source-cache.h (class source_cache) <get_source_lines>: Return
12737 std::string.
12738 * source-cache.c (source_cache::extract_lines): Handle case where
12739 first_pos==npos. Return std::string.
12740 (source_cache::get_source_lines): Update.
12741
12742 2019-03-14 Tom Tromey <tromey@adacore.com>
12743
12744 * NEWS: Add item for "style sources" commands.
12745 * source-cache.c (source_cache::get_source_lines): Check
12746 source_styling.
12747 * cli/cli-style.c (source_styling): New global.
12748 (_initialize_cli_style): Add "style sources" commands.
12749 (show_style_sources): New function.
12750 * cli/cli-style.h (source_styling): Declare.
12751
12752 2019-03-14 Pedro Alves <palves@redhat.com>
12753 Tom Tromey <tromey@adacore.com>
12754
12755 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12756 * tui/tui-winsource.c (tui_refill_source_window): New function,
12757 from...
12758 (tui_horizontal_source_scroll): ... here. Move some logic.
12759 * cli/cli-style.c (set_style_enabled): Notify new observable.
12760 * tui/tui-hooks.c (tui_redisplay_source): New function.
12761 (tui_attach_detach_observers): Attach or detach
12762 tui_redisplay_source.
12763 * observable.h (source_styling_changed): New observable.
12764 * observable.c: Define source_styling_changed observable.
12765
12766 2019-03-13 Tom Tromey <tromey@adacore.com>
12767
12768 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12769 (i386_gnu_nat_target::store_registers): Update.
12770 * target-debug.h (target_debug_print_std_string): New macro.
12771 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12772 * windows-tdep.c (display_one_tib): Update.
12773 * tui/tui-stack.c (tui_make_status_line): Update.
12774 * top.c (print_inferior_quit_action): Update.
12775 * thread.c (thr_try_catch_cmd): Update.
12776 (add_thread_with_info): Update.
12777 (thread_target_id_str): Update.
12778 (thr_try_catch_cmd): Update.
12779 (thread_command): Update.
12780 (thread_find_command): Update.
12781 * record-btrace.c (record_btrace_target::info_record)
12782 (record_btrace_resume_thread, record_btrace_target::resume)
12783 (record_btrace_cancel_resume, record_btrace_step_thread)
12784 (record_btrace_target::wait, record_btrace_target::wait)
12785 (record_btrace_target::wait, record_btrace_target::stop): Update.
12786 * progspace.c (print_program_space): Update.
12787 * process-stratum-target.c
12788 (process_stratum_target::thread_address_space): Update.
12789 * linux-fork.c (linux_fork_mourn_inferior)
12790 (detach_checkpoint_command, info_checkpoints_command)
12791 (linux_fork_context): Update.
12792 (linux_fork_detach): Update.
12793 (class scoped_switch_fork_info): Update.
12794 (delete_checkpoint_command): Update.
12795 * infrun.c (follow_fork_inferior): Update.
12796 (follow_fork_inferior): Update.
12797 (proceed_after_vfork_done): Update.
12798 (handle_vfork_child_exec_or_exit): Update.
12799 (follow_exec): Update.
12800 (displaced_step_prepare_throw): Update.
12801 (displaced_step_restore): Update.
12802 (start_step_over): Update.
12803 (resume_1): Update.
12804 (clear_proceed_status_thread): Update.
12805 (proceed): Update.
12806 (print_target_wait_results): Update.
12807 (do_target_wait): Update.
12808 (context_switch): Update.
12809 (stop_all_threads): Update.
12810 (restart_threads): Update.
12811 (finish_step_over): Update.
12812 (handle_signal_stop): Update.
12813 (switch_back_to_stepped_thread): Update.
12814 (keep_going_pass_signal): Update.
12815 (print_exited_reason): Update.
12816 (normal_stop): Update.
12817 * inferior.c (inferior_pid_to_str): Change return type.
12818 (print_selected_inferior): Update.
12819 (add_inferior): Update.
12820 (detach_inferior): Update.
12821 * dummy-frame.c (fprint_dummy_frames): Update.
12822 * dcache.c (dcache_info_1): Update.
12823 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12824 (btrace_fetch, btrace_clear): Update.
12825 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12826 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12827 type.
12828 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12829 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12830 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12831 * gdbarch.c, gdbarch.h: Rebuild.
12832 * gdbarch.sh (core_pid_to_str): Change return type.
12833 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12834 return type.
12835 (windows_nat_target::pid_to_str): Change return type.
12836 (windows_delete_thread): Update.
12837 (windows_nat_target::attach): Update.
12838 (windows_nat_target::files_info): Update.
12839 * target-delegates.c: Rebuild.
12840 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12841 return type.
12842 (sol_thread_target::pid_to_str): Change return type.
12843 * remote.c (class remote_target) <pid_to_str>: Change return
12844 type.
12845 (remote_target::pid_to_str): Change return type.
12846 (extended_remote_target::attach, remote_target::remote_stop_ns)
12847 (remote_target::remote_notif_remove_queued_reply)
12848 (remote_target::push_stop_reply, remote_target::disable_btrace):
12849 Update.
12850 (extended_remote_target::attach): Update.
12851 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12852 type.
12853 (gdbsim_target::pid_to_str): Change return type.
12854 * ravenscar-thread.c (struct ravenscar_thread_target)
12855 <pid_to_str>: Change return type.
12856 (ravenscar_thread_target::pid_to_str): Change return type.
12857 * procfs.c (class procfs_target) <pid_to_str>: Change return
12858 type.
12859 (procfs_target::pid_to_str): Change return type.
12860 (procfs_target::attach): Update.
12861 (procfs_target::detach): Update.
12862 (procfs_target::fetch_registers): Update.
12863 (procfs_target::store_registers): Update.
12864 (procfs_target::wait): Update.
12865 (procfs_target::files_info): Update.
12866 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12867 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12868 return type.
12869 (nto_procfs_target::pid_to_str): Change return type.
12870 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12871 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12872 return type.
12873 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12874 (exit_lwp): Update.
12875 (attach_proc_task_lwp_callback, get_detach_signal)
12876 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12877 (linux_nat_target::resume, wait_lwp, stop_callback)
12878 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12879 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12880 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12881 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12882 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12883 type.
12884 (inf_ptrace_target::attach): Update.
12885 (inf_ptrace_target::files_info): Update.
12886 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12887 type.
12888 (go32_nat_target::pid_to_str): Change return type.
12889 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12890 (gnu_nat_target::wait): Update.
12891 (gnu_nat_target::wait): Update.
12892 (gnu_nat_target::resume): Update.
12893 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12894 (fbsd_nat_target::wait): Update.
12895 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12896 type.
12897 (darwin_nat_target::attach): Update.
12898 * corelow.c (class core_target) <pid_to_str>: Change return type.
12899 (core_target::pid_to_str): Change return type.
12900 * target.c (normal_pid_to_str): Change return type.
12901 (default_pid_to_str): Likewise.
12902 (target_pid_to_str): Change return type.
12903 (target_translate_tls_address): Update.
12904 (target_announce_detach): Update.
12905 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12906 return type.
12907 (bsd_uthread_target::pid_to_str): Change return type.
12908 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12909 type.
12910 (bsd_kvm_target::pid_to_str): Change return type.
12911 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12912 return type.
12913 (aix_thread_target::pid_to_str): Change return type.
12914 * target.h (struct target_ops) <pid_to_str>: Change return type.
12915 (target_pid_to_str, normal_pid_to_str): Likewise.
12916 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12917 type.
12918 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12919 type.
12920 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12921 return type.
12922 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12923 type.
12924 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12925 type.
12926 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12927 return type.
12928
12929 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * NEWS: Mention that the new default MI version is 3. Mention
12932 changes to the output of commands and events that deal with
12933 multi-location breakpoints.
12934 * breakpoint.c: Include "mi/mi-out.h".
12935 (print_one_breakpoint): Change output syntax if using MI version
12936 >= 3.
12937 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12938 New.
12939 (mi_multi_location_breakpoint_output_fixed): New.
12940 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12941 (mi_cmd_fix_multi_location_breakpoint_output): New.
12942 (mi_multi_location_breakpoint_output_fixed): New.
12943 * mi/mi-cmds.c (mi_cmds): Register command
12944 -fix-multi-location-breakpoint-output.
12945 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12946 interpreter "mi".
12947
12948 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12949
12950 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12951 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12952 instantiate mi_ui_out based on interpreter name.
12953 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12954 * mi/mi-main.c (mi_load_progress): Likewise.
12955
12956 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12957
12958 * NEWS: Combine separate "New targets" sections for 8.3.
12959
12960 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12961
12962 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12963 (ppcfbsd_init_abi): Install gdbarch
12964 "fetch_tls_load_module_address" and "get_thread_local_address"
12965 methods.
12966
12967 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12968
12969 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12970 (riscv_fbsd_init_abi): Install gdbarch
12971 "fetch_tls_load_module_address" and "get_thread_local_address"
12972 methods.
12973
12974 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12975
12976 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12977 (i386fbsd_init_abi): Install gdbarch
12978 "fetch_tls_load_module_address" and "get_thread_local_address"
12979 methods.
12980
12981 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12982
12983 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12984 (amd64fbsd_init_abi): Install gdbarch
12985 "fetch_tls_load_module_address" and "get_thread_local_address"
12986 methods.
12987
12988 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12989
12990 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12991 (struct fbsd_pspace_data): New type.
12992 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12993 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12994 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12995 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12996 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12997
12998 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12999
13000 * gdbtypes.c (lookup_struct_elt): New function.
13001 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13002 * gdbtypes.h (struct struct_elt): New type.
13003 (lookup_struct_elt): New prototype.
13004
13005 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13006
13007 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13008 remove disabled code block.
13009
13010 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13011
13012 * gdbarch.sh (get_thread_local_address): New method.
13013 * gdbarch.h, gdbarch.c: Regenerate.
13014 * target.c (target_translate_tls_address): Use
13015 gdbarch_get_thread_local_address if present instead of
13016 target::get_thread_local_address.
13017
13018 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13019
13020 * target.h (target::get_thread_local_address): Update comment.
13021
13022 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13023
13024 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13025 objfile->separate_debug_objfile_backlink if not NULL.
13026
13027 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13028
13029 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13030 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13031 (amd64bsd_store_inferior_registers): Likewise.
13032 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13033 Enable segment base registers.
13034 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13035 PT_GETFSBASE and PT_GETGSBASE.
13036 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13037 PT_SETGSBASE.
13038 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13039 segment base registers.
13040 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13041
13042 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13043
13044 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13045 Update calls to i386_target_description to add 'segments'
13046 parameter.
13047 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13048 add segment base registers.
13049 * arch/i386.c (i386_create_target_description): Add 'segments'
13050 parameter to enable segment base registers.
13051 * arch/i386.h (i386_create_target_description): Likewise.
13052 * features/i386/32bit-segments.xml: New file.
13053 * features/i386/32bit-segments.c: Generate.
13054 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13055 call to i386_target_description to add 'segments' parameter.
13056 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13057 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13058 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13059 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13060 if feature is present.
13061 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13062 Add 'segments' parameter to call to i386_target_description.
13063 (i386_target_description): Add 'segments' parameter to enable
13064 segment base registers.
13065 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13066 to call to i386_target_description.
13067 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13068 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13069 Define I386_NUM_REGS.
13070 (i386_target_description): Add 'segments' parameter to enable
13071 segment base registers.
13072
13073 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13074
13075 PR/24325
13076 * source-cache.c: #undef open and close, to avoid unresolved
13077 externals during linking.
13078
13079 2019-03-12 Tom Tromey <tromey@adacore.com>
13080
13081 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13082 const. Add initializers.
13083 (_initialize_remote): Don't initialize ptid globals.
13084
13085 2019-03-12 Pedro Alves <palves@redhat.com>
13086
13087 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13088
13089 2019-03-12 Pedro Alves <palves@redhat.com>
13090
13091 * cp-name-parser.y (main): Remove unused 'len' variable.
13092
13093 2019-03-12 Tom Tromey <tromey@adacore.com>
13094
13095 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13096 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13097
13098 2019-03-12 Tom Tromey <tromey@adacore.com>
13099
13100 * linux-nat.c (iterate_over_lwps): Update.
13101 (stop_callback): Remove parameter.
13102 (stop_wait_callback, detach_callback, resume_set_callback)
13103 (select_singlestep_lwp_callback, set_ignore_sigint)
13104 (status_callback, resumed_callback, resume_clear_callback)
13105 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13106 data parameter.
13107 (linux_nat_target::detach, linux_nat_target::resume)
13108 (linux_stop_and_wait_all_lwps, select_event_lwp)
13109 (linux_nat_filter_event, linux_nat_wait_1)
13110 (linux_nat_target::kill, linux_nat_target::stop)
13111 (linux_nat_target::stop): Update.
13112 (linux_nat_resume_callback): Change type.
13113 (resume_stopped_resumed_lwps, count_events_callback)
13114 (select_event_lwp_callback): Likewise.
13115 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13116 * arm-linux-nat.c (struct update_registers_data): Remove.
13117 (update_registers_callback): Change type.
13118 (arm_linux_insert_hw_breakpoint1): Update.
13119 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13120 parameter.
13121 (x86_linux_dr_set_addr): Update.
13122 (x86_linux_dr_set_control): Update.
13123 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13124 (iterate_over_lwps): Use gdb::function_view.
13125 * nat/aarch64-linux-hw-point.c (struct
13126 aarch64_dr_update_callback_param): Remove.
13127 (debug_reg_change_callback): Change type.
13128 (aarch64_notify_debug_reg_change): Update.
13129 * s390-linux-nat.c (s390_refresh_per_info): Update.
13130
13131 2019-03-11 Tom Tromey <tromey@adacore.com>
13132
13133 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13134 redundant assignment to "this_cu".
13135
13136 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13137
13138 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13139
13140 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13141
13142 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13143 from...
13144 (rank_one_type): ... this.
13145
13146 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13147
13148 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13149 from...
13150 (rank_one_type): ... this.
13151
13152 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13153
13154 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13155 from...
13156 (rank_one_type): ... this.
13157
13158 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13159
13160 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13161 from...
13162 (rank_one_type): ... this.
13163
13164 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13165
13166 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13167 from...
13168 (rank_one_type): ... this.
13169
13170 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13171
13172 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13173 from...
13174 (rank_one_type): ... this.
13175
13176 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13177
13178 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13179 from...
13180 (rank_one_type): ... this.
13181
13182 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13183
13184 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13185 from...
13186 (rank_one_type): ... this.
13187
13188 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13189
13190 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13191 from...
13192 (rank_one_type): ... this.
13193
13194 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13195
13196 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13197 from...
13198 (rank_one_type): ... this.
13199
13200 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13201
13202 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13203 from...
13204 (rank_one_type): ... this.
13205
13206 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13207
13208 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13209 from...
13210 (rank_one_type): ... this.
13211
13212 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13213
13214 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13215 inferior-events' shows the example events.
13216
13217 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13218
13219 Support styling on native MS-Windows console
13220
13221 PR/24315
13222 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13223 on MS-Windows if $TERM is not defined.
13224
13225 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13226
13227 * posix-hdep.c (gdb_console_fputs):
13228 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13229 functions.
13230 * ui-file.h (gdb_console_fputs): Add prototype.
13231
13232 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13233 back to fputs only if the former returns zero.
13234
13235 2019-03-07 Tom Tromey <tom@tromey.com>
13236
13237 * symmisc.c (print_symbol_bcache_statistics): Update.
13238 (print_objfile_statistics): Update.
13239 * symfile.c (allocate_symtab): Update.
13240 * stabsread.c: Don't include bcache.h.
13241 * psymtab.h (struct psymbol_bcache): Don't declare.
13242 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13243 (psymbol_bcache_init, psymbol_bcache_free)
13244 (psymbol_bcache_get_bcache): Don't declare.
13245 * psymtab.c (struct psymbol_bcache): Remove.
13246 (psymtab_storage::psymtab_storage): Update.
13247 (psymtab_storage::~psymtab_storage): Update.
13248 (psymbol_bcache_init, psymbol_bcache_free)
13249 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13250 (add_psymbol_to_bcache): Update.
13251 (allocate_psymtab): Update.
13252 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13253 macro_cache>: No longer pointers.
13254 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13255 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13256 * macrotab.c (macro_bcache): Update.
13257 * macroexp.c: Don't include bcache.h.
13258 * gdbtypes.c (check_types_worklist): Update.
13259 (types_deeply_equal): Remove TRY/CATCH. Update.
13260 * elfread.c (elf_symtab_read): Update.
13261 * dwarf2read.c: Don't include bcache.h.
13262 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13263 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13264 (print_bcache_statistics, bcache_memory_used): Don't declare.
13265 (struct bcache): Move from bcache.c. Add constructor, destructor,
13266 methods. Rename all data members.
13267 * bcache.c (struct bcache): Move to bcache.h.
13268 (bcache::expand_hash_table): Rename from expand_hash_table.
13269 (bcache): Remove.
13270 (bcache::insert): Rename from bcache_full.
13271 (bcache::compare): Rename from bcache_compare.
13272 (bcache_xmalloc): Remove.
13273 (bcache::~bcache): Rename from bcache_xfree.
13274 (bcache::print_statistics): Rename from print_bcache_statistics.
13275 (bcache::memory_used): Rename from bcache_memory_used.
13276
13277 2019-03-07 Pedro Alves <palves@redhat.com>
13278
13279 * infrun.c (normal_stop): Also check for
13280 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13281
13282 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13283
13284 * f-lang.c (value_from_host_double): Moved to...
13285 * value.c (value_from_host_double): ...here.
13286 * value.h (value_from_host_double): Declare.
13287 * guile/scm-math.c (vlscm_convert_typed_number): Use
13288 value_from_host_double.
13289 (vlscm_convert_number): Likewise.
13290 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13291 * python/py-value.c (convert_value_from_python): Likewise.
13292
13293 2019-03-06 Tom Tromey <tom@tromey.com>
13294
13295 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13296
13297 2019-03-06 Tom Tromey <tom@tromey.com>
13298
13299 * utils.h (free_current_contents): Don't declare.
13300 * utils.c (free_current_contents): Remove.
13301
13302 2019-03-06 Tom Tromey <tom@tromey.com>
13303
13304 * top.c (quit_force): Update.
13305 * main.c (captured_command_loop): Update.
13306 * common/new-op.c (operator new): Update.
13307 * common/common-exceptions.c (struct catcher)
13308 <save_cleanup_chain>: Remove member.
13309 (exceptions_state_mc_init): Update.
13310 (exception_try_scope_entry): Return nullptr.
13311 (exception_try_scope_exit, exception_rethrow)
13312 (throw_exception_sjlj, throw_exception_cxx): Update.
13313 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13314 (all_cleanups, do_cleanups, discard_cleanups)
13315 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13316 (restore_cleanups, restore_final_cleanups): Don't declare.
13317 (do_final_cleanups): Remove parameter.
13318 * common/cleanups.c (cleanup_chain, make_cleanup)
13319 (make_cleanup_dtor, all_cleanups, do_cleanups)
13320 (discard_my_cleanups, discard_cleanups)
13321 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13322 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13323 (null_cleanup): Remove.
13324 (do_final_cleanups): Remove parameter.
13325
13326 2019-03-06 Tom Tromey <tom@tromey.com>
13327
13328 * remote.c (remote_target::remote_parse_stop_reply): Use
13329 unique_xmalloc_ptr.
13330
13331 2019-03-06 Tom Tromey <tom@tromey.com>
13332
13333 * stabsread.c (struct stabs_field_info): Rename from field_info.
13334 <list, fnlist>: Add initializers.
13335 <obstack>: New member.
13336 (read_member_functions, read_struct_fields, read_baseclasses):
13337 Allocate on obstack. Don't use cleanups.
13338 (read_one_struct_field, read_member_functions, read_struct_fields)
13339 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13340 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13341 (read_struct_type): Update.
13342
13343 2019-03-06 Tom Tromey <tom@tromey.com>
13344
13345 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13346 * common/filestuff.h (make_cleanup_close): Don't declare.
13347 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13348 Remove.
13349
13350 2019-03-06 Tom Tromey <tom@tromey.com>
13351
13352 * solib-aix.c: Use make_scope_exit.
13353
13354 2019-03-06 Tom Tromey <tom@tromey.com>
13355
13356 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13357 Use make_scope_exit.
13358
13359 2019-03-06 Tom Tromey <tom@tromey.com>
13360
13361 * solib-svr4.c (disable_probes_interface): Remove parameter.
13362 (svr4_handle_solib_event): Use make_scope_exit.
13363
13364 2019-03-06 Tom Tromey <tom@tromey.com>
13365
13366 * remote.c (struct stop_reply_deleter): Remove.
13367 (stop_reply_up): Update.
13368 (struct stop_reply): Derive from notif_event. Don't typedef.
13369 <regcache>: Now a std::vector.
13370 (stop_reply_xfree): Remove.
13371 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13372 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13373 (remote_target::discard_pending_stop_replies): Use delete.
13374 (remote_target::remote_parse_stop_reply): Update.
13375 (remote_target::process_stop_reply): Update.
13376 * remote-notif.h (struct notif_event): Add virtual destructor.
13377 Remove "dtr" member.
13378 (struct notif_client) <alloc_event>: Return a unique_ptr.
13379 (notif_event_xfree): Don't declare.
13380 (notif_event_up): New typedef.
13381 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13382 (notif_event_xfree, do_notif_event_xfree): Remove.
13383 (remote_notif_state_xfree): Update.
13384
13385 2019-03-06 Tom Tromey <tom@tromey.com>
13386
13387 * infrun.c (displaced_step_clear_cleanup): Now a
13388 forward_scope_exit type.
13389 (displaced_step_prepare_throw): Update.
13390 (displaced_step_fixup): Update.
13391
13392 2019-03-06 Tom Tromey <tom@tromey.com>
13393
13394 * inferior.h (class inferior): Update comment.
13395 * gdbthread.h (class thread_info): Update comment.
13396
13397 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13398 Tom Tromey <tom@tromey.com>
13399
13400 * stabsread.h (struct stab_section_list): Remove.
13401 (coffstab_build_psymtabs): Update.
13402 * dbxread.c (symbuf_sections): Now a std::vector.
13403 (sect_idx): New global.
13404 (fill_symbuf): Update.
13405 (coffstab_build_psymtabs): Change type of stabsects parameter.
13406 Update.
13407 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13408 std::vector.
13409 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13410 (coff_locate_sections): Update.
13411 (coff_symfile_read): Remove cleanups. Update.
13412 (init_stringtab): Add storage parameter.
13413 (free_stringtab, free_stringtab_cleanup): Remove.
13414 (init_lineno): Add storage parameter.
13415 (free_linetab, free_linetab_cleanup): Remove.
13416
13417 2019-03-06 Pedro Alves <palves@redhat.com>
13418
13419 * linux-fork.c (fork_info::clobber_regs): Delete.
13420 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13421 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13422 comment. Adjust.
13423 (scoped_switch_fork_info::scoped_switch_fork_info)
13424 (checkpoint_command, linux_fork_context): Adjust
13425 fork_save_infrun_state calls.
13426
13427 2019-03-06 Pedro Alves <palves@redhat.com>
13428
13429 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13430 (inf_has_multiple_threads): Return 'bool' and rewrite using
13431 inferior_info::threads().
13432
13433 2019-03-06 Pedro Alves <palves@redhat.com>
13434
13435 * linux-fork.c: Include <list>.
13436 (fork_list): Now a std::list instance.
13437 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13438 (forks_exist_p, find_last_fork): Adjust.
13439 (new_fork): Delete.
13440 (one_fork_p): New.
13441 (add_fork): Adjust.
13442 (free_fork): Delete, folded into fork_info::~fork_info().
13443 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13444 Adjust.
13445 (init_fork_list): Delete.
13446 (linux_fork_killall, linux_fork_mourn_inferior)
13447 (linux_fork_detach, info_checkpoints_command): Adjust.
13448 (_initialize_linux_fork): No longer call init_fork_list.
13449
13450 2019-03-06 Pedro Alves <palves@redhat.com>
13451
13452 * linux-fork.c (new_fork): New, split out of ...
13453 (add_fork): ... this. Return void. Move "first fork" special
13454 case from here, to ...
13455 (checkpoint_command): ... here.
13456 * linux-linux.h (add_fork): Return void.
13457
13458 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13459
13460 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13461
13462 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13463 Chris January <chris.january@arm.com>
13464 David Lecomber <david.lecomber@arm.com>
13465
13466 * f-exp.y: New token, UNOP_INTRINSIC.
13467 (exp): New pattern using UNOP_INTRINSIC token.
13468 (f77_keywords): Add 'abs' keyword.
13469 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13470 (value_from_host_double): New function.
13471 (evaluate_subexp_f): Support UNOP_ABS.
13472
13473 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13474
13475 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13476 types.
13477
13478 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13479
13480 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13481 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13482 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13483
13484 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13485
13486 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13487
13488 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13489 Chris January <chris.january@arm.com>
13490
13491 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13492 * f-exp.y: Define 'KIND' token.
13493 (exp): New pattern for KIND expressions.
13494 (ptype): Handle types with a kind extension.
13495 (direct_abs_decl): Extend to spot kind extensions.
13496 (f77_keywords): Add 'kind' to the list.
13497 (push_kind_type): New function.
13498 (convert_to_kind_type): New function.
13499 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13500 * parse.c (operator_length_standard): Likewise.
13501 * parser-defs.h (enum type_pieces): Add tp_kind.
13502 * std-operator.def: Add UNOP_KIND.
13503
13504 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13505
13506 * f-exp.y (f_parse): Set yydebug.
13507
13508 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13509
13510 * f-lang.c (evaluate_subexp_f): New function.
13511 (exp_descriptor_f): New global.
13512 (f_language_defn): Use exp_descriptor_f instead of
13513 exp_descriptor_standard.
13514
13515 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13516
13517 * f-exp.y (struct token): Add comments.
13518 (dot_ops): Remove uppercase versions and the end marker.
13519 (f77_keywords): Likewise.
13520 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13521 entries in the dot_ops array are case insensitive, and use
13522 strncasecmp to compare strings. Also some whitespace cleanup in
13523 this area. Similar for the f77_keywords array, except entries in
13524 this list might be case sensitive.
13525
13526 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13527
13528 * f-exp.y (struct f77_boolean_val): Add comments.
13529 (boolean_values): Remove uppercase versions, and end marker.
13530 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13531 and use strncasecmp to achieve case insensitivity. Additionally,
13532 perform whitespace cleanup around this code.
13533
13534 2019-03-06 Tom Tromey <tromey@adacore.com>
13535
13536 * remote-sim.c (gdbsim_target_open): Use result of
13537 gdb_argv::release.
13538
13539 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13540 Dirk Schubert <dirk.schubert@arm.com>
13541 Chris January <chris.january@arm.com>
13542
13543 * eval.c (evaluate_subexp_standard): Call Fortran argument
13544 wrapping logic.
13545 * f-lang.c (struct value): A value which can be passed into a
13546 Fortran function call.
13547 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13548 where appropriate.
13549 (struct type): Value ready for a Fortran function call.
13550 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13551 is needed.
13552 * f-lang.h (fortran_argument_convert): Declaration.
13553 (fortran_preserve_arg_pointer): Declaration.
13554 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13555
13556 2019-03-05 Tom Tromey <tromey@adacore.com>
13557
13558 * python/py-prettyprint.c (print_string_repr): Remove #if.
13559 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13560
13561 2019-03-05 Tom Tromey <tromey@adacore.com>
13562
13563 * target.c (the_dummy_target): Move later. Change type to
13564 "dummy_target".
13565 (initialize_targets): Don't initialize the_dummy_target.
13566
13567 2019-03-05 Tom Tromey <tromey@adacore.com>
13568
13569 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13570 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13571
13572 2019-03-05 Tom Tromey <tromey@adacore.com>
13573
13574 * windows-nat.c (windows_nat_target::attach)
13575 (windows_nat_target::detach): Don't call gdb_flush.
13576 * valprint.c (generic_val_print, val_print, val_print_string):
13577 Don't call gdb_flush.
13578 * utils.c (defaulted_query): Don't call gdb_flush.
13579 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13580 * target.c (target_announce_detach): Don't call gdb_flush.
13581 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13582 * remote.c (extended_remote_target::attach): Don't call
13583 gdb_flush.
13584 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13585 * printcmd.c (do_examine): Don't call gdb_flush.
13586 (info_display_command): Don't call gdb_flush.
13587 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13588 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13589 * memattr.c (info_mem_command): Don't call gdb_flush.
13590 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13591 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13592 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13593 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13594 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13595 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13596 (gnu_nat_target::detach): Don't call gdb_flush.
13597 * f-valprint.c (f_val_print): Don't call gdb_flush.
13598 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13599 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13600 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13601 gdb_flush.
13602 * c-valprint.c (c_val_print): Don't call gdb_flush.
13603 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13604
13605 2019-03-05 Tom Tromey <tromey@adacore.com>
13606
13607 * varobj.c (update_dynamic_varobj_children): Update.
13608 (install_default_visualizer): Use reset, not release.
13609 * value.c (set_internalvar): Update.
13610 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13611 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13612 ATTRIBUTE_UNUSED_RESULT.
13613
13614 2019-03-05 Tom Tromey <tromey@adacore.com>
13615
13616 * remote.c (class scoped_remote_fd) <release>: Add
13617 ATTRIBUTE_UNUSED_RESULT.
13618
13619 2019-03-05 Tom Tromey <tromey@adacore.com>
13620
13621 * macroexp.c (struct macro_buffer) <release>: Add
13622 ATTRIBUTE_UNUSED_RESULT.
13623
13624 2019-03-05 Tom Tromey <tromey@adacore.com>
13625
13626 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13627 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13628 ATTRIBUTE_UNUSED_RESULT.
13629
13630 2019-03-05 Tom Tromey <tromey@adacore.com>
13631
13632 * common/scoped_fd.h (class scoped_fd) <release>: Add
13633 ATTRIBUTE_UNUSED_RESULT.
13634
13635 2019-03-05 Tom Tromey <tromey@adacore.com>
13636
13637 * parser-defs.h (struct parser_state) <release>: Add
13638 ATTRIBUTE_UNUSED_RESULT.
13639
13640 2019-03-05 Tom Tromey <tromey@adacore.com>
13641
13642 * utils.h (class gdb_argv) <release>: Add
13643 ATTRIBUTE_UNUSED_RESULT.
13644 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13645
13646 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13647
13648 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13649 for-loop range, to avoid compiler warnings.
13650
13651 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13652 avoid compiler warnings about unused variables.
13653
13654 * NEWS: Mention end of support for native debugging on MS-Windows
13655 before XP.
13656
13657 PR gdb/24292
13658 * common/netstuff.c:
13659 * gdbserver/gdbreplay.c
13660 * gdbserver/remote-utils.c:
13661 * ser-tcp.c:
13662 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13663 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13664 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13665 'getaddrinfo' and 'freeaddrinfo' were not available before
13666 Windows XP, and mingw.org's MinGW headers by default define
13667 _WIN32_WINNT to 0x500.
13668
13669 2019-03-01 Gary Benson <gbenson@redhat.com>
13670
13671 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13672
13673 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13674 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13675
13676 PR gdb/8527
13677 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13678 set_sigint_trap, clear_sigint_trap.
13679
13680 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13681
13682 * target.c (target_detach): Clear the regcache and the
13683 frame cache.
13684
13685 2019-02-27 Pedro Alves <palves@redhat.com>
13686
13687 * utils.c (set_screen_size): When we cap the height/width sizes,
13688 tweak the corresponding command variable to show "unlimited":
13689
13690 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13691 Pedro Alves <palves@redhat.com>
13692
13693 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13694 before calling rl_set_screen_size.
13695
13696 2019-02-27 Tom Tromey <tromey@adacore.com>
13697
13698 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13699 define.
13700 * python/py-value.c: Remove Python 2.4 workaround.
13701 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13702 workaround.
13703 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13704 Python 2.4 workaround.
13705 * python/python-internal.h: Remove Python 2.4 comment.
13706 (Py_ssize_t): Don't define.
13707 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13708 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13709 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13710 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13711 * python/python.c (do_start_initialization): Remove Python 2.4
13712 workaround.
13713 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13714 (print_children): Remove Python 2.4 workaround.
13715 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13716 workaround.
13717 (CHARBUFFERPROC_NAME): Remove.
13718 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13719 Python 2.4 workaround.
13720
13721 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13722
13723 * NEWS: Note minimum Python version.
13724
13725 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13726
13727 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13728 code from these functions. Remove corresponding ifdefs. Use
13729 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13730 Remove gotos and target of gotos.
13731 (infpy_search_memory): Likewise.
13732
13733 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13734
13735 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13736 (hppa_gdbarch_init): Don't register deleted functions with
13737 gdbarch.
13738
13739 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13740
13741 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13742 (h8300_unwind_sp): Delete.
13743 (h8300_dummy_id): Delete.
13744 (h8300_gdbarch_init): Don't register deleted functions with
13745 gdbarch.
13746
13747 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13748
13749 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13750 (ft32_unwind_pc): Delete.
13751 (ft32_unwind_sp): Delete.
13752 (ft32_gdbarch_init): Don't register deleted functions with
13753 gdbarch.
13754
13755 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13756
13757 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13758 (frv_unwind_pc): Delete.
13759 (frv_unwind_sp): Delete.
13760 (frv_gdbarch_init): Don't register deleted functions with
13761 gdbarch.
13762
13763 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13764
13765 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13766 (riscv_unwind_pc): Delete.
13767 (riscv_unwind_sp): Delete.
13768 (riscv_gdbarch_init): Don't register deleted functions with
13769 gdbarch.
13770
13771 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13772
13773 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13774 (csky_unwind_pc): Delete.
13775 (csky_unwind_sp): Delete.
13776 (csky_gdbarch_init): Don't register deleted functions with
13777 gdbarch.
13778
13779 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13780
13781 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13782 (cris_unwind_pc): Delete.
13783 (cris_unwind_sp): Delete.
13784 (cris_gdbarch_init): Don't register deleted functions with
13785 gdbarch.
13786
13787 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13788
13789 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13790 (bfin_unwind_pc): Delete.
13791 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13792
13793 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13794
13795 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13796 (arm_unwind_pc): Delete.
13797 (arm_unwind_sp): Delete.
13798 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13799
13800 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13801
13802 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13803 (arc_unwind_pc): Delete.
13804 (arc_unwind_sp): Delete.
13805 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13806
13807 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13808
13809 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13810 (alpha_unwind_pc): Delete.
13811 (alpha_gdbarch_init): Don't register deleted functions with
13812 gdbarch.
13813
13814 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13815
13816 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13817 (aarch64_unwind_pc): Delete.
13818 (aarch64_unwind_sp): Delete.
13819 (aarch64_gdbarch_init): Don't register deleted functions with
13820 gdbarch.
13821
13822 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13823
13824 * gdbtypes.c (type_align): Don't consider static members when
13825 computing structure alignment.
13826
13827 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13828
13829 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13830 return 0 for other types.
13831 * arch-utils.c (default_type_align): Always return 0.
13832 * gdbarch.h: Regenerate.
13833 * gdbarch.sh (type_align): Extend comment.
13834 * gdbtypes.c (type_align): Add additional comments, always call
13835 gdbarch_type_align before applying the default rules.
13836 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13837 generic code will then apply a suitable default.
13838 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13839 types, return 0 for other types.
13840
13841 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13842
13843 * NEWS: Create a new section for the next release branch.
13844 Rename the section of the current branch, now that it has
13845 been cut.
13846
13847 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13848
13849 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13850 * version.in: Bump version to 8.3.50.DATE-git.
13851
13852 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13853
13854 * aix-thread.c (ptid_cmp): Remove unused variable.
13855 (get_signaled_thread): Likewise.
13856 (store_regs_user_thread): Likewise.
13857 (store_regs_kernel_thread): Likewise.
13858 (fetch_regs_kernel_thread): Remove shadowed variable.
13859
13860 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13861
13862 * features/riscv/32bit-cpu.xml: Add register numbers.
13863 * features/riscv/32bit-fpu.c: Regenerate.
13864 * features/riscv/32bit-fpu.xml: Add register numbers.
13865 * features/riscv/64bit-cpu.xml: Add register numbers.
13866 * features/riscv/64bit-fpu.c: Regenerate.
13867 * features/riscv/64bit-fpu.xml: Add register numbers.
13868
13869 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13870
13871 * NEWS: Mention two argument form of gdb.Value constructor.
13872 * python/py-value.c (convert_buffer_and_type_to_value): New
13873 function.
13874 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13875 Add support for handling an optional second argument. Call
13876 convert_buffer_and_type_to_value as appropriate.
13877 * python/python-internal.h (Py_buffer_deleter): New struct.
13878 (Py_buffer_up): New typedef.
13879
13880 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13881
13882 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13883 instead of releasing ownership.
13884
13885 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13886
13887 * dwarf2read.c (open_and_init_dwp_file): Call
13888 elf_numsections instead of bfd_count_sections to initialize
13889 dwp_file->num_sections.
13890
13891 2019-02-25 Tom Tromey <tromey@adacore.com>
13892
13893 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13894
13895 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13896
13897 * gcore.in: Add '--readnever' option when invoking GDB.
13898
13899 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13900
13901 * MAINTAINERS: Update my email address.
13902
13903 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13904
13905 * build-id.c (build_id_to_debug_bfd_1): New function.
13906 (build_id_to_debug_bfd): Look for separate debug file in
13907 sysroot.
13908
13909 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13910
13911 * gdbarch.sh: Update the copyright year range that is placed into
13912 generated files.
13913
13914 2019-02-22 Keith Seitz <keiths@redhat.com>
13915
13916 PR symtab/23853
13917 * linespec.c (create_sals_line_offset): Search for the default
13918 symtab's filename instead of its fullname.
13919
13920 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13921
13922 * NEWS: Update style defaults.
13923
13924 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13925
13926 * main.c (captured_main_1): Disable styling in batch mode.
13927
13928 2019-02-20 Tom Tromey <tom@tromey.com>
13929
13930 * symtab.c (symtab_symbol_info): Fix typos.
13931
13932 2019-02-20 Tom Tromey <tromey@adacore.com>
13933
13934 * findcmd.c (_initialize_mem_search): Use upper case for
13935 metasyntactic variables.
13936
13937 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13938
13939 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13940 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13941
13942 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13943
13944 * top.h (source_file_name): Change to std::string.
13945 * top.c (source_file_name): Likewise.
13946 (command_line_input): Adjust.
13947 * cli/cli-script.c (script_from_file): Adjust.
13948
13949 2019-02-19 Tom Tromey <tromey@adacore.com>
13950
13951 * ravenscar-thread.c
13952 (ravenscar_thread_target::update_thread_list): Don't call
13953 ada_build_task_list.
13954 * ada-lang.h (ada_build_task_list): Don't declare.
13955 * ada-tasks.c (struct ada_tasks_inferior_data)
13956 <task_list_valid_p>: Now bool.
13957 (read_known_tasks, ada_task_list_changed)
13958 (ada_tasks_invalidate_inferior_data): Update.
13959 (read_known_tasks_array): Return bool.
13960 (read_known_tasks_list): Likewise.
13961 (read_known_tasks): Return void.
13962 (ada_build_task_list): Now static.
13963
13964 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13965
13966 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13967 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13968
13969 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13970
13971 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13972 variant for ada_tasks_pspace_data_handle and
13973 ada_tasks_inferior_data_handle.
13974 (ada_tasks_pspace_data_cleanup): New function.
13975 (ada_tasks_inferior_data_cleanup): New function.
13976
13977 2019-02-17 Tom Tromey <tom@tromey.com>
13978
13979 * macrotab.h (macro_source_fullname): Return a std::string.
13980 * macrotab.c (macro_include, check_for_redefinition)
13981 (macro_undef, macro_lookup_definition, foreach_macro)
13982 (foreach_macro_in_scope): Update.
13983 (macro_source_fullname): Return a std::string.
13984 * macrocmd.c (show_pp_source_pos): Update.
13985
13986 2019-02-17 Tom Tromey <tom@tromey.com>
13987
13988 * macrocmd.c (show_pp_source_pos): Style the file names.
13989
13990 2019-02-17 Tom Tromey <tom@tromey.com>
13991
13992 PR tui/24197:
13993 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13994
13995 2019-02-17 Tom Tromey <tom@tromey.com>
13996
13997 * ada-lang.c (user_select_syms): Use filtered printing.
13998 * utils.c (wrap_style): New global.
13999 (desired_style): Remove.
14000 (emit_style_escape): Add stream parameter.
14001 (set_output_style, reset_terminal_style, prompt_for_continue):
14002 Update.
14003 (flush_wrap_buffer): Only flush gdb_stdout.
14004 (wrap_here): Set wrap_style.
14005 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14006 treat escape sequences as a character. Change when wrap buffer is
14007 flushed.
14008 (fputs_styled): Do not set the output style when the default is
14009 requested.
14010 * ui-style.h (struct ui_file_style) <is_default>: New method.
14011 * source.c (print_source_lines_base): Emit escape sequences in one
14012 piece.
14013
14014 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14015
14016 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14017 integers and enumeration types.
14018
14019 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14020
14021 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14022 instead of lookup_symbol_in_language
14023 (do_exact_match): New function.
14024 (ada_get_symbol_name_matcher): Return do_exact_match when
14025 doing a verbatim match.
14026
14027 2019-02-15 Tom Tromey <tromey@adacore.com>
14028
14029 * ravenscar-thread.c (ravenscar_thread_target::resume)
14030 (ravenscar_thread_target::wait): Special case wildcard requests.
14031
14032 2019-02-15 Tom Tromey <tromey@adacore.com>
14033
14034 * ravenscar-thread.c (base_ptid): Remove.
14035 (struct ravenscar_thread_target) <close>: New method.
14036 <m_base_ptid>: New member.
14037 <update_inferior_ptid, active_task, task_is_currently_active,
14038 runtime_initialized>: Declare methods.
14039 <ravenscar_thread_target>: Add constructor.
14040 (ravenscar_thread_target::task_is_currently_active)
14041 (ravenscar_thread_target::update_inferior_ptid)
14042 (ravenscar_runtime_initialized): Rename. Now methods.
14043 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14044 (ravenscar_thread_target::update_thread_list): Update.
14045 (ravenscar_thread_target::active_task): Now method.
14046 (ravenscar_thread_target::store_registers)
14047 (ravenscar_thread_target::prepare_to_store)
14048 (ravenscar_thread_target::prepare_to_store)
14049 (ravenscar_thread_target::mourn_inferior): Update.
14050 (ravenscar_inferior_created): Use "new" to create target.
14051 (ravenscar_thread_target::get_ada_task_ptid): Update.
14052 (_initialize_ravenscar): Don't initialize base_ptid.
14053 (ravenscar_ops): Remove global.
14054
14055 2019-02-15 Tom Tromey <tromey@adacore.com>
14056
14057 * target.h (push_target): Declare new overload.
14058 * target.c (push_target): New overload, taking an rvalue reference.
14059 * remote.c (remote_target::open_1): Use push_target overload.
14060 * corelow.c (core_target_open): Use push_target overload.
14061
14062 2019-02-15 Tom Tromey <tromey@adacore.com>
14063
14064 * ravenscar-thread.c (is_ravenscar_task)
14065 (ravenscar_task_is_currently_active): Return bool.
14066 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14067 (_initialize_ravenscar): Remove "(void)".
14068 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14069 Return bool.
14070
14071 2019-02-15 Tom Tromey <tromey@adacore.com>
14072
14073 * ravenscar-thread.c (ravenscar_runtime_initializer)
14074 (has_ravenscar_runtime, get_running_thread_id)
14075 (ravenscar_thread_target::resume): Fix indentation.
14076
14077 2019-02-15 Tom Tromey <tromey@adacore.com>
14078
14079 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14080 from ravenscar_arch_ops.
14081 (sparc_ravenscar_ops::fetch_registers)
14082 (sparc_ravenscar_ops::store_registers): Now methods.
14083 (sparc_ravenscar_prepare_to_store): Remove.
14084 (sparc_ravenscar_ops): Redefine.
14085 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14086 methods and destructor. Remove members.
14087 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14088 (ravenscar_thread_target::store_registers)
14089 (ravenscar_thread_target::prepare_to_store): Update.
14090 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14091 Remove.
14092 (struct ppc_ravenscar_powerpc_ops): Derive from
14093 ravenscar_arch_ops.
14094 (ppc_ravenscar_powerpc_ops::fetch_registers)
14095 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14096 (ppc_ravenscar_powerpc_ops): Redefine.
14097 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14098 (ppc_ravenscar_e500_ops::fetch_registers)
14099 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14100 (ppc_ravenscar_e500_ops): Redefine.
14101 * aarch64-ravenscar-thread.c
14102 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14103 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14104 (aarch64_ravenscar_fetch_registers)
14105 (aarch64_ravenscar_store_registers): Now methods.
14106 (aarch64_ravenscar_ops): Redefine.
14107
14108 2019-02-15 Tom Tromey <tromey@adacore.com>
14109
14110 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14111 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14112 (ravenscar_thread_target::stopped_by_watchpoint)
14113 (ravenscar_thread_target::stopped_data_address)
14114 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14115
14116 2019-02-15 Tom Tromey <tromey@adacore.com>
14117
14118 * ravenscar-thread.c: Fix some typos.
14119
14120 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14121 Tom Tromey <tromey@adacore.com>
14122
14123 * ada-lang.c (ada_exception_sal): Change addr_string to a
14124 std::string.
14125 (create_ada_exception_catchpoint): Update.
14126
14127 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14128 Tom Tromey <tromey@adacore.com>
14129
14130 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14131 (bp_location_ops): Remove.
14132 (base_breakpoint_allocate_location): Update.
14133 (free_bp_location): Update.
14134 * ada-lang.c (class ada_catchpoint_location)
14135 <ada_catchpoint_location>: Remove ops parameter.
14136 (ada_catchpoint_location_dtor): Remove.
14137 (ada_catchpoint_location_ops): Remove.
14138 (allocate_location_exception): Update.
14139 * breakpoint.h (struct bp_location_ops): Remove.
14140 (class bp_location) <bp_location>: Remove bp_location_ops
14141 parameter.
14142 <~bp_location>: Add destructor.
14143 <ops>: Remove.
14144
14145 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14146 Pedro Alves <palves@redhat.com>
14147
14148 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14149 'PATH_MAX'.
14150
14151 2019-02-14 David Michael <fedora.dm0@gmail.com>
14152 Samuel Thibault <samuel.thibault@gnu.org>
14153 Thomas Schwinge <thomas@codesourcery.com>
14154
14155 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14156 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14157
14158 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14159
14160 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14161 (check_empty): Use "const char *".
14162
14163 * gnu-nat.c (gnu_nat_target::detach): Instead of
14164 'detach_inferior (pid)' call
14165 'detach_inferior (find_inferior_pid (pid))'.
14166
14167 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14168 'nat/fork-inferior.o'.
14169 * gnu-nat.c: #include "nat/fork-inferior.h".
14170
14171 * gnu-nat.c (gnu_nat_target::detach): Instead of
14172 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14173 * gnu-nat.h: #include "inf-child.h".
14174 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14175 'i386_gnu_nat_target::fetch_registers'.
14176 (gnu_store_registers): Rename/move to
14177 'i386_gnu_nat_target::store_registers'.
14178
14179 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14180 * gnu-nat.h (mach_thread_info): New function.
14181 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14182
14183 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14184
14185 2019-02-14 Frederic Konrad <konrad@adacore.com>
14186
14187 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14188
14189 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14190
14191 * windows-nat.c (windows_add_thread): Add new parameter
14192 "main_thread_p" with default value set to false. Update
14193 function documentation as well as all callers.
14194 (windows_delete_thread): Likewise.
14195 (fake_create_process): Update call to windows_add_thread.
14196 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14197 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14198 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14199 call to windows_delete_thread.
14200
14201 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14202
14203 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14204
14205 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14206
14207 * symfile.c (find_separate_debug_file): Use canonical path of
14208 sysroot with child_path instead of gdb_sysroot if it is valid.
14209
14210 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14211
14212 * symfile.c (find_separate_debug_file): Use child_path to
14213 determine if an object file is under a sysroot.
14214
14215 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14216
14217 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14218 unittests/child-path-selftests.c.
14219 * common/pathstuff.c (child_path): New function.
14220 * common/pathstuff.h (child_path): New prototype.
14221 * unittests/child-path-selftests.c: New file.
14222
14223 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14224
14225 * symfile.c (find_separate_debug_file): Look for separate debug
14226 files in debug directories under the sysroot.
14227
14228 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14229
14230 * symtab.h (struct minimal_symbol data_p): New const method.
14231 (struct minimal_symbol text_p): Likewise.
14232 * symtab.c (output_source_filename): Use file name style
14233 to print file name.
14234 (print_symbol_info): Likewise.
14235 (print_msymbol_info): Use address style to print addresses.
14236 Use function name style to print executable text symbols.
14237 (expand_symtab_containing_pc): Use data_p.
14238 (find_pc_sect_compunit_symtab): Likewise.
14239
14240 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14241
14242 * breakpoint.c (describe_other_breakpoints): Use address style
14243 to print addresses.
14244 (say_where): Likewise.
14245
14246 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14247
14248 * ada-typeprint.c (print_func_type): Print function name
14249 style to print function name.
14250 * c-typeprint.c (c_print_type_1): Likewise.
14251
14252 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14253
14254 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14255 for execve.
14256
14257 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14258
14259 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14260 type_stack.
14261
14262 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14263
14264 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14265 TYPE_CODE_REF types.
14266
14267 2019-02-08 Jim Wilson <jimw@sifive.com>
14268
14269 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14270 (riscv_linux_fregset): New.
14271 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14272
14273 2019-02-07 Tom Tromey <tom@tromey.com>
14274
14275 * thread.c (thread_cancel_execution_command): Update.
14276 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14277 methods.
14278 (struct thread_fsm_ops): Remove.
14279 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14280 (thread_fsm_should_stop, thread_fsm_return_value)
14281 (thread_fsm_set_finished, thread_fsm_finished_p)
14282 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14283 Don't declare.
14284 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14285 * infrun.c (clear_proceed_status_thread)
14286 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14287 (print_stop_event): Update.
14288 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14289 Add constructor.
14290 (step_command_fsm_ops): Remove.
14291 (new_step_command_fsm): Remove.
14292 (step_1): Update.
14293 (step_command_fsm::should_stop): Rename from
14294 step_command_fsm_should_stop.
14295 (step_command_fsm::clean_up): Rename from
14296 step_command_fsm_clean_up.
14297 (step_command_fsm::do_async_reply_reason): Rename from
14298 step_command_fsm_async_reply_reason.
14299 (struct until_next_fsm): Inherit from thread_fsm. Add
14300 constructor.
14301 (until_next_fsm_ops): Remove.
14302 (new_until_next_fsm): Remove.
14303 (until_next_fsm::should_stop): Rename from
14304 until_next_fsm_should_stop.
14305 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14306 (until_next_fsm::do_async_reply_reason): Rename from
14307 until_next_fsm_async_reply_reason.
14308 (struct finish_command_fsm): Inherit from thread_fsm. Add
14309 constructor. Change type of breakpoint.
14310 (finish_command_fsm_ops): Remove.
14311 (new_finish_command_fsm): Remove.
14312 (finish_command_fsm::should_stop): Rename from
14313 finish_command_fsm_should_stop.
14314 (finish_command_fsm::clean_up): Rename from
14315 finish_command_fsm_clean_up.
14316 (finish_command_fsm::return_value): Rename from
14317 finish_command_fsm_return_value.
14318 (finish_command_fsm::do_async_reply_reason): Rename from
14319 finish_command_fsm_async_reply_reason.
14320 (finish_command): Update.
14321 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14322 Add constructor.
14323 (call_thread_fsm_ops): Remove.
14324 (call_thread_fsm::call_thread_fsm): Rename from
14325 new_call_thread_fsm.
14326 (call_thread_fsm::should_stop): Rename from
14327 call_thread_fsm_should_stop.
14328 (call_thread_fsm::should_notify_stop): Rename from
14329 call_thread_fsm_should_notify_stop.
14330 (run_inferior_call, call_function_by_hand_dummy): Update.
14331 * cli/cli-interp.c (should_print_stop_to_console): Update.
14332 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14333 Add constructor. Change type of location_breakpoint,
14334 caller_breakpoint.
14335 (until_break_fsm_ops): Remove.
14336 (new_until_break_fsm): Remove.
14337 (until_break_fsm::should_stop): Rename from
14338 until_break_fsm_should_stop.
14339 (until_break_fsm::clean_up): Rename from
14340 until_break_fsm_clean_up.
14341 (until_break_fsm::do_async_reply_reason): Rename from
14342 until_break_fsm_async_reply_reason.
14343 (until_break_command): Update.
14344 * thread-fsm.c: Remove.
14345 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14346
14347 2019-02-07 Tom Tromey <tom@tromey.com>
14348
14349 * yy-remap.h: Add include guard.
14350 * xtensa-tdep.h: Add include guard.
14351 * xcoffread.h: Rename include guard.
14352 * varobj-iter.h: Add include guard.
14353 * tui/tui.h: Rename include guard.
14354 * tui/tui-winsource.h: Rename include guard.
14355 * tui/tui-wingeneral.h: Rename include guard.
14356 * tui/tui-windata.h: Rename include guard.
14357 * tui/tui-win.h: Rename include guard.
14358 * tui/tui-stack.h: Rename include guard.
14359 * tui/tui-source.h: Rename include guard.
14360 * tui/tui-regs.h: Rename include guard.
14361 * tui/tui-out.h: Rename include guard.
14362 * tui/tui-layout.h: Rename include guard.
14363 * tui/tui-io.h: Rename include guard.
14364 * tui/tui-hooks.h: Rename include guard.
14365 * tui/tui-file.h: Rename include guard.
14366 * tui/tui-disasm.h: Rename include guard.
14367 * tui/tui-data.h: Rename include guard.
14368 * tui/tui-command.h: Rename include guard.
14369 * tic6x-tdep.h: Add include guard.
14370 * target/waitstatus.h: Rename include guard.
14371 * target/wait.h: Rename include guard.
14372 * target/target.h: Rename include guard.
14373 * target/resume.h: Rename include guard.
14374 * target-float.h: Rename include guard.
14375 * stabsread.h: Add include guard.
14376 * rs6000-tdep.h: Add include guard.
14377 * riscv-fbsd-tdep.h: Add include guard.
14378 * regformats/regdef.h: Rename include guard.
14379 * record.h: Rename include guard.
14380 * python/python.h: Rename include guard.
14381 * python/python-internal.h: Rename include guard.
14382 * python/py-stopevent.h: Rename include guard.
14383 * python/py-ref.h: Rename include guard.
14384 * python/py-record.h: Rename include guard.
14385 * python/py-record-full.h: Rename include guard.
14386 * python/py-record-btrace.h: Rename include guard.
14387 * python/py-instruction.h: Rename include guard.
14388 * python/py-events.h: Rename include guard.
14389 * python/py-event.h: Rename include guard.
14390 * procfs.h: Add include guard.
14391 * proc-utils.h: Add include guard.
14392 * p-lang.h: Add include guard.
14393 * or1k-tdep.h: Rename include guard.
14394 * observable.h: Rename include guard.
14395 * nto-tdep.h: Rename include guard.
14396 * nat/x86-linux.h: Rename include guard.
14397 * nat/x86-linux-dregs.h: Rename include guard.
14398 * nat/x86-gcc-cpuid.h: Add include guard.
14399 * nat/x86-dregs.h: Rename include guard.
14400 * nat/x86-cpuid.h: Rename include guard.
14401 * nat/ppc-linux.h: Rename include guard.
14402 * nat/mips-linux-watch.h: Rename include guard.
14403 * nat/linux-waitpid.h: Rename include guard.
14404 * nat/linux-ptrace.h: Rename include guard.
14405 * nat/linux-procfs.h: Rename include guard.
14406 * nat/linux-osdata.h: Rename include guard.
14407 * nat/linux-nat.h: Rename include guard.
14408 * nat/linux-namespaces.h: Rename include guard.
14409 * nat/linux-btrace.h: Rename include guard.
14410 * nat/glibc_thread_db.h: Rename include guard.
14411 * nat/gdb_thread_db.h: Rename include guard.
14412 * nat/gdb_ptrace.h: Rename include guard.
14413 * nat/fork-inferior.h: Rename include guard.
14414 * nat/amd64-linux-siginfo.h: Rename include guard.
14415 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14416 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14417 * nat/aarch64-linux.h: Rename include guard.
14418 * nat/aarch64-linux-hw-point.h: Rename include guard.
14419 * mn10300-tdep.h: Add include guard.
14420 * mips-linux-tdep.h: Add include guard.
14421 * mi/mi-parse.h: Rename include guard.
14422 * mi/mi-out.h: Rename include guard.
14423 * mi/mi-main.h: Rename include guard.
14424 * mi/mi-interp.h: Rename include guard.
14425 * mi/mi-getopt.h: Rename include guard.
14426 * mi/mi-console.h: Rename include guard.
14427 * mi/mi-common.h: Rename include guard.
14428 * mi/mi-cmds.h: Rename include guard.
14429 * mi/mi-cmd-break.h: Rename include guard.
14430 * m2-lang.h: Add include guard.
14431 * location.h: Rename include guard.
14432 * linux-record.h: Rename include guard.
14433 * linux-nat.h: Add include guard.
14434 * linux-fork.h: Add include guard.
14435 * i386-darwin-tdep.h: Rename include guard.
14436 * hppa-linux-offsets.h: Add include guard.
14437 * guile/guile.h: Rename include guard.
14438 * guile/guile-internal.h: Rename include guard.
14439 * gnu-nat.h: Rename include guard.
14440 * gdb-stabs.h: Rename include guard.
14441 * frv-tdep.h: Add include guard.
14442 * f-lang.h: Add include guard.
14443 * event-loop.h: Add include guard.
14444 * darwin-nat.h: Rename include guard.
14445 * cp-abi.h: Rename include guard.
14446 * config/sparc/nm-sol2.h: Rename include guard.
14447 * config/nm-nto.h: Rename include guard.
14448 * config/nm-linux.h: Add include guard.
14449 * config/i386/nm-i386gnu.h: Rename include guard.
14450 * config/djgpp/nl_types.h: Rename include guard.
14451 * config/djgpp/langinfo.h: Rename include guard.
14452 * compile/gcc-cp-plugin.h: Add include guard.
14453 * compile/gcc-c-plugin.h: Add include guard.
14454 * compile/compile.h: Rename include guard.
14455 * compile/compile-object-run.h: Rename include guard.
14456 * compile/compile-object-load.h: Rename include guard.
14457 * compile/compile-internal.h: Rename include guard.
14458 * compile/compile-cplus.h: Rename include guard.
14459 * compile/compile-c.h: Rename include guard.
14460 * common/xml-utils.h: Rename include guard.
14461 * common/x86-xstate.h: Rename include guard.
14462 * common/version.h: Rename include guard.
14463 * common/vec.h: Rename include guard.
14464 * common/tdesc.h: Rename include guard.
14465 * common/selftest.h: Rename include guard.
14466 * common/scoped_restore.h: Rename include guard.
14467 * common/scoped_mmap.h: Rename include guard.
14468 * common/scoped_fd.h: Rename include guard.
14469 * common/safe-iterator.h: Rename include guard.
14470 * common/run-time-clock.h: Rename include guard.
14471 * common/refcounted-object.h: Rename include guard.
14472 * common/queue.h: Rename include guard.
14473 * common/ptid.h: Rename include guard.
14474 * common/print-utils.h: Rename include guard.
14475 * common/preprocessor.h: Rename include guard.
14476 * common/pathstuff.h: Rename include guard.
14477 * common/observable.h: Rename include guard.
14478 * common/netstuff.h: Rename include guard.
14479 * common/job-control.h: Rename include guard.
14480 * common/host-defs.h: Rename include guard.
14481 * common/gdb_wait.h: Rename include guard.
14482 * common/gdb_vecs.h: Rename include guard.
14483 * common/gdb_unlinker.h: Rename include guard.
14484 * common/gdb_unique_ptr.h: Rename include guard.
14485 * common/gdb_tilde_expand.h: Rename include guard.
14486 * common/gdb_sys_time.h: Rename include guard.
14487 * common/gdb_string_view.h: Rename include guard.
14488 * common/gdb_splay_tree.h: Rename include guard.
14489 * common/gdb_setjmp.h: Rename include guard.
14490 * common/gdb_ref_ptr.h: Rename include guard.
14491 * common/gdb_optional.h: Rename include guard.
14492 * common/gdb_locale.h: Rename include guard.
14493 * common/gdb_assert.h: Rename include guard.
14494 * common/filtered-iterator.h: Rename include guard.
14495 * common/filestuff.h: Rename include guard.
14496 * common/fileio.h: Rename include guard.
14497 * common/environ.h: Rename include guard.
14498 * common/common-utils.h: Rename include guard.
14499 * common/common-types.h: Rename include guard.
14500 * common/common-regcache.h: Rename include guard.
14501 * common/common-inferior.h: Rename include guard.
14502 * common/common-gdbthread.h: Rename include guard.
14503 * common/common-exceptions.h: Rename include guard.
14504 * common/common-defs.h: Rename include guard.
14505 * common/common-debug.h: Rename include guard.
14506 * common/cleanups.h: Rename include guard.
14507 * common/buffer.h: Rename include guard.
14508 * common/btrace-common.h: Rename include guard.
14509 * common/break-common.h: Rename include guard.
14510 * cli/cli-utils.h: Rename include guard.
14511 * cli/cli-style.h: Rename include guard.
14512 * cli/cli-setshow.h: Rename include guard.
14513 * cli/cli-script.h: Rename include guard.
14514 * cli/cli-interp.h: Rename include guard.
14515 * cli/cli-decode.h: Rename include guard.
14516 * cli/cli-cmds.h: Rename include guard.
14517 * charset-list.h: Add include guard.
14518 * buildsym-legacy.h: Rename include guard.
14519 * bfin-tdep.h: Add include guard.
14520 * ax.h: Rename include guard.
14521 * arm-linux-tdep.h: Add include guard.
14522 * arm-fbsd-tdep.h: Add include guard.
14523 * arch/xtensa.h: Rename include guard.
14524 * arch/tic6x.h: Add include guard.
14525 * arch/i386.h: Add include guard.
14526 * arch/arm.h: Rename include guard.
14527 * arch/arm-linux.h: Rename include guard.
14528 * arch/arm-get-next-pcs.h: Rename include guard.
14529 * arch/amd64.h: Add include guard.
14530 * arch/aarch64-insn.h: Rename include guard.
14531 * arch-utils.h: Rename include guard.
14532 * annotate.h: Add include guard.
14533 * amd64-darwin-tdep.h: Rename include guard.
14534 * aarch64-linux-tdep.h: Add include guard.
14535 * aarch64-fbsd-tdep.h: Add include guard.
14536 * aarch32-linux-nat.h: Add include guard.
14537
14538 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14539
14540 * macrotab.c (macro_define_internal): New function that
14541 factorizes macro_define_object_internal and macro_define_function
14542 code.
14543 (macro_define_object_internal): Use macro_define_internal.
14544 (macro_define_function): Likewise.
14545
14546 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14547
14548 * macrocmd.c (extract_identifier): Return
14549 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14550 callers.
14551
14552 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14553
14554 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14555
14556 2019-02-05 Tom Tromey <tom@tromey.com>
14557
14558 * target.c (target_stack::unpush): Move assertion earlier.
14559
14560 2019-01-30 Tom Tromey <tom@tromey.com>
14561
14562 PR python/23615:
14563 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14564 (gdbpy_parse_and_eval): Likewise.
14565 * python/python-internal.h (gdbpy_allow_threads): New class.
14566
14567 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14568
14569 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14570 (aarch64_fbsd_fpregmap): Move earlier.
14571 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14572 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14573 instead of individual calls to trad_frame_set_reg_addr.
14574 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14575 earlier.
14576 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14577 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14578 instead of individual calls to trad_frame_set_reg_addr.
14579
14580 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14581
14582 * CONTRIBUTE: Replace contribution list with wiki link.
14583
14584 2019-01-25 Tom Tromey <tom@tromey.com>
14585
14586 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14587
14588 2019-01-25 Tom Tromey <tom@tromey.com>
14589
14590 * xtensa-linux-nat.c: Fix common/ includes.
14591 * xml-support.h: Fix common/ includes.
14592 * xml-support.c: Fix common/ includes.
14593 * x86-linux-nat.c: Fix common/ includes.
14594 * windows-nat.c: Fix common/ includes.
14595 * varobj.h: Fix common/ includes.
14596 * varobj.c: Fix common/ includes.
14597 * value.c: Fix common/ includes.
14598 * valops.c: Fix common/ includes.
14599 * utils.c: Fix common/ includes.
14600 * unittests/xml-utils-selftests.c: Fix common/ includes.
14601 * unittests/utils-selftests.c: Fix common/ includes.
14602 * unittests/unpack-selftests.c: Fix common/ includes.
14603 * unittests/tracepoint-selftests.c: Fix common/ includes.
14604 * unittests/style-selftests.c: Fix common/ includes.
14605 * unittests/string_view-selftests.c: Fix common/ includes.
14606 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14607 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14608 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14609 * unittests/rsp-low-selftests.c: Fix common/ includes.
14610 * unittests/parse-connection-spec-selftests.c: Fix common/
14611 includes.
14612 * unittests/optional-selftests.c: Fix common/ includes.
14613 * unittests/offset-type-selftests.c: Fix common/ includes.
14614 * unittests/observable-selftests.c: Fix common/ includes.
14615 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14616 * unittests/memrange-selftests.c: Fix common/ includes.
14617 * unittests/memory-map-selftests.c: Fix common/ includes.
14618 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14619 * unittests/function-view-selftests.c: Fix common/ includes.
14620 * unittests/environ-selftests.c: Fix common/ includes.
14621 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14622 * unittests/common-utils-selftests.c: Fix common/ includes.
14623 * unittests/cli-utils-selftests.c: Fix common/ includes.
14624 * unittests/array-view-selftests.c: Fix common/ includes.
14625 * ui-file.c: Fix common/ includes.
14626 * tui/tui-io.c: Fix common/ includes.
14627 * tracepoint.h: Fix common/ includes.
14628 * tracepoint.c: Fix common/ includes.
14629 * tracefile-tfile.c: Fix common/ includes.
14630 * top.h: Fix common/ includes.
14631 * top.c: Fix common/ includes.
14632 * thread.c: Fix common/ includes.
14633 * target/waitstatus.h: Fix common/ includes.
14634 * target/waitstatus.c: Fix common/ includes.
14635 * target.h: Fix common/ includes.
14636 * target.c: Fix common/ includes.
14637 * target-memory.c: Fix common/ includes.
14638 * target-descriptions.c: Fix common/ includes.
14639 * symtab.h: Fix common/ includes.
14640 * symfile.c: Fix common/ includes.
14641 * stap-probe.c: Fix common/ includes.
14642 * spu-linux-nat.c: Fix common/ includes.
14643 * sparc-nat.c: Fix common/ includes.
14644 * source.c: Fix common/ includes.
14645 * solib.c: Fix common/ includes.
14646 * solib-target.c: Fix common/ includes.
14647 * ser-unix.c: Fix common/ includes.
14648 * ser-tcp.c: Fix common/ includes.
14649 * ser-pipe.c: Fix common/ includes.
14650 * ser-base.c: Fix common/ includes.
14651 * selftest-arch.c: Fix common/ includes.
14652 * s12z-tdep.c: Fix common/ includes.
14653 * rust-exp.y: Fix common/ includes.
14654 * rs6000-aix-tdep.c: Fix common/ includes.
14655 * riscv-tdep.c: Fix common/ includes.
14656 * remote.c: Fix common/ includes.
14657 * remote-notif.h: Fix common/ includes.
14658 * remote-fileio.h: Fix common/ includes.
14659 * remote-fileio.c: Fix common/ includes.
14660 * regcache.h: Fix common/ includes.
14661 * regcache.c: Fix common/ includes.
14662 * record-btrace.c: Fix common/ includes.
14663 * python/python.c: Fix common/ includes.
14664 * python/py-type.c: Fix common/ includes.
14665 * python/py-inferior.c: Fix common/ includes.
14666 * progspace.h: Fix common/ includes.
14667 * producer.c: Fix common/ includes.
14668 * procfs.c: Fix common/ includes.
14669 * proc-api.c: Fix common/ includes.
14670 * printcmd.c: Fix common/ includes.
14671 * ppc-linux-nat.c: Fix common/ includes.
14672 * parser-defs.h: Fix common/ includes.
14673 * osdata.c: Fix common/ includes.
14674 * obsd-nat.c: Fix common/ includes.
14675 * nat/x86-linux.c: Fix common/ includes.
14676 * nat/x86-linux-dregs.c: Fix common/ includes.
14677 * nat/x86-dregs.h: Fix common/ includes.
14678 * nat/x86-dregs.c: Fix common/ includes.
14679 * nat/ppc-linux.c: Fix common/ includes.
14680 * nat/mips-linux-watch.h: Fix common/ includes.
14681 * nat/mips-linux-watch.c: Fix common/ includes.
14682 * nat/linux-waitpid.c: Fix common/ includes.
14683 * nat/linux-ptrace.h: Fix common/ includes.
14684 * nat/linux-ptrace.c: Fix common/ includes.
14685 * nat/linux-procfs.c: Fix common/ includes.
14686 * nat/linux-personality.c: Fix common/ includes.
14687 * nat/linux-osdata.c: Fix common/ includes.
14688 * nat/linux-namespaces.c: Fix common/ includes.
14689 * nat/linux-btrace.h: Fix common/ includes.
14690 * nat/linux-btrace.c: Fix common/ includes.
14691 * nat/fork-inferior.c: Fix common/ includes.
14692 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14693 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14694 * nat/aarch64-linux.c: Fix common/ includes.
14695 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14696 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14697 * namespace.h: Fix common/ includes.
14698 * mips-linux-tdep.c: Fix common/ includes.
14699 * minsyms.c: Fix common/ includes.
14700 * mi/mi-parse.h: Fix common/ includes.
14701 * mi/mi-main.c: Fix common/ includes.
14702 * mi/mi-cmd-env.c: Fix common/ includes.
14703 * memrange.h: Fix common/ includes.
14704 * memattr.c: Fix common/ includes.
14705 * maint.h: Fix common/ includes.
14706 * maint.c: Fix common/ includes.
14707 * main.c: Fix common/ includes.
14708 * machoread.c: Fix common/ includes.
14709 * location.c: Fix common/ includes.
14710 * linux-thread-db.c: Fix common/ includes.
14711 * linux-nat.c: Fix common/ includes.
14712 * linux-fork.c: Fix common/ includes.
14713 * inline-frame.c: Fix common/ includes.
14714 * infrun.c: Fix common/ includes.
14715 * inflow.c: Fix common/ includes.
14716 * inferior.h: Fix common/ includes.
14717 * inferior.c: Fix common/ includes.
14718 * infcmd.c: Fix common/ includes.
14719 * inf-ptrace.c: Fix common/ includes.
14720 * inf-child.c: Fix common/ includes.
14721 * ia64-linux-nat.c: Fix common/ includes.
14722 * i387-tdep.c: Fix common/ includes.
14723 * i386-tdep.c: Fix common/ includes.
14724 * i386-linux-tdep.c: Fix common/ includes.
14725 * i386-linux-nat.c: Fix common/ includes.
14726 * i386-go32-tdep.c: Fix common/ includes.
14727 * i386-fbsd-tdep.c: Fix common/ includes.
14728 * i386-fbsd-nat.c: Fix common/ includes.
14729 * guile/scm-type.c: Fix common/ includes.
14730 * guile/guile.c: Fix common/ includes.
14731 * go32-nat.c: Fix common/ includes.
14732 * gnu-nat.c: Fix common/ includes.
14733 * gdbthread.h: Fix common/ includes.
14734 * gdbarch-selftests.c: Fix common/ includes.
14735 * gdb_usleep.c: Fix common/ includes.
14736 * gdb_select.h: Fix common/ includes.
14737 * gdb_bfd.c: Fix common/ includes.
14738 * gcore.c: Fix common/ includes.
14739 * fork-child.c: Fix common/ includes.
14740 * findvar.c: Fix common/ includes.
14741 * fbsd-nat.c: Fix common/ includes.
14742 * event-top.c: Fix common/ includes.
14743 * event-loop.c: Fix common/ includes.
14744 * dwarf2read.c: Fix common/ includes.
14745 * dwarf2loc.c: Fix common/ includes.
14746 * dwarf2-frame.c: Fix common/ includes.
14747 * dwarf-index-cache.c: Fix common/ includes.
14748 * dtrace-probe.c: Fix common/ includes.
14749 * disasm-selftests.c: Fix common/ includes.
14750 * defs.h: Fix common/ includes.
14751 * csky-tdep.c: Fix common/ includes.
14752 * cp-valprint.c: Fix common/ includes.
14753 * cp-support.h: Fix common/ includes.
14754 * cp-support.c: Fix common/ includes.
14755 * corelow.c: Fix common/ includes.
14756 * completer.h: Fix common/ includes.
14757 * completer.c: Fix common/ includes.
14758 * compile/compile.c: Fix common/ includes.
14759 * compile/compile-loc2c.c: Fix common/ includes.
14760 * compile/compile-cplus-types.c: Fix common/ includes.
14761 * compile/compile-cplus-symbols.c: Fix common/ includes.
14762 * command.h: Fix common/ includes.
14763 * cli/cli-dump.c: Fix common/ includes.
14764 * cli/cli-cmds.c: Fix common/ includes.
14765 * charset.c: Fix common/ includes.
14766 * build-id.c: Fix common/ includes.
14767 * btrace.h: Fix common/ includes.
14768 * btrace.c: Fix common/ includes.
14769 * breakpoint.h: Fix common/ includes.
14770 * breakpoint.c: Fix common/ includes.
14771 * ax.h:
14772 (enum agent_op): Fix common/ includes.
14773 * ax-general.c (struct aop_map): Fix common/ includes.
14774 * ax-gdb.c: Fix common/ includes.
14775 * auxv.c: Fix common/ includes.
14776 * auto-load.c: Fix common/ includes.
14777 * arm-tdep.c: Fix common/ includes.
14778 * arch/riscv.c: Fix common/ includes.
14779 * arch/ppc-linux-common.c: Fix common/ includes.
14780 * arch/i386.c: Fix common/ includes.
14781 * arch/arm.c: Fix common/ includes.
14782 * arch/arm-linux.c: Fix common/ includes.
14783 * arch/arm-get-next-pcs.c: Fix common/ includes.
14784 * arch/amd64.c: Fix common/ includes.
14785 * arch/aarch64.c: Fix common/ includes.
14786 * arch/aarch64-insn.c: Fix common/ includes.
14787 * arch-utils.c: Fix common/ includes.
14788 * amd64-windows-tdep.c: Fix common/ includes.
14789 * amd64-tdep.c: Fix common/ includes.
14790 * amd64-sol2-tdep.c: Fix common/ includes.
14791 * amd64-obsd-tdep.c: Fix common/ includes.
14792 * amd64-nbsd-tdep.c: Fix common/ includes.
14793 * amd64-linux-tdep.c: Fix common/ includes.
14794 * amd64-linux-nat.c: Fix common/ includes.
14795 * amd64-fbsd-tdep.c: Fix common/ includes.
14796 * amd64-fbsd-nat.c: Fix common/ includes.
14797 * amd64-dicos-tdep.c: Fix common/ includes.
14798 * amd64-darwin-tdep.c: Fix common/ includes.
14799 * agent.c: Fix common/ includes.
14800 * ada-lang.h: Fix common/ includes.
14801 * ada-lang.c: Fix common/ includes.
14802 * aarch64-tdep.c: Fix common/ includes.
14803
14804 2019-01-25 Tom Tromey <tom@tromey.com>
14805
14806 * common/create-version.sh: Use common/version.h.
14807
14808 2019-01-24 Pedro Alves <palves@redhat.com>
14809
14810 * infrun.c (signal_stop, signal_print, signal_program)
14811 (signal_catch, signal_pass): Now arrays instead of pointers.
14812 (update_signals_program_target, do_target_resume)
14813 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14814 * linux-nat.c (linux_nat_target::pass_signals)
14815 (linux_nat_target::create_inferior, linux_nat_target::attach):
14816 Adjust.
14817 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14818 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14819 * procfs.c (procfs_target::pass_signals): Adjust.
14820 * record-full.c (record_full_target::resume): Adjust.
14821 * remote.c (remote_target::pass_signals)
14822 (remote_target::program_signals): Adjust.
14823 * target-debug.h (target_debug_print_signals): Now takes a
14824 gdb::array_view as parameter. Adjust.
14825 * target.h (target_ops) <pass_signals, program_signals>: Replace
14826 pointer and length parameters with gdb::array_view.
14827 (target_pass_signals, target_program_signals): Likewise.
14828 * target-delegates.c: Regenerate.
14829
14830 2019-01-24 Pedro Alves <palves@redhat.com>
14831
14832 * common/forward-scope-exit.h
14833 (forward_scope_exit::forward_scope_exit): Pass arguments to
14834 m_bind_function directly, instead of creating a std::bind and
14835 copying that.
14836
14837 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14838
14839 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14840 for static members.
14841 (pass_in_v_vfp_candidate): Likewise.
14842
14843 2019-01-23 Tom Tromey <tom@tromey.com>
14844 Pedro Alves <palves@redhat.com>
14845
14846 * regcache.c (class regcache_invalidator): Remove.
14847 (regcache::raw_write): Use make_scope_exit.
14848
14849 2019-01-23 Tom Tromey <tom@tromey.com>
14850
14851 * ui-out.h (class ui_out_emit_type): Update comment.
14852
14853 2019-01-23 Tom Tromey <tom@tromey.com>
14854
14855 * infrun.c (fetch_inferior_event): Update comment.
14856
14857 2019-01-23 Tom Tromey <tom@tromey.com>
14858 Pedro Alves <palves@redhat.com>
14859
14860 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14861 parameter.
14862 (fetch_inferior_event): Use SCOPE_EXIT.
14863
14864
14865 2019-01-23 Tom Tromey <tom@tromey.com>
14866 Pedro Alves <palves@redhat.com>
14867
14868 * infrun.c (disable_thread_events): Delete.
14869 (stop_all_threads): Use SCOPE_EXIT.
14870
14871 2019-01-23 Tom Tromey <tom@tromey.com>
14872 Pedro Alves <palves@redhat.com>
14873
14874 * symfile.c: Include forward-scope-exit.h.
14875 (clear_symtab_users_cleanup): Replace forward declaration with
14876 a FORWARD_SCOPE_EXIT.
14877 (syms_from_objfile_1): Use the forward_scope_exit and
14878 gdb::optional instead of cleanup_function.
14879 (reread_symbols): Use the forward_scope_exit instead of
14880 cleanup_function.
14881 (clear_symtab_users_cleanup): Remove function.
14882
14883 2019-01-23 Tom Tromey <tom@tromey.com>
14884 Pedro Alves <palves@redhat.com>
14885
14886 * linux-nat.c: Include scope-exit.h.
14887 (cleanup_target_stop): Remove.
14888 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14889 SCOPE_EXIT.
14890
14891 2019-01-23 Tom Tromey <tom@tromey.com>
14892 Pedro Alves <palves@redhat.com>
14893
14894 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14895 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14896
14897 2019-01-23 Tom Tromey <tom@tromey.com>
14898 Andrew Burgess <andrew.burgess@embecosm.com>
14899 Pedro Alves <palves@redhat.com>
14900
14901 * infrun.c (fetch_inferior_event): Use scope_exit.
14902 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14903 * top.c (execute_command): Use scope_exit.
14904 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14905 * utils.c (do_bpstat_clear_actions_cleanup)
14906 (make_bpstat_clear_actions_cleanup): Remove.
14907
14908 2019-01-23 Tom Tromey <tom@tromey.com>
14909 Pedro Alves <palves@redhat.com>
14910
14911 * infrun.c: Include "common/scope-exit.h"
14912 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14913 (wait_for_inferior): Use SCOPE_EXIT.
14914 (fetch_inferior_event): Use scope_exit.
14915
14916 2019-01-23 Tom Tromey <tom@tromey.com>
14917 Pedro Alves <palves@redhat.com>
14918
14919 * breakpoint.c (create_breakpoint): Remove cleanup.
14920
14921 2019-01-23 Tom Tromey <tom@tromey.com>
14922 Andrew Burgess <andrew.burgess@embecosm.com>
14923 Pedro Alves <palves@redhat.com>
14924
14925 2019-01-23 Pedro Alves <palves@redhat.com>
14926
14927 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14928
14929 2019-01-23 Pedro Alves <palves@redhat.com>
14930 Andrew Burgess <andrew.burgess@embecosm.com>
14931
14932 * gdbthread.h: Include "common/forward-scope-exit.h".
14933 (scoped_finish_thread_state): Redefine custom class in terms of
14934 forward_scope_exit.
14935
14936 2019-01-23 Pedro Alves <palves@redhat.com>
14937 Andrew Burgess <andrew.burgess@embecosm.com>
14938
14939 * common/forward-scope-exit.h: New file.
14940
14941 2019-01-23 Pedro Alves <palves@redhat.com>
14942 Andrew Burgess <andrew.burgess@embecosm.com>
14943 Tom Tromey <tom@tromey.com>
14944
14945 * common/scope-exit.h: New file.
14946
14947 2019-01-23 Pedro Alves <palves@redhat.com>
14948
14949 * common/preprocessor.h (ESC): Rename to ...
14950 (ESC_PARENS): ... this.
14951 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14952 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14953
14954 2019-01-23 Tom Tromey <tom@tromey.com>
14955
14956 * language.h (class scoped_switch_to_sym_language_if_auto):
14957 Initialize m_lang in both cases.
14958
14959 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14960
14961 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14962 with XCNEW.
14963
14964 2019-01-22 Tom Tromey <tom@tromey.com>
14965
14966 * corelow.c: Do not include sys/file.h.
14967
14968 2019-01-22 Tom Tromey <tom@tromey.com>
14969
14970 * tui/tui-wingeneral.h: Include gdb_curses.h.
14971
14972 2019-01-22 Tom Tromey <tom@tromey.com>
14973
14974 * source-cache.h (class source_cache) <get_source_lines,
14975 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14976
14977 2019-01-22 Tom Tromey <tom@tromey.com>
14978
14979 * remote-fileio.h (struct remote_target): Declare.
14980
14981 2019-01-22 Tom Tromey <tom@tromey.com>
14982
14983 * python/py-arch.c: Do not include py-ref.h.
14984 * python/py-bpevent.c: Do not include py-ref.h.
14985 * python/py-cmd.c: Do not include py-ref.h.
14986 * python/py-continueevent.c: Do not include py-ref.h.
14987 * python/py-event.h: Do not include py-ref.h.
14988 * python/py-evtregistry.c: Do not include py-ref.h.
14989 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14990 * python/py-frame.c: Do not include py-ref.h.
14991 * python/py-framefilter.c: Do not include py-ref.h.
14992 * python/py-function.c: Do not include py-ref.h.
14993 * python/py-infevents.c: Do not include py-ref.h.
14994 * python/py-linetable.c: Do not include py-ref.h.
14995 * python/py-objfile.c: Do not include py-ref.h.
14996 * python/py-param.c: Do not include py-ref.h.
14997 * python/py-prettyprint.c: Do not include py-ref.h.
14998 * python/py-progspace.c: Do not include py-ref.h.
14999 * python/py-symbol.c: Do not include py-ref.h.
15000 * python/py-symtab.c: Do not include py-ref.h.
15001 * python/py-type.c: Do not include py-ref.h.
15002 * python/py-unwind.c: Do not include py-ref.h.
15003 * python/py-utils.c: Do not include py-ref.h.
15004 * python/py-value.c: Do not include py-ref.h.
15005 * python/py-varobj.c: Do not include py-ref.h.
15006 * python/py-xmethods.c: Do not include py-ref.h.
15007 * python/python.c: Do not include py-ref.h.
15008 * varobj.c: Do not include py-ref.h.
15009
15010 2019-01-22 Tom Tromey <tom@tromey.com>
15011
15012 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15013 keyword for bcache.
15014
15015 2019-01-22 Tom Tromey <tom@tromey.com>
15016
15017 * compile/compile-cplus-types.c: Remove a comment by #include.
15018
15019 2019-01-22 Tom Tromey <tom@tromey.com>
15020
15021 * compile/gcc-c-plugin.h: Include compile-internal.h.
15022
15023 2019-01-22 Tom Tromey <tom@tromey.com>
15024
15025 * stabsread.c (EXTERN): Do not define.
15026 (symnum, next_symbol_text_func, processing_gcc_compilation)
15027 (within_function, global_sym_chain, global_stabs)
15028 (previous_stab_code, this_object_header_files)
15029 (n_this_object_header_files)
15030 (n_allocated_this_object_header_files): Define.
15031 * stabsread.h (EXTERN): Never define. Use "extern".
15032
15033 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15034
15035 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15036 history_value.
15037
15038 2019-01-21 Tom Tromey <tom@tromey.com>
15039
15040 * ui-out.c: Fix includes.
15041 * tui/tui-source.c: Fix includes.
15042 * target.c: Fix includes.
15043 * remote.c: Fix includes.
15044 * regcache.c: Fix includes.
15045 * python/py-block.c: Fix includes.
15046 * printcmd.c: Fix includes.
15047 * or1k-tdep.c: Fix includes.
15048 * mi/mi-main.c: Fix includes.
15049 * m32r-tdep.c: Fix includes.
15050 * csky-tdep.c: Fix includes.
15051 * compile/compile-cplus-types.c: Fix includes.
15052 * cli/cli-interp.c: Fix includes.
15053
15054 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15055
15056 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15057 for padding.
15058
15059 2019-01-16 Tom Tromey <tom@tromey.com>
15060
15061 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15062 earlier.
15063 (struct objfile) <msymbols_range>: Move from top level.
15064 <msymbols>: New method.
15065 (class objfile_msymbols): Remove.
15066 * symtab.c (default_collect_symbol_completion_matches_break_on):
15067 Update.
15068 * symmisc.c (dump_msymbols): Update.
15069 * stabsread.c (scan_file_globals): Update.
15070 * objc-lang.c (info_selectors_command, info_classes_command)
15071 (find_methods): Update.
15072 * minsyms.c (find_solib_trampoline_target): Update.
15073 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15074 * coffread.c (coff_symfile_read): Update.
15075 * ada-lang.c (ada_lookup_simple_minsym)
15076 (ada_collect_symbol_completion_matches): Update.
15077
15078 2019-01-16 Tom Tromey <tom@tromey.com>
15079
15080 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15081 type. Remove no-argument constructor.
15082 <iterator::operator++>: Simplify.
15083 <begin>: Update.
15084 <end>: Use minimal_symbol_count.
15085
15086 2019-01-16 Tom Tromey <tom@tromey.com>
15087
15088 * objfiles.h (struct objfile) <psymtabs>: New method.
15089 (class objfile_psymtabs): Remove.
15090 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15091 typedef.
15092 <range>: New method.
15093 (require_partial_symbols): Change return type.
15094 * psymtab.c (require_partial_symbols)
15095 (psym_expand_symtabs_matching): Update.
15096 * mdebugread.c (parse_partial_symbols): Update.
15097 * dbxread.c (dbx_end_psymtab): Update.
15098
15099 2019-01-15 Tom Tromey <tom@tromey.com>
15100
15101 * symtab.c (lookup_objfile_from_block)
15102 (lookup_symbol_in_objfile_symtabs)
15103 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15104 (find_line_symtab, info_sources_command)
15105 (default_collect_symbol_completion_matches_break_on)
15106 (make_source_files_completion_list): Update.
15107 * symmisc.c (print_objfile_statistics, dump_objfile)
15108 (maintenance_print_symbols, maintenance_info_symtabs)
15109 (maintenance_check_symtabs, maintenance_info_line_tables):
15110 Update.
15111 * source.c (select_source_symtab)
15112 (forget_cached_source_info_for_objfile): Update.
15113 * objfiles.h (class objfile_compunits): Remove.
15114 (struct objfile) <compunits_range>: New typedef.
15115 (compunits): New method.
15116 * objfiles.c (objfile_relocate1): Update.
15117 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15118 * maint.c (count_symtabs_and_blocks): Update.
15119 * linespec.c (iterate_over_all_matching_symtabs): Update.
15120 * cp-support.c (add_symbol_overload_list_qualified): Update.
15121 * coffread.c (coff_symtab_read): Update.
15122 * ada-lang.c (add_nonlocal_symbols)
15123 (ada_collect_symbol_completion_matches)
15124 (ada_add_global_exceptions): Update.
15125
15126 2019-01-15 Tom Tromey <tom@tromey.com>
15127
15128 * progspace.h (program_space) <objfiles_safe_range>: New
15129 typedef.
15130 <objfiles_safe>: New method.
15131 * objfiles.h (class all_objfiles_safe): Remove.
15132 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15133 * jit.c (jit_inferior_exit_hook): Update.
15134
15135 2019-01-17 Tom Tromey <tom@tromey.com>
15136
15137 * progspace.h (program_space) <objfiles_range>: New typedef.
15138 <objfiles>: New method.
15139 <objfiles_head>: Rename from objfiles.
15140 (object_files): Update.
15141 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15142 * guile/scm-pretty-print.c
15143 (ppscm_find_pretty_printer_from_objfiles): Update.
15144 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15145 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15146 Update.
15147 * python/py-progspace.c (pspy_get_objfiles): Update.
15148 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15149 Update.
15150 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15151 (objfpy_lookup_objfile_by_build_id): Update.
15152 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15153 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15154 Update.
15155 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15156 (expand_symtab_containing_pc, lookup_objfile_from_block)
15157 (lookup_static_symbol, basic_lookup_transparent_type)
15158 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15159 (find_line_symtab, info_sources_command)
15160 (default_collect_symbol_completion_matches_break_on)
15161 (make_source_files_completion_list, find_main_name): Update.
15162 * symmisc.c (print_symbol_bcache_statistics)
15163 (print_objfile_statistics, maintenance_print_symbols)
15164 (maintenance_print_msymbols, maintenance_print_objfiles)
15165 (maintenance_info_symtabs, maintenance_check_symtabs)
15166 (maintenance_expand_symtabs, maintenance_info_line_tables):
15167 Update.
15168 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15169 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15170 (map_overlay_command, unmap_overlay_command)
15171 (simple_overlay_update, expand_symtabs_matching)
15172 (map_symbol_filenames): Update.
15173 * symfile-debug.c (set_debug_symfile): Update.
15174 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15175 Update.
15176 * source.c (select_source_symtab, forget_cached_source_info):
15177 Update.
15178 * solib.c (solib_read_symbols): Update.
15179 * solib-spu.c (append_ocl_sos): Update.
15180 * psymtab.c (maintenance_print_psymbols)
15181 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15182 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15183 * printcmd.c (info_symbol_command): Update.
15184 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15185 Update.
15186 * objfiles.h (class all_objfiles): Remove.
15187 * objfiles.c (have_partial_symbols, have_full_symbols)
15188 (have_minimal_symbols, qsort_cmp, update_section_map)
15189 (shared_objfile_contains_address_p)
15190 (default_iterate_over_objfiles_in_search_order): Update.
15191 * objc-lang.c (info_selectors_command, info_classes_command)
15192 (find_methods): Update.
15193 * minsyms.c (find_solib_trampoline_target): Update.
15194 * maint.c (maintenance_info_sections)
15195 (maintenance_translate_address, count_symtabs_and_blocks):
15196 Update.
15197 * main.c (captured_main_1): Update.
15198 * linux-thread-db.c (try_thread_db_load_from_pdir)
15199 (has_libpthread): Update.
15200 * linespec.c (iterate_over_all_matching_symtabs)
15201 (search_minsyms_for_name): Update.
15202 * jit.c (jit_find_objf_with_entry_addr): Update.
15203 * hppa-tdep.c (find_unwind_entry)
15204 (hppa_lookup_stub_minimal_symbol): Update.
15205 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15206 Update.
15207 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15208 (elf_gnu_ifunc_resolve_by_got): Update.
15209 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15210 * dwarf-index-write.c (save_gdb_index_command): Update.
15211 * cp-support.c (add_symbol_overload_list_qualified): Update.
15212 * breakpoint.c (create_overlay_event_breakpoint)
15213 (create_longjmp_master_breakpoint)
15214 (create_std_terminate_master_breakpoint)
15215 (create_exception_master_breakpoint): Update.
15216 * blockframe.c (find_pc_partial_function): Update.
15217 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15218 (ada_collect_symbol_completion_matches)
15219 (ada_add_global_exceptions): Update.
15220
15221 2019-01-17 Tom Tromey <tom@tromey.com>
15222
15223 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15224 declare VEC.
15225 (solib_target_parse_libraries): Change return type.
15226 (library_list_start_segment, library_list_start_section)
15227 (library_list_end_library, library_list_start_library); Update.
15228 (solib_target_free_library_list): Remove.
15229 (solib_target_parse_libraries): Remove cleanup. Change return
15230 type.
15231 (solib_target_current_sos): Update.
15232
15233 2019-01-17 Tom Tromey <tromey@bapiya>
15234
15235 * valprint.c: Replace "the the" with "the".
15236 * symtab.c: Replace "the the" with "the".
15237 * solib.c: Replace "the the" with "the".
15238 * solib-dsbt.c: Replace "the the" with "the".
15239 * linespec.c: Replace "the the" with "the".
15240 * dwarf2loc.h: Replace "the the" with "the".
15241 * amd64-windows-tdep.c: Replace "the the" with "the".
15242 * aarch64-tdep.c: Replace "the the" with "the".
15243
15244 2019-01-16 Keith Seitz <keiths@redhat.com>
15245
15246 PR gdb/23773
15247 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15248 <builder>: Rename to ..
15249 <m_builder>: ... this and make private.
15250 (dwarf2_cu::get_builder): New method. Change all users of
15251 `builder' to use this method.
15252 (dwarf2_start_symtab): Move to ...
15253 (dwarf2_cu::start_symtab): ... here. Update all callers
15254 (setup_type_unit_groups): Move to ...
15255 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15256 callers.
15257 (dwarf2_cu::reset_builder): New method.
15258 (process_full_compunit, process_full_type_unit): Use
15259 dwarf2_cu::reset_builder.
15260 (follow_die_offset): Record the ancestor CU if it is different
15261 from the followed DIE's CU.
15262 (follow_die_sig_1): Likewise.
15263
15264 2019-01-15 Tom Tromey <tom@tromey.com>
15265
15266 * remote.c (class remote_state) <buf>: Now a char_vector.
15267 <buf_size>: Remove.
15268 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15269 parameter.
15270 (remote_target::getpkt_or_notif_sane_1)
15271 (remote_target::getpkt_sane)
15272 (remote_target::getpkt_or_notif_sane): Likewise.
15273 (class remote_target) <putpkt>: New overload.
15274 (remote_target::read_frame): Change type of "buf_p". Remove
15275 sizeof_p parameter.
15276 (packet_ok): New overload.
15277 (packet_check_result): New overload.
15278 Update all uses.
15279
15280 2019-01-14 Tom Tromey <tom@tromey.com>
15281
15282 * remote-notif.c (handle_notification, remote_notif_ack)
15283 (remote_notif_parse): Make "buf" const.
15284 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15285 const.
15286 (remote_notif_parse, remote_notif_ack, handle_notification):
15287 Likewise.
15288 * remote.c (remote_notif_stop_parse): Make "buf" const.
15289 (remote_target::remote_parse_stop_reply): Make "buf" const.
15290 (remote_notif_stop_ack): Make "buf" const.
15291
15292 2019-01-14 Tom Tromey <tom@tromey.com>
15293
15294 * remote.c (remote_console_output): Make parameter const.
15295
15296 2019-01-14 Tom Tromey <tom@tromey.com>
15297
15298 * target-debug.h (target_debug_print_signals): Constify.
15299 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15300 * procfs.c (procfs_target::pass_signals): Update.
15301 * linux-nat.c (linux_nat_target::pass_signals): Update.
15302 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15303 * target-delegates.c: Rebuild.
15304 * remote.c (remote_target::program_signals): Update.
15305 (remote_target::pass_signals): Update.
15306 * target.c (target_pass_signals): Constify argument.
15307 (target_program_signals): Likewise.
15308 * target.h (struct target_ops) <pass_signals, program_signals>:
15309 Constify argument.
15310 (target_pass_signals, target_program_signals): Constify argument.
15311
15312 2019-01-14 Tom Tromey <tom@tromey.com>
15313
15314 PR tui/28819:
15315 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15316
15317 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15318
15319 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15320 field.
15321 * rs6000-tdep.c: Include reggroups.h.
15322 (IS_V_ALIAS_PSEUDOREG): Define.
15323 (rs6000_register_name): Return names for the "vX" aliases.
15324 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15325 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15326 aliases. Call default_register_reggroup_p for all other
15327 pseudo-registers.
15328 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15329 New functions.
15330 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15331 Handle "vX" aliases.
15332 (v_alias_pseudo_register_collect): New function.
15333 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15334 (rs6000_gdbarch_init): Initialize "vX" aliases as
15335 pseudo-registers. Restore registration of
15336 rs6000_pseudo_register_reggroup_p with
15337 set_tdesc_pseudo_register_reggroup_p.
15338
15339 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15340
15341 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15342 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15343 set_gdbarch_num_pseudo_regs.
15344
15345 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15346
15347 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15348 Remove arg prefixname, add do_set and do_show.
15349 Add member functions set_list and show_list.
15350 * cli/cli-style.c (class cli_style_option): Update accordingly.
15351 (style_set_list): Move to file scope.
15352 (style_show_list): Likewise.
15353 (set_style): Call help_list.
15354 (show_style): Call cmd_show_list.
15355 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15356 Update to use the new macro.
15357
15358 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15359
15360 * ada-lang.c (_initialize_ada_language): Expand the help text
15361 for the "catch exception" command.
15362
15363 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15364
15365 * symtab.c (matching_obj_sections): Initialize obj,
15366 declare it closer to its usage.
15367
15368 2019-01-10 Tom Tromey <tom@tromey.com>
15369
15370 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15371 (basic_inf_threads_range): Remove.
15372 (inf_threads_range, inf_non_exited_threads_range)
15373 (safe_inf_threads_range): Use next_adapter.
15374
15375 2019-01-10 Keith Seitz <keiths@redhat.com>
15376
15377 PR gdb/23712
15378 PR symtab/23010
15379 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15380 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15381
15382 2019-01-10 Keith Seitz <keiths@redhat.com>
15383
15384 PR gdb/23712
15385 PR symtab/23010
15386 * dictionary.c (pending_to_vector): Remove.
15387 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15388 Remove _1 suffix, replacing functions of the same name. Update
15389 all callers.
15390 (dict_create_hashed, dict_create_hashed_expandable)
15391 (dict_create_linear, dict_create_linear_expandable, dict_free)
15392 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15393 Make functions static.
15394
15395 2019-01-10 Keith Seitz <keiths@redhat.com>
15396
15397 PR gdb/23712
15398 PR symtab/23010
15399 * dictionary.h (struct dictionary): Replace declaration with
15400 multidictionary.
15401 (dict_create_hashed, dict_create_hashed_expandable)
15402 (dict_create_linear, dict_create_linear_expandable)
15403 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15404 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15405 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15406 taking multidictionary argument.
15407 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15408 * block.h (struct block) <dict>: Change to multidictionary
15409 and rename `multidict'.
15410 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15411 symmisc.c: Update all dictionary references to multidictionary.
15412
15413 2019-01-10 Keith Seitz <keiths@redhat.com>
15414
15415 PR gdb/23712
15416 PR symtab/23010
15417 * dictionary.c: Include unordered_map.
15418 (pending_to_vector): New function.
15419 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15420 Rewrite the non-"_1" functions to take vector instead
15421 of linked list.
15422 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15423 "new" _1 versions of the same name.
15424 (multidictionary): Define.
15425 (std::hash<enum language): New definition.
15426 (collate_pending_symbols_by_language, mdict_create_hashed)
15427 (mdict_create_hashed_expandable, mdict_create_linear)
15428 (mdict_create_linear_expandable, mdict_free)
15429 (find_language_dictionary, create_new_language_dictionary)
15430 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15431 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15432 (mdict_size, mdict_empty): New functions.
15433 * dictionary.h (mdict_iterator): Define.
15434
15435 2019-01-10 Pedro Alves <palves@redhat.com>
15436
15437 * breakpoint.c (read_uploaded_action)
15438 (create_tracepoint_from_upload): Adjust to use
15439 gdb::unique_xmalloc_ptr.
15440 * ctf.c (ctf_write_uploaded_tp):
15441 (SET_ARRAY_FIELD): Use emplace_back.
15442 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15443 * tracefile-tfile.c (tfile_write_uploaded_tp):
15444 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15445 gdb::unique_xmalloc_ptr.
15446 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15447 at_string, cond_string, cmd_strings>: Replace char pointers
15448 with gdb::unique_xmalloc_ptr.
15449
15450 2019-01-10 Pedro Alves <palves@redhat.com>
15451
15452 * solib-target.c (library_list_start_library): Don't xstrdup name.
15453
15454 2019-01-10 Pedro Alves <palves@redhat.com>
15455
15456 * mdebugread.c (parse_partial_symbols): Use
15457 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15458
15459 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15460
15461 * linux-fork.c (scoped_switch_fork_info)
15462 <~scoped_switch_fork_info>: Fix incorrect variable name.
15463
15464 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15465
15466 * linux-fork.c (scoped_switch_fork_info)
15467 <scoped_switch_fork_info>: Make explicit.
15468 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15469
15470 2019-01-10 Tom Tromey <tom@tromey.com>
15471
15472 * objfiles.h (objfile::reset_psymtabs): Update.
15473 * objfiles.c (objfile::objfile): Update.
15474 * psymtab.h (psymtab_storage::obstack): Update.
15475 (psymtab_storage::m_obstack): Use gdb::optional.
15476 (class psymtab_storage): Update comment. Remove objfile
15477 parameter.
15478 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15479
15480 2019-01-10 Tom Tromey <tom@tromey.com>
15481
15482 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15483 <free_psymtabs>: Now private.
15484 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15485 (allocate_psymtab): Use new method.
15486
15487 2019-01-10 Tom Tromey <tom@tromey.com>
15488
15489 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15490 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15491 * mdebugread.c (parse_partial_symbols): Use
15492 allocate_dependencies.
15493 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15494 allocate_dependencies.
15495 (process_psymtab_comp_unit_reader)
15496 (build_type_psymtab_dependencies): Likewise.
15497 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15498
15499 2019-01-10 Tom Tromey <tom@tromey.com>
15500
15501 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15502 PSYMBOL_SET_LANGUAGE.
15503 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15504
15505 2019-01-10 Tom Tromey <tom@tromey.com>
15506
15507 * psymtab.h (psymtab_storage::obstack): New method.
15508 <m_obstack>: Rename from obstack; now private.
15509 * psymtab.c (psymtab_storage): Update.
15510 * dwarf2read.c (create_addrmap_from_index)
15511 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15512 Update.
15513
15514 2019-01-10 Tom Tromey <tom@tromey.com>
15515
15516 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15517 * objfiles.h (objfile::reset_psymtabs): New method.
15518
15519 2019-01-10 Tom Tromey <tom@tromey.com>
15520
15521 * symmisc.c (print_symbol_bcache_statistics): Update.
15522 (print_objfile_statistics): Update.
15523 * symfile.c (reread_symbols): Update.
15524 * psymtab.h (class psymtab_storage): New.
15525 * psymtab.c (psymtab_storage): New constructor.
15526 (~psymtab_storage): New destructor.
15527 (require_partial_symbols): Update.
15528 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15529 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15530 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15531 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15532 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15533 (start_psymtab_common, end_psymtab_common)
15534 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15535 (allocate_psymtab): Update.
15536 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15537 Update.
15538 (dump_psymtab_addrmap, maintenance_print_psymbols)
15539 (maintenance_check_psymtabs): Update.
15540 (class objfile_psymtabs): Move to objfiles.h.
15541 * psympriv.h (discard_psymtab): Now inline.
15542 (psymtab_discarder::psymtab_discarder): Update.
15543 (psymtab_discarder::~psymtab_discarder): Update.
15544 (ALL_OBJFILE_PSYMTABS): Rewrite.
15545 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15546 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15547 Remove fields.
15548 <partial_symtabs>: New field.
15549 (class objfile_psymtabs): Move from psymtab.h. Update.
15550 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15551 psymbol_cache.
15552 (objfile::~objfile): Don't destroy psymbol_cache.
15553 * mdebugread.c (parse_partial_symbols): Update.
15554 * dwarf2read.c (create_addrmap_from_index)
15555 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15556 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15557 (add_partial_subprogram, dwarf2_ranges_read): Update.
15558 * dwarf-index-write.c (write_address_map)
15559 (write_one_signatured_type, recursively_write_psymbols)
15560 (class debug_names, class debug_names, write_psymtabs_to_index):
15561 Update.
15562
15563 2019-01-10 Tom Tromey <tom@tromey.com>
15564
15565 * symtab.h (SYMBOL_SET_NAMES): Update.
15566 (symbol_set_names): Update.
15567 (MSYMBOL_SET_NAMES): Update.
15568 * symtab.c (symbol_set_names): Change argument to be an
15569 objfile_per_bfd_storage.
15570 * psymtab.c (add_psymbol_to_bcache): Update.
15571 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15572
15573 2019-01-10 Tom Tromey <tom@tromey.com>
15574
15575 * symtab.c (create_demangled_names_hash): Change argument to be an
15576 objfile_per_bfd_storage.
15577 (symbol_set_names): Update.
15578
15579 2019-01-10 Tom Tromey <tom@tromey.com>
15580
15581 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15582 init_psymbol_list.
15583 * psymtab.c (init_psymbol_list): Do nothing if already called.
15584 * psympriv.h (init_psymbol_list): Add comment.
15585 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15586 init_psymbol_list.
15587 * dbxread.c (dbx_symfile_read): Unconditionally call
15588 init_psymbol_list.
15589
15590 2019-01-10 Tom Tromey <tom@tromey.com>
15591
15592 * xcoffread.c (scan_xcoff_symtab): Update.
15593 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15594 "where".
15595 * mdebugread.c (parse_partial_symbols)
15596 (handle_psymbol_enumerators): Update.
15597 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15598 * dbxread.c (read_dbx_symtab): Update.
15599 * psympriv.h (psymbol_placement): New enum.
15600 (add_psymbol_to_list): Update.
15601
15602 2019-01-10 Tom Tromey <tom@tromey.com>
15603
15604 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15605 static_psymbols parameters.
15606 (scan_xcoff_symtab): Update.
15607 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15608 static_psymbols parameters.
15609 * psympriv.h (start_psymtab_common): Update.
15610 * mdebugread.c (parse_partial_symbols): Update.
15611 * dwarf2read.c (create_partial_symtab): Update.
15612 * dbxread.c (read_dbx_symtab): Update.
15613 (start_psymtab): Remove global_psymbols and static_psymbols
15614 parameters.
15615
15616 2019-01-10 Tom Tromey <tom@tromey.com>
15617
15618 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15619 * psymtab.c (allocate_psymtab): Add comment.
15620 * psympriv.h (allocate_psymtab): Add comment.
15621 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15622 initializations.
15623 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15624
15625 2019-01-10 Tom Tromey <tom@tromey.com>
15626
15627 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15628 Don't declare.
15629 * mipsread.c: Include mdebugread.h.
15630 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15631 Declare.
15632 * elfread.c: Include mdebugread.h.
15633
15634 2019-01-09 Tom Tromey <tom@tromey.com>
15635
15636 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15637 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15638 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15639 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15640 (psym_lookup_symbol, psym_find_last_source_symtab)
15641 (psym_forget_cached_source_info, psym_print_stats)
15642 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15643 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15644 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15645 (psym_find_compunit_symtab_by_address)
15646 (maintenance_print_psymbols, maintenance_info_psymtabs)
15647 (maintenance_check_psymtabs): Use ranged for.
15648 * psymtab.h (class objfile_psymtabs): New.
15649 (require_partial_symbols): Return objfile_psymtabs.
15650 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15651
15652 2019-01-09 Tom Tromey <tom@tromey.com>
15653
15654 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15655 (find_pc_mapped_section, list_overlays_command)
15656 (map_overlay_command, unmap_overlay_command)
15657 (simple_overlay_update): Use all_objfiles.
15658 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15659 * printcmd.c (info_symbol_command): Use all_objfiles.
15660 * objfiles.h (ALL_OBJSECTIONS): Remove.
15661 * maint.c (maintenance_translate_address): Use all_objfiles.
15662 * gcore.c (gcore_create_callback): Use all_objfiles.
15663 (objfile_find_memory_regions): Likewise.
15664
15665 2019-01-09 Tom Tromey <tom@tromey.com>
15666
15667 * symtab.c (find_line_symtab, info_sources_command)
15668 (make_source_files_completion_list): Use objfile_compunits.
15669 * source.c (select_source_symtab): Use objfile_compunits.
15670 * objfiles.h (struct objfile): Update comment.
15671 (ALL_OBJFILES): Remove.
15672 (ALL_FILETABS): Remove.
15673 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15674 objfile_compunits.
15675
15676 2019-01-09 Tom Tromey <tom@tromey.com>
15677
15678 * symmisc.c (print_objfile_statistics, dump_objfile)
15679 (maintenance_print_symbols): Use compunit_filetabs.
15680 * source.c (forget_cached_source_info_for_objfile): Use
15681 compunit_filetabs.
15682 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15683 (ALL_FILETABS): Use compunit_filetabs.
15684 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15685 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15686
15687 2019-01-09 Tom Tromey <tom@tromey.com>
15688
15689 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15690 (compunit_filetabs): New.
15691 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15692 compunit_filetabs.
15693 (info_sources_command, make_source_files_completion_list): Remove
15694 declaration.
15695 * symmisc.c (print_objfile_statistics, dump_objfile)
15696 (maintenance_print_symbols): Remove declaration.
15697 (maintenance_info_symtabs): Use compunit_filetabs.
15698 (maintenance_info_line_tables): Likewise.
15699 * source.c (select_source_symtab): Change local variable name.
15700 (forget_cached_source_info_for_objfile): Remove declaration.
15701 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15702 * objfiles.c (objfile_relocate1): Remove declaration.
15703 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15704 declaration.
15705 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15706 * coffread.c (coff_symtab_read): Remove declaration.
15707 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15708 compunit_filetabs.
15709
15710 2019-01-09 Tom Tromey <tom@tromey.com>
15711
15712 * symtab.c (lookup_objfile_from_block)
15713 (find_pc_sect_compunit_symtab, search_symbols)
15714 (default_collect_symbol_completion_matches_break_on): Use
15715 objfile_compunits.
15716 * objfiles.h (ALL_COMPUNITS): Remove.
15717 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15718 * cp-support.c (add_symbol_overload_list_qualified): Use
15719 objfile_compunits.
15720 * ada-lang.c (ada_collect_symbol_completion_matches)
15721 (ada_add_global_exceptions): Use objfile_compunits.
15722
15723 2019-01-09 Tom Tromey <tom@tromey.com>
15724
15725 * source.c (select_source_symtab)
15726 (forget_cached_source_info_for_objfile): Remove declaration.
15727 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15728 declaration.
15729 * maint.c (count_symtabs_and_blocks): Remove declaration.
15730 * cp-support.c (add_symbol_overload_list_qualified): Remove
15731 declaration.
15732 * coffread.c (coff_symtab_read): Remove declaration.
15733 * symtab.c (lookup_symbol_in_objfile_symtabs)
15734 (basic_lookup_transparent_type_1): Use objfile_compunits.
15735 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15736 (info_sources_command, search_symbols)
15737 (default_collect_symbol_completion_matches_break_on)
15738 (make_source_files_completion_list): Remove declaration.
15739 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15740 (ada_collect_symbol_completion_matches)
15741 (ada_add_global_exceptions): Remove declaration.
15742 * linespec.c (iterate_over_all_matching_symtabs): Use
15743 objfile_compunits.
15744 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15745 (class objfile_compunits): New.
15746 (ALL_COMPUNITS): Use objfile_compunits.
15747 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15748 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15749 objfile_compunits.
15750 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15751
15752 2019-01-09 Tom Tromey <tom@tromey.com>
15753
15754 * symtab.c (search_symbols)
15755 (default_collect_symbol_completion_matches_break_on): Use
15756 objfile_msymbols.
15757 * ada-lang.c (ada_lookup_simple_minsym)
15758 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15759 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15760 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15761 objfile_msymbols.
15762 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15763 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15764 * objc-lang.c (find_methods): Use objfile_msymbols.
15765 (info_selectors_command, info_classes_command): Likewise.
15766 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15767 * objfiles.h (class objfile_msymbols): New.
15768 (ALL_OBJFILE_MSYMBOLS): Remove.
15769 (ALL_MSYMBOLS): Remove.
15770
15771 2019-01-09 Tom Tromey <tom@tromey.com>
15772
15773 * common/next-iterator.h (next_adapter): Add Iterator template
15774 parameter.
15775 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15776 (class all_objfiles_safe): New.
15777 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15778 * objfiles.c (put_objfile_before): Update comment.
15779 (add_separate_debug_objfile): Likewise.
15780 (free_all_objfiles): Use all_objfiles_safe.
15781 (objfile_purge_solibs): Likewise.
15782
15783 2019-01-09 Tom Tromey <tom@tromey.com>
15784
15785 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15786 (expand_symtab_containing_pc, lookup_static_symbol)
15787 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15788 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15789 all_objfiles.
15790 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15791 * breakpoint.c (create_overlay_event_breakpoint)
15792 (create_longjmp_master_breakpoint)
15793 (create_std_terminate_master_breakpoint)
15794 (create_exception_master_breakpoint): Use all_objfiles.
15795 * linux-thread-db.c (try_thread_db_load_from_pdir)
15796 (has_libpthread): Use all_objfiles.
15797 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15798 * linespec.c (iterate_over_all_matching_symtabs)
15799 (search_minsyms_for_name): Use all_objfiles.
15800 * maint.c (maintenance_info_sections): Use all_objfiles.
15801 * main.c (captured_main_1): Use all_objfiles.
15802 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15803 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15804 * guile/scm-pretty-print.c
15805 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15806 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15807 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15808 (maintenance_print_msymbols): Use all_objfiles.
15809 * source.c (select_source_symtab): Use all_objfiles.
15810 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15811 * symfile.c (remove_symbol_file_command)
15812 (expand_symtabs_matching, map_symbol_filenames): Use
15813 all_objfiles.
15814 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15815 all_objfiles.
15816 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15817 * objc-lang.c (find_methods): Use all_objfiles.
15818 * objfiles.c (have_partial_symbols, have_full_symbols)
15819 (have_minimal_symbols, qsort_cmp)
15820 (default_iterate_over_objfiles_in_search_order): Use
15821 all_objfiles.
15822 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15823 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15824 (maintenance_check_psymtabs): Use all_objfiles.
15825 (ALL_PSYMTABS): Remove.
15826 * compile/compile-object-run.c (do_module_cleanup): Use
15827 all_objfiles.
15828 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15829 * cp-support.c (add_symbol_overload_list_qualified): Use
15830 all_objfiles.
15831 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15832 Use all_objfiles.
15833 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15834 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15835 all_objfiles.
15836 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15837 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15838 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15839 Uses all_objfiles.
15840 * solib.c (solib_read_symbols): Use all_objfiles
15841
15842 2019-01-09 Tom Tromey <tom@tromey.com>
15843
15844 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15845 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15846 all_objfiles.
15847 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15848 * symmisc.c (print_symbol_bcache_statistics)
15849 (print_objfile_statistics, maintenance_print_objfiles)
15850 (maintenance_info_symtabs, maintenance_check_symtabs)
15851 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15852 all_objfiles.
15853 * source.c (forget_cached_source_info): Use all_objfiles.
15854 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15855 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15856 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15857 * objfiles.c (update_section_map): Use all_objfiles.
15858 (shared_objfile_contains_address_p): Likewise.
15859 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15860 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15861
15862 2019-01-09 Tom Tromey <tom@tromey.com>
15863
15864 * common/next-iterator.h: New file.
15865 * objfiles.h (class all_objfiles): New.
15866 (struct objfile_iterator): New.
15867
15868 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15869
15870 * NEWS: Move the description of the changed "frame", "select-frame",
15871 and "info frame" commands to the Changed commands section.
15872
15873 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15874
15875 * gdbtypes.c (check_stub_method_group): Remove handling of old
15876 mangling schemes.
15877 * linespec.c (find_methods): Likewise.
15878 * stabsread.c (read_member_functions): Likewise.
15879 * valops.c (search_struct_method): Likewise.
15880 (value_struct_elt_for_reference): Likewise.
15881 * NEWS: Mention this change.
15882
15883 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15884
15885 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15886 print_source_lines.
15887 * source.c (print_source_lines_base): Update line number check.
15888 (print_source_lines): New function.
15889 (source_lines_range::source_lines_range): New function.
15890 * source.h (class source_lines_range): New class.
15891 (print_source_lines): New declaration.
15892
15893 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15894
15895 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15896
15897 2019-01-08 Tom Tromey <tom@tromey.com>
15898 Simon Marchi <simon.marchi@ericsson.com>
15899
15900 PR gdb/24060
15901 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15902 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15903 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15904 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15905 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15906 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15907
15908 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15909
15910 * source.c (select_source_symtab): Move header comment to
15911 declaration in source.h.
15912 (forget_cached_source_info_for_objfile): Likewise.
15913 (forget_cached_source_info): Likewise.
15914 (identify_source_line): Likewise.
15915 * source.h (identify_source_line): Move declaration from symtab.h
15916 and add comment from source.c
15917 (print_source_lines): Likewise.
15918 (forget_cached_source_info_for_objfile): Likewise.
15919 (forget_cached_source_info): Likewise.
15920 (select_source_symtab): Likewise.
15921 (enum print_source_lines_flag): Move definition from symtab.h.
15922 * symtab.h (identify_source_line): Move declaration to source.h.
15923 (print_source_lines): Likewise.
15924 (forget_cached_source_info_for_objfile): Likewise.
15925 (forget_cached_source_info): Likewise.
15926 (select_source_symtab): Likewise.
15927 (enum print_source_lines_flag): Move definition to source.h.
15928 * tui/tui-hooks.c: Add 'source.h' include.
15929
15930 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15931
15932 * source.c (print_source_lines_base): Handle requests to print
15933 reverse line number sequences, and guard against empty lines
15934 string.
15935
15936 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15937
15938 * source.c (print_source_lines_base): Fix skip of '\r' if next
15939 character is '\n'.
15940
15941 2019-01-06 Tom Tromey <tom@tromey.com>
15942
15943 * c-exp.y (struct c_parse_state) <macro_original_text,
15944 expansion_obstack>: New member.
15945 (macro_original_text, expansion_obstack): Remove globals.
15946 (scan_macro_expansion, scanning_macro_expansion)
15947 (finished_macro_expansion): Update.
15948 (scan_macro_cleanup): Remove.
15949 (yylex, c_parse): Update.
15950
15951 2019-01-06 Tom Tromey <tom@tromey.com>
15952
15953 * c-exp.y (struct c_parse_state) <strings>: New member.
15954 (operator_stoken): Update.
15955
15956 2019-01-06 Tom Tromey <tom@tromey.com>
15957
15958 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15959 (union type_stack_elt) <typelist_val>: Now a pointer to
15960 std::vector.
15961 (type_stack_cleanup): Don't declare.
15962 (push_typelist): Update.
15963 * parse.c (pop_typelist): Return a std::vector.
15964 (push_typelist): Take a std::vector.
15965 (follow_types): Update. Do not free args.
15966 (type_stack_cleanup): Remove.
15967 * c-exp.y (struct c_parse_state): New.
15968 (cpstate): New global.
15969 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15970 (nonempty_typelist): Update.
15971 (func_mod): Create a new vector.
15972 (c_parse): Create a c_parse_state.
15973 (check_parameter_typelist): Do not delete params.
15974 (function_method): Update. Do not delete type_list.
15975
15976 2019-01-06 Tom Tromey <tom@tromey.com>
15977
15978 PR gdb/28155:
15979 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15980 check_typedef.
15981 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15982 (print_return_value): Likewise.
15983
15984 2019-01-05 Tom Tromey <tom@tromey.com>
15985
15986 * contrib/cleanup_check.py: Remove.
15987 * contrib/gcc-with-excheck: Remove.
15988 * contrib/exsummary.py: Remove.
15989 * contrib/excheck.py: Remove.
15990
15991 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15992
15993 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15994 NULL. Initialize tpprev to NULL instead of assigning it
15995 to NULL on the next statement.
15996 * windows-nat.c (windows_delete_thread): Remove check for
15997 main_thread_id before printing thread exit notifications.
15998 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15999 Remove thread ID check against main_thread_id.
16000 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16001 windows_delete_thread.
16002 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16003
16004 2019-01-04 Tom Tromey <tom@tromey.com>
16005
16006 * compile/compile.c (_initialize_compile): Use upper case for
16007 metasyntactic variables.
16008 * symmisc.c (_initialize_symmisc): Use upper case for
16009 metasyntactic variables.
16010 * psymtab.c (_initialize_psymtab): Use upper case for
16011 metasyntactic variables.
16012 * demangle.c (demangle_command): Use upper case for metasyntactic
16013 variables.
16014 (_initialize_demangler): Likewise.
16015 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16016 variables.
16017
16018 2019-01-03 Tom Tromey <tom@tromey.com>
16019
16020 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16021
16022 2019-01-03 Tom Tromey <tom@tromey.com>
16023
16024 * python/py-symtab.c (salpy_str): Update.
16025 (struct salpy_sal_object) <symtab>: Now a PyObject.
16026 (salpy_dealloc): Update.
16027 (del_objfile_sal): Use gdbpy_ref.
16028
16029 2019-01-03 Tom Tromey <tom@tromey.com>
16030
16031 * python/py-type.c (convert_field): Use new_reference. Return
16032 gdbpy_ref.
16033 (make_fielditem): Return gdbpy_ref.
16034 (typy_fields): Update.
16035 (typy_getitem): Update.
16036 (field_name): Return gdbpy_ref. Use new_reference.
16037 (typy_iterator_iternext): Update.
16038
16039 2019-01-03 Tom Tromey <tom@tromey.com>
16040
16041 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16042
16043 2019-01-03 Tom Tromey <tom@tromey.com>
16044
16045 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16046 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16047 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16048 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16049 (pspy_set_type_printers): Likewise.
16050 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16051 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16052 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16053 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16054 (objfpy_set_type_printers): Likewise.
16055
16056 2019-01-03 Tom Tromey <tom@tromey.com>
16057
16058 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16059 (gdbpy_print_stack): Use gdbpy_err_fetch.
16060 * python/python-internal.h (class gdbpy_err_fetch): New class.
16061 (class gdbpy_enter) <m_error_type, m_error_value,
16062 m_error_traceback>: Remove.
16063 <m_error>: New member.
16064 (gdbpy_exception_to_string): Don't declare.
16065 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16066 * python/py-value.c (convert_value_from_python): Use
16067 gdbpy_err_fetch.
16068 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16069 gdbpy_exception_to_string.
16070 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16071 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16072 gdbpy_err_fetch.
16073
16074 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16075
16076 * linux-nat.c (delete_lwp_cleanup): Delete.
16077 (struct lwp_deleter): New struct.
16078 (lwp_info_up): New typedef.
16079 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16080 lwp_info_up.
16081
16082 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16083
16084 * linux-fork.c (class scoped_switch_fork_info): New class.
16085 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16086
16087 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16088
16089 * valops.c (find_overload_match): Remove use of null_cleanup, and
16090 calls to do_cleanups.
16091
16092 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16093
16094 * compile/compile-cplus-types.c
16095 (compile_cplus_instance::decl_name): Handle changes to
16096 cp_func_name.
16097 * cp-support.c (cp_func_name): Update header comment, update
16098 return type.
16099 * cp-support.h (cp_func_name): Update return type in declaration.
16100 * valops.c (find_overload_match): Move temp_func local to top
16101 level of function and change its type. Use temp_func to hold and
16102 delete temporary string obtained from cp_func_name.
16103
16104 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16105
16106 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16107 gdb::char_vector, remove cleanup, and update uses of `msg`.
16108
16109 2019-01-03 Jim Wilson <jimw@sifive.com>
16110
16111 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16112
16113 2019-01-02 Tom Tromey <tom@tromey.com>
16114
16115 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16116 (tdesc_parse_xml): Remove cleanups.
16117 * target-descriptions.h (make_cleanup_free_target_description):
16118 Don't declare.
16119 (target_desc_deleter): New struct.
16120 (target_desc_up): New typedef.
16121 * target-descriptions.c (target_desc_deleter::operator()): Rename
16122 from free_target_description.
16123 (make_cleanup_free_target_description): Remove.
16124
16125 2019-01-02 Tom Tromey <tom@tromey.com>
16126
16127 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16128 constructor, destructor.
16129 (linespec_parser): Remove typedef.
16130 (~linespec_parser): Rename from linespec_parser_delete.
16131 (linespec_lex_to_end, linespec_complete_label)
16132 (linespec_complete): Update.
16133 (decode_line_full): Remove cleanups.
16134 (decode_line_1): Update.
16135
16136 2019-01-02 Tom Tromey <tom@tromey.com>
16137
16138 * python/python-internal.h (inferior_to_inferior_object): Change
16139 return type.
16140 * python/py-exitedevent.c (create_exited_event_object): Update.
16141 * python/py-inferior.c (inferior_to_inferior_object): Return
16142 gdbpy_ref.
16143 (python_new_inferior, python_inferior_deleted)
16144 (thread_to_thread_object, delete_thread_object)
16145 (build_inferior_list, gdbpy_selected_inferior): Update.
16146 * python/py-infthread.c (create_thread_object): Update. Also fail
16147 if inferior_to_inferior_object fails.
16148
16149 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16150
16151 * inferior.h (class inferior) <displaced_step_state>: New field.
16152 * infrun.h (struct displaced_step_state): Move here from
16153 infrun.c. Initialize fields, add constructor.
16154 <inf>: Remove field.
16155 <reset>: New method.
16156 * infrun.c (struct displaced_step_inferior_state): Move to
16157 infrun.h.
16158 (displaced_step_inferior_states): Remove.
16159 (get_displaced_stepping_state): Adust.
16160 (displaced_step_in_progress_any_inferior): Adjust.
16161 (displaced_step_in_progress_thread): Adjust.
16162 (displaced_step_in_progress): Adjust.
16163 (add_displaced_stepping_state): Remove.
16164 (get_displaced_step_closure_by_addr): Adjust.
16165 (remove_displaced_stepping_state): Remove.
16166 (infrun_inferior_exit): Call displaced_step_state.reset.
16167 (use_displaced_stepping): Don't check for NULL.
16168 (displaced_step_prepare_throw): Call
16169 get_displaced_stepping_state.
16170 (displaced_step_fixup): Don't check for NULL.
16171 (prepare_for_detach): Don't check for NULL.
16172
16173 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16174
16175 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16176 in case of call that did not complete.
16177
16178 2019-01-02 Andrey Utkin <autkin@undo.io>
16179
16180 * symfile.c (find_separate_debug_file): Fix search of debug files for
16181 remote debuggee.
16182
16183 2019-01-02 Tom Tromey <tom@tromey.com>
16184
16185 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16186 indentation.
16187 * python/py-frame.c (frapy_older): Remove cast.
16188 (frapy_newer): Likewise.
16189 * python/py-breakpoint.c (local_setattro): Remove cast.
16190 * python/py-arch.c (archpy_name): Remove local variable.
16191 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16192
16193 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16194
16195 * unittests/basic_string_view/element_access/char/empty.cc:
16196 Fix year range in copyright header.
16197
16198 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16199
16200 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16201 Delete.
16202 <operator==>: Update with for removed field.
16203 <hash>: Likewise.
16204 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16205 <isa_features>: ...this.
16206 <abi_features>: New field.
16207 (riscv_isa_flen): Update comment.
16208 (riscv_abi_xlen): New declaration.
16209 (riscv_abi_flen): New declaration.
16210 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16211 isa_features.
16212 (riscv_abi_xlen): New function.
16213 (riscv_isa_flen): Update to get answer from isa_features.
16214 (riscv_abi_flen): New function.
16215 (riscv_has_fp_abi): Update to get answer from abi_features.
16216 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16217 xlen and flen.
16218 (riscv_call_info) <xlen, flen>: Update comment.
16219 (riscv_call_arg_struct): Remove invalid assertions
16220 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16221 is removed.
16222 (riscv_gdbarch_init): Gather isa features and abi features
16223 separately, ensure both match on the gdbarch when reusing an old
16224 gdbarch. Relax an error check to allow 32-bit abi float to run on
16225 a target with 64-bit float hardware.
16226
16227 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16228
16229 * source.c (search_command_helper): Stop reverse search
16230 when line 1 has been searched.
16231
16232 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16233
16234 * record-full.c (record_full_base_target::close): Rewrite
16235 record_full_core_buf_list free logic.
16236
16237 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16238
16239 * break-catch-syscall.c (print_one_catch_syscall): xfree
16240 the last text.
16241
16242 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16243
16244 * top.c (print_gdb_version): Update Copyright year in version
16245 message.
16246
16247 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16248
16249 Update copyright year range in all GDB files.
16250
16251 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16252
16253 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16254
16255 For older changes see ChangeLog-2018.
16256 \f
16257 Local Variables:
16258 mode: change-log
16259 left-margin: 8
16260 fill-column: 74
16261 version-control: never
16262 coding: utf-8
16263 End:
16264