]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
Turn off threaded minsym demangling by default
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2019-11-27 Christian Biesinger <cbiesinger@google.com>
2
3 * maint.c (n_worker_threads): Default to 0.
4 (worker_threads_disabled): New function.
5 * maint.h (worker_threads_disabled): New function.
6 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
7 here if worker_threads_disabled () is true.
8 (minimal_symbol_reader::install): Skip all threading if
9 worker_threads_disabled () is true.
10
11 2019-11-27 Christian Biesinger <cbiesinger@google.com>
12
13 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
14 hash code if possible.
15 (add_minsym_to_demangled_hash_table): Likewise.
16 (minimal_symbol_reader::install): Compute the hash codes for msymbol
17 on the background thread.
18 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
19 Add these fields.
20
21 2019-11-27 Christian Biesinger <cbiesinger@google.com>
22
23 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
24 of the mangled name on the background thread.
25 * symtab.c (symbol_set_names): Allow passing in the hash of the
26 linkage_name.
27 * symtab.h (symbol_set_names): Likewise.
28
29 2019-11-27 Kevin Buettner <kevinb@redhat.com>
30
31 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
32 physnames are computed for inherited DIEs.
33
34 2019-11-27 Tom Tromey <tromey@adacore.com>
35
36 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
37 backslashes.
38 * cp-support.c: Remove unnecessary backslashes.
39
40 2019-11-27 Christian Biesinger <cbiesinger@google.com>
41
42 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
43 with sym->set_linkage_name.
44 * coffread.c (coff_read_enum_type): Likewise.
45 * mdebugread.c (parse_symbol): Likewise.
46 * stabsread.c (patch_block_stabs): Likewise.
47 (define_symbol): Likewise.
48 (read_enum_type): Likewise.
49 (common_block_end): Likewise.
50 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
51 function.
52 (SYMBOL_SET_LINKAGE_NAME): Remove.
53 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
54 with sym->set_linkage_name.
55
56 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
59 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
60 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
61 * NEWS: Mention new MI command.
62
63 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
66 '-symbol-info-types', and '-symbol-info-variables'.
67 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
68 (mi_cmd_symbol_info_types): Declare.
69 (mi_cmd_symbol_info_variables): Declare.
70 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
71 (output_debug_symbol): New function.
72 (output_nondebug_symbol): New function.
73 (mi_symbol_info): New function.
74 (mi_info_functions_or_variables): New function.
75 (mi_cmd_symbol_info_functions): New function.
76 (mi_cmd_symbol_info_types): New function.
77 (mi_cmd_symbol_info_variables): New function.
78 * NEWS: Mention new commands.
79
80 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * symtab.c (symbol_to_info_string): New function, most content
83 moved from print_symbol_info, but updated to return a std::string.
84 (print_symbol_info): Update to use symbol_to_info_string and print
85 returned string.
86 * symtab.h (symbol_to_info_string): Declare new function.
87
88 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * python/python.c (gdbpy_rbreak): Convert to using
91 global_symbol_searcher.
92 * symtab.c (file_matches): Convert return type to bool, change
93 file list to std::vector, update header comment.
94 (search_symbols): Rename to...
95 (global_symbol_searcher::search): ...this and update now its
96 a member function of global_symbol_searcher. Take account of the
97 changes to file_matches.
98 (symtab_symbol_info): Convert to using global_symbol_searcher.
99 (rbreak_command): Likewise.
100 (search_module_symbols): Likewise.
101 * symtab.h (enum symbol_search): Update comment.
102 (search_symbols): Remove declaration.
103 (class global_symbol_searcher): New class.
104
105 2019-11-26 Tom Tromey <tromey@adacore.com>
106
107 * cp-support.c (_initialize_cp_support): Conditionally initialize
108 gdb_demangle_attempt_core_dump.
109
110 2019-11-26 Tom Tromey <tom@tromey.com>
111
112 * python/py-function.c (fnpy_init): Update.
113 * value.h (add_internal_function): Adjust declaration.
114 * value.c (function_destroyer): Remove.
115 (do_add_internal_function): Don't set destroyer or copy name.
116 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
117 Set name_allocated.
118 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
119 (cmdpy_init): Set name_allocated.
120 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
121 member.
122 (~cmd_list_element): Free "name" if needed.
123
124 2019-11-26 Tom Tromey <tom@tromey.com>
125
126 * value.h (add_internal_function): Add new overload. Move
127 documentation from value.h.
128 * value.c (do_add_internal_function): New function.
129 (add_internal_function): Use it. Add new overload.
130 (function_destroyer): Don't free doc.
131 * python/py-function.c (fnpy_init): Update.
132
133 2019-11-26 Tom Tromey <tom@tromey.com>
134
135 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
136 (cmdpy_init): Set "doc_allocated".
137
138 2019-11-26 Tom Tromey <tom@tromey.com>
139
140 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
141 name of worker thread.
142 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
143 pthread_setname_np.
144 * configure, config.in: Rebuild.
145
146 2019-11-26 Tom Tromey <tom@tromey.com>
147
148 * python/python.c (class gdbpy_gil): New.
149 (struct gdbpy_event): Add constructor, destructor, operator().
150 (gdbpy_post_event): Use run_on_main_thread.
151 (gdbpy_initialize_events): Remove.
152 (do_start_initialization): Update.
153
154 2019-11-26 Tom Tromey <tom@tromey.com>
155
156 * NEWS: Add entry.
157 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
158 commands. Call update_thread_pool_size.
159 (update_thread_pool_size, maintenance_set_worker_threads): New
160 functions.
161 (n_worker_threads): New global.
162
163 2019-11-26 Christian Biesinger <cbiesinger@google.com>
164 Tom Tromey <tom@tromey.com>
165
166 * minsyms.c (minimal_symbol_reader::install): Use
167 parallel_for_each.
168 * gdbsupport/parallel-for.h: New file.
169 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
170
171 2019-11-26 Christian Biesinger <cbiesinger@google.com>
172 Tom Tromey <tom@tromey.com>
173
174 * gdbsupport/thread-pool.h: New file.
175 * gdbsupport/thread-pool.c: New file.
176 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
177 (HFILES_NO_SRCDIR): Add thread-pool.h.
178
179 2019-11-26 Tom Tromey <tom@tromey.com>
180
181 * event-top.h (thread_local_segv_handler): Declare.
182 * event-top.c (thread_local_segv_handler): New global.
183 (install_handle_sigsegv, handle_sigsegv): New functions.
184 (async_init_signals): Install SIGSEGV handler.
185 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
186 thread-local.
187 (report_failed_demangle): New function.
188 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
189 handler-setting code, instead use segv_handler. Run warning code
190 on main thread.
191
192 2019-11-26 Tom Tromey <tom@tromey.com>
193
194 * run-on-main-thread.c: New file.
195 * run-on-main-thread.h: New file.
196 * unittests/main-thread-selftests.c: New file.
197 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
198 main-thread-selftests.c.
199 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
200 (COMMON_SFILES): Add run-on-main-thread.c.
201
202 2019-11-26 Tom Tromey <tom@tromey.com>
203
204 * main.c (setup_alternate_signal_stack): Remove.
205 (captured_main_1): Use gdb::alternate_signal_stack.
206 * gdbsupport/alt-stack.h: New file.
207
208 2019-11-26 Tom Tromey <tom@tromey.com>
209
210 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
211 Remove comment.
212 (save_original_signals_state, restore_original_signals_state): Use
213 gdb_sigmask.
214 * linux-nat.c (block_child_signals, restore_child_signals_mask)
215 (_initialize_linux_nat): Use gdb_sigmask.
216 * guile/guile.c (_initialize_guile): Use block_signals.
217 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
218 * gdbsupport/gdb-sigmask.h: New file.
219 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
220 * cp-support.c (gdb_demangle): Use gdb_sigmask.
221 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
222 pthread_sigmask.
223 * configure, config.in: Rebuild.
224 * gdbsupport/block-signals.h: New file.
225
226 2019-11-26 Tom Tromey <tom@tromey.com>
227
228 * acinclude.m4: Include ax_pthread.m4.
229 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
230 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
231 (CLIBS): Use PTHREAD_LIBS.
232 (aclocal_m4_deps): Add ax_pthread.m4.
233 * config.in, configure: Rebuild.
234 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
235
236 2019-11-26 Tom Tromey <tom@tromey.com>
237
238 * symtab.h (struct minimal_symbol) <name_set>: New member.
239 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
240 Don't call symbol_set_names.
241 (minimal_symbol_reader::install): Call symbol_set_names.
242
243 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
244
245 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
246 restore_active_ext_lang, as GIL is needed for (indirectly)
247 called PyOS_InterruptOccurred.
248
249 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
250
251 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
252 definition.
253
254 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
255
256 * remote-sim.c (simulator_command): Make static, remove
257 declaration.
258
259 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
260
261 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
262 static.
263 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
264 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
265 (main): Likewise.
266 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
267 (main): Likewise.
268 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
269 (main): Likewise.
270 * unittests/basic_string_view/element_access/char/1.cc (test01):
271 Likewise.
272 (main): Likewise.
273 * unittests/basic_string_view/element_access/char/empty.cc (main):
274 Likewise.
275 * unittests/basic_string_view/element_access/char/front_back.cc
276 (test01): Likewise.
277 (main): Likewise.
278 * unittests/basic_string_view/inserters/char/2.cc (test05):
279 Likewise.
280 (main): Likewise.
281 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
282 (test01): Likewise.
283 (main): Likewise.
284 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
285 (test01): Likewise.
286 (main): Likewise.
287 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
288 Likewise.
289 * unittests/basic_string_view/operations/compare/char/1.cc
290 (test01): Likewise.
291 (main): Likewise.
292 * unittests/basic_string_view/operations/compare/char/13650.cc
293 (test01): Likewise.
294 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
295 Likewise.
296 (main): Likewise.
297 * unittests/basic_string_view/operations/data/char/1.cc (test01):
298 Likewise.
299 (main): Likewise.
300 * unittests/basic_string_view/operations/find/char/1.cc (test01):
301 Likewise.
302 (main): Likewise.
303 * unittests/basic_string_view/operations/find/char/2.cc (test02):
304 Likewise.
305 (main): Likewise.
306 * unittests/basic_string_view/operations/find/char/3.cc (test03):
307 Likewise.
308 (main): Likewise.
309 * unittests/basic_string_view/operations/find/char/4.cc (main):
310 Likewise.
311 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
312 Likewise.
313 (main): Likewise.
314 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
315 Likewise.
316 (main): Likewise.
317 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
318 Likewise.
319 (main): Likewise.
320 * unittests/basic_string_view/operations/substr/char/1.cc
321 (test01): Likewise.
322 (main): Likewise.
323 * unittests/basic_string_view/operators/char/2.cc (main):
324 Likewise.
325 * unittests/optional/assignment/1.cc (test): Likewise.
326 * unittests/optional/assignment/2.cc (test): Likewise.
327 * unittests/optional/assignment/3.cc (test): Likewise.
328 * unittests/optional/assignment/4.cc (test): Likewise.
329 * unittests/optional/assignment/5.cc (test): Likewise.
330 * unittests/optional/assignment/6.cc (test): Likewise.
331 * unittests/optional/assignment/7.cc (test): Likewise.
332 * unittests/optional/cons/copy.cc (test): Likewise.
333 * unittests/optional/cons/default.cc (test): Likewise.
334 * unittests/optional/cons/move.cc (test): Likewise.
335 * unittests/optional/cons/value.cc (test): Likewise.
336 * unittests/optional/in_place.cc (test): Likewise.
337 * unittests/optional/observers/1.cc (test): Likewise.
338 * unittests/optional/observers/2.cc (test): Likewise.
339
340 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
341
342 * tui-win.h (tui_set_var_cmd): Remove.
343 * tui-win.c (tui_set_var_cmd): Make static.
344
345 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
346
347 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
348 rbreak_command_wrapper): Remove.
349 * symtab.c (rbreak_command_wrapper): Remove.
350
351 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
352
353 * inferior.h (info_terminal_command): Remove declaration.
354 * inflow.c (info_terminal_command): Make static.
355
356 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
357
358 * inferior.c (exit_inferior_silent): Remove.
359
360 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
361
362 * dictionary.c (dict_empty, mdict_empty): Remove.
363 * dictionary.c (mdict_empty): Remove.
364
365 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
366
367 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
368 (arc_insn_get_memory_offset): Likewise.
369 (arc_insn_dump): Likewise.
370 * cp-support.c (test_cp_symbol_name_matches): Likewise.
371 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
372 * dictionary.c (dict_iterator_next): Likewise.
373 (dict_iter_match_first): Likewise.
374 (dict_iter_match_next): Likewise.
375 * f-lang.c (evaluate_subexp_f): Likewise.
376 * hppa-tdep.c (hppa_read_pc): Likewise.
377 * i386-tdep.c (i386_floatformat_for_type): Likewise.
378 * parse.c (write_exp_elt_msym): Likewise.
379 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
380 * remote.c (remote_packet_size): Likewise.
381 (remote_notif_stop_parse): Likewise.
382 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
383 * s12z-tdep.c (s12z_disassemble_info): Likewise.
384 * source.c (prepare_path_for_appending): Likewise.
385 * sparc64-linux-tdep.c
386 (sparc64_linux_handle_segmentation_fault); Likewise.
387 * stack.c (frame_selection_by_function_completer): Likewise.
388
389 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
390
391 * completer.c (set_gdb_completion_word_break_characters):
392 Remove.
393
394 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
395
396 * dwarf-index-write.c: Include dwarf-index-write.h.
397 * mi/mi-interp.c: Include mi/mi-interp.h.
398
399 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
400
401 * aarch32-tdep.c: Include aarch32-tdep.h.
402 * aarch32-tdep.h: Forward-declare struct target_desc.
403
404 2019-11-26 Christian Biesinger <cbiesinger@google.com>
405
406 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
407 strerror.
408 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
409 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
410
411 2019-11-25 Tom de Vries <tdevries@suse.de>
412
413 * contrib/words.sh: Add -c option.
414
415 2019-11-25 Christian Biesinger <cbiesinger@google.com>
416
417 * solib.c (solib_find_1): Change int to bool.
418 (exec_file_find): Change int to bool.
419 (solib_find): Change int to bool.
420 (solib_read_symbols): Change int to bool.
421 (solib_used): Change int to bool.
422 (solib_add): Change int to bool.
423 (info_sharedlibrary_command): Change int to bool.
424 (solib_contains_address_p): Change int to bool.
425 (solib_keep_data_in_core): Change int to bool.
426 (in_solib_dynsym_resolve_code): Change int to bool.
427 (reload_shared_libraries_1): Change int to bool.
428 (gdb_sysroot_changed): Change int to bool.
429 * solib.h (solib_read_symbols): Change int to bool.
430 (solib_contains_address_p): Change int to bool.
431 (solib_keep_data_in_core): Change int to bool.
432 (in_solib_dynsym_resolve_code): Change int to bool.
433 (libpthread_name_p): Change int to bool.
434
435 2019-11-25 Luis Machado <luis.machado@linaro.org>
436
437 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
438 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
439 (remote_packet_max_chars): New static global.
440 (show_remote_packet_max_chars): New function.
441 (remote_target::putpkt_binary): Adjust to use new
442 remote_packet_max_chars option.
443 (remote_target::getpkt_or_notif_sane_1): Likewise.
444 (_initialize_remote): Register new remote-packet-max-chars option.
445
446 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
447
448 * m68k-linux-nat.c: Include gdbarch.h.
449
450 2019-11-24 Tom Tromey <tom@tromey.com>
451
452 * symfile.c (read_symbols): Update.
453 * psymtab.c (require_partial_symbols): Change type of "verbose" to
454 bool.
455 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
456 (psym_lookup_symbol, psym_find_last_source_symtab)
457 (psym_forget_cached_source_info, psym_print_stats)
458 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
459 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
460 (psym_map_matching_symbols, psym_expand_symtabs_matching)
461 (psym_find_compunit_symtab_by_address)
462 (maintenance_print_psymbols, maintenance_info_psymtabs)
463 (maintenance_check_psymtabs): Update.
464 * psymtab.h (require_partial_symbols): Change type of "verbose" to
465 bool.
466
467 2019-11-22 Tom Tromey <tom@tromey.com>
468
469 * observable.h: Update comments.
470
471 2019-11-22 Tom Tromey <tromey@adacore.com>
472
473 * ada-tasks.c (ada_task_is_alive): Make parameter const.
474 (print_ada_task_info): Don't try to fetch thread id if task is not
475 alive.
476
477 2019-11-22 Christian Biesinger <cbiesinger@google.com>
478
479 * ada-exp.y: Update.
480 * ada-lang.c (sort_choices): Update.
481 (ada_print_symbol_signature): Update.
482 (resolve_subexp): Update.
483 (ada_parse_renaming): Update.
484 (ada_read_renaming_var_value): Update.
485 (lesseq_defined_than): Update.
486 (remove_extra_symbols): Update.
487 (remove_irrelevant_renamings): Update.
488 (ada_add_block_symbols): Update.
489 (ada_collect_symbol_completion_matches): Update.
490 (ada_is_renaming_symbol): Update.
491 (aggregate_assign_from_choices): Update.
492 (ada_evaluate_subexp): Update.
493 (ada_has_this_exception_support): Update.
494 (ada_is_non_standard_exception_sym): Update.
495 (ada_add_exceptions_from_frame): Update.
496 (ada_add_global_exceptions): Update.
497 (ada_print_subexp): Update.
498 * ax-gdb.c (gen_var_ref): Update.
499 (gen_maybe_namespace_elt): Update.
500 (gen_expr_for_cast): Update.
501 (gen_expr): Update.
502 * block.h: Update.
503 * blockframe.c (find_pc_partial_function): Update.
504 * breakpoint.c (print_breakpoint_location): Update.
505 (update_static_tracepoint): Update.
506 * btrace.c (ftrace_print_function_name): Update.
507 (ftrace_function_switched): Update.
508 * buildsym.c (find_symbol_in_list): Update.
509 * c-exp.y: Update.
510 * c-typeprint.c (c_print_typedef): Update.
511 (c_type_print_template_args): Update.
512 * cli/cli-cmds.c (edit_command): Update.
513 (list_command): Update.
514 (print_sal_location): Update.
515 * coffread.c (patch_opaque_types): Update.
516 (process_coff_symbol): Update.
517 (coff_read_enum_type): Update.
518 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
519 (convert_one_symbol): Update.
520 (hash_symname): Update.
521 (eq_symname): Update.
522 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
523 * compile/compile-cplus-types.c (debug_print_scope): Update.
524 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
525 * compile/compile-object-load.c (get_out_value_type): Update.
526 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
527 (search_symbol_list): Update.
528 (cp_lookup_symbol_imports_or_template): Update.
529 * cp-support.c (overload_list_add_symbol): Update.
530 * ctfread.c (psymtab_to_symtab): Update.
531 * dbxread.c (cp_set_block_scope): Update.
532 * dictionary.c (iter_match_first_hashed): Update.
533 (iter_match_next_hashed): Update.
534 (insert_symbol_hashed): Update.
535 (iter_match_next_linear): Update.
536 * dictionary.h: Update.
537 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
538 (locexpr_describe_location_piece): Update.
539 (locexpr_describe_location_1): Update.
540 (locexpr_generate_c_location): Update.
541 (loclist_describe_location): Update.
542 (loclist_generate_c_location): Update.
543 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
544 (read_func_scope): Update.
545 (process_enumeration_scope): Update.
546 (new_symbol): Update.
547 (dwarf2_const_value): Update.
548 (dwarf2_symbol_mark_computed): Update.
549 * eval.c (evaluate_funcall): Update.
550 (evaluate_subexp_standard): Update.
551 * expprint.c (print_subexp_standard): Update.
552 (dump_subexp_body_standard): Update.
553 * f-valprint.c (info_common_command_for_block): Update.
554 * findvar.c (get_hosting_frame): Update.
555 (default_read_var_value): Update.
556 * go-lang.c (go_symbol_package_name): Update.
557 * guile/scm-block.c (bkscm_print_block_smob): Update.
558 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
559 (gdbscm_symbol_name): Update.
560 (gdbscm_symbol_linkage_name): Update.
561 (gdbscm_symbol_print_name): Update.
562 * infcall.c (get_function_name): Update.
563 * infcmd.c (jump_command): Update.
564 (finish_command): Update.
565 * infrun.c (insert_exception_resume_breakpoint): Update.
566 * linespec.c (canonicalize_linespec): Update.
567 (create_sals_line_offset): Update.
568 (convert_linespec_to_sals): Update.
569 (complete_label): Update.
570 (find_label_symbols_in_block): Update.
571 * m2-typeprint.c (m2_print_typedef): Update.
572 * mdebugread.c (mdebug_reg_to_regnum): Update.
573 (parse_symbol): Update.
574 (mylookup_symbol): Update.
575 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
576 (list_args_or_locals): Update.
577 * objc-lang.c (compare_selectors): Update.
578 (info_selectors_command): Update.
579 (compare_classes): Update.
580 (info_classes_command): Update.
581 (find_imps): Update.
582 * p-typeprint.c (pascal_print_typedef): Update.
583 * printcmd.c (build_address_symbolic): Update.
584 (info_address_command): Update.
585 (print_variable_and_value): Update.
586 * python/py-framefilter.c (extract_sym): Update.
587 (py_print_single_arg): Update.
588 * python/py-symbol.c (sympy_str): Update.
589 (sympy_get_name): Update.
590 (sympy_get_linkage_name): Update.
591 * python/python.c (gdbpy_rbreak): Update.
592 * record-btrace.c (btrace_get_bfun_name): Update.
593 (btrace_call_history): Update.
594 * rust-lang.c (rust_print_typedef): Update.
595 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
596 * stabsread.c (stab_reg_to_regnum): Update.
597 (define_symbol): Update.
598 (read_enum_type): Update.
599 (common_block_end): Update.
600 (cleanup_undefined_types_1): Update.
601 (scan_file_globals): Update.
602 * stack.c (print_frame_arg): Update.
603 (print_frame_args): Update.
604 (find_frame_funname): Update.
605 (info_frame_command_core): Update.
606 (iterate_over_block_locals): Update.
607 (print_block_frame_labels): Update.
608 (do_print_variable_and_value): Update.
609 (iterate_over_block_arg_vars): Update.
610 (return_command): Update.
611 * symmisc.c (dump_symtab_1): Update.
612 (print_symbol): Update.
613 * symtab.c (eq_symbol_entry): Update.
614 (symbol_cache_dump): Update.
615 (lookup_language_this): Update.
616 (find_pc_sect_line): Update.
617 (skip_prologue_sal): Update.
618 (symbol_search::compare_search_syms): Update.
619 (treg_matches_sym_type_name): Update.
620 (search_symbols): Update.
621 (print_symbol_info): Update.
622 (rbreak_command): Update.
623 (completion_list_add_symbol): Update.
624 (find_gnu_ifunc): Update.
625 (get_symbol_address): Update.
626 (search_module_symbols): Update.
627 (info_module_subcommand): Update.
628 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
629 (SYMBOL_LINKAGE_NAME): Remove.
630 (SYMBOL_DEMANGLED_NAME): Remove.
631 (SYMBOL_PRINT_NAME): Remove.
632 (SYMBOL_SEARCH_NAME): Remove.
633 * tracepoint.c (set_traceframe_context): Update.
634 (validate_actionline): Update.
635 (collection_list::collect_symbol): Update.
636 (encode_actions_1): Update.
637 (info_scope_command): Update.
638 (print_one_static_tracepoint_marker): Update.
639 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
640 * valops.c (address_of_variable): Update.
641 (find_overload_match): Update.
642 (find_oload_champ): Update.
643
644 2019-11-22 Christian Biesinger <cbiesinger@google.com>
645
646 * ada-lang.c (ada_lookup_simple_minsym): Update.
647 (ada_collect_symbol_completion_matches): Update.
648 * ada-tasks.c (read_atcb): Update.
649 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
650 (amd64_windows_skip_trampoline_code): Update.
651 * arm-tdep.c (skip_prologue_function): Update.
652 (arm_skip_stack_protector): Update.
653 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
654 (arm_wince_skip_main_prologue): Update.
655 * ax-gdb.c (gen_expr): Update.
656 * block.c (call_site_for_pc): Update.
657 * blockframe.c (find_pc_partial_function): Update.
658 * breakpoint.c (set_breakpoint_location_function): Update.
659 * btrace.c (ftrace_print_function_name): Update.
660 (ftrace_function_switched): Update.
661 * c-valprint.c (print_unpacked_pointer): Update.
662 * coffread.c (coff_symfile_read): Update.
663 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
664 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
665 * dwarf-index-write.c (write_psymbols): Update.
666 * dwarf2loc.c (call_site_to_target_addr): Update.
667 (func_verify_no_selftailcall): Update.
668 (tailcall_dump): Update.
669 (call_site_find_chain_1): Update.
670 (dwarf_expr_reg_to_entry_parameter): Update.
671 * elfread.c (elf_gnu_ifunc_record_cache): Update.
672 * eval.c (evaluate_funcall): Update.
673 (evaluate_subexp_standard): Update.
674 (evaluate_subexp_for_sizeof): Update.
675 * expprint.c (print_subexp_standard): Update.
676 (dump_subexp_body_standard): Update.
677 * frame.c (get_prev_frame_always_1): Update.
678 * frv-tdep.c (frv_skip_main_prologue): Update.
679 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
680 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
681 (gnuv3_get_typename_from_type_info): Update.
682 (gnuv3_skip_trampoline): Update.
683 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
684 * i386-tdep.c (i386_skip_main_prologue): Update.
685 (i386_pe_skip_trampoline_code): Update.
686 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
687 * infcall.c (get_function_name): Update.
688 * linespec.c (minsym_found): Update.
689 * linux-fork.c (info_checkpoints_command): Update.
690 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
691 (m32c_m16c_pointer_to_address): Update.
692 * maint.c (maintenance_translate_address): Update.
693 * minsyms.c (add_minsym_to_hash_table): Update.
694 (add_minsym_to_demangled_hash_table): Update.
695 (lookup_minimal_symbol_mangled): Update.
696 (lookup_minimal_symbol_demangled): Update.
697 (lookup_minimal_symbol_linkage): Update.
698 (lookup_minimal_symbol_text): Update.
699 (lookup_minimal_symbol_by_pc_name): Update.
700 (minimal_symbol_is_less_than): Update.
701 (compact_minimal_symbols): Update.
702 (build_minimal_symbol_hash_tables): Update.
703 (find_solib_trampoline_target): Update.
704 * mips-tdep.c (mips_stub_frame_sniffer): Update.
705 (mips_skip_pic_trampoline_code): Update.
706 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
707 * objc-lang.c (info_selectors_command): Update.
708 (info_classes_command): Update.
709 (find_methods): Update.
710 (find_imps): Update.
711 * p-valprint.c (pascal_val_print): Update.
712 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
713 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
714 * printcmd.c (build_address_symbolic): Update.
715 (info_symbol_command): Update.
716 * psymtab.c (psymbol_name_matches): Update.
717 (match_partial_symbol): Update.
718 (lookup_partial_symbol): Update.
719 (print_partial_symbols): Update.
720 (sort_pst_symbols): Update.
721 (maintenance_check_psymtabs): Update.
722 * python/py-framefilter.c (py_print_frame): Update.
723 * python/python.c (gdbpy_rbreak): Update.
724 * record-btrace.c (btrace_get_bfun_name): Update.
725 (btrace_call_history): Update.
726 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
727 (rs6000_skip_trampoline_code): Update.
728 * sol-thread.c (info_cb): Update.
729 * stabsread.c (scan_file_globals): Update.
730 * stack.c (find_frame_funname): Update.
731 (info_frame_command_core): Update.
732 * symmisc.c (dump_msymbols): Update.
733 * symtab.c (symbol_natural_name): Rename to..,
734 (general_symbol_info::natural_name): ...this.
735 (symbol_demangled_name): Rename to...
736 (general_symbol_info::demangled_name): ...this.
737 (symbol_search_name): Rename to...
738 (general_symbol_info::search_name): ...this.
739 (symbol_matches_search_name): Update.
740 (find_pc_sect_line): Update.
741 (skip_prologue_sal): Update.
742 (search_symbols): Update.
743 (print_msymbol_info): Update.
744 (rbreak_command): Update.
745 (completion_list_add_msymbol): Update.
746 (completion_list_objc_symbol): Update.
747 (get_msymbol_address): Update.
748 * symtab.h (struct general_symbol_info): Add member functions
749 natural_name (), linkage_name (), print_name (), demangled_name (),
750 and search_name ().
751 (SYMBOL_NATURAL_NAME): Update.
752 (symbol_natural_name): Move to a member function on general_symbol_info.
753 (SYMBOL_DEMANGLED_NAME): Update.
754 (symbol_demangled_name): Move to a member function on
755 general_symbol_info.
756 (SYMBOL_SEARCH_NAME): Update.
757 (symbol_search_name): Move to a member function on general_symbol_info.
758 (MSYMBOL_NATURAL_NAME): Remove.
759 (MSYMBOL_LINKAGE_NAME): Remove.
760 (MSYMBOL_PRINT_NAME): Remove.
761 (MSYMBOL_DEMANGLED_NAME): Remove.
762 (MSYMBOL_SEARCH_NAME): Remove.
763 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
764
765 2019-11-22 Christian Biesinger <cbiesinger@google.com>
766
767 * symtab.c (create_demangled_names_hash): Use per_bfd->
768 minimal_symbol_count for computing the initial size, if greater
769 than our default size.
770
771 2019-11-22 Tom de Vries <tdevries@suse.de>
772
773 * contrib/words.sh: Improve words extraction.
774
775 2019-11-22 Tom de Vries <tdevries@suse.de>
776
777 * contrib/words.sh: Combine sed invocations.
778
779 2019-11-21 Christian Biesinger <cbiesinger@google.com>
780
781 * Makefile.in: Update.
782 * demangle.c: Rename to...
783 * gdb-demangle.c: ..this.
784 (is_cplus_marker): Change return type to bool.
785 (_initialize_demangler): Rename to...
786 (_initialize_gdb_demangle): ...this.
787 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
788 * symtab.h (demangle): Remove declaration; instead include
789 gdb-demangle.h.
790
791 2019-11-21 Tom Tromey <tromey@adacore.com>
792
793 * gdbsupport/format.c (format_pieces): Parse %I64d.
794 * unittests/format_pieces-selftests.c (test_windows_formats): New
795 function.
796 (run_tests): Call it.
797
798 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
799
800 Byte reverse display of variables with DW_END_big, DW_END_little
801 (DW_AT_endianity) dwarf attributes if different than the native
802 byte order.
803 * ada-lang.c (ada_value_binop):
804 Use type_byte_order instead of gdbarch_byte_order.
805 * ada-valprint.c (printstr):
806 (ada_val_print_string):
807 * ada-lang.c (value_pointer):
808 (ada_value_binop):
809 Use type_byte_order instead of gdbarch_byte_order.
810 * c-lang.c (c_get_string):
811 Use type_byte_order instead of gdbarch_byte_order.
812 * c-valprint.c (c_val_print_array):
813 Use type_byte_order instead of gdbarch_byte_order.
814 * cp-valprint.c (cp_print_class_member):
815 Use type_byte_order instead of gdbarch_byte_order.
816 * dwarf2loc.c (rw_pieced_value):
817 Use type_byte_order instead of gdbarch_byte_order.
818 * dwarf2read.c (read_base_type): Handle DW_END_big,
819 DW_END_little
820 * f-lang.c (f_get_encoding):
821 Use type_byte_order instead of gdbarch_byte_order.
822 * findvar.c (default_read_var_value):
823 Use type_byte_order instead of gdbarch_byte_order.
824 * gdbtypes.c (check_types_equal):
825 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
826 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
827 and TYPE_ENDIANITY_LITTLE if set.
828 (type_byte_order): new function.
829 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
830 (struct main_type) <flag_endianity_not_default>:
831 New field.
832 (type_byte_order): New function.
833 * infcmd.c (default_print_one_register_info):
834 Use type_byte_order instead of gdbarch_byte_order.
835 * p-lang.c (pascal_printstr):
836 Use type_byte_order instead of gdbarch_byte_order.
837 * p-valprint.c (pascal_val_print):
838 Use type_byte_order instead of gdbarch_byte_order.
839 * printcmd.c (print_scalar_formatted):
840 Use type_byte_order instead of gdbarch_byte_order.
841 * solib-darwin.c (darwin_current_sos):
842 Use type_byte_order instead of gdbarch_byte_order.
843 * solib-svr4.c (solib_svr4_r_ldsomap):
844 Use type_byte_order instead of gdbarch_byte_order.
845 * stap-probe.c (stap_modify_semaphore):
846 Use type_byte_order instead of gdbarch_byte_order.
847 * target-float.c (target_float_same_format_p):
848 Use type_byte_order instead of gdbarch_byte_order.
849 * valarith.c (scalar_binop):
850 (value_bit_index):
851 Use type_byte_order instead of gdbarch_byte_order.
852 * valops.c (value_cast):
853 Use type_byte_order instead of gdbarch_byte_order.
854 * valprint.c (generic_emit_char):
855 (generic_printstr):
856 (val_print_string):
857 Use type_byte_order instead of gdbarch_byte_order.
858 * value.c (unpack_long):
859 (unpack_bits_as_long):
860 (unpack_value_bitfield):
861 (modify_field):
862 (pack_long):
863 (pack_unsigned_long):
864 Use type_byte_order instead of gdbarch_byte_order.
865 * findvar.c (unsigned_pointer_to_address):
866 (signed_pointer_to_address):
867 (unsigned_address_to_pointer):
868 (address_to_signed_pointer):
869 (default_read_var_value):
870 (default_value_from_register):
871 Use type_byte_order instead of gdbarch_byte_order.
872 * gnu-v3-abi.c (gnuv3_make_method_ptr):
873 Use type_byte_order instead of gdbarch_byte_order.
874 * riscv-tdep.c (riscv_print_one_register_info):
875 Use type_byte_order instead of gdbarch_byte_order.
876
877 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
878
879 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
880 (current_ui_gdb_stdin_ptr): Likewise.
881 (current_ui_gdb_stderr_ptr): Likewise.
882 (current_ui_gdb_stdlog_ptr): Likewise.
883 (current_ui_current_uiout_ptr): Likewise.
884 (gen_ret_current_ui_field_ptr): Remove.
885
886 2019-11-21 Tom de Vries <tdevries@suse.de>
887
888 PR gdb/24956
889 * cli/cli-script.c (execute_control_command): Only switch to
890 INTERP_CONSOLE's ui_out when INTERP_MI is active.
891
892 2019-11-19 Tom Tromey <tom@tromey.com>
893
894 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
895 Now static. Change type of "name".
896 (tui_set_win_height_command): Don't copy "arg".
897 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
898 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
899
900 2019-11-19 Ali Tamur <tamur@google.com>
901
902 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
903 "if (attr != nullptr)".
904 (dwarf2_find_base_address): Likewise.
905 (dwarf2_build_include_psymtabs): Likewise.
906 (read_cutu_die_from_dwo): Likewise.
907 (read_func_scope): Likewise.
908 (read_call_site_scope): Likewise.
909 (dwarf2_get_pc_bounds): Likewise.
910 (dwarf2_record_block_ranges): Likewise.
911 (dwarf2_add_field): Likewise.
912 (dwarf2_add_member_fn): Likewise.
913 (read_structure_type): Likewise.
914 (read_enumeration_type): Likewise.
915 (read_array_type): Likewise.
916 (read_array_order): Likewise.
917 (read_set_type): Likewise.
918 (read_common_block): Likewise.
919 (read_tag_reference_type): Likewise.
920 (read_tag_string_type): Likewise.
921 (read_subroutine_type): Likewise.
922 (read_base_type): Likewise.
923 (read_subrange_type): Likewise.
924 (new_symbol): Likewise.
925 (prepare_one_comp_unit): Likewise.
926
927 2019-11-19 Tom Tromey <tromey@adacore.com>
928
929 * windows-nat.c (windows_nat_target::attach): Include GetLastError
930 result in error when DebugActiveProcess fails.
931
932 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
933 Pedro Alves <palves@redhat.com>
934
935 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
936 * target.c (target_stack::push): Call 'unpush' if there's a
937 target on top of the stack.
938
939 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
940
941 * python/py-block.c (blpy_dealloc): Call tp_free.
942 (blpy_block_syms_dealloc): Likewise.
943 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
944 * python/py-inferior.c (infpy_dealloc): Likewise.
945 * python/py-lazy-string.c (stpy_dealloc): Likewise.
946 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
947 * python/py-symbol.c (sympy_dealloc): Likewise.
948 * python/py-symtab.c (stpy_dealloc): Likewise.
949 * python/py-type.c (typy_iterator_dealloc): Likewise.
950
951 2019-11-18 Christian Biesinger <cbiesinger@google.com>
952
953 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
954 constructor instead of using a class initializer.
955
956 2019-11-15 Christian Biesinger <cbiesinger@google.com>
957
958 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
959 * configure: Regenerate.
960 * configure.ac: Don't source common.host.
961 * gdbsupport/common.host: Remove.
962 * gdbsupport/mingw-strerror.c: Remove.
963 * gdbsupport/posix-strerror.c: Rename to...
964 * gdbsupport/safe-strerror.c: ...this.
965
966 2019-11-15 Christian Biesinger <cbiesinger@google.com>
967
968 * maint.c (scoped_command_stats::print_time): Use localtime_r
969 instead of localtime (provided through gnulib if necessary).
970 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
971 of ctime.
972
973 2019-11-15 Christian Biesinger <cbiesinger@google.com>
974
975 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
976 avoid compile errors.
977
978 2019-11-15 Christian Biesinger <cbiesinger@google.com>
979
980 * config.in: Regenerate.
981 * configure: Regenerate.
982 * gdbsupport/common.m4: No longer check for strerror_r.
983 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
984 POSIX version of strerror_r, now that gnulib provides it if
985 necessary.
986
987 2019-11-14 Christian Biesinger <cbiesinger@google.com>
988
989 * README (`configure' options): Update.
990
991 2019-11-14 Tom Tromey <tromey@adacore.com>
992
993 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
994 expected type for the RHS if the LHS is a convenience variable.
995
996 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
997
998 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
999 Provide explicit default and copy constructor.
1000
1001 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1002
1003 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1004 only call Py_INCREF (newbp) in the bppy_pending_object case.
1005
1006 2019-11-13 Tom Tromey <tromey@adacore.com>
1007
1008 PR build/25182:
1009 * psympriv.h (partial_symbol): Remove static assert.
1010 * symtab.h (general_symbol_info, symbol): Remove static assert.
1011
1012 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdbsupport/format.c (format_pieces::format_pieces): Support
1015 printf 'z' size modifier.
1016 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1017 * printcmd.c (ui_printf): Handle size_t_arg.
1018 * ui-out.c (ui_out::vmessage): Likewise.
1019 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1020 function.
1021 (run_tests): Call test_format_int_sizes.
1022
1023 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1024
1025 * ada-exp.y (write_ambiguous_var): Update.
1026 * buildsym.c (add_symbol_to_list): Update.
1027 * dwarf2read.c (read_variable): Update.
1028 (new_symbol): Update.
1029 * jit.c (finalize_symtab): Update.
1030 * language.c (language_alloc_type_symbol): Update.
1031 * symtab.c (fixup_symbol_section): Update.
1032 (initialize_objfile_symbol_1): Move code to...
1033 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1034 (allocate_symbol): Update.
1035 (allocate_template_symbol): Update.
1036 (get_symbol_address): Update.
1037 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1038 of having as a field, and add a constructor.
1039 (SYMBOL_VALUE): Update.
1040 (SYMBOL_VALUE_ADDRESS): Update.
1041 (SET_SYMBOL_VALUE_ADDRESS): Update.
1042 (SYMBOL_VALUE_BYTES): Update.
1043 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1044 (SYMBOL_BLOCK_VALUE): Update.
1045 (SYMBOL_VALUE_CHAIN): Update.
1046 (SYMBOL_LANGUAGE): Update.
1047 (SYMBOL_SECTION): Update.
1048 (SYMBOL_OBJ_SECTION): Update.
1049 (SYMBOL_SET_LANGUAGE): Update.
1050 (SYMBOL_SET_LINKAGE_NAME): Update.
1051 (SYMBOL_SET_NAMES): Update.
1052 (SYMBOL_NATURAL_NAME): Update.
1053 (SYMBOL_LINKAGE_NAME): Update.
1054 (SYMBOL_DEMANGLED_NAME): Update.
1055 (SYMBOL_SEARCH_NAME): Update.
1056 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1057 (struct symbol): Update.
1058 (struct template_symbol): Update.
1059 (struct rust_vtable_symbol): Update.
1060 * xcoffread.c (SYMBOL_DUP): Update.
1061
1062 2019-11-12 Tom Tromey <tom@tromey.com>
1063
1064 * tui/tui-layout.c (show_layout): Set current_layout.
1065 (show_source_disasm_command, show_data)
1066 (show_source_or_disasm_and_command): Don't set current_layout.
1067
1068 2019-11-12 Tom Tromey <tom@tromey.com>
1069
1070 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1071
1072 2019-11-12 Tom Tromey <tom@tromey.com>
1073
1074 * tui/tui-win.c (resize_message): New global.
1075 (show_tui_resize_message): New function.
1076 (tui_async_resize_screen): Print message if requested.
1077 (_initialize_tui_win): Add tui-resize-message setting.
1078 * NEWS: Add entry for new commands.
1079
1080 2019-11-11 Tom Tromey <tom@tromey.com>
1081
1082 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1083 functions.
1084
1085 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1086
1087 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1088
1089 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1092 function.
1093 * python/python-internal.h (gdbpy_lookup_static_symbols):
1094 Declare new function.
1095 * python/python.c (python_GdbMethods): Add
1096 gdb.lookup_static_symbols method.
1097 * NEWS: Mention gdb.lookup_static_symbols.
1098
1099 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1102 static block of current object file first. Also fix typo in
1103 header comment.
1104
1105 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * stack.c (set_last_displayed_sal): Delete.
1108 (last_displayed_sal_valid): Delete.
1109 (last_displayed_pspace): Delete.
1110 (last_displayed_addr): Delete.
1111 (last_displayed_symtab): Delete.
1112 (last_displayed_line): Delete.
1113 (class last_displayed_symtab_info_type): New.
1114 (last_displayed_symtab_info): New static global variable.
1115 (print_frame_info): Call methods on last_displayed_symtab_info.
1116 (clear_last_displayed_sal): Update header comment, and make use of
1117 last_displayed_symtab_info.
1118 (last_displayed_sal_is_valid): Likewise.
1119 (get_last_displayed_pspace): Likewise.
1120 (get_last_displayed_addr): Likewise.
1121 (get_last_displayed_symtab): Likewise.
1122 (get_last_displayed_line): Likewise.
1123 (get_last_displayed_sal): Likewise.
1124 * stack.h (clear_last_displayed_sal): Update header comment.
1125 (last_displayed_sal_is_valid): Likewise.
1126 (get_last_displayed_pspace): Likewise.
1127 (get_last_displayed_addr): Likewise.
1128 (get_last_displayed_symtab): Likewise.
1129 (get_last_displayed_line): Likewise.
1130 (get_last_displayed_sal): Likewise.
1131
1132 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * stack.c (frame_show_address): Convert return type to bool.
1135 * stack.h (frame_show_address): Likewise, and update header
1136 comment.
1137
1138 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1141 * unittests/vec-utils-selftests.c: New file.
1142 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1143
1144 2019-11-10 Tom Tromey <tom@tromey.com>
1145
1146 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1147 (tui_highlight_win): Likewise.
1148 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1149 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1150 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1151 Don't set can_highlight.
1152
1153 2019-11-10 Tom Tromey <tom@tromey.com>
1154
1155 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1156 Remove unused declaration.
1157
1158 2019-11-08 Tom Tromey <tromey@adacore.com>
1159
1160 * top.c (read_command_file): Update.
1161 (command_line_input): Make return type const.
1162 * python/py-gdb-readline.c: Update.
1163 * linespec.c (decode_line_2): Update.
1164 * defs.h (command_line_input): Make return type const.
1165 * cli/cli-script.c (read_next_line): Make return type const.
1166 * ada-lang.c (get_selections): Update.
1167
1168 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1169
1170 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1171 * mi/mi-main.c (output_cores): Likewise.
1172 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1173 (linux_xfer_osdata_modules): Likewise.
1174 * remote.c (register_remote_support_xml): Likewise.
1175 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1176 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1177
1178 2019-11-06 Tom Tromey <tom@tromey.com>
1179
1180 * tui/tui-interp.c: Don't include readline.h.
1181 * tui/tui-hooks.c: Don't include readline.h.
1182 * symmisc.c: Include tilde.h, not readline.h.
1183 * symfile.c: Include tilde.h, not readline.h.
1184 * source.c: Include tilde.h, not readline.h.
1185 * solib.c: Include tilde.h, not readline.h.
1186 * psymtab.c: Include tilde.h, not readline.h.
1187 * exec.c: Include tilde.h, not readline.h.
1188 * corelow.c: Include tilde.h, not readline.h.
1189 * cli/cli-dump.c: Include tilde.h, not readline.h.
1190 * cli/cli-cmds.c: Don't include readline.h.
1191
1192 2019-11-05 Tom Tromey <tom@tromey.com>
1193
1194 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1195 (tui_disassemble): Set addr_size.
1196 (tui_disasm_window::set_contents): Use addr_size.
1197
1198 2019-11-05 Tom Tromey <tom@tromey.com>
1199
1200 * rust-lang.c (rust_language_defn): Update.
1201 * python/py-value.c (valpy_string): Call c_get_string.
1202 * p-lang.c (pascal_language_defn): Update.
1203 * opencl-lang.c (opencl_language_defn): Update.
1204 * objc-lang.c (objc_language_defn): Update.
1205 * m2-lang.c (m2_language_defn): Update.
1206 * language.c (unknown_language_defn, auto_language_defn): Update.
1207 (default_get_string): Remove.
1208 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1209 * go-lang.c (go_language_defn): Update.
1210 * f-lang.c (f_language_defn): Update.
1211 * d-lang.c (d_language_defn): Update.
1212 * c-lang.c (c_language_defn, cplus_language_defn)
1213 (asm_language_defn, minimal_language_defn): Update.
1214 * ada-lang.c (ada_language_defn): Update.
1215 * language.h (struct language_defn) <la_get_string>: Remove.
1216 (LA_GET_STRING): Remove.
1217 (default_get_string): Don't declare.
1218
1219 2019-11-05 Tom Tromey <tom@tromey.com>
1220
1221 * tui/tui-source.h (struct tui_source_window): Inline
1222 constructor. Remove destructor.
1223 <style_changed, m_observable>: Move to superclass.
1224 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1225 (struct tui_source_window_base): Move private members to end.
1226 <style_changed, m_observable>: Move from tui_source_window.
1227 * tui/tui-winsource.c (tui_copy_source_line): Move from
1228 tui-source.c. Rename from copy_source_line. Add special handling
1229 for negative line number.
1230 (tui_source_window_base::style_changed): Move from
1231 tui_source_window.
1232 (tui_source_window_base): Register observer.
1233 (~tui_source_window_base): New.
1234 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1235 rename.
1236 (tui_source_window::set_contents): Use tui_copy_source_line.
1237 (tui_source_window::tui_source_window): Move to tui-source.h.
1238 (tui_source_window::~tui_source_window): Remove.
1239 (tui_source_window::style_changed): Move to superclass.
1240 * tui/tui-disasm.c (tui_disassemble): Create string file with
1241 styling, when possible. Add "addr_size" parameter.
1242 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1243 Don't compute maximum size.
1244 (len_without_escapes): New function
1245
1246 2019-11-05 Tom Tromey <tom@tromey.com>
1247
1248 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1249 std::string.
1250 * tui/tui-winsource.c (tui_show_source_line): Update.
1251 * tui/tui-source.c (tui_source_window::set_contents): Update.
1252 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1253
1254 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1255
1256 * symtab.h (gdb_static_assert): Put && operator at the beginning
1257 of the line instead of the end.
1258
1259 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1260
1261 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1262 and sizeof (symbol).
1263 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1264
1265 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1266
1267 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1268 * configure.host: Mark *-*-solaris2.10* obsolete.
1269 * configure.tgt: Mark Solaris < 11 obsolete.
1270 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1271 Update target triplet.
1272
1273 2019-11-01 Tom Tromey <tromey@adacore.com>
1274
1275 * utils.c (print_sys_errmsg): Simplify.
1276
1277 2019-11-01 Tom Tromey <tromey@adacore.com>
1278
1279 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1280
1281 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1282
1283 * configure: Regenerate.
1284 * configure.ac: Remove check for strerror_r.
1285 * gdbsupport/common.m4: Check for strerror_r.
1286
1287 2019-11-01 Luis Machado <luis.machado@linaro.org>
1288
1289 PR gdb/25124
1290
1291 * arm-tdep.c (arm_per_objfile): Rename to ...
1292 (arm_per_bfd): ... this.
1293 (arm_objfile_data_key): Rename to ...
1294 (arm_bfd_data_key): ... this.
1295 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1296 data.
1297 (arm_record_special_symbol): Likewise.
1298
1299 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1302 end.
1303 * c-typeprint.c (c_print_typedef): Likewise.
1304 * f-typeprint.c (f_print_typedef): Likewise.
1305 * m2-typeprint.c (m2_print_typedef): Likewise.
1306 * p-typeprint.c (pascal_print_typedef): Likewise.
1307 * rust-lang.c (rust_print_typedef): Likewise.
1308 * symtab.c (print_symbol_info): Print a newline after calling
1309 typedef_print.
1310
1311 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * symtab.c (info_module_cmdlist): New variable.
1314 (info_module_command): New function.
1315 (search_module_symbols): New function.
1316 (info_module_subcommand): New function.
1317 (struct info_modules_var_func_options): New struct.
1318 (info_modules_var_func_options_defs): New variable.
1319 (make_info_modules_var_func_options_def_group): New function.
1320 (info_module_functions_command): New function.
1321 (info_module_variables_command): New function.
1322 (info_module_var_func_command_completer): New function.
1323 (_initialize_symtab): Register new 'info module functions' and
1324 'info module variables' commands.
1325 * symtab.h (typedef symbol_search_in_module): New typedef.
1326 (search_module_symbols): Declare new function.
1327 * NEWS: Mention new commands.
1328
1329 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1332 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1333 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1334 MODULES_DOMAIN.
1335 (scan_partial_symbols): Only create partial module symbols for non
1336 declarations.
1337 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1338 and MODULES_DOMAIN.
1339 * symtab.c (search_domain_name): Likewise.
1340 (search_symbols): Likewise.
1341 (print_symbol_info): Likewise.
1342 (symtab_symbol_info): Likewise.
1343 (info_modules_command): New function.
1344 (_initialize_symtab): Register 'info modules' command.
1345 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1346 * NEWS: Mention new 'info modules' command.
1347
1348 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1349
1350 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1351 and $_gdb_maint_setting_str.
1352
1353 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1354
1355 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1356 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1357 (str_value_from_setting, gdb_setting_str_internal_fn)
1358 (gdb_maint_setting_str_internal_fn): New functions.
1359 (_initialize_cli_cmds): Define the new convenience functions.
1360 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1361 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1362
1363 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1364
1365 * agent.c (set_can_use_agent): When the setting is turned on,
1366 look up agent symbols if we don't have them yet.
1367 (agent_new_objfile): Don't look up agent symbols when the agent
1368 setting is off.
1369
1370 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1371
1372 * config.in: Regenerate.
1373
1374 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1375
1376 * configure: Regenerate.
1377 * configure.ac: Check for strerror_r.
1378 * gdbsupport/common-utils.h (safe_strerror): Change return value
1379 to const char * and document that this function is now threadsafe.
1380 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1381 thread_local and call strerror_r, if available.
1382 * utils.c (perror_string): Update.
1383 (print_sys_errmsg): Update.
1384
1385 2019-10-31 Luis Machado <luis.machado@linaro.org>
1386
1387 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1388 objfile_key.
1389 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1390 objfile to fetch per-bfd data.
1391 (arm_find_exidx_entry): Likewise.
1392
1393 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1394
1395 * gdbsupport/agent.c (debug_agent): Change type to bool.
1396 (use_agent): Likewise.
1397 (all_agent_symbols_look_up): Likewise.
1398 (agent_loaded_p): Change return value to bool.
1399 (agent_look_up_symbols): Update.
1400 (agent_capability_check): Change return value to bool.
1401 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1402 (debug_agent): Change type to bool.
1403 (use_agent): Likewise.
1404 (agent_capability_check): Change return value to bool.
1405
1406 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1407
1408 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1409 (build_minimal_symbol_hash_tables): Code to clear the table moved
1410 to clear_minimal_symbol_hash_tables.
1411 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1412 when needed.
1413
1414 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1415
1416 * infcmd.c: Remove includes.
1417 * infrun.c: Remove includes.
1418
1419 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1420
1421 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1422 (grow_vect): Remove declaration.
1423 (ada_type_of_array): Remove declaration.
1424 (ada_update_initial_language): Remove declaration.
1425 (ada_fold_name): Remove declaration.
1426 (ada_fill_in_ada_prototype): Remove declaration.
1427 (user_select_syms): Remove declaration.
1428 (get_selections): Remove declaration.
1429 (ada_tag_type): Remove declaration.
1430 (ada_value_tag): Remove declaration.
1431 (ada_is_others_clause): Remove declaration.
1432 (ada_in_variant): Remove declaration.
1433 (ada_value_struct_elt): Remove declaration.
1434 (ada_attribute_name): Remove declaration.
1435 (ada_system_address_type): Remove declaration.
1436 * ada-lang.c (ada_watch_location_expression): Make static.
1437 (GROW_VECT): Move here from ada-lang.h.
1438 (grow_vect): Make static.
1439 (ada_update_initial_language): Make static.
1440 (ada_fold_name): Make static.
1441 (ada_type_of_array): Make static.
1442 (encoded_ordered_before): Move up.
1443 (sort_choices): Move up.
1444 (print_signatures): Move up.
1445 (ada_print_symbol_signature): Move up.
1446 (get_selections): Move up and make static.
1447 (user_select_syms): Move up and make static.
1448 (ada_value_struct_elt): Move up and make static.
1449 (ada_tag_type): Make static.
1450 (ada_value_tag): Make static.
1451 (ada_is_others_clause): Make static.
1452 (ada_in_variant): Make static.
1453 (ada_attribute_name): Make static.
1454
1455 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1456
1457 * ada-lang.c: Remove includes.
1458 * ada-typeprint.c: Remove includes.
1459 * ada-valprint.c: Remove includes.
1460
1461 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1462
1463 * addrmap.c: Add static assertions of type size, moved from
1464 _initialize_addrmap.
1465 (_initialize_addrmap): Remove.
1466
1467 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1468
1469 * coffread.c (record_minimal_symbol): Update.
1470 (process_coff_symbol): Update.
1471 * dbxread.c (read_dbx_symtab): Update.
1472 * dwarf2read.c (add_partial_symbol): Update.
1473 (fixup_go_packaging): Update.
1474 (load_partial_dies): Update.
1475 (new_symbol): Update.
1476 * elfread.c (record_minimal_symbol): Change signature to use
1477 gdb::string_view instead of name+len.
1478 (elf_symtab_read): Update.
1479 (elf_rel_plt_read): Update.
1480 * mdebugread.c (parse_partial_symbols): Update.
1481 (handle_psymbol_enumerators): Update.
1482 (new_symbol): Update.
1483 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1484 to use gdb::string_view instead of name+len.
1485 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1486 * psympriv.h (add_psymbol_to_list): Likewise.
1487 * psymtab.c (add_psymbol_to_bcache): Likewise.
1488 (add_psymbol_to_list): Likewise.
1489 * stabsread.c (define_symbol): Update.
1490 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1491 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1492 (symbol_set_names): Likewise.
1493 * xcoffread.c (scan_xcoff_symtab): Update.
1494
1495 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1496
1497 * symtab.h (symbol_set_names): Document that copy_name must be
1498 set to true for non-nullterminated strings.
1499 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1500 linkage_name if the entry was not found and we need to demangle.
1501
1502 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1503
1504 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1505 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1506 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1507 * gdbsupport/gdb_binary_search.h: New file.
1508
1509 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1510
1511 * NEWS: Mention new --with-system-gdbinit-dir option.
1512 * config.in: Regenerate.
1513 * configure: Regenerate.
1514 * configure.ac: Add new option --with-system-gdbinit-dir.
1515 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1516 for a ".gdb" suffix.
1517 * main.c (get_init_files): Change system_gdbinit argument to
1518 a vector and return the files in SYSTEM_GDBINIT_DIR in
1519 addition to SYSTEM_GDBINIT.
1520 (captured_main_1): Update.
1521 (print_gdb_help): Update.
1522 * top.c (print_gdb_configuration): Also print the value of
1523 SYSTEM_GDBINIT_DIR.
1524
1525 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1526
1527 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1528 that takes gdb::string_view arguments.
1529
1530 2019-10-26 Tom de Vries <tdevries@suse.de>
1531
1532 * aarch64-linux-tdep.c: Fix typos in comments.
1533 * aarch64-tdep.c: Same.
1534 * ada-lang.c: Same.
1535 * amd64-nat.c: Same.
1536 * arc-tdep.c: Same.
1537 * arch/aarch64-insn.c: Same.
1538 * block.c: Same.
1539 * breakpoint.h: Same.
1540 * btrace.h: Same.
1541 * c-varobj.c: Same.
1542 * cli/cli-decode.c: Same.
1543 * cli/cli-script.c: Same.
1544 * cli/cli-utils.h: Same.
1545 * coff-pe-read.c: Same.
1546 * coffread.c: Same.
1547 * compile/compile-cplus-symbols.c: Same.
1548 * compile/compile-object-run.c: Same.
1549 * completer.c: Same.
1550 * corelow.c: Same.
1551 * cp-support.c: Same.
1552 * demangle.c: Same.
1553 * dwarf-index-write.c: Same.
1554 * dwarf2-frame.c: Same.
1555 * dwarf2-frame.h: Same.
1556 * eval.c: Same.
1557 * frame-base.h: Same.
1558 * frame.h: Same.
1559 * gdbcmd.h: Same.
1560 * gdbtypes.h: Same.
1561 * gnu-nat.c: Same.
1562 * guile/scm-objfile.c: Same.
1563 * i386-tdep.c: Same.
1564 * i386-tdep.h: Same.
1565 * infcall.c: Same.
1566 * infcall.h: Same.
1567 * linux-nat.c: Same.
1568 * m68k-tdep.c: Same.
1569 * macroexp.c: Same.
1570 * memattr.c: Same.
1571 * mi/mi-cmd-disas.c: Same.
1572 * mi/mi-getopt.h: Same.
1573 * mi/mi-main.c: Same.
1574 * minsyms.c: Same.
1575 * nat/aarch64-sve-linux-sigcontext.h: Same.
1576 * objfiles.h: Same.
1577 * ppc-linux-nat.c: Same.
1578 * ppc-linux-tdep.c: Same.
1579 * ppc-tdep.h: Same.
1580 * progspace.h: Same.
1581 * prologue-value.h: Same.
1582 * python/py-evtregistry.c: Same.
1583 * python/py-instruction.h: Same.
1584 * record-btrace.c: Same.
1585 * record-full.c: Same.
1586 * remote.c: Same.
1587 * rs6000-tdep.c: Same.
1588 * ser-tcp.c: Same.
1589 * sol-thread.c: Same.
1590 * sparc-sol2-tdep.c: Same.
1591 * sparc64-tdep.c: Same.
1592 * stabsread.c: Same.
1593 * symfile.c: Same.
1594 * symtab.h: Same.
1595 * target.c: Same.
1596 * tracepoint.c: Same.
1597 * tui/tui-data.h: Same.
1598 * tui/tui-io.c: Same.
1599 * tui/tui-win.c: Same.
1600 * tui/tui.c: Same.
1601 * unittests/rsp-low-selftests.c: Same.
1602 * user-regs.h: Same.
1603 * utils.c: Same.
1604 * utils.h: Same.
1605 * valarith.c: Same.
1606 * valops.c: Same.
1607 * valprint.c: Same.
1608 * valprint.h: Same.
1609 * value.c: Same.
1610 * value.h: Same.
1611 * varobj.c: Same.
1612 * x86-nat.h: Same.
1613 * xtensa-tdep.c: Same.
1614
1615 2019-10-25 Ali Tamur <tamur@google.com>
1616
1617 * charset.c (find_charset_names): Reflect API change.
1618
1619 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1620
1621 * symtab.c (struct demangled_name_entry): Change demangled name
1622 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1623 part of the struct anymore.
1624 (symbol_set_names): No longer obstack allocate + copy the demangled
1625 name, just store the allocated name from bfd.
1626
1627 2019-10-25 Tom Tromey <tromey@adacore.com>
1628
1629 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1630 (bsearch_cie_cmp, add_cie): Remove.
1631 (find_cie): Reimplement.
1632 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1633 (dwarf2_build_frame_info): Update.
1634
1635 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 PR gdb/25126
1638 * symfile.c (reread_symbols): Call forget_cached_source_info to
1639 clear the stale source cache.
1640
1641 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1642
1643 * configure: Regenerate.
1644 * configure.ac: Remove code that sets python_has_threads.
1645
1646 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1647
1648 * config.in: Regenerate.
1649 * configure: Regenerate.
1650 * configure.ac: Remove the code that uses sed to get the python
1651 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1652
1653 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1656 error paths.
1657
1658 2019-10-23 Tom Tromey <tom@tromey.com>
1659
1660 * arc-tdep.c: Remove ".." from include.
1661 * frv-tdep.c: Remove ".." from include.
1662 * lm32-tdep.c: Remove ".." from include.
1663 * microblaze-tdep.c: Remove ".." from include.
1664 * or1k-tdep.h: Remove ".." from include.
1665 * s12z-tdep.c: Remove ".." from include.
1666 * Makefile.in (OPCODES_CFLAGS): Add comment.
1667 (TOP_CFLAGS): New variable.
1668 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1669
1670 2019-10-23 Tom Tromey <tom@tromey.com>
1671
1672 * Makefile.in (READLINE_DIR): Update.
1673
1674 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1675
1676 * infcall.c (call_function_by_hand_dummy): Fix the function
1677 comment. And extract out a code section into...
1678 (reserve_stack_space): ...this new function.
1679
1680 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1681
1682 * infcall.c (value_arg_coerce): Remove an unused parameter.
1683 (call_function_by_hand_dummy): Update the call to
1684 'value_arg_coerce'.
1685
1686 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1687
1688 * infcall.c (call_function_by_hand_dummy): Refactor.
1689
1690 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1691
1692 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1693
1694 2019-10-23 Tom Tromey <tom@tromey.com>
1695
1696 * configure: Rebuild.
1697 * configure.ac: Don't check for sigprocmask.
1698 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
1699
1700 2019-10-23 Tom Tromey <tom@tromey.com>
1701
1702 * configure: Rebuild.
1703 * acinclude.m4: Use m4_include, not sinclude.
1704
1705 2019-10-23 Tom de Vries <tdevries@suse.de>
1706
1707 PR breakpoints/24687
1708 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
1709
1710 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1711
1712 * symtab.c (struct demangled_name_entry) <language>: Change from
1713 bitfield to regular variable.
1714
1715 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1716
1717 * symtab.c (struct demangled_name_entry): Add a constructor.
1718 (free_demangled_name_entry): New function to call the destructor
1719 for demangled_name_entry.
1720 (create_demangled_names_hash): Pass free_demangled_name_entry to
1721 htab_create_alloc.
1722 (symbol_set_names): Call placement new for demangled_name_entry.
1723 * utils.c: No longer include xxhash.h here, now that fast_hash
1724 is inlined in the header.
1725 * utils.h: Instead, include it here.
1726
1727 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1728
1729 * Makefile.in: Link with libxxhash.
1730 * config.in: Regenerate.
1731 * configure: Regenerate.
1732 * configure.ac: Search for libxxhash.
1733 * utils.c (fast_hash): Use xxhash if present.
1734
1735 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1736
1737 * utils.h (fast_hash): New function.
1738 * symtab.c (hash_demangled_name_entry): Call new function
1739 fast_hash.
1740
1741 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1742
1743 * symtab.c (struct demangled_name_entry): Change type of mangled
1744 to gdb::string_view. Also adds a constructor that takes the
1745 mangled name.
1746 (hash_demangled_name_entry): Update.
1747 (eq_demangled_name_entry): Update.
1748 (free_demangled_name_entry): New function to call the destructor
1749 now that this is not a POD anymore.
1750 (create_demangled_names_hash): Pass free_demangled_name_entry to
1751 htab_create_alloc.
1752 (symbol_set_names): Update.
1753
1754 2019-10-21 Ali Tamur <tamu@google.com>
1755
1756 * dwarf2read.c (dir_index): Change type.
1757 (file_name_index): Likewise.
1758 (line_header::include_dir_at): Change comment and implementation on
1759 whether it is DWARF 5.
1760 (line_header::is_valid_file_index): New function.
1761 (line_header::file_name_at): Change comment and implementation on
1762 whether it is DWARF 5.
1763 (line_header::file_names): Change to private field renamed as
1764 m_file_names and introduce a new accessor method.
1765 (line_header::file_names_size): New method.
1766 (line_header::include_dirs): Change to private field and rename as
1767 m_include_dirs.
1768 (dw2_get_file_names_reader): Define local var at a smaller scope and
1769 reflect API change.
1770 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
1771 (process_structure_scope): Likewise.
1772 (line_header::add_include_dir): Change message and reflect renaming.
1773 (line_header::add_file_name): Likewise.
1774 (read_formatted_entries): Handle DW_FORM_data16.
1775 (dwarf_decode_line_header): Fix line header length calculation.
1776 (psymtab_include_file_name): Change comment and API.
1777 (lnp_state_machine::m_file): Update comment and reflect type change.
1778 (lnp_state_machine::record_line): Reflect type change.
1779 (dwarf_decode_lines): Reflect API change.
1780 (file_file_name): Likewise.
1781 (file_full_name): Likewise.
1782
1783 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
1786
1787 2019-10-21 Tom Tromey <tom@tromey.com>
1788
1789 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
1790
1791 2019-10-21 Tom Tromey <tom@tromey.com>
1792
1793 * configure.ac (nm.h): Conditionally create nm.h link. Subst
1794 NM_H. Use AC_CONFIG_LINKS.
1795 * configure: Rebuild.
1796 * Makefile.in (NM_H): New variable.
1797 (generated_files): Add NM_H. Remove gcore.
1798 (nm.h, stamp-nmh): New targets.
1799
1800 2019-10-20 Tom Tromey <tom@tromey.com>
1801
1802 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
1803 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
1804 obsolete comment.
1805 (put_objfile_before): Now static.
1806
1807 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
1808
1809 * gdbsupport/common-utils.h (startswith): Change return type to
1810 bool.
1811
1812 2019-10-19 Christian Biesinger <cbiesinger@google.com>
1813
1814 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
1815 * breakpoint.c (bp_locations_compare): Rename to...
1816 (bp_location_is_less_than): ...this, and change to std::sort semantics.
1817 (update_global_location_list): Use std::sort instead of qsort.
1818 * buildsym.c (compare_line_numbers): Rename to...
1819 (lte_is_less_than): ...this, and change to std::sort semantics.
1820 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
1821 instead of qsort.
1822 * disasm.c (compare_lines): Rename to...
1823 (line_is_less_than): ...this, and change to std::sort semantics.
1824 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
1825 of qsort.
1826 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
1827 (fde_is_less_than): ...this, and change to std::sort semantics.
1828 (dwarf2_build_frame_info): Call std::sort instead of qsort.
1829 * mdebugread.c (compare_blocks):
1830 (block_is_less_than): ...this, and change to std::sort semantics.
1831 (sort_blocks): Call std::sort instead of qsort.
1832 * objfiles.c (qsort_cmp): Rename to...
1833 (sort_cmp): ...this, and change to std::sort semantics.
1834 (update_section_map): Call std::sort instead of qsort.
1835 * remote.c (compare_pnums): Remove.
1836 (map_regcache_remote_table): Call std::sort instead of qsort.
1837 * utils.c (compare_positive_ints): Remove.
1838 * utils.h (compare_positive_ints): Remove.
1839 * xcoffread.c (compare_lte): Remove.
1840 (arrange_linetable): Call std::sort instead of qsort.
1841
1842 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
1843
1844 * symfile.c (init_entry_point_info): Fix typo.
1845 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
1846
1847 2019-10-18 Tom de Vries <tdevries@suse.de>
1848
1849 * aarch64-tdep.c: Fix typos in comments.
1850 * ada-lang.c: Same.
1851 * ada-tasks.c: Same.
1852 * alpha-tdep.c: Same.
1853 * alpha-tdep.h: Same.
1854 * amd64-nat.c: Same.
1855 * amd64-windows-tdep.c: Same.
1856 * arc-tdep.c: Same.
1857 * arc-tdep.h: Same.
1858 * arch-utils.c: Same.
1859 * arm-nbsd-tdep.c: Same.
1860 * arm-tdep.c: Same.
1861 * ax-gdb.c: Same.
1862 * blockframe.c: Same.
1863 * btrace.c: Same.
1864 * c-varobj.c: Same.
1865 * coff-pe-read.c: Same.
1866 * coffread.c: Same.
1867 * cris-tdep.c: Same.
1868 * darwin-nat.c: Same.
1869 * dbxread.c: Same.
1870 * dcache.c: Same.
1871 * disasm.c: Same.
1872 * dtrace-probe.c: Same.
1873 * dwarf-index-write.c: Same.
1874 * dwarf2-frame-tailcall.c: Same.
1875 * dwarf2-frame.c: Same.
1876 * dwarf2read.c: Same.
1877 * eval.c: Same.
1878 * exceptions.c: Same.
1879 * fbsd-tdep.c: Same.
1880 * findvar.c: Same.
1881 * frame.c: Same.
1882 * frv-tdep.c: Same.
1883 * gnu-v3-abi.c: Same.
1884 * go32-nat.c: Same.
1885 * h8300-tdep.c: Same.
1886 * hppa-tdep.c: Same.
1887 * i386-linux-tdep.c: Same.
1888 * i386-tdep.c: Same.
1889 * ia64-libunwind-tdep.c: Same.
1890 * ia64-tdep.c: Same.
1891 * infcmd.c: Same.
1892 * infrun.c: Same.
1893 * linespec.c: Same.
1894 * linux-nat.c: Same.
1895 * linux-thread-db.c: Same.
1896 * machoread.c: Same.
1897 * mdebugread.c: Same.
1898 * mep-tdep.c: Same.
1899 * mn10300-tdep.c: Same.
1900 * namespace.c: Same.
1901 * objfiles.c: Same.
1902 * opencl-lang.c: Same.
1903 * or1k-tdep.c: Same.
1904 * osabi.c: Same.
1905 * ppc-linux-nat.c: Same.
1906 * ppc-linux-tdep.c: Same.
1907 * ppc-sysv-tdep.c: Same.
1908 * printcmd.c: Same.
1909 * procfs.c: Same.
1910 * record-btrace.c: Same.
1911 * record-full.c: Same.
1912 * remote-fileio.c: Same.
1913 * remote.c: Same.
1914 * rs6000-tdep.c: Same.
1915 * s12z-tdep.c: Same.
1916 * score-tdep.c: Same.
1917 * ser-base.c: Same.
1918 * ser-go32.c: Same.
1919 * skip.c: Same.
1920 * sol-thread.c: Same.
1921 * solib-svr4.c: Same.
1922 * solib.c: Same.
1923 * source.c: Same.
1924 * sparc-nat.c: Same.
1925 * sparc-sol2-tdep.c: Same.
1926 * sparc-tdep.c: Same.
1927 * sparc64-tdep.c: Same.
1928 * stabsread.c: Same.
1929 * stack.c: Same.
1930 * symfile.c: Same.
1931 * symtab.c: Same.
1932 * target-descriptions.c: Same.
1933 * target-float.c: Same.
1934 * thread.c: Same.
1935 * utils.c: Same.
1936 * valops.c: Same.
1937 * valprint.c: Same.
1938 * value.c: Same.
1939 * varobj.c: Same.
1940 * windows-nat.c: Same.
1941 * xcoffread.c: Same.
1942 * xstormy16-tdep.c: Same.
1943 * xtensa-tdep.c: Same.
1944
1945 2019-10-17 Tom Tromey <tromey@adacore.com>
1946
1947 * configure: Rebuild.
1948 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
1949 in AC_CONFIG_FILES invocation.
1950 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
1951 new-style config.status invocation.
1952
1953 2019-10-17 Tom de Vries <tdevries@suse.de>
1954
1955 * arm-nbsd-nat.c: Fix typos in comments.
1956 * arm-tdep.c: Same.
1957 * darwin-nat-info.c: Same.
1958 * dwarf2read.c: Same.
1959 * elfread.c: Same.
1960 * event-top.c: Same.
1961 * findvar.c: Same.
1962 * gdbtypes.c: Same.
1963 * hppa-tdep.c: Same.
1964 * i386-tdep.c: Same.
1965 * jit.c: Same.
1966 * main.c: Same.
1967 * mdebugread.c: Same.
1968 * moxie-tdep.c: Same.
1969 * nto-procfs.c: Same.
1970 * osabi.c: Same.
1971 * ppc-linux-tdep.c: Same.
1972 * remote.c: Same.
1973 * riscv-tdep.c: Same.
1974 * s390-tdep.c: Same.
1975 * sh-tdep.c: Same.
1976 * sparc-linux-tdep.c: Same.
1977 * sparc-nat.c: Same.
1978 * stack.c: Same.
1979 * target-descriptions.c: Same.
1980 * top.c: Same.
1981 * varobj.c: Same.
1982
1983 2019-10-16 Tom Tromey <tom@tromey.com>
1984
1985 * objfiles.h (struct objfile) <original_name>: Now const.
1986
1987 2019-10-16 Christian Biesinger <cbiesinger@google.com>
1988
1989 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
1990 pass on to sigsetjmp's second argument.
1991 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
1992
1993 2019-10-16 Keith Seitz <keiths@redhat.com>
1994
1995 PR gdb/23567
1996 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
1997 sections whose size is greater than the file size.
1998
1999 2019-10-16 Jim Wilson <jimw@sifive.com>
2000
2001 * riscv-tdep.c (riscv_gcc_target_options): New.
2002 (riscv_gnu_triplet_regexp): New.
2003 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2004 set_gdbarch_gnu_triplet_regexp.
2005
2006 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2007
2008 * Makefile.in: Add xml-builtin.h.
2009 * features/feature_to_c.sh: Add an include for xml-builtin.h
2010 to ensure that the compiler checks that the types match.
2011 * xml-builtin.h: New file.
2012 * xml-support.c (fetch_xml_builtin): Add missing const.
2013 * xml-support.h: Remove declaration of xml_builtins.
2014
2015 2019-10-16 Tom de Vries <tdevries@suse.de>
2016
2017 PR tdep/25096
2018 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2019 (amd64_classify_aggregate): ... here.
2020 (amd64_classify_aggregate_field): Handled fiels of nested structs
2021 recursively.
2022
2023 2019-10-16 Tom de Vries <tdevries@suse.de>
2024
2025 PR tdep/24104
2026 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2027 that handles 'theclass'.
2028
2029 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * linespec.c (decode_digits_ordinary): Update comment.
2032 * make-target-delegates: No longer need to handle VEC case.
2033 * memrange.c (normalize_mem_ranges): Update comment.
2034 * namespace.c (add_using_directive): Update comment.
2035 * objc-lang.c (uniquify_strings): Update comment.
2036 * ppc-linux-nat.c (struct thread_points): Update comment.
2037 * probe.h (find_probes_in_objfile): Update comment.
2038 * target.h (enum flash_preserve_mode): Update comment.
2039 * varobj.c (varobj_restrict_range): Update comment.
2040 * varobj.h (varobj_list_children): Update comment.
2041
2042 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2043
2044 * Makefile.in: Remove references to vec.h and vec.c.
2045 * aarch64-tdep.c: No longer include vec.h.
2046 * ada-lang.c: Likewise.
2047 * ada-lang.h: Likewise.
2048 * arm-tdep.c: Likewise.
2049 * ax.h: Likewise.
2050 * breakpoint.h: Likewise.
2051 * charset.c: Likewise.
2052 * cp-support.h: Likewise.
2053 * dtrace-probe.c: Likewise.
2054 * dwarf2read.c: Likewise.
2055 * extension.h: Likewise.
2056 * gdb_bfd.c: Likewise.
2057 * gdbsupport/gdb_vecs.h: Likewise.
2058 * gdbsupport/vec.c: Remove.
2059 * gdbsupport/vec.h: Remove.
2060 * gdbthread.h: Likewise.
2061 * guile/scm-type.c: Likewise.
2062 * inline-frame.c: Likewise.
2063 * machoread.c: Likewise.
2064 * memattr.c: Likewise.
2065 * memrange.h: Likewise.
2066 * namespace.h: Likewise.
2067 * nat/linux-btrace.h: Likewise.
2068 * osdata.c: Likewise.
2069 * parser-defs.h: Likewise.
2070 * progspace.h: Likewise.
2071 * python/py-type.c: Likewise.
2072 * record-btrace.c: Likewise.
2073 * rust-exp.y: Likewise.
2074 * solib-target.c: Likewise.
2075 * stap-probe.c: Likewise.
2076 * target-descriptions.c: Likewise.
2077 * target-memory.c: Likewise.
2078 * target.h: Likewise.
2079 * varobj.c: Likewise.
2080 * varobj.h: Likewise.
2081 * xml-support.h: Likewise.
2082
2083 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2084
2085 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2086 Update for new std::vector based implementation.
2087 (process_psymtab_comp_unit_reader): Likewise.
2088 (scan_partial_symbols): Likewise.
2089 (recursively_compute_inclusions): Likewise.
2090 (compute_compunit_symtab_includes): Likewise.
2091 (process_imported_unit_die): Likewise.
2092 (queue_and_load_dwo_tu): Likewise.
2093 (follow_die_sig_1): Likewise.
2094 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2095 (typedef dwarf2_per_cu_ptr): Remove.
2096 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2097 function.
2098 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2099 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2100 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2101 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2102 std::vector.
2103
2104 2019-10-15 Tom Tromey <tromey@adacore.com>
2105
2106 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2107 TID.
2108
2109 2019-10-15 Tom Tromey <tromey@adacore.com>
2110
2111 * windows-nat.c (windows_nat_target::fetch_registers)
2112 (windows_nat_target::store_registers): Rename "pid" to "tid".
2113
2114 2019-10-15 Tom Tromey <tromey@adacore.com>
2115
2116 * gdbarch.h, gdbarch.c: Rebuild.
2117 * gdbarch.sh (gcc_target_options): Change return type to
2118 std::string.
2119 * compile/compile.c (get_args): Update.
2120 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2121 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2122 std::string.
2123 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2124 std::string.
2125 * arch-utils.c (default_gcc_target_options): Return std::string.
2126 * arch-utils.h (default_gcc_target_options): Return std::string.
2127 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2128
2129 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2130
2131 * breakpoint.c (breakpoint_chain): Make static.
2132 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2133 of accessing breakpoint_chain.
2134
2135 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2136
2137 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2138 to a gdb::function_view and return value to bool.
2139 * breakpoint.h (iterate_over_breakpoints): Likewise.
2140 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2141 (pop_dummy_frame): Update.
2142 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2143 (gdbscm_breakpoints): Update.
2144 * python/py-breakpoint.c (build_bp_list): Update.
2145 (gdbpy_breakpoints): Update.
2146 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2147 Update.
2148 (bpfinishpy_handle_stop): Update.
2149 (bpfinishpy_handle_exit): Update.
2150 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2151 (svr4_update_solib_event_breakpoints): Update.
2152
2153 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2154
2155 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2156 when unwrapping single-field structs.
2157
2158 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2159
2160 * dwarf2read.c: Remove includes.
2161
2162 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2163
2164 * ui-out.c (ui_out::call_do_message): Silence
2165 -Wformat-nonliteral warning.
2166
2167 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2168
2169 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2170 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2171 include: readline/tilde.h.
2172
2173 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2174
2175 * remote.c (remote_target::get_trace_status): Remove declaration of
2176 trace_regblock_size.
2177
2178 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2179
2180 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2181 (show_user): Remove declaration of cmdlist.
2182 * cli/cli-cmds.h (max_user_call_depth): Declare.
2183 * cli/cli-script.c (execute_user_command): Remove declaration
2184 of max_user_call_depth.
2185
2186 2019-10-11 Jim Wilson <jimw@sifive.com>
2187
2188 * gdbsupport/print-utils.h (pulongest): Fix comment.
2189 (plongest): Likewise.
2190 (phex): Add missing comment, mention leading zeros.
2191 (phex_nz): Add mention of no leading zeros to comment.
2192
2193 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2194 plongest instead of unsigned long long cast.
2195
2196 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2197
2198 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2199 for external_editor_command and gdbtk_test.
2200
2201 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2202
2203 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2204 * varobj.c (varobjdebug): Move comment to...
2205 * varobj.h (varobjdebug): ...here, and declare.
2206
2207 2019-10-09 Tom Tromey <tom@tromey.com>
2208
2209 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2210 erase_data_content.
2211
2212 2019-10-09 Tom Tromey <tom@tromey.com>
2213
2214 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2215 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2216 * tui/tui-command.c (tui_cmd_window::resize)
2217 (tui_refresh_cmd_win): Update.
2218 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2219 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2220 * tui/tui-data.c (~tui_gen_win_info): Remove.
2221 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2222 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2223 (tui_redisplay_readline, tui_mld_flush)
2224 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2225 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2226 (tui_data_window::erase_data_content)
2227 (tui_data_item_window::rerender)
2228 (tui_data_item_window::refresh_window): Update.
2229 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2230 (box_win, tui_gen_win_info::make_window)
2231 (tui_gen_win_info::make_visible): Update.
2232 (tui_delete_win): Remove.
2233 * tui/tui-winsource.c
2234 (tui_source_window_base::do_erase_source_content): Update.
2235 (tui_show_source_line, tui_source_window_base::update_tab_width)
2236 (tui_source_window_base::update_exec_info): Update.
2237 * tui/tui-data.h (struct curses_deleter): New.
2238 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2239 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2240
2241 2019-10-09 Tom Tromey <tom@tromey.com>
2242
2243 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2244
2245 2019-10-09 Tom Tromey <tom@tromey.com>
2246
2247 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2248 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2249
2250 2019-10-09 Tom Tromey <tom@tromey.com>
2251
2252 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2253 window height directly.
2254 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2255 declare.
2256 * tui/tui-layout.c (tui_default_win_height): Remove.
2257 (tui_default_win_viewport_height): Remove.
2258
2259 2019-10-09 Tom Tromey <tom@tromey.com>
2260
2261 * tui/tui.h: Remove comments.
2262
2263 2019-10-09 Tom de Vries <tdevries@suse.de>
2264
2265 * python/lib/gdb/printer/bound_registers.py: Use
2266 '^builtin_type_bound128' as regexp argument for
2267 add_builtin_pretty_printer.
2268
2269 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2270
2271 * guile/guile.c (guile_extension_script_ops): Remove forward
2272 declaration and mark as static.
2273 (guile_script_ops): Likewise.
2274 (extension_language_guile): Move further down in the file so
2275 it can reference the definitions for guile_{extension_,}script_ops.
2276
2277 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2278
2279 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2280 except SORTL, DFLTCC, and KDSA.
2281
2282 2019-10-08 Tom Tromey <tromey@adacore.com>
2283
2284 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2285 (struct safe_symbol_file_add_args): Remove.
2286
2287 2019-10-08 Tom Tromey <tromey@adacore.com>
2288
2289 * windows-nat.c: Don't include buildsym-legacy.h.
2290
2291 2019-10-08 Tom Tromey <tromey@adacore.com>
2292
2293 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2294
2295 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2296
2297 * gdbtypes.c (overload_debug): Move comment to header.
2298 * gdbtypes.h (overload_debug): Declare.
2299 * valops.c: Remove declaration of overload_debug, instead
2300 include gdbtypes.h.
2301
2302 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2303
2304 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2305 through _().
2306 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2307 move comment...
2308 * language.h (lang_frame_mismatch_warn): ... here. Also add
2309 declaration.
2310 * top.c (lang_frame_mismatch_warn): Remove declaration.
2311 (check_frame_language_change): Pass lang_frame_mismatch_warn
2312 through _().
2313
2314 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2315
2316 * c-lang.h (vtbl_ptr_name): Declare.
2317 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2318 it from the header.
2319 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2320
2321 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2322
2323 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2324 gdb_static_assert.
2325
2326 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2327
2328 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2329 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2330 * ctfread.c: New file.
2331 * ctfread.h: New file.
2332 * elfread.c: Include ctfread.h.
2333 (struct elfinfo text_p): New member ctfsect.
2334 (elf_locate_sections): Mark CTF section.
2335 (elf_symfile_read): Call elfctf_build_psymtabs.
2336 * Makefile.in (LIBCTF): Add.
2337 (CLIBS): Use it.
2338 (CDEPS): Likewise.
2339 (DIST): Add ctfread.c.
2340
2341 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * ctfread.c (struct nextfield): Renamed to ...
2344 (struct ctf_nextfield): ... this.
2345 (struct field_info): Renamed to ...
2346 (strut ctf_field_info): ... this.
2347 (attach_fields_to_type): Update for renamed structures.
2348 (ctf_add_member_cb): Likewise.
2349 (ctf_add_enum_member_cb): Likewise.
2350 (process_struct_members): Likewise.
2351 (process_enum_type): Likewise.
2352
2353 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2354
2355 * tracectf.h: Rename, was ctf.h.
2356 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2357 * tracefile.c: Likewise.
2358 * tracepoint.c: Remove unused include ctf.h.
2359 * mi/mi-main.c: Likewise.
2360 * Makefile.in Replace ctf.c with tracectf.c.
2361
2362 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2363
2364 * version.in: Change version number to "9.0.50.DATE-git".
2365
2366 2019-10-03 Tom Tromey <tom@tromey.com>
2367
2368 PR rust/24976:
2369 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2370
2371 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2372
2373 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2374 cp_search_name_hash.
2375 * NEWS: Add entry about nested function support.
2376
2377 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2378 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2381 for nested static variables when searchin VAR_DOMAIN.
2382 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2383 global scope, update comment.
2384 (add_partial_subprogram): Call add_partial_subprogram recursively
2385 for nested subroutines when processinng Fortran.
2386 (load_partial_dies): Process the child entities of a subprogram
2387 when processing Fortran.
2388 (partial_die_parent_scope): Handle building scope
2389 for Fortran nested functions.
2390 (process_die): Record that nested functions have a scope.
2391 (new_symbol): Always record Fortran subprograms on the global
2392 symbol list.
2393 (determine_prefix): How to build the prefix for Fortran
2394 subprograms.
2395
2396 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2399 have just sent the thread a SIGSTOP and are waiting for it to
2400 arrive.
2401
2402 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * btrace.c (btrace_add_pc): Remove whitespace before the template
2405 parameter in 'std::vector <...>'.
2406 (parse_xml_btrace_block): Likewise.
2407 (btrace_maint_decode_pt): Likewise.
2408 (btrace_maint_update_packets): Likewise.
2409 (btrace_maint_print_packets): Likewise.
2410 * btrace.h (struct btrace_maint_info): Likewise.
2411 * dwarf2read.c (struct type_unit_group): Likewise.
2412 (build_type_psymtabs_reader): Likewise.
2413 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2414 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2415 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2416
2417 2019-10-03 Tom de Vries <tdevries@suse.de>
2418
2419 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2420 the first line of the help text for set/show style metadata.
2421
2422 2019-10-02 Tom Tromey <tromey@adacore.com>
2423
2424 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2425 * gdbsupport/common-inferior.c: New file.
2426 * infcmd.c (startup_with_shell): Don't define.
2427 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2428 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2429 * inferior.h (startup_with_shell): Don't declare.
2430
2431 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2432
2433 * gdbsupport/gdb_assert.h: Include errors.h.
2434 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2435
2436 2019-10-02 Tom Tromey <tromey@adacore.com>
2437
2438 * NEWS: Add $_ada_exception entry.
2439 * ada-lang.c (struct ada_catchpoint): Add constructor.
2440 <m_kind>: New member.
2441 (allocate_location_exception, re_set_exception): Remove
2442 "ex" parameter.
2443 (should_stop_exception): Compute $_ada_exception.
2444 (check_status_exception, print_it_exception)
2445 (print_one_exception, print_mention_exception): Remove
2446 "ex" parameter.
2447 (allocate_location_catch_exception, re_set_catch_exception)
2448 (check_status_exception, print_it_catch_exception)
2449 (print_one_catch_exception, print_mention_catch_exception)
2450 (print_recreate_catch_exception)
2451 (allocate_location_catch_exception_unhandled)
2452 (re_set_catch_exception_unhandled)
2453 (check_status_exception, print_it_catch_exception_unhandled)
2454 (print_one_catch_exception_unhandled)
2455 (print_mention_catch_exception_unhandled)
2456 (print_recreate_catch_exception_unhandled)
2457 (allocate_location_catch_assert, re_set_catch_assert)
2458 (check_status_assert, print_it_catch_assert)
2459 (print_one_catch_assert, print_mention_catch_assert)
2460 (print_recreate_catch_assert)
2461 (allocate_location_catch_handlers, re_set_catch_handlers)
2462 (check_status_handlers, print_it_catch_handlers)
2463 (print_one_catch_handlers, print_mention_catch_handlers)
2464 (print_recreate_catch_handlers): Remove.
2465 (create_ada_exception_catchpoint): Update.
2466 (initialize_ada_catchpoint_ops): Update.
2467
2468 2019-10-02 Tom Tromey <tromey@adacore.com>
2469
2470 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2471 (create_excep_cond_exprs): Simplify exception string computation.
2472 (ada_exception_catchpoint_cond_string): Likewise.
2473
2474 2019-10-02 Tom Tromey <tromey@adacore.com>
2475
2476 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2477 * ada-lang.c (lesseq_defined_than): Handle
2478 LOC_STATIC.
2479 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2480 parameter.
2481 (dwarf2_has_info): Likewise.
2482 (new_symbol): Set maybe_copied on symbol when
2483 appropriate.
2484 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2485 parameter.
2486 <can_copy>: New member.
2487 * elfread.c (record_minimal_symbol): Set maybe_copied
2488 on symbol when appropriate.
2489 (elf_symfile_read): Update call to dwarf2_has_info.
2490 * minsyms.c (lookup_minimal_symbol_linkage): New
2491 function.
2492 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2493 * symtab.c (get_symbol_address, get_msymbol_address):
2494 New functions.
2495 * symtab.h (get_symbol_address, get_msymbol_address):
2496 Declare.
2497 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2498 maybe_copied.
2499 (struct symbol, struct minimal_symbol) <maybe_copied>:
2500 New member.
2501
2502 2019-10-02 Tom Tromey <tromey@adacore.com>
2503
2504 * source.c (struct current_source_location): New.
2505 (current_source_key): New global.
2506 (current_source_symtab, current_source_line)
2507 (current_source_pspace): Remove.
2508 (get_source_location): New function.
2509 (get_current_source_symtab_and_line)
2510 (set_default_source_symtab_and_line)
2511 (set_current_source_symtab_and_line)
2512 (clear_current_source_symtab_and_line, select_source_symtab)
2513 (info_source_command, print_source_lines_base)
2514 (info_line_command, search_command_helper, _initialize_source):
2515 Update.
2516
2517 2019-10-02 Tom Tromey <tromey@adacore.com>
2518
2519 * source.c (select_source_symtab): Don't call
2520 decode_line_with_current_source.
2521
2522 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * symtab.c (lookup_global_symbol): Search global block.
2525
2526 2019-10-02 Tom Tromey <tromey@adacore.com>
2527
2528 * coffread.c (process_coff_symbol): Update.
2529 * dwarf2read.c (var_decode_location, new_symbol): Update.
2530 * mdebugread.c (parse_symbol): Update.
2531 * objfiles.c (relocate_one_symbol): Update.
2532 * stabsread.c (define_symbol, fix_common_block)
2533 (scan_file_globals): Update.
2534 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2535 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2536 * xcoffread.c (process_xcoff_symbol): Update.
2537
2538 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2539
2540 * MAINTAINERS: Update my email address.
2541
2542 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2545 std::vector.
2546 (build_type_psymtabs_reader): Update for std::vector.
2547 (build_type_psymtab_dependencies): Likewise.
2548 * dwarf2read.h: Remove use of DEF_VEC_P.
2549 (typedef sig_type_ptr): Delete.
2550
2551 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2554 to std::vector.
2555 (btrace_maint_decode_pt): Likewise, and move allocation of the
2556 vector outside of the loop.
2557 (btrace_maint_update_packets): Update to handle change from VEC to
2558 std::vector.
2559 (btrace_maint_print_packets): Likewise.
2560 (maint_info_btrace_cmd): Likewise.
2561 * btrace.h: Remove use of DEF_VEC_O.
2562 (typedef btrace_pt_packet_s): Delete.
2563 (struct btrace_maint_info) <packets>: Change fromm VEC to
2564 std::vector.
2565 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2566
2567 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2570 make accesses into the vector constant references.
2571 (btrace_add_pc): Update for std::vector.
2572 (btrace_stitch_bts): Likewise.
2573 (parse_xml_btrace_block): Likewise.
2574 (btrace_maint_update_packets): Likewise.
2575 (btrace_maint_print_packets): Likewise.
2576 (maint_info_btrace_cmd): Likewise.
2577 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2578 std::vector.
2579 (btrace_data::empty): Likewise.
2580 (btrace_data_append): Likewise.
2581 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2582 (typedef btrace_block_s): Delete.
2583 (struct btrace_block): Add constructor.
2584 (struct btrace_data_bts) <blocks>: Change to std::vector.
2585 * nat/linux-btrace.c (perf_event_read_bts): Update for
2586 std::vector.
2587 (linux_read_bts): Likewise.
2588
2589 2019-10-01 Tom Tromey <tom@tromey.com>
2590
2591 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2592
2593 2019-10-01 Tom Tromey <tom@tromey.com>
2594
2595 * stack.c (print_frame, info_frame_command_core): Use
2596 styled_string.
2597 * linux-thread-db.c (try_thread_db_load_1)
2598 (try_thread_db_load_from_pdir_1): Use styled_string.
2599 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2600 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2601 (maybe_print_unsupported_script_warning)
2602 (maybe_print_script_not_found_warning): Use styled_string.
2603 * ada-lang.c (user_select_syms): Use styled_string.
2604
2605 2019-10-01 Tom Tromey <tom@tromey.com>
2606
2607 * p-lang.c (pascal_printstr): Use metadata style.
2608 * value.c (show_convenience): Use metadata style.
2609 * valprint.c (valprint_check_validity, val_print_optimized_out)
2610 (val_print_not_saved, val_print_unavailable)
2611 (val_print_invalid_address, generic_val_print, val_print)
2612 (value_check_printable, val_print_array_elements): Use metadata
2613 style.
2614 * ui-out.h (class ui_out) <field_fmt>: New overload.
2615 <do_field_fmt>: Add style parameter.
2616 * ui-out.c (ui_out::field_fmt): New overload.
2617 * typeprint.c (type_print_unknown_return_type)
2618 (val_print_not_allocated, val_print_not_associated): Use metadata
2619 style.
2620 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2621 parameter.
2622 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2623 * tracepoint.c (tvariables_info_1): Use metadata style.
2624 * stack.c (print_frame_arg, print_frame_info, print_frame)
2625 (info_frame_command_core): Use metadata style.
2626 * skip.c (info_skip_command): Use metadata style.
2627 * rust-lang.c (rust_print_enum): Use metadata style.
2628 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2629 metadata style.
2630 * python/py-framefilter.c (py_print_single_arg): Use metadata
2631 style.
2632 * printcmd.c (do_one_display, print_variable_and_value): Use
2633 metadata style.
2634 * p-valprint.c (pascal_val_print)
2635 (pascal_object_print_value_fields): Use metadata style.
2636 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2637 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2638 parameter.
2639 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2640 * m2-valprint.c (m2_print_long_set): Use metadata style.
2641 * m2-typeprint.c (m2_print_type): Use metadata style.
2642 * infcmd.c (print_return_value_1): Use metadata style.
2643 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2644 * f-valprint.c (info_common_command_for_block): Use metadata
2645 style.
2646 * f-typeprint.c (f_type_print_base): Use metadata style.
2647 * expprint.c (print_subexp_standard): Use metadata style.
2648 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2649 * cli/cli-style.h (class cli_style_option): Add constructor.
2650 (metadata_style): Declare.
2651 * cli/cli-style.c (metadata_style): New global.
2652 (_initialize_cli_style): Register metadata style.
2653 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2654 parameter.
2655 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2656 * c-typeprint.c (c_type_print_base_struct_union)
2657 (c_type_print_base_1): Use metadata style.
2658 * breakpoint.c (watchpoint_value_print)
2659 (print_one_breakpoint_location): Use metadata style.
2660 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2661 style.
2662 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2663 style.
2664 * ada-valprint.c (val_print_packed_array_elements, printstr)
2665 (print_field_values, ada_val_print_ref, ada_val_print): Use
2666 metadata style.
2667 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2668 style.
2669 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2670 style.
2671 * ada-lang.c (user_select_syms): Use metadata style.
2672
2673 2019-10-01 Tom Tromey <tom@tromey.com>
2674
2675 * cli/cli-cmds.c (pwd_command): Style output.
2676
2677 2019-10-01 Pedro Alves <palves@redhat.com>
2678 Tom Tromey <tom@tromey.com>
2679
2680 * symtab.c (print_symbol_info): Use %ps.
2681 (print_msymbol_info): Use %ps.
2682 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2683 * printcmd.c (print_variable_and_value): Use %ps.
2684 * macrocmd.c (show_pp_source_pos): Use %ps.
2685 * infrun.c (print_exited_reason): Use ui_out::message.
2686 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2687 (describe_other_breakpoints): Use ui_out::message and new
2688 formats.
2689 (say_where): Use new formats.
2690 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2691 and new formats.
2692
2693 2019-10-01 Pedro Alves <palves@redhat.com>
2694 Tom Tromey <tom@tromey.com>
2695
2696 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
2697 (test_gdb_formats): New function.
2698 (run_tests): Call it.
2699 (test_format_specifier): Update.
2700 * utils.h (fputs_filtered): Update comment.
2701 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
2702 (fputs_styled_unfiltered): Declare.
2703 * utils.c (fputs_styled_unfiltered): New function.
2704 (vfprintf_maybe_filtered): Add gdbfmt parameter.
2705 (vfprintf_filtered): Update.
2706 (vfprintf_unfiltered, vprintf_filtered): Update.
2707 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
2708 * ui-out.h (enum ui_out_flag) <unfiltered_output,
2709 disallow_ui_out_field>: New constants.
2710 (enum class field_kind): New.
2711 (struct base_field_s, struct signed_field_s): New.
2712 (signed_field): New function.
2713 (struct string_field_s): New.
2714 (string_field): New function.
2715 (struct styled_string_s): New.
2716 (styled_string): New function.
2717 (class ui_out) <message>: Add comment.
2718 <vmessage, call_do_message>: New methods.
2719 <do_message>: Add style parameter.
2720 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
2721 methods.
2722 (ui_out::message): Rewrite.
2723 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
2724 parameter.
2725 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
2726 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
2727 gdb_extensions parameter.
2728 (class format_piece): Add parameter to constructor.
2729 (n_int_args): New field.
2730 * gdbsupport/format.c (format_pieces::format_pieces): Add
2731 gdb_extensions parameter. Handle '*'.
2732 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
2733 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
2734 vfprintf_styled_no_gdbfmt.
2735 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
2736 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
2737 unfiltered output.
2738 * ui-style.h (struct ui_file_style) <ptr>: New method.
2739
2740 2019-10-01 Tom Tromey <tom@tromey.com>
2741
2742 * unittests/format_pieces-selftests.c: Update. Add final format.
2743 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
2744 empty literal pieces.
2745
2746 2019-10-01 Tom Tromey <tom@tromey.com>
2747
2748 * ui-out.h (enum class ui_out_style_kind): Remove.
2749 (class ui_out) <field_string, field_stsream, do_field_string>:
2750 Change type of "style".
2751 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
2752 (ui_out::field_string): Update.
2753 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
2754 of "style".
2755 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
2756 * tracepoint.c (print_one_static_tracepoint_marker): Update.
2757 * stack.c (print_frame_arg, print_frame_info, print_frame):
2758 Update.
2759 * source.c (print_source_lines_base): Update.
2760 * solib.c (info_sharedlibrary_command): Update.
2761 * skip.c (info_skip_command): Update.
2762 * record-btrace.c (btrace_call_history_src_line)
2763 (btrace_call_history): Update.
2764 * python/py-framefilter.c (py_print_frame): Update.
2765 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
2766 "style".
2767 * mi/mi-out.c (mi_ui_out::do_table_header)
2768 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
2769 (mi_ui_out::do_field_string): Update.
2770 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2771 Update.
2772 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
2773 "style".
2774 * cli-out.c (cli_ui_out::do_table_header)
2775 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
2776 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
2777 (cli_ui_out::do_field_fmt): Update.
2778 * breakpoint.c (print_breakpoint_location): Update.
2779 (update_static_tracepoint): Update.
2780
2781 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2782
2783 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2784 conversion of gdb_datadir.
2785 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
2786 remove not needed c_str ().
2787
2788 2019-09-30 Ali Tamur <tamur@google.com>
2789
2790 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
2791 (dwarf2_string_attr): Likewise.
2792
2793 2019-09-30 Ali Tamur <tamur@google.com>
2794
2795 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
2796 (process_full_type_unit): Likewise.
2797 (dump_die_shallow): Likewise.
2798 (cu_debug_loc_section): Likewise.
2799
2800 2019-09-28 Christian Biesinger <cbiesinger@google.com>
2801
2802 * minsyms.c (compare_minimal_symbols): Rename to...
2803 (minimal_symbol_is_less_than): ...this, and adjust to STL
2804 conventions (return bool, take arguments as references)
2805 (minimal_symbol_reader::install): Call std::sort instead
2806 of qsort.
2807
2808 2019-09-29 Christian Biesinger <cbiesinger@google.com>
2809
2810 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
2811 hash and why.
2812 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
2813 msymbol_hash, msymbol_demangled_hash>: Improve comments.
2814
2815 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
2816
2817 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
2818 * psympriv.h (add_psymbol_to_list): Move comment here and update
2819 it.
2820
2821 2019-09-29 Tom de Vries <tdevries@suse.de>
2822
2823 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
2824 Use $tmpdir/$(basename "$output_file").dwz instead of
2825 "${output_file}.dwz".
2826
2827 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
2828
2829 PR gdb/25045
2830 * hppa-linux-nat.c: Include gdbarch.h.
2831
2832 2019-09-26 Christian Biesinger <cbiesinger@google.com>
2833
2834 * blockframe.c (find_pc_partial_function): Change return type to bool.
2835 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
2836 * minsyms.c (in_gnu_ifunc_stub): Likewise.
2837 (stub_gnu_ifunc_resolve_name): Likewise.
2838 * symtab.c (compare_filenames_for_search): Likewise.
2839 (compare_glob_filenames_for_search): Likewise.
2840 (matching_obj_sections): Likewise.
2841 (symbol_matches_domain): Likewise.
2842 (find_line_symtab): Change out param EXACT_MATCH to bool *.
2843 (find_line_pc): Change return type to bool.
2844 (find_line_pc_range): Likewise.
2845 (producer_is_realview): Likewise.
2846 * symtab.h (symbol_matches_domain): Likewise.
2847 (find_pc_partial_function): Likewise.
2848 (find_pc_line_pc_range): Likewise.
2849 (in_gnu_ifunc_stub): Likewise.
2850 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
2851 (find_line_pc): Likewise.
2852 (find_line_pc_range): Likewise.
2853 (matching_obj_sections): Likewise.
2854 (find_line_symtab): Change out parameter to bool.
2855 (producer_is_realview): Change return type to bool.
2856 (compare_filenames_for_search): Likewise.
2857 (compare_glob_filenames_for_search): Likewise.
2858
2859 2019-09-26 Tom Tromey <tom@tromey.com>
2860
2861 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
2862 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
2863 * gdb_usleep.h: Remove.
2864 * gdb_usleep.c: Remove.
2865 * utils.c: Don't include gdb_usleep.h.
2866
2867 2019-09-26 Tom Tromey <tromey@adacore.com>
2868
2869 * python/py-type.c (type_to_type_object): Call check_typedef
2870 for stub types.
2871
2872 2019-09-26 Tom Tromey <tom@tromey.com>
2873
2874 * utils.h (initialize_utils): Don't declare.
2875 * top.c (gdb_init): Don't call initialize_utils.
2876 * utils.c (initialize_utils): Remove. Move contents...
2877 (_initialize_utils): ... here.
2878
2879 2019-09-25 Tom Tromey <tom@tromey.com>
2880
2881 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
2882 * utils.h (make_hex_string): Don't declare.
2883 * utils.c (make_hex_string): Remove.
2884
2885 2019-09-24 Tom de Vries <tdevries@suse.de>
2886
2887 PR gdb/23815
2888 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
2889 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
2890
2891 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
2892
2893 * NEWS: Mention new simulator port for PRU.
2894
2895 2019-09-23 Christian Biesinger <cbiesinger@google.com>
2896
2897 * ada-exp.y (write_object_remaining): Update.
2898 * ada-lang.c (ada_decode): Return a std::string instead of a char*
2899 and eliminate the static buffer.
2900 (ada_decode_symbol): Update.
2901 (ada_la_decode): Update.
2902 (ada_sniff_from_mangled_name): Update.
2903 (is_valid_name_for_wild_match): Update.
2904 (ada_lookup_name_info::matches): Update and simplify.
2905 (name_matches_regex): Update.
2906 (ada_add_global_exceptions): Update.
2907 * ada-lang.h (ada_decode): Update signature.
2908 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
2909 * dwarf-index-write.c (debug_names::insert): Update.
2910
2911 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2912
2913 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
2914 formatting.
2915
2916 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
2917
2918 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
2919 Change "nonzero" to "true" in documentation.
2920
2921 2019-09-20 Christian Biesinger <cbiesinger@google.com>
2922
2923 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
2924 (_initialize_darwin_solib): Don't set
2925 darwin_so_ops.lookup_lib_global_symbol.
2926 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
2927 set_gdbarch_iterate_over_objfiles_in_search_order.
2928 (elf_lookup_lib_symbol): Rename to...
2929 (svr4_iterate_over_objfiles_in_search_order): this, and update
2930 to iterate semantics.
2931 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
2932 * solib.c (solib_global_lookup): Remove.
2933 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
2934 (solib_global_lookup): Remove.
2935 * symtab.c (lookup_global_or_static_symbol): Remove call to
2936 solib_global_lookup.
2937
2938 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2939
2940 * NEWS: Move entries about default MI version now being
2941 version 3, and about the GDB/MI fix for multi-location
2942 breakpoints to the "since GDB 8.3" section.
2943
2944 2019-09-20 Joel Brobecker <brobecker@adacore.com>
2945
2946 GDB 8.3.1 released.
2947
2948 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2949
2950 * NEWS: Mention that Cell/B.E. debugging support was removed.
2951 * MAINTAINERS: Remove spu target.
2952
2953 * config/djgpp/fnchange.lst: Remove entries for removed files.
2954
2955 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
2956 spu-multiarch.o, and spu-tdep.o.
2957 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
2958 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
2959 spu-multiarch.c, and spu-tdep.c.
2960 * spu-linux-nat.c: Remove file.
2961 * spu-multiarch.c: Remove file.
2962 * spu-tdep.c: Remove file.
2963 * spu-tdep.h: Remove file.
2964 * solib-spu.c: Remove file.
2965 * solib-spu.h: Remove file.
2966
2967 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
2968 * configure.nat (spu-linux): Remove.
2969 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
2970 solib-multiarch.o from gdb_target_obs.
2971 (spu*-*-*): Remove.
2972
2973 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
2974 feature flag.
2975 (ppc_linux_no_features): Update.
2976 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
2977 Cell/B.E. support.
2978 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
2979 (tdesc_powerpc_cell64l): Likewise.
2980 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
2981 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
2982 Cell/B.E. support.
2983 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
2984 Do not include "features/rs6000/powerpc-cell32l.c" or
2985 "features/rs6000/powerpc-cell64l.c".
2986 (ppc_linux_spu_section): Remove.
2987 (ppc_linux_core_read_description): Remove Cell/B.E. support.
2988 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
2989 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
2990 (ppc_linux_spe_context_lookup): Remove.
2991 (ppc_linux_spe_context_inferior_created): Remove.
2992 (ppc_linux_spe_context_solib_loaded): Remove.
2993 (ppc_linux_spe_context_solib_unloaded): Remove.
2994 (ppc_linux_spe_context): Remove.
2995 (struct ppu2spu_cache): Remove.
2996 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
2997 (struct ppu2spu_data): Remove.
2998 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
2999 ppu2spu_unwind): Remove.
3000 (ppc_linux_init_abi): Remove Cell/B.E. support.
3001 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3002
3003 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3004 (rs6000/powerpc-cell64l-expedite): Likewise
3005 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3006 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3007 rs6000/powerpc-cell64l.xml.
3008 * features/rs6000/powerpc-cell32l.xml: Remove.
3009 * features/rs6000/powerpc-cell64l.xml: Likewise.
3010 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3011 * features/rs6000/powerpc-cell64l.c: Likewise.
3012 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3013 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3014 * regformats/reg-spu.dat: Remove.
3015
3016 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3017 * corelow.c (struct spuid_list): Remove.
3018 (add_to_spuid_list): Remove.
3019 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3020 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3021 (remote_protocol_features): Remove associated entries.
3022 (_initialize_remote): No longer initialize them.
3023 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3024 * linux-nat.c (SPUFS_MAGIC): Remove.
3025 (linux_proc_xfer_spu): Remove.
3026 (spu_enumerate_spu_ids): Remove.
3027 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3028 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3029 (linux_make_corefile_notes): No longer call it.
3030
3031 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3032 (cooked_write_test): Likewise.
3033
3034 2019-09-20 Tom Tromey <tom@tromey.com>
3035
3036 * NEWS: Mention case-sensitivity of TUI commands.
3037 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3038 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3039 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3040
3041 2019-09-20 Tom Tromey <tom@tromey.com>
3042
3043 * tui/tui-source.c (tui_source_window::set_contents): Use
3044 make_unique_xstrdup.
3045 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3046 make_unique_xstrdup.
3047
3048 2019-09-20 Tom Tromey <tom@tromey.com>
3049
3050 * tui/tui-data.c: Remove separator comments.
3051 * tui/tui-layout.c: Remove separator comments.
3052 * tui/tui-win.c: Remove separator comments.
3053 * tui/tui-wingeneral.c: Remove separator comments.
3054
3055 2019-09-20 Tom Tromey <tom@tromey.com>
3056
3057 * tui/tui.h (strcat_to_buf): Don't declare.
3058 * tui/tui.c (strcat_to_buf): Remove.
3059
3060 2019-09-20 Tom Tromey <tom@tromey.com>
3061
3062 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3063 from "fullname".
3064 * tui/tui-source.c (tui_source_window::set_contents)
3065 (tui_source_window::location_matches_p)
3066 (tui_source_window::maybe_update): Update.
3067
3068 2019-09-20 Tom Tromey <tom@tromey.com>
3069
3070 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3071 Update.
3072 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3073 prefix.
3074 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3075 (tui_data_window::line_from_reg_element_no)
3076 (tui_data_window::first_reg_element_no_inline)
3077 (tui_data_window::show_registers)
3078 (tui_data_window::show_register_group)
3079 (tui_data_window::display_registers_from)
3080 (tui_data_window::display_registers_from_line)
3081 (tui_data_window::first_data_item_displayed)
3082 (tui_data_window::delete_data_content_windows)
3083 (tui_data_window::erase_data_content)
3084 (tui_data_window::do_scroll_vertical)
3085 (tui_data_window::refresh_window)
3086 (tui_data_window::check_register_values): Update.
3087
3088 2019-09-20 Tom Tromey <tom@tromey.com>
3089
3090 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3091 (struct tui_locator_window) <full_name, proc_name>: Now
3092 std::string.
3093 * tui/tui-stack.c (tui_locator_window::make_status_line)
3094 (tui_locator_window::set_locator_fullname)
3095 (tui_locator_window::set_locator_info): Update.
3096 * tui/tui-source.c (tui_source_window::set_contents)
3097 (tui_source_window::showing_source_p): Update.
3098
3099 2019-09-20 Tom Tromey <tom@tromey.com>
3100
3101 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3102 Don't call tui_locator_win_info_ptr.
3103
3104 2019-09-20 Tom Tromey <tom@tromey.com>
3105
3106 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3107
3108 2019-09-20 Tom Tromey <tom@tromey.com>
3109
3110 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3111 height for locator.
3112 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3113 * tui/tui-layout.c (show_source_disasm_command, show_data)
3114 (show_source_or_disasm_and_command): Use 1 as height for locator.
3115
3116 2019-09-20 Tom Tromey <tom@tromey.com>
3117
3118 * tui/tui.c (tui_enable): Update.
3119 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3120 Update.
3121 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3122 Update.
3123 * tui/tui-data.c (win_resized): Now bool.
3124 (tui_win_resized): Return bool.
3125 (tui_set_win_resized_to): Accept a bool.
3126
3127 2019-09-20 Tom Tromey <tom@tromey.com>
3128
3129 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3130 Change type of "refresh_values_only".
3131 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3132 type of "refresh_values_only".
3133
3134 2019-09-20 Tom Tromey <tom@tromey.com>
3135
3136 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3137 std::string.
3138 (tui_disassemble): Add "pos" parameter.
3139 (tui_disasm_window::set_contents): Simplify.
3140
3141 2019-09-20 Tom Tromey <tom@tromey.com>
3142
3143 * tui/tui-winsource.h (struct tui_source_window_base)
3144 <show_source_content>: Now private.
3145 * tui/tui-winsource.c
3146 (tui_source_window_base::show_source_content): Don't handle empty
3147 content case.
3148
3149 2019-09-20 Tom Tromey <tom@tromey.com>
3150
3151 * tui/tui-layout.c (show_source_disasm_command)
3152 (show_source_or_disasm_and_command): Don't call
3153 show_source_content.
3154
3155 2019-09-20 Tom Tromey <tom@tromey.com>
3156
3157 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3158 Declare.
3159 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3160 from tui_make_status_line.
3161 (tui_locator_window::rerender): Update.
3162
3163 2019-09-20 Tom Tromey <tom@tromey.com>
3164
3165 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3166 (tui_locator_window::rerender): Update.
3167
3168 2019-09-20 Tom Tromey <tom@tromey.com>
3169
3170 * tui/tui-winsource.h (struct tui_source_window_base)
3171 <~tui_source_window_base>: Don't declare.
3172 <fullname>: Remove.
3173 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3174 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3175 member.
3176 * tui/tui-source.c (tui_source_window::set_contents): Update.
3177 (tui_source_window::location_matches_p)
3178 (tui_source_window::maybe_update): Update.
3179
3180 2019-09-20 Tom Tromey <tom@tromey.com>
3181
3182 * tui/tui-winsource.h (~tui_source_element): Remove.
3183 (tui_source_element): Update.
3184 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3185 * tui/tui-winsource.c (tui_show_source_line): Update.
3186 * tui/tui-source.c (tui_source_window::set_contents): Update.
3187 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3188
3189 2019-09-20 Tom Tromey <tom@tromey.com>
3190
3191 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3192 declare.
3193 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3194 tui_clear_source_windows_detail.
3195 * tui/tui-winsource.h (struct tui_source_window_base)
3196 <clear_detail>: Don't declare.
3197 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3198 Remove.
3199 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3200
3201 2019-09-20 Tom Tromey <tromey@adacore.com>
3202
3203 PR ada/24919:
3204 * block.c (contained_in): Fix final return value.
3205
3206 2019-09-20 Alan Modra <amodra@gmail.com>
3207
3208 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3209 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3210 (read_indirect_string_from_dwz): Use bfd accessor.
3211 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3212 * machoread.c (macho_symfile_read_all_oso): Likewise.
3213 * solib.c (solib_bfd_open): Likewise.
3214
3215 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3216
3217 * eval.c: Move declaration of overload_resolution to...
3218 * value.h: ...here.
3219
3220 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3221
3222 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3223 * arm-linux-tdep.c: Likewise.
3224 * arm-nbsd-nat.c: Likewise.
3225 * arm-tdep.h: Declare arm_apcs_32.
3226 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3227
3228 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3229
3230 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3231 * dwarf2read.h: Declare dwarf_always_disassemble.
3232
3233 2019-09-19 Tom de Vries <tdevries@suse.de>
3234
3235 PR gdb/25009
3236 * source-cache.c (source_cache::ensure): Catch exception thrown during
3237 construction of the highlighter.
3238
3239 2019-09-18 Alan Modra <amodra@gmail.com>
3240
3241 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3242 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3243 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3244 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3245 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3246 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3247 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3248 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3249 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3250 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3251 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3252 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3253 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3254 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3255 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3256 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3257 * mi/mi-interp.c: Update throughout for bfd section macro and
3258 function changes.
3259 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3260 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3261
3262 2019-09-18 Tom Tromey <tom@tromey.com>
3263
3264 * NEWS: Add entry.
3265 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3266 call rl_initialize.
3267 (tui_enable): Do not call rl_initialize.
3268
3269 2019-09-18 Christian Groessler <chris@groessler.org>
3270
3271 * alpha-linux-nat.c: Include gdbarch.h.
3272
3273 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3274
3275 * ui-file.c: Include cli/cli-style.h.
3276 (term_cli_styling): Remove cli_styling declaration.
3277
3278 2019-09-18 Alan Modra <amodra@gmail.com>
3279
3280 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3281 to bfd_asymbol_section.
3282
3283 2019-09-18 Alan Modra <amodra@gmail.com>
3284
3285 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3286 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3287 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3288
3289 2019-09-18 Alan Modra <amodra@gmail.com>
3290
3291 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3292 * spu-linux-nat.c (spu_bfd_open): Likewise.
3293
3294 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3295
3296 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3297 to bool to match definition in dwarf2read.c.
3298
3299 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3300
3301 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3302 (print_signatures): Likewise.
3303 (trust_pad_over_xvs): Likewise.
3304 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3305 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3306 * arm-linux-nat.c (arm_apcs_32): Likewise.
3307 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3308 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3309 * arm-tdep.c (arm_debug): Likewise.
3310 (arm_apcs_32): Likewise.
3311 * auto-load.c (debug_auto_load): Likewise.
3312 (auto_load_gdb_scripts): Likewise.
3313 (global_auto_load): Likewise.
3314 (auto_load_local_gdbinit): Likewise.
3315 (auto_load_local_gdbinit_loaded): Likewise.
3316 * auto-load.h (global_auto_load): Likewise.
3317 (auto_load_local_gdbinit): Likewise.
3318 (auto_load_local_gdbinit_loaded): Likewise.
3319 * breakpoint.c (disconnected_dprintf): Likewise.
3320 (breakpoint_proceeded): Likewise.
3321 (automatic_hardware_breakpoints): Likewise.
3322 (always_inserted_mode): Likewise.
3323 (target_exact_watchpoints): Likewise.
3324 (_initialize_breakpoint): Update.
3325 * breakpoint.h (target_exact_watchpoints): Change to bool.
3326 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3327 * cli/cli-cmds.c (trace_commands): Likewise.
3328 * cli/cli-cmds.h (trace_commands): Likewise.
3329 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3330 to bool*.
3331 * cli/cli-logging.c (logging_overwrite): Change to bool.
3332 (logging_redirect): Likewise.
3333 (debug_redirect): Likewise.
3334 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3335 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3336 to bool.
3337 <boolean_option_def>: Update.
3338 (struct flag_option_def): Change default type of Context to bool
3339 from int.
3340 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3341 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3342 (get_setshow_command_value_string): Likewise.
3343 * cli/cli-style.c (cli_styling): Change to bool.
3344 (source_styling): Likewise.
3345 * cli/cli-style.h (source_styling): Likewise.
3346 (cli_styling): Likewise.
3347 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3348 to bool.
3349 * command.h (var_types): Update comment.
3350 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3351 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3352 bool.
3353 (debug_compile_cplus_scopes): Likewise.
3354 * compile/compile-internal.h (compile_debug): Likewise.
3355 * compile/compile.c (compile_debug): Likewise.
3356 (struct compile_options) <raw>: Likewise.
3357 * cp-support.c (catch_demangler_crashes): Likewise.
3358 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3359 (usr_cmd_cris_dwarf2_cfi): Likewise.
3360 * csky-tdep.c (csky_debug): Likewise.
3361 * darwin-nat.c (enable_mach_exceptions): Likewise.
3362 * dcache.c (dcache_enabled_p): Likewise.
3363 * defs.h (info_verbose): Likewise.
3364 * demangle.c (demangle): Likewise.
3365 (asm_demangle): Likewise.
3366 * dwarf-index-cache.c (debug_index_cache): Likewise.
3367 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3368 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3369 * dwarf2read.c (check_physname): Likewise.
3370 (use_deprecated_index_sections): Likewise.
3371 (dwarf_always_disassemble): Likewise.
3372 * eval.c (overload_resolution): Likewise.
3373 * event-top.c (set_editing_cmd_var): Likewise.
3374 (exec_done_display_p): Likewise.
3375 * event-top.h (set_editing_cmd_var): Likewise.
3376 (exec_done_display_p): Likewise.
3377 * exec.c (write_files): Likewise.
3378 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3379 (debug_fbsd_nat): Likewise.
3380 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3381 Likewise.
3382 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3383 <backtrace_past_entry> Likewise.
3384 * gdb-demangle.h (demangle): Likewise.
3385 (asm_demangle): Likewise.
3386 * gdb_bfd.c (bfd_sharing): Likewise.
3387 * gdbcore.h (write_files): Likewise.
3388 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3389 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3390 * gdbthread.h (print_thread_events): Likewise.
3391 * gdbtypes.c (opaque_type_resolution): Likewise.
3392 (strict_type_checking): Likewise.
3393 * gnu-nat.c (gnu_debug_flag): Likewise.
3394 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3395 * guile/scm-param.c (pascm_variable): Add boolval.
3396 (add_setshow_generic): Update.
3397 (pascm_param_value): Update.
3398 (pascm_set_param_value_x): Update.
3399 * hppa-tdep.c (hppa_debug): Change to bool..
3400 * infcall.c (may_call_functions_p): Likewise.
3401 (coerce_float_to_double_p): Likewise.
3402 (unwind_on_signal_p): Likewise.
3403 (unwind_on_terminating_exception_p): Likewise.
3404 * infcmd.c (startup_with_shell): Likewise.
3405 * inferior.c (print_inferior_events): Likewise.
3406 * inferior.h (startup_with_shell): Likewise.
3407 (print_inferior_events): Likewise.
3408 * infrun.c (step_stop_if_no_debug): Likewise.
3409 (detach_fork): Likewise.
3410 (debug_displaced): Likewise.
3411 (disable_randomization): Likewise.
3412 (non_stop): Likewise.
3413 (non_stop_1): Likewise.
3414 (observer_mode): Likewise.
3415 (observer_mode_1): Likewise.
3416 (set_observer_mode): Update.
3417 (sched_multi): Change to bool.
3418 * infrun.h (debug_displaced): Likewise.
3419 (sched_multi): Likewise.
3420 (step_stop_if_no_debug): Likewise.
3421 (non_stop): Likewise.
3422 (disable_randomization): Likewise.
3423 * linux-tdep.c (use_coredump_filter): Likewise.
3424 (dump_excluded_mappings): Likewise.
3425 * linux-thread-db.c (auto_load_thread_db): Likewise.
3426 (check_thread_db_on_load): Likewise.
3427 * main.c (captured_main_1): Update.
3428 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3429 xx2_opt, boolean_opt>: Change to bool.
3430 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3431 * maint.c (maintenance_profile_p): Likewise.
3432 (per_command_time): Likewise.
3433 (per_command_space): Likewise.
3434 (per_command_symtab): Likewise.
3435 * memattr.c (inaccessible_by_default): Likewise.
3436 * mi/mi-main.c (mi_async): Likewise.
3437 (mi_async_1): Likewise.
3438 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3439 * nat/fork-inferior.h (startup_with_shell): Likewise.
3440 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3441 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3442 * nios2-tdep.c (nios2_debug): Likewise.
3443 * or1k-tdep.c (or1k_debug): Likewise.
3444 * parse.c (parser_debug): Likewise.
3445 * parser-defs.h (parser_debug): Likewise.
3446 * printcmd.c (print_symbol_filename): Likewise.
3447 * proc-api.c (procfs_trace): Likewise.
3448 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3449 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3450 (set_parameter_value): Update.
3451 (add_setshow_generic): Update.
3452 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3453 to bool*.
3454 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3455 int*.
3456 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3457 * record-btrace.c (record_btrace_target::store_registers): Update.
3458 * record-full.c (record_full_memory_query): Change to bool.
3459 (record_full_stop_at_limit): Likewise.
3460 * record-full.h (record_full_memory_query): Likewise.
3461 * remote-notif.c (notif_debug): Likewise.
3462 * remote-notif.h (notif_debug): Likewise.
3463 * remote.c (use_range_stepping): Likewise.
3464 (interrupt_on_connect): Likewise.
3465 (remote_break): Likewise.
3466 * ser-tcp.c (tcp_auto_retry): Likewise.
3467 * ser-unix.c (serial_hwflow): Likewise.
3468 * skip.c (debug_skip): Likewise.
3469 * solib-aix.c (solib_aix_debug): Likewise.
3470 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3471 (spu_auto_flush_cache_p): Likewise.
3472 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3473 Likewise.
3474 (struct info_print_options) <quiet>: Likewise.
3475 * symfile-debug.c (debug_symfile): Likewise.
3476 * symfile.c (auto_solib_add): Likewise.
3477 (separate_debug_file_debug): Likewise.
3478 * symfile.h (auto_solib_add): Likewise.
3479 (separate_debug_file_debug): Likewise.
3480 * symtab.c (basenames_may_differ): Likewise.
3481 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3482 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3483 (struct info_types_options) <quiet>: Likewise.
3484 * symtab.h (demangle): Likewise.
3485 (basenames_may_differ): Likewise.
3486 * target-dcache.c (stack_cache_enabled_1): Likewise.
3487 (code_cache_enabled_1): Likewise.
3488 * target.c (trust_readonly): Likewise.
3489 (may_write_registers): Likewise.
3490 (may_write_memory): Likewise.
3491 (may_insert_breakpoints): Likewise.
3492 (may_insert_tracepoints): Likewise.
3493 (may_insert_fast_tracepoints): Likewise.
3494 (may_stop): Likewise.
3495 (auto_connect_native_target): Likewise.
3496 (target_stop_and_wait): Update.
3497 (target_async_permitted): Change to bool.
3498 (target_async_permitted_1): Likewise.
3499 (may_write_registers_1): Likewise.
3500 (may_write_memory_1): Likewise.
3501 (may_insert_breakpoints_1): Likewise.
3502 (may_insert_tracepoints_1): Likewise.
3503 (may_insert_fast_tracepoints_1): Likewise.
3504 (may_stop_1): Likewise.
3505 * target.h (target_async_permitted): Likewise.
3506 (may_write_registers): Likewise.
3507 (may_write_memory): Likewise.
3508 (may_insert_breakpoints): Likewise.
3509 (may_insert_tracepoints): Likewise.
3510 (may_insert_fast_tracepoints): Likewise.
3511 (may_stop): Likewise.
3512 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3513 (make_thread_apply_all_options_def_group): Change argument from int*
3514 to bool*.
3515 (thread_apply_all_command): Update.
3516 (print_thread_events): Change to bool.
3517 * top.c (confirm): Likewise.
3518 (command_editing_p): Likewise.
3519 (history_expansion_p): Likewise.
3520 (write_history_p): Likewise.
3521 (info_verbose): Likewise.
3522 * top.h (confirm): Likewise.
3523 (history_expansion_p): Likewise.
3524 * tracepoint.c (disconnected_tracing): Likewise.
3525 (circular_trace_buffer): Likewise.
3526 * typeprint.c (print_methods): Likewise.
3527 (print_typedefs): Likewise.
3528 * utils.c (debug_timestamp): Likewise.
3529 (sevenbit_strings): Likewise.
3530 (pagination_enabled): Likewise.
3531 * utils.h (sevenbit_strings): Likewise.
3532 (pagination_enabled): Likewise.
3533 * valops.c (overload_resolution): Likewise.
3534 * valprint.h (struct value_print_options) <prettyformat_arrays,
3535 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3536 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3537 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3538 Likewise.
3539 * windows-nat.c (new_console): Likewise.
3540 (cygwin_exceptions): Likewise.
3541 (new_group): Likewise.
3542 (debug_exec): Likewise.
3543 (debug_events): Likewise.
3544 (debug_memory): Likewise.
3545 (debug_exceptions): Likewise.
3546 (useshell): Likewise.
3547 * windows-tdep.c (maint_display_all_tib): Likewise.
3548 * xml-support.c (debug_xml): Likewise.
3549
3550 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3551
3552 * source.c (prepare_path_for_appending): New function.
3553 (openp): Make use of new function.
3554 (find_and_open_source): Search for the compilation directory and
3555 source file as a relative path beneath the directory search path.
3556
3557 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * source-cache.c (source_cache::get_line_charpos): Catch
3560 exceptions and return false, this matches the behaviour documented
3561 in the header file.
3562
3563 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3564
3565 * ada-tasks.c (info_task): Remove quoting of the task's name.
3566
3567 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3568
3569 * symfile.c (auto_solib_add): Replace comment with a reference
3570 to the header file.
3571
3572 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3573
3574 * NEWS: Mention that gdb can now be compiled with Python 3
3575 on Windows.
3576
3577 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 * maint.c (maint_print_section_data::maint_print_section_data):
3580 Force use of 'float log10 (float)' by casting the argument to
3581 float.
3582
3583 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * maint.c: Add 'cmath' include.
3586 (struct maint_print_section_data): New structure.
3587 (print_section_index): New function.
3588 (print_bfd_section_info): Add header comment, small whitespace
3589 cleanup, and update to call new print_section_index function.
3590 (print_objfile_section_info): Likewise.
3591 (maint_obj_section_from_bfd_section): New function.
3592 (print_bfd_section_info_maybe_relocated): New function.
3593 (maintenance_info_sections): Add header comment, always use
3594 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3595
3596 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3597
3598 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3599 inner scope, add check that the objfile has psymtabs before
3600 checking psymtabs_addrmap.
3601 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3602
3603 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3604
3605 * NEWS: Announce that Ada task names are now shown at more places,
3606 and between quotes (except in info task output).
3607 * gdb/ada-tasks.c (task_to_str): New function.
3608 (display_current_task_id): Call task_to_str.
3609 (task_command_1): Likewise.
3610 (print_ada_task_info): In non-mi mode, Properly align headers and data
3611 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3612
3613 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3614
3615 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3616 prstatus.pr_lwp.pr_info instead of making it up.
3617
3618 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3619
3620 * auto-load.c (auto_load_expand_dir_vars): Update.
3621 * defs.h (gdb_datadir): Change to std::string.
3622 (python_libdir): Likewise.
3623 (relocate_gdb_directory): Change return type to std::string.
3624 * guile/guile.c (gdbscm_data_directory): Update.
3625 (initialize_scheme_side): Update.
3626 * jit.c (jit_reader_dir): Change to std::string.
3627 (jit_reader_load_command): Update.
3628 * main.c (gdb_datadir): Change to std::string.
3629 (python_libdir): Likewise.
3630 (set_gdb_data_directory): Update.
3631 (relocate_path): Change to return std::string.
3632 (relocate_gdb_directory): Change to return std::string.
3633 (relocate_gdbinit_path_maybe_in_datadir): Update.
3634 (captured_main_1): Update.
3635 * python/python.c (do_start_initialization): Update.
3636 * top.c (show_gdb_datadir): Update.
3637 * xml-syscall.c (xml_init_syscalls_info): Update.
3638 (init_syscalls_info): Update.
3639
3640 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3641
3642 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3643 out of get_init_files.
3644 (get_init_files): Update.
3645
3646 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3647
3648 * main.c (get_init_files): Change to use std::string.
3649 (captured_main_1): Update.
3650 (print_gdb_help): Update.
3651
3652 2019-09-11 Ali Tamur <tamur@google.com>
3653
3654 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3655 implementation.
3656
3657 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3658
3659 * dbxread.c (read_dbx_symtab): Update.
3660 * dwarf2read.c (load_partial_dies): Update.
3661 * mdebugread.c (parse_partial_symbols): Update.
3662 (handle_psymbol_enumerators): Update.
3663 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3664 * psymtab.c (add_psymbol_to_bcache): Likewise.
3665 (add_psymbol_to_list): Likewise.
3666 * symtab.c (symbol_set_names): Likewise.
3667 * symtab.h (symbol_set_names): Likewise.
3668 * xcoffread.c (scan_xcoff_symtab): Update.
3669
3670 2019-09-11 Tom Tromey <tom@tromey.com>
3671
3672 * symfile-mem.c (symbol_file_add_from_memory): Use
3673 bfd_set_filename.
3674 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3675 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3676
3677 2019-09-10 Tom Tromey <tromey@adacore.com>
3678
3679 * dwarf-index-write.c (write_psymbols): Extend error message.
3680 (debug_names::insert): Add Ada code.
3681 (debug_names::write_psymbols): Remove Ada check.
3682 (debug_names) <m_string_obstack>: New member.
3683 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3684 (gdb_index_symbol_name_matcher::matches): Remove.
3685 (mapped_index_base::find_name_components_bounds): Add "lang"
3686 parameter.
3687 (mapped_index_base::build_name_components): Also split names
3688 according to Ada syntax.
3689 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3690 type of "match_callback".
3691 (check_match, check_find_bounds_finds)
3692 (dw2_expand_symtabs_matching): Update.
3693 (dw2_debug_names_iterator): Add new constructor.
3694 (dw2_debug_names_map_matching_symbols): New function.
3695 (dw2_debug_names_expand_symtabs_matching): Update.
3696 (dwarf2_debug_names_functions): Use
3697 dw2_debug_names_map_matching_symbols.
3698
3699 2019-09-10 Tom Tromey <tromey@adacore.com>
3700
3701 * dwarf2read.c (dw2_get_file_names_reader): Add the
3702 CU's file name to the results.
3703
3704 2019-09-10 Tom Tromey <tromey@adacore.com>
3705
3706 * ada-lang.c (add_nonlocal_symbols): Combine calls to
3707 map_matching_symbols. Update.
3708 * dwarf2read.c (dw2_map_matching_symbols): Update.
3709 * psymtab.c (match_partial_symbol): Change type; update.
3710 (psym_map_matching_symbols): Likewise.
3711 * symfile-debug.c (debug_qf_map_matching_symbols): Change
3712 type; update.
3713 * symfile.h (struct quick_symbol_functions)
3714 <map_matching_symbols>: Change "name" to be a lookup_name_info.
3715 Remove "match".
3716
3717 2019-09-10 Tom Tromey <tromey@adacore.com>
3718
3719 * psymtab.c (map_block): Remove.
3720 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
3721 * symtab.c (iterate_over_symbols_terminated): New function.
3722 * symtab.c (iterate_over_symbols_terminated): Declare.
3723
3724 2019-09-10 Tom Tromey <tromey@adacore.com>
3725
3726 * ada-lang.c (ada_iterate_over_symbols): Return bool.
3727 * language.h (struct language_defn) <la_iterate_over_symbols>:
3728 Return bool.
3729 * symtab.c (iterate_over_symbols): Return bool.
3730 * symtab.h (iterate_over_symbols): Return bool.
3731
3732 2019-09-10 Tom Tromey <tromey@adacore.com>
3733
3734 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
3735 (add_nonlocal_symbols): Update.
3736 * dwarf2read.c (dw2_map_matching_symbols): Change type.
3737 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
3738 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
3739 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
3740 Change type of "callback". Remove "data".
3741
3742
3743 2019-09-09 Ali Tamur <tamur@google.com>
3744
3745 * dwarf2read.c (comp_unit_head): Update comment.
3746 (dwarf2_dwo_name): New function declaration.
3747 (dwarf_unit_type_name): New function declaration.
3748 (read_comp_unit_head): Add support for new compilation units,
3749 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
3750 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
3751 (currently named as "signature") in their header. Also clarify error
3752 messages.
3753 (lookup_dwo_id): New function. Returns the dwo id of the given
3754 compile unit.
3755 (lookup_dwo_unit): Use the new lookup_dwo_id function.
3756 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
3757 functions.
3758 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
3759 (dwarf2_dwo_name): Get the dwo name if present.
3760 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
3761 purposes.
3762
3763 2019-09-09 Tom Tromey <tom@tromey.com>
3764
3765 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
3766
3767 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3768
3769 * python/python.c (do_start_initialization): Make progname_copy static,
3770 to avoid a leak report.
3771
3772 2019-09-08 Tom Tromey <tom@tromey.com>
3773
3774 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
3775
3776 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
3777
3778 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3779 Change type to gdb::optional<block_enum>.
3780 (dw2_symtab_iter_init): Change block_index parameter type
3781 to gdb::optional<block_enum>.
3782 (dw2_lookup_symbol): Change block_index parameter
3783 type to block_enum.c
3784 (dw2_debug_names_lookup_symbol): Likewise.
3785 * psymtab.c (psym_lookup_symbol): Likewise.
3786 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
3787 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
3788 Likewise.
3789
3790 2019-09-06 Christian Biesinger <cbiesinger@google.com>
3791
3792 * defs.h (relocate_gdb_directory): Change int to bool in
3793 signature and rename flag to relocatable.
3794 * main.c (relocate_path): Likewise.
3795 (relocate_gdb_directory): Likewise.
3796
3797 2019-09-06 Alan Modra <amodra@gmail.com>
3798
3799 * coffread.c (coff_symfile_read): Constify filename variable.
3800 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
3801 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
3802 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
3803 * solib.c (reload_shared_libraries_1): Likewise.
3804 * symfile.c (reread_symbols): Likewise.
3805 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
3806 * solib-darwin.c (darwin_bfd_open): Likewise.
3807 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
3808
3809 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3810
3811 * psymtab.c (print_partial_symbols): Handle missing domain_enum
3812 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
3813
3814 2019-09-03 Tom Tromey <tromey@adacore.com>
3815
3816 * ada-valprint.c (ada_val_print_num): Don't recurse for range
3817 types.
3818 (has_negatives): Unbias a range type bound.
3819 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
3820 * gdbtypes.c (operator==): Handle new field.
3821 (create_range_type): Add "bias" parameter.
3822 (create_static_range_type, resolve_dynamic_range): Update.
3823 * gdbtypes.h (struct range_bounds) <bias>: New member.
3824 (create_range_type): Add bias parameter.
3825 * printcmd.c (print_scalar_formatted): Unbias range types.
3826 * value.c (unpack_long): Unbias range types.
3827 (pack_long): Bias range types.
3828
3829 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3830
3831 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
3832 probe arguments.
3833
3834 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3835
3836 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
3837 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
3838 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
3839 (compile_probe_arg): Likewise.
3840 * probe.h (get_argument_count): Likewise.
3841 * solib-svr4.c (solib_event_probe_action): Likewise.
3842 * stap-probe.c (stap_probe::get_argument_count): Likewise.
3843
3844 2019-09-02 Alan Hayward <alan.hayward@arm.com>
3845
3846 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
3847 code to here...
3848 (svr4_create_solib_event_breakpoints): ...from here.
3849
3850 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
3851
3852 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
3853 suffix from warning message.
3854
3855 2019-08-30 Tom Tromey <tom@tromey.com>
3856
3857 * tui/tui-winsource.h (struct tui_source_window_base)
3858 <refresh_all>: Don't declare.
3859 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
3860 Remove.
3861 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
3862 tui_show_locator_content.
3863 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
3864 declare.
3865 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
3866 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
3867 declare.
3868
3869 2019-08-30 Tom Tromey <tom@tromey.com>
3870
3871 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
3872
3873 2019-08-30 Tom Tromey <tom@tromey.com>
3874
3875 * tui/tui-stack.c (_initialize_tui_stack): Move later.
3876 Remove unnecessary forward declarations.
3877
3878 2019-08-30 Tom Tromey <tom@tromey.com>
3879
3880 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
3881 rerender.
3882 (tui_update_locator_fullname, tui_show_frame_info): Don't call
3883 tui_show_locator_content.
3884
3885 2019-08-30 Tom Tromey <tom@tromey.com>
3886
3887 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
3888 (tui_locator_window::rerender): Rewrite using body of previous
3889 tui_show_locator_content.
3890
3891 2019-08-30 Tom Tromey <tom@tromey.com>
3892
3893 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
3894 set_locator_fullname>: New methods.
3895 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3896 Rename from tui_set_locator_fullname.
3897 (tui_locator_window::set_locator_info): Rename from
3898 tui_set_locator_info. Return bool.
3899 (tui_update_locator_fullname, tui_show_frame_info): Update.
3900
3901 2019-08-30 Tom Tromey <tom@tromey.com>
3902
3903 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
3904
3905 2019-08-30 Tom Tromey <tom@tromey.com>
3906
3907 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
3908 call touchwin.
3909
3910 2019-08-30 Tom Tromey <tom@tromey.com>
3911
3912 * tui/tui-wingeneral.c (box_win): Assume win_info and
3913 win_info->handle cannot be NULL.
3914
3915 2019-08-30 Tom Tromey <tom@tromey.com>
3916
3917 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
3918 refresh_window>: Declare.
3919 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
3920 resize.
3921 (tui_data_item_window::rerender): Rename from
3922 tui_display_register.
3923 (tui_data_item_window::refresh_window): New method.
3924 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
3925 no-op.
3926
3927 2019-08-30 Tom Tromey <tom@tromey.com>
3928
3929 * tui/tui-regs.h (struct tui_data_window) <regs_content,
3930 regs_column_count, current_group>: Move later. Now private.
3931 <get_current_group>: New method.
3932 * tui/tui-regs.c (tui_reg_command): Update.
3933 * tui/tui-layout.c (tui_set_layout): Update.
3934
3935 2019-08-30 Tom Tromey <tom@tromey.com>
3936
3937 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
3938 (tui_data_window::rerender): Don't call
3939 check_and_display_highlight_if_needed.
3940 (tui_data_window::refresh_all): Remove call to
3941 erase_data_content.
3942
3943 2019-08-30 Tom Tromey <tom@tromey.com>
3944
3945 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3946 (tui_data_window::display_registers_from)
3947 (tui_data_window::display_reg_element_at_line)
3948 (tui_data_window::display_registers_from_line): Remove checks of
3949 "empty".
3950
3951 2019-08-30 Tom Tromey <tom@tromey.com>
3952
3953 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
3954 Don't declare.
3955 * tui/tui-regs.c (tui_data_window::show_registers): Call
3956 rerender.
3957 (tui_data_window::rerender): Rename from display_all_data.
3958 (tui_data_window::rerender): Remove old implementation.
3959
3960 2019-08-30 Tom Tromey <tom@tromey.com>
3961
3962 * tui/tui-regs.c (tui_data_window::display_all_data): Change
3963 text.
3964 * tui/tui-data.h (NO_DATA_STRING): Remove define.
3965
3966 2019-08-29 Bernhard Wodok <barto@gmx.net>
3967 Sergio Durigan Junior <sergiodj@redhat.com>
3968
3969 PR win32/24284
3970 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
3971
3972 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
3975 when searching for types.
3976
3977 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3978
3979 * f-lang.c (f_language_defn): Use f_print_typedef.
3980 * f-lang.h (f_print_typedef): Declare.
3981 * f-typeprint.c (f_print_typedef): Define.
3982
3983 2019-08-27 Christian Biesinger <cbiesinger@google.com>
3984
3985 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
3986
3987 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3988
3989 * cli/cli-utils.c (info_print_options_defs): Delete.
3990 (make_info_print_options_def_group): Delete.
3991 (extract_info_print_options): Delete.
3992 (info_print_command_completer): Delete.
3993 (info_print_args_help): Add extra parameter, and optionally
3994 include text about -n flag.
3995 * cli/cli-utils.h (struct info_print_options): Delete.
3996 (extract_info_print_options): Delete declaration.
3997 (info_print_command_completer): Delete declaration.
3998 (info_print_args_help): Add extra parameter, extend header
3999 comment.
4000 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4001 search_symbols.
4002 * stack.c (struct info_print_options): New type.
4003 (info_print_options_defs): New file scoped variable.
4004 (make_info_print_options_def_group): New static function.
4005 (info_print_command_completer): New static function.
4006 (info_locals_command): Update to use new local functions.
4007 (info_args_command): Likewise.
4008 (_initialize_stack): Add extra parameter to calls to
4009 info_print_args_help.
4010 * symtab.c (search_symbols): Add extra parameter, use this to
4011 possibly excluse non-debug symbols.
4012 (symtab_symbol_info): Add extra parameter, which is passed on to
4013 search_symbols.
4014 (struct info_print_options): New type.
4015 (info_print_options_defs): New file scoped variable.
4016 (make_info_print_options_def_group): New static function.
4017 (info_print_command_completer): New static function.
4018 (info_variables_command): Update to use local functions, and pass
4019 extra parameter through to symtab_symbol_info.
4020 (info_functions_command): Likewise.
4021 (info_types_command): Pass additional argument through to
4022 symtab_symbol_info.
4023 (rbreak_command): Pass extra argument to search_symbols.
4024 (_initialize_symtab): Add extra arguments for calls to
4025 info_print_args_help, and update help text for 'info variables',
4026 'whereis', and 'info functions' commands.
4027 * symtab.h (search_symbols): Add extra argument to declaration.
4028 * NEWS: Mention new flags.
4029
4030 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4031
4032 * symtab.c (lookup_static_symbol): Call the new function (and move
4033 it down to be next to lookup_global_symbol).
4034 (struct global_sym_lookup_data): Add block_enum member and rename to...
4035 (struct global_or_static_sym_lookup_data): ...this.
4036 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4037 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4038 (lookup_symbol_global_or_static_iterator_cb): ...this.
4039 (lookup_global_or_static_symbol): New function.
4040 (lookup_global_symbol): Call new function.
4041
4042 2019-08-26 Tom de Vries <tdevries@suse.de>
4043
4044 PR c++/24852
4045 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4046 when pc_probe.prob == NULL.
4047
4048 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4049
4050 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4051 variable symbol_linkage to symbol_linkage_.
4052
4053 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4054
4055 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4056 represent whether the symbol is static, dynamic, or we don't
4057 know.
4058
4059 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4060
4061 * gdb/rx-tdep.c (rx_register_names): New.
4062 (rx_register_name): Delete.
4063 (rx_psw_type): Delete.
4064 (rx_fpsw_type): Delete.
4065 (rx_register_type): Delete.
4066 (rx_gdbarch_init): Convert target-descriptions.
4067 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4068 * gdb/features/Makefile: Add rx.xml.
4069 * gdb/features/rx.xml: New.
4070 * gdb/features/rx.c: Generated.
4071 * gdb/NEWS: Mention target description support.
4072
4073 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4074
4075 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4076 *slot_ptr.
4077
4078 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4079
4080 * configure.ac: Don't check for 'dlfcn.h' (moved to
4081 gdbsupport/common.m4).
4082 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4083 'gdbsupport/'.
4084 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4085 * compile/compile-c-support.c: Include
4086 'gdbsupport/gdb-dlfcn.h'.
4087 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4088 * gdb-dlfcn.c: Move to...
4089 * gdbsupport/gdb-dlfcn.c: ... here.
4090 * gdb-dlfcn.h: Move to...
4091 * gdbsupport/gdb-dlfcn.h: ... here.
4092
4093 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4094
4095 * nios2-tdep.c (struct reg_value): Improve comments. Make
4096 the offset field signed.
4097
4098 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4099
4100 * python/lib/gdb/__init__.py (_execute_file): New function.
4101 * python/python.c (python_run_simple_file): Call gdb._execute_file
4102 on Windows.
4103
4104 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4105
4106 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4107 all uses as this was never set to anything but a zero value.
4108
4109 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4110
4111 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4112
4113 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4114
4115 * tui/tui-data.h (tui_gen_win_info): Add an =default
4116 move constructor, required by some GCC versions.
4117
4118 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4119
4120 * go32-nat.c (go32_sysinfo): Add hygon_p.
4121
4122 2019-08-20 Tom Tromey <tom@tromey.com>
4123
4124 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4125 line_from_reg_element_no, first_reg_element_no_inline,
4126 display_all_data, delete_data_content_windows,
4127 erase_data_content>: Now private.
4128
4129 2019-08-20 Tom Tromey <tom@tromey.com>
4130
4131 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4132 (tui_unhighlight_win, tui_highlight_win)
4133 (tui_win_info::make_window): Update.
4134 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4135
4136 2019-08-20 Tom Tromey <tom@tromey.com>
4137
4138 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4139 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4140 (MAX_PID_WIDTH): Move to tui-stack.c.
4141 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4142 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4143 (MAX_PID_WIDTH): Move from tui-data.h.
4144
4145 2019-08-20 Tom Tromey <tom@tromey.com>
4146
4147 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4148 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4149 (box_win): Update.
4150 (tui_gen_win_info::make_window): Rename from tui_make_window.
4151 (tui_win_info::make_window): New method.
4152 (tui_gen_win_info::make_visible): Update.
4153 * tui/tui-source.c (tui_source_window::set_contents): Update.
4154 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4155 (tui_data_window::display_registers_from): Update.
4156 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4157 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4158 Declare.
4159 <can_box>: Remove.
4160 <title>: Remove.
4161 (struct tui_win_info) <make_window>: Declare.
4162 <can_box>: Now virtual.
4163 <title>: New member.
4164 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4165 * tui/tui-command.c (tui_cmd_window::resize): Update.
4166
4167 2019-08-20 Tom Tromey <tom@tromey.com>
4168
4169 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4170 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4171 (tui_data_window::check_register_values): Update.
4172
4173 2019-08-20 Tom Tromey <tom@tromey.com>
4174
4175 * tui/tui-regs.h (struct tui_data_window): Use
4176 DISABLE_COPY_AND_ASSIGN.
4177 <regs_content>: Change type, removing unique_ptr.
4178 <tui_data_window>: Add move constructor.
4179 * tui/tui-regs.c (tui_data_window::show_registers)
4180 (tui_data_window::show_register_group)
4181 (tui_data_window::display_registers_from)
4182 (tui_data_window::display_registers_from)
4183 (tui_data_window::first_data_item_displayed)
4184 (tui_data_window::delete_data_content_windows)
4185 (tui_data_window::rerender, tui_data_window::refresh_window)
4186 (tui_data_window::check_register_values): Update.
4187
4188 2019-08-20 Tom Tromey <tom@tromey.com>
4189
4190 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4191 show_register_group>: Declare.
4192 (tui_show_register_group): Don't declare.
4193 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4194 tui_show_registers.
4195 (tui_data_window::show_register_group): Rename from
4196 tui_show_register_group.
4197 (tui_data_window::check_register_values, tui_reg_command):
4198 Update.
4199 * tui/tui-layout.c (tui_set_layout): Update.
4200
4201 2019-08-20 Tom Tromey <tom@tromey.com>
4202
4203 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4204 Declare.
4205 (tui_check_register_values): Don't declare.
4206 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4207 from tui_check_register_values.
4208 * tui/tui-hooks.c (tui_register_changed): Update.
4209
4210 2019-08-20 Tom Tromey <tom@tromey.com>
4211
4212 * tui/tui-regs.c (tui_reg_layout): Move later.
4213 (tui_show_registers): Don't enable TUI mode or change layout.
4214
4215 2019-08-20 Tom Tromey <tom@tromey.com>
4216
4217 * tui/tui-regs.h (struct tui_data_item_window)
4218 <~tui_data_item_window>: Remove.
4219 <content>: Now a unique_xmalloc_ptr.
4220 * tui/tui-regs.c (tui_register_format): Return a
4221 unique_xmalloc_ptr.
4222 (tui_get_register): Update.
4223 (~tui_data_item_window): Remove.
4224 (tui_data_window::display_registers_from, tui_display_register):
4225 Update.
4226 * tui/tui-io.h (tui_expand_tabs): Update.
4227 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4228 Remove "col" parameter.
4229
4230 2019-08-20 Tom Tromey <tom@tromey.com>
4231
4232 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4233 field.
4234 * tui/tui-regs.c (~tui_data_item_window): Update.
4235
4236 2019-08-20 Tom Tromey <tom@tromey.com>
4237
4238 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4239 earlier.
4240
4241 2019-08-20 Tom Tromey <tom@tromey.com>
4242
4243 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4244
4245 2019-08-20 Tom Tromey <tom@tromey.com>
4246
4247 * tui/tui-source.h (struct tui_source_window): Update.
4248 * tui/tui-regs.c (tui_show_registers): Update.
4249 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4250 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4251 (NO_REGS_STRING): Remove defines.
4252
4253 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4254
4255 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4256 unnecessary thread walk if remote doesn't support the packet.
4257
4258 2019-08-19 Tom Tromey <tromey@adacore.com>
4259
4260 * python/py-value.c (value_has_field): Fix indentation.
4261
4262 2019-08-19 Tom Tromey <tromey@adacore.com>
4263
4264 * printcmd.c (do_one_display, info_display_command): Update.
4265 * block.h (contained_in): Return bool. Add allow_nested
4266 parameter.
4267 * block.c (contained_in): Return bool. Add allow_nested
4268 parameter.
4269
4270 2019-08-19 Tom Tromey <tom@tromey.com>
4271
4272 * configure: Rebuild.
4273 * configure.ac: Disallow the combination of -static-libstdc++ and
4274 source highlight.
4275 * source-cache.c (get_language_name): Handle rust.
4276 (source_cache::get_source_lines): Ignore highlighting exceptions.
4277
4278 2019-08-16 Tom Tromey <tom@tromey.com>
4279
4280 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4281 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4282 (struct tui_source_window_base) <make_visible, refresh_window,
4283 resize>: Remove methods.
4284 <execution_info>: Remove field.
4285 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4286 (tui_show_source_line, tui_source_window_base)
4287 (~tui_source_window_base): Update.
4288 (tui_source_window_base::resize)
4289 (tui_source_window_base::make_visible)
4290 (tui_source_window_base::refresh_window): Remove.
4291 (tui_source_window_base::update_exec_info): Update.
4292 * tui/tui-source.c (tui_source_window::set_contents): Update.
4293 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4294
4295 2019-08-16 Tom Tromey <tom@tromey.com>
4296
4297 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4298 deprecated_query_hook.
4299
4300 2019-08-16 Tom Tromey <tom@tromey.com>
4301
4302 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4303 (tui_update_source_windows_with_line): Update.
4304 * tui/tui-source.h (struct tui_source_window)
4305 <show_symtab_source>: Declare.
4306 (tui_show_symtab_source): Don't declare.
4307 * tui/tui-source.c (tui_show_symtab_source): Rename from
4308 tui_show_symtab_source.
4309
4310 2019-08-16 Tom Tromey <tom@tromey.com>
4311
4312 * tui/tui-winsource.h (struct tui_source_window_base)
4313 <set_contents>: Declare.
4314 * tui/tui-winsource.c
4315 (tui_source_window_base::update_source_window_as_is): Update.
4316 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4317 Declare.
4318 (tui_set_source_content): Don't declare.
4319 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4320 tui_set_source_content.
4321 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4322 Declare.
4323 (tui_set_disassem_content): Don't declare.
4324 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4325 tui_set_disassem_content.
4326
4327 2019-08-16 Tom Tromey <tom@tromey.com>
4328
4329 * tui/tui-winsource.h (struct tui_source_window_base)
4330 <update_breakpoint_info>: Declare.
4331 (tui_update_breakpoint_info): Don't declare.
4332 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4333 (tui_update_all_breakpoint_info): Update.
4334 (tui_source_window_base::update_breakpoint_info): Rename from
4335 tui_update_breakpoint_info.
4336 (tui_source_window_base::update_exec_info): Update.
4337
4338 2019-08-16 Tom Tromey <tom@tromey.com>
4339
4340 * tui/tui-winsource.h (struct tui_source_window_base)
4341 <update_source_window>: Declare.
4342 (tui_update_source_window): Don't declare.
4343 * tui/tui-winsource.c
4344 (tui_source_window_base::update_source_window): Rename from
4345 tui_update_source_window.
4346 (tui_source_window_base::rerender): Update.
4347 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4348 * tui/tui-disasm.c (tui_show_disassem)
4349 (tui_show_disassem_and_update_source)
4350 (tui_disasm_window::maybe_update): Update.
4351
4352 2019-08-16 Tom Tromey <tom@tromey.com>
4353
4354 * tui/tui-winsource.h (struct tui_source_window_base)
4355 <update_source_window_as_is>: Declare.
4356 (tui_update_source_window_as_is): Don't declare.
4357 * tui/tui-winsource.c (tui_update_source_window): Update
4358 (tui_source_window_base::update_source_window_as_is): Rename from
4359 tui_update_source_window_as_is.
4360 (tui_source_window_base::refill): Update.
4361 * tui/tui-source.c (tui_show_symtab_source): Update.
4362 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4363 Update.
4364
4365 2019-08-16 Tom Tromey <tom@tromey.com>
4366
4367 * tui/tui-winsource.h (tui_update_source_window)
4368 (tui_update_source_window_as_is): Remove "noerror" parameter.
4369 * tui/tui-winsource.c (tui_update_source_window)
4370 (tui_update_source_window_as_is): Remove "noerror" parameter.
4371 (tui_update_source_windows_with_addr)
4372 (tui_update_source_windows_with_line)
4373 (tui_source_window_base::rerender)
4374 (tui_source_window_base::refill): Update.
4375 * tui/tui-source.h (tui_set_source_content)
4376 (tui_show_symtab_source): Remove "noerror" parameter.
4377 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4378 parameter.
4379 (tui_show_symtab_source): Likewise.
4380 (tui_source_window::maybe_update): Update.
4381 * tui/tui-disasm.c (tui_show_disassem)
4382 (tui_show_disassem_and_update_source)
4383 (tui_disasm_window::do_scroll_vertical)
4384 (tui_disasm_window::maybe_update): Update.
4385
4386 2019-08-16 Tom Tromey <tom@tromey.com>
4387
4388 * tui/tui.c (tui_is_window_visible): Update.
4389 * tui/tui-wingeneral.c (tui_make_window)
4390 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4391 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4392 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4393 (tui_set_win_height_command, parse_scrolling_args): Update.
4394 * tui/tui-source.c (tui_source_window::style_changed): Update.
4395 * tui/tui-regs.c (tui_show_registers)
4396 (tui_data_window::first_data_item_displayed)
4397 (tui_data_window::delete_data_content_windows)
4398 (tui_check_register_values, tui_reg_command): Update.
4399 * tui/tui-disasm.c (tui_show_disassem): Update.
4400 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4401 method.
4402 <is_visible>: Remove field.
4403 * tui/tui-data.c (tui_next_win, tui_prev_win)
4404 (tui_delete_invisible_windows): Update.
4405
4406 2019-08-16 Tom Tromey <tom@tromey.com>
4407
4408 * tui/tui-winsource.h (struct tui_source_window_base)
4409 <m_has_locator>: Remove.
4410 * tui/tui-layout.c (show_source_disasm_command, show_data)
4411 (show_source_or_disasm_and_command): Update.
4412
4413 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4414
4415 * NEWS (Other MI changes): New subsection.
4416 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4417 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4418 * arch-utils.c (default_get_pc_address_flags): New function.
4419 * arch-utils.h (default_get_pc_address_flags): New declaration.
4420 * gdbarch.sh: Add get_pc_address_flags.
4421 * gdbarch.c: Regenerate.
4422 * gdbarch.h: Likewise.
4423 * stack.c (print_pc): New function.
4424 (print_frame_info) (print_frame): Call print_pc.
4425
4426 2019-08-16 Tom de Vries <tdevries@suse.de>
4427
4428 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4429 print_objfile_section_info.
4430
4431 2019-08-15 Tom Tromey <tom@tromey.com>
4432
4433 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4434 calling update_cmdwin_start_line.
4435 * tui/tui-winsource.h (struct tui_source_window_base)
4436 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4437 <rerender>: Declare.
4438 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4439 Call rerender.
4440 (tui_source_window_base::set_new_height): Remove.
4441 (tui_source_window_base::rerender): Rename from
4442 do_make_visible_with_new_height.
4443 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4444 resize method.
4445 (tui_win_info::make_invisible_and_set_new_height)
4446 (tui_win_info::make_visible_with_new_height): Remove.
4447 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4448 Declare.
4449 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4450 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4451 do_make_visible_with_new_height>: Don't declare.
4452 <rerender>: Declare.
4453 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4454 set_new_height.
4455 (tui_data_window::do_make_visible_with_new_height): Remove.
4456 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4457 call tui_show_locator_content.
4458 (tui_gen_win_info::resize): Call rerender.
4459 (show_source_or_disasm_and_command): Don't call
4460 tui_show_locator_content.
4461 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4462 method.
4463 (struct tui_win_info) <rerender>: Declare.
4464 <set_new_height, make_invisible_and_set_new_height,
4465 make_visible_with_new_height>: Don't declare.
4466 * tui/tui-data.c (tui_win_list::rerender): New method.
4467 * tui/tui-command.h (struct tui_cmd_window)
4468 <do_make_visible_with_new_height>: Don't declare.
4469 * tui/tui-command.c
4470 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4471
4472 2019-08-15 Tom Tromey <tromey@adacore.com>
4473
4474 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4475 * ada-lang.c (ada_enum_name): Likewise.
4476
4477 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4478
4479 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4480 leading underscore.
4481 (GdbOutputErrorFile): Likewise.
4482 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4483 accordingly.
4484 (execute_unwinders): Rename to have a leading underscore.
4485 (auto_load_packages): Likewise.
4486 (global scope): Adjust call to auto_load_packages accordingly.
4487 (GdbSetPythonDirectory): Likewise.
4488 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4489 instead of execute_unwinders.
4490
4491 2019-08-15 Tom Tromey <tom@tromey.com>
4492
4493 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4494 (show_data): Don't change window visibility.
4495 (tui_gen_win_info::resize): Remove special case for command
4496 window. Use wresize, when available.
4497 (show_source_or_disasm_and_command): Don't change window
4498 visibility.
4499 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4500 <make_visible>: New method.
4501 * tui/tui-command.c (tui_cmd_window::resize): New method.
4502
4503 2019-08-15 Tom Tromey <tom@tromey.com>
4504
4505 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4506 (struct tui_source_windows): New.
4507 * tui/tui-winsource.c (tui_display_main): Update.
4508 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4509 (new_height_ok, parse_scrolling_args): Update.
4510 * tui/tui-layout.c (show_layout, show_data): Update.
4511 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4512 (tui_add_to_source_windows): Don't declare.
4513 * tui/tui-data.c (source_windows, tui_source_windows)
4514 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4515
4516 2019-08-15 Tom Tromey <tom@tromey.com>
4517
4518 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4519 Rename from reset.
4520 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4521 * tui/tui-layout.c (show_source_disasm_command, show_data):
4522 Update.
4523 (tui_gen_win_info::resize): Rename.
4524 (show_source_or_disasm_and_command): Update.
4525 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4526 reset.
4527
4528 2019-08-15 Tom Tromey <tom@tromey.com>
4529
4530 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4531 * tui/tui-interp.c (tui_interp::init): Don't call
4532 tui_initialize_static_data.
4533 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4534
4535 2019-08-15 Tom Tromey <tom@tromey.com>
4536
4537 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4538 examine tui_win_list.
4539
4540 2019-08-15 Tom Tromey <tom@tromey.com>
4541
4542 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4543 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4544 tui_clear_source_content.
4545 (tui_clear_source_content): Remove.
4546 (tui_source_window_base::do_erase_source_content): Hoist call to
4547 content.clear().
4548 * tui/tui-stack.c (tui_show_frame_info): Don't call
4549 tui_clear_source_content.
4550
4551 2019-08-15 Tom Tromey <tom@tromey.com>
4552
4553 * tui/tui-winsource.h (struct tui_source_window_base)
4554 <do_erase_source_content>: New method.
4555 <erase_source_content>: New method.
4556 (tui_erase_source_content): Don't declare.
4557 * tui/tui-winsource.c (tui_clear_source_content): Update.
4558 (tui_source_window_base::do_erase_source_content): Rename from
4559 tui_erase_source_content.
4560 (tui_source_window_base::show_source_content): Update.
4561 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4562 * tui/tui-source.h (struct tui_source_window)
4563 <erase_source_content>: New method.
4564 * tui/tui-disasm.h (struct tui_disasm_window)
4565 <erase_source_content>: New method.
4566
4567 2019-08-15 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4570 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4571 constructor.
4572 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4573 * tui/tui-source.c (tui_set_source_content): Update.
4574 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4575
4576 2019-08-15 Tom Tromey <tom@tromey.com>
4577
4578 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4579 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4580 tui-source.c.
4581 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4582 Declare.
4583 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4584 method.
4585 (tui_source_window::maybe_update): Update.
4586
4587 2019-08-15 Tom Tromey <tom@tromey.com>
4588
4589 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4590 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4591 tui-disasm.c.
4592 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4593 Declare.
4594 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4595 method.
4596 (tui_disasm_window::maybe_update): Update.
4597
4598 2019-08-15 Tom Tromey <tom@tromey.com>
4599
4600 * tui/tui-winsource.h (struct tui_source_window_base)
4601 <maybe_update>: Declare.
4602 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4603 method.
4604 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4605 Declare.
4606 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4607 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4608 Declare.
4609 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4610
4611 2019-08-15 Tom Tromey <tom@tromey.com>
4612
4613 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4614
4615 2019-08-15 Tom Tromey <tom@tromey.com>
4616
4617 * tui/tui-wingeneral.c: Include tui-stack.h.
4618 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4619 (struct tui_locator_window): Move from tui-data.h.
4620 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4621 (tui_initialize_static_data): Move from tui-data.c.
4622 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4623 (struct tui_locator_window): Move to tui-stack.c.
4624 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4625 (tui_initialize_static_data): Move to tui-stack.c.
4626
4627 2019-08-15 Tom Tromey <tom@tromey.com>
4628
4629 * tui/tui-layout.c (show_source_disasm_command)
4630 (show_source_or_disasm_and_command): Use make_visible method, not
4631 tui_make_window.
4632 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4633 Remove.
4634
4635 2019-08-15 Tom Tromey <tom@tromey.com>
4636
4637 * tui/tui-wingeneral.h (tui_make_window): Update.
4638 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4639 parameter.
4640 (tui_gen_win_info::make_visible): Update.
4641 * tui/tui-regs.c (tui_data_window::display_registers_from):
4642 Update.
4643 * tui/tui-layout.c (show_source_disasm_command)
4644 (show_source_or_disasm_and_command): Update.
4645 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4646 (enum tui_box): Remove.
4647 (struct tui_win_info) <can_box>: New method.
4648 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4649 method.
4650
4651 2019-08-15 Tom de Vries <tdevries@suse.de>
4652
4653 * linux-nat-trad.c: Include gdbarch.h.
4654
4655 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4656
4657 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4658 register sizes.
4659
4660 2019-08-14 Tom Tromey <tromey@adacore.com>
4661
4662 * darwin-nat.c: Include gdbarch.h.
4663 * darwin-nat-info.c: Include gdbarch.h.
4664
4665 2019-08-13 Tom Tromey <tom@tromey.com>
4666
4667 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4668 Remove.
4669 * tui/tui-data.c (tui_initialize_static_data): Update.
4670
4671 2019-08-13 Tom Tromey <tom@tromey.com>
4672
4673 * tui/tui-winsource.h (struct tui_exec_info_window)
4674 <~tui_exec_info_window, maybe_allocate_content, get_content,
4675 m_content>: Remove.
4676 (struct tui_source_window_base) <set_exec_info_content,
4677 show_exec_info_content>: Don't declare.
4678 * tui/tui-winsource.c
4679 (tui_exec_info_window::maybe_allocate_content): Remove.
4680 (tui_source_window_base::update_exec_info): Rename from
4681 set_exec_info_content.
4682 (tui_source_window_base::show_exec_info_content)
4683 (tui_source_window_base::update_exec_info): Remove.
4684
4685 2019-08-13 Tom Tromey <tom@tromey.com>
4686
4687 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4688 declare.
4689 * tui/tui-winsource.c (tui_update_source_window_as_is)
4690 (tui_update_source_windows_with_addr, tui_erase_source_content):
4691 Update.
4692 (tui_clear_exec_info_content): Remove.
4693
4694 2019-08-13 Tom Tromey <tom@tromey.com>
4695
4696 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
4697 declare.
4698 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
4699 call tui_erase_exec_info_content.
4700 (tui_clear_exec_info_content): Rename from
4701 tui_erase_exec_info_content.
4702 (tui_clear_exec_info_content): Delete.
4703
4704 2019-08-13 Tom Tromey <tom@tromey.com>
4705
4706 * tui/tui-winsource.h (struct tui_source_window_base)
4707 <show_exec_info_content>: Declare.
4708 (tui_show_exec_info_content): Don't declare.
4709 * tui/tui-winsource.c
4710 (tui_source_window_base::show_exec_info_content): Rename from
4711 tui_show_exec_info_content.
4712 (tui_source_window_base::update_exec_info): Update.
4713
4714 2019-08-13 Tom Tromey <tom@tromey.com>
4715
4716 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
4717 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
4718 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
4719 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
4720 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
4721 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
4722 ... here.
4723
4724 2019-08-13 Tom Tromey <tom@tromey.com>
4725
4726 * tui/tui-winsource.h (struct tui_source_window_base)
4727 <update_exec_info>: Declare.
4728 (tui_update_exec_info): Don't declare.
4729 * tui/tui-winsource.c (tui_update_source_window_as_is)
4730 (tui_source_window_base::refresh_all)
4731 (tui_update_all_breakpoint_info): Update.
4732 (tui_source_window_base::update_exec_info): Rename from
4733 tui_update_exec_info.
4734 * tui/tui-stack.c (tui_show_frame_info): Update.
4735
4736 2019-08-13 Tom Tromey <tom@tromey.com>
4737
4738 * tui/tui-winsource.h (struct tui_source_window_base)
4739 <set_exec_info_content>: Declare.
4740 (tui_set_exec_info_content): Don't declare.
4741 * tui/tui-winsource.c
4742 (tui_source_window_base::set_exec_info_content): Rename from
4743 tui_set_exec_info_content.
4744 (tui_update_exec_info): Update.
4745
4746 2019-08-13 Tom Tromey <tom@tromey.com>
4747
4748 * tui/tui-winsource.h (struct tui_source_window_base)
4749 <show_source_content>: Declare.
4750 (tui_show_source_content): Don't declare.
4751 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4752 (tui_source_window_base::show_source_content): Rename from
4753 tui_show_source_content.
4754 (tui_source_window_base::refresh_all): Update.
4755 * tui/tui-layout.c (show_source_disasm_command)
4756 (show_source_or_disasm_and_command): Update.
4757
4758 2019-08-13 Tom Tromey <tom@tromey.com>
4759
4760 * tui/tui-winsource.c (tui_erase_source_content)
4761 (tui_show_source_content, tui_source_window_base::refresh_all):
4762 Update.
4763 * tui/tui-wingeneral.h
4764 (tui_check_and_display_highlight_if_needed): Don't declare.
4765 * tui/tui-wingeneral.c
4766 (tui_win_info::check_and_display_highlight_if_needed): Rename from
4767 check_and_display_highlight_if_needed.
4768 * tui/tui-win.c (tui_rehighlight_all)
4769 (tui_win_info::make_visible_with_new_height): Update.
4770 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4771 (tui_data_window::erase_data_content)
4772 (tui_data_window::display_all_data): Update.
4773 * tui/tui-data.h (struct tui_win_info)
4774 <check_and_display_highlight_if_needed>: Declare.
4775
4776 2019-08-13 Tom Tromey <tom@tromey.com>
4777
4778 * tui/tui-win.c (tui_resize_all): Call
4779 tui_delete_invisible_windows.
4780 * tui/tui-layout.c (show_layout): Call
4781 tui_delete_invisible_windows.
4782 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4783 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4784
4785 2019-08-13 Tom Tromey <tom@tromey.com>
4786
4787 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
4788 tui_add_win_to_layout.
4789
4790 2019-08-13 Tom Tromey <tom@tromey.com>
4791
4792 * tui/tui-layout.h (tui_default_win_height): Don't declare.
4793 * tui/tui-layout.c (tui_default_win_height): Now static.
4794
4795 2019-08-13 Tom Tromey <tom@tromey.com>
4796
4797 * tui/tui-layout.c (show_layout): Unify all layout cases into a
4798 single switch.
4799 (show_source_disasm_command, show_source_or_disasm_and_command):
4800 Don't check current layout.
4801
4802 2019-08-13 Tom Tromey <tom@tromey.com>
4803
4804 * tui/tui-wingeneral.c (make_all_visible): Remove.
4805 (tui_make_all_invisible): Simplify.
4806 * tui/tui-layout.c (tui_make_all_invisible): Move from
4807 tui-wingeneral.c; simplify.
4808 (show_layout): Hoist call to tui_make_all_invisible.
4809 (show_data): Don't call tui_make_all_invisible.
4810
4811 2019-08-13 Tom Tromey <tom@tromey.com>
4812
4813 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
4814 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
4815
4816 2019-08-13 Tom Tromey <tom@tromey.com>
4817
4818 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
4819 tui-data.c.
4820 (show_source_disasm_command, show_data)
4821 (show_source_or_disasm_and_command): Don't use
4822 tui_set_current_layout_to.
4823 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
4824 * tui/tui-data.c (current_layout, tui_current_layout): Move to
4825 tui-layout.c.
4826 (tui_set_current_layout_to): Remove.
4827
4828 2019-08-13 Tom Tromey <tom@tromey.com>
4829
4830 * tui/tui-layout.c (tui_set_layout): Update.
4831 * tui/tui-data.h (struct tui_layout_def): Remove.
4832 (tui_layout_def): Don't declare.
4833 * tui/tui-data.c (layout_def): Remove.
4834 (tui_layout_def): Remove.
4835
4836 2019-08-13 Tom Tromey <tom@tromey.com>
4837
4838 * tui/tui-winsource.h (struct tui_source_window_base)
4839 <clear_detail>: No longer "override".
4840 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
4841 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
4842 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
4843 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
4844 Remove.
4845 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
4846
4847 2019-08-13 Tom Tromey <tromey@adacore.com>
4848
4849 * tracepoint.c: Don't include readline.h or history.h.
4850
4851 2019-08-12 Tom Tromey <tom@tromey.com>
4852
4853 * configure: Rebuild.
4854 * configure.ac: Check for readline 7.
4855 * NEWS: Mention readline 7 requirement.
4856 * README: Update.
4857
4858 2019-08-12 Tom Tromey <tom@tromey.com>
4859
4860 * mingw-hdep.c (gdb_select): Remove readline hack.
4861
4862 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4863
4864 * blockframe.c (find_pc_partial_function): Set *block to nullptr
4865 when the function fails.
4866
4867 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
4868
4869 * s390-tdep.c (s390_type_align): New function.
4870 (s390_gdbarch_init): Set it as type_align gdbarch method.
4871
4872 2019-08-09 Tom de Vries <tdevries@suse.de>
4873
4874 PR gdb/24591
4875 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
4876 pc_low with relocation offset.
4877
4878 2019-08-07 Tom Tromey <tromey@adacore.com>
4879
4880 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
4881 (print_frame_args): Update.
4882 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
4883 Update.
4884 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
4885 * frame.h (struct frame_arg): Add initializers.
4886 <error>: Now a unique_xmalloc_ptr.
4887
4888 2019-08-07 Alan Hayward <alan.hayward@arm.com>
4889
4890 * NEWS: Expand the Pointer Authentication entry.
4891 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
4892 (aarch64_frame_unmask_lr): ... to this.
4893 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
4894 Call aarch64_frame_unmask_lr.
4895 * frame.c (struct frame_info): Add "masked" variable.
4896 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
4897 (fprint_frame): Check for masked pc.
4898 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
4899 declarations.
4900 * python/py-framefilter.c (py_print_frame): Check for masked pc.
4901 * stack.c (print_frame): Check for masked pc.
4902
4903 2019-08-06 Tom Tromey <tom@tromey.com>
4904
4905 * stabsread.c (patch_block_stabs, read_one_struct_field)
4906 (read_enum_type): Use obstack_strndup.
4907 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
4908 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
4909 * dwarf2read.c (guess_full_die_structure_name)
4910 (anonymous_struct_prefix): Use obstack_strndup.
4911 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
4912 * c-exp.y (yylex): Use obstack_strndup.
4913 * ada-exp.y (write_object_renaming, write_ambiguous_var)
4914 (write_var_or_type): Use obstack_strndup.
4915
4916 2019-08-06 Tom Tromey <tom@tromey.com>
4917
4918 * symfile.c (reread_symbols): Use obstack_strdup.
4919 * stabsread.c (read_type): Use obstack_strdup.
4920 * gdb_obstack.h (obstack_strdup): New overload.
4921 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
4922 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
4923 (dwarf2_canonicalize_name): Use obstack_strdup.
4924 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
4925 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
4926 Use obstack_strdup.
4927
4928 2019-08-06 Tom Tromey <tom@tromey.com>
4929
4930 * gdb_obstack.h (obstack_strdup): Define.
4931 * gdb_obstack.c (obstack_strdup): Don't define.
4932
4933 2019-08-06 Tom Tromey <tom@tromey.com>
4934
4935 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
4936 obstack_strdup.
4937 * typeprint.c (typedef_hash_table::find_global_typedef): Use
4938 obstack_strdup.
4939 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
4940 * stabsread.c (common_block_start): Use obstack_strdup.
4941 * objfiles.c (set_objfile_main_name, objfile): Use
4942 obstack_strdup.
4943 * namespace.c (add_using_directive): Use obstack_strdup.
4944 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
4945 * jit.c (finalize_symtab): Use obstack_strdup.
4946 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
4947 (guess_partial_die_structure_name, partial_die_info::fixup)
4948 (dwarf2_name): Use obstack_strdup.
4949 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
4950 obstack_strdup.
4951 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
4952 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
4953 obstack_strdup.
4954 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
4955
4956 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4957
4958 * unittests/help-doc-selftests.c: New file.
4959 * Makefile.in: Add the new file.
4960
4961 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4962
4963 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
4964 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
4965 the full first line, except when FOR_VALUE_PREFIX. In this case,
4966 the trailing '.' is not output, and the first character is uppercased.
4967 (print_help_for_command): Update call to print_doc_line.
4968 (print_doc_of_command): Likewise.
4969 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
4970 * cli/cli-option.c (append_indented_doc): Do not append newline.
4971 (build_help_option): Append newline after first appended_indented_doc
4972 only if a second call is done.
4973 (build_help): Append 2 new lines before each option, except the first
4974 one.
4975 * compile/compile.c (_initialize_compile): Add new lines after
4976 %OPTIONS%, when not at the end of the help.
4977 Change help doc or code
4978 producing the help doc to respect the invariants.
4979 * maint-test-options.c (_initialize_maint_test_options): Likewise.
4980 Also removed the new line after 'Options:', as all other commands
4981 do not put an empty line between 'Options:' and the first option.
4982 * printcmd.c (_initialize_printcmd): Likewise.
4983 * stack.c (_initialize_stack): Likewise.
4984 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
4985 incorrectly telling COMMAND is optional.
4986 * ada-lang.c (_initialize_ada_language): Change help doc or code
4987 producing the help doc to respect the invariants.
4988 * ada-tasks.c (_initialize_ada_tasks): Likewise.
4989 * breakpoint.c (_initialize_breakpoint): Likewise.
4990 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
4991 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
4992 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
4993 * cli/cli-style.c (cli_style_option::add_setshow_commands,
4994 _initialize_cli_style): Likewise.
4995 * corelow.c (core_target_info): Likewise.
4996 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
4997 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
4998 * filesystem.c (_initialize_filesystem): Likewise.
4999 * frame.c (_initialize_frame): Likewise.
5000 * gnu-nat.c (add_task_commands): Likewise.
5001 * infcall.c (_initialize_infcall): Likewise.
5002 * infcmd.c (_initialize_infcmd): Likewise.
5003 * interps.c (_initialize_interpreter): Likewise.
5004 * language.c (_initialize_language): Likewise.
5005 * linux-fork.c (_initialize_linux_fork): Likewise.
5006 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5007 * maint.c (_initialize_maint_cmds): Likewise.
5008 * memattr.c (_initialize_mem): Likewise.
5009 * printcmd.c (_initialize_printcmd): Likewise.
5010 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5011 _RegEx): Likewise.
5012 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5013 * record-btrace.c (_initialize_record_btrace): Likewise.
5014 * record-full.c (_initialize_record_full): Likewise.
5015 * record.c (_initialize_record): Likewise.
5016 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5017 * regcache.c (_initialize_regcache): Likewise.
5018 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5019 _initialize_remote): Likewise.
5020 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5021 * serial.c (_initialize_serial): Likewise.
5022 * skip.c (_initialize_step_skip): Likewise.
5023 * source.c (_initialize_source): Likewise.
5024 * stack.c (_initialize_stack): Likewise.
5025 * symfile.c (_initialize_symfile): Likewise.
5026 * symtab.c (_initialize_symtab): Likewise.
5027 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5028 * top.c (init_main): Likewise.
5029 * tracefile-tfile.c (tfile_target_info): Likewise.
5030 * tracepoint.c (_initialize_tracepoint): Likewise.
5031 * tui/tui-win.c (_initialize_tui_win): Likewise.
5032 * utils.c (add_internal_problem_command): Likewise.
5033 * valprint.c (value_print_option_defs): Likewise.
5034
5035 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5036
5037 PR build/24886
5038 * configure.ac: Drop enable-libmcheck support.
5039 * configure, config.in: Rebuild.
5040 * libmcheck.m4: Remove.
5041 * acinclude.m4: Don't include it.
5042 * Makefile.in: Don't distribute it.
5043 * top.c (print_gdb_configuration): Don't mention it.
5044
5045 2019-08-06 Tom Tromey <tom@tromey.com>
5046
5047 * utils.c (set_output_style): Sometimes pass stream to
5048 emit_style_escape.
5049 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5050 * record-btrace.c (btrace_insn_history): Update.
5051 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5052 method.
5053 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5054 Update initializers.
5055 <m_uiout>: New field.
5056 <m_di>: Move lower.
5057 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5058 Remove "uiout" parameter.
5059 (dump_insns): Update.
5060 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5061 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5062
5063 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5064
5065 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5066 (error_in_psymtab_expansion): Likewise.
5067 (lookup_symbol_via_quick_fns): Likewise.
5068 (basic_lookup_transparent_type_quick): Likewise.
5069 (basic_lookup_transparent_type_1): Likewise.
5070
5071 2019-08-06 Tom Tromey <tromey@adacore.com>
5072
5073 * source.c (last_source_error): Now bool.
5074 (print_source_lines_base): Make "noprint" bool. Only open
5075 source file when last_source_visited changes.
5076
5077 2019-08-06 Tom Tromey <tromey@adacore.com>
5078
5079 * annotate.c (annotate_source_line): Use g_source_cache.
5080 * source-cache.c (source_cache::get_plain_source_lines): Change
5081 parameters. Populate m_offset_cache.
5082 (source_cache::ensure): New method.
5083 (source_cache::get_line_charpos): New method.
5084 (extract_lines): Move lower. Change parameters.
5085 (source_cache::get_source_lines): Move lower.
5086 * source-cache.h (class source_cache): Update comment.
5087 <get_line_charpos>: New method.
5088 <get_source_lines>: Update comment.
5089 <clear>: Clear m_offset_cache.
5090 <get_plain_source_lines>: Change parameters.
5091 <ensure>: New method
5092 <m_offset_cache>: New member.
5093 * source.c (forget_cached_source_info_for_objfile): Update.
5094 (info_source_command): Use g_source_cache.
5095 (find_source_lines, open_source_file_with_line_charpos): Remove.
5096 (print_source_lines_base, search_command_helper): Use g_source_cache.
5097 * source.h (open_source_file_with_line_charpos): Don't declare.
5098 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5099 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5100 Use g_source_cache.
5101
5102 2019-08-06 Tom Tromey <tromey@adacore.com>
5103
5104 * source-cache.c (source_cache::get_plain_source_lines):
5105 Remove "first_line" and "last_line" parameters.
5106 (source_cache::get_source_lines): Cache plain text.
5107 * source-cache.h (class source_cache)
5108 <get_plain_source_lines>: Update.
5109
5110 2019-08-06 Tom Tromey <tromey@adacore.com>
5111
5112 * source-cache.c (extract_lines): No longer a method.
5113 Changed type of parameter. Include final newline.
5114 (selftests::extract_lines_test): New function.
5115 (_initialize_source_cache): Likewise.
5116 * source-cache.h (class source_cache)
5117 <extract_lines>: Don't declare.
5118
5119 2019-08-06 Tom Tromey <tromey@adacore.com>
5120
5121 * breakpoint.c (init_breakpoint_sal): Update.
5122 (breakpoint): Update.
5123 * breakpoint.h (struct breakpoint) <filter>: Now a
5124 unique_xmalloc_ptr.
5125
5126 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5127
5128 * NEWS: Mention dictionary access on blocks.
5129 * python/py-block.c (blpy_getitem): New function.
5130 (block_object_as_mapping): New struct.
5131 (block_object_type): Use new struct for tp_as_mapping field.
5132
5133 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5134
5135 * objfiles.h (objfile): Add a comment describing partial symbols.
5136
5137 2019-08-05 Tom Tromey <tromey@adacore.com>
5138
5139 * compile/compile.c (_initialize_compile): Use _(), not N_().
5140 * thread.c (_initialize_thread): Use _(), not N_().
5141 * stack.c (_initialize_stack): Use _(), not N_().
5142 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5143
5144 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5145
5146 * dwarf2read.c (struct dw2_symtab_iterator):
5147 <want_specific_block>: Remove.
5148 <block_index>: Change type to gdb::optional.
5149 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5150 change type of BLOCK_INDEX parameter to gdb::optional.
5151 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5152 (dw2_lookup_symbol): Don't pass argument for
5153 WANT_SPECIFIC_BLOCK.
5154 (dw2_expand_symtabs_for_function): Don't pass argument for
5155 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5156 (class dw2_debug_names_iterator)
5157 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5158 parameter, change BLOCK_INDEX type to gdb::optional.
5159 <m_want_specific_block>: Remove.
5160 <m_block_index>: Change type to gdb::optional.
5161 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5162 gdb::optional. Re-write in function of gdb::optional.
5163 (dw2_debug_names_lookup_symbol): Don't pass argument for
5164 WANT_SPECIFIC_BLOCK.
5165 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5166 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5167 BLOCK_INDEX.
5168
5169 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5170
5171 * NEWS: Mention changes to "info sources" command.
5172
5173 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5174
5175 * symtab.c (filename_partial_match_opts): New struct type.
5176 (struct output_source_filename_data): New members
5177 regexp, c_regexp, partial_match.
5178 (output_source_filename): Use new members to decide to print file.
5179 (info_sources_option_defs): New variable.
5180 (make_info_sources_options_def_group, print_info_sources_header,
5181 info_sources_command_completer):
5182 New functions.
5183 (info_sources_command): Read new optional arguments.
5184 (_initialize_symtab): Update info sources help.
5185
5186 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5187
5188 * ada-lang.c (exception_support_info_v0): Renamed from...
5189 (default_exception_support_info): ... this. Create new
5190 definition for v1.
5191 (ada_has_this_exception_support): Look up catch_handlers_sym.
5192 (ada_exception_support_info_sniffer): Try v0 after default.
5193
5194 2019-08-01 Tom Tromey <tromey@adacore.com>
5195
5196 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5197 gdbarch.h.
5198
5199 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5200
5201 * s12z-tdep.c: Fix include path for s12z-opc.h.
5202
5203 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5204
5205 * NEWS: Require GNU make 3.82.
5206
5207 2019-07-16 Tom Tromey <tom@tromey.com>
5208
5209 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5210 declare.
5211
5212 2019-07-30 Tom Tromey <tromey@adacore.com>
5213
5214 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5215
5216 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5217
5218 * printcmd.c (print_address_symbolic): Print negative offsets.
5219 (build_address_symbolic): Force signed arithmetic when computing
5220 offset.
5221
5222 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5223
5224 PR/24474: Add a function to lookup static variables.
5225 * NEWS: Mention this new function.
5226 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5227 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5228 * python/python.c (python_GdbMethods): Add new function.
5229
5230 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5231
5232 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5233 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5234 (objfpy_lookup_static_symbol): New function.
5235 (objfile_object_methods): Add new functions.
5236
5237 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5238
5239 * NEWS: Mention 'set|show print frame-info'. Mention new
5240 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5241 backtrace argument. Mention that python frame filtering code
5242 is now consistent with what 'backtrace' command prints.
5243
5244 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5245
5246 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5247 comments.
5248 (print_frame_info_auto, print_frame_info_source_line,
5249 print_frame_info_location, print_frame_info_source_and_location,
5250 print_frame_info_location_and_address, print_frame_info_short_location):
5251 New declarations.
5252 (struct frame_print_options): New member print_frame_info.
5253 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5254 * stack.h (get_user_print_what_frame_info): New declaration.
5255 (frame_show_address): New declaration.
5256 * stack.c (print_frame_arguments_choices): New value 'presence'.
5257 (print_frame_info_auto, print_frame_info_source_line,
5258 print_frame_info_location, print_frame_info_source_and_location,
5259 print_frame_info_location_and_address, print_frame_info_short_location,
5260 print_frame_info_choices, print_frame_info_print_what): New definitions.
5261 (print_frame_args): Only print dots for args if print frame-arguments
5262 is 'presence'.
5263 (frame_print_option_defs): New element for "frame-info".
5264 (get_user_print_what_frame_info): New function.
5265 (frame_show_address): Make non static. Move comment to stack.h.
5266 (print_frame_info_to_print_what): New function.
5267 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5268 to decide what to print.
5269 (backtrace_command_1): Handle the new print_frame_arguments_presence
5270 value.
5271 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5272 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5273 (py_print_frame): In non-mi mode, use LOCATION as default for
5274 print_what, similarly to frame information printed directly by
5275 backtrace command. Handle frame-info user option in non MI mode.
5276
5277 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5278
5279 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5280 Add case for debugging 32-bit target on 64-bit host. Revise
5281 comment.
5282
5283 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5284
5285 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5286 instead of find_function_entry_range_from_pc.
5287
5288 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5289
5290 * stack.c (find_frame_funname): Remove code which preferred
5291 minsym over symtab sym in "certain pathological cases".
5292
5293 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5294 parameter. Change type of "do_demangle" to bool.
5295 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5296 Pass suitable "prefer_sym_over_minsym" flag to
5297 build_address_symbolic(). Don't output "+" for negative offsets.
5298 * printcmd.c (print_address_symbolic): Update invocation of
5299 build_address_symbolic to include a "prefer_sym_over_minsym"
5300 flag.
5301 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5302 Restrict cases in which use of minimal symbol is preferred to that
5303 of a found symbol. Update comments.
5304
5305 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5306 for entry pc when entry pc is out of range for that FDE.
5307
5308 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5309
5310 PR gdb/24839:
5311 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5312 type.
5313
5314 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5315
5316 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5317 this function's Python signature.
5318
5319
5320 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5321
5322 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5323 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5324 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5325 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5326 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5327
5328
5329 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5330
5331 * h8300-tdep.c (h8300_register_name_common): New.
5332 h8300_register_name): Use h8300_register_name_common.
5333 (h8300s_register_name): Likewise.
5334 (h8300sx_register_name): Likewise.
5335 (h8300h_register_nam): New.
5336 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5337
5338
5339 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5340
5341 * arm-tdep.c (arm_skip_cmse_entry): New function.
5342 (arm_is_sgstubs_section): New function.
5343 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5344
5345 2019-07-22 Tom Tromey <tom@tromey.com>
5346
5347 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5348 Don't self-assign.
5349
5350 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5351
5352 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5353 type_print.
5354
5355 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5356
5357 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5358 so that GDB doesn't match any msymbols when searching in the
5359 TYPES_DOMAIN.
5360 (print_symbol_info): Print using typedef_print or type_print based
5361 on the type of the symbol. Add updated FIXME comment moved from...
5362 (_initialize_symtab): ... move and update FIXME comment to above.
5363
5364 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5365
5366 * NEWS: Mention adding -q option to "info types".
5367 * symtab.c (struct info_types_options): New struct.
5368 (info_types_options_defs): New variable.
5369 (make_info_types_options_def_group): New function.
5370 (info_types_command): Use gdb::option framework to parse options.
5371 (info_types_command_completer): New function.
5372 (_initialize_symtab): Extend the help text on "info types" and
5373 register command completer.
5374
5375 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5376
5377 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5378 (lookup_symbol_in_objfile): Change int to block_enum and add a
5379 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5380
5381 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5382
5383 * MAINTAINERS (Write After Approval): Add self.
5384
5385 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5386
5387 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5388 instruction to the dummy code region.
5389
5390 2019-07-19 Tom Tromey <tromey@adacore.com>
5391
5392 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5393 (ARGSUSED, PARAMS, __func__): Remove rules.
5394
5395 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5396
5397 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5398 * features/arm/arm-with-iwmmxt.c: Remove.
5399 * features/arm/arm-with-iwmmxt.xml: Remove.
5400 * features/arm/arm-with-m-fpa-layout.c: Remove.
5401 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5402 * features/arm/arm-with-m-vfp-d16.c: Remove.
5403 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5404 * features/arm/arm-with-m.c: Remove.
5405 * features/arm/arm-with-m.xml: Remove.
5406 * features/arm/arm-with-neon.c: Remove.
5407 * features/arm/arm-with-neon.xml: Remove.
5408 * features/arm/arm-with-vfpv2.c: Remove.
5409 * features/arm/arm-with-vfpv2.xml: Remove.
5410 * features/arm/arm-with-vfpv3.c: Remove.
5411 * features/arm/arm-with-vfpv3.xml: Remove.
5412
5413 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5414
5415 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5416
5417 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5418
5419 * arch/aarch32.c (aarch32_create_target_description): Create
5420 target descriptions using features.
5421 * arch/arm.c (arm_create_target_description)
5422 (arm_create_mprofile_target_description): Likewise.
5423 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5424
5425 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5426
5427 * Makefile.in: Add new files.
5428 * aarch32-tdep.c: New file.
5429 * aarch32-tdep.h: New file.
5430 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5431 Call aarch32_read_description.
5432 * arch/aarch32.c: New file.
5433 * arch/aarch32.h: New file.
5434 * arch/arm.c (arm_create_target_description)
5435 (arm_create_mprofile_target_description): New function.
5436 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5437 (arm_create_target_description)
5438 (arm_create_mprofile_target_description): New declaration.
5439 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5440 read_description functions.
5441 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5442 Likewise.
5443 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5444 * arm-tdep.c (tdesc_arm_list): New variable.
5445 (arm_register_g_packet_guesses): Call create description functions.
5446 (arm_read_description) (arm_read_mprofile_description): New
5447 function.
5448 * arm-tdep.h (arm_read_description)
5449 (arm_read_mprofile_description): Add declaration.
5450 * configure.tgt: Add new files.
5451
5452 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5453
5454 * top.c (new_ui_command): Open specified terminal just once.
5455
5456 2019-07-18 Tom Tromey <tromey@adacore.com>
5457
5458 * symtab.c (main_name): Constify return type.
5459 * symfile.c (set_initial_language): Update.
5460 * symtab.h (main_name): Constify return type.
5461
5462 2019-07-17 Tom Tromey <tom@tromey.com>
5463
5464 * tui/tui-winsource.c (tui_update_source_window)
5465 (tui_update_source_window_as_is)
5466 (tui_update_source_windows_with_line): Remove return.
5467 * tui/tui-disasm.c (tui_show_disassem)
5468 (tui_show_disassem_and_update_source): Remove return.
5469 * tui/tui.c (tui_reset): Remove return.
5470 * tui/tui-wingeneral.c
5471 (tui_check_and_display_highlight_if_needed): Remove return.
5472
5473 2019-07-17 Tom Tromey <tom@tromey.com>
5474
5475 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5476
5477 2019-07-17 Tom Tromey <tom@tromey.com>
5478
5479 * tui/tui-winsource.h (struct tui_exec_info_window)
5480 (struct tui_source_window_base): Move from tui-data.h.
5481 * tui/tui-winsource.c: Move many method definitions from
5482 elsewhere. Remove "structuring" comments.
5483 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5484 (tui_source_window_base::refresh_window): Move to
5485 tui-winsource.c.
5486 * tui/tui-win.c (tui_source_window_base::refresh_all)
5487 (tui_source_window_base::update_tab_width)
5488 (tui_source_window_base::set_new_height)
5489 (tui_source_window_base::do_make_visible_with_new_height): Move to
5490 tui-winsource.c.
5491 * tui/tui-source.h: Update.
5492 * tui/tui-source.c (tui_source_window_base::reset): Move to
5493 tui-winsource.c.
5494 * tui/tui-disasm.h: Update.
5495 * tui/tui-data.h (struct tui_exec_info_window): Move to
5496 tui-winsource.h.
5497 (struct tui_source_window_base): Likewise.
5498 * tui/tui-data.c (tui_source_window_base::clear_detail)
5499 (tui_source_window_base, ~tui_source_window_base): Move to
5500 tui-winsource.c.
5501
5502 2019-07-17 Tom Tromey <tom@tromey.com>
5503
5504 * tui/tui-win.c (tui_resize_all)
5505 (tui_source_window_base::update_tab_width)
5506 (tui_adjust_win_heights): Update.
5507 (tui_win_info::make_invisible_and_set_new_height): Rename from
5508 make_invisible_and_set_new_height.
5509 * tui/tui-data.h (struct tui_win_info)
5510 <make_invisible_and_set_new_height>: New method.
5511
5512 2019-07-17 Tom Tromey <tom@tromey.com>
5513
5514 * tui/tui.c: Update.
5515 * tui/tui-source.h (struct tui_source_window): Move from
5516 tui-data.h.
5517 * tui/tui-layout.c: Update.
5518 * tui/tui-disasm.c: Update.
5519 * tui/tui-data.h (struct tui_source_window): Move to
5520 tui-source.h.
5521
5522 2019-07-17 Tom Tromey <tom@tromey.com>
5523
5524 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5525 tui-data.h.
5526 * tui/tui-data.h (struct tui_disasm_window): Move to
5527 tui-disasm.h.
5528
5529 2019-07-17 Tom Tromey <tom@tromey.com>
5530
5531 * tui/tui-regs.h (struct tui_data_item_window): Move from
5532 tui-data.h.
5533 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5534 * tui/tui-data.h (struct tui_data_item_window): Move to
5535 tui-regs.h.
5536 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5537
5538 2019-07-17 Tom Tromey <tom@tromey.com>
5539
5540 * tui/tui.c: Update.
5541 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5542 (tui_cmd_window::max_height): Move to tui-command.c.
5543 * tui/tui-layout.c: Update.
5544 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5545 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5546 tui-command.c.
5547 * tui/tui-command.h (struct tui_cmd_window): Move from
5548 tui-data.h.
5549 * tui/tui-command.c: Remove "structuring" comments.
5550 (tui_cmd_window::clear_detail)
5551 (tui_cmd_window::do_make_visible_with_new_height)
5552 (tui_cmd_window::max_height): Move from elsewhere.
5553
5554 2019-07-17 Tom Tromey <tom@tromey.com>
5555
5556 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5557 Now static.
5558 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5559 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5560
5561 2019-07-17 Tom Tromey <tom@tromey.com>
5562
5563 * tui/tui.c: Update.
5564 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5565 tui-regs.c.
5566 * tui/tui-windata.h: Remove file.
5567 * tui/tui-windata.c: Remove file.
5568 * tui/tui-win.c (tui_data_window::set_new_height)
5569 (tui_data_window::do_make_visible_with_new_height): Move to
5570 tui-regs.c.
5571 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5572 * tui/tui-regs.c: Remove "structuring" comments.
5573 (tui_data_window::first_data_item_displayed)
5574 (tui_data_window::delete_data_content_windows)
5575 (tui_data_window::erase_data_content)
5576 (tui_data_window::display_all_data)
5577 (tui_data_window::refresh_all)
5578 (tui_data_window::do_scroll_vertical)
5579 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5580 (tui_data_window::do_make_visible_with_new_height)
5581 (tui_data_window::refresh_window): Move from elsewhere.
5582 (_initialize_tui_regs): Move to end of file.
5583 * tui/tui-layout.c: Update.
5584 * tui/tui-hooks.c: Update.
5585 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5586 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5587 tui-regs.c.
5588 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5589
5590 2019-07-17 Tom Tromey <tom@tromey.com>
5591
5592 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5593 seen.
5594
5595 2019-07-17 Tom Tromey <tom@tromey.com>
5596
5597 * tui/tui-win.c (tui_source_window_base::set_new_height)
5598 (tui_source_window_base::do_make_visible_with_new_height): Use
5599 m_has_locator field directly.
5600 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5601 method.
5602 (struct tui_source_window_base) <has_locator>: Likewise.
5603
5604 2019-07-17 Tom Tromey <tom@tromey.com>
5605
5606 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5607 Don't declare.
5608 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5609 Remove.
5610 * tui/tui-win.c (tui_source_window_base::set_new_height)
5611 (tui_source_window_base::set_new_height)
5612 (make_invisible_and_set_new_height)
5613 (tui_source_window_base::do_make_visible_with_new_height)
5614 (tui_source_window_base::do_make_visible_with_new_height):
5615 Update.
5616 * tui/tui-layout.c (show_source_disasm_command, show_data)
5617 (show_source_or_disasm_and_command): Update.
5618 * tui/tui-layout.c (show_layout): Update.
5619
5620 2019-07-17 Tom Tromey <tom@tromey.com>
5621
5622 * tui/tui-layout.c (make_data_window): Remove.
5623 (show_data): Unify creation and re-initialization cases.
5624
5625 2019-07-17 Tom Tromey <tom@tromey.com>
5626
5627 * tui/tui-layout.c (make_source_window, make_disasm_window):
5628 Remove.
5629 (show_data): Unify creation and re-initialization cases.
5630
5631 2019-07-17 Tom Tromey <tom@tromey.com>
5632
5633 * tui/tui-layout.c (make_command_window): Remove.
5634 (show_source_disasm_command, show_source_or_disasm_and_command):
5635 Unify creation and re-initialization cases.
5636
5637 2019-07-17 Tom Tromey <tom@tromey.com>
5638
5639 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5640 creation and re-initialization cases.
5641
5642 2019-07-17 Tom Tromey <tom@tromey.com>
5643
5644 * tui/tui-regs.c (tui_get_register): Return void.
5645
5646 2019-07-17 Tom Tromey <tom@tromey.com>
5647
5648 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5649 Simplify.
5650
5651 2019-07-17 Tom Tromey <tom@tromey.com>
5652
5653 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5654 resetting.
5655
5656 2019-07-17 Tom Tromey <tom@tromey.com>
5657
5658 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5659 * tui/tui-regs.c (tui_reg_layout): New function.
5660 (tui_show_registers, tui_reg_command): Use it.
5661 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5662 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5663 parameters.
5664 (tui_layout_command): Remove.
5665
5666 2019-07-17 Tom Tromey <tom@tromey.com>
5667
5668 * tui/tui-layout.h (tui/tui-layout): Return void.
5669 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5670
5671 2019-07-17 Tom Tromey <tom@tromey.com>
5672
5673 * tui/tui-layout.c (show_source_disasm_command, show_data):
5674 Update.
5675 (reset_locator): Remove.
5676 (show_source_or_disasm_and_command): Update.
5677
5678 2019-07-17 Tom Tromey <tom@tromey.com>
5679
5680 * tui/tui-source.c (tui_source_window_base::reset): Remove
5681 win_type parameter.
5682 * tui/tui-layout.c (make_command_window, make_source_window)
5683 (make_disasm_window, make_data_window)
5684 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5685 (reset_locator, show_source_or_disasm_and_command): Update.
5686 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5687 win_type parameter.
5688 (struct tui_source_window_base) <reset>: Likewise.
5689
5690 2019-07-17 Tom Tromey <tom@tromey.com>
5691
5692 * tui/tui-layout.c (show_source_disasm_command): Use
5693 reset_locator.
5694 (reset_locator): New function.
5695 (init_and_make_win): Remove.
5696 (show_source_or_disasm_and_command): Use reset_locator.
5697
5698 2019-07-17 Tom Tromey <tom@tromey.com>
5699
5700 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
5701 condition.
5702 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
5703 Remove condition.
5704 * tui/tui-source.c (tui_source_window_base::reset): New method.
5705 * tui/tui-layout.c (make_command_window): Don't call
5706 init_and_make_win.
5707 (make_source_window, make_disasm_window): Don't call
5708 make_source_or_disasm_window.
5709 (make_data_window): Don't call init_and_make_win. Change calling
5710 convention.
5711 (show_source_disasm_command, show_data): Simplify.
5712 (make_source_or_disasm_window): Remove.
5713 (show_source_or_disasm_and_command): Simplify.
5714 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
5715 (struct tui_source_window_base) <reset>: Likewise.
5716 <execution_info>: Remove initializer.
5717 * tui/tui-data.c (tui_source_window_base): Initialize
5718 execution_info.
5719
5720 2019-07-17 Tom Tromey <tom@tromey.com>
5721
5722 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
5723 variable.
5724
5725 2019-07-17 Tom Tromey <tom@tromey.com>
5726
5727 * tui/tui.c (tui_rl_other_window): Update.
5728 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
5729 superclass method first. Always iterate over regs_content.
5730 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
5731 method.
5732 * tui/tui-win.c (tui_set_focus_command): Update.
5733
5734 2019-07-17 Tom Tromey <tom@tromey.com>
5735
5736 * tui/tui-win.c (tui_set_focus_command): Rename from
5737 tui_set_focus. Call tui_enable.
5738 (tui_set_focus_command): Remove.
5739
5740 2019-07-17 Tom Tromey <tom@tromey.com>
5741
5742 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
5743 refresh_window.
5744 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
5745 touchwin.
5746 (tui_data_window::refresh_window): Call refresh_window on data
5747 items. Always call superclass refresh_window.
5748 (tui_win_info::refresh): Remove.
5749 (tui_source_window_base::refresh_window): Update.
5750 (tui_refresh_all): Update.
5751 * tui/tui-layout.c (show_source_disasm_command): Remove call to
5752 refresh_window.
5753 (show_source_or_disasm_and_command): Likewise.
5754 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
5755 (struct tui_source_window_base) <refresh>: Likewise.
5756
5757 2019-07-17 Tom Tromey <tom@tromey.com>
5758
5759 * tui/tui-winsource.c (tui_clear_source_content)
5760 (tui_show_source_content): Update.
5761 * tui/tui-source.c (tui_source_window::showing_source_p): Check
5762 whether content is empty.
5763 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
5764 Remove.
5765
5766 2019-07-17 Tom Tromey <tom@tromey.com>
5767
5768 * tui/tui-winsource.c (tui_erase_source_content): Clear the
5769 window's contents.
5770 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
5771 * tui/tui-source.c (tui_set_source_content_nil): Remove.
5772
5773 2019-07-17 Tom Tromey <tom@tromey.com>
5774
5775 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
5776 (struct tui_data_item_window): Update.
5777
5778 2019-07-17 Tom Tromey <tom@tromey.com>
5779
5780 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5781 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5782 defines.
5783
5784 2019-07-17 Tom Tromey <tom@tromey.com>
5785
5786 * tui/tui-winsource.h (tui_erase_source_content)
5787 (tui_clear_source_content): Remove "display_prompt" parameter.
5788 * tui/tui-winsource.c (tui_update_source_window_as_is)
5789 (tui_update_source_windows_with_addr): Update.
5790 (tui_clear_source_content): Remove "display_prompt" parameter.
5791 (tui_erase_source_content): Likewise. Simplify.
5792 (tui_show_source_content): Update.
5793 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5794 * tui/tui-stack.c (tui_show_frame_info): Update.
5795 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
5796 Remove defines.
5797
5798 2019-07-17 Tom Tromey <tom@tromey.com>
5799
5800 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5801 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
5802 parameter.
5803 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
5804 parameter.
5805
5806 2019-07-17 Tom Tromey <tom@tromey.com>
5807
5808 * tui/tui-winsource.c (tui_clear_source_content)
5809 (tui_show_source_content, tui_show_exec_info_content)
5810 (tui_clear_exec_info_content): Update.
5811 * tui/tui-stack.c (tui_show_locator_content): Update.
5812 (tui_show_frame_info): Update.
5813 * tui/tui-source.h (tui_source_window): Don't declare.
5814 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
5815 from tui_source_is_displayed.
5816 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
5817 Remove field.
5818 (struct tui_source_window_base) <content_in_use>: New field. Now
5819 bool.
5820 (struct tui_source_window) <showing_source_p>: New method.
5821 (TUI_SRC_WIN): Change cast.
5822 * tui/tui-data.c (tui_initialize_static_data): Update.
5823
5824 2019-07-17 Tom Tromey <tom@tromey.com>
5825
5826 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
5827 location_matches_p.
5828 * tui/tui-source.c (tui_source_window::location_matches_p): New
5829 method.
5830 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
5831 method.
5832 * tui/tui-data.h (struct tui_source_window_base)
5833 <location_matches_p>: New method.
5834 (struct tui_source_window, struct tui_disasm_window)
5835 <location_matches_p>: Likewise.
5836
5837 2019-07-17 Tom Tromey <tom@tromey.com>
5838
5839 * tui/tui-win.c (tui_set_win_height_command): Rename from
5840 tui_set_win_height.
5841 (tui_set_win_height_command): Remove.
5842
5843 2019-07-17 Tom Tromey <tom@tromey.com>
5844
5845 * tui/tui-source.c (tui_source_window): New constructor. Add
5846 observer.
5847 (~tui_source_window): New destructor.
5848 (tui_source_window::style_changed): New method.
5849 * tui/tui-hooks.c (tui_redisplay_source): Remove.
5850 (tui_attach_detach_observers): Update.
5851 * tui/tui-data.h (struct tui_source_window): Make constructor not
5852 inline. Add destructor.
5853 (struct tui_source_window) <style_changed>: New method.
5854 <m_observable>: New member.
5855
5856 2019-07-17 Tom Tromey <tom@tromey.com>
5857
5858 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
5859 * tui/tui-win.c (tui_resize_all): Fix typo.
5860
5861 2019-07-17 Tom Tromey <tom@tromey.com>
5862
5863 * tui/tui-wingeneral.h (tui_refresh_all): Update.
5864 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
5865 (tui_refresh_all): Remove "list" parameter. Use foreach.
5866 * tui/tui-win.c (window_name_completer): Use foreach.
5867 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
5868 (update_tab_width): Likewise.
5869 * tui/tui-layout.c (show_layout): Update.
5870 * tui/tui-data.h (class tui_window_iterator): New.
5871 (struct all_tui_windows): New.
5872 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
5873
5874 2019-07-17 Tom Tromey <tom@tromey.com>
5875
5876 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
5877 parameter. Don't reference globals.
5878 (tui_reg_command): Update.
5879
5880 2019-07-17 Tom Tromey <tom@tromey.com>
5881
5882 * tui/tui-regs.c (tui_show_registers): Simplify.
5883
5884 2019-07-17 Tom Tromey <tom@tromey.com>
5885
5886 * tui/tui-regs.c (tui_show_registers): Update.
5887 (tui_show_register_group): Add win_info parameter.
5888
5889 2019-07-17 Tom Tromey <tom@tromey.com>
5890
5891 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
5892 Rename from tui_display_reg_element_at_line.
5893 (tui_data_window::display_registers_from_line): Update.
5894 * tui/tui-data.h (struct tui_data_window)
5895 <display_reg_element_at_line>: New method.
5896
5897 2019-07-17 Tom Tromey <tom@tromey.com>
5898
5899 * tui/tui-regs.h (tui_display_registers_from)
5900 (tui_display_registers_from_line): Don't declare.
5901 * tui/tui-windata.c (tui_data_window::display_all_data)
5902 (tui_data_window::refresh_all)
5903 (tui_data_window::do_scroll_vertical): Update.
5904 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
5905 from tui_display_registers_from.
5906 (tui_display_reg_element_at_line): Update.
5907 (tui_data_window::display_registers_from_line): Rename from
5908 tui_display_registers_from_line.
5909 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
5910 display_registers_from_line>: New methods.
5911
5912 2019-07-17 Tom Tromey <tom@tromey.com>
5913
5914 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
5915 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
5916 from tui_erase_data_content.
5917 (tui_data_window::display_all_data)
5918 (tui_data_window::refresh_all)
5919 (tui_data_window::do_scroll_vertical): Update.
5920 * tui/tui-regs.c (tui_show_registers): Update.
5921 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
5922 New method.
5923
5924 2019-07-17 Tom Tromey <tom@tromey.com>
5925
5926 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
5927 declare.
5928 * tui/tui-windata.c
5929 (tui_data_window::delete_data_content_windows): Rename from
5930 tui_delete_data_content_windows.
5931 (tui_data_window::display_all_data)
5932 (tui_data_window::do_scroll_vertical): Update.
5933 * tui/tui-data.h (struct tui_data_window)
5934 <delete_data_content_windows>: New method.
5935
5936 2019-07-17 Tom Tromey <tom@tromey.com>
5937
5938 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
5939 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
5940
5941 2019-07-17 Tom Tromey <tom@tromey.com>
5942
5943 * tui/tui-windata.h (tui_display_all_data): Don't declare.
5944 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
5945 from tui_display_all_data.
5946 * tui/tui-win.c
5947 (tui_data_window::do_make_visible_with_new_height): Update.
5948 * tui/tui-regs.c (tui_show_registers): Update.
5949 * tui/tui-layout.c (tui_set_layout): Update.
5950 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
5951 method.
5952
5953 2019-07-17 Tom Tromey <tom@tromey.com>
5954
5955 * tui/tui-windata.h (tui_display_data_from): Don't declare.
5956 * tui/tui-windata.c (tui_display_data_from): Remove.
5957 (tui_data_window::refresh_all): Update.
5958
5959 2019-07-17 Tom Tromey <tom@tromey.com>
5960
5961 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
5962 * tui/tui-windata.c (tui_display_data_from_line): Remove.
5963 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
5964 tui_display_registers_from_line.
5965 * tui/tui-regs.h (tui_display_registers_from_line): Update.
5966 * tui/tui-regs.c (tui_display_registers_from_line): Remove
5967 "force_display" parameter.
5968
5969 2019-07-17 Tom Tromey <tom@tromey.com>
5970
5971 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
5972 declare.
5973 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
5974 Rename from tui_first_reg_element_no_inline.
5975 (tui_display_reg_element_at_line)
5976 (tui_display_registers_from_line): Update.
5977 * tui/tui-data.h (struct tui_data_window)
5978 <first_reg_element_no_inline>: New method.
5979
5980 2019-07-17 Tom Tromey <tom@tromey.com>
5981
5982 * tui/tui-windata.c (tui_display_data_from)
5983 (tui_data_window::do_scroll_vertical): Update.
5984 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
5985 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
5986 Rename from tui_line_from_reg_element_no.
5987 (tui_display_registers_from_line): Update.
5988 * tui/tui-data.h (struct tui_data_window)
5989 <line_from_reg_element_no>: New method.
5990
5991 2019-07-17 Tom Tromey <tom@tromey.com>
5992
5993 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
5994 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
5995 tui_last_regs_line_no.
5996 (tui_display_reg_element_at_line)
5997 (tui_display_registers_from_line): Update.
5998 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
5999 method.
6000
6001 2019-07-17 Tom Tromey <tom@tromey.com>
6002
6003 PR tui/24722:
6004 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6005 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6006 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6007 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6008 (tui_update_breakpoint_info): Likewise.
6009 * tui/tui-hooks.c (tui_event_create_breakpoint)
6010 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6011 Update.
6012
6013 2019-07-17 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6016
6017 2019-07-17 Tom Tromey <tom@tromey.com>
6018
6019 * tui/tui-winsource.c (tui_update_source_window_as_is)
6020 (tui_update_source_windows_with_addr): Update.
6021 * tui/tui-source.h (tui_set_source_content)
6022 (tui_show_symtab_source): Add "win_info" parameter.
6023 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6024 parameter.
6025 (tui_show_symtab_source): Likewise.
6026
6027 2019-07-17 Tom Tromey <tom@tromey.com>
6028
6029 * tui/tui-wingeneral.c
6030 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6031
6032 2019-07-17 Tom Tromey <tom@tromey.com>
6033
6034 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6035 (struct tui_cmd_window) <can_scroll>: New method.
6036 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6037 method.
6038
6039 2019-07-17 Tom Tromey <tromey@adacore.com>
6040
6041 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6042 do_field_signed>: Rename. Change type of "value".
6043 * ui-out.c (ui_out::field_signed): Rename from field_int.
6044 Change type of "value".
6045 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6046 type of "value".
6047 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6048 do_field_int. Change type of "value".
6049 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6050 do_field_int. Change type of "value".
6051 * tracepoint.c (trace_status_mi, tfind_1)
6052 (print_one_static_tracepoint_marker): Update.
6053 * thread.c (print_thread_info_1, print_selected_thread_frame):
6054 Update.
6055 * stack.c (print_frame, print_frame_info): Update.
6056 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6057 Update.
6058 * source.c (print_source_lines_base): Update.
6059 * skip.c (info_skip_command): Update.
6060 * record-btrace.c (btrace_ui_out_decode_error)
6061 (btrace_call_history_src_line): Update.
6062 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6063 Update.
6064 * progspace.c (print_program_space): Update.
6065 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6066 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6067 do_field_int. Change type of "value".
6068 * mi/mi-out.c (mi_ui_out::do_table_begin)
6069 (mi_ui_out::do_table_header): Update.
6070 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6071 type of "value".
6072 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6073 (mi_cmd_data_list_changed_registers, output_register)
6074 (mi_cmd_data_read_memory, mi_load_progress)
6075 (mi_cmd_trace_frame_collected): Update.
6076 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6077 Update.
6078 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6079 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6080 (mi_cmd_var_list_children, varobj_update_one): Update.
6081 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6082 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6083 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6084 * inferior.c (print_inferior): Update.
6085 * gdb_bfd.c (print_one_bfd): Update.
6086 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6087 Update.
6088 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6089 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6090 do_field_int. Change type of "value".
6091 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6092 do_field_int. Change type of "value".
6093 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6094 (print_one_breakpoint_location, print_it_catch_fork)
6095 (print_one_catch_fork, print_it_catch_vfork)
6096 (print_one_catch_vfork, print_it_catch_solib)
6097 (print_it_catch_exec, print_it_ranged_breakpoint)
6098 (print_mention_watchpoint, print_mention_masked_watchpoint)
6099 (bkpt_print_it, update_static_tracepoint): Update.
6100 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6101 * break-catch-syscall.c (print_it_catch_syscall): Update.
6102 * ada-tasks.c (print_ada_task_info): Update.
6103 * ada-lang.c (print_it_exception, print_mention_exception):
6104 Update.
6105
6106 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 PR breakpoints/24541
6109 * gdbarch.c: Regenerate.
6110 * gdbarch.h: Regenerate.
6111 * gdbarch.sh: Adjust return type and parameter types for
6112 'stap_adjust_register'.
6113 (i386_stap_adjust_register): Adjust signature and return new
6114 register name.
6115 * stap-probe.c (stap_parse_register_operand): Adjust use of
6116 'gdbarch_stap_adjust_register'.
6117
6118 2019-07-17 Tom Tromey <tromey@adacore.com>
6119
6120 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6121 declare VEC.
6122 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6123 std::vector.
6124 (struct s390_process_info): Add initializers.
6125 (s390_add_process): Use new.
6126 (s390_linux_nat_target::low_forget_process): Use delete.
6127 (s390_linux_nat_target::low_new_fork)
6128 (s390_linux_nat_target::stopped_by_watchpoint)
6129 (s390_linux_nat_target::low_prepare_to_resume)
6130 (s390_linux_nat_target::insert_watchpoint)
6131 (s390_linux_nat_target::insert_hw_breakpoint)
6132 (s390_linux_nat_target::remove_watchpoint)
6133 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6134
6135 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6136
6137 * aarch64-fbsd-nat.c: Include regcache.h.
6138 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6139 argument.
6140 (aarch64_fbsd_nat_target::fetch_registers)
6141 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6142 variable.
6143 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6144
6145 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6146
6147 * fbsd-nat.c: Include gdbarch.h.
6148
6149 2019-07-15 Tom Tromey <tromey@adacore.com>
6150
6151 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6152
6153 2019-07-15 Tom Tromey <tromey@adacore.com>
6154
6155 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6156 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6157 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6158 * cli-out.c (cli_ui_out::do_field_int): New method.
6159 * ui-out.c (ui_out::field_unsigned): New method.
6160 * symfile.c (generic_load): Use field_unsigned.
6161 (print_transfer_performance): Likewise.
6162 * record-btrace.c (ui_out_field_uint): Remove.
6163 (btrace_call_history_insn_range, btrace_call_history): Use
6164 field_unsigned.
6165 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6166 field_unsigned.
6167 * ui-out.h (class ui_out) <field_unsigned>: New method.
6168 <do_field_unsigned>: Likewise.
6169
6170 2019-07-15 Tom Tromey <tromey@adacore.com>
6171
6172 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6173 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6174 * target.c (flash_erase_command): Use field_string.
6175 * infrun.c (print_signal_received_reason): Use field_string.
6176 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6177 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6178 field_string.
6179 * ada-tasks.c (print_ada_task_info): Use field_string.
6180
6181 2019-07-15 Tom Tromey <tromey@adacore.com>
6182
6183 * target.c (flash_erase_command): Use field_core_addr.
6184 * symfile.c (generic_load): Use field_core_addr.
6185 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6186 Use field_core_addr.
6187 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6188 field_core_addr.
6189
6190 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6193 value if its desired type is smaller than a CORE_ADDR and signed.
6194
6195 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6198 of changes to field names, and use new is_reference field to
6199 decide if a property is a reference or not.
6200 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6201 field.
6202 (struct dwarf2_property_baton): Update header comment, rename
6203 'referenced_type' to 'property_type' and update comments.
6204 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6205 default property type, store in property baton, update to take
6206 accound of renamed field.
6207 (read_func_scope): Update call to attr_to_dynamic_prop.
6208 (read_array_type): Likewise.
6209 (dwarf2_per_cu_addr_sized_int_type): New function.
6210 (read_subrange_index_type): Move type finding code to
6211 dwarf2_per_cu_addr_sized_int_type.
6212 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6213 (dwarf2_per_cu_addr_type): New function.
6214 (set_die_type): Update calls to attr_to_dynamic_prop.
6215
6216 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6217
6218 * dwarf2read.c (read_subrange_index_type): New function.
6219 (read_subrange_type): Move code into new function and call it.
6220 * gdbtypes.c (create_range_type): Add some asserts.
6221
6222 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6225 update return statements.
6226 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6227 declaration, and update comment to match.
6228 * gdbtypes.c (resolve_dynamic_array): Update call to
6229 dwarf2_evaluate_property to match new return type.
6230
6231 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6232
6233 * valarith.c (value_subscripted_rvalue): Change lowerbound
6234 parameter type from int to LONGEST.
6235 * value.h (value_subscripted_rvalue): Likewise in declaration.
6236
6237 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * cli/cli-utils.c (info_print_command_completer): New function.
6240 * cli/cli-utils.h: Add 'completer.h' include, and forward
6241 declaration for 'struct cmd_list_element'.
6242 (info_print_command_completer): Declare.
6243 * stack.c (_initialize_stack): Add completer for 'info locals' and
6244 'info args'.
6245 * symtab.c (_initialize_symtab): Add completer for 'info
6246 variables' and 'info functions'.
6247 * NEWS: Mention completion for additional info commands.
6248
6249 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * cli/cli-utils.c (extract_info_print_args): Delete.
6252 (extract_arg_maybe_quoted): Delete.
6253 (info_print_options_defs): New variable.
6254 (make_info_print_options_def_group): New function.
6255 (extract_info_print_options): Define new function.
6256 * cli/cli-utils.h (extract_info_print_args): Delete.
6257 (struct info_print_options): New structure.
6258 (extract_info_print_options): Declare new function.
6259 * stack.c (info_locals_command): Update to use new
6260 extract_info_print_options, also add a header comment.
6261 (info_args_command): Likewise.
6262 * symtab.c (info_variables_command): Likewise.
6263 (info_functions_command): Likewise.
6264
6265 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6266
6267 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6268 to extract string arguments.
6269 * common/common-utils.c (extract_string_maybe_quoted): New function.
6270 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6271
6272 2019-07-11 Tom Tromey <tromey@adacore.com>
6273
6274 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6275 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6276 * top.h (gdbinit): Don't declare.
6277 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6278 into...
6279 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6280 * top.c (gdb_init): Don't call init_cli_cmds.
6281 (gdbinit): Remove.
6282 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6283
6284 2019-07-11 Tom Tromey <tromey@adacore.com>
6285
6286 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6287 after it has been moved.
6288
6289 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6290
6291 * valops.c (value_must_coerce_to_target): Change return type to
6292 bool.
6293 * value.h (value_must_coerce_to_target): Likewise.
6294
6295 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6296
6297 * breakpoint.c (is_hardware_watchpoint): Remove
6298 forward-declaration.
6299 (is_masked_watchpoint): Change return type to bool.
6300 (is_tracepoint): Likewise.
6301 (is_breakpoint): Likewise.
6302 (is_hardware_watchpoint): Likewise.
6303 (is_watchpoint): Likewise.
6304 (is_no_memory_software_watchpoint): Likewise.
6305 (is_catchpoint): Likewise.
6306 (breakpoint_1): Make FILTER parameter's return type bool.
6307 is_masked_watchpoint): Change return type to bool.
6308 (save_breakpoints): Make FILTER parameter's return type bool.
6309 * breakpoint.h (is_breakpoint): Change return type to bool.
6310 (is_watchpoint): Likewise.
6311 (is_catchpoint): Likewise.
6312 (is_tracepoint): Likewise.
6313
6314 2019-07-10 Tom Tromey <tom@tromey.com>
6315
6316 * defs.h: Don't include gdbarch.h.
6317 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6318 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6319 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6320 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6321 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6322 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6323 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6324 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6325 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6326 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6327 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6328 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6329 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6330 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6331 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6332 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6333 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6334 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6335 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6336 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6337 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6338 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6339 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6340 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6341 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6342 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6343 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6344
6345 2019-07-10 Tom Tromey <tromey@adacore.com>
6346
6347 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6348 * breakpoint.c (init_ada_exception_breakpoint): Register as
6349 bp_catchpoint.
6350 (print_one_breakpoint_location, print_one_breakpoint): Use
6351 is_ada_exception_catchpoint.
6352 * ada-lang.c (class ada_catchpoint_location): Pass
6353 bp_loc_software_breakpoint to bp_location constructor.
6354 (is_ada_exception_catchpoint): New function.
6355
6356 2019-07-10 Tom Tromey <tromey@adacore.com>
6357
6358 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6359 VEC.
6360 (struct arm_exidx_entry): New method operator<.
6361 (struct arm_exidx_data) <section_maps>: Change type.
6362 (arm_exidx_data_free): Remove.
6363 (arm_exidx_data_key): Change type. Move lower.
6364 (arm_exidx_new_objfile): Update.
6365 (arm_compare_exidx_entries): Remove.
6366 (arm_find_exidx_entry, _initialize_arm_tdep)
6367
6368 2019-07-10 Tom Tromey <tromey@adacore.com>
6369
6370 * solib-spu.c (ocl_program_data_key): Change type.
6371 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6372 Update.
6373
6374 2019-07-10 Tom Tromey <tromey@adacore.com>
6375
6376 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6377 (struct solib_aix_inferior_data) <library_list>: Change type.
6378 (solib_aix_inferior_data_handle): Change type.
6379 (get_solib_aix_inferior_data): Update.
6380 (solib_aix_free_library_list): Remove.
6381 (library_list_start_library): Update.
6382 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6383 return type.
6384 (solib_aix_get_library_list)
6385 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6386 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6387
6388 2019-07-10 Tom Tromey <tromey@adacore.com>
6389
6390 * solib-dsbt.c (struct dsbt_info): Add initializers.
6391 (solib_dsbt_pspace_data): Change type.
6392 (dsbt_pspace_data_cleanup): Remove.
6393 (get_dsbt_info, _initialize_dsbt_solib): Update.
6394
6395 2019-07-10 Tom Tromey <tromey@adacore.com>
6396
6397 * spu-tdep.c (spu_overlay_data): Change type.
6398 (spu_get_overlay_table, spu_overlay_new_objfile)
6399 (_initialize_spu_tdep): Update.
6400
6401 2019-07-10 Tom Tromey <tromey@adacore.com>
6402
6403 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6404 destructor.
6405 (dbx_objfile_data_key): Change type and declare later.
6406 (DBX_SYMFILE_INFO): Rewrite.
6407 * dbxread.c (dbx_objfile_data_key): Change type.
6408 (dbx_symfile_init): Update.
6409 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6410 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6411 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6412
6413 2019-07-10 Tom Tromey <tromey@adacore.com>
6414
6415 * jit.c (jit_program_space_key): Change type. Move lower.
6416 (get_jit_program_space_data): Update.
6417 (jit_program_space_data_cleanup): Remove.
6418 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6419 Update.
6420 (struct jit_program_space_data): Add initializers.
6421
6422 2019-07-10 Tom Tromey <tromey@adacore.com>
6423
6424 * solib-darwin.c (struct darwin_info): Add initializers.
6425 (solib_darwin_pspace_data): Change type.
6426 (darwin_pspace_data_cleanup): Remove.
6427 (get_darwin_info, _initialize_darwin_solib): Update.
6428
6429 2019-07-10 Tom Tromey <tromey@adacore.com>
6430
6431 * remote-sim.c (struct sim_inferior_data): Add initializers,
6432 constructor, and destructor.
6433 (sim_inferior_data_key): Change type. Move lower.
6434 (check_for_duplicate_sim_descriptor): Update.
6435 (get_sim_inferior_data): Use new. Update.
6436 (~sim_inferior_data_cleanup): Rename from
6437 sim_inferior_data_cleanup. Simplify.
6438 (gdbsim_close_inferior, simulator_command)
6439 (sim_command_completer, _initialize_remote_sim): Update.
6440 (next_pid, INITIAL_PID): Move earlier.
6441
6442 2019-07-10 Tom Tromey <tromey@adacore.com>
6443
6444 * python/python-internal.h (create_thread_object): Return
6445 gdbpy_ref.
6446 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6447 * python/py-inferior.c (struct threadlist_entry): Add
6448 constructor.
6449 <thread_obj>: Now a gdbpy_ref.
6450 (thread_to_thread_object): Update.
6451 (add_thread_object): Use new.
6452 (delete_thread_object): Use delete.
6453 (infpy_threads): Update.
6454 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6455 GIL.
6456
6457 2019-07-10 Tom Tromey <tromey@adacore.com>
6458
6459 * valops.c (value_cast): Specialize error message for Ada.
6460
6461 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6462
6463 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6464
6465 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6466
6467 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6468 bpstat_should_step): Return bool, adjust comments.
6469 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6470 bpstat_should_step): Likewise.
6471
6472 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6473
6474 * features/Makefile: Use feature target descriptions for Arm.
6475 * features/arm/arm-core.c: Generate new file.
6476 * features/arm/arm-fpa.c: Likewise.
6477 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6478 * features/arm/arm-m-profile.c: Likewise.
6479 * features/arm/arm-vfpv2.c: Likewise.
6480 * features/arm/arm-vfpv3.c: Likewise.
6481 * features/arm/xscale-iwmmxt.c: Likewise.
6482 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6483
6484 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6485
6486 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6487 ptrace earlier.
6488
6489 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6490
6491 * features/aarch64-pauth.c: Regenerate.
6492
6493 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6494
6495 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6496 bool.
6497 (bpstat_what): Use false instead of 0.
6498
6499 2019-07-09 Pedro Alves <palves@redhat.com>
6500
6501 * break-catch-throw.c (is_exception_catchpoint): New.
6502 * breakpoint.c (print_one_breakpoint_location): New parameter
6503 'raw_loc'. Handle it. Use
6504 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6505 looking at the breakpoint's type.
6506 (print_one_breakpoint): If handling "maint info breakpoints", also
6507 print locations of exception catchpoints.
6508 * breakpoint.h (is_exception_catchpoint): Declare.
6509
6510 2019-07-09 Pedro Alves <palves@redhat.com>
6511
6512 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6513 "addr" field.
6514 (allocate_location_exception_catchpoint): New.
6515 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6516 (initialize_throw_catchpoint_ops): Install
6517 allocate_location_exception_catchpoint as allocate_location
6518 method.
6519 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6520 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6521 bp_loc_other.
6522 (breakpoint_address_is_meaningful): Delete.
6523 (bl_address_is_meaningful): New.
6524 (breakpoint_locations_match): Adjust comment.
6525 (bp_location_from_bp_type): New, factored out of...
6526 (bp_location::bp_location(breakpoint *)): ... this.
6527 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6528 factored out of...
6529 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6530 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6531 breakpoint_address_is_meaningful.
6532 (bp_locations_compare): Adjust comment.
6533 (update_global_location_list): Use bl_address_is_meaningful
6534 instead of breakpoint_address_is_meaningful.
6535 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6536 explicit.
6537 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6538 * python/py-breakpoint.c (bppy_get_location): No longer check
6539 whether location is null.
6540
6541 2019-07-09 Pedro Alves <palves@redhat.com>
6542
6543 PR c++/15468
6544 * breakpoint.c (print_one_breakpoint_location): Remove
6545 single-location assert.
6546
6547 2019-07-09 Tom Tromey <tom@tromey.com>
6548
6549 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6550 * configure: Rebuild.
6551 * configure.ac: Change common to gdbsupport.
6552 * gdbsupport: Rename from common.
6553 * acinclude.m4: Change common to gdbsupport.
6554 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6555 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6556 gdbsupport.
6557 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6558 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6559 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6560 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6561 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6562 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6563 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6564 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6565 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6566 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6567 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6568 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6569 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6570 coff-pe-read.c, command.h, compile/compile-c-support.c,
6571 compile/compile-c.h, compile/compile-cplus-symbols.c,
6572 compile/compile-cplus-types.c, compile/compile-cplus.h,
6573 compile/compile-loc2c.c, compile/compile.c, completer.c,
6574 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6575 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6576 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6577 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6578 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6579 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6580 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6581 features/aarch64-core.c, features/aarch64-fpu.c,
6582 features/aarch64-pauth.c, features/aarch64-sve.c,
6583 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6584 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6585 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6586 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6587 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6588 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6589 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6590 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6591 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6592 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6593 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6594 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6595 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6596 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6597 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6598 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6599 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6600 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6601 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6602 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6603 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6604 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6605 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6606 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6607 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6608 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6609 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6610 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6611 minsyms.c, mips-linux-tdep.c, namespace.h,
6612 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6613 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6614 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6615 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6616 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6617 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6618 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6619 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6620 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6621 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6622 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6623 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6624 procfs.c, producer.c, progspace.h, psymtab.h,
6625 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6626 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6627 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6628 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6629 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6630 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6631 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6632 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6633 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6634 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6635 target-memory.c, target.c, target.h, target/waitstatus.c,
6636 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6637 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6638 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6639 unittests/array-view-selftests.c,
6640 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6641 unittests/common-utils-selftests.c,
6642 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6643 unittests/format_pieces-selftests.c,
6644 unittests/function-view-selftests.c,
6645 unittests/lookup_name_info-selftests.c,
6646 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6647 unittests/mkdir-recursive-selftests.c,
6648 unittests/observable-selftests.c,
6649 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6650 unittests/parse-connection-spec-selftests.c,
6651 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6652 unittests/scoped_fd-selftests.c,
6653 unittests/scoped_mmap-selftests.c,
6654 unittests/scoped_restore-selftests.c,
6655 unittests/string_view-selftests.c, unittests/style-selftests.c,
6656 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6657 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6658 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6659 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6660 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6661 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6662
6663 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6664
6665 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6666 bool value.
6667 (decode_digits_ordinary): Set explicit_line field in sal.
6668 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6669 symtab_and_line that was set on an explicit line number in
6670 assembler code. Do always update the recorded symtab and line if
6671 we do skip the prologue.
6672
6673 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6674
6675 * breakpoint.c (set_breakpoint_location_function): Remove
6676 explicit_loc parameter.
6677 (momentary_breakpoint_from_master): Update call to
6678 set_breakpoint_location_function.
6679 (add_location_to_breakpoint): Likewise.
6680
6681 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6684 required features based on default bfd type when no specific bfd
6685 is present.
6686
6687 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6688
6689 * NEWS: Mention that GDB printf and eval commands can now print
6690 C-style and Ada-style convenience var strings without
6691 calling the inferior.
6692 * printcmd.c (printf_c_string): Locally print GDB internal var
6693 instead of transiting via the inferior.
6694 (printf_wide_c_string): Likewise.
6695
6696 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6697
6698 PR breakpoints/25011
6699 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
6700
6701 2019-07-04 Tom Tromey <tom@tromey.com>
6702
6703 PR tui/24724:
6704 * tui/tui-winsource.c (tui_clear_source_content): Update.
6705 (tui_source_window_base::set_is_exec_point_at): Fix comment.
6706 (tui_update_breakpoint_info): Update.
6707 (tui_set_exec_info_content): Update.
6708 * tui/tui-source.c (tui_set_source_content_nil): Update.
6709 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
6710 has_break.
6711 * tui/tui-data.h (enum tui_bp_flag): New.
6712 (tui_bp_flags): New enum flags type.
6713 (struct tui_source_element) <break_mode>: Change type. Rename
6714 from has_break.
6715 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
6716 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
6717 constants.
6718 * tui/tui-winsource.h: Fix comment.
6719
6720 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6721
6722 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
6723 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
6724 (store_fpregs_to_thread)
6725 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6726 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
6727 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
6728 (IWMMXT_REGS_SIZE): Add define.
6729 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
6730 (fetch_vfp_regs, store_vfp_regs)
6731 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6732 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
6733
6734 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6735
6736 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
6737 defines.
6738 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
6739 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
6740 (ARM_INT_REGISTER_SIZE): ...to this.
6741 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
6742 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
6743 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
6744 (arm_linux_collect_gregset, supply_nwfpe_register)
6745 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
6746 defines.
6747 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
6748 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
6749 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
6750 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
6751 (arm_return_in_memory, arm_store_return_value)
6752 (arm_get_longjmp_target, arm_register_g_packet_guesses)
6753 (arm_record_ld_st_multiple): Likewise.
6754 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
6755 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
6756
6757 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6758
6759 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
6760 AARCH64_DISPLACED_MODIFIED_INSNS.
6761 * aarch64-tdep.c (struct aarch64_displaced_step_data)
6762 (aarch64_displaced_step_copy_insn): Likewise.
6763 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6764 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
6765 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6766 ARM_DISPLACED_MODIFIED_INSNS.
6767 * arm-tdep.c (arm_gdbarch_init): Likewise.
6768 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6769 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
6770 (struct arm_displaced_step_closure): Use
6771 ARM_DISPLACED_MODIFIED_INSNS.
6772
6773 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6774
6775 * features/Makefile: Remove unused xml files.
6776 * features/aarch64.xml: Remove.
6777 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6778 * features/i386/amd64-avx-avx512.xml: Remove.
6779 * features/i386/amd64-avx-linux.xml: Remove.
6780 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6781 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6782 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6783 * features/i386/amd64-avx-mpx.xml: Remove.
6784 * features/i386/amd64-avx.xml: Remove.
6785 * features/i386/amd64-linux.xml: Remove.
6786 * features/i386/amd64-mpx-linux.xml: Remove.
6787 * features/i386/amd64-mpx.xml: Remove.
6788 * features/i386/amd64.xml: Remove.
6789 * features/i386/i386-avx-avx512-linux.xml: Remove.
6790 * features/i386/i386-avx-avx512.xml: Remove.
6791 * features/i386/i386-avx-linux.xml: Remove.
6792 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
6793 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
6794 * features/i386/i386-avx-mpx-linux.xml: Remove.
6795 * features/i386/i386-avx-mpx.xml: Remove.
6796 * features/i386/i386-avx.xml: Remove.
6797 * features/i386/i386-linux.xml: Remove.
6798 * features/i386/i386-mmx-linux.xml: Remove.
6799 * features/i386/i386-mmx.xml: Remove.
6800 * features/i386/i386-mpx-linux.xml: Remove.
6801 * features/i386/i386-mpx.xml: Remove.
6802 * features/i386/i386.xml: Remove.
6803 * features/i386/x32-avx-avx512-linux.xml: Remove.
6804 * features/i386/x32-avx-linux.xml: Remove.
6805 * features/i386/x32-linux.xml: Remove.
6806
6807 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6808
6809 * regformats/aarch64.dat: Remove.
6810 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
6811 * regformats/i386/amd64-avx-linux.dat: Remove.
6812 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
6813 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
6814 * regformats/i386/amd64-linux.dat: Remove.
6815 * regformats/i386/amd64-mpx-linux.dat: Remove.
6816 * regformats/i386/amd64.dat: Remove.
6817 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
6818 * regformats/i386/i386-avx-linux.dat: Remove.
6819 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
6820 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
6821 * regformats/i386/i386-linux.dat: Remove.
6822 * regformats/i386/i386-mmx-linux.dat: Remove.
6823 * regformats/i386/i386-mpx-linux.dat: Remove.
6824 * regformats/i386/i386.dat: Remove.
6825 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
6826 * regformats/i386/x32-avx-linux.dat: Remove.
6827 * regformats/i386/x32-linux.dat: Remove.
6828
6829 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6830
6831 * aarch64-tdep.c: Remove xml self tests.
6832 * amd64-linux-tdep.c: Likewise.
6833 * amd64-tdep.c: Likewise.
6834 * i386-linux-tdep.c: Likewise.
6835 * i386-tdep.c: Likewise.
6836
6837 2019-07-03 Pedro Alves <palves@redhat.com>
6838
6839 PR cli/24732
6840 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
6841 (pipe_cmd_option_defs): New.
6842 (make_pipe_cmd_options_def_group): New.
6843 (pipe_command): Use gdb::option::process_options.
6844 (pipe_command_completer): New function.
6845 (_initialize_cli_cmds): Install completer for "pipe" command.
6846
6847 2019-07-03 Pedro Alves <palves@redhat.com>
6848
6849 * cli/cli-option.c (union option_value) <string>: New field.
6850 (struct option_def_and_value): Add ctor, move ctor, dtor and
6851 use DISABLE_COPY_AND_ASSIGN.
6852 (option_def_and_value::clear_value): New.
6853 (parse_option, save_option_value_in_ctx, get_val_type_str)
6854 (add_setshow_cmds_for_options): Handle var_string.
6855 * cli-option.h (union option_def::var_address) <string>: New
6856 field.
6857 (struct string_option_def): New.
6858 * maint-test-options.c (struct test_options_opts): Add default
6859 ctor and use DISABLE_COPY_AND_ASSIGN.
6860 <string_opt>: New field.
6861 (test_options_opts::~test_options_opts): New.
6862 (test_options_opts::dump): Also dump "-string".
6863 (test_options_option_defs): Install "string.
6864
6865 2019-07-03 Pedro Alves <palves@redhat.com>
6866
6867 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
6868 option_value with a null enumeration.
6869 (complete_options): Save the option values in the context.
6870 (save_option_value_in_ctx): New, factored out from ...
6871 (process_options): ... here.
6872 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
6873 of the function.
6874 * maint-test-options.c (test_options_opts::dump): New, factored
6875 out from ...
6876 (maintenance_test_options_command_mode): ... here.
6877 (maintenance_test_options_command_completion_result): Delete.
6878 (maintenance_test_options_command_completion_text): Update
6879 comment.
6880 (maintenance_show_test_options_completion_result): Change
6881 prototype. Just print
6882 maintenance_test_options_command_completion_text.
6883 (save_completion_result): New.
6884 (maintenance_test_options_completer_mode): Pass options context to
6885 complete_options, and then save a dump.
6886 (_initialize_maint_test_options): Use add_cmd to install "maint
6887 show test-options-completion-result".
6888
6889 2019-07-03 Pedro Alves <palves@redhat.com>
6890
6891 * NEWS (New commands): Mention "with" and "maint with".
6892 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
6893 (with_command, with_command_completer): New.
6894 (pipe_command): Adjust to new repeat_previous
6895 interface.
6896 (_initialize_cli_cmds): Install the "with" command and its "w"
6897 alias.
6898 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
6899 declarations.
6900 * cli/cli-setshow.c (parse_cli_var_uinteger)
6901 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
6902 argument strings for all var_types.
6903 (get_setshow_command_value_string): New, factored out from ...
6904 (do_show_command): ... this.
6905 * cli/cli-setshow.h: Include <string>.
6906 (get_setshow_command_value_string): Declare.
6907 * command.h (repeat_previous): Now returns const char *. Adjust
6908 comment.
6909 * maint.c: Include "cli/cli-cmds.h".
6910 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
6911 (_initialize_maint_cmds): Register the "maintenance with" command.
6912 * top.c (repeat_previous): Move bits from pipe_command here:
6913 Return the saved command line, if any; error out if there's no
6914 command to relaunch.
6915
6916 2019-07-03 Pedro Alves <palves@redhat.com>
6917
6918 * NEWS (New commands): Mention "maint set/show test-settings"
6919 instead of "maint test-settings".
6920 * maint-test-settings.c (maintenance_test_settings_list): Delete.
6921 (maintenance_test_settings_set_list): Rename to ...
6922 (maintenance_set_test_settings_list): ... this.
6923 (maintenance_test_settings_show_list): Rename to ...
6924 (maintenance_show_test_settings_list): ... this.
6925 (maintenance_test_settings_cmd): Delete.
6926 (maintenance_test_settings_set_cmd): ...
6927 (maintenance_set_test_settings_cmd): ... this.
6928 (maintenance_test_settings_show_cmd): ...
6929 (maintenance_show_test_settings_cmd): ... this.
6930 (maintenance_test_settings_show_value_cmd):
6931 (maintenance_show_test_settings_value_cmd): ... this.
6932 (_initialize_maint_test_settings): No longer install the "maint
6933 test-settings" prefix command. Rename "maint test-settings set"
6934 to "maint set test-settings", and "maint test-settings show" to
6935 "maint show test-settings". Adjust all subcommands.
6936
6937 2019-07-03 Pedro Alves <palves@redhat.com>
6938
6939 * maint-test-settings.c: Fix file's intro comment. Replace all
6940 references to "test-options" with references to "test-settings",
6941 in comments.
6942
6943 2019-07-03 Pedro Alves <palves@redhat.com>
6944
6945 * maint-test-settings.c (maintenance_test_settings_xxx)
6946 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
6947 New.
6948 (maintenance_test_settings_enums): Use them.
6949 (maintenance_test_settings_enum): Default to
6950 maintenance_test_settings_xxx.
6951 (_initialize_maint_test_settings): Initialize
6952 MAINTENANCE_TEST_SETTINGS_FILENAME.
6953
6954 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6955
6956 * breakpoint.h (remove_breakpoints_inf): Change return type to
6957 void, move function documentation here.
6958 * breakpoint.c (remove_breakpoints_inf): Change return type to
6959 void, move function documentation to header.
6960
6961 2019-07-02 Pedro Alves <palves@redhat.com>
6962
6963 * NEWS (Completion improvements): Mention "info threads".
6964 * thread.c (struct info_threads_opts, info_threads_option_defs)
6965 (make_info_threads_options_def_group): New.
6966 (info_threads_command): Use gdb::option::process_options.
6967 (info_threads_command_completer): New.
6968 (_initialize_thread): Use gdb::option::build_help to build the
6969 help text for "info threads".
6970
6971 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
6972
6973 * defs.h (generic_load): Move from here...
6974 * symfile.h (generic_load): ... to here. Rename name parameter
6975 to args.
6976 * symfile.c (generic_load): Add comment.
6977
6978 2019-07-01 Tom Tromey <tromey@adacore.com>
6979
6980 * dwarf2read.c
6981 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
6982 declaration of without_params. Fix formatting.
6983
6984 2019-07-01 Tom Tromey <tromey@adacore.com>
6985
6986 * ada-exp.y (find_primitive_type): Update.
6987 * ada-lang.h (ada_lookup_symbol): Update.
6988 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
6989 parameter.
6990 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
6991
6992 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
6993
6994 PR breakpoints/24541
6995 * gdbarch.c: Regenerate.
6996 * gdbarch.h: Regenerate.
6997 * gdbarch.sh: Add 'stap_adjust_register'.
6998 * i386-tdep.c: Include '<unordered_set>'.
6999 (i386_stap_adjust_register): New function.
7000 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7001 * stap-probe.c (stap_parse_register_operand): Call
7002 'gdbarch_stap_adjust_register'.
7003
7004 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7005
7006 PR python/24742
7007 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7008 * python/python.c (do_start_initialization): Use 'xmalloc'
7009 instead of 'PyMem_Malloc'.
7010
7011 2019-06-28 Tom Tromey <tromey@adacore.com>
7012
7013 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7014 for Ada.
7015
7016 2019-06-27 Tom Tromey <tromey@adacore.com>
7017
7018 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7019 objfile_key.
7020 (arm_find_mapping_symbol, arm_record_special_symbol)
7021 (_initialize_arm_tdep): Update.
7022 (arm_objfile_data_free): Remove.
7023
7024 2019-06-27 Tom Tromey <tromey@adacore.com>
7025
7026 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7027 to cp_print_static_field.
7028
7029 2019-06-26 Tom Tromey <tromey@adacore.com>
7030
7031 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7032 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7033 declare.
7034
7035 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7036
7037 * features/aarch64-core.c (create_feature_aarch64_core):
7038 Regenerate.
7039 * features/aarch64-core.xml: Add cpsr flags.
7040
7041 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7042
7043 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7044 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7045
7046 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7047
7048 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7049 field.
7050 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7051 use.
7052 (arm_record_special_symbol): Don't insert new symbol in sorted
7053 position, push it at the end.
7054
7055 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7056
7057 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7058 (arm_mapping_symbol_s): Remove.
7059 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7060 (arm_mapping_symbol_vec): New typedef.
7061 (struct arm_per_objfile): Add constructor.
7062 <section_maps>: Change type to
7063 std::unique_ptr<arm_mapping_symbol_vec[]>.
7064 (arm_compare_mapping_symbols): Remove.
7065 (arm_find_mapping_symbol): Adjust to section_maps type change.
7066 (arm_objfile_data_free): Call delete on arm_per_objfile.
7067 (arm_record_special_symbol): Adjust to section_maps type change.
7068 Allocate arm_per_objfile with new.
7069
7070 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7071
7072 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7073 with the command prefix.
7074
7075 2019-06-25 Tom Tromey <tom@tromey.com>
7076
7077 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7078 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7079
7080 2019-06-25 Tom Tromey <tom@tromey.com>
7081
7082 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7083 type.
7084 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7085 protected.
7086
7087 2019-06-25 Tom Tromey <tom@tromey.com>
7088
7089 * tui/tui-winsource.c
7090 (tui_source_window_base::set_is_exec_point_at): Add check against
7091 LOA_ADDRESS.
7092
7093 2019-06-25 Tom Tromey <tom@tromey.com>
7094
7095 * tui/tui-source.c (tui_set_source_content): Don't check before
7096 xfree.
7097 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7098
7099 2019-06-25 Tom Tromey <tom@tromey.com>
7100
7101 * tui/tui-winsource.h (tui_update_source_window_as_is)
7102 (tui_alloc_source_buffer, tui_line_is_displayed)
7103 (tui_addr_is_displayed): Change type of win_info.
7104 * tui/tui-winsource.c (tui_update_source_window_as_is)
7105 (tui_clear_source_content, tui_show_source_line)
7106 (tui_show_source_content, tui_source_window_base::refill)
7107 (tui_source_window_base::set_is_exec_point_at)
7108 (tui_source_window_base::set_is_exec_point_at)
7109 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7110 (tui_alloc_source_buffer, tui_line_is_displayed)
7111 (tui_addr_is_displayed): Change type of win_info. Update.
7112 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7113 (tui_source_window_base::do_make_visible_with_new_height):
7114 Update.
7115 * tui/tui-source.c (tui_set_source_content)
7116 (tui_set_source_content_nil)
7117 (tui_source_window::do_scroll_vertical): Update.
7118 * tui/tui-layout.c (show_layout): Update.
7119 * tui/tui-disasm.c (tui_set_disassem_content)
7120 (tui_disasm_window::do_scroll_vertical): Update.
7121 * tui/tui-data.h (tui_win_content): Remove.
7122 (struct tui_gen_win_info) <content, content_size>: Remove.
7123 (struct tui_source_element): Add initializers and destructor.
7124 (union tui_which_element, struct tui_win_element): Remove.
7125 (struct tui_source_window_base) <content>: New field.
7126 (struct tui_data_window): Remove destructor.
7127 (tui_alloc_content, tui_free_win_content)
7128 (tui_free_all_source_wins_content): Don't declare.
7129 * tui/tui-data.c (tui_initialize_static_data): Update.
7130 (init_content_element, tui_alloc_content): Remove.
7131 (~tui_gen_win_info): Update.
7132 (~tui_data_window, tui_free_all_source_wins_content)
7133 (tui_free_win_content, free_content, free_content_elements):
7134 Remove.
7135
7136 2019-06-25 Tom Tromey <tom@tromey.com>
7137
7138 * tui/tui-winsource.h (tui_clear_source_content)
7139 (tui_erase_source_content, tui_show_source_content): Change type
7140 of win_info.
7141 * tui/tui-winsource.c (tui_clear_source_content)
7142 (tui_erase_source_content, tui_show_source_content): Change type
7143 of win_info.
7144 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7145 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7146 win_info.
7147 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7148 win_info.
7149 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7150
7151 2019-06-25 Tom Tromey <tom@tromey.com>
7152
7153 * tui/tui-winsource.c (tui_clear_source_content)
7154 (tui_source_window_base::set_is_exec_point_at): Update.
7155 * tui/tui-source.c (tui_set_source_content_nil): Update.
7156 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7157 a bool.
7158 * tui/tui-data.c (init_content_element): Update.
7159
7160 2019-06-25 Tom Tromey <tom@tromey.com>
7161
7162 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7163 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7164 * tui/tui-layout.c (init_and_make_win): Update.
7165 * tui/tui.h (enum tui_win_type): Update.
7166 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7167 tui_win_is_auxillary.
7168 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7169 tui_win_is_auxillary.
7170
7171 2019-06-25 Tom Tromey <tom@tromey.com>
7172
7173 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7174 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7175 (tui_delete_data_content_windows, tui_display_all_data)
7176 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7177 Update.
7178 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7179 * tui/tui-regs.c (tui_last_regs_line_no)
7180 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7181 (tui_show_registers): Update.
7182 (tui_show_register_group): Return void. Update.
7183 (tui_display_registers_from, tui_display_reg_element_at_line)
7184 (tui_display_registers_from_line, tui_check_register_values):
7185 Update.
7186 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7187 member.
7188 (struct tui_data_window) <regs_content>: Now a std::vector.
7189 <regs_content_count>: Remove.
7190 (tui_add_content_elements, tui_free_data_content): Don't declare.
7191 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7192 (init_content_element): Remove DATA_WIN case. Add assert.
7193 (tui_add_content_elements): Remove.
7194 (tui_data_window): Update.
7195 (tui_free_data_content): Remove.
7196 (free_content_elements): Remove DATA_WIN case.
7197
7198 2019-06-25 Tom Tromey <tom@tromey.com>
7199
7200 * tui/tui-data.c (tui_data_item_window): Update.
7201 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7202 * tui/tui-windata.c (tui_display_all_data)
7203 (tui_display_data_from_line): Update.
7204 (tui_check_data_values): Remove.
7205 * tui/tui-regs.c (tui_show_register_group)
7206 (tui_display_reg_element_at_line): Update.
7207 * tui/tui-hooks.c (tui_register_changed)
7208 (tui_refresh_frame_and_register_information): Call
7209 tui_check_register_values.
7210 * tui/tui-data.h (struct tui_data_window) <data_content,
7211 data_content_count, data_type>: Remove.
7212 (enum tui_data_type): Remove.
7213
7214 * tui/tui-data.c (tui_data_window::clear_detail)
7215 (~tui_data_window): Update.
7216
7217 2019-06-25 Tom Tromey <tom@tromey.com>
7218
7219 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7220 declare.
7221 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7222 Rename from tui_first_data_item_displayed. Update.
7223 (tui_data_window::refresh_all)
7224 (tui_data_window::do_scroll_vertical): Update.
7225 * tui/tui-data.h (struct tui_data_window)
7226 <first_data_item_displayed>: Declare new method.
7227
7228 2019-06-25 Tom Tromey <tom@tromey.com>
7229
7230 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7231 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7232 contents...
7233 (tui_initialize_static_data): ...here.
7234
7235 2019-06-25 Tom Tromey <tom@tromey.com>
7236
7237 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7238 (tui_display_registers_from, tui_check_register_values): Update.
7239 (tui_display_register): Remove win_info parameter; update.
7240 (tui_get_register): Change type of parameters.
7241 * tui/tui-data.h (struct tui_data_element): Remove.
7242 (union tui_which_element) <data>: Remove.
7243 <data_window>: Change type.
7244 (struct tui_data_item_window): New.
7245 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7246 case. Add assert.
7247 (~tui_data_item_window): New destructor.
7248 (free_content_elements): Remove DATA_ITEM_WIN case.
7249
7250 2019-06-25 Tom Tromey <tom@tromey.com>
7251
7252 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7253 Remove.
7254
7255 2019-06-25 Tom Tromey <tom@tromey.com>
7256
7257 * tui/tui-data.h (struct tui_command_element): Remove.
7258 (union tui_which_element) <command>: Remove.
7259 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7260 assert.
7261 (free_content_elements): Remove CMD_WIN case.
7262
7263 2019-06-25 Tom Tromey <tom@tromey.com>
7264
7265 * tui/tui-layout.c (tui_set_layout): Update.
7266 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7267 * tui/tui-data.c (layout_def): Update.
7268
7269 2019-06-25 Tom Tromey <tom@tromey.com>
7270
7271 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7272 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7273 (tui_source_window_base::set_new_height): Update.
7274 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7275 Update.
7276 (tui_set_locator_fullname, tui_set_locator_info)
7277 (tui_show_frame_info): Update.
7278 * tui/tui-source.c (tui_set_source_content)
7279 (tui_source_is_displayed): Update.
7280 * tui/tui-layout.c (show_source_disasm_command, show_data)
7281 (show_source_or_disasm_and_command): Update.
7282 * tui/tui-disasm.c (tui_set_disassem_content)
7283 (tui_get_begin_asm_address): Update.
7284 * tui/tui-data.h (struct tui_locator_element): Remove.
7285 (union tui_which_element) <locator>: Remove.
7286 (struct tui_locator_window): New.
7287 (tui_locator_win_info_ptr): Change return type.
7288 * tui/tui-data.c (_locator): Change type.
7289 (tui_locator_win_info_ptr): Change return type.
7290 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7291 (tui_alloc_content): Add assert.
7292
7293 2019-06-25 Tom Tromey <tom@tromey.com>
7294
7295 * tui/tui-winsource.c
7296 (tui_exec_info_window::maybe_allocate_content): New method.
7297 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7298 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7299 (make_source_or_disasm_window): Add cast.
7300 * tui/tui-data.h (union tui_which_element) <simple_string>:
7301 Remove.
7302 (struct tui_source_info): New.
7303 (struct tui_source_window_base) <execution_info>: Change type.
7304 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7305 case, and add assert.
7306 (tui_alloc_content): Add assert.
7307
7308 2019-06-25 Tom Tromey <tom@tromey.com>
7309
7310 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7311 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7312 * tui/tui-data.c (tui_alloc_win_info): Remove.
7313
7314 2019-06-25 Tom Tromey <tom@tromey.com>
7315
7316 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7317 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7318 can_highlight.
7319
7320 2019-06-25 Tom Tromey <tom@tromey.com>
7321
7322 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7323 make_visible_with_new_height method.
7324 (tui_win_info::make_visible_with_new_height): New method.
7325 (tui_source_window_base::do_make_visible_with_new_height)
7326 (tui_data_window::do_make_visible_with_new_height)
7327 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7328 (make_visible_with_new_height): Remove.
7329 (tui_resize_all, tui_adjust_win_heights): Use
7330 make_visible_with_new_height method.
7331 * tui/tui-data.h (struct tui_win_info)
7332 <do_make_visible_with_new_height, make_visible_with_new_height>:
7333 New methods.
7334 (struct tui_source_window_base, struct tui_data_window)
7335 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7336 methods.
7337
7338 2019-06-25 Tom Tromey <tom@tromey.com>
7339
7340 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7341 method.
7342 (update_tab_width): Call update_tab_width method.
7343 * tui/tui-data.h (struct tui_win_info)
7344 (struct tui_source_window_base) <update_tab_width>: New methods.
7345
7346 2019-06-25 Tom Tromey <tom@tromey.com>
7347
7348 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7349 parameter.
7350 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7351 parameter.
7352 (tui_gen_win_info::make_visible): Update.
7353 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7354 parameter.
7355 * tui/tui-data.h (enum tui_box): New enum.
7356 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7357
7358 2019-06-25 Tom Tromey <tom@tromey.com>
7359
7360 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7361 init_and_make_win for EXEC_INFO_WIN.
7362 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7363 longer inline.
7364 (struct tui_win_info) <~tui_win_info>: Inline.
7365 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7366 Don't declare.
7367 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7368 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7369 Remove.
7370 (tui_initialize_static_data): Update.
7371 (~tui_gen_win_info): Handle more cleanup here.
7372 (~tui_source_window_base): Delete "execution_info".
7373 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7374
7375 2019-06-25 Tom Tromey <tom@tromey.com>
7376
7377 * tui/tui-layout.c (make_command_window): Don't set
7378 can_highlight.
7379 (show_source_disasm_command): Call the reset method.
7380 (show_data): Don't set can_highlight. Call the reset method.
7381 (tui_gen_win_info::reset): Rename from init_gen_win_info
7382 (init_and_make_win): Simplify. Return tui_gen_win_info.
7383 (show_source_or_disasm_and_command): Call the reset method.
7384 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7385 (struct tui_cmd_window): Set can_highlight.
7386
7387 2019-06-25 Tom Tromey <tom@tromey.com>
7388
7389 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7390 from make_visible.
7391 (tui_make_visible, tui_make_invisible): Rewrite.
7392 (tui_win_info::make_visible): Remove.
7393 (tui_source_window_base::make_visible): Update.
7394 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7395 method. Moved from...
7396 (struct tui_win_info) <make_visible>: ...here.
7397
7398 2019-06-25 Tom Tromey <tom@tromey.com>
7399
7400 * tui/tui-winsource.c
7401 (tui_source_window_base::do_scroll_horizontal): Remove direction
7402 parameter.
7403 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7404 direction parameter.
7405 * tui/tui-win.c (tui_win_info::forward_scroll)
7406 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7407 (tui_win_info::right_scroll): Update.
7408 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7409 direction parameter.
7410 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7411 direction parameter.
7412 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7413 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7414 Remove direction parameter.
7415 (struct tui_source_window_base, struct tui_source_window)
7416 (struct tui_disasm_window, struct tui_data_window)
7417 (struct tui_cmd_window): Update.
7418
7419 2019-06-25 Tom Tromey <tom@tromey.com>
7420
7421 * tui/tui-winsource.h (tui_set_exec_info_content)
7422 (tui_show_exec_info_content, tui_erase_exec_info_content)
7423 (tui_clear_exec_info_content, tui_update_exec_info): Change
7424 argument to tui_source_window_base.
7425 * tui/tui-winsource.c (tui_set_exec_info_content)
7426 (tui_show_exec_info_content, tui_erase_exec_info_content)
7427 (tui_clear_exec_info_content, tui_update_exec_info): Change
7428 argument to tui_source_window_base.
7429
7430 2019-06-25 Tom Tromey <tom@tromey.com>
7431
7432 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7433 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7434
7435 2019-06-25 Tom Tromey <tom@tromey.com>
7436
7437 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7438 check.
7439
7440 2019-06-25 Tom Tromey <tom@tromey.com>
7441
7442 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7443 type to void.
7444 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7445 type to void.
7446 * tui/tui-source.c (tui_set_source_content): Update.
7447 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7448
7449 2019-06-25 Tom Tromey <tom@tromey.com>
7450
7451 * tui/tui-win.c (window_name_completer, tui_set_focus)
7452 (tui_all_windows_info): Use name method.
7453 * tui/tui-data.h (struct tui_gen_win_info)
7454 (struct tui_source_window, struct tui_disasm_window)
7455 (struct tui_data_window, struct tui_cmd_window) <name>: New
7456 method.
7457 (tui_win_name): Don't declare.
7458 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7459 (tui_win_name): Remove.
7460
7461 2019-06-25 Tom Tromey <tom@tromey.com>
7462
7463 * tui/tui-winsource.h (tui_update_source_window)
7464 (tui_update_source_window_as_is): Change parameter type.
7465 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7466 to be a tui_source_window_base.
7467 (tui_update_source_window_as_is): Likewise.
7468 * tui/tui-win.c (make_visible_with_new_height): Update.
7469
7470 2019-06-25 Tom Tromey <tom@tromey.com>
7471
7472 * tui/tui-winsource.c (tui_erase_source_content)
7473 (tui_show_source_content, tui_show_exec_info_content)
7474 (tui_erase_exec_info_content): Use refresh_window method.
7475 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7476 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7477 from tui_refresh_win.
7478 (tui_data_window::refresh_window): New method.
7479 (tui_win_info::refresh, tui_source_window_base::refresh)
7480 (tui_refresh_all): Use refresh_window method.
7481 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7482 method.
7483 * tui/tui-regs.c (tui_display_register): Call refresh_window
7484 method.
7485 * tui/tui-layout.c (show_source_disasm_command)
7486 (show_source_or_disasm_and_command): Call refresh_window method.
7487 * tui/tui-data.h (struct tui_gen_win_info)
7488 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7489 New method.
7490
7491 2019-06-25 Tom Tromey <tom@tromey.com>
7492
7493 * tui/tui.c (tui_rl_other_window, tui_enable)
7494 (tui_is_window_visible, tui_get_command_dimension): Update.
7495 * tui/tui-winsource.c (tui_update_source_window_as_is)
7496 (tui_clear_source_content, tui_erase_source_content)
7497 (tui_show_source_line, tui_source_window_base::refill)
7498 (tui_source_window_base::do_scroll_horizontal)
7499 (tui_source_window_base::set_is_exec_point_at)
7500 (tui_update_breakpoint_info, tui_set_exec_info_content)
7501 (tui_alloc_source_buffer, tui_line_is_displayed)
7502 (tui_addr_is_displayed): Update.
7503 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7504 (tui_check_and_display_highlight_if_needed)
7505 (tui_win_info::make_visible, tui_win_info::refresh)
7506 (tui_refresh_all): Update.
7507 * tui/tui-windata.c (tui_first_data_item_displayed)
7508 (tui_delete_data_content_windows, tui_erase_data_content)
7509 (tui_display_all_data, tui_data_window::refresh_all)
7510 (tui_check_data_values): Update.
7511 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7512 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7513 (tui_win_info::backward_scroll, tui_refresh_all_win)
7514 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7515 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7516 (tui_source_window_base::set_new_height)
7517 (tui_data_window::set_new_height)
7518 (make_invisible_and_set_new_height)
7519 (make_visible_with_new_height, new_height_ok)
7520 (parse_scrolling_args): Update.
7521 * tui/tui-stack.c (tui_show_frame_info): Update.
7522 * tui/tui-source.c (tui_set_source_content)
7523 (tui_set_source_content_nil, tui_source_is_displayed)
7524 (tui_source_window::do_scroll_vertical): Update.
7525 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7526 (tui_display_registers_from, tui_display_reg_element_at_line)
7527 (tui_check_register_values, tui_reg_command): Update.
7528 * tui/tui-layout.c (tui_default_win_height)
7529 (show_source_disasm_command, show_data, init_and_make_win)
7530 (show_source_or_disasm_and_command): Update.
7531 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7532 (tui_redisplay_readline, tui_mld_flush)
7533 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7534 (tui_getc): Update.
7535 * tui/tui-disasm.c (tui_set_disassem_content)
7536 (tui_disasm_window::do_scroll_vertical): Update.
7537 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7538 Now virtual.
7539 (struct tui_win_info): Derive from tui_gen_win_info.
7540 <~tui_win_info>: Mark as override.
7541 <generic>: Remove member.
7542 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7543 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7544 (~tui_data_window, ~tui_win_info)
7545 (tui_free_all_source_wins_content): Update.
7546 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7547
7548 2019-06-25 Tom Tromey <tom@tromey.com>
7549
7550 * tui/tui-layout.c (init_and_make_win): Use new.
7551 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7552 destructor, initializers.
7553 (tui_alloc_generic_win_info): Don't declare.
7554 * tui/tui-data.c (_locator): Add argument to constructor.
7555 (source_win, disasm_win): New globals.
7556 (exec_info): Remove.
7557 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7558 Update.
7559 (tui_alloc_generic_win_info): Remove.
7560 (init_content_element): Use new.
7561 (tui_win_info::tui_win_info): Update.
7562 (free_content_elements) <case DATA_WIN>: Use delete.
7563
7564 2019-06-25 Tom Tromey <tom@tromey.com>
7565
7566 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7567 * tui/tui-windata.c (tui_first_data_item_displayed)
7568 (tui_delete_data_content_windows): Update.
7569 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7570 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7571 (tui_display_registers_from, tui_check_register_values): Update.
7572 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7573 pointer.
7574 * tui/tui-data.c (init_content_element): Update. Allocate the new
7575 window.
7576 (tui_free_data_content): Update.
7577 (free_content_elements) <case DATA_WIN>: Free the window.
7578
7579 2019-06-25 Tom Tromey <tom@tromey.com>
7580
7581 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7582 Update.
7583 * tui/tui-layout.c (make_command_window)
7584 (show_source_disasm_command, show_data, init_and_make_win)
7585 (show_source_or_disasm_and_command): Update.
7586 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7587 method.
7588 <can_highight, is_highlighted>: Now bool.
7589 (tui_set_win_highlight): Don't declare.
7590 * tui/tui-data.c (tui_set_win_highlight): Remove.
7591
7592 2019-06-25 Tom Tromey <tom@tromey.com>
7593
7594 * tui/tui-wingeneral.c (make_visible): Remove check of window
7595 type.
7596
7597 2019-06-25 Tom Tromey <tom@tromey.com>
7598
7599 * tui/tui-win.c (tui_win_info::max_height)
7600 (tui_cmd_window::max_height): New methods.
7601 (new_height_ok): Call max_height.
7602 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7603 <max_height>: New method.
7604
7605 2019-06-25 Tom Tromey <tom@tromey.com>
7606
7607 * tui/tui-win.c (tui_source_window_base::set_new_height)
7608 (tui_data_window::set_new_height): New methods.
7609 (make_invisible_and_set_new_height): Call set_new_height method.
7610 * tui/tui-data.h (struct tui_win_info)
7611 (struct tui_source_window_base, struct tui_data_window)
7612 <set_new_height>: New method.
7613
7614 2019-06-25 Tom Tromey <tom@tromey.com>
7615
7616 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7617 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7618 tui_refresh_data_win.
7619 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7620 method.
7621 (tui_refresh_all_win): Call the refresh_all method.
7622 (tui_set_focus): Likewise.
7623 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7624 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7625 Likewise.
7626
7627 2019-06-25 Tom Tromey <tom@tromey.com>
7628
7629 * tui/tui-winsource.h (tui_refill_source_window)
7630 (tui_set_is_exec_point_at): Don't declare.
7631 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7632 (tui_source_window_base::refill): Rename from
7633 tui_refill_source_window.
7634 (tui_source_window_base::do_scroll_horizontal): Update.
7635 (tui_source_window_base::set_is_exec_point_at): Rename from
7636 tui_set_is_exec_point_at.
7637 (tui_update_all_breakpoint_info): Update.
7638 * tui/tui-stack.c (tui_show_frame_info): Update.
7639 * tui/tui-layout.c (show_data): Add cast.
7640 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7641 * tui/tui-data.h (struct tui_source_window_base) <refill,
7642 set_is_exec_point_at>: New methods.
7643 (tui_source_windows, tui_add_to_source_windows): Update types.
7644 (tui_add_to_source_windows): Remove redundant declaration.
7645 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7646 (tui_source_windows): Change return type.
7647 (tui_clear_source_windows_detail): Update.
7648 (tui_add_to_source_windows): Change type of parameter.
7649 (tui_free_all_source_wins_content): Update.
7650
7651 2019-06-25 Tom Tromey <tom@tromey.com>
7652
7653 * tui/tui-wingeneral.c (tui_win_info::refresh)
7654 (tui_source_window_base::refresh): New methods.
7655 (tui_refresh_all): Call the refresh method.
7656 * tui/tui-data.h (struct tui_win_info)
7657 (struct tui_source_window_base) <refresh>: New method.
7658
7659 2019-06-25 Tom Tromey <tom@tromey.com>
7660
7661 * tui/tui.h (tui_is_window_visible): Return bool.
7662 * tui/tui.c (tui_is_window_visible): Return bool.
7663 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7664 (tui_make_visible, tui_make_invisible)
7665 (tui_win_info::make_visible)
7666 (tui_source_window_base::make_visible, make_all_visible)
7667 (tui_make_all_visible, tui_make_all_invisible): Update.
7668 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7669 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7670 bool.
7671 (struct tui_win_info, struct tui_source_window_base)
7672 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7673 * tui/tui-data.c (tui_init_generic_part): Update.
7674
7675 2019-06-25 Tom Tromey <tom@tromey.com>
7676
7677 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7678 (tui_source_window_base::make_visible): New methods.
7679 (make_all_visible): Make method call.
7680 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7681 (struct tui_source_window_base, struct tui_cmd_window): Override
7682 make_visible.
7683 (tui_win_is_source_type): Don't declare.
7684 * tui/tui-data.c (tui_win_is_source_type): Remove.
7685
7686 2019-06-25 Tom Tromey <tom@tromey.com>
7687
7688 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7689 NULL check.
7690
7691 2019-06-25 Tom Tromey <tom@tromey.com>
7692
7693 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7694 Inline constructor. Add initializers for members.
7695 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
7696 constructors; now inline in class.
7697
7698 2019-06-25 Tom Tromey <tom@tromey.com>
7699
7700 * tui/tui-regs.c (tui_show_registers): Update.
7701 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
7702 bool.
7703 * tui/tui-data.c (tui_data_window::clear_detail)
7704 (tui_data_window): Update.
7705
7706 2019-06-25 Tom Tromey <tom@tromey.com>
7707
7708 * tui/tui-windata.c (tui_display_all_data)
7709 (tui_display_data_from_line, tui_display_data_from)
7710 (tui_check_data_values, tui_data_window::do_scroll_vertical):
7711 Update.
7712 * tui/tui-regs.c (tui_last_regs_line_no)
7713 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7714 (tui_show_registers, tui_show_register_group)
7715 (tui_display_registers_from, tui_display_reg_element_at_line)
7716 (tui_display_registers_from_line, tui_check_register_values)
7717 (tui_reg_next, tui_reg_prev): Update.
7718 * tui/tui-layout.c (tui_set_layout, show_data): Update.
7719 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
7720 tui_data_window.
7721 (struct tui_win_info) <detail>: Remove. Add new fields from
7722 tui_data_info.
7723 (TUI_DATA_WIN): Add cast.
7724 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
7725 (~tui_data_window): Simplify.
7726
7727 2019-06-25 Tom Tromey <tom@tromey.com>
7728
7729 * tui/tui-layout.c (show_source_disasm_command)
7730 (show_source_or_disasm_and_command): Update.
7731 * tui/tui-io.c (update_cmdwin_start_line)
7732 (tui_redisplay_readline): Update.
7733 * tui/tui-data.h (struct tui_command_info): Remove.
7734 (struct tui_win_info) <detail>: Remove command_info member.
7735 (struct tui_data_window) <start_line>: New member, from
7736 tui_command_info.
7737 (TUI_CMD_WIN): Add casts.
7738
7739 2019-06-25 Tom Tromey <tom@tromey.com>
7740
7741 * tui/tui-winsource.c (tui_update_source_window)
7742 (tui_refill_source_window)
7743 (tui_source_window_base::do_scroll_horizontal)
7744 (tui_update_breakpoint_info, tui_set_exec_info_content)
7745 (tui_show_exec_info_content, tui_erase_exec_info_content)
7746 (tui_clear_exec_info_content): Update.
7747 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
7748 Update.
7749 * tui/tui-win.c (make_invisible_and_set_new_height)
7750 (make_visible_with_new_height): Update.
7751 * tui/tui-source.c (tui_set_source_content)
7752 (tui_show_symtab_source): Update.
7753 * tui/tui-layout.c (extract_display_start_addr)
7754 (show_source_disasm_command, show_data)
7755 (make_source_or_disasm_window)
7756 (show_source_or_disasm_and_command): Update.
7757 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
7758 (tui_disasm_window::do_scroll_vertical): Remove shadowing
7759 "gdbarch".
7760 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
7761 to tui_source_window_base.
7762 (struct tui_win_info) <detail>: Remove source_info member.
7763 (struct tui_source_window_base) <has_locator>: Inline.
7764 Move contents from tui_source_info; rename has_locator member to
7765 m_has_locator.
7766 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
7767 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
7768 header file.
7769 (tui_source_window_base::clear_detail, ~tui_source_window_base):
7770 Simplify.
7771 (tui_free_all_source_wins_content): Cast to
7772 tui_source_window_base.
7773
7774 2019-06-25 Tom Tromey <tom@tromey.com>
7775
7776 * tui/tui-win.c (make_invisible_and_set_new_height)
7777 (make_visible_with_new_height): Call has_locator method.
7778 * tui/tui-layout.c (show_source_disasm_command, show_data)
7779 (show_source_or_disasm_and_command): Update for bool change.
7780 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7781 (tui_win_info) <has_locator>: New method.
7782 (struct tui_source_window_base) <has_locator>: New method.
7783 (tui_win_has_locator): Don't declare.
7784 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7785 from tui_win_has_locator.
7786 (tui_source_window_base): Use false, not FALSE.
7787
7788 2019-06-25 Tom Tromey <tom@tromey.com>
7789
7790 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
7791 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
7792 clear_detail method directly.
7793 (tui_clear_win_detail): Remove.
7794
7795 2019-06-25 Tom Tromey <tom@tromey.com>
7796
7797 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
7798 "this", not TUI_DISASM_WIN.
7799
7800 2019-06-25 Tom Tromey <tom@tromey.com>
7801
7802 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
7803 declare.
7804 * tui/tui-winsource.c
7805 (tui_source_window_base::do_scroll_horizontal): Rename from
7806 tui_horizontal_source_scroll.
7807 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
7808 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
7809 from tui_vertical_data_scroll.
7810 * tui/tui-win.h (tui_scroll): Don't declare.
7811 * tui/tui-win.c (tui_win_info::forward_scroll)
7812 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7813 (tui_win_info::right_scroll): Rename and update.
7814 (tui_scroll_forward_command, tui_scroll_backward_command)
7815 (tui_scroll_left_command, tui_scroll_right_command): Update.
7816 (tui_scroll): Remove.
7817 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
7818 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
7819 from tui_vertical_source_scroll.
7820 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
7821 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
7822 from tui_vertical_disassem_scroll.
7823 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
7824 do_scroll_horizontal>: New methods.
7825 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
7826 Likewise.
7827 (struct tui_source_window_base): Add do_scroll_horizontal.
7828 (struct tui_source_window, struct tui_disasm_window): Add
7829 do_scroll_vertical.
7830 (struct tui_data_window, struct tui_cmd_window): Add
7831 do_scroll_horizontal and do_scroll_vertical.
7832 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
7833
7834 2019-06-25 Tom Tromey <tom@tromey.com>
7835
7836 * tui/tui-data.h (struct tui_source_window_base): New struct.
7837 (struct tui_source_window): Derive from tui_source_window_base.
7838 (struct tui_disasm_window): New struct.
7839 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
7840 from tui_source_window::clear_detail.
7841 (tui_source_window_base): Rename from tui_source_window.
7842 (~tui_source_window_base): Rename from ~tui_source_window.
7843 (tui_alloc_win_info): Create a tui_disasm_window.
7844
7845 2019-06-25 Tom Tromey <tom@tromey.com>
7846
7847 * tui/tui-data.h (struct tui_source_window)
7848 (struct tui_data_window): Declare destructors.
7849 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
7850 destructors.
7851 (tui_win_info): Simplify.
7852
7853 2019-06-25 Tom Tromey <tom@tromey.com>
7854
7855 * tui/tui-winsource.c (tui_display_main)
7856 (tui_update_source_windows_with_addr)
7857 (tui_update_all_breakpoint_info): Update.
7858 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7859 (new_height_ok, parse_scrolling_args): Update.
7860 * tui/tui-stack.c (tui_show_frame_info): Update.
7861 * tui/tui-data.h (struct tui_list): Remove.
7862 (tui_source_windows): Return a reference to a std::vector.
7863 * tui/tui-data.c (source_windows): Now a std::vector.
7864 (tui_source_windows): Change return type.
7865 (tui_clear_source_windows): Rewrite.
7866 (tui_clear_source_windows_detail, tui_add_to_source_windows)
7867 (tui_free_all_source_wins_content): Rewrite.
7868
7869 2019-06-25 Tom Tromey <tom@tromey.com>
7870
7871 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
7872 (struct tui_data_window, struct tui_cmd_window): Declare
7873 clear_detail method.
7874 * tui/tui-data.c (tui_source_window::clear_detail)
7875 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
7876 methods.
7877 (tui_clear_win_detail): Simplify.
7878
7879 2019-06-25 Tom Tromey <tom@tromey.com>
7880
7881 * tui/tui-layout.c (make_source_window, make_disasm_window)
7882 (make_source_or_disasm_window): Remove win_info_ptr parameter.
7883 Return the new window.
7884 (show_source_disasm_command, show_data)
7885 (show_source_or_disasm_and_command): Update.
7886
7887 2019-06-25 Tom Tromey <tom@tromey.com>
7888
7889 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
7890 parameter. Return the new window.
7891 (show_source_disasm_command): Update and remove NULL check.
7892 (show_source_or_disasm_and_command): Update.
7893
7894 2019-06-25 Tom Tromey <tom@tromey.com>
7895
7896 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
7897
7898 2019-06-25 Tom Tromey <tom@tromey.com>
7899
7900 * tui/tui-data.h (struct tui_win_info): Make constructor
7901 protected. Make destructor virtual. Add initializers.
7902 (tui_source_window, tui_data_window, tui_cmd_window): New
7903 classes.
7904 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
7905 constructor. Add "type" parameter.
7906 (tui_source_window, tui_data_window, tui_cmd_window): New
7907 constructors.
7908 (tui_alloc_win_info): Instantiate the appropriate subclass.
7909
7910 2019-06-25 Tom Tromey <tom@tromey.com>
7911
7912 * tui/tui-win.c (tui_resize_all): Use delete.
7913 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
7914 destructor.
7915 (tui_free_window): Don't declare.
7916 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
7917 Update.
7918
7919 2019-06-25 Tom Tromey <tom@tromey.com>
7920
7921 * tui/tui-data.h (struct tui_win_info): Add constructor.
7922 * tui/tui-data.c (tui_alloc_win_info): Use new.
7923 (tui_free_window): Use delete.
7924
7925 2019-06-22 Tom Tromey <tom@tromey.com>
7926
7927 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
7928 declare.
7929 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
7930
7931 2019-06-22 Tom Tromey <tom@tromey.com>
7932
7933 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
7934 declare.
7935 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
7936
7937 2019-06-22 Tom de Vries <tdevries@suse.de>
7938
7939 * dwarf2read.c (create_addrmap_from_aranges)
7940 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
7941 instead of '%zu'.
7942
7943 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
7944
7945 * dwarf2read.h (dwarf2_section_info_def): Remove.
7946 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
7947 * dwarf2read.c (struct dwo_sections) <types>: Change type to
7948 std::vector<dwarf2_section_info>.
7949 (struct dwo_file) <~dwo_file>: Remove.
7950 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
7951 types field.
7952 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
7953 (dwarf2_read_debug_names): Likewise.
7954 (create_debug_types_hash_table): Change parameter type to
7955 array_view, adjust code accordingly.
7956 (dwarf2_locate_dwo_sections): Adjust to std::vector.
7957 (partial_die_info::fixup): Likewise.
7958 (determine_prefix): Likewise.
7959 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
7960
7961 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7962
7963 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
7964 gdb_bfd_ref_ptr.
7965 <~dwo_file>: Remove call to gdb_bfd_unref.
7966 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
7967 gdb_bfd_ref_ptr::get.
7968
7969 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7970
7971 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
7972 type to htab_up.
7973 * dwarf2read.c (struct dwo_file): Initialize fields.
7974 <~dwo_file>: New.
7975 (free_dwo_file): Remove, move content to ~dwo_file.
7976 (struct dwo_file_deleter): Remove.
7977 (dwo_file_up>: Remove custom deleter.
7978 (free_dwo_files): Remove.
7979 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
7980 dwo_files.
7981 (process_skeletonless_type_units): Call unique_ptr::get.
7982 (allocate_dwo_file_hash_table): Add deleter to created hash
7983 table. Change return type to htab_up.
7984 (lookup_dwo_file_slot): Don't memset dwo_file, call
7985 unique_ptr::get.
7986 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
7987 (create_dwo_unit_in_dwp_v2): Likewise.
7988 (open_and_init_dwo_file): Likewise.
7989 (free_dwo_file_from_slot): Remove.
7990
7991 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
7992
7993 * dwarf2read.h (struct dwarf2_section_info) <readin,
7994 is_virtual>: Change type to bool.
7995 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
7996 true instead of 1.
7997
7998 2019-06-19 Tom Tromey <tom@tromey.com>
7999
8000 * tui/tui-data.h (tui_init_content_element): Don't declare.
8001
8002 2019-06-19 Tom Tromey <tom@tromey.com>
8003
8004 * tui/tui-data.h (tui_init_win_info): Don't declare.
8005
8006 2019-06-19 Tom de Vries <tdevries@suse.de>
8007
8008 * dwarf2read.h (abstract_to_concrete): Change type to
8009 std::unordered_map<sect_offset, std::vector<sect_offset>,
8010 gdb::hash_enum<sect_offset>>.
8011
8012 2019-06-19 Tom Tromey <tromey@adacore.com>
8013
8014 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8015 EVAL_AVOID_SIDE_EFFECTS specially.
8016
8017 2019-06-19 Tom Tromey <tromey@adacore.com>
8018
8019 * source-cache.c (highlighter): New global.
8020 (source_cache::get_source_lines): Create a highlighter on demand.
8021
8022 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8023
8024 * defs.h (deprecated_interactive_hook): Delete declaration.
8025 * interps.c (clear_interpreter_hooks): Remove use of
8026 deprecated_interactive_hook.
8027 * top.c (deprecated_interactive_hook): Delete definition.
8028 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8029
8030 2019-06-18 Tom de Vries <tdevries@suse.de>
8031
8032 PR gdb/24515
8033 * dwarf2read.h (abstract_to_concrete): Change type from
8034 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8035 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8036 * dwarf2read.c (read_variable): Update.
8037 (dwarf2_fetch_die_loc_sect_off): Update.
8038
8039 2019-06-17 Tom de Vries <tdevries@suse.de>
8040
8041 PR gdb/24617
8042 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8043 accessing parent[parent_len - 1].
8044
8045 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8046
8047 PR gdb/24364
8048 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8049 call dtrace_process_dof with NULL dof.
8050
8051 2019-06-16 Tom de Vries <tdevries@suse.de>
8052
8053 PR gdb/24445
8054 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8055
8056 2019-06-16 Tom Tromey <tom@tromey.com>
8057
8058 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8059 (make_all_visible): Use address of member.
8060
8061 2019-06-16 Tom Tromey <tom@tromey.com>
8062
8063 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8064 (tui_free_window, free_content, free_content_elements): Remove
8065 unnecessary cast.
8066 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8067 cast.
8068 * tui/tui-regs.c (tui_show_register_group)
8069 (tui_display_registers_from, tui_display_reg_element_at_line):
8070 Remove unnecessary cast.
8071
8072 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8073
8074 * linux-nat.c (normal_mask): Delete.
8075 (_initialize_linux_nat): Don't initialise normal_mask.
8076
8077 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8078
8079 PR gdb/24445
8080 * dwarf-index-write.h (write_psymtabs_to_index): Add
8081 dwz_basename parameter.
8082 * dwarf-index-write.c (write_gdbindex): Move file writing to
8083 write_gdbindex_1. Change return type void.
8084 (assert_file_size): Move up, remove filename parameter.
8085 (write_gdbindex_1): New function.
8086 (write_debug_names): Change return type to void, call
8087 assert_file_size.
8088 (struct index_wip_file): New struct.
8089 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8090 file logic to index_wip_file. Write index for dwz file if
8091 needed.
8092 (save_gdb_index_command): Pass basename of dwz file, if present.
8093 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8094 build-id of dwz file, if present.
8095 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8096 (dwarf2_get_dwz_file): Likewise.
8097 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8098 (dwarf2_get_dwz_file): Likewise.
8099
8100 2019-06-16 Tom Tromey <tom@tromey.com>
8101
8102 * coffread.c (process_coff_symbol): Use xstrdup.
8103 * value.c (create_internalvar): Use xstrdup.
8104
8105 2019-06-16 Tom Tromey <tom@tromey.com>
8106
8107 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8108 * breakpoint.c (stopin_command, stopat_command)
8109 (until_break_command, decode_location_default): Remove unnecessary
8110 cast.
8111 * utils.c (subset_compare): Remove unnecessary cast.
8112 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8113 cast.
8114 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8115 cast.
8116 * infcmd.c (path_command): Remove unnecessary cast.
8117 * coffread.c (decode_type): Remove unnecessary cast.
8118 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8119 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8120 * tui/tui-stack.c (tui_show_locator_content)
8121 (tui_show_frame_info): Remove unnecessary cast.
8122 * tui/tui-win.c (tui_scroll_forward_command)
8123 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8124 (parse_scrolling_args): Remove unnecessary cast.
8125 * tui/tui-data.c (init_win_info, tui_del_window)
8126 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8127 (free_content_elements): Remove unnecessary cast.
8128 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8129 unnecessary cast.
8130 * tui/tui-source.c (tui_set_source_content)
8131 (tui_vertical_source_scroll): Remove unnecessary cast.
8132 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8133 cast.
8134 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8135 * tui/tui-regs.c (tui_display_registers_from)
8136 (tui_display_register): Remove unnecessary cast.
8137 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8138 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8139 (make_visible): Remove unnecessary cast.
8140 * tui/tui-winsource.c (tui_erase_source_content)
8141 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8142 unnecessary cast.
8143 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8144 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8145 * stabsread.c (read_type, read_array_type, read_range_type):
8146 Remove unnecessary cast.
8147 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8148 (parse_symbol, parse_type, upgrade_type, parse_external)
8149 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8150 unnecessary cast.
8151 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8152
8153 2019-06-16 Tom Tromey <tom@tromey.com>
8154
8155 * tui/tui-data.c (tui_alloc_generic_win_info)
8156 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8157 checks.
8158
8159 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8160 Andrew Burgess <andrew.burgess@embecosm.com>
8161
8162 * f-typeprint.c (f_print_type): Don't return early for not
8163 associated or not allocated types.
8164 (f_type_print_varspec_suffix): Add print_rank parameter and print
8165 ranks of array types in case they dangling.
8166 (f_type_print_base): Add print_rank parameter.
8167
8168 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8169
8170 * NEWS: Mention new MI commands.
8171 * break-catch-throw.c (enum exception_event_kind): Move to
8172 breakpoint.h.
8173 (print_mention_exception_catchpoint): Output text as a single
8174 message.
8175 (catch_exception_command_1): Rename to...
8176 (catch_exception_event): ...this, make non-static, update header
8177 command, and change some parameter types.
8178 (catch_catch_command): Update for changes to
8179 catch_exception_command_1.
8180 (catch_throw_command): Likewise.
8181 (catch_rethrow_command): Likewise.
8182 * breakpoint.c (enum exception_event_kind): Delete.
8183 * breakpoint.h (enum exception_event_kind): Moved here from
8184 break-catch-throw.c.
8185 (catch_exception_event): Declare.
8186 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8187 (mi_cmd_catch_throw): New function.
8188 (mi_cmd_catch_rethrow): New function.
8189 (mi_cmd_catch_catch): New function.
8190 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8191 'catch-catch' entries.
8192 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8193 (mi_cmd_catch_rethrow): Declare.
8194 (mi_cmd_catch_catch): Declare.
8195
8196 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8197
8198 * annotate.c (annotate_source_line): Change return type to void,
8199 update implementation to match.
8200 * annotate.h (annotate_source_line): Change return type to void,
8201 update header comment.
8202 * stack.c (print_frame_info): Don't change what frame information
8203 is printed based on whether annotations are on or not.
8204
8205 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8206
8207 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8208 (annotate_source): Make static.
8209 (annotate_source_line): Moved from source.c and renamed from
8210 identify_source_line. Update the return type.
8211 * annotate.h (annotate_source): Delete declaration.
8212 (annotate_source_line): Declaration moved from source.h, and
8213 renamed from identify_source_line. Return type updated.
8214 * source.c (identify_source_line): Moved to annotate.c and renamed
8215 to annotate_source_line.
8216 (info_line_command): Remove check of annotation_level.
8217 * source.h (identify_source_line): Move declaration to annotate.h
8218 and rename to annotate_source_line.
8219 * stack.c: Add 'annotate.h' include.
8220 (print_frame_info): Remove check of annotation_level before
8221 calling annotate_source_line.
8222
8223 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8224
8225 * source-cache.c (source_cache::get_plain_source_lines): Use
8226 open_source_file_with_line_charpos instead of just
8227 open_source_file, remove call to find_source_lines.
8228 (source_cache::get_source_lines): Likewise.
8229 * source.c (find_source_lines): Make static.
8230 (get_filename_and_charpos): Renamed into...
8231 (open_source_file_with_line_charpos): ..this along with changes to
8232 return a scoped_fd, and some other minor clean ups.
8233 (identify_source_line): Use open_source_file_with_line_charpos.
8234 (search_command_helper): Use open_source_file_with_line_charpos
8235 instead of just open_source_file, remove call to
8236 find_source_lines.
8237 * source.h (open_source_file_with_line_charpos): Declare new
8238 function.
8239 (find_source_lines): Delete declaration.
8240
8241 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8242
8243 * source.c (get_filename_and_charpos): Remove fullname
8244 parameter.
8245 (identify_source_line): Update call to get_filename_and_charpos.
8246
8247 2019-06-14 Tom Tromey <tromey@adacore.com>
8248
8249 PR gdb/24502:
8250 * ui-style.h (skip_ansi_escape): Update comment.
8251 * ui-file.h (class no_terminal_escape_file): New class.
8252 * ui-file.c (no_terminal_escape_file::write)
8253 (no_terminal_escape_file::puts): New methods.
8254 * cli/cli-logging.c (handle_redirections): Use
8255 no_terminal_escape_file.
8256
8257 2019-06-14 Tom Tromey <tromey@adacore.com>
8258
8259 * NEWS: Move convenience variable news above Python news.
8260
8261 2019-06-14 Tom Tromey <tom@tromey.com>
8262
8263 * gnulib: Move directory to top-level.
8264 * configure.ac: Don't configure gnulib.
8265 * configure: Rebuild.
8266 * common/common-defs.h: Use new path to gnulib.
8267 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8268 (GNULIB_H): Remove.
8269 (INCGNU): Look in new gnulib location.
8270 (HFILES_NO_SRCDIR): Remove gnulib files.
8271 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8272 (generated_files): Remove GNULIB_H.
8273 ($(LIBGNU), all-lib): Remove targets.
8274 (distclean): Don't mention GNULIB_BUILDDIR.
8275 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8276
8277 2019-06-14 Tom Tromey <tromey@adacore.com>
8278
8279 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8280 Warn if symbol file does not provide any symbols.
8281
8282 2019-06-14 Tom Tromey <tromey@adacore.com>
8283
8284 * source.c (find_and_open_source): Respect basenames_may_differ.
8285
8286 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8287
8288 * annotate.c (annotate_breakpoints_invalid): Make use of
8289 scoped_restore_terminal_state.
8290 (annotate_frames_invalid): Likewise.
8291
8292 2019-06-14 Tom Tromey <tromey@adacore.com>
8293
8294 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8295 allow assignment to an internalvar.
8296
8297 2019-06-14 Tom Tromey <tromey@adacore.com>
8298
8299 * ada-lex.l: Allow "_" in attribute names.
8300
8301 2019-06-14 Tom Tromey <tromey@adacore.com>
8302
8303 PR gdb/24653:
8304 * regcache.c (registers_changed): Don't call alloca.
8305 * top.c (execute_command): Don't call alloca.
8306
8307 2019-06-13 Pedro Alves <palves@redhat.com>
8308
8309 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8310 'expression'. When parsing an expression, error out if there's
8311 junk after "unlimited".
8312 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8313 (do_set_command): Adjust calls to is_unlimited_literal.
8314
8315 2019-06-13 Pedro Alves <palves@redhat.com>
8316
8317 * compile/compile.c (make_compile_options_def_group): Add braces
8318 around array_view initializer.
8319 * thread.c (make_thread_apply_all_options_def_group)
8320 (make_thread_apply_all_options_def_group): Likewise.
8321
8322 2019-06-13 Pedro Alves <palves@redhat.com>
8323
8324 * NEWS (New commands): Mention "maint test-options
8325 require-delimiter", "maint test-options unknown-is-error", "maint
8326 test-options unknown-is-operand" and "maint show
8327 test-options-completion-result".
8328 (New command options, command completion): New section.
8329 (Completion improvements): New section.
8330 Mention that you can abbreviate "unlimited".
8331
8332 2019-06-13 Pedro Alves <palves@redhat.com>
8333
8334 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8335 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8336 * unittests/cli-utils-selftests.c (test_parse_flags)
8337 (test_parse_flags_qcs): Delete.
8338 (test_cli_utils): Don't call deleted functions.
8339
8340 2019-06-13 Pedro Alves <palves@redhat.com>
8341
8342 * thread.c: Include "cli/cli-option.h".
8343 (tp_array_compar_ascending): Global.
8344 (tp_array_compar): Delete function.
8345 (tp_array_compar_ascending, tp_array_compar_descending): New
8346 functions.
8347 (ascending_option_def, qcs_flag_option_def)
8348 (thr_qcs_flags_option_defs)
8349 (make_thread_apply_all_options_def_group)
8350 (make_thread_apply_options_def_group): New.
8351 (thread_apply_all_command): Use gdb::option::process_options.
8352 (thread_apply_command_completer)
8353 (thread_apply_all_command_completer): New.
8354 (thread_apply_command): Use gdb::option::process_options.
8355 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8356 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8357 to generate help text of "thread apply". Adjust "taas"'s help.
8358 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8359 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8360
8361 2019-06-13 Pedro Alves <palves@redhat.com>
8362
8363 * thread.c (thread_apply_command): Check for invalid TID with
8364 isdigit instead of !isalpha.
8365
8366 2019-06-13 Pedro Alves <palves@redhat.com>
8367
8368 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8369 (validate_flags_qcs): New.
8370 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8371 (validate_flags_qcs): Declare.
8372 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8373 (make_frame_apply_options_def_group): New.
8374 (frame_apply_command_count): Process options with
8375 gdb::option::process_options.
8376 (frame_apply_completer): New.
8377 (frame_apply_level_completer, frame_apply_all_completer)
8378 (frame_apply_completer): New.
8379 (_initialize_stack): Update help of "frame apply", "frame apply
8380 level", "frame apply all" and "faas" to mention supported options
8381 and install command completers.
8382 * stack.h (frame_apply_all_completer): Declare.
8383 * thread.c: Include "stack.h".
8384 (tfaas_command): Add "--".
8385 (_initialize_thread): Update help "tfaas" to mention supported
8386 options and install command completer.
8387
8388 2019-06-13 Pedro Alves <palves@redhat.com>
8389
8390 * completer.c (complete_nested_command_line): New.
8391 (gdb_completion_word_break_characters_throw): Add assertion.
8392 * completer.h (complete_nested_command_line): Declare.
8393
8394 2019-06-13 Pedro Alves <palves@redhat.com>
8395
8396 * stack.c (parse_backtrace_qualifiers): New.
8397 (backtrace_command): Use it.
8398 (backtrace_command_completer): Complete on qualifiers.
8399
8400 2019-06-13 Pedro Alves <palves@redhat.com>
8401
8402 * frame.c: Include "cli/cli-option.h.
8403 (user_set_backtrace_options): New.
8404 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8405 Delete.
8406 (get_prev_frame): Adjust.
8407 (boolean_option_def, uinteger_option_def)
8408 (set_backtrace_option_defs): New.
8409 (_initialize_frame): Adjust and use
8410 gdb::option::add_setshow_cmds_for_options to install "set
8411 backtrace past-main" and "set backtrace past-entry".
8412 * frame.h: Include "cli/cli-option.h".
8413 (struct frame_print_options): Forward declare.
8414 (print_frame_arguments_all, print_frame_arguments_scalars)
8415 (print_frame_arguments_none): Declare.
8416 (print_entry_values): Delete declaration.
8417 (struct frame_print_options, user_frame_print_options): New.
8418 (struct set_backtrace_options): New.
8419 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8420 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8421 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8422 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8423 (list_args_or_locals): Add frame_print_options parameter.
8424 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8425 * python/py-framefilter.c (enumerate_args): Pass down
8426 USER_FRAME_PRINT_OPTIONS.
8427 * stack.c: Include "cli/cli-option.h".
8428 (print_frame_arguments_all, print_frame_arguments_scalars)
8429 (print_frame_arguments_none): Declare.
8430 (print_raw_frame_arguments, print_entry_values): Delete.
8431 (user_frame_print_options): New.
8432 (boolean_option_def, enum_option_def, frame_print_option_defs):
8433 New.
8434 (struct backtrace_cmd_options): New.
8435 (bt_flag_option_def): New.
8436 (backtrace_command_option_defs): New.
8437 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8438 (print_frame_arg, read_frame_arg, print_frame_args)
8439 (print_frame_info, print_frame): Add frame_print_options parameter
8440 and use it.
8441 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8442 (backtrace_command_1): Add frame_print_options and
8443 backtrace_cmd_options parameters and use them.
8444 (make_backtrace_options_def_group): New.
8445 (backtrace_command): Process command options with
8446 gdb::option::process_options.
8447 (backtrace_command_completer): New.
8448 (_initialize_stack): Extend "backtrace"'s help to mention
8449 supported options. Install completer for "backtrace".
8450 Install some settings commands with add_setshow_cmds_for_options.
8451
8452 2019-06-13 Pedro Alves <palves@redhat.com>
8453
8454 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8455 and that "set/show print raw frame-arguments" are now deprecated.
8456
8457 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8458 command.
8459 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8460 * stack.c (_initialize_stack): Install "set/show print
8461 raw-frame-arguments", and deprecate "set/show print raw
8462 frame-arguments".
8463 * valprint.c (_initialize_valprint): Deprecate "set/show print
8464 raw".
8465
8466 2019-06-13 Pedro Alves <palves@redhat.com>
8467
8468 * compile/compile.c (struct compile_options): New.
8469 (compile_flag_option_def, compile_command_option_defs)
8470 (make_compile_options_def_group): New.
8471 (compile_file_command): Handle options with
8472 gdb::option::process_options.
8473 (compile_file_command_completer): New function.
8474 (compile_code_command): Handle options with
8475 gdb::option::process_options.
8476 (compile_code_command_completer): New function.
8477 (_initialize_compiler): Install completers for "compile code" and
8478 "compile file". Mention available options in "compile code" and
8479 "compile code"'s help.
8480 * completer.c (advance_to_completion_word): New, factored out from
8481 ...
8482 (advance_to_expression_complete_word_point): ... this.
8483 (advance_to_filename_complete_word_point): New.
8484 * completer.h (advance_to_filename_complete_word_point): New
8485 declaration.
8486
8487 2019-06-13 Pedro Alves <palves@redhat.com>
8488
8489 * compile/compile.c: Include "cli/cli-option.h".
8490 (compile_print_value): Scope data pointer is now a
8491 value_print_options pointer; adjust.
8492 (compile_print_command): Process options. Scope data pointer is
8493 now a value_print_options pointer; adjust.
8494 (_initialize_compile): Update "compile print"'s help to include
8495 supported options. Install a completer for "compile print".
8496 * cp-valprint.c (show_vtblprint, show_objectprint)
8497 (show_static_field_print): Delete.
8498 (_initialize_cp_valprint): Don't install "set print
8499 static-members", "set print vtbl", "set print object" here.
8500 * printcmd.c: Include "cli/cli-option.h" and
8501 "common/gdb_optional.h".
8502 (print_command_parse_format): Rework to fill in a
8503 value_print_options instead of a format_data.
8504 (print_value): Change parameter type from format_data pointer to
8505 value_print_options reference. Adjust.
8506 (print_command_1): Process options. Adjust to pass down a
8507 value_print_options.
8508 (print_command_completer): New.
8509 (_initialize_printcmd): Install print_command_completer as
8510 handle_brkchars completer for the "print" command. Update
8511 "print"'s help to include supported options.
8512 * valprint.c: Include "cli/cli-option.h".
8513 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8514 here from cp-valprint.c.
8515 (boolean_option_def, uinteger_option_def)
8516 (value_print_option_defs, make_value_print_options_def_group):
8517 New. Use gdb::option::add_setshow_cmds_for_options to install
8518 "set print elements", "set print null-stop", "set print repeats",
8519 "set print pretty", "set print union", "set print array", "set
8520 print address", "set print symbol", "set print array-indexes".
8521 * valprint.h: Include <string> and "cli/cli-option.h".
8522 (make_value_print_options_def_group): Declare.
8523 (print_value): Change parameter type from format_data pointer to
8524 value_print_options reference.
8525 (print_command_completer): Declare.
8526
8527 2019-06-13 Pedro Alves <palves@redhat.com>
8528
8529 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8530 (COMMON_SFILES): Add maint-test-settings.c.
8531 * cli/cli-decode.c (boolean_enums): New global, factored out from
8532 ...
8533 (add_setshow_boolean_cmd): ... here.
8534 * cli/cli-decode.h (boolean_enums): Declare.
8535 * cli/cli-option.c: New file.
8536 * cli/cli-option.h: New file.
8537 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8538 factored out from ...
8539 (parse_cli_boolean_value(const char *)): ... this.
8540 (is_unlimited_literal): Change parameter type to pointer to
8541 pointer. Adjust and advance ARG pointer.
8542 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8543 (parse_cli_var_enum): New, factored out from ...
8544 (do_set_command): ... this. Adjust.
8545 * cli/cli-setshow.h (parse_cli_boolean_value)
8546 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8547 (parse_cli_var_enum): Declare.
8548 * cli/cli-utils.c: Include "cli/cli-option.h".
8549 (get_ulongest): New.
8550 * cli/cli-utils.h (get_ulongest): Declare.
8551 (check_for_argument): New overloads.
8552 * maint-test-options.c: New file.
8553
8554 2019-06-13 Pedro Alves <palves@redhat.com>
8555
8556 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8557 parse a range if "-" is at the end of the string.
8558
8559 2019-06-13 Pedro Alves <palves@redhat.com>
8560
8561 * cli/cli-setshow.c (parse_auto_binary_operation)
8562 (parse_cli_boolean_value): Don't allow "o".
8563
8564 2019-06-13 Pedro Alves <palves@redhat.com>
8565
8566 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8567 * NEWS: Mention maint test-settings KIND.
8568 * maint-test-settings.c: New file.
8569
8570 2019-06-13 Pedro Alves <palves@redhat.com>
8571
8572 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8573 completer.
8574 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8575 "set" completers.
8576
8577 2019-06-13 Pedro Alves <palves@redhat.com>
8578
8579 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8580 after item.
8581
8582 2019-06-13 Pedro Alves <palves@redhat.com>
8583
8584 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8585
8586 2019-06-13 Pedro Alves <palves@redhat.com>
8587
8588 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8589 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8590 call.
8591 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8592 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8593 calls.
8594 (check_for_argument): Skip spaces after argument.
8595
8596 2019-06-13 Pedro Alves <palves@redhat.com>
8597
8598 * thread.c (thread_apply_command): Adjust TID parsing.
8599 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8600 detected before end of string.
8601 (tid_is_in_list): Error out if LIST is invalid.
8602
8603 2019-06-13 Pedro Alves <palves@redhat.com>
8604
8605 * completer.c (complete_line_internal_1): Rewind completion word
8606 point.
8607 (completion_tracker::advance_custom_word_point_by): Change
8608 parameter type to int.
8609 * completer.h (completion_tracker::advance_custom_word_point_by):
8610 Likewise.
8611
8612 2019-06-13 Pedro Alves <palves@redhat.com>
8613
8614 * completer.c (advance_to_completion_word): Handle delimiters.
8615
8616 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8617
8618 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8619
8620 2019-06-11 Tom Tromey <tom@tromey.com>
8621
8622 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8623 (xmalloc_failed): Move to alloc.c.
8624 * alloc.c: New file.
8625 * Makefile.in (COMMON_SFILES): Add alloc.c.
8626
8627 2019-06-11 Tom Tromey <tom@tromey.com>
8628
8629 * nat/linux-waitpid.c: Don't include server.h.
8630 (linux_debug): Remove.
8631 (my_waitpid): Update.
8632
8633 2019-06-11 Tom Tromey <tromey@adacore.com>
8634
8635 * infcall.c (_initialize_infcall): Remove trailing newline from
8636 help.
8637 * user-regs.c (_initialize_user_regs): Remove trailing newline
8638 from help.
8639 * typeprint.c (_initialize_typeprint): Remove trailing newline
8640 from help.
8641 * reverse.c (_initialize_reverse): Remove trailing newlines from
8642 help.
8643 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8644 from help.
8645 * language.c (add_set_language_command): Remove trailing newline
8646 from help.
8647 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8648 help.
8649 * disasm.c (_initialize_disasm): Remove trailing newline from
8650 help.
8651 * top.c (init_main): Remove trailing newline from help.
8652 * interps.c (_initialize_interpreter): Remove trailing newline
8653 from help.
8654 * btrace.c (_initialize_btrace): Remove trailing newlines from
8655 help.
8656 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8657 from help.
8658 * python/python.c (_initialize_python): Remove trailing newline
8659 from help.
8660 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8661 help.
8662 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8663 from help. Reformat some text.
8664 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8665 from help.
8666 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8667 newline from help.
8668
8669 2019-06-11 Tom Tromey <tromey@adacore.com>
8670
8671 * darwin-nat.c (darwin_decode_exception_message)
8672 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8673
8674 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8675
8676 * valops.c (value_slice): Check for not allocated or not
8677 associated values.
8678
8679 2019-06-10 Tom de Vries <tdevries@suse.de>
8680
8681 PR gdb/24618
8682 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8683 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8684 invalid.
8685
8686 2019-06-10 Tom de Vries <tdevries@suse.de>
8687
8688 PR gdb/24611
8689 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8690 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8691
8692 2019-06-10 Tom de Vries <tdevries@suse.de>
8693
8694 PR symtab/24545
8695 * symtab.c (struct demangled_name_entry): Add language field.
8696 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
8697 static minimal symbol". Set and use language field.
8698
8699 2019-06-10 Tom Tromey <tromey@adacore.com>
8700
8701 * ada-lang.c (_initialize_ada_language): Update help text.
8702
8703 2019-06-10 Tom Tromey <tromey@adacore.com>
8704
8705 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
8706 with a newline.
8707 * guile/guile.c (handle_boot_error): Don't end warning with a
8708 newline.
8709 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
8710 warning with a newline.
8711 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
8712 newline.
8713 (s12z_frame_cache): Likewise.
8714 * dwarf-index-cache.c (index_cache::store): Don't end warning with
8715 a newline.
8716 * solib-svr4.c (disable_probes_interface): Don't end warning with
8717 a newline.
8718 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
8719 newline.
8720 * python/python.c (do_finish_initialization): Don't end warning
8721 with a newline.
8722
8723 2019-06-10 Tom Tromey <tom@tromey.com>
8724
8725 * python/py-breakpoint.c (gdbpy_breakpoint_created)
8726 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
8727 gdbpy_enter.
8728
8729 2019-06-10 Tom Tromey <tromey@adacore.com>
8730
8731 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
8732 data.
8733 (elf_new_init): Don't call stabsread_new_init.
8734 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
8735 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
8736 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
8737
8738 2019-06-10 Tom de Vries <tdevries@suse.de>
8739
8740 PR symtab/16264
8741 PR symtab/24517
8742 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
8743
8744 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
8745
8746 * source.c (find_and_open_source): Also rewrite relative file
8747 names.
8748
8749 2019-04-26 Amos Bird <amosbird@gmail.com>
8750
8751 * annotate.c (annotate_thread_exited): Add "thread-exited"
8752 annotation.
8753
8754 2019-06-06 Tom Tromey <tromey@adacore.com>
8755
8756 * maint.h (class scoped_command_stats): Use
8757 DISABLE_COPY_AND_ASSIGN.
8758 <print_time>: New method.
8759 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
8760 print_time.
8761 (scoped_command_stats::print_time): New method.
8762
8763 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8764
8765 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
8766 instructions of lengths 6 or 8 bytes.
8767
8768 2019-06-04 Pedro Alves <palves@redhat.com>
8769
8770 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
8771
8772 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
8773 * breakpoint.c (condition_completer): Likewise.
8774 * cli/cli-dump.c (scan_expression): Likewise.
8775 * common/filestuff.c (mkdir_recursive): Likewise.
8776 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
8777 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8778 (gdb_abspath): Likewise.
8779 * compile/compile-cplus-types.c
8780 (compile_cplus_instance::decl_name): Likewise.
8781 * completer.c (complete_explicit_location):
8782 (signal_completer, reg_or_group_completer_1): Likewise.
8783 * cp-support.c (cp_remove_params_if_any): Likewise.
8784 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8785 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
8786 * infcmd.c (strip_bg_char): Likewise.
8787 * linespec.c (copy_token_string): Likewise.
8788 * mi/mi-main.c (output_cores): Likewise.
8789 * psymtab.c (psymtab_search_name):
8790 * symfile.c (test_set_ext_lang_command): Likewise.
8791 * target.c (target_fileio_read_stralloc): Likewise.
8792 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
8793 * value.c (complete_internalvar): Likewise.
8794
8795 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8796
8797 Add objfile property to gdb.Type.
8798 * NEWS: Mention Python API addition.
8799 * python/py-type.c (typy_get_objfile): New method.
8800
8801 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8802
8803 * NEWS: Mention the new set|show style [title|highlight].
8804 Mention changes to "show style", "help" and "apropos".
8805
8806 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8807
8808 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
8809 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
8810 instead of print_help_for_command.
8811 (print_doc_of_command): New function.
8812 (help_list): Add 'apropos -v word' suggestion.
8813 (print_help_for_command): Style the command name using title style.
8814 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
8815 (_initialize_cli_cmds): Describe -v in apropos_command help.
8816
8817 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8818
8819 * cli/cli-style.h (cli_style_option): Add name in constructor,
8820 add m_name class member, add constructor with intensity,
8821 add name class function.
8822 (cli_style_option::add_setshow_commands): Remove name argument.
8823 (highlight_style, title_style): New styles.
8824 * cli/cli-style.c (do_show): New function that shows a style
8825 characteristic styling the style name with itself.
8826 (set_style_name): New function.
8827 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
8828 Update all callers according to the changes in cli/cli-style.h.
8829 * utils.h (fputs_highlighted): New function.
8830 * utils.c (fputs_highlighted): Likewise.
8831
8832 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8833
8834 * NEWS: Mention new pipe command and new convenience variables.
8835
8836 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8837
8838 * cli/cli-cmds.c (pipe_command): New function.
8839 (_initialize_cli_cmds): Call add_com for pipe_command.
8840 Define | as an alias for pipe.
8841 (exit_status_set_internal_vars): New function.
8842 (shell_escape): Call exit_status_set_internal_vars.
8843 cli/cli-decode.c (find_command_name_length): Recognize | as
8844 a single character command.
8845
8846 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8847
8848 * gdbcmd.h (execute_command_to_ui_file): New declaration.
8849 top.c (execute_command_to_ui_file): New function, mostly a copy
8850 of execute_command_to_string.
8851 (execute_command_to_string): Implement by calling
8852 execute_command_to_ui_file.
8853
8854 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8855
8856 * top.h (saved_command_line): Remove declaration.
8857 * top.c (previous_saved_command_line, previous_repeat_arguments):
8858 New variables.
8859 (saved_command_line): Make static, define together with other
8860 'repeat variables'.
8861 (dont_repeat): Clear repeat_arguments.
8862 (repeat_previous, get_saved_command_line, save_command_line):
8863 New functions.
8864 (gdb_init): Initialize saved_command_line
8865 and previous_saved_command_line.
8866 * main.c (captured_main_1): Remove saved_command_line initialization.
8867 * event-top.c (handle_line_of_input): Update to use
8868 the new 'repeat' related functions instead of direct access to
8869 saved_command_line.
8870 * command.h (repeat_previous, get_saved_command_line,
8871 save_command_line): New declarations.
8872 (dont_repeat): Add comment.
8873
8874 2019-05-30 Tom Tromey <tromey@adacore.com>
8875
8876 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
8877 Fix comment.
8878 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
8879
8880 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
8881
8882 PR cli/24587
8883 * completer.c (complete): Initialize variable word.
8884
8885 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
8886
8887 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
8888 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
8889 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
8890 'body' is NULL to the outter 'if', protecting the '!is_define'
8891 situation as well.
8892
8893 2019-05-29 Tom Tromey <tromey@adacore.com>
8894
8895 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
8896 (dwarf_unknown): New function.
8897 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
8898 (dwarf_type_encoding_name): Use dwarf_unknown.
8899
8900 2019-05-29 Tom Tromey <tromey@adacore.com>
8901
8902 PR c++/20020:
8903 * cp-valprint.c (cp_print_value_fields): Call
8904 cp_print_static_field inside "try".
8905
8906 2019-05-29 Tom Tromey <tromey@adacore.com>
8907
8908 * inflow.c (struct terminal_info): Add default operator=.
8909 * configure: Rebuild.
8910 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
8911 -Wdeprecated-copy-dtor, -Wredundant-move.
8912
8913 2019-05-29 Tom Tromey <tromey@adacore.com>
8914
8915 * NEWS: Add entry.
8916 * infcmd.c (print_return_value_1): Handle finish_print
8917 option.
8918 (show_print_finish): New function.
8919 (_initialize_infcmd): Add "set/show print finish" commands.
8920 * valprint.c (user_print_options): Initialize new member.
8921 * valprint.h (struct value_print_options) <finish_print>: New
8922 member.
8923
8924 2019-05-28 Tom Tromey <tromey@adacore.com>
8925
8926 * ada-lang.c (ada_remove_Xbn_suffix)
8927 (find_old_style_renaming_symbol)
8928 (parse_old_style_renaming): Remove.
8929 (ada_find_renaming_symbol): Don't call
8930 find_old_style_renaming_symbol.
8931 (ada_is_renaming_symbol): Rename from
8932 ada_find_renaming_symbol. Remove "block" parameter. Return
8933 bool. Now static.
8934 (ada_read_var_value): Update and simplify.
8935 * ada-exp.y (write_var_or_type): Remove old code.
8936
8937 2019-05-28 Alan Hayward <alan.hayward@arm.com>
8938
8939 PR gdb/25010
8940 * event-top.c: Remove include comment.
8941 * inflow.c (class scoped_ignore_sigttou): Move from here...
8942 * inflow.h (class scoped_ignore_sigttou): ...to here.
8943 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
8944 * top.c: Remove include comment.
8945
8946 2019-05-27 Tom Tromey <tom@tromey.com>
8947
8948 * NEWS: Fix typo.
8949
8950 2019-05-22 Tom Tromey <tromey@adacore.com>
8951
8952 * target.c (target_follow_exec): Constify parameter.
8953 * target-delegates.c: Rebuild.
8954 * remote.c (remote_target::follow_exec): Constify parameter.
8955 * infrun.c (follow_exec): Constify parameter.
8956 * target.h (struct target_ops) <follow_exec>: Constify parameter.
8957 (target_follow_exec): Likewise.
8958
8959 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8960
8961 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
8962 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
8963
8964 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8965
8966 * NEWS: Add debugredirect and testsuite sections.
8967
8968 2019-05-22 Simon Cook <simon.cook@embecosm.com>
8969
8970 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
8971 target descriptions using exclusively floating point register name
8972 aliases.
8973
8974 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8975
8976 PR gdb/18644:
8977 * f-lang.c (build_fortran_types): Handle the case where
8978 gdbarch_floatformat_for_type returns a nullptr.
8979
8980 2019-05-21 Tom de Vries <tdevries@suse.de>
8981
8982 PR cli/24587
8983 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
8984
8985 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8986
8987 PR gdb/18644:
8988 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
8989 16-byte floats.
8990 * i386-tdep.c (i386_floatformat_for_type): Use
8991 floatformats_ia64_quad for the 16-byte floating point component
8992 within a fortran 32-byte complex number.
8993
8994 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8995
8996 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
8997 delete default constructor.
8998 (find_partial_die): Update to return const struct.
8999 (partial_die_parent_scope): Move variable declaration into scope
9000 of its use and change its type to auto.
9001 (guess_partial_die_structure_name): Likewise.
9002 (partial_die_info::fixup): Likewise.
9003
9004 2019-05-17 Tom Tromey <tromey@adacore.com>
9005
9006 * source.c (find_and_open_source): Remove cast.
9007
9008 2019-05-17 Tom Tromey <tromey@adacore.com>
9009
9010 * annotate.c (annotate_source): Make "filename" const.
9011 * annotate.h (annotate_source): Use const.
9012
9013 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9014
9015 * disasm.c (set_disassembler_options): Send errors to stderr.
9016
9017 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9018
9019 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9020 (cli_interp_base::set_logging): Check debug_redirect.
9021 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9022 * cli/cli-logging.c (debug_redirect): Add static variable.
9023 (pop_output_files): Add default param.
9024 (handle_redirections): Print debug setting.
9025 (show_logging_command): Likewise.
9026 (_initialize_cli_logging): Add debugredirect command.
9027 * interps.c (current_interp_set_logging): Add debug_redirect
9028 parameter.
9029 * interps.h (set_logging): Add debug_redirect parameter.
9030 (current_interp_set_logging): Likewise.
9031 * mi/mi-common.h: Likewise.
9032 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9033
9034 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9035 Tom Tromey <tromey@adacore.com>
9036
9037 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9038 directly.
9039 * cli/cli-interp.h (make_logging_output): Remove declaration.
9040 * cli/cli-logging.c (make_logging_output): Remove function.
9041 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9042 directly.
9043 * ui-file.c (tee_file::tee_file): Remove bools.
9044 (tee_file::~tee_file): Remove deletes.
9045 * ui-file.h (tee_file): Remove bools.
9046
9047 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9048
9049 * mi/mi-cmds.h (mi_cmd_complete): New function.
9050 * mi/mi-main.c (mi_cmd_complete): Likewise.
9051 * mi/mi-cmds.c: Define new MI command -complete.
9052 * NEWS: Mention new -complete command.
9053
9054 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9055
9056 * completer.h (complete): New function.
9057 * completer.c (complete): Likewise.
9058 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9059 function defined in completer.h.
9060
9061 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9062
9063 * MAINTAINERS (Write After Approval): Add myself.
9064
9065 2019-05-17 Tom de Vries <tdevries@suse.de>
9066
9067 PR gdb/24094
9068 * dwarf2read.c (struct cu_partial_die_info): New struct.
9069 (find_partial_die): Return cu_partial_die_info.
9070 (partial_die_parent_scope, guess_partial_die_structure_name)
9071 (partial_die_info::fixup): Handle new return type of find_partial_die.
9072
9073 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9074
9075 PR breakpoints/24541
9076 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9077 "std::string", simplifying the algorithm.
9078
9079 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9080
9081 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9082 (stap_static_probe_ops::get_probes): Likewise.
9083
9084 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9085
9086 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9087 '-')" and "else if".
9088 (stap_parse_single_operand): Join checks for
9089 "gdbarch_stap_parse_special_token_p" and
9090 "gdbarch_stap_parse_special_token" in the same "if" statement.
9091 Invert check when verifying for operation on register
9092 displacement.
9093
9094 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9095
9096 * stap-probe.c (stap_get_opcode): Update comment.
9097 (stap_get_expected_argument_type): Likewise.
9098 (handle_stap_probe): Likewise.
9099
9100 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9101
9102 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9103 return type to 'bool'. Adjust comment. Use 'bool' when
9104 appropriate.
9105 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9106 * stap-probe.c (stap_parse_argument_1): Likewise.
9107 (stap_is_operator): Likewise.
9108 (stap_is_generic_prefix): Likewise.
9109 (stap_is_register_prefix): Likewise.
9110 (stap_is_register_indirection_prefix): Likewise.
9111 (stap_is_integer_prefix): Likewise.
9112 (stap_generic_check_suffix): Likewise.
9113 (stap_check_integer_suffix): Likewise.
9114 (stap_check_register_suffix): Likewise.
9115 (stap_check_register_indirection_suffix): Likewise.
9116 (stap_parse_register_operand): Likewise.
9117 (stap_parse_single_operand): Likewise.
9118 (stap_parse_argument_1): Likewise.
9119 (stap_probe::get_argument_count): Likewise.
9120 (stap_is_operator): Likewise.
9121
9122 2019-05-16 Tom Tromey <tromey@adacore.com>
9123
9124 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9125 keyword to foreach.
9126
9127 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9128
9129 * linux-thread-db.c (try_thread_db_load_1): Change return type
9130 to bool.
9131 (try_thread_db_load): Likewise.
9132 (try_thread_db_load_from_pdir_1): Likewise.
9133 (try_thread_db_load_from_pdir): Likewise.
9134 (try_thread_db_load_from_sdir): Likewise.
9135 (try_thread_db_load_from_dir): Likewise.
9136 (thread_db_load_search): Likewise.
9137 (has_libpthread): Likewise.
9138 (thread_db_load): Likewise.
9139
9140 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9141
9142 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9143 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9144 NULL, and complain/return if that's the case.
9145
9146 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9147
9148 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9149 (advance, posn, abstract_read_memory): New functions.
9150 [struct mem_read_abstraction]: New struct.
9151 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9152
9153 2019-05-14 Tom Tromey <tromey@adacore.com>
9154
9155 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9156 value is not lval_memory.
9157
9158 2019-05-14 Tom Tromey <tromey@adacore.com>
9159
9160 * solib.c (info_sharedlibrary_command): Style the file name.
9161
9162 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9163
9164 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9165 (aarch64_vnv_type): Likewise.
9166 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9167 * common/tdesc.c: Likewise.
9168 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9169 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9170 * features/aarch64-fpu.xml: Add ieee half view.
9171 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9172 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9173 * gdbtypes.h (struct builtin_type): Likewise.
9174 (struct objfile_type): Likewise.
9175
9176 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9177
9178 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9179 typo.
9180 * location.h (string_to_event_location): Likewise.
9181
9182 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9183
9184 GDB 8.3 released.
9185
9186 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9187
9188 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9189 New variable declaration.
9190 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9191 New variable.
9192 (print_one_breakpoint): Use ui_out::test_flags and new global
9193 variable to compute use_fixed_output.
9194 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9195 Remove.
9196 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9197 (mi_multi_location_breakpoint_output_fixed): Remove.
9198 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9199 new variable.
9200 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9201 fix_multi_location_breakpoint_output flag if version >= 3.
9202 * ui-out.h (enum ui_out_flag)
9203 <fix_multi_location_breakpoint_output>: New enumerator.
9204
9205 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9206
9207 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9208
9209 2019-05-10 Tom Tromey <tromey@adacore.com>
9210
9211 * ada-lang.c (catch_ada_completer): New function.
9212 (_initialize_ada_language): Use it.
9213
9214 2019-05-10 Tom Tromey <tromey@adacore.com>
9215
9216 * thread.c (print_thread_info): Make "requested_threads" const.
9217 * gdbthread.h (print_thread_info): Make "requested_threads"
9218 const.
9219 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9220 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9221
9222 2019-05-08 Tom Tromey <tom@tromey.com>
9223
9224 * gdbtypes.c (objfile_type_data): Change type.
9225 (objfile_type, _initialize_gdbtypes): Update.
9226
9227 2019-05-08 Tom Tromey <tom@tromey.com>
9228
9229 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9230 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9231 (_initialize_dwarf2_frame): Update.
9232
9233 2019-05-08 Tom Tromey <tom@tromey.com>
9234
9235 * objc-lang.c (objc_objfile_data): Change type.
9236 (find_methods): Update.
9237 (_initialize_objc_lang): Remove.
9238
9239 2019-05-08 Tom Tromey <tom@tromey.com>
9240
9241 * stabsread.c (rs6000_builtin_type_data): Change type.
9242 (rs6000_builtin_type, _initialize_stabsread): Update.
9243
9244 2019-05-08 Tom Tromey <tom@tromey.com>
9245
9246 * mips-tdep.c (mips_pdr_data): Remove.
9247 (_initialize_mips_tdep): Update.
9248
9249 2019-05-08 Tom Tromey <tom@tromey.com>
9250
9251 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9252 (hppa_init_objfile_priv_data, read_unwind_info)
9253 (find_unwind_entry, _initialize_hppa_tdep): Update.
9254
9255 2019-05-08 Tom Tromey <tom@tromey.com>
9256
9257 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9258 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9259 on obstack.
9260 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9261
9262 2019-05-08 Tom Tromey <tom@tromey.com>
9263
9264 * mdebugread.c (basic_type_data): Change type.
9265 (basic_type, _initialize_mdebugread): Update.
9266
9267 2019-05-08 Tom Tromey <tom@tromey.com>
9268
9269 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9270
9271 2019-05-08 Tom Tromey <tom@tromey.com>
9272
9273 * nto-tdep.c (nto_inferior_data_reg): Change type.
9274 (nto_inferior_data): Update.
9275 (nto_inferior_data_cleanup, nto_new_inferior_data)
9276 (_initialize_nto_tdep): Remove.
9277 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9278
9279 2019-05-08 Tom Tromey <tom@tromey.com>
9280
9281 * ada-lang.c (struct ada_inferior_data): Add initializers.
9282 (ada_inferior_data): Change type.
9283 (ada_inferior_data_cleanup): Remove.
9284 (get_ada_inferior_data, ada_inferior_exit)
9285 (struct ada_pspace_data): Add initializers, destructor.
9286 (ada_pspace_data_handle): Change type.
9287 (get_ada_pspace_data): Update.
9288 (ada_pspace_data_cleanup): Remove.
9289
9290 2019-05-08 Tom Tromey <tom@tromey.com>
9291
9292 * coffread.c (struct coff_symfile_info): Add initializers.
9293 (coff_objfile_data_key): Move lower. Change type.
9294 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9295 Update.
9296 (coff_free_info): Remove.
9297
9298 2019-05-08 Tom Tromey <tom@tromey.com>
9299
9300 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9301 (fbsd_pspace_data_handle): Move lower. Change type.
9302 (get_fbsd_pspace_data): Update.
9303 (fbsd_pspace_data_cleanup): Remove.
9304 (_initialize_fbsd_tdep): Update.
9305
9306 2019-05-08 Tom Tromey <tom@tromey.com>
9307
9308 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9309 (get_ada_tasks_pspace_data): Update.
9310 (ada_tasks_pspace_data_cleanup): Remove.
9311 (_initialize_tasks): Update.
9312 (ada_tasks_inferior_data_handle): Change type.
9313 (get_ada_tasks_inferior_data): Update.
9314 (ada_tasks_inferior_data_cleanup): Remove.
9315 (struct ada_tasks_pspace_data): Add initializers.
9316
9317 2019-05-08 Tom Tromey <tom@tromey.com>
9318
9319 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9320 * symfile-debug.c (debug_sym_get_probes): Change type.
9321 * stap-probe.c (handle_stap_probe):
9322 (stap_static_probe_ops::get_probes): Change type.
9323 * probe.h (class static_probe_ops) <get_probes>: Change type.
9324 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9325 (parse_probes_in_pspace): Update.
9326 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9327 Update.
9328 (any_static_probe_ops::get_probes): Change type.
9329 * elfread.c (elfread_data): New typedef.
9330 (probe_key): Change type.
9331 (elf_get_probes): Likewise. Update.
9332 (probe_key_free): Remove.
9333 (_initialize_elfread): Update.
9334 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9335 Change type.
9336 (dtrace_process_dof_probe, dtrace_process_dof)
9337 (dtrace_static_probe_ops::get_probe): Change type.
9338
9339 2019-05-08 Tom Tromey <tom@tromey.com>
9340
9341 * xcoffread.c (struct xcoff_symfile_info): Rename from
9342 coff_symfile_info. Add initializers.
9343 (xcoff_objfile_data_key): Move lower. Change type.
9344 (XCOFF_DATA): Rewrite.
9345 (xcoff_free_info): Remove.
9346 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9347 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9348 (xcoff_initial_scan): Update.
9349
9350 2019-05-08 Tom Tromey <tom@tromey.com>
9351
9352 * solib-svr4.c (struct svr4_info): Add initializers and
9353 destructor.
9354 <probes_table>: Now an htab_up.
9355 (solib_svr4_pspace_data): Change type.
9356 (free_probes_table): Simplify.
9357 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9358 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9359 (probes_table_remove_objfile_probes, register_solib_event_probe)
9360 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9361 (_initialize_svr4_solib): Update.
9362
9363 2019-05-08 Tom Tromey <tom@tromey.com>
9364
9365 * remote.c (remote_pspace_data): Change type.
9366 (remote_pspace_data_cleanup): Remove.
9367 (get_remote_exec_file, set_pspace_remote_exec_file)
9368 (_initialize_remote): Update.
9369
9370 2019-05-08 Tom Tromey <tom@tromey.com>
9371
9372 * breakpoint.c (breakpoint_objfile_key): Change type.
9373 (get_breakpoint_objfile_data): Update.
9374 (free_breakpoint_objfile_data): Remove.
9375 (_initialize_breakpoint): Update.
9376
9377 2019-05-08 Tom Tromey <tom@tromey.com>
9378
9379 * linux-tdep.c (struct linux_info): Add initializers.
9380 (linux_inferior_data): Move. Change type.
9381 (invalidate_linux_cache_inf): Update.
9382 (linux_inferior_data_cleanup): Remove.
9383 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9384
9385 2019-05-08 Tom Tromey <tom@tromey.com>
9386
9387 * auxv.c (auxv_inferior_data): Move. Change type.
9388 (auxv_inferior_data_cleanup): Remove.
9389 (invalidate_auxv_cache_inf): Rewrite.
9390 (get_auxv_inferior_data, _initialize_auxv): Update.
9391
9392 2019-05-08 Tom Tromey <tom@tromey.com>
9393
9394 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9395 (symfile_debug_objfile_data_key): Change type.
9396 (symfile_debug_installed, debug_qf_has_symbols)
9397 (debug_qf_find_last_source_symtab)
9398 (debug_qf_forget_cached_source_info)
9399 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9400 (debug_qf_print_stats, debug_qf_dump)
9401 (debug_qf_expand_symtabs_for_function)
9402 (debug_qf_expand_all_symtabs)
9403 (debug_qf_expand_symtabs_with_fullname)
9404 (debug_qf_map_matching_symbols)
9405 (debug_qf_expand_symtabs_matching)
9406 (debug_qf_find_pc_sect_compunit_symtab)
9407 (debug_qf_map_symbol_filenames)
9408 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9409 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9410 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9411 (debug_sym_read_linetable, debug_sym_relocate): Update.
9412 (symfile_debug_free_objfile): Remove.
9413 (install_symfile_debug_logging, _initialize_symfile_debug):
9414 Update.
9415
9416 2019-05-08 Tom Tromey <tom@tromey.com>
9417
9418 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9419 allocate_on_obstack.
9420 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9421 (get_dwarf2_per_objfile): Update.
9422 (set_dwarf2_per_objfile): Remove.
9423 (dwarf2_has_info, dwarf2_get_section_info): Update.
9424 (dwarf2_free_objfile): Remove.
9425 (_initialize_dwarf2_read): Update.
9426
9427 2019-05-08 Tom Tromey <tom@tromey.com>
9428
9429 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9430 initializers.
9431 <unsupported_script_warning_printed,
9432 script_not_found_warning_printed>: Now bool.
9433 (auto_load_pspace_data): Change type.
9434 (~auto_load_pspace_info): Rename from
9435 auto_load_pspace_data_cleanup.
9436 (get_auto_load_pspace_data, init_loaded_scripts_info)
9437 (clear_section_scripts, maybe_print_unsupported_script_warning)
9438 (maybe_print_script_not_found_warning, _initialize_auto_load):
9439 Update.
9440
9441 2019-05-08 Tom Tromey <tom@tromey.com>
9442
9443 * objfiles.c (objfile_pspace_info): Add destructor and
9444 initializers.
9445 (objfiles_pspace_data): Change type.
9446 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9447 (get_objfile_pspace_data): Update.
9448 (objfiles_bfd_data): Change type.
9449 (get_objfile_bfd_data): Update.
9450 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9451
9452 2019-05-08 Tom Tromey <tom@tromey.com>
9453
9454 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9455 Change type.
9456 (get_catch_syscall_inferior_data): Update.
9457 (catch_syscall_inferior_data_cleanup): Remove.
9458 (_initialize_break_catch_syscall): Update.
9459
9460 2019-05-08 Tom Tromey <tom@tromey.com>
9461
9462 * inflow.c (struct terminal_info): Add destructor and
9463 initializers.
9464 (inflow_inferior_data): Change type.
9465 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9466 (get_inflow_inferior_data, inflow_inferior_exit)
9467 (swap_terminal_info, _initialize_inflow): Update.
9468
9469 2019-05-08 Tom Tromey <tom@tromey.com>
9470
9471 * target-dcache.c (target_dcache_cleanup): Remove.
9472 (target_dcache_aspace_key): Change type.
9473 (target_dcache_init_p, target_dcache_invalidate)
9474 (target_dcache_get, target_dcache_get_or_init)
9475 (_initialize_target_dcache): Update.
9476 * dcache.h (struct dcache_deleter): New.
9477
9478 2019-05-08 Tom Tromey <tom@tromey.com>
9479
9480 * symtab.c (struct symbol_cache): Add destructor and
9481 initializers.
9482 (symbol_cache_key): Move. Change type.
9483 (make_symbol_cache, free_symbol_cache): Remove.
9484 (get_symbol_cache): Update.
9485 (symbol_cache_cleanup): Remove.
9486 (ALL_PSPACES, symbol_cache_flush)
9487 (maintenance_print_symbol_cache)
9488 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9489 Update.
9490
9491 2019-05-08 Tom Tromey <tom@tromey.com>
9492
9493 * symtab.c (struct main_info): Add destructor and initializers.
9494 (main_progspace_key): Move. Change type.
9495 (get_main_info): Update.
9496 (main_info_cleanup): Remove.
9497 (_initialize_symtab): Update.
9498
9499 2019-05-08 Tom Tromey <tom@tromey.com>
9500
9501 * registry.h (DECLARE_REGISTRY): Define the _key class.
9502
9503 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9504
9505 * NEWS: Merge two 'New commands' sections.
9506
9507 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9508
9509 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9510 parameter and use Ada language definition instead.
9511 (ada_val_print_ptr): Remove unused language parameter.
9512 (ada_val_print_num): Remove language parameter and use Ada language
9513 definition instead.
9514 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9515 parameter.
9516 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9517 parameter and use Ada language definition instead.
9518 (ada_val_print_1): Update all ada_val_print_xxx calls.
9519 Remove language parameter.
9520 (ada_val_print): Update ada_val_print_1 call.
9521
9522 2019-05-08 Tom Tromey <tromey@adacore.com>
9523
9524 * remote.c (remote_hw_watchpoint_limit)
9525 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9526 Now static.
9527
9528 2019-05-08 Tom Tromey <tromey@adacore.com>
9529
9530 * maint.c (_initialize_maint_cmds): Move initialization code to
9531 remote.c.
9532 (watchdog, show_watchdog): Move to remote.c.
9533 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9534 "watchdog" static.
9535 (_initialize_remote): Move initialization code from maint.c.
9536 * defs.h (watchdog): Don't declare.
9537
9538 2019-05-08 Tom Tromey <tromey@adacore.com>
9539
9540 * tui/tui-interp.c: Include main.h.
9541 * interps.c: Include main.h.
9542 * main.h (interpreter_p): Declare.
9543 * defs.h (interpreter_p): Don't declare.
9544
9545 2019-05-08 Tom Tromey <tromey@adacore.com>
9546
9547 * dwarf2loc.c: Include dwarf2read.h.
9548 * defs.h (read_unsigned_leb128): Don't declare.
9549 * dwarf2read.h (read_unsigned_leb128): Declare.
9550
9551 2019-05-08 Tom Tromey <tromey@adacore.com>
9552
9553 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9554 method.
9555
9556 2019-05-08 Tom Tromey <tromey@adacore.com>
9557
9558 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9559 when no wrap column is set.
9560
9561 2019-05-08 Tom Tromey <tromey@adacore.com>
9562
9563 * c-lang.c (c_get_string): Handle non-C-style arrays.
9564
9565 2019-05-08 Tom Tromey <tromey@adacore.com>
9566
9567 * typeprint.c (print_offset_data::update): Print the bit offset,
9568 not the number of bits remaining.
9569
9570 2019-05-08 Tom Tromey <tromey@adacore.com>
9571
9572 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9573 padding at end of comment.
9574
9575 2019-05-08 Tom Tromey <tromey@adacore.com>
9576
9577 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9578 Compare main types.
9579
9580 2019-05-06 Tom Tromey <tom@tromey.com>
9581
9582 * common/scoped_mmap.c: Include common-defs.h.
9583 * common/scoped_mmap.h: Don't include config.h.
9584
9585 2019-05-04 Tom Tromey <tom@tromey.com>
9586
9587 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9588 (struct aarch64_call_info): Add initializers.
9589 <si>: Now a std::vector.
9590 (pass_on_stack, aarch64_push_dummy_call): Update.
9591
9592 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9593 Tom Tromey <tom@tromey.com>
9594
9595 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9596 (ppc_threads): Now a std::vector. Now static.
9597 (hwdebug_find_thread_points_by_tid)
9598 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9599 Update.
9600
9601 2019-05-04 Tom Tromey <tom@tromey.com>
9602
9603 * arc-tdep.c (arc_tdesc_init): Return bool.
9604
9605 2019-05-04 Tom Tromey <tom@tromey.com>
9606
9607 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9608 Use gdb_assert_not_reached.
9609
9610 2019-05-04 Tom Tromey <tom@tromey.com>
9611
9612 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9613 "false".
9614
9615 2019-05-04 Tom Tromey <tom@tromey.com>
9616
9617 * arc-tdep.c (arc_tdesc_init): Use bool.
9618
9619 2019-05-04 Tom Tromey <tom@tromey.com>
9620
9621 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9622
9623 2019-05-04 Tom Tromey <tom@tromey.com>
9624
9625 * cli/cli-cmds.c (valid_command_p): Return bool.
9626
9627 2019-05-04 Tom Tromey <tom@tromey.com>
9628
9629 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9630 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9631
9632 2019-05-04 Raul Tambre <raul@tambre.ee>
9633
9634 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9635 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9636 operator for comparison.
9637
9638 2019-05-04 Tom Tromey <tom@tromey.com>
9639
9640 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9641 (lookup_partial_symbol, print_partial_symbols)
9642 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9643 (psymbol_compare): Update.
9644 (add_psymbol_to_bcache): Clear the entire psymbol.
9645 (maintenance_check_psymtabs): Update.
9646 * psympriv.h (struct partial_symbol): Don't derive from
9647 general_symbol_info.
9648 <obj_section, unrelocated_address, address,
9649 set_unrelocated_address>: Update.
9650 <ginfo>: New member.
9651 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9652 (debug_names::write_psymbols): Update.
9653
9654 2019-05-04 Tom de Vries <tdevries@suse.de>
9655
9656 * contrib/cc-with-tweaks.sh: Support -n arg.
9657
9658 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9659
9660 * corelow.c (core_target::detach): Ensure frame cache and
9661 register caches are cleared.
9662 inferior.c (exit_inferior_1): Likewise.
9663
9664 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9665 Tom Tromey <tom@tromey.com>
9666
9667 * dictionary.c (collate_pending_symbols_by_language): Remove
9668 "struct" from foreach.
9669 * symtab.c (lookup_global_symbol_from_objfile)
9670 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9671 foreach.
9672 * ser-tcp.c (net_open): Remove "struct" from foreach.
9673 * objfiles.c (objfile_relocate, objfile_rebase)
9674 (objfile_has_symbols): Remove "struct" from foreach.
9675 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9676 from foreach.
9677 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9678 foreach.
9679 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9680 "struct" from foreach.
9681 * ada-lang.c (create_excep_cond_exprs)
9682 (ada_exception_catchpoint_cond_string): Remove "struct" from
9683 foreach.
9684
9685 2019-05-03 Tom Tromey <tromey@adacore.com>
9686
9687 * ada-exp.y (convert_char_literal): Check suffix of each
9688 enumerator.
9689
9690 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9691
9692 PR ada/21406:
9693 * ada-exp.y (yywrap): Don't define.
9694 * ada-lex.l (%option): Add noyywrap
9695 (yywrap): Remove.
9696
9697 2019-05-03 Eli Zaretskii <eliz@gnu.org>
9698
9699 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
9700 _WIN32_WINNT to the XP level, unless already defined to a higher
9701 level.
9702
9703 * unittests/parse-connection-spec-selftests.c:
9704 * ser-tcp.c:
9705 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
9706 override.
9707
9708 * symfile.c (find_separate_debug_file): Remove colon from the
9709 drive spec of DOS/Windows file names of the target, so that the
9710 file name produced from DEBUGDIR and the target's directory will
9711 be valid on DOS/Windows systems.
9712
9713 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9714
9715 * rust-lang.c (val_print_struct): Handle printing structures
9716 containing strings.
9717
9718 2019-05-02 Tom Tromey <tromey@adacore.com>
9719
9720 * valarith.c (_initialize_valarith): Remove.
9721
9722 2019-05-01 Tom Tromey <tromey@adacore.com>
9723
9724 * ada-lang.c (ada_value_primitive_field): Treat more fields as
9725 bitfields.
9726
9727 2019-05-01 Tom Tromey <tromey@adacore.com>
9728
9729 * ada-lang.c (ada_value_assign): Correctly compute starting offset
9730 for big-endian copies.
9731
9732 2019-04-30 Ali Tamur <tamur@google.com>
9733 * gdb/dwarf2read.c (read_3_bytes): New declaration.
9734 (read_attribute_value): Added DW_FORM_strx1-4 cases.
9735 (read_3_bytes): New function.
9736
9737 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9738
9739 * windows-nat.c (main_thread_id): Delete.
9740 (handle_output_debug_string): Replace main_thread_id by
9741 current_event.dwThreadId.
9742 (fake_create_process): Likewise.
9743 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
9744 Do not set main_thread_id.
9745 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
9746 current_event.dwThreadId.
9747 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
9748
9749 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9750
9751 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
9752 Use current_event.dwThreadId instead of main_thread_id.
9753
9754 2019-04-30 Tom Tromey <tromey@adacore.com>
9755
9756 * ada-lang.c (ada_lookup_simple_minsyms): New function.
9757 (create_excep_cond_exprs): Iterate over program spaces.
9758 (ada_exception_catchpoint_cond_string): Examine all minimal
9759 symbols for exception types.
9760
9761 2019-04-30 Tom Tromey <tromey@adacore.com>
9762
9763 PR c++/24470:
9764 * dwarf2read.c (process_structure_scope): Handle case where type
9765 has template parameters but no symbol was created.
9766
9767 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9768 Chris January <chris.january@arm.com>
9769
9770 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
9771 qualifier.
9772 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
9773
9774 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9775
9776 * f-typeprint.c (f_print_type): Update rules for printing
9777 whitespace.
9778 (f_type_print_varspec_suffix): Likewise.
9779
9780 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9781 Chris January <chris.january@arm.com>
9782
9783 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9784 function arguments.
9785
9786 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * f-lang.c (build_fortran_types): Change name of void type to
9789 lower case.
9790 * f-typeprint.c (f_type_print_base): Print the name of the void
9791 type, rather than a fixed string.
9792 * f-valprint.c (f_decorations): Use lower case void string.
9793
9794 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9795 Chris January <chris.january@arm.com>
9796
9797 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
9798 types for Fortran.
9799
9800 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9801 Chris January <chris.january@arm.com>
9802 David Lecomber <david.lecomber@arm.com>
9803
9804 * f-exp.y (BINOP_INTRINSIC): New token.
9805 (exp): New parser rule handling BINOP_INTRINSIC.
9806 (f77_keywords): Add new builtin procedures.
9807 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
9808 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9809 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
9810 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9811 (print_unop_subexp_f): New function.
9812 (print_binop_subexp_f): New function.
9813 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9814 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
9815 (dump_subexp_body_f): Likewise.
9816 (operator_check_f): Likewise.
9817 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
9818 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
9819
9820 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9821
9822 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
9823 UNOP_KIND.
9824 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
9825 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
9826 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
9827 (operator_length_f): New fuction.
9828 (print_subexp_f): New function.
9829 (op_name_f): New function.
9830 (dump_subexp_body_f): New function.
9831 (operator_check_f): New function.
9832 (exp_descriptor_f): Replace standard expression handling functions
9833 with new functions.
9834 * gdb/fortran-operator.def: New file.
9835 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
9836 * gdb/std-operator.def: Remove UNOP_KIND.
9837
9838 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9839
9840 * std-operator.def: Remove unbalanced, stray double quote
9841 character.
9842
9843 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9844 Chris January <chris.january@arm.com>
9845 Daniel Everett <daniel.everett@arm.com>
9846 Nick Forrington <nick.forrington@arm.com>
9847 Richard Bunt <richard.bunt@arm.com>
9848
9849 * cp-valprint.c (cp_print_value_fields): Allow an additional level
9850 of depth when printing anonymous structs or unions.
9851 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
9852 Don't print either the top-level value, or the children if the
9853 max-depth is exceeded.
9854 (ppscm_print_children): When printing the key of a map, allow one
9855 extra level of depth.
9856 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
9857 print either the top-level value, or the children if the max-depth
9858 is exceeded.
9859 (print_children): When printing the key of a map, allow one extra
9860 level of depth.
9861 * python/py-value.c (valpy_format_string): Add max_depth keyword.
9862 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
9863 (user_print_options): Initialise max_depth field.
9864 (val_print_scalar_or_string_type_p): New function.
9865 (val_print): Check to see if the max depth has been reached.
9866 (val_print_check_max_depth): Define new function.
9867 (show_print_max_depth): New function.
9868 (_initialize_valprint): Add 'print max-depth' option.
9869 * valprint.h (struct value_print_options) <max_depth>: New field.
9870 (val_print_check_max_depth): Declare new function.
9871 * NEWS: Document new feature.
9872
9873 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9874
9875 * ada-lang.c (ada_language_defn): Initialise new field.
9876 * c-lang.c (c_is_string_type_p): New function.
9877 (c_language_defn): Initialise new field.
9878 (cplus_language_defn): Initialise new field.
9879 (asm_language_defn): Initialise new field.
9880 (minimal_language_defn): Initialise new field.
9881 * c-lang.h (c_is_string_type_p): Declare new function.
9882 * d-lang.c (d_language_defn): Initialise new field.
9883 * f-lang.c (f_is_string_type_p): New function.
9884 (f_language_defn): Initialise new field.
9885 * go-lang.c (go_is_string_type_p): New function.
9886 (go_language_defn): Initialise new field.
9887 * language.c (default_is_string_type_p): New function.
9888 (unknown_language_defn): Initialise new field.
9889 (auto_language_defn): Initialise new field.
9890 * language.h (struct language_defn) <la_is_string_type_p>: New
9891 member variable.
9892 (default_is_string_type_p): Declare new function.
9893 * m2-lang.c (m2_language_defn): Initialise new field.
9894 * objc-lang.c (objc_language_defn): Initialise new field.
9895 * opencl-lang.c (opencl_language_defn): Initialise new field.
9896 * p-lang.c (pascal_is_string_type_p): New function.
9897 (pascal_language_defn): Initialise new field.
9898 * rust-lang.c (rust_is_string_type_p): New function.
9899 (rust_language_defn): Initialise new field.
9900
9901 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9902
9903 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
9904 New field.
9905 * ada-lang.c (ada_language_defn): Initialise new field.
9906 * c-lang.c (c_language_defn): Likewise.
9907 (cplus_language_defn): Likewise.
9908 (asm_language_defn): Likewise.
9909 (minimal_language_defn): Likewise.
9910 * d-lang.c (d_language_defn): Likewise.
9911 * f-lang.c (f_language_defn): Likewise.
9912 * go-lang.c (go_language_defn): Likewise.
9913 * language.c (unknown_language_defn): Likewise.
9914 (auto_language_defn): Likewise.
9915 * m2-lang.c (m2_language_defn): Likewise.
9916 * objc-lang.c (objc_language_defn): Likewise.
9917 * opencl-lang.c (opencl_language_defn): Likewise.
9918 * p-lang.c (pascal_language_defn): Likewise.
9919 * rust-lang.c (rust_language_defn): Likewise.
9920
9921 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9922
9923 * ada-lang.c (ada_is_character_type): Change return type to bool.
9924 (ada_is_string_type): Likewise.
9925 * ada-lang.h (ada_is_character_type): Update declaration
9926 (ada_is_string_type): Likewise.
9927
9928 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9929
9930 Support style in 'frame|thread apply'
9931
9932 * gdbcmd.h (execute_command_to_string): New term_out parameter.
9933 * record.c (record_start, record_stop): Update callers of
9934 execute_command_to_string with false.
9935 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
9936 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
9937 methods.
9938 (class string_file): New constructor with term_out parameter.
9939 Override methods term_out and can_emit_style_escape. New member
9940 term_out.
9941 (class stdio_file): Override can_emit_style_escape.
9942 (class tee_file): Override term_out and can_emit_style_escape.
9943 * utils.h (can_emit_style_escape): Remove.
9944 * utils.c (can_emit_style_escape): Likewise.
9945 Update all callers of can_emit_style_escape (SOMESTREAM) to
9946 SOMESTREAM->can_emit_style_escape.
9947 * source-cache.c (source_cache::get_source_lines): Likewise.
9948 * stack.c (frame_apply_command_count): Call execute_command_to_string
9949 passing the term_out characteristic of the current gdb_stdout.
9950 * thread.c (thr_try_catch_cmd): Likewise.
9951 * top.c (execute_command_to_string): pass term_out parameter
9952 to construct the string_file for the command output.
9953 * ui-file.c (term_cli_styling): New function (most code moved
9954 from utils.c can_emit_style_escape).
9955 (string_file::string_file, string_file::can_emit_style_escape,
9956 stdio_file::can_emit_style_escape, tee_file::term_out,
9957 tee_file::can_emit_style_escape): New functions.
9958
9959 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9960
9961 * NEWS: Mention the new set|show may-call-functions.
9962 * infcall.c (may_call_functions_p): New variable.
9963 (show_may_call_functions_p): New function.
9964 (call_function_by_hand_dummy): Throws an error if not
9965 may-call-functions.
9966 (_initialize_infcall): Call add_setshow_boolean_cmd for
9967 may-call-functions.
9968
9969 2019-04-25 Keith Seitz <keiths@redhat.com>
9970
9971 PR c++/24367
9972 * cp-support.c (inspect_type): Don't attempt substitutions
9973 of symbol with the same name.
9974
9975 2019-04-25 Tom Tromey <tromey@adacore.com>
9976
9977 PR gdb/24475:
9978 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
9979 static.
9980
9981 2019-04-25 Tom Tromey <tromey@adacore.com>
9982
9983 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
9984 rvalue reference.
9985 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
9986 (gdb_xml_parser::parse): Use std::move.
9987 * python/python-internal.h (gdbpy_convert_exception): Take a const
9988 reference.
9989 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
9990 std::move.
9991 * python/py-utils.c (gdbpy_convert_exception): Take a const
9992 reference.
9993 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
9994 Use std::move.
9995 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
9996 Use std::move.
9997 * mi/mi-main.c (mi_print_exception): Take a const reference.
9998 * main.c (handle_command_errors): Take a const reference.
9999 * linespec.c (parse_linespec): Use std::move.
10000 * infcall.c (run_inferior_call): Use std::move.
10001 (call_function_by_hand_dummy): Use std::move.
10002 * exec.c (try_open_exec_file): Use std::move.
10003 * exceptions.h (exception_print, exception_fprintf)
10004 (exception_print_same): Update.
10005 * exceptions.c (print_exception, exception_print)
10006 (exception_fprintf, exception_print_same): Change parameters to
10007 const reference.
10008 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10009 * common/new-op.c: Use std::move.
10010 * common/common-exceptions.h (struct gdb_exception): Add move
10011 constructor.
10012 (struct gdb_exception_error, struct gdb_exception_quit, struct
10013 gdb_quit_bad_alloc): Change constructor to move constructor.
10014 (throw_exception): Change parameter to rvalue reference.
10015 * common/common-exceptions.c (throw_exception): Take rvalue
10016 reference.
10017 * cli/cli-interp.c (safe_execute_command): Use std::move.
10018 * breakpoint.c (insert_bp_location, location_to_sals): Use
10019 std::move.
10020
10021 2019-04-25 Tom Tromey <tromey@adacore.com>
10022
10023 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10024 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10025 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10026 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10027 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10028 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10029 guile/scm-value.c: Use unpack.
10030 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10031 gdbscm_gdb_exception.
10032 (gdbscm_throw_gdb_exception): Likewise.
10033 (struct gdbscm_gdb_exception): New.
10034 (unpack): New function.
10035 (gdbscm_wrap): Use unpack.
10036
10037 2019-04-25 Tom Tromey <tromey@adacore.com>
10038
10039 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10040 (gdb_rl_callback_handler): Use std::move.
10041 * common/common-exceptions.h (struct gdb_exception): Add move
10042 assignment operator.
10043 (throw_exception_sjlj): Change "exception" to const reference.
10044 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10045 (throw_exception_sjlj): Change "exception" to const reference.
10046
10047 2019-04-25 Tom Tromey <tromey@adacore.com>
10048
10049 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10050 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10051 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10052 Update.
10053 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10054 Update.
10055 * mi/mi-interp.c (mi_interp::exec): Update.
10056 * linespec.c (parse_linespec): Update.
10057 * infcall.c (run_inferior_call): Update.
10058 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10059 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10060 (gdbscm_lookup_global_symbol): Update.
10061 * guile/scm-param.c (gdbscm_parameter_value): Update.
10062 * guile/scm-frame.c (gdbscm_frame_read_register)
10063 (gdbscm_frame_read_var): Update.
10064 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10065 * exec.c (try_open_exec_file): Update.
10066 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10067 (gdb_rl_callback_handler): Update.
10068 * common/common-exceptions.h (exception_none): Don't declare.
10069 * common/common-exceptions.c (exception_none): Don't define.
10070 (struct catcher) <exception>: Update.
10071 * cli/cli-interp.c (safe_execute_command): Update.
10072 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10073
10074 2019-04-25 Ali Tamur <tamur@google.com>
10075
10076 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10077 (read_attribute_value): Likewise.
10078 (dwarf2_read_addr_index): Update comment.
10079 (read_str_index): Add DW_FORM_strx.
10080 (dwarf2_string_attr): Likewise.
10081 (dwarf2_const_value_attr): Likewise.
10082 (dump_die_shallow): Likewise.
10083 (dwarf2_fetch_constant_bytes): Likewise.
10084 (skip_form_bytes): Likewise.
10085 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10086
10087 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10088
10089 PR corefiles/11608
10090 PR corefiles/18187
10091 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10092 OFFSET. Verify if current mapping contains an ELF header.
10093 (linux_find_memory_regions_full): Adjust call to
10094 dump_mapping_p.
10095
10096 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10097 Kang Li <kanglictf@gmail.com>
10098
10099 PR gdb/21600
10100
10101 * dwarf2-frame.c (read_initial_length): Be consistent about using
10102 unsigned representation of length.
10103 (decode_frame_entry_1): Likewise. Check for wraparound of
10104 end pointer as well as buffer overflow.
10105
10106 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10107
10108 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10109 "vq".
10110
10111 2019-04-24 Tom Tromey <tromey@adacore.com>
10112
10113 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10114
10115 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10116
10117 * s12z-tdep.c (s12z_unwind_pc): Delete.
10118 (s12z_unwind_sp): Delete.
10119 (s12z_gdbarch_init): Don't register deleted functions with
10120 gdbarch.
10121
10122 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10123
10124 * rl78-tdep.c (rl78_unwind_sp): Delete.
10125 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10126
10127 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10128
10129 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10130 (xstormy16_unwind_pc): Delete.
10131 (xstormy16_dummy_id): Delete.
10132 (xstormy16_gdbarch_init): Don't register deleted functions with
10133 gdbarch.
10134
10135 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10136
10137 * vax-tdep.c (vax_unwind_pc): Delete.
10138 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10139
10140 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10141
10142 * v850-tdep.c (v850_unwind_sp): Delete.
10143 (v850_unwind_pc): Delete.
10144 (v850_dummy_id): Delete.
10145 (v850_gdbarch_init): Don't register deleted functions with
10146 gdbarch.
10147
10148 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10149
10150 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10151 (tilegx_unwind_pc): Delete.
10152 (tilegx_unwind_dummy_id): Delete.
10153 (tilegx_gdbarch_init): Don't register deleted functions with
10154 gdbarch.
10155
10156 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10157
10158 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10159 (tic6x_dummy_id): Delete.
10160 (tic6x_gdbarch_init): Don't register deleted functions with
10161 gdbarch.
10162
10163 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10164
10165 * sparc-tdep.c (sparc_unwind_pc): Delete.
10166 (sparc32_gdbarch_init): Don't register deleted function with
10167 gdbarch.
10168
10169 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10170
10171 * sh-tdep.c (sh_unwind_sp): Delete.
10172 (sh_unwind_pc): Delete.
10173 (sh_dummy_id): Delete.
10174 (sh_gdbarch_init): Don't register deleted functions with
10175 gdbarch.
10176
10177 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10178
10179 * score-tdep.c (score_unwind_sp): Delete.
10180 (score_unwind_pc): Delete.
10181 (score_dummy_id): Delete.
10182 (score_gdbarch_init): Don't register deleted functions with
10183 gdbarch.
10184
10185 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10186
10187 * rx-tdep.c (rx_unwind_pc): Delete.
10188 (rx_unwind_sp): Delete.
10189 (rx_dummy_id): Delete.
10190 (rx_gdbarch_init): Don't register deleted functions with
10191 gdbarch. Update comment.
10192
10193 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10194
10195 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10196 (rs6000_dummy_id): Delete.
10197 (rs6000_gdbarch_init): Don't register deleted functions with
10198 gdbarch.
10199
10200 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10201
10202 * or1k-tdep.c (or1k_dummy_id): Delete.
10203 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10204
10205 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10206
10207 * nios2-tdep.c (nios2_dummy_id): Delete.
10208 (nios2_unwind_sp): Delete.
10209 (nios2_gdbarch_init): Don't register deleted functions with
10210 gdbarch.
10211
10212 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10213
10214 * nds32-tdep.c (nds32_dummy_id): Delete.
10215 (nds32_unwind_pc): Delete.
10216 (nds32_unwind_sp): Delete.
10217 (nds32_gdbarch_init): Don't register deleted functions with
10218 gdbarch.
10219
10220 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10221
10222 * msp430-tdep.c (msp430_unwind_pc): Delete.
10223 (msp430_unwind_sp): Delete.
10224 (msp430_dummy_id): Delete.
10225 (msp430_gdbarch_init): Don't register deleted functions with
10226 gdbarch.
10227
10228 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10229
10230 * moxie-tdep.c (moxie_unwind_sp): Delete.
10231 (moxie_unwind_pc): Delete.
10232 (moxie_dummy_id): Delete.
10233 (moxie_gdbarch_init): Don't register deleted functions with
10234 gdbarch.
10235
10236 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10237
10238 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10239 (mn10300_unwind_pc): Delete.
10240 (mn10300_unwind_sp): Delete.
10241 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10242 mn10300_unwind_sp.
10243 (mn10300_frame_unwind_init): Don't register deleted functions with
10244 gdbarch.
10245
10246 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10247
10248 * mep-tdep.c (mep_unwind_pc): Delete.
10249 (mep_unwind_sp): Delete.
10250 (mep_dummy_id): Delete.
10251 (mep_gdbarch_init): Don't register deleted functions with
10252 gdbarch.
10253
10254 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10255
10256 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10257 (m68hc11_unwind_sp): Delete.
10258 (m68hc11_gdbarch_init): Don't register deleted functions with
10259 gdbarch.
10260
10261 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10262
10263 * m32r-tdep.c (m32r_unwind_sp): Delete.
10264 (m32r_unwind_pc): Delete.
10265 (m32r_dummy_id): Delete.
10266 (m32r_gdbarch_init): Don't register deleted functions with
10267 gdbarch.
10268
10269 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10270
10271 * m32c-tdep.c (m32c_unwind_pc): Delete.
10272 (m32c_unwind_sp): Delete.
10273 (m32c_dummy_id): Delete.
10274 (m32c_gdbarch_init): Don't register deleted functions with
10275 gdbarch.
10276
10277 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10278
10279 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10280 (lm32_unwind_pc): Delete.
10281 (lm32_dummy_id): Delete.
10282 (lm32_gdbarch_init): Don't register deleted functions with
10283 gdbarch.
10284
10285 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10286
10287 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10288 (iq2000_unwind_pc): Delete.
10289 (iq2000_dummy_id): Delete.
10290 (iq2000_gdbarch_init): Don't register deleted functions with
10291 gdbarch.
10292
10293 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10294
10295 * nds32-tdep.c (nds32_type_align): Delete.
10296 (nds32_push_dummy_call): Use type_align instead.
10297
10298 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10299
10300 * arm-tdep.c (arm_type_align): Only handle vector override case.
10301 (arm_push_dummy_call): Use type_align.
10302 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10303
10304 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10305
10306 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10307 case.
10308 (pass_on_stack): Use type_align.
10309 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10310 function.
10311
10312 2019-04-23 Tom Tromey <tromey@adacore.com>
10313
10314 * dwarf2read.c (line_header::file_name_at): Remove unused
10315 overload.
10316
10317 2019-04-23 Tom de Vries <tdevries@suse.de>
10318
10319 PR gdb/24438
10320 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10321 invocation.
10322
10323
10324 2019-03-27 Ali Tamur <tamur@google.com>
10325
10326 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10327 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10328 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10329 (dwarf_expr_context::get_addr_index): Likewise
10330 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10331 (symbol_needs_eval_context::get_addr_index): Likewise
10332 (disassemble_dwarf_expression): Add DW_OP_addrx
10333 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10334 (read_cutu_die_from_dwo): Update comment
10335 (skip_one_die): Add DW_FORM_addrx
10336 (read_attribute_value): Likewise
10337 (var_decode_location): Add DW_OP_addrx
10338 (dwarf2_const_value_attr): Add DW_FORM_addrx
10339 (dump_die_shallow): Likewise
10340 (dwarf2_fetch_constant_bytes): Likewise
10341 (decode_locdesc): Add DW_OP_addrx
10342 (skip_form_bytes): Add DW_FORM_addrx
10343
10344 2019-04-22 Ali Tamur <tamur@google.com>
10345
10346 * MAINTAINERS (Write After Approval): Add self.
10347
10348 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10349
10350 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10351 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10352 (open_symbol_file_object): Likewise.
10353 (svr4_default_sos): Add info parameter.
10354 (svr4_read_so_list): Likewise.
10355 (svr4_current_sos_direct): Adjust functions calls to pass down
10356 info.
10357 (svr4_current_sos_1): Add info parameter.
10358 (svr4_current_sos): Call get_svr4_info, pass info down to
10359 svr4_current_sos_1.
10360 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10361 get_svr4_info.
10362 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10363 get_svr4_info.
10364 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10365 to get_svr4_info.
10366 (probes_table_remove_objfile_probes): Likewise.
10367 (register_solib_event_probe): Add info parameter.
10368 (solist_update_incremental): Pass info parameter down to
10369 svr4_read_so_list.
10370 (disable_probes_interface): Add info parameter.
10371 (svr4_handle_solib_event): Pass current_program_space to
10372 get_svr4_info. Adjust disable_probes_interface cleanup.
10373 (svr4_create_probe_breakpoints): Add info parameter, pass it
10374 down to register_solib_event_probe.
10375 (svr4_create_solib_event_breakpoints): Add info parameter,
10376 pass it down to svr4_create_probe_breakpoints.
10377 (enable_break): Pass info down to
10378 svr4_create_solib_event_breakpoints.
10379 (svr4_solib_create_inferior_hook): Pass current_program_space to
10380 get_svr4_info.
10381 (svr4_clear_solib): Likewise.
10382
10383 2019-04-22 Pedro Alves <palves@redhat.com>
10384
10385 * solib-svr4.c (svr4_free_objfile_observer): New.
10386 (probe_and_action::objfile): New field.
10387 (probes_table_htab_remove_objfile_probes)
10388 (probes_table_remove_objfile_probes): New functions.
10389 (register_solib_event_probe): Add 'objfile' parameter. Store it
10390 in the new probe_and_action. Don't store the probe in 'lookup'.
10391 (svr4_create_probe_breakpoints): Pass objfile to
10392 register_solib_event_probe.
10393 (_initialize_svr4_solib): Register a free_objfile observer.
10394
10395 2019-04-19 Tom Tromey <tom@tromey.com>
10396
10397 * common/queue.h: Remove.
10398
10399 2019-04-19 Tom Tromey <tom@tromey.com>
10400
10401 * event-loop.c: Don't include "common/queue.h".
10402
10403 2019-04-19 Tom Tromey <tom@tromey.com>
10404
10405 * remote.c (remote_target): Use delete.
10406 * remote-notif.h: Include <list>, not "common/queue.h".
10407 (notif_client_p): Remove typedef.
10408 (remote_notif_state): Add constructor, destructor, initializer.
10409 <notif_queue>: Now a std::list.
10410 (remote_notif_state_xfree): Don't declare.
10411 * remote-notif.c (remote_notif_process, handle_notification)
10412 (remote_notif_state_allocate): Update.
10413 (~remote_notif_state): Rename from remote_notif_state_xfree.
10414
10415 2019-04-19 Tom Tromey <tom@tromey.com>
10416
10417 * symfile.c (reread_symbols): Update.
10418 * objfiles.c (objfile_register_static_link)
10419 (objfile_lookup_static_link): Update
10420 (~objfile) Don't delete static_links.
10421 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10422
10423 2019-04-19 Tom Tromey <tom@tromey.com>
10424
10425 * type-stack.h (struct type_stack) <insert>: Constify string.
10426 * type-stack.c (type_stack::insert): Constify string.
10427 * gdbtypes.h (lookup_template_type): Update.
10428 (address_space_name_to_int): Update.
10429 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10430 const.
10431 (lookup_template_type): Make name const.
10432 * c-exp.y: Update rules.
10433 (lex_one_token, classify_name, classify_inner_name)
10434 (c_print_token): Update.
10435 * p-exp.y: Update rules.
10436 (yylex): Update.
10437 * f-exp.y: Update rules.
10438 (yylex): Update.
10439 * d-exp.y: Update rules.
10440 (lex_one_token, classify_name, classify_inner_name): Update.
10441 * parse.c (write_dollar_variable, copy_name): Return std::string.
10442 * parser-defs.h (copy_name): Change return type.
10443 * m2-exp.y: Update rules.
10444 (yylex): Update.
10445 * go-exp.y (lex_one_token): Update.
10446 Update rules.
10447 (classify_unsafe_function, classify_packaged_name)
10448 (classify_name, yylex): Update.
10449
10450 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10451
10452 * configure.ac: add --enable-source-highlight switch.
10453 * configure: Regenerate.
10454 * top.c (print_gdb_version): plumb --enable-source-highlight
10455 status to "show configuration".
10456
10457 2019-04-19 Tom Tromey <tromey@adacore.com>
10458
10459 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10460 Check ADA_TYPE_P.
10461 (empty_record, ada_template_to_fixed_record_type_1)
10462 (template_to_static_fixed_type)
10463 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10464 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10465 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10466 macros.
10467
10468 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10469
10470 PR symtab/24423:
10471 * source.c (print_source_lines_base): Advance "iter" when a
10472 control character is seen.
10473
10474 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10475
10476 * inferior.h (struct infcall_suspend_state_deleter):
10477 Catch exception in destructor to avoid crash.
10478
10479 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10480
10481 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10482 close to the add_com "shell".
10483
10484 2019-04-18 Tom Tromey <tromey@adacore.com>
10485
10486 * process-stratum-target.h (class process_stratum_target)
10487 <stratum>: Add "final".
10488
10489 2019-04-17 Tom Tromey <tromey@adacore.com>
10490
10491 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10492 against nullptr before use.
10493
10494 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10495
10496 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10497
10498 2019-04-17 Jim Wilson <jimw@sifive.com>
10499 Andrew Burgess <andrew.burgess@embecosm.com>
10500
10501 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10502 code read might fail, assume 4-byte breakpoint in that case.
10503
10504 2019-04-15 Leszek Swirski <leszeks@google.com>
10505
10506 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10507 rather than a hand-rolled POD check when checking for forced MEMORY
10508 classification.
10509
10510 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10511
10512 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10513 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10514 function.
10515 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10516 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10517 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10518 declaration.
10519
10520 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10521
10522 * aarch64-linux-nat.c
10523 (aarch64_linux_nat_target::thread_architecture): Add override.
10524 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10525 each VQ.
10526
10527 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10528
10529 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10530
10531 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10532
10533 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10534 target types of size 96-bits, add some additional comments, and
10535 check that the builtin type we found was the correct size.
10536
10537 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10538
10539 * utils.c (prompt_for_continue): Don't restore the styling at the
10540 end, as applied_style has the wrong value. This fixes styling in
10541 long lists of file names that are interrupted by the "Continue?"
10542 prompt.
10543
10544 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10545
10546 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10547 * c-lang.c (c_language_defn): Likewise.
10548 (cplus_language_defn): Likewise.
10549 (asm_language_defn): Likewise.
10550 (minimal_language_defn): Likewise.
10551 * d-lang.c (d_language_defn): Likewise.
10552 * f-lang.c (f_language_defn): Likewise.
10553 * go-lang.c (go_language_defn): Likewise.
10554 * language.c (unknown_language_defn): Likewise.
10555 (auto_language_defn): Likewise.
10556 * language.h (struct language_defn): Remove la_magic field.
10557 (LANG_MAGIC): Delete.
10558 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10559 * objc-lang.c (objc_language_defn): Likewise.
10560 * opencl-lang.c (opencl_language_defn): Likewise.
10561 * p-lang.c (pascal_language_defn): Likewise.
10562 * rust-lang.c (rust_language_defn): Likewise.
10563
10564 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10565
10566 * riscv-tdep.c (riscv_type_align): New function.
10567 (riscv_type_alignment): Delete.
10568 (riscv_arg_location): Use 'type_align'.
10569 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10570
10571 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10572
10573 * gdbtypes.c (type_align): A struct with no non-static fields also
10574 has alignment of 1.
10575
10576 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10577
10578 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10579 component to 0.
10580 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10581 member.
10582 (riscv_struct_info::analyse): New implementation using new
10583 analyse_inner member function.
10584 (riscv_struct_info::field_offset): New member function.
10585 (riscv_struct_info::m_offsets): New member variable.
10586 (riscv_struct_info::analyse_inner): New private member function,
10587 takes the old implementation of riscv_struct_info::analyse but
10588 extended to track field offsets.
10589 (riscv_call_arg_struct): Update the struct folding special cases
10590 to handle cases where empty C++ structs, which are non-zero
10591 length, are found.
10592 (riscv_arg_location): Initialise the length of each location, a
10593 non-zero length now indicates the location is in use.
10594 (riscv_push_dummy_call): Allow for the first location having a
10595 non-zero offset when setting up arguments.
10596 (riscv_return_value): Likewise, but for return values.
10597
10598 2019-04-11 Tom Tromey <tromey@adacore.com>
10599
10600 * utils.c (internal_vproblem): Make "msg" const.
10601
10602 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10603
10604 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10605 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10606 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10607 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10608
10609 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10610
10611 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10612 function.
10613 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10614 of amd64_collect_native_gregset.
10615 (amd64_linux_nat_target::store_registers): Likewise.
10616
10617 2019-04-10 Tom Tromey <tom@tromey.com>
10618
10619 * symtab.c (lookup_global_symbol_from_objfile)
10620 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10621 * objfiles.h (class separate_debug_iterator): New.
10622 (class separate_debug_range): New.
10623 (struct objfile) <separate_debug_objfiles>: New method.
10624 (objfile_separate_debug_iterate): Don't declare.
10625 * objfiles.c (separate_debug_iterator::operator++): Rename from
10626 objfile_separate_debug_iterate.
10627 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10628 iterator.
10629 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10630 iterator.
10631
10632 2019-04-10 Tom Tromey <tom@tromey.com>
10633
10634 * symfile.c (reread_symbols): Remove old comment.
10635 * objfiles.c (free_all_objfiles): Fix a typo.
10636
10637 2019-04-10 Tom Tromey <tom@tromey.com>
10638
10639 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10640 * minsyms.c (lookup_minimal_symbol): Use foreach.
10641 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10642 (lookup_minimal_symbol_solib_trampoline): Likewise.
10643 * symfile.c (reread_symbols): Use foreach.
10644
10645 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10646 Tom Tromey <tromey@adacore.com>
10647
10648 PR rust/24414:
10649 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10650 (rust_lex_int_test): Change "value" to be LONGEST.
10651 (rust_lex_tests): Add test for long integer literal.
10652
10653 2019-04-09 Tom Tromey <tromey@adacore.com>
10654
10655 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10656 to bool.
10657 (extended_remote_target::attach): Update.
10658 (remote_target::remote_notice_new_inferior): Update.
10659 (remote_target::add_current_inferior_and_thread): Update.
10660 * inferior.c (exit_inferior_1): Use "false".
10661 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10662
10663 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10664
10665 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10666 the "start" command.
10667
10668 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10669
10670 * python/py-inferior.c (infpy_thread_from_thread_handle):
10671 Adjust comments to reflect renaming of thread_from_thread_handle
10672 to thread_from_handle. Adjust keywords. Fix type error message.
10673 (inferior_object_methods): Add thread_from_handle. Retain
10674 thread_from_thread_handle, but mark it as deprecated.
10675
10676 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10677
10678 * gdbthread.h (find_thread_by_handle): Revise declaration.
10679 * thread.c (find_thread_by_handle): Likewise. Adjust
10680 implementation too.
10681 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10682 support for buffer objects as handles.
10683
10684 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10685
10686 * python/py-infthread.c (thpy_thread_handle): New function.
10687 (thread_object_methods): Register thpy_thread_handle.
10688
10689 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10690
10691 * gdbthread.h (thread_to_thread_handle): Declare.
10692 * thread.c (gdbtypes.h): Include.
10693 (thread_to_thread_handle): New function.
10694
10695 * target.h (struct target_ops): Add thread_info_to_thread_handle.
10696 (target_thread_info_to_thread_handle): Declare.
10697 * target.c (target_thread_info_to_thread_handle): New function.
10698 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
10699 * target-delegates.c: Regenerate.
10700
10701 * linux-thread-db.c (class thread_db_target): Add method
10702 thread_info_to_thread_handle.
10703 (thread_db_target::thread_info_to_thread_handle): Define.
10704 * remote.c (class remote_target): Add new method
10705 thread_info_to_thread_handle.
10706 (remote_target::thread_info_to_thread_handle): Define.
10707
10708 2019-04-08 Pedro Alves <palves@redhat.com>
10709
10710 * common/common-exceptions.c (throw_exception): Don't create
10711 named object to throw; throw directly.
10712 (throw_it): Likewise. Don't initialize gdb_exception::message
10713 here, with new; pass FMT and AP to the ctor instead.
10714 * common/common-exceptions.h: Include <string>.
10715 (gdb_exception::gdb_exception(enum return_reason, enum errors,
10716 const char *, va_list)): New ctor. Use std::make_shared.
10717 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
10718 errors)): Delete.
10719 (gdb_exception_error::gdb_exception_error(enum errors, const char
10720 *, va_list)): New.
10721 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
10722 Add assertion.
10723 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
10724 errors)): Delete.
10725 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
10726 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
10727 Add assertion.
10728
10729 2019-04-08 Tom Tromey <tom@tromey.com>
10730
10731 * valops.c (value_rtti_indirect_type): Replace throw_exception
10732 with throw.
10733 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
10734 with throw.
10735 * thread.c (thr_try_catch_cmd): Replace throw_exception with
10736 throw.
10737 * target.c (target_translate_tls_address): Replace throw_exception
10738 with throw.
10739 * stack.c (frame_apply_command_count): Replace throw_exception
10740 with throw.
10741 * solib-spu.c (append_ocl_sos): Replace throw_exception with
10742 throw.
10743 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
10744 with throw.
10745 * rs6000-tdep.c (rs6000_frame_cache)
10746 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
10747 * remote.c: Replace throw_exception with throw.
10748 * record-full.c (record_full_message, record_full_wait_1)
10749 (record_full_restore): Replace throw_exception with throw.
10750 * record-btrace.c:
10751 (get_thread_current_frame_id, record_btrace_start_replaying)
10752 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
10753 (cmd_record_btrace_start): Replace throw_exception with throw.
10754 * parse.c (parse_exp_in_context_1): Replace throw_exception with
10755 throw.
10756 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
10757 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
10758 * linespec.c:
10759 (find_linespec_symbols): Replace throw_exception with throw.
10760 * infrun.c (displaced_step_prepare, resume): Replace
10761 throw_exception with throw.
10762 * infcmd.c (post_create_inferior): Replace throw_exception with
10763 throw.
10764 * inf-loop.c (inferior_event_handler): Replace throw_exception
10765 with throw.
10766 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10767 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
10768 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
10769 (get_prev_frame_always, get_frame_pc_if_available)
10770 (get_frame_address_in_block_if_available, get_frame_language):
10771 Replace throw_exception with throw.
10772 * frame-unwind.c (frame_unwind_try_unwinder): Replace
10773 throw_exception with throw.
10774 * eval.c (fetch_subexp_value, evaluate_var_value)
10775 (evaluate_funcall, evaluate_subexp_standard): Replace
10776 throw_exception with throw.
10777 * dwarf2loc.c (call_site_find_chain)
10778 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10779 Replace throw_exception with throw.
10780 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10781 with throw.
10782 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10783 throw.
10784 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10785 * completer.c (complete_line_internal): Replace throw_exception
10786 with throw.
10787 * compile/compile-object-run.c (compile_object_run): Replace
10788 throw_exception with throw.
10789 * cli/cli-script.c (process_next_line): Replace throw_exception
10790 with throw.
10791 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
10792 (btrace_enable, btrace_maint_update_pt_packets): Replace
10793 throw_exception with throw.
10794 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
10795 throw_exception with throw.
10796 * break-catch-throw.c (re_set_exception_catchpoint): Replace
10797 throw_exception with throw.
10798 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10799 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
10800 * aarch64-tdep.c (aarch64_make_prologue_cache)
10801 (aarch64_make_stub_cache): Replace throw_exception with throw.
10802
10803 2019-04-08 Tom Tromey <tom@tromey.com>
10804
10805 * common/common-exceptions.c (throw_exception): Rename from
10806 throw_exception_cxx. Remove old copy. Make argument const.
10807 (throw_it): Create and throw exception objects directly.
10808 * common/common-exceptions.h (throw_exception): Make argument
10809 const.
10810 (struct gdb_exception_error): Add constructor.
10811 (struct gdb_exception_quit): Add constructor.
10812
10813 2019-04-08 Tom Tromey <tom@tromey.com>
10814
10815 * common/common-exceptions.h (exception_rethrow): Don't declare.
10816 (TRY_SJLJ): Update comment.
10817 (TRY, CATCH, END_CATCH): Remove.
10818 * common/common-exceptions.c (exception_rethrow): Remove.
10819
10820 2019-04-08 Tom Tromey <tom@tromey.com>
10821
10822 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
10823 Remove.
10824 (gdb_exception_error): Rename from
10825 gdb_exception_RETURN_MASK_ERROR.
10826 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
10827 (gdb_quit_bad_alloc): Update.
10828 * aarch64-tdep.c: Update.
10829 * ada-lang.c: Update.
10830 * ada-typeprint.c: Update.
10831 * ada-valprint.c: Update.
10832 * amd64-tdep.c: Update.
10833 * arch-utils.c: Update.
10834 * break-catch-throw.c: Update.
10835 * breakpoint.c: Update.
10836 * btrace.c: Update.
10837 * c-varobj.c: Update.
10838 * cli/cli-cmds.c: Update.
10839 * cli/cli-interp.c: Update.
10840 * cli/cli-script.c: Update.
10841 * common/common-exceptions.c: Update.
10842 * common/new-op.c: Update.
10843 * common/selftest.c: Update.
10844 * compile/compile-c-symbols.c: Update.
10845 * compile/compile-cplus-symbols.c: Update.
10846 * compile/compile-object-load.c: Update.
10847 * compile/compile-object-run.c: Update.
10848 * completer.c: Update.
10849 * corelow.c: Update.
10850 * cp-abi.c: Update.
10851 * cp-support.c: Update.
10852 * cp-valprint.c: Update.
10853 * darwin-nat.c: Update.
10854 * disasm-selftests.c: Update.
10855 * dtrace-probe.c: Update.
10856 * dwarf-index-cache.c: Update.
10857 * dwarf-index-write.c: Update.
10858 * dwarf2-frame-tailcall.c: Update.
10859 * dwarf2-frame.c: Update.
10860 * dwarf2loc.c: Update.
10861 * dwarf2read.c: Update.
10862 * eval.c: Update.
10863 * event-loop.c: Update.
10864 * event-top.c: Update.
10865 * exec.c: Update.
10866 * f-valprint.c: Update.
10867 * fbsd-tdep.c: Update.
10868 * frame-unwind.c: Update.
10869 * frame.c: Update.
10870 * gdbtypes.c: Update.
10871 * gnu-v3-abi.c: Update.
10872 * guile/guile-internal.h: Update.
10873 * guile/scm-block.c: Update.
10874 * guile/scm-breakpoint.c: Update.
10875 * guile/scm-cmd.c: Update.
10876 * guile/scm-disasm.c: Update.
10877 * guile/scm-frame.c: Update.
10878 * guile/scm-lazy-string.c: Update.
10879 * guile/scm-math.c: Update.
10880 * guile/scm-param.c: Update.
10881 * guile/scm-ports.c: Update.
10882 * guile/scm-pretty-print.c: Update.
10883 * guile/scm-symbol.c: Update.
10884 * guile/scm-symtab.c: Update.
10885 * guile/scm-type.c: Update.
10886 * guile/scm-value.c: Update.
10887 * i386-linux-tdep.c: Update.
10888 * i386-tdep.c: Update.
10889 * inf-loop.c: Update.
10890 * infcall.c: Update.
10891 * infcmd.c: Update.
10892 * infrun.c: Update.
10893 * jit.c: Update.
10894 * language.c: Update.
10895 * linespec.c: Update.
10896 * linux-fork.c: Update.
10897 * linux-nat.c: Update.
10898 * linux-tdep.c: Update.
10899 * linux-thread-db.c: Update.
10900 * main.c: Update.
10901 * mi/mi-cmd-break.c: Update.
10902 * mi/mi-cmd-stack.c: Update.
10903 * mi/mi-interp.c: Update.
10904 * mi/mi-main.c: Update.
10905 * objc-lang.c: Update.
10906 * p-valprint.c: Update.
10907 * parse.c: Update.
10908 * ppc-linux-tdep.c: Update.
10909 * printcmd.c: Update.
10910 * python/py-arch.c: Update.
10911 * python/py-breakpoint.c: Update.
10912 * python/py-cmd.c: Update.
10913 * python/py-finishbreakpoint.c: Update.
10914 * python/py-frame.c: Update.
10915 * python/py-framefilter.c: Update.
10916 * python/py-gdb-readline.c: Update.
10917 * python/py-inferior.c: Update.
10918 * python/py-infthread.c: Update.
10919 * python/py-lazy-string.c: Update.
10920 * python/py-linetable.c: Update.
10921 * python/py-objfile.c: Update.
10922 * python/py-param.c: Update.
10923 * python/py-prettyprint.c: Update.
10924 * python/py-progspace.c: Update.
10925 * python/py-record-btrace.c: Update.
10926 * python/py-record.c: Update.
10927 * python/py-symbol.c: Update.
10928 * python/py-type.c: Update.
10929 * python/py-unwind.c: Update.
10930 * python/py-utils.c: Update.
10931 * python/py-value.c: Update.
10932 * python/python.c: Update.
10933 * record-btrace.c: Update.
10934 * record-full.c: Update.
10935 * remote-fileio.c: Update.
10936 * remote.c: Update.
10937 * riscv-tdep.c: Update.
10938 * rs6000-aix-tdep.c: Update.
10939 * rs6000-tdep.c: Update.
10940 * rust-exp.y: Update.
10941 * rust-lang.c: Update.
10942 * s390-tdep.c: Update.
10943 * selftest-arch.c: Update.
10944 * solib-dsbt.c: Update.
10945 * solib-frv.c: Update.
10946 * solib-spu.c: Update.
10947 * solib-svr4.c: Update.
10948 * solib.c: Update.
10949 * sparc64-linux-tdep.c: Update.
10950 * stack.c: Update.
10951 * symfile-mem.c: Update.
10952 * symmisc.c: Update.
10953 * target.c: Update.
10954 * thread.c: Update.
10955 * top.c: Update.
10956 * tracefile-tfile.c: Update.
10957 * tui/tui.c: Update.
10958 * typeprint.c: Update.
10959 * unittests/cli-utils-selftests.c: Update.
10960 * unittests/parse-connection-spec-selftests.c: Update.
10961 * valops.c: Update.
10962 * valprint.c: Update.
10963 * value.c: Update.
10964 * varobj.c: Update.
10965 * windows-nat.c: Update.
10966 * x86-linux-nat.c: Update.
10967 * xml-support.c: Update.
10968
10969 2019-04-08 Tom Tromey <tom@tromey.com>
10970
10971 * xml-support.c: Use C++ exception handling.
10972 * x86-linux-nat.c: Use C++ exception handling.
10973 * windows-nat.c: Use C++ exception handling.
10974 * varobj.c: Use C++ exception handling.
10975 * value.c: Use C++ exception handling.
10976 * valprint.c: Use C++ exception handling.
10977 * valops.c: Use C++ exception handling.
10978 * unittests/parse-connection-spec-selftests.c: Use C++ exception
10979 handling.
10980 * unittests/cli-utils-selftests.c: Use C++ exception handling.
10981 * typeprint.c: Use C++ exception handling.
10982 * tui/tui.c: Use C++ exception handling.
10983 * tracefile-tfile.c: Use C++ exception handling.
10984 * top.c: Use C++ exception handling.
10985 * thread.c: Use C++ exception handling.
10986 * target.c: Use C++ exception handling.
10987 * symmisc.c: Use C++ exception handling.
10988 * symfile-mem.c: Use C++ exception handling.
10989 * stack.c: Use C++ exception handling.
10990 * sparc64-linux-tdep.c: Use C++ exception handling.
10991 * solib.c: Use C++ exception handling.
10992 * solib-svr4.c: Use C++ exception handling.
10993 * solib-spu.c: Use C++ exception handling.
10994 * solib-frv.c: Use C++ exception handling.
10995 * solib-dsbt.c: Use C++ exception handling.
10996 * selftest-arch.c: Use C++ exception handling.
10997 * s390-tdep.c: Use C++ exception handling.
10998 * rust-lang.c: Use C++ exception handling.
10999 * rust-exp.y: Use C++ exception handling.
11000 * rs6000-tdep.c: Use C++ exception handling.
11001 * rs6000-aix-tdep.c: Use C++ exception handling.
11002 * riscv-tdep.c: Use C++ exception handling.
11003 * remote.c: Use C++ exception handling.
11004 * remote-fileio.c: Use C++ exception handling.
11005 * record-full.c: Use C++ exception handling.
11006 * record-btrace.c: Use C++ exception handling.
11007 * python/python.c: Use C++ exception handling.
11008 * python/py-value.c: Use C++ exception handling.
11009 * python/py-utils.c: Use C++ exception handling.
11010 * python/py-unwind.c: Use C++ exception handling.
11011 * python/py-type.c: Use C++ exception handling.
11012 * python/py-symbol.c: Use C++ exception handling.
11013 * python/py-record.c: Use C++ exception handling.
11014 * python/py-record-btrace.c: Use C++ exception handling.
11015 * python/py-progspace.c: Use C++ exception handling.
11016 * python/py-prettyprint.c: Use C++ exception handling.
11017 * python/py-param.c: Use C++ exception handling.
11018 * python/py-objfile.c: Use C++ exception handling.
11019 * python/py-linetable.c: Use C++ exception handling.
11020 * python/py-lazy-string.c: Use C++ exception handling.
11021 * python/py-infthread.c: Use C++ exception handling.
11022 * python/py-inferior.c: Use C++ exception handling.
11023 * python/py-gdb-readline.c: Use C++ exception handling.
11024 * python/py-framefilter.c: Use C++ exception handling.
11025 * python/py-frame.c: Use C++ exception handling.
11026 * python/py-finishbreakpoint.c: Use C++ exception handling.
11027 * python/py-cmd.c: Use C++ exception handling.
11028 * python/py-breakpoint.c: Use C++ exception handling.
11029 * python/py-arch.c: Use C++ exception handling.
11030 * printcmd.c: Use C++ exception handling.
11031 * ppc-linux-tdep.c: Use C++ exception handling.
11032 * parse.c: Use C++ exception handling.
11033 * p-valprint.c: Use C++ exception handling.
11034 * objc-lang.c: Use C++ exception handling.
11035 * mi/mi-main.c: Use C++ exception handling.
11036 * mi/mi-interp.c: Use C++ exception handling.
11037 * mi/mi-cmd-stack.c: Use C++ exception handling.
11038 * mi/mi-cmd-break.c: Use C++ exception handling.
11039 * main.c: Use C++ exception handling.
11040 * linux-thread-db.c: Use C++ exception handling.
11041 * linux-tdep.c: Use C++ exception handling.
11042 * linux-nat.c: Use C++ exception handling.
11043 * linux-fork.c: Use C++ exception handling.
11044 * linespec.c: Use C++ exception handling.
11045 * language.c: Use C++ exception handling.
11046 * jit.c: Use C++ exception handling.
11047 * infrun.c: Use C++ exception handling.
11048 * infcmd.c: Use C++ exception handling.
11049 * infcall.c: Use C++ exception handling.
11050 * inf-loop.c: Use C++ exception handling.
11051 * i386-tdep.c: Use C++ exception handling.
11052 * i386-linux-tdep.c: Use C++ exception handling.
11053 * guile/scm-value.c: Use C++ exception handling.
11054 * guile/scm-type.c: Use C++ exception handling.
11055 * guile/scm-symtab.c: Use C++ exception handling.
11056 * guile/scm-symbol.c: Use C++ exception handling.
11057 * guile/scm-pretty-print.c: Use C++ exception handling.
11058 * guile/scm-ports.c: Use C++ exception handling.
11059 * guile/scm-param.c: Use C++ exception handling.
11060 * guile/scm-math.c: Use C++ exception handling.
11061 * guile/scm-lazy-string.c: Use C++ exception handling.
11062 * guile/scm-frame.c: Use C++ exception handling.
11063 * guile/scm-disasm.c: Use C++ exception handling.
11064 * guile/scm-cmd.c: Use C++ exception handling.
11065 * guile/scm-breakpoint.c: Use C++ exception handling.
11066 * guile/scm-block.c: Use C++ exception handling.
11067 * guile/guile-internal.h: Use C++ exception handling.
11068 * gnu-v3-abi.c: Use C++ exception handling.
11069 * gdbtypes.c: Use C++ exception handling.
11070 * frame.c: Use C++ exception handling.
11071 * frame-unwind.c: Use C++ exception handling.
11072 * fbsd-tdep.c: Use C++ exception handling.
11073 * f-valprint.c: Use C++ exception handling.
11074 * exec.c: Use C++ exception handling.
11075 * event-top.c: Use C++ exception handling.
11076 * event-loop.c: Use C++ exception handling.
11077 * eval.c: Use C++ exception handling.
11078 * dwarf2read.c: Use C++ exception handling.
11079 * dwarf2loc.c: Use C++ exception handling.
11080 * dwarf2-frame.c: Use C++ exception handling.
11081 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11082 * dwarf-index-write.c: Use C++ exception handling.
11083 * dwarf-index-cache.c: Use C++ exception handling.
11084 * dtrace-probe.c: Use C++ exception handling.
11085 * disasm-selftests.c: Use C++ exception handling.
11086 * darwin-nat.c: Use C++ exception handling.
11087 * cp-valprint.c: Use C++ exception handling.
11088 * cp-support.c: Use C++ exception handling.
11089 * cp-abi.c: Use C++ exception handling.
11090 * corelow.c: Use C++ exception handling.
11091 * completer.c: Use C++ exception handling.
11092 * compile/compile-object-run.c: Use C++ exception handling.
11093 * compile/compile-object-load.c: Use C++ exception handling.
11094 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11095 * compile/compile-c-symbols.c: Use C++ exception handling.
11096 * common/selftest.c: Use C++ exception handling.
11097 * common/new-op.c: Use C++ exception handling.
11098 * cli/cli-script.c: Use C++ exception handling.
11099 * cli/cli-interp.c: Use C++ exception handling.
11100 * cli/cli-cmds.c: Use C++ exception handling.
11101 * c-varobj.c: Use C++ exception handling.
11102 * btrace.c: Use C++ exception handling.
11103 * breakpoint.c: Use C++ exception handling.
11104 * break-catch-throw.c: Use C++ exception handling.
11105 * arch-utils.c: Use C++ exception handling.
11106 * amd64-tdep.c: Use C++ exception handling.
11107 * ada-valprint.c: Use C++ exception handling.
11108 * ada-typeprint.c: Use C++ exception handling.
11109 * ada-lang.c: Use C++ exception handling.
11110 * aarch64-tdep.c: Use C++ exception handling.
11111
11112 2019-04-08 Tom Tromey <tom@tromey.com>
11113
11114 * xml-support.c (gdb_xml_parser::parse): Update.
11115 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11116 * value.c (show_convenience): Update.
11117 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11118 (test_parse_flags_qcs): Update.
11119 * thread.c (thr_try_catch_cmd): Update.
11120 * target.c (target_translate_tls_address): Update.
11121 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11122 (info_frame_command_core, frame_apply_command_count): Update.
11123 * rust-exp.y (rust_lex_exception_test): Update.
11124 * riscv-tdep.c (riscv_print_one_register_info): Update.
11125 * remote.c (remote_target::enable_btrace): Update.
11126 * record-btrace.c (record_btrace_enable_warn): Update.
11127 * python/py-utils.c (gdbpy_convert_exception): Update.
11128 * printcmd.c (do_one_display, print_variable_and_value): Update.
11129 * mi/mi-main.c (mi_print_exception): Update.
11130 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11131 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11132 * linux-nat.c (linux_nat_target::attach): Update.
11133 * linux-fork.c (class scoped_switch_fork_info): Update.
11134 * infrun.c (displaced_step_prepare): Update.
11135 * infcall.c (call_function_by_hand_dummy): Update.
11136 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11137 * gnu-v3-abi.c (print_one_vtable): Update.
11138 * frame.c (get_prev_frame_always): Update.
11139 * f-valprint.c (info_common_command_for_block): Update.
11140 * exec.c (try_open_exec_file): Update.
11141 * exceptions.c (print_exception, exception_print)
11142 (exception_fprintf, exception_print_same): Update.
11143 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11144 * dwarf-index-cache.c (index_cache::store)
11145 (index_cache::lookup_gdb_index): Update.
11146 * darwin-nat.c (maybe_cache_shell): Update.
11147 * cp-valprint.c (cp_print_value_fields): Update.
11148 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11149 (gcc_cplus_symbol_address): Update.
11150 * compile/compile-c-symbols.c (gcc_convert_symbol)
11151 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11152 * common/selftest.c: Update.
11153 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11154 a std::string.
11155 (exception_try_scope_entry, exception_try_scope_exit): Don't
11156 declare.
11157 (struct exception_try_scope): Remove.
11158 (TRY): Don't use exception_try_scope.
11159 (struct gdb_exception): Add constructor, operator=.
11160 <what>: New method.
11161 (struct gdb_exception_RETURN_MASK_ALL)
11162 (struct gdb_exception_RETURN_MASK_ERROR)
11163 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11164 (struct gdb_quit_bad_alloc): Update.
11165 * common/common-exceptions.c (exception_none): Change
11166 initializer.
11167 (struct catcher) <state, exception>: Initialize inline.
11168 <prev>: Remove member.
11169 (current_catcher): Remove.
11170 (catchers): New global.
11171 (exceptions_state_mc_init): Simplify.
11172 (catcher_pop): Remove.
11173 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11174 (try_scope_depth, exception_try_scope_entry)
11175 (exception_try_scope_exit): Remove.
11176 (throw_exception_sjlj): Update.
11177 (exception_messages, exception_messages_size): Remove.
11178 (throw_it): Simplify.
11179 (gdb_exception_sliced_copy): Remove.
11180 (throw_exception_cxx): Update.
11181 * cli/cli-script.c (script_from_file): Update.
11182 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11183 Update.
11184 * ada-valprint.c (ada_val_print): Update.
11185 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11186 (create_excep_cond_exprs): Update.
11187
11188 2019-04-08 Tom Tromey <tom@tromey.com>
11189
11190 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11191 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11192 (TRY, CATCH, END_CATCH): Remove some definitions.
11193 * common/common-exceptions.c: Don't use GDB_XCPT.
11194 (catcher_list_size): Remove.
11195 (throw_exception, throw_it): Simplify.
11196
11197 2019-04-05 Tom Tromey <tom@tromey.com>
11198
11199 Revert the header-sorting patch.
11200 * ft32-tdep.c: Revert.
11201 * frv-tdep.c: Revert.
11202 * frv-linux-tdep.c: Revert.
11203 * frame.c: Revert.
11204 * frame-unwind.c: Revert.
11205 * frame-base.c: Revert.
11206 * fork-child.c: Revert.
11207 * findvar.c: Revert.
11208 * findcmd.c: Revert.
11209 * filesystem.c: Revert.
11210 * filename-seen-cache.h: Revert.
11211 * filename-seen-cache.c: Revert.
11212 * fbsd-tdep.c: Revert.
11213 * fbsd-nat.h: Revert.
11214 * fbsd-nat.c: Revert.
11215 * f-valprint.c: Revert.
11216 * f-typeprint.c: Revert.
11217 * f-lang.c: Revert.
11218 * extension.h: Revert.
11219 * extension.c: Revert.
11220 * extension-priv.h: Revert.
11221 * expprint.c: Revert.
11222 * exec.h: Revert.
11223 * exec.c: Revert.
11224 * exceptions.c: Revert.
11225 * event-top.c: Revert.
11226 * event-loop.c: Revert.
11227 * eval.c: Revert.
11228 * elfread.c: Revert.
11229 * dwarf2read.h: Revert.
11230 * dwarf2read.c: Revert.
11231 * dwarf2loc.c: Revert.
11232 * dwarf2expr.h: Revert.
11233 * dwarf2expr.c: Revert.
11234 * dwarf2-frame.c: Revert.
11235 * dwarf2-frame-tailcall.c: Revert.
11236 * dwarf-index-write.h: Revert.
11237 * dwarf-index-write.c: Revert.
11238 * dwarf-index-common.c: Revert.
11239 * dwarf-index-cache.h: Revert.
11240 * dwarf-index-cache.c: Revert.
11241 * dummy-frame.c: Revert.
11242 * dtrace-probe.c: Revert.
11243 * disasm.h: Revert.
11244 * disasm.c: Revert.
11245 * disasm-selftests.c: Revert.
11246 * dictionary.c: Revert.
11247 * dicos-tdep.c: Revert.
11248 * demangle.c: Revert.
11249 * dcache.h: Revert.
11250 * dcache.c: Revert.
11251 * darwin-nat.h: Revert.
11252 * darwin-nat.c: Revert.
11253 * darwin-nat-info.c: Revert.
11254 * d-valprint.c: Revert.
11255 * d-namespace.c: Revert.
11256 * d-lang.c: Revert.
11257 * ctf.c: Revert.
11258 * csky-tdep.c: Revert.
11259 * csky-linux-tdep.c: Revert.
11260 * cris-tdep.c: Revert.
11261 * cris-linux-tdep.c: Revert.
11262 * cp-valprint.c: Revert.
11263 * cp-support.c: Revert.
11264 * cp-namespace.c: Revert.
11265 * cp-abi.c: Revert.
11266 * corelow.c: Revert.
11267 * corefile.c: Revert.
11268 * continuations.c: Revert.
11269 * completer.h: Revert.
11270 * completer.c: Revert.
11271 * complaints.c: Revert.
11272 * coffread.c: Revert.
11273 * coff-pe-read.c: Revert.
11274 * cli-out.h: Revert.
11275 * cli-out.c: Revert.
11276 * charset.c: Revert.
11277 * c-varobj.c: Revert.
11278 * c-valprint.c: Revert.
11279 * c-typeprint.c: Revert.
11280 * c-lang.c: Revert.
11281 * buildsym.c: Revert.
11282 * buildsym-legacy.c: Revert.
11283 * build-id.h: Revert.
11284 * build-id.c: Revert.
11285 * btrace.c: Revert.
11286 * bsd-uthread.c: Revert.
11287 * breakpoint.h: Revert.
11288 * breakpoint.c: Revert.
11289 * break-catch-throw.c: Revert.
11290 * break-catch-syscall.c: Revert.
11291 * break-catch-sig.c: Revert.
11292 * blockframe.c: Revert.
11293 * block.c: Revert.
11294 * bfin-tdep.c: Revert.
11295 * bfin-linux-tdep.c: Revert.
11296 * bfd-target.c: Revert.
11297 * bcache.c: Revert.
11298 * ax-general.c: Revert.
11299 * ax-gdb.h: Revert.
11300 * ax-gdb.c: Revert.
11301 * avr-tdep.c: Revert.
11302 * auxv.c: Revert.
11303 * auto-load.c: Revert.
11304 * arm-wince-tdep.c: Revert.
11305 * arm-tdep.c: Revert.
11306 * arm-symbian-tdep.c: Revert.
11307 * arm-pikeos-tdep.c: Revert.
11308 * arm-obsd-tdep.c: Revert.
11309 * arm-nbsd-tdep.c: Revert.
11310 * arm-nbsd-nat.c: Revert.
11311 * arm-linux-tdep.c: Revert.
11312 * arm-linux-nat.c: Revert.
11313 * arm-fbsd-tdep.c: Revert.
11314 * arm-fbsd-nat.c: Revert.
11315 * arm-bsd-tdep.c: Revert.
11316 * arch-utils.c: Revert.
11317 * arc-tdep.c: Revert.
11318 * arc-newlib-tdep.c: Revert.
11319 * annotate.h: Revert.
11320 * annotate.c: Revert.
11321 * amd64-windows-tdep.c: Revert.
11322 * amd64-windows-nat.c: Revert.
11323 * amd64-tdep.c: Revert.
11324 * amd64-sol2-tdep.c: Revert.
11325 * amd64-obsd-tdep.c: Revert.
11326 * amd64-obsd-nat.c: Revert.
11327 * amd64-nbsd-tdep.c: Revert.
11328 * amd64-nbsd-nat.c: Revert.
11329 * amd64-nat.c: Revert.
11330 * amd64-linux-tdep.c: Revert.
11331 * amd64-linux-nat.c: Revert.
11332 * amd64-fbsd-tdep.c: Revert.
11333 * amd64-fbsd-nat.c: Revert.
11334 * amd64-dicos-tdep.c: Revert.
11335 * amd64-darwin-tdep.c: Revert.
11336 * amd64-bsd-nat.c: Revert.
11337 * alpha-tdep.c: Revert.
11338 * alpha-obsd-tdep.c: Revert.
11339 * alpha-nbsd-tdep.c: Revert.
11340 * alpha-mdebug-tdep.c: Revert.
11341 * alpha-linux-tdep.c: Revert.
11342 * alpha-linux-nat.c: Revert.
11343 * alpha-bsd-tdep.c: Revert.
11344 * alpha-bsd-nat.c: Revert.
11345 * aix-thread.c: Revert.
11346 * agent.c: Revert.
11347 * addrmap.c: Revert.
11348 * ada-varobj.c: Revert.
11349 * ada-valprint.c: Revert.
11350 * ada-typeprint.c: Revert.
11351 * ada-tasks.c: Revert.
11352 * ada-lang.c: Revert.
11353 * aarch64-tdep.c: Revert.
11354 * aarch64-ravenscar-thread.c: Revert.
11355 * aarch64-newlib-tdep.c: Revert.
11356 * aarch64-linux-tdep.c: Revert.
11357 * aarch64-linux-nat.c: Revert.
11358 * aarch64-fbsd-tdep.c: Revert.
11359 * aarch64-fbsd-nat.c: Revert.
11360 * aarch32-linux-nat.c: Revert.
11361
11362 2019-04-05 Tom Tromey <tom@tromey.com>
11363
11364 * ft32-tdep.c: Sort headers.
11365 * frv-tdep.c: Sort headers.
11366 * frv-linux-tdep.c: Sort headers.
11367 * frame.c: Sort headers.
11368 * frame-unwind.c: Sort headers.
11369 * frame-base.c: Sort headers.
11370 * fork-child.c: Sort headers.
11371 * findvar.c: Sort headers.
11372 * findcmd.c: Sort headers.
11373 * filesystem.c: Sort headers.
11374 * filename-seen-cache.h: Sort headers.
11375 * filename-seen-cache.c: Sort headers.
11376 * fbsd-tdep.c: Sort headers.
11377 * fbsd-nat.h: Sort headers.
11378 * fbsd-nat.c: Sort headers.
11379 * f-valprint.c: Sort headers.
11380 * f-typeprint.c: Sort headers.
11381 * f-lang.c: Sort headers.
11382 * extension.h: Sort headers.
11383 * extension.c: Sort headers.
11384 * extension-priv.h: Sort headers.
11385 * expprint.c: Sort headers.
11386 * exec.h: Sort headers.
11387 * exec.c: Sort headers.
11388 * exceptions.c: Sort headers.
11389 * event-top.c: Sort headers.
11390 * event-loop.c: Sort headers.
11391 * eval.c: Sort headers.
11392 * elfread.c: Sort headers.
11393 * dwarf2read.h: Sort headers.
11394 * dwarf2read.c: Sort headers.
11395 * dwarf2loc.c: Sort headers.
11396 * dwarf2expr.h: Sort headers.
11397 * dwarf2expr.c: Sort headers.
11398 * dwarf2-frame.c: Sort headers.
11399 * dwarf2-frame-tailcall.c: Sort headers.
11400 * dwarf-index-write.h: Sort headers.
11401 * dwarf-index-write.c: Sort headers.
11402 * dwarf-index-common.c: Sort headers.
11403 * dwarf-index-cache.h: Sort headers.
11404 * dwarf-index-cache.c: Sort headers.
11405 * dummy-frame.c: Sort headers.
11406 * dtrace-probe.c: Sort headers.
11407 * disasm.h: Sort headers.
11408 * disasm.c: Sort headers.
11409 * disasm-selftests.c: Sort headers.
11410 * dictionary.c: Sort headers.
11411 * dicos-tdep.c: Sort headers.
11412 * demangle.c: Sort headers.
11413 * dcache.h: Sort headers.
11414 * dcache.c: Sort headers.
11415 * darwin-nat.h: Sort headers.
11416 * darwin-nat.c: Sort headers.
11417 * darwin-nat-info.c: Sort headers.
11418 * d-valprint.c: Sort headers.
11419 * d-namespace.c: Sort headers.
11420 * d-lang.c: Sort headers.
11421 * ctf.c: Sort headers.
11422 * csky-tdep.c: Sort headers.
11423 * csky-linux-tdep.c: Sort headers.
11424 * cris-tdep.c: Sort headers.
11425 * cris-linux-tdep.c: Sort headers.
11426 * cp-valprint.c: Sort headers.
11427 * cp-support.c: Sort headers.
11428 * cp-namespace.c: Sort headers.
11429 * cp-abi.c: Sort headers.
11430 * corelow.c: Sort headers.
11431 * corefile.c: Sort headers.
11432 * continuations.c: Sort headers.
11433 * completer.h: Sort headers.
11434 * completer.c: Sort headers.
11435 * complaints.c: Sort headers.
11436 * coffread.c: Sort headers.
11437 * coff-pe-read.c: Sort headers.
11438 * cli-out.h: Sort headers.
11439 * cli-out.c: Sort headers.
11440 * charset.c: Sort headers.
11441 * c-varobj.c: Sort headers.
11442 * c-valprint.c: Sort headers.
11443 * c-typeprint.c: Sort headers.
11444 * c-lang.c: Sort headers.
11445 * buildsym.c: Sort headers.
11446 * buildsym-legacy.c: Sort headers.
11447 * build-id.h: Sort headers.
11448 * build-id.c: Sort headers.
11449 * btrace.c: Sort headers.
11450 * bsd-uthread.c: Sort headers.
11451 * breakpoint.h: Sort headers.
11452 * breakpoint.c: Sort headers.
11453 * break-catch-throw.c: Sort headers.
11454 * break-catch-syscall.c: Sort headers.
11455 * break-catch-sig.c: Sort headers.
11456 * blockframe.c: Sort headers.
11457 * block.c: Sort headers.
11458 * bfin-tdep.c: Sort headers.
11459 * bfin-linux-tdep.c: Sort headers.
11460 * bfd-target.c: Sort headers.
11461 * bcache.c: Sort headers.
11462 * ax-general.c: Sort headers.
11463 * ax-gdb.h: Sort headers.
11464 * ax-gdb.c: Sort headers.
11465 * avr-tdep.c: Sort headers.
11466 * auxv.c: Sort headers.
11467 * auto-load.c: Sort headers.
11468 * arm-wince-tdep.c: Sort headers.
11469 * arm-tdep.c: Sort headers.
11470 * arm-symbian-tdep.c: Sort headers.
11471 * arm-pikeos-tdep.c: Sort headers.
11472 * arm-obsd-tdep.c: Sort headers.
11473 * arm-nbsd-tdep.c: Sort headers.
11474 * arm-nbsd-nat.c: Sort headers.
11475 * arm-linux-tdep.c: Sort headers.
11476 * arm-linux-nat.c: Sort headers.
11477 * arm-fbsd-tdep.c: Sort headers.
11478 * arm-fbsd-nat.c: Sort headers.
11479 * arm-bsd-tdep.c: Sort headers.
11480 * arch-utils.c: Sort headers.
11481 * arc-tdep.c: Sort headers.
11482 * arc-newlib-tdep.c: Sort headers.
11483 * annotate.h: Sort headers.
11484 * annotate.c: Sort headers.
11485 * amd64-windows-tdep.c: Sort headers.
11486 * amd64-windows-nat.c: Sort headers.
11487 * amd64-tdep.c: Sort headers.
11488 * amd64-sol2-tdep.c: Sort headers.
11489 * amd64-obsd-tdep.c: Sort headers.
11490 * amd64-obsd-nat.c: Sort headers.
11491 * amd64-nbsd-tdep.c: Sort headers.
11492 * amd64-nbsd-nat.c: Sort headers.
11493 * amd64-nat.c: Sort headers.
11494 * amd64-linux-tdep.c: Sort headers.
11495 * amd64-linux-nat.c: Sort headers.
11496 * amd64-fbsd-tdep.c: Sort headers.
11497 * amd64-fbsd-nat.c: Sort headers.
11498 * amd64-dicos-tdep.c: Sort headers.
11499 * amd64-darwin-tdep.c: Sort headers.
11500 * amd64-bsd-nat.c: Sort headers.
11501 * alpha-tdep.c: Sort headers.
11502 * alpha-obsd-tdep.c: Sort headers.
11503 * alpha-nbsd-tdep.c: Sort headers.
11504 * alpha-mdebug-tdep.c: Sort headers.
11505 * alpha-linux-tdep.c: Sort headers.
11506 * alpha-linux-nat.c: Sort headers.
11507 * alpha-bsd-tdep.c: Sort headers.
11508 * alpha-bsd-nat.c: Sort headers.
11509 * aix-thread.c: Sort headers.
11510 * agent.c: Sort headers.
11511 * addrmap.c: Sort headers.
11512 * ada-varobj.c: Sort headers.
11513 * ada-valprint.c: Sort headers.
11514 * ada-typeprint.c: Sort headers.
11515 * ada-tasks.c: Sort headers.
11516 * ada-lang.c: Sort headers.
11517 * aarch64-tdep.c: Sort headers.
11518 * aarch64-ravenscar-thread.c: Sort headers.
11519 * aarch64-newlib-tdep.c: Sort headers.
11520 * aarch64-linux-tdep.c: Sort headers.
11521 * aarch64-linux-nat.c: Sort headers.
11522 * aarch64-fbsd-tdep.c: Sort headers.
11523 * aarch64-fbsd-nat.c: Sort headers.
11524 * aarch32-linux-nat.c: Sort headers.
11525
11526 2019-04-04 Tom Tromey <tom@tromey.com>
11527
11528 * varobj.c (varobj_create): Update.
11529 * rust-exp.y (struct rust_parser) <update_innermost_block,
11530 lookup_symbol>: New methods.
11531 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11532 Rename.
11533 (rust_parser::rust_lookup_type)
11534 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11535 * printcmd.c (display_command, do_one_display): Update.
11536 * parser-defs.h (struct parser_state) <parser_state>: Add
11537 "tracker" parameter.
11538 (block_tracker): New member.
11539 (class innermost_block_tracker) <innermost_block_tracker>: Add
11540 "types" parameter.
11541 <reset>: Remove method.
11542 (innermost_block): Don't declare.
11543 (null_post_parser): Update.
11544 * parse.c (innermost_block): Remove global.
11545 (write_dollar_variable): Update.
11546 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11547 Remove "tracker_types" parameter.
11548 (parse_expression): Add "tracker" parameter.
11549 (parse_expression_for_completion): Update.
11550 (null_post_parser): Add "tracker" parameter.
11551 * p-exp.y: Update rules.
11552 * m2-exp.y: Update rules.
11553 * language.h (struct language_defn) <la_post_parser>: Add
11554 "tracker" parameter.
11555 * go-exp.y: Update rules.
11556 * f-exp.y: Update rules.
11557 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11558 parameter.
11559 * d-exp.y: Update rules.
11560 * c-exp.y: Update rules.
11561 * breakpoint.c (set_breakpoint_condition): Create an
11562 innermost_block_tracker.
11563 (watch_command_1): Likewise.
11564 * ada-lang.c (resolve): Add "tracker" parameter.
11565 (resolve_subexp): Likewise.
11566 * ada-exp.y (write_var_from_sym): Update.
11567
11568 2019-04-04 Tom Tromey <tom@tromey.com>
11569
11570 * type-stack.h: New file.
11571 * type-stack.c: New file.
11572 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11573 type-stack.h.
11574 (insert_into_type_stack, insert_type, push_type, push_type_int)
11575 (insert_type_address_space, pop_type, pop_type_int)
11576 (pop_typelist, pop_type_stack, append_type_stack)
11577 (push_type_stack, get_type_stack, push_typelist)
11578 (follow_type_instance_flags, follow_types): Don't declare.
11579 * parse.c (type_stack): Remove global.
11580 (parse_exp_in_context): Update.
11581 (insert_into_type_stack, insert_type, push_type, push_type_int)
11582 (insert_type_address_space, pop_type, pop_type_int)
11583 (pop_typelist, pop_type_stack, append_type_stack)
11584 (push_type_stack, get_type_stack, push_typelist)
11585 (follow_type_instance_flags, follow_types): Remove (moved to
11586 type-stack.c).
11587 * f-exp.y (type_stack): New global.
11588 Update rules.
11589 (push_kind_type, f_parse): Update.
11590 * d-exp.y (type_stack): New global.
11591 Update rules.
11592 (d_parse): Update.
11593 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11594 Update rules.
11595 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11596 (HFILES_NO_SRCDIR): Add type-stack.h.
11597
11598 2019-04-04 Tom Tromey <tom@tromey.com>
11599
11600 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11601 (rust_parser::convert_ast_to_expression, rust_parse)
11602 (rust_lex_test_completion, rust_lex_tests): Update.
11603 * parser-defs.h (struct expr_completion_state): New.
11604 (struct parser_state) <parser_state>: Add completion parameter.
11605 <mark_struct_expression, mark_completion_tag>: New methods.
11606 <parse_completion, m_completion_state>: New members.
11607 (prefixify_expression, null_post_parser): Update.
11608 (mark_struct_expression, mark_completion_tag): Don't declare.
11609 * parse.c (parse_completion, expout_last_struct)
11610 (expout_tag_completion_type, expout_completion_name): Remove
11611 globals.
11612 (parser_state::mark_struct_expression)
11613 (parser_state::mark_completion_tag): Now methods.
11614 (prefixify_expression): Add last_struct parameter.
11615 (prefixify_subexp): Likewise.
11616 (parse_exp_1): Update.
11617 (parse_exp_in_context): Add cstate parameter. Update.
11618 (parse_expression_for_completion): Create an
11619 expr_completion_state.
11620 (null_post_parser): Add "completion" parameter.
11621 * p-exp.y: Update rules.
11622 (yylex): Update.
11623 * language.h (struct language_defn) <la_post_parser>: Add
11624 "completing" parameter.
11625 * go-exp.y: Update rules.
11626 (lex_one_token): Update.
11627 * expression.h (parse_completion): Don't declare.
11628 * d-exp.y: Update rules.
11629 (lex_one_token): Update rules.
11630 * c-exp.y: Update rules.
11631 (lex_one_token): Update.
11632 * ada-lang.c (resolve): Add "parse_completion" parameter.
11633 (resolve_subexp): Likewise.
11634 (ada_resolve_function): Likewise.
11635
11636 2019-04-04 Tom Tromey <tom@tromey.com>
11637
11638 * parser-defs.h (struct parser_state) <start_arglist,
11639 end_arglist>: New methods.
11640 <arglist_len, m_funcall_chain>: New members.
11641 (arglist_len, start_arglist, end_arglist): Don't declare.
11642 * parse.c (arglist_len, funcall_chain): Remove global.
11643 (start_arglist, end_arglist): Remove functions.
11644 (parse_exp_in_context): Update.
11645 * p-exp.y: Update rules.
11646 * m2-exp.y: Update rules.
11647 * go-exp.y: Update rules.
11648 * f-exp.y: Update rules.
11649 * d-exp.y: Update rules.
11650 * c-exp.y: Update rules.
11651
11652 2019-04-04 Tom Tromey <tom@tromey.com>
11653
11654 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11655 lex_operator, push_back>: New methods.
11656 Update all rules.
11657 (rust_parser::lex_hex, lex_escape): Rename and update.
11658 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11659 (rust_parser::lex_operator): Rename and update.
11660 (rust_parser::lex_number, rustyylex, rustyyerror)
11661 (rust_lex_test_init, rust_lex_test_sequence)
11662 (rust_lex_test_push_back, rust_lex_tests): Update.
11663 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11664 parameter.
11665 <lexptr, prev_lexptr>: New members.
11666 (lexptr, prev_lexptr): Don't declare.
11667 * parse.c (lexptr, prev_lexptr): Remove globals.
11668 (parse_exp_in_context): Update.
11669 * p-exp.y (yylex, yyerror): Update.
11670 * m2-exp.y (parse_number, yylex, yyerror): Update.
11671 * go-exp.y (lex_one_token, yyerror): Update.
11672 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11673 * d-exp.y (lex_one_token, yyerror): Update.
11674 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11675 (lex_one_token, yyerror): Update.
11676 * ada-lex.l (YY_INPUT): Update.
11677 (rewind_to_char): Update.
11678 * ada-exp.y (yyerror): Update.
11679
11680 2019-04-04 Tom Tromey <tom@tromey.com>
11681
11682 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11683 * parser-defs.h (struct parser_state) <parser_state>: Add new
11684 parameter.
11685 <comma_terminates>: New member.
11686 (comma_terminates): Don't declare global.
11687 * parse.c (comma_terminates): Remove global.
11688 (parse_exp_in_context): Update.
11689 * p-exp.y (yylex): Update.
11690 * m2-exp.y (yylex): Update.
11691 * go-exp.y (lex_one_token): Update.
11692 * f-exp.y (yylex): Update.
11693 * d-exp.y (lex_one_token): Update.
11694 * c-exp.y (lex_one_token): Update.
11695 * ada-lex.l: Update.
11696
11697 2019-04-04 Tom Tromey <tom@tromey.com>
11698
11699 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
11700 (rustyylex, rust_lex_test_init, rust_lex_test_one)
11701 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
11702 * parser-defs.h (paren_depth): Don't declare.
11703 * parse.c (paren_depth): Remove global.
11704 (parse_exp_in_context): Update.
11705 * p-exp.y (paren_depth): New global.
11706 (pascal_parse): Initialize it.
11707 * m2-exp.y (paren_depth): New global.
11708 (m2_parse): Initialize it.
11709 * go-exp.y (paren_depth): New global.
11710 (go_parse): Initialize it.
11711 * f-exp.y (paren_depth): New global.
11712 (f_parse): Initialize it.
11713 * d-exp.y (paren_depth): New global.
11714 (d_parse): Initialize it.
11715 * c-exp.y (paren_depth): New global.
11716 (c_parse): Initialize it.
11717 * ada-lex.l (paren_depth): New global.
11718 (lexer_init): Initialize it.
11719
11720 2019-04-04 Tom Tromey <tom@tromey.com>
11721
11722 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
11723 (rust_parser::convert_ast_to_type)
11724 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11725 * parser-defs.h (struct parser_state) <parser_state>: Add
11726 parameters. Initialize new members.
11727 <expression_context_block, expression_context_pc>: New members.
11728 * parse.c (expression_context_block, expression_context_pc):
11729 Remove globals.
11730 (parse_exp_in_context): Update.
11731 * p-exp.y: Update all rules.
11732 (yylex): Update.
11733 * m2-exp.y: Update all rules.
11734 (yylex): Update.
11735 * go-exp.y (yylex): Update.
11736 * f-exp.y (yylex): Update.
11737 * d-exp.y: Update all rules.
11738 (yylex): Update.
11739 * c-exp.y: Update all rules.
11740 (lex_one_token, classify_name, yylex, c_parse): Update.
11741 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
11742
11743 2019-04-04 Tom Tromey <tom@tromey.com>
11744
11745 * gdbarch.h, gdbarch.c: Rebuild.
11746 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
11747 * stap-probe.h:
11748 (struct stap_parse_info): Replace "parser_state" with
11749 "expr_builder".
11750 * parser-defs.h (struct expr_builder): Rename from "parser_state".
11751 (parser_state): New class.
11752 * parse.c (expr_builder): Rename.
11753 (expr_builder::release): Rename.
11754 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
11755 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
11756 (write_exp_elt_longcst, write_exp_elt_floatcst)
11757 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
11758 (write_exp_string_vector, write_exp_bitstring)
11759 (write_exp_msymbol, mark_struct_expression)
11760 (write_dollar_variable)
11761 (insert_type_address_space, increase_expout_size): Replace
11762 "parser_state" with "expr_builder".
11763 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
11764 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
11765 "parser_state" with "expr_builder".
11766
11767 2019-04-04 Tom Tromey <tom@tromey.com>
11768
11769 * rust-exp.y: Replace "parse_language" with method call.
11770 * p-exp.y:
11771 (yylex): Replace "parse_language" with method call.
11772 * m2-exp.y:
11773 (yylex): Replace "parse_language" with method call.
11774 * go-exp.y (classify_name): Replace "parse_language" with method
11775 call.
11776 * f-exp.y (yylex): Replace "parse_language" with method call.
11777 * d-exp.y (lex_one_token): Replace "parse_language" with method
11778 call.
11779 * c-exp.y:
11780 (lex_one_token, classify_name, yylex): Replace "parse_language"
11781 with method call.
11782 * ada-exp.y (find_primitive_type, type_char)
11783 (type_system_address): Replace "parse_language" with method call.
11784
11785 2019-04-04 Tom Tromey <tom@tromey.com>
11786
11787 * rust-exp.y: Replace "parse_gdbarch" with method call.
11788 * parse.c (write_dollar_variable, insert_type_address_space):
11789 Replace "parse_gdbarch" with method call.
11790 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
11791 call.
11792 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
11793 call.
11794 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
11795 "parse_gdbarch" with method call.
11796 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
11797 with method call.
11798 * f-exp.y (parse_type, parse_f_type, yylex): Replace
11799 "parse_gdbarch" with method call.
11800 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
11801 "parse_gdbarch" with method call.
11802 * c-exp.y (parse_type, parse_number, classify_name): Replace
11803 "parse_gdbarch" with method call.
11804 * ada-lex.l: Replace "parse_gdbarch" with method call.
11805 * ada-exp.y (parse_type, find_primitive_type, type_char)
11806 (type_system_address): Replace "parse_gdbarch" with method call.
11807
11808 2019-04-04 Tom Tromey <tom@tromey.com>
11809
11810 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
11811 * stap-probe.c (stap_parse_argument): Update.
11812 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
11813 initial_size parameter.
11814 * rust-exp.y (rust_lex_tests): Update.
11815 * parse.c (parser_state): Update.
11816 (parse_exp_in_context): Update.
11817 * parser-defs.h (struct parser_state) <parser_state>: Remove
11818 "initial_size" parameter.
11819
11820 2019-04-04 Tom Tromey <tom@tromey.com>
11821
11822 * parser-defs.h (increase_expout_size): Don't declare.
11823 * parse.c (increase_expout_size): Now static.
11824
11825 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
11826
11827 * gnu-nat.c (gnu_nat_target::wait): Fix
11828 target_waitstatus_to_string call.
11829
11830 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11831
11832 * eval.c (evaluate_subexp_standard): Handle internal functions
11833 during Fortran function call handling.
11834
11835 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
11836
11837 * NEWS: Mention new internal functions.
11838 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
11839 (read_base_type): Use dwarf2_init_complex_target_type.
11840 * value.c (creal_internal_fn): New function.
11841 (cimag_internal_fn): New function.
11842 (_initialize_values): Register new internal functions.
11843
11844 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11845
11846 * infrun.c (stop_all_threads): If debug_infrun, always
11847 trace the wait status after wait_one, using
11848 target_waitstatus_to_string and target_pid_to_str.
11849 (handle_inferior_event): Replace various trace of
11850 wait status kind by a single trace.
11851 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
11852 wait status kind image by target_waitstatus_to_string.
11853 * target/waitstatus.c (target_waitstatus_to_string): Fix
11854 obsolete comment.
11855
11856 2019-04-01 Tom Tromey <tromey@adacore.com>
11857
11858 PR symtab/23331:
11859 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
11860
11861 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
11862 Pedro Alves <palves@redhat.com>
11863
11864 * top.c (quit_force): Call 'finalize_values'.
11865 * value.c (finalize_values): New function.
11866 * value.h (finalize_values): Declare.
11867
11868 2019-03-30 Eli Zaretskii <eliz@gnu.org>
11869
11870 * NEWS: Announce $_gdb_major and $_gdb_minor.
11871
11872 * top.c (init_gdb_version_vars): New function.
11873 (gdb_init): Call init_gdb_version_vars.
11874
11875 2019-03-29 Tom Tromey <tromey@adacore.com>
11876
11877 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
11878 help text. Remove dead code.
11879
11880 2019-03-29 Keith Seitz <keiths@redhat.com>
11881
11882 From Siddhesh Poyarekar:
11883 * f-lang.h (f77_get_upperbound): Return LONGEST.
11884 (f77_get_lowerbound): Likewise.
11885 * f-typeprint.c (f_type_print_varspec_suffix): Expand
11886 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
11887 print them.
11888 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
11889 plongest to format print it.
11890 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
11891 (f77_get_upperbound): Likewise.
11892 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
11893 LOWER_BOUND to LONGEST.
11894 (f77_create_arrayprint_offset_tbl): Likewise.
11895
11896 2019-03-29 Keith Seitz <keiths@redhat.com>
11897
11898 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
11899 %s/pulongest for TYPE_LENGTH instead of %d in format
11900 strings.
11901 * ada-typerint.c (ada_print_type): Likewise.
11902 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
11903 * compile/compile-c-support.c (generate_register_struct): Likewise.
11904 * gdbtypes.c (recursive_dump_type): Likewise.
11905 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
11906 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
11907 instead of %d in format strings.
11908 * riscv-tdep.c (riscv_type_alignment): Cast second argument
11909 to std::min to ULONGEST.
11910 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
11911 instead of %d in format strings.
11912 * tracepoint.c (info_scope_command): Likewise.
11913 * typeprint.c (print_offset_data::update)
11914 (print_offset_data::finish): Likewise.
11915 * xtensa-tdep.c (xtensa_store_return_value)
11916 (xtensa_push_dummy_call): Likewise.
11917
11918 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
11919
11920 * windows-nat.c (display_selector): Fixed format specifications
11921 for 64-bit Cygwin.
11922
11923 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11924
11925 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
11926
11927 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
11928
11929 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
11930 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
11931 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
11932 (nios2_linux_init_abi): Install it.
11933
11934 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11935
11936 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
11937
11938 2019-03-28 Alan Hayward <alan.hayward@arm.com>
11939
11940 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
11941
11942 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11943 Tom Tromey <tromey@adacore.com>
11944
11945 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
11946
11947 2019-03-26 Joel Brobecker <brobecker@adacore.com>
11948
11949 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
11950 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
11951 method to compute the bounds of range types. Also print "[evaluated]"
11952 if the bounds' values come from a dynamic evaluation.
11953
11954 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
11955
11956 * cp-valprint.c (cp_print_value_fields): Don't print trailing
11957 whitespace when pretty printing is on.
11958
11959 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11960
11961 * ppc-linux-nat.c: Add include.
11962
11963 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11964
11965 * NEWS: Mention AArch64 Pointer Authentication.
11966
11967 2019-03-26 Alan Hayward <alan.hayward@arm.com>
11968
11969 * arm-linux-nat.c: Add include.
11970
11971 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
11972
11973 * source-cache.c (source_cache::get_source_lines): Re-read
11974 fullname after calling open_source_file.
11975
11976 2019-03-25 John Baldwin <jhb@FreeBSD.org>
11977
11978 * NEWS: Mention TLS support for FreeBSD.
11979
11980 2019-03-25 Tom Tromey <tromey@adacore.com>
11981
11982 * minsyms.c (BUNCH_SIZE): Update comment.
11983 (~minimal_symbol_reader): Remove old comment.
11984 (compact_minimal_symbols): Update comment.
11985 (minimal_symbol_reader::install): Remove old comment. Update
11986 other comments.
11987
11988 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11989
11990 * s390-linux-nat.c: Add include.
11991
11992 2019-03-25 Alan Hayward <alan.hayward@arm.com>
11993
11994 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
11995 Call linux_get_hwcap.
11996 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
11997 Likewise.
11998 (aarch64_linux_get_hwcap): Remove function.
11999 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12000 declaration.
12001 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12002 linux_get_hwcap.
12003 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12004 * linux-tdep.c (linux_get_hwcap): Add function.
12005 (linux_get_hwcap2): Likewise.
12006 * linux-tdep.h (linux_get_hwcap): Add declaration.
12007 (linux_get_hwcap2): Likewise.
12008 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12009 (ppc_linux_get_hwcap2): Likewise.
12010 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12011 linux_get_hwcap.
12012 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12013 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12014 (ppc_linux_nat_target::read_description): Likewise.
12015 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12016 * s390-linux-nat.c: Likewise.
12017 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12018
12019 2019-03-24 Tom Tromey <tom@tromey.com>
12020
12021 * ada-lang.c (standard_lookup): Simplify initialization.
12022 (ada_lookup_symbol_nonlocal): Simplify return.
12023 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12024 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12025 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12026 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12027 initialization.
12028 * solib.c (solib_global_lookup): Simplify.
12029 * symtab.c (null_block_symbol): Remove.
12030 (symbol_cache_lookup): Simplify returns.
12031 (lookup_language_this): Simplify returns.
12032 (lookup_symbol_aux): Simplify return.
12033 (lookup_local_symbol): Simplify returns.
12034 (lookup_global_symbol_from_objfile): Simplify return.
12035 (lookup_symbol_in_objfile_symtabs)
12036 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12037 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12038 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12039 * cp-namespace.c (cp_lookup_bare_symbol)
12040 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12041 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12042 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12043 (cp_lookup_symbol_via_imports): Simplify initialization.
12044 (find_symbol_in_baseclass): Likewise.
12045 * symtab.h (null_block_symbol): Remove.
12046 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12047 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12048 (d_lookup_symbol_module): Likewise.
12049 (find_symbol_in_baseclass): Simplify initialization.
12050
12051 2019-03-24 Tom Tromey <tom@tromey.com>
12052
12053 * expression.h: Don't include symtab.h.
12054 (struct block): Forward declare.
12055
12056 2019-03-24 Tom Tromey <tom@tromey.com>
12057
12058 * c-exp.y (typebase): Remove casts.
12059 * gdbtypes.c (lookup_unsigned_typename, )
12060 (lookup_signed_typename): Remove cast.
12061 * eval.c (parse_to_comma_and_eval): Remove cast.
12062 * parse.c (write_dollar_variable): Remove cast.
12063 * block.h (struct block) <superblock>: Now const.
12064 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12065 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12066 (map_block): Make "block" const.
12067 * symfile.h (struct quick_symbol_functions)
12068 <map_matching_symbols>: Constify block argument to "callback".
12069 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12070 const.
12071 (find_pc_sect_compunit_symtab): Make "b" const.
12072 (find_symbol_at_address): Likewise.
12073 (search_symbols): Likewise.
12074 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12075 (dw2_debug_names_lookup_symbol): Likewise.
12076 (dw2_map_matching_symbols): Update.
12077 * p-valprint.c (pascal_val_print): Remove "block".
12078 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12079 (aux_add_nonlocal_symbols): Make "block" const.
12080 (resolve_subexp): Remove cast.
12081 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12082 const.
12083 (iterate_over_file_blocks): Likewise.
12084 * f-exp.y (%union) <bval>: Remove.
12085 * coffread.c (patch_opaque_types): Make "b" const.
12086 * spu-tdep.c (spu_catch_start): Make "block" const.
12087 * c-valprint.c (print_unpacked_pointer): Remove "block".
12088 * symmisc.c (dump_symtab_1): Make "b" const.
12089 (block_depth): Make "block" const.
12090 * d-exp.y (%union) <bval>: Remove.
12091 * cp-support.h (cp_lookup_rtti_type): Update.
12092 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12093 * psymtab.c (psym_lookup_symbol): Make "block" const.
12094 (maintenance_check_psymtabs): Make "b" const.
12095 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12096 (enumerate_locals, enumerate_args): Update.
12097 * python/py-symtab.c (stpy_global_block): Make "block" const.
12098 (stpy_static_block): Likewise.
12099 * inline-frame.c (block_starting_point_at): Make "new_block"
12100 const.
12101 * block.c (find_block_in_blockvector): Make return type const.
12102 (blockvector_for_pc_sect): Make "b" const.
12103 (find_block_in_blockvector): Make "b" const.
12104
12105 2019-03-23 Tom Tromey <tom@tromey.com>
12106
12107 * varobj.c (varobj_create): Update.
12108 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12109 * printcmd.c (display_command, do_one_display): Don't reset
12110 innermost_block.
12111 * parser-defs.h (enum innermost_block_tracker_type): Move to
12112 expression.h.
12113 (innermost_block): Update comment.
12114 * parse.c (parse_exp_1): Add tracker_types parameter.
12115 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12116 tracker_types parameter. Reset innermost_block.
12117 (parse_exp_in_context): Remove.
12118 (parse_expression_for_completion): Update.
12119 * objfiles.c (~objfile): Don't reset expression_context_block or
12120 innermost_block.
12121 * expression.h (enum innermost_block_tracker_type): Move from
12122 parser-defs.h.
12123 (parse_exp_1): Add tracker_types parameter.
12124 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12125 reset innermost_block.
12126
12127 2019-03-23 Tom Tromey <tom@tromey.com>
12128
12129 * objfiles.h: Include bcache.h.
12130
12131 2019-03-23 Tom Tromey <tom@tromey.com>
12132
12133 * linespec.c (get_current_search_block): Use
12134 scoped_restore_current_language.
12135 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12136
12137 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12138 Jiong Wang <jiong.wang@arm.com>
12139
12140 * aarch64-linux-tdep.c
12141 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12142 section.
12143 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12144
12145 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12146 Jiong Wang <jiong.wang@arm.com>
12147
12148 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12149 instructions.
12150 (aarch64_analyze_prologue_test): Add PACIASP test.
12151 (aarch64_prologue_prev_register): Unmask PC value.
12152
12153 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12154 Jiong Wang <jiong.wang@arm.com>
12155
12156 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12157 (aarch64_dwarf2_prev_register): Unmask PC value.
12158 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12159 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12160 DW_CFA_AARCH64_negate_ra_state.
12161 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12162
12163 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12164 Jiong Wang <jiong.wang@arm.com>
12165
12166 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12167 registers.
12168 (aarch64_pseudo_register_name): Likewise.
12169 (aarch64_pseudo_register_type): Likewise.
12170 (aarch64_pseudo_register_reggroup_p): Likewise.
12171 (aarch64_gdbarch_init): Add pauth registers.
12172 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12173 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12174 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12175 (struct gdbarch_tdep): Add regnum for ra_state.
12176
12177 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12178 Jiong Wang <jiong.wang@arm.com>
12179
12180 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12181
12182 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12183 Jiong Wang <jiong.wang@arm.com>
12184
12185 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12186 function.
12187 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12188 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12189 (aarch64_gdbarch_init): Add puth registers.
12190 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12191 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12192 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12193
12194 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12195 Jiong Wang <jiong.wang@arm.com>
12196
12197 * aarch64-linux-nat.c
12198 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12199 * aarch64-linux-tdep.c
12200 (aarch64_linux_core_read_description): Likewise.
12201 (aarch64_linux_get_hwcap): New function.
12202 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12203 (aarch64_linux_get_hwcap): New declaration.
12204
12205 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12206 Jiong Wang <jiong.wang@arm.com>
12207
12208 * aarch64-linux-nat.c
12209 (aarch64_linux_nat_target::read_description): Add pauth param.
12210 * aarch64-linux-tdep.c
12211 (aarch64_linux_core_read_description): Likewise.
12212 * aarch64-tdep.c (struct target_desc): Add in pauth.
12213 (aarch64_read_description): Add pauth param.
12214 (aarch64_gdbarch_init): Likewise.
12215 * aarch64-tdep.h (aarch64_read_description): Likewise.
12216 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12217 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12218 * features/Makefile: Add new files.
12219 * features/aarch64-pauth.c: New file.
12220 * features/aarch64-pauth.xml: New file.
12221
12222 2019-03-20 Tom Tromey <tromey@adacore.com>
12223
12224 * infrun.c (handle_inferior_event): Rename from
12225 handle_inferior_event_1. Create a scoped_value_mark.
12226 (handle_inferior_event): Remove.
12227
12228 2019-03-19 Tom Tromey <tromey@adacore.com>
12229
12230 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12231 * infrun.h (print_stop_event): Add "displays" parameter.
12232 * infrun.c (print_stop_event): Add "displays" parameter.
12233
12234 2019-03-19 Pedro Alves <palves@redhat.com>
12235
12236 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12237 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12238 to -1. Fix TABs vs spaces.
12239 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12240 * tui/tui-out.h (tui_ui_out) Add intro comments.
12241 <m_line, m_start_of_line>: In-class initialize, and add describing
12242 comment.
12243
12244 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12245
12246 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12247 variable names.
12248 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12249
12250 2019-03-18 Pedro Alves <palves@redhat.com>
12251 Eli Zaretskii <eliz@gnu.org>
12252
12253 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12254 m_line and m_start_of_line.
12255
12256 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12257
12258 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12259 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12260 it returns a newline. This fixes a regression in TU mode, whereby
12261 the next line is output on the same screen line as the user input.
12262
12263 2019-03-18 Tom Tromey <tromey@adacore.com>
12264
12265 * minsyms.c (minimal_symbol_reader::install): Remove call to
12266 obstack_blank.
12267
12268 2019-03-18 Pedro Alves <palves@redhat.com>
12269
12270 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12271 New globals.
12272 (apply_style): New, factored out from ...
12273 (apply_ansi_escape): ... this. Handle reverse video mode.
12274 (tui_set_reverse_mode): New function.
12275 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12276 * tui/tui-winsource.c (tui_show_source_line): Use
12277 tui_set_reverse_mode instead of setting A_STANDOUT.
12278 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12279 New setter methods.
12280
12281 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12282
12283 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12284 Handle tabs.
12285
12286 2019-03-18 Tom Tromey <tromey@adacore.com>
12287
12288 * ada-lang.c (empty_array): Add "high" parameter.
12289 (ada_evaluate_subexp): Update.
12290
12291 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12292
12293 * unittests/string_view-selftests.c: Define
12294 _initialize_string_view_selftests unconditionally.
12295
12296 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12297
12298 PR gdb/24350
12299 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12300
12301 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12302
12303 PR gdb/24351
12304 * windows-nat.c (display_selector): Fix format specifiers.
12305
12306 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12307
12308 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12309 tui_refill_source_window instead of tui_refresh_win, to update the
12310 current execution line. This fixes redisplay of the current line
12311 when stepping through the code with "next" or "step".
12312
12313 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12314
12315 * source-cache.c (source_cache::get_source_lines): Call
12316 find_source_lines to initialize s->nlines. This fixes vertical
12317 scrolling of TUI source window when the DOWN arrow is pressed.
12318
12319 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12320
12321 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12322 linux-thread-db.c (_initialize_thread_db): Likewise.
12323
12324 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12325
12326 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12327 wclrtoeol in tui_show_source_line". This reverts changes made in
12328 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12329
12330 2019-03-15 Tom Tromey <tom@tromey.com>
12331
12332 * symtab.h (struct minimal_symbol): Derive from
12333 general_symbol_info.
12334 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12335 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12336 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12337 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12338 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12339 (MSYMBOL_SEARCH_NAME): Update.
12340 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12341 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12342 * minsyms.c (minimal_symbol_reader::record_full): Update.
12343
12344 2019-03-15 Tom Tromey <tom@tromey.com>
12345
12346 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12347
12348 2019-03-15 Tom Tromey <tom@tromey.com>
12349
12350 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12351 unique_xmalloc_ptr.
12352 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12353 Update.
12354 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12355 (build_minimal_symbol_hash_tables)
12356 (minimal_symbol_reader::install): Update.
12357
12358 2019-03-15 Tom Tromey <tom@tromey.com>
12359
12360 * symtab.c (create_demangled_names_hash): Update.
12361 (symbol_set_names): Update.
12362 * objfiles.h (struct objfile_per_bfd_storage)
12363 <demangled_names_hash>: Now an htab_up.
12364 * objfiles.c (objfile_per_bfd_storage): Simplify.
12365
12366 2019-03-15 Tom Tromey <tom@tromey.com>
12367
12368 * objfiles.h (struct objfile_per_bfd_storage): Declare
12369 destructor.
12370 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12371 New.
12372 (get_objfile_bfd_data): Use new. Don't initialize
12373 language_of_main.
12374 (free_objfile_per_bfd_storage): Remove.
12375 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12376
12377 2019-03-15 Tom Tromey <tom@tromey.com>
12378
12379 * symfile.c (reread_symbols): Update.
12380 * objfiles.c (objfile::objfile): Update.
12381 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12382 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12383 comment.
12384 (minimal_symbol_reader::install): Update.
12385 (terminate_minimal_symbol_table): Remove.
12386 * jit.c (jit_object_close_impl): Update.
12387
12388 2019-03-15 Tom Tromey <tom@tromey.com>
12389
12390 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12391 initializations.
12392
12393 2019-03-15 Tom Tromey <tom@tromey.com>
12394
12395 * objfiles.h (struct objfile_per_bfd_storage)
12396 <demangled_hash_languages>: Now a bitset.
12397 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12398 (lookup_minimal_symbol): Update.
12399
12400 2019-03-15 Tom Tromey <tom@tromey.com>
12401
12402 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12403 Don't return the symbol.
12404 * coffread.c (record_minimal_symbol): Use record_full.
12405
12406 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12407
12408 The MS-Windows port of ncurses fails to switch to a color pair if
12409 one or both of the colors are the implicit default colors. This
12410 change records the default colors when TUI is initialized, and
12411 then specifies them explicitly when a color pair uses the default
12412 colors. This allows color styling in TUI mode on MS-Windows.
12413
12414 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12415 ncurses_norm_attr.
12416 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12417 colors in ncurses_norm_attr.
12418 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12419 "none", replace it with the default color recorded in
12420 ncurses_norm_attr.
12421
12422 2019-03-14 Tom Tromey <tromey@adacore.com>
12423
12424 * source-cache.h (class source_cache) <get_source_lines>: Return
12425 std::string.
12426 * source-cache.c (source_cache::extract_lines): Handle case where
12427 first_pos==npos. Return std::string.
12428 (source_cache::get_source_lines): Update.
12429
12430 2019-03-14 Tom Tromey <tromey@adacore.com>
12431
12432 * NEWS: Add item for "style sources" commands.
12433 * source-cache.c (source_cache::get_source_lines): Check
12434 source_styling.
12435 * cli/cli-style.c (source_styling): New global.
12436 (_initialize_cli_style): Add "style sources" commands.
12437 (show_style_sources): New function.
12438 * cli/cli-style.h (source_styling): Declare.
12439
12440 2019-03-14 Pedro Alves <palves@redhat.com>
12441 Tom Tromey <tromey@adacore.com>
12442
12443 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12444 * tui/tui-winsource.c (tui_refill_source_window): New function,
12445 from...
12446 (tui_horizontal_source_scroll): ... here. Move some logic.
12447 * cli/cli-style.c (set_style_enabled): Notify new observable.
12448 * tui/tui-hooks.c (tui_redisplay_source): New function.
12449 (tui_attach_detach_observers): Attach or detach
12450 tui_redisplay_source.
12451 * observable.h (source_styling_changed): New observable.
12452 * observable.c: Define source_styling_changed observable.
12453
12454 2019-03-13 Tom Tromey <tromey@adacore.com>
12455
12456 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12457 (i386_gnu_nat_target::store_registers): Update.
12458 * target-debug.h (target_debug_print_std_string): New macro.
12459 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12460 * windows-tdep.c (display_one_tib): Update.
12461 * tui/tui-stack.c (tui_make_status_line): Update.
12462 * top.c (print_inferior_quit_action): Update.
12463 * thread.c (thr_try_catch_cmd): Update.
12464 (add_thread_with_info): Update.
12465 (thread_target_id_str): Update.
12466 (thr_try_catch_cmd): Update.
12467 (thread_command): Update.
12468 (thread_find_command): Update.
12469 * record-btrace.c (record_btrace_target::info_record)
12470 (record_btrace_resume_thread, record_btrace_target::resume)
12471 (record_btrace_cancel_resume, record_btrace_step_thread)
12472 (record_btrace_target::wait, record_btrace_target::wait)
12473 (record_btrace_target::wait, record_btrace_target::stop): Update.
12474 * progspace.c (print_program_space): Update.
12475 * process-stratum-target.c
12476 (process_stratum_target::thread_address_space): Update.
12477 * linux-fork.c (linux_fork_mourn_inferior)
12478 (detach_checkpoint_command, info_checkpoints_command)
12479 (linux_fork_context): Update.
12480 (linux_fork_detach): Update.
12481 (class scoped_switch_fork_info): Update.
12482 (delete_checkpoint_command): Update.
12483 * infrun.c (follow_fork_inferior): Update.
12484 (follow_fork_inferior): Update.
12485 (proceed_after_vfork_done): Update.
12486 (handle_vfork_child_exec_or_exit): Update.
12487 (follow_exec): Update.
12488 (displaced_step_prepare_throw): Update.
12489 (displaced_step_restore): Update.
12490 (start_step_over): Update.
12491 (resume_1): Update.
12492 (clear_proceed_status_thread): Update.
12493 (proceed): Update.
12494 (print_target_wait_results): Update.
12495 (do_target_wait): Update.
12496 (context_switch): Update.
12497 (stop_all_threads): Update.
12498 (restart_threads): Update.
12499 (finish_step_over): Update.
12500 (handle_signal_stop): Update.
12501 (switch_back_to_stepped_thread): Update.
12502 (keep_going_pass_signal): Update.
12503 (print_exited_reason): Update.
12504 (normal_stop): Update.
12505 * inferior.c (inferior_pid_to_str): Change return type.
12506 (print_selected_inferior): Update.
12507 (add_inferior): Update.
12508 (detach_inferior): Update.
12509 * dummy-frame.c (fprint_dummy_frames): Update.
12510 * dcache.c (dcache_info_1): Update.
12511 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12512 (btrace_fetch, btrace_clear): Update.
12513 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12514 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12515 type.
12516 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12517 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12518 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12519 * gdbarch.c, gdbarch.h: Rebuild.
12520 * gdbarch.sh (core_pid_to_str): Change return type.
12521 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12522 return type.
12523 (windows_nat_target::pid_to_str): Change return type.
12524 (windows_delete_thread): Update.
12525 (windows_nat_target::attach): Update.
12526 (windows_nat_target::files_info): Update.
12527 * target-delegates.c: Rebuild.
12528 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12529 return type.
12530 (sol_thread_target::pid_to_str): Change return type.
12531 * remote.c (class remote_target) <pid_to_str>: Change return
12532 type.
12533 (remote_target::pid_to_str): Change return type.
12534 (extended_remote_target::attach, remote_target::remote_stop_ns)
12535 (remote_target::remote_notif_remove_queued_reply)
12536 (remote_target::push_stop_reply, remote_target::disable_btrace):
12537 Update.
12538 (extended_remote_target::attach): Update.
12539 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12540 type.
12541 (gdbsim_target::pid_to_str): Change return type.
12542 * ravenscar-thread.c (struct ravenscar_thread_target)
12543 <pid_to_str>: Change return type.
12544 (ravenscar_thread_target::pid_to_str): Change return type.
12545 * procfs.c (class procfs_target) <pid_to_str>: Change return
12546 type.
12547 (procfs_target::pid_to_str): Change return type.
12548 (procfs_target::attach): Update.
12549 (procfs_target::detach): Update.
12550 (procfs_target::fetch_registers): Update.
12551 (procfs_target::store_registers): Update.
12552 (procfs_target::wait): Update.
12553 (procfs_target::files_info): Update.
12554 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12555 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12556 return type.
12557 (nto_procfs_target::pid_to_str): Change return type.
12558 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12559 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12560 return type.
12561 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12562 (exit_lwp): Update.
12563 (attach_proc_task_lwp_callback, get_detach_signal)
12564 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12565 (linux_nat_target::resume, wait_lwp, stop_callback)
12566 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12567 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12568 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12569 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12570 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12571 type.
12572 (inf_ptrace_target::attach): Update.
12573 (inf_ptrace_target::files_info): Update.
12574 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12575 type.
12576 (go32_nat_target::pid_to_str): Change return type.
12577 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12578 (gnu_nat_target::wait): Update.
12579 (gnu_nat_target::wait): Update.
12580 (gnu_nat_target::resume): Update.
12581 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12582 (fbsd_nat_target::wait): Update.
12583 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12584 type.
12585 (darwin_nat_target::attach): Update.
12586 * corelow.c (class core_target) <pid_to_str>: Change return type.
12587 (core_target::pid_to_str): Change return type.
12588 * target.c (normal_pid_to_str): Change return type.
12589 (default_pid_to_str): Likewise.
12590 (target_pid_to_str): Change return type.
12591 (target_translate_tls_address): Update.
12592 (target_announce_detach): Update.
12593 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12594 return type.
12595 (bsd_uthread_target::pid_to_str): Change return type.
12596 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12597 type.
12598 (bsd_kvm_target::pid_to_str): Change return type.
12599 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12600 return type.
12601 (aix_thread_target::pid_to_str): Change return type.
12602 * target.h (struct target_ops) <pid_to_str>: Change return type.
12603 (target_pid_to_str, normal_pid_to_str): Likewise.
12604 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12605 type.
12606 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12607 type.
12608 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12609 return type.
12610 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12611 type.
12612 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12613 type.
12614 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12615 return type.
12616
12617 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12618
12619 * NEWS: Mention that the new default MI version is 3. Mention
12620 changes to the output of commands and events that deal with
12621 multi-location breakpoints.
12622 * breakpoint.c: Include "mi/mi-out.h".
12623 (print_one_breakpoint): Change output syntax if using MI version
12624 >= 3.
12625 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12626 New.
12627 (mi_multi_location_breakpoint_output_fixed): New.
12628 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12629 (mi_cmd_fix_multi_location_breakpoint_output): New.
12630 (mi_multi_location_breakpoint_output_fixed): New.
12631 * mi/mi-cmds.c (mi_cmds): Register command
12632 -fix-multi-location-breakpoint-output.
12633 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12634 interpreter "mi".
12635
12636 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12637
12638 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12639 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12640 instantiate mi_ui_out based on interpreter name.
12641 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12642 * mi/mi-main.c (mi_load_progress): Likewise.
12643
12644 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12645
12646 * NEWS: Combine separate "New targets" sections for 8.3.
12647
12648 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12649
12650 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12651 (ppcfbsd_init_abi): Install gdbarch
12652 "fetch_tls_load_module_address" and "get_thread_local_address"
12653 methods.
12654
12655 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12656
12657 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12658 (riscv_fbsd_init_abi): Install gdbarch
12659 "fetch_tls_load_module_address" and "get_thread_local_address"
12660 methods.
12661
12662 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12663
12664 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12665 (i386fbsd_init_abi): Install gdbarch
12666 "fetch_tls_load_module_address" and "get_thread_local_address"
12667 methods.
12668
12669 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12670
12671 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12672 (amd64fbsd_init_abi): Install gdbarch
12673 "fetch_tls_load_module_address" and "get_thread_local_address"
12674 methods.
12675
12676 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12677
12678 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12679 (struct fbsd_pspace_data): New type.
12680 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12681 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12682 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12683 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12684 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12685
12686 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12687
12688 * gdbtypes.c (lookup_struct_elt): New function.
12689 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12690 * gdbtypes.h (struct struct_elt): New type.
12691 (lookup_struct_elt): New prototype.
12692
12693 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12694
12695 * gdbtypes.c (lookup_struct_elt_type): Update comment and
12696 remove disabled code block.
12697
12698 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12699
12700 * gdbarch.sh (get_thread_local_address): New method.
12701 * gdbarch.h, gdbarch.c: Regenerate.
12702 * target.c (target_translate_tls_address): Use
12703 gdbarch_get_thread_local_address if present instead of
12704 target::get_thread_local_address.
12705
12706 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12707
12708 * target.h (target::get_thread_local_address): Update comment.
12709
12710 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12711
12712 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
12713 objfile->separate_debug_objfile_backlink if not NULL.
12714
12715 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12716
12717 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
12718 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
12719 (amd64bsd_store_inferior_registers): Likewise.
12720 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12721 Enable segment base registers.
12722 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
12723 PT_GETFSBASE and PT_GETGSBASE.
12724 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
12725 PT_SETGSBASE.
12726 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
12727 segment base registers.
12728 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12729
12730 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12731
12732 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12733 Update calls to i386_target_description to add 'segments'
12734 parameter.
12735 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
12736 add segment base registers.
12737 * arch/i386.c (i386_create_target_description): Add 'segments'
12738 parameter to enable segment base registers.
12739 * arch/i386.h (i386_create_target_description): Likewise.
12740 * features/i386/32bit-segments.xml: New file.
12741 * features/i386/32bit-segments.c: Generate.
12742 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
12743 call to i386_target_description to add 'segments' parameter.
12744 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12745 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
12746 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
12747 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
12748 if feature is present.
12749 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
12750 Add 'segments' parameter to call to i386_target_description.
12751 (i386_target_description): Add 'segments' parameter to enable
12752 segment base registers.
12753 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
12754 to call to i386_target_description.
12755 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
12756 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
12757 Define I386_NUM_REGS.
12758 (i386_target_description): Add 'segments' parameter to enable
12759 segment base registers.
12760
12761 2019-03-12 Eli Zaretskii <eliz@gnu.org>
12762
12763 PR/24325
12764 * source-cache.c: #undef open and close, to avoid unresolved
12765 externals during linking.
12766
12767 2019-03-12 Tom Tromey <tromey@adacore.com>
12768
12769 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
12770 const. Add initializers.
12771 (_initialize_remote): Don't initialize ptid globals.
12772
12773 2019-03-12 Pedro Alves <palves@redhat.com>
12774
12775 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
12776
12777 2019-03-12 Pedro Alves <palves@redhat.com>
12778
12779 * cp-name-parser.y (main): Remove unused 'len' variable.
12780
12781 2019-03-12 Tom Tromey <tromey@adacore.com>
12782
12783 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12784 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12785
12786 2019-03-12 Tom Tromey <tromey@adacore.com>
12787
12788 * linux-nat.c (iterate_over_lwps): Update.
12789 (stop_callback): Remove parameter.
12790 (stop_wait_callback, detach_callback, resume_set_callback)
12791 (select_singlestep_lwp_callback, set_ignore_sigint)
12792 (status_callback, resumed_callback, resume_clear_callback)
12793 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
12794 data parameter.
12795 (linux_nat_target::detach, linux_nat_target::resume)
12796 (linux_stop_and_wait_all_lwps, select_event_lwp)
12797 (linux_nat_filter_event, linux_nat_wait_1)
12798 (linux_nat_target::kill, linux_nat_target::stop)
12799 (linux_nat_target::stop): Update.
12800 (linux_nat_resume_callback): Change type.
12801 (resume_stopped_resumed_lwps, count_events_callback)
12802 (select_event_lwp_callback): Likewise.
12803 (linux_stop_lwp, linux_nat_stop_lwp): Update.
12804 * arm-linux-nat.c (struct update_registers_data): Remove.
12805 (update_registers_callback): Change type.
12806 (arm_linux_insert_hw_breakpoint1): Update.
12807 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
12808 parameter.
12809 (x86_linux_dr_set_addr): Update.
12810 (x86_linux_dr_set_control): Update.
12811 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
12812 (iterate_over_lwps): Use gdb::function_view.
12813 * nat/aarch64-linux-hw-point.c (struct
12814 aarch64_dr_update_callback_param): Remove.
12815 (debug_reg_change_callback): Change type.
12816 (aarch64_notify_debug_reg_change): Update.
12817 * s390-linux-nat.c (s390_refresh_per_info): Update.
12818
12819 2019-03-11 Tom Tromey <tromey@adacore.com>
12820
12821 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
12822 redundant assignment to "this_cu".
12823
12824 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12825
12826 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
12827
12828 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12829
12830 * gdbtypes.c (rank_one_type_parm_set): New function extracted
12831 from...
12832 (rank_one_type): ... this.
12833
12834 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12835
12836 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
12837 from...
12838 (rank_one_type): ... this.
12839
12840 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12841
12842 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
12843 from...
12844 (rank_one_type): ... this.
12845
12846 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12847
12848 * gdbtypes.c (rank_one_type_parm_float): New function extracted
12849 from...
12850 (rank_one_type): ... this.
12851
12852 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12853
12854 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
12855 from...
12856 (rank_one_type): ... this.
12857
12858 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12859
12860 * gdbtypes.c (rank_one_type_parm_range): New function extracted
12861 from...
12862 (rank_one_type): ... this.
12863
12864 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12865
12866 * gdbtypes.c (rank_one_type_parm_char): New function extracted
12867 from...
12868 (rank_one_type): ... this.
12869
12870 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12871
12872 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
12873 from...
12874 (rank_one_type): ... this.
12875
12876 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12877
12878 * gdbtypes.c (rank_one_type_parm_int): New function extracted
12879 from...
12880 (rank_one_type): ... this.
12881
12882 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12883
12884 * gdbtypes.c (rank_one_type_parm_func): New function extracted
12885 from...
12886 (rank_one_type): ... this.
12887
12888 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12889
12890 * gdbtypes.c (rank_one_type_parm_array): New function extracted
12891 from...
12892 (rank_one_type): ... this.
12893
12894 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
12895
12896 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
12897 from...
12898 (rank_one_type): ... this.
12899
12900 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12901
12902 * inferior.c (initialize_inferiors): Ensure 'help set/show print
12903 inferior-events' shows the example events.
12904
12905 2019-03-08 Eli Zaretskii <eliz@gnu.org>
12906
12907 Support styling on native MS-Windows console
12908
12909 PR/24315
12910 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
12911 on MS-Windows if $TERM is not defined.
12912
12913 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
12914
12915 * posix-hdep.c (gdb_console_fputs):
12916 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
12917 functions.
12918 * ui-file.h (gdb_console_fputs): Add prototype.
12919
12920 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
12921 back to fputs only if the former returns zero.
12922
12923 2019-03-07 Tom Tromey <tom@tromey.com>
12924
12925 * symmisc.c (print_symbol_bcache_statistics): Update.
12926 (print_objfile_statistics): Update.
12927 * symfile.c (allocate_symtab): Update.
12928 * stabsread.c: Don't include bcache.h.
12929 * psymtab.h (struct psymbol_bcache): Don't declare.
12930 (class psymtab_storage) <psymbol_cache>: Now a bcache.
12931 (psymbol_bcache_init, psymbol_bcache_free)
12932 (psymbol_bcache_get_bcache): Don't declare.
12933 * psymtab.c (struct psymbol_bcache): Remove.
12934 (psymtab_storage::psymtab_storage): Update.
12935 (psymtab_storage::~psymtab_storage): Update.
12936 (psymbol_bcache_init, psymbol_bcache_free)
12937 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
12938 (add_psymbol_to_bcache): Update.
12939 (allocate_psymtab): Update.
12940 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
12941 macro_cache>: No longer pointers.
12942 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
12943 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
12944 * macrotab.c (macro_bcache): Update.
12945 * macroexp.c: Don't include bcache.h.
12946 * gdbtypes.c (check_types_worklist): Update.
12947 (types_deeply_equal): Remove TRY/CATCH. Update.
12948 * elfread.c (elf_symtab_read): Update.
12949 * dwarf2read.c: Don't include bcache.h.
12950 * buildsym.c (buildsym_compunit::get_macro_table): Update.
12951 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
12952 (print_bcache_statistics, bcache_memory_used): Don't declare.
12953 (struct bcache): Move from bcache.c. Add constructor, destructor,
12954 methods. Rename all data members.
12955 * bcache.c (struct bcache): Move to bcache.h.
12956 (bcache::expand_hash_table): Rename from expand_hash_table.
12957 (bcache): Remove.
12958 (bcache::insert): Rename from bcache_full.
12959 (bcache::compare): Rename from bcache_compare.
12960 (bcache_xmalloc): Remove.
12961 (bcache::~bcache): Rename from bcache_xfree.
12962 (bcache::print_statistics): Rename from print_bcache_statistics.
12963 (bcache::memory_used): Rename from bcache_memory_used.
12964
12965 2019-03-07 Pedro Alves <palves@redhat.com>
12966
12967 * infrun.c (normal_stop): Also check for
12968 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
12969
12970 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
12971
12972 * f-lang.c (value_from_host_double): Moved to...
12973 * value.c (value_from_host_double): ...here.
12974 * value.h (value_from_host_double): Declare.
12975 * guile/scm-math.c (vlscm_convert_typed_number): Use
12976 value_from_host_double.
12977 (vlscm_convert_number): Likewise.
12978 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
12979 * python/py-value.c (convert_value_from_python): Likewise.
12980
12981 2019-03-06 Tom Tromey <tom@tromey.com>
12982
12983 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
12984
12985 2019-03-06 Tom Tromey <tom@tromey.com>
12986
12987 * utils.h (free_current_contents): Don't declare.
12988 * utils.c (free_current_contents): Remove.
12989
12990 2019-03-06 Tom Tromey <tom@tromey.com>
12991
12992 * top.c (quit_force): Update.
12993 * main.c (captured_command_loop): Update.
12994 * common/new-op.c (operator new): Update.
12995 * common/common-exceptions.c (struct catcher)
12996 <save_cleanup_chain>: Remove member.
12997 (exceptions_state_mc_init): Update.
12998 (exception_try_scope_entry): Return nullptr.
12999 (exception_try_scope_exit, exception_rethrow)
13000 (throw_exception_sjlj, throw_exception_cxx): Update.
13001 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13002 (all_cleanups, do_cleanups, discard_cleanups)
13003 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13004 (restore_cleanups, restore_final_cleanups): Don't declare.
13005 (do_final_cleanups): Remove parameter.
13006 * common/cleanups.c (cleanup_chain, make_cleanup)
13007 (make_cleanup_dtor, all_cleanups, do_cleanups)
13008 (discard_my_cleanups, discard_cleanups)
13009 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13010 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13011 (null_cleanup): Remove.
13012 (do_final_cleanups): Remove parameter.
13013
13014 2019-03-06 Tom Tromey <tom@tromey.com>
13015
13016 * remote.c (remote_target::remote_parse_stop_reply): Use
13017 unique_xmalloc_ptr.
13018
13019 2019-03-06 Tom Tromey <tom@tromey.com>
13020
13021 * stabsread.c (struct stabs_field_info): Rename from field_info.
13022 <list, fnlist>: Add initializers.
13023 <obstack>: New member.
13024 (read_member_functions, read_struct_fields, read_baseclasses):
13025 Allocate on obstack. Don't use cleanups.
13026 (read_one_struct_field, read_member_functions, read_struct_fields)
13027 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13028 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13029 (read_struct_type): Update.
13030
13031 2019-03-06 Tom Tromey <tom@tromey.com>
13032
13033 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13034 * common/filestuff.h (make_cleanup_close): Don't declare.
13035 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13036 Remove.
13037
13038 2019-03-06 Tom Tromey <tom@tromey.com>
13039
13040 * solib-aix.c: Use make_scope_exit.
13041
13042 2019-03-06 Tom Tromey <tom@tromey.com>
13043
13044 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13045 Use make_scope_exit.
13046
13047 2019-03-06 Tom Tromey <tom@tromey.com>
13048
13049 * solib-svr4.c (disable_probes_interface): Remove parameter.
13050 (svr4_handle_solib_event): Use make_scope_exit.
13051
13052 2019-03-06 Tom Tromey <tom@tromey.com>
13053
13054 * remote.c (struct stop_reply_deleter): Remove.
13055 (stop_reply_up): Update.
13056 (struct stop_reply): Derive from notif_event. Don't typedef.
13057 <regcache>: Now a std::vector.
13058 (stop_reply_xfree): Remove.
13059 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13060 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13061 (remote_target::discard_pending_stop_replies): Use delete.
13062 (remote_target::remote_parse_stop_reply): Update.
13063 (remote_target::process_stop_reply): Update.
13064 * remote-notif.h (struct notif_event): Add virtual destructor.
13065 Remove "dtr" member.
13066 (struct notif_client) <alloc_event>: Return a unique_ptr.
13067 (notif_event_xfree): Don't declare.
13068 (notif_event_up): New typedef.
13069 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13070 (notif_event_xfree, do_notif_event_xfree): Remove.
13071 (remote_notif_state_xfree): Update.
13072
13073 2019-03-06 Tom Tromey <tom@tromey.com>
13074
13075 * infrun.c (displaced_step_clear_cleanup): Now a
13076 forward_scope_exit type.
13077 (displaced_step_prepare_throw): Update.
13078 (displaced_step_fixup): Update.
13079
13080 2019-03-06 Tom Tromey <tom@tromey.com>
13081
13082 * inferior.h (class inferior): Update comment.
13083 * gdbthread.h (class thread_info): Update comment.
13084
13085 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13086 Tom Tromey <tom@tromey.com>
13087
13088 * stabsread.h (struct stab_section_list): Remove.
13089 (coffstab_build_psymtabs): Update.
13090 * dbxread.c (symbuf_sections): Now a std::vector.
13091 (sect_idx): New global.
13092 (fill_symbuf): Update.
13093 (coffstab_build_psymtabs): Change type of stabsects parameter.
13094 Update.
13095 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13096 std::vector.
13097 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13098 (coff_locate_sections): Update.
13099 (coff_symfile_read): Remove cleanups. Update.
13100 (init_stringtab): Add storage parameter.
13101 (free_stringtab, free_stringtab_cleanup): Remove.
13102 (init_lineno): Add storage parameter.
13103 (free_linetab, free_linetab_cleanup): Remove.
13104
13105 2019-03-06 Pedro Alves <palves@redhat.com>
13106
13107 * linux-fork.c (fork_info::clobber_regs): Delete.
13108 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13109 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13110 comment. Adjust.
13111 (scoped_switch_fork_info::scoped_switch_fork_info)
13112 (checkpoint_command, linux_fork_context): Adjust
13113 fork_save_infrun_state calls.
13114
13115 2019-03-06 Pedro Alves <palves@redhat.com>
13116
13117 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13118 (inf_has_multiple_threads): Return 'bool' and rewrite using
13119 inferior_info::threads().
13120
13121 2019-03-06 Pedro Alves <palves@redhat.com>
13122
13123 * linux-fork.c: Include <list>.
13124 (fork_list): Now a std::list instance.
13125 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13126 (forks_exist_p, find_last_fork): Adjust.
13127 (new_fork): Delete.
13128 (one_fork_p): New.
13129 (add_fork): Adjust.
13130 (free_fork): Delete, folded into fork_info::~fork_info().
13131 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13132 Adjust.
13133 (init_fork_list): Delete.
13134 (linux_fork_killall, linux_fork_mourn_inferior)
13135 (linux_fork_detach, info_checkpoints_command): Adjust.
13136 (_initialize_linux_fork): No longer call init_fork_list.
13137
13138 2019-03-06 Pedro Alves <palves@redhat.com>
13139
13140 * linux-fork.c (new_fork): New, split out of ...
13141 (add_fork): ... this. Return void. Move "first fork" special
13142 case from here, to ...
13143 (checkpoint_command): ... here.
13144 * linux-linux.h (add_fork): Return void.
13145
13146 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13147
13148 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13149
13150 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13151 Chris January <chris.january@arm.com>
13152 David Lecomber <david.lecomber@arm.com>
13153
13154 * f-exp.y: New token, UNOP_INTRINSIC.
13155 (exp): New pattern using UNOP_INTRINSIC token.
13156 (f77_keywords): Add 'abs' keyword.
13157 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13158 (value_from_host_double): New function.
13159 (evaluate_subexp_f): Support UNOP_ABS.
13160
13161 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13162
13163 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13164 types.
13165
13166 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13167
13168 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13169 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13170 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13171
13172 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13173
13174 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13175
13176 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13177 Chris January <chris.january@arm.com>
13178
13179 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13180 * f-exp.y: Define 'KIND' token.
13181 (exp): New pattern for KIND expressions.
13182 (ptype): Handle types with a kind extension.
13183 (direct_abs_decl): Extend to spot kind extensions.
13184 (f77_keywords): Add 'kind' to the list.
13185 (push_kind_type): New function.
13186 (convert_to_kind_type): New function.
13187 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13188 * parse.c (operator_length_standard): Likewise.
13189 * parser-defs.h (enum type_pieces): Add tp_kind.
13190 * std-operator.def: Add UNOP_KIND.
13191
13192 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13193
13194 * f-exp.y (f_parse): Set yydebug.
13195
13196 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13197
13198 * f-lang.c (evaluate_subexp_f): New function.
13199 (exp_descriptor_f): New global.
13200 (f_language_defn): Use exp_descriptor_f instead of
13201 exp_descriptor_standard.
13202
13203 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13204
13205 * f-exp.y (struct token): Add comments.
13206 (dot_ops): Remove uppercase versions and the end marker.
13207 (f77_keywords): Likewise.
13208 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13209 entries in the dot_ops array are case insensitive, and use
13210 strncasecmp to compare strings. Also some whitespace cleanup in
13211 this area. Similar for the f77_keywords array, except entries in
13212 this list might be case sensitive.
13213
13214 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13215
13216 * f-exp.y (struct f77_boolean_val): Add comments.
13217 (boolean_values): Remove uppercase versions, and end marker.
13218 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13219 and use strncasecmp to achieve case insensitivity. Additionally,
13220 perform whitespace cleanup around this code.
13221
13222 2019-03-06 Tom Tromey <tromey@adacore.com>
13223
13224 * remote-sim.c (gdbsim_target_open): Use result of
13225 gdb_argv::release.
13226
13227 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13228 Dirk Schubert <dirk.schubert@arm.com>
13229 Chris January <chris.january@arm.com>
13230
13231 * eval.c (evaluate_subexp_standard): Call Fortran argument
13232 wrapping logic.
13233 * f-lang.c (struct value): A value which can be passed into a
13234 Fortran function call.
13235 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13236 where appropriate.
13237 (struct type): Value ready for a Fortran function call.
13238 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13239 is needed.
13240 * f-lang.h (fortran_argument_convert): Declaration.
13241 (fortran_preserve_arg_pointer): Declaration.
13242 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13243
13244 2019-03-05 Tom Tromey <tromey@adacore.com>
13245
13246 * python/py-prettyprint.c (print_string_repr): Remove #if.
13247 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13248
13249 2019-03-05 Tom Tromey <tromey@adacore.com>
13250
13251 * target.c (the_dummy_target): Move later. Change type to
13252 "dummy_target".
13253 (initialize_targets): Don't initialize the_dummy_target.
13254
13255 2019-03-05 Tom Tromey <tromey@adacore.com>
13256
13257 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13258 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13259
13260 2019-03-05 Tom Tromey <tromey@adacore.com>
13261
13262 * windows-nat.c (windows_nat_target::attach)
13263 (windows_nat_target::detach): Don't call gdb_flush.
13264 * valprint.c (generic_val_print, val_print, val_print_string):
13265 Don't call gdb_flush.
13266 * utils.c (defaulted_query): Don't call gdb_flush.
13267 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13268 * target.c (target_announce_detach): Don't call gdb_flush.
13269 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13270 * remote.c (extended_remote_target::attach): Don't call
13271 gdb_flush.
13272 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13273 * printcmd.c (do_examine): Don't call gdb_flush.
13274 (info_display_command): Don't call gdb_flush.
13275 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13276 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13277 * memattr.c (info_mem_command): Don't call gdb_flush.
13278 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13279 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13280 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13281 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13282 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13283 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13284 (gnu_nat_target::detach): Don't call gdb_flush.
13285 * f-valprint.c (f_val_print): Don't call gdb_flush.
13286 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13287 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13288 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13289 gdb_flush.
13290 * c-valprint.c (c_val_print): Don't call gdb_flush.
13291 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13292
13293 2019-03-05 Tom Tromey <tromey@adacore.com>
13294
13295 * varobj.c (update_dynamic_varobj_children): Update.
13296 (install_default_visualizer): Use reset, not release.
13297 * value.c (set_internalvar): Update.
13298 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13299 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13300 ATTRIBUTE_UNUSED_RESULT.
13301
13302 2019-03-05 Tom Tromey <tromey@adacore.com>
13303
13304 * remote.c (class scoped_remote_fd) <release>: Add
13305 ATTRIBUTE_UNUSED_RESULT.
13306
13307 2019-03-05 Tom Tromey <tromey@adacore.com>
13308
13309 * macroexp.c (struct macro_buffer) <release>: Add
13310 ATTRIBUTE_UNUSED_RESULT.
13311
13312 2019-03-05 Tom Tromey <tromey@adacore.com>
13313
13314 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13315 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13316 ATTRIBUTE_UNUSED_RESULT.
13317
13318 2019-03-05 Tom Tromey <tromey@adacore.com>
13319
13320 * common/scoped_fd.h (class scoped_fd) <release>: Add
13321 ATTRIBUTE_UNUSED_RESULT.
13322
13323 2019-03-05 Tom Tromey <tromey@adacore.com>
13324
13325 * parser-defs.h (struct parser_state) <release>: Add
13326 ATTRIBUTE_UNUSED_RESULT.
13327
13328 2019-03-05 Tom Tromey <tromey@adacore.com>
13329
13330 * utils.h (class gdb_argv) <release>: Add
13331 ATTRIBUTE_UNUSED_RESULT.
13332 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13333
13334 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13335
13336 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13337 for-loop range, to avoid compiler warnings.
13338
13339 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13340 avoid compiler warnings about unused variables.
13341
13342 * NEWS: Mention end of support for native debugging on MS-Windows
13343 before XP.
13344
13345 PR gdb/24292
13346 * common/netstuff.c:
13347 * gdbserver/gdbreplay.c
13348 * gdbserver/remote-utils.c:
13349 * ser-tcp.c:
13350 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13351 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13352 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13353 'getaddrinfo' and 'freeaddrinfo' were not available before
13354 Windows XP, and mingw.org's MinGW headers by default define
13355 _WIN32_WINNT to 0x500.
13356
13357 2019-03-01 Gary Benson <gbenson@redhat.com>
13358
13359 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13360
13361 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13362 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13363
13364 PR gdb/8527
13365 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13366 set_sigint_trap, clear_sigint_trap.
13367
13368 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13369
13370 * target.c (target_detach): Clear the regcache and the
13371 frame cache.
13372
13373 2019-02-27 Pedro Alves <palves@redhat.com>
13374
13375 * utils.c (set_screen_size): When we cap the height/width sizes,
13376 tweak the corresponding command variable to show "unlimited":
13377
13378 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13379 Pedro Alves <palves@redhat.com>
13380
13381 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13382 before calling rl_set_screen_size.
13383
13384 2019-02-27 Tom Tromey <tromey@adacore.com>
13385
13386 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13387 define.
13388 * python/py-value.c: Remove Python 2.4 workaround.
13389 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13390 workaround.
13391 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13392 Python 2.4 workaround.
13393 * python/python-internal.h: Remove Python 2.4 comment.
13394 (Py_ssize_t): Don't define.
13395 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13396 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13397 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13398 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13399 * python/python.c (do_start_initialization): Remove Python 2.4
13400 workaround.
13401 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13402 (print_children): Remove Python 2.4 workaround.
13403 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13404 workaround.
13405 (CHARBUFFERPROC_NAME): Remove.
13406 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13407 Python 2.4 workaround.
13408
13409 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13410
13411 * NEWS: Note minimum Python version.
13412
13413 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13414
13415 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13416 code from these functions. Remove corresponding ifdefs. Use
13417 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13418 Remove gotos and target of gotos.
13419 (infpy_search_memory): Likewise.
13420
13421 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13422
13423 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13424 (hppa_gdbarch_init): Don't register deleted functions with
13425 gdbarch.
13426
13427 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13428
13429 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13430 (h8300_unwind_sp): Delete.
13431 (h8300_dummy_id): Delete.
13432 (h8300_gdbarch_init): Don't register deleted functions with
13433 gdbarch.
13434
13435 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13436
13437 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13438 (ft32_unwind_pc): Delete.
13439 (ft32_unwind_sp): Delete.
13440 (ft32_gdbarch_init): Don't register deleted functions with
13441 gdbarch.
13442
13443 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13444
13445 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13446 (frv_unwind_pc): Delete.
13447 (frv_unwind_sp): Delete.
13448 (frv_gdbarch_init): Don't register deleted functions with
13449 gdbarch.
13450
13451 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13452
13453 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13454 (riscv_unwind_pc): Delete.
13455 (riscv_unwind_sp): Delete.
13456 (riscv_gdbarch_init): Don't register deleted functions with
13457 gdbarch.
13458
13459 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13460
13461 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13462 (csky_unwind_pc): Delete.
13463 (csky_unwind_sp): Delete.
13464 (csky_gdbarch_init): Don't register deleted functions with
13465 gdbarch.
13466
13467 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13468
13469 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13470 (cris_unwind_pc): Delete.
13471 (cris_unwind_sp): Delete.
13472 (cris_gdbarch_init): Don't register deleted functions with
13473 gdbarch.
13474
13475 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13476
13477 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13478 (bfin_unwind_pc): Delete.
13479 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13480
13481 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13482
13483 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13484 (arm_unwind_pc): Delete.
13485 (arm_unwind_sp): Delete.
13486 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13487
13488 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13489
13490 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13491 (arc_unwind_pc): Delete.
13492 (arc_unwind_sp): Delete.
13493 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13494
13495 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13496
13497 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13498 (alpha_unwind_pc): Delete.
13499 (alpha_gdbarch_init): Don't register deleted functions with
13500 gdbarch.
13501
13502 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13503
13504 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13505 (aarch64_unwind_pc): Delete.
13506 (aarch64_unwind_sp): Delete.
13507 (aarch64_gdbarch_init): Don't register deleted functions with
13508 gdbarch.
13509
13510 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13511
13512 * gdbtypes.c (type_align): Don't consider static members when
13513 computing structure alignment.
13514
13515 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13516
13517 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13518 return 0 for other types.
13519 * arch-utils.c (default_type_align): Always return 0.
13520 * gdbarch.h: Regenerate.
13521 * gdbarch.sh (type_align): Extend comment.
13522 * gdbtypes.c (type_align): Add additional comments, always call
13523 gdbarch_type_align before applying the default rules.
13524 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13525 generic code will then apply a suitable default.
13526 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13527 types, return 0 for other types.
13528
13529 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13530
13531 * NEWS: Create a new section for the next release branch.
13532 Rename the section of the current branch, now that it has
13533 been cut.
13534
13535 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13536
13537 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13538 * version.in: Bump version to 8.3.50.DATE-git.
13539
13540 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13541
13542 * aix-thread.c (ptid_cmp): Remove unused variable.
13543 (get_signaled_thread): Likewise.
13544 (store_regs_user_thread): Likewise.
13545 (store_regs_kernel_thread): Likewise.
13546 (fetch_regs_kernel_thread): Remove shadowed variable.
13547
13548 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13549
13550 * features/riscv/32bit-cpu.xml: Add register numbers.
13551 * features/riscv/32bit-fpu.c: Regenerate.
13552 * features/riscv/32bit-fpu.xml: Add register numbers.
13553 * features/riscv/64bit-cpu.xml: Add register numbers.
13554 * features/riscv/64bit-fpu.c: Regenerate.
13555 * features/riscv/64bit-fpu.xml: Add register numbers.
13556
13557 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13558
13559 * NEWS: Mention two argument form of gdb.Value constructor.
13560 * python/py-value.c (convert_buffer_and_type_to_value): New
13561 function.
13562 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13563 Add support for handling an optional second argument. Call
13564 convert_buffer_and_type_to_value as appropriate.
13565 * python/python-internal.h (Py_buffer_deleter): New struct.
13566 (Py_buffer_up): New typedef.
13567
13568 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13569
13570 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13571 instead of releasing ownership.
13572
13573 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13574
13575 * dwarf2read.c (open_and_init_dwp_file): Call
13576 elf_numsections instead of bfd_count_sections to initialize
13577 dwp_file->num_sections.
13578
13579 2019-02-25 Tom Tromey <tromey@adacore.com>
13580
13581 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13582
13583 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13584
13585 * gcore.in: Add '--readnever' option when invoking GDB.
13586
13587 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13588
13589 * MAINTAINERS: Update my email address.
13590
13591 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13592
13593 * build-id.c (build_id_to_debug_bfd_1): New function.
13594 (build_id_to_debug_bfd): Look for separate debug file in
13595 sysroot.
13596
13597 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13598
13599 * gdbarch.sh: Update the copyright year range that is placed into
13600 generated files.
13601
13602 2019-02-22 Keith Seitz <keiths@redhat.com>
13603
13604 PR symtab/23853
13605 * linespec.c (create_sals_line_offset): Search for the default
13606 symtab's filename instead of its fullname.
13607
13608 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13609
13610 * NEWS: Update style defaults.
13611
13612 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13613
13614 * main.c (captured_main_1): Disable styling in batch mode.
13615
13616 2019-02-20 Tom Tromey <tom@tromey.com>
13617
13618 * symtab.c (symtab_symbol_info): Fix typos.
13619
13620 2019-02-20 Tom Tromey <tromey@adacore.com>
13621
13622 * findcmd.c (_initialize_mem_search): Use upper case for
13623 metasyntactic variables.
13624
13625 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13626
13627 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13628 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13629
13630 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13631
13632 * top.h (source_file_name): Change to std::string.
13633 * top.c (source_file_name): Likewise.
13634 (command_line_input): Adjust.
13635 * cli/cli-script.c (script_from_file): Adjust.
13636
13637 2019-02-19 Tom Tromey <tromey@adacore.com>
13638
13639 * ravenscar-thread.c
13640 (ravenscar_thread_target::update_thread_list): Don't call
13641 ada_build_task_list.
13642 * ada-lang.h (ada_build_task_list): Don't declare.
13643 * ada-tasks.c (struct ada_tasks_inferior_data)
13644 <task_list_valid_p>: Now bool.
13645 (read_known_tasks, ada_task_list_changed)
13646 (ada_tasks_invalidate_inferior_data): Update.
13647 (read_known_tasks_array): Return bool.
13648 (read_known_tasks_list): Likewise.
13649 (read_known_tasks): Return void.
13650 (ada_build_task_list): Now static.
13651
13652 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13653
13654 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13655 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13656
13657 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13658
13659 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13660 variant for ada_tasks_pspace_data_handle and
13661 ada_tasks_inferior_data_handle.
13662 (ada_tasks_pspace_data_cleanup): New function.
13663 (ada_tasks_inferior_data_cleanup): New function.
13664
13665 2019-02-17 Tom Tromey <tom@tromey.com>
13666
13667 * macrotab.h (macro_source_fullname): Return a std::string.
13668 * macrotab.c (macro_include, check_for_redefinition)
13669 (macro_undef, macro_lookup_definition, foreach_macro)
13670 (foreach_macro_in_scope): Update.
13671 (macro_source_fullname): Return a std::string.
13672 * macrocmd.c (show_pp_source_pos): Update.
13673
13674 2019-02-17 Tom Tromey <tom@tromey.com>
13675
13676 * macrocmd.c (show_pp_source_pos): Style the file names.
13677
13678 2019-02-17 Tom Tromey <tom@tromey.com>
13679
13680 PR tui/24197:
13681 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13682
13683 2019-02-17 Tom Tromey <tom@tromey.com>
13684
13685 * ada-lang.c (user_select_syms): Use filtered printing.
13686 * utils.c (wrap_style): New global.
13687 (desired_style): Remove.
13688 (emit_style_escape): Add stream parameter.
13689 (set_output_style, reset_terminal_style, prompt_for_continue):
13690 Update.
13691 (flush_wrap_buffer): Only flush gdb_stdout.
13692 (wrap_here): Set wrap_style.
13693 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13694 treat escape sequences as a character. Change when wrap buffer is
13695 flushed.
13696 (fputs_styled): Do not set the output style when the default is
13697 requested.
13698 * ui-style.h (struct ui_file_style) <is_default>: New method.
13699 * source.c (print_source_lines_base): Emit escape sequences in one
13700 piece.
13701
13702 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13703
13704 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
13705 integers and enumeration types.
13706
13707 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13708
13709 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
13710 instead of lookup_symbol_in_language
13711 (do_exact_match): New function.
13712 (ada_get_symbol_name_matcher): Return do_exact_match when
13713 doing a verbatim match.
13714
13715 2019-02-15 Tom Tromey <tromey@adacore.com>
13716
13717 * ravenscar-thread.c (ravenscar_thread_target::resume)
13718 (ravenscar_thread_target::wait): Special case wildcard requests.
13719
13720 2019-02-15 Tom Tromey <tromey@adacore.com>
13721
13722 * ravenscar-thread.c (base_ptid): Remove.
13723 (struct ravenscar_thread_target) <close>: New method.
13724 <m_base_ptid>: New member.
13725 <update_inferior_ptid, active_task, task_is_currently_active,
13726 runtime_initialized>: Declare methods.
13727 <ravenscar_thread_target>: Add constructor.
13728 (ravenscar_thread_target::task_is_currently_active)
13729 (ravenscar_thread_target::update_inferior_ptid)
13730 (ravenscar_runtime_initialized): Rename. Now methods.
13731 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
13732 (ravenscar_thread_target::update_thread_list): Update.
13733 (ravenscar_thread_target::active_task): Now method.
13734 (ravenscar_thread_target::store_registers)
13735 (ravenscar_thread_target::prepare_to_store)
13736 (ravenscar_thread_target::prepare_to_store)
13737 (ravenscar_thread_target::mourn_inferior): Update.
13738 (ravenscar_inferior_created): Use "new" to create target.
13739 (ravenscar_thread_target::get_ada_task_ptid): Update.
13740 (_initialize_ravenscar): Don't initialize base_ptid.
13741 (ravenscar_ops): Remove global.
13742
13743 2019-02-15 Tom Tromey <tromey@adacore.com>
13744
13745 * target.h (push_target): Declare new overload.
13746 * target.c (push_target): New overload, taking an rvalue reference.
13747 * remote.c (remote_target::open_1): Use push_target overload.
13748 * corelow.c (core_target_open): Use push_target overload.
13749
13750 2019-02-15 Tom Tromey <tromey@adacore.com>
13751
13752 * ravenscar-thread.c (is_ravenscar_task)
13753 (ravenscar_task_is_currently_active): Return bool.
13754 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
13755 (_initialize_ravenscar): Remove "(void)".
13756 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
13757 Return bool.
13758
13759 2019-02-15 Tom Tromey <tromey@adacore.com>
13760
13761 * ravenscar-thread.c (ravenscar_runtime_initializer)
13762 (has_ravenscar_runtime, get_running_thread_id)
13763 (ravenscar_thread_target::resume): Fix indentation.
13764
13765 2019-02-15 Tom Tromey <tromey@adacore.com>
13766
13767 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
13768 from ravenscar_arch_ops.
13769 (sparc_ravenscar_ops::fetch_registers)
13770 (sparc_ravenscar_ops::store_registers): Now methods.
13771 (sparc_ravenscar_prepare_to_store): Remove.
13772 (sparc_ravenscar_ops): Redefine.
13773 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
13774 methods and destructor. Remove members.
13775 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
13776 (ravenscar_thread_target::store_registers)
13777 (ravenscar_thread_target::prepare_to_store): Update.
13778 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13779 Remove.
13780 (struct ppc_ravenscar_powerpc_ops): Derive from
13781 ravenscar_arch_ops.
13782 (ppc_ravenscar_powerpc_ops::fetch_registers)
13783 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13784 (ppc_ravenscar_powerpc_ops): Redefine.
13785 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
13786 (ppc_ravenscar_e500_ops::fetch_registers)
13787 (ppc_ravenscar_e500_ops::store_registers): Now methods.
13788 (ppc_ravenscar_e500_ops): Redefine.
13789 * aarch64-ravenscar-thread.c
13790 (aarch64_ravenscar_generic_prepare_to_store): Remove.
13791 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
13792 (aarch64_ravenscar_fetch_registers)
13793 (aarch64_ravenscar_store_registers): Now methods.
13794 (aarch64_ravenscar_ops): Redefine.
13795
13796 2019-02-15 Tom Tromey <tromey@adacore.com>
13797
13798 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
13799 (ravenscar_thread_target::stopped_by_hw_breakpoint)
13800 (ravenscar_thread_target::stopped_by_watchpoint)
13801 (ravenscar_thread_target::stopped_data_address)
13802 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
13803
13804 2019-02-15 Tom Tromey <tromey@adacore.com>
13805
13806 * ravenscar-thread.c: Fix some typos.
13807
13808 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13809 Tom Tromey <tromey@adacore.com>
13810
13811 * ada-lang.c (ada_exception_sal): Change addr_string to a
13812 std::string.
13813 (create_ada_exception_catchpoint): Update.
13814
13815 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13816 Tom Tromey <tromey@adacore.com>
13817
13818 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
13819 (bp_location_ops): Remove.
13820 (base_breakpoint_allocate_location): Update.
13821 (free_bp_location): Update.
13822 * ada-lang.c (class ada_catchpoint_location)
13823 <ada_catchpoint_location>: Remove ops parameter.
13824 (ada_catchpoint_location_dtor): Remove.
13825 (ada_catchpoint_location_ops): Remove.
13826 (allocate_location_exception): Update.
13827 * breakpoint.h (struct bp_location_ops): Remove.
13828 (class bp_location) <bp_location>: Remove bp_location_ops
13829 parameter.
13830 <~bp_location>: Add destructor.
13831 <ops>: Remove.
13832
13833 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13834 Pedro Alves <palves@redhat.com>
13835
13836 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
13837 'PATH_MAX'.
13838
13839 2019-02-14 David Michael <fedora.dm0@gmail.com>
13840 Samuel Thibault <samuel.thibault@gnu.org>
13841 Thomas Schwinge <thomas@codesourcery.com>
13842
13843 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
13844 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
13845
13846 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
13847
13848 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
13849 (check_empty): Use "const char *".
13850
13851 * gnu-nat.c (gnu_nat_target::detach): Instead of
13852 'detach_inferior (pid)' call
13853 'detach_inferior (find_inferior_pid (pid))'.
13854
13855 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
13856 'nat/fork-inferior.o'.
13857 * gnu-nat.c: #include "nat/fork-inferior.h".
13858
13859 * gnu-nat.c (gnu_nat_target::detach): Instead of
13860 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
13861 * gnu-nat.h: #include "inf-child.h".
13862 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
13863 'i386_gnu_nat_target::fetch_registers'.
13864 (gnu_store_registers): Rename/move to
13865 'i386_gnu_nat_target::store_registers'.
13866
13867 * config/i386/nm-i386gnu.h: Don't "#include" any files.
13868 * gnu-nat.h (mach_thread_info): New function.
13869 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
13870
13871 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
13872
13873 2019-02-14 Frederic Konrad <konrad@adacore.com>
13874
13875 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
13876
13877 2019-02-14 Joel Brobecker <brobecker@adacore.com>
13878
13879 * windows-nat.c (windows_add_thread): Add new parameter
13880 "main_thread_p" with default value set to false. Update
13881 function documentation as well as all callers.
13882 (windows_delete_thread): Likewise.
13883 (fake_create_process): Update call to windows_add_thread.
13884 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
13885 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
13886 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
13887 call to windows_delete_thread.
13888
13889 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
13890
13891 * MAINTAINERS: Add Andrew Burgess as global maintainer.
13892
13893 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13894
13895 * symfile.c (find_separate_debug_file): Use canonical path of
13896 sysroot with child_path instead of gdb_sysroot if it is valid.
13897
13898 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13899
13900 * symfile.c (find_separate_debug_file): Use child_path to
13901 determine if an object file is under a sysroot.
13902
13903 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13904
13905 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13906 unittests/child-path-selftests.c.
13907 * common/pathstuff.c (child_path): New function.
13908 * common/pathstuff.h (child_path): New prototype.
13909 * unittests/child-path-selftests.c: New file.
13910
13911 2019-02-12 John Baldwin <jhb@FreeBSD.org>
13912
13913 * symfile.c (find_separate_debug_file): Look for separate debug
13914 files in debug directories under the sysroot.
13915
13916 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13917
13918 * symtab.h (struct minimal_symbol data_p): New const method.
13919 (struct minimal_symbol text_p): Likewise.
13920 * symtab.c (output_source_filename): Use file name style
13921 to print file name.
13922 (print_symbol_info): Likewise.
13923 (print_msymbol_info): Use address style to print addresses.
13924 Use function name style to print executable text symbols.
13925 (expand_symtab_containing_pc): Use data_p.
13926 (find_pc_sect_compunit_symtab): Likewise.
13927
13928 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13929
13930 * breakpoint.c (describe_other_breakpoints): Use address style
13931 to print addresses.
13932 (say_where): Likewise.
13933
13934 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13935
13936 * ada-typeprint.c (print_func_type): Print function name
13937 style to print function name.
13938 * c-typeprint.c (c_print_type_1): Likewise.
13939
13940 2019-02-11 Alan Hayward <alan.hayward@arm.com>
13941
13942 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
13943 for execve.
13944
13945 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13946
13947 * c-exp.y (direct_abs_decl): Use emplace_back to record the
13948 type_stack.
13949
13950 2019-02-10 Joel Brobecker <brobecker@adacore.com>
13951
13952 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
13953 TYPE_CODE_REF types.
13954
13955 2019-02-08 Jim Wilson <jimw@sifive.com>
13956
13957 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
13958 (riscv_linux_fregset): New.
13959 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
13960
13961 2019-02-07 Tom Tromey <tom@tromey.com>
13962
13963 * thread.c (thread_cancel_execution_command): Update.
13964 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
13965 methods.
13966 (struct thread_fsm_ops): Remove.
13967 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
13968 (thread_fsm_should_stop, thread_fsm_return_value)
13969 (thread_fsm_set_finished, thread_fsm_finished_p)
13970 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
13971 Don't declare.
13972 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
13973 * infrun.c (clear_proceed_status_thread)
13974 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
13975 (print_stop_event): Update.
13976 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
13977 Add constructor.
13978 (step_command_fsm_ops): Remove.
13979 (new_step_command_fsm): Remove.
13980 (step_1): Update.
13981 (step_command_fsm::should_stop): Rename from
13982 step_command_fsm_should_stop.
13983 (step_command_fsm::clean_up): Rename from
13984 step_command_fsm_clean_up.
13985 (step_command_fsm::do_async_reply_reason): Rename from
13986 step_command_fsm_async_reply_reason.
13987 (struct until_next_fsm): Inherit from thread_fsm. Add
13988 constructor.
13989 (until_next_fsm_ops): Remove.
13990 (new_until_next_fsm): Remove.
13991 (until_next_fsm::should_stop): Rename from
13992 until_next_fsm_should_stop.
13993 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
13994 (until_next_fsm::do_async_reply_reason): Rename from
13995 until_next_fsm_async_reply_reason.
13996 (struct finish_command_fsm): Inherit from thread_fsm. Add
13997 constructor. Change type of breakpoint.
13998 (finish_command_fsm_ops): Remove.
13999 (new_finish_command_fsm): Remove.
14000 (finish_command_fsm::should_stop): Rename from
14001 finish_command_fsm_should_stop.
14002 (finish_command_fsm::clean_up): Rename from
14003 finish_command_fsm_clean_up.
14004 (finish_command_fsm::return_value): Rename from
14005 finish_command_fsm_return_value.
14006 (finish_command_fsm::do_async_reply_reason): Rename from
14007 finish_command_fsm_async_reply_reason.
14008 (finish_command): Update.
14009 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14010 Add constructor.
14011 (call_thread_fsm_ops): Remove.
14012 (call_thread_fsm::call_thread_fsm): Rename from
14013 new_call_thread_fsm.
14014 (call_thread_fsm::should_stop): Rename from
14015 call_thread_fsm_should_stop.
14016 (call_thread_fsm::should_notify_stop): Rename from
14017 call_thread_fsm_should_notify_stop.
14018 (run_inferior_call, call_function_by_hand_dummy): Update.
14019 * cli/cli-interp.c (should_print_stop_to_console): Update.
14020 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14021 Add constructor. Change type of location_breakpoint,
14022 caller_breakpoint.
14023 (until_break_fsm_ops): Remove.
14024 (new_until_break_fsm): Remove.
14025 (until_break_fsm::should_stop): Rename from
14026 until_break_fsm_should_stop.
14027 (until_break_fsm::clean_up): Rename from
14028 until_break_fsm_clean_up.
14029 (until_break_fsm::do_async_reply_reason): Rename from
14030 until_break_fsm_async_reply_reason.
14031 (until_break_command): Update.
14032 * thread-fsm.c: Remove.
14033 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14034
14035 2019-02-07 Tom Tromey <tom@tromey.com>
14036
14037 * yy-remap.h: Add include guard.
14038 * xtensa-tdep.h: Add include guard.
14039 * xcoffread.h: Rename include guard.
14040 * varobj-iter.h: Add include guard.
14041 * tui/tui.h: Rename include guard.
14042 * tui/tui-winsource.h: Rename include guard.
14043 * tui/tui-wingeneral.h: Rename include guard.
14044 * tui/tui-windata.h: Rename include guard.
14045 * tui/tui-win.h: Rename include guard.
14046 * tui/tui-stack.h: Rename include guard.
14047 * tui/tui-source.h: Rename include guard.
14048 * tui/tui-regs.h: Rename include guard.
14049 * tui/tui-out.h: Rename include guard.
14050 * tui/tui-layout.h: Rename include guard.
14051 * tui/tui-io.h: Rename include guard.
14052 * tui/tui-hooks.h: Rename include guard.
14053 * tui/tui-file.h: Rename include guard.
14054 * tui/tui-disasm.h: Rename include guard.
14055 * tui/tui-data.h: Rename include guard.
14056 * tui/tui-command.h: Rename include guard.
14057 * tic6x-tdep.h: Add include guard.
14058 * target/waitstatus.h: Rename include guard.
14059 * target/wait.h: Rename include guard.
14060 * target/target.h: Rename include guard.
14061 * target/resume.h: Rename include guard.
14062 * target-float.h: Rename include guard.
14063 * stabsread.h: Add include guard.
14064 * rs6000-tdep.h: Add include guard.
14065 * riscv-fbsd-tdep.h: Add include guard.
14066 * regformats/regdef.h: Rename include guard.
14067 * record.h: Rename include guard.
14068 * python/python.h: Rename include guard.
14069 * python/python-internal.h: Rename include guard.
14070 * python/py-stopevent.h: Rename include guard.
14071 * python/py-ref.h: Rename include guard.
14072 * python/py-record.h: Rename include guard.
14073 * python/py-record-full.h: Rename include guard.
14074 * python/py-record-btrace.h: Rename include guard.
14075 * python/py-instruction.h: Rename include guard.
14076 * python/py-events.h: Rename include guard.
14077 * python/py-event.h: Rename include guard.
14078 * procfs.h: Add include guard.
14079 * proc-utils.h: Add include guard.
14080 * p-lang.h: Add include guard.
14081 * or1k-tdep.h: Rename include guard.
14082 * observable.h: Rename include guard.
14083 * nto-tdep.h: Rename include guard.
14084 * nat/x86-linux.h: Rename include guard.
14085 * nat/x86-linux-dregs.h: Rename include guard.
14086 * nat/x86-gcc-cpuid.h: Add include guard.
14087 * nat/x86-dregs.h: Rename include guard.
14088 * nat/x86-cpuid.h: Rename include guard.
14089 * nat/ppc-linux.h: Rename include guard.
14090 * nat/mips-linux-watch.h: Rename include guard.
14091 * nat/linux-waitpid.h: Rename include guard.
14092 * nat/linux-ptrace.h: Rename include guard.
14093 * nat/linux-procfs.h: Rename include guard.
14094 * nat/linux-osdata.h: Rename include guard.
14095 * nat/linux-nat.h: Rename include guard.
14096 * nat/linux-namespaces.h: Rename include guard.
14097 * nat/linux-btrace.h: Rename include guard.
14098 * nat/glibc_thread_db.h: Rename include guard.
14099 * nat/gdb_thread_db.h: Rename include guard.
14100 * nat/gdb_ptrace.h: Rename include guard.
14101 * nat/fork-inferior.h: Rename include guard.
14102 * nat/amd64-linux-siginfo.h: Rename include guard.
14103 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14104 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14105 * nat/aarch64-linux.h: Rename include guard.
14106 * nat/aarch64-linux-hw-point.h: Rename include guard.
14107 * mn10300-tdep.h: Add include guard.
14108 * mips-linux-tdep.h: Add include guard.
14109 * mi/mi-parse.h: Rename include guard.
14110 * mi/mi-out.h: Rename include guard.
14111 * mi/mi-main.h: Rename include guard.
14112 * mi/mi-interp.h: Rename include guard.
14113 * mi/mi-getopt.h: Rename include guard.
14114 * mi/mi-console.h: Rename include guard.
14115 * mi/mi-common.h: Rename include guard.
14116 * mi/mi-cmds.h: Rename include guard.
14117 * mi/mi-cmd-break.h: Rename include guard.
14118 * m2-lang.h: Add include guard.
14119 * location.h: Rename include guard.
14120 * linux-record.h: Rename include guard.
14121 * linux-nat.h: Add include guard.
14122 * linux-fork.h: Add include guard.
14123 * i386-darwin-tdep.h: Rename include guard.
14124 * hppa-linux-offsets.h: Add include guard.
14125 * guile/guile.h: Rename include guard.
14126 * guile/guile-internal.h: Rename include guard.
14127 * gnu-nat.h: Rename include guard.
14128 * gdb-stabs.h: Rename include guard.
14129 * frv-tdep.h: Add include guard.
14130 * f-lang.h: Add include guard.
14131 * event-loop.h: Add include guard.
14132 * darwin-nat.h: Rename include guard.
14133 * cp-abi.h: Rename include guard.
14134 * config/sparc/nm-sol2.h: Rename include guard.
14135 * config/nm-nto.h: Rename include guard.
14136 * config/nm-linux.h: Add include guard.
14137 * config/i386/nm-i386gnu.h: Rename include guard.
14138 * config/djgpp/nl_types.h: Rename include guard.
14139 * config/djgpp/langinfo.h: Rename include guard.
14140 * compile/gcc-cp-plugin.h: Add include guard.
14141 * compile/gcc-c-plugin.h: Add include guard.
14142 * compile/compile.h: Rename include guard.
14143 * compile/compile-object-run.h: Rename include guard.
14144 * compile/compile-object-load.h: Rename include guard.
14145 * compile/compile-internal.h: Rename include guard.
14146 * compile/compile-cplus.h: Rename include guard.
14147 * compile/compile-c.h: Rename include guard.
14148 * common/xml-utils.h: Rename include guard.
14149 * common/x86-xstate.h: Rename include guard.
14150 * common/version.h: Rename include guard.
14151 * common/vec.h: Rename include guard.
14152 * common/tdesc.h: Rename include guard.
14153 * common/selftest.h: Rename include guard.
14154 * common/scoped_restore.h: Rename include guard.
14155 * common/scoped_mmap.h: Rename include guard.
14156 * common/scoped_fd.h: Rename include guard.
14157 * common/safe-iterator.h: Rename include guard.
14158 * common/run-time-clock.h: Rename include guard.
14159 * common/refcounted-object.h: Rename include guard.
14160 * common/queue.h: Rename include guard.
14161 * common/ptid.h: Rename include guard.
14162 * common/print-utils.h: Rename include guard.
14163 * common/preprocessor.h: Rename include guard.
14164 * common/pathstuff.h: Rename include guard.
14165 * common/observable.h: Rename include guard.
14166 * common/netstuff.h: Rename include guard.
14167 * common/job-control.h: Rename include guard.
14168 * common/host-defs.h: Rename include guard.
14169 * common/gdb_wait.h: Rename include guard.
14170 * common/gdb_vecs.h: Rename include guard.
14171 * common/gdb_unlinker.h: Rename include guard.
14172 * common/gdb_unique_ptr.h: Rename include guard.
14173 * common/gdb_tilde_expand.h: Rename include guard.
14174 * common/gdb_sys_time.h: Rename include guard.
14175 * common/gdb_string_view.h: Rename include guard.
14176 * common/gdb_splay_tree.h: Rename include guard.
14177 * common/gdb_setjmp.h: Rename include guard.
14178 * common/gdb_ref_ptr.h: Rename include guard.
14179 * common/gdb_optional.h: Rename include guard.
14180 * common/gdb_locale.h: Rename include guard.
14181 * common/gdb_assert.h: Rename include guard.
14182 * common/filtered-iterator.h: Rename include guard.
14183 * common/filestuff.h: Rename include guard.
14184 * common/fileio.h: Rename include guard.
14185 * common/environ.h: Rename include guard.
14186 * common/common-utils.h: Rename include guard.
14187 * common/common-types.h: Rename include guard.
14188 * common/common-regcache.h: Rename include guard.
14189 * common/common-inferior.h: Rename include guard.
14190 * common/common-gdbthread.h: Rename include guard.
14191 * common/common-exceptions.h: Rename include guard.
14192 * common/common-defs.h: Rename include guard.
14193 * common/common-debug.h: Rename include guard.
14194 * common/cleanups.h: Rename include guard.
14195 * common/buffer.h: Rename include guard.
14196 * common/btrace-common.h: Rename include guard.
14197 * common/break-common.h: Rename include guard.
14198 * cli/cli-utils.h: Rename include guard.
14199 * cli/cli-style.h: Rename include guard.
14200 * cli/cli-setshow.h: Rename include guard.
14201 * cli/cli-script.h: Rename include guard.
14202 * cli/cli-interp.h: Rename include guard.
14203 * cli/cli-decode.h: Rename include guard.
14204 * cli/cli-cmds.h: Rename include guard.
14205 * charset-list.h: Add include guard.
14206 * buildsym-legacy.h: Rename include guard.
14207 * bfin-tdep.h: Add include guard.
14208 * ax.h: Rename include guard.
14209 * arm-linux-tdep.h: Add include guard.
14210 * arm-fbsd-tdep.h: Add include guard.
14211 * arch/xtensa.h: Rename include guard.
14212 * arch/tic6x.h: Add include guard.
14213 * arch/i386.h: Add include guard.
14214 * arch/arm.h: Rename include guard.
14215 * arch/arm-linux.h: Rename include guard.
14216 * arch/arm-get-next-pcs.h: Rename include guard.
14217 * arch/amd64.h: Add include guard.
14218 * arch/aarch64-insn.h: Rename include guard.
14219 * arch-utils.h: Rename include guard.
14220 * annotate.h: Add include guard.
14221 * amd64-darwin-tdep.h: Rename include guard.
14222 * aarch64-linux-tdep.h: Add include guard.
14223 * aarch64-fbsd-tdep.h: Add include guard.
14224 * aarch32-linux-nat.h: Add include guard.
14225
14226 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14227
14228 * macrotab.c (macro_define_internal): New function that
14229 factorizes macro_define_object_internal and macro_define_function
14230 code.
14231 (macro_define_object_internal): Use macro_define_internal.
14232 (macro_define_function): Likewise.
14233
14234 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14235
14236 * macrocmd.c (extract_identifier): Return
14237 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14238 callers.
14239
14240 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14241
14242 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14243
14244 2019-02-05 Tom Tromey <tom@tromey.com>
14245
14246 * target.c (target_stack::unpush): Move assertion earlier.
14247
14248 2019-01-30 Tom Tromey <tom@tromey.com>
14249
14250 PR python/23615:
14251 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14252 (gdbpy_parse_and_eval): Likewise.
14253 * python/python-internal.h (gdbpy_allow_threads): New class.
14254
14255 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14256
14257 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14258 (aarch64_fbsd_fpregmap): Move earlier.
14259 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14260 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14261 instead of individual calls to trad_frame_set_reg_addr.
14262 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14263 earlier.
14264 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14265 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14266 instead of individual calls to trad_frame_set_reg_addr.
14267
14268 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14269
14270 * CONTRIBUTE: Replace contribution list with wiki link.
14271
14272 2019-01-25 Tom Tromey <tom@tromey.com>
14273
14274 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14275
14276 2019-01-25 Tom Tromey <tom@tromey.com>
14277
14278 * xtensa-linux-nat.c: Fix common/ includes.
14279 * xml-support.h: Fix common/ includes.
14280 * xml-support.c: Fix common/ includes.
14281 * x86-linux-nat.c: Fix common/ includes.
14282 * windows-nat.c: Fix common/ includes.
14283 * varobj.h: Fix common/ includes.
14284 * varobj.c: Fix common/ includes.
14285 * value.c: Fix common/ includes.
14286 * valops.c: Fix common/ includes.
14287 * utils.c: Fix common/ includes.
14288 * unittests/xml-utils-selftests.c: Fix common/ includes.
14289 * unittests/utils-selftests.c: Fix common/ includes.
14290 * unittests/unpack-selftests.c: Fix common/ includes.
14291 * unittests/tracepoint-selftests.c: Fix common/ includes.
14292 * unittests/style-selftests.c: Fix common/ includes.
14293 * unittests/string_view-selftests.c: Fix common/ includes.
14294 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14295 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14296 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14297 * unittests/rsp-low-selftests.c: Fix common/ includes.
14298 * unittests/parse-connection-spec-selftests.c: Fix common/
14299 includes.
14300 * unittests/optional-selftests.c: Fix common/ includes.
14301 * unittests/offset-type-selftests.c: Fix common/ includes.
14302 * unittests/observable-selftests.c: Fix common/ includes.
14303 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14304 * unittests/memrange-selftests.c: Fix common/ includes.
14305 * unittests/memory-map-selftests.c: Fix common/ includes.
14306 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14307 * unittests/function-view-selftests.c: Fix common/ includes.
14308 * unittests/environ-selftests.c: Fix common/ includes.
14309 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14310 * unittests/common-utils-selftests.c: Fix common/ includes.
14311 * unittests/cli-utils-selftests.c: Fix common/ includes.
14312 * unittests/array-view-selftests.c: Fix common/ includes.
14313 * ui-file.c: Fix common/ includes.
14314 * tui/tui-io.c: Fix common/ includes.
14315 * tracepoint.h: Fix common/ includes.
14316 * tracepoint.c: Fix common/ includes.
14317 * tracefile-tfile.c: Fix common/ includes.
14318 * top.h: Fix common/ includes.
14319 * top.c: Fix common/ includes.
14320 * thread.c: Fix common/ includes.
14321 * target/waitstatus.h: Fix common/ includes.
14322 * target/waitstatus.c: Fix common/ includes.
14323 * target.h: Fix common/ includes.
14324 * target.c: Fix common/ includes.
14325 * target-memory.c: Fix common/ includes.
14326 * target-descriptions.c: Fix common/ includes.
14327 * symtab.h: Fix common/ includes.
14328 * symfile.c: Fix common/ includes.
14329 * stap-probe.c: Fix common/ includes.
14330 * spu-linux-nat.c: Fix common/ includes.
14331 * sparc-nat.c: Fix common/ includes.
14332 * source.c: Fix common/ includes.
14333 * solib.c: Fix common/ includes.
14334 * solib-target.c: Fix common/ includes.
14335 * ser-unix.c: Fix common/ includes.
14336 * ser-tcp.c: Fix common/ includes.
14337 * ser-pipe.c: Fix common/ includes.
14338 * ser-base.c: Fix common/ includes.
14339 * selftest-arch.c: Fix common/ includes.
14340 * s12z-tdep.c: Fix common/ includes.
14341 * rust-exp.y: Fix common/ includes.
14342 * rs6000-aix-tdep.c: Fix common/ includes.
14343 * riscv-tdep.c: Fix common/ includes.
14344 * remote.c: Fix common/ includes.
14345 * remote-notif.h: Fix common/ includes.
14346 * remote-fileio.h: Fix common/ includes.
14347 * remote-fileio.c: Fix common/ includes.
14348 * regcache.h: Fix common/ includes.
14349 * regcache.c: Fix common/ includes.
14350 * record-btrace.c: Fix common/ includes.
14351 * python/python.c: Fix common/ includes.
14352 * python/py-type.c: Fix common/ includes.
14353 * python/py-inferior.c: Fix common/ includes.
14354 * progspace.h: Fix common/ includes.
14355 * producer.c: Fix common/ includes.
14356 * procfs.c: Fix common/ includes.
14357 * proc-api.c: Fix common/ includes.
14358 * printcmd.c: Fix common/ includes.
14359 * ppc-linux-nat.c: Fix common/ includes.
14360 * parser-defs.h: Fix common/ includes.
14361 * osdata.c: Fix common/ includes.
14362 * obsd-nat.c: Fix common/ includes.
14363 * nat/x86-linux.c: Fix common/ includes.
14364 * nat/x86-linux-dregs.c: Fix common/ includes.
14365 * nat/x86-dregs.h: Fix common/ includes.
14366 * nat/x86-dregs.c: Fix common/ includes.
14367 * nat/ppc-linux.c: Fix common/ includes.
14368 * nat/mips-linux-watch.h: Fix common/ includes.
14369 * nat/mips-linux-watch.c: Fix common/ includes.
14370 * nat/linux-waitpid.c: Fix common/ includes.
14371 * nat/linux-ptrace.h: Fix common/ includes.
14372 * nat/linux-ptrace.c: Fix common/ includes.
14373 * nat/linux-procfs.c: Fix common/ includes.
14374 * nat/linux-personality.c: Fix common/ includes.
14375 * nat/linux-osdata.c: Fix common/ includes.
14376 * nat/linux-namespaces.c: Fix common/ includes.
14377 * nat/linux-btrace.h: Fix common/ includes.
14378 * nat/linux-btrace.c: Fix common/ includes.
14379 * nat/fork-inferior.c: Fix common/ includes.
14380 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14381 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14382 * nat/aarch64-linux.c: Fix common/ includes.
14383 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14384 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14385 * namespace.h: Fix common/ includes.
14386 * mips-linux-tdep.c: Fix common/ includes.
14387 * minsyms.c: Fix common/ includes.
14388 * mi/mi-parse.h: Fix common/ includes.
14389 * mi/mi-main.c: Fix common/ includes.
14390 * mi/mi-cmd-env.c: Fix common/ includes.
14391 * memrange.h: Fix common/ includes.
14392 * memattr.c: Fix common/ includes.
14393 * maint.h: Fix common/ includes.
14394 * maint.c: Fix common/ includes.
14395 * main.c: Fix common/ includes.
14396 * machoread.c: Fix common/ includes.
14397 * location.c: Fix common/ includes.
14398 * linux-thread-db.c: Fix common/ includes.
14399 * linux-nat.c: Fix common/ includes.
14400 * linux-fork.c: Fix common/ includes.
14401 * inline-frame.c: Fix common/ includes.
14402 * infrun.c: Fix common/ includes.
14403 * inflow.c: Fix common/ includes.
14404 * inferior.h: Fix common/ includes.
14405 * inferior.c: Fix common/ includes.
14406 * infcmd.c: Fix common/ includes.
14407 * inf-ptrace.c: Fix common/ includes.
14408 * inf-child.c: Fix common/ includes.
14409 * ia64-linux-nat.c: Fix common/ includes.
14410 * i387-tdep.c: Fix common/ includes.
14411 * i386-tdep.c: Fix common/ includes.
14412 * i386-linux-tdep.c: Fix common/ includes.
14413 * i386-linux-nat.c: Fix common/ includes.
14414 * i386-go32-tdep.c: Fix common/ includes.
14415 * i386-fbsd-tdep.c: Fix common/ includes.
14416 * i386-fbsd-nat.c: Fix common/ includes.
14417 * guile/scm-type.c: Fix common/ includes.
14418 * guile/guile.c: Fix common/ includes.
14419 * go32-nat.c: Fix common/ includes.
14420 * gnu-nat.c: Fix common/ includes.
14421 * gdbthread.h: Fix common/ includes.
14422 * gdbarch-selftests.c: Fix common/ includes.
14423 * gdb_usleep.c: Fix common/ includes.
14424 * gdb_select.h: Fix common/ includes.
14425 * gdb_bfd.c: Fix common/ includes.
14426 * gcore.c: Fix common/ includes.
14427 * fork-child.c: Fix common/ includes.
14428 * findvar.c: Fix common/ includes.
14429 * fbsd-nat.c: Fix common/ includes.
14430 * event-top.c: Fix common/ includes.
14431 * event-loop.c: Fix common/ includes.
14432 * dwarf2read.c: Fix common/ includes.
14433 * dwarf2loc.c: Fix common/ includes.
14434 * dwarf2-frame.c: Fix common/ includes.
14435 * dwarf-index-cache.c: Fix common/ includes.
14436 * dtrace-probe.c: Fix common/ includes.
14437 * disasm-selftests.c: Fix common/ includes.
14438 * defs.h: Fix common/ includes.
14439 * csky-tdep.c: Fix common/ includes.
14440 * cp-valprint.c: Fix common/ includes.
14441 * cp-support.h: Fix common/ includes.
14442 * cp-support.c: Fix common/ includes.
14443 * corelow.c: Fix common/ includes.
14444 * completer.h: Fix common/ includes.
14445 * completer.c: Fix common/ includes.
14446 * compile/compile.c: Fix common/ includes.
14447 * compile/compile-loc2c.c: Fix common/ includes.
14448 * compile/compile-cplus-types.c: Fix common/ includes.
14449 * compile/compile-cplus-symbols.c: Fix common/ includes.
14450 * command.h: Fix common/ includes.
14451 * cli/cli-dump.c: Fix common/ includes.
14452 * cli/cli-cmds.c: Fix common/ includes.
14453 * charset.c: Fix common/ includes.
14454 * build-id.c: Fix common/ includes.
14455 * btrace.h: Fix common/ includes.
14456 * btrace.c: Fix common/ includes.
14457 * breakpoint.h: Fix common/ includes.
14458 * breakpoint.c: Fix common/ includes.
14459 * ax.h:
14460 (enum agent_op): Fix common/ includes.
14461 * ax-general.c (struct aop_map): Fix common/ includes.
14462 * ax-gdb.c: Fix common/ includes.
14463 * auxv.c: Fix common/ includes.
14464 * auto-load.c: Fix common/ includes.
14465 * arm-tdep.c: Fix common/ includes.
14466 * arch/riscv.c: Fix common/ includes.
14467 * arch/ppc-linux-common.c: Fix common/ includes.
14468 * arch/i386.c: Fix common/ includes.
14469 * arch/arm.c: Fix common/ includes.
14470 * arch/arm-linux.c: Fix common/ includes.
14471 * arch/arm-get-next-pcs.c: Fix common/ includes.
14472 * arch/amd64.c: Fix common/ includes.
14473 * arch/aarch64.c: Fix common/ includes.
14474 * arch/aarch64-insn.c: Fix common/ includes.
14475 * arch-utils.c: Fix common/ includes.
14476 * amd64-windows-tdep.c: Fix common/ includes.
14477 * amd64-tdep.c: Fix common/ includes.
14478 * amd64-sol2-tdep.c: Fix common/ includes.
14479 * amd64-obsd-tdep.c: Fix common/ includes.
14480 * amd64-nbsd-tdep.c: Fix common/ includes.
14481 * amd64-linux-tdep.c: Fix common/ includes.
14482 * amd64-linux-nat.c: Fix common/ includes.
14483 * amd64-fbsd-tdep.c: Fix common/ includes.
14484 * amd64-fbsd-nat.c: Fix common/ includes.
14485 * amd64-dicos-tdep.c: Fix common/ includes.
14486 * amd64-darwin-tdep.c: Fix common/ includes.
14487 * agent.c: Fix common/ includes.
14488 * ada-lang.h: Fix common/ includes.
14489 * ada-lang.c: Fix common/ includes.
14490 * aarch64-tdep.c: Fix common/ includes.
14491
14492 2019-01-25 Tom Tromey <tom@tromey.com>
14493
14494 * common/create-version.sh: Use common/version.h.
14495
14496 2019-01-24 Pedro Alves <palves@redhat.com>
14497
14498 * infrun.c (signal_stop, signal_print, signal_program)
14499 (signal_catch, signal_pass): Now arrays instead of pointers.
14500 (update_signals_program_target, do_target_resume)
14501 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14502 * linux-nat.c (linux_nat_target::pass_signals)
14503 (linux_nat_target::create_inferior, linux_nat_target::attach):
14504 Adjust.
14505 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14506 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14507 * procfs.c (procfs_target::pass_signals): Adjust.
14508 * record-full.c (record_full_target::resume): Adjust.
14509 * remote.c (remote_target::pass_signals)
14510 (remote_target::program_signals): Adjust.
14511 * target-debug.h (target_debug_print_signals): Now takes a
14512 gdb::array_view as parameter. Adjust.
14513 * target.h (target_ops) <pass_signals, program_signals>: Replace
14514 pointer and length parameters with gdb::array_view.
14515 (target_pass_signals, target_program_signals): Likewise.
14516 * target-delegates.c: Regenerate.
14517
14518 2019-01-24 Pedro Alves <palves@redhat.com>
14519
14520 * common/forward-scope-exit.h
14521 (forward_scope_exit::forward_scope_exit): Pass arguments to
14522 m_bind_function directly, instead of creating a std::bind and
14523 copying that.
14524
14525 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14526
14527 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14528 for static members.
14529 (pass_in_v_vfp_candidate): Likewise.
14530
14531 2019-01-23 Tom Tromey <tom@tromey.com>
14532 Pedro Alves <palves@redhat.com>
14533
14534 * regcache.c (class regcache_invalidator): Remove.
14535 (regcache::raw_write): Use make_scope_exit.
14536
14537 2019-01-23 Tom Tromey <tom@tromey.com>
14538
14539 * ui-out.h (class ui_out_emit_type): Update comment.
14540
14541 2019-01-23 Tom Tromey <tom@tromey.com>
14542
14543 * infrun.c (fetch_inferior_event): Update comment.
14544
14545 2019-01-23 Tom Tromey <tom@tromey.com>
14546 Pedro Alves <palves@redhat.com>
14547
14548 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14549 parameter.
14550 (fetch_inferior_event): Use SCOPE_EXIT.
14551
14552
14553 2019-01-23 Tom Tromey <tom@tromey.com>
14554 Pedro Alves <palves@redhat.com>
14555
14556 * infrun.c (disable_thread_events): Delete.
14557 (stop_all_threads): Use SCOPE_EXIT.
14558
14559 2019-01-23 Tom Tromey <tom@tromey.com>
14560 Pedro Alves <palves@redhat.com>
14561
14562 * symfile.c: Include forward-scope-exit.h.
14563 (clear_symtab_users_cleanup): Replace forward declaration with
14564 a FORWARD_SCOPE_EXIT.
14565 (syms_from_objfile_1): Use the forward_scope_exit and
14566 gdb::optional instead of cleanup_function.
14567 (reread_symbols): Use the forward_scope_exit instead of
14568 cleanup_function.
14569 (clear_symtab_users_cleanup): Remove function.
14570
14571 2019-01-23 Tom Tromey <tom@tromey.com>
14572 Pedro Alves <palves@redhat.com>
14573
14574 * linux-nat.c: Include scope-exit.h.
14575 (cleanup_target_stop): Remove.
14576 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14577 SCOPE_EXIT.
14578
14579 2019-01-23 Tom Tromey <tom@tromey.com>
14580 Pedro Alves <palves@redhat.com>
14581
14582 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14583 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14584
14585 2019-01-23 Tom Tromey <tom@tromey.com>
14586 Andrew Burgess <andrew.burgess@embecosm.com>
14587 Pedro Alves <palves@redhat.com>
14588
14589 * infrun.c (fetch_inferior_event): Use scope_exit.
14590 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14591 * top.c (execute_command): Use scope_exit.
14592 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14593 * utils.c (do_bpstat_clear_actions_cleanup)
14594 (make_bpstat_clear_actions_cleanup): Remove.
14595
14596 2019-01-23 Tom Tromey <tom@tromey.com>
14597 Pedro Alves <palves@redhat.com>
14598
14599 * infrun.c: Include "common/scope-exit.h"
14600 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14601 (wait_for_inferior): Use SCOPE_EXIT.
14602 (fetch_inferior_event): Use scope_exit.
14603
14604 2019-01-23 Tom Tromey <tom@tromey.com>
14605 Pedro Alves <palves@redhat.com>
14606
14607 * breakpoint.c (create_breakpoint): Remove cleanup.
14608
14609 2019-01-23 Tom Tromey <tom@tromey.com>
14610 Andrew Burgess <andrew.burgess@embecosm.com>
14611 Pedro Alves <palves@redhat.com>
14612
14613 2019-01-23 Pedro Alves <palves@redhat.com>
14614
14615 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14616
14617 2019-01-23 Pedro Alves <palves@redhat.com>
14618 Andrew Burgess <andrew.burgess@embecosm.com>
14619
14620 * gdbthread.h: Include "common/forward-scope-exit.h".
14621 (scoped_finish_thread_state): Redefine custom class in terms of
14622 forward_scope_exit.
14623
14624 2019-01-23 Pedro Alves <palves@redhat.com>
14625 Andrew Burgess <andrew.burgess@embecosm.com>
14626
14627 * common/forward-scope-exit.h: New file.
14628
14629 2019-01-23 Pedro Alves <palves@redhat.com>
14630 Andrew Burgess <andrew.burgess@embecosm.com>
14631 Tom Tromey <tom@tromey.com>
14632
14633 * common/scope-exit.h: New file.
14634
14635 2019-01-23 Pedro Alves <palves@redhat.com>
14636
14637 * common/preprocessor.h (ESC): Rename to ...
14638 (ESC_PARENS): ... this.
14639 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14640 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14641
14642 2019-01-23 Tom Tromey <tom@tromey.com>
14643
14644 * language.h (class scoped_switch_to_sym_language_if_auto):
14645 Initialize m_lang in both cases.
14646
14647 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14648
14649 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14650 with XCNEW.
14651
14652 2019-01-22 Tom Tromey <tom@tromey.com>
14653
14654 * corelow.c: Do not include sys/file.h.
14655
14656 2019-01-22 Tom Tromey <tom@tromey.com>
14657
14658 * tui/tui-wingeneral.h: Include gdb_curses.h.
14659
14660 2019-01-22 Tom Tromey <tom@tromey.com>
14661
14662 * source-cache.h (class source_cache) <get_source_lines,
14663 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14664
14665 2019-01-22 Tom Tromey <tom@tromey.com>
14666
14667 * remote-fileio.h (struct remote_target): Declare.
14668
14669 2019-01-22 Tom Tromey <tom@tromey.com>
14670
14671 * python/py-arch.c: Do not include py-ref.h.
14672 * python/py-bpevent.c: Do not include py-ref.h.
14673 * python/py-cmd.c: Do not include py-ref.h.
14674 * python/py-continueevent.c: Do not include py-ref.h.
14675 * python/py-event.h: Do not include py-ref.h.
14676 * python/py-evtregistry.c: Do not include py-ref.h.
14677 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14678 * python/py-frame.c: Do not include py-ref.h.
14679 * python/py-framefilter.c: Do not include py-ref.h.
14680 * python/py-function.c: Do not include py-ref.h.
14681 * python/py-infevents.c: Do not include py-ref.h.
14682 * python/py-linetable.c: Do not include py-ref.h.
14683 * python/py-objfile.c: Do not include py-ref.h.
14684 * python/py-param.c: Do not include py-ref.h.
14685 * python/py-prettyprint.c: Do not include py-ref.h.
14686 * python/py-progspace.c: Do not include py-ref.h.
14687 * python/py-symbol.c: Do not include py-ref.h.
14688 * python/py-symtab.c: Do not include py-ref.h.
14689 * python/py-type.c: Do not include py-ref.h.
14690 * python/py-unwind.c: Do not include py-ref.h.
14691 * python/py-utils.c: Do not include py-ref.h.
14692 * python/py-value.c: Do not include py-ref.h.
14693 * python/py-varobj.c: Do not include py-ref.h.
14694 * python/py-xmethods.c: Do not include py-ref.h.
14695 * python/python.c: Do not include py-ref.h.
14696 * varobj.c: Do not include py-ref.h.
14697
14698 2019-01-22 Tom Tromey <tom@tromey.com>
14699
14700 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
14701 keyword for bcache.
14702
14703 2019-01-22 Tom Tromey <tom@tromey.com>
14704
14705 * compile/compile-cplus-types.c: Remove a comment by #include.
14706
14707 2019-01-22 Tom Tromey <tom@tromey.com>
14708
14709 * compile/gcc-c-plugin.h: Include compile-internal.h.
14710
14711 2019-01-22 Tom Tromey <tom@tromey.com>
14712
14713 * stabsread.c (EXTERN): Do not define.
14714 (symnum, next_symbol_text_func, processing_gcc_compilation)
14715 (within_function, global_sym_chain, global_stabs)
14716 (previous_stab_code, this_object_header_files)
14717 (n_this_object_header_files)
14718 (n_allocated_this_object_header_files): Define.
14719 * stabsread.h (EXTERN): Never define. Use "extern".
14720
14721 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14722
14723 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
14724 history_value.
14725
14726 2019-01-21 Tom Tromey <tom@tromey.com>
14727
14728 * ui-out.c: Fix includes.
14729 * tui/tui-source.c: Fix includes.
14730 * target.c: Fix includes.
14731 * remote.c: Fix includes.
14732 * regcache.c: Fix includes.
14733 * python/py-block.c: Fix includes.
14734 * printcmd.c: Fix includes.
14735 * or1k-tdep.c: Fix includes.
14736 * mi/mi-main.c: Fix includes.
14737 * m32r-tdep.c: Fix includes.
14738 * csky-tdep.c: Fix includes.
14739 * compile/compile-cplus-types.c: Fix includes.
14740 * cli/cli-interp.c: Fix includes.
14741
14742 2019-01-21 Alan Hayward <alan.hayward@arm.com>
14743
14744 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14745 for padding.
14746
14747 2019-01-16 Tom Tromey <tom@tromey.com>
14748
14749 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
14750 earlier.
14751 (struct objfile) <msymbols_range>: Move from top level.
14752 <msymbols>: New method.
14753 (class objfile_msymbols): Remove.
14754 * symtab.c (default_collect_symbol_completion_matches_break_on):
14755 Update.
14756 * symmisc.c (dump_msymbols): Update.
14757 * stabsread.c (scan_file_globals): Update.
14758 * objc-lang.c (info_selectors_command, info_classes_command)
14759 (find_methods): Update.
14760 * minsyms.c (find_solib_trampoline_target): Update.
14761 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
14762 * coffread.c (coff_symfile_read): Update.
14763 * ada-lang.c (ada_lookup_simple_minsym)
14764 (ada_collect_symbol_completion_matches): Update.
14765
14766 2019-01-16 Tom Tromey <tom@tromey.com>
14767
14768 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
14769 type. Remove no-argument constructor.
14770 <iterator::operator++>: Simplify.
14771 <begin>: Update.
14772 <end>: Use minimal_symbol_count.
14773
14774 2019-01-16 Tom Tromey <tom@tromey.com>
14775
14776 * objfiles.h (struct objfile) <psymtabs>: New method.
14777 (class objfile_psymtabs): Remove.
14778 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14779 typedef.
14780 <range>: New method.
14781 (require_partial_symbols): Change return type.
14782 * psymtab.c (require_partial_symbols)
14783 (psym_expand_symtabs_matching): Update.
14784 * mdebugread.c (parse_partial_symbols): Update.
14785 * dbxread.c (dbx_end_psymtab): Update.
14786
14787 2019-01-15 Tom Tromey <tom@tromey.com>
14788
14789 * symtab.c (lookup_objfile_from_block)
14790 (lookup_symbol_in_objfile_symtabs)
14791 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
14792 (find_line_symtab, info_sources_command)
14793 (default_collect_symbol_completion_matches_break_on)
14794 (make_source_files_completion_list): Update.
14795 * symmisc.c (print_objfile_statistics, dump_objfile)
14796 (maintenance_print_symbols, maintenance_info_symtabs)
14797 (maintenance_check_symtabs, maintenance_info_line_tables):
14798 Update.
14799 * source.c (select_source_symtab)
14800 (forget_cached_source_info_for_objfile): Update.
14801 * objfiles.h (class objfile_compunits): Remove.
14802 (struct objfile) <compunits_range>: New typedef.
14803 (compunits): New method.
14804 * objfiles.c (objfile_relocate1): Update.
14805 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14806 * maint.c (count_symtabs_and_blocks): Update.
14807 * linespec.c (iterate_over_all_matching_symtabs): Update.
14808 * cp-support.c (add_symbol_overload_list_qualified): Update.
14809 * coffread.c (coff_symtab_read): Update.
14810 * ada-lang.c (add_nonlocal_symbols)
14811 (ada_collect_symbol_completion_matches)
14812 (ada_add_global_exceptions): Update.
14813
14814 2019-01-15 Tom Tromey <tom@tromey.com>
14815
14816 * progspace.h (program_space) <objfiles_safe_range>: New
14817 typedef.
14818 <objfiles_safe>: New method.
14819 * objfiles.h (class all_objfiles_safe): Remove.
14820 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
14821 * jit.c (jit_inferior_exit_hook): Update.
14822
14823 2019-01-17 Tom Tromey <tom@tromey.com>
14824
14825 * progspace.h (program_space) <objfiles_range>: New typedef.
14826 <objfiles>: New method.
14827 <objfiles_head>: Rename from objfiles.
14828 (object_files): Update.
14829 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
14830 * guile/scm-pretty-print.c
14831 (ppscm_find_pretty_printer_from_objfiles): Update.
14832 * guile/scm-objfile.c (gdbscm_objfiles): Update.
14833 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
14834 Update.
14835 * python/py-progspace.c (pspy_get_objfiles): Update.
14836 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
14837 Update.
14838 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
14839 (objfpy_lookup_objfile_by_build_id): Update.
14840 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
14841 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
14842 Update.
14843 * symtab.c (iterate_over_symtabs, matching_obj_sections)
14844 (expand_symtab_containing_pc, lookup_objfile_from_block)
14845 (lookup_static_symbol, basic_lookup_transparent_type)
14846 (find_pc_sect_compunit_symtab, find_symbol_at_address)
14847 (find_line_symtab, info_sources_command)
14848 (default_collect_symbol_completion_matches_break_on)
14849 (make_source_files_completion_list, find_main_name): Update.
14850 * symmisc.c (print_symbol_bcache_statistics)
14851 (print_objfile_statistics, maintenance_print_symbols)
14852 (maintenance_print_msymbols, maintenance_print_objfiles)
14853 (maintenance_info_symtabs, maintenance_check_symtabs)
14854 (maintenance_expand_symtabs, maintenance_info_line_tables):
14855 Update.
14856 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
14857 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
14858 (map_overlay_command, unmap_overlay_command)
14859 (simple_overlay_update, expand_symtabs_matching)
14860 (map_symbol_filenames): Update.
14861 * symfile-debug.c (set_debug_symfile): Update.
14862 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
14863 Update.
14864 * source.c (select_source_symtab, forget_cached_source_info):
14865 Update.
14866 * solib.c (solib_read_symbols): Update.
14867 * solib-spu.c (append_ocl_sos): Update.
14868 * psymtab.c (maintenance_print_psymbols)
14869 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
14870 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
14871 * printcmd.c (info_symbol_command): Update.
14872 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
14873 Update.
14874 * objfiles.h (class all_objfiles): Remove.
14875 * objfiles.c (have_partial_symbols, have_full_symbols)
14876 (have_minimal_symbols, qsort_cmp, update_section_map)
14877 (shared_objfile_contains_address_p)
14878 (default_iterate_over_objfiles_in_search_order): Update.
14879 * objc-lang.c (info_selectors_command, info_classes_command)
14880 (find_methods): Update.
14881 * minsyms.c (find_solib_trampoline_target): Update.
14882 * maint.c (maintenance_info_sections)
14883 (maintenance_translate_address, count_symtabs_and_blocks):
14884 Update.
14885 * main.c (captured_main_1): Update.
14886 * linux-thread-db.c (try_thread_db_load_from_pdir)
14887 (has_libpthread): Update.
14888 * linespec.c (iterate_over_all_matching_symtabs)
14889 (search_minsyms_for_name): Update.
14890 * jit.c (jit_find_objf_with_entry_addr): Update.
14891 * hppa-tdep.c (find_unwind_entry)
14892 (hppa_lookup_stub_minimal_symbol): Update.
14893 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
14894 Update.
14895 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
14896 (elf_gnu_ifunc_resolve_by_got): Update.
14897 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
14898 * dwarf-index-write.c (save_gdb_index_command): Update.
14899 * cp-support.c (add_symbol_overload_list_qualified): Update.
14900 * breakpoint.c (create_overlay_event_breakpoint)
14901 (create_longjmp_master_breakpoint)
14902 (create_std_terminate_master_breakpoint)
14903 (create_exception_master_breakpoint): Update.
14904 * blockframe.c (find_pc_partial_function): Update.
14905 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
14906 (ada_collect_symbol_completion_matches)
14907 (ada_add_global_exceptions): Update.
14908
14909 2019-01-17 Tom Tromey <tom@tromey.com>
14910
14911 * solib-target.c (lm_info_target_p): Remove typedef. Don't
14912 declare VEC.
14913 (solib_target_parse_libraries): Change return type.
14914 (library_list_start_segment, library_list_start_section)
14915 (library_list_end_library, library_list_start_library); Update.
14916 (solib_target_free_library_list): Remove.
14917 (solib_target_parse_libraries): Remove cleanup. Change return
14918 type.
14919 (solib_target_current_sos): Update.
14920
14921 2019-01-17 Tom Tromey <tromey@bapiya>
14922
14923 * valprint.c: Replace "the the" with "the".
14924 * symtab.c: Replace "the the" with "the".
14925 * solib.c: Replace "the the" with "the".
14926 * solib-dsbt.c: Replace "the the" with "the".
14927 * linespec.c: Replace "the the" with "the".
14928 * dwarf2loc.h: Replace "the the" with "the".
14929 * amd64-windows-tdep.c: Replace "the the" with "the".
14930 * aarch64-tdep.c: Replace "the the" with "the".
14931
14932 2019-01-16 Keith Seitz <keiths@redhat.com>
14933
14934 PR gdb/23773
14935 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
14936 <builder>: Rename to ..
14937 <m_builder>: ... this and make private.
14938 (dwarf2_cu::get_builder): New method. Change all users of
14939 `builder' to use this method.
14940 (dwarf2_start_symtab): Move to ...
14941 (dwarf2_cu::start_symtab): ... here. Update all callers
14942 (setup_type_unit_groups): Move to ...
14943 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
14944 callers.
14945 (dwarf2_cu::reset_builder): New method.
14946 (process_full_compunit, process_full_type_unit): Use
14947 dwarf2_cu::reset_builder.
14948 (follow_die_offset): Record the ancestor CU if it is different
14949 from the followed DIE's CU.
14950 (follow_die_sig_1): Likewise.
14951
14952 2019-01-15 Tom Tromey <tom@tromey.com>
14953
14954 * remote.c (class remote_state) <buf>: Now a char_vector.
14955 <buf_size>: Remove.
14956 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
14957 parameter.
14958 (remote_target::getpkt_or_notif_sane_1)
14959 (remote_target::getpkt_sane)
14960 (remote_target::getpkt_or_notif_sane): Likewise.
14961 (class remote_target) <putpkt>: New overload.
14962 (remote_target::read_frame): Change type of "buf_p". Remove
14963 sizeof_p parameter.
14964 (packet_ok): New overload.
14965 (packet_check_result): New overload.
14966 Update all uses.
14967
14968 2019-01-14 Tom Tromey <tom@tromey.com>
14969
14970 * remote-notif.c (handle_notification, remote_notif_ack)
14971 (remote_notif_parse): Make "buf" const.
14972 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
14973 const.
14974 (remote_notif_parse, remote_notif_ack, handle_notification):
14975 Likewise.
14976 * remote.c (remote_notif_stop_parse): Make "buf" const.
14977 (remote_target::remote_parse_stop_reply): Make "buf" const.
14978 (remote_notif_stop_ack): Make "buf" const.
14979
14980 2019-01-14 Tom Tromey <tom@tromey.com>
14981
14982 * remote.c (remote_console_output): Make parameter const.
14983
14984 2019-01-14 Tom Tromey <tom@tromey.com>
14985
14986 * target-debug.h (target_debug_print_signals): Constify.
14987 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
14988 * procfs.c (procfs_target::pass_signals): Update.
14989 * linux-nat.c (linux_nat_target::pass_signals): Update.
14990 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
14991 * target-delegates.c: Rebuild.
14992 * remote.c (remote_target::program_signals): Update.
14993 (remote_target::pass_signals): Update.
14994 * target.c (target_pass_signals): Constify argument.
14995 (target_program_signals): Likewise.
14996 * target.h (struct target_ops) <pass_signals, program_signals>:
14997 Constify argument.
14998 (target_pass_signals, target_program_signals): Constify argument.
14999
15000 2019-01-14 Tom Tromey <tom@tromey.com>
15001
15002 PR tui/28819:
15003 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15004
15005 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15006
15007 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15008 field.
15009 * rs6000-tdep.c: Include reggroups.h.
15010 (IS_V_ALIAS_PSEUDOREG): Define.
15011 (rs6000_register_name): Return names for the "vX" aliases.
15012 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15013 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15014 aliases. Call default_register_reggroup_p for all other
15015 pseudo-registers.
15016 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15017 New functions.
15018 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15019 Handle "vX" aliases.
15020 (v_alias_pseudo_register_collect): New function.
15021 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15022 (rs6000_gdbarch_init): Initialize "vX" aliases as
15023 pseudo-registers. Restore registration of
15024 rs6000_pseudo_register_reggroup_p with
15025 set_tdesc_pseudo_register_reggroup_p.
15026
15027 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15028
15029 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15030 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15031 set_gdbarch_num_pseudo_regs.
15032
15033 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15034
15035 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15036 Remove arg prefixname, add do_set and do_show.
15037 Add member functions set_list and show_list.
15038 * cli/cli-style.c (class cli_style_option): Update accordingly.
15039 (style_set_list): Move to file scope.
15040 (style_show_list): Likewise.
15041 (set_style): Call help_list.
15042 (show_style): Call cmd_show_list.
15043 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15044 Update to use the new macro.
15045
15046 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15047
15048 * ada-lang.c (_initialize_ada_language): Expand the help text
15049 for the "catch exception" command.
15050
15051 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15052
15053 * symtab.c (matching_obj_sections): Initialize obj,
15054 declare it closer to its usage.
15055
15056 2019-01-10 Tom Tromey <tom@tromey.com>
15057
15058 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15059 (basic_inf_threads_range): Remove.
15060 (inf_threads_range, inf_non_exited_threads_range)
15061 (safe_inf_threads_range): Use next_adapter.
15062
15063 2019-01-10 Keith Seitz <keiths@redhat.com>
15064
15065 PR gdb/23712
15066 PR symtab/23010
15067 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15068 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15069
15070 2019-01-10 Keith Seitz <keiths@redhat.com>
15071
15072 PR gdb/23712
15073 PR symtab/23010
15074 * dictionary.c (pending_to_vector): Remove.
15075 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15076 Remove _1 suffix, replacing functions of the same name. Update
15077 all callers.
15078 (dict_create_hashed, dict_create_hashed_expandable)
15079 (dict_create_linear, dict_create_linear_expandable, dict_free)
15080 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15081 Make functions static.
15082
15083 2019-01-10 Keith Seitz <keiths@redhat.com>
15084
15085 PR gdb/23712
15086 PR symtab/23010
15087 * dictionary.h (struct dictionary): Replace declaration with
15088 multidictionary.
15089 (dict_create_hashed, dict_create_hashed_expandable)
15090 (dict_create_linear, dict_create_linear_expandable)
15091 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15092 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15093 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15094 taking multidictionary argument.
15095 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15096 * block.h (struct block) <dict>: Change to multidictionary
15097 and rename `multidict'.
15098 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15099 symmisc.c: Update all dictionary references to multidictionary.
15100
15101 2019-01-10 Keith Seitz <keiths@redhat.com>
15102
15103 PR gdb/23712
15104 PR symtab/23010
15105 * dictionary.c: Include unordered_map.
15106 (pending_to_vector): New function.
15107 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15108 Rewrite the non-"_1" functions to take vector instead
15109 of linked list.
15110 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15111 "new" _1 versions of the same name.
15112 (multidictionary): Define.
15113 (std::hash<enum language): New definition.
15114 (collate_pending_symbols_by_language, mdict_create_hashed)
15115 (mdict_create_hashed_expandable, mdict_create_linear)
15116 (mdict_create_linear_expandable, mdict_free)
15117 (find_language_dictionary, create_new_language_dictionary)
15118 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15119 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15120 (mdict_size, mdict_empty): New functions.
15121 * dictionary.h (mdict_iterator): Define.
15122
15123 2019-01-10 Pedro Alves <palves@redhat.com>
15124
15125 * breakpoint.c (read_uploaded_action)
15126 (create_tracepoint_from_upload): Adjust to use
15127 gdb::unique_xmalloc_ptr.
15128 * ctf.c (ctf_write_uploaded_tp):
15129 (SET_ARRAY_FIELD): Use emplace_back.
15130 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15131 * tracefile-tfile.c (tfile_write_uploaded_tp):
15132 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15133 gdb::unique_xmalloc_ptr.
15134 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15135 at_string, cond_string, cmd_strings>: Replace char pointers
15136 with gdb::unique_xmalloc_ptr.
15137
15138 2019-01-10 Pedro Alves <palves@redhat.com>
15139
15140 * solib-target.c (library_list_start_library): Don't xstrdup name.
15141
15142 2019-01-10 Pedro Alves <palves@redhat.com>
15143
15144 * mdebugread.c (parse_partial_symbols): Use
15145 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15146
15147 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15148
15149 * linux-fork.c (scoped_switch_fork_info)
15150 <~scoped_switch_fork_info>: Fix incorrect variable name.
15151
15152 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15153
15154 * linux-fork.c (scoped_switch_fork_info)
15155 <scoped_switch_fork_info>: Make explicit.
15156 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15157
15158 2019-01-10 Tom Tromey <tom@tromey.com>
15159
15160 * objfiles.h (objfile::reset_psymtabs): Update.
15161 * objfiles.c (objfile::objfile): Update.
15162 * psymtab.h (psymtab_storage::obstack): Update.
15163 (psymtab_storage::m_obstack): Use gdb::optional.
15164 (class psymtab_storage): Update comment. Remove objfile
15165 parameter.
15166 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15167
15168 2019-01-10 Tom Tromey <tom@tromey.com>
15169
15170 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15171 <free_psymtabs>: Now private.
15172 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15173 (allocate_psymtab): Use new method.
15174
15175 2019-01-10 Tom Tromey <tom@tromey.com>
15176
15177 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15178 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15179 * mdebugread.c (parse_partial_symbols): Use
15180 allocate_dependencies.
15181 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15182 allocate_dependencies.
15183 (process_psymtab_comp_unit_reader)
15184 (build_type_psymtab_dependencies): Likewise.
15185 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15186
15187 2019-01-10 Tom Tromey <tom@tromey.com>
15188
15189 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15190 PSYMBOL_SET_LANGUAGE.
15191 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15192
15193 2019-01-10 Tom Tromey <tom@tromey.com>
15194
15195 * psymtab.h (psymtab_storage::obstack): New method.
15196 <m_obstack>: Rename from obstack; now private.
15197 * psymtab.c (psymtab_storage): Update.
15198 * dwarf2read.c (create_addrmap_from_index)
15199 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15200 Update.
15201
15202 2019-01-10 Tom Tromey <tom@tromey.com>
15203
15204 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15205 * objfiles.h (objfile::reset_psymtabs): New method.
15206
15207 2019-01-10 Tom Tromey <tom@tromey.com>
15208
15209 * symmisc.c (print_symbol_bcache_statistics): Update.
15210 (print_objfile_statistics): Update.
15211 * symfile.c (reread_symbols): Update.
15212 * psymtab.h (class psymtab_storage): New.
15213 * psymtab.c (psymtab_storage): New constructor.
15214 (~psymtab_storage): New destructor.
15215 (require_partial_symbols): Update.
15216 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15217 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15218 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15219 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15220 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15221 (start_psymtab_common, end_psymtab_common)
15222 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15223 (allocate_psymtab): Update.
15224 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15225 Update.
15226 (dump_psymtab_addrmap, maintenance_print_psymbols)
15227 (maintenance_check_psymtabs): Update.
15228 (class objfile_psymtabs): Move to objfiles.h.
15229 * psympriv.h (discard_psymtab): Now inline.
15230 (psymtab_discarder::psymtab_discarder): Update.
15231 (psymtab_discarder::~psymtab_discarder): Update.
15232 (ALL_OBJFILE_PSYMTABS): Rewrite.
15233 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15234 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15235 Remove fields.
15236 <partial_symtabs>: New field.
15237 (class objfile_psymtabs): Move from psymtab.h. Update.
15238 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15239 psymbol_cache.
15240 (objfile::~objfile): Don't destroy psymbol_cache.
15241 * mdebugread.c (parse_partial_symbols): Update.
15242 * dwarf2read.c (create_addrmap_from_index)
15243 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15244 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15245 (add_partial_subprogram, dwarf2_ranges_read): Update.
15246 * dwarf-index-write.c (write_address_map)
15247 (write_one_signatured_type, recursively_write_psymbols)
15248 (class debug_names, class debug_names, write_psymtabs_to_index):
15249 Update.
15250
15251 2019-01-10 Tom Tromey <tom@tromey.com>
15252
15253 * symtab.h (SYMBOL_SET_NAMES): Update.
15254 (symbol_set_names): Update.
15255 (MSYMBOL_SET_NAMES): Update.
15256 * symtab.c (symbol_set_names): Change argument to be an
15257 objfile_per_bfd_storage.
15258 * psymtab.c (add_psymbol_to_bcache): Update.
15259 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15260
15261 2019-01-10 Tom Tromey <tom@tromey.com>
15262
15263 * symtab.c (create_demangled_names_hash): Change argument to be an
15264 objfile_per_bfd_storage.
15265 (symbol_set_names): Update.
15266
15267 2019-01-10 Tom Tromey <tom@tromey.com>
15268
15269 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15270 init_psymbol_list.
15271 * psymtab.c (init_psymbol_list): Do nothing if already called.
15272 * psympriv.h (init_psymbol_list): Add comment.
15273 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15274 init_psymbol_list.
15275 * dbxread.c (dbx_symfile_read): Unconditionally call
15276 init_psymbol_list.
15277
15278 2019-01-10 Tom Tromey <tom@tromey.com>
15279
15280 * xcoffread.c (scan_xcoff_symtab): Update.
15281 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15282 "where".
15283 * mdebugread.c (parse_partial_symbols)
15284 (handle_psymbol_enumerators): Update.
15285 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15286 * dbxread.c (read_dbx_symtab): Update.
15287 * psympriv.h (psymbol_placement): New enum.
15288 (add_psymbol_to_list): Update.
15289
15290 2019-01-10 Tom Tromey <tom@tromey.com>
15291
15292 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15293 static_psymbols parameters.
15294 (scan_xcoff_symtab): Update.
15295 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15296 static_psymbols parameters.
15297 * psympriv.h (start_psymtab_common): Update.
15298 * mdebugread.c (parse_partial_symbols): Update.
15299 * dwarf2read.c (create_partial_symtab): Update.
15300 * dbxread.c (read_dbx_symtab): Update.
15301 (start_psymtab): Remove global_psymbols and static_psymbols
15302 parameters.
15303
15304 2019-01-10 Tom Tromey <tom@tromey.com>
15305
15306 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15307 * psymtab.c (allocate_psymtab): Add comment.
15308 * psympriv.h (allocate_psymtab): Add comment.
15309 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15310 initializations.
15311 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15312
15313 2019-01-10 Tom Tromey <tom@tromey.com>
15314
15315 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15316 Don't declare.
15317 * mipsread.c: Include mdebugread.h.
15318 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15319 Declare.
15320 * elfread.c: Include mdebugread.h.
15321
15322 2019-01-09 Tom Tromey <tom@tromey.com>
15323
15324 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15325 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15326 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15327 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15328 (psym_lookup_symbol, psym_find_last_source_symtab)
15329 (psym_forget_cached_source_info, psym_print_stats)
15330 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15331 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15332 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15333 (psym_find_compunit_symtab_by_address)
15334 (maintenance_print_psymbols, maintenance_info_psymtabs)
15335 (maintenance_check_psymtabs): Use ranged for.
15336 * psymtab.h (class objfile_psymtabs): New.
15337 (require_partial_symbols): Return objfile_psymtabs.
15338 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15339
15340 2019-01-09 Tom Tromey <tom@tromey.com>
15341
15342 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15343 (find_pc_mapped_section, list_overlays_command)
15344 (map_overlay_command, unmap_overlay_command)
15345 (simple_overlay_update): Use all_objfiles.
15346 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15347 * printcmd.c (info_symbol_command): Use all_objfiles.
15348 * objfiles.h (ALL_OBJSECTIONS): Remove.
15349 * maint.c (maintenance_translate_address): Use all_objfiles.
15350 * gcore.c (gcore_create_callback): Use all_objfiles.
15351 (objfile_find_memory_regions): Likewise.
15352
15353 2019-01-09 Tom Tromey <tom@tromey.com>
15354
15355 * symtab.c (find_line_symtab, info_sources_command)
15356 (make_source_files_completion_list): Use objfile_compunits.
15357 * source.c (select_source_symtab): Use objfile_compunits.
15358 * objfiles.h (struct objfile): Update comment.
15359 (ALL_OBJFILES): Remove.
15360 (ALL_FILETABS): Remove.
15361 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15362 objfile_compunits.
15363
15364 2019-01-09 Tom Tromey <tom@tromey.com>
15365
15366 * symmisc.c (print_objfile_statistics, dump_objfile)
15367 (maintenance_print_symbols): Use compunit_filetabs.
15368 * source.c (forget_cached_source_info_for_objfile): Use
15369 compunit_filetabs.
15370 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15371 (ALL_FILETABS): Use compunit_filetabs.
15372 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15373 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15374
15375 2019-01-09 Tom Tromey <tom@tromey.com>
15376
15377 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15378 (compunit_filetabs): New.
15379 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15380 compunit_filetabs.
15381 (info_sources_command, make_source_files_completion_list): Remove
15382 declaration.
15383 * symmisc.c (print_objfile_statistics, dump_objfile)
15384 (maintenance_print_symbols): Remove declaration.
15385 (maintenance_info_symtabs): Use compunit_filetabs.
15386 (maintenance_info_line_tables): Likewise.
15387 * source.c (select_source_symtab): Change local variable name.
15388 (forget_cached_source_info_for_objfile): Remove declaration.
15389 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15390 * objfiles.c (objfile_relocate1): Remove declaration.
15391 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15392 declaration.
15393 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15394 * coffread.c (coff_symtab_read): Remove declaration.
15395 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15396 compunit_filetabs.
15397
15398 2019-01-09 Tom Tromey <tom@tromey.com>
15399
15400 * symtab.c (lookup_objfile_from_block)
15401 (find_pc_sect_compunit_symtab, search_symbols)
15402 (default_collect_symbol_completion_matches_break_on): Use
15403 objfile_compunits.
15404 * objfiles.h (ALL_COMPUNITS): Remove.
15405 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15406 * cp-support.c (add_symbol_overload_list_qualified): Use
15407 objfile_compunits.
15408 * ada-lang.c (ada_collect_symbol_completion_matches)
15409 (ada_add_global_exceptions): Use objfile_compunits.
15410
15411 2019-01-09 Tom Tromey <tom@tromey.com>
15412
15413 * source.c (select_source_symtab)
15414 (forget_cached_source_info_for_objfile): Remove declaration.
15415 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15416 declaration.
15417 * maint.c (count_symtabs_and_blocks): Remove declaration.
15418 * cp-support.c (add_symbol_overload_list_qualified): Remove
15419 declaration.
15420 * coffread.c (coff_symtab_read): Remove declaration.
15421 * symtab.c (lookup_symbol_in_objfile_symtabs)
15422 (basic_lookup_transparent_type_1): Use objfile_compunits.
15423 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15424 (info_sources_command, search_symbols)
15425 (default_collect_symbol_completion_matches_break_on)
15426 (make_source_files_completion_list): Remove declaration.
15427 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15428 (ada_collect_symbol_completion_matches)
15429 (ada_add_global_exceptions): Remove declaration.
15430 * linespec.c (iterate_over_all_matching_symtabs): Use
15431 objfile_compunits.
15432 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15433 (class objfile_compunits): New.
15434 (ALL_COMPUNITS): Use objfile_compunits.
15435 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15436 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15437 objfile_compunits.
15438 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15439
15440 2019-01-09 Tom Tromey <tom@tromey.com>
15441
15442 * symtab.c (search_symbols)
15443 (default_collect_symbol_completion_matches_break_on): Use
15444 objfile_msymbols.
15445 * ada-lang.c (ada_lookup_simple_minsym)
15446 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15447 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15448 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15449 objfile_msymbols.
15450 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15451 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15452 * objc-lang.c (find_methods): Use objfile_msymbols.
15453 (info_selectors_command, info_classes_command): Likewise.
15454 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15455 * objfiles.h (class objfile_msymbols): New.
15456 (ALL_OBJFILE_MSYMBOLS): Remove.
15457 (ALL_MSYMBOLS): Remove.
15458
15459 2019-01-09 Tom Tromey <tom@tromey.com>
15460
15461 * common/next-iterator.h (next_adapter): Add Iterator template
15462 parameter.
15463 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15464 (class all_objfiles_safe): New.
15465 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15466 * objfiles.c (put_objfile_before): Update comment.
15467 (add_separate_debug_objfile): Likewise.
15468 (free_all_objfiles): Use all_objfiles_safe.
15469 (objfile_purge_solibs): Likewise.
15470
15471 2019-01-09 Tom Tromey <tom@tromey.com>
15472
15473 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15474 (expand_symtab_containing_pc, lookup_static_symbol)
15475 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15476 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15477 all_objfiles.
15478 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15479 * breakpoint.c (create_overlay_event_breakpoint)
15480 (create_longjmp_master_breakpoint)
15481 (create_std_terminate_master_breakpoint)
15482 (create_exception_master_breakpoint): Use all_objfiles.
15483 * linux-thread-db.c (try_thread_db_load_from_pdir)
15484 (has_libpthread): Use all_objfiles.
15485 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15486 * linespec.c (iterate_over_all_matching_symtabs)
15487 (search_minsyms_for_name): Use all_objfiles.
15488 * maint.c (maintenance_info_sections): Use all_objfiles.
15489 * main.c (captured_main_1): Use all_objfiles.
15490 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15491 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15492 * guile/scm-pretty-print.c
15493 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15494 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15495 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15496 (maintenance_print_msymbols): Use all_objfiles.
15497 * source.c (select_source_symtab): Use all_objfiles.
15498 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15499 * symfile.c (remove_symbol_file_command)
15500 (expand_symtabs_matching, map_symbol_filenames): Use
15501 all_objfiles.
15502 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15503 all_objfiles.
15504 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15505 * objc-lang.c (find_methods): Use all_objfiles.
15506 * objfiles.c (have_partial_symbols, have_full_symbols)
15507 (have_minimal_symbols, qsort_cmp)
15508 (default_iterate_over_objfiles_in_search_order): Use
15509 all_objfiles.
15510 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15511 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15512 (maintenance_check_psymtabs): Use all_objfiles.
15513 (ALL_PSYMTABS): Remove.
15514 * compile/compile-object-run.c (do_module_cleanup): Use
15515 all_objfiles.
15516 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15517 * cp-support.c (add_symbol_overload_list_qualified): Use
15518 all_objfiles.
15519 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15520 Use all_objfiles.
15521 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15522 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15523 all_objfiles.
15524 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15525 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15526 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15527 Uses all_objfiles.
15528 * solib.c (solib_read_symbols): Use all_objfiles
15529
15530 2019-01-09 Tom Tromey <tom@tromey.com>
15531
15532 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15533 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15534 all_objfiles.
15535 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15536 * symmisc.c (print_symbol_bcache_statistics)
15537 (print_objfile_statistics, maintenance_print_objfiles)
15538 (maintenance_info_symtabs, maintenance_check_symtabs)
15539 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15540 all_objfiles.
15541 * source.c (forget_cached_source_info): Use all_objfiles.
15542 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15543 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15544 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15545 * objfiles.c (update_section_map): Use all_objfiles.
15546 (shared_objfile_contains_address_p): Likewise.
15547 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15548 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15549
15550 2019-01-09 Tom Tromey <tom@tromey.com>
15551
15552 * common/next-iterator.h: New file.
15553 * objfiles.h (class all_objfiles): New.
15554 (struct objfile_iterator): New.
15555
15556 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15557
15558 * NEWS: Move the description of the changed "frame", "select-frame",
15559 and "info frame" commands to the Changed commands section.
15560
15561 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15562
15563 * gdbtypes.c (check_stub_method_group): Remove handling of old
15564 mangling schemes.
15565 * linespec.c (find_methods): Likewise.
15566 * stabsread.c (read_member_functions): Likewise.
15567 * valops.c (search_struct_method): Likewise.
15568 (value_struct_elt_for_reference): Likewise.
15569 * NEWS: Mention this change.
15570
15571 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15572
15573 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15574 print_source_lines.
15575 * source.c (print_source_lines_base): Update line number check.
15576 (print_source_lines): New function.
15577 (source_lines_range::source_lines_range): New function.
15578 * source.h (class source_lines_range): New class.
15579 (print_source_lines): New declaration.
15580
15581 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15582
15583 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15584
15585 2019-01-08 Tom Tromey <tom@tromey.com>
15586 Simon Marchi <simon.marchi@ericsson.com>
15587
15588 PR gdb/24060
15589 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15590 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15591 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15592 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15593 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15594 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15595
15596 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15597
15598 * source.c (select_source_symtab): Move header comment to
15599 declaration in source.h.
15600 (forget_cached_source_info_for_objfile): Likewise.
15601 (forget_cached_source_info): Likewise.
15602 (identify_source_line): Likewise.
15603 * source.h (identify_source_line): Move declaration from symtab.h
15604 and add comment from source.c
15605 (print_source_lines): Likewise.
15606 (forget_cached_source_info_for_objfile): Likewise.
15607 (forget_cached_source_info): Likewise.
15608 (select_source_symtab): Likewise.
15609 (enum print_source_lines_flag): Move definition from symtab.h.
15610 * symtab.h (identify_source_line): Move declaration to source.h.
15611 (print_source_lines): Likewise.
15612 (forget_cached_source_info_for_objfile): Likewise.
15613 (forget_cached_source_info): Likewise.
15614 (select_source_symtab): Likewise.
15615 (enum print_source_lines_flag): Move definition to source.h.
15616 * tui/tui-hooks.c: Add 'source.h' include.
15617
15618 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15619
15620 * source.c (print_source_lines_base): Handle requests to print
15621 reverse line number sequences, and guard against empty lines
15622 string.
15623
15624 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15625
15626 * source.c (print_source_lines_base): Fix skip of '\r' if next
15627 character is '\n'.
15628
15629 2019-01-06 Tom Tromey <tom@tromey.com>
15630
15631 * c-exp.y (struct c_parse_state) <macro_original_text,
15632 expansion_obstack>: New member.
15633 (macro_original_text, expansion_obstack): Remove globals.
15634 (scan_macro_expansion, scanning_macro_expansion)
15635 (finished_macro_expansion): Update.
15636 (scan_macro_cleanup): Remove.
15637 (yylex, c_parse): Update.
15638
15639 2019-01-06 Tom Tromey <tom@tromey.com>
15640
15641 * c-exp.y (struct c_parse_state) <strings>: New member.
15642 (operator_stoken): Update.
15643
15644 2019-01-06 Tom Tromey <tom@tromey.com>
15645
15646 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15647 (union type_stack_elt) <typelist_val>: Now a pointer to
15648 std::vector.
15649 (type_stack_cleanup): Don't declare.
15650 (push_typelist): Update.
15651 * parse.c (pop_typelist): Return a std::vector.
15652 (push_typelist): Take a std::vector.
15653 (follow_types): Update. Do not free args.
15654 (type_stack_cleanup): Remove.
15655 * c-exp.y (struct c_parse_state): New.
15656 (cpstate): New global.
15657 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15658 (nonempty_typelist): Update.
15659 (func_mod): Create a new vector.
15660 (c_parse): Create a c_parse_state.
15661 (check_parameter_typelist): Do not delete params.
15662 (function_method): Update. Do not delete type_list.
15663
15664 2019-01-06 Tom Tromey <tom@tromey.com>
15665
15666 PR gdb/28155:
15667 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15668 check_typedef.
15669 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15670 (print_return_value): Likewise.
15671
15672 2019-01-05 Tom Tromey <tom@tromey.com>
15673
15674 * contrib/cleanup_check.py: Remove.
15675 * contrib/gcc-with-excheck: Remove.
15676 * contrib/exsummary.py: Remove.
15677 * contrib/excheck.py: Remove.
15678
15679 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15680
15681 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15682 NULL. Initialize tpprev to NULL instead of assigning it
15683 to NULL on the next statement.
15684 * windows-nat.c (windows_delete_thread): Remove check for
15685 main_thread_id before printing thread exit notifications.
15686 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15687 Remove thread ID check against main_thread_id.
15688 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15689 windows_delete_thread.
15690 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15691
15692 2019-01-04 Tom Tromey <tom@tromey.com>
15693
15694 * compile/compile.c (_initialize_compile): Use upper case for
15695 metasyntactic variables.
15696 * symmisc.c (_initialize_symmisc): Use upper case for
15697 metasyntactic variables.
15698 * psymtab.c (_initialize_psymtab): Use upper case for
15699 metasyntactic variables.
15700 * demangle.c (demangle_command): Use upper case for metasyntactic
15701 variables.
15702 (_initialize_demangler): Likewise.
15703 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
15704 variables.
15705
15706 2019-01-03 Tom Tromey <tom@tromey.com>
15707
15708 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
15709
15710 2019-01-03 Tom Tromey <tom@tromey.com>
15711
15712 * python/py-symtab.c (salpy_str): Update.
15713 (struct salpy_sal_object) <symtab>: Now a PyObject.
15714 (salpy_dealloc): Update.
15715 (del_objfile_sal): Use gdbpy_ref.
15716
15717 2019-01-03 Tom Tromey <tom@tromey.com>
15718
15719 * python/py-type.c (convert_field): Use new_reference. Return
15720 gdbpy_ref.
15721 (make_fielditem): Return gdbpy_ref.
15722 (typy_fields): Update.
15723 (typy_getitem): Update.
15724 (field_name): Return gdbpy_ref. Use new_reference.
15725 (typy_iterator_iternext): Update.
15726
15727 2019-01-03 Tom Tromey <tom@tromey.com>
15728
15729 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
15730
15731 2019-01-03 Tom Tromey <tom@tromey.com>
15732
15733 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
15734 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
15735 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
15736 (pspy_set_frame_filters, pspy_set_frame_unwinders)
15737 (pspy_set_type_printers): Likewise.
15738 * python/py-function.c (fnpy_init): Use gdbpy_ref.
15739 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
15740 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
15741 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
15742 (objfpy_set_type_printers): Likewise.
15743
15744 2019-01-03 Tom Tromey <tom@tromey.com>
15745
15746 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
15747 (gdbpy_print_stack): Use gdbpy_err_fetch.
15748 * python/python-internal.h (class gdbpy_err_fetch): New class.
15749 (class gdbpy_enter) <m_error_type, m_error_value,
15750 m_error_traceback>: Remove.
15751 <m_error>: New member.
15752 (gdbpy_exception_to_string): Don't declare.
15753 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
15754 * python/py-value.c (convert_value_from_python): Use
15755 gdbpy_err_fetch.
15756 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
15757 gdbpy_exception_to_string.
15758 (gdbpy_handle_exception): Use gdbpy_err_fetch.
15759 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
15760 gdbpy_err_fetch.
15761
15762 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15763
15764 * linux-nat.c (delete_lwp_cleanup): Delete.
15765 (struct lwp_deleter): New struct.
15766 (lwp_info_up): New typedef.
15767 (linux_nat_target::follow_fork): Delete cleanup, and make use of
15768 lwp_info_up.
15769
15770 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15771
15772 * linux-fork.c (class scoped_switch_fork_info): New class.
15773 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
15774
15775 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15776
15777 * valops.c (find_overload_match): Remove use of null_cleanup, and
15778 calls to do_cleanups.
15779
15780 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15781
15782 * compile/compile-cplus-types.c
15783 (compile_cplus_instance::decl_name): Handle changes to
15784 cp_func_name.
15785 * cp-support.c (cp_func_name): Update header comment, update
15786 return type.
15787 * cp-support.h (cp_func_name): Update return type in declaration.
15788 * valops.c (find_overload_match): Move temp_func local to top
15789 level of function and change its type. Use temp_func to hold and
15790 delete temporary string obtained from cp_func_name.
15791
15792 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15793
15794 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
15795 gdb::char_vector, remove cleanup, and update uses of `msg`.
15796
15797 2019-01-03 Jim Wilson <jimw@sifive.com>
15798
15799 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
15800
15801 2019-01-02 Tom Tromey <tom@tromey.com>
15802
15803 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
15804 (tdesc_parse_xml): Remove cleanups.
15805 * target-descriptions.h (make_cleanup_free_target_description):
15806 Don't declare.
15807 (target_desc_deleter): New struct.
15808 (target_desc_up): New typedef.
15809 * target-descriptions.c (target_desc_deleter::operator()): Rename
15810 from free_target_description.
15811 (make_cleanup_free_target_description): Remove.
15812
15813 2019-01-02 Tom Tromey <tom@tromey.com>
15814
15815 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
15816 constructor, destructor.
15817 (linespec_parser): Remove typedef.
15818 (~linespec_parser): Rename from linespec_parser_delete.
15819 (linespec_lex_to_end, linespec_complete_label)
15820 (linespec_complete): Update.
15821 (decode_line_full): Remove cleanups.
15822 (decode_line_1): Update.
15823
15824 2019-01-02 Tom Tromey <tom@tromey.com>
15825
15826 * python/python-internal.h (inferior_to_inferior_object): Change
15827 return type.
15828 * python/py-exitedevent.c (create_exited_event_object): Update.
15829 * python/py-inferior.c (inferior_to_inferior_object): Return
15830 gdbpy_ref.
15831 (python_new_inferior, python_inferior_deleted)
15832 (thread_to_thread_object, delete_thread_object)
15833 (build_inferior_list, gdbpy_selected_inferior): Update.
15834 * python/py-infthread.c (create_thread_object): Update. Also fail
15835 if inferior_to_inferior_object fails.
15836
15837 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
15838
15839 * inferior.h (class inferior) <displaced_step_state>: New field.
15840 * infrun.h (struct displaced_step_state): Move here from
15841 infrun.c. Initialize fields, add constructor.
15842 <inf>: Remove field.
15843 <reset>: New method.
15844 * infrun.c (struct displaced_step_inferior_state): Move to
15845 infrun.h.
15846 (displaced_step_inferior_states): Remove.
15847 (get_displaced_stepping_state): Adust.
15848 (displaced_step_in_progress_any_inferior): Adjust.
15849 (displaced_step_in_progress_thread): Adjust.
15850 (displaced_step_in_progress): Adjust.
15851 (add_displaced_stepping_state): Remove.
15852 (get_displaced_step_closure_by_addr): Adjust.
15853 (remove_displaced_stepping_state): Remove.
15854 (infrun_inferior_exit): Call displaced_step_state.reset.
15855 (use_displaced_stepping): Don't check for NULL.
15856 (displaced_step_prepare_throw): Call
15857 get_displaced_stepping_state.
15858 (displaced_step_fixup): Don't check for NULL.
15859 (prepare_for_detach): Don't check for NULL.
15860
15861 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15862
15863 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
15864 in case of call that did not complete.
15865
15866 2019-01-02 Andrey Utkin <autkin@undo.io>
15867
15868 * symfile.c (find_separate_debug_file): Fix search of debug files for
15869 remote debuggee.
15870
15871 2019-01-02 Tom Tromey <tom@tromey.com>
15872
15873 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
15874 indentation.
15875 * python/py-frame.c (frapy_older): Remove cast.
15876 (frapy_newer): Likewise.
15877 * python/py-breakpoint.c (local_setattro): Remove cast.
15878 * python/py-arch.c (archpy_name): Remove local variable.
15879 * python/py-type.c (gdbpy_lookup_type): Remove cast.
15880
15881 2019-01-02 Joel Brobecker <brobecker@adacore.com>
15882
15883 * unittests/basic_string_view/element_access/char/empty.cc:
15884 Fix year range in copyright header.
15885
15886 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
15887
15888 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
15889 Delete.
15890 <operator==>: Update with for removed field.
15891 <hash>: Likewise.
15892 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
15893 <isa_features>: ...this.
15894 <abi_features>: New field.
15895 (riscv_isa_flen): Update comment.
15896 (riscv_abi_xlen): New declaration.
15897 (riscv_abi_flen): New declaration.
15898 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
15899 isa_features.
15900 (riscv_abi_xlen): New function.
15901 (riscv_isa_flen): Update to get answer from isa_features.
15902 (riscv_abi_flen): New function.
15903 (riscv_has_fp_abi): Update to get answer from abi_features.
15904 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
15905 xlen and flen.
15906 (riscv_call_info) <xlen, flen>: Update comment.
15907 (riscv_call_arg_struct): Remove invalid assertions
15908 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
15909 is removed.
15910 (riscv_gdbarch_init): Gather isa features and abi features
15911 separately, ensure both match on the gdbarch when reusing an old
15912 gdbarch. Relax an error check to allow 32-bit abi float to run on
15913 a target with 64-bit float hardware.
15914
15915 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15916
15917 * source.c (search_command_helper): Stop reverse search
15918 when line 1 has been searched.
15919
15920 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15921
15922 * record-full.c (record_full_base_target::close): Rewrite
15923 record_full_core_buf_list free logic.
15924
15925 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15926
15927 * break-catch-syscall.c (print_one_catch_syscall): xfree
15928 the last text.
15929
15930 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15931
15932 * top.c (print_gdb_version): Update Copyright year in version
15933 message.
15934
15935 2019-01-01 Joel Brobecker <brobecker@adacore.com>
15936
15937 Update copyright year range in all GDB files.
15938
15939 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
15940
15941 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
15942
15943 For older changes see ChangeLog-2018.
15944 \f
15945 Local Variables:
15946 mode: change-log
15947 left-margin: 8
15948 fill-column: 74
15949 version-control: never
15950 coding: utf-8
15951 End:
15952