e09a5887d14c505dd2f1e2d39face297dee993a1
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-04 Tom Tromey <tromey@adacore.com>
2
3 * ada-lang.c (decode_constrained_packed_array)
4 (ada_value_assign, value_assign_to_component): Update.
5 * dwarf2loc.c (rw_pieced_value, access_memory)
6 (dwarf2_compile_expr_to_ax): Update.
7 * dwarf2read.c (dwarf2_add_field): Update.
8 * eval.c (evaluate_subexp_standard): Update.
9 * gdbarch.c, gdbarch.h: Rebuild.
10 * gdbarch.sh (bits_big_endian): Remove.
11 * gdbtypes.h (union field_location): Update comment.
12 * target-descriptions.c (make_gdb_type): Update.
13 * valarith.c (value_bit_index): Update.
14 * value.c (struct value) <bitpos>: Update comment.
15 (unpack_bits_as_long, modify_field): Update.
16 * value.h (value_bitpos): Update comment.
17
18 2019-12-04 Tom Tromey <tromey@adacore.com>
19
20 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
21 endian-ness.
22
23 2019-12-04 Tom Tromey <tromey@adacore.com>
24
25 * dwarf2read.c (dwarf2_init_float_type)
26 (dwarf2_init_complex_target_type): Add byte_order parameter.
27 (read_base_type): Compute byte order earlier.
28 * gdbtypes.c (init_float_type): Add byte_order parameter.
29 * gdbtypes.h (init_float_type): Add byte_order parameter.
30
31 2019-12-04 Tom Tromey <tromey@adacore.com>
32
33 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
34
35 2019-12-04 Tom Tromey <tromey@adacore.com>
36
37 * dwarf2read.c (process_structure_scope): Initialize
38 "discr_offset".
39
40 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
43 add it into the search spec.
44 (parse_max_results_option): New function.
45 (mi_info_functions_or_variables): Parse -max-results flag and pass
46 it to mi_symbol_info.
47 (mi_cmd_symbol_info_modules): Likewise.
48 (mi_cmd_symbol_info_types): Likewise.
49 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
50 return type to bool, change result container into a set, and don't
51 add new results if we have enough already.
52 (global_symbol_searcher::add_matching_msymbols): Change return
53 type to bool, and don't add new results if we have enough already.
54 (sort_search_symbols_remove_dups): Delete.
55 (global_symbol_searcher::search): Early exit from search loop when
56 we have enough results. Use a std::set to collect the results
57 from calling add_matching_symbols.
58 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
59 member function.
60 (global_symbol_searcher) <m_max_search_results>: New member
61 variable.
62 (global_symbol_searcher) <add_matching_symbols>: Update header
63 comment and change return type to bool.
64 (global_symbol_searcher) <add_matching_msymbols>: Update header
65 comment and change return type to bool.
66
67 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * symtab.c (symbol_search::compare_search_syms): Update header
70 comment.
71 (global_symbol_searcher::is_suitable_msymbol): New function.
72 (global_symbol_searcher::expand_symtabs): New function.
73 (global_symbol_searcher::add_matching_symbols): New function.
74 (global_symbol_searcher::add_matching_msymbols): New function.
75 (global_symbol_searcher::search): Move most of the content
76 into the new functions above, and call them as needed.
77 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
78 function.
79 (global_symbol_searcher) <add_matching_symbols>: New member
80 function.
81 (global_symbol_searcher) <add_matching_msymbols>: New member
82 function.
83 (global_symbol_searcher) <is_suitable_msymbol>: New member
84 function.
85
86 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
89 -symbol-info-module-variables entries.
90 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
91 (mi_cmd_symbol_info_module_variables): Declare.
92 * mi/mi-symbol-cmds.c
93 (module_symbol_search_iterator): New typedef.
94 (output_module_symbols_in_single_module_and_file): New function.
95 (output_module_symbols_in_single_module): New function.
96 (mi_info_module_functions_or_variables): New function.
97 (mi_cmd_symbol_info_module_functions): New function.
98 (mi_cmd_symbol_info_module_variables): New function.
99 * NEWS: Mention new MI command.
100
101 2019-12-03 Christian Biesinger <cbiesinger@google.com>
102
103 * bcache.c (hash): Remove.
104 (hash_continue): Remove.
105 * bcache.h (hash): Remove.
106 (hash_continue): Remove.
107 (struct bcache) <ctor>: Update.
108 * psymtab.c (psymbol_hash): Update.
109 * stabsread.c (hashname): Update.
110 * utils.h (fast_hash): Add an argument for a start value,
111 defaulting to zero.
112
113 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
114 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
115 (destroy_block_symbol_cache): New function.
116 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
117 (resize_symbol_cache): Likewise.
118
119 2019-12-02 Tom Tromey <tom@tromey.com>
120
121 * unittests/tui-selftests.c (run_tests): Make conditional.
122 (_initialize_tui_selftest): Make conditional.
123
124 2019-12-02 Christian Biesinger <cbiesinger@google.com>
125
126 * aix-thread.c (debug_aix_thread): Change type to bool.
127
128 2019-12-02 Luis Machado <luis.machado@linaro.org>
129
130 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
131
132 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * dwarf2read.c (read_tag_string_type): Read the fields required to
135 make a dynamic string, and possibly create a dynamic range for the
136 string.
137 (attr_to_dynamic_prop): Setup is_reference based on the type of
138 attribute being processed.
139 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
140 (resolve_dynamic_array): Rename to...
141 (resolve_dynamic_array_or_string): ...this, update header comment,
142 and accept TYPE_CODE_STRING.
143 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
144
145 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
148 of its implementation from...
149 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
150 the new function.
151
152 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
155 create a range with stride where appropriate.
156 * f-valprint.c: Include 'gdbarch.h'.
157 (f77_print_array_1): Take the stride into account when walking the
158 array. Also convert the stride into addressable units.
159 * gdbtypes.c (create_range_type): Initialise the stride to
160 constant zero.
161 (create_range_type_with_stride): New function, initialise the
162 range as normal, and then setup the stride.
163 (has_static_range): Include the stride here. Also change the
164 return type to bool.
165 (create_array_type_with_stride): Consider the range stride if the
166 array isn't given its own stride.
167 (resolve_dynamic_range): Resolve the stride if needed.
168 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
169 (struct range_bounds) <flag_is_byte_stride>: New member variable.
170 (TYPE_BIT_STRIDE): Define.
171 (TYPE_ARRAY_BIT_STRIDE): Define.
172 (create_range_type_with_stride): Declare.
173 * valarith.c (value_subscripted_rvalue): Take range stride into
174 account when walking the array.
175
176 2019-12-01 Tom Tromey <tom@tromey.com>
177
178 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
179 specially.
180
181 2019-12-01 Tom Tromey <tom@tromey.com>
182
183 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
184 \0.
185 * unittests/tui-selftests.c: New file.
186 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
187
188 2019-12-01 Tom Tromey <tom@tromey.com>
189
190 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
191
192 2019-12-01 Tom Tromey <tom@tromey.com>
193
194 * NEWS: Document new settings.
195 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
196 * tui/tui-win.c (_initialize_tui_win): Add border style
197 observers.
198 * tui/tui-io.h (tui_apply_style): Declare.
199 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
200 longer static.
201 (apply_ansi_escape, tui_set_reverse_mode): Update.
202 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
203 Add "skip_intensity" parameter.
204 <changed>: New member.
205 <do_set_value>: Declare.
206 (tui_border_style, tui_active_border_style): Declare.
207 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
208 globals.
209 (cli_style_option): Initialize "changed".
210 (cli_style_option::do_set_value): New function.
211 (cli_style_option::add_setshow_commands): Add "skip_intensity"
212 parameter. Update.
213 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
214 (_initialize_cli_style): Update. Create TUI border style
215 commands.
216
217 2019-12-01 Tom Tromey <tom@tromey.com>
218
219 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
220 parameter.
221 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
222 parameter.
223 * tui/tui-win.h (compact_source): Declare.
224 * tui/tui-win.c (compact_source): New global.
225 (tui_set_compact_source, tui_show_compact_source): New functions.
226 (_initialize_tui_win): Add "compact-source" setting.
227 * tui/tui-source.c (tui_source_window::set_contents): Handle
228 compact_source setting.
229 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
230 * NEWS: Document new setting.
231
232 2019-11-30 Tom Tromey <tom@tromey.com>
233
234 * dwarf2read.c (dwarf2_add_field): Include field offset when
235 computing variant part length.
236
237 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238 * NEWS: Mention define-prefix. Tell that command names can now
239 contain a . character.
240
241 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
242
243 * command.h (valid_cmd_char_p): Declare.
244 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
245 the check of valid command char.
246 (find_command_name_length, valid_user_defined_cmd_name_p): Use
247 valid_cmd_char_p.
248 * cli/cli-script.c (validate_comname): Likewise.
249 * completer.c (gdb_completer_command_word_break_characters):
250 Do not remove . from the word break char, update comments.
251 (complete_line_internal_1): Use valid_cmd_char_p.
252 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
253 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
254
255 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
256
257 * cli/cli-script.c (do_define_command): Ensure a redefined
258 prefix command is kept as a prefix command.
259 (define_prefix_command): New function.
260 (show_user_1): Report user defined prefixes.
261 (_initialize_cli_script): Create the new 'define-prefix' command.
262 Add completers for 'define' and 'document'.
263 * top.c (execute_command): If command is a user-defined prefix only
264 command, report the list of commands for this prefix command.
265
266 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
267
268 * valops.c (find_oload_champ): Improve debug output.
269
270 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
271
272 * valops.c (find_oload_champ): Print part of debug messages
273 before the badness vector is std::move'd.
274
275 2019-11-28 Tom Tromey <tom@tromey.com>
276
277 * value.c (creal_internal_fn): Fix comment.
278
279 2019-11-28 Tom Tromey <tom@tromey.com>
280
281 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
282 flag_bound_evaluated>: Now unsigned.
283
284 2019-11-28 Tom Tromey <tom@tromey.com>
285
286 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
287 declare.
288
289 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
290
291 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
292 debug output.
293 * jit.c (jit_unregister_code): Add debug print to match
294 `jit_register_code`.
295
296 2019-11-27 Christian Biesinger <cbiesinger@google.com>
297
298 * NEWS: Mention the new multithreaded symbol loading.
299
300 2019-11-27 Christian Biesinger <cbiesinger@google.com>
301
302 * maint.c (n_worker_threads): Default to 0.
303 (worker_threads_disabled): New function.
304 * maint.h (worker_threads_disabled): New function.
305 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
306 here if worker_threads_disabled () is true.
307 (minimal_symbol_reader::install): Skip all threading if
308 worker_threads_disabled () is true.
309
310 2019-11-27 Christian Biesinger <cbiesinger@google.com>
311
312 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
313 hash code if possible.
314 (add_minsym_to_demangled_hash_table): Likewise.
315 (minimal_symbol_reader::install): Compute the hash codes for msymbol
316 on the background thread.
317 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
318 Add these fields.
319
320 2019-11-27 Christian Biesinger <cbiesinger@google.com>
321
322 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
323 of the mangled name on the background thread.
324 * symtab.c (symbol_set_names): Allow passing in the hash of the
325 linkage_name.
326 * symtab.h (symbol_set_names): Likewise.
327
328 2019-11-27 Kevin Buettner <kevinb@redhat.com>
329
330 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
331 physnames are computed for inherited DIEs.
332
333 2019-11-27 Tom Tromey <tromey@adacore.com>
334
335 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
336 backslashes.
337 * cp-support.c: Remove unnecessary backslashes.
338
339 2019-11-27 Christian Biesinger <cbiesinger@google.com>
340
341 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
342 with sym->set_linkage_name.
343 * coffread.c (coff_read_enum_type): Likewise.
344 * mdebugread.c (parse_symbol): Likewise.
345 * stabsread.c (patch_block_stabs): Likewise.
346 (define_symbol): Likewise.
347 (read_enum_type): Likewise.
348 (common_block_end): Likewise.
349 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
350 function.
351 (SYMBOL_SET_LINKAGE_NAME): Remove.
352 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
353 with sym->set_linkage_name.
354
355 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
358 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
359 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
360 * NEWS: Mention new MI command.
361
362 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
365 '-symbol-info-types', and '-symbol-info-variables'.
366 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
367 (mi_cmd_symbol_info_types): Declare.
368 (mi_cmd_symbol_info_variables): Declare.
369 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
370 (output_debug_symbol): New function.
371 (output_nondebug_symbol): New function.
372 (mi_symbol_info): New function.
373 (mi_info_functions_or_variables): New function.
374 (mi_cmd_symbol_info_functions): New function.
375 (mi_cmd_symbol_info_types): New function.
376 (mi_cmd_symbol_info_variables): New function.
377 * NEWS: Mention new commands.
378
379 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 * symtab.c (symbol_to_info_string): New function, most content
382 moved from print_symbol_info, but updated to return a std::string.
383 (print_symbol_info): Update to use symbol_to_info_string and print
384 returned string.
385 * symtab.h (symbol_to_info_string): Declare new function.
386
387 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * python/python.c (gdbpy_rbreak): Convert to using
390 global_symbol_searcher.
391 * symtab.c (file_matches): Convert return type to bool, change
392 file list to std::vector, update header comment.
393 (search_symbols): Rename to...
394 (global_symbol_searcher::search): ...this and update now its
395 a member function of global_symbol_searcher. Take account of the
396 changes to file_matches.
397 (symtab_symbol_info): Convert to using global_symbol_searcher.
398 (rbreak_command): Likewise.
399 (search_module_symbols): Likewise.
400 * symtab.h (enum symbol_search): Update comment.
401 (search_symbols): Remove declaration.
402 (class global_symbol_searcher): New class.
403
404 2019-11-26 Tom Tromey <tromey@adacore.com>
405
406 * cp-support.c (_initialize_cp_support): Conditionally initialize
407 gdb_demangle_attempt_core_dump.
408
409 2019-11-26 Tom Tromey <tom@tromey.com>
410
411 * python/py-function.c (fnpy_init): Update.
412 * value.h (add_internal_function): Adjust declaration.
413 * value.c (function_destroyer): Remove.
414 (do_add_internal_function): Don't set destroyer or copy name.
415 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
416 Set name_allocated.
417 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
418 (cmdpy_init): Set name_allocated.
419 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
420 member.
421 (~cmd_list_element): Free "name" if needed.
422
423 2019-11-26 Tom Tromey <tom@tromey.com>
424
425 * value.h (add_internal_function): Add new overload. Move
426 documentation from value.h.
427 * value.c (do_add_internal_function): New function.
428 (add_internal_function): Use it. Add new overload.
429 (function_destroyer): Don't free doc.
430 * python/py-function.c (fnpy_init): Update.
431
432 2019-11-26 Tom Tromey <tom@tromey.com>
433
434 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
435 (cmdpy_init): Set "doc_allocated".
436
437 2019-11-26 Tom Tromey <tom@tromey.com>
438
439 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
440 name of worker thread.
441 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
442 pthread_setname_np.
443 * configure, config.in: Rebuild.
444
445 2019-11-26 Tom Tromey <tom@tromey.com>
446
447 * python/python.c (class gdbpy_gil): New.
448 (struct gdbpy_event): Add constructor, destructor, operator().
449 (gdbpy_post_event): Use run_on_main_thread.
450 (gdbpy_initialize_events): Remove.
451 (do_start_initialization): Update.
452
453 2019-11-26 Tom Tromey <tom@tromey.com>
454
455 * NEWS: Add entry.
456 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
457 commands. Call update_thread_pool_size.
458 (update_thread_pool_size, maintenance_set_worker_threads): New
459 functions.
460 (n_worker_threads): New global.
461
462 2019-11-26 Christian Biesinger <cbiesinger@google.com>
463 Tom Tromey <tom@tromey.com>
464
465 * minsyms.c (minimal_symbol_reader::install): Use
466 parallel_for_each.
467 * gdbsupport/parallel-for.h: New file.
468 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
469
470 2019-11-26 Christian Biesinger <cbiesinger@google.com>
471 Tom Tromey <tom@tromey.com>
472
473 * gdbsupport/thread-pool.h: New file.
474 * gdbsupport/thread-pool.c: New file.
475 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
476 (HFILES_NO_SRCDIR): Add thread-pool.h.
477
478 2019-11-26 Tom Tromey <tom@tromey.com>
479
480 * event-top.h (thread_local_segv_handler): Declare.
481 * event-top.c (thread_local_segv_handler): New global.
482 (install_handle_sigsegv, handle_sigsegv): New functions.
483 (async_init_signals): Install SIGSEGV handler.
484 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
485 thread-local.
486 (report_failed_demangle): New function.
487 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
488 handler-setting code, instead use segv_handler. Run warning code
489 on main thread.
490
491 2019-11-26 Tom Tromey <tom@tromey.com>
492
493 * run-on-main-thread.c: New file.
494 * run-on-main-thread.h: New file.
495 * unittests/main-thread-selftests.c: New file.
496 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
497 main-thread-selftests.c.
498 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
499 (COMMON_SFILES): Add run-on-main-thread.c.
500
501 2019-11-26 Tom Tromey <tom@tromey.com>
502
503 * main.c (setup_alternate_signal_stack): Remove.
504 (captured_main_1): Use gdb::alternate_signal_stack.
505 * gdbsupport/alt-stack.h: New file.
506
507 2019-11-26 Tom Tromey <tom@tromey.com>
508
509 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
510 Remove comment.
511 (save_original_signals_state, restore_original_signals_state): Use
512 gdb_sigmask.
513 * linux-nat.c (block_child_signals, restore_child_signals_mask)
514 (_initialize_linux_nat): Use gdb_sigmask.
515 * guile/guile.c (_initialize_guile): Use block_signals.
516 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
517 * gdbsupport/gdb-sigmask.h: New file.
518 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
519 * cp-support.c (gdb_demangle): Use gdb_sigmask.
520 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
521 pthread_sigmask.
522 * configure, config.in: Rebuild.
523 * gdbsupport/block-signals.h: New file.
524
525 2019-11-26 Tom Tromey <tom@tromey.com>
526
527 * acinclude.m4: Include ax_pthread.m4.
528 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
529 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
530 (CLIBS): Use PTHREAD_LIBS.
531 (aclocal_m4_deps): Add ax_pthread.m4.
532 * config.in, configure: Rebuild.
533 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
534
535 2019-11-26 Tom Tromey <tom@tromey.com>
536
537 * symtab.h (struct minimal_symbol) <name_set>: New member.
538 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
539 Don't call symbol_set_names.
540 (minimal_symbol_reader::install): Call symbol_set_names.
541
542 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
543
544 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
545 restore_active_ext_lang, as GIL is needed for (indirectly)
546 called PyOS_InterruptOccurred.
547
548 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
549
550 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
551 definition.
552
553 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
554
555 * remote-sim.c (simulator_command): Make static, remove
556 declaration.
557
558 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
559
560 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
561 static.
562 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
563 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
564 (main): Likewise.
565 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
566 (main): Likewise.
567 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
568 (main): Likewise.
569 * unittests/basic_string_view/element_access/char/1.cc (test01):
570 Likewise.
571 (main): Likewise.
572 * unittests/basic_string_view/element_access/char/empty.cc (main):
573 Likewise.
574 * unittests/basic_string_view/element_access/char/front_back.cc
575 (test01): Likewise.
576 (main): Likewise.
577 * unittests/basic_string_view/inserters/char/2.cc (test05):
578 Likewise.
579 (main): Likewise.
580 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
581 (test01): Likewise.
582 (main): Likewise.
583 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
584 (test01): Likewise.
585 (main): Likewise.
586 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
587 Likewise.
588 * unittests/basic_string_view/operations/compare/char/1.cc
589 (test01): Likewise.
590 (main): Likewise.
591 * unittests/basic_string_view/operations/compare/char/13650.cc
592 (test01): Likewise.
593 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
594 Likewise.
595 (main): Likewise.
596 * unittests/basic_string_view/operations/data/char/1.cc (test01):
597 Likewise.
598 (main): Likewise.
599 * unittests/basic_string_view/operations/find/char/1.cc (test01):
600 Likewise.
601 (main): Likewise.
602 * unittests/basic_string_view/operations/find/char/2.cc (test02):
603 Likewise.
604 (main): Likewise.
605 * unittests/basic_string_view/operations/find/char/3.cc (test03):
606 Likewise.
607 (main): Likewise.
608 * unittests/basic_string_view/operations/find/char/4.cc (main):
609 Likewise.
610 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
611 Likewise.
612 (main): Likewise.
613 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
614 Likewise.
615 (main): Likewise.
616 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
617 Likewise.
618 (main): Likewise.
619 * unittests/basic_string_view/operations/substr/char/1.cc
620 (test01): Likewise.
621 (main): Likewise.
622 * unittests/basic_string_view/operators/char/2.cc (main):
623 Likewise.
624 * unittests/optional/assignment/1.cc (test): Likewise.
625 * unittests/optional/assignment/2.cc (test): Likewise.
626 * unittests/optional/assignment/3.cc (test): Likewise.
627 * unittests/optional/assignment/4.cc (test): Likewise.
628 * unittests/optional/assignment/5.cc (test): Likewise.
629 * unittests/optional/assignment/6.cc (test): Likewise.
630 * unittests/optional/assignment/7.cc (test): Likewise.
631 * unittests/optional/cons/copy.cc (test): Likewise.
632 * unittests/optional/cons/default.cc (test): Likewise.
633 * unittests/optional/cons/move.cc (test): Likewise.
634 * unittests/optional/cons/value.cc (test): Likewise.
635 * unittests/optional/in_place.cc (test): Likewise.
636 * unittests/optional/observers/1.cc (test): Likewise.
637 * unittests/optional/observers/2.cc (test): Likewise.
638
639 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
640
641 * tui-win.h (tui_set_var_cmd): Remove.
642 * tui-win.c (tui_set_var_cmd): Make static.
643
644 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
645
646 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
647 rbreak_command_wrapper): Remove.
648 * symtab.c (rbreak_command_wrapper): Remove.
649
650 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
651
652 * inferior.h (info_terminal_command): Remove declaration.
653 * inflow.c (info_terminal_command): Make static.
654
655 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
656
657 * inferior.c (exit_inferior_silent): Remove.
658
659 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
660
661 * dictionary.c (dict_empty, mdict_empty): Remove.
662 * dictionary.c (mdict_empty): Remove.
663
664 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
665
666 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
667 (arc_insn_get_memory_offset): Likewise.
668 (arc_insn_dump): Likewise.
669 * cp-support.c (test_cp_symbol_name_matches): Likewise.
670 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
671 * dictionary.c (dict_iterator_next): Likewise.
672 (dict_iter_match_first): Likewise.
673 (dict_iter_match_next): Likewise.
674 * f-lang.c (evaluate_subexp_f): Likewise.
675 * hppa-tdep.c (hppa_read_pc): Likewise.
676 * i386-tdep.c (i386_floatformat_for_type): Likewise.
677 * parse.c (write_exp_elt_msym): Likewise.
678 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
679 * remote.c (remote_packet_size): Likewise.
680 (remote_notif_stop_parse): Likewise.
681 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
682 * s12z-tdep.c (s12z_disassemble_info): Likewise.
683 * source.c (prepare_path_for_appending): Likewise.
684 * sparc64-linux-tdep.c
685 (sparc64_linux_handle_segmentation_fault); Likewise.
686 * stack.c (frame_selection_by_function_completer): Likewise.
687
688 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
689
690 * completer.c (set_gdb_completion_word_break_characters):
691 Remove.
692
693 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
694
695 * dwarf-index-write.c: Include dwarf-index-write.h.
696 * mi/mi-interp.c: Include mi/mi-interp.h.
697
698 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
699
700 * aarch32-tdep.c: Include aarch32-tdep.h.
701 * aarch32-tdep.h: Forward-declare struct target_desc.
702
703 2019-11-26 Christian Biesinger <cbiesinger@google.com>
704
705 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
706 strerror.
707 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
708 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
709
710 2019-11-25 Tom de Vries <tdevries@suse.de>
711
712 * contrib/words.sh: Add -c option.
713
714 2019-11-25 Christian Biesinger <cbiesinger@google.com>
715
716 * solib.c (solib_find_1): Change int to bool.
717 (exec_file_find): Change int to bool.
718 (solib_find): Change int to bool.
719 (solib_read_symbols): Change int to bool.
720 (solib_used): Change int to bool.
721 (solib_add): Change int to bool.
722 (info_sharedlibrary_command): Change int to bool.
723 (solib_contains_address_p): Change int to bool.
724 (solib_keep_data_in_core): Change int to bool.
725 (in_solib_dynsym_resolve_code): Change int to bool.
726 (reload_shared_libraries_1): Change int to bool.
727 (gdb_sysroot_changed): Change int to bool.
728 * solib.h (solib_read_symbols): Change int to bool.
729 (solib_contains_address_p): Change int to bool.
730 (solib_keep_data_in_core): Change int to bool.
731 (in_solib_dynsym_resolve_code): Change int to bool.
732 (libpthread_name_p): Change int to bool.
733
734 2019-11-25 Luis Machado <luis.machado@linaro.org>
735
736 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
737 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
738 (remote_packet_max_chars): New static global.
739 (show_remote_packet_max_chars): New function.
740 (remote_target::putpkt_binary): Adjust to use new
741 remote_packet_max_chars option.
742 (remote_target::getpkt_or_notif_sane_1): Likewise.
743 (_initialize_remote): Register new remote-packet-max-chars option.
744
745 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
746
747 * m68k-linux-nat.c: Include gdbarch.h.
748
749 2019-11-24 Tom Tromey <tom@tromey.com>
750
751 * symfile.c (read_symbols): Update.
752 * psymtab.c (require_partial_symbols): Change type of "verbose" to
753 bool.
754 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
755 (psym_lookup_symbol, psym_find_last_source_symtab)
756 (psym_forget_cached_source_info, psym_print_stats)
757 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
758 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
759 (psym_map_matching_symbols, psym_expand_symtabs_matching)
760 (psym_find_compunit_symtab_by_address)
761 (maintenance_print_psymbols, maintenance_info_psymtabs)
762 (maintenance_check_psymtabs): Update.
763 * psymtab.h (require_partial_symbols): Change type of "verbose" to
764 bool.
765
766 2019-11-22 Tom Tromey <tom@tromey.com>
767
768 * observable.h: Update comments.
769
770 2019-11-22 Tom Tromey <tromey@adacore.com>
771
772 * ada-tasks.c (ada_task_is_alive): Make parameter const.
773 (print_ada_task_info): Don't try to fetch thread id if task is not
774 alive.
775
776 2019-11-22 Christian Biesinger <cbiesinger@google.com>
777
778 * ada-exp.y: Update.
779 * ada-lang.c (sort_choices): Update.
780 (ada_print_symbol_signature): Update.
781 (resolve_subexp): Update.
782 (ada_parse_renaming): Update.
783 (ada_read_renaming_var_value): Update.
784 (lesseq_defined_than): Update.
785 (remove_extra_symbols): Update.
786 (remove_irrelevant_renamings): Update.
787 (ada_add_block_symbols): Update.
788 (ada_collect_symbol_completion_matches): Update.
789 (ada_is_renaming_symbol): Update.
790 (aggregate_assign_from_choices): Update.
791 (ada_evaluate_subexp): Update.
792 (ada_has_this_exception_support): Update.
793 (ada_is_non_standard_exception_sym): Update.
794 (ada_add_exceptions_from_frame): Update.
795 (ada_add_global_exceptions): Update.
796 (ada_print_subexp): Update.
797 * ax-gdb.c (gen_var_ref): Update.
798 (gen_maybe_namespace_elt): Update.
799 (gen_expr_for_cast): Update.
800 (gen_expr): Update.
801 * block.h: Update.
802 * blockframe.c (find_pc_partial_function): Update.
803 * breakpoint.c (print_breakpoint_location): Update.
804 (update_static_tracepoint): Update.
805 * btrace.c (ftrace_print_function_name): Update.
806 (ftrace_function_switched): Update.
807 * buildsym.c (find_symbol_in_list): Update.
808 * c-exp.y: Update.
809 * c-typeprint.c (c_print_typedef): Update.
810 (c_type_print_template_args): Update.
811 * cli/cli-cmds.c (edit_command): Update.
812 (list_command): Update.
813 (print_sal_location): Update.
814 * coffread.c (patch_opaque_types): Update.
815 (process_coff_symbol): Update.
816 (coff_read_enum_type): Update.
817 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
818 (convert_one_symbol): Update.
819 (hash_symname): Update.
820 (eq_symname): Update.
821 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
822 * compile/compile-cplus-types.c (debug_print_scope): Update.
823 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
824 * compile/compile-object-load.c (get_out_value_type): Update.
825 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
826 (search_symbol_list): Update.
827 (cp_lookup_symbol_imports_or_template): Update.
828 * cp-support.c (overload_list_add_symbol): Update.
829 * ctfread.c (psymtab_to_symtab): Update.
830 * dbxread.c (cp_set_block_scope): Update.
831 * dictionary.c (iter_match_first_hashed): Update.
832 (iter_match_next_hashed): Update.
833 (insert_symbol_hashed): Update.
834 (iter_match_next_linear): Update.
835 * dictionary.h: Update.
836 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
837 (locexpr_describe_location_piece): Update.
838 (locexpr_describe_location_1): Update.
839 (locexpr_generate_c_location): Update.
840 (loclist_describe_location): Update.
841 (loclist_generate_c_location): Update.
842 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
843 (read_func_scope): Update.
844 (process_enumeration_scope): Update.
845 (new_symbol): Update.
846 (dwarf2_const_value): Update.
847 (dwarf2_symbol_mark_computed): Update.
848 * eval.c (evaluate_funcall): Update.
849 (evaluate_subexp_standard): Update.
850 * expprint.c (print_subexp_standard): Update.
851 (dump_subexp_body_standard): Update.
852 * f-valprint.c (info_common_command_for_block): Update.
853 * findvar.c (get_hosting_frame): Update.
854 (default_read_var_value): Update.
855 * go-lang.c (go_symbol_package_name): Update.
856 * guile/scm-block.c (bkscm_print_block_smob): Update.
857 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
858 (gdbscm_symbol_name): Update.
859 (gdbscm_symbol_linkage_name): Update.
860 (gdbscm_symbol_print_name): Update.
861 * infcall.c (get_function_name): Update.
862 * infcmd.c (jump_command): Update.
863 (finish_command): Update.
864 * infrun.c (insert_exception_resume_breakpoint): Update.
865 * linespec.c (canonicalize_linespec): Update.
866 (create_sals_line_offset): Update.
867 (convert_linespec_to_sals): Update.
868 (complete_label): Update.
869 (find_label_symbols_in_block): Update.
870 * m2-typeprint.c (m2_print_typedef): Update.
871 * mdebugread.c (mdebug_reg_to_regnum): Update.
872 (parse_symbol): Update.
873 (mylookup_symbol): Update.
874 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
875 (list_args_or_locals): Update.
876 * objc-lang.c (compare_selectors): Update.
877 (info_selectors_command): Update.
878 (compare_classes): Update.
879 (info_classes_command): Update.
880 (find_imps): Update.
881 * p-typeprint.c (pascal_print_typedef): Update.
882 * printcmd.c (build_address_symbolic): Update.
883 (info_address_command): Update.
884 (print_variable_and_value): Update.
885 * python/py-framefilter.c (extract_sym): Update.
886 (py_print_single_arg): Update.
887 * python/py-symbol.c (sympy_str): Update.
888 (sympy_get_name): Update.
889 (sympy_get_linkage_name): Update.
890 * python/python.c (gdbpy_rbreak): Update.
891 * record-btrace.c (btrace_get_bfun_name): Update.
892 (btrace_call_history): Update.
893 * rust-lang.c (rust_print_typedef): Update.
894 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
895 * stabsread.c (stab_reg_to_regnum): Update.
896 (define_symbol): Update.
897 (read_enum_type): Update.
898 (common_block_end): Update.
899 (cleanup_undefined_types_1): Update.
900 (scan_file_globals): Update.
901 * stack.c (print_frame_arg): Update.
902 (print_frame_args): Update.
903 (find_frame_funname): Update.
904 (info_frame_command_core): Update.
905 (iterate_over_block_locals): Update.
906 (print_block_frame_labels): Update.
907 (do_print_variable_and_value): Update.
908 (iterate_over_block_arg_vars): Update.
909 (return_command): Update.
910 * symmisc.c (dump_symtab_1): Update.
911 (print_symbol): Update.
912 * symtab.c (eq_symbol_entry): Update.
913 (symbol_cache_dump): Update.
914 (lookup_language_this): Update.
915 (find_pc_sect_line): Update.
916 (skip_prologue_sal): Update.
917 (symbol_search::compare_search_syms): Update.
918 (treg_matches_sym_type_name): Update.
919 (search_symbols): Update.
920 (print_symbol_info): Update.
921 (rbreak_command): Update.
922 (completion_list_add_symbol): Update.
923 (find_gnu_ifunc): Update.
924 (get_symbol_address): Update.
925 (search_module_symbols): Update.
926 (info_module_subcommand): Update.
927 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
928 (SYMBOL_LINKAGE_NAME): Remove.
929 (SYMBOL_DEMANGLED_NAME): Remove.
930 (SYMBOL_PRINT_NAME): Remove.
931 (SYMBOL_SEARCH_NAME): Remove.
932 * tracepoint.c (set_traceframe_context): Update.
933 (validate_actionline): Update.
934 (collection_list::collect_symbol): Update.
935 (encode_actions_1): Update.
936 (info_scope_command): Update.
937 (print_one_static_tracepoint_marker): Update.
938 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
939 * valops.c (address_of_variable): Update.
940 (find_overload_match): Update.
941 (find_oload_champ): Update.
942
943 2019-11-22 Christian Biesinger <cbiesinger@google.com>
944
945 * ada-lang.c (ada_lookup_simple_minsym): Update.
946 (ada_collect_symbol_completion_matches): Update.
947 * ada-tasks.c (read_atcb): Update.
948 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
949 (amd64_windows_skip_trampoline_code): Update.
950 * arm-tdep.c (skip_prologue_function): Update.
951 (arm_skip_stack_protector): Update.
952 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
953 (arm_wince_skip_main_prologue): Update.
954 * ax-gdb.c (gen_expr): Update.
955 * block.c (call_site_for_pc): Update.
956 * blockframe.c (find_pc_partial_function): Update.
957 * breakpoint.c (set_breakpoint_location_function): Update.
958 * btrace.c (ftrace_print_function_name): Update.
959 (ftrace_function_switched): Update.
960 * c-valprint.c (print_unpacked_pointer): Update.
961 * coffread.c (coff_symfile_read): Update.
962 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
963 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
964 * dwarf-index-write.c (write_psymbols): Update.
965 * dwarf2loc.c (call_site_to_target_addr): Update.
966 (func_verify_no_selftailcall): Update.
967 (tailcall_dump): Update.
968 (call_site_find_chain_1): Update.
969 (dwarf_expr_reg_to_entry_parameter): Update.
970 * elfread.c (elf_gnu_ifunc_record_cache): Update.
971 * eval.c (evaluate_funcall): Update.
972 (evaluate_subexp_standard): Update.
973 (evaluate_subexp_for_sizeof): Update.
974 * expprint.c (print_subexp_standard): Update.
975 (dump_subexp_body_standard): Update.
976 * frame.c (get_prev_frame_always_1): Update.
977 * frv-tdep.c (frv_skip_main_prologue): Update.
978 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
979 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
980 (gnuv3_get_typename_from_type_info): Update.
981 (gnuv3_skip_trampoline): Update.
982 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
983 * i386-tdep.c (i386_skip_main_prologue): Update.
984 (i386_pe_skip_trampoline_code): Update.
985 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
986 * infcall.c (get_function_name): Update.
987 * linespec.c (minsym_found): Update.
988 * linux-fork.c (info_checkpoints_command): Update.
989 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
990 (m32c_m16c_pointer_to_address): Update.
991 * maint.c (maintenance_translate_address): Update.
992 * minsyms.c (add_minsym_to_hash_table): Update.
993 (add_minsym_to_demangled_hash_table): Update.
994 (lookup_minimal_symbol_mangled): Update.
995 (lookup_minimal_symbol_demangled): Update.
996 (lookup_minimal_symbol_linkage): Update.
997 (lookup_minimal_symbol_text): Update.
998 (lookup_minimal_symbol_by_pc_name): Update.
999 (minimal_symbol_is_less_than): Update.
1000 (compact_minimal_symbols): Update.
1001 (build_minimal_symbol_hash_tables): Update.
1002 (find_solib_trampoline_target): Update.
1003 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1004 (mips_skip_pic_trampoline_code): Update.
1005 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1006 * objc-lang.c (info_selectors_command): Update.
1007 (info_classes_command): Update.
1008 (find_methods): Update.
1009 (find_imps): Update.
1010 * p-valprint.c (pascal_val_print): Update.
1011 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1012 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1013 * printcmd.c (build_address_symbolic): Update.
1014 (info_symbol_command): Update.
1015 * psymtab.c (psymbol_name_matches): Update.
1016 (match_partial_symbol): Update.
1017 (lookup_partial_symbol): Update.
1018 (print_partial_symbols): Update.
1019 (sort_pst_symbols): Update.
1020 (maintenance_check_psymtabs): Update.
1021 * python/py-framefilter.c (py_print_frame): Update.
1022 * python/python.c (gdbpy_rbreak): Update.
1023 * record-btrace.c (btrace_get_bfun_name): Update.
1024 (btrace_call_history): Update.
1025 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1026 (rs6000_skip_trampoline_code): Update.
1027 * sol-thread.c (info_cb): Update.
1028 * stabsread.c (scan_file_globals): Update.
1029 * stack.c (find_frame_funname): Update.
1030 (info_frame_command_core): Update.
1031 * symmisc.c (dump_msymbols): Update.
1032 * symtab.c (symbol_natural_name): Rename to..,
1033 (general_symbol_info::natural_name): ...this.
1034 (symbol_demangled_name): Rename to...
1035 (general_symbol_info::demangled_name): ...this.
1036 (symbol_search_name): Rename to...
1037 (general_symbol_info::search_name): ...this.
1038 (symbol_matches_search_name): Update.
1039 (find_pc_sect_line): Update.
1040 (skip_prologue_sal): Update.
1041 (search_symbols): Update.
1042 (print_msymbol_info): Update.
1043 (rbreak_command): Update.
1044 (completion_list_add_msymbol): Update.
1045 (completion_list_objc_symbol): Update.
1046 (get_msymbol_address): Update.
1047 * symtab.h (struct general_symbol_info): Add member functions
1048 natural_name (), linkage_name (), print_name (), demangled_name (),
1049 and search_name ().
1050 (SYMBOL_NATURAL_NAME): Update.
1051 (symbol_natural_name): Move to a member function on general_symbol_info.
1052 (SYMBOL_DEMANGLED_NAME): Update.
1053 (symbol_demangled_name): Move to a member function on
1054 general_symbol_info.
1055 (SYMBOL_SEARCH_NAME): Update.
1056 (symbol_search_name): Move to a member function on general_symbol_info.
1057 (MSYMBOL_NATURAL_NAME): Remove.
1058 (MSYMBOL_LINKAGE_NAME): Remove.
1059 (MSYMBOL_PRINT_NAME): Remove.
1060 (MSYMBOL_DEMANGLED_NAME): Remove.
1061 (MSYMBOL_SEARCH_NAME): Remove.
1062 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1063
1064 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1065
1066 * symtab.c (create_demangled_names_hash): Use per_bfd->
1067 minimal_symbol_count for computing the initial size, if greater
1068 than our default size.
1069
1070 2019-11-22 Tom de Vries <tdevries@suse.de>
1071
1072 * contrib/words.sh: Improve words extraction.
1073
1074 2019-11-22 Tom de Vries <tdevries@suse.de>
1075
1076 * contrib/words.sh: Combine sed invocations.
1077
1078 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1079
1080 * Makefile.in: Update.
1081 * demangle.c: Rename to...
1082 * gdb-demangle.c: ..this.
1083 (is_cplus_marker): Change return type to bool.
1084 (_initialize_demangler): Rename to...
1085 (_initialize_gdb_demangle): ...this.
1086 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1087 * symtab.h (demangle): Remove declaration; instead include
1088 gdb-demangle.h.
1089
1090 2019-11-21 Tom Tromey <tromey@adacore.com>
1091
1092 * gdbsupport/format.c (format_pieces): Parse %I64d.
1093 * unittests/format_pieces-selftests.c (test_windows_formats): New
1094 function.
1095 (run_tests): Call it.
1096
1097 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1098
1099 Byte reverse display of variables with DW_END_big, DW_END_little
1100 (DW_AT_endianity) dwarf attributes if different than the native
1101 byte order.
1102 * ada-lang.c (ada_value_binop):
1103 Use type_byte_order instead of gdbarch_byte_order.
1104 * ada-valprint.c (printstr):
1105 (ada_val_print_string):
1106 * ada-lang.c (value_pointer):
1107 (ada_value_binop):
1108 Use type_byte_order instead of gdbarch_byte_order.
1109 * c-lang.c (c_get_string):
1110 Use type_byte_order instead of gdbarch_byte_order.
1111 * c-valprint.c (c_val_print_array):
1112 Use type_byte_order instead of gdbarch_byte_order.
1113 * cp-valprint.c (cp_print_class_member):
1114 Use type_byte_order instead of gdbarch_byte_order.
1115 * dwarf2loc.c (rw_pieced_value):
1116 Use type_byte_order instead of gdbarch_byte_order.
1117 * dwarf2read.c (read_base_type): Handle DW_END_big,
1118 DW_END_little
1119 * f-lang.c (f_get_encoding):
1120 Use type_byte_order instead of gdbarch_byte_order.
1121 * findvar.c (default_read_var_value):
1122 Use type_byte_order instead of gdbarch_byte_order.
1123 * gdbtypes.c (check_types_equal):
1124 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1125 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1126 and TYPE_ENDIANITY_LITTLE if set.
1127 (type_byte_order): new function.
1128 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1129 (struct main_type) <flag_endianity_not_default>:
1130 New field.
1131 (type_byte_order): New function.
1132 * infcmd.c (default_print_one_register_info):
1133 Use type_byte_order instead of gdbarch_byte_order.
1134 * p-lang.c (pascal_printstr):
1135 Use type_byte_order instead of gdbarch_byte_order.
1136 * p-valprint.c (pascal_val_print):
1137 Use type_byte_order instead of gdbarch_byte_order.
1138 * printcmd.c (print_scalar_formatted):
1139 Use type_byte_order instead of gdbarch_byte_order.
1140 * solib-darwin.c (darwin_current_sos):
1141 Use type_byte_order instead of gdbarch_byte_order.
1142 * solib-svr4.c (solib_svr4_r_ldsomap):
1143 Use type_byte_order instead of gdbarch_byte_order.
1144 * stap-probe.c (stap_modify_semaphore):
1145 Use type_byte_order instead of gdbarch_byte_order.
1146 * target-float.c (target_float_same_format_p):
1147 Use type_byte_order instead of gdbarch_byte_order.
1148 * valarith.c (scalar_binop):
1149 (value_bit_index):
1150 Use type_byte_order instead of gdbarch_byte_order.
1151 * valops.c (value_cast):
1152 Use type_byte_order instead of gdbarch_byte_order.
1153 * valprint.c (generic_emit_char):
1154 (generic_printstr):
1155 (val_print_string):
1156 Use type_byte_order instead of gdbarch_byte_order.
1157 * value.c (unpack_long):
1158 (unpack_bits_as_long):
1159 (unpack_value_bitfield):
1160 (modify_field):
1161 (pack_long):
1162 (pack_unsigned_long):
1163 Use type_byte_order instead of gdbarch_byte_order.
1164 * findvar.c (unsigned_pointer_to_address):
1165 (signed_pointer_to_address):
1166 (unsigned_address_to_pointer):
1167 (address_to_signed_pointer):
1168 (default_read_var_value):
1169 (default_value_from_register):
1170 Use type_byte_order instead of gdbarch_byte_order.
1171 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1172 Use type_byte_order instead of gdbarch_byte_order.
1173 * riscv-tdep.c (riscv_print_one_register_info):
1174 Use type_byte_order instead of gdbarch_byte_order.
1175
1176 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1177
1178 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1179 (current_ui_gdb_stdin_ptr): Likewise.
1180 (current_ui_gdb_stderr_ptr): Likewise.
1181 (current_ui_gdb_stdlog_ptr): Likewise.
1182 (current_ui_current_uiout_ptr): Likewise.
1183 (gen_ret_current_ui_field_ptr): Remove.
1184
1185 2019-11-21 Tom de Vries <tdevries@suse.de>
1186
1187 PR gdb/24956
1188 * cli/cli-script.c (execute_control_command): Only switch to
1189 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1190
1191 2019-11-19 Tom Tromey <tom@tromey.com>
1192
1193 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1194 Now static. Change type of "name".
1195 (tui_set_win_height_command): Don't copy "arg".
1196 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1197 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1198
1199 2019-11-19 Ali Tamur <tamur@google.com>
1200
1201 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1202 "if (attr != nullptr)".
1203 (dwarf2_find_base_address): Likewise.
1204 (dwarf2_build_include_psymtabs): Likewise.
1205 (read_cutu_die_from_dwo): Likewise.
1206 (read_func_scope): Likewise.
1207 (read_call_site_scope): Likewise.
1208 (dwarf2_get_pc_bounds): Likewise.
1209 (dwarf2_record_block_ranges): Likewise.
1210 (dwarf2_add_field): Likewise.
1211 (dwarf2_add_member_fn): Likewise.
1212 (read_structure_type): Likewise.
1213 (read_enumeration_type): Likewise.
1214 (read_array_type): Likewise.
1215 (read_array_order): Likewise.
1216 (read_set_type): Likewise.
1217 (read_common_block): Likewise.
1218 (read_tag_reference_type): Likewise.
1219 (read_tag_string_type): Likewise.
1220 (read_subroutine_type): Likewise.
1221 (read_base_type): Likewise.
1222 (read_subrange_type): Likewise.
1223 (new_symbol): Likewise.
1224 (prepare_one_comp_unit): Likewise.
1225
1226 2019-11-19 Tom Tromey <tromey@adacore.com>
1227
1228 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1229 result in error when DebugActiveProcess fails.
1230
1231 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1232 Pedro Alves <palves@redhat.com>
1233
1234 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1235 * target.c (target_stack::push): Call 'unpush' if there's a
1236 target on top of the stack.
1237
1238 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1239
1240 * python/py-block.c (blpy_dealloc): Call tp_free.
1241 (blpy_block_syms_dealloc): Likewise.
1242 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1243 * python/py-inferior.c (infpy_dealloc): Likewise.
1244 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1245 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1246 * python/py-symbol.c (sympy_dealloc): Likewise.
1247 * python/py-symtab.c (stpy_dealloc): Likewise.
1248 * python/py-type.c (typy_iterator_dealloc): Likewise.
1249
1250 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1251
1252 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1253 constructor instead of using a class initializer.
1254
1255 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1256
1257 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1258 * configure: Regenerate.
1259 * configure.ac: Don't source common.host.
1260 * gdbsupport/common.host: Remove.
1261 * gdbsupport/mingw-strerror.c: Remove.
1262 * gdbsupport/posix-strerror.c: Rename to...
1263 * gdbsupport/safe-strerror.c: ...this.
1264
1265 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1266
1267 * maint.c (scoped_command_stats::print_time): Use localtime_r
1268 instead of localtime (provided through gnulib if necessary).
1269 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1270 of ctime.
1271
1272 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1273
1274 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1275 avoid compile errors.
1276
1277 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1278
1279 * config.in: Regenerate.
1280 * configure: Regenerate.
1281 * gdbsupport/common.m4: No longer check for strerror_r.
1282 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1283 POSIX version of strerror_r, now that gnulib provides it if
1284 necessary.
1285
1286 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1287
1288 * README (`configure' options): Update.
1289
1290 2019-11-14 Tom Tromey <tromey@adacore.com>
1291
1292 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1293 expected type for the RHS if the LHS is a convenience variable.
1294
1295 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1296
1297 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1298 Provide explicit default and copy constructor.
1299
1300 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1301
1302 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1303 only call Py_INCREF (newbp) in the bppy_pending_object case.
1304
1305 2019-11-13 Tom Tromey <tromey@adacore.com>
1306
1307 PR build/25182:
1308 * psympriv.h (partial_symbol): Remove static assert.
1309 * symtab.h (general_symbol_info, symbol): Remove static assert.
1310
1311 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdbsupport/format.c (format_pieces::format_pieces): Support
1314 printf 'z' size modifier.
1315 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1316 * printcmd.c (ui_printf): Handle size_t_arg.
1317 * ui-out.c (ui_out::vmessage): Likewise.
1318 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1319 function.
1320 (run_tests): Call test_format_int_sizes.
1321
1322 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1323
1324 * ada-exp.y (write_ambiguous_var): Update.
1325 * buildsym.c (add_symbol_to_list): Update.
1326 * dwarf2read.c (read_variable): Update.
1327 (new_symbol): Update.
1328 * jit.c (finalize_symtab): Update.
1329 * language.c (language_alloc_type_symbol): Update.
1330 * symtab.c (fixup_symbol_section): Update.
1331 (initialize_objfile_symbol_1): Move code to...
1332 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1333 (allocate_symbol): Update.
1334 (allocate_template_symbol): Update.
1335 (get_symbol_address): Update.
1336 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1337 of having as a field, and add a constructor.
1338 (SYMBOL_VALUE): Update.
1339 (SYMBOL_VALUE_ADDRESS): Update.
1340 (SET_SYMBOL_VALUE_ADDRESS): Update.
1341 (SYMBOL_VALUE_BYTES): Update.
1342 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1343 (SYMBOL_BLOCK_VALUE): Update.
1344 (SYMBOL_VALUE_CHAIN): Update.
1345 (SYMBOL_LANGUAGE): Update.
1346 (SYMBOL_SECTION): Update.
1347 (SYMBOL_OBJ_SECTION): Update.
1348 (SYMBOL_SET_LANGUAGE): Update.
1349 (SYMBOL_SET_LINKAGE_NAME): Update.
1350 (SYMBOL_SET_NAMES): Update.
1351 (SYMBOL_NATURAL_NAME): Update.
1352 (SYMBOL_LINKAGE_NAME): Update.
1353 (SYMBOL_DEMANGLED_NAME): Update.
1354 (SYMBOL_SEARCH_NAME): Update.
1355 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1356 (struct symbol): Update.
1357 (struct template_symbol): Update.
1358 (struct rust_vtable_symbol): Update.
1359 * xcoffread.c (SYMBOL_DUP): Update.
1360
1361 2019-11-12 Tom Tromey <tom@tromey.com>
1362
1363 * tui/tui-layout.c (show_layout): Set current_layout.
1364 (show_source_disasm_command, show_data)
1365 (show_source_or_disasm_and_command): Don't set current_layout.
1366
1367 2019-11-12 Tom Tromey <tom@tromey.com>
1368
1369 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1370
1371 2019-11-12 Tom Tromey <tom@tromey.com>
1372
1373 * tui/tui-win.c (resize_message): New global.
1374 (show_tui_resize_message): New function.
1375 (tui_async_resize_screen): Print message if requested.
1376 (_initialize_tui_win): Add tui-resize-message setting.
1377 * NEWS: Add entry for new commands.
1378
1379 2019-11-11 Tom Tromey <tom@tromey.com>
1380
1381 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1382 functions.
1383
1384 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1385
1386 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1387
1388 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1391 function.
1392 * python/python-internal.h (gdbpy_lookup_static_symbols):
1393 Declare new function.
1394 * python/python.c (python_GdbMethods): Add
1395 gdb.lookup_static_symbols method.
1396 * NEWS: Mention gdb.lookup_static_symbols.
1397
1398 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1401 static block of current object file first. Also fix typo in
1402 header comment.
1403
1404 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * stack.c (set_last_displayed_sal): Delete.
1407 (last_displayed_sal_valid): Delete.
1408 (last_displayed_pspace): Delete.
1409 (last_displayed_addr): Delete.
1410 (last_displayed_symtab): Delete.
1411 (last_displayed_line): Delete.
1412 (class last_displayed_symtab_info_type): New.
1413 (last_displayed_symtab_info): New static global variable.
1414 (print_frame_info): Call methods on last_displayed_symtab_info.
1415 (clear_last_displayed_sal): Update header comment, and make use of
1416 last_displayed_symtab_info.
1417 (last_displayed_sal_is_valid): Likewise.
1418 (get_last_displayed_pspace): Likewise.
1419 (get_last_displayed_addr): Likewise.
1420 (get_last_displayed_symtab): Likewise.
1421 (get_last_displayed_line): Likewise.
1422 (get_last_displayed_sal): Likewise.
1423 * stack.h (clear_last_displayed_sal): Update header comment.
1424 (last_displayed_sal_is_valid): Likewise.
1425 (get_last_displayed_pspace): Likewise.
1426 (get_last_displayed_addr): Likewise.
1427 (get_last_displayed_symtab): Likewise.
1428 (get_last_displayed_line): Likewise.
1429 (get_last_displayed_sal): Likewise.
1430
1431 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 * stack.c (frame_show_address): Convert return type to bool.
1434 * stack.h (frame_show_address): Likewise, and update header
1435 comment.
1436
1437 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1440 * unittests/vec-utils-selftests.c: New file.
1441 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1442
1443 2019-11-10 Tom Tromey <tom@tromey.com>
1444
1445 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1446 (tui_highlight_win): Likewise.
1447 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1448 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1449 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1450 Don't set can_highlight.
1451
1452 2019-11-10 Tom Tromey <tom@tromey.com>
1453
1454 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1455 Remove unused declaration.
1456
1457 2019-11-08 Tom Tromey <tromey@adacore.com>
1458
1459 * top.c (read_command_file): Update.
1460 (command_line_input): Make return type const.
1461 * python/py-gdb-readline.c: Update.
1462 * linespec.c (decode_line_2): Update.
1463 * defs.h (command_line_input): Make return type const.
1464 * cli/cli-script.c (read_next_line): Make return type const.
1465 * ada-lang.c (get_selections): Update.
1466
1467 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1468
1469 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1470 * mi/mi-main.c (output_cores): Likewise.
1471 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1472 (linux_xfer_osdata_modules): Likewise.
1473 * remote.c (register_remote_support_xml): Likewise.
1474 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1475 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1476
1477 2019-11-06 Tom Tromey <tom@tromey.com>
1478
1479 * tui/tui-interp.c: Don't include readline.h.
1480 * tui/tui-hooks.c: Don't include readline.h.
1481 * symmisc.c: Include tilde.h, not readline.h.
1482 * symfile.c: Include tilde.h, not readline.h.
1483 * source.c: Include tilde.h, not readline.h.
1484 * solib.c: Include tilde.h, not readline.h.
1485 * psymtab.c: Include tilde.h, not readline.h.
1486 * exec.c: Include tilde.h, not readline.h.
1487 * corelow.c: Include tilde.h, not readline.h.
1488 * cli/cli-dump.c: Include tilde.h, not readline.h.
1489 * cli/cli-cmds.c: Don't include readline.h.
1490
1491 2019-11-05 Tom Tromey <tom@tromey.com>
1492
1493 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1494 (tui_disassemble): Set addr_size.
1495 (tui_disasm_window::set_contents): Use addr_size.
1496
1497 2019-11-05 Tom Tromey <tom@tromey.com>
1498
1499 * rust-lang.c (rust_language_defn): Update.
1500 * python/py-value.c (valpy_string): Call c_get_string.
1501 * p-lang.c (pascal_language_defn): Update.
1502 * opencl-lang.c (opencl_language_defn): Update.
1503 * objc-lang.c (objc_language_defn): Update.
1504 * m2-lang.c (m2_language_defn): Update.
1505 * language.c (unknown_language_defn, auto_language_defn): Update.
1506 (default_get_string): Remove.
1507 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1508 * go-lang.c (go_language_defn): Update.
1509 * f-lang.c (f_language_defn): Update.
1510 * d-lang.c (d_language_defn): Update.
1511 * c-lang.c (c_language_defn, cplus_language_defn)
1512 (asm_language_defn, minimal_language_defn): Update.
1513 * ada-lang.c (ada_language_defn): Update.
1514 * language.h (struct language_defn) <la_get_string>: Remove.
1515 (LA_GET_STRING): Remove.
1516 (default_get_string): Don't declare.
1517
1518 2019-11-05 Tom Tromey <tom@tromey.com>
1519
1520 * tui/tui-source.h (struct tui_source_window): Inline
1521 constructor. Remove destructor.
1522 <style_changed, m_observable>: Move to superclass.
1523 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1524 (struct tui_source_window_base): Move private members to end.
1525 <style_changed, m_observable>: Move from tui_source_window.
1526 * tui/tui-winsource.c (tui_copy_source_line): Move from
1527 tui-source.c. Rename from copy_source_line. Add special handling
1528 for negative line number.
1529 (tui_source_window_base::style_changed): Move from
1530 tui_source_window.
1531 (tui_source_window_base): Register observer.
1532 (~tui_source_window_base): New.
1533 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1534 rename.
1535 (tui_source_window::set_contents): Use tui_copy_source_line.
1536 (tui_source_window::tui_source_window): Move to tui-source.h.
1537 (tui_source_window::~tui_source_window): Remove.
1538 (tui_source_window::style_changed): Move to superclass.
1539 * tui/tui-disasm.c (tui_disassemble): Create string file with
1540 styling, when possible. Add "addr_size" parameter.
1541 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1542 Don't compute maximum size.
1543 (len_without_escapes): New function
1544
1545 2019-11-05 Tom Tromey <tom@tromey.com>
1546
1547 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1548 std::string.
1549 * tui/tui-winsource.c (tui_show_source_line): Update.
1550 * tui/tui-source.c (tui_source_window::set_contents): Update.
1551 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1552
1553 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1554
1555 * symtab.h (gdb_static_assert): Put && operator at the beginning
1556 of the line instead of the end.
1557
1558 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1559
1560 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1561 and sizeof (symbol).
1562 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1563
1564 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1565
1566 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1567 * configure.host: Mark *-*-solaris2.10* obsolete.
1568 * configure.tgt: Mark Solaris < 11 obsolete.
1569 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1570 Update target triplet.
1571
1572 2019-11-01 Tom Tromey <tromey@adacore.com>
1573
1574 * utils.c (print_sys_errmsg): Simplify.
1575
1576 2019-11-01 Tom Tromey <tromey@adacore.com>
1577
1578 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1579
1580 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1581
1582 * configure: Regenerate.
1583 * configure.ac: Remove check for strerror_r.
1584 * gdbsupport/common.m4: Check for strerror_r.
1585
1586 2019-11-01 Luis Machado <luis.machado@linaro.org>
1587
1588 PR gdb/25124
1589
1590 * arm-tdep.c (arm_per_objfile): Rename to ...
1591 (arm_per_bfd): ... this.
1592 (arm_objfile_data_key): Rename to ...
1593 (arm_bfd_data_key): ... this.
1594 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1595 data.
1596 (arm_record_special_symbol): Likewise.
1597
1598 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1601 end.
1602 * c-typeprint.c (c_print_typedef): Likewise.
1603 * f-typeprint.c (f_print_typedef): Likewise.
1604 * m2-typeprint.c (m2_print_typedef): Likewise.
1605 * p-typeprint.c (pascal_print_typedef): Likewise.
1606 * rust-lang.c (rust_print_typedef): Likewise.
1607 * symtab.c (print_symbol_info): Print a newline after calling
1608 typedef_print.
1609
1610 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * symtab.c (info_module_cmdlist): New variable.
1613 (info_module_command): New function.
1614 (search_module_symbols): New function.
1615 (info_module_subcommand): New function.
1616 (struct info_modules_var_func_options): New struct.
1617 (info_modules_var_func_options_defs): New variable.
1618 (make_info_modules_var_func_options_def_group): New function.
1619 (info_module_functions_command): New function.
1620 (info_module_variables_command): New function.
1621 (info_module_var_func_command_completer): New function.
1622 (_initialize_symtab): Register new 'info module functions' and
1623 'info module variables' commands.
1624 * symtab.h (typedef symbol_search_in_module): New typedef.
1625 (search_module_symbols): Declare new function.
1626 * NEWS: Mention new commands.
1627
1628 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1631 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1632 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1633 MODULES_DOMAIN.
1634 (scan_partial_symbols): Only create partial module symbols for non
1635 declarations.
1636 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1637 and MODULES_DOMAIN.
1638 * symtab.c (search_domain_name): Likewise.
1639 (search_symbols): Likewise.
1640 (print_symbol_info): Likewise.
1641 (symtab_symbol_info): Likewise.
1642 (info_modules_command): New function.
1643 (_initialize_symtab): Register 'info modules' command.
1644 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1645 * NEWS: Mention new 'info modules' command.
1646
1647 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1648
1649 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1650 and $_gdb_maint_setting_str.
1651
1652 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1653
1654 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1655 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1656 (str_value_from_setting, gdb_setting_str_internal_fn)
1657 (gdb_maint_setting_str_internal_fn): New functions.
1658 (_initialize_cli_cmds): Define the new convenience functions.
1659 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1660 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1661
1662 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1663
1664 * agent.c (set_can_use_agent): When the setting is turned on,
1665 look up agent symbols if we don't have them yet.
1666 (agent_new_objfile): Don't look up agent symbols when the agent
1667 setting is off.
1668
1669 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1670
1671 * config.in: Regenerate.
1672
1673 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1674
1675 * configure: Regenerate.
1676 * configure.ac: Check for strerror_r.
1677 * gdbsupport/common-utils.h (safe_strerror): Change return value
1678 to const char * and document that this function is now threadsafe.
1679 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1680 thread_local and call strerror_r, if available.
1681 * utils.c (perror_string): Update.
1682 (print_sys_errmsg): Update.
1683
1684 2019-10-31 Luis Machado <luis.machado@linaro.org>
1685
1686 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1687 objfile_key.
1688 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1689 objfile to fetch per-bfd data.
1690 (arm_find_exidx_entry): Likewise.
1691
1692 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1693
1694 * gdbsupport/agent.c (debug_agent): Change type to bool.
1695 (use_agent): Likewise.
1696 (all_agent_symbols_look_up): Likewise.
1697 (agent_loaded_p): Change return value to bool.
1698 (agent_look_up_symbols): Update.
1699 (agent_capability_check): Change return value to bool.
1700 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1701 (debug_agent): Change type to bool.
1702 (use_agent): Likewise.
1703 (agent_capability_check): Change return value to bool.
1704
1705 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1706
1707 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1708 (build_minimal_symbol_hash_tables): Code to clear the table moved
1709 to clear_minimal_symbol_hash_tables.
1710 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1711 when needed.
1712
1713 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1714
1715 * infcmd.c: Remove includes.
1716 * infrun.c: Remove includes.
1717
1718 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1719
1720 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1721 (grow_vect): Remove declaration.
1722 (ada_type_of_array): Remove declaration.
1723 (ada_update_initial_language): Remove declaration.
1724 (ada_fold_name): Remove declaration.
1725 (ada_fill_in_ada_prototype): Remove declaration.
1726 (user_select_syms): Remove declaration.
1727 (get_selections): Remove declaration.
1728 (ada_tag_type): Remove declaration.
1729 (ada_value_tag): Remove declaration.
1730 (ada_is_others_clause): Remove declaration.
1731 (ada_in_variant): Remove declaration.
1732 (ada_value_struct_elt): Remove declaration.
1733 (ada_attribute_name): Remove declaration.
1734 (ada_system_address_type): Remove declaration.
1735 * ada-lang.c (ada_watch_location_expression): Make static.
1736 (GROW_VECT): Move here from ada-lang.h.
1737 (grow_vect): Make static.
1738 (ada_update_initial_language): Make static.
1739 (ada_fold_name): Make static.
1740 (ada_type_of_array): Make static.
1741 (encoded_ordered_before): Move up.
1742 (sort_choices): Move up.
1743 (print_signatures): Move up.
1744 (ada_print_symbol_signature): Move up.
1745 (get_selections): Move up and make static.
1746 (user_select_syms): Move up and make static.
1747 (ada_value_struct_elt): Move up and make static.
1748 (ada_tag_type): Make static.
1749 (ada_value_tag): Make static.
1750 (ada_is_others_clause): Make static.
1751 (ada_in_variant): Make static.
1752 (ada_attribute_name): Make static.
1753
1754 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1755
1756 * ada-lang.c: Remove includes.
1757 * ada-typeprint.c: Remove includes.
1758 * ada-valprint.c: Remove includes.
1759
1760 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1761
1762 * addrmap.c: Add static assertions of type size, moved from
1763 _initialize_addrmap.
1764 (_initialize_addrmap): Remove.
1765
1766 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1767
1768 * coffread.c (record_minimal_symbol): Update.
1769 (process_coff_symbol): Update.
1770 * dbxread.c (read_dbx_symtab): Update.
1771 * dwarf2read.c (add_partial_symbol): Update.
1772 (fixup_go_packaging): Update.
1773 (load_partial_dies): Update.
1774 (new_symbol): Update.
1775 * elfread.c (record_minimal_symbol): Change signature to use
1776 gdb::string_view instead of name+len.
1777 (elf_symtab_read): Update.
1778 (elf_rel_plt_read): Update.
1779 * mdebugread.c (parse_partial_symbols): Update.
1780 (handle_psymbol_enumerators): Update.
1781 (new_symbol): Update.
1782 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1783 to use gdb::string_view instead of name+len.
1784 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1785 * psympriv.h (add_psymbol_to_list): Likewise.
1786 * psymtab.c (add_psymbol_to_bcache): Likewise.
1787 (add_psymbol_to_list): Likewise.
1788 * stabsread.c (define_symbol): Update.
1789 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1790 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1791 (symbol_set_names): Likewise.
1792 * xcoffread.c (scan_xcoff_symtab): Update.
1793
1794 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1795
1796 * symtab.h (symbol_set_names): Document that copy_name must be
1797 set to true for non-nullterminated strings.
1798 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1799 linkage_name if the entry was not found and we need to demangle.
1800
1801 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1802
1803 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1804 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1805 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1806 * gdbsupport/gdb_binary_search.h: New file.
1807
1808 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1809
1810 * NEWS: Mention new --with-system-gdbinit-dir option.
1811 * config.in: Regenerate.
1812 * configure: Regenerate.
1813 * configure.ac: Add new option --with-system-gdbinit-dir.
1814 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1815 for a ".gdb" suffix.
1816 * main.c (get_init_files): Change system_gdbinit argument to
1817 a vector and return the files in SYSTEM_GDBINIT_DIR in
1818 addition to SYSTEM_GDBINIT.
1819 (captured_main_1): Update.
1820 (print_gdb_help): Update.
1821 * top.c (print_gdb_configuration): Also print the value of
1822 SYSTEM_GDBINIT_DIR.
1823
1824 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1825
1826 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1827 that takes gdb::string_view arguments.
1828
1829 2019-10-26 Tom de Vries <tdevries@suse.de>
1830
1831 * aarch64-linux-tdep.c: Fix typos in comments.
1832 * aarch64-tdep.c: Same.
1833 * ada-lang.c: Same.
1834 * amd64-nat.c: Same.
1835 * arc-tdep.c: Same.
1836 * arch/aarch64-insn.c: Same.
1837 * block.c: Same.
1838 * breakpoint.h: Same.
1839 * btrace.h: Same.
1840 * c-varobj.c: Same.
1841 * cli/cli-decode.c: Same.
1842 * cli/cli-script.c: Same.
1843 * cli/cli-utils.h: Same.
1844 * coff-pe-read.c: Same.
1845 * coffread.c: Same.
1846 * compile/compile-cplus-symbols.c: Same.
1847 * compile/compile-object-run.c: Same.
1848 * completer.c: Same.
1849 * corelow.c: Same.
1850 * cp-support.c: Same.
1851 * demangle.c: Same.
1852 * dwarf-index-write.c: Same.
1853 * dwarf2-frame.c: Same.
1854 * dwarf2-frame.h: Same.
1855 * eval.c: Same.
1856 * frame-base.h: Same.
1857 * frame.h: Same.
1858 * gdbcmd.h: Same.
1859 * gdbtypes.h: Same.
1860 * gnu-nat.c: Same.
1861 * guile/scm-objfile.c: Same.
1862 * i386-tdep.c: Same.
1863 * i386-tdep.h: Same.
1864 * infcall.c: Same.
1865 * infcall.h: Same.
1866 * linux-nat.c: Same.
1867 * m68k-tdep.c: Same.
1868 * macroexp.c: Same.
1869 * memattr.c: Same.
1870 * mi/mi-cmd-disas.c: Same.
1871 * mi/mi-getopt.h: Same.
1872 * mi/mi-main.c: Same.
1873 * minsyms.c: Same.
1874 * nat/aarch64-sve-linux-sigcontext.h: Same.
1875 * objfiles.h: Same.
1876 * ppc-linux-nat.c: Same.
1877 * ppc-linux-tdep.c: Same.
1878 * ppc-tdep.h: Same.
1879 * progspace.h: Same.
1880 * prologue-value.h: Same.
1881 * python/py-evtregistry.c: Same.
1882 * python/py-instruction.h: Same.
1883 * record-btrace.c: Same.
1884 * record-full.c: Same.
1885 * remote.c: Same.
1886 * rs6000-tdep.c: Same.
1887 * ser-tcp.c: Same.
1888 * sol-thread.c: Same.
1889 * sparc-sol2-tdep.c: Same.
1890 * sparc64-tdep.c: Same.
1891 * stabsread.c: Same.
1892 * symfile.c: Same.
1893 * symtab.h: Same.
1894 * target.c: Same.
1895 * tracepoint.c: Same.
1896 * tui/tui-data.h: Same.
1897 * tui/tui-io.c: Same.
1898 * tui/tui-win.c: Same.
1899 * tui/tui.c: Same.
1900 * unittests/rsp-low-selftests.c: Same.
1901 * user-regs.h: Same.
1902 * utils.c: Same.
1903 * utils.h: Same.
1904 * valarith.c: Same.
1905 * valops.c: Same.
1906 * valprint.c: Same.
1907 * valprint.h: Same.
1908 * value.c: Same.
1909 * value.h: Same.
1910 * varobj.c: Same.
1911 * x86-nat.h: Same.
1912 * xtensa-tdep.c: Same.
1913
1914 2019-10-25 Ali Tamur <tamur@google.com>
1915
1916 * charset.c (find_charset_names): Reflect API change.
1917
1918 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1919
1920 * symtab.c (struct demangled_name_entry): Change demangled name
1921 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1922 part of the struct anymore.
1923 (symbol_set_names): No longer obstack allocate + copy the demangled
1924 name, just store the allocated name from bfd.
1925
1926 2019-10-25 Tom Tromey <tromey@adacore.com>
1927
1928 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1929 (bsearch_cie_cmp, add_cie): Remove.
1930 (find_cie): Reimplement.
1931 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1932 (dwarf2_build_frame_info): Update.
1933
1934 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1935
1936 PR gdb/25126
1937 * symfile.c (reread_symbols): Call forget_cached_source_info to
1938 clear the stale source cache.
1939
1940 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1941
1942 * configure: Regenerate.
1943 * configure.ac: Remove code that sets python_has_threads.
1944
1945 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1946
1947 * config.in: Regenerate.
1948 * configure: Regenerate.
1949 * configure.ac: Remove the code that uses sed to get the python
1950 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1951
1952 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1955 error paths.
1956
1957 2019-10-23 Tom Tromey <tom@tromey.com>
1958
1959 * arc-tdep.c: Remove ".." from include.
1960 * frv-tdep.c: Remove ".." from include.
1961 * lm32-tdep.c: Remove ".." from include.
1962 * microblaze-tdep.c: Remove ".." from include.
1963 * or1k-tdep.h: Remove ".." from include.
1964 * s12z-tdep.c: Remove ".." from include.
1965 * Makefile.in (OPCODES_CFLAGS): Add comment.
1966 (TOP_CFLAGS): New variable.
1967 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1968
1969 2019-10-23 Tom Tromey <tom@tromey.com>
1970
1971 * Makefile.in (READLINE_DIR): Update.
1972
1973 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1974
1975 * infcall.c (call_function_by_hand_dummy): Fix the function
1976 comment. And extract out a code section into...
1977 (reserve_stack_space): ...this new function.
1978
1979 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1980
1981 * infcall.c (value_arg_coerce): Remove an unused parameter.
1982 (call_function_by_hand_dummy): Update the call to
1983 'value_arg_coerce'.
1984
1985 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1986
1987 * infcall.c (call_function_by_hand_dummy): Refactor.
1988
1989 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1990
1991 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1992
1993 2019-10-23 Tom Tromey <tom@tromey.com>
1994
1995 * configure: Rebuild.
1996 * configure.ac: Don't check for sigprocmask.
1997 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
1998
1999 2019-10-23 Tom Tromey <tom@tromey.com>
2000
2001 * configure: Rebuild.
2002 * acinclude.m4: Use m4_include, not sinclude.
2003
2004 2019-10-23 Tom de Vries <tdevries@suse.de>
2005
2006 PR breakpoints/24687
2007 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2008
2009 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2010
2011 * symtab.c (struct demangled_name_entry) <language>: Change from
2012 bitfield to regular variable.
2013
2014 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2015
2016 * symtab.c (struct demangled_name_entry): Add a constructor.
2017 (free_demangled_name_entry): New function to call the destructor
2018 for demangled_name_entry.
2019 (create_demangled_names_hash): Pass free_demangled_name_entry to
2020 htab_create_alloc.
2021 (symbol_set_names): Call placement new for demangled_name_entry.
2022 * utils.c: No longer include xxhash.h here, now that fast_hash
2023 is inlined in the header.
2024 * utils.h: Instead, include it here.
2025
2026 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2027
2028 * Makefile.in: Link with libxxhash.
2029 * config.in: Regenerate.
2030 * configure: Regenerate.
2031 * configure.ac: Search for libxxhash.
2032 * utils.c (fast_hash): Use xxhash if present.
2033
2034 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2035
2036 * utils.h (fast_hash): New function.
2037 * symtab.c (hash_demangled_name_entry): Call new function
2038 fast_hash.
2039
2040 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2041
2042 * symtab.c (struct demangled_name_entry): Change type of mangled
2043 to gdb::string_view. Also adds a constructor that takes the
2044 mangled name.
2045 (hash_demangled_name_entry): Update.
2046 (eq_demangled_name_entry): Update.
2047 (free_demangled_name_entry): New function to call the destructor
2048 now that this is not a POD anymore.
2049 (create_demangled_names_hash): Pass free_demangled_name_entry to
2050 htab_create_alloc.
2051 (symbol_set_names): Update.
2052
2053 2019-10-21 Ali Tamur <tamu@google.com>
2054
2055 * dwarf2read.c (dir_index): Change type.
2056 (file_name_index): Likewise.
2057 (line_header::include_dir_at): Change comment and implementation on
2058 whether it is DWARF 5.
2059 (line_header::is_valid_file_index): New function.
2060 (line_header::file_name_at): Change comment and implementation on
2061 whether it is DWARF 5.
2062 (line_header::file_names): Change to private field renamed as
2063 m_file_names and introduce a new accessor method.
2064 (line_header::file_names_size): New method.
2065 (line_header::include_dirs): Change to private field and rename as
2066 m_include_dirs.
2067 (dw2_get_file_names_reader): Define local var at a smaller scope and
2068 reflect API change.
2069 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2070 (process_structure_scope): Likewise.
2071 (line_header::add_include_dir): Change message and reflect renaming.
2072 (line_header::add_file_name): Likewise.
2073 (read_formatted_entries): Handle DW_FORM_data16.
2074 (dwarf_decode_line_header): Fix line header length calculation.
2075 (psymtab_include_file_name): Change comment and API.
2076 (lnp_state_machine::m_file): Update comment and reflect type change.
2077 (lnp_state_machine::record_line): Reflect type change.
2078 (dwarf_decode_lines): Reflect API change.
2079 (file_file_name): Likewise.
2080 (file_full_name): Likewise.
2081
2082 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2085
2086 2019-10-21 Tom Tromey <tom@tromey.com>
2087
2088 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2089
2090 2019-10-21 Tom Tromey <tom@tromey.com>
2091
2092 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2093 NM_H. Use AC_CONFIG_LINKS.
2094 * configure: Rebuild.
2095 * Makefile.in (NM_H): New variable.
2096 (generated_files): Add NM_H. Remove gcore.
2097 (nm.h, stamp-nmh): New targets.
2098
2099 2019-10-20 Tom Tromey <tom@tromey.com>
2100
2101 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2102 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2103 obsolete comment.
2104 (put_objfile_before): Now static.
2105
2106 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2107
2108 * gdbsupport/common-utils.h (startswith): Change return type to
2109 bool.
2110
2111 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2112
2113 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2114 * breakpoint.c (bp_locations_compare): Rename to...
2115 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2116 (update_global_location_list): Use std::sort instead of qsort.
2117 * buildsym.c (compare_line_numbers): Rename to...
2118 (lte_is_less_than): ...this, and change to std::sort semantics.
2119 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2120 instead of qsort.
2121 * disasm.c (compare_lines): Rename to...
2122 (line_is_less_than): ...this, and change to std::sort semantics.
2123 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2124 of qsort.
2125 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2126 (fde_is_less_than): ...this, and change to std::sort semantics.
2127 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2128 * mdebugread.c (compare_blocks):
2129 (block_is_less_than): ...this, and change to std::sort semantics.
2130 (sort_blocks): Call std::sort instead of qsort.
2131 * objfiles.c (qsort_cmp): Rename to...
2132 (sort_cmp): ...this, and change to std::sort semantics.
2133 (update_section_map): Call std::sort instead of qsort.
2134 * remote.c (compare_pnums): Remove.
2135 (map_regcache_remote_table): Call std::sort instead of qsort.
2136 * utils.c (compare_positive_ints): Remove.
2137 * utils.h (compare_positive_ints): Remove.
2138 * xcoffread.c (compare_lte): Remove.
2139 (arrange_linetable): Call std::sort instead of qsort.
2140
2141 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2142
2143 * symfile.c (init_entry_point_info): Fix typo.
2144 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2145
2146 2019-10-18 Tom de Vries <tdevries@suse.de>
2147
2148 * aarch64-tdep.c: Fix typos in comments.
2149 * ada-lang.c: Same.
2150 * ada-tasks.c: Same.
2151 * alpha-tdep.c: Same.
2152 * alpha-tdep.h: Same.
2153 * amd64-nat.c: Same.
2154 * amd64-windows-tdep.c: Same.
2155 * arc-tdep.c: Same.
2156 * arc-tdep.h: Same.
2157 * arch-utils.c: Same.
2158 * arm-nbsd-tdep.c: Same.
2159 * arm-tdep.c: Same.
2160 * ax-gdb.c: Same.
2161 * blockframe.c: Same.
2162 * btrace.c: Same.
2163 * c-varobj.c: Same.
2164 * coff-pe-read.c: Same.
2165 * coffread.c: Same.
2166 * cris-tdep.c: Same.
2167 * darwin-nat.c: Same.
2168 * dbxread.c: Same.
2169 * dcache.c: Same.
2170 * disasm.c: Same.
2171 * dtrace-probe.c: Same.
2172 * dwarf-index-write.c: Same.
2173 * dwarf2-frame-tailcall.c: Same.
2174 * dwarf2-frame.c: Same.
2175 * dwarf2read.c: Same.
2176 * eval.c: Same.
2177 * exceptions.c: Same.
2178 * fbsd-tdep.c: Same.
2179 * findvar.c: Same.
2180 * frame.c: Same.
2181 * frv-tdep.c: Same.
2182 * gnu-v3-abi.c: Same.
2183 * go32-nat.c: Same.
2184 * h8300-tdep.c: Same.
2185 * hppa-tdep.c: Same.
2186 * i386-linux-tdep.c: Same.
2187 * i386-tdep.c: Same.
2188 * ia64-libunwind-tdep.c: Same.
2189 * ia64-tdep.c: Same.
2190 * infcmd.c: Same.
2191 * infrun.c: Same.
2192 * linespec.c: Same.
2193 * linux-nat.c: Same.
2194 * linux-thread-db.c: Same.
2195 * machoread.c: Same.
2196 * mdebugread.c: Same.
2197 * mep-tdep.c: Same.
2198 * mn10300-tdep.c: Same.
2199 * namespace.c: Same.
2200 * objfiles.c: Same.
2201 * opencl-lang.c: Same.
2202 * or1k-tdep.c: Same.
2203 * osabi.c: Same.
2204 * ppc-linux-nat.c: Same.
2205 * ppc-linux-tdep.c: Same.
2206 * ppc-sysv-tdep.c: Same.
2207 * printcmd.c: Same.
2208 * procfs.c: Same.
2209 * record-btrace.c: Same.
2210 * record-full.c: Same.
2211 * remote-fileio.c: Same.
2212 * remote.c: Same.
2213 * rs6000-tdep.c: Same.
2214 * s12z-tdep.c: Same.
2215 * score-tdep.c: Same.
2216 * ser-base.c: Same.
2217 * ser-go32.c: Same.
2218 * skip.c: Same.
2219 * sol-thread.c: Same.
2220 * solib-svr4.c: Same.
2221 * solib.c: Same.
2222 * source.c: Same.
2223 * sparc-nat.c: Same.
2224 * sparc-sol2-tdep.c: Same.
2225 * sparc-tdep.c: Same.
2226 * sparc64-tdep.c: Same.
2227 * stabsread.c: Same.
2228 * stack.c: Same.
2229 * symfile.c: Same.
2230 * symtab.c: Same.
2231 * target-descriptions.c: Same.
2232 * target-float.c: Same.
2233 * thread.c: Same.
2234 * utils.c: Same.
2235 * valops.c: Same.
2236 * valprint.c: Same.
2237 * value.c: Same.
2238 * varobj.c: Same.
2239 * windows-nat.c: Same.
2240 * xcoffread.c: Same.
2241 * xstormy16-tdep.c: Same.
2242 * xtensa-tdep.c: Same.
2243
2244 2019-10-17 Tom Tromey <tromey@adacore.com>
2245
2246 * configure: Rebuild.
2247 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2248 in AC_CONFIG_FILES invocation.
2249 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2250 new-style config.status invocation.
2251
2252 2019-10-17 Tom de Vries <tdevries@suse.de>
2253
2254 * arm-nbsd-nat.c: Fix typos in comments.
2255 * arm-tdep.c: Same.
2256 * darwin-nat-info.c: Same.
2257 * dwarf2read.c: Same.
2258 * elfread.c: Same.
2259 * event-top.c: Same.
2260 * findvar.c: Same.
2261 * gdbtypes.c: Same.
2262 * hppa-tdep.c: Same.
2263 * i386-tdep.c: Same.
2264 * jit.c: Same.
2265 * main.c: Same.
2266 * mdebugread.c: Same.
2267 * moxie-tdep.c: Same.
2268 * nto-procfs.c: Same.
2269 * osabi.c: Same.
2270 * ppc-linux-tdep.c: Same.
2271 * remote.c: Same.
2272 * riscv-tdep.c: Same.
2273 * s390-tdep.c: Same.
2274 * sh-tdep.c: Same.
2275 * sparc-linux-tdep.c: Same.
2276 * sparc-nat.c: Same.
2277 * stack.c: Same.
2278 * target-descriptions.c: Same.
2279 * top.c: Same.
2280 * varobj.c: Same.
2281
2282 2019-10-16 Tom Tromey <tom@tromey.com>
2283
2284 * objfiles.h (struct objfile) <original_name>: Now const.
2285
2286 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2287
2288 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2289 pass on to sigsetjmp's second argument.
2290 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2291
2292 2019-10-16 Keith Seitz <keiths@redhat.com>
2293
2294 PR gdb/23567
2295 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2296 sections whose size is greater than the file size.
2297
2298 2019-10-16 Jim Wilson <jimw@sifive.com>
2299
2300 * riscv-tdep.c (riscv_gcc_target_options): New.
2301 (riscv_gnu_triplet_regexp): New.
2302 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2303 set_gdbarch_gnu_triplet_regexp.
2304
2305 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2306
2307 * Makefile.in: Add xml-builtin.h.
2308 * features/feature_to_c.sh: Add an include for xml-builtin.h
2309 to ensure that the compiler checks that the types match.
2310 * xml-builtin.h: New file.
2311 * xml-support.c (fetch_xml_builtin): Add missing const.
2312 * xml-support.h: Remove declaration of xml_builtins.
2313
2314 2019-10-16 Tom de Vries <tdevries@suse.de>
2315
2316 PR tdep/25096
2317 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2318 (amd64_classify_aggregate): ... here.
2319 (amd64_classify_aggregate_field): Handled fiels of nested structs
2320 recursively.
2321
2322 2019-10-16 Tom de Vries <tdevries@suse.de>
2323
2324 PR tdep/24104
2325 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2326 that handles 'theclass'.
2327
2328 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * linespec.c (decode_digits_ordinary): Update comment.
2331 * make-target-delegates: No longer need to handle VEC case.
2332 * memrange.c (normalize_mem_ranges): Update comment.
2333 * namespace.c (add_using_directive): Update comment.
2334 * objc-lang.c (uniquify_strings): Update comment.
2335 * ppc-linux-nat.c (struct thread_points): Update comment.
2336 * probe.h (find_probes_in_objfile): Update comment.
2337 * target.h (enum flash_preserve_mode): Update comment.
2338 * varobj.c (varobj_restrict_range): Update comment.
2339 * varobj.h (varobj_list_children): Update comment.
2340
2341 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * Makefile.in: Remove references to vec.h and vec.c.
2344 * aarch64-tdep.c: No longer include vec.h.
2345 * ada-lang.c: Likewise.
2346 * ada-lang.h: Likewise.
2347 * arm-tdep.c: Likewise.
2348 * ax.h: Likewise.
2349 * breakpoint.h: Likewise.
2350 * charset.c: Likewise.
2351 * cp-support.h: Likewise.
2352 * dtrace-probe.c: Likewise.
2353 * dwarf2read.c: Likewise.
2354 * extension.h: Likewise.
2355 * gdb_bfd.c: Likewise.
2356 * gdbsupport/gdb_vecs.h: Likewise.
2357 * gdbsupport/vec.c: Remove.
2358 * gdbsupport/vec.h: Remove.
2359 * gdbthread.h: Likewise.
2360 * guile/scm-type.c: Likewise.
2361 * inline-frame.c: Likewise.
2362 * machoread.c: Likewise.
2363 * memattr.c: Likewise.
2364 * memrange.h: Likewise.
2365 * namespace.h: Likewise.
2366 * nat/linux-btrace.h: Likewise.
2367 * osdata.c: Likewise.
2368 * parser-defs.h: Likewise.
2369 * progspace.h: Likewise.
2370 * python/py-type.c: Likewise.
2371 * record-btrace.c: Likewise.
2372 * rust-exp.y: Likewise.
2373 * solib-target.c: Likewise.
2374 * stap-probe.c: Likewise.
2375 * target-descriptions.c: Likewise.
2376 * target-memory.c: Likewise.
2377 * target.h: Likewise.
2378 * varobj.c: Likewise.
2379 * varobj.h: Likewise.
2380 * xml-support.h: Likewise.
2381
2382 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2385 Update for new std::vector based implementation.
2386 (process_psymtab_comp_unit_reader): Likewise.
2387 (scan_partial_symbols): Likewise.
2388 (recursively_compute_inclusions): Likewise.
2389 (compute_compunit_symtab_includes): Likewise.
2390 (process_imported_unit_die): Likewise.
2391 (queue_and_load_dwo_tu): Likewise.
2392 (follow_die_sig_1): Likewise.
2393 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2394 (typedef dwarf2_per_cu_ptr): Remove.
2395 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2396 function.
2397 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2398 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2399 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2400 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2401 std::vector.
2402
2403 2019-10-15 Tom Tromey <tromey@adacore.com>
2404
2405 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2406 TID.
2407
2408 2019-10-15 Tom Tromey <tromey@adacore.com>
2409
2410 * windows-nat.c (windows_nat_target::fetch_registers)
2411 (windows_nat_target::store_registers): Rename "pid" to "tid".
2412
2413 2019-10-15 Tom Tromey <tromey@adacore.com>
2414
2415 * gdbarch.h, gdbarch.c: Rebuild.
2416 * gdbarch.sh (gcc_target_options): Change return type to
2417 std::string.
2418 * compile/compile.c (get_args): Update.
2419 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2420 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2421 std::string.
2422 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2423 std::string.
2424 * arch-utils.c (default_gcc_target_options): Return std::string.
2425 * arch-utils.h (default_gcc_target_options): Return std::string.
2426 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2427
2428 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2429
2430 * breakpoint.c (breakpoint_chain): Make static.
2431 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2432 of accessing breakpoint_chain.
2433
2434 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2435
2436 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2437 to a gdb::function_view and return value to bool.
2438 * breakpoint.h (iterate_over_breakpoints): Likewise.
2439 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2440 (pop_dummy_frame): Update.
2441 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2442 (gdbscm_breakpoints): Update.
2443 * python/py-breakpoint.c (build_bp_list): Update.
2444 (gdbpy_breakpoints): Update.
2445 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2446 Update.
2447 (bpfinishpy_handle_stop): Update.
2448 (bpfinishpy_handle_exit): Update.
2449 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2450 (svr4_update_solib_event_breakpoints): Update.
2451
2452 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2453
2454 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2455 when unwrapping single-field structs.
2456
2457 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2458
2459 * dwarf2read.c: Remove includes.
2460
2461 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2462
2463 * ui-out.c (ui_out::call_do_message): Silence
2464 -Wformat-nonliteral warning.
2465
2466 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2467
2468 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2469 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2470 include: readline/tilde.h.
2471
2472 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2473
2474 * remote.c (remote_target::get_trace_status): Remove declaration of
2475 trace_regblock_size.
2476
2477 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2478
2479 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2480 (show_user): Remove declaration of cmdlist.
2481 * cli/cli-cmds.h (max_user_call_depth): Declare.
2482 * cli/cli-script.c (execute_user_command): Remove declaration
2483 of max_user_call_depth.
2484
2485 2019-10-11 Jim Wilson <jimw@sifive.com>
2486
2487 * gdbsupport/print-utils.h (pulongest): Fix comment.
2488 (plongest): Likewise.
2489 (phex): Add missing comment, mention leading zeros.
2490 (phex_nz): Add mention of no leading zeros to comment.
2491
2492 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2493 plongest instead of unsigned long long cast.
2494
2495 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2496
2497 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2498 for external_editor_command and gdbtk_test.
2499
2500 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2501
2502 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2503 * varobj.c (varobjdebug): Move comment to...
2504 * varobj.h (varobjdebug): ...here, and declare.
2505
2506 2019-10-09 Tom Tromey <tom@tromey.com>
2507
2508 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2509 erase_data_content.
2510
2511 2019-10-09 Tom Tromey <tom@tromey.com>
2512
2513 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2514 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2515 * tui/tui-command.c (tui_cmd_window::resize)
2516 (tui_refresh_cmd_win): Update.
2517 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2518 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2519 * tui/tui-data.c (~tui_gen_win_info): Remove.
2520 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2521 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2522 (tui_redisplay_readline, tui_mld_flush)
2523 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2524 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2525 (tui_data_window::erase_data_content)
2526 (tui_data_item_window::rerender)
2527 (tui_data_item_window::refresh_window): Update.
2528 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2529 (box_win, tui_gen_win_info::make_window)
2530 (tui_gen_win_info::make_visible): Update.
2531 (tui_delete_win): Remove.
2532 * tui/tui-winsource.c
2533 (tui_source_window_base::do_erase_source_content): Update.
2534 (tui_show_source_line, tui_source_window_base::update_tab_width)
2535 (tui_source_window_base::update_exec_info): Update.
2536 * tui/tui-data.h (struct curses_deleter): New.
2537 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2538 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2539
2540 2019-10-09 Tom Tromey <tom@tromey.com>
2541
2542 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2543
2544 2019-10-09 Tom Tromey <tom@tromey.com>
2545
2546 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2547 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2548
2549 2019-10-09 Tom Tromey <tom@tromey.com>
2550
2551 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2552 window height directly.
2553 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2554 declare.
2555 * tui/tui-layout.c (tui_default_win_height): Remove.
2556 (tui_default_win_viewport_height): Remove.
2557
2558 2019-10-09 Tom Tromey <tom@tromey.com>
2559
2560 * tui/tui.h: Remove comments.
2561
2562 2019-10-09 Tom de Vries <tdevries@suse.de>
2563
2564 * python/lib/gdb/printer/bound_registers.py: Use
2565 '^builtin_type_bound128' as regexp argument for
2566 add_builtin_pretty_printer.
2567
2568 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2569
2570 * guile/guile.c (guile_extension_script_ops): Remove forward
2571 declaration and mark as static.
2572 (guile_script_ops): Likewise.
2573 (extension_language_guile): Move further down in the file so
2574 it can reference the definitions for guile_{extension_,}script_ops.
2575
2576 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2577
2578 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2579 except SORTL, DFLTCC, and KDSA.
2580
2581 2019-10-08 Tom Tromey <tromey@adacore.com>
2582
2583 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2584 (struct safe_symbol_file_add_args): Remove.
2585
2586 2019-10-08 Tom Tromey <tromey@adacore.com>
2587
2588 * windows-nat.c: Don't include buildsym-legacy.h.
2589
2590 2019-10-08 Tom Tromey <tromey@adacore.com>
2591
2592 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2593
2594 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2595
2596 * gdbtypes.c (overload_debug): Move comment to header.
2597 * gdbtypes.h (overload_debug): Declare.
2598 * valops.c: Remove declaration of overload_debug, instead
2599 include gdbtypes.h.
2600
2601 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2602
2603 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2604 through _().
2605 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2606 move comment...
2607 * language.h (lang_frame_mismatch_warn): ... here. Also add
2608 declaration.
2609 * top.c (lang_frame_mismatch_warn): Remove declaration.
2610 (check_frame_language_change): Pass lang_frame_mismatch_warn
2611 through _().
2612
2613 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2614
2615 * c-lang.h (vtbl_ptr_name): Declare.
2616 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2617 it from the header.
2618 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2619
2620 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2621
2622 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2623 gdb_static_assert.
2624
2625 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2626
2627 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2628 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2629 * ctfread.c: New file.
2630 * ctfread.h: New file.
2631 * elfread.c: Include ctfread.h.
2632 (struct elfinfo text_p): New member ctfsect.
2633 (elf_locate_sections): Mark CTF section.
2634 (elf_symfile_read): Call elfctf_build_psymtabs.
2635 * Makefile.in (LIBCTF): Add.
2636 (CLIBS): Use it.
2637 (CDEPS): Likewise.
2638 (DIST): Add ctfread.c.
2639
2640 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * ctfread.c (struct nextfield): Renamed to ...
2643 (struct ctf_nextfield): ... this.
2644 (struct field_info): Renamed to ...
2645 (strut ctf_field_info): ... this.
2646 (attach_fields_to_type): Update for renamed structures.
2647 (ctf_add_member_cb): Likewise.
2648 (ctf_add_enum_member_cb): Likewise.
2649 (process_struct_members): Likewise.
2650 (process_enum_type): Likewise.
2651
2652 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2653
2654 * tracectf.h: Rename, was ctf.h.
2655 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2656 * tracefile.c: Likewise.
2657 * tracepoint.c: Remove unused include ctf.h.
2658 * mi/mi-main.c: Likewise.
2659 * Makefile.in Replace ctf.c with tracectf.c.
2660
2661 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2662
2663 * version.in: Change version number to "9.0.50.DATE-git".
2664
2665 2019-10-03 Tom Tromey <tom@tromey.com>
2666
2667 PR rust/24976:
2668 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2669
2670 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2673 cp_search_name_hash.
2674 * NEWS: Add entry about nested function support.
2675
2676 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2677 Andrew Burgess <andrew.burgess@embecosm.com>
2678
2679 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2680 for nested static variables when searchin VAR_DOMAIN.
2681 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2682 global scope, update comment.
2683 (add_partial_subprogram): Call add_partial_subprogram recursively
2684 for nested subroutines when processinng Fortran.
2685 (load_partial_dies): Process the child entities of a subprogram
2686 when processing Fortran.
2687 (partial_die_parent_scope): Handle building scope
2688 for Fortran nested functions.
2689 (process_die): Record that nested functions have a scope.
2690 (new_symbol): Always record Fortran subprograms on the global
2691 symbol list.
2692 (determine_prefix): How to build the prefix for Fortran
2693 subprograms.
2694
2695 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2698 have just sent the thread a SIGSTOP and are waiting for it to
2699 arrive.
2700
2701 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * btrace.c (btrace_add_pc): Remove whitespace before the template
2704 parameter in 'std::vector <...>'.
2705 (parse_xml_btrace_block): Likewise.
2706 (btrace_maint_decode_pt): Likewise.
2707 (btrace_maint_update_packets): Likewise.
2708 (btrace_maint_print_packets): Likewise.
2709 * btrace.h (struct btrace_maint_info): Likewise.
2710 * dwarf2read.c (struct type_unit_group): Likewise.
2711 (build_type_psymtabs_reader): Likewise.
2712 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2713 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2714 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2715
2716 2019-10-03 Tom de Vries <tdevries@suse.de>
2717
2718 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2719 the first line of the help text for set/show style metadata.
2720
2721 2019-10-02 Tom Tromey <tromey@adacore.com>
2722
2723 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2724 * gdbsupport/common-inferior.c: New file.
2725 * infcmd.c (startup_with_shell): Don't define.
2726 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2727 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2728 * inferior.h (startup_with_shell): Don't declare.
2729
2730 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2731
2732 * gdbsupport/gdb_assert.h: Include errors.h.
2733 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2734
2735 2019-10-02 Tom Tromey <tromey@adacore.com>
2736
2737 * NEWS: Add $_ada_exception entry.
2738 * ada-lang.c (struct ada_catchpoint): Add constructor.
2739 <m_kind>: New member.
2740 (allocate_location_exception, re_set_exception): Remove
2741 "ex" parameter.
2742 (should_stop_exception): Compute $_ada_exception.
2743 (check_status_exception, print_it_exception)
2744 (print_one_exception, print_mention_exception): Remove
2745 "ex" parameter.
2746 (allocate_location_catch_exception, re_set_catch_exception)
2747 (check_status_exception, print_it_catch_exception)
2748 (print_one_catch_exception, print_mention_catch_exception)
2749 (print_recreate_catch_exception)
2750 (allocate_location_catch_exception_unhandled)
2751 (re_set_catch_exception_unhandled)
2752 (check_status_exception, print_it_catch_exception_unhandled)
2753 (print_one_catch_exception_unhandled)
2754 (print_mention_catch_exception_unhandled)
2755 (print_recreate_catch_exception_unhandled)
2756 (allocate_location_catch_assert, re_set_catch_assert)
2757 (check_status_assert, print_it_catch_assert)
2758 (print_one_catch_assert, print_mention_catch_assert)
2759 (print_recreate_catch_assert)
2760 (allocate_location_catch_handlers, re_set_catch_handlers)
2761 (check_status_handlers, print_it_catch_handlers)
2762 (print_one_catch_handlers, print_mention_catch_handlers)
2763 (print_recreate_catch_handlers): Remove.
2764 (create_ada_exception_catchpoint): Update.
2765 (initialize_ada_catchpoint_ops): Update.
2766
2767 2019-10-02 Tom Tromey <tromey@adacore.com>
2768
2769 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2770 (create_excep_cond_exprs): Simplify exception string computation.
2771 (ada_exception_catchpoint_cond_string): Likewise.
2772
2773 2019-10-02 Tom Tromey <tromey@adacore.com>
2774
2775 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2776 * ada-lang.c (lesseq_defined_than): Handle
2777 LOC_STATIC.
2778 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2779 parameter.
2780 (dwarf2_has_info): Likewise.
2781 (new_symbol): Set maybe_copied on symbol when
2782 appropriate.
2783 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2784 parameter.
2785 <can_copy>: New member.
2786 * elfread.c (record_minimal_symbol): Set maybe_copied
2787 on symbol when appropriate.
2788 (elf_symfile_read): Update call to dwarf2_has_info.
2789 * minsyms.c (lookup_minimal_symbol_linkage): New
2790 function.
2791 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2792 * symtab.c (get_symbol_address, get_msymbol_address):
2793 New functions.
2794 * symtab.h (get_symbol_address, get_msymbol_address):
2795 Declare.
2796 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2797 maybe_copied.
2798 (struct symbol, struct minimal_symbol) <maybe_copied>:
2799 New member.
2800
2801 2019-10-02 Tom Tromey <tromey@adacore.com>
2802
2803 * source.c (struct current_source_location): New.
2804 (current_source_key): New global.
2805 (current_source_symtab, current_source_line)
2806 (current_source_pspace): Remove.
2807 (get_source_location): New function.
2808 (get_current_source_symtab_and_line)
2809 (set_default_source_symtab_and_line)
2810 (set_current_source_symtab_and_line)
2811 (clear_current_source_symtab_and_line, select_source_symtab)
2812 (info_source_command, print_source_lines_base)
2813 (info_line_command, search_command_helper, _initialize_source):
2814 Update.
2815
2816 2019-10-02 Tom Tromey <tromey@adacore.com>
2817
2818 * source.c (select_source_symtab): Don't call
2819 decode_line_with_current_source.
2820
2821 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * symtab.c (lookup_global_symbol): Search global block.
2824
2825 2019-10-02 Tom Tromey <tromey@adacore.com>
2826
2827 * coffread.c (process_coff_symbol): Update.
2828 * dwarf2read.c (var_decode_location, new_symbol): Update.
2829 * mdebugread.c (parse_symbol): Update.
2830 * objfiles.c (relocate_one_symbol): Update.
2831 * stabsread.c (define_symbol, fix_common_block)
2832 (scan_file_globals): Update.
2833 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2834 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2835 * xcoffread.c (process_xcoff_symbol): Update.
2836
2837 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2838
2839 * MAINTAINERS: Update my email address.
2840
2841 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2844 std::vector.
2845 (build_type_psymtabs_reader): Update for std::vector.
2846 (build_type_psymtab_dependencies): Likewise.
2847 * dwarf2read.h: Remove use of DEF_VEC_P.
2848 (typedef sig_type_ptr): Delete.
2849
2850 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2853 to std::vector.
2854 (btrace_maint_decode_pt): Likewise, and move allocation of the
2855 vector outside of the loop.
2856 (btrace_maint_update_packets): Update to handle change from VEC to
2857 std::vector.
2858 (btrace_maint_print_packets): Likewise.
2859 (maint_info_btrace_cmd): Likewise.
2860 * btrace.h: Remove use of DEF_VEC_O.
2861 (typedef btrace_pt_packet_s): Delete.
2862 (struct btrace_maint_info) <packets>: Change fromm VEC to
2863 std::vector.
2864 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2865
2866 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2869 make accesses into the vector constant references.
2870 (btrace_add_pc): Update for std::vector.
2871 (btrace_stitch_bts): Likewise.
2872 (parse_xml_btrace_block): Likewise.
2873 (btrace_maint_update_packets): Likewise.
2874 (btrace_maint_print_packets): Likewise.
2875 (maint_info_btrace_cmd): Likewise.
2876 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2877 std::vector.
2878 (btrace_data::empty): Likewise.
2879 (btrace_data_append): Likewise.
2880 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2881 (typedef btrace_block_s): Delete.
2882 (struct btrace_block): Add constructor.
2883 (struct btrace_data_bts) <blocks>: Change to std::vector.
2884 * nat/linux-btrace.c (perf_event_read_bts): Update for
2885 std::vector.
2886 (linux_read_bts): Likewise.
2887
2888 2019-10-01 Tom Tromey <tom@tromey.com>
2889
2890 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2891
2892 2019-10-01 Tom Tromey <tom@tromey.com>
2893
2894 * stack.c (print_frame, info_frame_command_core): Use
2895 styled_string.
2896 * linux-thread-db.c (try_thread_db_load_1)
2897 (try_thread_db_load_from_pdir_1): Use styled_string.
2898 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2899 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2900 (maybe_print_unsupported_script_warning)
2901 (maybe_print_script_not_found_warning): Use styled_string.
2902 * ada-lang.c (user_select_syms): Use styled_string.
2903
2904 2019-10-01 Tom Tromey <tom@tromey.com>
2905
2906 * p-lang.c (pascal_printstr): Use metadata style.
2907 * value.c (show_convenience): Use metadata style.
2908 * valprint.c (valprint_check_validity, val_print_optimized_out)
2909 (val_print_not_saved, val_print_unavailable)
2910 (val_print_invalid_address, generic_val_print, val_print)
2911 (value_check_printable, val_print_array_elements): Use metadata
2912 style.
2913 * ui-out.h (class ui_out) <field_fmt>: New overload.
2914 <do_field_fmt>: Add style parameter.
2915 * ui-out.c (ui_out::field_fmt): New overload.
2916 * typeprint.c (type_print_unknown_return_type)
2917 (val_print_not_allocated, val_print_not_associated): Use metadata
2918 style.
2919 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2920 parameter.
2921 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2922 * tracepoint.c (tvariables_info_1): Use metadata style.
2923 * stack.c (print_frame_arg, print_frame_info, print_frame)
2924 (info_frame_command_core): Use metadata style.
2925 * skip.c (info_skip_command): Use metadata style.
2926 * rust-lang.c (rust_print_enum): Use metadata style.
2927 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2928 metadata style.
2929 * python/py-framefilter.c (py_print_single_arg): Use metadata
2930 style.
2931 * printcmd.c (do_one_display, print_variable_and_value): Use
2932 metadata style.
2933 * p-valprint.c (pascal_val_print)
2934 (pascal_object_print_value_fields): Use metadata style.
2935 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2936 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2937 parameter.
2938 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2939 * m2-valprint.c (m2_print_long_set): Use metadata style.
2940 * m2-typeprint.c (m2_print_type): Use metadata style.
2941 * infcmd.c (print_return_value_1): Use metadata style.
2942 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2943 * f-valprint.c (info_common_command_for_block): Use metadata
2944 style.
2945 * f-typeprint.c (f_type_print_base): Use metadata style.
2946 * expprint.c (print_subexp_standard): Use metadata style.
2947 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2948 * cli/cli-style.h (class cli_style_option): Add constructor.
2949 (metadata_style): Declare.
2950 * cli/cli-style.c (metadata_style): New global.
2951 (_initialize_cli_style): Register metadata style.
2952 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2953 parameter.
2954 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2955 * c-typeprint.c (c_type_print_base_struct_union)
2956 (c_type_print_base_1): Use metadata style.
2957 * breakpoint.c (watchpoint_value_print)
2958 (print_one_breakpoint_location): Use metadata style.
2959 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2960 style.
2961 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2962 style.
2963 * ada-valprint.c (val_print_packed_array_elements, printstr)
2964 (print_field_values, ada_val_print_ref, ada_val_print): Use
2965 metadata style.
2966 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2967 style.
2968 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2969 style.
2970 * ada-lang.c (user_select_syms): Use metadata style.
2971
2972 2019-10-01 Tom Tromey <tom@tromey.com>
2973
2974 * cli/cli-cmds.c (pwd_command): Style output.
2975
2976 2019-10-01 Pedro Alves <palves@redhat.com>
2977 Tom Tromey <tom@tromey.com>
2978
2979 * symtab.c (print_symbol_info): Use %ps.
2980 (print_msymbol_info): Use %ps.
2981 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2982 * printcmd.c (print_variable_and_value): Use %ps.
2983 * macrocmd.c (show_pp_source_pos): Use %ps.
2984 * infrun.c (print_exited_reason): Use ui_out::message.
2985 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2986 (describe_other_breakpoints): Use ui_out::message and new
2987 formats.
2988 (say_where): Use new formats.
2989 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2990 and new formats.
2991
2992 2019-10-01 Pedro Alves <palves@redhat.com>
2993 Tom Tromey <tom@tromey.com>
2994
2995 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
2996 (test_gdb_formats): New function.
2997 (run_tests): Call it.
2998 (test_format_specifier): Update.
2999 * utils.h (fputs_filtered): Update comment.
3000 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3001 (fputs_styled_unfiltered): Declare.
3002 * utils.c (fputs_styled_unfiltered): New function.
3003 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3004 (vfprintf_filtered): Update.
3005 (vfprintf_unfiltered, vprintf_filtered): Update.
3006 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3007 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3008 disallow_ui_out_field>: New constants.
3009 (enum class field_kind): New.
3010 (struct base_field_s, struct signed_field_s): New.
3011 (signed_field): New function.
3012 (struct string_field_s): New.
3013 (string_field): New function.
3014 (struct styled_string_s): New.
3015 (styled_string): New function.
3016 (class ui_out) <message>: Add comment.
3017 <vmessage, call_do_message>: New methods.
3018 <do_message>: Add style parameter.
3019 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3020 methods.
3021 (ui_out::message): Rewrite.
3022 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3023 parameter.
3024 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3025 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3026 gdb_extensions parameter.
3027 (class format_piece): Add parameter to constructor.
3028 (n_int_args): New field.
3029 * gdbsupport/format.c (format_pieces::format_pieces): Add
3030 gdb_extensions parameter. Handle '*'.
3031 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3032 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3033 vfprintf_styled_no_gdbfmt.
3034 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3035 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3036 unfiltered output.
3037 * ui-style.h (struct ui_file_style) <ptr>: New method.
3038
3039 2019-10-01 Tom Tromey <tom@tromey.com>
3040
3041 * unittests/format_pieces-selftests.c: Update. Add final format.
3042 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3043 empty literal pieces.
3044
3045 2019-10-01 Tom Tromey <tom@tromey.com>
3046
3047 * ui-out.h (enum class ui_out_style_kind): Remove.
3048 (class ui_out) <field_string, field_stsream, do_field_string>:
3049 Change type of "style".
3050 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3051 (ui_out::field_string): Update.
3052 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3053 of "style".
3054 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3055 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3056 * stack.c (print_frame_arg, print_frame_info, print_frame):
3057 Update.
3058 * source.c (print_source_lines_base): Update.
3059 * solib.c (info_sharedlibrary_command): Update.
3060 * skip.c (info_skip_command): Update.
3061 * record-btrace.c (btrace_call_history_src_line)
3062 (btrace_call_history): Update.
3063 * python/py-framefilter.c (py_print_frame): Update.
3064 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3065 "style".
3066 * mi/mi-out.c (mi_ui_out::do_table_header)
3067 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3068 (mi_ui_out::do_field_string): Update.
3069 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3070 Update.
3071 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3072 "style".
3073 * cli-out.c (cli_ui_out::do_table_header)
3074 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3075 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3076 (cli_ui_out::do_field_fmt): Update.
3077 * breakpoint.c (print_breakpoint_location): Update.
3078 (update_static_tracepoint): Update.
3079
3080 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3081
3082 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3083 conversion of gdb_datadir.
3084 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3085 remove not needed c_str ().
3086
3087 2019-09-30 Ali Tamur <tamur@google.com>
3088
3089 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3090 (dwarf2_string_attr): Likewise.
3091
3092 2019-09-30 Ali Tamur <tamur@google.com>
3093
3094 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3095 (process_full_type_unit): Likewise.
3096 (dump_die_shallow): Likewise.
3097 (cu_debug_loc_section): Likewise.
3098
3099 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3100
3101 * minsyms.c (compare_minimal_symbols): Rename to...
3102 (minimal_symbol_is_less_than): ...this, and adjust to STL
3103 conventions (return bool, take arguments as references)
3104 (minimal_symbol_reader::install): Call std::sort instead
3105 of qsort.
3106
3107 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3108
3109 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3110 hash and why.
3111 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3112 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3113
3114 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3115
3116 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3117 * psympriv.h (add_psymbol_to_list): Move comment here and update
3118 it.
3119
3120 2019-09-29 Tom de Vries <tdevries@suse.de>
3121
3122 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3123 Use $tmpdir/$(basename "$output_file").dwz instead of
3124 "${output_file}.dwz".
3125
3126 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3127
3128 PR gdb/25045
3129 * hppa-linux-nat.c: Include gdbarch.h.
3130
3131 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3132
3133 * blockframe.c (find_pc_partial_function): Change return type to bool.
3134 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3135 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3136 (stub_gnu_ifunc_resolve_name): Likewise.
3137 * symtab.c (compare_filenames_for_search): Likewise.
3138 (compare_glob_filenames_for_search): Likewise.
3139 (matching_obj_sections): Likewise.
3140 (symbol_matches_domain): Likewise.
3141 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3142 (find_line_pc): Change return type to bool.
3143 (find_line_pc_range): Likewise.
3144 (producer_is_realview): Likewise.
3145 * symtab.h (symbol_matches_domain): Likewise.
3146 (find_pc_partial_function): Likewise.
3147 (find_pc_line_pc_range): Likewise.
3148 (in_gnu_ifunc_stub): Likewise.
3149 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3150 (find_line_pc): Likewise.
3151 (find_line_pc_range): Likewise.
3152 (matching_obj_sections): Likewise.
3153 (find_line_symtab): Change out parameter to bool.
3154 (producer_is_realview): Change return type to bool.
3155 (compare_filenames_for_search): Likewise.
3156 (compare_glob_filenames_for_search): Likewise.
3157
3158 2019-09-26 Tom Tromey <tom@tromey.com>
3159
3160 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3161 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3162 * gdb_usleep.h: Remove.
3163 * gdb_usleep.c: Remove.
3164 * utils.c: Don't include gdb_usleep.h.
3165
3166 2019-09-26 Tom Tromey <tromey@adacore.com>
3167
3168 * python/py-type.c (type_to_type_object): Call check_typedef
3169 for stub types.
3170
3171 2019-09-26 Tom Tromey <tom@tromey.com>
3172
3173 * utils.h (initialize_utils): Don't declare.
3174 * top.c (gdb_init): Don't call initialize_utils.
3175 * utils.c (initialize_utils): Remove. Move contents...
3176 (_initialize_utils): ... here.
3177
3178 2019-09-25 Tom Tromey <tom@tromey.com>
3179
3180 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3181 * utils.h (make_hex_string): Don't declare.
3182 * utils.c (make_hex_string): Remove.
3183
3184 2019-09-24 Tom de Vries <tdevries@suse.de>
3185
3186 PR gdb/23815
3187 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3188 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3189
3190 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3191
3192 * NEWS: Mention new simulator port for PRU.
3193
3194 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3195
3196 * ada-exp.y (write_object_remaining): Update.
3197 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3198 and eliminate the static buffer.
3199 (ada_decode_symbol): Update.
3200 (ada_la_decode): Update.
3201 (ada_sniff_from_mangled_name): Update.
3202 (is_valid_name_for_wild_match): Update.
3203 (ada_lookup_name_info::matches): Update and simplify.
3204 (name_matches_regex): Update.
3205 (ada_add_global_exceptions): Update.
3206 * ada-lang.h (ada_decode): Update signature.
3207 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3208 * dwarf-index-write.c (debug_names::insert): Update.
3209
3210 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3211
3212 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3213 formatting.
3214
3215 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3216
3217 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3218 Change "nonzero" to "true" in documentation.
3219
3220 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3221
3222 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3223 (_initialize_darwin_solib): Don't set
3224 darwin_so_ops.lookup_lib_global_symbol.
3225 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3226 set_gdbarch_iterate_over_objfiles_in_search_order.
3227 (elf_lookup_lib_symbol): Rename to...
3228 (svr4_iterate_over_objfiles_in_search_order): this, and update
3229 to iterate semantics.
3230 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3231 * solib.c (solib_global_lookup): Remove.
3232 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3233 (solib_global_lookup): Remove.
3234 * symtab.c (lookup_global_or_static_symbol): Remove call to
3235 solib_global_lookup.
3236
3237 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3238
3239 * NEWS: Move entries about default MI version now being
3240 version 3, and about the GDB/MI fix for multi-location
3241 breakpoints to the "since GDB 8.3" section.
3242
3243 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3244
3245 GDB 8.3.1 released.
3246
3247 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3248
3249 * NEWS: Mention that Cell/B.E. debugging support was removed.
3250 * MAINTAINERS: Remove spu target.
3251
3252 * config/djgpp/fnchange.lst: Remove entries for removed files.
3253
3254 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3255 spu-multiarch.o, and spu-tdep.o.
3256 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3257 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3258 spu-multiarch.c, and spu-tdep.c.
3259 * spu-linux-nat.c: Remove file.
3260 * spu-multiarch.c: Remove file.
3261 * spu-tdep.c: Remove file.
3262 * spu-tdep.h: Remove file.
3263 * solib-spu.c: Remove file.
3264 * solib-spu.h: Remove file.
3265
3266 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3267 * configure.nat (spu-linux): Remove.
3268 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3269 solib-multiarch.o from gdb_target_obs.
3270 (spu*-*-*): Remove.
3271
3272 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3273 feature flag.
3274 (ppc_linux_no_features): Update.
3275 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3276 Cell/B.E. support.
3277 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3278 (tdesc_powerpc_cell64l): Likewise.
3279 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3280 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3281 Cell/B.E. support.
3282 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3283 Do not include "features/rs6000/powerpc-cell32l.c" or
3284 "features/rs6000/powerpc-cell64l.c".
3285 (ppc_linux_spu_section): Remove.
3286 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3287 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3288 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3289 (ppc_linux_spe_context_lookup): Remove.
3290 (ppc_linux_spe_context_inferior_created): Remove.
3291 (ppc_linux_spe_context_solib_loaded): Remove.
3292 (ppc_linux_spe_context_solib_unloaded): Remove.
3293 (ppc_linux_spe_context): Remove.
3294 (struct ppu2spu_cache): Remove.
3295 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3296 (struct ppu2spu_data): Remove.
3297 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3298 ppu2spu_unwind): Remove.
3299 (ppc_linux_init_abi): Remove Cell/B.E. support.
3300 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3301
3302 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3303 (rs6000/powerpc-cell64l-expedite): Likewise
3304 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3305 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3306 rs6000/powerpc-cell64l.xml.
3307 * features/rs6000/powerpc-cell32l.xml: Remove.
3308 * features/rs6000/powerpc-cell64l.xml: Likewise.
3309 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3310 * features/rs6000/powerpc-cell64l.c: Likewise.
3311 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3312 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3313 * regformats/reg-spu.dat: Remove.
3314
3315 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3316 * corelow.c (struct spuid_list): Remove.
3317 (add_to_spuid_list): Remove.
3318 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3319 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3320 (remote_protocol_features): Remove associated entries.
3321 (_initialize_remote): No longer initialize them.
3322 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3323 * linux-nat.c (SPUFS_MAGIC): Remove.
3324 (linux_proc_xfer_spu): Remove.
3325 (spu_enumerate_spu_ids): Remove.
3326 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3327 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3328 (linux_make_corefile_notes): No longer call it.
3329
3330 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3331 (cooked_write_test): Likewise.
3332
3333 2019-09-20 Tom Tromey <tom@tromey.com>
3334
3335 * NEWS: Mention case-sensitivity of TUI commands.
3336 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3337 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3338 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3339
3340 2019-09-20 Tom Tromey <tom@tromey.com>
3341
3342 * tui/tui-source.c (tui_source_window::set_contents): Use
3343 make_unique_xstrdup.
3344 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3345 make_unique_xstrdup.
3346
3347 2019-09-20 Tom Tromey <tom@tromey.com>
3348
3349 * tui/tui-data.c: Remove separator comments.
3350 * tui/tui-layout.c: Remove separator comments.
3351 * tui/tui-win.c: Remove separator comments.
3352 * tui/tui-wingeneral.c: Remove separator comments.
3353
3354 2019-09-20 Tom Tromey <tom@tromey.com>
3355
3356 * tui/tui.h (strcat_to_buf): Don't declare.
3357 * tui/tui.c (strcat_to_buf): Remove.
3358
3359 2019-09-20 Tom Tromey <tom@tromey.com>
3360
3361 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3362 from "fullname".
3363 * tui/tui-source.c (tui_source_window::set_contents)
3364 (tui_source_window::location_matches_p)
3365 (tui_source_window::maybe_update): Update.
3366
3367 2019-09-20 Tom Tromey <tom@tromey.com>
3368
3369 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3370 Update.
3371 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3372 prefix.
3373 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3374 (tui_data_window::line_from_reg_element_no)
3375 (tui_data_window::first_reg_element_no_inline)
3376 (tui_data_window::show_registers)
3377 (tui_data_window::show_register_group)
3378 (tui_data_window::display_registers_from)
3379 (tui_data_window::display_registers_from_line)
3380 (tui_data_window::first_data_item_displayed)
3381 (tui_data_window::delete_data_content_windows)
3382 (tui_data_window::erase_data_content)
3383 (tui_data_window::do_scroll_vertical)
3384 (tui_data_window::refresh_window)
3385 (tui_data_window::check_register_values): Update.
3386
3387 2019-09-20 Tom Tromey <tom@tromey.com>
3388
3389 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3390 (struct tui_locator_window) <full_name, proc_name>: Now
3391 std::string.
3392 * tui/tui-stack.c (tui_locator_window::make_status_line)
3393 (tui_locator_window::set_locator_fullname)
3394 (tui_locator_window::set_locator_info): Update.
3395 * tui/tui-source.c (tui_source_window::set_contents)
3396 (tui_source_window::showing_source_p): Update.
3397
3398 2019-09-20 Tom Tromey <tom@tromey.com>
3399
3400 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3401 Don't call tui_locator_win_info_ptr.
3402
3403 2019-09-20 Tom Tromey <tom@tromey.com>
3404
3405 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3406
3407 2019-09-20 Tom Tromey <tom@tromey.com>
3408
3409 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3410 height for locator.
3411 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3412 * tui/tui-layout.c (show_source_disasm_command, show_data)
3413 (show_source_or_disasm_and_command): Use 1 as height for locator.
3414
3415 2019-09-20 Tom Tromey <tom@tromey.com>
3416
3417 * tui/tui.c (tui_enable): Update.
3418 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3419 Update.
3420 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3421 Update.
3422 * tui/tui-data.c (win_resized): Now bool.
3423 (tui_win_resized): Return bool.
3424 (tui_set_win_resized_to): Accept a bool.
3425
3426 2019-09-20 Tom Tromey <tom@tromey.com>
3427
3428 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3429 Change type of "refresh_values_only".
3430 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3431 type of "refresh_values_only".
3432
3433 2019-09-20 Tom Tromey <tom@tromey.com>
3434
3435 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3436 std::string.
3437 (tui_disassemble): Add "pos" parameter.
3438 (tui_disasm_window::set_contents): Simplify.
3439
3440 2019-09-20 Tom Tromey <tom@tromey.com>
3441
3442 * tui/tui-winsource.h (struct tui_source_window_base)
3443 <show_source_content>: Now private.
3444 * tui/tui-winsource.c
3445 (tui_source_window_base::show_source_content): Don't handle empty
3446 content case.
3447
3448 2019-09-20 Tom Tromey <tom@tromey.com>
3449
3450 * tui/tui-layout.c (show_source_disasm_command)
3451 (show_source_or_disasm_and_command): Don't call
3452 show_source_content.
3453
3454 2019-09-20 Tom Tromey <tom@tromey.com>
3455
3456 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3457 Declare.
3458 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3459 from tui_make_status_line.
3460 (tui_locator_window::rerender): Update.
3461
3462 2019-09-20 Tom Tromey <tom@tromey.com>
3463
3464 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3465 (tui_locator_window::rerender): Update.
3466
3467 2019-09-20 Tom Tromey <tom@tromey.com>
3468
3469 * tui/tui-winsource.h (struct tui_source_window_base)
3470 <~tui_source_window_base>: Don't declare.
3471 <fullname>: Remove.
3472 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3473 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3474 member.
3475 * tui/tui-source.c (tui_source_window::set_contents): Update.
3476 (tui_source_window::location_matches_p)
3477 (tui_source_window::maybe_update): Update.
3478
3479 2019-09-20 Tom Tromey <tom@tromey.com>
3480
3481 * tui/tui-winsource.h (~tui_source_element): Remove.
3482 (tui_source_element): Update.
3483 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3484 * tui/tui-winsource.c (tui_show_source_line): Update.
3485 * tui/tui-source.c (tui_source_window::set_contents): Update.
3486 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3487
3488 2019-09-20 Tom Tromey <tom@tromey.com>
3489
3490 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3491 declare.
3492 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3493 tui_clear_source_windows_detail.
3494 * tui/tui-winsource.h (struct tui_source_window_base)
3495 <clear_detail>: Don't declare.
3496 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3497 Remove.
3498 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3499
3500 2019-09-20 Tom Tromey <tromey@adacore.com>
3501
3502 PR ada/24919:
3503 * block.c (contained_in): Fix final return value.
3504
3505 2019-09-20 Alan Modra <amodra@gmail.com>
3506
3507 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3508 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3509 (read_indirect_string_from_dwz): Use bfd accessor.
3510 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3511 * machoread.c (macho_symfile_read_all_oso): Likewise.
3512 * solib.c (solib_bfd_open): Likewise.
3513
3514 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3515
3516 * eval.c: Move declaration of overload_resolution to...
3517 * value.h: ...here.
3518
3519 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3520
3521 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3522 * arm-linux-tdep.c: Likewise.
3523 * arm-nbsd-nat.c: Likewise.
3524 * arm-tdep.h: Declare arm_apcs_32.
3525 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3526
3527 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3528
3529 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3530 * dwarf2read.h: Declare dwarf_always_disassemble.
3531
3532 2019-09-19 Tom de Vries <tdevries@suse.de>
3533
3534 PR gdb/25009
3535 * source-cache.c (source_cache::ensure): Catch exception thrown during
3536 construction of the highlighter.
3537
3538 2019-09-18 Alan Modra <amodra@gmail.com>
3539
3540 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3541 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3542 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3543 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3544 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3545 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3546 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3547 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3548 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3549 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3550 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3551 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3552 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3553 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3554 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3555 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3556 * mi/mi-interp.c: Update throughout for bfd section macro and
3557 function changes.
3558 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3559 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3560
3561 2019-09-18 Tom Tromey <tom@tromey.com>
3562
3563 * NEWS: Add entry.
3564 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3565 call rl_initialize.
3566 (tui_enable): Do not call rl_initialize.
3567
3568 2019-09-18 Christian Groessler <chris@groessler.org>
3569
3570 * alpha-linux-nat.c: Include gdbarch.h.
3571
3572 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3573
3574 * ui-file.c: Include cli/cli-style.h.
3575 (term_cli_styling): Remove cli_styling declaration.
3576
3577 2019-09-18 Alan Modra <amodra@gmail.com>
3578
3579 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3580 to bfd_asymbol_section.
3581
3582 2019-09-18 Alan Modra <amodra@gmail.com>
3583
3584 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3585 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3586 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3587
3588 2019-09-18 Alan Modra <amodra@gmail.com>
3589
3590 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3591 * spu-linux-nat.c (spu_bfd_open): Likewise.
3592
3593 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3594
3595 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3596 to bool to match definition in dwarf2read.c.
3597
3598 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3599
3600 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3601 (print_signatures): Likewise.
3602 (trust_pad_over_xvs): Likewise.
3603 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3604 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3605 * arm-linux-nat.c (arm_apcs_32): Likewise.
3606 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3607 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3608 * arm-tdep.c (arm_debug): Likewise.
3609 (arm_apcs_32): Likewise.
3610 * auto-load.c (debug_auto_load): Likewise.
3611 (auto_load_gdb_scripts): Likewise.
3612 (global_auto_load): Likewise.
3613 (auto_load_local_gdbinit): Likewise.
3614 (auto_load_local_gdbinit_loaded): Likewise.
3615 * auto-load.h (global_auto_load): Likewise.
3616 (auto_load_local_gdbinit): Likewise.
3617 (auto_load_local_gdbinit_loaded): Likewise.
3618 * breakpoint.c (disconnected_dprintf): Likewise.
3619 (breakpoint_proceeded): Likewise.
3620 (automatic_hardware_breakpoints): Likewise.
3621 (always_inserted_mode): Likewise.
3622 (target_exact_watchpoints): Likewise.
3623 (_initialize_breakpoint): Update.
3624 * breakpoint.h (target_exact_watchpoints): Change to bool.
3625 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3626 * cli/cli-cmds.c (trace_commands): Likewise.
3627 * cli/cli-cmds.h (trace_commands): Likewise.
3628 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3629 to bool*.
3630 * cli/cli-logging.c (logging_overwrite): Change to bool.
3631 (logging_redirect): Likewise.
3632 (debug_redirect): Likewise.
3633 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3634 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3635 to bool.
3636 <boolean_option_def>: Update.
3637 (struct flag_option_def): Change default type of Context to bool
3638 from int.
3639 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3640 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3641 (get_setshow_command_value_string): Likewise.
3642 * cli/cli-style.c (cli_styling): Change to bool.
3643 (source_styling): Likewise.
3644 * cli/cli-style.h (source_styling): Likewise.
3645 (cli_styling): Likewise.
3646 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3647 to bool.
3648 * command.h (var_types): Update comment.
3649 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3650 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3651 bool.
3652 (debug_compile_cplus_scopes): Likewise.
3653 * compile/compile-internal.h (compile_debug): Likewise.
3654 * compile/compile.c (compile_debug): Likewise.
3655 (struct compile_options) <raw>: Likewise.
3656 * cp-support.c (catch_demangler_crashes): Likewise.
3657 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3658 (usr_cmd_cris_dwarf2_cfi): Likewise.
3659 * csky-tdep.c (csky_debug): Likewise.
3660 * darwin-nat.c (enable_mach_exceptions): Likewise.
3661 * dcache.c (dcache_enabled_p): Likewise.
3662 * defs.h (info_verbose): Likewise.
3663 * demangle.c (demangle): Likewise.
3664 (asm_demangle): Likewise.
3665 * dwarf-index-cache.c (debug_index_cache): Likewise.
3666 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3667 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3668 * dwarf2read.c (check_physname): Likewise.
3669 (use_deprecated_index_sections): Likewise.
3670 (dwarf_always_disassemble): Likewise.
3671 * eval.c (overload_resolution): Likewise.
3672 * event-top.c (set_editing_cmd_var): Likewise.
3673 (exec_done_display_p): Likewise.
3674 * event-top.h (set_editing_cmd_var): Likewise.
3675 (exec_done_display_p): Likewise.
3676 * exec.c (write_files): Likewise.
3677 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3678 (debug_fbsd_nat): Likewise.
3679 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3680 Likewise.
3681 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3682 <backtrace_past_entry> Likewise.
3683 * gdb-demangle.h (demangle): Likewise.
3684 (asm_demangle): Likewise.
3685 * gdb_bfd.c (bfd_sharing): Likewise.
3686 * gdbcore.h (write_files): Likewise.
3687 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3688 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3689 * gdbthread.h (print_thread_events): Likewise.
3690 * gdbtypes.c (opaque_type_resolution): Likewise.
3691 (strict_type_checking): Likewise.
3692 * gnu-nat.c (gnu_debug_flag): Likewise.
3693 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3694 * guile/scm-param.c (pascm_variable): Add boolval.
3695 (add_setshow_generic): Update.
3696 (pascm_param_value): Update.
3697 (pascm_set_param_value_x): Update.
3698 * hppa-tdep.c (hppa_debug): Change to bool..
3699 * infcall.c (may_call_functions_p): Likewise.
3700 (coerce_float_to_double_p): Likewise.
3701 (unwind_on_signal_p): Likewise.
3702 (unwind_on_terminating_exception_p): Likewise.
3703 * infcmd.c (startup_with_shell): Likewise.
3704 * inferior.c (print_inferior_events): Likewise.
3705 * inferior.h (startup_with_shell): Likewise.
3706 (print_inferior_events): Likewise.
3707 * infrun.c (step_stop_if_no_debug): Likewise.
3708 (detach_fork): Likewise.
3709 (debug_displaced): Likewise.
3710 (disable_randomization): Likewise.
3711 (non_stop): Likewise.
3712 (non_stop_1): Likewise.
3713 (observer_mode): Likewise.
3714 (observer_mode_1): Likewise.
3715 (set_observer_mode): Update.
3716 (sched_multi): Change to bool.
3717 * infrun.h (debug_displaced): Likewise.
3718 (sched_multi): Likewise.
3719 (step_stop_if_no_debug): Likewise.
3720 (non_stop): Likewise.
3721 (disable_randomization): Likewise.
3722 * linux-tdep.c (use_coredump_filter): Likewise.
3723 (dump_excluded_mappings): Likewise.
3724 * linux-thread-db.c (auto_load_thread_db): Likewise.
3725 (check_thread_db_on_load): Likewise.
3726 * main.c (captured_main_1): Update.
3727 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3728 xx2_opt, boolean_opt>: Change to bool.
3729 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3730 * maint.c (maintenance_profile_p): Likewise.
3731 (per_command_time): Likewise.
3732 (per_command_space): Likewise.
3733 (per_command_symtab): Likewise.
3734 * memattr.c (inaccessible_by_default): Likewise.
3735 * mi/mi-main.c (mi_async): Likewise.
3736 (mi_async_1): Likewise.
3737 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3738 * nat/fork-inferior.h (startup_with_shell): Likewise.
3739 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3740 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3741 * nios2-tdep.c (nios2_debug): Likewise.
3742 * or1k-tdep.c (or1k_debug): Likewise.
3743 * parse.c (parser_debug): Likewise.
3744 * parser-defs.h (parser_debug): Likewise.
3745 * printcmd.c (print_symbol_filename): Likewise.
3746 * proc-api.c (procfs_trace): Likewise.
3747 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3748 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3749 (set_parameter_value): Update.
3750 (add_setshow_generic): Update.
3751 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3752 to bool*.
3753 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3754 int*.
3755 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3756 * record-btrace.c (record_btrace_target::store_registers): Update.
3757 * record-full.c (record_full_memory_query): Change to bool.
3758 (record_full_stop_at_limit): Likewise.
3759 * record-full.h (record_full_memory_query): Likewise.
3760 * remote-notif.c (notif_debug): Likewise.
3761 * remote-notif.h (notif_debug): Likewise.
3762 * remote.c (use_range_stepping): Likewise.
3763 (interrupt_on_connect): Likewise.
3764 (remote_break): Likewise.
3765 * ser-tcp.c (tcp_auto_retry): Likewise.
3766 * ser-unix.c (serial_hwflow): Likewise.
3767 * skip.c (debug_skip): Likewise.
3768 * solib-aix.c (solib_aix_debug): Likewise.
3769 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3770 (spu_auto_flush_cache_p): Likewise.
3771 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3772 Likewise.
3773 (struct info_print_options) <quiet>: Likewise.
3774 * symfile-debug.c (debug_symfile): Likewise.
3775 * symfile.c (auto_solib_add): Likewise.
3776 (separate_debug_file_debug): Likewise.
3777 * symfile.h (auto_solib_add): Likewise.
3778 (separate_debug_file_debug): Likewise.
3779 * symtab.c (basenames_may_differ): Likewise.
3780 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3781 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3782 (struct info_types_options) <quiet>: Likewise.
3783 * symtab.h (demangle): Likewise.
3784 (basenames_may_differ): Likewise.
3785 * target-dcache.c (stack_cache_enabled_1): Likewise.
3786 (code_cache_enabled_1): Likewise.
3787 * target.c (trust_readonly): Likewise.
3788 (may_write_registers): Likewise.
3789 (may_write_memory): Likewise.
3790 (may_insert_breakpoints): Likewise.
3791 (may_insert_tracepoints): Likewise.
3792 (may_insert_fast_tracepoints): Likewise.
3793 (may_stop): Likewise.
3794 (auto_connect_native_target): Likewise.
3795 (target_stop_and_wait): Update.
3796 (target_async_permitted): Change to bool.
3797 (target_async_permitted_1): Likewise.
3798 (may_write_registers_1): Likewise.
3799 (may_write_memory_1): Likewise.
3800 (may_insert_breakpoints_1): Likewise.
3801 (may_insert_tracepoints_1): Likewise.
3802 (may_insert_fast_tracepoints_1): Likewise.
3803 (may_stop_1): Likewise.
3804 * target.h (target_async_permitted): Likewise.
3805 (may_write_registers): Likewise.
3806 (may_write_memory): Likewise.
3807 (may_insert_breakpoints): Likewise.
3808 (may_insert_tracepoints): Likewise.
3809 (may_insert_fast_tracepoints): Likewise.
3810 (may_stop): Likewise.
3811 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3812 (make_thread_apply_all_options_def_group): Change argument from int*
3813 to bool*.
3814 (thread_apply_all_command): Update.
3815 (print_thread_events): Change to bool.
3816 * top.c (confirm): Likewise.
3817 (command_editing_p): Likewise.
3818 (history_expansion_p): Likewise.
3819 (write_history_p): Likewise.
3820 (info_verbose): Likewise.
3821 * top.h (confirm): Likewise.
3822 (history_expansion_p): Likewise.
3823 * tracepoint.c (disconnected_tracing): Likewise.
3824 (circular_trace_buffer): Likewise.
3825 * typeprint.c (print_methods): Likewise.
3826 (print_typedefs): Likewise.
3827 * utils.c (debug_timestamp): Likewise.
3828 (sevenbit_strings): Likewise.
3829 (pagination_enabled): Likewise.
3830 * utils.h (sevenbit_strings): Likewise.
3831 (pagination_enabled): Likewise.
3832 * valops.c (overload_resolution): Likewise.
3833 * valprint.h (struct value_print_options) <prettyformat_arrays,
3834 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3835 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3836 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3837 Likewise.
3838 * windows-nat.c (new_console): Likewise.
3839 (cygwin_exceptions): Likewise.
3840 (new_group): Likewise.
3841 (debug_exec): Likewise.
3842 (debug_events): Likewise.
3843 (debug_memory): Likewise.
3844 (debug_exceptions): Likewise.
3845 (useshell): Likewise.
3846 * windows-tdep.c (maint_display_all_tib): Likewise.
3847 * xml-support.c (debug_xml): Likewise.
3848
3849 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3850
3851 * source.c (prepare_path_for_appending): New function.
3852 (openp): Make use of new function.
3853 (find_and_open_source): Search for the compilation directory and
3854 source file as a relative path beneath the directory search path.
3855
3856 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * source-cache.c (source_cache::get_line_charpos): Catch
3859 exceptions and return false, this matches the behaviour documented
3860 in the header file.
3861
3862 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3863
3864 * ada-tasks.c (info_task): Remove quoting of the task's name.
3865
3866 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3867
3868 * symfile.c (auto_solib_add): Replace comment with a reference
3869 to the header file.
3870
3871 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3872
3873 * NEWS: Mention that gdb can now be compiled with Python 3
3874 on Windows.
3875
3876 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3877
3878 * maint.c (maint_print_section_data::maint_print_section_data):
3879 Force use of 'float log10 (float)' by casting the argument to
3880 float.
3881
3882 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 * maint.c: Add 'cmath' include.
3885 (struct maint_print_section_data): New structure.
3886 (print_section_index): New function.
3887 (print_bfd_section_info): Add header comment, small whitespace
3888 cleanup, and update to call new print_section_index function.
3889 (print_objfile_section_info): Likewise.
3890 (maint_obj_section_from_bfd_section): New function.
3891 (print_bfd_section_info_maybe_relocated): New function.
3892 (maintenance_info_sections): Add header comment, always use
3893 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3894
3895 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3898 inner scope, add check that the objfile has psymtabs before
3899 checking psymtabs_addrmap.
3900 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3901
3902 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3903
3904 * NEWS: Announce that Ada task names are now shown at more places,
3905 and between quotes (except in info task output).
3906 * gdb/ada-tasks.c (task_to_str): New function.
3907 (display_current_task_id): Call task_to_str.
3908 (task_command_1): Likewise.
3909 (print_ada_task_info): In non-mi mode, Properly align headers and data
3910 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3911
3912 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3913
3914 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3915 prstatus.pr_lwp.pr_info instead of making it up.
3916
3917 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3918
3919 * auto-load.c (auto_load_expand_dir_vars): Update.
3920 * defs.h (gdb_datadir): Change to std::string.
3921 (python_libdir): Likewise.
3922 (relocate_gdb_directory): Change return type to std::string.
3923 * guile/guile.c (gdbscm_data_directory): Update.
3924 (initialize_scheme_side): Update.
3925 * jit.c (jit_reader_dir): Change to std::string.
3926 (jit_reader_load_command): Update.
3927 * main.c (gdb_datadir): Change to std::string.
3928 (python_libdir): Likewise.
3929 (set_gdb_data_directory): Update.
3930 (relocate_path): Change to return std::string.
3931 (relocate_gdb_directory): Change to return std::string.
3932 (relocate_gdbinit_path_maybe_in_datadir): Update.
3933 (captured_main_1): Update.
3934 * python/python.c (do_start_initialization): Update.
3935 * top.c (show_gdb_datadir): Update.
3936 * xml-syscall.c (xml_init_syscalls_info): Update.
3937 (init_syscalls_info): Update.
3938
3939 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3940
3941 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3942 out of get_init_files.
3943 (get_init_files): Update.
3944
3945 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3946
3947 * main.c (get_init_files): Change to use std::string.
3948 (captured_main_1): Update.
3949 (print_gdb_help): Update.
3950
3951 2019-09-11 Ali Tamur <tamur@google.com>
3952
3953 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3954 implementation.
3955
3956 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3957
3958 * dbxread.c (read_dbx_symtab): Update.
3959 * dwarf2read.c (load_partial_dies): Update.
3960 * mdebugread.c (parse_partial_symbols): Update.
3961 (handle_psymbol_enumerators): Update.
3962 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3963 * psymtab.c (add_psymbol_to_bcache): Likewise.
3964 (add_psymbol_to_list): Likewise.
3965 * symtab.c (symbol_set_names): Likewise.
3966 * symtab.h (symbol_set_names): Likewise.
3967 * xcoffread.c (scan_xcoff_symtab): Update.
3968
3969 2019-09-11 Tom Tromey <tom@tromey.com>
3970
3971 * symfile-mem.c (symbol_file_add_from_memory): Use
3972 bfd_set_filename.
3973 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3974 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3975
3976 2019-09-10 Tom Tromey <tromey@adacore.com>
3977
3978 * dwarf-index-write.c (write_psymbols): Extend error message.
3979 (debug_names::insert): Add Ada code.
3980 (debug_names::write_psymbols): Remove Ada check.
3981 (debug_names) <m_string_obstack>: New member.
3982 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3983 (gdb_index_symbol_name_matcher::matches): Remove.
3984 (mapped_index_base::find_name_components_bounds): Add "lang"
3985 parameter.
3986 (mapped_index_base::build_name_components): Also split names
3987 according to Ada syntax.
3988 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3989 type of "match_callback".
3990 (check_match, check_find_bounds_finds)
3991 (dw2_expand_symtabs_matching): Update.
3992 (dw2_debug_names_iterator): Add new constructor.
3993 (dw2_debug_names_map_matching_symbols): New function.
3994 (dw2_debug_names_expand_symtabs_matching): Update.
3995 (dwarf2_debug_names_functions): Use
3996 dw2_debug_names_map_matching_symbols.
3997
3998 2019-09-10 Tom Tromey <tromey@adacore.com>
3999
4000 * dwarf2read.c (dw2_get_file_names_reader): Add the
4001 CU's file name to the results.
4002
4003 2019-09-10 Tom Tromey <tromey@adacore.com>
4004
4005 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4006 map_matching_symbols. Update.
4007 * dwarf2read.c (dw2_map_matching_symbols): Update.
4008 * psymtab.c (match_partial_symbol): Change type; update.
4009 (psym_map_matching_symbols): Likewise.
4010 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4011 type; update.
4012 * symfile.h (struct quick_symbol_functions)
4013 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4014 Remove "match".
4015
4016 2019-09-10 Tom Tromey <tromey@adacore.com>
4017
4018 * psymtab.c (map_block): Remove.
4019 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4020 * symtab.c (iterate_over_symbols_terminated): New function.
4021 * symtab.c (iterate_over_symbols_terminated): Declare.
4022
4023 2019-09-10 Tom Tromey <tromey@adacore.com>
4024
4025 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4026 * language.h (struct language_defn) <la_iterate_over_symbols>:
4027 Return bool.
4028 * symtab.c (iterate_over_symbols): Return bool.
4029 * symtab.h (iterate_over_symbols): Return bool.
4030
4031 2019-09-10 Tom Tromey <tromey@adacore.com>
4032
4033 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4034 (add_nonlocal_symbols): Update.
4035 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4036 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4037 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4038 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4039 Change type of "callback". Remove "data".
4040
4041
4042 2019-09-09 Ali Tamur <tamur@google.com>
4043
4044 * dwarf2read.c (comp_unit_head): Update comment.
4045 (dwarf2_dwo_name): New function declaration.
4046 (dwarf_unit_type_name): New function declaration.
4047 (read_comp_unit_head): Add support for new compilation units,
4048 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4049 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4050 (currently named as "signature") in their header. Also clarify error
4051 messages.
4052 (lookup_dwo_id): New function. Returns the dwo id of the given
4053 compile unit.
4054 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4055 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4056 functions.
4057 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4058 (dwarf2_dwo_name): Get the dwo name if present.
4059 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4060 purposes.
4061
4062 2019-09-09 Tom Tromey <tom@tromey.com>
4063
4064 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4065
4066 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4067
4068 * python/python.c (do_start_initialization): Make progname_copy static,
4069 to avoid a leak report.
4070
4071 2019-09-08 Tom Tromey <tom@tromey.com>
4072
4073 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4074
4075 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4076
4077 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4078 Change type to gdb::optional<block_enum>.
4079 (dw2_symtab_iter_init): Change block_index parameter type
4080 to gdb::optional<block_enum>.
4081 (dw2_lookup_symbol): Change block_index parameter
4082 type to block_enum.c
4083 (dw2_debug_names_lookup_symbol): Likewise.
4084 * psymtab.c (psym_lookup_symbol): Likewise.
4085 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4086 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4087 Likewise.
4088
4089 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4090
4091 * defs.h (relocate_gdb_directory): Change int to bool in
4092 signature and rename flag to relocatable.
4093 * main.c (relocate_path): Likewise.
4094 (relocate_gdb_directory): Likewise.
4095
4096 2019-09-06 Alan Modra <amodra@gmail.com>
4097
4098 * coffread.c (coff_symfile_read): Constify filename variable.
4099 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4100 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4101 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4102 * solib.c (reload_shared_libraries_1): Likewise.
4103 * symfile.c (reread_symbols): Likewise.
4104 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4105 * solib-darwin.c (darwin_bfd_open): Likewise.
4106 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4107
4108 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4111 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4112
4113 2019-09-03 Tom Tromey <tromey@adacore.com>
4114
4115 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4116 types.
4117 (has_negatives): Unbias a range type bound.
4118 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4119 * gdbtypes.c (operator==): Handle new field.
4120 (create_range_type): Add "bias" parameter.
4121 (create_static_range_type, resolve_dynamic_range): Update.
4122 * gdbtypes.h (struct range_bounds) <bias>: New member.
4123 (create_range_type): Add bias parameter.
4124 * printcmd.c (print_scalar_formatted): Unbias range types.
4125 * value.c (unpack_long): Unbias range types.
4126 (pack_long): Bias range types.
4127
4128 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4129
4130 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4131 probe arguments.
4132
4133 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4134
4135 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4136 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4137 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4138 (compile_probe_arg): Likewise.
4139 * probe.h (get_argument_count): Likewise.
4140 * solib-svr4.c (solib_event_probe_action): Likewise.
4141 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4142
4143 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4144
4145 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4146 code to here...
4147 (svr4_create_solib_event_breakpoints): ...from here.
4148
4149 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4150
4151 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4152 suffix from warning message.
4153
4154 2019-08-30 Tom Tromey <tom@tromey.com>
4155
4156 * tui/tui-winsource.h (struct tui_source_window_base)
4157 <refresh_all>: Don't declare.
4158 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4159 Remove.
4160 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4161 tui_show_locator_content.
4162 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4163 declare.
4164 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4165 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4166 declare.
4167
4168 2019-08-30 Tom Tromey <tom@tromey.com>
4169
4170 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4171
4172 2019-08-30 Tom Tromey <tom@tromey.com>
4173
4174 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4175 Remove unnecessary forward declarations.
4176
4177 2019-08-30 Tom Tromey <tom@tromey.com>
4178
4179 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4180 rerender.
4181 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4182 tui_show_locator_content.
4183
4184 2019-08-30 Tom Tromey <tom@tromey.com>
4185
4186 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4187 (tui_locator_window::rerender): Rewrite using body of previous
4188 tui_show_locator_content.
4189
4190 2019-08-30 Tom Tromey <tom@tromey.com>
4191
4192 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4193 set_locator_fullname>: New methods.
4194 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4195 Rename from tui_set_locator_fullname.
4196 (tui_locator_window::set_locator_info): Rename from
4197 tui_set_locator_info. Return bool.
4198 (tui_update_locator_fullname, tui_show_frame_info): Update.
4199
4200 2019-08-30 Tom Tromey <tom@tromey.com>
4201
4202 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4203
4204 2019-08-30 Tom Tromey <tom@tromey.com>
4205
4206 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4207 call touchwin.
4208
4209 2019-08-30 Tom Tromey <tom@tromey.com>
4210
4211 * tui/tui-wingeneral.c (box_win): Assume win_info and
4212 win_info->handle cannot be NULL.
4213
4214 2019-08-30 Tom Tromey <tom@tromey.com>
4215
4216 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4217 refresh_window>: Declare.
4218 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4219 resize.
4220 (tui_data_item_window::rerender): Rename from
4221 tui_display_register.
4222 (tui_data_item_window::refresh_window): New method.
4223 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4224 no-op.
4225
4226 2019-08-30 Tom Tromey <tom@tromey.com>
4227
4228 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4229 regs_column_count, current_group>: Move later. Now private.
4230 <get_current_group>: New method.
4231 * tui/tui-regs.c (tui_reg_command): Update.
4232 * tui/tui-layout.c (tui_set_layout): Update.
4233
4234 2019-08-30 Tom Tromey <tom@tromey.com>
4235
4236 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4237 (tui_data_window::rerender): Don't call
4238 check_and_display_highlight_if_needed.
4239 (tui_data_window::refresh_all): Remove call to
4240 erase_data_content.
4241
4242 2019-08-30 Tom Tromey <tom@tromey.com>
4243
4244 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4245 (tui_data_window::display_registers_from)
4246 (tui_data_window::display_reg_element_at_line)
4247 (tui_data_window::display_registers_from_line): Remove checks of
4248 "empty".
4249
4250 2019-08-30 Tom Tromey <tom@tromey.com>
4251
4252 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4253 Don't declare.
4254 * tui/tui-regs.c (tui_data_window::show_registers): Call
4255 rerender.
4256 (tui_data_window::rerender): Rename from display_all_data.
4257 (tui_data_window::rerender): Remove old implementation.
4258
4259 2019-08-30 Tom Tromey <tom@tromey.com>
4260
4261 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4262 text.
4263 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4264
4265 2019-08-29 Bernhard Wodok <barto@gmx.net>
4266 Sergio Durigan Junior <sergiodj@redhat.com>
4267
4268 PR win32/24284
4269 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4270
4271 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4272
4273 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4274 when searching for types.
4275
4276 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 * f-lang.c (f_language_defn): Use f_print_typedef.
4279 * f-lang.h (f_print_typedef): Declare.
4280 * f-typeprint.c (f_print_typedef): Define.
4281
4282 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4283
4284 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4285
4286 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4287
4288 * cli/cli-utils.c (info_print_options_defs): Delete.
4289 (make_info_print_options_def_group): Delete.
4290 (extract_info_print_options): Delete.
4291 (info_print_command_completer): Delete.
4292 (info_print_args_help): Add extra parameter, and optionally
4293 include text about -n flag.
4294 * cli/cli-utils.h (struct info_print_options): Delete.
4295 (extract_info_print_options): Delete declaration.
4296 (info_print_command_completer): Delete declaration.
4297 (info_print_args_help): Add extra parameter, extend header
4298 comment.
4299 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4300 search_symbols.
4301 * stack.c (struct info_print_options): New type.
4302 (info_print_options_defs): New file scoped variable.
4303 (make_info_print_options_def_group): New static function.
4304 (info_print_command_completer): New static function.
4305 (info_locals_command): Update to use new local functions.
4306 (info_args_command): Likewise.
4307 (_initialize_stack): Add extra parameter to calls to
4308 info_print_args_help.
4309 * symtab.c (search_symbols): Add extra parameter, use this to
4310 possibly excluse non-debug symbols.
4311 (symtab_symbol_info): Add extra parameter, which is passed on to
4312 search_symbols.
4313 (struct info_print_options): New type.
4314 (info_print_options_defs): New file scoped variable.
4315 (make_info_print_options_def_group): New static function.
4316 (info_print_command_completer): New static function.
4317 (info_variables_command): Update to use local functions, and pass
4318 extra parameter through to symtab_symbol_info.
4319 (info_functions_command): Likewise.
4320 (info_types_command): Pass additional argument through to
4321 symtab_symbol_info.
4322 (rbreak_command): Pass extra argument to search_symbols.
4323 (_initialize_symtab): Add extra arguments for calls to
4324 info_print_args_help, and update help text for 'info variables',
4325 'whereis', and 'info functions' commands.
4326 * symtab.h (search_symbols): Add extra argument to declaration.
4327 * NEWS: Mention new flags.
4328
4329 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4330
4331 * symtab.c (lookup_static_symbol): Call the new function (and move
4332 it down to be next to lookup_global_symbol).
4333 (struct global_sym_lookup_data): Add block_enum member and rename to...
4334 (struct global_or_static_sym_lookup_data): ...this.
4335 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4336 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4337 (lookup_symbol_global_or_static_iterator_cb): ...this.
4338 (lookup_global_or_static_symbol): New function.
4339 (lookup_global_symbol): Call new function.
4340
4341 2019-08-26 Tom de Vries <tdevries@suse.de>
4342
4343 PR c++/24852
4344 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4345 when pc_probe.prob == NULL.
4346
4347 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4348
4349 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4350 variable symbol_linkage to symbol_linkage_.
4351
4352 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4353
4354 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4355 represent whether the symbol is static, dynamic, or we don't
4356 know.
4357
4358 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4359
4360 * gdb/rx-tdep.c (rx_register_names): New.
4361 (rx_register_name): Delete.
4362 (rx_psw_type): Delete.
4363 (rx_fpsw_type): Delete.
4364 (rx_register_type): Delete.
4365 (rx_gdbarch_init): Convert target-descriptions.
4366 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4367 * gdb/features/Makefile: Add rx.xml.
4368 * gdb/features/rx.xml: New.
4369 * gdb/features/rx.c: Generated.
4370 * gdb/NEWS: Mention target description support.
4371
4372 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4373
4374 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4375 *slot_ptr.
4376
4377 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4378
4379 * configure.ac: Don't check for 'dlfcn.h' (moved to
4380 gdbsupport/common.m4).
4381 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4382 'gdbsupport/'.
4383 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4384 * compile/compile-c-support.c: Include
4385 'gdbsupport/gdb-dlfcn.h'.
4386 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4387 * gdb-dlfcn.c: Move to...
4388 * gdbsupport/gdb-dlfcn.c: ... here.
4389 * gdb-dlfcn.h: Move to...
4390 * gdbsupport/gdb-dlfcn.h: ... here.
4391
4392 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4393
4394 * nios2-tdep.c (struct reg_value): Improve comments. Make
4395 the offset field signed.
4396
4397 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4398
4399 * python/lib/gdb/__init__.py (_execute_file): New function.
4400 * python/python.c (python_run_simple_file): Call gdb._execute_file
4401 on Windows.
4402
4403 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4406 all uses as this was never set to anything but a zero value.
4407
4408 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4409
4410 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4411
4412 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4413
4414 * tui/tui-data.h (tui_gen_win_info): Add an =default
4415 move constructor, required by some GCC versions.
4416
4417 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4418
4419 * go32-nat.c (go32_sysinfo): Add hygon_p.
4420
4421 2019-08-20 Tom Tromey <tom@tromey.com>
4422
4423 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4424 line_from_reg_element_no, first_reg_element_no_inline,
4425 display_all_data, delete_data_content_windows,
4426 erase_data_content>: Now private.
4427
4428 2019-08-20 Tom Tromey <tom@tromey.com>
4429
4430 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4431 (tui_unhighlight_win, tui_highlight_win)
4432 (tui_win_info::make_window): Update.
4433 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4434
4435 2019-08-20 Tom Tromey <tom@tromey.com>
4436
4437 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4438 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4439 (MAX_PID_WIDTH): Move to tui-stack.c.
4440 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4441 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4442 (MAX_PID_WIDTH): Move from tui-data.h.
4443
4444 2019-08-20 Tom Tromey <tom@tromey.com>
4445
4446 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4447 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4448 (box_win): Update.
4449 (tui_gen_win_info::make_window): Rename from tui_make_window.
4450 (tui_win_info::make_window): New method.
4451 (tui_gen_win_info::make_visible): Update.
4452 * tui/tui-source.c (tui_source_window::set_contents): Update.
4453 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4454 (tui_data_window::display_registers_from): Update.
4455 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4456 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4457 Declare.
4458 <can_box>: Remove.
4459 <title>: Remove.
4460 (struct tui_win_info) <make_window>: Declare.
4461 <can_box>: Now virtual.
4462 <title>: New member.
4463 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4464 * tui/tui-command.c (tui_cmd_window::resize): Update.
4465
4466 2019-08-20 Tom Tromey <tom@tromey.com>
4467
4468 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4469 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4470 (tui_data_window::check_register_values): Update.
4471
4472 2019-08-20 Tom Tromey <tom@tromey.com>
4473
4474 * tui/tui-regs.h (struct tui_data_window): Use
4475 DISABLE_COPY_AND_ASSIGN.
4476 <regs_content>: Change type, removing unique_ptr.
4477 <tui_data_window>: Add move constructor.
4478 * tui/tui-regs.c (tui_data_window::show_registers)
4479 (tui_data_window::show_register_group)
4480 (tui_data_window::display_registers_from)
4481 (tui_data_window::display_registers_from)
4482 (tui_data_window::first_data_item_displayed)
4483 (tui_data_window::delete_data_content_windows)
4484 (tui_data_window::rerender, tui_data_window::refresh_window)
4485 (tui_data_window::check_register_values): Update.
4486
4487 2019-08-20 Tom Tromey <tom@tromey.com>
4488
4489 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4490 show_register_group>: Declare.
4491 (tui_show_register_group): Don't declare.
4492 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4493 tui_show_registers.
4494 (tui_data_window::show_register_group): Rename from
4495 tui_show_register_group.
4496 (tui_data_window::check_register_values, tui_reg_command):
4497 Update.
4498 * tui/tui-layout.c (tui_set_layout): Update.
4499
4500 2019-08-20 Tom Tromey <tom@tromey.com>
4501
4502 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4503 Declare.
4504 (tui_check_register_values): Don't declare.
4505 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4506 from tui_check_register_values.
4507 * tui/tui-hooks.c (tui_register_changed): Update.
4508
4509 2019-08-20 Tom Tromey <tom@tromey.com>
4510
4511 * tui/tui-regs.c (tui_reg_layout): Move later.
4512 (tui_show_registers): Don't enable TUI mode or change layout.
4513
4514 2019-08-20 Tom Tromey <tom@tromey.com>
4515
4516 * tui/tui-regs.h (struct tui_data_item_window)
4517 <~tui_data_item_window>: Remove.
4518 <content>: Now a unique_xmalloc_ptr.
4519 * tui/tui-regs.c (tui_register_format): Return a
4520 unique_xmalloc_ptr.
4521 (tui_get_register): Update.
4522 (~tui_data_item_window): Remove.
4523 (tui_data_window::display_registers_from, tui_display_register):
4524 Update.
4525 * tui/tui-io.h (tui_expand_tabs): Update.
4526 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4527 Remove "col" parameter.
4528
4529 2019-08-20 Tom Tromey <tom@tromey.com>
4530
4531 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4532 field.
4533 * tui/tui-regs.c (~tui_data_item_window): Update.
4534
4535 2019-08-20 Tom Tromey <tom@tromey.com>
4536
4537 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4538 earlier.
4539
4540 2019-08-20 Tom Tromey <tom@tromey.com>
4541
4542 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4543
4544 2019-08-20 Tom Tromey <tom@tromey.com>
4545
4546 * tui/tui-source.h (struct tui_source_window): Update.
4547 * tui/tui-regs.c (tui_show_registers): Update.
4548 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4549 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4550 (NO_REGS_STRING): Remove defines.
4551
4552 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4553
4554 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4555 unnecessary thread walk if remote doesn't support the packet.
4556
4557 2019-08-19 Tom Tromey <tromey@adacore.com>
4558
4559 * python/py-value.c (value_has_field): Fix indentation.
4560
4561 2019-08-19 Tom Tromey <tromey@adacore.com>
4562
4563 * printcmd.c (do_one_display, info_display_command): Update.
4564 * block.h (contained_in): Return bool. Add allow_nested
4565 parameter.
4566 * block.c (contained_in): Return bool. Add allow_nested
4567 parameter.
4568
4569 2019-08-19 Tom Tromey <tom@tromey.com>
4570
4571 * configure: Rebuild.
4572 * configure.ac: Disallow the combination of -static-libstdc++ and
4573 source highlight.
4574 * source-cache.c (get_language_name): Handle rust.
4575 (source_cache::get_source_lines): Ignore highlighting exceptions.
4576
4577 2019-08-16 Tom Tromey <tom@tromey.com>
4578
4579 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4580 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4581 (struct tui_source_window_base) <make_visible, refresh_window,
4582 resize>: Remove methods.
4583 <execution_info>: Remove field.
4584 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4585 (tui_show_source_line, tui_source_window_base)
4586 (~tui_source_window_base): Update.
4587 (tui_source_window_base::resize)
4588 (tui_source_window_base::make_visible)
4589 (tui_source_window_base::refresh_window): Remove.
4590 (tui_source_window_base::update_exec_info): Update.
4591 * tui/tui-source.c (tui_source_window::set_contents): Update.
4592 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4593
4594 2019-08-16 Tom Tromey <tom@tromey.com>
4595
4596 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4597 deprecated_query_hook.
4598
4599 2019-08-16 Tom Tromey <tom@tromey.com>
4600
4601 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4602 (tui_update_source_windows_with_line): Update.
4603 * tui/tui-source.h (struct tui_source_window)
4604 <show_symtab_source>: Declare.
4605 (tui_show_symtab_source): Don't declare.
4606 * tui/tui-source.c (tui_show_symtab_source): Rename from
4607 tui_show_symtab_source.
4608
4609 2019-08-16 Tom Tromey <tom@tromey.com>
4610
4611 * tui/tui-winsource.h (struct tui_source_window_base)
4612 <set_contents>: Declare.
4613 * tui/tui-winsource.c
4614 (tui_source_window_base::update_source_window_as_is): Update.
4615 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4616 Declare.
4617 (tui_set_source_content): Don't declare.
4618 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4619 tui_set_source_content.
4620 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4621 Declare.
4622 (tui_set_disassem_content): Don't declare.
4623 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4624 tui_set_disassem_content.
4625
4626 2019-08-16 Tom Tromey <tom@tromey.com>
4627
4628 * tui/tui-winsource.h (struct tui_source_window_base)
4629 <update_breakpoint_info>: Declare.
4630 (tui_update_breakpoint_info): Don't declare.
4631 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4632 (tui_update_all_breakpoint_info): Update.
4633 (tui_source_window_base::update_breakpoint_info): Rename from
4634 tui_update_breakpoint_info.
4635 (tui_source_window_base::update_exec_info): Update.
4636
4637 2019-08-16 Tom Tromey <tom@tromey.com>
4638
4639 * tui/tui-winsource.h (struct tui_source_window_base)
4640 <update_source_window>: Declare.
4641 (tui_update_source_window): Don't declare.
4642 * tui/tui-winsource.c
4643 (tui_source_window_base::update_source_window): Rename from
4644 tui_update_source_window.
4645 (tui_source_window_base::rerender): Update.
4646 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4647 * tui/tui-disasm.c (tui_show_disassem)
4648 (tui_show_disassem_and_update_source)
4649 (tui_disasm_window::maybe_update): Update.
4650
4651 2019-08-16 Tom Tromey <tom@tromey.com>
4652
4653 * tui/tui-winsource.h (struct tui_source_window_base)
4654 <update_source_window_as_is>: Declare.
4655 (tui_update_source_window_as_is): Don't declare.
4656 * tui/tui-winsource.c (tui_update_source_window): Update
4657 (tui_source_window_base::update_source_window_as_is): Rename from
4658 tui_update_source_window_as_is.
4659 (tui_source_window_base::refill): Update.
4660 * tui/tui-source.c (tui_show_symtab_source): Update.
4661 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4662 Update.
4663
4664 2019-08-16 Tom Tromey <tom@tromey.com>
4665
4666 * tui/tui-winsource.h (tui_update_source_window)
4667 (tui_update_source_window_as_is): Remove "noerror" parameter.
4668 * tui/tui-winsource.c (tui_update_source_window)
4669 (tui_update_source_window_as_is): Remove "noerror" parameter.
4670 (tui_update_source_windows_with_addr)
4671 (tui_update_source_windows_with_line)
4672 (tui_source_window_base::rerender)
4673 (tui_source_window_base::refill): Update.
4674 * tui/tui-source.h (tui_set_source_content)
4675 (tui_show_symtab_source): Remove "noerror" parameter.
4676 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4677 parameter.
4678 (tui_show_symtab_source): Likewise.
4679 (tui_source_window::maybe_update): Update.
4680 * tui/tui-disasm.c (tui_show_disassem)
4681 (tui_show_disassem_and_update_source)
4682 (tui_disasm_window::do_scroll_vertical)
4683 (tui_disasm_window::maybe_update): Update.
4684
4685 2019-08-16 Tom Tromey <tom@tromey.com>
4686
4687 * tui/tui.c (tui_is_window_visible): Update.
4688 * tui/tui-wingeneral.c (tui_make_window)
4689 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4690 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4691 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4692 (tui_set_win_height_command, parse_scrolling_args): Update.
4693 * tui/tui-source.c (tui_source_window::style_changed): Update.
4694 * tui/tui-regs.c (tui_show_registers)
4695 (tui_data_window::first_data_item_displayed)
4696 (tui_data_window::delete_data_content_windows)
4697 (tui_check_register_values, tui_reg_command): Update.
4698 * tui/tui-disasm.c (tui_show_disassem): Update.
4699 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4700 method.
4701 <is_visible>: Remove field.
4702 * tui/tui-data.c (tui_next_win, tui_prev_win)
4703 (tui_delete_invisible_windows): Update.
4704
4705 2019-08-16 Tom Tromey <tom@tromey.com>
4706
4707 * tui/tui-winsource.h (struct tui_source_window_base)
4708 <m_has_locator>: Remove.
4709 * tui/tui-layout.c (show_source_disasm_command, show_data)
4710 (show_source_or_disasm_and_command): Update.
4711
4712 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4713
4714 * NEWS (Other MI changes): New subsection.
4715 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4716 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4717 * arch-utils.c (default_get_pc_address_flags): New function.
4718 * arch-utils.h (default_get_pc_address_flags): New declaration.
4719 * gdbarch.sh: Add get_pc_address_flags.
4720 * gdbarch.c: Regenerate.
4721 * gdbarch.h: Likewise.
4722 * stack.c (print_pc): New function.
4723 (print_frame_info) (print_frame): Call print_pc.
4724
4725 2019-08-16 Tom de Vries <tdevries@suse.de>
4726
4727 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4728 print_objfile_section_info.
4729
4730 2019-08-15 Tom Tromey <tom@tromey.com>
4731
4732 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4733 calling update_cmdwin_start_line.
4734 * tui/tui-winsource.h (struct tui_source_window_base)
4735 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4736 <rerender>: Declare.
4737 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4738 Call rerender.
4739 (tui_source_window_base::set_new_height): Remove.
4740 (tui_source_window_base::rerender): Rename from
4741 do_make_visible_with_new_height.
4742 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4743 resize method.
4744 (tui_win_info::make_invisible_and_set_new_height)
4745 (tui_win_info::make_visible_with_new_height): Remove.
4746 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4747 Declare.
4748 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4749 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4750 do_make_visible_with_new_height>: Don't declare.
4751 <rerender>: Declare.
4752 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4753 set_new_height.
4754 (tui_data_window::do_make_visible_with_new_height): Remove.
4755 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4756 call tui_show_locator_content.
4757 (tui_gen_win_info::resize): Call rerender.
4758 (show_source_or_disasm_and_command): Don't call
4759 tui_show_locator_content.
4760 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4761 method.
4762 (struct tui_win_info) <rerender>: Declare.
4763 <set_new_height, make_invisible_and_set_new_height,
4764 make_visible_with_new_height>: Don't declare.
4765 * tui/tui-data.c (tui_win_list::rerender): New method.
4766 * tui/tui-command.h (struct tui_cmd_window)
4767 <do_make_visible_with_new_height>: Don't declare.
4768 * tui/tui-command.c
4769 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4770
4771 2019-08-15 Tom Tromey <tromey@adacore.com>
4772
4773 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4774 * ada-lang.c (ada_enum_name): Likewise.
4775
4776 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4777
4778 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4779 leading underscore.
4780 (GdbOutputErrorFile): Likewise.
4781 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4782 accordingly.
4783 (execute_unwinders): Rename to have a leading underscore.
4784 (auto_load_packages): Likewise.
4785 (global scope): Adjust call to auto_load_packages accordingly.
4786 (GdbSetPythonDirectory): Likewise.
4787 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4788 instead of execute_unwinders.
4789
4790 2019-08-15 Tom Tromey <tom@tromey.com>
4791
4792 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4793 (show_data): Don't change window visibility.
4794 (tui_gen_win_info::resize): Remove special case for command
4795 window. Use wresize, when available.
4796 (show_source_or_disasm_and_command): Don't change window
4797 visibility.
4798 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4799 <make_visible>: New method.
4800 * tui/tui-command.c (tui_cmd_window::resize): New method.
4801
4802 2019-08-15 Tom Tromey <tom@tromey.com>
4803
4804 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4805 (struct tui_source_windows): New.
4806 * tui/tui-winsource.c (tui_display_main): Update.
4807 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4808 (new_height_ok, parse_scrolling_args): Update.
4809 * tui/tui-layout.c (show_layout, show_data): Update.
4810 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4811 (tui_add_to_source_windows): Don't declare.
4812 * tui/tui-data.c (source_windows, tui_source_windows)
4813 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4814
4815 2019-08-15 Tom Tromey <tom@tromey.com>
4816
4817 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4818 Rename from reset.
4819 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4820 * tui/tui-layout.c (show_source_disasm_command, show_data):
4821 Update.
4822 (tui_gen_win_info::resize): Rename.
4823 (show_source_or_disasm_and_command): Update.
4824 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4825 reset.
4826
4827 2019-08-15 Tom Tromey <tom@tromey.com>
4828
4829 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4830 * tui/tui-interp.c (tui_interp::init): Don't call
4831 tui_initialize_static_data.
4832 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4833
4834 2019-08-15 Tom Tromey <tom@tromey.com>
4835
4836 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4837 examine tui_win_list.
4838
4839 2019-08-15 Tom Tromey <tom@tromey.com>
4840
4841 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4842 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4843 tui_clear_source_content.
4844 (tui_clear_source_content): Remove.
4845 (tui_source_window_base::do_erase_source_content): Hoist call to
4846 content.clear().
4847 * tui/tui-stack.c (tui_show_frame_info): Don't call
4848 tui_clear_source_content.
4849
4850 2019-08-15 Tom Tromey <tom@tromey.com>
4851
4852 * tui/tui-winsource.h (struct tui_source_window_base)
4853 <do_erase_source_content>: New method.
4854 <erase_source_content>: New method.
4855 (tui_erase_source_content): Don't declare.
4856 * tui/tui-winsource.c (tui_clear_source_content): Update.
4857 (tui_source_window_base::do_erase_source_content): Rename from
4858 tui_erase_source_content.
4859 (tui_source_window_base::show_source_content): Update.
4860 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4861 * tui/tui-source.h (struct tui_source_window)
4862 <erase_source_content>: New method.
4863 * tui/tui-disasm.h (struct tui_disasm_window)
4864 <erase_source_content>: New method.
4865
4866 2019-08-15 Tom Tromey <tom@tromey.com>
4867
4868 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4869 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4870 constructor.
4871 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4872 * tui/tui-source.c (tui_set_source_content): Update.
4873 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4874
4875 2019-08-15 Tom Tromey <tom@tromey.com>
4876
4877 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4878 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4879 tui-source.c.
4880 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4881 Declare.
4882 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4883 method.
4884 (tui_source_window::maybe_update): Update.
4885
4886 2019-08-15 Tom Tromey <tom@tromey.com>
4887
4888 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4889 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4890 tui-disasm.c.
4891 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4892 Declare.
4893 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4894 method.
4895 (tui_disasm_window::maybe_update): Update.
4896
4897 2019-08-15 Tom Tromey <tom@tromey.com>
4898
4899 * tui/tui-winsource.h (struct tui_source_window_base)
4900 <maybe_update>: Declare.
4901 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4902 method.
4903 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4904 Declare.
4905 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4906 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4907 Declare.
4908 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4909
4910 2019-08-15 Tom Tromey <tom@tromey.com>
4911
4912 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4913
4914 2019-08-15 Tom Tromey <tom@tromey.com>
4915
4916 * tui/tui-wingeneral.c: Include tui-stack.h.
4917 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4918 (struct tui_locator_window): Move from tui-data.h.
4919 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4920 (tui_initialize_static_data): Move from tui-data.c.
4921 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4922 (struct tui_locator_window): Move to tui-stack.c.
4923 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4924 (tui_initialize_static_data): Move to tui-stack.c.
4925
4926 2019-08-15 Tom Tromey <tom@tromey.com>
4927
4928 * tui/tui-layout.c (show_source_disasm_command)
4929 (show_source_or_disasm_and_command): Use make_visible method, not
4930 tui_make_window.
4931 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4932 Remove.
4933
4934 2019-08-15 Tom Tromey <tom@tromey.com>
4935
4936 * tui/tui-wingeneral.h (tui_make_window): Update.
4937 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4938 parameter.
4939 (tui_gen_win_info::make_visible): Update.
4940 * tui/tui-regs.c (tui_data_window::display_registers_from):
4941 Update.
4942 * tui/tui-layout.c (show_source_disasm_command)
4943 (show_source_or_disasm_and_command): Update.
4944 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4945 (enum tui_box): Remove.
4946 (struct tui_win_info) <can_box>: New method.
4947 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4948 method.
4949
4950 2019-08-15 Tom de Vries <tdevries@suse.de>
4951
4952 * linux-nat-trad.c: Include gdbarch.h.
4953
4954 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4955
4956 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4957 register sizes.
4958
4959 2019-08-14 Tom Tromey <tromey@adacore.com>
4960
4961 * darwin-nat.c: Include gdbarch.h.
4962 * darwin-nat-info.c: Include gdbarch.h.
4963
4964 2019-08-13 Tom Tromey <tom@tromey.com>
4965
4966 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4967 Remove.
4968 * tui/tui-data.c (tui_initialize_static_data): Update.
4969
4970 2019-08-13 Tom Tromey <tom@tromey.com>
4971
4972 * tui/tui-winsource.h (struct tui_exec_info_window)
4973 <~tui_exec_info_window, maybe_allocate_content, get_content,
4974 m_content>: Remove.
4975 (struct tui_source_window_base) <set_exec_info_content,
4976 show_exec_info_content>: Don't declare.
4977 * tui/tui-winsource.c
4978 (tui_exec_info_window::maybe_allocate_content): Remove.
4979 (tui_source_window_base::update_exec_info): Rename from
4980 set_exec_info_content.
4981 (tui_source_window_base::show_exec_info_content)
4982 (tui_source_window_base::update_exec_info): Remove.
4983
4984 2019-08-13 Tom Tromey <tom@tromey.com>
4985
4986 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4987 declare.
4988 * tui/tui-winsource.c (tui_update_source_window_as_is)
4989 (tui_update_source_windows_with_addr, tui_erase_source_content):
4990 Update.
4991 (tui_clear_exec_info_content): Remove.
4992
4993 2019-08-13 Tom Tromey <tom@tromey.com>
4994
4995 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
4996 declare.
4997 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
4998 call tui_erase_exec_info_content.
4999 (tui_clear_exec_info_content): Rename from
5000 tui_erase_exec_info_content.
5001 (tui_clear_exec_info_content): Delete.
5002
5003 2019-08-13 Tom Tromey <tom@tromey.com>
5004
5005 * tui/tui-winsource.h (struct tui_source_window_base)
5006 <show_exec_info_content>: Declare.
5007 (tui_show_exec_info_content): Don't declare.
5008 * tui/tui-winsource.c
5009 (tui_source_window_base::show_exec_info_content): Rename from
5010 tui_show_exec_info_content.
5011 (tui_source_window_base::update_exec_info): Update.
5012
5013 2019-08-13 Tom Tromey <tom@tromey.com>
5014
5015 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5016 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5017 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5018 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5019 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5020 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5021 ... here.
5022
5023 2019-08-13 Tom Tromey <tom@tromey.com>
5024
5025 * tui/tui-winsource.h (struct tui_source_window_base)
5026 <update_exec_info>: Declare.
5027 (tui_update_exec_info): Don't declare.
5028 * tui/tui-winsource.c (tui_update_source_window_as_is)
5029 (tui_source_window_base::refresh_all)
5030 (tui_update_all_breakpoint_info): Update.
5031 (tui_source_window_base::update_exec_info): Rename from
5032 tui_update_exec_info.
5033 * tui/tui-stack.c (tui_show_frame_info): Update.
5034
5035 2019-08-13 Tom Tromey <tom@tromey.com>
5036
5037 * tui/tui-winsource.h (struct tui_source_window_base)
5038 <set_exec_info_content>: Declare.
5039 (tui_set_exec_info_content): Don't declare.
5040 * tui/tui-winsource.c
5041 (tui_source_window_base::set_exec_info_content): Rename from
5042 tui_set_exec_info_content.
5043 (tui_update_exec_info): Update.
5044
5045 2019-08-13 Tom Tromey <tom@tromey.com>
5046
5047 * tui/tui-winsource.h (struct tui_source_window_base)
5048 <show_source_content>: Declare.
5049 (tui_show_source_content): Don't declare.
5050 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5051 (tui_source_window_base::show_source_content): Rename from
5052 tui_show_source_content.
5053 (tui_source_window_base::refresh_all): Update.
5054 * tui/tui-layout.c (show_source_disasm_command)
5055 (show_source_or_disasm_and_command): Update.
5056
5057 2019-08-13 Tom Tromey <tom@tromey.com>
5058
5059 * tui/tui-winsource.c (tui_erase_source_content)
5060 (tui_show_source_content, tui_source_window_base::refresh_all):
5061 Update.
5062 * tui/tui-wingeneral.h
5063 (tui_check_and_display_highlight_if_needed): Don't declare.
5064 * tui/tui-wingeneral.c
5065 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5066 check_and_display_highlight_if_needed.
5067 * tui/tui-win.c (tui_rehighlight_all)
5068 (tui_win_info::make_visible_with_new_height): Update.
5069 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5070 (tui_data_window::erase_data_content)
5071 (tui_data_window::display_all_data): Update.
5072 * tui/tui-data.h (struct tui_win_info)
5073 <check_and_display_highlight_if_needed>: Declare.
5074
5075 2019-08-13 Tom Tromey <tom@tromey.com>
5076
5077 * tui/tui-win.c (tui_resize_all): Call
5078 tui_delete_invisible_windows.
5079 * tui/tui-layout.c (show_layout): Call
5080 tui_delete_invisible_windows.
5081 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5082 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5083
5084 2019-08-13 Tom Tromey <tom@tromey.com>
5085
5086 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5087 tui_add_win_to_layout.
5088
5089 2019-08-13 Tom Tromey <tom@tromey.com>
5090
5091 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5092 * tui/tui-layout.c (tui_default_win_height): Now static.
5093
5094 2019-08-13 Tom Tromey <tom@tromey.com>
5095
5096 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5097 single switch.
5098 (show_source_disasm_command, show_source_or_disasm_and_command):
5099 Don't check current layout.
5100
5101 2019-08-13 Tom Tromey <tom@tromey.com>
5102
5103 * tui/tui-wingeneral.c (make_all_visible): Remove.
5104 (tui_make_all_invisible): Simplify.
5105 * tui/tui-layout.c (tui_make_all_invisible): Move from
5106 tui-wingeneral.c; simplify.
5107 (show_layout): Hoist call to tui_make_all_invisible.
5108 (show_data): Don't call tui_make_all_invisible.
5109
5110 2019-08-13 Tom Tromey <tom@tromey.com>
5111
5112 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5113 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5114
5115 2019-08-13 Tom Tromey <tom@tromey.com>
5116
5117 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5118 tui-data.c.
5119 (show_source_disasm_command, show_data)
5120 (show_source_or_disasm_and_command): Don't use
5121 tui_set_current_layout_to.
5122 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5123 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5124 tui-layout.c.
5125 (tui_set_current_layout_to): Remove.
5126
5127 2019-08-13 Tom Tromey <tom@tromey.com>
5128
5129 * tui/tui-layout.c (tui_set_layout): Update.
5130 * tui/tui-data.h (struct tui_layout_def): Remove.
5131 (tui_layout_def): Don't declare.
5132 * tui/tui-data.c (layout_def): Remove.
5133 (tui_layout_def): Remove.
5134
5135 2019-08-13 Tom Tromey <tom@tromey.com>
5136
5137 * tui/tui-winsource.h (struct tui_source_window_base)
5138 <clear_detail>: No longer "override".
5139 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5140 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5141 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5142 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5143 Remove.
5144 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5145
5146 2019-08-13 Tom Tromey <tromey@adacore.com>
5147
5148 * tracepoint.c: Don't include readline.h or history.h.
5149
5150 2019-08-12 Tom Tromey <tom@tromey.com>
5151
5152 * configure: Rebuild.
5153 * configure.ac: Check for readline 7.
5154 * NEWS: Mention readline 7 requirement.
5155 * README: Update.
5156
5157 2019-08-12 Tom Tromey <tom@tromey.com>
5158
5159 * mingw-hdep.c (gdb_select): Remove readline hack.
5160
5161 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5162
5163 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5164 when the function fails.
5165
5166 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5167
5168 * s390-tdep.c (s390_type_align): New function.
5169 (s390_gdbarch_init): Set it as type_align gdbarch method.
5170
5171 2019-08-09 Tom de Vries <tdevries@suse.de>
5172
5173 PR gdb/24591
5174 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5175 pc_low with relocation offset.
5176
5177 2019-08-07 Tom Tromey <tromey@adacore.com>
5178
5179 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5180 (print_frame_args): Update.
5181 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5182 Update.
5183 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5184 * frame.h (struct frame_arg): Add initializers.
5185 <error>: Now a unique_xmalloc_ptr.
5186
5187 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5188
5189 * NEWS: Expand the Pointer Authentication entry.
5190 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5191 (aarch64_frame_unmask_lr): ... to this.
5192 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5193 Call aarch64_frame_unmask_lr.
5194 * frame.c (struct frame_info): Add "masked" variable.
5195 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5196 (fprint_frame): Check for masked pc.
5197 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5198 declarations.
5199 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5200 * stack.c (print_frame): Check for masked pc.
5201
5202 2019-08-06 Tom Tromey <tom@tromey.com>
5203
5204 * stabsread.c (patch_block_stabs, read_one_struct_field)
5205 (read_enum_type): Use obstack_strndup.
5206 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5207 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5208 * dwarf2read.c (guess_full_die_structure_name)
5209 (anonymous_struct_prefix): Use obstack_strndup.
5210 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5211 * c-exp.y (yylex): Use obstack_strndup.
5212 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5213 (write_var_or_type): Use obstack_strndup.
5214
5215 2019-08-06 Tom Tromey <tom@tromey.com>
5216
5217 * symfile.c (reread_symbols): Use obstack_strdup.
5218 * stabsread.c (read_type): Use obstack_strdup.
5219 * gdb_obstack.h (obstack_strdup): New overload.
5220 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5221 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5222 (dwarf2_canonicalize_name): Use obstack_strdup.
5223 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5224 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5225 Use obstack_strdup.
5226
5227 2019-08-06 Tom Tromey <tom@tromey.com>
5228
5229 * gdb_obstack.h (obstack_strdup): Define.
5230 * gdb_obstack.c (obstack_strdup): Don't define.
5231
5232 2019-08-06 Tom Tromey <tom@tromey.com>
5233
5234 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5235 obstack_strdup.
5236 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5237 obstack_strdup.
5238 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5239 * stabsread.c (common_block_start): Use obstack_strdup.
5240 * objfiles.c (set_objfile_main_name, objfile): Use
5241 obstack_strdup.
5242 * namespace.c (add_using_directive): Use obstack_strdup.
5243 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5244 * jit.c (finalize_symtab): Use obstack_strdup.
5245 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5246 (guess_partial_die_structure_name, partial_die_info::fixup)
5247 (dwarf2_name): Use obstack_strdup.
5248 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5249 obstack_strdup.
5250 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5251 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5252 obstack_strdup.
5253 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5254
5255 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5256
5257 * unittests/help-doc-selftests.c: New file.
5258 * Makefile.in: Add the new file.
5259
5260 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5261
5262 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5263 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5264 the full first line, except when FOR_VALUE_PREFIX. In this case,
5265 the trailing '.' is not output, and the first character is uppercased.
5266 (print_help_for_command): Update call to print_doc_line.
5267 (print_doc_of_command): Likewise.
5268 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5269 * cli/cli-option.c (append_indented_doc): Do not append newline.
5270 (build_help_option): Append newline after first appended_indented_doc
5271 only if a second call is done.
5272 (build_help): Append 2 new lines before each option, except the first
5273 one.
5274 * compile/compile.c (_initialize_compile): Add new lines after
5275 %OPTIONS%, when not at the end of the help.
5276 Change help doc or code
5277 producing the help doc to respect the invariants.
5278 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5279 Also removed the new line after 'Options:', as all other commands
5280 do not put an empty line between 'Options:' and the first option.
5281 * printcmd.c (_initialize_printcmd): Likewise.
5282 * stack.c (_initialize_stack): Likewise.
5283 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5284 incorrectly telling COMMAND is optional.
5285 * ada-lang.c (_initialize_ada_language): Change help doc or code
5286 producing the help doc to respect the invariants.
5287 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5288 * breakpoint.c (_initialize_breakpoint): Likewise.
5289 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5290 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5291 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5292 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5293 _initialize_cli_style): Likewise.
5294 * corelow.c (core_target_info): Likewise.
5295 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5296 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5297 * filesystem.c (_initialize_filesystem): Likewise.
5298 * frame.c (_initialize_frame): Likewise.
5299 * gnu-nat.c (add_task_commands): Likewise.
5300 * infcall.c (_initialize_infcall): Likewise.
5301 * infcmd.c (_initialize_infcmd): Likewise.
5302 * interps.c (_initialize_interpreter): Likewise.
5303 * language.c (_initialize_language): Likewise.
5304 * linux-fork.c (_initialize_linux_fork): Likewise.
5305 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5306 * maint.c (_initialize_maint_cmds): Likewise.
5307 * memattr.c (_initialize_mem): Likewise.
5308 * printcmd.c (_initialize_printcmd): Likewise.
5309 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5310 _RegEx): Likewise.
5311 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5312 * record-btrace.c (_initialize_record_btrace): Likewise.
5313 * record-full.c (_initialize_record_full): Likewise.
5314 * record.c (_initialize_record): Likewise.
5315 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5316 * regcache.c (_initialize_regcache): Likewise.
5317 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5318 _initialize_remote): Likewise.
5319 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5320 * serial.c (_initialize_serial): Likewise.
5321 * skip.c (_initialize_step_skip): Likewise.
5322 * source.c (_initialize_source): Likewise.
5323 * stack.c (_initialize_stack): Likewise.
5324 * symfile.c (_initialize_symfile): Likewise.
5325 * symtab.c (_initialize_symtab): Likewise.
5326 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5327 * top.c (init_main): Likewise.
5328 * tracefile-tfile.c (tfile_target_info): Likewise.
5329 * tracepoint.c (_initialize_tracepoint): Likewise.
5330 * tui/tui-win.c (_initialize_tui_win): Likewise.
5331 * utils.c (add_internal_problem_command): Likewise.
5332 * valprint.c (value_print_option_defs): Likewise.
5333
5334 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5335
5336 PR build/24886
5337 * configure.ac: Drop enable-libmcheck support.
5338 * configure, config.in: Rebuild.
5339 * libmcheck.m4: Remove.
5340 * acinclude.m4: Don't include it.
5341 * Makefile.in: Don't distribute it.
5342 * top.c (print_gdb_configuration): Don't mention it.
5343
5344 2019-08-06 Tom Tromey <tom@tromey.com>
5345
5346 * utils.c (set_output_style): Sometimes pass stream to
5347 emit_style_escape.
5348 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5349 * record-btrace.c (btrace_insn_history): Update.
5350 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5351 method.
5352 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5353 Update initializers.
5354 <m_uiout>: New field.
5355 <m_di>: Move lower.
5356 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5357 Remove "uiout" parameter.
5358 (dump_insns): Update.
5359 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5360 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5361
5362 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5363
5364 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5365 (error_in_psymtab_expansion): Likewise.
5366 (lookup_symbol_via_quick_fns): Likewise.
5367 (basic_lookup_transparent_type_quick): Likewise.
5368 (basic_lookup_transparent_type_1): Likewise.
5369
5370 2019-08-06 Tom Tromey <tromey@adacore.com>
5371
5372 * source.c (last_source_error): Now bool.
5373 (print_source_lines_base): Make "noprint" bool. Only open
5374 source file when last_source_visited changes.
5375
5376 2019-08-06 Tom Tromey <tromey@adacore.com>
5377
5378 * annotate.c (annotate_source_line): Use g_source_cache.
5379 * source-cache.c (source_cache::get_plain_source_lines): Change
5380 parameters. Populate m_offset_cache.
5381 (source_cache::ensure): New method.
5382 (source_cache::get_line_charpos): New method.
5383 (extract_lines): Move lower. Change parameters.
5384 (source_cache::get_source_lines): Move lower.
5385 * source-cache.h (class source_cache): Update comment.
5386 <get_line_charpos>: New method.
5387 <get_source_lines>: Update comment.
5388 <clear>: Clear m_offset_cache.
5389 <get_plain_source_lines>: Change parameters.
5390 <ensure>: New method
5391 <m_offset_cache>: New member.
5392 * source.c (forget_cached_source_info_for_objfile): Update.
5393 (info_source_command): Use g_source_cache.
5394 (find_source_lines, open_source_file_with_line_charpos): Remove.
5395 (print_source_lines_base, search_command_helper): Use g_source_cache.
5396 * source.h (open_source_file_with_line_charpos): Don't declare.
5397 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5398 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5399 Use g_source_cache.
5400
5401 2019-08-06 Tom Tromey <tromey@adacore.com>
5402
5403 * source-cache.c (source_cache::get_plain_source_lines):
5404 Remove "first_line" and "last_line" parameters.
5405 (source_cache::get_source_lines): Cache plain text.
5406 * source-cache.h (class source_cache)
5407 <get_plain_source_lines>: Update.
5408
5409 2019-08-06 Tom Tromey <tromey@adacore.com>
5410
5411 * source-cache.c (extract_lines): No longer a method.
5412 Changed type of parameter. Include final newline.
5413 (selftests::extract_lines_test): New function.
5414 (_initialize_source_cache): Likewise.
5415 * source-cache.h (class source_cache)
5416 <extract_lines>: Don't declare.
5417
5418 2019-08-06 Tom Tromey <tromey@adacore.com>
5419
5420 * breakpoint.c (init_breakpoint_sal): Update.
5421 (breakpoint): Update.
5422 * breakpoint.h (struct breakpoint) <filter>: Now a
5423 unique_xmalloc_ptr.
5424
5425 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5426
5427 * NEWS: Mention dictionary access on blocks.
5428 * python/py-block.c (blpy_getitem): New function.
5429 (block_object_as_mapping): New struct.
5430 (block_object_type): Use new struct for tp_as_mapping field.
5431
5432 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5433
5434 * objfiles.h (objfile): Add a comment describing partial symbols.
5435
5436 2019-08-05 Tom Tromey <tromey@adacore.com>
5437
5438 * compile/compile.c (_initialize_compile): Use _(), not N_().
5439 * thread.c (_initialize_thread): Use _(), not N_().
5440 * stack.c (_initialize_stack): Use _(), not N_().
5441 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5442
5443 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5444
5445 * dwarf2read.c (struct dw2_symtab_iterator):
5446 <want_specific_block>: Remove.
5447 <block_index>: Change type to gdb::optional.
5448 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5449 change type of BLOCK_INDEX parameter to gdb::optional.
5450 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5451 (dw2_lookup_symbol): Don't pass argument for
5452 WANT_SPECIFIC_BLOCK.
5453 (dw2_expand_symtabs_for_function): Don't pass argument for
5454 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5455 (class dw2_debug_names_iterator)
5456 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5457 parameter, change BLOCK_INDEX type to gdb::optional.
5458 <m_want_specific_block>: Remove.
5459 <m_block_index>: Change type to gdb::optional.
5460 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5461 gdb::optional. Re-write in function of gdb::optional.
5462 (dw2_debug_names_lookup_symbol): Don't pass argument for
5463 WANT_SPECIFIC_BLOCK.
5464 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5465 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5466 BLOCK_INDEX.
5467
5468 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5469
5470 * NEWS: Mention changes to "info sources" command.
5471
5472 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5473
5474 * symtab.c (filename_partial_match_opts): New struct type.
5475 (struct output_source_filename_data): New members
5476 regexp, c_regexp, partial_match.
5477 (output_source_filename): Use new members to decide to print file.
5478 (info_sources_option_defs): New variable.
5479 (make_info_sources_options_def_group, print_info_sources_header,
5480 info_sources_command_completer):
5481 New functions.
5482 (info_sources_command): Read new optional arguments.
5483 (_initialize_symtab): Update info sources help.
5484
5485 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5486
5487 * ada-lang.c (exception_support_info_v0): Renamed from...
5488 (default_exception_support_info): ... this. Create new
5489 definition for v1.
5490 (ada_has_this_exception_support): Look up catch_handlers_sym.
5491 (ada_exception_support_info_sniffer): Try v0 after default.
5492
5493 2019-08-01 Tom Tromey <tromey@adacore.com>
5494
5495 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5496 gdbarch.h.
5497
5498 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5499
5500 * s12z-tdep.c: Fix include path for s12z-opc.h.
5501
5502 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5503
5504 * NEWS: Require GNU make 3.82.
5505
5506 2019-07-16 Tom Tromey <tom@tromey.com>
5507
5508 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5509 declare.
5510
5511 2019-07-30 Tom Tromey <tromey@adacore.com>
5512
5513 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5514
5515 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5516
5517 * printcmd.c (print_address_symbolic): Print negative offsets.
5518 (build_address_symbolic): Force signed arithmetic when computing
5519 offset.
5520
5521 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5522
5523 PR/24474: Add a function to lookup static variables.
5524 * NEWS: Mention this new function.
5525 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5526 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5527 * python/python.c (python_GdbMethods): Add new function.
5528
5529 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5530
5531 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5532 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5533 (objfpy_lookup_static_symbol): New function.
5534 (objfile_object_methods): Add new functions.
5535
5536 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5537
5538 * NEWS: Mention 'set|show print frame-info'. Mention new
5539 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5540 backtrace argument. Mention that python frame filtering code
5541 is now consistent with what 'backtrace' command prints.
5542
5543 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5544
5545 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5546 comments.
5547 (print_frame_info_auto, print_frame_info_source_line,
5548 print_frame_info_location, print_frame_info_source_and_location,
5549 print_frame_info_location_and_address, print_frame_info_short_location):
5550 New declarations.
5551 (struct frame_print_options): New member print_frame_info.
5552 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5553 * stack.h (get_user_print_what_frame_info): New declaration.
5554 (frame_show_address): New declaration.
5555 * stack.c (print_frame_arguments_choices): New value 'presence'.
5556 (print_frame_info_auto, print_frame_info_source_line,
5557 print_frame_info_location, print_frame_info_source_and_location,
5558 print_frame_info_location_and_address, print_frame_info_short_location,
5559 print_frame_info_choices, print_frame_info_print_what): New definitions.
5560 (print_frame_args): Only print dots for args if print frame-arguments
5561 is 'presence'.
5562 (frame_print_option_defs): New element for "frame-info".
5563 (get_user_print_what_frame_info): New function.
5564 (frame_show_address): Make non static. Move comment to stack.h.
5565 (print_frame_info_to_print_what): New function.
5566 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5567 to decide what to print.
5568 (backtrace_command_1): Handle the new print_frame_arguments_presence
5569 value.
5570 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5571 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5572 (py_print_frame): In non-mi mode, use LOCATION as default for
5573 print_what, similarly to frame information printed directly by
5574 backtrace command. Handle frame-info user option in non MI mode.
5575
5576 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5577
5578 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5579 Add case for debugging 32-bit target on 64-bit host. Revise
5580 comment.
5581
5582 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5583
5584 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5585 instead of find_function_entry_range_from_pc.
5586
5587 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5588
5589 * stack.c (find_frame_funname): Remove code which preferred
5590 minsym over symtab sym in "certain pathological cases".
5591
5592 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5593 parameter. Change type of "do_demangle" to bool.
5594 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5595 Pass suitable "prefer_sym_over_minsym" flag to
5596 build_address_symbolic(). Don't output "+" for negative offsets.
5597 * printcmd.c (print_address_symbolic): Update invocation of
5598 build_address_symbolic to include a "prefer_sym_over_minsym"
5599 flag.
5600 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5601 Restrict cases in which use of minimal symbol is preferred to that
5602 of a found symbol. Update comments.
5603
5604 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5605 for entry pc when entry pc is out of range for that FDE.
5606
5607 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5608
5609 PR gdb/24839:
5610 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5611 type.
5612
5613 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5614
5615 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5616 this function's Python signature.
5617
5618
5619 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5620
5621 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5622 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5623 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5624 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5625 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5626
5627
5628 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5629
5630 * h8300-tdep.c (h8300_register_name_common): New.
5631 h8300_register_name): Use h8300_register_name_common.
5632 (h8300s_register_name): Likewise.
5633 (h8300sx_register_name): Likewise.
5634 (h8300h_register_nam): New.
5635 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5636
5637
5638 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5639
5640 * arm-tdep.c (arm_skip_cmse_entry): New function.
5641 (arm_is_sgstubs_section): New function.
5642 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5643
5644 2019-07-22 Tom Tromey <tom@tromey.com>
5645
5646 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5647 Don't self-assign.
5648
5649 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5650
5651 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5652 type_print.
5653
5654 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5655
5656 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5657 so that GDB doesn't match any msymbols when searching in the
5658 TYPES_DOMAIN.
5659 (print_symbol_info): Print using typedef_print or type_print based
5660 on the type of the symbol. Add updated FIXME comment moved from...
5661 (_initialize_symtab): ... move and update FIXME comment to above.
5662
5663 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * NEWS: Mention adding -q option to "info types".
5666 * symtab.c (struct info_types_options): New struct.
5667 (info_types_options_defs): New variable.
5668 (make_info_types_options_def_group): New function.
5669 (info_types_command): Use gdb::option framework to parse options.
5670 (info_types_command_completer): New function.
5671 (_initialize_symtab): Extend the help text on "info types" and
5672 register command completer.
5673
5674 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5675
5676 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5677 (lookup_symbol_in_objfile): Change int to block_enum and add a
5678 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5679
5680 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5681
5682 * MAINTAINERS (Write After Approval): Add self.
5683
5684 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5685
5686 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5687 instruction to the dummy code region.
5688
5689 2019-07-19 Tom Tromey <tromey@adacore.com>
5690
5691 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5692 (ARGSUSED, PARAMS, __func__): Remove rules.
5693
5694 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5695
5696 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5697 * features/arm/arm-with-iwmmxt.c: Remove.
5698 * features/arm/arm-with-iwmmxt.xml: Remove.
5699 * features/arm/arm-with-m-fpa-layout.c: Remove.
5700 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5701 * features/arm/arm-with-m-vfp-d16.c: Remove.
5702 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5703 * features/arm/arm-with-m.c: Remove.
5704 * features/arm/arm-with-m.xml: Remove.
5705 * features/arm/arm-with-neon.c: Remove.
5706 * features/arm/arm-with-neon.xml: Remove.
5707 * features/arm/arm-with-vfpv2.c: Remove.
5708 * features/arm/arm-with-vfpv2.xml: Remove.
5709 * features/arm/arm-with-vfpv3.c: Remove.
5710 * features/arm/arm-with-vfpv3.xml: Remove.
5711
5712 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5713
5714 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5715
5716 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5717
5718 * arch/aarch32.c (aarch32_create_target_description): Create
5719 target descriptions using features.
5720 * arch/arm.c (arm_create_target_description)
5721 (arm_create_mprofile_target_description): Likewise.
5722 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5723
5724 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5725
5726 * Makefile.in: Add new files.
5727 * aarch32-tdep.c: New file.
5728 * aarch32-tdep.h: New file.
5729 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5730 Call aarch32_read_description.
5731 * arch/aarch32.c: New file.
5732 * arch/aarch32.h: New file.
5733 * arch/arm.c (arm_create_target_description)
5734 (arm_create_mprofile_target_description): New function.
5735 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5736 (arm_create_target_description)
5737 (arm_create_mprofile_target_description): New declaration.
5738 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5739 read_description functions.
5740 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5741 Likewise.
5742 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5743 * arm-tdep.c (tdesc_arm_list): New variable.
5744 (arm_register_g_packet_guesses): Call create description functions.
5745 (arm_read_description) (arm_read_mprofile_description): New
5746 function.
5747 * arm-tdep.h (arm_read_description)
5748 (arm_read_mprofile_description): Add declaration.
5749 * configure.tgt: Add new files.
5750
5751 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5752
5753 * top.c (new_ui_command): Open specified terminal just once.
5754
5755 2019-07-18 Tom Tromey <tromey@adacore.com>
5756
5757 * symtab.c (main_name): Constify return type.
5758 * symfile.c (set_initial_language): Update.
5759 * symtab.h (main_name): Constify return type.
5760
5761 2019-07-17 Tom Tromey <tom@tromey.com>
5762
5763 * tui/tui-winsource.c (tui_update_source_window)
5764 (tui_update_source_window_as_is)
5765 (tui_update_source_windows_with_line): Remove return.
5766 * tui/tui-disasm.c (tui_show_disassem)
5767 (tui_show_disassem_and_update_source): Remove return.
5768 * tui/tui.c (tui_reset): Remove return.
5769 * tui/tui-wingeneral.c
5770 (tui_check_and_display_highlight_if_needed): Remove return.
5771
5772 2019-07-17 Tom Tromey <tom@tromey.com>
5773
5774 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5775
5776 2019-07-17 Tom Tromey <tom@tromey.com>
5777
5778 * tui/tui-winsource.h (struct tui_exec_info_window)
5779 (struct tui_source_window_base): Move from tui-data.h.
5780 * tui/tui-winsource.c: Move many method definitions from
5781 elsewhere. Remove "structuring" comments.
5782 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5783 (tui_source_window_base::refresh_window): Move to
5784 tui-winsource.c.
5785 * tui/tui-win.c (tui_source_window_base::refresh_all)
5786 (tui_source_window_base::update_tab_width)
5787 (tui_source_window_base::set_new_height)
5788 (tui_source_window_base::do_make_visible_with_new_height): Move to
5789 tui-winsource.c.
5790 * tui/tui-source.h: Update.
5791 * tui/tui-source.c (tui_source_window_base::reset): Move to
5792 tui-winsource.c.
5793 * tui/tui-disasm.h: Update.
5794 * tui/tui-data.h (struct tui_exec_info_window): Move to
5795 tui-winsource.h.
5796 (struct tui_source_window_base): Likewise.
5797 * tui/tui-data.c (tui_source_window_base::clear_detail)
5798 (tui_source_window_base, ~tui_source_window_base): Move to
5799 tui-winsource.c.
5800
5801 2019-07-17 Tom Tromey <tom@tromey.com>
5802
5803 * tui/tui-win.c (tui_resize_all)
5804 (tui_source_window_base::update_tab_width)
5805 (tui_adjust_win_heights): Update.
5806 (tui_win_info::make_invisible_and_set_new_height): Rename from
5807 make_invisible_and_set_new_height.
5808 * tui/tui-data.h (struct tui_win_info)
5809 <make_invisible_and_set_new_height>: New method.
5810
5811 2019-07-17 Tom Tromey <tom@tromey.com>
5812
5813 * tui/tui.c: Update.
5814 * tui/tui-source.h (struct tui_source_window): Move from
5815 tui-data.h.
5816 * tui/tui-layout.c: Update.
5817 * tui/tui-disasm.c: Update.
5818 * tui/tui-data.h (struct tui_source_window): Move to
5819 tui-source.h.
5820
5821 2019-07-17 Tom Tromey <tom@tromey.com>
5822
5823 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5824 tui-data.h.
5825 * tui/tui-data.h (struct tui_disasm_window): Move to
5826 tui-disasm.h.
5827
5828 2019-07-17 Tom Tromey <tom@tromey.com>
5829
5830 * tui/tui-regs.h (struct tui_data_item_window): Move from
5831 tui-data.h.
5832 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5833 * tui/tui-data.h (struct tui_data_item_window): Move to
5834 tui-regs.h.
5835 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5836
5837 2019-07-17 Tom Tromey <tom@tromey.com>
5838
5839 * tui/tui.c: Update.
5840 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5841 (tui_cmd_window::max_height): Move to tui-command.c.
5842 * tui/tui-layout.c: Update.
5843 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5844 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5845 tui-command.c.
5846 * tui/tui-command.h (struct tui_cmd_window): Move from
5847 tui-data.h.
5848 * tui/tui-command.c: Remove "structuring" comments.
5849 (tui_cmd_window::clear_detail)
5850 (tui_cmd_window::do_make_visible_with_new_height)
5851 (tui_cmd_window::max_height): Move from elsewhere.
5852
5853 2019-07-17 Tom Tromey <tom@tromey.com>
5854
5855 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5856 Now static.
5857 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5858 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5859
5860 2019-07-17 Tom Tromey <tom@tromey.com>
5861
5862 * tui/tui.c: Update.
5863 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5864 tui-regs.c.
5865 * tui/tui-windata.h: Remove file.
5866 * tui/tui-windata.c: Remove file.
5867 * tui/tui-win.c (tui_data_window::set_new_height)
5868 (tui_data_window::do_make_visible_with_new_height): Move to
5869 tui-regs.c.
5870 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5871 * tui/tui-regs.c: Remove "structuring" comments.
5872 (tui_data_window::first_data_item_displayed)
5873 (tui_data_window::delete_data_content_windows)
5874 (tui_data_window::erase_data_content)
5875 (tui_data_window::display_all_data)
5876 (tui_data_window::refresh_all)
5877 (tui_data_window::do_scroll_vertical)
5878 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5879 (tui_data_window::do_make_visible_with_new_height)
5880 (tui_data_window::refresh_window): Move from elsewhere.
5881 (_initialize_tui_regs): Move to end of file.
5882 * tui/tui-layout.c: Update.
5883 * tui/tui-hooks.c: Update.
5884 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5885 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5886 tui-regs.c.
5887 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5888
5889 2019-07-17 Tom Tromey <tom@tromey.com>
5890
5891 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5892 seen.
5893
5894 2019-07-17 Tom Tromey <tom@tromey.com>
5895
5896 * tui/tui-win.c (tui_source_window_base::set_new_height)
5897 (tui_source_window_base::do_make_visible_with_new_height): Use
5898 m_has_locator field directly.
5899 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5900 method.
5901 (struct tui_source_window_base) <has_locator>: Likewise.
5902
5903 2019-07-17 Tom Tromey <tom@tromey.com>
5904
5905 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5906 Don't declare.
5907 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5908 Remove.
5909 * tui/tui-win.c (tui_source_window_base::set_new_height)
5910 (tui_source_window_base::set_new_height)
5911 (make_invisible_and_set_new_height)
5912 (tui_source_window_base::do_make_visible_with_new_height)
5913 (tui_source_window_base::do_make_visible_with_new_height):
5914 Update.
5915 * tui/tui-layout.c (show_source_disasm_command, show_data)
5916 (show_source_or_disasm_and_command): Update.
5917 * tui/tui-layout.c (show_layout): Update.
5918
5919 2019-07-17 Tom Tromey <tom@tromey.com>
5920
5921 * tui/tui-layout.c (make_data_window): Remove.
5922 (show_data): Unify creation and re-initialization cases.
5923
5924 2019-07-17 Tom Tromey <tom@tromey.com>
5925
5926 * tui/tui-layout.c (make_source_window, make_disasm_window):
5927 Remove.
5928 (show_data): Unify creation and re-initialization cases.
5929
5930 2019-07-17 Tom Tromey <tom@tromey.com>
5931
5932 * tui/tui-layout.c (make_command_window): Remove.
5933 (show_source_disasm_command, show_source_or_disasm_and_command):
5934 Unify creation and re-initialization cases.
5935
5936 2019-07-17 Tom Tromey <tom@tromey.com>
5937
5938 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5939 creation and re-initialization cases.
5940
5941 2019-07-17 Tom Tromey <tom@tromey.com>
5942
5943 * tui/tui-regs.c (tui_get_register): Return void.
5944
5945 2019-07-17 Tom Tromey <tom@tromey.com>
5946
5947 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5948 Simplify.
5949
5950 2019-07-17 Tom Tromey <tom@tromey.com>
5951
5952 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5953 resetting.
5954
5955 2019-07-17 Tom Tromey <tom@tromey.com>
5956
5957 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5958 * tui/tui-regs.c (tui_reg_layout): New function.
5959 (tui_show_registers, tui_reg_command): Use it.
5960 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5961 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5962 parameters.
5963 (tui_layout_command): Remove.
5964
5965 2019-07-17 Tom Tromey <tom@tromey.com>
5966
5967 * tui/tui-layout.h (tui/tui-layout): Return void.
5968 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5969
5970 2019-07-17 Tom Tromey <tom@tromey.com>
5971
5972 * tui/tui-layout.c (show_source_disasm_command, show_data):
5973 Update.
5974 (reset_locator): Remove.
5975 (show_source_or_disasm_and_command): Update.
5976
5977 2019-07-17 Tom Tromey <tom@tromey.com>
5978
5979 * tui/tui-source.c (tui_source_window_base::reset): Remove
5980 win_type parameter.
5981 * tui/tui-layout.c (make_command_window, make_source_window)
5982 (make_disasm_window, make_data_window)
5983 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5984 (reset_locator, show_source_or_disasm_and_command): Update.
5985 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5986 win_type parameter.
5987 (struct tui_source_window_base) <reset>: Likewise.
5988
5989 2019-07-17 Tom Tromey <tom@tromey.com>
5990
5991 * tui/tui-layout.c (show_source_disasm_command): Use
5992 reset_locator.
5993 (reset_locator): New function.
5994 (init_and_make_win): Remove.
5995 (show_source_or_disasm_and_command): Use reset_locator.
5996
5997 2019-07-17 Tom Tromey <tom@tromey.com>
5998
5999 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6000 condition.
6001 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6002 Remove condition.
6003 * tui/tui-source.c (tui_source_window_base::reset): New method.
6004 * tui/tui-layout.c (make_command_window): Don't call
6005 init_and_make_win.
6006 (make_source_window, make_disasm_window): Don't call
6007 make_source_or_disasm_window.
6008 (make_data_window): Don't call init_and_make_win. Change calling
6009 convention.
6010 (show_source_disasm_command, show_data): Simplify.
6011 (make_source_or_disasm_window): Remove.
6012 (show_source_or_disasm_and_command): Simplify.
6013 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6014 (struct tui_source_window_base) <reset>: Likewise.
6015 <execution_info>: Remove initializer.
6016 * tui/tui-data.c (tui_source_window_base): Initialize
6017 execution_info.
6018
6019 2019-07-17 Tom Tromey <tom@tromey.com>
6020
6021 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6022 variable.
6023
6024 2019-07-17 Tom Tromey <tom@tromey.com>
6025
6026 * tui/tui.c (tui_rl_other_window): Update.
6027 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6028 superclass method first. Always iterate over regs_content.
6029 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6030 method.
6031 * tui/tui-win.c (tui_set_focus_command): Update.
6032
6033 2019-07-17 Tom Tromey <tom@tromey.com>
6034
6035 * tui/tui-win.c (tui_set_focus_command): Rename from
6036 tui_set_focus. Call tui_enable.
6037 (tui_set_focus_command): Remove.
6038
6039 2019-07-17 Tom Tromey <tom@tromey.com>
6040
6041 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6042 refresh_window.
6043 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6044 touchwin.
6045 (tui_data_window::refresh_window): Call refresh_window on data
6046 items. Always call superclass refresh_window.
6047 (tui_win_info::refresh): Remove.
6048 (tui_source_window_base::refresh_window): Update.
6049 (tui_refresh_all): Update.
6050 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6051 refresh_window.
6052 (show_source_or_disasm_and_command): Likewise.
6053 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6054 (struct tui_source_window_base) <refresh>: Likewise.
6055
6056 2019-07-17 Tom Tromey <tom@tromey.com>
6057
6058 * tui/tui-winsource.c (tui_clear_source_content)
6059 (tui_show_source_content): Update.
6060 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6061 whether content is empty.
6062 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6063 Remove.
6064
6065 2019-07-17 Tom Tromey <tom@tromey.com>
6066
6067 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6068 window's contents.
6069 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6070 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6071
6072 2019-07-17 Tom Tromey <tom@tromey.com>
6073
6074 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6075 (struct tui_data_item_window): Update.
6076
6077 2019-07-17 Tom Tromey <tom@tromey.com>
6078
6079 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6080 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6081 defines.
6082
6083 2019-07-17 Tom Tromey <tom@tromey.com>
6084
6085 * tui/tui-winsource.h (tui_erase_source_content)
6086 (tui_clear_source_content): Remove "display_prompt" parameter.
6087 * tui/tui-winsource.c (tui_update_source_window_as_is)
6088 (tui_update_source_windows_with_addr): Update.
6089 (tui_clear_source_content): Remove "display_prompt" parameter.
6090 (tui_erase_source_content): Likewise. Simplify.
6091 (tui_show_source_content): Update.
6092 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6093 * tui/tui-stack.c (tui_show_frame_info): Update.
6094 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6095 Remove defines.
6096
6097 2019-07-17 Tom Tromey <tom@tromey.com>
6098
6099 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6100 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6101 parameter.
6102 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6103 parameter.
6104
6105 2019-07-17 Tom Tromey <tom@tromey.com>
6106
6107 * tui/tui-winsource.c (tui_clear_source_content)
6108 (tui_show_source_content, tui_show_exec_info_content)
6109 (tui_clear_exec_info_content): Update.
6110 * tui/tui-stack.c (tui_show_locator_content): Update.
6111 (tui_show_frame_info): Update.
6112 * tui/tui-source.h (tui_source_window): Don't declare.
6113 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6114 from tui_source_is_displayed.
6115 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6116 Remove field.
6117 (struct tui_source_window_base) <content_in_use>: New field. Now
6118 bool.
6119 (struct tui_source_window) <showing_source_p>: New method.
6120 (TUI_SRC_WIN): Change cast.
6121 * tui/tui-data.c (tui_initialize_static_data): Update.
6122
6123 2019-07-17 Tom Tromey <tom@tromey.com>
6124
6125 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6126 location_matches_p.
6127 * tui/tui-source.c (tui_source_window::location_matches_p): New
6128 method.
6129 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6130 method.
6131 * tui/tui-data.h (struct tui_source_window_base)
6132 <location_matches_p>: New method.
6133 (struct tui_source_window, struct tui_disasm_window)
6134 <location_matches_p>: Likewise.
6135
6136 2019-07-17 Tom Tromey <tom@tromey.com>
6137
6138 * tui/tui-win.c (tui_set_win_height_command): Rename from
6139 tui_set_win_height.
6140 (tui_set_win_height_command): Remove.
6141
6142 2019-07-17 Tom Tromey <tom@tromey.com>
6143
6144 * tui/tui-source.c (tui_source_window): New constructor. Add
6145 observer.
6146 (~tui_source_window): New destructor.
6147 (tui_source_window::style_changed): New method.
6148 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6149 (tui_attach_detach_observers): Update.
6150 * tui/tui-data.h (struct tui_source_window): Make constructor not
6151 inline. Add destructor.
6152 (struct tui_source_window) <style_changed>: New method.
6153 <m_observable>: New member.
6154
6155 2019-07-17 Tom Tromey <tom@tromey.com>
6156
6157 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6158 * tui/tui-win.c (tui_resize_all): Fix typo.
6159
6160 2019-07-17 Tom Tromey <tom@tromey.com>
6161
6162 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6163 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6164 (tui_refresh_all): Remove "list" parameter. Use foreach.
6165 * tui/tui-win.c (window_name_completer): Use foreach.
6166 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6167 (update_tab_width): Likewise.
6168 * tui/tui-layout.c (show_layout): Update.
6169 * tui/tui-data.h (class tui_window_iterator): New.
6170 (struct all_tui_windows): New.
6171 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6172
6173 2019-07-17 Tom Tromey <tom@tromey.com>
6174
6175 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6176 parameter. Don't reference globals.
6177 (tui_reg_command): Update.
6178
6179 2019-07-17 Tom Tromey <tom@tromey.com>
6180
6181 * tui/tui-regs.c (tui_show_registers): Simplify.
6182
6183 2019-07-17 Tom Tromey <tom@tromey.com>
6184
6185 * tui/tui-regs.c (tui_show_registers): Update.
6186 (tui_show_register_group): Add win_info parameter.
6187
6188 2019-07-17 Tom Tromey <tom@tromey.com>
6189
6190 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6191 Rename from tui_display_reg_element_at_line.
6192 (tui_data_window::display_registers_from_line): Update.
6193 * tui/tui-data.h (struct tui_data_window)
6194 <display_reg_element_at_line>: New method.
6195
6196 2019-07-17 Tom Tromey <tom@tromey.com>
6197
6198 * tui/tui-regs.h (tui_display_registers_from)
6199 (tui_display_registers_from_line): Don't declare.
6200 * tui/tui-windata.c (tui_data_window::display_all_data)
6201 (tui_data_window::refresh_all)
6202 (tui_data_window::do_scroll_vertical): Update.
6203 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6204 from tui_display_registers_from.
6205 (tui_display_reg_element_at_line): Update.
6206 (tui_data_window::display_registers_from_line): Rename from
6207 tui_display_registers_from_line.
6208 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6209 display_registers_from_line>: New methods.
6210
6211 2019-07-17 Tom Tromey <tom@tromey.com>
6212
6213 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6214 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6215 from tui_erase_data_content.
6216 (tui_data_window::display_all_data)
6217 (tui_data_window::refresh_all)
6218 (tui_data_window::do_scroll_vertical): Update.
6219 * tui/tui-regs.c (tui_show_registers): Update.
6220 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6221 New method.
6222
6223 2019-07-17 Tom Tromey <tom@tromey.com>
6224
6225 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6226 declare.
6227 * tui/tui-windata.c
6228 (tui_data_window::delete_data_content_windows): Rename from
6229 tui_delete_data_content_windows.
6230 (tui_data_window::display_all_data)
6231 (tui_data_window::do_scroll_vertical): Update.
6232 * tui/tui-data.h (struct tui_data_window)
6233 <delete_data_content_windows>: New method.
6234
6235 2019-07-17 Tom Tromey <tom@tromey.com>
6236
6237 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6238 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6239
6240 2019-07-17 Tom Tromey <tom@tromey.com>
6241
6242 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6243 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6244 from tui_display_all_data.
6245 * tui/tui-win.c
6246 (tui_data_window::do_make_visible_with_new_height): Update.
6247 * tui/tui-regs.c (tui_show_registers): Update.
6248 * tui/tui-layout.c (tui_set_layout): Update.
6249 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6250 method.
6251
6252 2019-07-17 Tom Tromey <tom@tromey.com>
6253
6254 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6255 * tui/tui-windata.c (tui_display_data_from): Remove.
6256 (tui_data_window::refresh_all): Update.
6257
6258 2019-07-17 Tom Tromey <tom@tromey.com>
6259
6260 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6261 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6262 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6263 tui_display_registers_from_line.
6264 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6265 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6266 "force_display" parameter.
6267
6268 2019-07-17 Tom Tromey <tom@tromey.com>
6269
6270 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6271 declare.
6272 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6273 Rename from tui_first_reg_element_no_inline.
6274 (tui_display_reg_element_at_line)
6275 (tui_display_registers_from_line): Update.
6276 * tui/tui-data.h (struct tui_data_window)
6277 <first_reg_element_no_inline>: New method.
6278
6279 2019-07-17 Tom Tromey <tom@tromey.com>
6280
6281 * tui/tui-windata.c (tui_display_data_from)
6282 (tui_data_window::do_scroll_vertical): Update.
6283 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6284 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6285 Rename from tui_line_from_reg_element_no.
6286 (tui_display_registers_from_line): Update.
6287 * tui/tui-data.h (struct tui_data_window)
6288 <line_from_reg_element_no>: New method.
6289
6290 2019-07-17 Tom Tromey <tom@tromey.com>
6291
6292 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6293 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6294 tui_last_regs_line_no.
6295 (tui_display_reg_element_at_line)
6296 (tui_display_registers_from_line): Update.
6297 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6298 method.
6299
6300 2019-07-17 Tom Tromey <tom@tromey.com>
6301
6302 PR tui/24722:
6303 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6304 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6305 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6306 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6307 (tui_update_breakpoint_info): Likewise.
6308 * tui/tui-hooks.c (tui_event_create_breakpoint)
6309 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6310 Update.
6311
6312 2019-07-17 Tom Tromey <tom@tromey.com>
6313
6314 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6315
6316 2019-07-17 Tom Tromey <tom@tromey.com>
6317
6318 * tui/tui-winsource.c (tui_update_source_window_as_is)
6319 (tui_update_source_windows_with_addr): Update.
6320 * tui/tui-source.h (tui_set_source_content)
6321 (tui_show_symtab_source): Add "win_info" parameter.
6322 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6323 parameter.
6324 (tui_show_symtab_source): Likewise.
6325
6326 2019-07-17 Tom Tromey <tom@tromey.com>
6327
6328 * tui/tui-wingeneral.c
6329 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6330
6331 2019-07-17 Tom Tromey <tom@tromey.com>
6332
6333 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6334 (struct tui_cmd_window) <can_scroll>: New method.
6335 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6336 method.
6337
6338 2019-07-17 Tom Tromey <tromey@adacore.com>
6339
6340 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6341 do_field_signed>: Rename. Change type of "value".
6342 * ui-out.c (ui_out::field_signed): Rename from field_int.
6343 Change type of "value".
6344 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6345 type of "value".
6346 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6347 do_field_int. Change type of "value".
6348 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6349 do_field_int. Change type of "value".
6350 * tracepoint.c (trace_status_mi, tfind_1)
6351 (print_one_static_tracepoint_marker): Update.
6352 * thread.c (print_thread_info_1, print_selected_thread_frame):
6353 Update.
6354 * stack.c (print_frame, print_frame_info): Update.
6355 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6356 Update.
6357 * source.c (print_source_lines_base): Update.
6358 * skip.c (info_skip_command): Update.
6359 * record-btrace.c (btrace_ui_out_decode_error)
6360 (btrace_call_history_src_line): Update.
6361 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6362 Update.
6363 * progspace.c (print_program_space): Update.
6364 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6365 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6366 do_field_int. Change type of "value".
6367 * mi/mi-out.c (mi_ui_out::do_table_begin)
6368 (mi_ui_out::do_table_header): Update.
6369 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6370 type of "value".
6371 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6372 (mi_cmd_data_list_changed_registers, output_register)
6373 (mi_cmd_data_read_memory, mi_load_progress)
6374 (mi_cmd_trace_frame_collected): Update.
6375 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6376 Update.
6377 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6378 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6379 (mi_cmd_var_list_children, varobj_update_one): Update.
6380 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6381 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6382 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6383 * inferior.c (print_inferior): Update.
6384 * gdb_bfd.c (print_one_bfd): Update.
6385 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6386 Update.
6387 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6388 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6389 do_field_int. Change type of "value".
6390 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6391 do_field_int. Change type of "value".
6392 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6393 (print_one_breakpoint_location, print_it_catch_fork)
6394 (print_one_catch_fork, print_it_catch_vfork)
6395 (print_one_catch_vfork, print_it_catch_solib)
6396 (print_it_catch_exec, print_it_ranged_breakpoint)
6397 (print_mention_watchpoint, print_mention_masked_watchpoint)
6398 (bkpt_print_it, update_static_tracepoint): Update.
6399 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6400 * break-catch-syscall.c (print_it_catch_syscall): Update.
6401 * ada-tasks.c (print_ada_task_info): Update.
6402 * ada-lang.c (print_it_exception, print_mention_exception):
6403 Update.
6404
6405 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 PR breakpoints/24541
6408 * gdbarch.c: Regenerate.
6409 * gdbarch.h: Regenerate.
6410 * gdbarch.sh: Adjust return type and parameter types for
6411 'stap_adjust_register'.
6412 (i386_stap_adjust_register): Adjust signature and return new
6413 register name.
6414 * stap-probe.c (stap_parse_register_operand): Adjust use of
6415 'gdbarch_stap_adjust_register'.
6416
6417 2019-07-17 Tom Tromey <tromey@adacore.com>
6418
6419 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6420 declare VEC.
6421 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6422 std::vector.
6423 (struct s390_process_info): Add initializers.
6424 (s390_add_process): Use new.
6425 (s390_linux_nat_target::low_forget_process): Use delete.
6426 (s390_linux_nat_target::low_new_fork)
6427 (s390_linux_nat_target::stopped_by_watchpoint)
6428 (s390_linux_nat_target::low_prepare_to_resume)
6429 (s390_linux_nat_target::insert_watchpoint)
6430 (s390_linux_nat_target::insert_hw_breakpoint)
6431 (s390_linux_nat_target::remove_watchpoint)
6432 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6433
6434 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6435
6436 * aarch64-fbsd-nat.c: Include regcache.h.
6437 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6438 argument.
6439 (aarch64_fbsd_nat_target::fetch_registers)
6440 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6441 variable.
6442 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6443
6444 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6445
6446 * fbsd-nat.c: Include gdbarch.h.
6447
6448 2019-07-15 Tom Tromey <tromey@adacore.com>
6449
6450 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6451
6452 2019-07-15 Tom Tromey <tromey@adacore.com>
6453
6454 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6455 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6456 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6457 * cli-out.c (cli_ui_out::do_field_int): New method.
6458 * ui-out.c (ui_out::field_unsigned): New method.
6459 * symfile.c (generic_load): Use field_unsigned.
6460 (print_transfer_performance): Likewise.
6461 * record-btrace.c (ui_out_field_uint): Remove.
6462 (btrace_call_history_insn_range, btrace_call_history): Use
6463 field_unsigned.
6464 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6465 field_unsigned.
6466 * ui-out.h (class ui_out) <field_unsigned>: New method.
6467 <do_field_unsigned>: Likewise.
6468
6469 2019-07-15 Tom Tromey <tromey@adacore.com>
6470
6471 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6472 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6473 * target.c (flash_erase_command): Use field_string.
6474 * infrun.c (print_signal_received_reason): Use field_string.
6475 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6476 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6477 field_string.
6478 * ada-tasks.c (print_ada_task_info): Use field_string.
6479
6480 2019-07-15 Tom Tromey <tromey@adacore.com>
6481
6482 * target.c (flash_erase_command): Use field_core_addr.
6483 * symfile.c (generic_load): Use field_core_addr.
6484 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6485 Use field_core_addr.
6486 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6487 field_core_addr.
6488
6489 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6492 value if its desired type is smaller than a CORE_ADDR and signed.
6493
6494 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6497 of changes to field names, and use new is_reference field to
6498 decide if a property is a reference or not.
6499 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6500 field.
6501 (struct dwarf2_property_baton): Update header comment, rename
6502 'referenced_type' to 'property_type' and update comments.
6503 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6504 default property type, store in property baton, update to take
6505 accound of renamed field.
6506 (read_func_scope): Update call to attr_to_dynamic_prop.
6507 (read_array_type): Likewise.
6508 (dwarf2_per_cu_addr_sized_int_type): New function.
6509 (read_subrange_index_type): Move type finding code to
6510 dwarf2_per_cu_addr_sized_int_type.
6511 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6512 (dwarf2_per_cu_addr_type): New function.
6513 (set_die_type): Update calls to attr_to_dynamic_prop.
6514
6515 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6516
6517 * dwarf2read.c (read_subrange_index_type): New function.
6518 (read_subrange_type): Move code into new function and call it.
6519 * gdbtypes.c (create_range_type): Add some asserts.
6520
6521 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6522
6523 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6524 update return statements.
6525 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6526 declaration, and update comment to match.
6527 * gdbtypes.c (resolve_dynamic_array): Update call to
6528 dwarf2_evaluate_property to match new return type.
6529
6530 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6531
6532 * valarith.c (value_subscripted_rvalue): Change lowerbound
6533 parameter type from int to LONGEST.
6534 * value.h (value_subscripted_rvalue): Likewise in declaration.
6535
6536 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6537
6538 * cli/cli-utils.c (info_print_command_completer): New function.
6539 * cli/cli-utils.h: Add 'completer.h' include, and forward
6540 declaration for 'struct cmd_list_element'.
6541 (info_print_command_completer): Declare.
6542 * stack.c (_initialize_stack): Add completer for 'info locals' and
6543 'info args'.
6544 * symtab.c (_initialize_symtab): Add completer for 'info
6545 variables' and 'info functions'.
6546 * NEWS: Mention completion for additional info commands.
6547
6548 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6549
6550 * cli/cli-utils.c (extract_info_print_args): Delete.
6551 (extract_arg_maybe_quoted): Delete.
6552 (info_print_options_defs): New variable.
6553 (make_info_print_options_def_group): New function.
6554 (extract_info_print_options): Define new function.
6555 * cli/cli-utils.h (extract_info_print_args): Delete.
6556 (struct info_print_options): New structure.
6557 (extract_info_print_options): Declare new function.
6558 * stack.c (info_locals_command): Update to use new
6559 extract_info_print_options, also add a header comment.
6560 (info_args_command): Likewise.
6561 * symtab.c (info_variables_command): Likewise.
6562 (info_functions_command): Likewise.
6563
6564 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6567 to extract string arguments.
6568 * common/common-utils.c (extract_string_maybe_quoted): New function.
6569 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6570
6571 2019-07-11 Tom Tromey <tromey@adacore.com>
6572
6573 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6574 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6575 * top.h (gdbinit): Don't declare.
6576 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6577 into...
6578 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6579 * top.c (gdb_init): Don't call init_cli_cmds.
6580 (gdbinit): Remove.
6581 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6582
6583 2019-07-11 Tom Tromey <tromey@adacore.com>
6584
6585 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6586 after it has been moved.
6587
6588 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6589
6590 * valops.c (value_must_coerce_to_target): Change return type to
6591 bool.
6592 * value.h (value_must_coerce_to_target): Likewise.
6593
6594 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6595
6596 * breakpoint.c (is_hardware_watchpoint): Remove
6597 forward-declaration.
6598 (is_masked_watchpoint): Change return type to bool.
6599 (is_tracepoint): Likewise.
6600 (is_breakpoint): Likewise.
6601 (is_hardware_watchpoint): Likewise.
6602 (is_watchpoint): Likewise.
6603 (is_no_memory_software_watchpoint): Likewise.
6604 (is_catchpoint): Likewise.
6605 (breakpoint_1): Make FILTER parameter's return type bool.
6606 is_masked_watchpoint): Change return type to bool.
6607 (save_breakpoints): Make FILTER parameter's return type bool.
6608 * breakpoint.h (is_breakpoint): Change return type to bool.
6609 (is_watchpoint): Likewise.
6610 (is_catchpoint): Likewise.
6611 (is_tracepoint): Likewise.
6612
6613 2019-07-10 Tom Tromey <tom@tromey.com>
6614
6615 * defs.h: Don't include gdbarch.h.
6616 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6617 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6618 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6619 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6620 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6621 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6622 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6623 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6624 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6625 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6626 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6627 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6628 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6629 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6630 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6631 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6632 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6633 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6634 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6635 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6636 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6637 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6638 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6639 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6640 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6641 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6642 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6643
6644 2019-07-10 Tom Tromey <tromey@adacore.com>
6645
6646 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6647 * breakpoint.c (init_ada_exception_breakpoint): Register as
6648 bp_catchpoint.
6649 (print_one_breakpoint_location, print_one_breakpoint): Use
6650 is_ada_exception_catchpoint.
6651 * ada-lang.c (class ada_catchpoint_location): Pass
6652 bp_loc_software_breakpoint to bp_location constructor.
6653 (is_ada_exception_catchpoint): New function.
6654
6655 2019-07-10 Tom Tromey <tromey@adacore.com>
6656
6657 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6658 VEC.
6659 (struct arm_exidx_entry): New method operator<.
6660 (struct arm_exidx_data) <section_maps>: Change type.
6661 (arm_exidx_data_free): Remove.
6662 (arm_exidx_data_key): Change type. Move lower.
6663 (arm_exidx_new_objfile): Update.
6664 (arm_compare_exidx_entries): Remove.
6665 (arm_find_exidx_entry, _initialize_arm_tdep)
6666
6667 2019-07-10 Tom Tromey <tromey@adacore.com>
6668
6669 * solib-spu.c (ocl_program_data_key): Change type.
6670 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6671 Update.
6672
6673 2019-07-10 Tom Tromey <tromey@adacore.com>
6674
6675 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6676 (struct solib_aix_inferior_data) <library_list>: Change type.
6677 (solib_aix_inferior_data_handle): Change type.
6678 (get_solib_aix_inferior_data): Update.
6679 (solib_aix_free_library_list): Remove.
6680 (library_list_start_library): Update.
6681 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6682 return type.
6683 (solib_aix_get_library_list)
6684 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6685 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6686
6687 2019-07-10 Tom Tromey <tromey@adacore.com>
6688
6689 * solib-dsbt.c (struct dsbt_info): Add initializers.
6690 (solib_dsbt_pspace_data): Change type.
6691 (dsbt_pspace_data_cleanup): Remove.
6692 (get_dsbt_info, _initialize_dsbt_solib): Update.
6693
6694 2019-07-10 Tom Tromey <tromey@adacore.com>
6695
6696 * spu-tdep.c (spu_overlay_data): Change type.
6697 (spu_get_overlay_table, spu_overlay_new_objfile)
6698 (_initialize_spu_tdep): Update.
6699
6700 2019-07-10 Tom Tromey <tromey@adacore.com>
6701
6702 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6703 destructor.
6704 (dbx_objfile_data_key): Change type and declare later.
6705 (DBX_SYMFILE_INFO): Rewrite.
6706 * dbxread.c (dbx_objfile_data_key): Change type.
6707 (dbx_symfile_init): Update.
6708 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6709 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6710 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6711
6712 2019-07-10 Tom Tromey <tromey@adacore.com>
6713
6714 * jit.c (jit_program_space_key): Change type. Move lower.
6715 (get_jit_program_space_data): Update.
6716 (jit_program_space_data_cleanup): Remove.
6717 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6718 Update.
6719 (struct jit_program_space_data): Add initializers.
6720
6721 2019-07-10 Tom Tromey <tromey@adacore.com>
6722
6723 * solib-darwin.c (struct darwin_info): Add initializers.
6724 (solib_darwin_pspace_data): Change type.
6725 (darwin_pspace_data_cleanup): Remove.
6726 (get_darwin_info, _initialize_darwin_solib): Update.
6727
6728 2019-07-10 Tom Tromey <tromey@adacore.com>
6729
6730 * remote-sim.c (struct sim_inferior_data): Add initializers,
6731 constructor, and destructor.
6732 (sim_inferior_data_key): Change type. Move lower.
6733 (check_for_duplicate_sim_descriptor): Update.
6734 (get_sim_inferior_data): Use new. Update.
6735 (~sim_inferior_data_cleanup): Rename from
6736 sim_inferior_data_cleanup. Simplify.
6737 (gdbsim_close_inferior, simulator_command)
6738 (sim_command_completer, _initialize_remote_sim): Update.
6739 (next_pid, INITIAL_PID): Move earlier.
6740
6741 2019-07-10 Tom Tromey <tromey@adacore.com>
6742
6743 * python/python-internal.h (create_thread_object): Return
6744 gdbpy_ref.
6745 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6746 * python/py-inferior.c (struct threadlist_entry): Add
6747 constructor.
6748 <thread_obj>: Now a gdbpy_ref.
6749 (thread_to_thread_object): Update.
6750 (add_thread_object): Use new.
6751 (delete_thread_object): Use delete.
6752 (infpy_threads): Update.
6753 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6754 GIL.
6755
6756 2019-07-10 Tom Tromey <tromey@adacore.com>
6757
6758 * valops.c (value_cast): Specialize error message for Ada.
6759
6760 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6761
6762 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6763
6764 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6765
6766 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6767 bpstat_should_step): Return bool, adjust comments.
6768 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6769 bpstat_should_step): Likewise.
6770
6771 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6772
6773 * features/Makefile: Use feature target descriptions for Arm.
6774 * features/arm/arm-core.c: Generate new file.
6775 * features/arm/arm-fpa.c: Likewise.
6776 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6777 * features/arm/arm-m-profile.c: Likewise.
6778 * features/arm/arm-vfpv2.c: Likewise.
6779 * features/arm/arm-vfpv3.c: Likewise.
6780 * features/arm/xscale-iwmmxt.c: Likewise.
6781 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6782
6783 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6784
6785 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6786 ptrace earlier.
6787
6788 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6789
6790 * features/aarch64-pauth.c: Regenerate.
6791
6792 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6793
6794 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6795 bool.
6796 (bpstat_what): Use false instead of 0.
6797
6798 2019-07-09 Pedro Alves <palves@redhat.com>
6799
6800 * break-catch-throw.c (is_exception_catchpoint): New.
6801 * breakpoint.c (print_one_breakpoint_location): New parameter
6802 'raw_loc'. Handle it. Use
6803 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6804 looking at the breakpoint's type.
6805 (print_one_breakpoint): If handling "maint info breakpoints", also
6806 print locations of exception catchpoints.
6807 * breakpoint.h (is_exception_catchpoint): Declare.
6808
6809 2019-07-09 Pedro Alves <palves@redhat.com>
6810
6811 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6812 "addr" field.
6813 (allocate_location_exception_catchpoint): New.
6814 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6815 (initialize_throw_catchpoint_ops): Install
6816 allocate_location_exception_catchpoint as allocate_location
6817 method.
6818 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6819 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6820 bp_loc_other.
6821 (breakpoint_address_is_meaningful): Delete.
6822 (bl_address_is_meaningful): New.
6823 (breakpoint_locations_match): Adjust comment.
6824 (bp_location_from_bp_type): New, factored out of...
6825 (bp_location::bp_location(breakpoint *)): ... this.
6826 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6827 factored out of...
6828 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6829 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6830 breakpoint_address_is_meaningful.
6831 (bp_locations_compare): Adjust comment.
6832 (update_global_location_list): Use bl_address_is_meaningful
6833 instead of breakpoint_address_is_meaningful.
6834 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6835 explicit.
6836 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6837 * python/py-breakpoint.c (bppy_get_location): No longer check
6838 whether location is null.
6839
6840 2019-07-09 Pedro Alves <palves@redhat.com>
6841
6842 PR c++/15468
6843 * breakpoint.c (print_one_breakpoint_location): Remove
6844 single-location assert.
6845
6846 2019-07-09 Tom Tromey <tom@tromey.com>
6847
6848 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6849 * configure: Rebuild.
6850 * configure.ac: Change common to gdbsupport.
6851 * gdbsupport: Rename from common.
6852 * acinclude.m4: Change common to gdbsupport.
6853 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6854 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6855 gdbsupport.
6856 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6857 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6858 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6859 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6860 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6861 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6862 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6863 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6864 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6865 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6866 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6867 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6868 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6869 coff-pe-read.c, command.h, compile/compile-c-support.c,
6870 compile/compile-c.h, compile/compile-cplus-symbols.c,
6871 compile/compile-cplus-types.c, compile/compile-cplus.h,
6872 compile/compile-loc2c.c, compile/compile.c, completer.c,
6873 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6874 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6875 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6876 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6877 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6878 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6879 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6880 features/aarch64-core.c, features/aarch64-fpu.c,
6881 features/aarch64-pauth.c, features/aarch64-sve.c,
6882 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6883 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6884 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6885 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6886 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6887 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6888 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6889 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6890 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6891 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6892 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6893 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6894 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6895 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6896 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6897 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6898 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6899 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6900 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6901 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6902 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6903 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6904 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6905 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6906 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6907 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6908 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6909 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6910 minsyms.c, mips-linux-tdep.c, namespace.h,
6911 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6912 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6913 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6914 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6915 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6916 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6917 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6918 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6919 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6920 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6921 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6922 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6923 procfs.c, producer.c, progspace.h, psymtab.h,
6924 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6925 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6926 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6927 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6928 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6929 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6930 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6931 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6932 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6933 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6934 target-memory.c, target.c, target.h, target/waitstatus.c,
6935 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6936 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6937 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6938 unittests/array-view-selftests.c,
6939 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6940 unittests/common-utils-selftests.c,
6941 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6942 unittests/format_pieces-selftests.c,
6943 unittests/function-view-selftests.c,
6944 unittests/lookup_name_info-selftests.c,
6945 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6946 unittests/mkdir-recursive-selftests.c,
6947 unittests/observable-selftests.c,
6948 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6949 unittests/parse-connection-spec-selftests.c,
6950 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6951 unittests/scoped_fd-selftests.c,
6952 unittests/scoped_mmap-selftests.c,
6953 unittests/scoped_restore-selftests.c,
6954 unittests/string_view-selftests.c, unittests/style-selftests.c,
6955 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6956 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6957 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6958 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6959 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6960 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6961
6962 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6963
6964 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6965 bool value.
6966 (decode_digits_ordinary): Set explicit_line field in sal.
6967 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6968 symtab_and_line that was set on an explicit line number in
6969 assembler code. Do always update the recorded symtab and line if
6970 we do skip the prologue.
6971
6972 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6973
6974 * breakpoint.c (set_breakpoint_location_function): Remove
6975 explicit_loc parameter.
6976 (momentary_breakpoint_from_master): Update call to
6977 set_breakpoint_location_function.
6978 (add_location_to_breakpoint): Likewise.
6979
6980 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6981
6982 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6983 required features based on default bfd type when no specific bfd
6984 is present.
6985
6986 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6987
6988 * NEWS: Mention that GDB printf and eval commands can now print
6989 C-style and Ada-style convenience var strings without
6990 calling the inferior.
6991 * printcmd.c (printf_c_string): Locally print GDB internal var
6992 instead of transiting via the inferior.
6993 (printf_wide_c_string): Likewise.
6994
6995 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6996
6997 PR breakpoints/25011
6998 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
6999
7000 2019-07-04 Tom Tromey <tom@tromey.com>
7001
7002 PR tui/24724:
7003 * tui/tui-winsource.c (tui_clear_source_content): Update.
7004 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7005 (tui_update_breakpoint_info): Update.
7006 (tui_set_exec_info_content): Update.
7007 * tui/tui-source.c (tui_set_source_content_nil): Update.
7008 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7009 has_break.
7010 * tui/tui-data.h (enum tui_bp_flag): New.
7011 (tui_bp_flags): New enum flags type.
7012 (struct tui_source_element) <break_mode>: Change type. Rename
7013 from has_break.
7014 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7015 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7016 constants.
7017 * tui/tui-winsource.h: Fix comment.
7018
7019 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7020
7021 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7022 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7023 (store_fpregs_to_thread)
7024 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7025 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7026 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7027 (IWMMXT_REGS_SIZE): Add define.
7028 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7029 (fetch_vfp_regs, store_vfp_regs)
7030 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7031 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7032
7033 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7034
7035 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7036 defines.
7037 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7038 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7039 (ARM_INT_REGISTER_SIZE): ...to this.
7040 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7041 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7042 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7043 (arm_linux_collect_gregset, supply_nwfpe_register)
7044 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7045 defines.
7046 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7047 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7048 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7049 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7050 (arm_return_in_memory, arm_store_return_value)
7051 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7052 (arm_record_ld_st_multiple): Likewise.
7053 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7054 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7055
7056 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7057
7058 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7059 AARCH64_DISPLACED_MODIFIED_INSNS.
7060 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7061 (aarch64_displaced_step_copy_insn): Likewise.
7062 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7063 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7064 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7065 ARM_DISPLACED_MODIFIED_INSNS.
7066 * arm-tdep.c (arm_gdbarch_init): Likewise.
7067 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7068 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7069 (struct arm_displaced_step_closure): Use
7070 ARM_DISPLACED_MODIFIED_INSNS.
7071
7072 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7073
7074 * features/Makefile: Remove unused xml files.
7075 * features/aarch64.xml: Remove.
7076 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7077 * features/i386/amd64-avx-avx512.xml: Remove.
7078 * features/i386/amd64-avx-linux.xml: Remove.
7079 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7080 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7081 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7082 * features/i386/amd64-avx-mpx.xml: Remove.
7083 * features/i386/amd64-avx.xml: Remove.
7084 * features/i386/amd64-linux.xml: Remove.
7085 * features/i386/amd64-mpx-linux.xml: Remove.
7086 * features/i386/amd64-mpx.xml: Remove.
7087 * features/i386/amd64.xml: Remove.
7088 * features/i386/i386-avx-avx512-linux.xml: Remove.
7089 * features/i386/i386-avx-avx512.xml: Remove.
7090 * features/i386/i386-avx-linux.xml: Remove.
7091 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7092 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7093 * features/i386/i386-avx-mpx-linux.xml: Remove.
7094 * features/i386/i386-avx-mpx.xml: Remove.
7095 * features/i386/i386-avx.xml: Remove.
7096 * features/i386/i386-linux.xml: Remove.
7097 * features/i386/i386-mmx-linux.xml: Remove.
7098 * features/i386/i386-mmx.xml: Remove.
7099 * features/i386/i386-mpx-linux.xml: Remove.
7100 * features/i386/i386-mpx.xml: Remove.
7101 * features/i386/i386.xml: Remove.
7102 * features/i386/x32-avx-avx512-linux.xml: Remove.
7103 * features/i386/x32-avx-linux.xml: Remove.
7104 * features/i386/x32-linux.xml: Remove.
7105
7106 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7107
7108 * regformats/aarch64.dat: Remove.
7109 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7110 * regformats/i386/amd64-avx-linux.dat: Remove.
7111 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7112 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7113 * regformats/i386/amd64-linux.dat: Remove.
7114 * regformats/i386/amd64-mpx-linux.dat: Remove.
7115 * regformats/i386/amd64.dat: Remove.
7116 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7117 * regformats/i386/i386-avx-linux.dat: Remove.
7118 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7119 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7120 * regformats/i386/i386-linux.dat: Remove.
7121 * regformats/i386/i386-mmx-linux.dat: Remove.
7122 * regformats/i386/i386-mpx-linux.dat: Remove.
7123 * regformats/i386/i386.dat: Remove.
7124 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7125 * regformats/i386/x32-avx-linux.dat: Remove.
7126 * regformats/i386/x32-linux.dat: Remove.
7127
7128 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7129
7130 * aarch64-tdep.c: Remove xml self tests.
7131 * amd64-linux-tdep.c: Likewise.
7132 * amd64-tdep.c: Likewise.
7133 * i386-linux-tdep.c: Likewise.
7134 * i386-tdep.c: Likewise.
7135
7136 2019-07-03 Pedro Alves <palves@redhat.com>
7137
7138 PR cli/24732
7139 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7140 (pipe_cmd_option_defs): New.
7141 (make_pipe_cmd_options_def_group): New.
7142 (pipe_command): Use gdb::option::process_options.
7143 (pipe_command_completer): New function.
7144 (_initialize_cli_cmds): Install completer for "pipe" command.
7145
7146 2019-07-03 Pedro Alves <palves@redhat.com>
7147
7148 * cli/cli-option.c (union option_value) <string>: New field.
7149 (struct option_def_and_value): Add ctor, move ctor, dtor and
7150 use DISABLE_COPY_AND_ASSIGN.
7151 (option_def_and_value::clear_value): New.
7152 (parse_option, save_option_value_in_ctx, get_val_type_str)
7153 (add_setshow_cmds_for_options): Handle var_string.
7154 * cli-option.h (union option_def::var_address) <string>: New
7155 field.
7156 (struct string_option_def): New.
7157 * maint-test-options.c (struct test_options_opts): Add default
7158 ctor and use DISABLE_COPY_AND_ASSIGN.
7159 <string_opt>: New field.
7160 (test_options_opts::~test_options_opts): New.
7161 (test_options_opts::dump): Also dump "-string".
7162 (test_options_option_defs): Install "string.
7163
7164 2019-07-03 Pedro Alves <palves@redhat.com>
7165
7166 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7167 option_value with a null enumeration.
7168 (complete_options): Save the option values in the context.
7169 (save_option_value_in_ctx): New, factored out from ...
7170 (process_options): ... here.
7171 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7172 of the function.
7173 * maint-test-options.c (test_options_opts::dump): New, factored
7174 out from ...
7175 (maintenance_test_options_command_mode): ... here.
7176 (maintenance_test_options_command_completion_result): Delete.
7177 (maintenance_test_options_command_completion_text): Update
7178 comment.
7179 (maintenance_show_test_options_completion_result): Change
7180 prototype. Just print
7181 maintenance_test_options_command_completion_text.
7182 (save_completion_result): New.
7183 (maintenance_test_options_completer_mode): Pass options context to
7184 complete_options, and then save a dump.
7185 (_initialize_maint_test_options): Use add_cmd to install "maint
7186 show test-options-completion-result".
7187
7188 2019-07-03 Pedro Alves <palves@redhat.com>
7189
7190 * NEWS (New commands): Mention "with" and "maint with".
7191 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7192 (with_command, with_command_completer): New.
7193 (pipe_command): Adjust to new repeat_previous
7194 interface.
7195 (_initialize_cli_cmds): Install the "with" command and its "w"
7196 alias.
7197 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7198 declarations.
7199 * cli/cli-setshow.c (parse_cli_var_uinteger)
7200 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7201 argument strings for all var_types.
7202 (get_setshow_command_value_string): New, factored out from ...
7203 (do_show_command): ... this.
7204 * cli/cli-setshow.h: Include <string>.
7205 (get_setshow_command_value_string): Declare.
7206 * command.h (repeat_previous): Now returns const char *. Adjust
7207 comment.
7208 * maint.c: Include "cli/cli-cmds.h".
7209 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7210 (_initialize_maint_cmds): Register the "maintenance with" command.
7211 * top.c (repeat_previous): Move bits from pipe_command here:
7212 Return the saved command line, if any; error out if there's no
7213 command to relaunch.
7214
7215 2019-07-03 Pedro Alves <palves@redhat.com>
7216
7217 * NEWS (New commands): Mention "maint set/show test-settings"
7218 instead of "maint test-settings".
7219 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7220 (maintenance_test_settings_set_list): Rename to ...
7221 (maintenance_set_test_settings_list): ... this.
7222 (maintenance_test_settings_show_list): Rename to ...
7223 (maintenance_show_test_settings_list): ... this.
7224 (maintenance_test_settings_cmd): Delete.
7225 (maintenance_test_settings_set_cmd): ...
7226 (maintenance_set_test_settings_cmd): ... this.
7227 (maintenance_test_settings_show_cmd): ...
7228 (maintenance_show_test_settings_cmd): ... this.
7229 (maintenance_test_settings_show_value_cmd):
7230 (maintenance_show_test_settings_value_cmd): ... this.
7231 (_initialize_maint_test_settings): No longer install the "maint
7232 test-settings" prefix command. Rename "maint test-settings set"
7233 to "maint set test-settings", and "maint test-settings show" to
7234 "maint show test-settings". Adjust all subcommands.
7235
7236 2019-07-03 Pedro Alves <palves@redhat.com>
7237
7238 * maint-test-settings.c: Fix file's intro comment. Replace all
7239 references to "test-options" with references to "test-settings",
7240 in comments.
7241
7242 2019-07-03 Pedro Alves <palves@redhat.com>
7243
7244 * maint-test-settings.c (maintenance_test_settings_xxx)
7245 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7246 New.
7247 (maintenance_test_settings_enums): Use them.
7248 (maintenance_test_settings_enum): Default to
7249 maintenance_test_settings_xxx.
7250 (_initialize_maint_test_settings): Initialize
7251 MAINTENANCE_TEST_SETTINGS_FILENAME.
7252
7253 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7254
7255 * breakpoint.h (remove_breakpoints_inf): Change return type to
7256 void, move function documentation here.
7257 * breakpoint.c (remove_breakpoints_inf): Change return type to
7258 void, move function documentation to header.
7259
7260 2019-07-02 Pedro Alves <palves@redhat.com>
7261
7262 * NEWS (Completion improvements): Mention "info threads".
7263 * thread.c (struct info_threads_opts, info_threads_option_defs)
7264 (make_info_threads_options_def_group): New.
7265 (info_threads_command): Use gdb::option::process_options.
7266 (info_threads_command_completer): New.
7267 (_initialize_thread): Use gdb::option::build_help to build the
7268 help text for "info threads".
7269
7270 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7271
7272 * defs.h (generic_load): Move from here...
7273 * symfile.h (generic_load): ... to here. Rename name parameter
7274 to args.
7275 * symfile.c (generic_load): Add comment.
7276
7277 2019-07-01 Tom Tromey <tromey@adacore.com>
7278
7279 * dwarf2read.c
7280 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7281 declaration of without_params. Fix formatting.
7282
7283 2019-07-01 Tom Tromey <tromey@adacore.com>
7284
7285 * ada-exp.y (find_primitive_type): Update.
7286 * ada-lang.h (ada_lookup_symbol): Update.
7287 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7288 parameter.
7289 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7290
7291 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7292
7293 PR breakpoints/24541
7294 * gdbarch.c: Regenerate.
7295 * gdbarch.h: Regenerate.
7296 * gdbarch.sh: Add 'stap_adjust_register'.
7297 * i386-tdep.c: Include '<unordered_set>'.
7298 (i386_stap_adjust_register): New function.
7299 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7300 * stap-probe.c (stap_parse_register_operand): Call
7301 'gdbarch_stap_adjust_register'.
7302
7303 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7304
7305 PR python/24742
7306 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7307 * python/python.c (do_start_initialization): Use 'xmalloc'
7308 instead of 'PyMem_Malloc'.
7309
7310 2019-06-28 Tom Tromey <tromey@adacore.com>
7311
7312 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7313 for Ada.
7314
7315 2019-06-27 Tom Tromey <tromey@adacore.com>
7316
7317 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7318 objfile_key.
7319 (arm_find_mapping_symbol, arm_record_special_symbol)
7320 (_initialize_arm_tdep): Update.
7321 (arm_objfile_data_free): Remove.
7322
7323 2019-06-27 Tom Tromey <tromey@adacore.com>
7324
7325 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7326 to cp_print_static_field.
7327
7328 2019-06-26 Tom Tromey <tromey@adacore.com>
7329
7330 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7331 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7332 declare.
7333
7334 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7335
7336 * features/aarch64-core.c (create_feature_aarch64_core):
7337 Regenerate.
7338 * features/aarch64-core.xml: Add cpsr flags.
7339
7340 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7341
7342 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7343 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7344
7345 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7346
7347 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7348 field.
7349 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7350 use.
7351 (arm_record_special_symbol): Don't insert new symbol in sorted
7352 position, push it at the end.
7353
7354 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7355
7356 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7357 (arm_mapping_symbol_s): Remove.
7358 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7359 (arm_mapping_symbol_vec): New typedef.
7360 (struct arm_per_objfile): Add constructor.
7361 <section_maps>: Change type to
7362 std::unique_ptr<arm_mapping_symbol_vec[]>.
7363 (arm_compare_mapping_symbols): Remove.
7364 (arm_find_mapping_symbol): Adjust to section_maps type change.
7365 (arm_objfile_data_free): Call delete on arm_per_objfile.
7366 (arm_record_special_symbol): Adjust to section_maps type change.
7367 Allocate arm_per_objfile with new.
7368
7369 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7370
7371 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7372 with the command prefix.
7373
7374 2019-06-25 Tom Tromey <tom@tromey.com>
7375
7376 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7377 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7378
7379 2019-06-25 Tom Tromey <tom@tromey.com>
7380
7381 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7382 type.
7383 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7384 protected.
7385
7386 2019-06-25 Tom Tromey <tom@tromey.com>
7387
7388 * tui/tui-winsource.c
7389 (tui_source_window_base::set_is_exec_point_at): Add check against
7390 LOA_ADDRESS.
7391
7392 2019-06-25 Tom Tromey <tom@tromey.com>
7393
7394 * tui/tui-source.c (tui_set_source_content): Don't check before
7395 xfree.
7396 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7397
7398 2019-06-25 Tom Tromey <tom@tromey.com>
7399
7400 * tui/tui-winsource.h (tui_update_source_window_as_is)
7401 (tui_alloc_source_buffer, tui_line_is_displayed)
7402 (tui_addr_is_displayed): Change type of win_info.
7403 * tui/tui-winsource.c (tui_update_source_window_as_is)
7404 (tui_clear_source_content, tui_show_source_line)
7405 (tui_show_source_content, tui_source_window_base::refill)
7406 (tui_source_window_base::set_is_exec_point_at)
7407 (tui_source_window_base::set_is_exec_point_at)
7408 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7409 (tui_alloc_source_buffer, tui_line_is_displayed)
7410 (tui_addr_is_displayed): Change type of win_info. Update.
7411 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7412 (tui_source_window_base::do_make_visible_with_new_height):
7413 Update.
7414 * tui/tui-source.c (tui_set_source_content)
7415 (tui_set_source_content_nil)
7416 (tui_source_window::do_scroll_vertical): Update.
7417 * tui/tui-layout.c (show_layout): Update.
7418 * tui/tui-disasm.c (tui_set_disassem_content)
7419 (tui_disasm_window::do_scroll_vertical): Update.
7420 * tui/tui-data.h (tui_win_content): Remove.
7421 (struct tui_gen_win_info) <content, content_size>: Remove.
7422 (struct tui_source_element): Add initializers and destructor.
7423 (union tui_which_element, struct tui_win_element): Remove.
7424 (struct tui_source_window_base) <content>: New field.
7425 (struct tui_data_window): Remove destructor.
7426 (tui_alloc_content, tui_free_win_content)
7427 (tui_free_all_source_wins_content): Don't declare.
7428 * tui/tui-data.c (tui_initialize_static_data): Update.
7429 (init_content_element, tui_alloc_content): Remove.
7430 (~tui_gen_win_info): Update.
7431 (~tui_data_window, tui_free_all_source_wins_content)
7432 (tui_free_win_content, free_content, free_content_elements):
7433 Remove.
7434
7435 2019-06-25 Tom Tromey <tom@tromey.com>
7436
7437 * tui/tui-winsource.h (tui_clear_source_content)
7438 (tui_erase_source_content, tui_show_source_content): Change type
7439 of win_info.
7440 * tui/tui-winsource.c (tui_clear_source_content)
7441 (tui_erase_source_content, tui_show_source_content): Change type
7442 of win_info.
7443 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7444 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7445 win_info.
7446 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7447 win_info.
7448 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7449
7450 2019-06-25 Tom Tromey <tom@tromey.com>
7451
7452 * tui/tui-winsource.c (tui_clear_source_content)
7453 (tui_source_window_base::set_is_exec_point_at): Update.
7454 * tui/tui-source.c (tui_set_source_content_nil): Update.
7455 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7456 a bool.
7457 * tui/tui-data.c (init_content_element): Update.
7458
7459 2019-06-25 Tom Tromey <tom@tromey.com>
7460
7461 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7462 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7463 * tui/tui-layout.c (init_and_make_win): Update.
7464 * tui/tui.h (enum tui_win_type): Update.
7465 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7466 tui_win_is_auxillary.
7467 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7468 tui_win_is_auxillary.
7469
7470 2019-06-25 Tom Tromey <tom@tromey.com>
7471
7472 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7473 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7474 (tui_delete_data_content_windows, tui_display_all_data)
7475 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7476 Update.
7477 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7478 * tui/tui-regs.c (tui_last_regs_line_no)
7479 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7480 (tui_show_registers): Update.
7481 (tui_show_register_group): Return void. Update.
7482 (tui_display_registers_from, tui_display_reg_element_at_line)
7483 (tui_display_registers_from_line, tui_check_register_values):
7484 Update.
7485 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7486 member.
7487 (struct tui_data_window) <regs_content>: Now a std::vector.
7488 <regs_content_count>: Remove.
7489 (tui_add_content_elements, tui_free_data_content): Don't declare.
7490 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7491 (init_content_element): Remove DATA_WIN case. Add assert.
7492 (tui_add_content_elements): Remove.
7493 (tui_data_window): Update.
7494 (tui_free_data_content): Remove.
7495 (free_content_elements): Remove DATA_WIN case.
7496
7497 2019-06-25 Tom Tromey <tom@tromey.com>
7498
7499 * tui/tui-data.c (tui_data_item_window): Update.
7500 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7501 * tui/tui-windata.c (tui_display_all_data)
7502 (tui_display_data_from_line): Update.
7503 (tui_check_data_values): Remove.
7504 * tui/tui-regs.c (tui_show_register_group)
7505 (tui_display_reg_element_at_line): Update.
7506 * tui/tui-hooks.c (tui_register_changed)
7507 (tui_refresh_frame_and_register_information): Call
7508 tui_check_register_values.
7509 * tui/tui-data.h (struct tui_data_window) <data_content,
7510 data_content_count, data_type>: Remove.
7511 (enum tui_data_type): Remove.
7512
7513 * tui/tui-data.c (tui_data_window::clear_detail)
7514 (~tui_data_window): Update.
7515
7516 2019-06-25 Tom Tromey <tom@tromey.com>
7517
7518 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7519 declare.
7520 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7521 Rename from tui_first_data_item_displayed. Update.
7522 (tui_data_window::refresh_all)
7523 (tui_data_window::do_scroll_vertical): Update.
7524 * tui/tui-data.h (struct tui_data_window)
7525 <first_data_item_displayed>: Declare new method.
7526
7527 2019-06-25 Tom Tromey <tom@tromey.com>
7528
7529 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7530 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7531 contents...
7532 (tui_initialize_static_data): ...here.
7533
7534 2019-06-25 Tom Tromey <tom@tromey.com>
7535
7536 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7537 (tui_display_registers_from, tui_check_register_values): Update.
7538 (tui_display_register): Remove win_info parameter; update.
7539 (tui_get_register): Change type of parameters.
7540 * tui/tui-data.h (struct tui_data_element): Remove.
7541 (union tui_which_element) <data>: Remove.
7542 <data_window>: Change type.
7543 (struct tui_data_item_window): New.
7544 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7545 case. Add assert.
7546 (~tui_data_item_window): New destructor.
7547 (free_content_elements): Remove DATA_ITEM_WIN case.
7548
7549 2019-06-25 Tom Tromey <tom@tromey.com>
7550
7551 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7552 Remove.
7553
7554 2019-06-25 Tom Tromey <tom@tromey.com>
7555
7556 * tui/tui-data.h (struct tui_command_element): Remove.
7557 (union tui_which_element) <command>: Remove.
7558 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7559 assert.
7560 (free_content_elements): Remove CMD_WIN case.
7561
7562 2019-06-25 Tom Tromey <tom@tromey.com>
7563
7564 * tui/tui-layout.c (tui_set_layout): Update.
7565 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7566 * tui/tui-data.c (layout_def): Update.
7567
7568 2019-06-25 Tom Tromey <tom@tromey.com>
7569
7570 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7571 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7572 (tui_source_window_base::set_new_height): Update.
7573 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7574 Update.
7575 (tui_set_locator_fullname, tui_set_locator_info)
7576 (tui_show_frame_info): Update.
7577 * tui/tui-source.c (tui_set_source_content)
7578 (tui_source_is_displayed): Update.
7579 * tui/tui-layout.c (show_source_disasm_command, show_data)
7580 (show_source_or_disasm_and_command): Update.
7581 * tui/tui-disasm.c (tui_set_disassem_content)
7582 (tui_get_begin_asm_address): Update.
7583 * tui/tui-data.h (struct tui_locator_element): Remove.
7584 (union tui_which_element) <locator>: Remove.
7585 (struct tui_locator_window): New.
7586 (tui_locator_win_info_ptr): Change return type.
7587 * tui/tui-data.c (_locator): Change type.
7588 (tui_locator_win_info_ptr): Change return type.
7589 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7590 (tui_alloc_content): Add assert.
7591
7592 2019-06-25 Tom Tromey <tom@tromey.com>
7593
7594 * tui/tui-winsource.c
7595 (tui_exec_info_window::maybe_allocate_content): New method.
7596 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7597 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7598 (make_source_or_disasm_window): Add cast.
7599 * tui/tui-data.h (union tui_which_element) <simple_string>:
7600 Remove.
7601 (struct tui_source_info): New.
7602 (struct tui_source_window_base) <execution_info>: Change type.
7603 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7604 case, and add assert.
7605 (tui_alloc_content): Add assert.
7606
7607 2019-06-25 Tom Tromey <tom@tromey.com>
7608
7609 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7610 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7611 * tui/tui-data.c (tui_alloc_win_info): Remove.
7612
7613 2019-06-25 Tom Tromey <tom@tromey.com>
7614
7615 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7616 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7617 can_highlight.
7618
7619 2019-06-25 Tom Tromey <tom@tromey.com>
7620
7621 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7622 make_visible_with_new_height method.
7623 (tui_win_info::make_visible_with_new_height): New method.
7624 (tui_source_window_base::do_make_visible_with_new_height)
7625 (tui_data_window::do_make_visible_with_new_height)
7626 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7627 (make_visible_with_new_height): Remove.
7628 (tui_resize_all, tui_adjust_win_heights): Use
7629 make_visible_with_new_height method.
7630 * tui/tui-data.h (struct tui_win_info)
7631 <do_make_visible_with_new_height, make_visible_with_new_height>:
7632 New methods.
7633 (struct tui_source_window_base, struct tui_data_window)
7634 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7635 methods.
7636
7637 2019-06-25 Tom Tromey <tom@tromey.com>
7638
7639 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7640 method.
7641 (update_tab_width): Call update_tab_width method.
7642 * tui/tui-data.h (struct tui_win_info)
7643 (struct tui_source_window_base) <update_tab_width>: New methods.
7644
7645 2019-06-25 Tom Tromey <tom@tromey.com>
7646
7647 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7648 parameter.
7649 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7650 parameter.
7651 (tui_gen_win_info::make_visible): Update.
7652 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7653 parameter.
7654 * tui/tui-data.h (enum tui_box): New enum.
7655 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7656
7657 2019-06-25 Tom Tromey <tom@tromey.com>
7658
7659 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7660 init_and_make_win for EXEC_INFO_WIN.
7661 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7662 longer inline.
7663 (struct tui_win_info) <~tui_win_info>: Inline.
7664 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7665 Don't declare.
7666 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7667 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7668 Remove.
7669 (tui_initialize_static_data): Update.
7670 (~tui_gen_win_info): Handle more cleanup here.
7671 (~tui_source_window_base): Delete "execution_info".
7672 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7673
7674 2019-06-25 Tom Tromey <tom@tromey.com>
7675
7676 * tui/tui-layout.c (make_command_window): Don't set
7677 can_highlight.
7678 (show_source_disasm_command): Call the reset method.
7679 (show_data): Don't set can_highlight. Call the reset method.
7680 (tui_gen_win_info::reset): Rename from init_gen_win_info
7681 (init_and_make_win): Simplify. Return tui_gen_win_info.
7682 (show_source_or_disasm_and_command): Call the reset method.
7683 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7684 (struct tui_cmd_window): Set can_highlight.
7685
7686 2019-06-25 Tom Tromey <tom@tromey.com>
7687
7688 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7689 from make_visible.
7690 (tui_make_visible, tui_make_invisible): Rewrite.
7691 (tui_win_info::make_visible): Remove.
7692 (tui_source_window_base::make_visible): Update.
7693 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7694 method. Moved from...
7695 (struct tui_win_info) <make_visible>: ...here.
7696
7697 2019-06-25 Tom Tromey <tom@tromey.com>
7698
7699 * tui/tui-winsource.c
7700 (tui_source_window_base::do_scroll_horizontal): Remove direction
7701 parameter.
7702 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7703 direction parameter.
7704 * tui/tui-win.c (tui_win_info::forward_scroll)
7705 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7706 (tui_win_info::right_scroll): Update.
7707 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7708 direction parameter.
7709 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7710 direction parameter.
7711 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7712 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7713 Remove direction parameter.
7714 (struct tui_source_window_base, struct tui_source_window)
7715 (struct tui_disasm_window, struct tui_data_window)
7716 (struct tui_cmd_window): Update.
7717
7718 2019-06-25 Tom Tromey <tom@tromey.com>
7719
7720 * tui/tui-winsource.h (tui_set_exec_info_content)
7721 (tui_show_exec_info_content, tui_erase_exec_info_content)
7722 (tui_clear_exec_info_content, tui_update_exec_info): Change
7723 argument to tui_source_window_base.
7724 * tui/tui-winsource.c (tui_set_exec_info_content)
7725 (tui_show_exec_info_content, tui_erase_exec_info_content)
7726 (tui_clear_exec_info_content, tui_update_exec_info): Change
7727 argument to tui_source_window_base.
7728
7729 2019-06-25 Tom Tromey <tom@tromey.com>
7730
7731 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7732 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7733
7734 2019-06-25 Tom Tromey <tom@tromey.com>
7735
7736 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7737 check.
7738
7739 2019-06-25 Tom Tromey <tom@tromey.com>
7740
7741 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7742 type to void.
7743 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7744 type to void.
7745 * tui/tui-source.c (tui_set_source_content): Update.
7746 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7747
7748 2019-06-25 Tom Tromey <tom@tromey.com>
7749
7750 * tui/tui-win.c (window_name_completer, tui_set_focus)
7751 (tui_all_windows_info): Use name method.
7752 * tui/tui-data.h (struct tui_gen_win_info)
7753 (struct tui_source_window, struct tui_disasm_window)
7754 (struct tui_data_window, struct tui_cmd_window) <name>: New
7755 method.
7756 (tui_win_name): Don't declare.
7757 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7758 (tui_win_name): Remove.
7759
7760 2019-06-25 Tom Tromey <tom@tromey.com>
7761
7762 * tui/tui-winsource.h (tui_update_source_window)
7763 (tui_update_source_window_as_is): Change parameter type.
7764 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7765 to be a tui_source_window_base.
7766 (tui_update_source_window_as_is): Likewise.
7767 * tui/tui-win.c (make_visible_with_new_height): Update.
7768
7769 2019-06-25 Tom Tromey <tom@tromey.com>
7770
7771 * tui/tui-winsource.c (tui_erase_source_content)
7772 (tui_show_source_content, tui_show_exec_info_content)
7773 (tui_erase_exec_info_content): Use refresh_window method.
7774 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7775 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7776 from tui_refresh_win.
7777 (tui_data_window::refresh_window): New method.
7778 (tui_win_info::refresh, tui_source_window_base::refresh)
7779 (tui_refresh_all): Use refresh_window method.
7780 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7781 method.
7782 * tui/tui-regs.c (tui_display_register): Call refresh_window
7783 method.
7784 * tui/tui-layout.c (show_source_disasm_command)
7785 (show_source_or_disasm_and_command): Call refresh_window method.
7786 * tui/tui-data.h (struct tui_gen_win_info)
7787 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7788 New method.
7789
7790 2019-06-25 Tom Tromey <tom@tromey.com>
7791
7792 * tui/tui.c (tui_rl_other_window, tui_enable)
7793 (tui_is_window_visible, tui_get_command_dimension): Update.
7794 * tui/tui-winsource.c (tui_update_source_window_as_is)
7795 (tui_clear_source_content, tui_erase_source_content)
7796 (tui_show_source_line, tui_source_window_base::refill)
7797 (tui_source_window_base::do_scroll_horizontal)
7798 (tui_source_window_base::set_is_exec_point_at)
7799 (tui_update_breakpoint_info, tui_set_exec_info_content)
7800 (tui_alloc_source_buffer, tui_line_is_displayed)
7801 (tui_addr_is_displayed): Update.
7802 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7803 (tui_check_and_display_highlight_if_needed)
7804 (tui_win_info::make_visible, tui_win_info::refresh)
7805 (tui_refresh_all): Update.
7806 * tui/tui-windata.c (tui_first_data_item_displayed)
7807 (tui_delete_data_content_windows, tui_erase_data_content)
7808 (tui_display_all_data, tui_data_window::refresh_all)
7809 (tui_check_data_values): Update.
7810 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7811 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7812 (tui_win_info::backward_scroll, tui_refresh_all_win)
7813 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7814 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7815 (tui_source_window_base::set_new_height)
7816 (tui_data_window::set_new_height)
7817 (make_invisible_and_set_new_height)
7818 (make_visible_with_new_height, new_height_ok)
7819 (parse_scrolling_args): Update.
7820 * tui/tui-stack.c (tui_show_frame_info): Update.
7821 * tui/tui-source.c (tui_set_source_content)
7822 (tui_set_source_content_nil, tui_source_is_displayed)
7823 (tui_source_window::do_scroll_vertical): Update.
7824 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7825 (tui_display_registers_from, tui_display_reg_element_at_line)
7826 (tui_check_register_values, tui_reg_command): Update.
7827 * tui/tui-layout.c (tui_default_win_height)
7828 (show_source_disasm_command, show_data, init_and_make_win)
7829 (show_source_or_disasm_and_command): Update.
7830 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7831 (tui_redisplay_readline, tui_mld_flush)
7832 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7833 (tui_getc): Update.
7834 * tui/tui-disasm.c (tui_set_disassem_content)
7835 (tui_disasm_window::do_scroll_vertical): Update.
7836 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7837 Now virtual.
7838 (struct tui_win_info): Derive from tui_gen_win_info.
7839 <~tui_win_info>: Mark as override.
7840 <generic>: Remove member.
7841 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7842 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7843 (~tui_data_window, ~tui_win_info)
7844 (tui_free_all_source_wins_content): Update.
7845 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7846
7847 2019-06-25 Tom Tromey <tom@tromey.com>
7848
7849 * tui/tui-layout.c (init_and_make_win): Use new.
7850 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7851 destructor, initializers.
7852 (tui_alloc_generic_win_info): Don't declare.
7853 * tui/tui-data.c (_locator): Add argument to constructor.
7854 (source_win, disasm_win): New globals.
7855 (exec_info): Remove.
7856 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7857 Update.
7858 (tui_alloc_generic_win_info): Remove.
7859 (init_content_element): Use new.
7860 (tui_win_info::tui_win_info): Update.
7861 (free_content_elements) <case DATA_WIN>: Use delete.
7862
7863 2019-06-25 Tom Tromey <tom@tromey.com>
7864
7865 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7866 * tui/tui-windata.c (tui_first_data_item_displayed)
7867 (tui_delete_data_content_windows): Update.
7868 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7869 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7870 (tui_display_registers_from, tui_check_register_values): Update.
7871 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7872 pointer.
7873 * tui/tui-data.c (init_content_element): Update. Allocate the new
7874 window.
7875 (tui_free_data_content): Update.
7876 (free_content_elements) <case DATA_WIN>: Free the window.
7877
7878 2019-06-25 Tom Tromey <tom@tromey.com>
7879
7880 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7881 Update.
7882 * tui/tui-layout.c (make_command_window)
7883 (show_source_disasm_command, show_data, init_and_make_win)
7884 (show_source_or_disasm_and_command): Update.
7885 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7886 method.
7887 <can_highight, is_highlighted>: Now bool.
7888 (tui_set_win_highlight): Don't declare.
7889 * tui/tui-data.c (tui_set_win_highlight): Remove.
7890
7891 2019-06-25 Tom Tromey <tom@tromey.com>
7892
7893 * tui/tui-wingeneral.c (make_visible): Remove check of window
7894 type.
7895
7896 2019-06-25 Tom Tromey <tom@tromey.com>
7897
7898 * tui/tui-win.c (tui_win_info::max_height)
7899 (tui_cmd_window::max_height): New methods.
7900 (new_height_ok): Call max_height.
7901 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7902 <max_height>: New method.
7903
7904 2019-06-25 Tom Tromey <tom@tromey.com>
7905
7906 * tui/tui-win.c (tui_source_window_base::set_new_height)
7907 (tui_data_window::set_new_height): New methods.
7908 (make_invisible_and_set_new_height): Call set_new_height method.
7909 * tui/tui-data.h (struct tui_win_info)
7910 (struct tui_source_window_base, struct tui_data_window)
7911 <set_new_height>: New method.
7912
7913 2019-06-25 Tom Tromey <tom@tromey.com>
7914
7915 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7916 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7917 tui_refresh_data_win.
7918 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7919 method.
7920 (tui_refresh_all_win): Call the refresh_all method.
7921 (tui_set_focus): Likewise.
7922 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7923 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7924 Likewise.
7925
7926 2019-06-25 Tom Tromey <tom@tromey.com>
7927
7928 * tui/tui-winsource.h (tui_refill_source_window)
7929 (tui_set_is_exec_point_at): Don't declare.
7930 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7931 (tui_source_window_base::refill): Rename from
7932 tui_refill_source_window.
7933 (tui_source_window_base::do_scroll_horizontal): Update.
7934 (tui_source_window_base::set_is_exec_point_at): Rename from
7935 tui_set_is_exec_point_at.
7936 (tui_update_all_breakpoint_info): Update.
7937 * tui/tui-stack.c (tui_show_frame_info): Update.
7938 * tui/tui-layout.c (show_data): Add cast.
7939 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7940 * tui/tui-data.h (struct tui_source_window_base) <refill,
7941 set_is_exec_point_at>: New methods.
7942 (tui_source_windows, tui_add_to_source_windows): Update types.
7943 (tui_add_to_source_windows): Remove redundant declaration.
7944 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7945 (tui_source_windows): Change return type.
7946 (tui_clear_source_windows_detail): Update.
7947 (tui_add_to_source_windows): Change type of parameter.
7948 (tui_free_all_source_wins_content): Update.
7949
7950 2019-06-25 Tom Tromey <tom@tromey.com>
7951
7952 * tui/tui-wingeneral.c (tui_win_info::refresh)
7953 (tui_source_window_base::refresh): New methods.
7954 (tui_refresh_all): Call the refresh method.
7955 * tui/tui-data.h (struct tui_win_info)
7956 (struct tui_source_window_base) <refresh>: New method.
7957
7958 2019-06-25 Tom Tromey <tom@tromey.com>
7959
7960 * tui/tui.h (tui_is_window_visible): Return bool.
7961 * tui/tui.c (tui_is_window_visible): Return bool.
7962 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7963 (tui_make_visible, tui_make_invisible)
7964 (tui_win_info::make_visible)
7965 (tui_source_window_base::make_visible, make_all_visible)
7966 (tui_make_all_visible, tui_make_all_invisible): Update.
7967 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7968 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7969 bool.
7970 (struct tui_win_info, struct tui_source_window_base)
7971 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7972 * tui/tui-data.c (tui_init_generic_part): Update.
7973
7974 2019-06-25 Tom Tromey <tom@tromey.com>
7975
7976 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7977 (tui_source_window_base::make_visible): New methods.
7978 (make_all_visible): Make method call.
7979 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7980 (struct tui_source_window_base, struct tui_cmd_window): Override
7981 make_visible.
7982 (tui_win_is_source_type): Don't declare.
7983 * tui/tui-data.c (tui_win_is_source_type): Remove.
7984
7985 2019-06-25 Tom Tromey <tom@tromey.com>
7986
7987 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7988 NULL check.
7989
7990 2019-06-25 Tom Tromey <tom@tromey.com>
7991
7992 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7993 Inline constructor. Add initializers for members.
7994 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
7995 constructors; now inline in class.
7996
7997 2019-06-25 Tom Tromey <tom@tromey.com>
7998
7999 * tui/tui-regs.c (tui_show_registers): Update.
8000 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8001 bool.
8002 * tui/tui-data.c (tui_data_window::clear_detail)
8003 (tui_data_window): Update.
8004
8005 2019-06-25 Tom Tromey <tom@tromey.com>
8006
8007 * tui/tui-windata.c (tui_display_all_data)
8008 (tui_display_data_from_line, tui_display_data_from)
8009 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8010 Update.
8011 * tui/tui-regs.c (tui_last_regs_line_no)
8012 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8013 (tui_show_registers, tui_show_register_group)
8014 (tui_display_registers_from, tui_display_reg_element_at_line)
8015 (tui_display_registers_from_line, tui_check_register_values)
8016 (tui_reg_next, tui_reg_prev): Update.
8017 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8018 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8019 tui_data_window.
8020 (struct tui_win_info) <detail>: Remove. Add new fields from
8021 tui_data_info.
8022 (TUI_DATA_WIN): Add cast.
8023 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8024 (~tui_data_window): Simplify.
8025
8026 2019-06-25 Tom Tromey <tom@tromey.com>
8027
8028 * tui/tui-layout.c (show_source_disasm_command)
8029 (show_source_or_disasm_and_command): Update.
8030 * tui/tui-io.c (update_cmdwin_start_line)
8031 (tui_redisplay_readline): Update.
8032 * tui/tui-data.h (struct tui_command_info): Remove.
8033 (struct tui_win_info) <detail>: Remove command_info member.
8034 (struct tui_data_window) <start_line>: New member, from
8035 tui_command_info.
8036 (TUI_CMD_WIN): Add casts.
8037
8038 2019-06-25 Tom Tromey <tom@tromey.com>
8039
8040 * tui/tui-winsource.c (tui_update_source_window)
8041 (tui_refill_source_window)
8042 (tui_source_window_base::do_scroll_horizontal)
8043 (tui_update_breakpoint_info, tui_set_exec_info_content)
8044 (tui_show_exec_info_content, tui_erase_exec_info_content)
8045 (tui_clear_exec_info_content): Update.
8046 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8047 Update.
8048 * tui/tui-win.c (make_invisible_and_set_new_height)
8049 (make_visible_with_new_height): Update.
8050 * tui/tui-source.c (tui_set_source_content)
8051 (tui_show_symtab_source): Update.
8052 * tui/tui-layout.c (extract_display_start_addr)
8053 (show_source_disasm_command, show_data)
8054 (make_source_or_disasm_window)
8055 (show_source_or_disasm_and_command): Update.
8056 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8057 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8058 "gdbarch".
8059 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8060 to tui_source_window_base.
8061 (struct tui_win_info) <detail>: Remove source_info member.
8062 (struct tui_source_window_base) <has_locator>: Inline.
8063 Move contents from tui_source_info; rename has_locator member to
8064 m_has_locator.
8065 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8066 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8067 header file.
8068 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8069 Simplify.
8070 (tui_free_all_source_wins_content): Cast to
8071 tui_source_window_base.
8072
8073 2019-06-25 Tom Tromey <tom@tromey.com>
8074
8075 * tui/tui-win.c (make_invisible_and_set_new_height)
8076 (make_visible_with_new_height): Call has_locator method.
8077 * tui/tui-layout.c (show_source_disasm_command, show_data)
8078 (show_source_or_disasm_and_command): Update for bool change.
8079 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8080 (tui_win_info) <has_locator>: New method.
8081 (struct tui_source_window_base) <has_locator>: New method.
8082 (tui_win_has_locator): Don't declare.
8083 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8084 from tui_win_has_locator.
8085 (tui_source_window_base): Use false, not FALSE.
8086
8087 2019-06-25 Tom Tromey <tom@tromey.com>
8088
8089 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8090 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8091 clear_detail method directly.
8092 (tui_clear_win_detail): Remove.
8093
8094 2019-06-25 Tom Tromey <tom@tromey.com>
8095
8096 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8097 "this", not TUI_DISASM_WIN.
8098
8099 2019-06-25 Tom Tromey <tom@tromey.com>
8100
8101 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8102 declare.
8103 * tui/tui-winsource.c
8104 (tui_source_window_base::do_scroll_horizontal): Rename from
8105 tui_horizontal_source_scroll.
8106 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8107 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8108 from tui_vertical_data_scroll.
8109 * tui/tui-win.h (tui_scroll): Don't declare.
8110 * tui/tui-win.c (tui_win_info::forward_scroll)
8111 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8112 (tui_win_info::right_scroll): Rename and update.
8113 (tui_scroll_forward_command, tui_scroll_backward_command)
8114 (tui_scroll_left_command, tui_scroll_right_command): Update.
8115 (tui_scroll): Remove.
8116 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8117 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8118 from tui_vertical_source_scroll.
8119 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8120 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8121 from tui_vertical_disassem_scroll.
8122 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8123 do_scroll_horizontal>: New methods.
8124 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8125 Likewise.
8126 (struct tui_source_window_base): Add do_scroll_horizontal.
8127 (struct tui_source_window, struct tui_disasm_window): Add
8128 do_scroll_vertical.
8129 (struct tui_data_window, struct tui_cmd_window): Add
8130 do_scroll_horizontal and do_scroll_vertical.
8131 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8132
8133 2019-06-25 Tom Tromey <tom@tromey.com>
8134
8135 * tui/tui-data.h (struct tui_source_window_base): New struct.
8136 (struct tui_source_window): Derive from tui_source_window_base.
8137 (struct tui_disasm_window): New struct.
8138 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8139 from tui_source_window::clear_detail.
8140 (tui_source_window_base): Rename from tui_source_window.
8141 (~tui_source_window_base): Rename from ~tui_source_window.
8142 (tui_alloc_win_info): Create a tui_disasm_window.
8143
8144 2019-06-25 Tom Tromey <tom@tromey.com>
8145
8146 * tui/tui-data.h (struct tui_source_window)
8147 (struct tui_data_window): Declare destructors.
8148 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8149 destructors.
8150 (tui_win_info): Simplify.
8151
8152 2019-06-25 Tom Tromey <tom@tromey.com>
8153
8154 * tui/tui-winsource.c (tui_display_main)
8155 (tui_update_source_windows_with_addr)
8156 (tui_update_all_breakpoint_info): Update.
8157 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8158 (new_height_ok, parse_scrolling_args): Update.
8159 * tui/tui-stack.c (tui_show_frame_info): Update.
8160 * tui/tui-data.h (struct tui_list): Remove.
8161 (tui_source_windows): Return a reference to a std::vector.
8162 * tui/tui-data.c (source_windows): Now a std::vector.
8163 (tui_source_windows): Change return type.
8164 (tui_clear_source_windows): Rewrite.
8165 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8166 (tui_free_all_source_wins_content): Rewrite.
8167
8168 2019-06-25 Tom Tromey <tom@tromey.com>
8169
8170 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8171 (struct tui_data_window, struct tui_cmd_window): Declare
8172 clear_detail method.
8173 * tui/tui-data.c (tui_source_window::clear_detail)
8174 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8175 methods.
8176 (tui_clear_win_detail): Simplify.
8177
8178 2019-06-25 Tom Tromey <tom@tromey.com>
8179
8180 * tui/tui-layout.c (make_source_window, make_disasm_window)
8181 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8182 Return the new window.
8183 (show_source_disasm_command, show_data)
8184 (show_source_or_disasm_and_command): Update.
8185
8186 2019-06-25 Tom Tromey <tom@tromey.com>
8187
8188 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8189 parameter. Return the new window.
8190 (show_source_disasm_command): Update and remove NULL check.
8191 (show_source_or_disasm_and_command): Update.
8192
8193 2019-06-25 Tom Tromey <tom@tromey.com>
8194
8195 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8196
8197 2019-06-25 Tom Tromey <tom@tromey.com>
8198
8199 * tui/tui-data.h (struct tui_win_info): Make constructor
8200 protected. Make destructor virtual. Add initializers.
8201 (tui_source_window, tui_data_window, tui_cmd_window): New
8202 classes.
8203 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8204 constructor. Add "type" parameter.
8205 (tui_source_window, tui_data_window, tui_cmd_window): New
8206 constructors.
8207 (tui_alloc_win_info): Instantiate the appropriate subclass.
8208
8209 2019-06-25 Tom Tromey <tom@tromey.com>
8210
8211 * tui/tui-win.c (tui_resize_all): Use delete.
8212 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8213 destructor.
8214 (tui_free_window): Don't declare.
8215 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8216 Update.
8217
8218 2019-06-25 Tom Tromey <tom@tromey.com>
8219
8220 * tui/tui-data.h (struct tui_win_info): Add constructor.
8221 * tui/tui-data.c (tui_alloc_win_info): Use new.
8222 (tui_free_window): Use delete.
8223
8224 2019-06-22 Tom Tromey <tom@tromey.com>
8225
8226 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8227 declare.
8228 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8229
8230 2019-06-22 Tom Tromey <tom@tromey.com>
8231
8232 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8233 declare.
8234 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8235
8236 2019-06-22 Tom de Vries <tdevries@suse.de>
8237
8238 * dwarf2read.c (create_addrmap_from_aranges)
8239 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8240 instead of '%zu'.
8241
8242 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8243
8244 * dwarf2read.h (dwarf2_section_info_def): Remove.
8245 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8246 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8247 std::vector<dwarf2_section_info>.
8248 (struct dwo_file) <~dwo_file>: Remove.
8249 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8250 types field.
8251 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8252 (dwarf2_read_debug_names): Likewise.
8253 (create_debug_types_hash_table): Change parameter type to
8254 array_view, adjust code accordingly.
8255 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8256 (partial_die_info::fixup): Likewise.
8257 (determine_prefix): Likewise.
8258 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8259
8260 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8261
8262 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8263 gdb_bfd_ref_ptr.
8264 <~dwo_file>: Remove call to gdb_bfd_unref.
8265 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8266 gdb_bfd_ref_ptr::get.
8267
8268 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8269
8270 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8271 type to htab_up.
8272 * dwarf2read.c (struct dwo_file): Initialize fields.
8273 <~dwo_file>: New.
8274 (free_dwo_file): Remove, move content to ~dwo_file.
8275 (struct dwo_file_deleter): Remove.
8276 (dwo_file_up>: Remove custom deleter.
8277 (free_dwo_files): Remove.
8278 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8279 dwo_files.
8280 (process_skeletonless_type_units): Call unique_ptr::get.
8281 (allocate_dwo_file_hash_table): Add deleter to created hash
8282 table. Change return type to htab_up.
8283 (lookup_dwo_file_slot): Don't memset dwo_file, call
8284 unique_ptr::get.
8285 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8286 (create_dwo_unit_in_dwp_v2): Likewise.
8287 (open_and_init_dwo_file): Likewise.
8288 (free_dwo_file_from_slot): Remove.
8289
8290 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8291
8292 * dwarf2read.h (struct dwarf2_section_info) <readin,
8293 is_virtual>: Change type to bool.
8294 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8295 true instead of 1.
8296
8297 2019-06-19 Tom Tromey <tom@tromey.com>
8298
8299 * tui/tui-data.h (tui_init_content_element): Don't declare.
8300
8301 2019-06-19 Tom Tromey <tom@tromey.com>
8302
8303 * tui/tui-data.h (tui_init_win_info): Don't declare.
8304
8305 2019-06-19 Tom de Vries <tdevries@suse.de>
8306
8307 * dwarf2read.h (abstract_to_concrete): Change type to
8308 std::unordered_map<sect_offset, std::vector<sect_offset>,
8309 gdb::hash_enum<sect_offset>>.
8310
8311 2019-06-19 Tom Tromey <tromey@adacore.com>
8312
8313 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8314 EVAL_AVOID_SIDE_EFFECTS specially.
8315
8316 2019-06-19 Tom Tromey <tromey@adacore.com>
8317
8318 * source-cache.c (highlighter): New global.
8319 (source_cache::get_source_lines): Create a highlighter on demand.
8320
8321 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8322
8323 * defs.h (deprecated_interactive_hook): Delete declaration.
8324 * interps.c (clear_interpreter_hooks): Remove use of
8325 deprecated_interactive_hook.
8326 * top.c (deprecated_interactive_hook): Delete definition.
8327 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8328
8329 2019-06-18 Tom de Vries <tdevries@suse.de>
8330
8331 PR gdb/24515
8332 * dwarf2read.h (abstract_to_concrete): Change type from
8333 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8334 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8335 * dwarf2read.c (read_variable): Update.
8336 (dwarf2_fetch_die_loc_sect_off): Update.
8337
8338 2019-06-17 Tom de Vries <tdevries@suse.de>
8339
8340 PR gdb/24617
8341 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8342 accessing parent[parent_len - 1].
8343
8344 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8345
8346 PR gdb/24364
8347 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8348 call dtrace_process_dof with NULL dof.
8349
8350 2019-06-16 Tom de Vries <tdevries@suse.de>
8351
8352 PR gdb/24445
8353 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8354
8355 2019-06-16 Tom Tromey <tom@tromey.com>
8356
8357 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8358 (make_all_visible): Use address of member.
8359
8360 2019-06-16 Tom Tromey <tom@tromey.com>
8361
8362 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8363 (tui_free_window, free_content, free_content_elements): Remove
8364 unnecessary cast.
8365 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8366 cast.
8367 * tui/tui-regs.c (tui_show_register_group)
8368 (tui_display_registers_from, tui_display_reg_element_at_line):
8369 Remove unnecessary cast.
8370
8371 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8372
8373 * linux-nat.c (normal_mask): Delete.
8374 (_initialize_linux_nat): Don't initialise normal_mask.
8375
8376 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8377
8378 PR gdb/24445
8379 * dwarf-index-write.h (write_psymtabs_to_index): Add
8380 dwz_basename parameter.
8381 * dwarf-index-write.c (write_gdbindex): Move file writing to
8382 write_gdbindex_1. Change return type void.
8383 (assert_file_size): Move up, remove filename parameter.
8384 (write_gdbindex_1): New function.
8385 (write_debug_names): Change return type to void, call
8386 assert_file_size.
8387 (struct index_wip_file): New struct.
8388 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8389 file logic to index_wip_file. Write index for dwz file if
8390 needed.
8391 (save_gdb_index_command): Pass basename of dwz file, if present.
8392 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8393 build-id of dwz file, if present.
8394 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8395 (dwarf2_get_dwz_file): Likewise.
8396 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8397 (dwarf2_get_dwz_file): Likewise.
8398
8399 2019-06-16 Tom Tromey <tom@tromey.com>
8400
8401 * coffread.c (process_coff_symbol): Use xstrdup.
8402 * value.c (create_internalvar): Use xstrdup.
8403
8404 2019-06-16 Tom Tromey <tom@tromey.com>
8405
8406 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8407 * breakpoint.c (stopin_command, stopat_command)
8408 (until_break_command, decode_location_default): Remove unnecessary
8409 cast.
8410 * utils.c (subset_compare): Remove unnecessary cast.
8411 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8412 cast.
8413 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8414 cast.
8415 * infcmd.c (path_command): Remove unnecessary cast.
8416 * coffread.c (decode_type): Remove unnecessary cast.
8417 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8418 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8419 * tui/tui-stack.c (tui_show_locator_content)
8420 (tui_show_frame_info): Remove unnecessary cast.
8421 * tui/tui-win.c (tui_scroll_forward_command)
8422 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8423 (parse_scrolling_args): Remove unnecessary cast.
8424 * tui/tui-data.c (init_win_info, tui_del_window)
8425 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8426 (free_content_elements): Remove unnecessary cast.
8427 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8428 unnecessary cast.
8429 * tui/tui-source.c (tui_set_source_content)
8430 (tui_vertical_source_scroll): Remove unnecessary cast.
8431 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8432 cast.
8433 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8434 * tui/tui-regs.c (tui_display_registers_from)
8435 (tui_display_register): Remove unnecessary cast.
8436 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8437 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8438 (make_visible): Remove unnecessary cast.
8439 * tui/tui-winsource.c (tui_erase_source_content)
8440 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8441 unnecessary cast.
8442 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8443 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8444 * stabsread.c (read_type, read_array_type, read_range_type):
8445 Remove unnecessary cast.
8446 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8447 (parse_symbol, parse_type, upgrade_type, parse_external)
8448 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8449 unnecessary cast.
8450 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8451
8452 2019-06-16 Tom Tromey <tom@tromey.com>
8453
8454 * tui/tui-data.c (tui_alloc_generic_win_info)
8455 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8456 checks.
8457
8458 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8459 Andrew Burgess <andrew.burgess@embecosm.com>
8460
8461 * f-typeprint.c (f_print_type): Don't return early for not
8462 associated or not allocated types.
8463 (f_type_print_varspec_suffix): Add print_rank parameter and print
8464 ranks of array types in case they dangling.
8465 (f_type_print_base): Add print_rank parameter.
8466
8467 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8468
8469 * NEWS: Mention new MI commands.
8470 * break-catch-throw.c (enum exception_event_kind): Move to
8471 breakpoint.h.
8472 (print_mention_exception_catchpoint): Output text as a single
8473 message.
8474 (catch_exception_command_1): Rename to...
8475 (catch_exception_event): ...this, make non-static, update header
8476 command, and change some parameter types.
8477 (catch_catch_command): Update for changes to
8478 catch_exception_command_1.
8479 (catch_throw_command): Likewise.
8480 (catch_rethrow_command): Likewise.
8481 * breakpoint.c (enum exception_event_kind): Delete.
8482 * breakpoint.h (enum exception_event_kind): Moved here from
8483 break-catch-throw.c.
8484 (catch_exception_event): Declare.
8485 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8486 (mi_cmd_catch_throw): New function.
8487 (mi_cmd_catch_rethrow): New function.
8488 (mi_cmd_catch_catch): New function.
8489 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8490 'catch-catch' entries.
8491 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8492 (mi_cmd_catch_rethrow): Declare.
8493 (mi_cmd_catch_catch): Declare.
8494
8495 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8496
8497 * annotate.c (annotate_source_line): Change return type to void,
8498 update implementation to match.
8499 * annotate.h (annotate_source_line): Change return type to void,
8500 update header comment.
8501 * stack.c (print_frame_info): Don't change what frame information
8502 is printed based on whether annotations are on or not.
8503
8504 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8505
8506 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8507 (annotate_source): Make static.
8508 (annotate_source_line): Moved from source.c and renamed from
8509 identify_source_line. Update the return type.
8510 * annotate.h (annotate_source): Delete declaration.
8511 (annotate_source_line): Declaration moved from source.h, and
8512 renamed from identify_source_line. Return type updated.
8513 * source.c (identify_source_line): Moved to annotate.c and renamed
8514 to annotate_source_line.
8515 (info_line_command): Remove check of annotation_level.
8516 * source.h (identify_source_line): Move declaration to annotate.h
8517 and rename to annotate_source_line.
8518 * stack.c: Add 'annotate.h' include.
8519 (print_frame_info): Remove check of annotation_level before
8520 calling annotate_source_line.
8521
8522 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8523
8524 * source-cache.c (source_cache::get_plain_source_lines): Use
8525 open_source_file_with_line_charpos instead of just
8526 open_source_file, remove call to find_source_lines.
8527 (source_cache::get_source_lines): Likewise.
8528 * source.c (find_source_lines): Make static.
8529 (get_filename_and_charpos): Renamed into...
8530 (open_source_file_with_line_charpos): ..this along with changes to
8531 return a scoped_fd, and some other minor clean ups.
8532 (identify_source_line): Use open_source_file_with_line_charpos.
8533 (search_command_helper): Use open_source_file_with_line_charpos
8534 instead of just open_source_file, remove call to
8535 find_source_lines.
8536 * source.h (open_source_file_with_line_charpos): Declare new
8537 function.
8538 (find_source_lines): Delete declaration.
8539
8540 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8541
8542 * source.c (get_filename_and_charpos): Remove fullname
8543 parameter.
8544 (identify_source_line): Update call to get_filename_and_charpos.
8545
8546 2019-06-14 Tom Tromey <tromey@adacore.com>
8547
8548 PR gdb/24502:
8549 * ui-style.h (skip_ansi_escape): Update comment.
8550 * ui-file.h (class no_terminal_escape_file): New class.
8551 * ui-file.c (no_terminal_escape_file::write)
8552 (no_terminal_escape_file::puts): New methods.
8553 * cli/cli-logging.c (handle_redirections): Use
8554 no_terminal_escape_file.
8555
8556 2019-06-14 Tom Tromey <tromey@adacore.com>
8557
8558 * NEWS: Move convenience variable news above Python news.
8559
8560 2019-06-14 Tom Tromey <tom@tromey.com>
8561
8562 * gnulib: Move directory to top-level.
8563 * configure.ac: Don't configure gnulib.
8564 * configure: Rebuild.
8565 * common/common-defs.h: Use new path to gnulib.
8566 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8567 (GNULIB_H): Remove.
8568 (INCGNU): Look in new gnulib location.
8569 (HFILES_NO_SRCDIR): Remove gnulib files.
8570 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8571 (generated_files): Remove GNULIB_H.
8572 ($(LIBGNU), all-lib): Remove targets.
8573 (distclean): Don't mention GNULIB_BUILDDIR.
8574 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8575
8576 2019-06-14 Tom Tromey <tromey@adacore.com>
8577
8578 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8579 Warn if symbol file does not provide any symbols.
8580
8581 2019-06-14 Tom Tromey <tromey@adacore.com>
8582
8583 * source.c (find_and_open_source): Respect basenames_may_differ.
8584
8585 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8586
8587 * annotate.c (annotate_breakpoints_invalid): Make use of
8588 scoped_restore_terminal_state.
8589 (annotate_frames_invalid): Likewise.
8590
8591 2019-06-14 Tom Tromey <tromey@adacore.com>
8592
8593 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8594 allow assignment to an internalvar.
8595
8596 2019-06-14 Tom Tromey <tromey@adacore.com>
8597
8598 * ada-lex.l: Allow "_" in attribute names.
8599
8600 2019-06-14 Tom Tromey <tromey@adacore.com>
8601
8602 PR gdb/24653:
8603 * regcache.c (registers_changed): Don't call alloca.
8604 * top.c (execute_command): Don't call alloca.
8605
8606 2019-06-13 Pedro Alves <palves@redhat.com>
8607
8608 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8609 'expression'. When parsing an expression, error out if there's
8610 junk after "unlimited".
8611 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8612 (do_set_command): Adjust calls to is_unlimited_literal.
8613
8614 2019-06-13 Pedro Alves <palves@redhat.com>
8615
8616 * compile/compile.c (make_compile_options_def_group): Add braces
8617 around array_view initializer.
8618 * thread.c (make_thread_apply_all_options_def_group)
8619 (make_thread_apply_all_options_def_group): Likewise.
8620
8621 2019-06-13 Pedro Alves <palves@redhat.com>
8622
8623 * NEWS (New commands): Mention "maint test-options
8624 require-delimiter", "maint test-options unknown-is-error", "maint
8625 test-options unknown-is-operand" and "maint show
8626 test-options-completion-result".
8627 (New command options, command completion): New section.
8628 (Completion improvements): New section.
8629 Mention that you can abbreviate "unlimited".
8630
8631 2019-06-13 Pedro Alves <palves@redhat.com>
8632
8633 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8634 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8635 * unittests/cli-utils-selftests.c (test_parse_flags)
8636 (test_parse_flags_qcs): Delete.
8637 (test_cli_utils): Don't call deleted functions.
8638
8639 2019-06-13 Pedro Alves <palves@redhat.com>
8640
8641 * thread.c: Include "cli/cli-option.h".
8642 (tp_array_compar_ascending): Global.
8643 (tp_array_compar): Delete function.
8644 (tp_array_compar_ascending, tp_array_compar_descending): New
8645 functions.
8646 (ascending_option_def, qcs_flag_option_def)
8647 (thr_qcs_flags_option_defs)
8648 (make_thread_apply_all_options_def_group)
8649 (make_thread_apply_options_def_group): New.
8650 (thread_apply_all_command): Use gdb::option::process_options.
8651 (thread_apply_command_completer)
8652 (thread_apply_all_command_completer): New.
8653 (thread_apply_command): Use gdb::option::process_options.
8654 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8655 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8656 to generate help text of "thread apply". Adjust "taas"'s help.
8657 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8658 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8659
8660 2019-06-13 Pedro Alves <palves@redhat.com>
8661
8662 * thread.c (thread_apply_command): Check for invalid TID with
8663 isdigit instead of !isalpha.
8664
8665 2019-06-13 Pedro Alves <palves@redhat.com>
8666
8667 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8668 (validate_flags_qcs): New.
8669 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8670 (validate_flags_qcs): Declare.
8671 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8672 (make_frame_apply_options_def_group): New.
8673 (frame_apply_command_count): Process options with
8674 gdb::option::process_options.
8675 (frame_apply_completer): New.
8676 (frame_apply_level_completer, frame_apply_all_completer)
8677 (frame_apply_completer): New.
8678 (_initialize_stack): Update help of "frame apply", "frame apply
8679 level", "frame apply all" and "faas" to mention supported options
8680 and install command completers.
8681 * stack.h (frame_apply_all_completer): Declare.
8682 * thread.c: Include "stack.h".
8683 (tfaas_command): Add "--".
8684 (_initialize_thread): Update help "tfaas" to mention supported
8685 options and install command completer.
8686
8687 2019-06-13 Pedro Alves <palves@redhat.com>
8688
8689 * completer.c (complete_nested_command_line): New.
8690 (gdb_completion_word_break_characters_throw): Add assertion.
8691 * completer.h (complete_nested_command_line): Declare.
8692
8693 2019-06-13 Pedro Alves <palves@redhat.com>
8694
8695 * stack.c (parse_backtrace_qualifiers): New.
8696 (backtrace_command): Use it.
8697 (backtrace_command_completer): Complete on qualifiers.
8698
8699 2019-06-13 Pedro Alves <palves@redhat.com>
8700
8701 * frame.c: Include "cli/cli-option.h.
8702 (user_set_backtrace_options): New.
8703 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8704 Delete.
8705 (get_prev_frame): Adjust.
8706 (boolean_option_def, uinteger_option_def)
8707 (set_backtrace_option_defs): New.
8708 (_initialize_frame): Adjust and use
8709 gdb::option::add_setshow_cmds_for_options to install "set
8710 backtrace past-main" and "set backtrace past-entry".
8711 * frame.h: Include "cli/cli-option.h".
8712 (struct frame_print_options): Forward declare.
8713 (print_frame_arguments_all, print_frame_arguments_scalars)
8714 (print_frame_arguments_none): Declare.
8715 (print_entry_values): Delete declaration.
8716 (struct frame_print_options, user_frame_print_options): New.
8717 (struct set_backtrace_options): New.
8718 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8719 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8720 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8721 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8722 (list_args_or_locals): Add frame_print_options parameter.
8723 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8724 * python/py-framefilter.c (enumerate_args): Pass down
8725 USER_FRAME_PRINT_OPTIONS.
8726 * stack.c: Include "cli/cli-option.h".
8727 (print_frame_arguments_all, print_frame_arguments_scalars)
8728 (print_frame_arguments_none): Declare.
8729 (print_raw_frame_arguments, print_entry_values): Delete.
8730 (user_frame_print_options): New.
8731 (boolean_option_def, enum_option_def, frame_print_option_defs):
8732 New.
8733 (struct backtrace_cmd_options): New.
8734 (bt_flag_option_def): New.
8735 (backtrace_command_option_defs): New.
8736 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8737 (print_frame_arg, read_frame_arg, print_frame_args)
8738 (print_frame_info, print_frame): Add frame_print_options parameter
8739 and use it.
8740 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8741 (backtrace_command_1): Add frame_print_options and
8742 backtrace_cmd_options parameters and use them.
8743 (make_backtrace_options_def_group): New.
8744 (backtrace_command): Process command options with
8745 gdb::option::process_options.
8746 (backtrace_command_completer): New.
8747 (_initialize_stack): Extend "backtrace"'s help to mention
8748 supported options. Install completer for "backtrace".
8749 Install some settings commands with add_setshow_cmds_for_options.
8750
8751 2019-06-13 Pedro Alves <palves@redhat.com>
8752
8753 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8754 and that "set/show print raw frame-arguments" are now deprecated.
8755
8756 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8757 command.
8758 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8759 * stack.c (_initialize_stack): Install "set/show print
8760 raw-frame-arguments", and deprecate "set/show print raw
8761 frame-arguments".
8762 * valprint.c (_initialize_valprint): Deprecate "set/show print
8763 raw".
8764
8765 2019-06-13 Pedro Alves <palves@redhat.com>
8766
8767 * compile/compile.c (struct compile_options): New.
8768 (compile_flag_option_def, compile_command_option_defs)
8769 (make_compile_options_def_group): New.
8770 (compile_file_command): Handle options with
8771 gdb::option::process_options.
8772 (compile_file_command_completer): New function.
8773 (compile_code_command): Handle options with
8774 gdb::option::process_options.
8775 (compile_code_command_completer): New function.
8776 (_initialize_compiler): Install completers for "compile code" and
8777 "compile file". Mention available options in "compile code" and
8778 "compile code"'s help.
8779 * completer.c (advance_to_completion_word): New, factored out from
8780 ...
8781 (advance_to_expression_complete_word_point): ... this.
8782 (advance_to_filename_complete_word_point): New.
8783 * completer.h (advance_to_filename_complete_word_point): New
8784 declaration.
8785
8786 2019-06-13 Pedro Alves <palves@redhat.com>
8787
8788 * compile/compile.c: Include "cli/cli-option.h".
8789 (compile_print_value): Scope data pointer is now a
8790 value_print_options pointer; adjust.
8791 (compile_print_command): Process options. Scope data pointer is
8792 now a value_print_options pointer; adjust.
8793 (_initialize_compile): Update "compile print"'s help to include
8794 supported options. Install a completer for "compile print".
8795 * cp-valprint.c (show_vtblprint, show_objectprint)
8796 (show_static_field_print): Delete.
8797 (_initialize_cp_valprint): Don't install "set print
8798 static-members", "set print vtbl", "set print object" here.
8799 * printcmd.c: Include "cli/cli-option.h" and
8800 "common/gdb_optional.h".
8801 (print_command_parse_format): Rework to fill in a
8802 value_print_options instead of a format_data.
8803 (print_value): Change parameter type from format_data pointer to
8804 value_print_options reference. Adjust.
8805 (print_command_1): Process options. Adjust to pass down a
8806 value_print_options.
8807 (print_command_completer): New.
8808 (_initialize_printcmd): Install print_command_completer as
8809 handle_brkchars completer for the "print" command. Update
8810 "print"'s help to include supported options.
8811 * valprint.c: Include "cli/cli-option.h".
8812 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8813 here from cp-valprint.c.
8814 (boolean_option_def, uinteger_option_def)
8815 (value_print_option_defs, make_value_print_options_def_group):
8816 New. Use gdb::option::add_setshow_cmds_for_options to install
8817 "set print elements", "set print null-stop", "set print repeats",
8818 "set print pretty", "set print union", "set print array", "set
8819 print address", "set print symbol", "set print array-indexes".
8820 * valprint.h: Include <string> and "cli/cli-option.h".
8821 (make_value_print_options_def_group): Declare.
8822 (print_value): Change parameter type from format_data pointer to
8823 value_print_options reference.
8824 (print_command_completer): Declare.
8825
8826 2019-06-13 Pedro Alves <palves@redhat.com>
8827
8828 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8829 (COMMON_SFILES): Add maint-test-settings.c.
8830 * cli/cli-decode.c (boolean_enums): New global, factored out from
8831 ...
8832 (add_setshow_boolean_cmd): ... here.
8833 * cli/cli-decode.h (boolean_enums): Declare.
8834 * cli/cli-option.c: New file.
8835 * cli/cli-option.h: New file.
8836 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8837 factored out from ...
8838 (parse_cli_boolean_value(const char *)): ... this.
8839 (is_unlimited_literal): Change parameter type to pointer to
8840 pointer. Adjust and advance ARG pointer.
8841 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8842 (parse_cli_var_enum): New, factored out from ...
8843 (do_set_command): ... this. Adjust.
8844 * cli/cli-setshow.h (parse_cli_boolean_value)
8845 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8846 (parse_cli_var_enum): Declare.
8847 * cli/cli-utils.c: Include "cli/cli-option.h".
8848 (get_ulongest): New.
8849 * cli/cli-utils.h (get_ulongest): Declare.
8850 (check_for_argument): New overloads.
8851 * maint-test-options.c: New file.
8852
8853 2019-06-13 Pedro Alves <palves@redhat.com>
8854
8855 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8856 parse a range if "-" is at the end of the string.
8857
8858 2019-06-13 Pedro Alves <palves@redhat.com>
8859
8860 * cli/cli-setshow.c (parse_auto_binary_operation)
8861 (parse_cli_boolean_value): Don't allow "o".
8862
8863 2019-06-13 Pedro Alves <palves@redhat.com>
8864
8865 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8866 * NEWS: Mention maint test-settings KIND.
8867 * maint-test-settings.c: New file.
8868
8869 2019-06-13 Pedro Alves <palves@redhat.com>
8870
8871 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8872 completer.
8873 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8874 "set" completers.
8875
8876 2019-06-13 Pedro Alves <palves@redhat.com>
8877
8878 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8879 after item.
8880
8881 2019-06-13 Pedro Alves <palves@redhat.com>
8882
8883 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8884
8885 2019-06-13 Pedro Alves <palves@redhat.com>
8886
8887 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8888 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8889 call.
8890 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8891 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8892 calls.
8893 (check_for_argument): Skip spaces after argument.
8894
8895 2019-06-13 Pedro Alves <palves@redhat.com>
8896
8897 * thread.c (thread_apply_command): Adjust TID parsing.
8898 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8899 detected before end of string.
8900 (tid_is_in_list): Error out if LIST is invalid.
8901
8902 2019-06-13 Pedro Alves <palves@redhat.com>
8903
8904 * completer.c (complete_line_internal_1): Rewind completion word
8905 point.
8906 (completion_tracker::advance_custom_word_point_by): Change
8907 parameter type to int.
8908 * completer.h (completion_tracker::advance_custom_word_point_by):
8909 Likewise.
8910
8911 2019-06-13 Pedro Alves <palves@redhat.com>
8912
8913 * completer.c (advance_to_completion_word): Handle delimiters.
8914
8915 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8916
8917 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8918
8919 2019-06-11 Tom Tromey <tom@tromey.com>
8920
8921 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8922 (xmalloc_failed): Move to alloc.c.
8923 * alloc.c: New file.
8924 * Makefile.in (COMMON_SFILES): Add alloc.c.
8925
8926 2019-06-11 Tom Tromey <tom@tromey.com>
8927
8928 * nat/linux-waitpid.c: Don't include server.h.
8929 (linux_debug): Remove.
8930 (my_waitpid): Update.
8931
8932 2019-06-11 Tom Tromey <tromey@adacore.com>
8933
8934 * infcall.c (_initialize_infcall): Remove trailing newline from
8935 help.
8936 * user-regs.c (_initialize_user_regs): Remove trailing newline
8937 from help.
8938 * typeprint.c (_initialize_typeprint): Remove trailing newline
8939 from help.
8940 * reverse.c (_initialize_reverse): Remove trailing newlines from
8941 help.
8942 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8943 from help.
8944 * language.c (add_set_language_command): Remove trailing newline
8945 from help.
8946 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8947 help.
8948 * disasm.c (_initialize_disasm): Remove trailing newline from
8949 help.
8950 * top.c (init_main): Remove trailing newline from help.
8951 * interps.c (_initialize_interpreter): Remove trailing newline
8952 from help.
8953 * btrace.c (_initialize_btrace): Remove trailing newlines from
8954 help.
8955 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8956 from help.
8957 * python/python.c (_initialize_python): Remove trailing newline
8958 from help.
8959 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8960 help.
8961 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8962 from help. Reformat some text.
8963 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8964 from help.
8965 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8966 newline from help.
8967
8968 2019-06-11 Tom Tromey <tromey@adacore.com>
8969
8970 * darwin-nat.c (darwin_decode_exception_message)
8971 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8972
8973 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8974
8975 * valops.c (value_slice): Check for not allocated or not
8976 associated values.
8977
8978 2019-06-10 Tom de Vries <tdevries@suse.de>
8979
8980 PR gdb/24618
8981 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8982 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8983 invalid.
8984
8985 2019-06-10 Tom de Vries <tdevries@suse.de>
8986
8987 PR gdb/24611
8988 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8989 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8990
8991 2019-06-10 Tom de Vries <tdevries@suse.de>
8992
8993 PR symtab/24545
8994 * symtab.c (struct demangled_name_entry): Add language field.
8995 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
8996 static minimal symbol". Set and use language field.
8997
8998 2019-06-10 Tom Tromey <tromey@adacore.com>
8999
9000 * ada-lang.c (_initialize_ada_language): Update help text.
9001
9002 2019-06-10 Tom Tromey <tromey@adacore.com>
9003
9004 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9005 with a newline.
9006 * guile/guile.c (handle_boot_error): Don't end warning with a
9007 newline.
9008 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9009 warning with a newline.
9010 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9011 newline.
9012 (s12z_frame_cache): Likewise.
9013 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9014 a newline.
9015 * solib-svr4.c (disable_probes_interface): Don't end warning with
9016 a newline.
9017 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9018 newline.
9019 * python/python.c (do_finish_initialization): Don't end warning
9020 with a newline.
9021
9022 2019-06-10 Tom Tromey <tom@tromey.com>
9023
9024 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9025 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9026 gdbpy_enter.
9027
9028 2019-06-10 Tom Tromey <tromey@adacore.com>
9029
9030 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9031 data.
9032 (elf_new_init): Don't call stabsread_new_init.
9033 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9034 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9035 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9036
9037 2019-06-10 Tom de Vries <tdevries@suse.de>
9038
9039 PR symtab/16264
9040 PR symtab/24517
9041 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9042
9043 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9044
9045 * source.c (find_and_open_source): Also rewrite relative file
9046 names.
9047
9048 2019-04-26 Amos Bird <amosbird@gmail.com>
9049
9050 * annotate.c (annotate_thread_exited): Add "thread-exited"
9051 annotation.
9052
9053 2019-06-06 Tom Tromey <tromey@adacore.com>
9054
9055 * maint.h (class scoped_command_stats): Use
9056 DISABLE_COPY_AND_ASSIGN.
9057 <print_time>: New method.
9058 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9059 print_time.
9060 (scoped_command_stats::print_time): New method.
9061
9062 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9063
9064 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9065 instructions of lengths 6 or 8 bytes.
9066
9067 2019-06-04 Pedro Alves <palves@redhat.com>
9068
9069 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9070
9071 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9072 * breakpoint.c (condition_completer): Likewise.
9073 * cli/cli-dump.c (scan_expression): Likewise.
9074 * common/filestuff.c (mkdir_recursive): Likewise.
9075 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9076 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9077 (gdb_abspath): Likewise.
9078 * compile/compile-cplus-types.c
9079 (compile_cplus_instance::decl_name): Likewise.
9080 * completer.c (complete_explicit_location):
9081 (signal_completer, reg_or_group_completer_1): Likewise.
9082 * cp-support.c (cp_remove_params_if_any): Likewise.
9083 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9084 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9085 * infcmd.c (strip_bg_char): Likewise.
9086 * linespec.c (copy_token_string): Likewise.
9087 * mi/mi-main.c (output_cores): Likewise.
9088 * psymtab.c (psymtab_search_name):
9089 * symfile.c (test_set_ext_lang_command): Likewise.
9090 * target.c (target_fileio_read_stralloc): Likewise.
9091 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9092 * value.c (complete_internalvar): Likewise.
9093
9094 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9095
9096 Add objfile property to gdb.Type.
9097 * NEWS: Mention Python API addition.
9098 * python/py-type.c (typy_get_objfile): New method.
9099
9100 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9101
9102 * NEWS: Mention the new set|show style [title|highlight].
9103 Mention changes to "show style", "help" and "apropos".
9104
9105 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9106
9107 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9108 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9109 instead of print_help_for_command.
9110 (print_doc_of_command): New function.
9111 (help_list): Add 'apropos -v word' suggestion.
9112 (print_help_for_command): Style the command name using title style.
9113 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9114 (_initialize_cli_cmds): Describe -v in apropos_command help.
9115
9116 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9117
9118 * cli/cli-style.h (cli_style_option): Add name in constructor,
9119 add m_name class member, add constructor with intensity,
9120 add name class function.
9121 (cli_style_option::add_setshow_commands): Remove name argument.
9122 (highlight_style, title_style): New styles.
9123 * cli/cli-style.c (do_show): New function that shows a style
9124 characteristic styling the style name with itself.
9125 (set_style_name): New function.
9126 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9127 Update all callers according to the changes in cli/cli-style.h.
9128 * utils.h (fputs_highlighted): New function.
9129 * utils.c (fputs_highlighted): Likewise.
9130
9131 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9132
9133 * NEWS: Mention new pipe command and new convenience variables.
9134
9135 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9136
9137 * cli/cli-cmds.c (pipe_command): New function.
9138 (_initialize_cli_cmds): Call add_com for pipe_command.
9139 Define | as an alias for pipe.
9140 (exit_status_set_internal_vars): New function.
9141 (shell_escape): Call exit_status_set_internal_vars.
9142 cli/cli-decode.c (find_command_name_length): Recognize | as
9143 a single character command.
9144
9145 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9146
9147 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9148 top.c (execute_command_to_ui_file): New function, mostly a copy
9149 of execute_command_to_string.
9150 (execute_command_to_string): Implement by calling
9151 execute_command_to_ui_file.
9152
9153 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9154
9155 * top.h (saved_command_line): Remove declaration.
9156 * top.c (previous_saved_command_line, previous_repeat_arguments):
9157 New variables.
9158 (saved_command_line): Make static, define together with other
9159 'repeat variables'.
9160 (dont_repeat): Clear repeat_arguments.
9161 (repeat_previous, get_saved_command_line, save_command_line):
9162 New functions.
9163 (gdb_init): Initialize saved_command_line
9164 and previous_saved_command_line.
9165 * main.c (captured_main_1): Remove saved_command_line initialization.
9166 * event-top.c (handle_line_of_input): Update to use
9167 the new 'repeat' related functions instead of direct access to
9168 saved_command_line.
9169 * command.h (repeat_previous, get_saved_command_line,
9170 save_command_line): New declarations.
9171 (dont_repeat): Add comment.
9172
9173 2019-05-30 Tom Tromey <tromey@adacore.com>
9174
9175 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9176 Fix comment.
9177 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9178
9179 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9180
9181 PR cli/24587
9182 * completer.c (complete): Initialize variable word.
9183
9184 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9185
9186 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9187 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9188 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9189 'body' is NULL to the outter 'if', protecting the '!is_define'
9190 situation as well.
9191
9192 2019-05-29 Tom Tromey <tromey@adacore.com>
9193
9194 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9195 (dwarf_unknown): New function.
9196 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9197 (dwarf_type_encoding_name): Use dwarf_unknown.
9198
9199 2019-05-29 Tom Tromey <tromey@adacore.com>
9200
9201 PR c++/20020:
9202 * cp-valprint.c (cp_print_value_fields): Call
9203 cp_print_static_field inside "try".
9204
9205 2019-05-29 Tom Tromey <tromey@adacore.com>
9206
9207 * inflow.c (struct terminal_info): Add default operator=.
9208 * configure: Rebuild.
9209 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9210 -Wdeprecated-copy-dtor, -Wredundant-move.
9211
9212 2019-05-29 Tom Tromey <tromey@adacore.com>
9213
9214 * NEWS: Add entry.
9215 * infcmd.c (print_return_value_1): Handle finish_print
9216 option.
9217 (show_print_finish): New function.
9218 (_initialize_infcmd): Add "set/show print finish" commands.
9219 * valprint.c (user_print_options): Initialize new member.
9220 * valprint.h (struct value_print_options) <finish_print>: New
9221 member.
9222
9223 2019-05-28 Tom Tromey <tromey@adacore.com>
9224
9225 * ada-lang.c (ada_remove_Xbn_suffix)
9226 (find_old_style_renaming_symbol)
9227 (parse_old_style_renaming): Remove.
9228 (ada_find_renaming_symbol): Don't call
9229 find_old_style_renaming_symbol.
9230 (ada_is_renaming_symbol): Rename from
9231 ada_find_renaming_symbol. Remove "block" parameter. Return
9232 bool. Now static.
9233 (ada_read_var_value): Update and simplify.
9234 * ada-exp.y (write_var_or_type): Remove old code.
9235
9236 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9237
9238 PR gdb/25010
9239 * event-top.c: Remove include comment.
9240 * inflow.c (class scoped_ignore_sigttou): Move from here...
9241 * inflow.h (class scoped_ignore_sigttou): ...to here.
9242 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9243 * top.c: Remove include comment.
9244
9245 2019-05-27 Tom Tromey <tom@tromey.com>
9246
9247 * NEWS: Fix typo.
9248
9249 2019-05-22 Tom Tromey <tromey@adacore.com>
9250
9251 * target.c (target_follow_exec): Constify parameter.
9252 * target-delegates.c: Rebuild.
9253 * remote.c (remote_target::follow_exec): Constify parameter.
9254 * infrun.c (follow_exec): Constify parameter.
9255 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9256 (target_follow_exec): Likewise.
9257
9258 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9259
9260 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9261 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9262
9263 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9264
9265 * NEWS: Add debugredirect and testsuite sections.
9266
9267 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9268
9269 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9270 target descriptions using exclusively floating point register name
9271 aliases.
9272
9273 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9274
9275 PR gdb/18644:
9276 * f-lang.c (build_fortran_types): Handle the case where
9277 gdbarch_floatformat_for_type returns a nullptr.
9278
9279 2019-05-21 Tom de Vries <tdevries@suse.de>
9280
9281 PR cli/24587
9282 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9283
9284 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9285
9286 PR gdb/18644:
9287 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9288 16-byte floats.
9289 * i386-tdep.c (i386_floatformat_for_type): Use
9290 floatformats_ia64_quad for the 16-byte floating point component
9291 within a fortran 32-byte complex number.
9292
9293 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9296 delete default constructor.
9297 (find_partial_die): Update to return const struct.
9298 (partial_die_parent_scope): Move variable declaration into scope
9299 of its use and change its type to auto.
9300 (guess_partial_die_structure_name): Likewise.
9301 (partial_die_info::fixup): Likewise.
9302
9303 2019-05-17 Tom Tromey <tromey@adacore.com>
9304
9305 * source.c (find_and_open_source): Remove cast.
9306
9307 2019-05-17 Tom Tromey <tromey@adacore.com>
9308
9309 * annotate.c (annotate_source): Make "filename" const.
9310 * annotate.h (annotate_source): Use const.
9311
9312 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9313
9314 * disasm.c (set_disassembler_options): Send errors to stderr.
9315
9316 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9317
9318 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9319 (cli_interp_base::set_logging): Check debug_redirect.
9320 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9321 * cli/cli-logging.c (debug_redirect): Add static variable.
9322 (pop_output_files): Add default param.
9323 (handle_redirections): Print debug setting.
9324 (show_logging_command): Likewise.
9325 (_initialize_cli_logging): Add debugredirect command.
9326 * interps.c (current_interp_set_logging): Add debug_redirect
9327 parameter.
9328 * interps.h (set_logging): Add debug_redirect parameter.
9329 (current_interp_set_logging): Likewise.
9330 * mi/mi-common.h: Likewise.
9331 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9332
9333 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9334 Tom Tromey <tromey@adacore.com>
9335
9336 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9337 directly.
9338 * cli/cli-interp.h (make_logging_output): Remove declaration.
9339 * cli/cli-logging.c (make_logging_output): Remove function.
9340 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9341 directly.
9342 * ui-file.c (tee_file::tee_file): Remove bools.
9343 (tee_file::~tee_file): Remove deletes.
9344 * ui-file.h (tee_file): Remove bools.
9345
9346 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9347
9348 * mi/mi-cmds.h (mi_cmd_complete): New function.
9349 * mi/mi-main.c (mi_cmd_complete): Likewise.
9350 * mi/mi-cmds.c: Define new MI command -complete.
9351 * NEWS: Mention new -complete command.
9352
9353 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9354
9355 * completer.h (complete): New function.
9356 * completer.c (complete): Likewise.
9357 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9358 function defined in completer.h.
9359
9360 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9361
9362 * MAINTAINERS (Write After Approval): Add myself.
9363
9364 2019-05-17 Tom de Vries <tdevries@suse.de>
9365
9366 PR gdb/24094
9367 * dwarf2read.c (struct cu_partial_die_info): New struct.
9368 (find_partial_die): Return cu_partial_die_info.
9369 (partial_die_parent_scope, guess_partial_die_structure_name)
9370 (partial_die_info::fixup): Handle new return type of find_partial_die.
9371
9372 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9373
9374 PR breakpoints/24541
9375 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9376 "std::string", simplifying the algorithm.
9377
9378 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9379
9380 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9381 (stap_static_probe_ops::get_probes): Likewise.
9382
9383 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9384
9385 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9386 '-')" and "else if".
9387 (stap_parse_single_operand): Join checks for
9388 "gdbarch_stap_parse_special_token_p" and
9389 "gdbarch_stap_parse_special_token" in the same "if" statement.
9390 Invert check when verifying for operation on register
9391 displacement.
9392
9393 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9394
9395 * stap-probe.c (stap_get_opcode): Update comment.
9396 (stap_get_expected_argument_type): Likewise.
9397 (handle_stap_probe): Likewise.
9398
9399 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9400
9401 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9402 return type to 'bool'. Adjust comment. Use 'bool' when
9403 appropriate.
9404 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9405 * stap-probe.c (stap_parse_argument_1): Likewise.
9406 (stap_is_operator): Likewise.
9407 (stap_is_generic_prefix): Likewise.
9408 (stap_is_register_prefix): Likewise.
9409 (stap_is_register_indirection_prefix): Likewise.
9410 (stap_is_integer_prefix): Likewise.
9411 (stap_generic_check_suffix): Likewise.
9412 (stap_check_integer_suffix): Likewise.
9413 (stap_check_register_suffix): Likewise.
9414 (stap_check_register_indirection_suffix): Likewise.
9415 (stap_parse_register_operand): Likewise.
9416 (stap_parse_single_operand): Likewise.
9417 (stap_parse_argument_1): Likewise.
9418 (stap_probe::get_argument_count): Likewise.
9419 (stap_is_operator): Likewise.
9420
9421 2019-05-16 Tom Tromey <tromey@adacore.com>
9422
9423 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9424 keyword to foreach.
9425
9426 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9427
9428 * linux-thread-db.c (try_thread_db_load_1): Change return type
9429 to bool.
9430 (try_thread_db_load): Likewise.
9431 (try_thread_db_load_from_pdir_1): Likewise.
9432 (try_thread_db_load_from_pdir): Likewise.
9433 (try_thread_db_load_from_sdir): Likewise.
9434 (try_thread_db_load_from_dir): Likewise.
9435 (thread_db_load_search): Likewise.
9436 (has_libpthread): Likewise.
9437 (thread_db_load): Likewise.
9438
9439 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9440
9441 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9442 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9443 NULL, and complain/return if that's the case.
9444
9445 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9446
9447 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9448 (advance, posn, abstract_read_memory): New functions.
9449 [struct mem_read_abstraction]: New struct.
9450 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9451
9452 2019-05-14 Tom Tromey <tromey@adacore.com>
9453
9454 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9455 value is not lval_memory.
9456
9457 2019-05-14 Tom Tromey <tromey@adacore.com>
9458
9459 * solib.c (info_sharedlibrary_command): Style the file name.
9460
9461 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9462
9463 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9464 (aarch64_vnv_type): Likewise.
9465 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9466 * common/tdesc.c: Likewise.
9467 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9468 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9469 * features/aarch64-fpu.xml: Add ieee half view.
9470 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9471 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9472 * gdbtypes.h (struct builtin_type): Likewise.
9473 (struct objfile_type): Likewise.
9474
9475 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9476
9477 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9478 typo.
9479 * location.h (string_to_event_location): Likewise.
9480
9481 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9482
9483 GDB 8.3 released.
9484
9485 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9486
9487 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9488 New variable declaration.
9489 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9490 New variable.
9491 (print_one_breakpoint): Use ui_out::test_flags and new global
9492 variable to compute use_fixed_output.
9493 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9494 Remove.
9495 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9496 (mi_multi_location_breakpoint_output_fixed): Remove.
9497 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9498 new variable.
9499 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9500 fix_multi_location_breakpoint_output flag if version >= 3.
9501 * ui-out.h (enum ui_out_flag)
9502 <fix_multi_location_breakpoint_output>: New enumerator.
9503
9504 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9505
9506 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9507
9508 2019-05-10 Tom Tromey <tromey@adacore.com>
9509
9510 * ada-lang.c (catch_ada_completer): New function.
9511 (_initialize_ada_language): Use it.
9512
9513 2019-05-10 Tom Tromey <tromey@adacore.com>
9514
9515 * thread.c (print_thread_info): Make "requested_threads" const.
9516 * gdbthread.h (print_thread_info): Make "requested_threads"
9517 const.
9518 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9519 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9520
9521 2019-05-08 Tom Tromey <tom@tromey.com>
9522
9523 * gdbtypes.c (objfile_type_data): Change type.
9524 (objfile_type, _initialize_gdbtypes): Update.
9525
9526 2019-05-08 Tom Tromey <tom@tromey.com>
9527
9528 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9529 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9530 (_initialize_dwarf2_frame): Update.
9531
9532 2019-05-08 Tom Tromey <tom@tromey.com>
9533
9534 * objc-lang.c (objc_objfile_data): Change type.
9535 (find_methods): Update.
9536 (_initialize_objc_lang): Remove.
9537
9538 2019-05-08 Tom Tromey <tom@tromey.com>
9539
9540 * stabsread.c (rs6000_builtin_type_data): Change type.
9541 (rs6000_builtin_type, _initialize_stabsread): Update.
9542
9543 2019-05-08 Tom Tromey <tom@tromey.com>
9544
9545 * mips-tdep.c (mips_pdr_data): Remove.
9546 (_initialize_mips_tdep): Update.
9547
9548 2019-05-08 Tom Tromey <tom@tromey.com>
9549
9550 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9551 (hppa_init_objfile_priv_data, read_unwind_info)
9552 (find_unwind_entry, _initialize_hppa_tdep): Update.
9553
9554 2019-05-08 Tom Tromey <tom@tromey.com>
9555
9556 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9557 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9558 on obstack.
9559 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9560
9561 2019-05-08 Tom Tromey <tom@tromey.com>
9562
9563 * mdebugread.c (basic_type_data): Change type.
9564 (basic_type, _initialize_mdebugread): Update.
9565
9566 2019-05-08 Tom Tromey <tom@tromey.com>
9567
9568 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9569
9570 2019-05-08 Tom Tromey <tom@tromey.com>
9571
9572 * nto-tdep.c (nto_inferior_data_reg): Change type.
9573 (nto_inferior_data): Update.
9574 (nto_inferior_data_cleanup, nto_new_inferior_data)
9575 (_initialize_nto_tdep): Remove.
9576 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9577
9578 2019-05-08 Tom Tromey <tom@tromey.com>
9579
9580 * ada-lang.c (struct ada_inferior_data): Add initializers.
9581 (ada_inferior_data): Change type.
9582 (ada_inferior_data_cleanup): Remove.
9583 (get_ada_inferior_data, ada_inferior_exit)
9584 (struct ada_pspace_data): Add initializers, destructor.
9585 (ada_pspace_data_handle): Change type.
9586 (get_ada_pspace_data): Update.
9587 (ada_pspace_data_cleanup): Remove.
9588
9589 2019-05-08 Tom Tromey <tom@tromey.com>
9590
9591 * coffread.c (struct coff_symfile_info): Add initializers.
9592 (coff_objfile_data_key): Move lower. Change type.
9593 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9594 Update.
9595 (coff_free_info): Remove.
9596
9597 2019-05-08 Tom Tromey <tom@tromey.com>
9598
9599 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9600 (fbsd_pspace_data_handle): Move lower. Change type.
9601 (get_fbsd_pspace_data): Update.
9602 (fbsd_pspace_data_cleanup): Remove.
9603 (_initialize_fbsd_tdep): Update.
9604
9605 2019-05-08 Tom Tromey <tom@tromey.com>
9606
9607 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9608 (get_ada_tasks_pspace_data): Update.
9609 (ada_tasks_pspace_data_cleanup): Remove.
9610 (_initialize_tasks): Update.
9611 (ada_tasks_inferior_data_handle): Change type.
9612 (get_ada_tasks_inferior_data): Update.
9613 (ada_tasks_inferior_data_cleanup): Remove.
9614 (struct ada_tasks_pspace_data): Add initializers.
9615
9616 2019-05-08 Tom Tromey <tom@tromey.com>
9617
9618 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9619 * symfile-debug.c (debug_sym_get_probes): Change type.
9620 * stap-probe.c (handle_stap_probe):
9621 (stap_static_probe_ops::get_probes): Change type.
9622 * probe.h (class static_probe_ops) <get_probes>: Change type.
9623 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9624 (parse_probes_in_pspace): Update.
9625 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9626 Update.
9627 (any_static_probe_ops::get_probes): Change type.
9628 * elfread.c (elfread_data): New typedef.
9629 (probe_key): Change type.
9630 (elf_get_probes): Likewise. Update.
9631 (probe_key_free): Remove.
9632 (_initialize_elfread): Update.
9633 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9634 Change type.
9635 (dtrace_process_dof_probe, dtrace_process_dof)
9636 (dtrace_static_probe_ops::get_probe): Change type.
9637
9638 2019-05-08 Tom Tromey <tom@tromey.com>
9639
9640 * xcoffread.c (struct xcoff_symfile_info): Rename from
9641 coff_symfile_info. Add initializers.
9642 (xcoff_objfile_data_key): Move lower. Change type.
9643 (XCOFF_DATA): Rewrite.
9644 (xcoff_free_info): Remove.
9645 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9646 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9647 (xcoff_initial_scan): Update.
9648
9649 2019-05-08 Tom Tromey <tom@tromey.com>
9650
9651 * solib-svr4.c (struct svr4_info): Add initializers and
9652 destructor.
9653 <probes_table>: Now an htab_up.
9654 (solib_svr4_pspace_data): Change type.
9655 (free_probes_table): Simplify.
9656 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9657 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9658 (probes_table_remove_objfile_probes, register_solib_event_probe)
9659 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9660 (_initialize_svr4_solib): Update.
9661
9662 2019-05-08 Tom Tromey <tom@tromey.com>
9663
9664 * remote.c (remote_pspace_data): Change type.
9665 (remote_pspace_data_cleanup): Remove.
9666 (get_remote_exec_file, set_pspace_remote_exec_file)
9667 (_initialize_remote): Update.
9668
9669 2019-05-08 Tom Tromey <tom@tromey.com>
9670
9671 * breakpoint.c (breakpoint_objfile_key): Change type.
9672 (get_breakpoint_objfile_data): Update.
9673 (free_breakpoint_objfile_data): Remove.
9674 (_initialize_breakpoint): Update.
9675
9676 2019-05-08 Tom Tromey <tom@tromey.com>
9677
9678 * linux-tdep.c (struct linux_info): Add initializers.
9679 (linux_inferior_data): Move. Change type.
9680 (invalidate_linux_cache_inf): Update.
9681 (linux_inferior_data_cleanup): Remove.
9682 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9683
9684 2019-05-08 Tom Tromey <tom@tromey.com>
9685
9686 * auxv.c (auxv_inferior_data): Move. Change type.
9687 (auxv_inferior_data_cleanup): Remove.
9688 (invalidate_auxv_cache_inf): Rewrite.
9689 (get_auxv_inferior_data, _initialize_auxv): Update.
9690
9691 2019-05-08 Tom Tromey <tom@tromey.com>
9692
9693 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9694 (symfile_debug_objfile_data_key): Change type.
9695 (symfile_debug_installed, debug_qf_has_symbols)
9696 (debug_qf_find_last_source_symtab)
9697 (debug_qf_forget_cached_source_info)
9698 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9699 (debug_qf_print_stats, debug_qf_dump)
9700 (debug_qf_expand_symtabs_for_function)
9701 (debug_qf_expand_all_symtabs)
9702 (debug_qf_expand_symtabs_with_fullname)
9703 (debug_qf_map_matching_symbols)
9704 (debug_qf_expand_symtabs_matching)
9705 (debug_qf_find_pc_sect_compunit_symtab)
9706 (debug_qf_map_symbol_filenames)
9707 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9708 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9709 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9710 (debug_sym_read_linetable, debug_sym_relocate): Update.
9711 (symfile_debug_free_objfile): Remove.
9712 (install_symfile_debug_logging, _initialize_symfile_debug):
9713 Update.
9714
9715 2019-05-08 Tom Tromey <tom@tromey.com>
9716
9717 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9718 allocate_on_obstack.
9719 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9720 (get_dwarf2_per_objfile): Update.
9721 (set_dwarf2_per_objfile): Remove.
9722 (dwarf2_has_info, dwarf2_get_section_info): Update.
9723 (dwarf2_free_objfile): Remove.
9724 (_initialize_dwarf2_read): Update.
9725
9726 2019-05-08 Tom Tromey <tom@tromey.com>
9727
9728 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9729 initializers.
9730 <unsupported_script_warning_printed,
9731 script_not_found_warning_printed>: Now bool.
9732 (auto_load_pspace_data): Change type.
9733 (~auto_load_pspace_info): Rename from
9734 auto_load_pspace_data_cleanup.
9735 (get_auto_load_pspace_data, init_loaded_scripts_info)
9736 (clear_section_scripts, maybe_print_unsupported_script_warning)
9737 (maybe_print_script_not_found_warning, _initialize_auto_load):
9738 Update.
9739
9740 2019-05-08 Tom Tromey <tom@tromey.com>
9741
9742 * objfiles.c (objfile_pspace_info): Add destructor and
9743 initializers.
9744 (objfiles_pspace_data): Change type.
9745 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9746 (get_objfile_pspace_data): Update.
9747 (objfiles_bfd_data): Change type.
9748 (get_objfile_bfd_data): Update.
9749 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9750
9751 2019-05-08 Tom Tromey <tom@tromey.com>
9752
9753 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9754 Change type.
9755 (get_catch_syscall_inferior_data): Update.
9756 (catch_syscall_inferior_data_cleanup): Remove.
9757 (_initialize_break_catch_syscall): Update.
9758
9759 2019-05-08 Tom Tromey <tom@tromey.com>
9760
9761 * inflow.c (struct terminal_info): Add destructor and
9762 initializers.
9763 (inflow_inferior_data): Change type.
9764 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9765 (get_inflow_inferior_data, inflow_inferior_exit)
9766 (swap_terminal_info, _initialize_inflow): Update.
9767
9768 2019-05-08 Tom Tromey <tom@tromey.com>
9769
9770 * target-dcache.c (target_dcache_cleanup): Remove.
9771 (target_dcache_aspace_key): Change type.
9772 (target_dcache_init_p, target_dcache_invalidate)
9773 (target_dcache_get, target_dcache_get_or_init)
9774 (_initialize_target_dcache): Update.
9775 * dcache.h (struct dcache_deleter): New.
9776
9777 2019-05-08 Tom Tromey <tom@tromey.com>
9778
9779 * symtab.c (struct symbol_cache): Add destructor and
9780 initializers.
9781 (symbol_cache_key): Move. Change type.
9782 (make_symbol_cache, free_symbol_cache): Remove.
9783 (get_symbol_cache): Update.
9784 (symbol_cache_cleanup): Remove.
9785 (ALL_PSPACES, symbol_cache_flush)
9786 (maintenance_print_symbol_cache)
9787 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9788 Update.
9789
9790 2019-05-08 Tom Tromey <tom@tromey.com>
9791
9792 * symtab.c (struct main_info): Add destructor and initializers.
9793 (main_progspace_key): Move. Change type.
9794 (get_main_info): Update.
9795 (main_info_cleanup): Remove.
9796 (_initialize_symtab): Update.
9797
9798 2019-05-08 Tom Tromey <tom@tromey.com>
9799
9800 * registry.h (DECLARE_REGISTRY): Define the _key class.
9801
9802 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9803
9804 * NEWS: Merge two 'New commands' sections.
9805
9806 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9807
9808 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9809 parameter and use Ada language definition instead.
9810 (ada_val_print_ptr): Remove unused language parameter.
9811 (ada_val_print_num): Remove language parameter and use Ada language
9812 definition instead.
9813 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9814 parameter.
9815 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9816 parameter and use Ada language definition instead.
9817 (ada_val_print_1): Update all ada_val_print_xxx calls.
9818 Remove language parameter.
9819 (ada_val_print): Update ada_val_print_1 call.
9820
9821 2019-05-08 Tom Tromey <tromey@adacore.com>
9822
9823 * remote.c (remote_hw_watchpoint_limit)
9824 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9825 Now static.
9826
9827 2019-05-08 Tom Tromey <tromey@adacore.com>
9828
9829 * maint.c (_initialize_maint_cmds): Move initialization code to
9830 remote.c.
9831 (watchdog, show_watchdog): Move to remote.c.
9832 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9833 "watchdog" static.
9834 (_initialize_remote): Move initialization code from maint.c.
9835 * defs.h (watchdog): Don't declare.
9836
9837 2019-05-08 Tom Tromey <tromey@adacore.com>
9838
9839 * tui/tui-interp.c: Include main.h.
9840 * interps.c: Include main.h.
9841 * main.h (interpreter_p): Declare.
9842 * defs.h (interpreter_p): Don't declare.
9843
9844 2019-05-08 Tom Tromey <tromey@adacore.com>
9845
9846 * dwarf2loc.c: Include dwarf2read.h.
9847 * defs.h (read_unsigned_leb128): Don't declare.
9848 * dwarf2read.h (read_unsigned_leb128): Declare.
9849
9850 2019-05-08 Tom Tromey <tromey@adacore.com>
9851
9852 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9853 method.
9854
9855 2019-05-08 Tom Tromey <tromey@adacore.com>
9856
9857 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9858 when no wrap column is set.
9859
9860 2019-05-08 Tom Tromey <tromey@adacore.com>
9861
9862 * c-lang.c (c_get_string): Handle non-C-style arrays.
9863
9864 2019-05-08 Tom Tromey <tromey@adacore.com>
9865
9866 * typeprint.c (print_offset_data::update): Print the bit offset,
9867 not the number of bits remaining.
9868
9869 2019-05-08 Tom Tromey <tromey@adacore.com>
9870
9871 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9872 padding at end of comment.
9873
9874 2019-05-08 Tom Tromey <tromey@adacore.com>
9875
9876 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9877 Compare main types.
9878
9879 2019-05-06 Tom Tromey <tom@tromey.com>
9880
9881 * common/scoped_mmap.c: Include common-defs.h.
9882 * common/scoped_mmap.h: Don't include config.h.
9883
9884 2019-05-04 Tom Tromey <tom@tromey.com>
9885
9886 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9887 (struct aarch64_call_info): Add initializers.
9888 <si>: Now a std::vector.
9889 (pass_on_stack, aarch64_push_dummy_call): Update.
9890
9891 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9892 Tom Tromey <tom@tromey.com>
9893
9894 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9895 (ppc_threads): Now a std::vector. Now static.
9896 (hwdebug_find_thread_points_by_tid)
9897 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9898 Update.
9899
9900 2019-05-04 Tom Tromey <tom@tromey.com>
9901
9902 * arc-tdep.c (arc_tdesc_init): Return bool.
9903
9904 2019-05-04 Tom Tromey <tom@tromey.com>
9905
9906 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9907 Use gdb_assert_not_reached.
9908
9909 2019-05-04 Tom Tromey <tom@tromey.com>
9910
9911 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9912 "false".
9913
9914 2019-05-04 Tom Tromey <tom@tromey.com>
9915
9916 * arc-tdep.c (arc_tdesc_init): Use bool.
9917
9918 2019-05-04 Tom Tromey <tom@tromey.com>
9919
9920 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9921
9922 2019-05-04 Tom Tromey <tom@tromey.com>
9923
9924 * cli/cli-cmds.c (valid_command_p): Return bool.
9925
9926 2019-05-04 Tom Tromey <tom@tromey.com>
9927
9928 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9929 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9930
9931 2019-05-04 Raul Tambre <raul@tambre.ee>
9932
9933 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9934 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9935 operator for comparison.
9936
9937 2019-05-04 Tom Tromey <tom@tromey.com>
9938
9939 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9940 (lookup_partial_symbol, print_partial_symbols)
9941 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9942 (psymbol_compare): Update.
9943 (add_psymbol_to_bcache): Clear the entire psymbol.
9944 (maintenance_check_psymtabs): Update.
9945 * psympriv.h (struct partial_symbol): Don't derive from
9946 general_symbol_info.
9947 <obj_section, unrelocated_address, address,
9948 set_unrelocated_address>: Update.
9949 <ginfo>: New member.
9950 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9951 (debug_names::write_psymbols): Update.
9952
9953 2019-05-04 Tom de Vries <tdevries@suse.de>
9954
9955 * contrib/cc-with-tweaks.sh: Support -n arg.
9956
9957 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9958
9959 * corelow.c (core_target::detach): Ensure frame cache and
9960 register caches are cleared.
9961 inferior.c (exit_inferior_1): Likewise.
9962
9963 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9964 Tom Tromey <tom@tromey.com>
9965
9966 * dictionary.c (collate_pending_symbols_by_language): Remove
9967 "struct" from foreach.
9968 * symtab.c (lookup_global_symbol_from_objfile)
9969 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9970 foreach.
9971 * ser-tcp.c (net_open): Remove "struct" from foreach.
9972 * objfiles.c (objfile_relocate, objfile_rebase)
9973 (objfile_has_symbols): Remove "struct" from foreach.
9974 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9975 from foreach.
9976 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9977 foreach.
9978 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9979 "struct" from foreach.
9980 * ada-lang.c (create_excep_cond_exprs)
9981 (ada_exception_catchpoint_cond_string): Remove "struct" from
9982 foreach.
9983
9984 2019-05-03 Tom Tromey <tromey@adacore.com>
9985
9986 * ada-exp.y (convert_char_literal): Check suffix of each
9987 enumerator.
9988
9989 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9990
9991 PR ada/21406:
9992 * ada-exp.y (yywrap): Don't define.
9993 * ada-lex.l (%option): Add noyywrap
9994 (yywrap): Remove.
9995
9996 2019-05-03 Eli Zaretskii <eliz@gnu.org>
9997
9998 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
9999 _WIN32_WINNT to the XP level, unless already defined to a higher
10000 level.
10001
10002 * unittests/parse-connection-spec-selftests.c:
10003 * ser-tcp.c:
10004 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10005 override.
10006
10007 * symfile.c (find_separate_debug_file): Remove colon from the
10008 drive spec of DOS/Windows file names of the target, so that the
10009 file name produced from DEBUGDIR and the target's directory will
10010 be valid on DOS/Windows systems.
10011
10012 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10013
10014 * rust-lang.c (val_print_struct): Handle printing structures
10015 containing strings.
10016
10017 2019-05-02 Tom Tromey <tromey@adacore.com>
10018
10019 * valarith.c (_initialize_valarith): Remove.
10020
10021 2019-05-01 Tom Tromey <tromey@adacore.com>
10022
10023 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10024 bitfields.
10025
10026 2019-05-01 Tom Tromey <tromey@adacore.com>
10027
10028 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10029 for big-endian copies.
10030
10031 2019-04-30 Ali Tamur <tamur@google.com>
10032 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10033 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10034 (read_3_bytes): New function.
10035
10036 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10037
10038 * windows-nat.c (main_thread_id): Delete.
10039 (handle_output_debug_string): Replace main_thread_id by
10040 current_event.dwThreadId.
10041 (fake_create_process): Likewise.
10042 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10043 Do not set main_thread_id.
10044 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10045 current_event.dwThreadId.
10046 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10047
10048 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10049
10050 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10051 Use current_event.dwThreadId instead of main_thread_id.
10052
10053 2019-04-30 Tom Tromey <tromey@adacore.com>
10054
10055 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10056 (create_excep_cond_exprs): Iterate over program spaces.
10057 (ada_exception_catchpoint_cond_string): Examine all minimal
10058 symbols for exception types.
10059
10060 2019-04-30 Tom Tromey <tromey@adacore.com>
10061
10062 PR c++/24470:
10063 * dwarf2read.c (process_structure_scope): Handle case where type
10064 has template parameters but no symbol was created.
10065
10066 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10067 Chris January <chris.january@arm.com>
10068
10069 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10070 qualifier.
10071 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10072
10073 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10074
10075 * f-typeprint.c (f_print_type): Update rules for printing
10076 whitespace.
10077 (f_type_print_varspec_suffix): Likewise.
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_varspec_suffix): Handle printing
10083 function arguments.
10084
10085 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10086
10087 * f-lang.c (build_fortran_types): Change name of void type to
10088 lower case.
10089 * f-typeprint.c (f_type_print_base): Print the name of the void
10090 type, rather than a fixed string.
10091 * f-valprint.c (f_decorations): Use lower case void string.
10092
10093 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10094 Chris January <chris.january@arm.com>
10095
10096 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10097 types for Fortran.
10098
10099 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10100 Chris January <chris.january@arm.com>
10101 David Lecomber <david.lecomber@arm.com>
10102
10103 * f-exp.y (BINOP_INTRINSIC): New token.
10104 (exp): New parser rule handling BINOP_INTRINSIC.
10105 (f77_keywords): Add new builtin procedures.
10106 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10107 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10108 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10109 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10110 (print_unop_subexp_f): New function.
10111 (print_binop_subexp_f): New function.
10112 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10113 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10114 (dump_subexp_body_f): Likewise.
10115 (operator_check_f): Likewise.
10116 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10117 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10118
10119 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10120
10121 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10122 UNOP_KIND.
10123 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10124 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10125 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10126 (operator_length_f): New fuction.
10127 (print_subexp_f): New function.
10128 (op_name_f): New function.
10129 (dump_subexp_body_f): New function.
10130 (operator_check_f): New function.
10131 (exp_descriptor_f): Replace standard expression handling functions
10132 with new functions.
10133 * gdb/fortran-operator.def: New file.
10134 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10135 * gdb/std-operator.def: Remove UNOP_KIND.
10136
10137 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10138
10139 * std-operator.def: Remove unbalanced, stray double quote
10140 character.
10141
10142 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10143 Chris January <chris.january@arm.com>
10144 Daniel Everett <daniel.everett@arm.com>
10145 Nick Forrington <nick.forrington@arm.com>
10146 Richard Bunt <richard.bunt@arm.com>
10147
10148 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10149 of depth when printing anonymous structs or unions.
10150 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10151 Don't print either the top-level value, or the children if the
10152 max-depth is exceeded.
10153 (ppscm_print_children): When printing the key of a map, allow one
10154 extra level of depth.
10155 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10156 print either the top-level value, or the children if the max-depth
10157 is exceeded.
10158 (print_children): When printing the key of a map, allow one extra
10159 level of depth.
10160 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10161 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10162 (user_print_options): Initialise max_depth field.
10163 (val_print_scalar_or_string_type_p): New function.
10164 (val_print): Check to see if the max depth has been reached.
10165 (val_print_check_max_depth): Define new function.
10166 (show_print_max_depth): New function.
10167 (_initialize_valprint): Add 'print max-depth' option.
10168 * valprint.h (struct value_print_options) <max_depth>: New field.
10169 (val_print_check_max_depth): Declare new function.
10170 * NEWS: Document new feature.
10171
10172 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10173
10174 * ada-lang.c (ada_language_defn): Initialise new field.
10175 * c-lang.c (c_is_string_type_p): New function.
10176 (c_language_defn): Initialise new field.
10177 (cplus_language_defn): Initialise new field.
10178 (asm_language_defn): Initialise new field.
10179 (minimal_language_defn): Initialise new field.
10180 * c-lang.h (c_is_string_type_p): Declare new function.
10181 * d-lang.c (d_language_defn): Initialise new field.
10182 * f-lang.c (f_is_string_type_p): New function.
10183 (f_language_defn): Initialise new field.
10184 * go-lang.c (go_is_string_type_p): New function.
10185 (go_language_defn): Initialise new field.
10186 * language.c (default_is_string_type_p): New function.
10187 (unknown_language_defn): Initialise new field.
10188 (auto_language_defn): Initialise new field.
10189 * language.h (struct language_defn) <la_is_string_type_p>: New
10190 member variable.
10191 (default_is_string_type_p): Declare new function.
10192 * m2-lang.c (m2_language_defn): Initialise new field.
10193 * objc-lang.c (objc_language_defn): Initialise new field.
10194 * opencl-lang.c (opencl_language_defn): Initialise new field.
10195 * p-lang.c (pascal_is_string_type_p): New function.
10196 (pascal_language_defn): Initialise new field.
10197 * rust-lang.c (rust_is_string_type_p): New function.
10198 (rust_language_defn): Initialise new field.
10199
10200 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10201
10202 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10203 New field.
10204 * ada-lang.c (ada_language_defn): Initialise new field.
10205 * c-lang.c (c_language_defn): Likewise.
10206 (cplus_language_defn): Likewise.
10207 (asm_language_defn): Likewise.
10208 (minimal_language_defn): Likewise.
10209 * d-lang.c (d_language_defn): Likewise.
10210 * f-lang.c (f_language_defn): Likewise.
10211 * go-lang.c (go_language_defn): Likewise.
10212 * language.c (unknown_language_defn): Likewise.
10213 (auto_language_defn): Likewise.
10214 * m2-lang.c (m2_language_defn): Likewise.
10215 * objc-lang.c (objc_language_defn): Likewise.
10216 * opencl-lang.c (opencl_language_defn): Likewise.
10217 * p-lang.c (pascal_language_defn): Likewise.
10218 * rust-lang.c (rust_language_defn): Likewise.
10219
10220 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10221
10222 * ada-lang.c (ada_is_character_type): Change return type to bool.
10223 (ada_is_string_type): Likewise.
10224 * ada-lang.h (ada_is_character_type): Update declaration
10225 (ada_is_string_type): Likewise.
10226
10227 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10228
10229 Support style in 'frame|thread apply'
10230
10231 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10232 * record.c (record_start, record_stop): Update callers of
10233 execute_command_to_string with false.
10234 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10235 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10236 methods.
10237 (class string_file): New constructor with term_out parameter.
10238 Override methods term_out and can_emit_style_escape. New member
10239 term_out.
10240 (class stdio_file): Override can_emit_style_escape.
10241 (class tee_file): Override term_out and can_emit_style_escape.
10242 * utils.h (can_emit_style_escape): Remove.
10243 * utils.c (can_emit_style_escape): Likewise.
10244 Update all callers of can_emit_style_escape (SOMESTREAM) to
10245 SOMESTREAM->can_emit_style_escape.
10246 * source-cache.c (source_cache::get_source_lines): Likewise.
10247 * stack.c (frame_apply_command_count): Call execute_command_to_string
10248 passing the term_out characteristic of the current gdb_stdout.
10249 * thread.c (thr_try_catch_cmd): Likewise.
10250 * top.c (execute_command_to_string): pass term_out parameter
10251 to construct the string_file for the command output.
10252 * ui-file.c (term_cli_styling): New function (most code moved
10253 from utils.c can_emit_style_escape).
10254 (string_file::string_file, string_file::can_emit_style_escape,
10255 stdio_file::can_emit_style_escape, tee_file::term_out,
10256 tee_file::can_emit_style_escape): New functions.
10257
10258 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10259
10260 * NEWS: Mention the new set|show may-call-functions.
10261 * infcall.c (may_call_functions_p): New variable.
10262 (show_may_call_functions_p): New function.
10263 (call_function_by_hand_dummy): Throws an error if not
10264 may-call-functions.
10265 (_initialize_infcall): Call add_setshow_boolean_cmd for
10266 may-call-functions.
10267
10268 2019-04-25 Keith Seitz <keiths@redhat.com>
10269
10270 PR c++/24367
10271 * cp-support.c (inspect_type): Don't attempt substitutions
10272 of symbol with the same name.
10273
10274 2019-04-25 Tom Tromey <tromey@adacore.com>
10275
10276 PR gdb/24475:
10277 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10278 static.
10279
10280 2019-04-25 Tom Tromey <tromey@adacore.com>
10281
10282 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10283 rvalue reference.
10284 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10285 (gdb_xml_parser::parse): Use std::move.
10286 * python/python-internal.h (gdbpy_convert_exception): Take a const
10287 reference.
10288 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10289 std::move.
10290 * python/py-utils.c (gdbpy_convert_exception): Take a const
10291 reference.
10292 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10293 Use std::move.
10294 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10295 Use std::move.
10296 * mi/mi-main.c (mi_print_exception): Take a const reference.
10297 * main.c (handle_command_errors): Take a const reference.
10298 * linespec.c (parse_linespec): Use std::move.
10299 * infcall.c (run_inferior_call): Use std::move.
10300 (call_function_by_hand_dummy): Use std::move.
10301 * exec.c (try_open_exec_file): Use std::move.
10302 * exceptions.h (exception_print, exception_fprintf)
10303 (exception_print_same): Update.
10304 * exceptions.c (print_exception, exception_print)
10305 (exception_fprintf, exception_print_same): Change parameters to
10306 const reference.
10307 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10308 * common/new-op.c: Use std::move.
10309 * common/common-exceptions.h (struct gdb_exception): Add move
10310 constructor.
10311 (struct gdb_exception_error, struct gdb_exception_quit, struct
10312 gdb_quit_bad_alloc): Change constructor to move constructor.
10313 (throw_exception): Change parameter to rvalue reference.
10314 * common/common-exceptions.c (throw_exception): Take rvalue
10315 reference.
10316 * cli/cli-interp.c (safe_execute_command): Use std::move.
10317 * breakpoint.c (insert_bp_location, location_to_sals): Use
10318 std::move.
10319
10320 2019-04-25 Tom Tromey <tromey@adacore.com>
10321
10322 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10323 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10324 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10325 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10326 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10327 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10328 guile/scm-value.c: Use unpack.
10329 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10330 gdbscm_gdb_exception.
10331 (gdbscm_throw_gdb_exception): Likewise.
10332 (struct gdbscm_gdb_exception): New.
10333 (unpack): New function.
10334 (gdbscm_wrap): Use unpack.
10335
10336 2019-04-25 Tom Tromey <tromey@adacore.com>
10337
10338 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10339 (gdb_rl_callback_handler): Use std::move.
10340 * common/common-exceptions.h (struct gdb_exception): Add move
10341 assignment operator.
10342 (throw_exception_sjlj): Change "exception" to const reference.
10343 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10344 (throw_exception_sjlj): Change "exception" to const reference.
10345
10346 2019-04-25 Tom Tromey <tromey@adacore.com>
10347
10348 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10349 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10350 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10351 Update.
10352 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10353 Update.
10354 * mi/mi-interp.c (mi_interp::exec): Update.
10355 * linespec.c (parse_linespec): Update.
10356 * infcall.c (run_inferior_call): Update.
10357 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10358 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10359 (gdbscm_lookup_global_symbol): Update.
10360 * guile/scm-param.c (gdbscm_parameter_value): Update.
10361 * guile/scm-frame.c (gdbscm_frame_read_register)
10362 (gdbscm_frame_read_var): Update.
10363 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10364 * exec.c (try_open_exec_file): Update.
10365 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10366 (gdb_rl_callback_handler): Update.
10367 * common/common-exceptions.h (exception_none): Don't declare.
10368 * common/common-exceptions.c (exception_none): Don't define.
10369 (struct catcher) <exception>: Update.
10370 * cli/cli-interp.c (safe_execute_command): Update.
10371 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10372
10373 2019-04-25 Ali Tamur <tamur@google.com>
10374
10375 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10376 (read_attribute_value): Likewise.
10377 (dwarf2_read_addr_index): Update comment.
10378 (read_str_index): Add DW_FORM_strx.
10379 (dwarf2_string_attr): Likewise.
10380 (dwarf2_const_value_attr): Likewise.
10381 (dump_die_shallow): Likewise.
10382 (dwarf2_fetch_constant_bytes): Likewise.
10383 (skip_form_bytes): Likewise.
10384 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10385
10386 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10387
10388 PR corefiles/11608
10389 PR corefiles/18187
10390 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10391 OFFSET. Verify if current mapping contains an ELF header.
10392 (linux_find_memory_regions_full): Adjust call to
10393 dump_mapping_p.
10394
10395 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10396 Kang Li <kanglictf@gmail.com>
10397
10398 PR gdb/21600
10399
10400 * dwarf2-frame.c (read_initial_length): Be consistent about using
10401 unsigned representation of length.
10402 (decode_frame_entry_1): Likewise. Check for wraparound of
10403 end pointer as well as buffer overflow.
10404
10405 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10406
10407 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10408 "vq".
10409
10410 2019-04-24 Tom Tromey <tromey@adacore.com>
10411
10412 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10413
10414 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10415
10416 * s12z-tdep.c (s12z_unwind_pc): Delete.
10417 (s12z_unwind_sp): Delete.
10418 (s12z_gdbarch_init): Don't register deleted functions with
10419 gdbarch.
10420
10421 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10422
10423 * rl78-tdep.c (rl78_unwind_sp): Delete.
10424 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10425
10426 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10427
10428 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10429 (xstormy16_unwind_pc): Delete.
10430 (xstormy16_dummy_id): Delete.
10431 (xstormy16_gdbarch_init): Don't register deleted functions with
10432 gdbarch.
10433
10434 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10435
10436 * vax-tdep.c (vax_unwind_pc): Delete.
10437 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10438
10439 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10440
10441 * v850-tdep.c (v850_unwind_sp): Delete.
10442 (v850_unwind_pc): Delete.
10443 (v850_dummy_id): Delete.
10444 (v850_gdbarch_init): Don't register deleted functions with
10445 gdbarch.
10446
10447 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10448
10449 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10450 (tilegx_unwind_pc): Delete.
10451 (tilegx_unwind_dummy_id): Delete.
10452 (tilegx_gdbarch_init): Don't register deleted functions with
10453 gdbarch.
10454
10455 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10456
10457 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10458 (tic6x_dummy_id): Delete.
10459 (tic6x_gdbarch_init): Don't register deleted functions with
10460 gdbarch.
10461
10462 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10463
10464 * sparc-tdep.c (sparc_unwind_pc): Delete.
10465 (sparc32_gdbarch_init): Don't register deleted function with
10466 gdbarch.
10467
10468 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * sh-tdep.c (sh_unwind_sp): Delete.
10471 (sh_unwind_pc): Delete.
10472 (sh_dummy_id): Delete.
10473 (sh_gdbarch_init): Don't register deleted functions with
10474 gdbarch.
10475
10476 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10477
10478 * score-tdep.c (score_unwind_sp): Delete.
10479 (score_unwind_pc): Delete.
10480 (score_dummy_id): Delete.
10481 (score_gdbarch_init): Don't register deleted functions with
10482 gdbarch.
10483
10484 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10485
10486 * rx-tdep.c (rx_unwind_pc): Delete.
10487 (rx_unwind_sp): Delete.
10488 (rx_dummy_id): Delete.
10489 (rx_gdbarch_init): Don't register deleted functions with
10490 gdbarch. Update comment.
10491
10492 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10493
10494 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10495 (rs6000_dummy_id): Delete.
10496 (rs6000_gdbarch_init): Don't register deleted functions with
10497 gdbarch.
10498
10499 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10500
10501 * or1k-tdep.c (or1k_dummy_id): Delete.
10502 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10503
10504 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10505
10506 * nios2-tdep.c (nios2_dummy_id): Delete.
10507 (nios2_unwind_sp): Delete.
10508 (nios2_gdbarch_init): Don't register deleted functions with
10509 gdbarch.
10510
10511 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10512
10513 * nds32-tdep.c (nds32_dummy_id): Delete.
10514 (nds32_unwind_pc): Delete.
10515 (nds32_unwind_sp): Delete.
10516 (nds32_gdbarch_init): Don't register deleted functions with
10517 gdbarch.
10518
10519 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10520
10521 * msp430-tdep.c (msp430_unwind_pc): Delete.
10522 (msp430_unwind_sp): Delete.
10523 (msp430_dummy_id): Delete.
10524 (msp430_gdbarch_init): Don't register deleted functions with
10525 gdbarch.
10526
10527 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10528
10529 * moxie-tdep.c (moxie_unwind_sp): Delete.
10530 (moxie_unwind_pc): Delete.
10531 (moxie_dummy_id): Delete.
10532 (moxie_gdbarch_init): Don't register deleted functions with
10533 gdbarch.
10534
10535 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10536
10537 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10538 (mn10300_unwind_pc): Delete.
10539 (mn10300_unwind_sp): Delete.
10540 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10541 mn10300_unwind_sp.
10542 (mn10300_frame_unwind_init): Don't register deleted functions with
10543 gdbarch.
10544
10545 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10546
10547 * mep-tdep.c (mep_unwind_pc): Delete.
10548 (mep_unwind_sp): Delete.
10549 (mep_dummy_id): Delete.
10550 (mep_gdbarch_init): Don't register deleted functions with
10551 gdbarch.
10552
10553 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10554
10555 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10556 (m68hc11_unwind_sp): Delete.
10557 (m68hc11_gdbarch_init): Don't register deleted functions with
10558 gdbarch.
10559
10560 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10561
10562 * m32r-tdep.c (m32r_unwind_sp): Delete.
10563 (m32r_unwind_pc): Delete.
10564 (m32r_dummy_id): Delete.
10565 (m32r_gdbarch_init): Don't register deleted functions with
10566 gdbarch.
10567
10568 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10569
10570 * m32c-tdep.c (m32c_unwind_pc): Delete.
10571 (m32c_unwind_sp): Delete.
10572 (m32c_dummy_id): Delete.
10573 (m32c_gdbarch_init): Don't register deleted functions with
10574 gdbarch.
10575
10576 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10577
10578 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10579 (lm32_unwind_pc): Delete.
10580 (lm32_dummy_id): Delete.
10581 (lm32_gdbarch_init): Don't register deleted functions with
10582 gdbarch.
10583
10584 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10585
10586 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10587 (iq2000_unwind_pc): Delete.
10588 (iq2000_dummy_id): Delete.
10589 (iq2000_gdbarch_init): Don't register deleted functions with
10590 gdbarch.
10591
10592 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10593
10594 * nds32-tdep.c (nds32_type_align): Delete.
10595 (nds32_push_dummy_call): Use type_align instead.
10596
10597 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * arm-tdep.c (arm_type_align): Only handle vector override case.
10600 (arm_push_dummy_call): Use type_align.
10601 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10602
10603 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10604
10605 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10606 case.
10607 (pass_on_stack): Use type_align.
10608 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10609 function.
10610
10611 2019-04-23 Tom Tromey <tromey@adacore.com>
10612
10613 * dwarf2read.c (line_header::file_name_at): Remove unused
10614 overload.
10615
10616 2019-04-23 Tom de Vries <tdevries@suse.de>
10617
10618 PR gdb/24438
10619 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10620 invocation.
10621
10622
10623 2019-03-27 Ali Tamur <tamur@google.com>
10624
10625 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10626 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10627 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10628 (dwarf_expr_context::get_addr_index): Likewise
10629 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10630 (symbol_needs_eval_context::get_addr_index): Likewise
10631 (disassemble_dwarf_expression): Add DW_OP_addrx
10632 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10633 (read_cutu_die_from_dwo): Update comment
10634 (skip_one_die): Add DW_FORM_addrx
10635 (read_attribute_value): Likewise
10636 (var_decode_location): Add DW_OP_addrx
10637 (dwarf2_const_value_attr): Add DW_FORM_addrx
10638 (dump_die_shallow): Likewise
10639 (dwarf2_fetch_constant_bytes): Likewise
10640 (decode_locdesc): Add DW_OP_addrx
10641 (skip_form_bytes): Add DW_FORM_addrx
10642
10643 2019-04-22 Ali Tamur <tamur@google.com>
10644
10645 * MAINTAINERS (Write After Approval): Add self.
10646
10647 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10648
10649 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10650 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10651 (open_symbol_file_object): Likewise.
10652 (svr4_default_sos): Add info parameter.
10653 (svr4_read_so_list): Likewise.
10654 (svr4_current_sos_direct): Adjust functions calls to pass down
10655 info.
10656 (svr4_current_sos_1): Add info parameter.
10657 (svr4_current_sos): Call get_svr4_info, pass info down to
10658 svr4_current_sos_1.
10659 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10660 get_svr4_info.
10661 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10662 get_svr4_info.
10663 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10664 to get_svr4_info.
10665 (probes_table_remove_objfile_probes): Likewise.
10666 (register_solib_event_probe): Add info parameter.
10667 (solist_update_incremental): Pass info parameter down to
10668 svr4_read_so_list.
10669 (disable_probes_interface): Add info parameter.
10670 (svr4_handle_solib_event): Pass current_program_space to
10671 get_svr4_info. Adjust disable_probes_interface cleanup.
10672 (svr4_create_probe_breakpoints): Add info parameter, pass it
10673 down to register_solib_event_probe.
10674 (svr4_create_solib_event_breakpoints): Add info parameter,
10675 pass it down to svr4_create_probe_breakpoints.
10676 (enable_break): Pass info down to
10677 svr4_create_solib_event_breakpoints.
10678 (svr4_solib_create_inferior_hook): Pass current_program_space to
10679 get_svr4_info.
10680 (svr4_clear_solib): Likewise.
10681
10682 2019-04-22 Pedro Alves <palves@redhat.com>
10683
10684 * solib-svr4.c (svr4_free_objfile_observer): New.
10685 (probe_and_action::objfile): New field.
10686 (probes_table_htab_remove_objfile_probes)
10687 (probes_table_remove_objfile_probes): New functions.
10688 (register_solib_event_probe): Add 'objfile' parameter. Store it
10689 in the new probe_and_action. Don't store the probe in 'lookup'.
10690 (svr4_create_probe_breakpoints): Pass objfile to
10691 register_solib_event_probe.
10692 (_initialize_svr4_solib): Register a free_objfile observer.
10693
10694 2019-04-19 Tom Tromey <tom@tromey.com>
10695
10696 * common/queue.h: Remove.
10697
10698 2019-04-19 Tom Tromey <tom@tromey.com>
10699
10700 * event-loop.c: Don't include "common/queue.h".
10701
10702 2019-04-19 Tom Tromey <tom@tromey.com>
10703
10704 * remote.c (remote_target): Use delete.
10705 * remote-notif.h: Include <list>, not "common/queue.h".
10706 (notif_client_p): Remove typedef.
10707 (remote_notif_state): Add constructor, destructor, initializer.
10708 <notif_queue>: Now a std::list.
10709 (remote_notif_state_xfree): Don't declare.
10710 * remote-notif.c (remote_notif_process, handle_notification)
10711 (remote_notif_state_allocate): Update.
10712 (~remote_notif_state): Rename from remote_notif_state_xfree.
10713
10714 2019-04-19 Tom Tromey <tom@tromey.com>
10715
10716 * symfile.c (reread_symbols): Update.
10717 * objfiles.c (objfile_register_static_link)
10718 (objfile_lookup_static_link): Update
10719 (~objfile) Don't delete static_links.
10720 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10721
10722 2019-04-19 Tom Tromey <tom@tromey.com>
10723
10724 * type-stack.h (struct type_stack) <insert>: Constify string.
10725 * type-stack.c (type_stack::insert): Constify string.
10726 * gdbtypes.h (lookup_template_type): Update.
10727 (address_space_name_to_int): Update.
10728 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10729 const.
10730 (lookup_template_type): Make name const.
10731 * c-exp.y: Update rules.
10732 (lex_one_token, classify_name, classify_inner_name)
10733 (c_print_token): Update.
10734 * p-exp.y: Update rules.
10735 (yylex): Update.
10736 * f-exp.y: Update rules.
10737 (yylex): Update.
10738 * d-exp.y: Update rules.
10739 (lex_one_token, classify_name, classify_inner_name): Update.
10740 * parse.c (write_dollar_variable, copy_name): Return std::string.
10741 * parser-defs.h (copy_name): Change return type.
10742 * m2-exp.y: Update rules.
10743 (yylex): Update.
10744 * go-exp.y (lex_one_token): Update.
10745 Update rules.
10746 (classify_unsafe_function, classify_packaged_name)
10747 (classify_name, yylex): Update.
10748
10749 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10750
10751 * configure.ac: add --enable-source-highlight switch.
10752 * configure: Regenerate.
10753 * top.c (print_gdb_version): plumb --enable-source-highlight
10754 status to "show configuration".
10755
10756 2019-04-19 Tom Tromey <tromey@adacore.com>
10757
10758 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10759 Check ADA_TYPE_P.
10760 (empty_record, ada_template_to_fixed_record_type_1)
10761 (template_to_static_fixed_type)
10762 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10763 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10764 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10765 macros.
10766
10767 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10768
10769 PR symtab/24423:
10770 * source.c (print_source_lines_base): Advance "iter" when a
10771 control character is seen.
10772
10773 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10774
10775 * inferior.h (struct infcall_suspend_state_deleter):
10776 Catch exception in destructor to avoid crash.
10777
10778 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10779
10780 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10781 close to the add_com "shell".
10782
10783 2019-04-18 Tom Tromey <tromey@adacore.com>
10784
10785 * process-stratum-target.h (class process_stratum_target)
10786 <stratum>: Add "final".
10787
10788 2019-04-17 Tom Tromey <tromey@adacore.com>
10789
10790 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10791 against nullptr before use.
10792
10793 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10794
10795 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10796
10797 2019-04-17 Jim Wilson <jimw@sifive.com>
10798 Andrew Burgess <andrew.burgess@embecosm.com>
10799
10800 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10801 code read might fail, assume 4-byte breakpoint in that case.
10802
10803 2019-04-15 Leszek Swirski <leszeks@google.com>
10804
10805 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10806 rather than a hand-rolled POD check when checking for forced MEMORY
10807 classification.
10808
10809 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10810
10811 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10812 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10813 function.
10814 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10815 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10816 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10817 declaration.
10818
10819 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10820
10821 * aarch64-linux-nat.c
10822 (aarch64_linux_nat_target::thread_architecture): Add override.
10823 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10824 each VQ.
10825
10826 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10827
10828 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10829
10830 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10831
10832 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10833 target types of size 96-bits, add some additional comments, and
10834 check that the builtin type we found was the correct size.
10835
10836 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10837
10838 * utils.c (prompt_for_continue): Don't restore the styling at the
10839 end, as applied_style has the wrong value. This fixes styling in
10840 long lists of file names that are interrupted by the "Continue?"
10841 prompt.
10842
10843 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10844
10845 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10846 * c-lang.c (c_language_defn): Likewise.
10847 (cplus_language_defn): Likewise.
10848 (asm_language_defn): Likewise.
10849 (minimal_language_defn): Likewise.
10850 * d-lang.c (d_language_defn): Likewise.
10851 * f-lang.c (f_language_defn): Likewise.
10852 * go-lang.c (go_language_defn): Likewise.
10853 * language.c (unknown_language_defn): Likewise.
10854 (auto_language_defn): Likewise.
10855 * language.h (struct language_defn): Remove la_magic field.
10856 (LANG_MAGIC): Delete.
10857 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10858 * objc-lang.c (objc_language_defn): Likewise.
10859 * opencl-lang.c (opencl_language_defn): Likewise.
10860 * p-lang.c (pascal_language_defn): Likewise.
10861 * rust-lang.c (rust_language_defn): Likewise.
10862
10863 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10864
10865 * riscv-tdep.c (riscv_type_align): New function.
10866 (riscv_type_alignment): Delete.
10867 (riscv_arg_location): Use 'type_align'.
10868 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10869
10870 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10871
10872 * gdbtypes.c (type_align): A struct with no non-static fields also
10873 has alignment of 1.
10874
10875 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10876
10877 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10878 component to 0.
10879 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10880 member.
10881 (riscv_struct_info::analyse): New implementation using new
10882 analyse_inner member function.
10883 (riscv_struct_info::field_offset): New member function.
10884 (riscv_struct_info::m_offsets): New member variable.
10885 (riscv_struct_info::analyse_inner): New private member function,
10886 takes the old implementation of riscv_struct_info::analyse but
10887 extended to track field offsets.
10888 (riscv_call_arg_struct): Update the struct folding special cases
10889 to handle cases where empty C++ structs, which are non-zero
10890 length, are found.
10891 (riscv_arg_location): Initialise the length of each location, a
10892 non-zero length now indicates the location is in use.
10893 (riscv_push_dummy_call): Allow for the first location having a
10894 non-zero offset when setting up arguments.
10895 (riscv_return_value): Likewise, but for return values.
10896
10897 2019-04-11 Tom Tromey <tromey@adacore.com>
10898
10899 * utils.c (internal_vproblem): Make "msg" const.
10900
10901 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10902
10903 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10904 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10905 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10906 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10907
10908 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10909
10910 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10911 function.
10912 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10913 of amd64_collect_native_gregset.
10914 (amd64_linux_nat_target::store_registers): Likewise.
10915
10916 2019-04-10 Tom Tromey <tom@tromey.com>
10917
10918 * symtab.c (lookup_global_symbol_from_objfile)
10919 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10920 * objfiles.h (class separate_debug_iterator): New.
10921 (class separate_debug_range): New.
10922 (struct objfile) <separate_debug_objfiles>: New method.
10923 (objfile_separate_debug_iterate): Don't declare.
10924 * objfiles.c (separate_debug_iterator::operator++): Rename from
10925 objfile_separate_debug_iterate.
10926 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10927 iterator.
10928 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10929 iterator.
10930
10931 2019-04-10 Tom Tromey <tom@tromey.com>
10932
10933 * symfile.c (reread_symbols): Remove old comment.
10934 * objfiles.c (free_all_objfiles): Fix a typo.
10935
10936 2019-04-10 Tom Tromey <tom@tromey.com>
10937
10938 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10939 * minsyms.c (lookup_minimal_symbol): Use foreach.
10940 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10941 (lookup_minimal_symbol_solib_trampoline): Likewise.
10942 * symfile.c (reread_symbols): Use foreach.
10943
10944 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10945 Tom Tromey <tromey@adacore.com>
10946
10947 PR rust/24414:
10948 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10949 (rust_lex_int_test): Change "value" to be LONGEST.
10950 (rust_lex_tests): Add test for long integer literal.
10951
10952 2019-04-09 Tom Tromey <tromey@adacore.com>
10953
10954 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10955 to bool.
10956 (extended_remote_target::attach): Update.
10957 (remote_target::remote_notice_new_inferior): Update.
10958 (remote_target::add_current_inferior_and_thread): Update.
10959 * inferior.c (exit_inferior_1): Use "false".
10960 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10961
10962 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10963
10964 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10965 the "start" command.
10966
10967 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10968
10969 * python/py-inferior.c (infpy_thread_from_thread_handle):
10970 Adjust comments to reflect renaming of thread_from_thread_handle
10971 to thread_from_handle. Adjust keywords. Fix type error message.
10972 (inferior_object_methods): Add thread_from_handle. Retain
10973 thread_from_thread_handle, but mark it as deprecated.
10974
10975 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10976
10977 * gdbthread.h (find_thread_by_handle): Revise declaration.
10978 * thread.c (find_thread_by_handle): Likewise. Adjust
10979 implementation too.
10980 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10981 support for buffer objects as handles.
10982
10983 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10984
10985 * python/py-infthread.c (thpy_thread_handle): New function.
10986 (thread_object_methods): Register thpy_thread_handle.
10987
10988 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10989
10990 * gdbthread.h (thread_to_thread_handle): Declare.
10991 * thread.c (gdbtypes.h): Include.
10992 (thread_to_thread_handle): New function.
10993
10994 * target.h (struct target_ops): Add thread_info_to_thread_handle.
10995 (target_thread_info_to_thread_handle): Declare.
10996 * target.c (target_thread_info_to_thread_handle): New function.
10997 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
10998 * target-delegates.c: Regenerate.
10999
11000 * linux-thread-db.c (class thread_db_target): Add method
11001 thread_info_to_thread_handle.
11002 (thread_db_target::thread_info_to_thread_handle): Define.
11003 * remote.c (class remote_target): Add new method
11004 thread_info_to_thread_handle.
11005 (remote_target::thread_info_to_thread_handle): Define.
11006
11007 2019-04-08 Pedro Alves <palves@redhat.com>
11008
11009 * common/common-exceptions.c (throw_exception): Don't create
11010 named object to throw; throw directly.
11011 (throw_it): Likewise. Don't initialize gdb_exception::message
11012 here, with new; pass FMT and AP to the ctor instead.
11013 * common/common-exceptions.h: Include <string>.
11014 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11015 const char *, va_list)): New ctor. Use std::make_shared.
11016 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11017 errors)): Delete.
11018 (gdb_exception_error::gdb_exception_error(enum errors, const char
11019 *, va_list)): New.
11020 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11021 Add assertion.
11022 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11023 errors)): Delete.
11024 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11025 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11026 Add assertion.
11027
11028 2019-04-08 Tom Tromey <tom@tromey.com>
11029
11030 * valops.c (value_rtti_indirect_type): Replace throw_exception
11031 with throw.
11032 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11033 with throw.
11034 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11035 throw.
11036 * target.c (target_translate_tls_address): Replace throw_exception
11037 with throw.
11038 * stack.c (frame_apply_command_count): Replace throw_exception
11039 with throw.
11040 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11041 throw.
11042 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11043 with throw.
11044 * rs6000-tdep.c (rs6000_frame_cache)
11045 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11046 * remote.c: Replace throw_exception with throw.
11047 * record-full.c (record_full_message, record_full_wait_1)
11048 (record_full_restore): Replace throw_exception with throw.
11049 * record-btrace.c:
11050 (get_thread_current_frame_id, record_btrace_start_replaying)
11051 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11052 (cmd_record_btrace_start): Replace throw_exception with throw.
11053 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11054 throw.
11055 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11056 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11057 * linespec.c:
11058 (find_linespec_symbols): Replace throw_exception with throw.
11059 * infrun.c (displaced_step_prepare, resume): Replace
11060 throw_exception with throw.
11061 * infcmd.c (post_create_inferior): Replace throw_exception with
11062 throw.
11063 * inf-loop.c (inferior_event_handler): Replace throw_exception
11064 with throw.
11065 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11066 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11067 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11068 (get_prev_frame_always, get_frame_pc_if_available)
11069 (get_frame_address_in_block_if_available, get_frame_language):
11070 Replace throw_exception with throw.
11071 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11072 throw_exception with throw.
11073 * eval.c (fetch_subexp_value, evaluate_var_value)
11074 (evaluate_funcall, evaluate_subexp_standard): Replace
11075 throw_exception with throw.
11076 * dwarf2loc.c (call_site_find_chain)
11077 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11078 Replace throw_exception with throw.
11079 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11080 with throw.
11081 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11082 throw.
11083 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11084 * completer.c (complete_line_internal): Replace throw_exception
11085 with throw.
11086 * compile/compile-object-run.c (compile_object_run): Replace
11087 throw_exception with throw.
11088 * cli/cli-script.c (process_next_line): Replace throw_exception
11089 with throw.
11090 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11091 (btrace_enable, btrace_maint_update_pt_packets): Replace
11092 throw_exception with throw.
11093 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11094 throw_exception with throw.
11095 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11096 throw_exception with throw.
11097 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11098 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11099 * aarch64-tdep.c (aarch64_make_prologue_cache)
11100 (aarch64_make_stub_cache): Replace throw_exception with throw.
11101
11102 2019-04-08 Tom Tromey <tom@tromey.com>
11103
11104 * common/common-exceptions.c (throw_exception): Rename from
11105 throw_exception_cxx. Remove old copy. Make argument const.
11106 (throw_it): Create and throw exception objects directly.
11107 * common/common-exceptions.h (throw_exception): Make argument
11108 const.
11109 (struct gdb_exception_error): Add constructor.
11110 (struct gdb_exception_quit): Add constructor.
11111
11112 2019-04-08 Tom Tromey <tom@tromey.com>
11113
11114 * common/common-exceptions.h (exception_rethrow): Don't declare.
11115 (TRY_SJLJ): Update comment.
11116 (TRY, CATCH, END_CATCH): Remove.
11117 * common/common-exceptions.c (exception_rethrow): Remove.
11118
11119 2019-04-08 Tom Tromey <tom@tromey.com>
11120
11121 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11122 Remove.
11123 (gdb_exception_error): Rename from
11124 gdb_exception_RETURN_MASK_ERROR.
11125 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11126 (gdb_quit_bad_alloc): Update.
11127 * aarch64-tdep.c: Update.
11128 * ada-lang.c: Update.
11129 * ada-typeprint.c: Update.
11130 * ada-valprint.c: Update.
11131 * amd64-tdep.c: Update.
11132 * arch-utils.c: Update.
11133 * break-catch-throw.c: Update.
11134 * breakpoint.c: Update.
11135 * btrace.c: Update.
11136 * c-varobj.c: Update.
11137 * cli/cli-cmds.c: Update.
11138 * cli/cli-interp.c: Update.
11139 * cli/cli-script.c: Update.
11140 * common/common-exceptions.c: Update.
11141 * common/new-op.c: Update.
11142 * common/selftest.c: Update.
11143 * compile/compile-c-symbols.c: Update.
11144 * compile/compile-cplus-symbols.c: Update.
11145 * compile/compile-object-load.c: Update.
11146 * compile/compile-object-run.c: Update.
11147 * completer.c: Update.
11148 * corelow.c: Update.
11149 * cp-abi.c: Update.
11150 * cp-support.c: Update.
11151 * cp-valprint.c: Update.
11152 * darwin-nat.c: Update.
11153 * disasm-selftests.c: Update.
11154 * dtrace-probe.c: Update.
11155 * dwarf-index-cache.c: Update.
11156 * dwarf-index-write.c: Update.
11157 * dwarf2-frame-tailcall.c: Update.
11158 * dwarf2-frame.c: Update.
11159 * dwarf2loc.c: Update.
11160 * dwarf2read.c: Update.
11161 * eval.c: Update.
11162 * event-loop.c: Update.
11163 * event-top.c: Update.
11164 * exec.c: Update.
11165 * f-valprint.c: Update.
11166 * fbsd-tdep.c: Update.
11167 * frame-unwind.c: Update.
11168 * frame.c: Update.
11169 * gdbtypes.c: Update.
11170 * gnu-v3-abi.c: Update.
11171 * guile/guile-internal.h: Update.
11172 * guile/scm-block.c: Update.
11173 * guile/scm-breakpoint.c: Update.
11174 * guile/scm-cmd.c: Update.
11175 * guile/scm-disasm.c: Update.
11176 * guile/scm-frame.c: Update.
11177 * guile/scm-lazy-string.c: Update.
11178 * guile/scm-math.c: Update.
11179 * guile/scm-param.c: Update.
11180 * guile/scm-ports.c: Update.
11181 * guile/scm-pretty-print.c: Update.
11182 * guile/scm-symbol.c: Update.
11183 * guile/scm-symtab.c: Update.
11184 * guile/scm-type.c: Update.
11185 * guile/scm-value.c: Update.
11186 * i386-linux-tdep.c: Update.
11187 * i386-tdep.c: Update.
11188 * inf-loop.c: Update.
11189 * infcall.c: Update.
11190 * infcmd.c: Update.
11191 * infrun.c: Update.
11192 * jit.c: Update.
11193 * language.c: Update.
11194 * linespec.c: Update.
11195 * linux-fork.c: Update.
11196 * linux-nat.c: Update.
11197 * linux-tdep.c: Update.
11198 * linux-thread-db.c: Update.
11199 * main.c: Update.
11200 * mi/mi-cmd-break.c: Update.
11201 * mi/mi-cmd-stack.c: Update.
11202 * mi/mi-interp.c: Update.
11203 * mi/mi-main.c: Update.
11204 * objc-lang.c: Update.
11205 * p-valprint.c: Update.
11206 * parse.c: Update.
11207 * ppc-linux-tdep.c: Update.
11208 * printcmd.c: Update.
11209 * python/py-arch.c: Update.
11210 * python/py-breakpoint.c: Update.
11211 * python/py-cmd.c: Update.
11212 * python/py-finishbreakpoint.c: Update.
11213 * python/py-frame.c: Update.
11214 * python/py-framefilter.c: Update.
11215 * python/py-gdb-readline.c: Update.
11216 * python/py-inferior.c: Update.
11217 * python/py-infthread.c: Update.
11218 * python/py-lazy-string.c: Update.
11219 * python/py-linetable.c: Update.
11220 * python/py-objfile.c: Update.
11221 * python/py-param.c: Update.
11222 * python/py-prettyprint.c: Update.
11223 * python/py-progspace.c: Update.
11224 * python/py-record-btrace.c: Update.
11225 * python/py-record.c: Update.
11226 * python/py-symbol.c: Update.
11227 * python/py-type.c: Update.
11228 * python/py-unwind.c: Update.
11229 * python/py-utils.c: Update.
11230 * python/py-value.c: Update.
11231 * python/python.c: Update.
11232 * record-btrace.c: Update.
11233 * record-full.c: Update.
11234 * remote-fileio.c: Update.
11235 * remote.c: Update.
11236 * riscv-tdep.c: Update.
11237 * rs6000-aix-tdep.c: Update.
11238 * rs6000-tdep.c: Update.
11239 * rust-exp.y: Update.
11240 * rust-lang.c: Update.
11241 * s390-tdep.c: Update.
11242 * selftest-arch.c: Update.
11243 * solib-dsbt.c: Update.
11244 * solib-frv.c: Update.
11245 * solib-spu.c: Update.
11246 * solib-svr4.c: Update.
11247 * solib.c: Update.
11248 * sparc64-linux-tdep.c: Update.
11249 * stack.c: Update.
11250 * symfile-mem.c: Update.
11251 * symmisc.c: Update.
11252 * target.c: Update.
11253 * thread.c: Update.
11254 * top.c: Update.
11255 * tracefile-tfile.c: Update.
11256 * tui/tui.c: Update.
11257 * typeprint.c: Update.
11258 * unittests/cli-utils-selftests.c: Update.
11259 * unittests/parse-connection-spec-selftests.c: Update.
11260 * valops.c: Update.
11261 * valprint.c: Update.
11262 * value.c: Update.
11263 * varobj.c: Update.
11264 * windows-nat.c: Update.
11265 * x86-linux-nat.c: Update.
11266 * xml-support.c: Update.
11267
11268 2019-04-08 Tom Tromey <tom@tromey.com>
11269
11270 * xml-support.c: Use C++ exception handling.
11271 * x86-linux-nat.c: Use C++ exception handling.
11272 * windows-nat.c: Use C++ exception handling.
11273 * varobj.c: Use C++ exception handling.
11274 * value.c: Use C++ exception handling.
11275 * valprint.c: Use C++ exception handling.
11276 * valops.c: Use C++ exception handling.
11277 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11278 handling.
11279 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11280 * typeprint.c: Use C++ exception handling.
11281 * tui/tui.c: Use C++ exception handling.
11282 * tracefile-tfile.c: Use C++ exception handling.
11283 * top.c: Use C++ exception handling.
11284 * thread.c: Use C++ exception handling.
11285 * target.c: Use C++ exception handling.
11286 * symmisc.c: Use C++ exception handling.
11287 * symfile-mem.c: Use C++ exception handling.
11288 * stack.c: Use C++ exception handling.
11289 * sparc64-linux-tdep.c: Use C++ exception handling.
11290 * solib.c: Use C++ exception handling.
11291 * solib-svr4.c: Use C++ exception handling.
11292 * solib-spu.c: Use C++ exception handling.
11293 * solib-frv.c: Use C++ exception handling.
11294 * solib-dsbt.c: Use C++ exception handling.
11295 * selftest-arch.c: Use C++ exception handling.
11296 * s390-tdep.c: Use C++ exception handling.
11297 * rust-lang.c: Use C++ exception handling.
11298 * rust-exp.y: Use C++ exception handling.
11299 * rs6000-tdep.c: Use C++ exception handling.
11300 * rs6000-aix-tdep.c: Use C++ exception handling.
11301 * riscv-tdep.c: Use C++ exception handling.
11302 * remote.c: Use C++ exception handling.
11303 * remote-fileio.c: Use C++ exception handling.
11304 * record-full.c: Use C++ exception handling.
11305 * record-btrace.c: Use C++ exception handling.
11306 * python/python.c: Use C++ exception handling.
11307 * python/py-value.c: Use C++ exception handling.
11308 * python/py-utils.c: Use C++ exception handling.
11309 * python/py-unwind.c: Use C++ exception handling.
11310 * python/py-type.c: Use C++ exception handling.
11311 * python/py-symbol.c: Use C++ exception handling.
11312 * python/py-record.c: Use C++ exception handling.
11313 * python/py-record-btrace.c: Use C++ exception handling.
11314 * python/py-progspace.c: Use C++ exception handling.
11315 * python/py-prettyprint.c: Use C++ exception handling.
11316 * python/py-param.c: Use C++ exception handling.
11317 * python/py-objfile.c: Use C++ exception handling.
11318 * python/py-linetable.c: Use C++ exception handling.
11319 * python/py-lazy-string.c: Use C++ exception handling.
11320 * python/py-infthread.c: Use C++ exception handling.
11321 * python/py-inferior.c: Use C++ exception handling.
11322 * python/py-gdb-readline.c: Use C++ exception handling.
11323 * python/py-framefilter.c: Use C++ exception handling.
11324 * python/py-frame.c: Use C++ exception handling.
11325 * python/py-finishbreakpoint.c: Use C++ exception handling.
11326 * python/py-cmd.c: Use C++ exception handling.
11327 * python/py-breakpoint.c: Use C++ exception handling.
11328 * python/py-arch.c: Use C++ exception handling.
11329 * printcmd.c: Use C++ exception handling.
11330 * ppc-linux-tdep.c: Use C++ exception handling.
11331 * parse.c: Use C++ exception handling.
11332 * p-valprint.c: Use C++ exception handling.
11333 * objc-lang.c: Use C++ exception handling.
11334 * mi/mi-main.c: Use C++ exception handling.
11335 * mi/mi-interp.c: Use C++ exception handling.
11336 * mi/mi-cmd-stack.c: Use C++ exception handling.
11337 * mi/mi-cmd-break.c: Use C++ exception handling.
11338 * main.c: Use C++ exception handling.
11339 * linux-thread-db.c: Use C++ exception handling.
11340 * linux-tdep.c: Use C++ exception handling.
11341 * linux-nat.c: Use C++ exception handling.
11342 * linux-fork.c: Use C++ exception handling.
11343 * linespec.c: Use C++ exception handling.
11344 * language.c: Use C++ exception handling.
11345 * jit.c: Use C++ exception handling.
11346 * infrun.c: Use C++ exception handling.
11347 * infcmd.c: Use C++ exception handling.
11348 * infcall.c: Use C++ exception handling.
11349 * inf-loop.c: Use C++ exception handling.
11350 * i386-tdep.c: Use C++ exception handling.
11351 * i386-linux-tdep.c: Use C++ exception handling.
11352 * guile/scm-value.c: Use C++ exception handling.
11353 * guile/scm-type.c: Use C++ exception handling.
11354 * guile/scm-symtab.c: Use C++ exception handling.
11355 * guile/scm-symbol.c: Use C++ exception handling.
11356 * guile/scm-pretty-print.c: Use C++ exception handling.
11357 * guile/scm-ports.c: Use C++ exception handling.
11358 * guile/scm-param.c: Use C++ exception handling.
11359 * guile/scm-math.c: Use C++ exception handling.
11360 * guile/scm-lazy-string.c: Use C++ exception handling.
11361 * guile/scm-frame.c: Use C++ exception handling.
11362 * guile/scm-disasm.c: Use C++ exception handling.
11363 * guile/scm-cmd.c: Use C++ exception handling.
11364 * guile/scm-breakpoint.c: Use C++ exception handling.
11365 * guile/scm-block.c: Use C++ exception handling.
11366 * guile/guile-internal.h: Use C++ exception handling.
11367 * gnu-v3-abi.c: Use C++ exception handling.
11368 * gdbtypes.c: Use C++ exception handling.
11369 * frame.c: Use C++ exception handling.
11370 * frame-unwind.c: Use C++ exception handling.
11371 * fbsd-tdep.c: Use C++ exception handling.
11372 * f-valprint.c: Use C++ exception handling.
11373 * exec.c: Use C++ exception handling.
11374 * event-top.c: Use C++ exception handling.
11375 * event-loop.c: Use C++ exception handling.
11376 * eval.c: Use C++ exception handling.
11377 * dwarf2read.c: Use C++ exception handling.
11378 * dwarf2loc.c: Use C++ exception handling.
11379 * dwarf2-frame.c: Use C++ exception handling.
11380 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11381 * dwarf-index-write.c: Use C++ exception handling.
11382 * dwarf-index-cache.c: Use C++ exception handling.
11383 * dtrace-probe.c: Use C++ exception handling.
11384 * disasm-selftests.c: Use C++ exception handling.
11385 * darwin-nat.c: Use C++ exception handling.
11386 * cp-valprint.c: Use C++ exception handling.
11387 * cp-support.c: Use C++ exception handling.
11388 * cp-abi.c: Use C++ exception handling.
11389 * corelow.c: Use C++ exception handling.
11390 * completer.c: Use C++ exception handling.
11391 * compile/compile-object-run.c: Use C++ exception handling.
11392 * compile/compile-object-load.c: Use C++ exception handling.
11393 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11394 * compile/compile-c-symbols.c: Use C++ exception handling.
11395 * common/selftest.c: Use C++ exception handling.
11396 * common/new-op.c: Use C++ exception handling.
11397 * cli/cli-script.c: Use C++ exception handling.
11398 * cli/cli-interp.c: Use C++ exception handling.
11399 * cli/cli-cmds.c: Use C++ exception handling.
11400 * c-varobj.c: Use C++ exception handling.
11401 * btrace.c: Use C++ exception handling.
11402 * breakpoint.c: Use C++ exception handling.
11403 * break-catch-throw.c: Use C++ exception handling.
11404 * arch-utils.c: Use C++ exception handling.
11405 * amd64-tdep.c: Use C++ exception handling.
11406 * ada-valprint.c: Use C++ exception handling.
11407 * ada-typeprint.c: Use C++ exception handling.
11408 * ada-lang.c: Use C++ exception handling.
11409 * aarch64-tdep.c: Use C++ exception handling.
11410
11411 2019-04-08 Tom Tromey <tom@tromey.com>
11412
11413 * xml-support.c (gdb_xml_parser::parse): Update.
11414 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11415 * value.c (show_convenience): Update.
11416 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11417 (test_parse_flags_qcs): Update.
11418 * thread.c (thr_try_catch_cmd): Update.
11419 * target.c (target_translate_tls_address): Update.
11420 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11421 (info_frame_command_core, frame_apply_command_count): Update.
11422 * rust-exp.y (rust_lex_exception_test): Update.
11423 * riscv-tdep.c (riscv_print_one_register_info): Update.
11424 * remote.c (remote_target::enable_btrace): Update.
11425 * record-btrace.c (record_btrace_enable_warn): Update.
11426 * python/py-utils.c (gdbpy_convert_exception): Update.
11427 * printcmd.c (do_one_display, print_variable_and_value): Update.
11428 * mi/mi-main.c (mi_print_exception): Update.
11429 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11430 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11431 * linux-nat.c (linux_nat_target::attach): Update.
11432 * linux-fork.c (class scoped_switch_fork_info): Update.
11433 * infrun.c (displaced_step_prepare): Update.
11434 * infcall.c (call_function_by_hand_dummy): Update.
11435 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11436 * gnu-v3-abi.c (print_one_vtable): Update.
11437 * frame.c (get_prev_frame_always): Update.
11438 * f-valprint.c (info_common_command_for_block): Update.
11439 * exec.c (try_open_exec_file): Update.
11440 * exceptions.c (print_exception, exception_print)
11441 (exception_fprintf, exception_print_same): Update.
11442 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11443 * dwarf-index-cache.c (index_cache::store)
11444 (index_cache::lookup_gdb_index): Update.
11445 * darwin-nat.c (maybe_cache_shell): Update.
11446 * cp-valprint.c (cp_print_value_fields): Update.
11447 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11448 (gcc_cplus_symbol_address): Update.
11449 * compile/compile-c-symbols.c (gcc_convert_symbol)
11450 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11451 * common/selftest.c: Update.
11452 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11453 a std::string.
11454 (exception_try_scope_entry, exception_try_scope_exit): Don't
11455 declare.
11456 (struct exception_try_scope): Remove.
11457 (TRY): Don't use exception_try_scope.
11458 (struct gdb_exception): Add constructor, operator=.
11459 <what>: New method.
11460 (struct gdb_exception_RETURN_MASK_ALL)
11461 (struct gdb_exception_RETURN_MASK_ERROR)
11462 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11463 (struct gdb_quit_bad_alloc): Update.
11464 * common/common-exceptions.c (exception_none): Change
11465 initializer.
11466 (struct catcher) <state, exception>: Initialize inline.
11467 <prev>: Remove member.
11468 (current_catcher): Remove.
11469 (catchers): New global.
11470 (exceptions_state_mc_init): Simplify.
11471 (catcher_pop): Remove.
11472 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11473 (try_scope_depth, exception_try_scope_entry)
11474 (exception_try_scope_exit): Remove.
11475 (throw_exception_sjlj): Update.
11476 (exception_messages, exception_messages_size): Remove.
11477 (throw_it): Simplify.
11478 (gdb_exception_sliced_copy): Remove.
11479 (throw_exception_cxx): Update.
11480 * cli/cli-script.c (script_from_file): Update.
11481 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11482 Update.
11483 * ada-valprint.c (ada_val_print): Update.
11484 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11485 (create_excep_cond_exprs): Update.
11486
11487 2019-04-08 Tom Tromey <tom@tromey.com>
11488
11489 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11490 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11491 (TRY, CATCH, END_CATCH): Remove some definitions.
11492 * common/common-exceptions.c: Don't use GDB_XCPT.
11493 (catcher_list_size): Remove.
11494 (throw_exception, throw_it): Simplify.
11495
11496 2019-04-05 Tom Tromey <tom@tromey.com>
11497
11498 Revert the header-sorting patch.
11499 * ft32-tdep.c: Revert.
11500 * frv-tdep.c: Revert.
11501 * frv-linux-tdep.c: Revert.
11502 * frame.c: Revert.
11503 * frame-unwind.c: Revert.
11504 * frame-base.c: Revert.
11505 * fork-child.c: Revert.
11506 * findvar.c: Revert.
11507 * findcmd.c: Revert.
11508 * filesystem.c: Revert.
11509 * filename-seen-cache.h: Revert.
11510 * filename-seen-cache.c: Revert.
11511 * fbsd-tdep.c: Revert.
11512 * fbsd-nat.h: Revert.
11513 * fbsd-nat.c: Revert.
11514 * f-valprint.c: Revert.
11515 * f-typeprint.c: Revert.
11516 * f-lang.c: Revert.
11517 * extension.h: Revert.
11518 * extension.c: Revert.
11519 * extension-priv.h: Revert.
11520 * expprint.c: Revert.
11521 * exec.h: Revert.
11522 * exec.c: Revert.
11523 * exceptions.c: Revert.
11524 * event-top.c: Revert.
11525 * event-loop.c: Revert.
11526 * eval.c: Revert.
11527 * elfread.c: Revert.
11528 * dwarf2read.h: Revert.
11529 * dwarf2read.c: Revert.
11530 * dwarf2loc.c: Revert.
11531 * dwarf2expr.h: Revert.
11532 * dwarf2expr.c: Revert.
11533 * dwarf2-frame.c: Revert.
11534 * dwarf2-frame-tailcall.c: Revert.
11535 * dwarf-index-write.h: Revert.
11536 * dwarf-index-write.c: Revert.
11537 * dwarf-index-common.c: Revert.
11538 * dwarf-index-cache.h: Revert.
11539 * dwarf-index-cache.c: Revert.
11540 * dummy-frame.c: Revert.
11541 * dtrace-probe.c: Revert.
11542 * disasm.h: Revert.
11543 * disasm.c: Revert.
11544 * disasm-selftests.c: Revert.
11545 * dictionary.c: Revert.
11546 * dicos-tdep.c: Revert.
11547 * demangle.c: Revert.
11548 * dcache.h: Revert.
11549 * dcache.c: Revert.
11550 * darwin-nat.h: Revert.
11551 * darwin-nat.c: Revert.
11552 * darwin-nat-info.c: Revert.
11553 * d-valprint.c: Revert.
11554 * d-namespace.c: Revert.
11555 * d-lang.c: Revert.
11556 * ctf.c: Revert.
11557 * csky-tdep.c: Revert.
11558 * csky-linux-tdep.c: Revert.
11559 * cris-tdep.c: Revert.
11560 * cris-linux-tdep.c: Revert.
11561 * cp-valprint.c: Revert.
11562 * cp-support.c: Revert.
11563 * cp-namespace.c: Revert.
11564 * cp-abi.c: Revert.
11565 * corelow.c: Revert.
11566 * corefile.c: Revert.
11567 * continuations.c: Revert.
11568 * completer.h: Revert.
11569 * completer.c: Revert.
11570 * complaints.c: Revert.
11571 * coffread.c: Revert.
11572 * coff-pe-read.c: Revert.
11573 * cli-out.h: Revert.
11574 * cli-out.c: Revert.
11575 * charset.c: Revert.
11576 * c-varobj.c: Revert.
11577 * c-valprint.c: Revert.
11578 * c-typeprint.c: Revert.
11579 * c-lang.c: Revert.
11580 * buildsym.c: Revert.
11581 * buildsym-legacy.c: Revert.
11582 * build-id.h: Revert.
11583 * build-id.c: Revert.
11584 * btrace.c: Revert.
11585 * bsd-uthread.c: Revert.
11586 * breakpoint.h: Revert.
11587 * breakpoint.c: Revert.
11588 * break-catch-throw.c: Revert.
11589 * break-catch-syscall.c: Revert.
11590 * break-catch-sig.c: Revert.
11591 * blockframe.c: Revert.
11592 * block.c: Revert.
11593 * bfin-tdep.c: Revert.
11594 * bfin-linux-tdep.c: Revert.
11595 * bfd-target.c: Revert.
11596 * bcache.c: Revert.
11597 * ax-general.c: Revert.
11598 * ax-gdb.h: Revert.
11599 * ax-gdb.c: Revert.
11600 * avr-tdep.c: Revert.
11601 * auxv.c: Revert.
11602 * auto-load.c: Revert.
11603 * arm-wince-tdep.c: Revert.
11604 * arm-tdep.c: Revert.
11605 * arm-symbian-tdep.c: Revert.
11606 * arm-pikeos-tdep.c: Revert.
11607 * arm-obsd-tdep.c: Revert.
11608 * arm-nbsd-tdep.c: Revert.
11609 * arm-nbsd-nat.c: Revert.
11610 * arm-linux-tdep.c: Revert.
11611 * arm-linux-nat.c: Revert.
11612 * arm-fbsd-tdep.c: Revert.
11613 * arm-fbsd-nat.c: Revert.
11614 * arm-bsd-tdep.c: Revert.
11615 * arch-utils.c: Revert.
11616 * arc-tdep.c: Revert.
11617 * arc-newlib-tdep.c: Revert.
11618 * annotate.h: Revert.
11619 * annotate.c: Revert.
11620 * amd64-windows-tdep.c: Revert.
11621 * amd64-windows-nat.c: Revert.
11622 * amd64-tdep.c: Revert.
11623 * amd64-sol2-tdep.c: Revert.
11624 * amd64-obsd-tdep.c: Revert.
11625 * amd64-obsd-nat.c: Revert.
11626 * amd64-nbsd-tdep.c: Revert.
11627 * amd64-nbsd-nat.c: Revert.
11628 * amd64-nat.c: Revert.
11629 * amd64-linux-tdep.c: Revert.
11630 * amd64-linux-nat.c: Revert.
11631 * amd64-fbsd-tdep.c: Revert.
11632 * amd64-fbsd-nat.c: Revert.
11633 * amd64-dicos-tdep.c: Revert.
11634 * amd64-darwin-tdep.c: Revert.
11635 * amd64-bsd-nat.c: Revert.
11636 * alpha-tdep.c: Revert.
11637 * alpha-obsd-tdep.c: Revert.
11638 * alpha-nbsd-tdep.c: Revert.
11639 * alpha-mdebug-tdep.c: Revert.
11640 * alpha-linux-tdep.c: Revert.
11641 * alpha-linux-nat.c: Revert.
11642 * alpha-bsd-tdep.c: Revert.
11643 * alpha-bsd-nat.c: Revert.
11644 * aix-thread.c: Revert.
11645 * agent.c: Revert.
11646 * addrmap.c: Revert.
11647 * ada-varobj.c: Revert.
11648 * ada-valprint.c: Revert.
11649 * ada-typeprint.c: Revert.
11650 * ada-tasks.c: Revert.
11651 * ada-lang.c: Revert.
11652 * aarch64-tdep.c: Revert.
11653 * aarch64-ravenscar-thread.c: Revert.
11654 * aarch64-newlib-tdep.c: Revert.
11655 * aarch64-linux-tdep.c: Revert.
11656 * aarch64-linux-nat.c: Revert.
11657 * aarch64-fbsd-tdep.c: Revert.
11658 * aarch64-fbsd-nat.c: Revert.
11659 * aarch32-linux-nat.c: Revert.
11660
11661 2019-04-05 Tom Tromey <tom@tromey.com>
11662
11663 * ft32-tdep.c: Sort headers.
11664 * frv-tdep.c: Sort headers.
11665 * frv-linux-tdep.c: Sort headers.
11666 * frame.c: Sort headers.
11667 * frame-unwind.c: Sort headers.
11668 * frame-base.c: Sort headers.
11669 * fork-child.c: Sort headers.
11670 * findvar.c: Sort headers.
11671 * findcmd.c: Sort headers.
11672 * filesystem.c: Sort headers.
11673 * filename-seen-cache.h: Sort headers.
11674 * filename-seen-cache.c: Sort headers.
11675 * fbsd-tdep.c: Sort headers.
11676 * fbsd-nat.h: Sort headers.
11677 * fbsd-nat.c: Sort headers.
11678 * f-valprint.c: Sort headers.
11679 * f-typeprint.c: Sort headers.
11680 * f-lang.c: Sort headers.
11681 * extension.h: Sort headers.
11682 * extension.c: Sort headers.
11683 * extension-priv.h: Sort headers.
11684 * expprint.c: Sort headers.
11685 * exec.h: Sort headers.
11686 * exec.c: Sort headers.
11687 * exceptions.c: Sort headers.
11688 * event-top.c: Sort headers.
11689 * event-loop.c: Sort headers.
11690 * eval.c: Sort headers.
11691 * elfread.c: Sort headers.
11692 * dwarf2read.h: Sort headers.
11693 * dwarf2read.c: Sort headers.
11694 * dwarf2loc.c: Sort headers.
11695 * dwarf2expr.h: Sort headers.
11696 * dwarf2expr.c: Sort headers.
11697 * dwarf2-frame.c: Sort headers.
11698 * dwarf2-frame-tailcall.c: Sort headers.
11699 * dwarf-index-write.h: Sort headers.
11700 * dwarf-index-write.c: Sort headers.
11701 * dwarf-index-common.c: Sort headers.
11702 * dwarf-index-cache.h: Sort headers.
11703 * dwarf-index-cache.c: Sort headers.
11704 * dummy-frame.c: Sort headers.
11705 * dtrace-probe.c: Sort headers.
11706 * disasm.h: Sort headers.
11707 * disasm.c: Sort headers.
11708 * disasm-selftests.c: Sort headers.
11709 * dictionary.c: Sort headers.
11710 * dicos-tdep.c: Sort headers.
11711 * demangle.c: Sort headers.
11712 * dcache.h: Sort headers.
11713 * dcache.c: Sort headers.
11714 * darwin-nat.h: Sort headers.
11715 * darwin-nat.c: Sort headers.
11716 * darwin-nat-info.c: Sort headers.
11717 * d-valprint.c: Sort headers.
11718 * d-namespace.c: Sort headers.
11719 * d-lang.c: Sort headers.
11720 * ctf.c: Sort headers.
11721 * csky-tdep.c: Sort headers.
11722 * csky-linux-tdep.c: Sort headers.
11723 * cris-tdep.c: Sort headers.
11724 * cris-linux-tdep.c: Sort headers.
11725 * cp-valprint.c: Sort headers.
11726 * cp-support.c: Sort headers.
11727 * cp-namespace.c: Sort headers.
11728 * cp-abi.c: Sort headers.
11729 * corelow.c: Sort headers.
11730 * corefile.c: Sort headers.
11731 * continuations.c: Sort headers.
11732 * completer.h: Sort headers.
11733 * completer.c: Sort headers.
11734 * complaints.c: Sort headers.
11735 * coffread.c: Sort headers.
11736 * coff-pe-read.c: Sort headers.
11737 * cli-out.h: Sort headers.
11738 * cli-out.c: Sort headers.
11739 * charset.c: Sort headers.
11740 * c-varobj.c: Sort headers.
11741 * c-valprint.c: Sort headers.
11742 * c-typeprint.c: Sort headers.
11743 * c-lang.c: Sort headers.
11744 * buildsym.c: Sort headers.
11745 * buildsym-legacy.c: Sort headers.
11746 * build-id.h: Sort headers.
11747 * build-id.c: Sort headers.
11748 * btrace.c: Sort headers.
11749 * bsd-uthread.c: Sort headers.
11750 * breakpoint.h: Sort headers.
11751 * breakpoint.c: Sort headers.
11752 * break-catch-throw.c: Sort headers.
11753 * break-catch-syscall.c: Sort headers.
11754 * break-catch-sig.c: Sort headers.
11755 * blockframe.c: Sort headers.
11756 * block.c: Sort headers.
11757 * bfin-tdep.c: Sort headers.
11758 * bfin-linux-tdep.c: Sort headers.
11759 * bfd-target.c: Sort headers.
11760 * bcache.c: Sort headers.
11761 * ax-general.c: Sort headers.
11762 * ax-gdb.h: Sort headers.
11763 * ax-gdb.c: Sort headers.
11764 * avr-tdep.c: Sort headers.
11765 * auxv.c: Sort headers.
11766 * auto-load.c: Sort headers.
11767 * arm-wince-tdep.c: Sort headers.
11768 * arm-tdep.c: Sort headers.
11769 * arm-symbian-tdep.c: Sort headers.
11770 * arm-pikeos-tdep.c: Sort headers.
11771 * arm-obsd-tdep.c: Sort headers.
11772 * arm-nbsd-tdep.c: Sort headers.
11773 * arm-nbsd-nat.c: Sort headers.
11774 * arm-linux-tdep.c: Sort headers.
11775 * arm-linux-nat.c: Sort headers.
11776 * arm-fbsd-tdep.c: Sort headers.
11777 * arm-fbsd-nat.c: Sort headers.
11778 * arm-bsd-tdep.c: Sort headers.
11779 * arch-utils.c: Sort headers.
11780 * arc-tdep.c: Sort headers.
11781 * arc-newlib-tdep.c: Sort headers.
11782 * annotate.h: Sort headers.
11783 * annotate.c: Sort headers.
11784 * amd64-windows-tdep.c: Sort headers.
11785 * amd64-windows-nat.c: Sort headers.
11786 * amd64-tdep.c: Sort headers.
11787 * amd64-sol2-tdep.c: Sort headers.
11788 * amd64-obsd-tdep.c: Sort headers.
11789 * amd64-obsd-nat.c: Sort headers.
11790 * amd64-nbsd-tdep.c: Sort headers.
11791 * amd64-nbsd-nat.c: Sort headers.
11792 * amd64-nat.c: Sort headers.
11793 * amd64-linux-tdep.c: Sort headers.
11794 * amd64-linux-nat.c: Sort headers.
11795 * amd64-fbsd-tdep.c: Sort headers.
11796 * amd64-fbsd-nat.c: Sort headers.
11797 * amd64-dicos-tdep.c: Sort headers.
11798 * amd64-darwin-tdep.c: Sort headers.
11799 * amd64-bsd-nat.c: Sort headers.
11800 * alpha-tdep.c: Sort headers.
11801 * alpha-obsd-tdep.c: Sort headers.
11802 * alpha-nbsd-tdep.c: Sort headers.
11803 * alpha-mdebug-tdep.c: Sort headers.
11804 * alpha-linux-tdep.c: Sort headers.
11805 * alpha-linux-nat.c: Sort headers.
11806 * alpha-bsd-tdep.c: Sort headers.
11807 * alpha-bsd-nat.c: Sort headers.
11808 * aix-thread.c: Sort headers.
11809 * agent.c: Sort headers.
11810 * addrmap.c: Sort headers.
11811 * ada-varobj.c: Sort headers.
11812 * ada-valprint.c: Sort headers.
11813 * ada-typeprint.c: Sort headers.
11814 * ada-tasks.c: Sort headers.
11815 * ada-lang.c: Sort headers.
11816 * aarch64-tdep.c: Sort headers.
11817 * aarch64-ravenscar-thread.c: Sort headers.
11818 * aarch64-newlib-tdep.c: Sort headers.
11819 * aarch64-linux-tdep.c: Sort headers.
11820 * aarch64-linux-nat.c: Sort headers.
11821 * aarch64-fbsd-tdep.c: Sort headers.
11822 * aarch64-fbsd-nat.c: Sort headers.
11823 * aarch32-linux-nat.c: Sort headers.
11824
11825 2019-04-04 Tom Tromey <tom@tromey.com>
11826
11827 * varobj.c (varobj_create): Update.
11828 * rust-exp.y (struct rust_parser) <update_innermost_block,
11829 lookup_symbol>: New methods.
11830 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11831 Rename.
11832 (rust_parser::rust_lookup_type)
11833 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11834 * printcmd.c (display_command, do_one_display): Update.
11835 * parser-defs.h (struct parser_state) <parser_state>: Add
11836 "tracker" parameter.
11837 (block_tracker): New member.
11838 (class innermost_block_tracker) <innermost_block_tracker>: Add
11839 "types" parameter.
11840 <reset>: Remove method.
11841 (innermost_block): Don't declare.
11842 (null_post_parser): Update.
11843 * parse.c (innermost_block): Remove global.
11844 (write_dollar_variable): Update.
11845 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11846 Remove "tracker_types" parameter.
11847 (parse_expression): Add "tracker" parameter.
11848 (parse_expression_for_completion): Update.
11849 (null_post_parser): Add "tracker" parameter.
11850 * p-exp.y: Update rules.
11851 * m2-exp.y: Update rules.
11852 * language.h (struct language_defn) <la_post_parser>: Add
11853 "tracker" parameter.
11854 * go-exp.y: Update rules.
11855 * f-exp.y: Update rules.
11856 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11857 parameter.
11858 * d-exp.y: Update rules.
11859 * c-exp.y: Update rules.
11860 * breakpoint.c (set_breakpoint_condition): Create an
11861 innermost_block_tracker.
11862 (watch_command_1): Likewise.
11863 * ada-lang.c (resolve): Add "tracker" parameter.
11864 (resolve_subexp): Likewise.
11865 * ada-exp.y (write_var_from_sym): Update.
11866
11867 2019-04-04 Tom Tromey <tom@tromey.com>
11868
11869 * type-stack.h: New file.
11870 * type-stack.c: New file.
11871 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11872 type-stack.h.
11873 (insert_into_type_stack, insert_type, push_type, push_type_int)
11874 (insert_type_address_space, pop_type, pop_type_int)
11875 (pop_typelist, pop_type_stack, append_type_stack)
11876 (push_type_stack, get_type_stack, push_typelist)
11877 (follow_type_instance_flags, follow_types): Don't declare.
11878 * parse.c (type_stack): Remove global.
11879 (parse_exp_in_context): Update.
11880 (insert_into_type_stack, insert_type, push_type, push_type_int)
11881 (insert_type_address_space, pop_type, pop_type_int)
11882 (pop_typelist, pop_type_stack, append_type_stack)
11883 (push_type_stack, get_type_stack, push_typelist)
11884 (follow_type_instance_flags, follow_types): Remove (moved to
11885 type-stack.c).
11886 * f-exp.y (type_stack): New global.
11887 Update rules.
11888 (push_kind_type, f_parse): Update.
11889 * d-exp.y (type_stack): New global.
11890 Update rules.
11891 (d_parse): Update.
11892 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11893 Update rules.
11894 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11895 (HFILES_NO_SRCDIR): Add type-stack.h.
11896
11897 2019-04-04 Tom Tromey <tom@tromey.com>
11898
11899 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11900 (rust_parser::convert_ast_to_expression, rust_parse)
11901 (rust_lex_test_completion, rust_lex_tests): Update.
11902 * parser-defs.h (struct expr_completion_state): New.
11903 (struct parser_state) <parser_state>: Add completion parameter.
11904 <mark_struct_expression, mark_completion_tag>: New methods.
11905 <parse_completion, m_completion_state>: New members.
11906 (prefixify_expression, null_post_parser): Update.
11907 (mark_struct_expression, mark_completion_tag): Don't declare.
11908 * parse.c (parse_completion, expout_last_struct)
11909 (expout_tag_completion_type, expout_completion_name): Remove
11910 globals.
11911 (parser_state::mark_struct_expression)
11912 (parser_state::mark_completion_tag): Now methods.
11913 (prefixify_expression): Add last_struct parameter.
11914 (prefixify_subexp): Likewise.
11915 (parse_exp_1): Update.
11916 (parse_exp_in_context): Add cstate parameter. Update.
11917 (parse_expression_for_completion): Create an
11918 expr_completion_state.
11919 (null_post_parser): Add "completion" parameter.
11920 * p-exp.y: Update rules.
11921 (yylex): Update.
11922 * language.h (struct language_defn) <la_post_parser>: Add
11923 "completing" parameter.
11924 * go-exp.y: Update rules.
11925 (lex_one_token): Update.
11926 * expression.h (parse_completion): Don't declare.
11927 * d-exp.y: Update rules.
11928 (lex_one_token): Update rules.
11929 * c-exp.y: Update rules.
11930 (lex_one_token): Update.
11931 * ada-lang.c (resolve): Add "parse_completion" parameter.
11932 (resolve_subexp): Likewise.
11933 (ada_resolve_function): Likewise.
11934
11935 2019-04-04 Tom Tromey <tom@tromey.com>
11936
11937 * parser-defs.h (struct parser_state) <start_arglist,
11938 end_arglist>: New methods.
11939 <arglist_len, m_funcall_chain>: New members.
11940 (arglist_len, start_arglist, end_arglist): Don't declare.
11941 * parse.c (arglist_len, funcall_chain): Remove global.
11942 (start_arglist, end_arglist): Remove functions.
11943 (parse_exp_in_context): Update.
11944 * p-exp.y: Update rules.
11945 * m2-exp.y: Update rules.
11946 * go-exp.y: Update rules.
11947 * f-exp.y: Update rules.
11948 * d-exp.y: Update rules.
11949 * c-exp.y: Update rules.
11950
11951 2019-04-04 Tom Tromey <tom@tromey.com>
11952
11953 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11954 lex_operator, push_back>: New methods.
11955 Update all rules.
11956 (rust_parser::lex_hex, lex_escape): Rename and update.
11957 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11958 (rust_parser::lex_operator): Rename and update.
11959 (rust_parser::lex_number, rustyylex, rustyyerror)
11960 (rust_lex_test_init, rust_lex_test_sequence)
11961 (rust_lex_test_push_back, rust_lex_tests): Update.
11962 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11963 parameter.
11964 <lexptr, prev_lexptr>: New members.
11965 (lexptr, prev_lexptr): Don't declare.
11966 * parse.c (lexptr, prev_lexptr): Remove globals.
11967 (parse_exp_in_context): Update.
11968 * p-exp.y (yylex, yyerror): Update.
11969 * m2-exp.y (parse_number, yylex, yyerror): Update.
11970 * go-exp.y (lex_one_token, yyerror): Update.
11971 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11972 * d-exp.y (lex_one_token, yyerror): Update.
11973 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11974 (lex_one_token, yyerror): Update.
11975 * ada-lex.l (YY_INPUT): Update.
11976 (rewind_to_char): Update.
11977 * ada-exp.y (yyerror): Update.
11978
11979 2019-04-04 Tom Tromey <tom@tromey.com>
11980
11981 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11982 * parser-defs.h (struct parser_state) <parser_state>: Add new
11983 parameter.
11984 <comma_terminates>: New member.
11985 (comma_terminates): Don't declare global.
11986 * parse.c (comma_terminates): Remove global.
11987 (parse_exp_in_context): Update.
11988 * p-exp.y (yylex): Update.
11989 * m2-exp.y (yylex): Update.
11990 * go-exp.y (lex_one_token): Update.
11991 * f-exp.y (yylex): Update.
11992 * d-exp.y (lex_one_token): Update.
11993 * c-exp.y (lex_one_token): Update.
11994 * ada-lex.l: Update.
11995
11996 2019-04-04 Tom Tromey <tom@tromey.com>
11997
11998 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
11999 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12000 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12001 * parser-defs.h (paren_depth): Don't declare.
12002 * parse.c (paren_depth): Remove global.
12003 (parse_exp_in_context): Update.
12004 * p-exp.y (paren_depth): New global.
12005 (pascal_parse): Initialize it.
12006 * m2-exp.y (paren_depth): New global.
12007 (m2_parse): Initialize it.
12008 * go-exp.y (paren_depth): New global.
12009 (go_parse): Initialize it.
12010 * f-exp.y (paren_depth): New global.
12011 (f_parse): Initialize it.
12012 * d-exp.y (paren_depth): New global.
12013 (d_parse): Initialize it.
12014 * c-exp.y (paren_depth): New global.
12015 (c_parse): Initialize it.
12016 * ada-lex.l (paren_depth): New global.
12017 (lexer_init): Initialize it.
12018
12019 2019-04-04 Tom Tromey <tom@tromey.com>
12020
12021 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12022 (rust_parser::convert_ast_to_type)
12023 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12024 * parser-defs.h (struct parser_state) <parser_state>: Add
12025 parameters. Initialize new members.
12026 <expression_context_block, expression_context_pc>: New members.
12027 * parse.c (expression_context_block, expression_context_pc):
12028 Remove globals.
12029 (parse_exp_in_context): Update.
12030 * p-exp.y: Update all rules.
12031 (yylex): Update.
12032 * m2-exp.y: Update all rules.
12033 (yylex): Update.
12034 * go-exp.y (yylex): Update.
12035 * f-exp.y (yylex): Update.
12036 * d-exp.y: Update all rules.
12037 (yylex): Update.
12038 * c-exp.y: Update all rules.
12039 (lex_one_token, classify_name, yylex, c_parse): Update.
12040 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12041
12042 2019-04-04 Tom Tromey <tom@tromey.com>
12043
12044 * gdbarch.h, gdbarch.c: Rebuild.
12045 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12046 * stap-probe.h:
12047 (struct stap_parse_info): Replace "parser_state" with
12048 "expr_builder".
12049 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12050 (parser_state): New class.
12051 * parse.c (expr_builder): Rename.
12052 (expr_builder::release): Rename.
12053 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12054 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12055 (write_exp_elt_longcst, write_exp_elt_floatcst)
12056 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12057 (write_exp_string_vector, write_exp_bitstring)
12058 (write_exp_msymbol, mark_struct_expression)
12059 (write_dollar_variable)
12060 (insert_type_address_space, increase_expout_size): Replace
12061 "parser_state" with "expr_builder".
12062 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12063 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12064 "parser_state" with "expr_builder".
12065
12066 2019-04-04 Tom Tromey <tom@tromey.com>
12067
12068 * rust-exp.y: Replace "parse_language" with method call.
12069 * p-exp.y:
12070 (yylex): Replace "parse_language" with method call.
12071 * m2-exp.y:
12072 (yylex): Replace "parse_language" with method call.
12073 * go-exp.y (classify_name): Replace "parse_language" with method
12074 call.
12075 * f-exp.y (yylex): Replace "parse_language" with method call.
12076 * d-exp.y (lex_one_token): Replace "parse_language" with method
12077 call.
12078 * c-exp.y:
12079 (lex_one_token, classify_name, yylex): Replace "parse_language"
12080 with method call.
12081 * ada-exp.y (find_primitive_type, type_char)
12082 (type_system_address): Replace "parse_language" with method call.
12083
12084 2019-04-04 Tom Tromey <tom@tromey.com>
12085
12086 * rust-exp.y: Replace "parse_gdbarch" with method call.
12087 * parse.c (write_dollar_variable, insert_type_address_space):
12088 Replace "parse_gdbarch" with method call.
12089 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12090 call.
12091 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12092 call.
12093 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12094 "parse_gdbarch" with method call.
12095 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12096 with method call.
12097 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12098 "parse_gdbarch" with method call.
12099 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12100 "parse_gdbarch" with method call.
12101 * c-exp.y (parse_type, parse_number, classify_name): Replace
12102 "parse_gdbarch" with method call.
12103 * ada-lex.l: Replace "parse_gdbarch" with method call.
12104 * ada-exp.y (parse_type, find_primitive_type, type_char)
12105 (type_system_address): Replace "parse_gdbarch" with method call.
12106
12107 2019-04-04 Tom Tromey <tom@tromey.com>
12108
12109 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12110 * stap-probe.c (stap_parse_argument): Update.
12111 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12112 initial_size parameter.
12113 * rust-exp.y (rust_lex_tests): Update.
12114 * parse.c (parser_state): Update.
12115 (parse_exp_in_context): Update.
12116 * parser-defs.h (struct parser_state) <parser_state>: Remove
12117 "initial_size" parameter.
12118
12119 2019-04-04 Tom Tromey <tom@tromey.com>
12120
12121 * parser-defs.h (increase_expout_size): Don't declare.
12122 * parse.c (increase_expout_size): Now static.
12123
12124 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12125
12126 * gnu-nat.c (gnu_nat_target::wait): Fix
12127 target_waitstatus_to_string call.
12128
12129 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12130
12131 * eval.c (evaluate_subexp_standard): Handle internal functions
12132 during Fortran function call handling.
12133
12134 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12135
12136 * NEWS: Mention new internal functions.
12137 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12138 (read_base_type): Use dwarf2_init_complex_target_type.
12139 * value.c (creal_internal_fn): New function.
12140 (cimag_internal_fn): New function.
12141 (_initialize_values): Register new internal functions.
12142
12143 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12144
12145 * infrun.c (stop_all_threads): If debug_infrun, always
12146 trace the wait status after wait_one, using
12147 target_waitstatus_to_string and target_pid_to_str.
12148 (handle_inferior_event): Replace various trace of
12149 wait status kind by a single trace.
12150 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12151 wait status kind image by target_waitstatus_to_string.
12152 * target/waitstatus.c (target_waitstatus_to_string): Fix
12153 obsolete comment.
12154
12155 2019-04-01 Tom Tromey <tromey@adacore.com>
12156
12157 PR symtab/23331:
12158 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12159
12160 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12161 Pedro Alves <palves@redhat.com>
12162
12163 * top.c (quit_force): Call 'finalize_values'.
12164 * value.c (finalize_values): New function.
12165 * value.h (finalize_values): Declare.
12166
12167 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12168
12169 * NEWS: Announce $_gdb_major and $_gdb_minor.
12170
12171 * top.c (init_gdb_version_vars): New function.
12172 (gdb_init): Call init_gdb_version_vars.
12173
12174 2019-03-29 Tom Tromey <tromey@adacore.com>
12175
12176 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12177 help text. Remove dead code.
12178
12179 2019-03-29 Keith Seitz <keiths@redhat.com>
12180
12181 From Siddhesh Poyarekar:
12182 * f-lang.h (f77_get_upperbound): Return LONGEST.
12183 (f77_get_lowerbound): Likewise.
12184 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12185 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12186 print them.
12187 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12188 plongest to format print it.
12189 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12190 (f77_get_upperbound): Likewise.
12191 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12192 LOWER_BOUND to LONGEST.
12193 (f77_create_arrayprint_offset_tbl): Likewise.
12194
12195 2019-03-29 Keith Seitz <keiths@redhat.com>
12196
12197 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12198 %s/pulongest for TYPE_LENGTH instead of %d in format
12199 strings.
12200 * ada-typerint.c (ada_print_type): Likewise.
12201 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12202 * compile/compile-c-support.c (generate_register_struct): Likewise.
12203 * gdbtypes.c (recursive_dump_type): Likewise.
12204 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12205 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12206 instead of %d in format strings.
12207 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12208 to std::min to ULONGEST.
12209 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12210 instead of %d in format strings.
12211 * tracepoint.c (info_scope_command): Likewise.
12212 * typeprint.c (print_offset_data::update)
12213 (print_offset_data::finish): Likewise.
12214 * xtensa-tdep.c (xtensa_store_return_value)
12215 (xtensa_push_dummy_call): Likewise.
12216
12217 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12218
12219 * windows-nat.c (display_selector): Fixed format specifications
12220 for 64-bit Cygwin.
12221
12222 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12223
12224 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12225
12226 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12227
12228 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12229 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12230 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12231 (nios2_linux_init_abi): Install it.
12232
12233 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12234
12235 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12236
12237 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12238
12239 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12240
12241 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12242 Tom Tromey <tromey@adacore.com>
12243
12244 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12245
12246 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12247
12248 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12249 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12250 method to compute the bounds of range types. Also print "[evaluated]"
12251 if the bounds' values come from a dynamic evaluation.
12252
12253 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12254
12255 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12256 whitespace when pretty printing is on.
12257
12258 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12259
12260 * ppc-linux-nat.c: Add include.
12261
12262 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12263
12264 * NEWS: Mention AArch64 Pointer Authentication.
12265
12266 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12267
12268 * arm-linux-nat.c: Add include.
12269
12270 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12271
12272 * source-cache.c (source_cache::get_source_lines): Re-read
12273 fullname after calling open_source_file.
12274
12275 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12276
12277 * NEWS: Mention TLS support for FreeBSD.
12278
12279 2019-03-25 Tom Tromey <tromey@adacore.com>
12280
12281 * minsyms.c (BUNCH_SIZE): Update comment.
12282 (~minimal_symbol_reader): Remove old comment.
12283 (compact_minimal_symbols): Update comment.
12284 (minimal_symbol_reader::install): Remove old comment. Update
12285 other comments.
12286
12287 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12288
12289 * s390-linux-nat.c: Add include.
12290
12291 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12292
12293 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12294 Call linux_get_hwcap.
12295 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12296 Likewise.
12297 (aarch64_linux_get_hwcap): Remove function.
12298 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12299 declaration.
12300 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12301 linux_get_hwcap.
12302 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12303 * linux-tdep.c (linux_get_hwcap): Add function.
12304 (linux_get_hwcap2): Likewise.
12305 * linux-tdep.h (linux_get_hwcap): Add declaration.
12306 (linux_get_hwcap2): Likewise.
12307 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12308 (ppc_linux_get_hwcap2): Likewise.
12309 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12310 linux_get_hwcap.
12311 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12312 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12313 (ppc_linux_nat_target::read_description): Likewise.
12314 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12315 * s390-linux-nat.c: Likewise.
12316 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12317
12318 2019-03-24 Tom Tromey <tom@tromey.com>
12319
12320 * ada-lang.c (standard_lookup): Simplify initialization.
12321 (ada_lookup_symbol_nonlocal): Simplify return.
12322 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12323 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12324 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12325 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12326 initialization.
12327 * solib.c (solib_global_lookup): Simplify.
12328 * symtab.c (null_block_symbol): Remove.
12329 (symbol_cache_lookup): Simplify returns.
12330 (lookup_language_this): Simplify returns.
12331 (lookup_symbol_aux): Simplify return.
12332 (lookup_local_symbol): Simplify returns.
12333 (lookup_global_symbol_from_objfile): Simplify return.
12334 (lookup_symbol_in_objfile_symtabs)
12335 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12336 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12337 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12338 * cp-namespace.c (cp_lookup_bare_symbol)
12339 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12340 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12341 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12342 (cp_lookup_symbol_via_imports): Simplify initialization.
12343 (find_symbol_in_baseclass): Likewise.
12344 * symtab.h (null_block_symbol): Remove.
12345 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12346 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12347 (d_lookup_symbol_module): Likewise.
12348 (find_symbol_in_baseclass): Simplify initialization.
12349
12350 2019-03-24 Tom Tromey <tom@tromey.com>
12351
12352 * expression.h: Don't include symtab.h.
12353 (struct block): Forward declare.
12354
12355 2019-03-24 Tom Tromey <tom@tromey.com>
12356
12357 * c-exp.y (typebase): Remove casts.
12358 * gdbtypes.c (lookup_unsigned_typename, )
12359 (lookup_signed_typename): Remove cast.
12360 * eval.c (parse_to_comma_and_eval): Remove cast.
12361 * parse.c (write_dollar_variable): Remove cast.
12362 * block.h (struct block) <superblock>: Now const.
12363 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12364 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12365 (map_block): Make "block" const.
12366 * symfile.h (struct quick_symbol_functions)
12367 <map_matching_symbols>: Constify block argument to "callback".
12368 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12369 const.
12370 (find_pc_sect_compunit_symtab): Make "b" const.
12371 (find_symbol_at_address): Likewise.
12372 (search_symbols): Likewise.
12373 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12374 (dw2_debug_names_lookup_symbol): Likewise.
12375 (dw2_map_matching_symbols): Update.
12376 * p-valprint.c (pascal_val_print): Remove "block".
12377 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12378 (aux_add_nonlocal_symbols): Make "block" const.
12379 (resolve_subexp): Remove cast.
12380 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12381 const.
12382 (iterate_over_file_blocks): Likewise.
12383 * f-exp.y (%union) <bval>: Remove.
12384 * coffread.c (patch_opaque_types): Make "b" const.
12385 * spu-tdep.c (spu_catch_start): Make "block" const.
12386 * c-valprint.c (print_unpacked_pointer): Remove "block".
12387 * symmisc.c (dump_symtab_1): Make "b" const.
12388 (block_depth): Make "block" const.
12389 * d-exp.y (%union) <bval>: Remove.
12390 * cp-support.h (cp_lookup_rtti_type): Update.
12391 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12392 * psymtab.c (psym_lookup_symbol): Make "block" const.
12393 (maintenance_check_psymtabs): Make "b" const.
12394 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12395 (enumerate_locals, enumerate_args): Update.
12396 * python/py-symtab.c (stpy_global_block): Make "block" const.
12397 (stpy_static_block): Likewise.
12398 * inline-frame.c (block_starting_point_at): Make "new_block"
12399 const.
12400 * block.c (find_block_in_blockvector): Make return type const.
12401 (blockvector_for_pc_sect): Make "b" const.
12402 (find_block_in_blockvector): Make "b" const.
12403
12404 2019-03-23 Tom Tromey <tom@tromey.com>
12405
12406 * varobj.c (varobj_create): Update.
12407 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12408 * printcmd.c (display_command, do_one_display): Don't reset
12409 innermost_block.
12410 * parser-defs.h (enum innermost_block_tracker_type): Move to
12411 expression.h.
12412 (innermost_block): Update comment.
12413 * parse.c (parse_exp_1): Add tracker_types parameter.
12414 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12415 tracker_types parameter. Reset innermost_block.
12416 (parse_exp_in_context): Remove.
12417 (parse_expression_for_completion): Update.
12418 * objfiles.c (~objfile): Don't reset expression_context_block or
12419 innermost_block.
12420 * expression.h (enum innermost_block_tracker_type): Move from
12421 parser-defs.h.
12422 (parse_exp_1): Add tracker_types parameter.
12423 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12424 reset innermost_block.
12425
12426 2019-03-23 Tom Tromey <tom@tromey.com>
12427
12428 * objfiles.h: Include bcache.h.
12429
12430 2019-03-23 Tom Tromey <tom@tromey.com>
12431
12432 * linespec.c (get_current_search_block): Use
12433 scoped_restore_current_language.
12434 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12435
12436 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12437 Jiong Wang <jiong.wang@arm.com>
12438
12439 * aarch64-linux-tdep.c
12440 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12441 section.
12442 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12443
12444 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12445 Jiong Wang <jiong.wang@arm.com>
12446
12447 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12448 instructions.
12449 (aarch64_analyze_prologue_test): Add PACIASP test.
12450 (aarch64_prologue_prev_register): Unmask PC value.
12451
12452 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12453 Jiong Wang <jiong.wang@arm.com>
12454
12455 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12456 (aarch64_dwarf2_prev_register): Unmask PC value.
12457 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12458 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12459 DW_CFA_AARCH64_negate_ra_state.
12460 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12461
12462 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12463 Jiong Wang <jiong.wang@arm.com>
12464
12465 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12466 registers.
12467 (aarch64_pseudo_register_name): Likewise.
12468 (aarch64_pseudo_register_type): Likewise.
12469 (aarch64_pseudo_register_reggroup_p): Likewise.
12470 (aarch64_gdbarch_init): Add pauth registers.
12471 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12472 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12473 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12474 (struct gdbarch_tdep): Add regnum for ra_state.
12475
12476 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12477 Jiong Wang <jiong.wang@arm.com>
12478
12479 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12480
12481 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12482 Jiong Wang <jiong.wang@arm.com>
12483
12484 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12485 function.
12486 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12487 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12488 (aarch64_gdbarch_init): Add puth registers.
12489 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12490 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12491 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12492
12493 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12494 Jiong Wang <jiong.wang@arm.com>
12495
12496 * aarch64-linux-nat.c
12497 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12498 * aarch64-linux-tdep.c
12499 (aarch64_linux_core_read_description): Likewise.
12500 (aarch64_linux_get_hwcap): New function.
12501 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12502 (aarch64_linux_get_hwcap): New declaration.
12503
12504 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12505 Jiong Wang <jiong.wang@arm.com>
12506
12507 * aarch64-linux-nat.c
12508 (aarch64_linux_nat_target::read_description): Add pauth param.
12509 * aarch64-linux-tdep.c
12510 (aarch64_linux_core_read_description): Likewise.
12511 * aarch64-tdep.c (struct target_desc): Add in pauth.
12512 (aarch64_read_description): Add pauth param.
12513 (aarch64_gdbarch_init): Likewise.
12514 * aarch64-tdep.h (aarch64_read_description): Likewise.
12515 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12516 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12517 * features/Makefile: Add new files.
12518 * features/aarch64-pauth.c: New file.
12519 * features/aarch64-pauth.xml: New file.
12520
12521 2019-03-20 Tom Tromey <tromey@adacore.com>
12522
12523 * infrun.c (handle_inferior_event): Rename from
12524 handle_inferior_event_1. Create a scoped_value_mark.
12525 (handle_inferior_event): Remove.
12526
12527 2019-03-19 Tom Tromey <tromey@adacore.com>
12528
12529 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12530 * infrun.h (print_stop_event): Add "displays" parameter.
12531 * infrun.c (print_stop_event): Add "displays" parameter.
12532
12533 2019-03-19 Pedro Alves <palves@redhat.com>
12534
12535 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12536 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12537 to -1. Fix TABs vs spaces.
12538 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12539 * tui/tui-out.h (tui_ui_out) Add intro comments.
12540 <m_line, m_start_of_line>: In-class initialize, and add describing
12541 comment.
12542
12543 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12544
12545 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12546 variable names.
12547 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12548
12549 2019-03-18 Pedro Alves <palves@redhat.com>
12550 Eli Zaretskii <eliz@gnu.org>
12551
12552 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12553 m_line and m_start_of_line.
12554
12555 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12556
12557 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12558 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12559 it returns a newline. This fixes a regression in TU mode, whereby
12560 the next line is output on the same screen line as the user input.
12561
12562 2019-03-18 Tom Tromey <tromey@adacore.com>
12563
12564 * minsyms.c (minimal_symbol_reader::install): Remove call to
12565 obstack_blank.
12566
12567 2019-03-18 Pedro Alves <palves@redhat.com>
12568
12569 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12570 New globals.
12571 (apply_style): New, factored out from ...
12572 (apply_ansi_escape): ... this. Handle reverse video mode.
12573 (tui_set_reverse_mode): New function.
12574 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12575 * tui/tui-winsource.c (tui_show_source_line): Use
12576 tui_set_reverse_mode instead of setting A_STANDOUT.
12577 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12578 New setter methods.
12579
12580 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12581
12582 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12583 Handle tabs.
12584
12585 2019-03-18 Tom Tromey <tromey@adacore.com>
12586
12587 * ada-lang.c (empty_array): Add "high" parameter.
12588 (ada_evaluate_subexp): Update.
12589
12590 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12591
12592 * unittests/string_view-selftests.c: Define
12593 _initialize_string_view_selftests unconditionally.
12594
12595 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12596
12597 PR gdb/24350
12598 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12599
12600 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12601
12602 PR gdb/24351
12603 * windows-nat.c (display_selector): Fix format specifiers.
12604
12605 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12606
12607 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12608 tui_refill_source_window instead of tui_refresh_win, to update the
12609 current execution line. This fixes redisplay of the current line
12610 when stepping through the code with "next" or "step".
12611
12612 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12613
12614 * source-cache.c (source_cache::get_source_lines): Call
12615 find_source_lines to initialize s->nlines. This fixes vertical
12616 scrolling of TUI source window when the DOWN arrow is pressed.
12617
12618 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12619
12620 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12621 linux-thread-db.c (_initialize_thread_db): Likewise.
12622
12623 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12624
12625 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12626 wclrtoeol in tui_show_source_line". This reverts changes made in
12627 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12628
12629 2019-03-15 Tom Tromey <tom@tromey.com>
12630
12631 * symtab.h (struct minimal_symbol): Derive from
12632 general_symbol_info.
12633 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12634 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12635 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12636 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12637 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12638 (MSYMBOL_SEARCH_NAME): Update.
12639 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12640 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12641 * minsyms.c (minimal_symbol_reader::record_full): Update.
12642
12643 2019-03-15 Tom Tromey <tom@tromey.com>
12644
12645 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12646
12647 2019-03-15 Tom Tromey <tom@tromey.com>
12648
12649 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12650 unique_xmalloc_ptr.
12651 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12652 Update.
12653 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12654 (build_minimal_symbol_hash_tables)
12655 (minimal_symbol_reader::install): Update.
12656
12657 2019-03-15 Tom Tromey <tom@tromey.com>
12658
12659 * symtab.c (create_demangled_names_hash): Update.
12660 (symbol_set_names): Update.
12661 * objfiles.h (struct objfile_per_bfd_storage)
12662 <demangled_names_hash>: Now an htab_up.
12663 * objfiles.c (objfile_per_bfd_storage): Simplify.
12664
12665 2019-03-15 Tom Tromey <tom@tromey.com>
12666
12667 * objfiles.h (struct objfile_per_bfd_storage): Declare
12668 destructor.
12669 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12670 New.
12671 (get_objfile_bfd_data): Use new. Don't initialize
12672 language_of_main.
12673 (free_objfile_per_bfd_storage): Remove.
12674 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12675
12676 2019-03-15 Tom Tromey <tom@tromey.com>
12677
12678 * symfile.c (reread_symbols): Update.
12679 * objfiles.c (objfile::objfile): Update.
12680 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12681 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12682 comment.
12683 (minimal_symbol_reader::install): Update.
12684 (terminate_minimal_symbol_table): Remove.
12685 * jit.c (jit_object_close_impl): Update.
12686
12687 2019-03-15 Tom Tromey <tom@tromey.com>
12688
12689 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12690 initializations.
12691
12692 2019-03-15 Tom Tromey <tom@tromey.com>
12693
12694 * objfiles.h (struct objfile_per_bfd_storage)
12695 <demangled_hash_languages>: Now a bitset.
12696 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12697 (lookup_minimal_symbol): Update.
12698
12699 2019-03-15 Tom Tromey <tom@tromey.com>
12700
12701 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12702 Don't return the symbol.
12703 * coffread.c (record_minimal_symbol): Use record_full.
12704
12705 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12706
12707 The MS-Windows port of ncurses fails to switch to a color pair if
12708 one or both of the colors are the implicit default colors. This
12709 change records the default colors when TUI is initialized, and
12710 then specifies them explicitly when a color pair uses the default
12711 colors. This allows color styling in TUI mode on MS-Windows.
12712
12713 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12714 ncurses_norm_attr.
12715 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12716 colors in ncurses_norm_attr.
12717 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12718 "none", replace it with the default color recorded in
12719 ncurses_norm_attr.
12720
12721 2019-03-14 Tom Tromey <tromey@adacore.com>
12722
12723 * source-cache.h (class source_cache) <get_source_lines>: Return
12724 std::string.
12725 * source-cache.c (source_cache::extract_lines): Handle case where
12726 first_pos==npos. Return std::string.
12727 (source_cache::get_source_lines): Update.
12728
12729 2019-03-14 Tom Tromey <tromey@adacore.com>
12730
12731 * NEWS: Add item for "style sources" commands.
12732 * source-cache.c (source_cache::get_source_lines): Check
12733 source_styling.
12734 * cli/cli-style.c (source_styling): New global.
12735 (_initialize_cli_style): Add "style sources" commands.
12736 (show_style_sources): New function.
12737 * cli/cli-style.h (source_styling): Declare.
12738
12739 2019-03-14 Pedro Alves <palves@redhat.com>
12740 Tom Tromey <tromey@adacore.com>
12741
12742 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12743 * tui/tui-winsource.c (tui_refill_source_window): New function,
12744 from...
12745 (tui_horizontal_source_scroll): ... here. Move some logic.
12746 * cli/cli-style.c (set_style_enabled): Notify new observable.
12747 * tui/tui-hooks.c (tui_redisplay_source): New function.
12748 (tui_attach_detach_observers): Attach or detach
12749 tui_redisplay_source.
12750 * observable.h (source_styling_changed): New observable.
12751 * observable.c: Define source_styling_changed observable.
12752
12753 2019-03-13 Tom Tromey <tromey@adacore.com>
12754
12755 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12756 (i386_gnu_nat_target::store_registers): Update.
12757 * target-debug.h (target_debug_print_std_string): New macro.
12758 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12759 * windows-tdep.c (display_one_tib): Update.
12760 * tui/tui-stack.c (tui_make_status_line): Update.
12761 * top.c (print_inferior_quit_action): Update.
12762 * thread.c (thr_try_catch_cmd): Update.
12763 (add_thread_with_info): Update.
12764 (thread_target_id_str): Update.
12765 (thr_try_catch_cmd): Update.
12766 (thread_command): Update.
12767 (thread_find_command): Update.
12768 * record-btrace.c (record_btrace_target::info_record)
12769 (record_btrace_resume_thread, record_btrace_target::resume)
12770 (record_btrace_cancel_resume, record_btrace_step_thread)
12771 (record_btrace_target::wait, record_btrace_target::wait)
12772 (record_btrace_target::wait, record_btrace_target::stop): Update.
12773 * progspace.c (print_program_space): Update.
12774 * process-stratum-target.c
12775 (process_stratum_target::thread_address_space): Update.
12776 * linux-fork.c (linux_fork_mourn_inferior)
12777 (detach_checkpoint_command, info_checkpoints_command)
12778 (linux_fork_context): Update.
12779 (linux_fork_detach): Update.
12780 (class scoped_switch_fork_info): Update.
12781 (delete_checkpoint_command): Update.
12782 * infrun.c (follow_fork_inferior): Update.
12783 (follow_fork_inferior): Update.
12784 (proceed_after_vfork_done): Update.
12785 (handle_vfork_child_exec_or_exit): Update.
12786 (follow_exec): Update.
12787 (displaced_step_prepare_throw): Update.
12788 (displaced_step_restore): Update.
12789 (start_step_over): Update.
12790 (resume_1): Update.
12791 (clear_proceed_status_thread): Update.
12792 (proceed): Update.
12793 (print_target_wait_results): Update.
12794 (do_target_wait): Update.
12795 (context_switch): Update.
12796 (stop_all_threads): Update.
12797 (restart_threads): Update.
12798 (finish_step_over): Update.
12799 (handle_signal_stop): Update.
12800 (switch_back_to_stepped_thread): Update.
12801 (keep_going_pass_signal): Update.
12802 (print_exited_reason): Update.
12803 (normal_stop): Update.
12804 * inferior.c (inferior_pid_to_str): Change return type.
12805 (print_selected_inferior): Update.
12806 (add_inferior): Update.
12807 (detach_inferior): Update.
12808 * dummy-frame.c (fprint_dummy_frames): Update.
12809 * dcache.c (dcache_info_1): Update.
12810 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12811 (btrace_fetch, btrace_clear): Update.
12812 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12813 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12814 type.
12815 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12816 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12817 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12818 * gdbarch.c, gdbarch.h: Rebuild.
12819 * gdbarch.sh (core_pid_to_str): Change return type.
12820 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12821 return type.
12822 (windows_nat_target::pid_to_str): Change return type.
12823 (windows_delete_thread): Update.
12824 (windows_nat_target::attach): Update.
12825 (windows_nat_target::files_info): Update.
12826 * target-delegates.c: Rebuild.
12827 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12828 return type.
12829 (sol_thread_target::pid_to_str): Change return type.
12830 * remote.c (class remote_target) <pid_to_str>: Change return
12831 type.
12832 (remote_target::pid_to_str): Change return type.
12833 (extended_remote_target::attach, remote_target::remote_stop_ns)
12834 (remote_target::remote_notif_remove_queued_reply)
12835 (remote_target::push_stop_reply, remote_target::disable_btrace):
12836 Update.
12837 (extended_remote_target::attach): Update.
12838 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12839 type.
12840 (gdbsim_target::pid_to_str): Change return type.
12841 * ravenscar-thread.c (struct ravenscar_thread_target)
12842 <pid_to_str>: Change return type.
12843 (ravenscar_thread_target::pid_to_str): Change return type.
12844 * procfs.c (class procfs_target) <pid_to_str>: Change return
12845 type.
12846 (procfs_target::pid_to_str): Change return type.
12847 (procfs_target::attach): Update.
12848 (procfs_target::detach): Update.
12849 (procfs_target::fetch_registers): Update.
12850 (procfs_target::store_registers): Update.
12851 (procfs_target::wait): Update.
12852 (procfs_target::files_info): Update.
12853 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12854 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12855 return type.
12856 (nto_procfs_target::pid_to_str): Change return type.
12857 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12858 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12859 return type.
12860 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12861 (exit_lwp): Update.
12862 (attach_proc_task_lwp_callback, get_detach_signal)
12863 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12864 (linux_nat_target::resume, wait_lwp, stop_callback)
12865 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12866 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12867 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12868 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12869 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12870 type.
12871 (inf_ptrace_target::attach): Update.
12872 (inf_ptrace_target::files_info): Update.
12873 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12874 type.
12875 (go32_nat_target::pid_to_str): Change return type.
12876 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12877 (gnu_nat_target::wait): Update.
12878 (gnu_nat_target::wait): Update.
12879 (gnu_nat_target::resume): Update.
12880 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12881 (fbsd_nat_target::wait): Update.
12882 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12883 type.
12884 (darwin_nat_target::attach): Update.
12885 * corelow.c (class core_target) <pid_to_str>: Change return type.
12886 (core_target::pid_to_str): Change return type.
12887 * target.c (normal_pid_to_str): Change return type.
12888 (default_pid_to_str): Likewise.
12889 (target_pid_to_str): Change return type.
12890 (target_translate_tls_address): Update.
12891 (target_announce_detach): Update.
12892 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12893 return type.
12894 (bsd_uthread_target::pid_to_str): Change return type.
12895 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12896 type.
12897 (bsd_kvm_target::pid_to_str): Change return type.
12898 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12899 return type.
12900 (aix_thread_target::pid_to_str): Change return type.
12901 * target.h (struct target_ops) <pid_to_str>: Change return type.
12902 (target_pid_to_str, normal_pid_to_str): Likewise.
12903 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12904 type.
12905 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12906 type.
12907 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12908 return type.
12909 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12910 type.
12911 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12912 type.
12913 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12914 return type.
12915
12916 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12917
12918 * NEWS: Mention that the new default MI version is 3. Mention
12919 changes to the output of commands and events that deal with
12920 multi-location breakpoints.
12921 * breakpoint.c: Include "mi/mi-out.h".
12922 (print_one_breakpoint): Change output syntax if using MI version
12923 >= 3.
12924 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12925 New.
12926 (mi_multi_location_breakpoint_output_fixed): New.
12927 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12928 (mi_cmd_fix_multi_location_breakpoint_output): New.
12929 (mi_multi_location_breakpoint_output_fixed): New.
12930 * mi/mi-cmds.c (mi_cmds): Register command
12931 -fix-multi-location-breakpoint-output.
12932 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12933 interpreter "mi".
12934
12935 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12936
12937 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12938 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12939 instantiate mi_ui_out based on interpreter name.
12940 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12941 * mi/mi-main.c (mi_load_progress): Likewise.
12942
12943 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12944
12945 * NEWS: Combine separate "New targets" sections for 8.3.
12946
12947 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12948
12949 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12950 (ppcfbsd_init_abi): Install gdbarch
12951 "fetch_tls_load_module_address" and "get_thread_local_address"
12952 methods.
12953
12954 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12955
12956 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12957 (riscv_fbsd_init_abi): Install gdbarch
12958 "fetch_tls_load_module_address" and "get_thread_local_address"
12959 methods.
12960
12961 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12962
12963 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12964 (i386fbsd_init_abi): Install gdbarch
12965 "fetch_tls_load_module_address" and "get_thread_local_address"
12966 methods.
12967
12968 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12969
12970 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12971 (amd64fbsd_init_abi): Install gdbarch
12972 "fetch_tls_load_module_address" and "get_thread_local_address"
12973 methods.
12974
12975 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12976
12977 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12978 (struct fbsd_pspace_data): New type.
12979 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12980 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12981 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12982 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12983 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12984
12985 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12986
12987 * gdbtypes.c (lookup_struct_elt): New function.
12988 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12989 * gdbtypes.h (struct struct_elt): New type.
12990 (lookup_struct_elt): New prototype.
12991
12992 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12993
12994 * gdbtypes.c (lookup_struct_elt_type): Update comment and
12995 remove disabled code block.
12996
12997 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12998
12999 * gdbarch.sh (get_thread_local_address): New method.
13000 * gdbarch.h, gdbarch.c: Regenerate.
13001 * target.c (target_translate_tls_address): Use
13002 gdbarch_get_thread_local_address if present instead of
13003 target::get_thread_local_address.
13004
13005 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13006
13007 * target.h (target::get_thread_local_address): Update comment.
13008
13009 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13010
13011 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13012 objfile->separate_debug_objfile_backlink if not NULL.
13013
13014 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13015
13016 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13017 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13018 (amd64bsd_store_inferior_registers): Likewise.
13019 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13020 Enable segment base registers.
13021 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13022 PT_GETFSBASE and PT_GETGSBASE.
13023 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13024 PT_SETGSBASE.
13025 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13026 segment base registers.
13027 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13028
13029 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13030
13031 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13032 Update calls to i386_target_description to add 'segments'
13033 parameter.
13034 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13035 add segment base registers.
13036 * arch/i386.c (i386_create_target_description): Add 'segments'
13037 parameter to enable segment base registers.
13038 * arch/i386.h (i386_create_target_description): Likewise.
13039 * features/i386/32bit-segments.xml: New file.
13040 * features/i386/32bit-segments.c: Generate.
13041 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13042 call to i386_target_description to add 'segments' parameter.
13043 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13044 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13045 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13046 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13047 if feature is present.
13048 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13049 Add 'segments' parameter to call to i386_target_description.
13050 (i386_target_description): Add 'segments' parameter to enable
13051 segment base registers.
13052 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13053 to call to i386_target_description.
13054 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13055 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13056 Define I386_NUM_REGS.
13057 (i386_target_description): Add 'segments' parameter to enable
13058 segment base registers.
13059
13060 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13061
13062 PR/24325
13063 * source-cache.c: #undef open and close, to avoid unresolved
13064 externals during linking.
13065
13066 2019-03-12 Tom Tromey <tromey@adacore.com>
13067
13068 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13069 const. Add initializers.
13070 (_initialize_remote): Don't initialize ptid globals.
13071
13072 2019-03-12 Pedro Alves <palves@redhat.com>
13073
13074 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13075
13076 2019-03-12 Pedro Alves <palves@redhat.com>
13077
13078 * cp-name-parser.y (main): Remove unused 'len' variable.
13079
13080 2019-03-12 Tom Tromey <tromey@adacore.com>
13081
13082 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13083 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13084
13085 2019-03-12 Tom Tromey <tromey@adacore.com>
13086
13087 * linux-nat.c (iterate_over_lwps): Update.
13088 (stop_callback): Remove parameter.
13089 (stop_wait_callback, detach_callback, resume_set_callback)
13090 (select_singlestep_lwp_callback, set_ignore_sigint)
13091 (status_callback, resumed_callback, resume_clear_callback)
13092 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13093 data parameter.
13094 (linux_nat_target::detach, linux_nat_target::resume)
13095 (linux_stop_and_wait_all_lwps, select_event_lwp)
13096 (linux_nat_filter_event, linux_nat_wait_1)
13097 (linux_nat_target::kill, linux_nat_target::stop)
13098 (linux_nat_target::stop): Update.
13099 (linux_nat_resume_callback): Change type.
13100 (resume_stopped_resumed_lwps, count_events_callback)
13101 (select_event_lwp_callback): Likewise.
13102 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13103 * arm-linux-nat.c (struct update_registers_data): Remove.
13104 (update_registers_callback): Change type.
13105 (arm_linux_insert_hw_breakpoint1): Update.
13106 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13107 parameter.
13108 (x86_linux_dr_set_addr): Update.
13109 (x86_linux_dr_set_control): Update.
13110 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13111 (iterate_over_lwps): Use gdb::function_view.
13112 * nat/aarch64-linux-hw-point.c (struct
13113 aarch64_dr_update_callback_param): Remove.
13114 (debug_reg_change_callback): Change type.
13115 (aarch64_notify_debug_reg_change): Update.
13116 * s390-linux-nat.c (s390_refresh_per_info): Update.
13117
13118 2019-03-11 Tom Tromey <tromey@adacore.com>
13119
13120 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13121 redundant assignment to "this_cu".
13122
13123 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13124
13125 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13126
13127 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13128
13129 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13130 from...
13131 (rank_one_type): ... this.
13132
13133 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13134
13135 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13136 from...
13137 (rank_one_type): ... this.
13138
13139 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13140
13141 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13142 from...
13143 (rank_one_type): ... this.
13144
13145 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13146
13147 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13148 from...
13149 (rank_one_type): ... this.
13150
13151 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13152
13153 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13154 from...
13155 (rank_one_type): ... this.
13156
13157 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13158
13159 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13160 from...
13161 (rank_one_type): ... this.
13162
13163 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13164
13165 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13166 from...
13167 (rank_one_type): ... this.
13168
13169 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13170
13171 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13172 from...
13173 (rank_one_type): ... this.
13174
13175 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13176
13177 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13178 from...
13179 (rank_one_type): ... this.
13180
13181 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13182
13183 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13184 from...
13185 (rank_one_type): ... this.
13186
13187 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13188
13189 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13190 from...
13191 (rank_one_type): ... this.
13192
13193 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13194
13195 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13196 from...
13197 (rank_one_type): ... this.
13198
13199 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13200
13201 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13202 inferior-events' shows the example events.
13203
13204 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13205
13206 Support styling on native MS-Windows console
13207
13208 PR/24315
13209 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13210 on MS-Windows if $TERM is not defined.
13211
13212 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13213
13214 * posix-hdep.c (gdb_console_fputs):
13215 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13216 functions.
13217 * ui-file.h (gdb_console_fputs): Add prototype.
13218
13219 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13220 back to fputs only if the former returns zero.
13221
13222 2019-03-07 Tom Tromey <tom@tromey.com>
13223
13224 * symmisc.c (print_symbol_bcache_statistics): Update.
13225 (print_objfile_statistics): Update.
13226 * symfile.c (allocate_symtab): Update.
13227 * stabsread.c: Don't include bcache.h.
13228 * psymtab.h (struct psymbol_bcache): Don't declare.
13229 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13230 (psymbol_bcache_init, psymbol_bcache_free)
13231 (psymbol_bcache_get_bcache): Don't declare.
13232 * psymtab.c (struct psymbol_bcache): Remove.
13233 (psymtab_storage::psymtab_storage): Update.
13234 (psymtab_storage::~psymtab_storage): Update.
13235 (psymbol_bcache_init, psymbol_bcache_free)
13236 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13237 (add_psymbol_to_bcache): Update.
13238 (allocate_psymtab): Update.
13239 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13240 macro_cache>: No longer pointers.
13241 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13242 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13243 * macrotab.c (macro_bcache): Update.
13244 * macroexp.c: Don't include bcache.h.
13245 * gdbtypes.c (check_types_worklist): Update.
13246 (types_deeply_equal): Remove TRY/CATCH. Update.
13247 * elfread.c (elf_symtab_read): Update.
13248 * dwarf2read.c: Don't include bcache.h.
13249 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13250 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13251 (print_bcache_statistics, bcache_memory_used): Don't declare.
13252 (struct bcache): Move from bcache.c. Add constructor, destructor,
13253 methods. Rename all data members.
13254 * bcache.c (struct bcache): Move to bcache.h.
13255 (bcache::expand_hash_table): Rename from expand_hash_table.
13256 (bcache): Remove.
13257 (bcache::insert): Rename from bcache_full.
13258 (bcache::compare): Rename from bcache_compare.
13259 (bcache_xmalloc): Remove.
13260 (bcache::~bcache): Rename from bcache_xfree.
13261 (bcache::print_statistics): Rename from print_bcache_statistics.
13262 (bcache::memory_used): Rename from bcache_memory_used.
13263
13264 2019-03-07 Pedro Alves <palves@redhat.com>
13265
13266 * infrun.c (normal_stop): Also check for
13267 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13268
13269 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13270
13271 * f-lang.c (value_from_host_double): Moved to...
13272 * value.c (value_from_host_double): ...here.
13273 * value.h (value_from_host_double): Declare.
13274 * guile/scm-math.c (vlscm_convert_typed_number): Use
13275 value_from_host_double.
13276 (vlscm_convert_number): Likewise.
13277 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13278 * python/py-value.c (convert_value_from_python): Likewise.
13279
13280 2019-03-06 Tom Tromey <tom@tromey.com>
13281
13282 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13283
13284 2019-03-06 Tom Tromey <tom@tromey.com>
13285
13286 * utils.h (free_current_contents): Don't declare.
13287 * utils.c (free_current_contents): Remove.
13288
13289 2019-03-06 Tom Tromey <tom@tromey.com>
13290
13291 * top.c (quit_force): Update.
13292 * main.c (captured_command_loop): Update.
13293 * common/new-op.c (operator new): Update.
13294 * common/common-exceptions.c (struct catcher)
13295 <save_cleanup_chain>: Remove member.
13296 (exceptions_state_mc_init): Update.
13297 (exception_try_scope_entry): Return nullptr.
13298 (exception_try_scope_exit, exception_rethrow)
13299 (throw_exception_sjlj, throw_exception_cxx): Update.
13300 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13301 (all_cleanups, do_cleanups, discard_cleanups)
13302 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13303 (restore_cleanups, restore_final_cleanups): Don't declare.
13304 (do_final_cleanups): Remove parameter.
13305 * common/cleanups.c (cleanup_chain, make_cleanup)
13306 (make_cleanup_dtor, all_cleanups, do_cleanups)
13307 (discard_my_cleanups, discard_cleanups)
13308 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13309 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13310 (null_cleanup): Remove.
13311 (do_final_cleanups): Remove parameter.
13312
13313 2019-03-06 Tom Tromey <tom@tromey.com>
13314
13315 * remote.c (remote_target::remote_parse_stop_reply): Use
13316 unique_xmalloc_ptr.
13317
13318 2019-03-06 Tom Tromey <tom@tromey.com>
13319
13320 * stabsread.c (struct stabs_field_info): Rename from field_info.
13321 <list, fnlist>: Add initializers.
13322 <obstack>: New member.
13323 (read_member_functions, read_struct_fields, read_baseclasses):
13324 Allocate on obstack. Don't use cleanups.
13325 (read_one_struct_field, read_member_functions, read_struct_fields)
13326 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13327 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13328 (read_struct_type): Update.
13329
13330 2019-03-06 Tom Tromey <tom@tromey.com>
13331
13332 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13333 * common/filestuff.h (make_cleanup_close): Don't declare.
13334 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13335 Remove.
13336
13337 2019-03-06 Tom Tromey <tom@tromey.com>
13338
13339 * solib-aix.c: Use make_scope_exit.
13340
13341 2019-03-06 Tom Tromey <tom@tromey.com>
13342
13343 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13344 Use make_scope_exit.
13345
13346 2019-03-06 Tom Tromey <tom@tromey.com>
13347
13348 * solib-svr4.c (disable_probes_interface): Remove parameter.
13349 (svr4_handle_solib_event): Use make_scope_exit.
13350
13351 2019-03-06 Tom Tromey <tom@tromey.com>
13352
13353 * remote.c (struct stop_reply_deleter): Remove.
13354 (stop_reply_up): Update.
13355 (struct stop_reply): Derive from notif_event. Don't typedef.
13356 <regcache>: Now a std::vector.
13357 (stop_reply_xfree): Remove.
13358 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13359 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13360 (remote_target::discard_pending_stop_replies): Use delete.
13361 (remote_target::remote_parse_stop_reply): Update.
13362 (remote_target::process_stop_reply): Update.
13363 * remote-notif.h (struct notif_event): Add virtual destructor.
13364 Remove "dtr" member.
13365 (struct notif_client) <alloc_event>: Return a unique_ptr.
13366 (notif_event_xfree): Don't declare.
13367 (notif_event_up): New typedef.
13368 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13369 (notif_event_xfree, do_notif_event_xfree): Remove.
13370 (remote_notif_state_xfree): Update.
13371
13372 2019-03-06 Tom Tromey <tom@tromey.com>
13373
13374 * infrun.c (displaced_step_clear_cleanup): Now a
13375 forward_scope_exit type.
13376 (displaced_step_prepare_throw): Update.
13377 (displaced_step_fixup): Update.
13378
13379 2019-03-06 Tom Tromey <tom@tromey.com>
13380
13381 * inferior.h (class inferior): Update comment.
13382 * gdbthread.h (class thread_info): Update comment.
13383
13384 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13385 Tom Tromey <tom@tromey.com>
13386
13387 * stabsread.h (struct stab_section_list): Remove.
13388 (coffstab_build_psymtabs): Update.
13389 * dbxread.c (symbuf_sections): Now a std::vector.
13390 (sect_idx): New global.
13391 (fill_symbuf): Update.
13392 (coffstab_build_psymtabs): Change type of stabsects parameter.
13393 Update.
13394 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13395 std::vector.
13396 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13397 (coff_locate_sections): Update.
13398 (coff_symfile_read): Remove cleanups. Update.
13399 (init_stringtab): Add storage parameter.
13400 (free_stringtab, free_stringtab_cleanup): Remove.
13401 (init_lineno): Add storage parameter.
13402 (free_linetab, free_linetab_cleanup): Remove.
13403
13404 2019-03-06 Pedro Alves <palves@redhat.com>
13405
13406 * linux-fork.c (fork_info::clobber_regs): Delete.
13407 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13408 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13409 comment. Adjust.
13410 (scoped_switch_fork_info::scoped_switch_fork_info)
13411 (checkpoint_command, linux_fork_context): Adjust
13412 fork_save_infrun_state calls.
13413
13414 2019-03-06 Pedro Alves <palves@redhat.com>
13415
13416 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13417 (inf_has_multiple_threads): Return 'bool' and rewrite using
13418 inferior_info::threads().
13419
13420 2019-03-06 Pedro Alves <palves@redhat.com>
13421
13422 * linux-fork.c: Include <list>.
13423 (fork_list): Now a std::list instance.
13424 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13425 (forks_exist_p, find_last_fork): Adjust.
13426 (new_fork): Delete.
13427 (one_fork_p): New.
13428 (add_fork): Adjust.
13429 (free_fork): Delete, folded into fork_info::~fork_info().
13430 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13431 Adjust.
13432 (init_fork_list): Delete.
13433 (linux_fork_killall, linux_fork_mourn_inferior)
13434 (linux_fork_detach, info_checkpoints_command): Adjust.
13435 (_initialize_linux_fork): No longer call init_fork_list.
13436
13437 2019-03-06 Pedro Alves <palves@redhat.com>
13438
13439 * linux-fork.c (new_fork): New, split out of ...
13440 (add_fork): ... this. Return void. Move "first fork" special
13441 case from here, to ...
13442 (checkpoint_command): ... here.
13443 * linux-linux.h (add_fork): Return void.
13444
13445 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13446
13447 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13448
13449 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13450 Chris January <chris.january@arm.com>
13451 David Lecomber <david.lecomber@arm.com>
13452
13453 * f-exp.y: New token, UNOP_INTRINSIC.
13454 (exp): New pattern using UNOP_INTRINSIC token.
13455 (f77_keywords): Add 'abs' keyword.
13456 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13457 (value_from_host_double): New function.
13458 (evaluate_subexp_f): Support UNOP_ABS.
13459
13460 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13461
13462 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13463 types.
13464
13465 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13466
13467 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13468 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13469 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13470
13471 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13472
13473 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13474
13475 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13476 Chris January <chris.january@arm.com>
13477
13478 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13479 * f-exp.y: Define 'KIND' token.
13480 (exp): New pattern for KIND expressions.
13481 (ptype): Handle types with a kind extension.
13482 (direct_abs_decl): Extend to spot kind extensions.
13483 (f77_keywords): Add 'kind' to the list.
13484 (push_kind_type): New function.
13485 (convert_to_kind_type): New function.
13486 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13487 * parse.c (operator_length_standard): Likewise.
13488 * parser-defs.h (enum type_pieces): Add tp_kind.
13489 * std-operator.def: Add UNOP_KIND.
13490
13491 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13492
13493 * f-exp.y (f_parse): Set yydebug.
13494
13495 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13496
13497 * f-lang.c (evaluate_subexp_f): New function.
13498 (exp_descriptor_f): New global.
13499 (f_language_defn): Use exp_descriptor_f instead of
13500 exp_descriptor_standard.
13501
13502 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13503
13504 * f-exp.y (struct token): Add comments.
13505 (dot_ops): Remove uppercase versions and the end marker.
13506 (f77_keywords): Likewise.
13507 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13508 entries in the dot_ops array are case insensitive, and use
13509 strncasecmp to compare strings. Also some whitespace cleanup in
13510 this area. Similar for the f77_keywords array, except entries in
13511 this list might be case sensitive.
13512
13513 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13514
13515 * f-exp.y (struct f77_boolean_val): Add comments.
13516 (boolean_values): Remove uppercase versions, and end marker.
13517 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13518 and use strncasecmp to achieve case insensitivity. Additionally,
13519 perform whitespace cleanup around this code.
13520
13521 2019-03-06 Tom Tromey <tromey@adacore.com>
13522
13523 * remote-sim.c (gdbsim_target_open): Use result of
13524 gdb_argv::release.
13525
13526 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13527 Dirk Schubert <dirk.schubert@arm.com>
13528 Chris January <chris.january@arm.com>
13529
13530 * eval.c (evaluate_subexp_standard): Call Fortran argument
13531 wrapping logic.
13532 * f-lang.c (struct value): A value which can be passed into a
13533 Fortran function call.
13534 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13535 where appropriate.
13536 (struct type): Value ready for a Fortran function call.
13537 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13538 is needed.
13539 * f-lang.h (fortran_argument_convert): Declaration.
13540 (fortran_preserve_arg_pointer): Declaration.
13541 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13542
13543 2019-03-05 Tom Tromey <tromey@adacore.com>
13544
13545 * python/py-prettyprint.c (print_string_repr): Remove #if.
13546 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13547
13548 2019-03-05 Tom Tromey <tromey@adacore.com>
13549
13550 * target.c (the_dummy_target): Move later. Change type to
13551 "dummy_target".
13552 (initialize_targets): Don't initialize the_dummy_target.
13553
13554 2019-03-05 Tom Tromey <tromey@adacore.com>
13555
13556 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13557 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13558
13559 2019-03-05 Tom Tromey <tromey@adacore.com>
13560
13561 * windows-nat.c (windows_nat_target::attach)
13562 (windows_nat_target::detach): Don't call gdb_flush.
13563 * valprint.c (generic_val_print, val_print, val_print_string):
13564 Don't call gdb_flush.
13565 * utils.c (defaulted_query): Don't call gdb_flush.
13566 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13567 * target.c (target_announce_detach): Don't call gdb_flush.
13568 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13569 * remote.c (extended_remote_target::attach): Don't call
13570 gdb_flush.
13571 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13572 * printcmd.c (do_examine): Don't call gdb_flush.
13573 (info_display_command): Don't call gdb_flush.
13574 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13575 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13576 * memattr.c (info_mem_command): Don't call gdb_flush.
13577 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13578 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13579 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13580 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13581 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13582 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13583 (gnu_nat_target::detach): Don't call gdb_flush.
13584 * f-valprint.c (f_val_print): Don't call gdb_flush.
13585 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13586 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13587 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13588 gdb_flush.
13589 * c-valprint.c (c_val_print): Don't call gdb_flush.
13590 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13591
13592 2019-03-05 Tom Tromey <tromey@adacore.com>
13593
13594 * varobj.c (update_dynamic_varobj_children): Update.
13595 (install_default_visualizer): Use reset, not release.
13596 * value.c (set_internalvar): Update.
13597 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13598 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13599 ATTRIBUTE_UNUSED_RESULT.
13600
13601 2019-03-05 Tom Tromey <tromey@adacore.com>
13602
13603 * remote.c (class scoped_remote_fd) <release>: Add
13604 ATTRIBUTE_UNUSED_RESULT.
13605
13606 2019-03-05 Tom Tromey <tromey@adacore.com>
13607
13608 * macroexp.c (struct macro_buffer) <release>: Add
13609 ATTRIBUTE_UNUSED_RESULT.
13610
13611 2019-03-05 Tom Tromey <tromey@adacore.com>
13612
13613 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13614 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13615 ATTRIBUTE_UNUSED_RESULT.
13616
13617 2019-03-05 Tom Tromey <tromey@adacore.com>
13618
13619 * common/scoped_fd.h (class scoped_fd) <release>: Add
13620 ATTRIBUTE_UNUSED_RESULT.
13621
13622 2019-03-05 Tom Tromey <tromey@adacore.com>
13623
13624 * parser-defs.h (struct parser_state) <release>: Add
13625 ATTRIBUTE_UNUSED_RESULT.
13626
13627 2019-03-05 Tom Tromey <tromey@adacore.com>
13628
13629 * utils.h (class gdb_argv) <release>: Add
13630 ATTRIBUTE_UNUSED_RESULT.
13631 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13632
13633 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13634
13635 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13636 for-loop range, to avoid compiler warnings.
13637
13638 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13639 avoid compiler warnings about unused variables.
13640
13641 * NEWS: Mention end of support for native debugging on MS-Windows
13642 before XP.
13643
13644 PR gdb/24292
13645 * common/netstuff.c:
13646 * gdbserver/gdbreplay.c
13647 * gdbserver/remote-utils.c:
13648 * ser-tcp.c:
13649 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13650 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13651 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13652 'getaddrinfo' and 'freeaddrinfo' were not available before
13653 Windows XP, and mingw.org's MinGW headers by default define
13654 _WIN32_WINNT to 0x500.
13655
13656 2019-03-01 Gary Benson <gbenson@redhat.com>
13657
13658 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13659
13660 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13661 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13662
13663 PR gdb/8527
13664 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13665 set_sigint_trap, clear_sigint_trap.
13666
13667 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13668
13669 * target.c (target_detach): Clear the regcache and the
13670 frame cache.
13671
13672 2019-02-27 Pedro Alves <palves@redhat.com>
13673
13674 * utils.c (set_screen_size): When we cap the height/width sizes,
13675 tweak the corresponding command variable to show "unlimited":
13676
13677 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13678 Pedro Alves <palves@redhat.com>
13679
13680 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13681 before calling rl_set_screen_size.
13682
13683 2019-02-27 Tom Tromey <tromey@adacore.com>
13684
13685 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13686 define.
13687 * python/py-value.c: Remove Python 2.4 workaround.
13688 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13689 workaround.
13690 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13691 Python 2.4 workaround.
13692 * python/python-internal.h: Remove Python 2.4 comment.
13693 (Py_ssize_t): Don't define.
13694 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13695 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13696 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13697 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13698 * python/python.c (do_start_initialization): Remove Python 2.4
13699 workaround.
13700 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13701 (print_children): Remove Python 2.4 workaround.
13702 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13703 workaround.
13704 (CHARBUFFERPROC_NAME): Remove.
13705 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13706 Python 2.4 workaround.
13707
13708 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13709
13710 * NEWS: Note minimum Python version.
13711
13712 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13713
13714 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13715 code from these functions. Remove corresponding ifdefs. Use
13716 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13717 Remove gotos and target of gotos.
13718 (infpy_search_memory): Likewise.
13719
13720 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13721
13722 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13723 (hppa_gdbarch_init): Don't register deleted functions with
13724 gdbarch.
13725
13726 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13727
13728 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13729 (h8300_unwind_sp): Delete.
13730 (h8300_dummy_id): Delete.
13731 (h8300_gdbarch_init): Don't register deleted functions with
13732 gdbarch.
13733
13734 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13735
13736 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13737 (ft32_unwind_pc): Delete.
13738 (ft32_unwind_sp): Delete.
13739 (ft32_gdbarch_init): Don't register deleted functions with
13740 gdbarch.
13741
13742 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13743
13744 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13745 (frv_unwind_pc): Delete.
13746 (frv_unwind_sp): Delete.
13747 (frv_gdbarch_init): Don't register deleted functions with
13748 gdbarch.
13749
13750 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13751
13752 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13753 (riscv_unwind_pc): Delete.
13754 (riscv_unwind_sp): Delete.
13755 (riscv_gdbarch_init): Don't register deleted functions with
13756 gdbarch.
13757
13758 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13759
13760 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13761 (csky_unwind_pc): Delete.
13762 (csky_unwind_sp): Delete.
13763 (csky_gdbarch_init): Don't register deleted functions with
13764 gdbarch.
13765
13766 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13767
13768 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13769 (cris_unwind_pc): Delete.
13770 (cris_unwind_sp): Delete.
13771 (cris_gdbarch_init): Don't register deleted functions with
13772 gdbarch.
13773
13774 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13775
13776 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13777 (bfin_unwind_pc): Delete.
13778 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13779
13780 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13781
13782 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13783 (arm_unwind_pc): Delete.
13784 (arm_unwind_sp): Delete.
13785 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13786
13787 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13788
13789 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13790 (arc_unwind_pc): Delete.
13791 (arc_unwind_sp): Delete.
13792 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13793
13794 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13795
13796 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13797 (alpha_unwind_pc): Delete.
13798 (alpha_gdbarch_init): Don't register deleted functions with
13799 gdbarch.
13800
13801 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13802
13803 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13804 (aarch64_unwind_pc): Delete.
13805 (aarch64_unwind_sp): Delete.
13806 (aarch64_gdbarch_init): Don't register deleted functions with
13807 gdbarch.
13808
13809 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13810
13811 * gdbtypes.c (type_align): Don't consider static members when
13812 computing structure alignment.
13813
13814 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13815
13816 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13817 return 0 for other types.
13818 * arch-utils.c (default_type_align): Always return 0.
13819 * gdbarch.h: Regenerate.
13820 * gdbarch.sh (type_align): Extend comment.
13821 * gdbtypes.c (type_align): Add additional comments, always call
13822 gdbarch_type_align before applying the default rules.
13823 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13824 generic code will then apply a suitable default.
13825 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13826 types, return 0 for other types.
13827
13828 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13829
13830 * NEWS: Create a new section for the next release branch.
13831 Rename the section of the current branch, now that it has
13832 been cut.
13833
13834 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13835
13836 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13837 * version.in: Bump version to 8.3.50.DATE-git.
13838
13839 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13840
13841 * aix-thread.c (ptid_cmp): Remove unused variable.
13842 (get_signaled_thread): Likewise.
13843 (store_regs_user_thread): Likewise.
13844 (store_regs_kernel_thread): Likewise.
13845 (fetch_regs_kernel_thread): Remove shadowed variable.
13846
13847 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13848
13849 * features/riscv/32bit-cpu.xml: Add register numbers.
13850 * features/riscv/32bit-fpu.c: Regenerate.
13851 * features/riscv/32bit-fpu.xml: Add register numbers.
13852 * features/riscv/64bit-cpu.xml: Add register numbers.
13853 * features/riscv/64bit-fpu.c: Regenerate.
13854 * features/riscv/64bit-fpu.xml: Add register numbers.
13855
13856 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13857
13858 * NEWS: Mention two argument form of gdb.Value constructor.
13859 * python/py-value.c (convert_buffer_and_type_to_value): New
13860 function.
13861 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13862 Add support for handling an optional second argument. Call
13863 convert_buffer_and_type_to_value as appropriate.
13864 * python/python-internal.h (Py_buffer_deleter): New struct.
13865 (Py_buffer_up): New typedef.
13866
13867 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13868
13869 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13870 instead of releasing ownership.
13871
13872 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13873
13874 * dwarf2read.c (open_and_init_dwp_file): Call
13875 elf_numsections instead of bfd_count_sections to initialize
13876 dwp_file->num_sections.
13877
13878 2019-02-25 Tom Tromey <tromey@adacore.com>
13879
13880 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13881
13882 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13883
13884 * gcore.in: Add '--readnever' option when invoking GDB.
13885
13886 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13887
13888 * MAINTAINERS: Update my email address.
13889
13890 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13891
13892 * build-id.c (build_id_to_debug_bfd_1): New function.
13893 (build_id_to_debug_bfd): Look for separate debug file in
13894 sysroot.
13895
13896 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13897
13898 * gdbarch.sh: Update the copyright year range that is placed into
13899 generated files.
13900
13901 2019-02-22 Keith Seitz <keiths@redhat.com>
13902
13903 PR symtab/23853
13904 * linespec.c (create_sals_line_offset): Search for the default
13905 symtab's filename instead of its fullname.
13906
13907 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13908
13909 * NEWS: Update style defaults.
13910
13911 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13912
13913 * main.c (captured_main_1): Disable styling in batch mode.
13914
13915 2019-02-20 Tom Tromey <tom@tromey.com>
13916
13917 * symtab.c (symtab_symbol_info): Fix typos.
13918
13919 2019-02-20 Tom Tromey <tromey@adacore.com>
13920
13921 * findcmd.c (_initialize_mem_search): Use upper case for
13922 metasyntactic variables.
13923
13924 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13925
13926 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13927 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13928
13929 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13930
13931 * top.h (source_file_name): Change to std::string.
13932 * top.c (source_file_name): Likewise.
13933 (command_line_input): Adjust.
13934 * cli/cli-script.c (script_from_file): Adjust.
13935
13936 2019-02-19 Tom Tromey <tromey@adacore.com>
13937
13938 * ravenscar-thread.c
13939 (ravenscar_thread_target::update_thread_list): Don't call
13940 ada_build_task_list.
13941 * ada-lang.h (ada_build_task_list): Don't declare.
13942 * ada-tasks.c (struct ada_tasks_inferior_data)
13943 <task_list_valid_p>: Now bool.
13944 (read_known_tasks, ada_task_list_changed)
13945 (ada_tasks_invalidate_inferior_data): Update.
13946 (read_known_tasks_array): Return bool.
13947 (read_known_tasks_list): Likewise.
13948 (read_known_tasks): Return void.
13949 (ada_build_task_list): Now static.
13950
13951 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13952
13953 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13954 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13955
13956 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13957
13958 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13959 variant for ada_tasks_pspace_data_handle and
13960 ada_tasks_inferior_data_handle.
13961 (ada_tasks_pspace_data_cleanup): New function.
13962 (ada_tasks_inferior_data_cleanup): New function.
13963
13964 2019-02-17 Tom Tromey <tom@tromey.com>
13965
13966 * macrotab.h (macro_source_fullname): Return a std::string.
13967 * macrotab.c (macro_include, check_for_redefinition)
13968 (macro_undef, macro_lookup_definition, foreach_macro)
13969 (foreach_macro_in_scope): Update.
13970 (macro_source_fullname): Return a std::string.
13971 * macrocmd.c (show_pp_source_pos): Update.
13972
13973 2019-02-17 Tom Tromey <tom@tromey.com>
13974
13975 * macrocmd.c (show_pp_source_pos): Style the file names.
13976
13977 2019-02-17 Tom Tromey <tom@tromey.com>
13978
13979 PR tui/24197:
13980 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13981
13982 2019-02-17 Tom Tromey <tom@tromey.com>
13983
13984 * ada-lang.c (user_select_syms): Use filtered printing.
13985 * utils.c (wrap_style): New global.
13986 (desired_style): Remove.
13987 (emit_style_escape): Add stream parameter.
13988 (set_output_style, reset_terminal_style, prompt_for_continue):
13989 Update.
13990 (flush_wrap_buffer): Only flush gdb_stdout.
13991 (wrap_here): Set wrap_style.
13992 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13993 treat escape sequences as a character. Change when wrap buffer is
13994 flushed.
13995 (fputs_styled): Do not set the output style when the default is
13996 requested.
13997 * ui-style.h (struct ui_file_style) <is_default>: New method.
13998 * source.c (print_source_lines_base): Emit escape sequences in one
13999 piece.
14000
14001 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14002
14003 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14004 integers and enumeration types.
14005
14006 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14007
14008 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14009 instead of lookup_symbol_in_language
14010 (do_exact_match): New function.
14011 (ada_get_symbol_name_matcher): Return do_exact_match when
14012 doing a verbatim match.
14013
14014 2019-02-15 Tom Tromey <tromey@adacore.com>
14015
14016 * ravenscar-thread.c (ravenscar_thread_target::resume)
14017 (ravenscar_thread_target::wait): Special case wildcard requests.
14018
14019 2019-02-15 Tom Tromey <tromey@adacore.com>
14020
14021 * ravenscar-thread.c (base_ptid): Remove.
14022 (struct ravenscar_thread_target) <close>: New method.
14023 <m_base_ptid>: New member.
14024 <update_inferior_ptid, active_task, task_is_currently_active,
14025 runtime_initialized>: Declare methods.
14026 <ravenscar_thread_target>: Add constructor.
14027 (ravenscar_thread_target::task_is_currently_active)
14028 (ravenscar_thread_target::update_inferior_ptid)
14029 (ravenscar_runtime_initialized): Rename. Now methods.
14030 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14031 (ravenscar_thread_target::update_thread_list): Update.
14032 (ravenscar_thread_target::active_task): Now method.
14033 (ravenscar_thread_target::store_registers)
14034 (ravenscar_thread_target::prepare_to_store)
14035 (ravenscar_thread_target::prepare_to_store)
14036 (ravenscar_thread_target::mourn_inferior): Update.
14037 (ravenscar_inferior_created): Use "new" to create target.
14038 (ravenscar_thread_target::get_ada_task_ptid): Update.
14039 (_initialize_ravenscar): Don't initialize base_ptid.
14040 (ravenscar_ops): Remove global.
14041
14042 2019-02-15 Tom Tromey <tromey@adacore.com>
14043
14044 * target.h (push_target): Declare new overload.
14045 * target.c (push_target): New overload, taking an rvalue reference.
14046 * remote.c (remote_target::open_1): Use push_target overload.
14047 * corelow.c (core_target_open): Use push_target overload.
14048
14049 2019-02-15 Tom Tromey <tromey@adacore.com>
14050
14051 * ravenscar-thread.c (is_ravenscar_task)
14052 (ravenscar_task_is_currently_active): Return bool.
14053 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14054 (_initialize_ravenscar): Remove "(void)".
14055 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14056 Return bool.
14057
14058 2019-02-15 Tom Tromey <tromey@adacore.com>
14059
14060 * ravenscar-thread.c (ravenscar_runtime_initializer)
14061 (has_ravenscar_runtime, get_running_thread_id)
14062 (ravenscar_thread_target::resume): Fix indentation.
14063
14064 2019-02-15 Tom Tromey <tromey@adacore.com>
14065
14066 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14067 from ravenscar_arch_ops.
14068 (sparc_ravenscar_ops::fetch_registers)
14069 (sparc_ravenscar_ops::store_registers): Now methods.
14070 (sparc_ravenscar_prepare_to_store): Remove.
14071 (sparc_ravenscar_ops): Redefine.
14072 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14073 methods and destructor. Remove members.
14074 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14075 (ravenscar_thread_target::store_registers)
14076 (ravenscar_thread_target::prepare_to_store): Update.
14077 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14078 Remove.
14079 (struct ppc_ravenscar_powerpc_ops): Derive from
14080 ravenscar_arch_ops.
14081 (ppc_ravenscar_powerpc_ops::fetch_registers)
14082 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14083 (ppc_ravenscar_powerpc_ops): Redefine.
14084 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14085 (ppc_ravenscar_e500_ops::fetch_registers)
14086 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14087 (ppc_ravenscar_e500_ops): Redefine.
14088 * aarch64-ravenscar-thread.c
14089 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14090 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14091 (aarch64_ravenscar_fetch_registers)
14092 (aarch64_ravenscar_store_registers): Now methods.
14093 (aarch64_ravenscar_ops): Redefine.
14094
14095 2019-02-15 Tom Tromey <tromey@adacore.com>
14096
14097 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14098 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14099 (ravenscar_thread_target::stopped_by_watchpoint)
14100 (ravenscar_thread_target::stopped_data_address)
14101 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14102
14103 2019-02-15 Tom Tromey <tromey@adacore.com>
14104
14105 * ravenscar-thread.c: Fix some typos.
14106
14107 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14108 Tom Tromey <tromey@adacore.com>
14109
14110 * ada-lang.c (ada_exception_sal): Change addr_string to a
14111 std::string.
14112 (create_ada_exception_catchpoint): Update.
14113
14114 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14115 Tom Tromey <tromey@adacore.com>
14116
14117 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14118 (bp_location_ops): Remove.
14119 (base_breakpoint_allocate_location): Update.
14120 (free_bp_location): Update.
14121 * ada-lang.c (class ada_catchpoint_location)
14122 <ada_catchpoint_location>: Remove ops parameter.
14123 (ada_catchpoint_location_dtor): Remove.
14124 (ada_catchpoint_location_ops): Remove.
14125 (allocate_location_exception): Update.
14126 * breakpoint.h (struct bp_location_ops): Remove.
14127 (class bp_location) <bp_location>: Remove bp_location_ops
14128 parameter.
14129 <~bp_location>: Add destructor.
14130 <ops>: Remove.
14131
14132 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14133 Pedro Alves <palves@redhat.com>
14134
14135 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14136 'PATH_MAX'.
14137
14138 2019-02-14 David Michael <fedora.dm0@gmail.com>
14139 Samuel Thibault <samuel.thibault@gnu.org>
14140 Thomas Schwinge <thomas@codesourcery.com>
14141
14142 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14143 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14144
14145 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14146
14147 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14148 (check_empty): Use "const char *".
14149
14150 * gnu-nat.c (gnu_nat_target::detach): Instead of
14151 'detach_inferior (pid)' call
14152 'detach_inferior (find_inferior_pid (pid))'.
14153
14154 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14155 'nat/fork-inferior.o'.
14156 * gnu-nat.c: #include "nat/fork-inferior.h".
14157
14158 * gnu-nat.c (gnu_nat_target::detach): Instead of
14159 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14160 * gnu-nat.h: #include "inf-child.h".
14161 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14162 'i386_gnu_nat_target::fetch_registers'.
14163 (gnu_store_registers): Rename/move to
14164 'i386_gnu_nat_target::store_registers'.
14165
14166 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14167 * gnu-nat.h (mach_thread_info): New function.
14168 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14169
14170 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14171
14172 2019-02-14 Frederic Konrad <konrad@adacore.com>
14173
14174 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14175
14176 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14177
14178 * windows-nat.c (windows_add_thread): Add new parameter
14179 "main_thread_p" with default value set to false. Update
14180 function documentation as well as all callers.
14181 (windows_delete_thread): Likewise.
14182 (fake_create_process): Update call to windows_add_thread.
14183 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14184 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14185 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14186 call to windows_delete_thread.
14187
14188 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14189
14190 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14191
14192 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14193
14194 * symfile.c (find_separate_debug_file): Use canonical path of
14195 sysroot with child_path instead of gdb_sysroot if it is valid.
14196
14197 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14198
14199 * symfile.c (find_separate_debug_file): Use child_path to
14200 determine if an object file is under a sysroot.
14201
14202 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14203
14204 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14205 unittests/child-path-selftests.c.
14206 * common/pathstuff.c (child_path): New function.
14207 * common/pathstuff.h (child_path): New prototype.
14208 * unittests/child-path-selftests.c: New file.
14209
14210 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14211
14212 * symfile.c (find_separate_debug_file): Look for separate debug
14213 files in debug directories under the sysroot.
14214
14215 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14216
14217 * symtab.h (struct minimal_symbol data_p): New const method.
14218 (struct minimal_symbol text_p): Likewise.
14219 * symtab.c (output_source_filename): Use file name style
14220 to print file name.
14221 (print_symbol_info): Likewise.
14222 (print_msymbol_info): Use address style to print addresses.
14223 Use function name style to print executable text symbols.
14224 (expand_symtab_containing_pc): Use data_p.
14225 (find_pc_sect_compunit_symtab): Likewise.
14226
14227 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14228
14229 * breakpoint.c (describe_other_breakpoints): Use address style
14230 to print addresses.
14231 (say_where): Likewise.
14232
14233 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14234
14235 * ada-typeprint.c (print_func_type): Print function name
14236 style to print function name.
14237 * c-typeprint.c (c_print_type_1): Likewise.
14238
14239 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14240
14241 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14242 for execve.
14243
14244 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14245
14246 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14247 type_stack.
14248
14249 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14250
14251 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14252 TYPE_CODE_REF types.
14253
14254 2019-02-08 Jim Wilson <jimw@sifive.com>
14255
14256 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14257 (riscv_linux_fregset): New.
14258 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14259
14260 2019-02-07 Tom Tromey <tom@tromey.com>
14261
14262 * thread.c (thread_cancel_execution_command): Update.
14263 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14264 methods.
14265 (struct thread_fsm_ops): Remove.
14266 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14267 (thread_fsm_should_stop, thread_fsm_return_value)
14268 (thread_fsm_set_finished, thread_fsm_finished_p)
14269 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14270 Don't declare.
14271 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14272 * infrun.c (clear_proceed_status_thread)
14273 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14274 (print_stop_event): Update.
14275 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14276 Add constructor.
14277 (step_command_fsm_ops): Remove.
14278 (new_step_command_fsm): Remove.
14279 (step_1): Update.
14280 (step_command_fsm::should_stop): Rename from
14281 step_command_fsm_should_stop.
14282 (step_command_fsm::clean_up): Rename from
14283 step_command_fsm_clean_up.
14284 (step_command_fsm::do_async_reply_reason): Rename from
14285 step_command_fsm_async_reply_reason.
14286 (struct until_next_fsm): Inherit from thread_fsm. Add
14287 constructor.
14288 (until_next_fsm_ops): Remove.
14289 (new_until_next_fsm): Remove.
14290 (until_next_fsm::should_stop): Rename from
14291 until_next_fsm_should_stop.
14292 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14293 (until_next_fsm::do_async_reply_reason): Rename from
14294 until_next_fsm_async_reply_reason.
14295 (struct finish_command_fsm): Inherit from thread_fsm. Add
14296 constructor. Change type of breakpoint.
14297 (finish_command_fsm_ops): Remove.
14298 (new_finish_command_fsm): Remove.
14299 (finish_command_fsm::should_stop): Rename from
14300 finish_command_fsm_should_stop.
14301 (finish_command_fsm::clean_up): Rename from
14302 finish_command_fsm_clean_up.
14303 (finish_command_fsm::return_value): Rename from
14304 finish_command_fsm_return_value.
14305 (finish_command_fsm::do_async_reply_reason): Rename from
14306 finish_command_fsm_async_reply_reason.
14307 (finish_command): Update.
14308 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14309 Add constructor.
14310 (call_thread_fsm_ops): Remove.
14311 (call_thread_fsm::call_thread_fsm): Rename from
14312 new_call_thread_fsm.
14313 (call_thread_fsm::should_stop): Rename from
14314 call_thread_fsm_should_stop.
14315 (call_thread_fsm::should_notify_stop): Rename from
14316 call_thread_fsm_should_notify_stop.
14317 (run_inferior_call, call_function_by_hand_dummy): Update.
14318 * cli/cli-interp.c (should_print_stop_to_console): Update.
14319 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14320 Add constructor. Change type of location_breakpoint,
14321 caller_breakpoint.
14322 (until_break_fsm_ops): Remove.
14323 (new_until_break_fsm): Remove.
14324 (until_break_fsm::should_stop): Rename from
14325 until_break_fsm_should_stop.
14326 (until_break_fsm::clean_up): Rename from
14327 until_break_fsm_clean_up.
14328 (until_break_fsm::do_async_reply_reason): Rename from
14329 until_break_fsm_async_reply_reason.
14330 (until_break_command): Update.
14331 * thread-fsm.c: Remove.
14332 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14333
14334 2019-02-07 Tom Tromey <tom@tromey.com>
14335
14336 * yy-remap.h: Add include guard.
14337 * xtensa-tdep.h: Add include guard.
14338 * xcoffread.h: Rename include guard.
14339 * varobj-iter.h: Add include guard.
14340 * tui/tui.h: Rename include guard.
14341 * tui/tui-winsource.h: Rename include guard.
14342 * tui/tui-wingeneral.h: Rename include guard.
14343 * tui/tui-windata.h: Rename include guard.
14344 * tui/tui-win.h: Rename include guard.
14345 * tui/tui-stack.h: Rename include guard.
14346 * tui/tui-source.h: Rename include guard.
14347 * tui/tui-regs.h: Rename include guard.
14348 * tui/tui-out.h: Rename include guard.
14349 * tui/tui-layout.h: Rename include guard.
14350 * tui/tui-io.h: Rename include guard.
14351 * tui/tui-hooks.h: Rename include guard.
14352 * tui/tui-file.h: Rename include guard.
14353 * tui/tui-disasm.h: Rename include guard.
14354 * tui/tui-data.h: Rename include guard.
14355 * tui/tui-command.h: Rename include guard.
14356 * tic6x-tdep.h: Add include guard.
14357 * target/waitstatus.h: Rename include guard.
14358 * target/wait.h: Rename include guard.
14359 * target/target.h: Rename include guard.
14360 * target/resume.h: Rename include guard.
14361 * target-float.h: Rename include guard.
14362 * stabsread.h: Add include guard.
14363 * rs6000-tdep.h: Add include guard.
14364 * riscv-fbsd-tdep.h: Add include guard.
14365 * regformats/regdef.h: Rename include guard.
14366 * record.h: Rename include guard.
14367 * python/python.h: Rename include guard.
14368 * python/python-internal.h: Rename include guard.
14369 * python/py-stopevent.h: Rename include guard.
14370 * python/py-ref.h: Rename include guard.
14371 * python/py-record.h: Rename include guard.
14372 * python/py-record-full.h: Rename include guard.
14373 * python/py-record-btrace.h: Rename include guard.
14374 * python/py-instruction.h: Rename include guard.
14375 * python/py-events.h: Rename include guard.
14376 * python/py-event.h: Rename include guard.
14377 * procfs.h: Add include guard.
14378 * proc-utils.h: Add include guard.
14379 * p-lang.h: Add include guard.
14380 * or1k-tdep.h: Rename include guard.
14381 * observable.h: Rename include guard.
14382 * nto-tdep.h: Rename include guard.
14383 * nat/x86-linux.h: Rename include guard.
14384 * nat/x86-linux-dregs.h: Rename include guard.
14385 * nat/x86-gcc-cpuid.h: Add include guard.
14386 * nat/x86-dregs.h: Rename include guard.
14387 * nat/x86-cpuid.h: Rename include guard.
14388 * nat/ppc-linux.h: Rename include guard.
14389 * nat/mips-linux-watch.h: Rename include guard.
14390 * nat/linux-waitpid.h: Rename include guard.
14391 * nat/linux-ptrace.h: Rename include guard.
14392 * nat/linux-procfs.h: Rename include guard.
14393 * nat/linux-osdata.h: Rename include guard.
14394 * nat/linux-nat.h: Rename include guard.
14395 * nat/linux-namespaces.h: Rename include guard.
14396 * nat/linux-btrace.h: Rename include guard.
14397 * nat/glibc_thread_db.h: Rename include guard.
14398 * nat/gdb_thread_db.h: Rename include guard.
14399 * nat/gdb_ptrace.h: Rename include guard.
14400 * nat/fork-inferior.h: Rename include guard.
14401 * nat/amd64-linux-siginfo.h: Rename include guard.
14402 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14403 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14404 * nat/aarch64-linux.h: Rename include guard.
14405 * nat/aarch64-linux-hw-point.h: Rename include guard.
14406 * mn10300-tdep.h: Add include guard.
14407 * mips-linux-tdep.h: Add include guard.
14408 * mi/mi-parse.h: Rename include guard.
14409 * mi/mi-out.h: Rename include guard.
14410 * mi/mi-main.h: Rename include guard.
14411 * mi/mi-interp.h: Rename include guard.
14412 * mi/mi-getopt.h: Rename include guard.
14413 * mi/mi-console.h: Rename include guard.
14414 * mi/mi-common.h: Rename include guard.
14415 * mi/mi-cmds.h: Rename include guard.
14416 * mi/mi-cmd-break.h: Rename include guard.
14417 * m2-lang.h: Add include guard.
14418 * location.h: Rename include guard.
14419 * linux-record.h: Rename include guard.
14420 * linux-nat.h: Add include guard.
14421 * linux-fork.h: Add include guard.
14422 * i386-darwin-tdep.h: Rename include guard.
14423 * hppa-linux-offsets.h: Add include guard.
14424 * guile/guile.h: Rename include guard.
14425 * guile/guile-internal.h: Rename include guard.
14426 * gnu-nat.h: Rename include guard.
14427 * gdb-stabs.h: Rename include guard.
14428 * frv-tdep.h: Add include guard.
14429 * f-lang.h: Add include guard.
14430 * event-loop.h: Add include guard.
14431 * darwin-nat.h: Rename include guard.
14432 * cp-abi.h: Rename include guard.
14433 * config/sparc/nm-sol2.h: Rename include guard.
14434 * config/nm-nto.h: Rename include guard.
14435 * config/nm-linux.h: Add include guard.
14436 * config/i386/nm-i386gnu.h: Rename include guard.
14437 * config/djgpp/nl_types.h: Rename include guard.
14438 * config/djgpp/langinfo.h: Rename include guard.
14439 * compile/gcc-cp-plugin.h: Add include guard.
14440 * compile/gcc-c-plugin.h: Add include guard.
14441 * compile/compile.h: Rename include guard.
14442 * compile/compile-object-run.h: Rename include guard.
14443 * compile/compile-object-load.h: Rename include guard.
14444 * compile/compile-internal.h: Rename include guard.
14445 * compile/compile-cplus.h: Rename include guard.
14446 * compile/compile-c.h: Rename include guard.
14447 * common/xml-utils.h: Rename include guard.
14448 * common/x86-xstate.h: Rename include guard.
14449 * common/version.h: Rename include guard.
14450 * common/vec.h: Rename include guard.
14451 * common/tdesc.h: Rename include guard.
14452 * common/selftest.h: Rename include guard.
14453 * common/scoped_restore.h: Rename include guard.
14454 * common/scoped_mmap.h: Rename include guard.
14455 * common/scoped_fd.h: Rename include guard.
14456 * common/safe-iterator.h: Rename include guard.
14457 * common/run-time-clock.h: Rename include guard.
14458 * common/refcounted-object.h: Rename include guard.
14459 * common/queue.h: Rename include guard.
14460 * common/ptid.h: Rename include guard.
14461 * common/print-utils.h: Rename include guard.
14462 * common/preprocessor.h: Rename include guard.
14463 * common/pathstuff.h: Rename include guard.
14464 * common/observable.h: Rename include guard.
14465 * common/netstuff.h: Rename include guard.
14466 * common/job-control.h: Rename include guard.
14467 * common/host-defs.h: Rename include guard.
14468 * common/gdb_wait.h: Rename include guard.
14469 * common/gdb_vecs.h: Rename include guard.
14470 * common/gdb_unlinker.h: Rename include guard.
14471 * common/gdb_unique_ptr.h: Rename include guard.
14472 * common/gdb_tilde_expand.h: Rename include guard.
14473 * common/gdb_sys_time.h: Rename include guard.
14474 * common/gdb_string_view.h: Rename include guard.
14475 * common/gdb_splay_tree.h: Rename include guard.
14476 * common/gdb_setjmp.h: Rename include guard.
14477 * common/gdb_ref_ptr.h: Rename include guard.
14478 * common/gdb_optional.h: Rename include guard.
14479 * common/gdb_locale.h: Rename include guard.
14480 * common/gdb_assert.h: Rename include guard.
14481 * common/filtered-iterator.h: Rename include guard.
14482 * common/filestuff.h: Rename include guard.
14483 * common/fileio.h: Rename include guard.
14484 * common/environ.h: Rename include guard.
14485 * common/common-utils.h: Rename include guard.
14486 * common/common-types.h: Rename include guard.
14487 * common/common-regcache.h: Rename include guard.
14488 * common/common-inferior.h: Rename include guard.
14489 * common/common-gdbthread.h: Rename include guard.
14490 * common/common-exceptions.h: Rename include guard.
14491 * common/common-defs.h: Rename include guard.
14492 * common/common-debug.h: Rename include guard.
14493 * common/cleanups.h: Rename include guard.
14494 * common/buffer.h: Rename include guard.
14495 * common/btrace-common.h: Rename include guard.
14496 * common/break-common.h: Rename include guard.
14497 * cli/cli-utils.h: Rename include guard.
14498 * cli/cli-style.h: Rename include guard.
14499 * cli/cli-setshow.h: Rename include guard.
14500 * cli/cli-script.h: Rename include guard.
14501 * cli/cli-interp.h: Rename include guard.
14502 * cli/cli-decode.h: Rename include guard.
14503 * cli/cli-cmds.h: Rename include guard.
14504 * charset-list.h: Add include guard.
14505 * buildsym-legacy.h: Rename include guard.
14506 * bfin-tdep.h: Add include guard.
14507 * ax.h: Rename include guard.
14508 * arm-linux-tdep.h: Add include guard.
14509 * arm-fbsd-tdep.h: Add include guard.
14510 * arch/xtensa.h: Rename include guard.
14511 * arch/tic6x.h: Add include guard.
14512 * arch/i386.h: Add include guard.
14513 * arch/arm.h: Rename include guard.
14514 * arch/arm-linux.h: Rename include guard.
14515 * arch/arm-get-next-pcs.h: Rename include guard.
14516 * arch/amd64.h: Add include guard.
14517 * arch/aarch64-insn.h: Rename include guard.
14518 * arch-utils.h: Rename include guard.
14519 * annotate.h: Add include guard.
14520 * amd64-darwin-tdep.h: Rename include guard.
14521 * aarch64-linux-tdep.h: Add include guard.
14522 * aarch64-fbsd-tdep.h: Add include guard.
14523 * aarch32-linux-nat.h: Add include guard.
14524
14525 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14526
14527 * macrotab.c (macro_define_internal): New function that
14528 factorizes macro_define_object_internal and macro_define_function
14529 code.
14530 (macro_define_object_internal): Use macro_define_internal.
14531 (macro_define_function): Likewise.
14532
14533 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14534
14535 * macrocmd.c (extract_identifier): Return
14536 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14537 callers.
14538
14539 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14540
14541 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14542
14543 2019-02-05 Tom Tromey <tom@tromey.com>
14544
14545 * target.c (target_stack::unpush): Move assertion earlier.
14546
14547 2019-01-30 Tom Tromey <tom@tromey.com>
14548
14549 PR python/23615:
14550 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14551 (gdbpy_parse_and_eval): Likewise.
14552 * python/python-internal.h (gdbpy_allow_threads): New class.
14553
14554 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14555
14556 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14557 (aarch64_fbsd_fpregmap): Move earlier.
14558 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14559 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14560 instead of individual calls to trad_frame_set_reg_addr.
14561 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14562 earlier.
14563 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14564 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14565 instead of individual calls to trad_frame_set_reg_addr.
14566
14567 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14568
14569 * CONTRIBUTE: Replace contribution list with wiki link.
14570
14571 2019-01-25 Tom Tromey <tom@tromey.com>
14572
14573 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14574
14575 2019-01-25 Tom Tromey <tom@tromey.com>
14576
14577 * xtensa-linux-nat.c: Fix common/ includes.
14578 * xml-support.h: Fix common/ includes.
14579 * xml-support.c: Fix common/ includes.
14580 * x86-linux-nat.c: Fix common/ includes.
14581 * windows-nat.c: Fix common/ includes.
14582 * varobj.h: Fix common/ includes.
14583 * varobj.c: Fix common/ includes.
14584 * value.c: Fix common/ includes.
14585 * valops.c: Fix common/ includes.
14586 * utils.c: Fix common/ includes.
14587 * unittests/xml-utils-selftests.c: Fix common/ includes.
14588 * unittests/utils-selftests.c: Fix common/ includes.
14589 * unittests/unpack-selftests.c: Fix common/ includes.
14590 * unittests/tracepoint-selftests.c: Fix common/ includes.
14591 * unittests/style-selftests.c: Fix common/ includes.
14592 * unittests/string_view-selftests.c: Fix common/ includes.
14593 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14594 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14595 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14596 * unittests/rsp-low-selftests.c: Fix common/ includes.
14597 * unittests/parse-connection-spec-selftests.c: Fix common/
14598 includes.
14599 * unittests/optional-selftests.c: Fix common/ includes.
14600 * unittests/offset-type-selftests.c: Fix common/ includes.
14601 * unittests/observable-selftests.c: Fix common/ includes.
14602 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14603 * unittests/memrange-selftests.c: Fix common/ includes.
14604 * unittests/memory-map-selftests.c: Fix common/ includes.
14605 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14606 * unittests/function-view-selftests.c: Fix common/ includes.
14607 * unittests/environ-selftests.c: Fix common/ includes.
14608 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14609 * unittests/common-utils-selftests.c: Fix common/ includes.
14610 * unittests/cli-utils-selftests.c: Fix common/ includes.
14611 * unittests/array-view-selftests.c: Fix common/ includes.
14612 * ui-file.c: Fix common/ includes.
14613 * tui/tui-io.c: Fix common/ includes.
14614 * tracepoint.h: Fix common/ includes.
14615 * tracepoint.c: Fix common/ includes.
14616 * tracefile-tfile.c: Fix common/ includes.
14617 * top.h: Fix common/ includes.
14618 * top.c: Fix common/ includes.
14619 * thread.c: Fix common/ includes.
14620 * target/waitstatus.h: Fix common/ includes.
14621 * target/waitstatus.c: Fix common/ includes.
14622 * target.h: Fix common/ includes.
14623 * target.c: Fix common/ includes.
14624 * target-memory.c: Fix common/ includes.
14625 * target-descriptions.c: Fix common/ includes.
14626 * symtab.h: Fix common/ includes.
14627 * symfile.c: Fix common/ includes.
14628 * stap-probe.c: Fix common/ includes.
14629 * spu-linux-nat.c: Fix common/ includes.
14630 * sparc-nat.c: Fix common/ includes.
14631 * source.c: Fix common/ includes.
14632 * solib.c: Fix common/ includes.
14633 * solib-target.c: Fix common/ includes.
14634 * ser-unix.c: Fix common/ includes.
14635 * ser-tcp.c: Fix common/ includes.
14636 * ser-pipe.c: Fix common/ includes.
14637 * ser-base.c: Fix common/ includes.
14638 * selftest-arch.c: Fix common/ includes.
14639 * s12z-tdep.c: Fix common/ includes.
14640 * rust-exp.y: Fix common/ includes.
14641 * rs6000-aix-tdep.c: Fix common/ includes.
14642 * riscv-tdep.c: Fix common/ includes.
14643 * remote.c: Fix common/ includes.
14644 * remote-notif.h: Fix common/ includes.
14645 * remote-fileio.h: Fix common/ includes.
14646 * remote-fileio.c: Fix common/ includes.
14647 * regcache.h: Fix common/ includes.
14648 * regcache.c: Fix common/ includes.
14649 * record-btrace.c: Fix common/ includes.
14650 * python/python.c: Fix common/ includes.
14651 * python/py-type.c: Fix common/ includes.
14652 * python/py-inferior.c: Fix common/ includes.
14653 * progspace.h: Fix common/ includes.
14654 * producer.c: Fix common/ includes.
14655 * procfs.c: Fix common/ includes.
14656 * proc-api.c: Fix common/ includes.
14657 * printcmd.c: Fix common/ includes.
14658 * ppc-linux-nat.c: Fix common/ includes.
14659 * parser-defs.h: Fix common/ includes.
14660 * osdata.c: Fix common/ includes.
14661 * obsd-nat.c: Fix common/ includes.
14662 * nat/x86-linux.c: Fix common/ includes.
14663 * nat/x86-linux-dregs.c: Fix common/ includes.
14664 * nat/x86-dregs.h: Fix common/ includes.
14665 * nat/x86-dregs.c: Fix common/ includes.
14666 * nat/ppc-linux.c: Fix common/ includes.
14667 * nat/mips-linux-watch.h: Fix common/ includes.
14668 * nat/mips-linux-watch.c: Fix common/ includes.
14669 * nat/linux-waitpid.c: Fix common/ includes.
14670 * nat/linux-ptrace.h: Fix common/ includes.
14671 * nat/linux-ptrace.c: Fix common/ includes.
14672 * nat/linux-procfs.c: Fix common/ includes.
14673 * nat/linux-personality.c: Fix common/ includes.
14674 * nat/linux-osdata.c: Fix common/ includes.
14675 * nat/linux-namespaces.c: Fix common/ includes.
14676 * nat/linux-btrace.h: Fix common/ includes.
14677 * nat/linux-btrace.c: Fix common/ includes.
14678 * nat/fork-inferior.c: Fix common/ includes.
14679 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14680 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14681 * nat/aarch64-linux.c: Fix common/ includes.
14682 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14683 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14684 * namespace.h: Fix common/ includes.
14685 * mips-linux-tdep.c: Fix common/ includes.
14686 * minsyms.c: Fix common/ includes.
14687 * mi/mi-parse.h: Fix common/ includes.
14688 * mi/mi-main.c: Fix common/ includes.
14689 * mi/mi-cmd-env.c: Fix common/ includes.
14690 * memrange.h: Fix common/ includes.
14691 * memattr.c: Fix common/ includes.
14692 * maint.h: Fix common/ includes.
14693 * maint.c: Fix common/ includes.
14694 * main.c: Fix common/ includes.
14695 * machoread.c: Fix common/ includes.
14696 * location.c: Fix common/ includes.
14697 * linux-thread-db.c: Fix common/ includes.
14698 * linux-nat.c: Fix common/ includes.
14699 * linux-fork.c: Fix common/ includes.
14700 * inline-frame.c: Fix common/ includes.
14701 * infrun.c: Fix common/ includes.
14702 * inflow.c: Fix common/ includes.
14703 * inferior.h: Fix common/ includes.
14704 * inferior.c: Fix common/ includes.
14705 * infcmd.c: Fix common/ includes.
14706 * inf-ptrace.c: Fix common/ includes.
14707 * inf-child.c: Fix common/ includes.
14708 * ia64-linux-nat.c: Fix common/ includes.
14709 * i387-tdep.c: Fix common/ includes.
14710 * i386-tdep.c: Fix common/ includes.
14711 * i386-linux-tdep.c: Fix common/ includes.
14712 * i386-linux-nat.c: Fix common/ includes.
14713 * i386-go32-tdep.c: Fix common/ includes.
14714 * i386-fbsd-tdep.c: Fix common/ includes.
14715 * i386-fbsd-nat.c: Fix common/ includes.
14716 * guile/scm-type.c: Fix common/ includes.
14717 * guile/guile.c: Fix common/ includes.
14718 * go32-nat.c: Fix common/ includes.
14719 * gnu-nat.c: Fix common/ includes.
14720 * gdbthread.h: Fix common/ includes.
14721 * gdbarch-selftests.c: Fix common/ includes.
14722 * gdb_usleep.c: Fix common/ includes.
14723 * gdb_select.h: Fix common/ includes.
14724 * gdb_bfd.c: Fix common/ includes.
14725 * gcore.c: Fix common/ includes.
14726 * fork-child.c: Fix common/ includes.
14727 * findvar.c: Fix common/ includes.
14728 * fbsd-nat.c: Fix common/ includes.
14729 * event-top.c: Fix common/ includes.
14730 * event-loop.c: Fix common/ includes.
14731 * dwarf2read.c: Fix common/ includes.
14732 * dwarf2loc.c: Fix common/ includes.
14733 * dwarf2-frame.c: Fix common/ includes.
14734 * dwarf-index-cache.c: Fix common/ includes.
14735 * dtrace-probe.c: Fix common/ includes.
14736 * disasm-selftests.c: Fix common/ includes.
14737 * defs.h: Fix common/ includes.
14738 * csky-tdep.c: Fix common/ includes.
14739 * cp-valprint.c: Fix common/ includes.
14740 * cp-support.h: Fix common/ includes.
14741 * cp-support.c: Fix common/ includes.
14742 * corelow.c: Fix common/ includes.
14743 * completer.h: Fix common/ includes.
14744 * completer.c: Fix common/ includes.
14745 * compile/compile.c: Fix common/ includes.
14746 * compile/compile-loc2c.c: Fix common/ includes.
14747 * compile/compile-cplus-types.c: Fix common/ includes.
14748 * compile/compile-cplus-symbols.c: Fix common/ includes.
14749 * command.h: Fix common/ includes.
14750 * cli/cli-dump.c: Fix common/ includes.
14751 * cli/cli-cmds.c: Fix common/ includes.
14752 * charset.c: Fix common/ includes.
14753 * build-id.c: Fix common/ includes.
14754 * btrace.h: Fix common/ includes.
14755 * btrace.c: Fix common/ includes.
14756 * breakpoint.h: Fix common/ includes.
14757 * breakpoint.c: Fix common/ includes.
14758 * ax.h:
14759 (enum agent_op): Fix common/ includes.
14760 * ax-general.c (struct aop_map): Fix common/ includes.
14761 * ax-gdb.c: Fix common/ includes.
14762 * auxv.c: Fix common/ includes.
14763 * auto-load.c: Fix common/ includes.
14764 * arm-tdep.c: Fix common/ includes.
14765 * arch/riscv.c: Fix common/ includes.
14766 * arch/ppc-linux-common.c: Fix common/ includes.
14767 * arch/i386.c: Fix common/ includes.
14768 * arch/arm.c: Fix common/ includes.
14769 * arch/arm-linux.c: Fix common/ includes.
14770 * arch/arm-get-next-pcs.c: Fix common/ includes.
14771 * arch/amd64.c: Fix common/ includes.
14772 * arch/aarch64.c: Fix common/ includes.
14773 * arch/aarch64-insn.c: Fix common/ includes.
14774 * arch-utils.c: Fix common/ includes.
14775 * amd64-windows-tdep.c: Fix common/ includes.
14776 * amd64-tdep.c: Fix common/ includes.
14777 * amd64-sol2-tdep.c: Fix common/ includes.
14778 * amd64-obsd-tdep.c: Fix common/ includes.
14779 * amd64-nbsd-tdep.c: Fix common/ includes.
14780 * amd64-linux-tdep.c: Fix common/ includes.
14781 * amd64-linux-nat.c: Fix common/ includes.
14782 * amd64-fbsd-tdep.c: Fix common/ includes.
14783 * amd64-fbsd-nat.c: Fix common/ includes.
14784 * amd64-dicos-tdep.c: Fix common/ includes.
14785 * amd64-darwin-tdep.c: Fix common/ includes.
14786 * agent.c: Fix common/ includes.
14787 * ada-lang.h: Fix common/ includes.
14788 * ada-lang.c: Fix common/ includes.
14789 * aarch64-tdep.c: Fix common/ includes.
14790
14791 2019-01-25 Tom Tromey <tom@tromey.com>
14792
14793 * common/create-version.sh: Use common/version.h.
14794
14795 2019-01-24 Pedro Alves <palves@redhat.com>
14796
14797 * infrun.c (signal_stop, signal_print, signal_program)
14798 (signal_catch, signal_pass): Now arrays instead of pointers.
14799 (update_signals_program_target, do_target_resume)
14800 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14801 * linux-nat.c (linux_nat_target::pass_signals)
14802 (linux_nat_target::create_inferior, linux_nat_target::attach):
14803 Adjust.
14804 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14805 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14806 * procfs.c (procfs_target::pass_signals): Adjust.
14807 * record-full.c (record_full_target::resume): Adjust.
14808 * remote.c (remote_target::pass_signals)
14809 (remote_target::program_signals): Adjust.
14810 * target-debug.h (target_debug_print_signals): Now takes a
14811 gdb::array_view as parameter. Adjust.
14812 * target.h (target_ops) <pass_signals, program_signals>: Replace
14813 pointer and length parameters with gdb::array_view.
14814 (target_pass_signals, target_program_signals): Likewise.
14815 * target-delegates.c: Regenerate.
14816
14817 2019-01-24 Pedro Alves <palves@redhat.com>
14818
14819 * common/forward-scope-exit.h
14820 (forward_scope_exit::forward_scope_exit): Pass arguments to
14821 m_bind_function directly, instead of creating a std::bind and
14822 copying that.
14823
14824 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14825
14826 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14827 for static members.
14828 (pass_in_v_vfp_candidate): Likewise.
14829
14830 2019-01-23 Tom Tromey <tom@tromey.com>
14831 Pedro Alves <palves@redhat.com>
14832
14833 * regcache.c (class regcache_invalidator): Remove.
14834 (regcache::raw_write): Use make_scope_exit.
14835
14836 2019-01-23 Tom Tromey <tom@tromey.com>
14837
14838 * ui-out.h (class ui_out_emit_type): Update comment.
14839
14840 2019-01-23 Tom Tromey <tom@tromey.com>
14841
14842 * infrun.c (fetch_inferior_event): Update comment.
14843
14844 2019-01-23 Tom Tromey <tom@tromey.com>
14845 Pedro Alves <palves@redhat.com>
14846
14847 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14848 parameter.
14849 (fetch_inferior_event): Use SCOPE_EXIT.
14850
14851
14852 2019-01-23 Tom Tromey <tom@tromey.com>
14853 Pedro Alves <palves@redhat.com>
14854
14855 * infrun.c (disable_thread_events): Delete.
14856 (stop_all_threads): Use SCOPE_EXIT.
14857
14858 2019-01-23 Tom Tromey <tom@tromey.com>
14859 Pedro Alves <palves@redhat.com>
14860
14861 * symfile.c: Include forward-scope-exit.h.
14862 (clear_symtab_users_cleanup): Replace forward declaration with
14863 a FORWARD_SCOPE_EXIT.
14864 (syms_from_objfile_1): Use the forward_scope_exit and
14865 gdb::optional instead of cleanup_function.
14866 (reread_symbols): Use the forward_scope_exit instead of
14867 cleanup_function.
14868 (clear_symtab_users_cleanup): Remove function.
14869
14870 2019-01-23 Tom Tromey <tom@tromey.com>
14871 Pedro Alves <palves@redhat.com>
14872
14873 * linux-nat.c: Include scope-exit.h.
14874 (cleanup_target_stop): Remove.
14875 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14876 SCOPE_EXIT.
14877
14878 2019-01-23 Tom Tromey <tom@tromey.com>
14879 Pedro Alves <palves@redhat.com>
14880
14881 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14882 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14883
14884 2019-01-23 Tom Tromey <tom@tromey.com>
14885 Andrew Burgess <andrew.burgess@embecosm.com>
14886 Pedro Alves <palves@redhat.com>
14887
14888 * infrun.c (fetch_inferior_event): Use scope_exit.
14889 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14890 * top.c (execute_command): Use scope_exit.
14891 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14892 * utils.c (do_bpstat_clear_actions_cleanup)
14893 (make_bpstat_clear_actions_cleanup): Remove.
14894
14895 2019-01-23 Tom Tromey <tom@tromey.com>
14896 Pedro Alves <palves@redhat.com>
14897
14898 * infrun.c: Include "common/scope-exit.h"
14899 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14900 (wait_for_inferior): Use SCOPE_EXIT.
14901 (fetch_inferior_event): Use scope_exit.
14902
14903 2019-01-23 Tom Tromey <tom@tromey.com>
14904 Pedro Alves <palves@redhat.com>
14905
14906 * breakpoint.c (create_breakpoint): Remove cleanup.
14907
14908 2019-01-23 Tom Tromey <tom@tromey.com>
14909 Andrew Burgess <andrew.burgess@embecosm.com>
14910 Pedro Alves <palves@redhat.com>
14911
14912 2019-01-23 Pedro Alves <palves@redhat.com>
14913
14914 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14915
14916 2019-01-23 Pedro Alves <palves@redhat.com>
14917 Andrew Burgess <andrew.burgess@embecosm.com>
14918
14919 * gdbthread.h: Include "common/forward-scope-exit.h".
14920 (scoped_finish_thread_state): Redefine custom class in terms of
14921 forward_scope_exit.
14922
14923 2019-01-23 Pedro Alves <palves@redhat.com>
14924 Andrew Burgess <andrew.burgess@embecosm.com>
14925
14926 * common/forward-scope-exit.h: New file.
14927
14928 2019-01-23 Pedro Alves <palves@redhat.com>
14929 Andrew Burgess <andrew.burgess@embecosm.com>
14930 Tom Tromey <tom@tromey.com>
14931
14932 * common/scope-exit.h: New file.
14933
14934 2019-01-23 Pedro Alves <palves@redhat.com>
14935
14936 * common/preprocessor.h (ESC): Rename to ...
14937 (ESC_PARENS): ... this.
14938 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14939 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14940
14941 2019-01-23 Tom Tromey <tom@tromey.com>
14942
14943 * language.h (class scoped_switch_to_sym_language_if_auto):
14944 Initialize m_lang in both cases.
14945
14946 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14947
14948 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14949 with XCNEW.
14950
14951 2019-01-22 Tom Tromey <tom@tromey.com>
14952
14953 * corelow.c: Do not include sys/file.h.
14954
14955 2019-01-22 Tom Tromey <tom@tromey.com>
14956
14957 * tui/tui-wingeneral.h: Include gdb_curses.h.
14958
14959 2019-01-22 Tom Tromey <tom@tromey.com>
14960
14961 * source-cache.h (class source_cache) <get_source_lines,
14962 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14963
14964 2019-01-22 Tom Tromey <tom@tromey.com>
14965
14966 * remote-fileio.h (struct remote_target): Declare.
14967
14968 2019-01-22 Tom Tromey <tom@tromey.com>
14969
14970 * python/py-arch.c: Do not include py-ref.h.
14971 * python/py-bpevent.c: Do not include py-ref.h.
14972 * python/py-cmd.c: Do not include py-ref.h.
14973 * python/py-continueevent.c: Do not include py-ref.h.
14974 * python/py-event.h: Do not include py-ref.h.
14975 * python/py-evtregistry.c: Do not include py-ref.h.
14976 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14977 * python/py-frame.c: Do not include py-ref.h.
14978 * python/py-framefilter.c: Do not include py-ref.h.
14979 * python/py-function.c: Do not include py-ref.h.
14980 * python/py-infevents.c: Do not include py-ref.h.
14981 * python/py-linetable.c: Do not include py-ref.h.
14982 * python/py-objfile.c: Do not include py-ref.h.
14983 * python/py-param.c: Do not include py-ref.h.
14984 * python/py-prettyprint.c: Do not include py-ref.h.
14985 * python/py-progspace.c: Do not include py-ref.h.
14986 * python/py-symbol.c: Do not include py-ref.h.
14987 * python/py-symtab.c: Do not include py-ref.h.
14988 * python/py-type.c: Do not include py-ref.h.
14989 * python/py-unwind.c: Do not include py-ref.h.
14990 * python/py-utils.c: Do not include py-ref.h.
14991 * python/py-value.c: Do not include py-ref.h.
14992 * python/py-varobj.c: Do not include py-ref.h.
14993 * python/py-xmethods.c: Do not include py-ref.h.
14994 * python/python.c: Do not include py-ref.h.
14995 * varobj.c: Do not include py-ref.h.
14996
14997 2019-01-22 Tom Tromey <tom@tromey.com>
14998
14999 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15000 keyword for bcache.
15001
15002 2019-01-22 Tom Tromey <tom@tromey.com>
15003
15004 * compile/compile-cplus-types.c: Remove a comment by #include.
15005
15006 2019-01-22 Tom Tromey <tom@tromey.com>
15007
15008 * compile/gcc-c-plugin.h: Include compile-internal.h.
15009
15010 2019-01-22 Tom Tromey <tom@tromey.com>
15011
15012 * stabsread.c (EXTERN): Do not define.
15013 (symnum, next_symbol_text_func, processing_gcc_compilation)
15014 (within_function, global_sym_chain, global_stabs)
15015 (previous_stab_code, this_object_header_files)
15016 (n_this_object_header_files)
15017 (n_allocated_this_object_header_files): Define.
15018 * stabsread.h (EXTERN): Never define. Use "extern".
15019
15020 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15021
15022 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15023 history_value.
15024
15025 2019-01-21 Tom Tromey <tom@tromey.com>
15026
15027 * ui-out.c: Fix includes.
15028 * tui/tui-source.c: Fix includes.
15029 * target.c: Fix includes.
15030 * remote.c: Fix includes.
15031 * regcache.c: Fix includes.
15032 * python/py-block.c: Fix includes.
15033 * printcmd.c: Fix includes.
15034 * or1k-tdep.c: Fix includes.
15035 * mi/mi-main.c: Fix includes.
15036 * m32r-tdep.c: Fix includes.
15037 * csky-tdep.c: Fix includes.
15038 * compile/compile-cplus-types.c: Fix includes.
15039 * cli/cli-interp.c: Fix includes.
15040
15041 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15042
15043 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15044 for padding.
15045
15046 2019-01-16 Tom Tromey <tom@tromey.com>
15047
15048 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15049 earlier.
15050 (struct objfile) <msymbols_range>: Move from top level.
15051 <msymbols>: New method.
15052 (class objfile_msymbols): Remove.
15053 * symtab.c (default_collect_symbol_completion_matches_break_on):
15054 Update.
15055 * symmisc.c (dump_msymbols): Update.
15056 * stabsread.c (scan_file_globals): Update.
15057 * objc-lang.c (info_selectors_command, info_classes_command)
15058 (find_methods): Update.
15059 * minsyms.c (find_solib_trampoline_target): Update.
15060 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15061 * coffread.c (coff_symfile_read): Update.
15062 * ada-lang.c (ada_lookup_simple_minsym)
15063 (ada_collect_symbol_completion_matches): Update.
15064
15065 2019-01-16 Tom Tromey <tom@tromey.com>
15066
15067 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15068 type. Remove no-argument constructor.
15069 <iterator::operator++>: Simplify.
15070 <begin>: Update.
15071 <end>: Use minimal_symbol_count.
15072
15073 2019-01-16 Tom Tromey <tom@tromey.com>
15074
15075 * objfiles.h (struct objfile) <psymtabs>: New method.
15076 (class objfile_psymtabs): Remove.
15077 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15078 typedef.
15079 <range>: New method.
15080 (require_partial_symbols): Change return type.
15081 * psymtab.c (require_partial_symbols)
15082 (psym_expand_symtabs_matching): Update.
15083 * mdebugread.c (parse_partial_symbols): Update.
15084 * dbxread.c (dbx_end_psymtab): Update.
15085
15086 2019-01-15 Tom Tromey <tom@tromey.com>
15087
15088 * symtab.c (lookup_objfile_from_block)
15089 (lookup_symbol_in_objfile_symtabs)
15090 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15091 (find_line_symtab, info_sources_command)
15092 (default_collect_symbol_completion_matches_break_on)
15093 (make_source_files_completion_list): Update.
15094 * symmisc.c (print_objfile_statistics, dump_objfile)
15095 (maintenance_print_symbols, maintenance_info_symtabs)
15096 (maintenance_check_symtabs, maintenance_info_line_tables):
15097 Update.
15098 * source.c (select_source_symtab)
15099 (forget_cached_source_info_for_objfile): Update.
15100 * objfiles.h (class objfile_compunits): Remove.
15101 (struct objfile) <compunits_range>: New typedef.
15102 (compunits): New method.
15103 * objfiles.c (objfile_relocate1): Update.
15104 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15105 * maint.c (count_symtabs_and_blocks): Update.
15106 * linespec.c (iterate_over_all_matching_symtabs): Update.
15107 * cp-support.c (add_symbol_overload_list_qualified): Update.
15108 * coffread.c (coff_symtab_read): Update.
15109 * ada-lang.c (add_nonlocal_symbols)
15110 (ada_collect_symbol_completion_matches)
15111 (ada_add_global_exceptions): Update.
15112
15113 2019-01-15 Tom Tromey <tom@tromey.com>
15114
15115 * progspace.h (program_space) <objfiles_safe_range>: New
15116 typedef.
15117 <objfiles_safe>: New method.
15118 * objfiles.h (class all_objfiles_safe): Remove.
15119 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15120 * jit.c (jit_inferior_exit_hook): Update.
15121
15122 2019-01-17 Tom Tromey <tom@tromey.com>
15123
15124 * progspace.h (program_space) <objfiles_range>: New typedef.
15125 <objfiles>: New method.
15126 <objfiles_head>: Rename from objfiles.
15127 (object_files): Update.
15128 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15129 * guile/scm-pretty-print.c
15130 (ppscm_find_pretty_printer_from_objfiles): Update.
15131 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15132 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15133 Update.
15134 * python/py-progspace.c (pspy_get_objfiles): Update.
15135 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15136 Update.
15137 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15138 (objfpy_lookup_objfile_by_build_id): Update.
15139 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15140 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15141 Update.
15142 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15143 (expand_symtab_containing_pc, lookup_objfile_from_block)
15144 (lookup_static_symbol, basic_lookup_transparent_type)
15145 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15146 (find_line_symtab, info_sources_command)
15147 (default_collect_symbol_completion_matches_break_on)
15148 (make_source_files_completion_list, find_main_name): Update.
15149 * symmisc.c (print_symbol_bcache_statistics)
15150 (print_objfile_statistics, maintenance_print_symbols)
15151 (maintenance_print_msymbols, maintenance_print_objfiles)
15152 (maintenance_info_symtabs, maintenance_check_symtabs)
15153 (maintenance_expand_symtabs, maintenance_info_line_tables):
15154 Update.
15155 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15156 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15157 (map_overlay_command, unmap_overlay_command)
15158 (simple_overlay_update, expand_symtabs_matching)
15159 (map_symbol_filenames): Update.
15160 * symfile-debug.c (set_debug_symfile): Update.
15161 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15162 Update.
15163 * source.c (select_source_symtab, forget_cached_source_info):
15164 Update.
15165 * solib.c (solib_read_symbols): Update.
15166 * solib-spu.c (append_ocl_sos): Update.
15167 * psymtab.c (maintenance_print_psymbols)
15168 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15169 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15170 * printcmd.c (info_symbol_command): Update.
15171 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15172 Update.
15173 * objfiles.h (class all_objfiles): Remove.
15174 * objfiles.c (have_partial_symbols, have_full_symbols)
15175 (have_minimal_symbols, qsort_cmp, update_section_map)
15176 (shared_objfile_contains_address_p)
15177 (default_iterate_over_objfiles_in_search_order): Update.
15178 * objc-lang.c (info_selectors_command, info_classes_command)
15179 (find_methods): Update.
15180 * minsyms.c (find_solib_trampoline_target): Update.
15181 * maint.c (maintenance_info_sections)
15182 (maintenance_translate_address, count_symtabs_and_blocks):
15183 Update.
15184 * main.c (captured_main_1): Update.
15185 * linux-thread-db.c (try_thread_db_load_from_pdir)
15186 (has_libpthread): Update.
15187 * linespec.c (iterate_over_all_matching_symtabs)
15188 (search_minsyms_for_name): Update.
15189 * jit.c (jit_find_objf_with_entry_addr): Update.
15190 * hppa-tdep.c (find_unwind_entry)
15191 (hppa_lookup_stub_minimal_symbol): Update.
15192 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15193 Update.
15194 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15195 (elf_gnu_ifunc_resolve_by_got): Update.
15196 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15197 * dwarf-index-write.c (save_gdb_index_command): Update.
15198 * cp-support.c (add_symbol_overload_list_qualified): Update.
15199 * breakpoint.c (create_overlay_event_breakpoint)
15200 (create_longjmp_master_breakpoint)
15201 (create_std_terminate_master_breakpoint)
15202 (create_exception_master_breakpoint): Update.
15203 * blockframe.c (find_pc_partial_function): Update.
15204 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15205 (ada_collect_symbol_completion_matches)
15206 (ada_add_global_exceptions): Update.
15207
15208 2019-01-17 Tom Tromey <tom@tromey.com>
15209
15210 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15211 declare VEC.
15212 (solib_target_parse_libraries): Change return type.
15213 (library_list_start_segment, library_list_start_section)
15214 (library_list_end_library, library_list_start_library); Update.
15215 (solib_target_free_library_list): Remove.
15216 (solib_target_parse_libraries): Remove cleanup. Change return
15217 type.
15218 (solib_target_current_sos): Update.
15219
15220 2019-01-17 Tom Tromey <tromey@bapiya>
15221
15222 * valprint.c: Replace "the the" with "the".
15223 * symtab.c: Replace "the the" with "the".
15224 * solib.c: Replace "the the" with "the".
15225 * solib-dsbt.c: Replace "the the" with "the".
15226 * linespec.c: Replace "the the" with "the".
15227 * dwarf2loc.h: Replace "the the" with "the".
15228 * amd64-windows-tdep.c: Replace "the the" with "the".
15229 * aarch64-tdep.c: Replace "the the" with "the".
15230
15231 2019-01-16 Keith Seitz <keiths@redhat.com>
15232
15233 PR gdb/23773
15234 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15235 <builder>: Rename to ..
15236 <m_builder>: ... this and make private.
15237 (dwarf2_cu::get_builder): New method. Change all users of
15238 `builder' to use this method.
15239 (dwarf2_start_symtab): Move to ...
15240 (dwarf2_cu::start_symtab): ... here. Update all callers
15241 (setup_type_unit_groups): Move to ...
15242 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15243 callers.
15244 (dwarf2_cu::reset_builder): New method.
15245 (process_full_compunit, process_full_type_unit): Use
15246 dwarf2_cu::reset_builder.
15247 (follow_die_offset): Record the ancestor CU if it is different
15248 from the followed DIE's CU.
15249 (follow_die_sig_1): Likewise.
15250
15251 2019-01-15 Tom Tromey <tom@tromey.com>
15252
15253 * remote.c (class remote_state) <buf>: Now a char_vector.
15254 <buf_size>: Remove.
15255 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15256 parameter.
15257 (remote_target::getpkt_or_notif_sane_1)
15258 (remote_target::getpkt_sane)
15259 (remote_target::getpkt_or_notif_sane): Likewise.
15260 (class remote_target) <putpkt>: New overload.
15261 (remote_target::read_frame): Change type of "buf_p". Remove
15262 sizeof_p parameter.
15263 (packet_ok): New overload.
15264 (packet_check_result): New overload.
15265 Update all uses.
15266
15267 2019-01-14 Tom Tromey <tom@tromey.com>
15268
15269 * remote-notif.c (handle_notification, remote_notif_ack)
15270 (remote_notif_parse): Make "buf" const.
15271 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15272 const.
15273 (remote_notif_parse, remote_notif_ack, handle_notification):
15274 Likewise.
15275 * remote.c (remote_notif_stop_parse): Make "buf" const.
15276 (remote_target::remote_parse_stop_reply): Make "buf" const.
15277 (remote_notif_stop_ack): Make "buf" const.
15278
15279 2019-01-14 Tom Tromey <tom@tromey.com>
15280
15281 * remote.c (remote_console_output): Make parameter const.
15282
15283 2019-01-14 Tom Tromey <tom@tromey.com>
15284
15285 * target-debug.h (target_debug_print_signals): Constify.
15286 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15287 * procfs.c (procfs_target::pass_signals): Update.
15288 * linux-nat.c (linux_nat_target::pass_signals): Update.
15289 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15290 * target-delegates.c: Rebuild.
15291 * remote.c (remote_target::program_signals): Update.
15292 (remote_target::pass_signals): Update.
15293 * target.c (target_pass_signals): Constify argument.
15294 (target_program_signals): Likewise.
15295 * target.h (struct target_ops) <pass_signals, program_signals>:
15296 Constify argument.
15297 (target_pass_signals, target_program_signals): Constify argument.
15298
15299 2019-01-14 Tom Tromey <tom@tromey.com>
15300
15301 PR tui/28819:
15302 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15303
15304 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15305
15306 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15307 field.
15308 * rs6000-tdep.c: Include reggroups.h.
15309 (IS_V_ALIAS_PSEUDOREG): Define.
15310 (rs6000_register_name): Return names for the "vX" aliases.
15311 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15312 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15313 aliases. Call default_register_reggroup_p for all other
15314 pseudo-registers.
15315 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15316 New functions.
15317 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15318 Handle "vX" aliases.
15319 (v_alias_pseudo_register_collect): New function.
15320 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15321 (rs6000_gdbarch_init): Initialize "vX" aliases as
15322 pseudo-registers. Restore registration of
15323 rs6000_pseudo_register_reggroup_p with
15324 set_tdesc_pseudo_register_reggroup_p.
15325
15326 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15327
15328 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15329 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15330 set_gdbarch_num_pseudo_regs.
15331
15332 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15333
15334 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15335 Remove arg prefixname, add do_set and do_show.
15336 Add member functions set_list and show_list.
15337 * cli/cli-style.c (class cli_style_option): Update accordingly.
15338 (style_set_list): Move to file scope.
15339 (style_show_list): Likewise.
15340 (set_style): Call help_list.
15341 (show_style): Call cmd_show_list.
15342 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15343 Update to use the new macro.
15344
15345 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15346
15347 * ada-lang.c (_initialize_ada_language): Expand the help text
15348 for the "catch exception" command.
15349
15350 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15351
15352 * symtab.c (matching_obj_sections): Initialize obj,
15353 declare it closer to its usage.
15354
15355 2019-01-10 Tom Tromey <tom@tromey.com>
15356
15357 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15358 (basic_inf_threads_range): Remove.
15359 (inf_threads_range, inf_non_exited_threads_range)
15360 (safe_inf_threads_range): Use next_adapter.
15361
15362 2019-01-10 Keith Seitz <keiths@redhat.com>
15363
15364 PR gdb/23712
15365 PR symtab/23010
15366 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15367 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15368
15369 2019-01-10 Keith Seitz <keiths@redhat.com>
15370
15371 PR gdb/23712
15372 PR symtab/23010
15373 * dictionary.c (pending_to_vector): Remove.
15374 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15375 Remove _1 suffix, replacing functions of the same name. Update
15376 all callers.
15377 (dict_create_hashed, dict_create_hashed_expandable)
15378 (dict_create_linear, dict_create_linear_expandable, dict_free)
15379 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15380 Make functions static.
15381
15382 2019-01-10 Keith Seitz <keiths@redhat.com>
15383
15384 PR gdb/23712
15385 PR symtab/23010
15386 * dictionary.h (struct dictionary): Replace declaration with
15387 multidictionary.
15388 (dict_create_hashed, dict_create_hashed_expandable)
15389 (dict_create_linear, dict_create_linear_expandable)
15390 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15391 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15392 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15393 taking multidictionary argument.
15394 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15395 * block.h (struct block) <dict>: Change to multidictionary
15396 and rename `multidict'.
15397 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15398 symmisc.c: Update all dictionary references to multidictionary.
15399
15400 2019-01-10 Keith Seitz <keiths@redhat.com>
15401
15402 PR gdb/23712
15403 PR symtab/23010
15404 * dictionary.c: Include unordered_map.
15405 (pending_to_vector): New function.
15406 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15407 Rewrite the non-"_1" functions to take vector instead
15408 of linked list.
15409 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15410 "new" _1 versions of the same name.
15411 (multidictionary): Define.
15412 (std::hash<enum language): New definition.
15413 (collate_pending_symbols_by_language, mdict_create_hashed)
15414 (mdict_create_hashed_expandable, mdict_create_linear)
15415 (mdict_create_linear_expandable, mdict_free)
15416 (find_language_dictionary, create_new_language_dictionary)
15417 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15418 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15419 (mdict_size, mdict_empty): New functions.
15420 * dictionary.h (mdict_iterator): Define.
15421
15422 2019-01-10 Pedro Alves <palves@redhat.com>
15423
15424 * breakpoint.c (read_uploaded_action)
15425 (create_tracepoint_from_upload): Adjust to use
15426 gdb::unique_xmalloc_ptr.
15427 * ctf.c (ctf_write_uploaded_tp):
15428 (SET_ARRAY_FIELD): Use emplace_back.
15429 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15430 * tracefile-tfile.c (tfile_write_uploaded_tp):
15431 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15432 gdb::unique_xmalloc_ptr.
15433 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15434 at_string, cond_string, cmd_strings>: Replace char pointers
15435 with gdb::unique_xmalloc_ptr.
15436
15437 2019-01-10 Pedro Alves <palves@redhat.com>
15438
15439 * solib-target.c (library_list_start_library): Don't xstrdup name.
15440
15441 2019-01-10 Pedro Alves <palves@redhat.com>
15442
15443 * mdebugread.c (parse_partial_symbols): Use
15444 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15445
15446 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15447
15448 * linux-fork.c (scoped_switch_fork_info)
15449 <~scoped_switch_fork_info>: Fix incorrect variable name.
15450
15451 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15452
15453 * linux-fork.c (scoped_switch_fork_info)
15454 <scoped_switch_fork_info>: Make explicit.
15455 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15456
15457 2019-01-10 Tom Tromey <tom@tromey.com>
15458
15459 * objfiles.h (objfile::reset_psymtabs): Update.
15460 * objfiles.c (objfile::objfile): Update.
15461 * psymtab.h (psymtab_storage::obstack): Update.
15462 (psymtab_storage::m_obstack): Use gdb::optional.
15463 (class psymtab_storage): Update comment. Remove objfile
15464 parameter.
15465 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15466
15467 2019-01-10 Tom Tromey <tom@tromey.com>
15468
15469 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15470 <free_psymtabs>: Now private.
15471 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15472 (allocate_psymtab): Use new method.
15473
15474 2019-01-10 Tom Tromey <tom@tromey.com>
15475
15476 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15477 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15478 * mdebugread.c (parse_partial_symbols): Use
15479 allocate_dependencies.
15480 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15481 allocate_dependencies.
15482 (process_psymtab_comp_unit_reader)
15483 (build_type_psymtab_dependencies): Likewise.
15484 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15485
15486 2019-01-10 Tom Tromey <tom@tromey.com>
15487
15488 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15489 PSYMBOL_SET_LANGUAGE.
15490 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15491
15492 2019-01-10 Tom Tromey <tom@tromey.com>
15493
15494 * psymtab.h (psymtab_storage::obstack): New method.
15495 <m_obstack>: Rename from obstack; now private.
15496 * psymtab.c (psymtab_storage): Update.
15497 * dwarf2read.c (create_addrmap_from_index)
15498 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15499 Update.
15500
15501 2019-01-10 Tom Tromey <tom@tromey.com>
15502
15503 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15504 * objfiles.h (objfile::reset_psymtabs): New method.
15505
15506 2019-01-10 Tom Tromey <tom@tromey.com>
15507
15508 * symmisc.c (print_symbol_bcache_statistics): Update.
15509 (print_objfile_statistics): Update.
15510 * symfile.c (reread_symbols): Update.
15511 * psymtab.h (class psymtab_storage): New.
15512 * psymtab.c (psymtab_storage): New constructor.
15513 (~psymtab_storage): New destructor.
15514 (require_partial_symbols): Update.
15515 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15516 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15517 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15518 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15519 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15520 (start_psymtab_common, end_psymtab_common)
15521 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15522 (allocate_psymtab): Update.
15523 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15524 Update.
15525 (dump_psymtab_addrmap, maintenance_print_psymbols)
15526 (maintenance_check_psymtabs): Update.
15527 (class objfile_psymtabs): Move to objfiles.h.
15528 * psympriv.h (discard_psymtab): Now inline.
15529 (psymtab_discarder::psymtab_discarder): Update.
15530 (psymtab_discarder::~psymtab_discarder): Update.
15531 (ALL_OBJFILE_PSYMTABS): Rewrite.
15532 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15533 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15534 Remove fields.
15535 <partial_symtabs>: New field.
15536 (class objfile_psymtabs): Move from psymtab.h. Update.
15537 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15538 psymbol_cache.
15539 (objfile::~objfile): Don't destroy psymbol_cache.
15540 * mdebugread.c (parse_partial_symbols): Update.
15541 * dwarf2read.c (create_addrmap_from_index)
15542 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15543 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15544 (add_partial_subprogram, dwarf2_ranges_read): Update.
15545 * dwarf-index-write.c (write_address_map)
15546 (write_one_signatured_type, recursively_write_psymbols)
15547 (class debug_names, class debug_names, write_psymtabs_to_index):
15548 Update.
15549
15550 2019-01-10 Tom Tromey <tom@tromey.com>
15551
15552 * symtab.h (SYMBOL_SET_NAMES): Update.
15553 (symbol_set_names): Update.
15554 (MSYMBOL_SET_NAMES): Update.
15555 * symtab.c (symbol_set_names): Change argument to be an
15556 objfile_per_bfd_storage.
15557 * psymtab.c (add_psymbol_to_bcache): Update.
15558 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15559
15560 2019-01-10 Tom Tromey <tom@tromey.com>
15561
15562 * symtab.c (create_demangled_names_hash): Change argument to be an
15563 objfile_per_bfd_storage.
15564 (symbol_set_names): Update.
15565
15566 2019-01-10 Tom Tromey <tom@tromey.com>
15567
15568 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15569 init_psymbol_list.
15570 * psymtab.c (init_psymbol_list): Do nothing if already called.
15571 * psympriv.h (init_psymbol_list): Add comment.
15572 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15573 init_psymbol_list.
15574 * dbxread.c (dbx_symfile_read): Unconditionally call
15575 init_psymbol_list.
15576
15577 2019-01-10 Tom Tromey <tom@tromey.com>
15578
15579 * xcoffread.c (scan_xcoff_symtab): Update.
15580 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15581 "where".
15582 * mdebugread.c (parse_partial_symbols)
15583 (handle_psymbol_enumerators): Update.
15584 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15585 * dbxread.c (read_dbx_symtab): Update.
15586 * psympriv.h (psymbol_placement): New enum.
15587 (add_psymbol_to_list): Update.
15588
15589 2019-01-10 Tom Tromey <tom@tromey.com>
15590
15591 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15592 static_psymbols parameters.
15593 (scan_xcoff_symtab): Update.
15594 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15595 static_psymbols parameters.
15596 * psympriv.h (start_psymtab_common): Update.
15597 * mdebugread.c (parse_partial_symbols): Update.
15598 * dwarf2read.c (create_partial_symtab): Update.
15599 * dbxread.c (read_dbx_symtab): Update.
15600 (start_psymtab): Remove global_psymbols and static_psymbols
15601 parameters.
15602
15603 2019-01-10 Tom Tromey <tom@tromey.com>
15604
15605 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15606 * psymtab.c (allocate_psymtab): Add comment.
15607 * psympriv.h (allocate_psymtab): Add comment.
15608 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15609 initializations.
15610 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15611
15612 2019-01-10 Tom Tromey <tom@tromey.com>
15613
15614 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15615 Don't declare.
15616 * mipsread.c: Include mdebugread.h.
15617 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15618 Declare.
15619 * elfread.c: Include mdebugread.h.
15620
15621 2019-01-09 Tom Tromey <tom@tromey.com>
15622
15623 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15624 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15625 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15626 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15627 (psym_lookup_symbol, psym_find_last_source_symtab)
15628 (psym_forget_cached_source_info, psym_print_stats)
15629 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15630 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15631 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15632 (psym_find_compunit_symtab_by_address)
15633 (maintenance_print_psymbols, maintenance_info_psymtabs)
15634 (maintenance_check_psymtabs): Use ranged for.
15635 * psymtab.h (class objfile_psymtabs): New.
15636 (require_partial_symbols): Return objfile_psymtabs.
15637 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15638
15639 2019-01-09 Tom Tromey <tom@tromey.com>
15640
15641 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15642 (find_pc_mapped_section, list_overlays_command)
15643 (map_overlay_command, unmap_overlay_command)
15644 (simple_overlay_update): Use all_objfiles.
15645 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15646 * printcmd.c (info_symbol_command): Use all_objfiles.
15647 * objfiles.h (ALL_OBJSECTIONS): Remove.
15648 * maint.c (maintenance_translate_address): Use all_objfiles.
15649 * gcore.c (gcore_create_callback): Use all_objfiles.
15650 (objfile_find_memory_regions): Likewise.
15651
15652 2019-01-09 Tom Tromey <tom@tromey.com>
15653
15654 * symtab.c (find_line_symtab, info_sources_command)
15655 (make_source_files_completion_list): Use objfile_compunits.
15656 * source.c (select_source_symtab): Use objfile_compunits.
15657 * objfiles.h (struct objfile): Update comment.
15658 (ALL_OBJFILES): Remove.
15659 (ALL_FILETABS): Remove.
15660 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15661 objfile_compunits.
15662
15663 2019-01-09 Tom Tromey <tom@tromey.com>
15664
15665 * symmisc.c (print_objfile_statistics, dump_objfile)
15666 (maintenance_print_symbols): Use compunit_filetabs.
15667 * source.c (forget_cached_source_info_for_objfile): Use
15668 compunit_filetabs.
15669 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15670 (ALL_FILETABS): Use compunit_filetabs.
15671 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15672 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15673
15674 2019-01-09 Tom Tromey <tom@tromey.com>
15675
15676 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15677 (compunit_filetabs): New.
15678 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15679 compunit_filetabs.
15680 (info_sources_command, make_source_files_completion_list): Remove
15681 declaration.
15682 * symmisc.c (print_objfile_statistics, dump_objfile)
15683 (maintenance_print_symbols): Remove declaration.
15684 (maintenance_info_symtabs): Use compunit_filetabs.
15685 (maintenance_info_line_tables): Likewise.
15686 * source.c (select_source_symtab): Change local variable name.
15687 (forget_cached_source_info_for_objfile): Remove declaration.
15688 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15689 * objfiles.c (objfile_relocate1): Remove declaration.
15690 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15691 declaration.
15692 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15693 * coffread.c (coff_symtab_read): Remove declaration.
15694 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15695 compunit_filetabs.
15696
15697 2019-01-09 Tom Tromey <tom@tromey.com>
15698
15699 * symtab.c (lookup_objfile_from_block)
15700 (find_pc_sect_compunit_symtab, search_symbols)
15701 (default_collect_symbol_completion_matches_break_on): Use
15702 objfile_compunits.
15703 * objfiles.h (ALL_COMPUNITS): Remove.
15704 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15705 * cp-support.c (add_symbol_overload_list_qualified): Use
15706 objfile_compunits.
15707 * ada-lang.c (ada_collect_symbol_completion_matches)
15708 (ada_add_global_exceptions): Use objfile_compunits.
15709
15710 2019-01-09 Tom Tromey <tom@tromey.com>
15711
15712 * source.c (select_source_symtab)
15713 (forget_cached_source_info_for_objfile): Remove declaration.
15714 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15715 declaration.
15716 * maint.c (count_symtabs_and_blocks): Remove declaration.
15717 * cp-support.c (add_symbol_overload_list_qualified): Remove
15718 declaration.
15719 * coffread.c (coff_symtab_read): Remove declaration.
15720 * symtab.c (lookup_symbol_in_objfile_symtabs)
15721 (basic_lookup_transparent_type_1): Use objfile_compunits.
15722 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15723 (info_sources_command, search_symbols)
15724 (default_collect_symbol_completion_matches_break_on)
15725 (make_source_files_completion_list): Remove declaration.
15726 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15727 (ada_collect_symbol_completion_matches)
15728 (ada_add_global_exceptions): Remove declaration.
15729 * linespec.c (iterate_over_all_matching_symtabs): Use
15730 objfile_compunits.
15731 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15732 (class objfile_compunits): New.
15733 (ALL_COMPUNITS): Use objfile_compunits.
15734 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15735 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15736 objfile_compunits.
15737 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15738
15739 2019-01-09 Tom Tromey <tom@tromey.com>
15740
15741 * symtab.c (search_symbols)
15742 (default_collect_symbol_completion_matches_break_on): Use
15743 objfile_msymbols.
15744 * ada-lang.c (ada_lookup_simple_minsym)
15745 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15746 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15747 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15748 objfile_msymbols.
15749 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15750 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15751 * objc-lang.c (find_methods): Use objfile_msymbols.
15752 (info_selectors_command, info_classes_command): Likewise.
15753 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15754 * objfiles.h (class objfile_msymbols): New.
15755 (ALL_OBJFILE_MSYMBOLS): Remove.
15756 (ALL_MSYMBOLS): Remove.
15757
15758 2019-01-09 Tom Tromey <tom@tromey.com>
15759
15760 * common/next-iterator.h (next_adapter): Add Iterator template
15761 parameter.
15762 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15763 (class all_objfiles_safe): New.
15764 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15765 * objfiles.c (put_objfile_before): Update comment.
15766 (add_separate_debug_objfile): Likewise.
15767 (free_all_objfiles): Use all_objfiles_safe.
15768 (objfile_purge_solibs): Likewise.
15769
15770 2019-01-09 Tom Tromey <tom@tromey.com>
15771
15772 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15773 (expand_symtab_containing_pc, lookup_static_symbol)
15774 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15775 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15776 all_objfiles.
15777 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15778 * breakpoint.c (create_overlay_event_breakpoint)
15779 (create_longjmp_master_breakpoint)
15780 (create_std_terminate_master_breakpoint)
15781 (create_exception_master_breakpoint): Use all_objfiles.
15782 * linux-thread-db.c (try_thread_db_load_from_pdir)
15783 (has_libpthread): Use all_objfiles.
15784 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15785 * linespec.c (iterate_over_all_matching_symtabs)
15786 (search_minsyms_for_name): Use all_objfiles.
15787 * maint.c (maintenance_info_sections): Use all_objfiles.
15788 * main.c (captured_main_1): Use all_objfiles.
15789 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15790 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15791 * guile/scm-pretty-print.c
15792 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15793 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15794 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15795 (maintenance_print_msymbols): Use all_objfiles.
15796 * source.c (select_source_symtab): Use all_objfiles.
15797 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15798 * symfile.c (remove_symbol_file_command)
15799 (expand_symtabs_matching, map_symbol_filenames): Use
15800 all_objfiles.
15801 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15802 all_objfiles.
15803 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15804 * objc-lang.c (find_methods): Use all_objfiles.
15805 * objfiles.c (have_partial_symbols, have_full_symbols)
15806 (have_minimal_symbols, qsort_cmp)
15807 (default_iterate_over_objfiles_in_search_order): Use
15808 all_objfiles.
15809 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15810 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15811 (maintenance_check_psymtabs): Use all_objfiles.
15812 (ALL_PSYMTABS): Remove.
15813 * compile/compile-object-run.c (do_module_cleanup): Use
15814 all_objfiles.
15815 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15816 * cp-support.c (add_symbol_overload_list_qualified): Use
15817 all_objfiles.
15818 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15819 Use all_objfiles.
15820 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15821 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15822 all_objfiles.
15823 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15824 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15825 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15826 Uses all_objfiles.
15827 * solib.c (solib_read_symbols): Use all_objfiles
15828
15829 2019-01-09 Tom Tromey <tom@tromey.com>
15830
15831 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15832 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15833 all_objfiles.
15834 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15835 * symmisc.c (print_symbol_bcache_statistics)
15836 (print_objfile_statistics, maintenance_print_objfiles)
15837 (maintenance_info_symtabs, maintenance_check_symtabs)
15838 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15839 all_objfiles.
15840 * source.c (forget_cached_source_info): Use all_objfiles.
15841 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15842 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15843 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15844 * objfiles.c (update_section_map): Use all_objfiles.
15845 (shared_objfile_contains_address_p): Likewise.
15846 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15847 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15848
15849 2019-01-09 Tom Tromey <tom@tromey.com>
15850
15851 * common/next-iterator.h: New file.
15852 * objfiles.h (class all_objfiles): New.
15853 (struct objfile_iterator): New.
15854
15855 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15856
15857 * NEWS: Move the description of the changed "frame", "select-frame",
15858 and "info frame" commands to the Changed commands section.
15859
15860 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15861
15862 * gdbtypes.c (check_stub_method_group): Remove handling of old
15863 mangling schemes.
15864 * linespec.c (find_methods): Likewise.
15865 * stabsread.c (read_member_functions): Likewise.
15866 * valops.c (search_struct_method): Likewise.
15867 (value_struct_elt_for_reference): Likewise.
15868 * NEWS: Mention this change.
15869
15870 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15871
15872 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15873 print_source_lines.
15874 * source.c (print_source_lines_base): Update line number check.
15875 (print_source_lines): New function.
15876 (source_lines_range::source_lines_range): New function.
15877 * source.h (class source_lines_range): New class.
15878 (print_source_lines): New declaration.
15879
15880 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15881
15882 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15883
15884 2019-01-08 Tom Tromey <tom@tromey.com>
15885 Simon Marchi <simon.marchi@ericsson.com>
15886
15887 PR gdb/24060
15888 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15889 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15890 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15891 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15892 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15893 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15894
15895 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15896
15897 * source.c (select_source_symtab): Move header comment to
15898 declaration in source.h.
15899 (forget_cached_source_info_for_objfile): Likewise.
15900 (forget_cached_source_info): Likewise.
15901 (identify_source_line): Likewise.
15902 * source.h (identify_source_line): Move declaration from symtab.h
15903 and add comment from source.c
15904 (print_source_lines): Likewise.
15905 (forget_cached_source_info_for_objfile): Likewise.
15906 (forget_cached_source_info): Likewise.
15907 (select_source_symtab): Likewise.
15908 (enum print_source_lines_flag): Move definition from symtab.h.
15909 * symtab.h (identify_source_line): Move declaration to source.h.
15910 (print_source_lines): Likewise.
15911 (forget_cached_source_info_for_objfile): Likewise.
15912 (forget_cached_source_info): Likewise.
15913 (select_source_symtab): Likewise.
15914 (enum print_source_lines_flag): Move definition to source.h.
15915 * tui/tui-hooks.c: Add 'source.h' include.
15916
15917 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15918
15919 * source.c (print_source_lines_base): Handle requests to print
15920 reverse line number sequences, and guard against empty lines
15921 string.
15922
15923 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15924
15925 * source.c (print_source_lines_base): Fix skip of '\r' if next
15926 character is '\n'.
15927
15928 2019-01-06 Tom Tromey <tom@tromey.com>
15929
15930 * c-exp.y (struct c_parse_state) <macro_original_text,
15931 expansion_obstack>: New member.
15932 (macro_original_text, expansion_obstack): Remove globals.
15933 (scan_macro_expansion, scanning_macro_expansion)
15934 (finished_macro_expansion): Update.
15935 (scan_macro_cleanup): Remove.
15936 (yylex, c_parse): Update.
15937
15938 2019-01-06 Tom Tromey <tom@tromey.com>
15939
15940 * c-exp.y (struct c_parse_state) <strings>: New member.
15941 (operator_stoken): Update.
15942
15943 2019-01-06 Tom Tromey <tom@tromey.com>
15944
15945 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15946 (union type_stack_elt) <typelist_val>: Now a pointer to
15947 std::vector.
15948 (type_stack_cleanup): Don't declare.
15949 (push_typelist): Update.
15950 * parse.c (pop_typelist): Return a std::vector.
15951 (push_typelist): Take a std::vector.
15952 (follow_types): Update. Do not free args.
15953 (type_stack_cleanup): Remove.
15954 * c-exp.y (struct c_parse_state): New.
15955 (cpstate): New global.
15956 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15957 (nonempty_typelist): Update.
15958 (func_mod): Create a new vector.
15959 (c_parse): Create a c_parse_state.
15960 (check_parameter_typelist): Do not delete params.
15961 (function_method): Update. Do not delete type_list.
15962
15963 2019-01-06 Tom Tromey <tom@tromey.com>
15964
15965 PR gdb/28155:
15966 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15967 check_typedef.
15968 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15969 (print_return_value): Likewise.
15970
15971 2019-01-05 Tom Tromey <tom@tromey.com>
15972
15973 * contrib/cleanup_check.py: Remove.
15974 * contrib/gcc-with-excheck: Remove.
15975 * contrib/exsummary.py: Remove.
15976 * contrib/excheck.py: Remove.
15977
15978 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15979
15980 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15981 NULL. Initialize tpprev to NULL instead of assigning it
15982 to NULL on the next statement.
15983 * windows-nat.c (windows_delete_thread): Remove check for
15984 main_thread_id before printing thread exit notifications.
15985 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15986 Remove thread ID check against main_thread_id.
15987 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15988 windows_delete_thread.
15989 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15990
15991 2019-01-04 Tom Tromey <tom@tromey.com>
15992
15993 * compile/compile.c (_initialize_compile): Use upper case for
15994 metasyntactic variables.
15995 * symmisc.c (_initialize_symmisc): Use upper case for
15996 metasyntactic variables.
15997 * psymtab.c (_initialize_psymtab): Use upper case for
15998 metasyntactic variables.
15999 * demangle.c (demangle_command): Use upper case for metasyntactic
16000 variables.
16001 (_initialize_demangler): Likewise.
16002 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16003 variables.
16004
16005 2019-01-03 Tom Tromey <tom@tromey.com>
16006
16007 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16008
16009 2019-01-03 Tom Tromey <tom@tromey.com>
16010
16011 * python/py-symtab.c (salpy_str): Update.
16012 (struct salpy_sal_object) <symtab>: Now a PyObject.
16013 (salpy_dealloc): Update.
16014 (del_objfile_sal): Use gdbpy_ref.
16015
16016 2019-01-03 Tom Tromey <tom@tromey.com>
16017
16018 * python/py-type.c (convert_field): Use new_reference. Return
16019 gdbpy_ref.
16020 (make_fielditem): Return gdbpy_ref.
16021 (typy_fields): Update.
16022 (typy_getitem): Update.
16023 (field_name): Return gdbpy_ref. Use new_reference.
16024 (typy_iterator_iternext): Update.
16025
16026 2019-01-03 Tom Tromey <tom@tromey.com>
16027
16028 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16029
16030 2019-01-03 Tom Tromey <tom@tromey.com>
16031
16032 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16033 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16034 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16035 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16036 (pspy_set_type_printers): Likewise.
16037 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16038 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16039 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16040 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16041 (objfpy_set_type_printers): Likewise.
16042
16043 2019-01-03 Tom Tromey <tom@tromey.com>
16044
16045 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16046 (gdbpy_print_stack): Use gdbpy_err_fetch.
16047 * python/python-internal.h (class gdbpy_err_fetch): New class.
16048 (class gdbpy_enter) <m_error_type, m_error_value,
16049 m_error_traceback>: Remove.
16050 <m_error>: New member.
16051 (gdbpy_exception_to_string): Don't declare.
16052 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16053 * python/py-value.c (convert_value_from_python): Use
16054 gdbpy_err_fetch.
16055 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16056 gdbpy_exception_to_string.
16057 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16058 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16059 gdbpy_err_fetch.
16060
16061 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16062
16063 * linux-nat.c (delete_lwp_cleanup): Delete.
16064 (struct lwp_deleter): New struct.
16065 (lwp_info_up): New typedef.
16066 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16067 lwp_info_up.
16068
16069 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16070
16071 * linux-fork.c (class scoped_switch_fork_info): New class.
16072 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16073
16074 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16075
16076 * valops.c (find_overload_match): Remove use of null_cleanup, and
16077 calls to do_cleanups.
16078
16079 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16080
16081 * compile/compile-cplus-types.c
16082 (compile_cplus_instance::decl_name): Handle changes to
16083 cp_func_name.
16084 * cp-support.c (cp_func_name): Update header comment, update
16085 return type.
16086 * cp-support.h (cp_func_name): Update return type in declaration.
16087 * valops.c (find_overload_match): Move temp_func local to top
16088 level of function and change its type. Use temp_func to hold and
16089 delete temporary string obtained from cp_func_name.
16090
16091 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16092
16093 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16094 gdb::char_vector, remove cleanup, and update uses of `msg`.
16095
16096 2019-01-03 Jim Wilson <jimw@sifive.com>
16097
16098 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16099
16100 2019-01-02 Tom Tromey <tom@tromey.com>
16101
16102 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16103 (tdesc_parse_xml): Remove cleanups.
16104 * target-descriptions.h (make_cleanup_free_target_description):
16105 Don't declare.
16106 (target_desc_deleter): New struct.
16107 (target_desc_up): New typedef.
16108 * target-descriptions.c (target_desc_deleter::operator()): Rename
16109 from free_target_description.
16110 (make_cleanup_free_target_description): Remove.
16111
16112 2019-01-02 Tom Tromey <tom@tromey.com>
16113
16114 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16115 constructor, destructor.
16116 (linespec_parser): Remove typedef.
16117 (~linespec_parser): Rename from linespec_parser_delete.
16118 (linespec_lex_to_end, linespec_complete_label)
16119 (linespec_complete): Update.
16120 (decode_line_full): Remove cleanups.
16121 (decode_line_1): Update.
16122
16123 2019-01-02 Tom Tromey <tom@tromey.com>
16124
16125 * python/python-internal.h (inferior_to_inferior_object): Change
16126 return type.
16127 * python/py-exitedevent.c (create_exited_event_object): Update.
16128 * python/py-inferior.c (inferior_to_inferior_object): Return
16129 gdbpy_ref.
16130 (python_new_inferior, python_inferior_deleted)
16131 (thread_to_thread_object, delete_thread_object)
16132 (build_inferior_list, gdbpy_selected_inferior): Update.
16133 * python/py-infthread.c (create_thread_object): Update. Also fail
16134 if inferior_to_inferior_object fails.
16135
16136 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16137
16138 * inferior.h (class inferior) <displaced_step_state>: New field.
16139 * infrun.h (struct displaced_step_state): Move here from
16140 infrun.c. Initialize fields, add constructor.
16141 <inf>: Remove field.
16142 <reset>: New method.
16143 * infrun.c (struct displaced_step_inferior_state): Move to
16144 infrun.h.
16145 (displaced_step_inferior_states): Remove.
16146 (get_displaced_stepping_state): Adust.
16147 (displaced_step_in_progress_any_inferior): Adjust.
16148 (displaced_step_in_progress_thread): Adjust.
16149 (displaced_step_in_progress): Adjust.
16150 (add_displaced_stepping_state): Remove.
16151 (get_displaced_step_closure_by_addr): Adjust.
16152 (remove_displaced_stepping_state): Remove.
16153 (infrun_inferior_exit): Call displaced_step_state.reset.
16154 (use_displaced_stepping): Don't check for NULL.
16155 (displaced_step_prepare_throw): Call
16156 get_displaced_stepping_state.
16157 (displaced_step_fixup): Don't check for NULL.
16158 (prepare_for_detach): Don't check for NULL.
16159
16160 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16161
16162 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16163 in case of call that did not complete.
16164
16165 2019-01-02 Andrey Utkin <autkin@undo.io>
16166
16167 * symfile.c (find_separate_debug_file): Fix search of debug files for
16168 remote debuggee.
16169
16170 2019-01-02 Tom Tromey <tom@tromey.com>
16171
16172 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16173 indentation.
16174 * python/py-frame.c (frapy_older): Remove cast.
16175 (frapy_newer): Likewise.
16176 * python/py-breakpoint.c (local_setattro): Remove cast.
16177 * python/py-arch.c (archpy_name): Remove local variable.
16178 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16179
16180 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16181
16182 * unittests/basic_string_view/element_access/char/empty.cc:
16183 Fix year range in copyright header.
16184
16185 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16186
16187 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16188 Delete.
16189 <operator==>: Update with for removed field.
16190 <hash>: Likewise.
16191 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16192 <isa_features>: ...this.
16193 <abi_features>: New field.
16194 (riscv_isa_flen): Update comment.
16195 (riscv_abi_xlen): New declaration.
16196 (riscv_abi_flen): New declaration.
16197 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16198 isa_features.
16199 (riscv_abi_xlen): New function.
16200 (riscv_isa_flen): Update to get answer from isa_features.
16201 (riscv_abi_flen): New function.
16202 (riscv_has_fp_abi): Update to get answer from abi_features.
16203 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16204 xlen and flen.
16205 (riscv_call_info) <xlen, flen>: Update comment.
16206 (riscv_call_arg_struct): Remove invalid assertions
16207 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16208 is removed.
16209 (riscv_gdbarch_init): Gather isa features and abi features
16210 separately, ensure both match on the gdbarch when reusing an old
16211 gdbarch. Relax an error check to allow 32-bit abi float to run on
16212 a target with 64-bit float hardware.
16213
16214 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16215
16216 * source.c (search_command_helper): Stop reverse search
16217 when line 1 has been searched.
16218
16219 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16220
16221 * record-full.c (record_full_base_target::close): Rewrite
16222 record_full_core_buf_list free logic.
16223
16224 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16225
16226 * break-catch-syscall.c (print_one_catch_syscall): xfree
16227 the last text.
16228
16229 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16230
16231 * top.c (print_gdb_version): Update Copyright year in version
16232 message.
16233
16234 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16235
16236 Update copyright year range in all GDB files.
16237
16238 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16239
16240 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16241
16242 For older changes see ChangeLog-2018.
16243 \f
16244 Local Variables:
16245 mode: change-log
16246 left-margin: 8
16247 fill-column: 74
16248 version-control: never
16249 coding: utf-8
16250 End:
16251
This page took 0.395405 seconds and 4 git commands to generate.