Use symbol_set_language to set a symbol's language
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-15 Christian Biesinger <cbiesinger@google.com>
2
3 * ada-exp.y (write_ambiguous_var): Call symbol_set_language to
4 set the language of sym.
5 * language.c (language_alloc_type_symbol): Likewise.
6
7 2019-12-14 Sergio Durigan Junior <sergiodj@redhat.com>
8
9 https://bugzilla.redhat.com/show_bug.cgi?id=1728147
10 PR gdb/23613
11 * bsd-kvm.c (bsd_kvm_target_open): Use 'gdb_abspath'.
12 * corelow.c: Include 'gdbsupport/pathstuff.h'.
13 (core_target_open): Use 'gdb_abspath'.
14 * gdbsupport/pathstuff.c (gdb_abspath): Guard against
15 'current_directory == NULL' case.
16 * gdbsupport/pathstuff.h (gdb_abspath): Expand comment and
17 explain what happens when 'current_directory' is NULL.
18 * go32-nat.c (go32_nat_target::wait): Check if
19 'current_directory' is NULL before call to 'chdir'.
20 * source.c (add_path): Use 'gdb_abspath'.
21 * top.c: Include 'gdbsupport/pathstuff.h'.
22 (init_history): Use 'gdb_abspath'.
23 (set_history_filename): Likewise.
24 * tracefile-tfile.c: Include 'gdbsupport/pathstuff.h'.
25 (tfile_target_open): Use 'gdb_abspath'.
26
27 2019-12-13 Tom Tromey <tromey@adacore.com>
28
29 * contrib/ari/gdb_ari.sh: Remove check for multiple calls to
30 warning or error.
31
32 2019-12-13 Tom Tromey <tromey@adacore.com>
33
34 * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long".
35
36 2019-12-13 Tom Tromey <tromey@adacore.com>
37
38 * contrib/ari/gdb_ari.sh: Handle -Wno- prefix.
39
40 2019-12-13 Tom Tromey <tromey@adacore.com>
41
42 * contrib/ari/gdb_ari.sh (usage): Use GNU style.
43
44 2019-12-13 Tom Tromey <tromey@adacore.com>
45
46 * gdbsupport/common-utils.c (string_printf, string_vprintf)
47 (string_vappendf): Add ARI comment.
48
49 2019-12-13 Tom Tromey <tromey@adacore.com>
50
51 * contrib/ari/gdb_ari.sh: Remove "fix" call for
52 floatformat_to_double.
53 * target-float.c (host_float_ops<T>::from_target): Add ARI
54 comment.
55
56 2019-12-13 Tom Tromey <tromey@adacore.com>
57
58 * contrib/ari/gdb_ari.sh: Remove "fix" call for abort.
59 * utils.c (abort_with_message, dump_core, internal_vproblem): Add
60 ARI marker to abort.
61 * event-top.c (handle_sigsegv): Add ARI marker to abort.
62
63 2019-12-13 Tom Tromey <tromey@adacore.com>
64
65 * contrib/ari/gdb_ari.sh: Fix floatformat_from_double text.
66
67 2019-12-13 Tom Tromey <tromey@adacore.com>
68
69 * contrib/ari/gdb_ari.sh: Remove ATTRIBUTE_UNUSED check.
70
71 2019-12-13 Tom Tromey <tromey@adacore.com>
72
73 * contrib/ari/gdb_ari.sh: Remove "boolean" and "var_boolean"
74 checks.
75
76 2019-12-13 Tom Tromey <tromey@adacore.com>
77
78 * gdbsupport/safe-iterator.h (class basic_safe_range) <begin,
79 end>: No longer "const".
80
81 2019-12-13 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * jit.c: Fix indentation, replace spaces with tabs where
84 applicable.
85
86 2019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
87
88 * configure.tgt: Match msp430-*-elf* targets when configuring GDB.
89
90 2019-12-12 Tom Tromey <tom@tromey.com>
91
92 * objfiles.h (struct objfile) <partial_symtabs>: Now a
93 unique_ptr.
94
95 2019-12-12 Tom Tromey <tom@tromey.com>
96
97 * progspace.h (objfile_list): New typedef.
98 (class unwrapping_objfile_iterator)
99 (struct unwrapping_objfile_range): Newl
100 (struct program_space) <objfiles_range>: Change type.
101 <objfiles>: Change return type.
102 <add_objfile>: Change type of "objfile" parameter.
103 <objfiles_list>: Now a list of shared_ptr.
104 * progspace.c (program_space::add_objfile): Change type of
105 "objfile". Update.
106 (program_space::remove_objfile): Update.
107 * objfiles.h (struct objfile) <~objfile>: Make public.
108 * objfiles.c (objfile::make): Update.
109 (objfile::unlink): Don't call delete.
110
111 2019-12-12 Tom Tromey <tom@tromey.com>
112
113 * symfile.c (symbol_file_clear): Update.
114 * progspace.h (struct program_space) <free_all_objfiles>: Declare
115 method.
116 * progspace.c (program_space::free_all_objfiles): New method.
117 * objfiles.h (free_all_objfiles): Don't declare.
118 * objfiles.c (free_all_objfiles): Move to program_space.
119
120 2019-12-12 Tom Tromey <tom@tromey.com>
121
122 * progspace.c (program_space::add_objfile)
123 (program_space::remove_objfile): Update.
124 (program_space::multi_objfile_p): Remove.
125 * objfiles.h (struct objfile) <next>: Remove.
126 * objfiles.c (objfile::objfile): Update.
127 (put_objfile_before): Update.
128 (unlink_objfile): Update.
129 * progspace.h (object_files): Remove.
130 (struct program_space) <objfiles_head>: Remove.
131 <objfiles_list>: New member.
132 <objfiles_range, objfiles_safe_range>: Change type.
133 (objfiles): Change return type.
134 (objfiles_safe): Update.
135 (multi_objfile_p): Rewrite and inline.
136 (object_files): Remove macro.
137
138 2019-12-12 Tom Tromey <tom@tromey.com>
139
140 * gdbsupport/safe-iterator.h (basic_safe_iterator): Simplify. Add
141 second constructor.
142 (basic_safe_range): New class.
143
144 2019-12-12 Tom Tromey <tom@tromey.com>
145
146 * progspace.c (program_space::multi_objfile_p): New method.
147 * printcmd.c (info_symbol_command): Update.
148 * maint.c (maintenance_translate_address): Update.
149 * objfiles.h (MULTI_OBJFILE_P): Remove.
150 * progspace.h (struct program_space) <multi_objfile_p>: New
151 method.
152
153 2019-12-12 Tom Tromey <tom@tromey.com>
154
155 * progspace.h (struct program_space) <remove_objfile>: Declare.
156 * progspace.c (program_space::remove_objfile): New method.
157 * objfiles.c (unlink_objfile): Remove.
158 (objfile::unlink): Call remove_objfile.
159 (objfile): Don't call unlink_objfile.
160
161 2019-12-12 Tom Tromey <tom@tromey.com>
162
163 * progspace.h (struct program_space) <add_objfile>: Declare
164 method.
165 * progspace.c (program_space::add_objfile): New method.
166 * objfiles.c (~objfile): Don't unlink objfile.
167 (put_objfile_before): Remove.
168 (add_separate_debug_objfile): Don't call put_objfile_before.
169 (objfile::make): Call add_objfile. Set new_objfiles_available on
170 the per-program-space data.
171
172 2019-12-12 Tom Tromey <tom@tromey.com>
173
174 * symfile.c (syms_from_objfile_1): Use objfile_up.
175 (syms_from_objfile_1, remove_symbol_file_command): Call unlink
176 method.
177 (reread_symbols): Use objfile_up.
178 * solib.c (update_solib_list, reload_shared_libraries_1): Call
179 unlink method.
180 * objfiles.h (struct objfile) <~objfile>: Now private.
181 <unlink>: New method.
182 (struct objfile_deleter): New.
183 (objfile_up): New typedef.
184 * objfiles.c (objfile::unlink): New method.
185 (free_objfile_separate_debug, free_all_objfiles)
186 (objfile_purge_solibs): Use it.
187 * jit.c (jit_unregister_code): Remove.
188 (jit_inferior_exit_hook, jit_event_handler): Call unlink on
189 objfile.
190 * compile/compile-object-run.c (do_module_cleanup): Call unlink on
191 objfile.
192 * compile/compile-object-load.c (compile_object_load): Use
193 objfile_up.
194
195 2019-12-12 Tom Tromey <tom@tromey.com>
196
197 * symfile.c (symbol_file_add_with_addrs): Pass "parent" to
198 objfile::make.
199 * objfiles.h (struct objjfile) <make>: No longer inline.
200 (add_separate_debug_objfile): Don't declare.
201 * objfiles.c (add_separate_debug_objfile): Now static.
202 (objfile::make): Move from objfiles.h. Call
203 add_separate_debug_objfile. Add "parent" parameter.
204
205 2019-12-12 Tom Tromey <tom@tromey.com>
206
207 * symfile.c (symbol_file_add_with_addrs): Use objfile::make.
208 * objfiles.h (struct objfile): Make constructor private.
209 <make>: New static method.
210 * jit.c (jit_object_close_impl): Update.
211
212 2019-12-12 Simon Marchi <simon.marchi@polymtl.ca>
213
214 * jit.c (jit_reader_try_read_symtab): Replace xmalloc/xfree with
215 gdb::byte_vector.
216
217 2019-12-12 Tom Tromey <tromey@adacore.com>
218
219 * xml-support.c (xml_fetch_content_from_file): Don't call
220 malloc_failure.
221 * utils.h (class gdb_argv): Remove malloc_failure comment.
222 * utils.c (gdb_argv::reset): Don't call malloc_failure.
223
224 2019-12-12 Tom Tromey <tromey@adacore.com>
225
226 * Makefile.in (ALL_TARGET_OBS): Add riscv-ravenscar-thread.o.
227 (HFILES_NO_SRCDIR): Add riscv-ravenscar-thread.h.
228 (ALLDEPFILES): Add riscv-ravenscar-thread.c.
229 * configure.tgt (riscv-*-*): Add riscv-ravenscar-thread.o.
230 * riscv-ravenscar-thread.c: New file.
231 * riscv-ravenscar-thread.h: New file.
232 * riscv-tdep.c (riscv_gdbarch_init): Call
233 register_riscv_ravenscar_ops.
234
235 2019-12-12 Tom Tromey <tromey@adacore.com>
236
237 * gdbsupport/thread-pool.c (set_thread_name): Use
238 ATTRIBUTE_UNUSED.
239
240 2019-12-12 Luis Machado <luis.machado@linaro.org>
241
242 * gdbsupport/safe-strerror.c: Don't include diagnostics.h.
243 (select_strerror_r): Use ATTRIBUTE_UNUSED instead of the diagnostics
244 macros.
245
246 2019-12-11 Tom Tromey <tom@tromey.com>
247
248 * tui/tui-win.c (tui_set_win_height_command): Call
249 tui_adjust_window_height.
250 (tui_adjust_win_heights, new_height_ok): Remove.
251 * tui/tui-layout.h (tui_adjust_window_height): Declare.
252 * tui/tui-layout.c (tui_adjust_window_height): New function.
253
254 2019-12-11 Tom Tromey <tom@tromey.com>
255
256 * tui/tui-win.c (tui_resize_all): Remove code, call
257 tui_apply_current_layout.
258
259 2019-12-11 Tom Tromey <tom@tromey.com>
260
261 * tui/tui-layout.h (tui_apply_current_layout): Declare.
262 * tui/tui-layout.c (standard_layouts, applied_layout): New
263 globals.
264 (tui_apply_current_layout): New function.
265 (show_layout): Set applied_layout. Call
266 tui_apply_current_layout.
267 (show_source_command, show_disasm_command)
268 (show_source_disasm_command, show_data)
269 (show_source_or_disasm_and_command): Remove.
270 (initialize_layouts): New function.
271 (_initialize_tui_layout): Call initialize_layouts.
272
273 2019-12-11 Tom Tromey <tom@tromey.com>
274
275 * tui/tui-layout.h (class tui_layout_base)
276 (class tui_layout_window, class tui_layout_split): New.
277 * tui/tui-layout.c (tui_get_window_by_name)
278 (tui_layout_window::clone, tui_layout_window::apply)
279 (tui_layout_window::get_sizes, tui_layout_window::add_split)
280 (tui_layout_split::add_window, tui_layout_split::clone)
281 (tui_layout_split::get_sizes)
282 (tui_layout_split::set_weights_from_heights)
283 (tui_layout_split::adjust_size, tui_layout_split::apply): New
284 functions.
285 (tui_layout_split::add_split, tui_layout_split::add_split)
286 (tui_layout_split::set_weights_from_heights)
287 (tui_layout_split::set_weights_from_heights): New functions.
288
289 2019-12-11 Tom Tromey <tom@tromey.com>
290
291 * tui/tui-wingeneral.c (tui_gen_win_info::make_window): Update.
292 * tui/tui-win.c (tui_adjust_win_heights, tui_resize_all): Update.
293 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
294 * tui/tui-data.h (struct tui_point): Remove.
295 (struct tui_gen_win_info) <origin>: Remove.
296 <x, y>: New fields.
297 * tui/tui-command.c (tui_cmd_window::resize): Update.
298
299 2019-12-11 Tom Tromey <tom@tromey.com>
300
301 * tui/tui-stack.h (struct tui_locator_window) <min_height>:
302 Implement.
303 * tui/tui-regs.h (struct tui_data_item_window) <min_height>:
304 Implement.
305 * tui/tui-data.h (struct tui_gen_win_info) <min_height>: New
306 method.
307 (struct tui_win_info) <min_height>: Implement.
308
309 2019-12-11 Tom Tromey <tom@tromey.com>
310
311 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
312 (struct tui_win_info) <can_box>: Update.
313
314 2019-12-11 Tom Tromey <tom@tromey.com>
315
316 * tui/tui-stack.h (struct tui_locator_window) <max_height>: New
317 method.
318 * tui/tui-regs.h (struct tui_data_item_window) <max_height>: New
319 method.
320 * tui/tui-data.h (struct tui_gen_win_info) <max_height>: New
321 method.
322 (struct tui_win_info) <max_height>: Now override.
323
324 2019-12-11 Joel Brobecker <brobecker@adacore.com>
325
326 * NEWS: Create a new section for the next release branch.
327 Rename the section of the current branch, now that it has
328 been cut.
329
330 2019-12-11 Joel Brobecker <brobecker@adacore.com>
331
332 GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0):
333 * version.in: Bump version to 10.0.50.DATE-git.
334
335 2019-12-11 Tom Tromey <tromey@adacore.com>
336
337 PR build/25268:
338 * gdbsupport/thread-pool.c (set_thread_name): New function.
339 (thread_pool::set_thread_count): Don't call pthread_setname_np.
340 (thread_pool::thread_function): Call set_thread_name.
341
342 2019-12-11 Tom Tromey <tromey@adacore.com>
343
344 * fbsd-tdep.c (fbsd_core_info_proc_status): Cast result of
345 bfd_get_signed_8.
346
347 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
348
349 * NEWS: Document -raw-values option and the related setting commands.
350 * printcmd.c (print_command_parse_format): Do not set opts->raw off,
351 only set it on when /r is given.
352 * valprint.c (value_print_option_defs): New element raw-values.
353 * Makefile.in: Add the new file.
354
355 2019-12-10 Christian Biesinger <cbiesinger@google.com>
356
357 * gdbsupport/safe-strerror.c: Supress the unused function warning
358 for select_strerror_r.
359
360 2019-12-10 Christian Biesinger <cbiesinger@google.com>
361
362 * config.in: Regenerate.
363 * configure: Regenerate.
364 * gdbsupport/agent.c (gdb_connect_sync_socket): Call
365 safe_strerror instead of strerror.
366 * gdbsupport/common.m4: Don't check for strerror.
367 * gdbsupport/safe-strerror.c: Support both the glibc version
368 of strerror_r and the XSI version.
369
370 2019-12-10 Tom Tromey <tromey@adacore.com>
371
372 * ada-typeprint.c (print_choices): Use a single "?".
373 (print_variant_part): Print "?" if the discriminant name
374 is not known.
375
376 2019-12-10 George Barrett <bob@bob131.so>
377
378 Fix scripted probe breakpoints.
379 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
380 declaration forward.
381 (breakpoint_ops_for_event_location_type)
382 (breakpoint_ops_for_event_location): Add function definitions.
383 (break_command_1, trace_command): Use
384 breakpoint_ops_for_event_location.
385 * breakpoint.h (breakpoint_ops_for_event_location): Add function
386 declarations.
387 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
388 breakpoint_ops_for_event_location.
389 * python/py-breakpoint.c (bppy_init): Use
390 breakpoint_ops_for_event_location.
391
392 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
393
394 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
395 when ranking an lvalue argument for an rvalue parameter.
396
397 2019-12-08 Wataru Ashihara <wataash@wataash.com>
398
399 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
400 template argument for scoped_restore_tmpl from bool to int.
401
402 2019-12-07 Keith Seitz <keiths@redhat.com>
403
404 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
405 (build_id_to_debug_bfd): Make static, rewriting to use
406 build_id_to_bfd_suffix.
407 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
408 adding `suffix' parameter. Append SUFFIX to file names
409 when searching for matching files.
410 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
411 (build_id_to_exec_bfd): Likewise.
412 * build-id.h (build_id_to_debug_bfd): Clarify that function
413 searches for BFD of debug info file.
414 (build_id_to_exec_bfd): Declare.
415 * corelow.c: Include build-id.h.
416 (locate_exec_from_corefile_build_id): New function.
417 (core_target_open): If no executable BFD is found,
418 search for a core file BFD using build-id.
419
420 2019-12-06 Christian Biesinger <cbiesinger@google.com>
421
422 * bcache.c: Put in namespace gdb.
423 * bcache.h: Likewise.
424 * gdbtypes.c (check_types_worklist): Update.
425 (types_deeply_equal): Update.
426 * macrotab.c (struct macro_table) <bcache>: Update.
427 (new_macro_table): Update.
428 * macrotab.h (struct bcache): Put this forward declaration
429 inside namespace gdb.
430 (new_macro_table): Update.
431 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
432 Update.
433 <macro_cache>: Update.
434 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
435
436 2019-12-06 Tom de Vries <tdevries@suse.de>
437
438 PR symtab/24971
439 * block.c (best_symbol, better_symbol): New function.
440 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
441 decl.
442
443 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
444
445 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
446 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
447 for ranking see-through reference cases.
448
449 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
450 * stack.c (faas_command): Check a command is provided.
451 * thread.c (taas_command, tfaas_command): Likewise.
452
453 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
454 * inferior.c (prune_inferiors): Only call delete_inferior,
455 Do not modify the inferior list.
456
457 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
458
459 * c-exp.y: Update calls to lookup_typename,
460 lookup_signed_typename and lookup_unsigned_typename.
461 * c-lang.c (evaluate_subexp_c): Likewise.
462 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
463 Likewise.
464 * eval.c (binop_promote): Likewise.
465 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
466 (lookup_unsigned_typename): Likewise.
467 (lookup_signed_typename): Likewise.
468 * gdbtypes.h (lookup_unsigned_typename): Likewise.
469 (lookup_signed_typename): Likewise.
470 (lookup_typename): Likewise.
471 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
472 lookup_typename, lookup_signed_typename,
473 lookup_unsigned_typename.
474 * m2-exp.y: Likewise.
475 * printcmd.c (printf_wide_c_string): Likewise.
476 (ui_printf): Likewise.
477 * python/py-type.c (typy_lookup_typename): Likewise.
478 * python/py-xmethods.c (python_xmethod_worker::invoke):
479 Likewise.
480 * rust-exp.y: Likewise.
481
482 2019-12-04 Christian Biesinger <cbiesinger@google.com>
483
484 * configure.nat (obsd64): Add missing files x86-nat.o and
485 nat/x86-dregs.o.
486
487 2019-12-04 Tom Tromey <tom@tromey.com>
488
489 * valprint.c (val_print_string): Use metadata_style.
490 * go-valprint.c (print_go_string): Use metadata style.
491 * p-valprint.c (pascal_object_print_static_field): Use metadata
492 style.
493 * cp-valprint.c (cp_print_static_field): Use metadata style.
494
495 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
496 Chris January <chris.january@arm.com>
497
498 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
499 tokens.
500 (typebase): New patterns for complex, single/double precision, and
501 single/double complex.
502 (f77_keywords): Change token for complex keyword, and add single,
503 double, and precision keywords.
504
505 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
506
507 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
508 "info io_registers".
509
510 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
511
512 * regcache.c (cooked_read_test): Initialize thread list of
513 mock_inferior.
514
515 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
516
517 * aarch64-linux-tdep.c: Remove includes.
518
519 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
520
521 * aarch64-tdep.c: Remove includes.
522
523 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
524
525 * filtered-iterator.h (filtered_iterator) <operator==,
526 operator!=>: Compare wrapped iterators, not wrapped pointers.
527 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
528 unittests/filtered_iterator-selftests.c.
529 * unittests/filtered_iterator-selftests.c: New file.
530
531 2019-12-04 Tom Tromey <tromey@adacore.com>
532
533 * gdbtypes.c (create_range_type): Inherit endianity
534 from base type.
535
536 2019-12-04 Tom Tromey <tromey@adacore.com>
537
538 * ada-lang.c (decode_constrained_packed_array)
539 (ada_value_assign, value_assign_to_component): Update.
540 * dwarf2loc.c (rw_pieced_value, access_memory)
541 (dwarf2_compile_expr_to_ax): Update.
542 * dwarf2read.c (dwarf2_add_field): Update.
543 * eval.c (evaluate_subexp_standard): Update.
544 * gdbarch.c, gdbarch.h: Rebuild.
545 * gdbarch.sh (bits_big_endian): Remove.
546 * gdbtypes.h (union field_location): Update comment.
547 * target-descriptions.c (make_gdb_type): Update.
548 * valarith.c (value_bit_index): Update.
549 * value.c (struct value) <bitpos>: Update comment.
550 (unpack_bits_as_long, modify_field): Update.
551 * value.h (value_bitpos): Update comment.
552
553 2019-12-04 Tom Tromey <tromey@adacore.com>
554
555 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
556 endian-ness.
557
558 2019-12-04 Tom Tromey <tromey@adacore.com>
559
560 * dwarf2read.c (dwarf2_init_float_type)
561 (dwarf2_init_complex_target_type): Add byte_order parameter.
562 (read_base_type): Compute byte order earlier.
563 * gdbtypes.c (init_float_type): Add byte_order parameter.
564 * gdbtypes.h (init_float_type): Add byte_order parameter.
565
566 2019-12-04 Tom Tromey <tromey@adacore.com>
567
568 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
569
570 2019-12-04 Tom Tromey <tromey@adacore.com>
571
572 * dwarf2read.c (process_structure_scope): Initialize
573 "discr_offset".
574
575 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
576
577 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
578 add it into the search spec.
579 (parse_max_results_option): New function.
580 (mi_info_functions_or_variables): Parse -max-results flag and pass
581 it to mi_symbol_info.
582 (mi_cmd_symbol_info_modules): Likewise.
583 (mi_cmd_symbol_info_types): Likewise.
584 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
585 return type to bool, change result container into a set, and don't
586 add new results if we have enough already.
587 (global_symbol_searcher::add_matching_msymbols): Change return
588 type to bool, and don't add new results if we have enough already.
589 (sort_search_symbols_remove_dups): Delete.
590 (global_symbol_searcher::search): Early exit from search loop when
591 we have enough results. Use a std::set to collect the results
592 from calling add_matching_symbols.
593 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
594 member function.
595 (global_symbol_searcher) <m_max_search_results>: New member
596 variable.
597 (global_symbol_searcher) <add_matching_symbols>: Update header
598 comment and change return type to bool.
599 (global_symbol_searcher) <add_matching_msymbols>: Update header
600 comment and change return type to bool.
601
602 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * symtab.c (symbol_search::compare_search_syms): Update header
605 comment.
606 (global_symbol_searcher::is_suitable_msymbol): New function.
607 (global_symbol_searcher::expand_symtabs): New function.
608 (global_symbol_searcher::add_matching_symbols): New function.
609 (global_symbol_searcher::add_matching_msymbols): New function.
610 (global_symbol_searcher::search): Move most of the content
611 into the new functions above, and call them as needed.
612 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
613 function.
614 (global_symbol_searcher) <add_matching_symbols>: New member
615 function.
616 (global_symbol_searcher) <add_matching_msymbols>: New member
617 function.
618 (global_symbol_searcher) <is_suitable_msymbol>: New member
619 function.
620
621 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
624 -symbol-info-module-variables entries.
625 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
626 (mi_cmd_symbol_info_module_variables): Declare.
627 * mi/mi-symbol-cmds.c
628 (module_symbol_search_iterator): New typedef.
629 (output_module_symbols_in_single_module_and_file): New function.
630 (output_module_symbols_in_single_module): New function.
631 (mi_info_module_functions_or_variables): New function.
632 (mi_cmd_symbol_info_module_functions): New function.
633 (mi_cmd_symbol_info_module_variables): New function.
634 * NEWS: Mention new MI command.
635
636 2019-12-03 Christian Biesinger <cbiesinger@google.com>
637
638 * bcache.c (hash): Remove.
639 (hash_continue): Remove.
640 * bcache.h (hash): Remove.
641 (hash_continue): Remove.
642 (struct bcache) <ctor>: Update.
643 * psymtab.c (psymbol_hash): Update.
644 * stabsread.c (hashname): Update.
645 * utils.h (fast_hash): Add an argument for a start value,
646 defaulting to zero.
647
648 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
649 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
650 (destroy_block_symbol_cache): New function.
651 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
652 (resize_symbol_cache): Likewise.
653
654 2019-12-02 Tom Tromey <tom@tromey.com>
655
656 * unittests/tui-selftests.c (run_tests): Make conditional.
657 (_initialize_tui_selftest): Make conditional.
658
659 2019-12-02 Christian Biesinger <cbiesinger@google.com>
660
661 * aix-thread.c (debug_aix_thread): Change type to bool.
662
663 2019-12-02 Luis Machado <luis.machado@linaro.org>
664
665 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
666
667 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * dwarf2read.c (read_tag_string_type): Read the fields required to
670 make a dynamic string, and possibly create a dynamic range for the
671 string.
672 (attr_to_dynamic_prop): Setup is_reference based on the type of
673 attribute being processed.
674 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
675 (resolve_dynamic_array): Rename to...
676 (resolve_dynamic_array_or_string): ...this, update header comment,
677 and accept TYPE_CODE_STRING.
678 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
679
680 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
683 of its implementation from...
684 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
685 the new function.
686
687 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
690 create a range with stride where appropriate.
691 * f-valprint.c: Include 'gdbarch.h'.
692 (f77_print_array_1): Take the stride into account when walking the
693 array. Also convert the stride into addressable units.
694 * gdbtypes.c (create_range_type): Initialise the stride to
695 constant zero.
696 (create_range_type_with_stride): New function, initialise the
697 range as normal, and then setup the stride.
698 (has_static_range): Include the stride here. Also change the
699 return type to bool.
700 (create_array_type_with_stride): Consider the range stride if the
701 array isn't given its own stride.
702 (resolve_dynamic_range): Resolve the stride if needed.
703 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
704 (struct range_bounds) <flag_is_byte_stride>: New member variable.
705 (TYPE_BIT_STRIDE): Define.
706 (TYPE_ARRAY_BIT_STRIDE): Define.
707 (create_range_type_with_stride): Declare.
708 * valarith.c (value_subscripted_rvalue): Take range stride into
709 account when walking the array.
710
711 2019-12-01 Tom Tromey <tom@tromey.com>
712
713 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
714 specially.
715
716 2019-12-01 Tom Tromey <tom@tromey.com>
717
718 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
719 \0.
720 * unittests/tui-selftests.c: New file.
721 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
722
723 2019-12-01 Tom Tromey <tom@tromey.com>
724
725 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
726
727 2019-12-01 Tom Tromey <tom@tromey.com>
728
729 * NEWS: Document new settings.
730 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
731 * tui/tui-win.c (_initialize_tui_win): Add border style
732 observers.
733 * tui/tui-io.h (tui_apply_style): Declare.
734 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
735 longer static.
736 (apply_ansi_escape, tui_set_reverse_mode): Update.
737 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
738 Add "skip_intensity" parameter.
739 <changed>: New member.
740 <do_set_value>: Declare.
741 (tui_border_style, tui_active_border_style): Declare.
742 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
743 globals.
744 (cli_style_option): Initialize "changed".
745 (cli_style_option::do_set_value): New function.
746 (cli_style_option::add_setshow_commands): Add "skip_intensity"
747 parameter. Update.
748 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
749 (_initialize_cli_style): Update. Create TUI border style
750 commands.
751
752 2019-12-01 Tom Tromey <tom@tromey.com>
753
754 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
755 parameter.
756 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
757 parameter.
758 * tui/tui-win.h (compact_source): Declare.
759 * tui/tui-win.c (compact_source): New global.
760 (tui_set_compact_source, tui_show_compact_source): New functions.
761 (_initialize_tui_win): Add "compact-source" setting.
762 * tui/tui-source.c (tui_source_window::set_contents): Handle
763 compact_source setting.
764 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
765 * NEWS: Document new setting.
766
767 2019-11-30 Tom Tromey <tom@tromey.com>
768
769 * dwarf2read.c (dwarf2_add_field): Include field offset when
770 computing variant part length.
771
772 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
773 * NEWS: Mention define-prefix. Tell that command names can now
774 contain a . character.
775
776 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
777
778 * command.h (valid_cmd_char_p): Declare.
779 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
780 the check of valid command char.
781 (find_command_name_length, valid_user_defined_cmd_name_p): Use
782 valid_cmd_char_p.
783 * cli/cli-script.c (validate_comname): Likewise.
784 * completer.c (gdb_completer_command_word_break_characters):
785 Do not remove . from the word break char, update comments.
786 (complete_line_internal_1): Use valid_cmd_char_p.
787 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
788 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
789
790 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
791
792 * cli/cli-script.c (do_define_command): Ensure a redefined
793 prefix command is kept as a prefix command.
794 (define_prefix_command): New function.
795 (show_user_1): Report user defined prefixes.
796 (_initialize_cli_script): Create the new 'define-prefix' command.
797 Add completers for 'define' and 'document'.
798 * top.c (execute_command): If command is a user-defined prefix only
799 command, report the list of commands for this prefix command.
800
801 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
802
803 * valops.c (find_oload_champ): Improve debug output.
804
805 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
806
807 * valops.c (find_oload_champ): Print part of debug messages
808 before the badness vector is std::move'd.
809
810 2019-11-28 Tom Tromey <tom@tromey.com>
811
812 * value.c (creal_internal_fn): Fix comment.
813
814 2019-11-28 Tom Tromey <tom@tromey.com>
815
816 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
817 flag_bound_evaluated>: Now unsigned.
818
819 2019-11-28 Tom Tromey <tom@tromey.com>
820
821 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
822 declare.
823
824 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
825
826 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
827 debug output.
828 * jit.c (jit_unregister_code): Add debug print to match
829 `jit_register_code`.
830
831 2019-11-27 Christian Biesinger <cbiesinger@google.com>
832
833 * NEWS: Mention the new multithreaded symbol loading.
834
835 2019-11-27 Christian Biesinger <cbiesinger@google.com>
836
837 * maint.c (n_worker_threads): Default to 0.
838 (worker_threads_disabled): New function.
839 * maint.h (worker_threads_disabled): New function.
840 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
841 here if worker_threads_disabled () is true.
842 (minimal_symbol_reader::install): Skip all threading if
843 worker_threads_disabled () is true.
844
845 2019-11-27 Christian Biesinger <cbiesinger@google.com>
846
847 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
848 hash code if possible.
849 (add_minsym_to_demangled_hash_table): Likewise.
850 (minimal_symbol_reader::install): Compute the hash codes for msymbol
851 on the background thread.
852 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
853 Add these fields.
854
855 2019-11-27 Christian Biesinger <cbiesinger@google.com>
856
857 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
858 of the mangled name on the background thread.
859 * symtab.c (symbol_set_names): Allow passing in the hash of the
860 linkage_name.
861 * symtab.h (symbol_set_names): Likewise.
862
863 2019-11-27 Kevin Buettner <kevinb@redhat.com>
864
865 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
866 physnames are computed for inherited DIEs.
867
868 2019-11-27 Tom Tromey <tromey@adacore.com>
869
870 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
871 backslashes.
872 * cp-support.c: Remove unnecessary backslashes.
873
874 2019-11-27 Christian Biesinger <cbiesinger@google.com>
875
876 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
877 with sym->set_linkage_name.
878 * coffread.c (coff_read_enum_type): Likewise.
879 * mdebugread.c (parse_symbol): Likewise.
880 * stabsread.c (patch_block_stabs): Likewise.
881 (define_symbol): Likewise.
882 (read_enum_type): Likewise.
883 (common_block_end): Likewise.
884 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
885 function.
886 (SYMBOL_SET_LINKAGE_NAME): Remove.
887 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
888 with sym->set_linkage_name.
889
890 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
893 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
894 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
895 * NEWS: Mention new MI command.
896
897 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
900 '-symbol-info-types', and '-symbol-info-variables'.
901 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
902 (mi_cmd_symbol_info_types): Declare.
903 (mi_cmd_symbol_info_variables): Declare.
904 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
905 (output_debug_symbol): New function.
906 (output_nondebug_symbol): New function.
907 (mi_symbol_info): New function.
908 (mi_info_functions_or_variables): New function.
909 (mi_cmd_symbol_info_functions): New function.
910 (mi_cmd_symbol_info_types): New function.
911 (mi_cmd_symbol_info_variables): New function.
912 * NEWS: Mention new commands.
913
914 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * symtab.c (symbol_to_info_string): New function, most content
917 moved from print_symbol_info, but updated to return a std::string.
918 (print_symbol_info): Update to use symbol_to_info_string and print
919 returned string.
920 * symtab.h (symbol_to_info_string): Declare new function.
921
922 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * python/python.c (gdbpy_rbreak): Convert to using
925 global_symbol_searcher.
926 * symtab.c (file_matches): Convert return type to bool, change
927 file list to std::vector, update header comment.
928 (search_symbols): Rename to...
929 (global_symbol_searcher::search): ...this and update now its
930 a member function of global_symbol_searcher. Take account of the
931 changes to file_matches.
932 (symtab_symbol_info): Convert to using global_symbol_searcher.
933 (rbreak_command): Likewise.
934 (search_module_symbols): Likewise.
935 * symtab.h (enum symbol_search): Update comment.
936 (search_symbols): Remove declaration.
937 (class global_symbol_searcher): New class.
938
939 2019-11-26 Tom Tromey <tromey@adacore.com>
940
941 * cp-support.c (_initialize_cp_support): Conditionally initialize
942 gdb_demangle_attempt_core_dump.
943
944 2019-11-26 Tom Tromey <tom@tromey.com>
945
946 * python/py-function.c (fnpy_init): Update.
947 * value.h (add_internal_function): Adjust declaration.
948 * value.c (function_destroyer): Remove.
949 (do_add_internal_function): Don't set destroyer or copy name.
950 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
951 Set name_allocated.
952 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
953 (cmdpy_init): Set name_allocated.
954 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
955 member.
956 (~cmd_list_element): Free "name" if needed.
957
958 2019-11-26 Tom Tromey <tom@tromey.com>
959
960 * value.h (add_internal_function): Add new overload. Move
961 documentation from value.h.
962 * value.c (do_add_internal_function): New function.
963 (add_internal_function): Use it. Add new overload.
964 (function_destroyer): Don't free doc.
965 * python/py-function.c (fnpy_init): Update.
966
967 2019-11-26 Tom Tromey <tom@tromey.com>
968
969 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
970 (cmdpy_init): Set "doc_allocated".
971
972 2019-11-26 Tom Tromey <tom@tromey.com>
973
974 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
975 name of worker thread.
976 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
977 pthread_setname_np.
978 * configure, config.in: Rebuild.
979
980 2019-11-26 Tom Tromey <tom@tromey.com>
981
982 * python/python.c (class gdbpy_gil): New.
983 (struct gdbpy_event): Add constructor, destructor, operator().
984 (gdbpy_post_event): Use run_on_main_thread.
985 (gdbpy_initialize_events): Remove.
986 (do_start_initialization): Update.
987
988 2019-11-26 Tom Tromey <tom@tromey.com>
989
990 * NEWS: Add entry.
991 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
992 commands. Call update_thread_pool_size.
993 (update_thread_pool_size, maintenance_set_worker_threads): New
994 functions.
995 (n_worker_threads): New global.
996
997 2019-11-26 Christian Biesinger <cbiesinger@google.com>
998 Tom Tromey <tom@tromey.com>
999
1000 * minsyms.c (minimal_symbol_reader::install): Use
1001 parallel_for_each.
1002 * gdbsupport/parallel-for.h: New file.
1003 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
1004
1005 2019-11-26 Christian Biesinger <cbiesinger@google.com>
1006 Tom Tromey <tom@tromey.com>
1007
1008 * gdbsupport/thread-pool.h: New file.
1009 * gdbsupport/thread-pool.c: New file.
1010 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
1011 (HFILES_NO_SRCDIR): Add thread-pool.h.
1012
1013 2019-11-26 Tom Tromey <tom@tromey.com>
1014
1015 * event-top.h (thread_local_segv_handler): Declare.
1016 * event-top.c (thread_local_segv_handler): New global.
1017 (install_handle_sigsegv, handle_sigsegv): New functions.
1018 (async_init_signals): Install SIGSEGV handler.
1019 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
1020 thread-local.
1021 (report_failed_demangle): New function.
1022 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
1023 handler-setting code, instead use segv_handler. Run warning code
1024 on main thread.
1025
1026 2019-11-26 Tom Tromey <tom@tromey.com>
1027
1028 * run-on-main-thread.c: New file.
1029 * run-on-main-thread.h: New file.
1030 * unittests/main-thread-selftests.c: New file.
1031 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1032 main-thread-selftests.c.
1033 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
1034 (COMMON_SFILES): Add run-on-main-thread.c.
1035
1036 2019-11-26 Tom Tromey <tom@tromey.com>
1037
1038 * main.c (setup_alternate_signal_stack): Remove.
1039 (captured_main_1): Use gdb::alternate_signal_stack.
1040 * gdbsupport/alt-stack.h: New file.
1041
1042 2019-11-26 Tom Tromey <tom@tromey.com>
1043
1044 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
1045 Remove comment.
1046 (save_original_signals_state, restore_original_signals_state): Use
1047 gdb_sigmask.
1048 * linux-nat.c (block_child_signals, restore_child_signals_mask)
1049 (_initialize_linux_nat): Use gdb_sigmask.
1050 * guile/guile.c (_initialize_guile): Use block_signals.
1051 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
1052 * gdbsupport/gdb-sigmask.h: New file.
1053 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
1054 * cp-support.c (gdb_demangle): Use gdb_sigmask.
1055 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
1056 pthread_sigmask.
1057 * configure, config.in: Rebuild.
1058 * gdbsupport/block-signals.h: New file.
1059
1060 2019-11-26 Tom Tromey <tom@tromey.com>
1061
1062 * acinclude.m4: Include ax_pthread.m4.
1063 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
1064 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
1065 (CLIBS): Use PTHREAD_LIBS.
1066 (aclocal_m4_deps): Add ax_pthread.m4.
1067 * config.in, configure: Rebuild.
1068 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
1069
1070 2019-11-26 Tom Tromey <tom@tromey.com>
1071
1072 * symtab.h (struct minimal_symbol) <name_set>: New member.
1073 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
1074 Don't call symbol_set_names.
1075 (minimal_symbol_reader::install): Call symbol_set_names.
1076
1077 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1078
1079 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
1080 restore_active_ext_lang, as GIL is needed for (indirectly)
1081 called PyOS_InterruptOccurred.
1082
1083 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1084
1085 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
1086 definition.
1087
1088 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1089
1090 * remote-sim.c (simulator_command): Make static, remove
1091 declaration.
1092
1093 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1094
1095 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
1096 static.
1097 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
1098 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
1099 (main): Likewise.
1100 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
1101 (main): Likewise.
1102 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
1103 (main): Likewise.
1104 * unittests/basic_string_view/element_access/char/1.cc (test01):
1105 Likewise.
1106 (main): Likewise.
1107 * unittests/basic_string_view/element_access/char/empty.cc (main):
1108 Likewise.
1109 * unittests/basic_string_view/element_access/char/front_back.cc
1110 (test01): Likewise.
1111 (main): Likewise.
1112 * unittests/basic_string_view/inserters/char/2.cc (test05):
1113 Likewise.
1114 (main): Likewise.
1115 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
1116 (test01): Likewise.
1117 (main): Likewise.
1118 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
1119 (test01): Likewise.
1120 (main): Likewise.
1121 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
1122 Likewise.
1123 * unittests/basic_string_view/operations/compare/char/1.cc
1124 (test01): Likewise.
1125 (main): Likewise.
1126 * unittests/basic_string_view/operations/compare/char/13650.cc
1127 (test01): Likewise.
1128 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
1129 Likewise.
1130 (main): Likewise.
1131 * unittests/basic_string_view/operations/data/char/1.cc (test01):
1132 Likewise.
1133 (main): Likewise.
1134 * unittests/basic_string_view/operations/find/char/1.cc (test01):
1135 Likewise.
1136 (main): Likewise.
1137 * unittests/basic_string_view/operations/find/char/2.cc (test02):
1138 Likewise.
1139 (main): Likewise.
1140 * unittests/basic_string_view/operations/find/char/3.cc (test03):
1141 Likewise.
1142 (main): Likewise.
1143 * unittests/basic_string_view/operations/find/char/4.cc (main):
1144 Likewise.
1145 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
1146 Likewise.
1147 (main): Likewise.
1148 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
1149 Likewise.
1150 (main): Likewise.
1151 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
1152 Likewise.
1153 (main): Likewise.
1154 * unittests/basic_string_view/operations/substr/char/1.cc
1155 (test01): Likewise.
1156 (main): Likewise.
1157 * unittests/basic_string_view/operators/char/2.cc (main):
1158 Likewise.
1159 * unittests/optional/assignment/1.cc (test): Likewise.
1160 * unittests/optional/assignment/2.cc (test): Likewise.
1161 * unittests/optional/assignment/3.cc (test): Likewise.
1162 * unittests/optional/assignment/4.cc (test): Likewise.
1163 * unittests/optional/assignment/5.cc (test): Likewise.
1164 * unittests/optional/assignment/6.cc (test): Likewise.
1165 * unittests/optional/assignment/7.cc (test): Likewise.
1166 * unittests/optional/cons/copy.cc (test): Likewise.
1167 * unittests/optional/cons/default.cc (test): Likewise.
1168 * unittests/optional/cons/move.cc (test): Likewise.
1169 * unittests/optional/cons/value.cc (test): Likewise.
1170 * unittests/optional/in_place.cc (test): Likewise.
1171 * unittests/optional/observers/1.cc (test): Likewise.
1172 * unittests/optional/observers/2.cc (test): Likewise.
1173
1174 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1175
1176 * tui-win.h (tui_set_var_cmd): Remove.
1177 * tui-win.c (tui_set_var_cmd): Make static.
1178
1179 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1180
1181 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
1182 rbreak_command_wrapper): Remove.
1183 * symtab.c (rbreak_command_wrapper): Remove.
1184
1185 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1186
1187 * inferior.h (info_terminal_command): Remove declaration.
1188 * inflow.c (info_terminal_command): Make static.
1189
1190 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1191
1192 * inferior.c (exit_inferior_silent): Remove.
1193
1194 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1195
1196 * dictionary.c (dict_empty, mdict_empty): Remove.
1197 * dictionary.c (mdict_empty): Remove.
1198
1199 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1200
1201 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
1202 (arc_insn_get_memory_offset): Likewise.
1203 (arc_insn_dump): Likewise.
1204 * cp-support.c (test_cp_symbol_name_matches): Likewise.
1205 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
1206 * dictionary.c (dict_iterator_next): Likewise.
1207 (dict_iter_match_first): Likewise.
1208 (dict_iter_match_next): Likewise.
1209 * f-lang.c (evaluate_subexp_f): Likewise.
1210 * hppa-tdep.c (hppa_read_pc): Likewise.
1211 * i386-tdep.c (i386_floatformat_for_type): Likewise.
1212 * parse.c (write_exp_elt_msym): Likewise.
1213 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
1214 * remote.c (remote_packet_size): Likewise.
1215 (remote_notif_stop_parse): Likewise.
1216 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
1217 * s12z-tdep.c (s12z_disassemble_info): Likewise.
1218 * source.c (prepare_path_for_appending): Likewise.
1219 * sparc64-linux-tdep.c
1220 (sparc64_linux_handle_segmentation_fault); Likewise.
1221 * stack.c (frame_selection_by_function_completer): Likewise.
1222
1223 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1224
1225 * completer.c (set_gdb_completion_word_break_characters):
1226 Remove.
1227
1228 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1229
1230 * dwarf-index-write.c: Include dwarf-index-write.h.
1231 * mi/mi-interp.c: Include mi/mi-interp.h.
1232
1233 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
1234
1235 * aarch32-tdep.c: Include aarch32-tdep.h.
1236 * aarch32-tdep.h: Forward-declare struct target_desc.
1237
1238 2019-11-26 Christian Biesinger <cbiesinger@google.com>
1239
1240 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
1241 strerror.
1242 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
1243 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
1244
1245 2019-11-25 Tom de Vries <tdevries@suse.de>
1246
1247 * contrib/words.sh: Add -c option.
1248
1249 2019-11-25 Christian Biesinger <cbiesinger@google.com>
1250
1251 * solib.c (solib_find_1): Change int to bool.
1252 (exec_file_find): Change int to bool.
1253 (solib_find): Change int to bool.
1254 (solib_read_symbols): Change int to bool.
1255 (solib_used): Change int to bool.
1256 (solib_add): Change int to bool.
1257 (info_sharedlibrary_command): Change int to bool.
1258 (solib_contains_address_p): Change int to bool.
1259 (solib_keep_data_in_core): Change int to bool.
1260 (in_solib_dynsym_resolve_code): Change int to bool.
1261 (reload_shared_libraries_1): Change int to bool.
1262 (gdb_sysroot_changed): Change int to bool.
1263 * solib.h (solib_read_symbols): Change int to bool.
1264 (solib_contains_address_p): Change int to bool.
1265 (solib_keep_data_in_core): Change int to bool.
1266 (in_solib_dynsym_resolve_code): Change int to bool.
1267 (libpthread_name_p): Change int to bool.
1268
1269 2019-11-25 Luis Machado <luis.machado@linaro.org>
1270
1271 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
1272 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
1273 (remote_packet_max_chars): New static global.
1274 (show_remote_packet_max_chars): New function.
1275 (remote_target::putpkt_binary): Adjust to use new
1276 remote_packet_max_chars option.
1277 (remote_target::getpkt_or_notif_sane_1): Likewise.
1278 (_initialize_remote): Register new remote-packet-max-chars option.
1279
1280 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
1281
1282 * m68k-linux-nat.c: Include gdbarch.h.
1283
1284 2019-11-24 Tom Tromey <tom@tromey.com>
1285
1286 * symfile.c (read_symbols): Update.
1287 * psymtab.c (require_partial_symbols): Change type of "verbose" to
1288 bool.
1289 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
1290 (psym_lookup_symbol, psym_find_last_source_symtab)
1291 (psym_forget_cached_source_info, psym_print_stats)
1292 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
1293 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
1294 (psym_map_matching_symbols, psym_expand_symtabs_matching)
1295 (psym_find_compunit_symtab_by_address)
1296 (maintenance_print_psymbols, maintenance_info_psymtabs)
1297 (maintenance_check_psymtabs): Update.
1298 * psymtab.h (require_partial_symbols): Change type of "verbose" to
1299 bool.
1300
1301 2019-11-22 Tom Tromey <tom@tromey.com>
1302
1303 * observable.h: Update comments.
1304
1305 2019-11-22 Tom Tromey <tromey@adacore.com>
1306
1307 * ada-tasks.c (ada_task_is_alive): Make parameter const.
1308 (print_ada_task_info): Don't try to fetch thread id if task is not
1309 alive.
1310
1311 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1312
1313 * ada-exp.y: Update.
1314 * ada-lang.c (sort_choices): Update.
1315 (ada_print_symbol_signature): Update.
1316 (resolve_subexp): Update.
1317 (ada_parse_renaming): Update.
1318 (ada_read_renaming_var_value): Update.
1319 (lesseq_defined_than): Update.
1320 (remove_extra_symbols): Update.
1321 (remove_irrelevant_renamings): Update.
1322 (ada_add_block_symbols): Update.
1323 (ada_collect_symbol_completion_matches): Update.
1324 (ada_is_renaming_symbol): Update.
1325 (aggregate_assign_from_choices): Update.
1326 (ada_evaluate_subexp): Update.
1327 (ada_has_this_exception_support): Update.
1328 (ada_is_non_standard_exception_sym): Update.
1329 (ada_add_exceptions_from_frame): Update.
1330 (ada_add_global_exceptions): Update.
1331 (ada_print_subexp): Update.
1332 * ax-gdb.c (gen_var_ref): Update.
1333 (gen_maybe_namespace_elt): Update.
1334 (gen_expr_for_cast): Update.
1335 (gen_expr): Update.
1336 * block.h: Update.
1337 * blockframe.c (find_pc_partial_function): Update.
1338 * breakpoint.c (print_breakpoint_location): Update.
1339 (update_static_tracepoint): Update.
1340 * btrace.c (ftrace_print_function_name): Update.
1341 (ftrace_function_switched): Update.
1342 * buildsym.c (find_symbol_in_list): Update.
1343 * c-exp.y: Update.
1344 * c-typeprint.c (c_print_typedef): Update.
1345 (c_type_print_template_args): Update.
1346 * cli/cli-cmds.c (edit_command): Update.
1347 (list_command): Update.
1348 (print_sal_location): Update.
1349 * coffread.c (patch_opaque_types): Update.
1350 (process_coff_symbol): Update.
1351 (coff_read_enum_type): Update.
1352 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
1353 (convert_one_symbol): Update.
1354 (hash_symname): Update.
1355 (eq_symname): Update.
1356 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
1357 * compile/compile-cplus-types.c (debug_print_scope): Update.
1358 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
1359 * compile/compile-object-load.c (get_out_value_type): Update.
1360 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1361 (search_symbol_list): Update.
1362 (cp_lookup_symbol_imports_or_template): Update.
1363 * cp-support.c (overload_list_add_symbol): Update.
1364 * ctfread.c (psymtab_to_symtab): Update.
1365 * dbxread.c (cp_set_block_scope): Update.
1366 * dictionary.c (iter_match_first_hashed): Update.
1367 (iter_match_next_hashed): Update.
1368 (insert_symbol_hashed): Update.
1369 (iter_match_next_linear): Update.
1370 * dictionary.h: Update.
1371 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
1372 (locexpr_describe_location_piece): Update.
1373 (locexpr_describe_location_1): Update.
1374 (locexpr_generate_c_location): Update.
1375 (loclist_describe_location): Update.
1376 (loclist_generate_c_location): Update.
1377 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1378 (read_func_scope): Update.
1379 (process_enumeration_scope): Update.
1380 (new_symbol): Update.
1381 (dwarf2_const_value): Update.
1382 (dwarf2_symbol_mark_computed): Update.
1383 * eval.c (evaluate_funcall): Update.
1384 (evaluate_subexp_standard): Update.
1385 * expprint.c (print_subexp_standard): Update.
1386 (dump_subexp_body_standard): Update.
1387 * f-valprint.c (info_common_command_for_block): Update.
1388 * findvar.c (get_hosting_frame): Update.
1389 (default_read_var_value): Update.
1390 * go-lang.c (go_symbol_package_name): Update.
1391 * guile/scm-block.c (bkscm_print_block_smob): Update.
1392 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1393 (gdbscm_symbol_name): Update.
1394 (gdbscm_symbol_linkage_name): Update.
1395 (gdbscm_symbol_print_name): Update.
1396 * infcall.c (get_function_name): Update.
1397 * infcmd.c (jump_command): Update.
1398 (finish_command): Update.
1399 * infrun.c (insert_exception_resume_breakpoint): Update.
1400 * linespec.c (canonicalize_linespec): Update.
1401 (create_sals_line_offset): Update.
1402 (convert_linespec_to_sals): Update.
1403 (complete_label): Update.
1404 (find_label_symbols_in_block): Update.
1405 * m2-typeprint.c (m2_print_typedef): Update.
1406 * mdebugread.c (mdebug_reg_to_regnum): Update.
1407 (parse_symbol): Update.
1408 (mylookup_symbol): Update.
1409 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1410 (list_args_or_locals): Update.
1411 * objc-lang.c (compare_selectors): Update.
1412 (info_selectors_command): Update.
1413 (compare_classes): Update.
1414 (info_classes_command): Update.
1415 (find_imps): Update.
1416 * p-typeprint.c (pascal_print_typedef): Update.
1417 * printcmd.c (build_address_symbolic): Update.
1418 (info_address_command): Update.
1419 (print_variable_and_value): Update.
1420 * python/py-framefilter.c (extract_sym): Update.
1421 (py_print_single_arg): Update.
1422 * python/py-symbol.c (sympy_str): Update.
1423 (sympy_get_name): Update.
1424 (sympy_get_linkage_name): Update.
1425 * python/python.c (gdbpy_rbreak): Update.
1426 * record-btrace.c (btrace_get_bfun_name): Update.
1427 (btrace_call_history): Update.
1428 * rust-lang.c (rust_print_typedef): Update.
1429 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1430 * stabsread.c (stab_reg_to_regnum): Update.
1431 (define_symbol): Update.
1432 (read_enum_type): Update.
1433 (common_block_end): Update.
1434 (cleanup_undefined_types_1): Update.
1435 (scan_file_globals): Update.
1436 * stack.c (print_frame_arg): Update.
1437 (print_frame_args): Update.
1438 (find_frame_funname): Update.
1439 (info_frame_command_core): Update.
1440 (iterate_over_block_locals): Update.
1441 (print_block_frame_labels): Update.
1442 (do_print_variable_and_value): Update.
1443 (iterate_over_block_arg_vars): Update.
1444 (return_command): Update.
1445 * symmisc.c (dump_symtab_1): Update.
1446 (print_symbol): Update.
1447 * symtab.c (eq_symbol_entry): Update.
1448 (symbol_cache_dump): Update.
1449 (lookup_language_this): Update.
1450 (find_pc_sect_line): Update.
1451 (skip_prologue_sal): Update.
1452 (symbol_search::compare_search_syms): Update.
1453 (treg_matches_sym_type_name): Update.
1454 (search_symbols): Update.
1455 (print_symbol_info): Update.
1456 (rbreak_command): Update.
1457 (completion_list_add_symbol): Update.
1458 (find_gnu_ifunc): Update.
1459 (get_symbol_address): Update.
1460 (search_module_symbols): Update.
1461 (info_module_subcommand): Update.
1462 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1463 (SYMBOL_LINKAGE_NAME): Remove.
1464 (SYMBOL_DEMANGLED_NAME): Remove.
1465 (SYMBOL_PRINT_NAME): Remove.
1466 (SYMBOL_SEARCH_NAME): Remove.
1467 * tracepoint.c (set_traceframe_context): Update.
1468 (validate_actionline): Update.
1469 (collection_list::collect_symbol): Update.
1470 (encode_actions_1): Update.
1471 (info_scope_command): Update.
1472 (print_one_static_tracepoint_marker): Update.
1473 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1474 * valops.c (address_of_variable): Update.
1475 (find_overload_match): Update.
1476 (find_oload_champ): Update.
1477
1478 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1479
1480 * ada-lang.c (ada_lookup_simple_minsym): Update.
1481 (ada_collect_symbol_completion_matches): Update.
1482 * ada-tasks.c (read_atcb): Update.
1483 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1484 (amd64_windows_skip_trampoline_code): Update.
1485 * arm-tdep.c (skip_prologue_function): Update.
1486 (arm_skip_stack_protector): Update.
1487 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1488 (arm_wince_skip_main_prologue): Update.
1489 * ax-gdb.c (gen_expr): Update.
1490 * block.c (call_site_for_pc): Update.
1491 * blockframe.c (find_pc_partial_function): Update.
1492 * breakpoint.c (set_breakpoint_location_function): Update.
1493 * btrace.c (ftrace_print_function_name): Update.
1494 (ftrace_function_switched): Update.
1495 * c-valprint.c (print_unpacked_pointer): Update.
1496 * coffread.c (coff_symfile_read): Update.
1497 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1498 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1499 * dwarf-index-write.c (write_psymbols): Update.
1500 * dwarf2loc.c (call_site_to_target_addr): Update.
1501 (func_verify_no_selftailcall): Update.
1502 (tailcall_dump): Update.
1503 (call_site_find_chain_1): Update.
1504 (dwarf_expr_reg_to_entry_parameter): Update.
1505 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1506 * eval.c (evaluate_funcall): Update.
1507 (evaluate_subexp_standard): Update.
1508 (evaluate_subexp_for_sizeof): Update.
1509 * expprint.c (print_subexp_standard): Update.
1510 (dump_subexp_body_standard): Update.
1511 * frame.c (get_prev_frame_always_1): Update.
1512 * frv-tdep.c (frv_skip_main_prologue): Update.
1513 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1514 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1515 (gnuv3_get_typename_from_type_info): Update.
1516 (gnuv3_skip_trampoline): Update.
1517 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1518 * i386-tdep.c (i386_skip_main_prologue): Update.
1519 (i386_pe_skip_trampoline_code): Update.
1520 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1521 * infcall.c (get_function_name): Update.
1522 * linespec.c (minsym_found): Update.
1523 * linux-fork.c (info_checkpoints_command): Update.
1524 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1525 (m32c_m16c_pointer_to_address): Update.
1526 * maint.c (maintenance_translate_address): Update.
1527 * minsyms.c (add_minsym_to_hash_table): Update.
1528 (add_minsym_to_demangled_hash_table): Update.
1529 (lookup_minimal_symbol_mangled): Update.
1530 (lookup_minimal_symbol_demangled): Update.
1531 (lookup_minimal_symbol_linkage): Update.
1532 (lookup_minimal_symbol_text): Update.
1533 (lookup_minimal_symbol_by_pc_name): Update.
1534 (minimal_symbol_is_less_than): Update.
1535 (compact_minimal_symbols): Update.
1536 (build_minimal_symbol_hash_tables): Update.
1537 (find_solib_trampoline_target): Update.
1538 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1539 (mips_skip_pic_trampoline_code): Update.
1540 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1541 * objc-lang.c (info_selectors_command): Update.
1542 (info_classes_command): Update.
1543 (find_methods): Update.
1544 (find_imps): Update.
1545 * p-valprint.c (pascal_val_print): Update.
1546 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1547 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1548 * printcmd.c (build_address_symbolic): Update.
1549 (info_symbol_command): Update.
1550 * psymtab.c (psymbol_name_matches): Update.
1551 (match_partial_symbol): Update.
1552 (lookup_partial_symbol): Update.
1553 (print_partial_symbols): Update.
1554 (sort_pst_symbols): Update.
1555 (maintenance_check_psymtabs): Update.
1556 * python/py-framefilter.c (py_print_frame): Update.
1557 * python/python.c (gdbpy_rbreak): Update.
1558 * record-btrace.c (btrace_get_bfun_name): Update.
1559 (btrace_call_history): Update.
1560 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1561 (rs6000_skip_trampoline_code): Update.
1562 * sol-thread.c (info_cb): Update.
1563 * stabsread.c (scan_file_globals): Update.
1564 * stack.c (find_frame_funname): Update.
1565 (info_frame_command_core): Update.
1566 * symmisc.c (dump_msymbols): Update.
1567 * symtab.c (symbol_natural_name): Rename to..,
1568 (general_symbol_info::natural_name): ...this.
1569 (symbol_demangled_name): Rename to...
1570 (general_symbol_info::demangled_name): ...this.
1571 (symbol_search_name): Rename to...
1572 (general_symbol_info::search_name): ...this.
1573 (symbol_matches_search_name): Update.
1574 (find_pc_sect_line): Update.
1575 (skip_prologue_sal): Update.
1576 (search_symbols): Update.
1577 (print_msymbol_info): Update.
1578 (rbreak_command): Update.
1579 (completion_list_add_msymbol): Update.
1580 (completion_list_objc_symbol): Update.
1581 (get_msymbol_address): Update.
1582 * symtab.h (struct general_symbol_info): Add member functions
1583 natural_name (), linkage_name (), print_name (), demangled_name (),
1584 and search_name ().
1585 (SYMBOL_NATURAL_NAME): Update.
1586 (symbol_natural_name): Move to a member function on general_symbol_info.
1587 (SYMBOL_DEMANGLED_NAME): Update.
1588 (symbol_demangled_name): Move to a member function on
1589 general_symbol_info.
1590 (SYMBOL_SEARCH_NAME): Update.
1591 (symbol_search_name): Move to a member function on general_symbol_info.
1592 (MSYMBOL_NATURAL_NAME): Remove.
1593 (MSYMBOL_LINKAGE_NAME): Remove.
1594 (MSYMBOL_PRINT_NAME): Remove.
1595 (MSYMBOL_DEMANGLED_NAME): Remove.
1596 (MSYMBOL_SEARCH_NAME): Remove.
1597 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1598
1599 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1600
1601 * symtab.c (create_demangled_names_hash): Use per_bfd->
1602 minimal_symbol_count for computing the initial size, if greater
1603 than our default size.
1604
1605 2019-11-22 Tom de Vries <tdevries@suse.de>
1606
1607 * contrib/words.sh: Improve words extraction.
1608
1609 2019-11-22 Tom de Vries <tdevries@suse.de>
1610
1611 * contrib/words.sh: Combine sed invocations.
1612
1613 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1614
1615 * Makefile.in: Update.
1616 * demangle.c: Rename to...
1617 * gdb-demangle.c: ..this.
1618 (is_cplus_marker): Change return type to bool.
1619 (_initialize_demangler): Rename to...
1620 (_initialize_gdb_demangle): ...this.
1621 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1622 * symtab.h (demangle): Remove declaration; instead include
1623 gdb-demangle.h.
1624
1625 2019-11-21 Tom Tromey <tromey@adacore.com>
1626
1627 * gdbsupport/format.c (format_pieces): Parse %I64d.
1628 * unittests/format_pieces-selftests.c (test_windows_formats): New
1629 function.
1630 (run_tests): Call it.
1631
1632 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1633
1634 Byte reverse display of variables with DW_END_big, DW_END_little
1635 (DW_AT_endianity) dwarf attributes if different than the native
1636 byte order.
1637 * ada-lang.c (ada_value_binop):
1638 Use type_byte_order instead of gdbarch_byte_order.
1639 * ada-valprint.c (printstr):
1640 (ada_val_print_string):
1641 * ada-lang.c (value_pointer):
1642 (ada_value_binop):
1643 Use type_byte_order instead of gdbarch_byte_order.
1644 * c-lang.c (c_get_string):
1645 Use type_byte_order instead of gdbarch_byte_order.
1646 * c-valprint.c (c_val_print_array):
1647 Use type_byte_order instead of gdbarch_byte_order.
1648 * cp-valprint.c (cp_print_class_member):
1649 Use type_byte_order instead of gdbarch_byte_order.
1650 * dwarf2loc.c (rw_pieced_value):
1651 Use type_byte_order instead of gdbarch_byte_order.
1652 * dwarf2read.c (read_base_type): Handle DW_END_big,
1653 DW_END_little
1654 * f-lang.c (f_get_encoding):
1655 Use type_byte_order instead of gdbarch_byte_order.
1656 * findvar.c (default_read_var_value):
1657 Use type_byte_order instead of gdbarch_byte_order.
1658 * gdbtypes.c (check_types_equal):
1659 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1660 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1661 and TYPE_ENDIANITY_LITTLE if set.
1662 (type_byte_order): new function.
1663 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1664 (struct main_type) <flag_endianity_not_default>:
1665 New field.
1666 (type_byte_order): New function.
1667 * infcmd.c (default_print_one_register_info):
1668 Use type_byte_order instead of gdbarch_byte_order.
1669 * p-lang.c (pascal_printstr):
1670 Use type_byte_order instead of gdbarch_byte_order.
1671 * p-valprint.c (pascal_val_print):
1672 Use type_byte_order instead of gdbarch_byte_order.
1673 * printcmd.c (print_scalar_formatted):
1674 Use type_byte_order instead of gdbarch_byte_order.
1675 * solib-darwin.c (darwin_current_sos):
1676 Use type_byte_order instead of gdbarch_byte_order.
1677 * solib-svr4.c (solib_svr4_r_ldsomap):
1678 Use type_byte_order instead of gdbarch_byte_order.
1679 * stap-probe.c (stap_modify_semaphore):
1680 Use type_byte_order instead of gdbarch_byte_order.
1681 * target-float.c (target_float_same_format_p):
1682 Use type_byte_order instead of gdbarch_byte_order.
1683 * valarith.c (scalar_binop):
1684 (value_bit_index):
1685 Use type_byte_order instead of gdbarch_byte_order.
1686 * valops.c (value_cast):
1687 Use type_byte_order instead of gdbarch_byte_order.
1688 * valprint.c (generic_emit_char):
1689 (generic_printstr):
1690 (val_print_string):
1691 Use type_byte_order instead of gdbarch_byte_order.
1692 * value.c (unpack_long):
1693 (unpack_bits_as_long):
1694 (unpack_value_bitfield):
1695 (modify_field):
1696 (pack_long):
1697 (pack_unsigned_long):
1698 Use type_byte_order instead of gdbarch_byte_order.
1699 * findvar.c (unsigned_pointer_to_address):
1700 (signed_pointer_to_address):
1701 (unsigned_address_to_pointer):
1702 (address_to_signed_pointer):
1703 (default_read_var_value):
1704 (default_value_from_register):
1705 Use type_byte_order instead of gdbarch_byte_order.
1706 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1707 Use type_byte_order instead of gdbarch_byte_order.
1708 * riscv-tdep.c (riscv_print_one_register_info):
1709 Use type_byte_order instead of gdbarch_byte_order.
1710
1711 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1712
1713 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1714 (current_ui_gdb_stdin_ptr): Likewise.
1715 (current_ui_gdb_stderr_ptr): Likewise.
1716 (current_ui_gdb_stdlog_ptr): Likewise.
1717 (current_ui_current_uiout_ptr): Likewise.
1718 (gen_ret_current_ui_field_ptr): Remove.
1719
1720 2019-11-21 Tom de Vries <tdevries@suse.de>
1721
1722 PR gdb/24956
1723 * cli/cli-script.c (execute_control_command): Only switch to
1724 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1725
1726 2019-11-19 Tom Tromey <tom@tromey.com>
1727
1728 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1729 Now static. Change type of "name".
1730 (tui_set_win_height_command): Don't copy "arg".
1731 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1732 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1733
1734 2019-11-19 Ali Tamur <tamur@google.com>
1735
1736 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1737 "if (attr != nullptr)".
1738 (dwarf2_find_base_address): Likewise.
1739 (dwarf2_build_include_psymtabs): Likewise.
1740 (read_cutu_die_from_dwo): Likewise.
1741 (read_func_scope): Likewise.
1742 (read_call_site_scope): Likewise.
1743 (dwarf2_get_pc_bounds): Likewise.
1744 (dwarf2_record_block_ranges): Likewise.
1745 (dwarf2_add_field): Likewise.
1746 (dwarf2_add_member_fn): Likewise.
1747 (read_structure_type): Likewise.
1748 (read_enumeration_type): Likewise.
1749 (read_array_type): Likewise.
1750 (read_array_order): Likewise.
1751 (read_set_type): Likewise.
1752 (read_common_block): Likewise.
1753 (read_tag_reference_type): Likewise.
1754 (read_tag_string_type): Likewise.
1755 (read_subroutine_type): Likewise.
1756 (read_base_type): Likewise.
1757 (read_subrange_type): Likewise.
1758 (new_symbol): Likewise.
1759 (prepare_one_comp_unit): Likewise.
1760
1761 2019-11-19 Tom Tromey <tromey@adacore.com>
1762
1763 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1764 result in error when DebugActiveProcess fails.
1765
1766 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1767 Pedro Alves <palves@redhat.com>
1768
1769 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1770 * target.c (target_stack::push): Call 'unpush' if there's a
1771 target on top of the stack.
1772
1773 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1774
1775 * python/py-block.c (blpy_dealloc): Call tp_free.
1776 (blpy_block_syms_dealloc): Likewise.
1777 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1778 * python/py-inferior.c (infpy_dealloc): Likewise.
1779 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1780 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1781 * python/py-symbol.c (sympy_dealloc): Likewise.
1782 * python/py-symtab.c (stpy_dealloc): Likewise.
1783 * python/py-type.c (typy_iterator_dealloc): Likewise.
1784
1785 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1786
1787 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1788 constructor instead of using a class initializer.
1789
1790 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1791
1792 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1793 * configure: Regenerate.
1794 * configure.ac: Don't source common.host.
1795 * gdbsupport/common.host: Remove.
1796 * gdbsupport/mingw-strerror.c: Remove.
1797 * gdbsupport/posix-strerror.c: Rename to...
1798 * gdbsupport/safe-strerror.c: ...this.
1799
1800 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1801
1802 * maint.c (scoped_command_stats::print_time): Use localtime_r
1803 instead of localtime (provided through gnulib if necessary).
1804 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1805 of ctime.
1806
1807 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1808
1809 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1810 avoid compile errors.
1811
1812 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1813
1814 * config.in: Regenerate.
1815 * configure: Regenerate.
1816 * gdbsupport/common.m4: No longer check for strerror_r.
1817 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1818 POSIX version of strerror_r, now that gnulib provides it if
1819 necessary.
1820
1821 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1822
1823 * README (`configure' options): Update.
1824
1825 2019-11-14 Tom Tromey <tromey@adacore.com>
1826
1827 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1828 expected type for the RHS if the LHS is a convenience variable.
1829
1830 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1831
1832 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1833 Provide explicit default and copy constructor.
1834
1835 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1836
1837 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1838 only call Py_INCREF (newbp) in the bppy_pending_object case.
1839
1840 2019-11-13 Tom Tromey <tromey@adacore.com>
1841
1842 PR build/25182:
1843 * psympriv.h (partial_symbol): Remove static assert.
1844 * symtab.h (general_symbol_info, symbol): Remove static assert.
1845
1846 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdbsupport/format.c (format_pieces::format_pieces): Support
1849 printf 'z' size modifier.
1850 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1851 * printcmd.c (ui_printf): Handle size_t_arg.
1852 * ui-out.c (ui_out::vmessage): Likewise.
1853 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1854 function.
1855 (run_tests): Call test_format_int_sizes.
1856
1857 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1858
1859 * ada-exp.y (write_ambiguous_var): Update.
1860 * buildsym.c (add_symbol_to_list): Update.
1861 * dwarf2read.c (read_variable): Update.
1862 (new_symbol): Update.
1863 * jit.c (finalize_symtab): Update.
1864 * language.c (language_alloc_type_symbol): Update.
1865 * symtab.c (fixup_symbol_section): Update.
1866 (initialize_objfile_symbol_1): Move code to...
1867 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1868 (allocate_symbol): Update.
1869 (allocate_template_symbol): Update.
1870 (get_symbol_address): Update.
1871 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1872 of having as a field, and add a constructor.
1873 (SYMBOL_VALUE): Update.
1874 (SYMBOL_VALUE_ADDRESS): Update.
1875 (SET_SYMBOL_VALUE_ADDRESS): Update.
1876 (SYMBOL_VALUE_BYTES): Update.
1877 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1878 (SYMBOL_BLOCK_VALUE): Update.
1879 (SYMBOL_VALUE_CHAIN): Update.
1880 (SYMBOL_LANGUAGE): Update.
1881 (SYMBOL_SECTION): Update.
1882 (SYMBOL_OBJ_SECTION): Update.
1883 (SYMBOL_SET_LANGUAGE): Update.
1884 (SYMBOL_SET_LINKAGE_NAME): Update.
1885 (SYMBOL_SET_NAMES): Update.
1886 (SYMBOL_NATURAL_NAME): Update.
1887 (SYMBOL_LINKAGE_NAME): Update.
1888 (SYMBOL_DEMANGLED_NAME): Update.
1889 (SYMBOL_SEARCH_NAME): Update.
1890 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1891 (struct symbol): Update.
1892 (struct template_symbol): Update.
1893 (struct rust_vtable_symbol): Update.
1894 * xcoffread.c (SYMBOL_DUP): Update.
1895
1896 2019-11-12 Tom Tromey <tom@tromey.com>
1897
1898 * tui/tui-layout.c (show_layout): Set current_layout.
1899 (show_source_disasm_command, show_data)
1900 (show_source_or_disasm_and_command): Don't set current_layout.
1901
1902 2019-11-12 Tom Tromey <tom@tromey.com>
1903
1904 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1905
1906 2019-11-12 Tom Tromey <tom@tromey.com>
1907
1908 * tui/tui-win.c (resize_message): New global.
1909 (show_tui_resize_message): New function.
1910 (tui_async_resize_screen): Print message if requested.
1911 (_initialize_tui_win): Add tui-resize-message setting.
1912 * NEWS: Add entry for new commands.
1913
1914 2019-11-11 Tom Tromey <tom@tromey.com>
1915
1916 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1917 functions.
1918
1919 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1920
1921 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1922
1923 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1924
1925 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1926 function.
1927 * python/python-internal.h (gdbpy_lookup_static_symbols):
1928 Declare new function.
1929 * python/python.c (python_GdbMethods): Add
1930 gdb.lookup_static_symbols method.
1931 * NEWS: Mention gdb.lookup_static_symbols.
1932
1933 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1934
1935 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1936 static block of current object file first. Also fix typo in
1937 header comment.
1938
1939 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * stack.c (set_last_displayed_sal): Delete.
1942 (last_displayed_sal_valid): Delete.
1943 (last_displayed_pspace): Delete.
1944 (last_displayed_addr): Delete.
1945 (last_displayed_symtab): Delete.
1946 (last_displayed_line): Delete.
1947 (class last_displayed_symtab_info_type): New.
1948 (last_displayed_symtab_info): New static global variable.
1949 (print_frame_info): Call methods on last_displayed_symtab_info.
1950 (clear_last_displayed_sal): Update header comment, and make use of
1951 last_displayed_symtab_info.
1952 (last_displayed_sal_is_valid): Likewise.
1953 (get_last_displayed_pspace): Likewise.
1954 (get_last_displayed_addr): Likewise.
1955 (get_last_displayed_symtab): Likewise.
1956 (get_last_displayed_line): Likewise.
1957 (get_last_displayed_sal): Likewise.
1958 * stack.h (clear_last_displayed_sal): Update header comment.
1959 (last_displayed_sal_is_valid): Likewise.
1960 (get_last_displayed_pspace): Likewise.
1961 (get_last_displayed_addr): Likewise.
1962 (get_last_displayed_symtab): Likewise.
1963 (get_last_displayed_line): Likewise.
1964 (get_last_displayed_sal): Likewise.
1965
1966 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * stack.c (frame_show_address): Convert return type to bool.
1969 * stack.h (frame_show_address): Likewise, and update header
1970 comment.
1971
1972 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1975 * unittests/vec-utils-selftests.c: New file.
1976 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1977
1978 2019-11-10 Tom Tromey <tom@tromey.com>
1979
1980 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1981 (tui_highlight_win): Likewise.
1982 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1983 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1984 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1985 Don't set can_highlight.
1986
1987 2019-11-10 Tom Tromey <tom@tromey.com>
1988
1989 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1990 Remove unused declaration.
1991
1992 2019-11-08 Tom Tromey <tromey@adacore.com>
1993
1994 * top.c (read_command_file): Update.
1995 (command_line_input): Make return type const.
1996 * python/py-gdb-readline.c: Update.
1997 * linespec.c (decode_line_2): Update.
1998 * defs.h (command_line_input): Make return type const.
1999 * cli/cli-script.c (read_next_line): Make return type const.
2000 * ada-lang.c (get_selections): Update.
2001
2002 2019-11-06 Christian Biesinger <cbiesinger@google.com>
2003
2004 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
2005 * mi/mi-main.c (output_cores): Likewise.
2006 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
2007 (linux_xfer_osdata_modules): Likewise.
2008 * remote.c (register_remote_support_xml): Likewise.
2009 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
2010 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
2011
2012 2019-11-06 Tom Tromey <tom@tromey.com>
2013
2014 * tui/tui-interp.c: Don't include readline.h.
2015 * tui/tui-hooks.c: Don't include readline.h.
2016 * symmisc.c: Include tilde.h, not readline.h.
2017 * symfile.c: Include tilde.h, not readline.h.
2018 * source.c: Include tilde.h, not readline.h.
2019 * solib.c: Include tilde.h, not readline.h.
2020 * psymtab.c: Include tilde.h, not readline.h.
2021 * exec.c: Include tilde.h, not readline.h.
2022 * corelow.c: Include tilde.h, not readline.h.
2023 * cli/cli-dump.c: Include tilde.h, not readline.h.
2024 * cli/cli-cmds.c: Don't include readline.h.
2025
2026 2019-11-05 Tom Tromey <tom@tromey.com>
2027
2028 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
2029 (tui_disassemble): Set addr_size.
2030 (tui_disasm_window::set_contents): Use addr_size.
2031
2032 2019-11-05 Tom Tromey <tom@tromey.com>
2033
2034 * rust-lang.c (rust_language_defn): Update.
2035 * python/py-value.c (valpy_string): Call c_get_string.
2036 * p-lang.c (pascal_language_defn): Update.
2037 * opencl-lang.c (opencl_language_defn): Update.
2038 * objc-lang.c (objc_language_defn): Update.
2039 * m2-lang.c (m2_language_defn): Update.
2040 * language.c (unknown_language_defn, auto_language_defn): Update.
2041 (default_get_string): Remove.
2042 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
2043 * go-lang.c (go_language_defn): Update.
2044 * f-lang.c (f_language_defn): Update.
2045 * d-lang.c (d_language_defn): Update.
2046 * c-lang.c (c_language_defn, cplus_language_defn)
2047 (asm_language_defn, minimal_language_defn): Update.
2048 * ada-lang.c (ada_language_defn): Update.
2049 * language.h (struct language_defn) <la_get_string>: Remove.
2050 (LA_GET_STRING): Remove.
2051 (default_get_string): Don't declare.
2052
2053 2019-11-05 Tom Tromey <tom@tromey.com>
2054
2055 * tui/tui-source.h (struct tui_source_window): Inline
2056 constructor. Remove destructor.
2057 <style_changed, m_observable>: Move to superclass.
2058 * tui/tui-winsource.h (tui_copy_source_line): Declare.
2059 (struct tui_source_window_base): Move private members to end.
2060 <style_changed, m_observable>: Move from tui_source_window.
2061 * tui/tui-winsource.c (tui_copy_source_line): Move from
2062 tui-source.c. Rename from copy_source_line. Add special handling
2063 for negative line number.
2064 (tui_source_window_base::style_changed): Move from
2065 tui_source_window.
2066 (tui_source_window_base): Register observer.
2067 (~tui_source_window_base): New.
2068 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
2069 rename.
2070 (tui_source_window::set_contents): Use tui_copy_source_line.
2071 (tui_source_window::tui_source_window): Move to tui-source.h.
2072 (tui_source_window::~tui_source_window): Remove.
2073 (tui_source_window::style_changed): Move to superclass.
2074 * tui/tui-disasm.c (tui_disassemble): Create string file with
2075 styling, when possible. Add "addr_size" parameter.
2076 (tui_disasm_window::set_contents): Use tui_copy_source_line.
2077 Don't compute maximum size.
2078 (len_without_escapes): New function
2079
2080 2019-11-05 Tom Tromey <tom@tromey.com>
2081
2082 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
2083 std::string.
2084 * tui/tui-winsource.c (tui_show_source_line): Update.
2085 * tui/tui-source.c (tui_source_window::set_contents): Update.
2086 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2087
2088 2019-11-05 Christian Biesinger <cbiesinger@google.com>
2089
2090 * symtab.h (gdb_static_assert): Put && operator at the beginning
2091 of the line instead of the end.
2092
2093 2019-11-04 Christian Biesinger <cbiesinger@google.com>
2094
2095 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
2096 and sizeof (symbol).
2097 * symtab.h: Add a static_assert for sizeof (partial_symbol).
2098
2099 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2100
2101 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
2102 * configure.host: Mark *-*-solaris2.10* obsolete.
2103 * configure.tgt: Mark Solaris < 11 obsolete.
2104 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
2105 Update target triplet.
2106
2107 2019-11-01 Tom Tromey <tromey@adacore.com>
2108
2109 * utils.c (print_sys_errmsg): Simplify.
2110
2111 2019-11-01 Tom Tromey <tromey@adacore.com>
2112
2113 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
2114
2115 2019-11-01 Christian Biesinger <cbiesinger@google.com>
2116
2117 * configure: Regenerate.
2118 * configure.ac: Remove check for strerror_r.
2119 * gdbsupport/common.m4: Check for strerror_r.
2120
2121 2019-11-01 Luis Machado <luis.machado@linaro.org>
2122
2123 PR gdb/25124
2124
2125 * arm-tdep.c (arm_per_objfile): Rename to ...
2126 (arm_per_bfd): ... this.
2127 (arm_objfile_data_key): Rename to ...
2128 (arm_bfd_data_key): ... this.
2129 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
2130 data.
2131 (arm_record_special_symbol): Likewise.
2132
2133 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2134
2135 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
2136 end.
2137 * c-typeprint.c (c_print_typedef): Likewise.
2138 * f-typeprint.c (f_print_typedef): Likewise.
2139 * m2-typeprint.c (m2_print_typedef): Likewise.
2140 * p-typeprint.c (pascal_print_typedef): Likewise.
2141 * rust-lang.c (rust_print_typedef): Likewise.
2142 * symtab.c (print_symbol_info): Print a newline after calling
2143 typedef_print.
2144
2145 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2146
2147 * symtab.c (info_module_cmdlist): New variable.
2148 (info_module_command): New function.
2149 (search_module_symbols): New function.
2150 (info_module_subcommand): New function.
2151 (struct info_modules_var_func_options): New struct.
2152 (info_modules_var_func_options_defs): New variable.
2153 (make_info_modules_var_func_options_def_group): New function.
2154 (info_module_functions_command): New function.
2155 (info_module_variables_command): New function.
2156 (info_module_var_func_command_completer): New function.
2157 (_initialize_symtab): Register new 'info module functions' and
2158 'info module variables' commands.
2159 * symtab.h (typedef symbol_search_in_module): New typedef.
2160 (search_module_symbols): Declare new function.
2161 * NEWS: Mention new commands.
2162
2163 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
2166 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
2167 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
2168 MODULES_DOMAIN.
2169 (scan_partial_symbols): Only create partial module symbols for non
2170 declarations.
2171 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
2172 and MODULES_DOMAIN.
2173 * symtab.c (search_domain_name): Likewise.
2174 (search_symbols): Likewise.
2175 (print_symbol_info): Likewise.
2176 (symtab_symbol_info): Likewise.
2177 (info_modules_command): New function.
2178 (_initialize_symtab): Register 'info modules' command.
2179 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
2180 * NEWS: Mention new 'info modules' command.
2181
2182 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2183
2184 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
2185 and $_gdb_maint_setting_str.
2186
2187 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2188
2189 * cli/cli-cmds.c (setting_cmd, value_from_setting)
2190 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
2191 (str_value_from_setting, gdb_setting_str_internal_fn)
2192 (gdb_maint_setting_str_internal_fn): New functions.
2193 (_initialize_cli_cmds): Define the new convenience functions.
2194 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
2195 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
2196
2197 2019-10-31 Christian Biesinger <cbiesinger@google.com>
2198
2199 * agent.c (set_can_use_agent): When the setting is turned on,
2200 look up agent symbols if we don't have them yet.
2201 (agent_new_objfile): Don't look up agent symbols when the agent
2202 setting is off.
2203
2204 2019-10-31 Christian Biesinger <cbiesinger@google.com>
2205
2206 * config.in: Regenerate.
2207
2208 2019-10-31 Christian Biesinger <cbiesinger@google.com>
2209
2210 * configure: Regenerate.
2211 * configure.ac: Check for strerror_r.
2212 * gdbsupport/common-utils.h (safe_strerror): Change return value
2213 to const char * and document that this function is now threadsafe.
2214 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
2215 thread_local and call strerror_r, if available.
2216 * utils.c (perror_string): Update.
2217 (print_sys_errmsg): Update.
2218
2219 2019-10-31 Luis Machado <luis.machado@linaro.org>
2220
2221 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
2222 objfile_key.
2223 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
2224 objfile to fetch per-bfd data.
2225 (arm_find_exidx_entry): Likewise.
2226
2227 2019-10-31 Christian Biesinger <cbiesinger@google.com>
2228
2229 * gdbsupport/agent.c (debug_agent): Change type to bool.
2230 (use_agent): Likewise.
2231 (all_agent_symbols_look_up): Likewise.
2232 (agent_loaded_p): Change return value to bool.
2233 (agent_look_up_symbols): Update.
2234 (agent_capability_check): Change return value to bool.
2235 * gdbsupport/agent.h (agent_loaded_p): Likewise.
2236 (debug_agent): Change type to bool.
2237 (use_agent): Likewise.
2238 (agent_capability_check): Change return value to bool.
2239
2240 2019-10-30 Christian Biesinger <cbiesinger@google.com>
2241
2242 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
2243 (build_minimal_symbol_hash_tables): Code to clear the table moved
2244 to clear_minimal_symbol_hash_tables.
2245 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
2246 when needed.
2247
2248 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
2249
2250 * infcmd.c: Remove includes.
2251 * infrun.c: Remove includes.
2252
2253 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
2254
2255 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
2256 (grow_vect): Remove declaration.
2257 (ada_type_of_array): Remove declaration.
2258 (ada_update_initial_language): Remove declaration.
2259 (ada_fold_name): Remove declaration.
2260 (ada_fill_in_ada_prototype): Remove declaration.
2261 (user_select_syms): Remove declaration.
2262 (get_selections): Remove declaration.
2263 (ada_tag_type): Remove declaration.
2264 (ada_value_tag): Remove declaration.
2265 (ada_is_others_clause): Remove declaration.
2266 (ada_in_variant): Remove declaration.
2267 (ada_value_struct_elt): Remove declaration.
2268 (ada_attribute_name): Remove declaration.
2269 (ada_system_address_type): Remove declaration.
2270 * ada-lang.c (ada_watch_location_expression): Make static.
2271 (GROW_VECT): Move here from ada-lang.h.
2272 (grow_vect): Make static.
2273 (ada_update_initial_language): Make static.
2274 (ada_fold_name): Make static.
2275 (ada_type_of_array): Make static.
2276 (encoded_ordered_before): Move up.
2277 (sort_choices): Move up.
2278 (print_signatures): Move up.
2279 (ada_print_symbol_signature): Move up.
2280 (get_selections): Move up and make static.
2281 (user_select_syms): Move up and make static.
2282 (ada_value_struct_elt): Move up and make static.
2283 (ada_tag_type): Make static.
2284 (ada_value_tag): Make static.
2285 (ada_is_others_clause): Make static.
2286 (ada_in_variant): Make static.
2287 (ada_attribute_name): Make static.
2288
2289 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
2290
2291 * ada-lang.c: Remove includes.
2292 * ada-typeprint.c: Remove includes.
2293 * ada-valprint.c: Remove includes.
2294
2295 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
2296
2297 * addrmap.c: Add static assertions of type size, moved from
2298 _initialize_addrmap.
2299 (_initialize_addrmap): Remove.
2300
2301 2019-10-29 Christian Biesinger <cbiesinger@google.com>
2302
2303 * coffread.c (record_minimal_symbol): Update.
2304 (process_coff_symbol): Update.
2305 * dbxread.c (read_dbx_symtab): Update.
2306 * dwarf2read.c (add_partial_symbol): Update.
2307 (fixup_go_packaging): Update.
2308 (load_partial_dies): Update.
2309 (new_symbol): Update.
2310 * elfread.c (record_minimal_symbol): Change signature to use
2311 gdb::string_view instead of name+len.
2312 (elf_symtab_read): Update.
2313 (elf_rel_plt_read): Update.
2314 * mdebugread.c (parse_partial_symbols): Update.
2315 (handle_psymbol_enumerators): Update.
2316 (new_symbol): Update.
2317 * minsyms.c (minimal_symbol_reader::record_full): Change signature
2318 to use gdb::string_view instead of name+len.
2319 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
2320 * psympriv.h (add_psymbol_to_list): Likewise.
2321 * psymtab.c (add_psymbol_to_bcache): Likewise.
2322 (add_psymbol_to_list): Likewise.
2323 * stabsread.c (define_symbol): Update.
2324 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
2325 * symtab.h (SYMBOL_SET_NAMES): Likewise.
2326 (symbol_set_names): Likewise.
2327 * xcoffread.c (scan_xcoff_symtab): Update.
2328
2329 2019-10-29 Christian Biesinger <cbiesinger@google.com>
2330
2331 * symtab.h (symbol_set_names): Document that copy_name must be
2332 set to true for non-nullterminated strings.
2333 * symtab.c (symbol_set_names): Only make a nullterminated copy of
2334 linkage_name if the entry was not found and we need to demangle.
2335
2336 2019-10-29 Christian Biesinger <cbiesinger@google.com>
2337
2338 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
2339 * dwarf2-frame.c (bsearch_fde_cmp): Update.
2340 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
2341 * gdbsupport/gdb_binary_search.h: New file.
2342
2343 2019-10-29 Christian Biesinger <cbiesinger@google.com>
2344
2345 * NEWS: Mention new --with-system-gdbinit-dir option.
2346 * config.in: Regenerate.
2347 * configure: Regenerate.
2348 * configure.ac: Add new option --with-system-gdbinit-dir.
2349 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
2350 for a ".gdb" suffix.
2351 * main.c (get_init_files): Change system_gdbinit argument to
2352 a vector and return the files in SYSTEM_GDBINIT_DIR in
2353 addition to SYSTEM_GDBINIT.
2354 (captured_main_1): Update.
2355 (print_gdb_help): Update.
2356 * top.c (print_gdb_configuration): Also print the value of
2357 SYSTEM_GDBINIT_DIR.
2358
2359 2019-10-28 Christian Biesinger <cbiesinger@google.com>
2360
2361 * gdbsupport/common-utils.h (startswith): Add an overloaded version
2362 that takes gdb::string_view arguments.
2363
2364 2019-10-26 Tom de Vries <tdevries@suse.de>
2365
2366 * aarch64-linux-tdep.c: Fix typos in comments.
2367 * aarch64-tdep.c: Same.
2368 * ada-lang.c: Same.
2369 * amd64-nat.c: Same.
2370 * arc-tdep.c: Same.
2371 * arch/aarch64-insn.c: Same.
2372 * block.c: Same.
2373 * breakpoint.h: Same.
2374 * btrace.h: Same.
2375 * c-varobj.c: Same.
2376 * cli/cli-decode.c: Same.
2377 * cli/cli-script.c: Same.
2378 * cli/cli-utils.h: Same.
2379 * coff-pe-read.c: Same.
2380 * coffread.c: Same.
2381 * compile/compile-cplus-symbols.c: Same.
2382 * compile/compile-object-run.c: Same.
2383 * completer.c: Same.
2384 * corelow.c: Same.
2385 * cp-support.c: Same.
2386 * demangle.c: Same.
2387 * dwarf-index-write.c: Same.
2388 * dwarf2-frame.c: Same.
2389 * dwarf2-frame.h: Same.
2390 * eval.c: Same.
2391 * frame-base.h: Same.
2392 * frame.h: Same.
2393 * gdbcmd.h: Same.
2394 * gdbtypes.h: Same.
2395 * gnu-nat.c: Same.
2396 * guile/scm-objfile.c: Same.
2397 * i386-tdep.c: Same.
2398 * i386-tdep.h: Same.
2399 * infcall.c: Same.
2400 * infcall.h: Same.
2401 * linux-nat.c: Same.
2402 * m68k-tdep.c: Same.
2403 * macroexp.c: Same.
2404 * memattr.c: Same.
2405 * mi/mi-cmd-disas.c: Same.
2406 * mi/mi-getopt.h: Same.
2407 * mi/mi-main.c: Same.
2408 * minsyms.c: Same.
2409 * nat/aarch64-sve-linux-sigcontext.h: Same.
2410 * objfiles.h: Same.
2411 * ppc-linux-nat.c: Same.
2412 * ppc-linux-tdep.c: Same.
2413 * ppc-tdep.h: Same.
2414 * progspace.h: Same.
2415 * prologue-value.h: Same.
2416 * python/py-evtregistry.c: Same.
2417 * python/py-instruction.h: Same.
2418 * record-btrace.c: Same.
2419 * record-full.c: Same.
2420 * remote.c: Same.
2421 * rs6000-tdep.c: Same.
2422 * ser-tcp.c: Same.
2423 * sol-thread.c: Same.
2424 * sparc-sol2-tdep.c: Same.
2425 * sparc64-tdep.c: Same.
2426 * stabsread.c: Same.
2427 * symfile.c: Same.
2428 * symtab.h: Same.
2429 * target.c: Same.
2430 * tracepoint.c: Same.
2431 * tui/tui-data.h: Same.
2432 * tui/tui-io.c: Same.
2433 * tui/tui-win.c: Same.
2434 * tui/tui.c: Same.
2435 * unittests/rsp-low-selftests.c: Same.
2436 * user-regs.h: Same.
2437 * utils.c: Same.
2438 * utils.h: Same.
2439 * valarith.c: Same.
2440 * valops.c: Same.
2441 * valprint.c: Same.
2442 * valprint.h: Same.
2443 * value.c: Same.
2444 * value.h: Same.
2445 * varobj.c: Same.
2446 * x86-nat.h: Same.
2447 * xtensa-tdep.c: Same.
2448
2449 2019-10-25 Ali Tamur <tamur@google.com>
2450
2451 * charset.c (find_charset_names): Reflect API change.
2452
2453 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2454
2455 * symtab.c (struct demangled_name_entry): Change demangled name
2456 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2457 part of the struct anymore.
2458 (symbol_set_names): No longer obstack allocate + copy the demangled
2459 name, just store the allocated name from bfd.
2460
2461 2019-10-25 Tom Tromey <tromey@adacore.com>
2462
2463 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2464 (bsearch_cie_cmp, add_cie): Remove.
2465 (find_cie): Reimplement.
2466 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2467 (dwarf2_build_frame_info): Update.
2468
2469 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2470
2471 PR gdb/25126
2472 * symfile.c (reread_symbols): Call forget_cached_source_info to
2473 clear the stale source cache.
2474
2475 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2476
2477 * configure: Regenerate.
2478 * configure.ac: Remove code that sets python_has_threads.
2479
2480 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2481
2482 * config.in: Regenerate.
2483 * configure: Regenerate.
2484 * configure.ac: Remove the code that uses sed to get the python
2485 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2486
2487 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2490 error paths.
2491
2492 2019-10-23 Tom Tromey <tom@tromey.com>
2493
2494 * arc-tdep.c: Remove ".." from include.
2495 * frv-tdep.c: Remove ".." from include.
2496 * lm32-tdep.c: Remove ".." from include.
2497 * microblaze-tdep.c: Remove ".." from include.
2498 * or1k-tdep.h: Remove ".." from include.
2499 * s12z-tdep.c: Remove ".." from include.
2500 * Makefile.in (OPCODES_CFLAGS): Add comment.
2501 (TOP_CFLAGS): New variable.
2502 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2503
2504 2019-10-23 Tom Tromey <tom@tromey.com>
2505
2506 * Makefile.in (READLINE_DIR): Update.
2507
2508 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2509
2510 * infcall.c (call_function_by_hand_dummy): Fix the function
2511 comment. And extract out a code section into...
2512 (reserve_stack_space): ...this new function.
2513
2514 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2515
2516 * infcall.c (value_arg_coerce): Remove an unused parameter.
2517 (call_function_by_hand_dummy): Update the call to
2518 'value_arg_coerce'.
2519
2520 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2521
2522 * infcall.c (call_function_by_hand_dummy): Refactor.
2523
2524 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2525
2526 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2527
2528 2019-10-23 Tom Tromey <tom@tromey.com>
2529
2530 * configure: Rebuild.
2531 * configure.ac: Don't check for sigprocmask.
2532 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2533
2534 2019-10-23 Tom Tromey <tom@tromey.com>
2535
2536 * configure: Rebuild.
2537 * acinclude.m4: Use m4_include, not sinclude.
2538
2539 2019-10-23 Tom de Vries <tdevries@suse.de>
2540
2541 PR breakpoints/24687
2542 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2543
2544 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2545
2546 * symtab.c (struct demangled_name_entry) <language>: Change from
2547 bitfield to regular variable.
2548
2549 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2550
2551 * symtab.c (struct demangled_name_entry): Add a constructor.
2552 (free_demangled_name_entry): New function to call the destructor
2553 for demangled_name_entry.
2554 (create_demangled_names_hash): Pass free_demangled_name_entry to
2555 htab_create_alloc.
2556 (symbol_set_names): Call placement new for demangled_name_entry.
2557 * utils.c: No longer include xxhash.h here, now that fast_hash
2558 is inlined in the header.
2559 * utils.h: Instead, include it here.
2560
2561 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2562
2563 * Makefile.in: Link with libxxhash.
2564 * config.in: Regenerate.
2565 * configure: Regenerate.
2566 * configure.ac: Search for libxxhash.
2567 * utils.c (fast_hash): Use xxhash if present.
2568
2569 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2570
2571 * utils.h (fast_hash): New function.
2572 * symtab.c (hash_demangled_name_entry): Call new function
2573 fast_hash.
2574
2575 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2576
2577 * symtab.c (struct demangled_name_entry): Change type of mangled
2578 to gdb::string_view. Also adds a constructor that takes the
2579 mangled name.
2580 (hash_demangled_name_entry): Update.
2581 (eq_demangled_name_entry): Update.
2582 (free_demangled_name_entry): New function to call the destructor
2583 now that this is not a POD anymore.
2584 (create_demangled_names_hash): Pass free_demangled_name_entry to
2585 htab_create_alloc.
2586 (symbol_set_names): Update.
2587
2588 2019-10-21 Ali Tamur <tamu@google.com>
2589
2590 * dwarf2read.c (dir_index): Change type.
2591 (file_name_index): Likewise.
2592 (line_header::include_dir_at): Change comment and implementation on
2593 whether it is DWARF 5.
2594 (line_header::is_valid_file_index): New function.
2595 (line_header::file_name_at): Change comment and implementation on
2596 whether it is DWARF 5.
2597 (line_header::file_names): Change to private field renamed as
2598 m_file_names and introduce a new accessor method.
2599 (line_header::file_names_size): New method.
2600 (line_header::include_dirs): Change to private field and rename as
2601 m_include_dirs.
2602 (dw2_get_file_names_reader): Define local var at a smaller scope and
2603 reflect API change.
2604 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2605 (process_structure_scope): Likewise.
2606 (line_header::add_include_dir): Change message and reflect renaming.
2607 (line_header::add_file_name): Likewise.
2608 (read_formatted_entries): Handle DW_FORM_data16.
2609 (dwarf_decode_line_header): Fix line header length calculation.
2610 (psymtab_include_file_name): Change comment and API.
2611 (lnp_state_machine::m_file): Update comment and reflect type change.
2612 (lnp_state_machine::record_line): Reflect type change.
2613 (dwarf_decode_lines): Reflect API change.
2614 (file_file_name): Likewise.
2615 (file_full_name): Likewise.
2616
2617 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2620
2621 2019-10-21 Tom Tromey <tom@tromey.com>
2622
2623 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2624
2625 2019-10-21 Tom Tromey <tom@tromey.com>
2626
2627 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2628 NM_H. Use AC_CONFIG_LINKS.
2629 * configure: Rebuild.
2630 * Makefile.in (NM_H): New variable.
2631 (generated_files): Add NM_H. Remove gcore.
2632 (nm.h, stamp-nmh): New targets.
2633
2634 2019-10-20 Tom Tromey <tom@tromey.com>
2635
2636 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2637 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2638 obsolete comment.
2639 (put_objfile_before): Now static.
2640
2641 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2642
2643 * gdbsupport/common-utils.h (startswith): Change return type to
2644 bool.
2645
2646 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2647
2648 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2649 * breakpoint.c (bp_locations_compare): Rename to...
2650 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2651 (update_global_location_list): Use std::sort instead of qsort.
2652 * buildsym.c (compare_line_numbers): Rename to...
2653 (lte_is_less_than): ...this, and change to std::sort semantics.
2654 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2655 instead of qsort.
2656 * disasm.c (compare_lines): Rename to...
2657 (line_is_less_than): ...this, and change to std::sort semantics.
2658 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2659 of qsort.
2660 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2661 (fde_is_less_than): ...this, and change to std::sort semantics.
2662 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2663 * mdebugread.c (compare_blocks):
2664 (block_is_less_than): ...this, and change to std::sort semantics.
2665 (sort_blocks): Call std::sort instead of qsort.
2666 * objfiles.c (qsort_cmp): Rename to...
2667 (sort_cmp): ...this, and change to std::sort semantics.
2668 (update_section_map): Call std::sort instead of qsort.
2669 * remote.c (compare_pnums): Remove.
2670 (map_regcache_remote_table): Call std::sort instead of qsort.
2671 * utils.c (compare_positive_ints): Remove.
2672 * utils.h (compare_positive_ints): Remove.
2673 * xcoffread.c (compare_lte): Remove.
2674 (arrange_linetable): Call std::sort instead of qsort.
2675
2676 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2677
2678 * symfile.c (init_entry_point_info): Fix typo.
2679 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2680
2681 2019-10-18 Tom de Vries <tdevries@suse.de>
2682
2683 * aarch64-tdep.c: Fix typos in comments.
2684 * ada-lang.c: Same.
2685 * ada-tasks.c: Same.
2686 * alpha-tdep.c: Same.
2687 * alpha-tdep.h: Same.
2688 * amd64-nat.c: Same.
2689 * amd64-windows-tdep.c: Same.
2690 * arc-tdep.c: Same.
2691 * arc-tdep.h: Same.
2692 * arch-utils.c: Same.
2693 * arm-nbsd-tdep.c: Same.
2694 * arm-tdep.c: Same.
2695 * ax-gdb.c: Same.
2696 * blockframe.c: Same.
2697 * btrace.c: Same.
2698 * c-varobj.c: Same.
2699 * coff-pe-read.c: Same.
2700 * coffread.c: Same.
2701 * cris-tdep.c: Same.
2702 * darwin-nat.c: Same.
2703 * dbxread.c: Same.
2704 * dcache.c: Same.
2705 * disasm.c: Same.
2706 * dtrace-probe.c: Same.
2707 * dwarf-index-write.c: Same.
2708 * dwarf2-frame-tailcall.c: Same.
2709 * dwarf2-frame.c: Same.
2710 * dwarf2read.c: Same.
2711 * eval.c: Same.
2712 * exceptions.c: Same.
2713 * fbsd-tdep.c: Same.
2714 * findvar.c: Same.
2715 * frame.c: Same.
2716 * frv-tdep.c: Same.
2717 * gnu-v3-abi.c: Same.
2718 * go32-nat.c: Same.
2719 * h8300-tdep.c: Same.
2720 * hppa-tdep.c: Same.
2721 * i386-linux-tdep.c: Same.
2722 * i386-tdep.c: Same.
2723 * ia64-libunwind-tdep.c: Same.
2724 * ia64-tdep.c: Same.
2725 * infcmd.c: Same.
2726 * infrun.c: Same.
2727 * linespec.c: Same.
2728 * linux-nat.c: Same.
2729 * linux-thread-db.c: Same.
2730 * machoread.c: Same.
2731 * mdebugread.c: Same.
2732 * mep-tdep.c: Same.
2733 * mn10300-tdep.c: Same.
2734 * namespace.c: Same.
2735 * objfiles.c: Same.
2736 * opencl-lang.c: Same.
2737 * or1k-tdep.c: Same.
2738 * osabi.c: Same.
2739 * ppc-linux-nat.c: Same.
2740 * ppc-linux-tdep.c: Same.
2741 * ppc-sysv-tdep.c: Same.
2742 * printcmd.c: Same.
2743 * procfs.c: Same.
2744 * record-btrace.c: Same.
2745 * record-full.c: Same.
2746 * remote-fileio.c: Same.
2747 * remote.c: Same.
2748 * rs6000-tdep.c: Same.
2749 * s12z-tdep.c: Same.
2750 * score-tdep.c: Same.
2751 * ser-base.c: Same.
2752 * ser-go32.c: Same.
2753 * skip.c: Same.
2754 * sol-thread.c: Same.
2755 * solib-svr4.c: Same.
2756 * solib.c: Same.
2757 * source.c: Same.
2758 * sparc-nat.c: Same.
2759 * sparc-sol2-tdep.c: Same.
2760 * sparc-tdep.c: Same.
2761 * sparc64-tdep.c: Same.
2762 * stabsread.c: Same.
2763 * stack.c: Same.
2764 * symfile.c: Same.
2765 * symtab.c: Same.
2766 * target-descriptions.c: Same.
2767 * target-float.c: Same.
2768 * thread.c: Same.
2769 * utils.c: Same.
2770 * valops.c: Same.
2771 * valprint.c: Same.
2772 * value.c: Same.
2773 * varobj.c: Same.
2774 * windows-nat.c: Same.
2775 * xcoffread.c: Same.
2776 * xstormy16-tdep.c: Same.
2777 * xtensa-tdep.c: Same.
2778
2779 2019-10-17 Tom Tromey <tromey@adacore.com>
2780
2781 * configure: Rebuild.
2782 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2783 in AC_CONFIG_FILES invocation.
2784 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2785 new-style config.status invocation.
2786
2787 2019-10-17 Tom de Vries <tdevries@suse.de>
2788
2789 * arm-nbsd-nat.c: Fix typos in comments.
2790 * arm-tdep.c: Same.
2791 * darwin-nat-info.c: Same.
2792 * dwarf2read.c: Same.
2793 * elfread.c: Same.
2794 * event-top.c: Same.
2795 * findvar.c: Same.
2796 * gdbtypes.c: Same.
2797 * hppa-tdep.c: Same.
2798 * i386-tdep.c: Same.
2799 * jit.c: Same.
2800 * main.c: Same.
2801 * mdebugread.c: Same.
2802 * moxie-tdep.c: Same.
2803 * nto-procfs.c: Same.
2804 * osabi.c: Same.
2805 * ppc-linux-tdep.c: Same.
2806 * remote.c: Same.
2807 * riscv-tdep.c: Same.
2808 * s390-tdep.c: Same.
2809 * sh-tdep.c: Same.
2810 * sparc-linux-tdep.c: Same.
2811 * sparc-nat.c: Same.
2812 * stack.c: Same.
2813 * target-descriptions.c: Same.
2814 * top.c: Same.
2815 * varobj.c: Same.
2816
2817 2019-10-16 Tom Tromey <tom@tromey.com>
2818
2819 * objfiles.h (struct objfile) <original_name>: Now const.
2820
2821 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2822
2823 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2824 pass on to sigsetjmp's second argument.
2825 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2826
2827 2019-10-16 Keith Seitz <keiths@redhat.com>
2828
2829 PR gdb/23567
2830 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2831 sections whose size is greater than the file size.
2832
2833 2019-10-16 Jim Wilson <jimw@sifive.com>
2834
2835 * riscv-tdep.c (riscv_gcc_target_options): New.
2836 (riscv_gnu_triplet_regexp): New.
2837 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2838 set_gdbarch_gnu_triplet_regexp.
2839
2840 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2841
2842 * Makefile.in: Add xml-builtin.h.
2843 * features/feature_to_c.sh: Add an include for xml-builtin.h
2844 to ensure that the compiler checks that the types match.
2845 * xml-builtin.h: New file.
2846 * xml-support.c (fetch_xml_builtin): Add missing const.
2847 * xml-support.h: Remove declaration of xml_builtins.
2848
2849 2019-10-16 Tom de Vries <tdevries@suse.de>
2850
2851 PR tdep/25096
2852 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2853 (amd64_classify_aggregate): ... here.
2854 (amd64_classify_aggregate_field): Handled fiels of nested structs
2855 recursively.
2856
2857 2019-10-16 Tom de Vries <tdevries@suse.de>
2858
2859 PR tdep/24104
2860 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2861 that handles 'theclass'.
2862
2863 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2864
2865 * linespec.c (decode_digits_ordinary): Update comment.
2866 * make-target-delegates: No longer need to handle VEC case.
2867 * memrange.c (normalize_mem_ranges): Update comment.
2868 * namespace.c (add_using_directive): Update comment.
2869 * objc-lang.c (uniquify_strings): Update comment.
2870 * ppc-linux-nat.c (struct thread_points): Update comment.
2871 * probe.h (find_probes_in_objfile): Update comment.
2872 * target.h (enum flash_preserve_mode): Update comment.
2873 * varobj.c (varobj_restrict_range): Update comment.
2874 * varobj.h (varobj_list_children): Update comment.
2875
2876 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * Makefile.in: Remove references to vec.h and vec.c.
2879 * aarch64-tdep.c: No longer include vec.h.
2880 * ada-lang.c: Likewise.
2881 * ada-lang.h: Likewise.
2882 * arm-tdep.c: Likewise.
2883 * ax.h: Likewise.
2884 * breakpoint.h: Likewise.
2885 * charset.c: Likewise.
2886 * cp-support.h: Likewise.
2887 * dtrace-probe.c: Likewise.
2888 * dwarf2read.c: Likewise.
2889 * extension.h: Likewise.
2890 * gdb_bfd.c: Likewise.
2891 * gdbsupport/gdb_vecs.h: Likewise.
2892 * gdbsupport/vec.c: Remove.
2893 * gdbsupport/vec.h: Remove.
2894 * gdbthread.h: Likewise.
2895 * guile/scm-type.c: Likewise.
2896 * inline-frame.c: Likewise.
2897 * machoread.c: Likewise.
2898 * memattr.c: Likewise.
2899 * memrange.h: Likewise.
2900 * namespace.h: Likewise.
2901 * nat/linux-btrace.h: Likewise.
2902 * osdata.c: Likewise.
2903 * parser-defs.h: Likewise.
2904 * progspace.h: Likewise.
2905 * python/py-type.c: Likewise.
2906 * record-btrace.c: Likewise.
2907 * rust-exp.y: Likewise.
2908 * solib-target.c: Likewise.
2909 * stap-probe.c: Likewise.
2910 * target-descriptions.c: Likewise.
2911 * target-memory.c: Likewise.
2912 * target.h: Likewise.
2913 * varobj.c: Likewise.
2914 * varobj.h: Likewise.
2915 * xml-support.h: Likewise.
2916
2917 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2920 Update for new std::vector based implementation.
2921 (process_psymtab_comp_unit_reader): Likewise.
2922 (scan_partial_symbols): Likewise.
2923 (recursively_compute_inclusions): Likewise.
2924 (compute_compunit_symtab_includes): Likewise.
2925 (process_imported_unit_die): Likewise.
2926 (queue_and_load_dwo_tu): Likewise.
2927 (follow_die_sig_1): Likewise.
2928 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2929 (typedef dwarf2_per_cu_ptr): Remove.
2930 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2931 function.
2932 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2933 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2934 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2935 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2936 std::vector.
2937
2938 2019-10-15 Tom Tromey <tromey@adacore.com>
2939
2940 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2941 TID.
2942
2943 2019-10-15 Tom Tromey <tromey@adacore.com>
2944
2945 * windows-nat.c (windows_nat_target::fetch_registers)
2946 (windows_nat_target::store_registers): Rename "pid" to "tid".
2947
2948 2019-10-15 Tom Tromey <tromey@adacore.com>
2949
2950 * gdbarch.h, gdbarch.c: Rebuild.
2951 * gdbarch.sh (gcc_target_options): Change return type to
2952 std::string.
2953 * compile/compile.c (get_args): Update.
2954 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2955 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2956 std::string.
2957 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2958 std::string.
2959 * arch-utils.c (default_gcc_target_options): Return std::string.
2960 * arch-utils.h (default_gcc_target_options): Return std::string.
2961 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2962
2963 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2964
2965 * breakpoint.c (breakpoint_chain): Make static.
2966 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2967 of accessing breakpoint_chain.
2968
2969 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2970
2971 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2972 to a gdb::function_view and return value to bool.
2973 * breakpoint.h (iterate_over_breakpoints): Likewise.
2974 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2975 (pop_dummy_frame): Update.
2976 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2977 (gdbscm_breakpoints): Update.
2978 * python/py-breakpoint.c (build_bp_list): Update.
2979 (gdbpy_breakpoints): Update.
2980 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2981 Update.
2982 (bpfinishpy_handle_stop): Update.
2983 (bpfinishpy_handle_exit): Update.
2984 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2985 (svr4_update_solib_event_breakpoints): Update.
2986
2987 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2988
2989 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2990 when unwrapping single-field structs.
2991
2992 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2993
2994 * dwarf2read.c: Remove includes.
2995
2996 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2997
2998 * ui-out.c (ui_out::call_do_message): Silence
2999 -Wformat-nonliteral warning.
3000
3001 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3002
3003 * breakpoint.c: Remove some includes: continuations.h, skip.h,
3004 mi/mi-main.h, readline/readline.h, readline/history.h. Add
3005 include: readline/tilde.h.
3006
3007 2019-10-12 Christian Biesinger <cbiesinger@google.com>
3008
3009 * remote.c (remote_target::get_trace_status): Remove declaration of
3010 trace_regblock_size.
3011
3012 2019-10-12 Christian Biesinger <cbiesinger@google.com>
3013
3014 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
3015 (show_user): Remove declaration of cmdlist.
3016 * cli/cli-cmds.h (max_user_call_depth): Declare.
3017 * cli/cli-script.c (execute_user_command): Remove declaration
3018 of max_user_call_depth.
3019
3020 2019-10-11 Jim Wilson <jimw@sifive.com>
3021
3022 * gdbsupport/print-utils.h (pulongest): Fix comment.
3023 (plongest): Likewise.
3024 (phex): Add missing comment, mention leading zeros.
3025 (phex_nz): Add mention of no leading zeros to comment.
3026
3027 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
3028 plongest instead of unsigned long long cast.
3029
3030 2019-10-10 Christian Biesinger <cbiesinger@google.com>
3031
3032 * main.c (captured_main_1): Include gdbtk.h and remove declarations
3033 for external_editor_command and gdbtk_test.
3034
3035 2019-10-10 Christian Biesinger <cbiesinger@google.com>
3036
3037 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
3038 * varobj.c (varobjdebug): Move comment to...
3039 * varobj.h (varobjdebug): ...here, and declare.
3040
3041 2019-10-09 Tom Tromey <tom@tromey.com>
3042
3043 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
3044 erase_data_content.
3045
3046 2019-10-09 Tom Tromey <tom@tromey.com>
3047
3048 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
3049 * tui/tui-stack.c (tui_locator_window::rerender): Update.
3050 * tui/tui-command.c (tui_cmd_window::resize)
3051 (tui_refresh_cmd_win): Update.
3052 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
3053 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
3054 * tui/tui-data.c (~tui_gen_win_info): Remove.
3055 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
3056 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
3057 (tui_redisplay_readline, tui_mld_flush)
3058 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
3059 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
3060 (tui_data_window::erase_data_content)
3061 (tui_data_item_window::rerender)
3062 (tui_data_item_window::refresh_window): Update.
3063 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
3064 (box_win, tui_gen_win_info::make_window)
3065 (tui_gen_win_info::make_visible): Update.
3066 (tui_delete_win): Remove.
3067 * tui/tui-winsource.c
3068 (tui_source_window_base::do_erase_source_content): Update.
3069 (tui_show_source_line, tui_source_window_base::update_tab_width)
3070 (tui_source_window_base::update_exec_info): Update.
3071 * tui/tui-data.h (struct curses_deleter): New.
3072 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
3073 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
3074
3075 2019-10-09 Tom Tromey <tom@tromey.com>
3076
3077 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
3078
3079 2019-10-09 Tom Tromey <tom@tromey.com>
3080
3081 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
3082 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
3083
3084 2019-10-09 Tom Tromey <tom@tromey.com>
3085
3086 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
3087 window height directly.
3088 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
3089 declare.
3090 * tui/tui-layout.c (tui_default_win_height): Remove.
3091 (tui_default_win_viewport_height): Remove.
3092
3093 2019-10-09 Tom Tromey <tom@tromey.com>
3094
3095 * tui/tui.h: Remove comments.
3096
3097 2019-10-09 Tom de Vries <tdevries@suse.de>
3098
3099 * python/lib/gdb/printer/bound_registers.py: Use
3100 '^builtin_type_bound128' as regexp argument for
3101 add_builtin_pretty_printer.
3102
3103 2019-10-09 Christian Biesinger <cbiesinger@google.com>
3104
3105 * guile/guile.c (guile_extension_script_ops): Remove forward
3106 declaration and mark as static.
3107 (guile_script_ops): Likewise.
3108 (extension_language_guile): Move further down in the file so
3109 it can reference the definitions for guile_{extension_,}script_ops.
3110
3111 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
3112
3113 * s390-tdep.c (390_process_record): Handle new arch13 instructions
3114 except SORTL, DFLTCC, and KDSA.
3115
3116 2019-10-08 Tom Tromey <tromey@adacore.com>
3117
3118 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
3119 (struct safe_symbol_file_add_args): Remove.
3120
3121 2019-10-08 Tom Tromey <tromey@adacore.com>
3122
3123 * windows-nat.c: Don't include buildsym-legacy.h.
3124
3125 2019-10-08 Tom Tromey <tromey@adacore.com>
3126
3127 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
3128
3129 2019-10-08 Christian Biesinger <cbiesinger@google.com>
3130
3131 * gdbtypes.c (overload_debug): Move comment to header.
3132 * gdbtypes.h (overload_debug): Declare.
3133 * valops.c: Remove declaration of overload_debug, instead
3134 include gdbtypes.h.
3135
3136 2019-10-08 Christian Biesinger <cbiesinger@google.com>
3137
3138 * language.c (show_language_command): Pass lang_frame_mismatch_warn
3139 through _().
3140 (lang_frame_mismatch_warn): Make const, mark with N_(), and
3141 move comment...
3142 * language.h (lang_frame_mismatch_warn): ... here. Also add
3143 declaration.
3144 * top.c (lang_frame_mismatch_warn): Remove declaration.
3145 (check_frame_language_change): Pass lang_frame_mismatch_warn
3146 through _().
3147
3148 2019-10-07 Christian Biesinger <cbiesinger@google.com>
3149
3150 * c-lang.h (vtbl_ptr_name): Declare.
3151 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
3152 it from the header.
3153 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
3154
3155 2019-10-07 Christian Biesinger <cbiesinger@google.com>
3156
3157 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
3158 gdb_static_assert.
3159
3160 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3161
3162 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
3163 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
3164 * ctfread.c: New file.
3165 * ctfread.h: New file.
3166 * elfread.c: Include ctfread.h.
3167 (struct elfinfo text_p): New member ctfsect.
3168 (elf_locate_sections): Mark CTF section.
3169 (elf_symfile_read): Call elfctf_build_psymtabs.
3170 * Makefile.in (LIBCTF): Add.
3171 (CLIBS): Use it.
3172 (CDEPS): Likewise.
3173 (DIST): Add ctfread.c.
3174
3175 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * ctfread.c (struct nextfield): Renamed to ...
3178 (struct ctf_nextfield): ... this.
3179 (struct field_info): Renamed to ...
3180 (strut ctf_field_info): ... this.
3181 (attach_fields_to_type): Update for renamed structures.
3182 (ctf_add_member_cb): Likewise.
3183 (ctf_add_enum_member_cb): Likewise.
3184 (process_struct_members): Likewise.
3185 (process_enum_type): Likewise.
3186
3187 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3188
3189 * tracectf.h: Rename, was ctf.h.
3190 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
3191 * tracefile.c: Likewise.
3192 * tracepoint.c: Remove unused include ctf.h.
3193 * mi/mi-main.c: Likewise.
3194 * Makefile.in Replace ctf.c with tracectf.c.
3195
3196 2019-10-06 Joel Brobecker <brobecker@adacore.com>
3197
3198 * version.in: Change version number to "9.0.50.DATE-git".
3199
3200 2019-10-03 Tom Tromey <tom@tromey.com>
3201
3202 PR rust/24976:
3203 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
3204
3205 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
3208 cp_search_name_hash.
3209 * NEWS: Add entry about nested function support.
3210
3211 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3212 Andrew Burgess <andrew.burgess@embecosm.com>
3213
3214 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
3215 for nested static variables when searchin VAR_DOMAIN.
3216 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
3217 global scope, update comment.
3218 (add_partial_subprogram): Call add_partial_subprogram recursively
3219 for nested subroutines when processinng Fortran.
3220 (load_partial_dies): Process the child entities of a subprogram
3221 when processing Fortran.
3222 (partial_die_parent_scope): Handle building scope
3223 for Fortran nested functions.
3224 (process_die): Record that nested functions have a scope.
3225 (new_symbol): Always record Fortran subprograms on the global
3226 symbol list.
3227 (determine_prefix): How to build the prefix for Fortran
3228 subprograms.
3229
3230 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3231
3232 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
3233 have just sent the thread a SIGSTOP and are waiting for it to
3234 arrive.
3235
3236 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 * btrace.c (btrace_add_pc): Remove whitespace before the template
3239 parameter in 'std::vector <...>'.
3240 (parse_xml_btrace_block): Likewise.
3241 (btrace_maint_decode_pt): Likewise.
3242 (btrace_maint_update_packets): Likewise.
3243 (btrace_maint_print_packets): Likewise.
3244 * btrace.h (struct btrace_maint_info): Likewise.
3245 * dwarf2read.c (struct type_unit_group): Likewise.
3246 (build_type_psymtabs_reader): Likewise.
3247 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
3248 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
3249 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
3250
3251 2019-10-03 Tom de Vries <tdevries@suse.de>
3252
3253 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
3254 the first line of the help text for set/show style metadata.
3255
3256 2019-10-02 Tom Tromey <tromey@adacore.com>
3257
3258 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
3259 * gdbsupport/common-inferior.c: New file.
3260 * infcmd.c (startup_with_shell): Don't define.
3261 * nat/fork-inferior.h (startup_with_shell): Don't declare.
3262 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
3263 * inferior.h (startup_with_shell): Don't declare.
3264
3265 2019-10-02 Christian Biesinger <cbiesinger@google.com>
3266
3267 * gdbsupport/gdb_assert.h: Include errors.h.
3268 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
3269
3270 2019-10-02 Tom Tromey <tromey@adacore.com>
3271
3272 * NEWS: Add $_ada_exception entry.
3273 * ada-lang.c (struct ada_catchpoint): Add constructor.
3274 <m_kind>: New member.
3275 (allocate_location_exception, re_set_exception): Remove
3276 "ex" parameter.
3277 (should_stop_exception): Compute $_ada_exception.
3278 (check_status_exception, print_it_exception)
3279 (print_one_exception, print_mention_exception): Remove
3280 "ex" parameter.
3281 (allocate_location_catch_exception, re_set_catch_exception)
3282 (check_status_exception, print_it_catch_exception)
3283 (print_one_catch_exception, print_mention_catch_exception)
3284 (print_recreate_catch_exception)
3285 (allocate_location_catch_exception_unhandled)
3286 (re_set_catch_exception_unhandled)
3287 (check_status_exception, print_it_catch_exception_unhandled)
3288 (print_one_catch_exception_unhandled)
3289 (print_mention_catch_exception_unhandled)
3290 (print_recreate_catch_exception_unhandled)
3291 (allocate_location_catch_assert, re_set_catch_assert)
3292 (check_status_assert, print_it_catch_assert)
3293 (print_one_catch_assert, print_mention_catch_assert)
3294 (print_recreate_catch_assert)
3295 (allocate_location_catch_handlers, re_set_catch_handlers)
3296 (check_status_handlers, print_it_catch_handlers)
3297 (print_one_catch_handlers, print_mention_catch_handlers)
3298 (print_recreate_catch_handlers): Remove.
3299 (create_ada_exception_catchpoint): Update.
3300 (initialize_ada_catchpoint_ops): Update.
3301
3302 2019-10-02 Tom Tromey <tromey@adacore.com>
3303
3304 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
3305 (create_excep_cond_exprs): Simplify exception string computation.
3306 (ada_exception_catchpoint_cond_string): Likewise.
3307
3308 2019-10-02 Tom Tromey <tromey@adacore.com>
3309
3310 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
3311 * ada-lang.c (lesseq_defined_than): Handle
3312 LOC_STATIC.
3313 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
3314 parameter.
3315 (dwarf2_has_info): Likewise.
3316 (new_symbol): Set maybe_copied on symbol when
3317 appropriate.
3318 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
3319 parameter.
3320 <can_copy>: New member.
3321 * elfread.c (record_minimal_symbol): Set maybe_copied
3322 on symbol when appropriate.
3323 (elf_symfile_read): Update call to dwarf2_has_info.
3324 * minsyms.c (lookup_minimal_symbol_linkage): New
3325 function.
3326 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
3327 * symtab.c (get_symbol_address, get_msymbol_address):
3328 New functions.
3329 * symtab.h (get_symbol_address, get_msymbol_address):
3330 Declare.
3331 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
3332 maybe_copied.
3333 (struct symbol, struct minimal_symbol) <maybe_copied>:
3334 New member.
3335
3336 2019-10-02 Tom Tromey <tromey@adacore.com>
3337
3338 * source.c (struct current_source_location): New.
3339 (current_source_key): New global.
3340 (current_source_symtab, current_source_line)
3341 (current_source_pspace): Remove.
3342 (get_source_location): New function.
3343 (get_current_source_symtab_and_line)
3344 (set_default_source_symtab_and_line)
3345 (set_current_source_symtab_and_line)
3346 (clear_current_source_symtab_and_line, select_source_symtab)
3347 (info_source_command, print_source_lines_base)
3348 (info_line_command, search_command_helper, _initialize_source):
3349 Update.
3350
3351 2019-10-02 Tom Tromey <tromey@adacore.com>
3352
3353 * source.c (select_source_symtab): Don't call
3354 decode_line_with_current_source.
3355
3356 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3357
3358 * symtab.c (lookup_global_symbol): Search global block.
3359
3360 2019-10-02 Tom Tromey <tromey@adacore.com>
3361
3362 * coffread.c (process_coff_symbol): Update.
3363 * dwarf2read.c (var_decode_location, new_symbol): Update.
3364 * mdebugread.c (parse_symbol): Update.
3365 * objfiles.c (relocate_one_symbol): Update.
3366 * stabsread.c (define_symbol, fix_common_block)
3367 (scan_file_globals): Update.
3368 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3369 (SET_SYMBOL_VALUE_ADDRESS): New macro.
3370 * xcoffread.c (process_xcoff_symbol): Update.
3371
3372 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3373
3374 * MAINTAINERS: Update my email address.
3375
3376 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3377
3378 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3379 std::vector.
3380 (build_type_psymtabs_reader): Update for std::vector.
3381 (build_type_psymtab_dependencies): Likewise.
3382 * dwarf2read.h: Remove use of DEF_VEC_P.
3383 (typedef sig_type_ptr): Delete.
3384
3385 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3388 to std::vector.
3389 (btrace_maint_decode_pt): Likewise, and move allocation of the
3390 vector outside of the loop.
3391 (btrace_maint_update_packets): Update to handle change from VEC to
3392 std::vector.
3393 (btrace_maint_print_packets): Likewise.
3394 (maint_info_btrace_cmd): Likewise.
3395 * btrace.h: Remove use of DEF_VEC_O.
3396 (typedef btrace_pt_packet_s): Delete.
3397 (struct btrace_maint_info) <packets>: Change fromm VEC to
3398 std::vector.
3399 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3400
3401 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3404 make accesses into the vector constant references.
3405 (btrace_add_pc): Update for std::vector.
3406 (btrace_stitch_bts): Likewise.
3407 (parse_xml_btrace_block): Likewise.
3408 (btrace_maint_update_packets): Likewise.
3409 (btrace_maint_print_packets): Likewise.
3410 (maint_info_btrace_cmd): Likewise.
3411 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3412 std::vector.
3413 (btrace_data::empty): Likewise.
3414 (btrace_data_append): Likewise.
3415 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3416 (typedef btrace_block_s): Delete.
3417 (struct btrace_block): Add constructor.
3418 (struct btrace_data_bts) <blocks>: Change to std::vector.
3419 * nat/linux-btrace.c (perf_event_read_bts): Update for
3420 std::vector.
3421 (linux_read_bts): Likewise.
3422
3423 2019-10-01 Tom Tromey <tom@tromey.com>
3424
3425 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3426
3427 2019-10-01 Tom Tromey <tom@tromey.com>
3428
3429 * stack.c (print_frame, info_frame_command_core): Use
3430 styled_string.
3431 * linux-thread-db.c (try_thread_db_load_1)
3432 (try_thread_db_load_from_pdir_1): Use styled_string.
3433 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3434 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3435 (maybe_print_unsupported_script_warning)
3436 (maybe_print_script_not_found_warning): Use styled_string.
3437 * ada-lang.c (user_select_syms): Use styled_string.
3438
3439 2019-10-01 Tom Tromey <tom@tromey.com>
3440
3441 * p-lang.c (pascal_printstr): Use metadata style.
3442 * value.c (show_convenience): Use metadata style.
3443 * valprint.c (valprint_check_validity, val_print_optimized_out)
3444 (val_print_not_saved, val_print_unavailable)
3445 (val_print_invalid_address, generic_val_print, val_print)
3446 (value_check_printable, val_print_array_elements): Use metadata
3447 style.
3448 * ui-out.h (class ui_out) <field_fmt>: New overload.
3449 <do_field_fmt>: Add style parameter.
3450 * ui-out.c (ui_out::field_fmt): New overload.
3451 * typeprint.c (type_print_unknown_return_type)
3452 (val_print_not_allocated, val_print_not_associated): Use metadata
3453 style.
3454 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3455 parameter.
3456 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3457 * tracepoint.c (tvariables_info_1): Use metadata style.
3458 * stack.c (print_frame_arg, print_frame_info, print_frame)
3459 (info_frame_command_core): Use metadata style.
3460 * skip.c (info_skip_command): Use metadata style.
3461 * rust-lang.c (rust_print_enum): Use metadata style.
3462 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3463 metadata style.
3464 * python/py-framefilter.c (py_print_single_arg): Use metadata
3465 style.
3466 * printcmd.c (do_one_display, print_variable_and_value): Use
3467 metadata style.
3468 * p-valprint.c (pascal_val_print)
3469 (pascal_object_print_value_fields): Use metadata style.
3470 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3471 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3472 parameter.
3473 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3474 * m2-valprint.c (m2_print_long_set): Use metadata style.
3475 * m2-typeprint.c (m2_print_type): Use metadata style.
3476 * infcmd.c (print_return_value_1): Use metadata style.
3477 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3478 * f-valprint.c (info_common_command_for_block): Use metadata
3479 style.
3480 * f-typeprint.c (f_type_print_base): Use metadata style.
3481 * expprint.c (print_subexp_standard): Use metadata style.
3482 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3483 * cli/cli-style.h (class cli_style_option): Add constructor.
3484 (metadata_style): Declare.
3485 * cli/cli-style.c (metadata_style): New global.
3486 (_initialize_cli_style): Register metadata style.
3487 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3488 parameter.
3489 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3490 * c-typeprint.c (c_type_print_base_struct_union)
3491 (c_type_print_base_1): Use metadata style.
3492 * breakpoint.c (watchpoint_value_print)
3493 (print_one_breakpoint_location): Use metadata style.
3494 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3495 style.
3496 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3497 style.
3498 * ada-valprint.c (val_print_packed_array_elements, printstr)
3499 (print_field_values, ada_val_print_ref, ada_val_print): Use
3500 metadata style.
3501 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3502 style.
3503 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3504 style.
3505 * ada-lang.c (user_select_syms): Use metadata style.
3506
3507 2019-10-01 Tom Tromey <tom@tromey.com>
3508
3509 * cli/cli-cmds.c (pwd_command): Style output.
3510
3511 2019-10-01 Pedro Alves <palves@redhat.com>
3512 Tom Tromey <tom@tromey.com>
3513
3514 * symtab.c (print_symbol_info): Use %ps.
3515 (print_msymbol_info): Use %ps.
3516 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3517 * printcmd.c (print_variable_and_value): Use %ps.
3518 * macrocmd.c (show_pp_source_pos): Use %ps.
3519 * infrun.c (print_exited_reason): Use ui_out::message.
3520 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3521 (describe_other_breakpoints): Use ui_out::message and new
3522 formats.
3523 (say_where): Use new formats.
3524 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3525 and new formats.
3526
3527 2019-10-01 Pedro Alves <palves@redhat.com>
3528 Tom Tromey <tom@tromey.com>
3529
3530 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3531 (test_gdb_formats): New function.
3532 (run_tests): Call it.
3533 (test_format_specifier): Update.
3534 * utils.h (fputs_filtered): Update comment.
3535 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3536 (fputs_styled_unfiltered): Declare.
3537 * utils.c (fputs_styled_unfiltered): New function.
3538 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3539 (vfprintf_filtered): Update.
3540 (vfprintf_unfiltered, vprintf_filtered): Update.
3541 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3542 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3543 disallow_ui_out_field>: New constants.
3544 (enum class field_kind): New.
3545 (struct base_field_s, struct signed_field_s): New.
3546 (signed_field): New function.
3547 (struct string_field_s): New.
3548 (string_field): New function.
3549 (struct styled_string_s): New.
3550 (styled_string): New function.
3551 (class ui_out) <message>: Add comment.
3552 <vmessage, call_do_message>: New methods.
3553 <do_message>: Add style parameter.
3554 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3555 methods.
3556 (ui_out::message): Rewrite.
3557 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3558 parameter.
3559 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3560 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3561 gdb_extensions parameter.
3562 (class format_piece): Add parameter to constructor.
3563 (n_int_args): New field.
3564 * gdbsupport/format.c (format_pieces::format_pieces): Add
3565 gdb_extensions parameter. Handle '*'.
3566 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3567 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3568 vfprintf_styled_no_gdbfmt.
3569 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3570 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3571 unfiltered output.
3572 * ui-style.h (struct ui_file_style) <ptr>: New method.
3573
3574 2019-10-01 Tom Tromey <tom@tromey.com>
3575
3576 * unittests/format_pieces-selftests.c: Update. Add final format.
3577 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3578 empty literal pieces.
3579
3580 2019-10-01 Tom Tromey <tom@tromey.com>
3581
3582 * ui-out.h (enum class ui_out_style_kind): Remove.
3583 (class ui_out) <field_string, field_stsream, do_field_string>:
3584 Change type of "style".
3585 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3586 (ui_out::field_string): Update.
3587 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3588 of "style".
3589 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3590 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3591 * stack.c (print_frame_arg, print_frame_info, print_frame):
3592 Update.
3593 * source.c (print_source_lines_base): Update.
3594 * solib.c (info_sharedlibrary_command): Update.
3595 * skip.c (info_skip_command): Update.
3596 * record-btrace.c (btrace_call_history_src_line)
3597 (btrace_call_history): Update.
3598 * python/py-framefilter.c (py_print_frame): Update.
3599 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3600 "style".
3601 * mi/mi-out.c (mi_ui_out::do_table_header)
3602 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3603 (mi_ui_out::do_field_string): Update.
3604 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3605 Update.
3606 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3607 "style".
3608 * cli-out.c (cli_ui_out::do_table_header)
3609 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3610 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3611 (cli_ui_out::do_field_fmt): Update.
3612 * breakpoint.c (print_breakpoint_location): Update.
3613 (update_static_tracepoint): Update.
3614
3615 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3616
3617 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3618 conversion of gdb_datadir.
3619 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3620 remove not needed c_str ().
3621
3622 2019-09-30 Ali Tamur <tamur@google.com>
3623
3624 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3625 (dwarf2_string_attr): Likewise.
3626
3627 2019-09-30 Ali Tamur <tamur@google.com>
3628
3629 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3630 (process_full_type_unit): Likewise.
3631 (dump_die_shallow): Likewise.
3632 (cu_debug_loc_section): Likewise.
3633
3634 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3635
3636 * minsyms.c (compare_minimal_symbols): Rename to...
3637 (minimal_symbol_is_less_than): ...this, and adjust to STL
3638 conventions (return bool, take arguments as references)
3639 (minimal_symbol_reader::install): Call std::sort instead
3640 of qsort.
3641
3642 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3643
3644 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3645 hash and why.
3646 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3647 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3648
3649 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3650
3651 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3652 * psympriv.h (add_psymbol_to_list): Move comment here and update
3653 it.
3654
3655 2019-09-29 Tom de Vries <tdevries@suse.de>
3656
3657 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3658 Use $tmpdir/$(basename "$output_file").dwz instead of
3659 "${output_file}.dwz".
3660
3661 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3662
3663 PR gdb/25045
3664 * hppa-linux-nat.c: Include gdbarch.h.
3665
3666 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3667
3668 * blockframe.c (find_pc_partial_function): Change return type to bool.
3669 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3670 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3671 (stub_gnu_ifunc_resolve_name): Likewise.
3672 * symtab.c (compare_filenames_for_search): Likewise.
3673 (compare_glob_filenames_for_search): Likewise.
3674 (matching_obj_sections): Likewise.
3675 (symbol_matches_domain): Likewise.
3676 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3677 (find_line_pc): Change return type to bool.
3678 (find_line_pc_range): Likewise.
3679 (producer_is_realview): Likewise.
3680 * symtab.h (symbol_matches_domain): Likewise.
3681 (find_pc_partial_function): Likewise.
3682 (find_pc_line_pc_range): Likewise.
3683 (in_gnu_ifunc_stub): Likewise.
3684 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3685 (find_line_pc): Likewise.
3686 (find_line_pc_range): Likewise.
3687 (matching_obj_sections): Likewise.
3688 (find_line_symtab): Change out parameter to bool.
3689 (producer_is_realview): Change return type to bool.
3690 (compare_filenames_for_search): Likewise.
3691 (compare_glob_filenames_for_search): Likewise.
3692
3693 2019-09-26 Tom Tromey <tom@tromey.com>
3694
3695 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3696 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3697 * gdb_usleep.h: Remove.
3698 * gdb_usleep.c: Remove.
3699 * utils.c: Don't include gdb_usleep.h.
3700
3701 2019-09-26 Tom Tromey <tromey@adacore.com>
3702
3703 * python/py-type.c (type_to_type_object): Call check_typedef
3704 for stub types.
3705
3706 2019-09-26 Tom Tromey <tom@tromey.com>
3707
3708 * utils.h (initialize_utils): Don't declare.
3709 * top.c (gdb_init): Don't call initialize_utils.
3710 * utils.c (initialize_utils): Remove. Move contents...
3711 (_initialize_utils): ... here.
3712
3713 2019-09-25 Tom Tromey <tom@tromey.com>
3714
3715 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3716 * utils.h (make_hex_string): Don't declare.
3717 * utils.c (make_hex_string): Remove.
3718
3719 2019-09-24 Tom de Vries <tdevries@suse.de>
3720
3721 PR gdb/23815
3722 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3723 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3724
3725 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3726
3727 * NEWS: Mention new simulator port for PRU.
3728
3729 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3730
3731 * ada-exp.y (write_object_remaining): Update.
3732 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3733 and eliminate the static buffer.
3734 (ada_decode_symbol): Update.
3735 (ada_la_decode): Update.
3736 (ada_sniff_from_mangled_name): Update.
3737 (is_valid_name_for_wild_match): Update.
3738 (ada_lookup_name_info::matches): Update and simplify.
3739 (name_matches_regex): Update.
3740 (ada_add_global_exceptions): Update.
3741 * ada-lang.h (ada_decode): Update signature.
3742 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3743 * dwarf-index-write.c (debug_names::insert): Update.
3744
3745 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3746
3747 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3748 formatting.
3749
3750 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3751
3752 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3753 Change "nonzero" to "true" in documentation.
3754
3755 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3756
3757 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3758 (_initialize_darwin_solib): Don't set
3759 darwin_so_ops.lookup_lib_global_symbol.
3760 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3761 set_gdbarch_iterate_over_objfiles_in_search_order.
3762 (elf_lookup_lib_symbol): Rename to...
3763 (svr4_iterate_over_objfiles_in_search_order): this, and update
3764 to iterate semantics.
3765 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3766 * solib.c (solib_global_lookup): Remove.
3767 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3768 (solib_global_lookup): Remove.
3769 * symtab.c (lookup_global_or_static_symbol): Remove call to
3770 solib_global_lookup.
3771
3772 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3773
3774 * NEWS: Move entries about default MI version now being
3775 version 3, and about the GDB/MI fix for multi-location
3776 breakpoints to the "since GDB 8.3" section.
3777
3778 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3779
3780 GDB 8.3.1 released.
3781
3782 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3783
3784 * NEWS: Mention that Cell/B.E. debugging support was removed.
3785 * MAINTAINERS: Remove spu target.
3786
3787 * config/djgpp/fnchange.lst: Remove entries for removed files.
3788
3789 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3790 spu-multiarch.o, and spu-tdep.o.
3791 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3792 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3793 spu-multiarch.c, and spu-tdep.c.
3794 * spu-linux-nat.c: Remove file.
3795 * spu-multiarch.c: Remove file.
3796 * spu-tdep.c: Remove file.
3797 * spu-tdep.h: Remove file.
3798 * solib-spu.c: Remove file.
3799 * solib-spu.h: Remove file.
3800
3801 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3802 * configure.nat (spu-linux): Remove.
3803 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3804 solib-multiarch.o from gdb_target_obs.
3805 (spu*-*-*): Remove.
3806
3807 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3808 feature flag.
3809 (ppc_linux_no_features): Update.
3810 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3811 Cell/B.E. support.
3812 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3813 (tdesc_powerpc_cell64l): Likewise.
3814 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3815 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3816 Cell/B.E. support.
3817 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3818 Do not include "features/rs6000/powerpc-cell32l.c" or
3819 "features/rs6000/powerpc-cell64l.c".
3820 (ppc_linux_spu_section): Remove.
3821 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3822 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3823 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3824 (ppc_linux_spe_context_lookup): Remove.
3825 (ppc_linux_spe_context_inferior_created): Remove.
3826 (ppc_linux_spe_context_solib_loaded): Remove.
3827 (ppc_linux_spe_context_solib_unloaded): Remove.
3828 (ppc_linux_spe_context): Remove.
3829 (struct ppu2spu_cache): Remove.
3830 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3831 (struct ppu2spu_data): Remove.
3832 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3833 ppu2spu_unwind): Remove.
3834 (ppc_linux_init_abi): Remove Cell/B.E. support.
3835 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3836
3837 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3838 (rs6000/powerpc-cell64l-expedite): Likewise
3839 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3840 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3841 rs6000/powerpc-cell64l.xml.
3842 * features/rs6000/powerpc-cell32l.xml: Remove.
3843 * features/rs6000/powerpc-cell64l.xml: Likewise.
3844 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3845 * features/rs6000/powerpc-cell64l.c: Likewise.
3846 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3847 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3848 * regformats/reg-spu.dat: Remove.
3849
3850 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3851 * corelow.c (struct spuid_list): Remove.
3852 (add_to_spuid_list): Remove.
3853 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3854 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3855 (remote_protocol_features): Remove associated entries.
3856 (_initialize_remote): No longer initialize them.
3857 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3858 * linux-nat.c (SPUFS_MAGIC): Remove.
3859 (linux_proc_xfer_spu): Remove.
3860 (spu_enumerate_spu_ids): Remove.
3861 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3862 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3863 (linux_make_corefile_notes): No longer call it.
3864
3865 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3866 (cooked_write_test): Likewise.
3867
3868 2019-09-20 Tom Tromey <tom@tromey.com>
3869
3870 * NEWS: Mention case-sensitivity of TUI commands.
3871 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3872 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3873 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3874
3875 2019-09-20 Tom Tromey <tom@tromey.com>
3876
3877 * tui/tui-source.c (tui_source_window::set_contents): Use
3878 make_unique_xstrdup.
3879 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3880 make_unique_xstrdup.
3881
3882 2019-09-20 Tom Tromey <tom@tromey.com>
3883
3884 * tui/tui-data.c: Remove separator comments.
3885 * tui/tui-layout.c: Remove separator comments.
3886 * tui/tui-win.c: Remove separator comments.
3887 * tui/tui-wingeneral.c: Remove separator comments.
3888
3889 2019-09-20 Tom Tromey <tom@tromey.com>
3890
3891 * tui/tui.h (strcat_to_buf): Don't declare.
3892 * tui/tui.c (strcat_to_buf): Remove.
3893
3894 2019-09-20 Tom Tromey <tom@tromey.com>
3895
3896 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3897 from "fullname".
3898 * tui/tui-source.c (tui_source_window::set_contents)
3899 (tui_source_window::location_matches_p)
3900 (tui_source_window::maybe_update): Update.
3901
3902 2019-09-20 Tom Tromey <tom@tromey.com>
3903
3904 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3905 Update.
3906 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3907 prefix.
3908 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3909 (tui_data_window::line_from_reg_element_no)
3910 (tui_data_window::first_reg_element_no_inline)
3911 (tui_data_window::show_registers)
3912 (tui_data_window::show_register_group)
3913 (tui_data_window::display_registers_from)
3914 (tui_data_window::display_registers_from_line)
3915 (tui_data_window::first_data_item_displayed)
3916 (tui_data_window::delete_data_content_windows)
3917 (tui_data_window::erase_data_content)
3918 (tui_data_window::do_scroll_vertical)
3919 (tui_data_window::refresh_window)
3920 (tui_data_window::check_register_values): Update.
3921
3922 2019-09-20 Tom Tromey <tom@tromey.com>
3923
3924 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3925 (struct tui_locator_window) <full_name, proc_name>: Now
3926 std::string.
3927 * tui/tui-stack.c (tui_locator_window::make_status_line)
3928 (tui_locator_window::set_locator_fullname)
3929 (tui_locator_window::set_locator_info): Update.
3930 * tui/tui-source.c (tui_source_window::set_contents)
3931 (tui_source_window::showing_source_p): Update.
3932
3933 2019-09-20 Tom Tromey <tom@tromey.com>
3934
3935 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3936 Don't call tui_locator_win_info_ptr.
3937
3938 2019-09-20 Tom Tromey <tom@tromey.com>
3939
3940 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3941
3942 2019-09-20 Tom Tromey <tom@tromey.com>
3943
3944 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3945 height for locator.
3946 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3947 * tui/tui-layout.c (show_source_disasm_command, show_data)
3948 (show_source_or_disasm_and_command): Use 1 as height for locator.
3949
3950 2019-09-20 Tom Tromey <tom@tromey.com>
3951
3952 * tui/tui.c (tui_enable): Update.
3953 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3954 Update.
3955 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3956 Update.
3957 * tui/tui-data.c (win_resized): Now bool.
3958 (tui_win_resized): Return bool.
3959 (tui_set_win_resized_to): Accept a bool.
3960
3961 2019-09-20 Tom Tromey <tom@tromey.com>
3962
3963 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3964 Change type of "refresh_values_only".
3965 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3966 type of "refresh_values_only".
3967
3968 2019-09-20 Tom Tromey <tom@tromey.com>
3969
3970 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3971 std::string.
3972 (tui_disassemble): Add "pos" parameter.
3973 (tui_disasm_window::set_contents): Simplify.
3974
3975 2019-09-20 Tom Tromey <tom@tromey.com>
3976
3977 * tui/tui-winsource.h (struct tui_source_window_base)
3978 <show_source_content>: Now private.
3979 * tui/tui-winsource.c
3980 (tui_source_window_base::show_source_content): Don't handle empty
3981 content case.
3982
3983 2019-09-20 Tom Tromey <tom@tromey.com>
3984
3985 * tui/tui-layout.c (show_source_disasm_command)
3986 (show_source_or_disasm_and_command): Don't call
3987 show_source_content.
3988
3989 2019-09-20 Tom Tromey <tom@tromey.com>
3990
3991 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3992 Declare.
3993 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3994 from tui_make_status_line.
3995 (tui_locator_window::rerender): Update.
3996
3997 2019-09-20 Tom Tromey <tom@tromey.com>
3998
3999 * tui/tui-stack.c (tui_make_status_line): Return std::string.
4000 (tui_locator_window::rerender): Update.
4001
4002 2019-09-20 Tom Tromey <tom@tromey.com>
4003
4004 * tui/tui-winsource.h (struct tui_source_window_base)
4005 <~tui_source_window_base>: Don't declare.
4006 <fullname>: Remove.
4007 * tui/tui-winsource.c (~tui_source_window_base): Remove.
4008 * tui/tui-source.h (struct tui_source_window) <fullname>: New
4009 member.
4010 * tui/tui-source.c (tui_source_window::set_contents): Update.
4011 (tui_source_window::location_matches_p)
4012 (tui_source_window::maybe_update): Update.
4013
4014 2019-09-20 Tom Tromey <tom@tromey.com>
4015
4016 * tui/tui-winsource.h (~tui_source_element): Remove.
4017 (tui_source_element): Update.
4018 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
4019 * tui/tui-winsource.c (tui_show_source_line): Update.
4020 * tui/tui-source.c (tui_source_window::set_contents): Update.
4021 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4022
4023 2019-09-20 Tom Tromey <tom@tromey.com>
4024
4025 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
4026 declare.
4027 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
4028 tui_clear_source_windows_detail.
4029 * tui/tui-winsource.h (struct tui_source_window_base)
4030 <clear_detail>: Don't declare.
4031 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
4032 Remove.
4033 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
4034
4035 2019-09-20 Tom Tromey <tromey@adacore.com>
4036
4037 PR ada/24919:
4038 * block.c (contained_in): Fix final return value.
4039
4040 2019-09-20 Alan Modra <amodra@gmail.com>
4041
4042 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
4043 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
4044 (read_indirect_string_from_dwz): Use bfd accessor.
4045 * dwarf2read.h (struct dwz_file <filename>): Likewise.
4046 * machoread.c (macho_symfile_read_all_oso): Likewise.
4047 * solib.c (solib_bfd_open): Likewise.
4048
4049 2019-09-19 Christian Biesinger <cbiesinger@google.com>
4050
4051 * eval.c: Move declaration of overload_resolution to...
4052 * value.h: ...here.
4053
4054 2019-09-19 Christian Biesinger <cbiesinger@google.com>
4055
4056 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
4057 * arm-linux-tdep.c: Likewise.
4058 * arm-nbsd-nat.c: Likewise.
4059 * arm-tdep.h: Declare arm_apcs_32.
4060 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
4061
4062 2019-09-19 Christian Biesinger <cbiesinger@google.com>
4063
4064 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
4065 * dwarf2read.h: Declare dwarf_always_disassemble.
4066
4067 2019-09-19 Tom de Vries <tdevries@suse.de>
4068
4069 PR gdb/25009
4070 * source-cache.c (source_cache::ensure): Catch exception thrown during
4071 construction of the highlighter.
4072
4073 2019-09-18 Alan Modra <amodra@gmail.com>
4074
4075 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
4076 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
4077 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
4078 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
4079 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
4080 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
4081 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
4082 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
4083 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
4084 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
4085 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
4086 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
4087 * solib-spu.c, * solib-svr4.c, * solib-target.c,
4088 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
4089 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
4090 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
4091 * mi/mi-interp.c: Update throughout for bfd section macro and
4092 function changes.
4093 * gcore (gcore_create_callback): Use bfd_set_section_lma.
4094 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
4095
4096 2019-09-18 Tom Tromey <tom@tromey.com>
4097
4098 * NEWS: Add entry.
4099 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
4100 call rl_initialize.
4101 (tui_enable): Do not call rl_initialize.
4102
4103 2019-09-18 Christian Groessler <chris@groessler.org>
4104
4105 * alpha-linux-nat.c: Include gdbarch.h.
4106
4107 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
4108
4109 * ui-file.c: Include cli/cli-style.h.
4110 (term_cli_styling): Remove cli_styling declaration.
4111
4112 2019-09-18 Alan Modra <amodra@gmail.com>
4113
4114 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
4115 to bfd_asymbol_section.
4116
4117 2019-09-18 Alan Modra <amodra@gmail.com>
4118
4119 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
4120 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4121 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
4122
4123 2019-09-18 Alan Modra <amodra@gmail.com>
4124
4125 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
4126 * spu-linux-nat.c (spu_bfd_open): Likewise.
4127
4128 2019-09-18 Christian Biesinger <cbiesinger@google.com>
4129
4130 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
4131 to bool to match definition in dwarf2read.c.
4132
4133 2019-09-17 Christian Biesinger <cbiesinger@google.com>
4134
4135 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
4136 (print_signatures): Likewise.
4137 (trust_pad_over_xvs): Likewise.
4138 * arch/aarch64-insn.c (aarch64_debug): Likewise.
4139 * arch/aarch64-insn.h (aarch64_debug): Likewise.
4140 * arm-linux-nat.c (arm_apcs_32): Likewise.
4141 * arm-linux-tdep.c (arm_apcs_32): Likewise.
4142 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
4143 * arm-tdep.c (arm_debug): Likewise.
4144 (arm_apcs_32): Likewise.
4145 * auto-load.c (debug_auto_load): Likewise.
4146 (auto_load_gdb_scripts): Likewise.
4147 (global_auto_load): Likewise.
4148 (auto_load_local_gdbinit): Likewise.
4149 (auto_load_local_gdbinit_loaded): Likewise.
4150 * auto-load.h (global_auto_load): Likewise.
4151 (auto_load_local_gdbinit): Likewise.
4152 (auto_load_local_gdbinit_loaded): Likewise.
4153 * breakpoint.c (disconnected_dprintf): Likewise.
4154 (breakpoint_proceeded): Likewise.
4155 (automatic_hardware_breakpoints): Likewise.
4156 (always_inserted_mode): Likewise.
4157 (target_exact_watchpoints): Likewise.
4158 (_initialize_breakpoint): Update.
4159 * breakpoint.h (target_exact_watchpoints): Change to bool.
4160 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
4161 * cli/cli-cmds.c (trace_commands): Likewise.
4162 * cli/cli-cmds.h (trace_commands): Likewise.
4163 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
4164 to bool*.
4165 * cli/cli-logging.c (logging_overwrite): Change to bool.
4166 (logging_redirect): Likewise.
4167 (debug_redirect): Likewise.
4168 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
4169 (struct boolean_option_def) <get_var_address_cb_>: Change return type
4170 to bool.
4171 <boolean_option_def>: Update.
4172 (struct flag_option_def): Change default type of Context to bool
4173 from int.
4174 <flag_option_def>: Change return type of var_address_cb_ to bool*.
4175 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
4176 (get_setshow_command_value_string): Likewise.
4177 * cli/cli-style.c (cli_styling): Change to bool.
4178 (source_styling): Likewise.
4179 * cli/cli-style.h (source_styling): Likewise.
4180 (cli_styling): Likewise.
4181 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
4182 to bool.
4183 * command.h (var_types): Update comment.
4184 (add_setshow_boolean_cmd): Change int* var argument to bool*.
4185 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
4186 bool.
4187 (debug_compile_cplus_scopes): Likewise.
4188 * compile/compile-internal.h (compile_debug): Likewise.
4189 * compile/compile.c (compile_debug): Likewise.
4190 (struct compile_options) <raw>: Likewise.
4191 * cp-support.c (catch_demangler_crashes): Likewise.
4192 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
4193 (usr_cmd_cris_dwarf2_cfi): Likewise.
4194 * csky-tdep.c (csky_debug): Likewise.
4195 * darwin-nat.c (enable_mach_exceptions): Likewise.
4196 * dcache.c (dcache_enabled_p): Likewise.
4197 * defs.h (info_verbose): Likewise.
4198 * demangle.c (demangle): Likewise.
4199 (asm_demangle): Likewise.
4200 * dwarf-index-cache.c (debug_index_cache): Likewise.
4201 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
4202 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
4203 * dwarf2read.c (check_physname): Likewise.
4204 (use_deprecated_index_sections): Likewise.
4205 (dwarf_always_disassemble): Likewise.
4206 * eval.c (overload_resolution): Likewise.
4207 * event-top.c (set_editing_cmd_var): Likewise.
4208 (exec_done_display_p): Likewise.
4209 * event-top.h (set_editing_cmd_var): Likewise.
4210 (exec_done_display_p): Likewise.
4211 * exec.c (write_files): Likewise.
4212 * fbsd-nat.c (debug_fbsd_lwp): Likewise
4213 (debug_fbsd_nat): Likewise.
4214 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
4215 Likewise.
4216 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
4217 <backtrace_past_entry> Likewise.
4218 * gdb-demangle.h (demangle): Likewise.
4219 (asm_demangle): Likewise.
4220 * gdb_bfd.c (bfd_sharing): Likewise.
4221 * gdbcore.h (write_files): Likewise.
4222 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
4223 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
4224 * gdbthread.h (print_thread_events): Likewise.
4225 * gdbtypes.c (opaque_type_resolution): Likewise.
4226 (strict_type_checking): Likewise.
4227 * gnu-nat.c (gnu_debug_flag): Likewise.
4228 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
4229 * guile/scm-param.c (pascm_variable): Add boolval.
4230 (add_setshow_generic): Update.
4231 (pascm_param_value): Update.
4232 (pascm_set_param_value_x): Update.
4233 * hppa-tdep.c (hppa_debug): Change to bool..
4234 * infcall.c (may_call_functions_p): Likewise.
4235 (coerce_float_to_double_p): Likewise.
4236 (unwind_on_signal_p): Likewise.
4237 (unwind_on_terminating_exception_p): Likewise.
4238 * infcmd.c (startup_with_shell): Likewise.
4239 * inferior.c (print_inferior_events): Likewise.
4240 * inferior.h (startup_with_shell): Likewise.
4241 (print_inferior_events): Likewise.
4242 * infrun.c (step_stop_if_no_debug): Likewise.
4243 (detach_fork): Likewise.
4244 (debug_displaced): Likewise.
4245 (disable_randomization): Likewise.
4246 (non_stop): Likewise.
4247 (non_stop_1): Likewise.
4248 (observer_mode): Likewise.
4249 (observer_mode_1): Likewise.
4250 (set_observer_mode): Update.
4251 (sched_multi): Change to bool.
4252 * infrun.h (debug_displaced): Likewise.
4253 (sched_multi): Likewise.
4254 (step_stop_if_no_debug): Likewise.
4255 (non_stop): Likewise.
4256 (disable_randomization): Likewise.
4257 * linux-tdep.c (use_coredump_filter): Likewise.
4258 (dump_excluded_mappings): Likewise.
4259 * linux-thread-db.c (auto_load_thread_db): Likewise.
4260 (check_thread_db_on_load): Likewise.
4261 * main.c (captured_main_1): Update.
4262 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
4263 xx2_opt, boolean_opt>: Change to bool.
4264 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
4265 * maint.c (maintenance_profile_p): Likewise.
4266 (per_command_time): Likewise.
4267 (per_command_space): Likewise.
4268 (per_command_symtab): Likewise.
4269 * memattr.c (inaccessible_by_default): Likewise.
4270 * mi/mi-main.c (mi_async): Likewise.
4271 (mi_async_1): Likewise.
4272 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
4273 * nat/fork-inferior.h (startup_with_shell): Likewise.
4274 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
4275 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
4276 * nios2-tdep.c (nios2_debug): Likewise.
4277 * or1k-tdep.c (or1k_debug): Likewise.
4278 * parse.c (parser_debug): Likewise.
4279 * parser-defs.h (parser_debug): Likewise.
4280 * printcmd.c (print_symbol_filename): Likewise.
4281 * proc-api.c (procfs_trace): Likewise.
4282 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
4283 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
4284 (set_parameter_value): Update.
4285 (add_setshow_generic): Update.
4286 * python/py-value.c (copy_py_bool_obj): Change argument from int*
4287 to bool*.
4288 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
4289 int*.
4290 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
4291 * record-btrace.c (record_btrace_target::store_registers): Update.
4292 * record-full.c (record_full_memory_query): Change to bool.
4293 (record_full_stop_at_limit): Likewise.
4294 * record-full.h (record_full_memory_query): Likewise.
4295 * remote-notif.c (notif_debug): Likewise.
4296 * remote-notif.h (notif_debug): Likewise.
4297 * remote.c (use_range_stepping): Likewise.
4298 (interrupt_on_connect): Likewise.
4299 (remote_break): Likewise.
4300 * ser-tcp.c (tcp_auto_retry): Likewise.
4301 * ser-unix.c (serial_hwflow): Likewise.
4302 * skip.c (debug_skip): Likewise.
4303 * solib-aix.c (solib_aix_debug): Likewise.
4304 * spu-tdep.c (spu_stop_on_load_p): Likewise.
4305 (spu_auto_flush_cache_p): Likewise.
4306 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
4307 Likewise.
4308 (struct info_print_options) <quiet>: Likewise.
4309 * symfile-debug.c (debug_symfile): Likewise.
4310 * symfile.c (auto_solib_add): Likewise.
4311 (separate_debug_file_debug): Likewise.
4312 * symfile.h (auto_solib_add): Likewise.
4313 (separate_debug_file_debug): Likewise.
4314 * symtab.c (basenames_may_differ): Likewise.
4315 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
4316 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
4317 (struct info_types_options) <quiet>: Likewise.
4318 * symtab.h (demangle): Likewise.
4319 (basenames_may_differ): Likewise.
4320 * target-dcache.c (stack_cache_enabled_1): Likewise.
4321 (code_cache_enabled_1): Likewise.
4322 * target.c (trust_readonly): Likewise.
4323 (may_write_registers): Likewise.
4324 (may_write_memory): Likewise.
4325 (may_insert_breakpoints): Likewise.
4326 (may_insert_tracepoints): Likewise.
4327 (may_insert_fast_tracepoints): Likewise.
4328 (may_stop): Likewise.
4329 (auto_connect_native_target): Likewise.
4330 (target_stop_and_wait): Update.
4331 (target_async_permitted): Change to bool.
4332 (target_async_permitted_1): Likewise.
4333 (may_write_registers_1): Likewise.
4334 (may_write_memory_1): Likewise.
4335 (may_insert_breakpoints_1): Likewise.
4336 (may_insert_tracepoints_1): Likewise.
4337 (may_insert_fast_tracepoints_1): Likewise.
4338 (may_stop_1): Likewise.
4339 * target.h (target_async_permitted): Likewise.
4340 (may_write_registers): Likewise.
4341 (may_write_memory): Likewise.
4342 (may_insert_breakpoints): Likewise.
4343 (may_insert_tracepoints): Likewise.
4344 (may_insert_fast_tracepoints): Likewise.
4345 (may_stop): Likewise.
4346 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
4347 (make_thread_apply_all_options_def_group): Change argument from int*
4348 to bool*.
4349 (thread_apply_all_command): Update.
4350 (print_thread_events): Change to bool.
4351 * top.c (confirm): Likewise.
4352 (command_editing_p): Likewise.
4353 (history_expansion_p): Likewise.
4354 (write_history_p): Likewise.
4355 (info_verbose): Likewise.
4356 * top.h (confirm): Likewise.
4357 (history_expansion_p): Likewise.
4358 * tracepoint.c (disconnected_tracing): Likewise.
4359 (circular_trace_buffer): Likewise.
4360 * typeprint.c (print_methods): Likewise.
4361 (print_typedefs): Likewise.
4362 * utils.c (debug_timestamp): Likewise.
4363 (sevenbit_strings): Likewise.
4364 (pagination_enabled): Likewise.
4365 * utils.h (sevenbit_strings): Likewise.
4366 (pagination_enabled): Likewise.
4367 * valops.c (overload_resolution): Likewise.
4368 * valprint.h (struct value_print_options) <prettyformat_arrays,
4369 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
4370 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
4371 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
4372 Likewise.
4373 * windows-nat.c (new_console): Likewise.
4374 (cygwin_exceptions): Likewise.
4375 (new_group): Likewise.
4376 (debug_exec): Likewise.
4377 (debug_events): Likewise.
4378 (debug_memory): Likewise.
4379 (debug_exceptions): Likewise.
4380 (useshell): Likewise.
4381 * windows-tdep.c (maint_display_all_tib): Likewise.
4382 * xml-support.c (debug_xml): Likewise.
4383
4384 2019-09-17 Mike Gulick <mgulick@mathworks.com>
4385
4386 * source.c (prepare_path_for_appending): New function.
4387 (openp): Make use of new function.
4388 (find_and_open_source): Search for the compilation directory and
4389 source file as a relative path beneath the directory search path.
4390
4391 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * source-cache.c (source_cache::get_line_charpos): Catch
4394 exceptions and return false, this matches the behaviour documented
4395 in the header file.
4396
4397 2019-09-17 Joel Brobecker <brobecker@adacore.com>
4398
4399 * ada-tasks.c (info_task): Remove quoting of the task's name.
4400
4401 2019-09-16 Christian Biesinger <cbiesinger@google.com>
4402
4403 * symfile.c (auto_solib_add): Replace comment with a reference
4404 to the header file.
4405
4406 2019-09-14 Christian Biesinger <cbiesinger@google.com>
4407
4408 * NEWS: Mention that gdb can now be compiled with Python 3
4409 on Windows.
4410
4411 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4412
4413 * maint.c (maint_print_section_data::maint_print_section_data):
4414 Force use of 'float log10 (float)' by casting the argument to
4415 float.
4416
4417 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4418
4419 * maint.c: Add 'cmath' include.
4420 (struct maint_print_section_data): New structure.
4421 (print_section_index): New function.
4422 (print_bfd_section_info): Add header comment, small whitespace
4423 cleanup, and update to call new print_section_index function.
4424 (print_objfile_section_info): Likewise.
4425 (maint_obj_section_from_bfd_section): New function.
4426 (print_bfd_section_info_maybe_relocated): New function.
4427 (maintenance_info_sections): Add header comment, always use
4428 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4429
4430 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4433 inner scope, add check that the objfile has psymtabs before
4434 checking psymtabs_addrmap.
4435 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4436
4437 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4438
4439 * NEWS: Announce that Ada task names are now shown at more places,
4440 and between quotes (except in info task output).
4441 * gdb/ada-tasks.c (task_to_str): New function.
4442 (display_current_task_id): Call task_to_str.
4443 (task_command_1): Likewise.
4444 (print_ada_task_info): In non-mi mode, Properly align headers and data
4445 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4446
4447 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4448
4449 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4450 prstatus.pr_lwp.pr_info instead of making it up.
4451
4452 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4453
4454 * auto-load.c (auto_load_expand_dir_vars): Update.
4455 * defs.h (gdb_datadir): Change to std::string.
4456 (python_libdir): Likewise.
4457 (relocate_gdb_directory): Change return type to std::string.
4458 * guile/guile.c (gdbscm_data_directory): Update.
4459 (initialize_scheme_side): Update.
4460 * jit.c (jit_reader_dir): Change to std::string.
4461 (jit_reader_load_command): Update.
4462 * main.c (gdb_datadir): Change to std::string.
4463 (python_libdir): Likewise.
4464 (set_gdb_data_directory): Update.
4465 (relocate_path): Change to return std::string.
4466 (relocate_gdb_directory): Change to return std::string.
4467 (relocate_gdbinit_path_maybe_in_datadir): Update.
4468 (captured_main_1): Update.
4469 * python/python.c (do_start_initialization): Update.
4470 * top.c (show_gdb_datadir): Update.
4471 * xml-syscall.c (xml_init_syscalls_info): Update.
4472 (init_syscalls_info): Update.
4473
4474 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4475
4476 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4477 out of get_init_files.
4478 (get_init_files): Update.
4479
4480 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4481
4482 * main.c (get_init_files): Change to use std::string.
4483 (captured_main_1): Update.
4484 (print_gdb_help): Update.
4485
4486 2019-09-11 Ali Tamur <tamur@google.com>
4487
4488 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4489 implementation.
4490
4491 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4492
4493 * dbxread.c (read_dbx_symtab): Update.
4494 * dwarf2read.c (load_partial_dies): Update.
4495 * mdebugread.c (parse_partial_symbols): Update.
4496 (handle_psymbol_enumerators): Update.
4497 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4498 * psymtab.c (add_psymbol_to_bcache): Likewise.
4499 (add_psymbol_to_list): Likewise.
4500 * symtab.c (symbol_set_names): Likewise.
4501 * symtab.h (symbol_set_names): Likewise.
4502 * xcoffread.c (scan_xcoff_symtab): Update.
4503
4504 2019-09-11 Tom Tromey <tom@tromey.com>
4505
4506 * symfile-mem.c (symbol_file_add_from_memory): Use
4507 bfd_set_filename.
4508 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4509 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4510
4511 2019-09-10 Tom Tromey <tromey@adacore.com>
4512
4513 * dwarf-index-write.c (write_psymbols): Extend error message.
4514 (debug_names::insert): Add Ada code.
4515 (debug_names::write_psymbols): Remove Ada check.
4516 (debug_names) <m_string_obstack>: New member.
4517 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4518 (gdb_index_symbol_name_matcher::matches): Remove.
4519 (mapped_index_base::find_name_components_bounds): Add "lang"
4520 parameter.
4521 (mapped_index_base::build_name_components): Also split names
4522 according to Ada syntax.
4523 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4524 type of "match_callback".
4525 (check_match, check_find_bounds_finds)
4526 (dw2_expand_symtabs_matching): Update.
4527 (dw2_debug_names_iterator): Add new constructor.
4528 (dw2_debug_names_map_matching_symbols): New function.
4529 (dw2_debug_names_expand_symtabs_matching): Update.
4530 (dwarf2_debug_names_functions): Use
4531 dw2_debug_names_map_matching_symbols.
4532
4533 2019-09-10 Tom Tromey <tromey@adacore.com>
4534
4535 * dwarf2read.c (dw2_get_file_names_reader): Add the
4536 CU's file name to the results.
4537
4538 2019-09-10 Tom Tromey <tromey@adacore.com>
4539
4540 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4541 map_matching_symbols. Update.
4542 * dwarf2read.c (dw2_map_matching_symbols): Update.
4543 * psymtab.c (match_partial_symbol): Change type; update.
4544 (psym_map_matching_symbols): Likewise.
4545 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4546 type; update.
4547 * symfile.h (struct quick_symbol_functions)
4548 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4549 Remove "match".
4550
4551 2019-09-10 Tom Tromey <tromey@adacore.com>
4552
4553 * psymtab.c (map_block): Remove.
4554 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4555 * symtab.c (iterate_over_symbols_terminated): New function.
4556 * symtab.c (iterate_over_symbols_terminated): Declare.
4557
4558 2019-09-10 Tom Tromey <tromey@adacore.com>
4559
4560 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4561 * language.h (struct language_defn) <la_iterate_over_symbols>:
4562 Return bool.
4563 * symtab.c (iterate_over_symbols): Return bool.
4564 * symtab.h (iterate_over_symbols): Return bool.
4565
4566 2019-09-10 Tom Tromey <tromey@adacore.com>
4567
4568 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4569 (add_nonlocal_symbols): Update.
4570 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4571 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4572 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4573 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4574 Change type of "callback". Remove "data".
4575
4576
4577 2019-09-09 Ali Tamur <tamur@google.com>
4578
4579 * dwarf2read.c (comp_unit_head): Update comment.
4580 (dwarf2_dwo_name): New function declaration.
4581 (dwarf_unit_type_name): New function declaration.
4582 (read_comp_unit_head): Add support for new compilation units,
4583 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4584 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4585 (currently named as "signature") in their header. Also clarify error
4586 messages.
4587 (lookup_dwo_id): New function. Returns the dwo id of the given
4588 compile unit.
4589 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4590 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4591 functions.
4592 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4593 (dwarf2_dwo_name): Get the dwo name if present.
4594 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4595 purposes.
4596
4597 2019-09-09 Tom Tromey <tom@tromey.com>
4598
4599 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4600
4601 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4602
4603 * python/python.c (do_start_initialization): Make progname_copy static,
4604 to avoid a leak report.
4605
4606 2019-09-08 Tom Tromey <tom@tromey.com>
4607
4608 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4609
4610 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4611
4612 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4613 Change type to gdb::optional<block_enum>.
4614 (dw2_symtab_iter_init): Change block_index parameter type
4615 to gdb::optional<block_enum>.
4616 (dw2_lookup_symbol): Change block_index parameter
4617 type to block_enum.c
4618 (dw2_debug_names_lookup_symbol): Likewise.
4619 * psymtab.c (psym_lookup_symbol): Likewise.
4620 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4621 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4622 Likewise.
4623
4624 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4625
4626 * defs.h (relocate_gdb_directory): Change int to bool in
4627 signature and rename flag to relocatable.
4628 * main.c (relocate_path): Likewise.
4629 (relocate_gdb_directory): Likewise.
4630
4631 2019-09-06 Alan Modra <amodra@gmail.com>
4632
4633 * coffread.c (coff_symfile_read): Constify filename variable.
4634 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4635 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4636 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4637 * solib.c (reload_shared_libraries_1): Likewise.
4638 * symfile.c (reread_symbols): Likewise.
4639 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4640 * solib-darwin.c (darwin_bfd_open): Likewise.
4641 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4642
4643 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4646 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4647
4648 2019-09-03 Tom Tromey <tromey@adacore.com>
4649
4650 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4651 types.
4652 (has_negatives): Unbias a range type bound.
4653 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4654 * gdbtypes.c (operator==): Handle new field.
4655 (create_range_type): Add "bias" parameter.
4656 (create_static_range_type, resolve_dynamic_range): Update.
4657 * gdbtypes.h (struct range_bounds) <bias>: New member.
4658 (create_range_type): Add bias parameter.
4659 * printcmd.c (print_scalar_formatted): Unbias range types.
4660 * value.c (unpack_long): Unbias range types.
4661 (pack_long): Bias range types.
4662
4663 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4664
4665 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4666 probe arguments.
4667
4668 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4669
4670 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4671 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4672 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4673 (compile_probe_arg): Likewise.
4674 * probe.h (get_argument_count): Likewise.
4675 * solib-svr4.c (solib_event_probe_action): Likewise.
4676 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4677
4678 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4679
4680 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4681 code to here...
4682 (svr4_create_solib_event_breakpoints): ...from here.
4683
4684 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4685
4686 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4687 suffix from warning message.
4688
4689 2019-08-30 Tom Tromey <tom@tromey.com>
4690
4691 * tui/tui-winsource.h (struct tui_source_window_base)
4692 <refresh_all>: Don't declare.
4693 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4694 Remove.
4695 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4696 tui_show_locator_content.
4697 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4698 declare.
4699 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4700 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4701 declare.
4702
4703 2019-08-30 Tom Tromey <tom@tromey.com>
4704
4705 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4706
4707 2019-08-30 Tom Tromey <tom@tromey.com>
4708
4709 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4710 Remove unnecessary forward declarations.
4711
4712 2019-08-30 Tom Tromey <tom@tromey.com>
4713
4714 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4715 rerender.
4716 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4717 tui_show_locator_content.
4718
4719 2019-08-30 Tom Tromey <tom@tromey.com>
4720
4721 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4722 (tui_locator_window::rerender): Rewrite using body of previous
4723 tui_show_locator_content.
4724
4725 2019-08-30 Tom Tromey <tom@tromey.com>
4726
4727 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4728 set_locator_fullname>: New methods.
4729 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4730 Rename from tui_set_locator_fullname.
4731 (tui_locator_window::set_locator_info): Rename from
4732 tui_set_locator_info. Return bool.
4733 (tui_update_locator_fullname, tui_show_frame_info): Update.
4734
4735 2019-08-30 Tom Tromey <tom@tromey.com>
4736
4737 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4738
4739 2019-08-30 Tom Tromey <tom@tromey.com>
4740
4741 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4742 call touchwin.
4743
4744 2019-08-30 Tom Tromey <tom@tromey.com>
4745
4746 * tui/tui-wingeneral.c (box_win): Assume win_info and
4747 win_info->handle cannot be NULL.
4748
4749 2019-08-30 Tom Tromey <tom@tromey.com>
4750
4751 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4752 refresh_window>: Declare.
4753 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4754 resize.
4755 (tui_data_item_window::rerender): Rename from
4756 tui_display_register.
4757 (tui_data_item_window::refresh_window): New method.
4758 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4759 no-op.
4760
4761 2019-08-30 Tom Tromey <tom@tromey.com>
4762
4763 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4764 regs_column_count, current_group>: Move later. Now private.
4765 <get_current_group>: New method.
4766 * tui/tui-regs.c (tui_reg_command): Update.
4767 * tui/tui-layout.c (tui_set_layout): Update.
4768
4769 2019-08-30 Tom Tromey <tom@tromey.com>
4770
4771 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4772 (tui_data_window::rerender): Don't call
4773 check_and_display_highlight_if_needed.
4774 (tui_data_window::refresh_all): Remove call to
4775 erase_data_content.
4776
4777 2019-08-30 Tom Tromey <tom@tromey.com>
4778
4779 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4780 (tui_data_window::display_registers_from)
4781 (tui_data_window::display_reg_element_at_line)
4782 (tui_data_window::display_registers_from_line): Remove checks of
4783 "empty".
4784
4785 2019-08-30 Tom Tromey <tom@tromey.com>
4786
4787 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4788 Don't declare.
4789 * tui/tui-regs.c (tui_data_window::show_registers): Call
4790 rerender.
4791 (tui_data_window::rerender): Rename from display_all_data.
4792 (tui_data_window::rerender): Remove old implementation.
4793
4794 2019-08-30 Tom Tromey <tom@tromey.com>
4795
4796 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4797 text.
4798 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4799
4800 2019-08-29 Bernhard Wodok <barto@gmx.net>
4801 Sergio Durigan Junior <sergiodj@redhat.com>
4802
4803 PR win32/24284
4804 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4805
4806 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4807
4808 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4809 when searching for types.
4810
4811 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4812
4813 * f-lang.c (f_language_defn): Use f_print_typedef.
4814 * f-lang.h (f_print_typedef): Declare.
4815 * f-typeprint.c (f_print_typedef): Define.
4816
4817 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4818
4819 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4820
4821 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4822
4823 * cli/cli-utils.c (info_print_options_defs): Delete.
4824 (make_info_print_options_def_group): Delete.
4825 (extract_info_print_options): Delete.
4826 (info_print_command_completer): Delete.
4827 (info_print_args_help): Add extra parameter, and optionally
4828 include text about -n flag.
4829 * cli/cli-utils.h (struct info_print_options): Delete.
4830 (extract_info_print_options): Delete declaration.
4831 (info_print_command_completer): Delete declaration.
4832 (info_print_args_help): Add extra parameter, extend header
4833 comment.
4834 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4835 search_symbols.
4836 * stack.c (struct info_print_options): New type.
4837 (info_print_options_defs): New file scoped variable.
4838 (make_info_print_options_def_group): New static function.
4839 (info_print_command_completer): New static function.
4840 (info_locals_command): Update to use new local functions.
4841 (info_args_command): Likewise.
4842 (_initialize_stack): Add extra parameter to calls to
4843 info_print_args_help.
4844 * symtab.c (search_symbols): Add extra parameter, use this to
4845 possibly excluse non-debug symbols.
4846 (symtab_symbol_info): Add extra parameter, which is passed on to
4847 search_symbols.
4848 (struct info_print_options): New type.
4849 (info_print_options_defs): New file scoped variable.
4850 (make_info_print_options_def_group): New static function.
4851 (info_print_command_completer): New static function.
4852 (info_variables_command): Update to use local functions, and pass
4853 extra parameter through to symtab_symbol_info.
4854 (info_functions_command): Likewise.
4855 (info_types_command): Pass additional argument through to
4856 symtab_symbol_info.
4857 (rbreak_command): Pass extra argument to search_symbols.
4858 (_initialize_symtab): Add extra arguments for calls to
4859 info_print_args_help, and update help text for 'info variables',
4860 'whereis', and 'info functions' commands.
4861 * symtab.h (search_symbols): Add extra argument to declaration.
4862 * NEWS: Mention new flags.
4863
4864 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4865
4866 * symtab.c (lookup_static_symbol): Call the new function (and move
4867 it down to be next to lookup_global_symbol).
4868 (struct global_sym_lookup_data): Add block_enum member and rename to...
4869 (struct global_or_static_sym_lookup_data): ...this.
4870 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4871 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4872 (lookup_symbol_global_or_static_iterator_cb): ...this.
4873 (lookup_global_or_static_symbol): New function.
4874 (lookup_global_symbol): Call new function.
4875
4876 2019-08-26 Tom de Vries <tdevries@suse.de>
4877
4878 PR c++/24852
4879 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4880 when pc_probe.prob == NULL.
4881
4882 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4883
4884 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4885 variable symbol_linkage to symbol_linkage_.
4886
4887 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4888
4889 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4890 represent whether the symbol is static, dynamic, or we don't
4891 know.
4892
4893 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4894
4895 * gdb/rx-tdep.c (rx_register_names): New.
4896 (rx_register_name): Delete.
4897 (rx_psw_type): Delete.
4898 (rx_fpsw_type): Delete.
4899 (rx_register_type): Delete.
4900 (rx_gdbarch_init): Convert target-descriptions.
4901 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4902 * gdb/features/Makefile: Add rx.xml.
4903 * gdb/features/rx.xml: New.
4904 * gdb/features/rx.c: Generated.
4905 * gdb/NEWS: Mention target description support.
4906
4907 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4908
4909 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4910 *slot_ptr.
4911
4912 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4913
4914 * configure.ac: Don't check for 'dlfcn.h' (moved to
4915 gdbsupport/common.m4).
4916 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4917 'gdbsupport/'.
4918 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4919 * compile/compile-c-support.c: Include
4920 'gdbsupport/gdb-dlfcn.h'.
4921 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4922 * gdb-dlfcn.c: Move to...
4923 * gdbsupport/gdb-dlfcn.c: ... here.
4924 * gdb-dlfcn.h: Move to...
4925 * gdbsupport/gdb-dlfcn.h: ... here.
4926
4927 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4928
4929 * nios2-tdep.c (struct reg_value): Improve comments. Make
4930 the offset field signed.
4931
4932 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4933
4934 * python/lib/gdb/__init__.py (_execute_file): New function.
4935 * python/python.c (python_run_simple_file): Call gdb._execute_file
4936 on Windows.
4937
4938 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4941 all uses as this was never set to anything but a zero value.
4942
4943 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4944
4945 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4946
4947 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4948
4949 * tui/tui-data.h (tui_gen_win_info): Add an =default
4950 move constructor, required by some GCC versions.
4951
4952 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4953
4954 * go32-nat.c (go32_sysinfo): Add hygon_p.
4955
4956 2019-08-20 Tom Tromey <tom@tromey.com>
4957
4958 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4959 line_from_reg_element_no, first_reg_element_no_inline,
4960 display_all_data, delete_data_content_windows,
4961 erase_data_content>: Now private.
4962
4963 2019-08-20 Tom Tromey <tom@tromey.com>
4964
4965 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4966 (tui_unhighlight_win, tui_highlight_win)
4967 (tui_win_info::make_window): Update.
4968 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4969
4970 2019-08-20 Tom Tromey <tom@tromey.com>
4971
4972 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4973 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4974 (MAX_PID_WIDTH): Move to tui-stack.c.
4975 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4976 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4977 (MAX_PID_WIDTH): Move from tui-data.h.
4978
4979 2019-08-20 Tom Tromey <tom@tromey.com>
4980
4981 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4982 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4983 (box_win): Update.
4984 (tui_gen_win_info::make_window): Rename from tui_make_window.
4985 (tui_win_info::make_window): New method.
4986 (tui_gen_win_info::make_visible): Update.
4987 * tui/tui-source.c (tui_source_window::set_contents): Update.
4988 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4989 (tui_data_window::display_registers_from): Update.
4990 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4991 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4992 Declare.
4993 <can_box>: Remove.
4994 <title>: Remove.
4995 (struct tui_win_info) <make_window>: Declare.
4996 <can_box>: Now virtual.
4997 <title>: New member.
4998 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4999 * tui/tui-command.c (tui_cmd_window::resize): Update.
5000
5001 2019-08-20 Tom Tromey <tom@tromey.com>
5002
5003 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
5004 * tui/tui-regs.c (tui_data_window::show_registers): Update.
5005 (tui_data_window::check_register_values): Update.
5006
5007 2019-08-20 Tom Tromey <tom@tromey.com>
5008
5009 * tui/tui-regs.h (struct tui_data_window): Use
5010 DISABLE_COPY_AND_ASSIGN.
5011 <regs_content>: Change type, removing unique_ptr.
5012 <tui_data_window>: Add move constructor.
5013 * tui/tui-regs.c (tui_data_window::show_registers)
5014 (tui_data_window::show_register_group)
5015 (tui_data_window::display_registers_from)
5016 (tui_data_window::display_registers_from)
5017 (tui_data_window::first_data_item_displayed)
5018 (tui_data_window::delete_data_content_windows)
5019 (tui_data_window::rerender, tui_data_window::refresh_window)
5020 (tui_data_window::check_register_values): Update.
5021
5022 2019-08-20 Tom Tromey <tom@tromey.com>
5023
5024 * tui/tui-regs.h (struct tui_data_window) <show_registers,
5025 show_register_group>: Declare.
5026 (tui_show_register_group): Don't declare.
5027 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
5028 tui_show_registers.
5029 (tui_data_window::show_register_group): Rename from
5030 tui_show_register_group.
5031 (tui_data_window::check_register_values, tui_reg_command):
5032 Update.
5033 * tui/tui-layout.c (tui_set_layout): Update.
5034
5035 2019-08-20 Tom Tromey <tom@tromey.com>
5036
5037 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
5038 Declare.
5039 (tui_check_register_values): Don't declare.
5040 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
5041 from tui_check_register_values.
5042 * tui/tui-hooks.c (tui_register_changed): Update.
5043
5044 2019-08-20 Tom Tromey <tom@tromey.com>
5045
5046 * tui/tui-regs.c (tui_reg_layout): Move later.
5047 (tui_show_registers): Don't enable TUI mode or change layout.
5048
5049 2019-08-20 Tom Tromey <tom@tromey.com>
5050
5051 * tui/tui-regs.h (struct tui_data_item_window)
5052 <~tui_data_item_window>: Remove.
5053 <content>: Now a unique_xmalloc_ptr.
5054 * tui/tui-regs.c (tui_register_format): Return a
5055 unique_xmalloc_ptr.
5056 (tui_get_register): Update.
5057 (~tui_data_item_window): Remove.
5058 (tui_data_window::display_registers_from, tui_display_register):
5059 Update.
5060 * tui/tui-io.h (tui_expand_tabs): Update.
5061 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
5062 Remove "col" parameter.
5063
5064 2019-08-20 Tom Tromey <tom@tromey.com>
5065
5066 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
5067 field.
5068 * tui/tui-regs.c (~tui_data_item_window): Update.
5069
5070 2019-08-20 Tom Tromey <tom@tromey.com>
5071
5072 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
5073 earlier.
5074
5075 2019-08-20 Tom Tromey <tom@tromey.com>
5076
5077 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
5078
5079 2019-08-20 Tom Tromey <tom@tromey.com>
5080
5081 * tui/tui-source.h (struct tui_source_window): Update.
5082 * tui/tui-regs.c (tui_show_registers): Update.
5083 * tui/tui-disasm.h (struct tui_disasm_window): Update.
5084 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
5085 (NO_REGS_STRING): Remove defines.
5086
5087 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
5088
5089 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
5090 unnecessary thread walk if remote doesn't support the packet.
5091
5092 2019-08-19 Tom Tromey <tromey@adacore.com>
5093
5094 * python/py-value.c (value_has_field): Fix indentation.
5095
5096 2019-08-19 Tom Tromey <tromey@adacore.com>
5097
5098 * printcmd.c (do_one_display, info_display_command): Update.
5099 * block.h (contained_in): Return bool. Add allow_nested
5100 parameter.
5101 * block.c (contained_in): Return bool. Add allow_nested
5102 parameter.
5103
5104 2019-08-19 Tom Tromey <tom@tromey.com>
5105
5106 * configure: Rebuild.
5107 * configure.ac: Disallow the combination of -static-libstdc++ and
5108 source highlight.
5109 * source-cache.c (get_language_name): Handle rust.
5110 (source_cache::get_source_lines): Ignore highlighting exceptions.
5111
5112 2019-08-16 Tom Tromey <tom@tromey.com>
5113
5114 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
5115 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
5116 (struct tui_source_window_base) <make_visible, refresh_window,
5117 resize>: Remove methods.
5118 <execution_info>: Remove field.
5119 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
5120 (tui_show_source_line, tui_source_window_base)
5121 (~tui_source_window_base): Update.
5122 (tui_source_window_base::resize)
5123 (tui_source_window_base::make_visible)
5124 (tui_source_window_base::refresh_window): Remove.
5125 (tui_source_window_base::update_exec_info): Update.
5126 * tui/tui-source.c (tui_source_window::set_contents): Update.
5127 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
5128
5129 2019-08-16 Tom Tromey <tom@tromey.com>
5130
5131 * tui/tui-hooks.c (tui_remove_hooks): Don't set
5132 deprecated_query_hook.
5133
5134 2019-08-16 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5137 (tui_update_source_windows_with_line): Update.
5138 * tui/tui-source.h (struct tui_source_window)
5139 <show_symtab_source>: Declare.
5140 (tui_show_symtab_source): Don't declare.
5141 * tui/tui-source.c (tui_show_symtab_source): Rename from
5142 tui_show_symtab_source.
5143
5144 2019-08-16 Tom Tromey <tom@tromey.com>
5145
5146 * tui/tui-winsource.h (struct tui_source_window_base)
5147 <set_contents>: Declare.
5148 * tui/tui-winsource.c
5149 (tui_source_window_base::update_source_window_as_is): Update.
5150 * tui/tui-source.h (struct tui_source_window) <set_contents>:
5151 Declare.
5152 (tui_set_source_content): Don't declare.
5153 * tui/tui-source.c (tui_source_window::set_contents): Rename from
5154 tui_set_source_content.
5155 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
5156 Declare.
5157 (tui_set_disassem_content): Don't declare.
5158 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
5159 tui_set_disassem_content.
5160
5161 2019-08-16 Tom Tromey <tom@tromey.com>
5162
5163 * tui/tui-winsource.h (struct tui_source_window_base)
5164 <update_breakpoint_info>: Declare.
5165 (tui_update_breakpoint_info): Don't declare.
5166 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
5167 (tui_update_all_breakpoint_info): Update.
5168 (tui_source_window_base::update_breakpoint_info): Rename from
5169 tui_update_breakpoint_info.
5170 (tui_source_window_base::update_exec_info): Update.
5171
5172 2019-08-16 Tom Tromey <tom@tromey.com>
5173
5174 * tui/tui-winsource.h (struct tui_source_window_base)
5175 <update_source_window>: Declare.
5176 (tui_update_source_window): Don't declare.
5177 * tui/tui-winsource.c
5178 (tui_source_window_base::update_source_window): Rename from
5179 tui_update_source_window.
5180 (tui_source_window_base::rerender): Update.
5181 * tui/tui-source.c (tui_source_window::maybe_update): Update.
5182 * tui/tui-disasm.c (tui_show_disassem)
5183 (tui_show_disassem_and_update_source)
5184 (tui_disasm_window::maybe_update): Update.
5185
5186 2019-08-16 Tom Tromey <tom@tromey.com>
5187
5188 * tui/tui-winsource.h (struct tui_source_window_base)
5189 <update_source_window_as_is>: Declare.
5190 (tui_update_source_window_as_is): Don't declare.
5191 * tui/tui-winsource.c (tui_update_source_window): Update
5192 (tui_source_window_base::update_source_window_as_is): Rename from
5193 tui_update_source_window_as_is.
5194 (tui_source_window_base::refill): Update.
5195 * tui/tui-source.c (tui_show_symtab_source): Update.
5196 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
5197 Update.
5198
5199 2019-08-16 Tom Tromey <tom@tromey.com>
5200
5201 * tui/tui-winsource.h (tui_update_source_window)
5202 (tui_update_source_window_as_is): Remove "noerror" parameter.
5203 * tui/tui-winsource.c (tui_update_source_window)
5204 (tui_update_source_window_as_is): Remove "noerror" parameter.
5205 (tui_update_source_windows_with_addr)
5206 (tui_update_source_windows_with_line)
5207 (tui_source_window_base::rerender)
5208 (tui_source_window_base::refill): Update.
5209 * tui/tui-source.h (tui_set_source_content)
5210 (tui_show_symtab_source): Remove "noerror" parameter.
5211 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
5212 parameter.
5213 (tui_show_symtab_source): Likewise.
5214 (tui_source_window::maybe_update): Update.
5215 * tui/tui-disasm.c (tui_show_disassem)
5216 (tui_show_disassem_and_update_source)
5217 (tui_disasm_window::do_scroll_vertical)
5218 (tui_disasm_window::maybe_update): Update.
5219
5220 2019-08-16 Tom Tromey <tom@tromey.com>
5221
5222 * tui/tui.c (tui_is_window_visible): Update.
5223 * tui/tui-wingeneral.c (tui_make_window)
5224 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
5225 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
5226 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
5227 (tui_set_win_height_command, parse_scrolling_args): Update.
5228 * tui/tui-source.c (tui_source_window::style_changed): Update.
5229 * tui/tui-regs.c (tui_show_registers)
5230 (tui_data_window::first_data_item_displayed)
5231 (tui_data_window::delete_data_content_windows)
5232 (tui_check_register_values, tui_reg_command): Update.
5233 * tui/tui-disasm.c (tui_show_disassem): Update.
5234 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
5235 method.
5236 <is_visible>: Remove field.
5237 * tui/tui-data.c (tui_next_win, tui_prev_win)
5238 (tui_delete_invisible_windows): Update.
5239
5240 2019-08-16 Tom Tromey <tom@tromey.com>
5241
5242 * tui/tui-winsource.h (struct tui_source_window_base)
5243 <m_has_locator>: Remove.
5244 * tui/tui-layout.c (show_source_disasm_command, show_data)
5245 (show_source_or_disasm_and_command): Update.
5246
5247 2019-08-16 Alan Hayward <alan.hayward@arm.com>
5248
5249 * NEWS (Other MI changes): New subsection.
5250 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
5251 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
5252 * arch-utils.c (default_get_pc_address_flags): New function.
5253 * arch-utils.h (default_get_pc_address_flags): New declaration.
5254 * gdbarch.sh: Add get_pc_address_flags.
5255 * gdbarch.c: Regenerate.
5256 * gdbarch.h: Likewise.
5257 * stack.c (print_pc): New function.
5258 (print_frame_info) (print_frame): Call print_pc.
5259
5260 2019-08-16 Tom de Vries <tdevries@suse.de>
5261
5262 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
5263 print_objfile_section_info.
5264
5265 2019-08-15 Tom Tromey <tom@tromey.com>
5266
5267 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
5268 calling update_cmdwin_start_line.
5269 * tui/tui-winsource.h (struct tui_source_window_base)
5270 <do_make_visible_with_new_height, set_new_height>: Don't declare.
5271 <rerender>: Declare.
5272 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
5273 Call rerender.
5274 (tui_source_window_base::set_new_height): Remove.
5275 (tui_source_window_base::rerender): Rename from
5276 do_make_visible_with_new_height.
5277 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
5278 resize method.
5279 (tui_win_info::make_invisible_and_set_new_height)
5280 (tui_win_info::make_visible_with_new_height): Remove.
5281 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
5282 Declare.
5283 * tui/tui-stack.c (tui_locator_window::rerender): New method.
5284 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
5285 do_make_visible_with_new_height>: Don't declare.
5286 <rerender>: Declare.
5287 * tui/tui-regs.c (tui_data_window::rerender): Rename from
5288 set_new_height.
5289 (tui_data_window::do_make_visible_with_new_height): Remove.
5290 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
5291 call tui_show_locator_content.
5292 (tui_gen_win_info::resize): Call rerender.
5293 (show_source_or_disasm_and_command): Don't call
5294 tui_show_locator_content.
5295 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
5296 method.
5297 (struct tui_win_info) <rerender>: Declare.
5298 <set_new_height, make_invisible_and_set_new_height,
5299 make_visible_with_new_height>: Don't declare.
5300 * tui/tui-data.c (tui_win_list::rerender): New method.
5301 * tui/tui-command.h (struct tui_cmd_window)
5302 <do_make_visible_with_new_height>: Don't declare.
5303 * tui/tui-command.c
5304 (tui_cmd_window::do_make_visible_with_new_height): Remove.
5305
5306 2019-08-15 Tom Tromey <tromey@adacore.com>
5307
5308 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
5309 * ada-lang.c (ada_enum_name): Likewise.
5310
5311 2019-08-15 Christian Biesinger <cbiesinger@google.com>
5312
5313 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
5314 leading underscore.
5315 (GdbOutputErrorFile): Likewise.
5316 (global scope): Adjust constructor calls to GdbOutput{,Error}File
5317 accordingly.
5318 (execute_unwinders): Rename to have a leading underscore.
5319 (auto_load_packages): Likewise.
5320 (global scope): Adjust call to auto_load_packages accordingly.
5321 (GdbSetPythonDirectory): Likewise.
5322 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
5323 instead of execute_unwinders.
5324
5325 2019-08-15 Tom Tromey <tom@tromey.com>
5326
5327 * tui/tui-layout.c (show_layout, show_source_disasm_command)
5328 (show_data): Don't change window visibility.
5329 (tui_gen_win_info::resize): Remove special case for command
5330 window. Use wresize, when available.
5331 (show_source_or_disasm_and_command): Don't change window
5332 visibility.
5333 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
5334 <make_visible>: New method.
5335 * tui/tui-command.c (tui_cmd_window::resize): New method.
5336
5337 2019-08-15 Tom Tromey <tom@tromey.com>
5338
5339 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
5340 (struct tui_source_windows): New.
5341 * tui/tui-winsource.c (tui_display_main): Update.
5342 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5343 (new_height_ok, parse_scrolling_args): Update.
5344 * tui/tui-layout.c (show_layout, show_data): Update.
5345 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
5346 (tui_add_to_source_windows): Don't declare.
5347 * tui/tui-data.c (source_windows, tui_source_windows)
5348 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
5349
5350 2019-08-15 Tom Tromey <tom@tromey.com>
5351
5352 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
5353 Rename from reset.
5354 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
5355 * tui/tui-layout.c (show_source_disasm_command, show_data):
5356 Update.
5357 (tui_gen_win_info::resize): Rename.
5358 (show_source_or_disasm_and_command): Update.
5359 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
5360 reset.
5361
5362 2019-08-15 Tom Tromey <tom@tromey.com>
5363
5364 * tui/tui-stack.c (tui_initialize_static_data): Remove.
5365 * tui/tui-interp.c (tui_interp::init): Don't call
5366 tui_initialize_static_data.
5367 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
5368
5369 2019-08-15 Tom Tromey <tom@tromey.com>
5370
5371 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
5372 examine tui_win_list.
5373
5374 2019-08-15 Tom Tromey <tom@tromey.com>
5375
5376 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5377 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5378 tui_clear_source_content.
5379 (tui_clear_source_content): Remove.
5380 (tui_source_window_base::do_erase_source_content): Hoist call to
5381 content.clear().
5382 * tui/tui-stack.c (tui_show_frame_info): Don't call
5383 tui_clear_source_content.
5384
5385 2019-08-15 Tom Tromey <tom@tromey.com>
5386
5387 * tui/tui-winsource.h (struct tui_source_window_base)
5388 <do_erase_source_content>: New method.
5389 <erase_source_content>: New method.
5390 (tui_erase_source_content): Don't declare.
5391 * tui/tui-winsource.c (tui_clear_source_content): Update.
5392 (tui_source_window_base::do_erase_source_content): Rename from
5393 tui_erase_source_content.
5394 (tui_source_window_base::show_source_content): Update.
5395 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5396 * tui/tui-source.h (struct tui_source_window)
5397 <erase_source_content>: New method.
5398 * tui/tui-disasm.h (struct tui_disasm_window)
5399 <erase_source_content>: New method.
5400
5401 2019-08-15 Tom Tromey <tom@tromey.com>
5402
5403 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5404 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5405 constructor.
5406 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5407 * tui/tui-source.c (tui_set_source_content): Update.
5408 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5409
5410 2019-08-15 Tom Tromey <tom@tromey.com>
5411
5412 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5413 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5414 tui-source.c.
5415 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5416 Declare.
5417 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5418 method.
5419 (tui_source_window::maybe_update): Update.
5420
5421 2019-08-15 Tom Tromey <tom@tromey.com>
5422
5423 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5424 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5425 tui-disasm.c.
5426 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5427 Declare.
5428 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5429 method.
5430 (tui_disasm_window::maybe_update): Update.
5431
5432 2019-08-15 Tom Tromey <tom@tromey.com>
5433
5434 * tui/tui-winsource.h (struct tui_source_window_base)
5435 <maybe_update>: Declare.
5436 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5437 method.
5438 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5439 Declare.
5440 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5441 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5442 Declare.
5443 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5444
5445 2019-08-15 Tom Tromey <tom@tromey.com>
5446
5447 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5448
5449 2019-08-15 Tom Tromey <tom@tromey.com>
5450
5451 * tui/tui-wingeneral.c: Include tui-stack.h.
5452 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5453 (struct tui_locator_window): Move from tui-data.h.
5454 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5455 (tui_initialize_static_data): Move from tui-data.c.
5456 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5457 (struct tui_locator_window): Move to tui-stack.c.
5458 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5459 (tui_initialize_static_data): Move to tui-stack.c.
5460
5461 2019-08-15 Tom Tromey <tom@tromey.com>
5462
5463 * tui/tui-layout.c (show_source_disasm_command)
5464 (show_source_or_disasm_and_command): Use make_visible method, not
5465 tui_make_window.
5466 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5467 Remove.
5468
5469 2019-08-15 Tom Tromey <tom@tromey.com>
5470
5471 * tui/tui-wingeneral.h (tui_make_window): Update.
5472 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5473 parameter.
5474 (tui_gen_win_info::make_visible): Update.
5475 * tui/tui-regs.c (tui_data_window::display_registers_from):
5476 Update.
5477 * tui/tui-layout.c (show_source_disasm_command)
5478 (show_source_or_disasm_and_command): Update.
5479 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5480 (enum tui_box): Remove.
5481 (struct tui_win_info) <can_box>: New method.
5482 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5483 method.
5484
5485 2019-08-15 Tom de Vries <tdevries@suse.de>
5486
5487 * linux-nat-trad.c: Include gdbarch.h.
5488
5489 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5490
5491 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5492 register sizes.
5493
5494 2019-08-14 Tom Tromey <tromey@adacore.com>
5495
5496 * darwin-nat.c: Include gdbarch.h.
5497 * darwin-nat-info.c: Include gdbarch.h.
5498
5499 2019-08-13 Tom Tromey <tom@tromey.com>
5500
5501 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5502 Remove.
5503 * tui/tui-data.c (tui_initialize_static_data): Update.
5504
5505 2019-08-13 Tom Tromey <tom@tromey.com>
5506
5507 * tui/tui-winsource.h (struct tui_exec_info_window)
5508 <~tui_exec_info_window, maybe_allocate_content, get_content,
5509 m_content>: Remove.
5510 (struct tui_source_window_base) <set_exec_info_content,
5511 show_exec_info_content>: Don't declare.
5512 * tui/tui-winsource.c
5513 (tui_exec_info_window::maybe_allocate_content): Remove.
5514 (tui_source_window_base::update_exec_info): Rename from
5515 set_exec_info_content.
5516 (tui_source_window_base::show_exec_info_content)
5517 (tui_source_window_base::update_exec_info): Remove.
5518
5519 2019-08-13 Tom Tromey <tom@tromey.com>
5520
5521 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5522 declare.
5523 * tui/tui-winsource.c (tui_update_source_window_as_is)
5524 (tui_update_source_windows_with_addr, tui_erase_source_content):
5525 Update.
5526 (tui_clear_exec_info_content): Remove.
5527
5528 2019-08-13 Tom Tromey <tom@tromey.com>
5529
5530 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5531 declare.
5532 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5533 call tui_erase_exec_info_content.
5534 (tui_clear_exec_info_content): Rename from
5535 tui_erase_exec_info_content.
5536 (tui_clear_exec_info_content): Delete.
5537
5538 2019-08-13 Tom Tromey <tom@tromey.com>
5539
5540 * tui/tui-winsource.h (struct tui_source_window_base)
5541 <show_exec_info_content>: Declare.
5542 (tui_show_exec_info_content): Don't declare.
5543 * tui/tui-winsource.c
5544 (tui_source_window_base::show_exec_info_content): Rename from
5545 tui_show_exec_info_content.
5546 (tui_source_window_base::update_exec_info): Update.
5547
5548 2019-08-13 Tom Tromey <tom@tromey.com>
5549
5550 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5551 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5552 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5553 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5554 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5555 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5556 ... here.
5557
5558 2019-08-13 Tom Tromey <tom@tromey.com>
5559
5560 * tui/tui-winsource.h (struct tui_source_window_base)
5561 <update_exec_info>: Declare.
5562 (tui_update_exec_info): Don't declare.
5563 * tui/tui-winsource.c (tui_update_source_window_as_is)
5564 (tui_source_window_base::refresh_all)
5565 (tui_update_all_breakpoint_info): Update.
5566 (tui_source_window_base::update_exec_info): Rename from
5567 tui_update_exec_info.
5568 * tui/tui-stack.c (tui_show_frame_info): Update.
5569
5570 2019-08-13 Tom Tromey <tom@tromey.com>
5571
5572 * tui/tui-winsource.h (struct tui_source_window_base)
5573 <set_exec_info_content>: Declare.
5574 (tui_set_exec_info_content): Don't declare.
5575 * tui/tui-winsource.c
5576 (tui_source_window_base::set_exec_info_content): Rename from
5577 tui_set_exec_info_content.
5578 (tui_update_exec_info): Update.
5579
5580 2019-08-13 Tom Tromey <tom@tromey.com>
5581
5582 * tui/tui-winsource.h (struct tui_source_window_base)
5583 <show_source_content>: Declare.
5584 (tui_show_source_content): Don't declare.
5585 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5586 (tui_source_window_base::show_source_content): Rename from
5587 tui_show_source_content.
5588 (tui_source_window_base::refresh_all): Update.
5589 * tui/tui-layout.c (show_source_disasm_command)
5590 (show_source_or_disasm_and_command): Update.
5591
5592 2019-08-13 Tom Tromey <tom@tromey.com>
5593
5594 * tui/tui-winsource.c (tui_erase_source_content)
5595 (tui_show_source_content, tui_source_window_base::refresh_all):
5596 Update.
5597 * tui/tui-wingeneral.h
5598 (tui_check_and_display_highlight_if_needed): Don't declare.
5599 * tui/tui-wingeneral.c
5600 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5601 check_and_display_highlight_if_needed.
5602 * tui/tui-win.c (tui_rehighlight_all)
5603 (tui_win_info::make_visible_with_new_height): Update.
5604 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5605 (tui_data_window::erase_data_content)
5606 (tui_data_window::display_all_data): Update.
5607 * tui/tui-data.h (struct tui_win_info)
5608 <check_and_display_highlight_if_needed>: Declare.
5609
5610 2019-08-13 Tom Tromey <tom@tromey.com>
5611
5612 * tui/tui-win.c (tui_resize_all): Call
5613 tui_delete_invisible_windows.
5614 * tui/tui-layout.c (show_layout): Call
5615 tui_delete_invisible_windows.
5616 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5617 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5618
5619 2019-08-13 Tom Tromey <tom@tromey.com>
5620
5621 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5622 tui_add_win_to_layout.
5623
5624 2019-08-13 Tom Tromey <tom@tromey.com>
5625
5626 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5627 * tui/tui-layout.c (tui_default_win_height): Now static.
5628
5629 2019-08-13 Tom Tromey <tom@tromey.com>
5630
5631 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5632 single switch.
5633 (show_source_disasm_command, show_source_or_disasm_and_command):
5634 Don't check current layout.
5635
5636 2019-08-13 Tom Tromey <tom@tromey.com>
5637
5638 * tui/tui-wingeneral.c (make_all_visible): Remove.
5639 (tui_make_all_invisible): Simplify.
5640 * tui/tui-layout.c (tui_make_all_invisible): Move from
5641 tui-wingeneral.c; simplify.
5642 (show_layout): Hoist call to tui_make_all_invisible.
5643 (show_data): Don't call tui_make_all_invisible.
5644
5645 2019-08-13 Tom Tromey <tom@tromey.com>
5646
5647 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5648 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5649
5650 2019-08-13 Tom Tromey <tom@tromey.com>
5651
5652 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5653 tui-data.c.
5654 (show_source_disasm_command, show_data)
5655 (show_source_or_disasm_and_command): Don't use
5656 tui_set_current_layout_to.
5657 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5658 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5659 tui-layout.c.
5660 (tui_set_current_layout_to): Remove.
5661
5662 2019-08-13 Tom Tromey <tom@tromey.com>
5663
5664 * tui/tui-layout.c (tui_set_layout): Update.
5665 * tui/tui-data.h (struct tui_layout_def): Remove.
5666 (tui_layout_def): Don't declare.
5667 * tui/tui-data.c (layout_def): Remove.
5668 (tui_layout_def): Remove.
5669
5670 2019-08-13 Tom Tromey <tom@tromey.com>
5671
5672 * tui/tui-winsource.h (struct tui_source_window_base)
5673 <clear_detail>: No longer "override".
5674 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5675 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5676 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5677 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5678 Remove.
5679 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5680
5681 2019-08-13 Tom Tromey <tromey@adacore.com>
5682
5683 * tracepoint.c: Don't include readline.h or history.h.
5684
5685 2019-08-12 Tom Tromey <tom@tromey.com>
5686
5687 * configure: Rebuild.
5688 * configure.ac: Check for readline 7.
5689 * NEWS: Mention readline 7 requirement.
5690 * README: Update.
5691
5692 2019-08-12 Tom Tromey <tom@tromey.com>
5693
5694 * mingw-hdep.c (gdb_select): Remove readline hack.
5695
5696 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5697
5698 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5699 when the function fails.
5700
5701 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5702
5703 * s390-tdep.c (s390_type_align): New function.
5704 (s390_gdbarch_init): Set it as type_align gdbarch method.
5705
5706 2019-08-09 Tom de Vries <tdevries@suse.de>
5707
5708 PR gdb/24591
5709 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5710 pc_low with relocation offset.
5711
5712 2019-08-07 Tom Tromey <tromey@adacore.com>
5713
5714 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5715 (print_frame_args): Update.
5716 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5717 Update.
5718 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5719 * frame.h (struct frame_arg): Add initializers.
5720 <error>: Now a unique_xmalloc_ptr.
5721
5722 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5723
5724 * NEWS: Expand the Pointer Authentication entry.
5725 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5726 (aarch64_frame_unmask_lr): ... to this.
5727 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5728 Call aarch64_frame_unmask_lr.
5729 * frame.c (struct frame_info): Add "masked" variable.
5730 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5731 (fprint_frame): Check for masked pc.
5732 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5733 declarations.
5734 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5735 * stack.c (print_frame): Check for masked pc.
5736
5737 2019-08-06 Tom Tromey <tom@tromey.com>
5738
5739 * stabsread.c (patch_block_stabs, read_one_struct_field)
5740 (read_enum_type): Use obstack_strndup.
5741 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5742 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5743 * dwarf2read.c (guess_full_die_structure_name)
5744 (anonymous_struct_prefix): Use obstack_strndup.
5745 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5746 * c-exp.y (yylex): Use obstack_strndup.
5747 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5748 (write_var_or_type): Use obstack_strndup.
5749
5750 2019-08-06 Tom Tromey <tom@tromey.com>
5751
5752 * symfile.c (reread_symbols): Use obstack_strdup.
5753 * stabsread.c (read_type): Use obstack_strdup.
5754 * gdb_obstack.h (obstack_strdup): New overload.
5755 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5756 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5757 (dwarf2_canonicalize_name): Use obstack_strdup.
5758 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5759 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5760 Use obstack_strdup.
5761
5762 2019-08-06 Tom Tromey <tom@tromey.com>
5763
5764 * gdb_obstack.h (obstack_strdup): Define.
5765 * gdb_obstack.c (obstack_strdup): Don't define.
5766
5767 2019-08-06 Tom Tromey <tom@tromey.com>
5768
5769 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5770 obstack_strdup.
5771 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5772 obstack_strdup.
5773 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5774 * stabsread.c (common_block_start): Use obstack_strdup.
5775 * objfiles.c (set_objfile_main_name, objfile): Use
5776 obstack_strdup.
5777 * namespace.c (add_using_directive): Use obstack_strdup.
5778 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5779 * jit.c (finalize_symtab): Use obstack_strdup.
5780 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5781 (guess_partial_die_structure_name, partial_die_info::fixup)
5782 (dwarf2_name): Use obstack_strdup.
5783 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5784 obstack_strdup.
5785 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5786 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5787 obstack_strdup.
5788 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5789
5790 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5791
5792 * unittests/help-doc-selftests.c: New file.
5793 * Makefile.in: Add the new file.
5794
5795 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5796
5797 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5798 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5799 the full first line, except when FOR_VALUE_PREFIX. In this case,
5800 the trailing '.' is not output, and the first character is uppercased.
5801 (print_help_for_command): Update call to print_doc_line.
5802 (print_doc_of_command): Likewise.
5803 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5804 * cli/cli-option.c (append_indented_doc): Do not append newline.
5805 (build_help_option): Append newline after first appended_indented_doc
5806 only if a second call is done.
5807 (build_help): Append 2 new lines before each option, except the first
5808 one.
5809 * compile/compile.c (_initialize_compile): Add new lines after
5810 %OPTIONS%, when not at the end of the help.
5811 Change help doc or code
5812 producing the help doc to respect the invariants.
5813 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5814 Also removed the new line after 'Options:', as all other commands
5815 do not put an empty line between 'Options:' and the first option.
5816 * printcmd.c (_initialize_printcmd): Likewise.
5817 * stack.c (_initialize_stack): Likewise.
5818 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5819 incorrectly telling COMMAND is optional.
5820 * ada-lang.c (_initialize_ada_language): Change help doc or code
5821 producing the help doc to respect the invariants.
5822 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5823 * breakpoint.c (_initialize_breakpoint): Likewise.
5824 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5825 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5826 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5827 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5828 _initialize_cli_style): Likewise.
5829 * corelow.c (core_target_info): Likewise.
5830 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5831 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5832 * filesystem.c (_initialize_filesystem): Likewise.
5833 * frame.c (_initialize_frame): Likewise.
5834 * gnu-nat.c (add_task_commands): Likewise.
5835 * infcall.c (_initialize_infcall): Likewise.
5836 * infcmd.c (_initialize_infcmd): Likewise.
5837 * interps.c (_initialize_interpreter): Likewise.
5838 * language.c (_initialize_language): Likewise.
5839 * linux-fork.c (_initialize_linux_fork): Likewise.
5840 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5841 * maint.c (_initialize_maint_cmds): Likewise.
5842 * memattr.c (_initialize_mem): Likewise.
5843 * printcmd.c (_initialize_printcmd): Likewise.
5844 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5845 _RegEx): Likewise.
5846 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5847 * record-btrace.c (_initialize_record_btrace): Likewise.
5848 * record-full.c (_initialize_record_full): Likewise.
5849 * record.c (_initialize_record): Likewise.
5850 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5851 * regcache.c (_initialize_regcache): Likewise.
5852 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5853 _initialize_remote): Likewise.
5854 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5855 * serial.c (_initialize_serial): Likewise.
5856 * skip.c (_initialize_step_skip): Likewise.
5857 * source.c (_initialize_source): Likewise.
5858 * stack.c (_initialize_stack): Likewise.
5859 * symfile.c (_initialize_symfile): Likewise.
5860 * symtab.c (_initialize_symtab): Likewise.
5861 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5862 * top.c (init_main): Likewise.
5863 * tracefile-tfile.c (tfile_target_info): Likewise.
5864 * tracepoint.c (_initialize_tracepoint): Likewise.
5865 * tui/tui-win.c (_initialize_tui_win): Likewise.
5866 * utils.c (add_internal_problem_command): Likewise.
5867 * valprint.c (value_print_option_defs): Likewise.
5868
5869 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5870
5871 PR build/24886
5872 * configure.ac: Drop enable-libmcheck support.
5873 * configure, config.in: Rebuild.
5874 * libmcheck.m4: Remove.
5875 * acinclude.m4: Don't include it.
5876 * Makefile.in: Don't distribute it.
5877 * top.c (print_gdb_configuration): Don't mention it.
5878
5879 2019-08-06 Tom Tromey <tom@tromey.com>
5880
5881 * utils.c (set_output_style): Sometimes pass stream to
5882 emit_style_escape.
5883 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5884 * record-btrace.c (btrace_insn_history): Update.
5885 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5886 method.
5887 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5888 Update initializers.
5889 <m_uiout>: New field.
5890 <m_di>: Move lower.
5891 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5892 Remove "uiout" parameter.
5893 (dump_insns): Update.
5894 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5895 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5896
5897 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5898
5899 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5900 (error_in_psymtab_expansion): Likewise.
5901 (lookup_symbol_via_quick_fns): Likewise.
5902 (basic_lookup_transparent_type_quick): Likewise.
5903 (basic_lookup_transparent_type_1): Likewise.
5904
5905 2019-08-06 Tom Tromey <tromey@adacore.com>
5906
5907 * source.c (last_source_error): Now bool.
5908 (print_source_lines_base): Make "noprint" bool. Only open
5909 source file when last_source_visited changes.
5910
5911 2019-08-06 Tom Tromey <tromey@adacore.com>
5912
5913 * annotate.c (annotate_source_line): Use g_source_cache.
5914 * source-cache.c (source_cache::get_plain_source_lines): Change
5915 parameters. Populate m_offset_cache.
5916 (source_cache::ensure): New method.
5917 (source_cache::get_line_charpos): New method.
5918 (extract_lines): Move lower. Change parameters.
5919 (source_cache::get_source_lines): Move lower.
5920 * source-cache.h (class source_cache): Update comment.
5921 <get_line_charpos>: New method.
5922 <get_source_lines>: Update comment.
5923 <clear>: Clear m_offset_cache.
5924 <get_plain_source_lines>: Change parameters.
5925 <ensure>: New method
5926 <m_offset_cache>: New member.
5927 * source.c (forget_cached_source_info_for_objfile): Update.
5928 (info_source_command): Use g_source_cache.
5929 (find_source_lines, open_source_file_with_line_charpos): Remove.
5930 (print_source_lines_base, search_command_helper): Use g_source_cache.
5931 * source.h (open_source_file_with_line_charpos): Don't declare.
5932 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5933 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5934 Use g_source_cache.
5935
5936 2019-08-06 Tom Tromey <tromey@adacore.com>
5937
5938 * source-cache.c (source_cache::get_plain_source_lines):
5939 Remove "first_line" and "last_line" parameters.
5940 (source_cache::get_source_lines): Cache plain text.
5941 * source-cache.h (class source_cache)
5942 <get_plain_source_lines>: Update.
5943
5944 2019-08-06 Tom Tromey <tromey@adacore.com>
5945
5946 * source-cache.c (extract_lines): No longer a method.
5947 Changed type of parameter. Include final newline.
5948 (selftests::extract_lines_test): New function.
5949 (_initialize_source_cache): Likewise.
5950 * source-cache.h (class source_cache)
5951 <extract_lines>: Don't declare.
5952
5953 2019-08-06 Tom Tromey <tromey@adacore.com>
5954
5955 * breakpoint.c (init_breakpoint_sal): Update.
5956 (breakpoint): Update.
5957 * breakpoint.h (struct breakpoint) <filter>: Now a
5958 unique_xmalloc_ptr.
5959
5960 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5961
5962 * NEWS: Mention dictionary access on blocks.
5963 * python/py-block.c (blpy_getitem): New function.
5964 (block_object_as_mapping): New struct.
5965 (block_object_type): Use new struct for tp_as_mapping field.
5966
5967 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5968
5969 * objfiles.h (objfile): Add a comment describing partial symbols.
5970
5971 2019-08-05 Tom Tromey <tromey@adacore.com>
5972
5973 * compile/compile.c (_initialize_compile): Use _(), not N_().
5974 * thread.c (_initialize_thread): Use _(), not N_().
5975 * stack.c (_initialize_stack): Use _(), not N_().
5976 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5977
5978 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5979
5980 * dwarf2read.c (struct dw2_symtab_iterator):
5981 <want_specific_block>: Remove.
5982 <block_index>: Change type to gdb::optional.
5983 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5984 change type of BLOCK_INDEX parameter to gdb::optional.
5985 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5986 (dw2_lookup_symbol): Don't pass argument for
5987 WANT_SPECIFIC_BLOCK.
5988 (dw2_expand_symtabs_for_function): Don't pass argument for
5989 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5990 (class dw2_debug_names_iterator)
5991 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5992 parameter, change BLOCK_INDEX type to gdb::optional.
5993 <m_want_specific_block>: Remove.
5994 <m_block_index>: Change type to gdb::optional.
5995 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5996 gdb::optional. Re-write in function of gdb::optional.
5997 (dw2_debug_names_lookup_symbol): Don't pass argument for
5998 WANT_SPECIFIC_BLOCK.
5999 (dw2_debug_names_expand_symtabs_for_function): Don't pass
6000 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
6001 BLOCK_INDEX.
6002
6003 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6004
6005 * NEWS: Mention changes to "info sources" command.
6006
6007 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6008
6009 * symtab.c (filename_partial_match_opts): New struct type.
6010 (struct output_source_filename_data): New members
6011 regexp, c_regexp, partial_match.
6012 (output_source_filename): Use new members to decide to print file.
6013 (info_sources_option_defs): New variable.
6014 (make_info_sources_options_def_group, print_info_sources_header,
6015 info_sources_command_completer):
6016 New functions.
6017 (info_sources_command): Read new optional arguments.
6018 (_initialize_symtab): Update info sources help.
6019
6020 2019-08-02 Alexandre Oliva <oliva@adacore.com>
6021
6022 * ada-lang.c (exception_support_info_v0): Renamed from...
6023 (default_exception_support_info): ... this. Create new
6024 definition for v1.
6025 (ada_has_this_exception_support): Look up catch_handlers_sym.
6026 (ada_exception_support_info_sniffer): Try v0 after default.
6027
6028 2019-08-01 Tom Tromey <tromey@adacore.com>
6029
6030 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
6031 gdbarch.h.
6032
6033 2019-08-01 Christian Biesinger <cbiesinger@google.com>
6034
6035 * s12z-tdep.c: Fix include path for s12z-opc.h.
6036
6037 2019-08-01 Alan Hayward <alan.hayward@arm.com>
6038
6039 * NEWS: Require GNU make 3.82.
6040
6041 2019-07-16 Tom Tromey <tom@tromey.com>
6042
6043 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
6044 declare.
6045
6046 2019-07-30 Tom Tromey <tromey@adacore.com>
6047
6048 * block.c (contained_in): Remove BLOCK_FUNCTION check.
6049
6050 2019-07-30 Kevin Buettner <kevinb@redhat.com>
6051
6052 * printcmd.c (print_address_symbolic): Print negative offsets.
6053 (build_address_symbolic): Force signed arithmetic when computing
6054 offset.
6055
6056 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6057
6058 PR/24474: Add a function to lookup static variables.
6059 * NEWS: Mention this new function.
6060 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
6061 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
6062 * python/python.c (python_GdbMethods): Add new function.
6063
6064 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6065
6066 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
6067 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
6068 (objfpy_lookup_static_symbol): New function.
6069 (objfile_object_methods): Add new functions.
6070
6071 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6072
6073 * NEWS: Mention 'set|show print frame-info'. Mention new
6074 'presence' value for 'frame-arguments'. Mention new '-frame-info'
6075 backtrace argument. Mention that python frame filtering code
6076 is now consistent with what 'backtrace' command prints.
6077
6078 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6079
6080 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
6081 comments.
6082 (print_frame_info_auto, print_frame_info_source_line,
6083 print_frame_info_location, print_frame_info_source_and_location,
6084 print_frame_info_location_and_address, print_frame_info_short_location):
6085 New declarations.
6086 (struct frame_print_options): New member print_frame_info.
6087 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
6088 * stack.h (get_user_print_what_frame_info): New declaration.
6089 (frame_show_address): New declaration.
6090 * stack.c (print_frame_arguments_choices): New value 'presence'.
6091 (print_frame_info_auto, print_frame_info_source_line,
6092 print_frame_info_location, print_frame_info_source_and_location,
6093 print_frame_info_location_and_address, print_frame_info_short_location,
6094 print_frame_info_choices, print_frame_info_print_what): New definitions.
6095 (print_frame_args): Only print dots for args if print frame-arguments
6096 is 'presence'.
6097 (frame_print_option_defs): New element for "frame-info".
6098 (get_user_print_what_frame_info): New function.
6099 (frame_show_address): Make non static. Move comment to stack.h.
6100 (print_frame_info_to_print_what): New function.
6101 (print_frame_info): Update comment. Use fp_opts.print_frame_info
6102 to decide what to print.
6103 (backtrace_command_1): Handle the new print_frame_arguments_presence
6104 value.
6105 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
6106 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
6107 (py_print_frame): In non-mi mode, use LOCATION as default for
6108 print_what, similarly to frame information printed directly by
6109 backtrace command. Handle frame-info user option in non MI mode.
6110
6111 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6112
6113 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
6114 Add case for debugging 32-bit target on 64-bit host. Revise
6115 comment.
6116
6117 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6118
6119 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
6120 instead of find_function_entry_range_from_pc.
6121
6122 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6123
6124 * stack.c (find_frame_funname): Remove code which preferred
6125 minsym over symtab sym in "certain pathological cases".
6126
6127 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
6128 parameter. Change type of "do_demangle" to bool.
6129 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6130 Pass suitable "prefer_sym_over_minsym" flag to
6131 build_address_symbolic(). Don't output "+" for negative offsets.
6132 * printcmd.c (print_address_symbolic): Update invocation of
6133 build_address_symbolic to include a "prefer_sym_over_minsym"
6134 flag.
6135 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
6136 Restrict cases in which use of minimal symbol is preferred to that
6137 of a found symbol. Update comments.
6138
6139 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
6140 for entry pc when entry pc is out of range for that FDE.
6141
6142 2019-07-26 Brian Callahan <bcallah@openbsd.org>
6143
6144 PR gdb/24839:
6145 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
6146 type.
6147
6148 2019-07-25 Christian Biesinger <cbiesinger@google.com>
6149
6150 * python/py-objfile.c (add_separate_debug_file): Fix comment about
6151 this function's Python signature.
6152
6153
6154 2019-07-24 Christian Biesinger <cbiesinger@google.com>
6155
6156 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
6157 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
6158 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
6159 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
6160 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
6161
6162
6163 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
6164
6165 * h8300-tdep.c (h8300_register_name_common): New.
6166 h8300_register_name): Use h8300_register_name_common.
6167 (h8300s_register_name): Likewise.
6168 (h8300sx_register_name): Likewise.
6169 (h8300h_register_nam): New.
6170 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
6171
6172
6173 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6174
6175 * arm-tdep.c (arm_skip_cmse_entry): New function.
6176 (arm_is_sgstubs_section): New function.
6177 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
6178
6179 2019-07-22 Tom Tromey <tom@tromey.com>
6180
6181 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
6182 Don't self-assign.
6183
6184 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6185
6186 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
6187 type_print.
6188
6189 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * symtab.c (search_symbols): Adjust msymbol matching type arrays
6192 so that GDB doesn't match any msymbols when searching in the
6193 TYPES_DOMAIN.
6194 (print_symbol_info): Print using typedef_print or type_print based
6195 on the type of the symbol. Add updated FIXME comment moved from...
6196 (_initialize_symtab): ... move and update FIXME comment to above.
6197
6198 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * NEWS: Mention adding -q option to "info types".
6201 * symtab.c (struct info_types_options): New struct.
6202 (info_types_options_defs): New variable.
6203 (make_info_types_options_def_group): New function.
6204 (info_types_command): Use gdb::option framework to parse options.
6205 (info_types_command_completer): New function.
6206 (_initialize_symtab): Extend the help text on "info types" and
6207 register command completer.
6208
6209 2019-07-21 Christian Biesinger <cbiesinger@google.com>
6210
6211 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
6212 (lookup_symbol_in_objfile): Change int to block_enum and add a
6213 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
6214
6215 2019-07-20 Christian Biesinger <cbiesinger@google.com>
6216
6217 * MAINTAINERS (Write After Approval): Add self.
6218
6219 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
6222 instruction to the dummy code region.
6223
6224 2019-07-19 Tom Tromey <tromey@adacore.com>
6225
6226 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
6227 (ARGSUSED, PARAMS, __func__): Remove rules.
6228
6229 2019-07-19 Alan Hayward <alan.hayward@arm.com>
6230
6231 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
6232 * features/arm/arm-with-iwmmxt.c: Remove.
6233 * features/arm/arm-with-iwmmxt.xml: Remove.
6234 * features/arm/arm-with-m-fpa-layout.c: Remove.
6235 * features/arm/arm-with-m-fpa-layout.xml: Remove.
6236 * features/arm/arm-with-m-vfp-d16.c: Remove.
6237 * features/arm/arm-with-m-vfp-d16.xml: Remove.
6238 * features/arm/arm-with-m.c: Remove.
6239 * features/arm/arm-with-m.xml: Remove.
6240 * features/arm/arm-with-neon.c: Remove.
6241 * features/arm/arm-with-neon.xml: Remove.
6242 * features/arm/arm-with-vfpv2.c: Remove.
6243 * features/arm/arm-with-vfpv2.xml: Remove.
6244 * features/arm/arm-with-vfpv3.c: Remove.
6245 * features/arm/arm-with-vfpv3.xml: Remove.
6246
6247 2019-07-19 Alan Hayward <alan.hayward@arm.com>
6248
6249 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
6250
6251 2019-07-19 Alan Hayward <alan.hayward@arm.com>
6252
6253 * arch/aarch32.c (aarch32_create_target_description): Create
6254 target descriptions using features.
6255 * arch/arm.c (arm_create_target_description)
6256 (arm_create_mprofile_target_description): Likewise.
6257 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
6258
6259 2019-07-19 Alan Hayward <alan.hayward@arm.com>
6260
6261 * Makefile.in: Add new files.
6262 * aarch32-tdep.c: New file.
6263 * aarch32-tdep.h: New file.
6264 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
6265 Call aarch32_read_description.
6266 * arch/aarch32.c: New file.
6267 * arch/aarch32.h: New file.
6268 * arch/arm.c (arm_create_target_description)
6269 (arm_create_mprofile_target_description): New function.
6270 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
6271 (arm_create_target_description)
6272 (arm_create_mprofile_target_description): New declaration.
6273 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
6274 read_description functions.
6275 * arm-linux-nat.c (arm_linux_nat_target::read_description):
6276 Likewise.
6277 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
6278 * arm-tdep.c (tdesc_arm_list): New variable.
6279 (arm_register_g_packet_guesses): Call create description functions.
6280 (arm_read_description) (arm_read_mprofile_description): New
6281 function.
6282 * arm-tdep.h (arm_read_description)
6283 (arm_read_mprofile_description): Add declaration.
6284 * configure.tgt: Add new files.
6285
6286 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
6287
6288 * top.c (new_ui_command): Open specified terminal just once.
6289
6290 2019-07-18 Tom Tromey <tromey@adacore.com>
6291
6292 * symtab.c (main_name): Constify return type.
6293 * symfile.c (set_initial_language): Update.
6294 * symtab.h (main_name): Constify return type.
6295
6296 2019-07-17 Tom Tromey <tom@tromey.com>
6297
6298 * tui/tui-winsource.c (tui_update_source_window)
6299 (tui_update_source_window_as_is)
6300 (tui_update_source_windows_with_line): Remove return.
6301 * tui/tui-disasm.c (tui_show_disassem)
6302 (tui_show_disassem_and_update_source): Remove return.
6303 * tui/tui.c (tui_reset): Remove return.
6304 * tui/tui-wingeneral.c
6305 (tui_check_and_display_highlight_if_needed): Remove return.
6306
6307 2019-07-17 Tom Tromey <tom@tromey.com>
6308
6309 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
6310
6311 2019-07-17 Tom Tromey <tom@tromey.com>
6312
6313 * tui/tui-winsource.h (struct tui_exec_info_window)
6314 (struct tui_source_window_base): Move from tui-data.h.
6315 * tui/tui-winsource.c: Move many method definitions from
6316 elsewhere. Remove "structuring" comments.
6317 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
6318 (tui_source_window_base::refresh_window): Move to
6319 tui-winsource.c.
6320 * tui/tui-win.c (tui_source_window_base::refresh_all)
6321 (tui_source_window_base::update_tab_width)
6322 (tui_source_window_base::set_new_height)
6323 (tui_source_window_base::do_make_visible_with_new_height): Move to
6324 tui-winsource.c.
6325 * tui/tui-source.h: Update.
6326 * tui/tui-source.c (tui_source_window_base::reset): Move to
6327 tui-winsource.c.
6328 * tui/tui-disasm.h: Update.
6329 * tui/tui-data.h (struct tui_exec_info_window): Move to
6330 tui-winsource.h.
6331 (struct tui_source_window_base): Likewise.
6332 * tui/tui-data.c (tui_source_window_base::clear_detail)
6333 (tui_source_window_base, ~tui_source_window_base): Move to
6334 tui-winsource.c.
6335
6336 2019-07-17 Tom Tromey <tom@tromey.com>
6337
6338 * tui/tui-win.c (tui_resize_all)
6339 (tui_source_window_base::update_tab_width)
6340 (tui_adjust_win_heights): Update.
6341 (tui_win_info::make_invisible_and_set_new_height): Rename from
6342 make_invisible_and_set_new_height.
6343 * tui/tui-data.h (struct tui_win_info)
6344 <make_invisible_and_set_new_height>: New method.
6345
6346 2019-07-17 Tom Tromey <tom@tromey.com>
6347
6348 * tui/tui.c: Update.
6349 * tui/tui-source.h (struct tui_source_window): Move from
6350 tui-data.h.
6351 * tui/tui-layout.c: Update.
6352 * tui/tui-disasm.c: Update.
6353 * tui/tui-data.h (struct tui_source_window): Move to
6354 tui-source.h.
6355
6356 2019-07-17 Tom Tromey <tom@tromey.com>
6357
6358 * tui/tui-disasm.h (struct tui_disasm_window): Move from
6359 tui-data.h.
6360 * tui/tui-data.h (struct tui_disasm_window): Move to
6361 tui-disasm.h.
6362
6363 2019-07-17 Tom Tromey <tom@tromey.com>
6364
6365 * tui/tui-regs.h (struct tui_data_item_window): Move from
6366 tui-data.h.
6367 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
6368 * tui/tui-data.h (struct tui_data_item_window): Move to
6369 tui-regs.h.
6370 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
6371
6372 2019-07-17 Tom Tromey <tom@tromey.com>
6373
6374 * tui/tui.c: Update.
6375 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6376 (tui_cmd_window::max_height): Move to tui-command.c.
6377 * tui/tui-layout.c: Update.
6378 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6379 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6380 tui-command.c.
6381 * tui/tui-command.h (struct tui_cmd_window): Move from
6382 tui-data.h.
6383 * tui/tui-command.c: Remove "structuring" comments.
6384 (tui_cmd_window::clear_detail)
6385 (tui_cmd_window::do_make_visible_with_new_height)
6386 (tui_cmd_window::max_height): Move from elsewhere.
6387
6388 2019-07-17 Tom Tromey <tom@tromey.com>
6389
6390 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6391 Now static.
6392 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6393 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6394
6395 2019-07-17 Tom Tromey <tom@tromey.com>
6396
6397 * tui/tui.c: Update.
6398 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6399 tui-regs.c.
6400 * tui/tui-windata.h: Remove file.
6401 * tui/tui-windata.c: Remove file.
6402 * tui/tui-win.c (tui_data_window::set_new_height)
6403 (tui_data_window::do_make_visible_with_new_height): Move to
6404 tui-regs.c.
6405 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6406 * tui/tui-regs.c: Remove "structuring" comments.
6407 (tui_data_window::first_data_item_displayed)
6408 (tui_data_window::delete_data_content_windows)
6409 (tui_data_window::erase_data_content)
6410 (tui_data_window::display_all_data)
6411 (tui_data_window::refresh_all)
6412 (tui_data_window::do_scroll_vertical)
6413 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6414 (tui_data_window::do_make_visible_with_new_height)
6415 (tui_data_window::refresh_window): Move from elsewhere.
6416 (_initialize_tui_regs): Move to end of file.
6417 * tui/tui-layout.c: Update.
6418 * tui/tui-hooks.c: Update.
6419 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6420 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6421 tui-regs.c.
6422 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6423
6424 2019-07-17 Tom Tromey <tom@tromey.com>
6425
6426 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6427 seen.
6428
6429 2019-07-17 Tom Tromey <tom@tromey.com>
6430
6431 * tui/tui-win.c (tui_source_window_base::set_new_height)
6432 (tui_source_window_base::do_make_visible_with_new_height): Use
6433 m_has_locator field directly.
6434 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6435 method.
6436 (struct tui_source_window_base) <has_locator>: Likewise.
6437
6438 2019-07-17 Tom Tromey <tom@tromey.com>
6439
6440 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6441 Don't declare.
6442 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6443 Remove.
6444 * tui/tui-win.c (tui_source_window_base::set_new_height)
6445 (tui_source_window_base::set_new_height)
6446 (make_invisible_and_set_new_height)
6447 (tui_source_window_base::do_make_visible_with_new_height)
6448 (tui_source_window_base::do_make_visible_with_new_height):
6449 Update.
6450 * tui/tui-layout.c (show_source_disasm_command, show_data)
6451 (show_source_or_disasm_and_command): Update.
6452 * tui/tui-layout.c (show_layout): Update.
6453
6454 2019-07-17 Tom Tromey <tom@tromey.com>
6455
6456 * tui/tui-layout.c (make_data_window): Remove.
6457 (show_data): Unify creation and re-initialization cases.
6458
6459 2019-07-17 Tom Tromey <tom@tromey.com>
6460
6461 * tui/tui-layout.c (make_source_window, make_disasm_window):
6462 Remove.
6463 (show_data): Unify creation and re-initialization cases.
6464
6465 2019-07-17 Tom Tromey <tom@tromey.com>
6466
6467 * tui/tui-layout.c (make_command_window): Remove.
6468 (show_source_disasm_command, show_source_or_disasm_and_command):
6469 Unify creation and re-initialization cases.
6470
6471 2019-07-17 Tom Tromey <tom@tromey.com>
6472
6473 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6474 creation and re-initialization cases.
6475
6476 2019-07-17 Tom Tromey <tom@tromey.com>
6477
6478 * tui/tui-regs.c (tui_get_register): Return void.
6479
6480 2019-07-17 Tom Tromey <tom@tromey.com>
6481
6482 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6483 Simplify.
6484
6485 2019-07-17 Tom Tromey <tom@tromey.com>
6486
6487 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6488 resetting.
6489
6490 2019-07-17 Tom Tromey <tom@tromey.com>
6491
6492 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6493 * tui/tui-regs.c (tui_reg_layout): New function.
6494 (tui_show_registers, tui_reg_command): Use it.
6495 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6496 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6497 parameters.
6498 (tui_layout_command): Remove.
6499
6500 2019-07-17 Tom Tromey <tom@tromey.com>
6501
6502 * tui/tui-layout.h (tui/tui-layout): Return void.
6503 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6504
6505 2019-07-17 Tom Tromey <tom@tromey.com>
6506
6507 * tui/tui-layout.c (show_source_disasm_command, show_data):
6508 Update.
6509 (reset_locator): Remove.
6510 (show_source_or_disasm_and_command): Update.
6511
6512 2019-07-17 Tom Tromey <tom@tromey.com>
6513
6514 * tui/tui-source.c (tui_source_window_base::reset): Remove
6515 win_type parameter.
6516 * tui/tui-layout.c (make_command_window, make_source_window)
6517 (make_disasm_window, make_data_window)
6518 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6519 (reset_locator, show_source_or_disasm_and_command): Update.
6520 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6521 win_type parameter.
6522 (struct tui_source_window_base) <reset>: Likewise.
6523
6524 2019-07-17 Tom Tromey <tom@tromey.com>
6525
6526 * tui/tui-layout.c (show_source_disasm_command): Use
6527 reset_locator.
6528 (reset_locator): New function.
6529 (init_and_make_win): Remove.
6530 (show_source_or_disasm_and_command): Use reset_locator.
6531
6532 2019-07-17 Tom Tromey <tom@tromey.com>
6533
6534 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6535 condition.
6536 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6537 Remove condition.
6538 * tui/tui-source.c (tui_source_window_base::reset): New method.
6539 * tui/tui-layout.c (make_command_window): Don't call
6540 init_and_make_win.
6541 (make_source_window, make_disasm_window): Don't call
6542 make_source_or_disasm_window.
6543 (make_data_window): Don't call init_and_make_win. Change calling
6544 convention.
6545 (show_source_disasm_command, show_data): Simplify.
6546 (make_source_or_disasm_window): Remove.
6547 (show_source_or_disasm_and_command): Simplify.
6548 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6549 (struct tui_source_window_base) <reset>: Likewise.
6550 <execution_info>: Remove initializer.
6551 * tui/tui-data.c (tui_source_window_base): Initialize
6552 execution_info.
6553
6554 2019-07-17 Tom Tromey <tom@tromey.com>
6555
6556 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6557 variable.
6558
6559 2019-07-17 Tom Tromey <tom@tromey.com>
6560
6561 * tui/tui.c (tui_rl_other_window): Update.
6562 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6563 superclass method first. Always iterate over regs_content.
6564 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6565 method.
6566 * tui/tui-win.c (tui_set_focus_command): Update.
6567
6568 2019-07-17 Tom Tromey <tom@tromey.com>
6569
6570 * tui/tui-win.c (tui_set_focus_command): Rename from
6571 tui_set_focus. Call tui_enable.
6572 (tui_set_focus_command): Remove.
6573
6574 2019-07-17 Tom Tromey <tom@tromey.com>
6575
6576 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6577 refresh_window.
6578 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6579 touchwin.
6580 (tui_data_window::refresh_window): Call refresh_window on data
6581 items. Always call superclass refresh_window.
6582 (tui_win_info::refresh): Remove.
6583 (tui_source_window_base::refresh_window): Update.
6584 (tui_refresh_all): Update.
6585 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6586 refresh_window.
6587 (show_source_or_disasm_and_command): Likewise.
6588 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6589 (struct tui_source_window_base) <refresh>: Likewise.
6590
6591 2019-07-17 Tom Tromey <tom@tromey.com>
6592
6593 * tui/tui-winsource.c (tui_clear_source_content)
6594 (tui_show_source_content): Update.
6595 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6596 whether content is empty.
6597 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6598 Remove.
6599
6600 2019-07-17 Tom Tromey <tom@tromey.com>
6601
6602 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6603 window's contents.
6604 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6605 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6606
6607 2019-07-17 Tom Tromey <tom@tromey.com>
6608
6609 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6610 (struct tui_data_item_window): Update.
6611
6612 2019-07-17 Tom Tromey <tom@tromey.com>
6613
6614 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6615 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6616 defines.
6617
6618 2019-07-17 Tom Tromey <tom@tromey.com>
6619
6620 * tui/tui-winsource.h (tui_erase_source_content)
6621 (tui_clear_source_content): Remove "display_prompt" parameter.
6622 * tui/tui-winsource.c (tui_update_source_window_as_is)
6623 (tui_update_source_windows_with_addr): Update.
6624 (tui_clear_source_content): Remove "display_prompt" parameter.
6625 (tui_erase_source_content): Likewise. Simplify.
6626 (tui_show_source_content): Update.
6627 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6628 * tui/tui-stack.c (tui_show_frame_info): Update.
6629 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6630 Remove defines.
6631
6632 2019-07-17 Tom Tromey <tom@tromey.com>
6633
6634 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6635 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6636 parameter.
6637 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6638 parameter.
6639
6640 2019-07-17 Tom Tromey <tom@tromey.com>
6641
6642 * tui/tui-winsource.c (tui_clear_source_content)
6643 (tui_show_source_content, tui_show_exec_info_content)
6644 (tui_clear_exec_info_content): Update.
6645 * tui/tui-stack.c (tui_show_locator_content): Update.
6646 (tui_show_frame_info): Update.
6647 * tui/tui-source.h (tui_source_window): Don't declare.
6648 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6649 from tui_source_is_displayed.
6650 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6651 Remove field.
6652 (struct tui_source_window_base) <content_in_use>: New field. Now
6653 bool.
6654 (struct tui_source_window) <showing_source_p>: New method.
6655 (TUI_SRC_WIN): Change cast.
6656 * tui/tui-data.c (tui_initialize_static_data): Update.
6657
6658 2019-07-17 Tom Tromey <tom@tromey.com>
6659
6660 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6661 location_matches_p.
6662 * tui/tui-source.c (tui_source_window::location_matches_p): New
6663 method.
6664 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6665 method.
6666 * tui/tui-data.h (struct tui_source_window_base)
6667 <location_matches_p>: New method.
6668 (struct tui_source_window, struct tui_disasm_window)
6669 <location_matches_p>: Likewise.
6670
6671 2019-07-17 Tom Tromey <tom@tromey.com>
6672
6673 * tui/tui-win.c (tui_set_win_height_command): Rename from
6674 tui_set_win_height.
6675 (tui_set_win_height_command): Remove.
6676
6677 2019-07-17 Tom Tromey <tom@tromey.com>
6678
6679 * tui/tui-source.c (tui_source_window): New constructor. Add
6680 observer.
6681 (~tui_source_window): New destructor.
6682 (tui_source_window::style_changed): New method.
6683 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6684 (tui_attach_detach_observers): Update.
6685 * tui/tui-data.h (struct tui_source_window): Make constructor not
6686 inline. Add destructor.
6687 (struct tui_source_window) <style_changed>: New method.
6688 <m_observable>: New member.
6689
6690 2019-07-17 Tom Tromey <tom@tromey.com>
6691
6692 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6693 * tui/tui-win.c (tui_resize_all): Fix typo.
6694
6695 2019-07-17 Tom Tromey <tom@tromey.com>
6696
6697 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6698 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6699 (tui_refresh_all): Remove "list" parameter. Use foreach.
6700 * tui/tui-win.c (window_name_completer): Use foreach.
6701 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6702 (update_tab_width): Likewise.
6703 * tui/tui-layout.c (show_layout): Update.
6704 * tui/tui-data.h (class tui_window_iterator): New.
6705 (struct all_tui_windows): New.
6706 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6707
6708 2019-07-17 Tom Tromey <tom@tromey.com>
6709
6710 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6711 parameter. Don't reference globals.
6712 (tui_reg_command): Update.
6713
6714 2019-07-17 Tom Tromey <tom@tromey.com>
6715
6716 * tui/tui-regs.c (tui_show_registers): Simplify.
6717
6718 2019-07-17 Tom Tromey <tom@tromey.com>
6719
6720 * tui/tui-regs.c (tui_show_registers): Update.
6721 (tui_show_register_group): Add win_info parameter.
6722
6723 2019-07-17 Tom Tromey <tom@tromey.com>
6724
6725 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6726 Rename from tui_display_reg_element_at_line.
6727 (tui_data_window::display_registers_from_line): Update.
6728 * tui/tui-data.h (struct tui_data_window)
6729 <display_reg_element_at_line>: New method.
6730
6731 2019-07-17 Tom Tromey <tom@tromey.com>
6732
6733 * tui/tui-regs.h (tui_display_registers_from)
6734 (tui_display_registers_from_line): Don't declare.
6735 * tui/tui-windata.c (tui_data_window::display_all_data)
6736 (tui_data_window::refresh_all)
6737 (tui_data_window::do_scroll_vertical): Update.
6738 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6739 from tui_display_registers_from.
6740 (tui_display_reg_element_at_line): Update.
6741 (tui_data_window::display_registers_from_line): Rename from
6742 tui_display_registers_from_line.
6743 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6744 display_registers_from_line>: New methods.
6745
6746 2019-07-17 Tom Tromey <tom@tromey.com>
6747
6748 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6749 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6750 from tui_erase_data_content.
6751 (tui_data_window::display_all_data)
6752 (tui_data_window::refresh_all)
6753 (tui_data_window::do_scroll_vertical): Update.
6754 * tui/tui-regs.c (tui_show_registers): Update.
6755 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6756 New method.
6757
6758 2019-07-17 Tom Tromey <tom@tromey.com>
6759
6760 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6761 declare.
6762 * tui/tui-windata.c
6763 (tui_data_window::delete_data_content_windows): Rename from
6764 tui_delete_data_content_windows.
6765 (tui_data_window::display_all_data)
6766 (tui_data_window::do_scroll_vertical): Update.
6767 * tui/tui-data.h (struct tui_data_window)
6768 <delete_data_content_windows>: New method.
6769
6770 2019-07-17 Tom Tromey <tom@tromey.com>
6771
6772 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6773 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6774
6775 2019-07-17 Tom Tromey <tom@tromey.com>
6776
6777 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6778 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6779 from tui_display_all_data.
6780 * tui/tui-win.c
6781 (tui_data_window::do_make_visible_with_new_height): Update.
6782 * tui/tui-regs.c (tui_show_registers): Update.
6783 * tui/tui-layout.c (tui_set_layout): Update.
6784 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6785 method.
6786
6787 2019-07-17 Tom Tromey <tom@tromey.com>
6788
6789 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6790 * tui/tui-windata.c (tui_display_data_from): Remove.
6791 (tui_data_window::refresh_all): Update.
6792
6793 2019-07-17 Tom Tromey <tom@tromey.com>
6794
6795 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6796 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6797 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6798 tui_display_registers_from_line.
6799 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6800 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6801 "force_display" parameter.
6802
6803 2019-07-17 Tom Tromey <tom@tromey.com>
6804
6805 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6806 declare.
6807 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6808 Rename from tui_first_reg_element_no_inline.
6809 (tui_display_reg_element_at_line)
6810 (tui_display_registers_from_line): Update.
6811 * tui/tui-data.h (struct tui_data_window)
6812 <first_reg_element_no_inline>: New method.
6813
6814 2019-07-17 Tom Tromey <tom@tromey.com>
6815
6816 * tui/tui-windata.c (tui_display_data_from)
6817 (tui_data_window::do_scroll_vertical): Update.
6818 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6819 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6820 Rename from tui_line_from_reg_element_no.
6821 (tui_display_registers_from_line): Update.
6822 * tui/tui-data.h (struct tui_data_window)
6823 <line_from_reg_element_no>: New method.
6824
6825 2019-07-17 Tom Tromey <tom@tromey.com>
6826
6827 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6828 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6829 tui_last_regs_line_no.
6830 (tui_display_reg_element_at_line)
6831 (tui_display_registers_from_line): Update.
6832 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6833 method.
6834
6835 2019-07-17 Tom Tromey <tom@tromey.com>
6836
6837 PR tui/24722:
6838 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6839 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6840 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6841 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6842 (tui_update_breakpoint_info): Likewise.
6843 * tui/tui-hooks.c (tui_event_create_breakpoint)
6844 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6845 Update.
6846
6847 2019-07-17 Tom Tromey <tom@tromey.com>
6848
6849 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6850
6851 2019-07-17 Tom Tromey <tom@tromey.com>
6852
6853 * tui/tui-winsource.c (tui_update_source_window_as_is)
6854 (tui_update_source_windows_with_addr): Update.
6855 * tui/tui-source.h (tui_set_source_content)
6856 (tui_show_symtab_source): Add "win_info" parameter.
6857 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6858 parameter.
6859 (tui_show_symtab_source): Likewise.
6860
6861 2019-07-17 Tom Tromey <tom@tromey.com>
6862
6863 * tui/tui-wingeneral.c
6864 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6865
6866 2019-07-17 Tom Tromey <tom@tromey.com>
6867
6868 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6869 (struct tui_cmd_window) <can_scroll>: New method.
6870 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6871 method.
6872
6873 2019-07-17 Tom Tromey <tromey@adacore.com>
6874
6875 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6876 do_field_signed>: Rename. Change type of "value".
6877 * ui-out.c (ui_out::field_signed): Rename from field_int.
6878 Change type of "value".
6879 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6880 type of "value".
6881 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6882 do_field_int. Change type of "value".
6883 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6884 do_field_int. Change type of "value".
6885 * tracepoint.c (trace_status_mi, tfind_1)
6886 (print_one_static_tracepoint_marker): Update.
6887 * thread.c (print_thread_info_1, print_selected_thread_frame):
6888 Update.
6889 * stack.c (print_frame, print_frame_info): Update.
6890 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6891 Update.
6892 * source.c (print_source_lines_base): Update.
6893 * skip.c (info_skip_command): Update.
6894 * record-btrace.c (btrace_ui_out_decode_error)
6895 (btrace_call_history_src_line): Update.
6896 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6897 Update.
6898 * progspace.c (print_program_space): Update.
6899 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6900 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6901 do_field_int. Change type of "value".
6902 * mi/mi-out.c (mi_ui_out::do_table_begin)
6903 (mi_ui_out::do_table_header): Update.
6904 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6905 type of "value".
6906 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6907 (mi_cmd_data_list_changed_registers, output_register)
6908 (mi_cmd_data_read_memory, mi_load_progress)
6909 (mi_cmd_trace_frame_collected): Update.
6910 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6911 Update.
6912 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6913 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6914 (mi_cmd_var_list_children, varobj_update_one): Update.
6915 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6916 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6917 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6918 * inferior.c (print_inferior): Update.
6919 * gdb_bfd.c (print_one_bfd): Update.
6920 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6921 Update.
6922 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6923 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6924 do_field_int. Change type of "value".
6925 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6926 do_field_int. Change type of "value".
6927 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6928 (print_one_breakpoint_location, print_it_catch_fork)
6929 (print_one_catch_fork, print_it_catch_vfork)
6930 (print_one_catch_vfork, print_it_catch_solib)
6931 (print_it_catch_exec, print_it_ranged_breakpoint)
6932 (print_mention_watchpoint, print_mention_masked_watchpoint)
6933 (bkpt_print_it, update_static_tracepoint): Update.
6934 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6935 * break-catch-syscall.c (print_it_catch_syscall): Update.
6936 * ada-tasks.c (print_ada_task_info): Update.
6937 * ada-lang.c (print_it_exception, print_mention_exception):
6938 Update.
6939
6940 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6941
6942 PR breakpoints/24541
6943 * gdbarch.c: Regenerate.
6944 * gdbarch.h: Regenerate.
6945 * gdbarch.sh: Adjust return type and parameter types for
6946 'stap_adjust_register'.
6947 (i386_stap_adjust_register): Adjust signature and return new
6948 register name.
6949 * stap-probe.c (stap_parse_register_operand): Adjust use of
6950 'gdbarch_stap_adjust_register'.
6951
6952 2019-07-17 Tom Tromey <tromey@adacore.com>
6953
6954 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6955 declare VEC.
6956 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6957 std::vector.
6958 (struct s390_process_info): Add initializers.
6959 (s390_add_process): Use new.
6960 (s390_linux_nat_target::low_forget_process): Use delete.
6961 (s390_linux_nat_target::low_new_fork)
6962 (s390_linux_nat_target::stopped_by_watchpoint)
6963 (s390_linux_nat_target::low_prepare_to_resume)
6964 (s390_linux_nat_target::insert_watchpoint)
6965 (s390_linux_nat_target::insert_hw_breakpoint)
6966 (s390_linux_nat_target::remove_watchpoint)
6967 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6968
6969 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6970
6971 * aarch64-fbsd-nat.c: Include regcache.h.
6972 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6973 argument.
6974 (aarch64_fbsd_nat_target::fetch_registers)
6975 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6976 variable.
6977 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6978
6979 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6980
6981 * fbsd-nat.c: Include gdbarch.h.
6982
6983 2019-07-15 Tom Tromey <tromey@adacore.com>
6984
6985 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6986
6987 2019-07-15 Tom Tromey <tromey@adacore.com>
6988
6989 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6990 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6991 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6992 * cli-out.c (cli_ui_out::do_field_int): New method.
6993 * ui-out.c (ui_out::field_unsigned): New method.
6994 * symfile.c (generic_load): Use field_unsigned.
6995 (print_transfer_performance): Likewise.
6996 * record-btrace.c (ui_out_field_uint): Remove.
6997 (btrace_call_history_insn_range, btrace_call_history): Use
6998 field_unsigned.
6999 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
7000 field_unsigned.
7001 * ui-out.h (class ui_out) <field_unsigned>: New method.
7002 <do_field_unsigned>: Likewise.
7003
7004 2019-07-15 Tom Tromey <tromey@adacore.com>
7005
7006 * mi/mi-main.c (list_available_thread_groups): Use field_string.
7007 * mi/mi-interp.c (mi_memory_changed): Use field_string.
7008 * target.c (flash_erase_command): Use field_string.
7009 * infrun.c (print_signal_received_reason): Use field_string.
7010 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
7011 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
7012 field_string.
7013 * ada-tasks.c (print_ada_task_info): Use field_string.
7014
7015 2019-07-15 Tom Tromey <tromey@adacore.com>
7016
7017 * target.c (flash_erase_command): Use field_core_addr.
7018 * symfile.c (generic_load): Use field_core_addr.
7019 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
7020 Use field_core_addr.
7021 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
7022 field_core_addr.
7023
7024 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7025
7026 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
7027 value if its desired type is smaller than a CORE_ADDR and signed.
7028
7029 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7030
7031 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
7032 of changes to field names, and use new is_reference field to
7033 decide if a property is a reference or not.
7034 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
7035 field.
7036 (struct dwarf2_property_baton): Update header comment, rename
7037 'referenced_type' to 'property_type' and update comments.
7038 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
7039 default property type, store in property baton, update to take
7040 accound of renamed field.
7041 (read_func_scope): Update call to attr_to_dynamic_prop.
7042 (read_array_type): Likewise.
7043 (dwarf2_per_cu_addr_sized_int_type): New function.
7044 (read_subrange_index_type): Move type finding code to
7045 dwarf2_per_cu_addr_sized_int_type.
7046 (read_subrange_type): Update calls to attr_to_dynamic_prop.
7047 (dwarf2_per_cu_addr_type): New function.
7048 (set_die_type): Update calls to attr_to_dynamic_prop.
7049
7050 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7051
7052 * dwarf2read.c (read_subrange_index_type): New function.
7053 (read_subrange_type): Move code into new function and call it.
7054 * gdbtypes.c (create_range_type): Add some asserts.
7055
7056 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7057
7058 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
7059 update return statements.
7060 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
7061 declaration, and update comment to match.
7062 * gdbtypes.c (resolve_dynamic_array): Update call to
7063 dwarf2_evaluate_property to match new return type.
7064
7065 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
7066
7067 * valarith.c (value_subscripted_rvalue): Change lowerbound
7068 parameter type from int to LONGEST.
7069 * value.h (value_subscripted_rvalue): Likewise in declaration.
7070
7071 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7072
7073 * cli/cli-utils.c (info_print_command_completer): New function.
7074 * cli/cli-utils.h: Add 'completer.h' include, and forward
7075 declaration for 'struct cmd_list_element'.
7076 (info_print_command_completer): Declare.
7077 * stack.c (_initialize_stack): Add completer for 'info locals' and
7078 'info args'.
7079 * symtab.c (_initialize_symtab): Add completer for 'info
7080 variables' and 'info functions'.
7081 * NEWS: Mention completion for additional info commands.
7082
7083 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * cli/cli-utils.c (extract_info_print_args): Delete.
7086 (extract_arg_maybe_quoted): Delete.
7087 (info_print_options_defs): New variable.
7088 (make_info_print_options_def_group): New function.
7089 (extract_info_print_options): Define new function.
7090 * cli/cli-utils.h (extract_info_print_args): Delete.
7091 (struct info_print_options): New structure.
7092 (extract_info_print_options): Declare new function.
7093 * stack.c (info_locals_command): Update to use new
7094 extract_info_print_options, also add a header comment.
7095 (info_args_command): Likewise.
7096 * symtab.c (info_variables_command): Likewise.
7097 (info_functions_command): Likewise.
7098
7099 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7100
7101 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
7102 to extract string arguments.
7103 * common/common-utils.c (extract_string_maybe_quoted): New function.
7104 * common/common-utils.h (extract_string_maybe_quoted): Declare.
7105
7106 2019-07-11 Tom Tromey <tromey@adacore.com>
7107
7108 * main.c (get_init_files): Use GDBINIT, not gdbinit.
7109 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
7110 * top.h (gdbinit): Don't declare.
7111 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
7112 into...
7113 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
7114 * top.c (gdb_init): Don't call init_cli_cmds.
7115 (gdbinit): Remove.
7116 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
7117
7118 2019-07-11 Tom Tromey <tromey@adacore.com>
7119
7120 * python/py-inferior.c (add_thread_object): Don't use thread_obj
7121 after it has been moved.
7122
7123 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
7124
7125 * valops.c (value_must_coerce_to_target): Change return type to
7126 bool.
7127 * value.h (value_must_coerce_to_target): Likewise.
7128
7129 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
7130
7131 * breakpoint.c (is_hardware_watchpoint): Remove
7132 forward-declaration.
7133 (is_masked_watchpoint): Change return type to bool.
7134 (is_tracepoint): Likewise.
7135 (is_breakpoint): Likewise.
7136 (is_hardware_watchpoint): Likewise.
7137 (is_watchpoint): Likewise.
7138 (is_no_memory_software_watchpoint): Likewise.
7139 (is_catchpoint): Likewise.
7140 (breakpoint_1): Make FILTER parameter's return type bool.
7141 is_masked_watchpoint): Change return type to bool.
7142 (save_breakpoints): Make FILTER parameter's return type bool.
7143 * breakpoint.h (is_breakpoint): Change return type to bool.
7144 (is_watchpoint): Likewise.
7145 (is_catchpoint): Likewise.
7146 (is_tracepoint): Likewise.
7147
7148 2019-07-10 Tom Tromey <tom@tromey.com>
7149
7150 * defs.h: Don't include gdbarch.h.
7151 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
7152 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
7153 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
7154 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
7155 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
7156 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
7157 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
7158 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
7159 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
7160 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
7161 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
7162 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
7163 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
7164 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
7165 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
7166 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
7167 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
7168 record-btrace.c, record.h, regcache-dump.c, regcache.h,
7169 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
7170 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
7171 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
7172 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
7173 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
7174 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
7175 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
7176 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
7177 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
7178
7179 2019-07-10 Tom Tromey <tromey@adacore.com>
7180
7181 * ada-lang.h (is_ada_exception_catchpoint): Declare.
7182 * breakpoint.c (init_ada_exception_breakpoint): Register as
7183 bp_catchpoint.
7184 (print_one_breakpoint_location, print_one_breakpoint): Use
7185 is_ada_exception_catchpoint.
7186 * ada-lang.c (class ada_catchpoint_location): Pass
7187 bp_loc_software_breakpoint to bp_location constructor.
7188 (is_ada_exception_catchpoint): New function.
7189
7190 2019-07-10 Tom Tromey <tromey@adacore.com>
7191
7192 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
7193 VEC.
7194 (struct arm_exidx_entry): New method operator<.
7195 (struct arm_exidx_data) <section_maps>: Change type.
7196 (arm_exidx_data_free): Remove.
7197 (arm_exidx_data_key): Change type. Move lower.
7198 (arm_exidx_new_objfile): Update.
7199 (arm_compare_exidx_entries): Remove.
7200 (arm_find_exidx_entry, _initialize_arm_tdep)
7201
7202 2019-07-10 Tom Tromey <tromey@adacore.com>
7203
7204 * solib-spu.c (ocl_program_data_key): Change type.
7205 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
7206 Update.
7207
7208 2019-07-10 Tom Tromey <tromey@adacore.com>
7209
7210 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
7211 (struct solib_aix_inferior_data) <library_list>: Change type.
7212 (solib_aix_inferior_data_handle): Change type.
7213 (get_solib_aix_inferior_data): Update.
7214 (solib_aix_free_library_list): Remove.
7215 (library_list_start_library): Update.
7216 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
7217 return type.
7218 (solib_aix_get_library_list)
7219 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
7220 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
7221
7222 2019-07-10 Tom Tromey <tromey@adacore.com>
7223
7224 * solib-dsbt.c (struct dsbt_info): Add initializers.
7225 (solib_dsbt_pspace_data): Change type.
7226 (dsbt_pspace_data_cleanup): Remove.
7227 (get_dsbt_info, _initialize_dsbt_solib): Update.
7228
7229 2019-07-10 Tom Tromey <tromey@adacore.com>
7230
7231 * spu-tdep.c (spu_overlay_data): Change type.
7232 (spu_get_overlay_table, spu_overlay_new_objfile)
7233 (_initialize_spu_tdep): Update.
7234
7235 2019-07-10 Tom Tromey <tromey@adacore.com>
7236
7237 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
7238 destructor.
7239 (dbx_objfile_data_key): Change type and declare later.
7240 (DBX_SYMFILE_INFO): Rewrite.
7241 * dbxread.c (dbx_objfile_data_key): Change type.
7242 (dbx_symfile_init): Update.
7243 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
7244 (coffstab_build_psymtabs, elfstab_build_psymtabs)
7245 (stabsect_build_psymtabs, _initialize_dbxread): Update.
7246
7247 2019-07-10 Tom Tromey <tromey@adacore.com>
7248
7249 * jit.c (jit_program_space_key): Change type. Move lower.
7250 (get_jit_program_space_data): Update.
7251 (jit_program_space_data_cleanup): Remove.
7252 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
7253 Update.
7254 (struct jit_program_space_data): Add initializers.
7255
7256 2019-07-10 Tom Tromey <tromey@adacore.com>
7257
7258 * solib-darwin.c (struct darwin_info): Add initializers.
7259 (solib_darwin_pspace_data): Change type.
7260 (darwin_pspace_data_cleanup): Remove.
7261 (get_darwin_info, _initialize_darwin_solib): Update.
7262
7263 2019-07-10 Tom Tromey <tromey@adacore.com>
7264
7265 * remote-sim.c (struct sim_inferior_data): Add initializers,
7266 constructor, and destructor.
7267 (sim_inferior_data_key): Change type. Move lower.
7268 (check_for_duplicate_sim_descriptor): Update.
7269 (get_sim_inferior_data): Use new. Update.
7270 (~sim_inferior_data_cleanup): Rename from
7271 sim_inferior_data_cleanup. Simplify.
7272 (gdbsim_close_inferior, simulator_command)
7273 (sim_command_completer, _initialize_remote_sim): Update.
7274 (next_pid, INITIAL_PID): Move earlier.
7275
7276 2019-07-10 Tom Tromey <tromey@adacore.com>
7277
7278 * python/python-internal.h (create_thread_object): Return
7279 gdbpy_ref.
7280 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
7281 * python/py-inferior.c (struct threadlist_entry): Add
7282 constructor.
7283 <thread_obj>: Now a gdbpy_ref.
7284 (thread_to_thread_object): Update.
7285 (add_thread_object): Use new.
7286 (delete_thread_object): Use delete.
7287 (infpy_threads): Update.
7288 (py_free_inferior): Update. Construct "inf_obj" after acquiring
7289 GIL.
7290
7291 2019-07-10 Tom Tromey <tromey@adacore.com>
7292
7293 * valops.c (value_cast): Specialize error message for Ada.
7294
7295 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
7296
7297 * breakpoint.c (breakpoint_1): Update doc and parameter names.
7298
7299 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
7300
7301 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
7302 bpstat_should_step): Return bool, adjust comments.
7303 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
7304 bpstat_should_step): Likewise.
7305
7306 2019-07-10 Alan Hayward <alan.hayward@arm.com>
7307
7308 * features/Makefile: Use feature target descriptions for Arm.
7309 * features/arm/arm-core.c: Generate new file.
7310 * features/arm/arm-fpa.c: Likewise.
7311 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
7312 * features/arm/arm-m-profile.c: Likewise.
7313 * features/arm/arm-vfpv2.c: Likewise.
7314 * features/arm/arm-vfpv3.c: Likewise.
7315 * features/arm/xscale-iwmmxt.c: Likewise.
7316 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
7317
7318 2019-07-10 Alan Hayward <alan.hayward@arm.com>
7319
7320 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
7321 ptrace earlier.
7322
7323 2019-07-10 Alan Hayward <alan.hayward@arm.com>
7324
7325 * features/aarch64-pauth.c: Regenerate.
7326
7327 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
7328
7329 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
7330 bool.
7331 (bpstat_what): Use false instead of 0.
7332
7333 2019-07-09 Pedro Alves <palves@redhat.com>
7334
7335 * break-catch-throw.c (is_exception_catchpoint): New.
7336 * breakpoint.c (print_one_breakpoint_location): New parameter
7337 'raw_loc'. Handle it. Use
7338 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
7339 looking at the breakpoint's type.
7340 (print_one_breakpoint): If handling "maint info breakpoints", also
7341 print locations of exception catchpoints.
7342 * breakpoint.h (is_exception_catchpoint): Declare.
7343
7344 2019-07-09 Pedro Alves <palves@redhat.com>
7345
7346 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
7347 "addr" field.
7348 (allocate_location_exception_catchpoint): New.
7349 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
7350 (initialize_throw_catchpoint_ops): Install
7351 allocate_location_exception_catchpoint as allocate_location
7352 method.
7353 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
7354 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
7355 bp_loc_other.
7356 (breakpoint_address_is_meaningful): Delete.
7357 (bl_address_is_meaningful): New.
7358 (breakpoint_locations_match): Adjust comment.
7359 (bp_location_from_bp_type): New, factored out of...
7360 (bp_location::bp_location(breakpoint *)): ... this.
7361 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
7362 factored out of...
7363 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
7364 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
7365 breakpoint_address_is_meaningful.
7366 (bp_locations_compare): Adjust comment.
7367 (update_global_location_list): Use bl_address_is_meaningful
7368 instead of breakpoint_address_is_meaningful.
7369 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
7370 explicit.
7371 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
7372 * python/py-breakpoint.c (bppy_get_location): No longer check
7373 whether location is null.
7374
7375 2019-07-09 Pedro Alves <palves@redhat.com>
7376
7377 PR c++/15468
7378 * breakpoint.c (print_one_breakpoint_location): Remove
7379 single-location assert.
7380
7381 2019-07-09 Tom Tromey <tom@tromey.com>
7382
7383 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7384 * configure: Rebuild.
7385 * configure.ac: Change common to gdbsupport.
7386 * gdbsupport: Rename from common.
7387 * acinclude.m4: Change common to gdbsupport.
7388 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7389 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7390 gdbsupport.
7391 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7392 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7393 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7394 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7395 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7396 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7397 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7398 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7399 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7400 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7401 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7402 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7403 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7404 coff-pe-read.c, command.h, compile/compile-c-support.c,
7405 compile/compile-c.h, compile/compile-cplus-symbols.c,
7406 compile/compile-cplus-types.c, compile/compile-cplus.h,
7407 compile/compile-loc2c.c, compile/compile.c, completer.c,
7408 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7409 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7410 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7411 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7412 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7413 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7414 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7415 features/aarch64-core.c, features/aarch64-fpu.c,
7416 features/aarch64-pauth.c, features/aarch64-sve.c,
7417 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7418 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7419 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7420 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7421 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7422 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7423 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7424 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7425 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7426 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7427 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7428 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7429 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7430 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7431 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7432 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7433 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7434 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7435 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7436 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7437 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7438 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7439 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7440 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7441 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7442 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7443 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7444 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7445 minsyms.c, mips-linux-tdep.c, namespace.h,
7446 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7447 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7448 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7449 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7450 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7451 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7452 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7453 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7454 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7455 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7456 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7457 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7458 procfs.c, producer.c, progspace.h, psymtab.h,
7459 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7460 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7461 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7462 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7463 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7464 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7465 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7466 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7467 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7468 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7469 target-memory.c, target.c, target.h, target/waitstatus.c,
7470 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7471 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7472 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7473 unittests/array-view-selftests.c,
7474 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7475 unittests/common-utils-selftests.c,
7476 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7477 unittests/format_pieces-selftests.c,
7478 unittests/function-view-selftests.c,
7479 unittests/lookup_name_info-selftests.c,
7480 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7481 unittests/mkdir-recursive-selftests.c,
7482 unittests/observable-selftests.c,
7483 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7484 unittests/parse-connection-spec-selftests.c,
7485 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7486 unittests/scoped_fd-selftests.c,
7487 unittests/scoped_mmap-selftests.c,
7488 unittests/scoped_restore-selftests.c,
7489 unittests/string_view-selftests.c, unittests/style-selftests.c,
7490 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7491 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7492 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7493 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7494 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7495 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7496
7497 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7500 bool value.
7501 (decode_digits_ordinary): Set explicit_line field in sal.
7502 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7503 symtab_and_line that was set on an explicit line number in
7504 assembler code. Do always update the recorded symtab and line if
7505 we do skip the prologue.
7506
7507 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7508
7509 * breakpoint.c (set_breakpoint_location_function): Remove
7510 explicit_loc parameter.
7511 (momentary_breakpoint_from_master): Update call to
7512 set_breakpoint_location_function.
7513 (add_location_to_breakpoint): Likewise.
7514
7515 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7516
7517 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7518 required features based on default bfd type when no specific bfd
7519 is present.
7520
7521 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7522
7523 * NEWS: Mention that GDB printf and eval commands can now print
7524 C-style and Ada-style convenience var strings without
7525 calling the inferior.
7526 * printcmd.c (printf_c_string): Locally print GDB internal var
7527 instead of transiting via the inferior.
7528 (printf_wide_c_string): Likewise.
7529
7530 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7531
7532 PR breakpoints/25011
7533 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7534
7535 2019-07-04 Tom Tromey <tom@tromey.com>
7536
7537 PR tui/24724:
7538 * tui/tui-winsource.c (tui_clear_source_content): Update.
7539 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7540 (tui_update_breakpoint_info): Update.
7541 (tui_set_exec_info_content): Update.
7542 * tui/tui-source.c (tui_set_source_content_nil): Update.
7543 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7544 has_break.
7545 * tui/tui-data.h (enum tui_bp_flag): New.
7546 (tui_bp_flags): New enum flags type.
7547 (struct tui_source_element) <break_mode>: Change type. Rename
7548 from has_break.
7549 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7550 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7551 constants.
7552 * tui/tui-winsource.h: Fix comment.
7553
7554 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7555
7556 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7557 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7558 (store_fpregs_to_thread)
7559 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7560 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7561 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7562 (IWMMXT_REGS_SIZE): Add define.
7563 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7564 (fetch_vfp_regs, store_vfp_regs)
7565 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7566 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7567
7568 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7569
7570 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7571 defines.
7572 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7573 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7574 (ARM_INT_REGISTER_SIZE): ...to this.
7575 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7576 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7577 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7578 (arm_linux_collect_gregset, supply_nwfpe_register)
7579 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7580 defines.
7581 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7582 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7583 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7584 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7585 (arm_return_in_memory, arm_store_return_value)
7586 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7587 (arm_record_ld_st_multiple): Likewise.
7588 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7589 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7590
7591 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7592
7593 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7594 AARCH64_DISPLACED_MODIFIED_INSNS.
7595 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7596 (aarch64_displaced_step_copy_insn): Likewise.
7597 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7598 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7599 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7600 ARM_DISPLACED_MODIFIED_INSNS.
7601 * arm-tdep.c (arm_gdbarch_init): Likewise.
7602 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7603 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7604 (struct arm_displaced_step_closure): Use
7605 ARM_DISPLACED_MODIFIED_INSNS.
7606
7607 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7608
7609 * features/Makefile: Remove unused xml files.
7610 * features/aarch64.xml: Remove.
7611 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7612 * features/i386/amd64-avx-avx512.xml: Remove.
7613 * features/i386/amd64-avx-linux.xml: Remove.
7614 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7615 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7616 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7617 * features/i386/amd64-avx-mpx.xml: Remove.
7618 * features/i386/amd64-avx.xml: Remove.
7619 * features/i386/amd64-linux.xml: Remove.
7620 * features/i386/amd64-mpx-linux.xml: Remove.
7621 * features/i386/amd64-mpx.xml: Remove.
7622 * features/i386/amd64.xml: Remove.
7623 * features/i386/i386-avx-avx512-linux.xml: Remove.
7624 * features/i386/i386-avx-avx512.xml: Remove.
7625 * features/i386/i386-avx-linux.xml: Remove.
7626 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7627 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7628 * features/i386/i386-avx-mpx-linux.xml: Remove.
7629 * features/i386/i386-avx-mpx.xml: Remove.
7630 * features/i386/i386-avx.xml: Remove.
7631 * features/i386/i386-linux.xml: Remove.
7632 * features/i386/i386-mmx-linux.xml: Remove.
7633 * features/i386/i386-mmx.xml: Remove.
7634 * features/i386/i386-mpx-linux.xml: Remove.
7635 * features/i386/i386-mpx.xml: Remove.
7636 * features/i386/i386.xml: Remove.
7637 * features/i386/x32-avx-avx512-linux.xml: Remove.
7638 * features/i386/x32-avx-linux.xml: Remove.
7639 * features/i386/x32-linux.xml: Remove.
7640
7641 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7642
7643 * regformats/aarch64.dat: Remove.
7644 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7645 * regformats/i386/amd64-avx-linux.dat: Remove.
7646 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7647 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7648 * regformats/i386/amd64-linux.dat: Remove.
7649 * regformats/i386/amd64-mpx-linux.dat: Remove.
7650 * regformats/i386/amd64.dat: Remove.
7651 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7652 * regformats/i386/i386-avx-linux.dat: Remove.
7653 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7654 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7655 * regformats/i386/i386-linux.dat: Remove.
7656 * regformats/i386/i386-mmx-linux.dat: Remove.
7657 * regformats/i386/i386-mpx-linux.dat: Remove.
7658 * regformats/i386/i386.dat: Remove.
7659 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7660 * regformats/i386/x32-avx-linux.dat: Remove.
7661 * regformats/i386/x32-linux.dat: Remove.
7662
7663 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7664
7665 * aarch64-tdep.c: Remove xml self tests.
7666 * amd64-linux-tdep.c: Likewise.
7667 * amd64-tdep.c: Likewise.
7668 * i386-linux-tdep.c: Likewise.
7669 * i386-tdep.c: Likewise.
7670
7671 2019-07-03 Pedro Alves <palves@redhat.com>
7672
7673 PR cli/24732
7674 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7675 (pipe_cmd_option_defs): New.
7676 (make_pipe_cmd_options_def_group): New.
7677 (pipe_command): Use gdb::option::process_options.
7678 (pipe_command_completer): New function.
7679 (_initialize_cli_cmds): Install completer for "pipe" command.
7680
7681 2019-07-03 Pedro Alves <palves@redhat.com>
7682
7683 * cli/cli-option.c (union option_value) <string>: New field.
7684 (struct option_def_and_value): Add ctor, move ctor, dtor and
7685 use DISABLE_COPY_AND_ASSIGN.
7686 (option_def_and_value::clear_value): New.
7687 (parse_option, save_option_value_in_ctx, get_val_type_str)
7688 (add_setshow_cmds_for_options): Handle var_string.
7689 * cli-option.h (union option_def::var_address) <string>: New
7690 field.
7691 (struct string_option_def): New.
7692 * maint-test-options.c (struct test_options_opts): Add default
7693 ctor and use DISABLE_COPY_AND_ASSIGN.
7694 <string_opt>: New field.
7695 (test_options_opts::~test_options_opts): New.
7696 (test_options_opts::dump): Also dump "-string".
7697 (test_options_option_defs): Install "string.
7698
7699 2019-07-03 Pedro Alves <palves@redhat.com>
7700
7701 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7702 option_value with a null enumeration.
7703 (complete_options): Save the option values in the context.
7704 (save_option_value_in_ctx): New, factored out from ...
7705 (process_options): ... here.
7706 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7707 of the function.
7708 * maint-test-options.c (test_options_opts::dump): New, factored
7709 out from ...
7710 (maintenance_test_options_command_mode): ... here.
7711 (maintenance_test_options_command_completion_result): Delete.
7712 (maintenance_test_options_command_completion_text): Update
7713 comment.
7714 (maintenance_show_test_options_completion_result): Change
7715 prototype. Just print
7716 maintenance_test_options_command_completion_text.
7717 (save_completion_result): New.
7718 (maintenance_test_options_completer_mode): Pass options context to
7719 complete_options, and then save a dump.
7720 (_initialize_maint_test_options): Use add_cmd to install "maint
7721 show test-options-completion-result".
7722
7723 2019-07-03 Pedro Alves <palves@redhat.com>
7724
7725 * NEWS (New commands): Mention "with" and "maint with".
7726 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7727 (with_command, with_command_completer): New.
7728 (pipe_command): Adjust to new repeat_previous
7729 interface.
7730 (_initialize_cli_cmds): Install the "with" command and its "w"
7731 alias.
7732 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7733 declarations.
7734 * cli/cli-setshow.c (parse_cli_var_uinteger)
7735 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7736 argument strings for all var_types.
7737 (get_setshow_command_value_string): New, factored out from ...
7738 (do_show_command): ... this.
7739 * cli/cli-setshow.h: Include <string>.
7740 (get_setshow_command_value_string): Declare.
7741 * command.h (repeat_previous): Now returns const char *. Adjust
7742 comment.
7743 * maint.c: Include "cli/cli-cmds.h".
7744 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7745 (_initialize_maint_cmds): Register the "maintenance with" command.
7746 * top.c (repeat_previous): Move bits from pipe_command here:
7747 Return the saved command line, if any; error out if there's no
7748 command to relaunch.
7749
7750 2019-07-03 Pedro Alves <palves@redhat.com>
7751
7752 * NEWS (New commands): Mention "maint set/show test-settings"
7753 instead of "maint test-settings".
7754 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7755 (maintenance_test_settings_set_list): Rename to ...
7756 (maintenance_set_test_settings_list): ... this.
7757 (maintenance_test_settings_show_list): Rename to ...
7758 (maintenance_show_test_settings_list): ... this.
7759 (maintenance_test_settings_cmd): Delete.
7760 (maintenance_test_settings_set_cmd): ...
7761 (maintenance_set_test_settings_cmd): ... this.
7762 (maintenance_test_settings_show_cmd): ...
7763 (maintenance_show_test_settings_cmd): ... this.
7764 (maintenance_test_settings_show_value_cmd):
7765 (maintenance_show_test_settings_value_cmd): ... this.
7766 (_initialize_maint_test_settings): No longer install the "maint
7767 test-settings" prefix command. Rename "maint test-settings set"
7768 to "maint set test-settings", and "maint test-settings show" to
7769 "maint show test-settings". Adjust all subcommands.
7770
7771 2019-07-03 Pedro Alves <palves@redhat.com>
7772
7773 * maint-test-settings.c: Fix file's intro comment. Replace all
7774 references to "test-options" with references to "test-settings",
7775 in comments.
7776
7777 2019-07-03 Pedro Alves <palves@redhat.com>
7778
7779 * maint-test-settings.c (maintenance_test_settings_xxx)
7780 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7781 New.
7782 (maintenance_test_settings_enums): Use them.
7783 (maintenance_test_settings_enum): Default to
7784 maintenance_test_settings_xxx.
7785 (_initialize_maint_test_settings): Initialize
7786 MAINTENANCE_TEST_SETTINGS_FILENAME.
7787
7788 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7789
7790 * breakpoint.h (remove_breakpoints_inf): Change return type to
7791 void, move function documentation here.
7792 * breakpoint.c (remove_breakpoints_inf): Change return type to
7793 void, move function documentation to header.
7794
7795 2019-07-02 Pedro Alves <palves@redhat.com>
7796
7797 * NEWS (Completion improvements): Mention "info threads".
7798 * thread.c (struct info_threads_opts, info_threads_option_defs)
7799 (make_info_threads_options_def_group): New.
7800 (info_threads_command): Use gdb::option::process_options.
7801 (info_threads_command_completer): New.
7802 (_initialize_thread): Use gdb::option::build_help to build the
7803 help text for "info threads".
7804
7805 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7806
7807 * defs.h (generic_load): Move from here...
7808 * symfile.h (generic_load): ... to here. Rename name parameter
7809 to args.
7810 * symfile.c (generic_load): Add comment.
7811
7812 2019-07-01 Tom Tromey <tromey@adacore.com>
7813
7814 * dwarf2read.c
7815 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7816 declaration of without_params. Fix formatting.
7817
7818 2019-07-01 Tom Tromey <tromey@adacore.com>
7819
7820 * ada-exp.y (find_primitive_type): Update.
7821 * ada-lang.h (ada_lookup_symbol): Update.
7822 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7823 parameter.
7824 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7825
7826 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7827
7828 PR breakpoints/24541
7829 * gdbarch.c: Regenerate.
7830 * gdbarch.h: Regenerate.
7831 * gdbarch.sh: Add 'stap_adjust_register'.
7832 * i386-tdep.c: Include '<unordered_set>'.
7833 (i386_stap_adjust_register): New function.
7834 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7835 * stap-probe.c (stap_parse_register_operand): Call
7836 'gdbarch_stap_adjust_register'.
7837
7838 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7839
7840 PR python/24742
7841 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7842 * python/python.c (do_start_initialization): Use 'xmalloc'
7843 instead of 'PyMem_Malloc'.
7844
7845 2019-06-28 Tom Tromey <tromey@adacore.com>
7846
7847 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7848 for Ada.
7849
7850 2019-06-27 Tom Tromey <tromey@adacore.com>
7851
7852 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7853 objfile_key.
7854 (arm_find_mapping_symbol, arm_record_special_symbol)
7855 (_initialize_arm_tdep): Update.
7856 (arm_objfile_data_free): Remove.
7857
7858 2019-06-27 Tom Tromey <tromey@adacore.com>
7859
7860 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7861 to cp_print_static_field.
7862
7863 2019-06-26 Tom Tromey <tromey@adacore.com>
7864
7865 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7866 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7867 declare.
7868
7869 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7870
7871 * features/aarch64-core.c (create_feature_aarch64_core):
7872 Regenerate.
7873 * features/aarch64-core.xml: Add cpsr flags.
7874
7875 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7876
7877 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7878 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7879
7880 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7881
7882 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7883 field.
7884 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7885 use.
7886 (arm_record_special_symbol): Don't insert new symbol in sorted
7887 position, push it at the end.
7888
7889 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7890
7891 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7892 (arm_mapping_symbol_s): Remove.
7893 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7894 (arm_mapping_symbol_vec): New typedef.
7895 (struct arm_per_objfile): Add constructor.
7896 <section_maps>: Change type to
7897 std::unique_ptr<arm_mapping_symbol_vec[]>.
7898 (arm_compare_mapping_symbols): Remove.
7899 (arm_find_mapping_symbol): Adjust to section_maps type change.
7900 (arm_objfile_data_free): Call delete on arm_per_objfile.
7901 (arm_record_special_symbol): Adjust to section_maps type change.
7902 Allocate arm_per_objfile with new.
7903
7904 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7905
7906 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7907 with the command prefix.
7908
7909 2019-06-25 Tom Tromey <tom@tromey.com>
7910
7911 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7912 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7913
7914 2019-06-25 Tom Tromey <tom@tromey.com>
7915
7916 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7917 type.
7918 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7919 protected.
7920
7921 2019-06-25 Tom Tromey <tom@tromey.com>
7922
7923 * tui/tui-winsource.c
7924 (tui_source_window_base::set_is_exec_point_at): Add check against
7925 LOA_ADDRESS.
7926
7927 2019-06-25 Tom Tromey <tom@tromey.com>
7928
7929 * tui/tui-source.c (tui_set_source_content): Don't check before
7930 xfree.
7931 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7932
7933 2019-06-25 Tom Tromey <tom@tromey.com>
7934
7935 * tui/tui-winsource.h (tui_update_source_window_as_is)
7936 (tui_alloc_source_buffer, tui_line_is_displayed)
7937 (tui_addr_is_displayed): Change type of win_info.
7938 * tui/tui-winsource.c (tui_update_source_window_as_is)
7939 (tui_clear_source_content, tui_show_source_line)
7940 (tui_show_source_content, tui_source_window_base::refill)
7941 (tui_source_window_base::set_is_exec_point_at)
7942 (tui_source_window_base::set_is_exec_point_at)
7943 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7944 (tui_alloc_source_buffer, tui_line_is_displayed)
7945 (tui_addr_is_displayed): Change type of win_info. Update.
7946 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7947 (tui_source_window_base::do_make_visible_with_new_height):
7948 Update.
7949 * tui/tui-source.c (tui_set_source_content)
7950 (tui_set_source_content_nil)
7951 (tui_source_window::do_scroll_vertical): Update.
7952 * tui/tui-layout.c (show_layout): Update.
7953 * tui/tui-disasm.c (tui_set_disassem_content)
7954 (tui_disasm_window::do_scroll_vertical): Update.
7955 * tui/tui-data.h (tui_win_content): Remove.
7956 (struct tui_gen_win_info) <content, content_size>: Remove.
7957 (struct tui_source_element): Add initializers and destructor.
7958 (union tui_which_element, struct tui_win_element): Remove.
7959 (struct tui_source_window_base) <content>: New field.
7960 (struct tui_data_window): Remove destructor.
7961 (tui_alloc_content, tui_free_win_content)
7962 (tui_free_all_source_wins_content): Don't declare.
7963 * tui/tui-data.c (tui_initialize_static_data): Update.
7964 (init_content_element, tui_alloc_content): Remove.
7965 (~tui_gen_win_info): Update.
7966 (~tui_data_window, tui_free_all_source_wins_content)
7967 (tui_free_win_content, free_content, free_content_elements):
7968 Remove.
7969
7970 2019-06-25 Tom Tromey <tom@tromey.com>
7971
7972 * tui/tui-winsource.h (tui_clear_source_content)
7973 (tui_erase_source_content, tui_show_source_content): Change type
7974 of win_info.
7975 * tui/tui-winsource.c (tui_clear_source_content)
7976 (tui_erase_source_content, tui_show_source_content): Change type
7977 of win_info.
7978 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7979 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7980 win_info.
7981 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7982 win_info.
7983 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7984
7985 2019-06-25 Tom Tromey <tom@tromey.com>
7986
7987 * tui/tui-winsource.c (tui_clear_source_content)
7988 (tui_source_window_base::set_is_exec_point_at): Update.
7989 * tui/tui-source.c (tui_set_source_content_nil): Update.
7990 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7991 a bool.
7992 * tui/tui-data.c (init_content_element): Update.
7993
7994 2019-06-25 Tom Tromey <tom@tromey.com>
7995
7996 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7997 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7998 * tui/tui-layout.c (init_and_make_win): Update.
7999 * tui/tui.h (enum tui_win_type): Update.
8000 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
8001 tui_win_is_auxillary.
8002 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
8003 tui_win_is_auxillary.
8004
8005 2019-06-25 Tom Tromey <tom@tromey.com>
8006
8007 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
8008 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
8009 (tui_delete_data_content_windows, tui_display_all_data)
8010 (tui_data_window::do_scroll_vertical, tui_display_data_from):
8011 Update.
8012 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
8013 * tui/tui-regs.c (tui_last_regs_line_no)
8014 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8015 (tui_show_registers): Update.
8016 (tui_show_register_group): Return void. Update.
8017 (tui_display_registers_from, tui_display_reg_element_at_line)
8018 (tui_display_registers_from_line, tui_check_register_values):
8019 Update.
8020 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
8021 member.
8022 (struct tui_data_window) <regs_content>: Now a std::vector.
8023 <regs_content_count>: Remove.
8024 (tui_add_content_elements, tui_free_data_content): Don't declare.
8025 * tui/tui-data.c (tui_data_window::clear_detail): Update.
8026 (init_content_element): Remove DATA_WIN case. Add assert.
8027 (tui_add_content_elements): Remove.
8028 (tui_data_window): Update.
8029 (tui_free_data_content): Remove.
8030 (free_content_elements): Remove DATA_WIN case.
8031
8032 2019-06-25 Tom Tromey <tom@tromey.com>
8033
8034 * tui/tui-data.c (tui_data_item_window): Update.
8035 * tui/tui-windata.h (tui_check_data_values): Don't declare.
8036 * tui/tui-windata.c (tui_display_all_data)
8037 (tui_display_data_from_line): Update.
8038 (tui_check_data_values): Remove.
8039 * tui/tui-regs.c (tui_show_register_group)
8040 (tui_display_reg_element_at_line): Update.
8041 * tui/tui-hooks.c (tui_register_changed)
8042 (tui_refresh_frame_and_register_information): Call
8043 tui_check_register_values.
8044 * tui/tui-data.h (struct tui_data_window) <data_content,
8045 data_content_count, data_type>: Remove.
8046 (enum tui_data_type): Remove.
8047
8048 * tui/tui-data.c (tui_data_window::clear_detail)
8049 (~tui_data_window): Update.
8050
8051 2019-06-25 Tom Tromey <tom@tromey.com>
8052
8053 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
8054 declare.
8055 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
8056 Rename from tui_first_data_item_displayed. Update.
8057 (tui_data_window::refresh_all)
8058 (tui_data_window::do_scroll_vertical): Update.
8059 * tui/tui-data.h (struct tui_data_window)
8060 <first_data_item_displayed>: Declare new method.
8061
8062 2019-06-25 Tom Tromey <tom@tromey.com>
8063
8064 * tui/tui-data.h (tui_init_generic_part): Don't declare.
8065 * tui/tui-data.c (tui_init_generic_part): Remove, moving
8066 contents...
8067 (tui_initialize_static_data): ...here.
8068
8069 2019-06-25 Tom Tromey <tom@tromey.com>
8070
8071 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8072 (tui_display_registers_from, tui_check_register_values): Update.
8073 (tui_display_register): Remove win_info parameter; update.
8074 (tui_get_register): Change type of parameters.
8075 * tui/tui-data.h (struct tui_data_element): Remove.
8076 (union tui_which_element) <data>: Remove.
8077 <data_window>: Change type.
8078 (struct tui_data_item_window): New.
8079 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
8080 case. Add assert.
8081 (~tui_data_item_window): New destructor.
8082 (free_content_elements): Remove DATA_ITEM_WIN case.
8083
8084 2019-06-25 Tom Tromey <tom@tromey.com>
8085
8086 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
8087 Remove.
8088
8089 2019-06-25 Tom Tromey <tom@tromey.com>
8090
8091 * tui/tui-data.h (struct tui_command_element): Remove.
8092 (union tui_which_element) <command>: Remove.
8093 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
8094 assert.
8095 (free_content_elements): Remove CMD_WIN case.
8096
8097 2019-06-25 Tom Tromey <tom@tromey.com>
8098
8099 * tui/tui-layout.c (tui_set_layout): Update.
8100 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
8101 * tui/tui-data.c (layout_def): Update.
8102
8103 2019-06-25 Tom Tromey <tom@tromey.com>
8104
8105 * tui/tui-wingeneral.c (tui_refresh_all): Update.
8106 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8107 (tui_source_window_base::set_new_height): Update.
8108 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
8109 Update.
8110 (tui_set_locator_fullname, tui_set_locator_info)
8111 (tui_show_frame_info): Update.
8112 * tui/tui-source.c (tui_set_source_content)
8113 (tui_source_is_displayed): Update.
8114 * tui/tui-layout.c (show_source_disasm_command, show_data)
8115 (show_source_or_disasm_and_command): Update.
8116 * tui/tui-disasm.c (tui_set_disassem_content)
8117 (tui_get_begin_asm_address): Update.
8118 * tui/tui-data.h (struct tui_locator_element): Remove.
8119 (union tui_which_element) <locator>: Remove.
8120 (struct tui_locator_window): New.
8121 (tui_locator_win_info_ptr): Change return type.
8122 * tui/tui-data.c (_locator): Change type.
8123 (tui_locator_win_info_ptr): Change return type.
8124 (init_content_element): Remove LOCATOR_WIN case. Add assert.
8125 (tui_alloc_content): Add assert.
8126
8127 2019-06-25 Tom Tromey <tom@tromey.com>
8128
8129 * tui/tui-winsource.c
8130 (tui_exec_info_window::maybe_allocate_content): New method.
8131 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
8132 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
8133 (make_source_or_disasm_window): Add cast.
8134 * tui/tui-data.h (union tui_which_element) <simple_string>:
8135 Remove.
8136 (struct tui_source_info): New.
8137 (struct tui_source_window_base) <execution_info>: Change type.
8138 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
8139 case, and add assert.
8140 (tui_alloc_content): Add assert.
8141
8142 2019-06-25 Tom Tromey <tom@tromey.com>
8143
8144 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
8145 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
8146 * tui/tui-data.c (tui_alloc_win_info): Remove.
8147
8148 2019-06-25 Tom Tromey <tom@tromey.com>
8149
8150 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
8151 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
8152 can_highlight.
8153
8154 2019-06-25 Tom Tromey <tom@tromey.com>
8155
8156 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
8157 make_visible_with_new_height method.
8158 (tui_win_info::make_visible_with_new_height): New method.
8159 (tui_source_window_base::do_make_visible_with_new_height)
8160 (tui_data_window::do_make_visible_with_new_height)
8161 (tui_cmd_window::do_make_visible_with_new_height): New methods.
8162 (make_visible_with_new_height): Remove.
8163 (tui_resize_all, tui_adjust_win_heights): Use
8164 make_visible_with_new_height method.
8165 * tui/tui-data.h (struct tui_win_info)
8166 <do_make_visible_with_new_height, make_visible_with_new_height>:
8167 New methods.
8168 (struct tui_source_window_base, struct tui_data_window)
8169 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
8170 methods.
8171
8172 2019-06-25 Tom Tromey <tom@tromey.com>
8173
8174 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
8175 method.
8176 (update_tab_width): Call update_tab_width method.
8177 * tui/tui-data.h (struct tui_win_info)
8178 (struct tui_source_window_base) <update_tab_width>: New methods.
8179
8180 2019-06-25 Tom Tromey <tom@tromey.com>
8181
8182 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
8183 parameter.
8184 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
8185 parameter.
8186 (tui_gen_win_info::make_visible): Update.
8187 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
8188 parameter.
8189 * tui/tui-data.h (enum tui_box): New enum.
8190 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
8191
8192 2019-06-25 Tom Tromey <tom@tromey.com>
8193
8194 * tui/tui-layout.c (make_source_or_disasm_window): Always use
8195 init_and_make_win for EXEC_INFO_WIN.
8196 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
8197 longer inline.
8198 (struct tui_win_info) <~tui_win_info>: Inline.
8199 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8200 Don't declare.
8201 * tui/tui-data.c (source_win, disasm_win): Remove globals.
8202 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8203 Remove.
8204 (tui_initialize_static_data): Update.
8205 (~tui_gen_win_info): Handle more cleanup here.
8206 (~tui_source_window_base): Delete "execution_info".
8207 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
8208
8209 2019-06-25 Tom Tromey <tom@tromey.com>
8210
8211 * tui/tui-layout.c (make_command_window): Don't set
8212 can_highlight.
8213 (show_source_disasm_command): Call the reset method.
8214 (show_data): Don't set can_highlight. Call the reset method.
8215 (tui_gen_win_info::reset): Rename from init_gen_win_info
8216 (init_and_make_win): Simplify. Return tui_gen_win_info.
8217 (show_source_or_disasm_and_command): Call the reset method.
8218 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
8219 (struct tui_cmd_window): Set can_highlight.
8220
8221 2019-06-25 Tom Tromey <tom@tromey.com>
8222
8223 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
8224 from make_visible.
8225 (tui_make_visible, tui_make_invisible): Rewrite.
8226 (tui_win_info::make_visible): Remove.
8227 (tui_source_window_base::make_visible): Update.
8228 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
8229 method. Moved from...
8230 (struct tui_win_info) <make_visible>: ...here.
8231
8232 2019-06-25 Tom Tromey <tom@tromey.com>
8233
8234 * tui/tui-winsource.c
8235 (tui_source_window_base::do_scroll_horizontal): Remove direction
8236 parameter.
8237 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
8238 direction parameter.
8239 * tui/tui-win.c (tui_win_info::forward_scroll)
8240 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8241 (tui_win_info::right_scroll): Update.
8242 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
8243 direction parameter.
8244 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
8245 direction parameter.
8246 * tui/tui-data.h (enum tui_scroll_direction): Remove.
8247 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
8248 Remove direction parameter.
8249 (struct tui_source_window_base, struct tui_source_window)
8250 (struct tui_disasm_window, struct tui_data_window)
8251 (struct tui_cmd_window): Update.
8252
8253 2019-06-25 Tom Tromey <tom@tromey.com>
8254
8255 * tui/tui-winsource.h (tui_set_exec_info_content)
8256 (tui_show_exec_info_content, tui_erase_exec_info_content)
8257 (tui_clear_exec_info_content, tui_update_exec_info): Change
8258 argument to tui_source_window_base.
8259 * tui/tui-winsource.c (tui_set_exec_info_content)
8260 (tui_show_exec_info_content, tui_erase_exec_info_content)
8261 (tui_clear_exec_info_content, tui_update_exec_info): Change
8262 argument to tui_source_window_base.
8263
8264 2019-06-25 Tom Tromey <tom@tromey.com>
8265
8266 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
8267 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
8268
8269 2019-06-25 Tom Tromey <tom@tromey.com>
8270
8271 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
8272 check.
8273
8274 2019-06-25 Tom Tromey <tom@tromey.com>
8275
8276 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
8277 type to void.
8278 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
8279 type to void.
8280 * tui/tui-source.c (tui_set_source_content): Update.
8281 * tui/tui-disasm.c (tui_set_disassem_content): Update.
8282
8283 2019-06-25 Tom Tromey <tom@tromey.com>
8284
8285 * tui/tui-win.c (window_name_completer, tui_set_focus)
8286 (tui_all_windows_info): Use name method.
8287 * tui/tui-data.h (struct tui_gen_win_info)
8288 (struct tui_source_window, struct tui_disasm_window)
8289 (struct tui_data_window, struct tui_cmd_window) <name>: New
8290 method.
8291 (tui_win_name): Don't declare.
8292 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
8293 (tui_win_name): Remove.
8294
8295 2019-06-25 Tom Tromey <tom@tromey.com>
8296
8297 * tui/tui-winsource.h (tui_update_source_window)
8298 (tui_update_source_window_as_is): Change parameter type.
8299 * tui/tui-winsource.c (tui_update_source_window): Change win_info
8300 to be a tui_source_window_base.
8301 (tui_update_source_window_as_is): Likewise.
8302 * tui/tui-win.c (make_visible_with_new_height): Update.
8303
8304 2019-06-25 Tom Tromey <tom@tromey.com>
8305
8306 * tui/tui-winsource.c (tui_erase_source_content)
8307 (tui_show_source_content, tui_show_exec_info_content)
8308 (tui_erase_exec_info_content): Use refresh_window method.
8309 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
8310 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
8311 from tui_refresh_win.
8312 (tui_data_window::refresh_window): New method.
8313 (tui_win_info::refresh, tui_source_window_base::refresh)
8314 (tui_refresh_all): Use refresh_window method.
8315 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
8316 method.
8317 * tui/tui-regs.c (tui_display_register): Call refresh_window
8318 method.
8319 * tui/tui-layout.c (show_source_disasm_command)
8320 (show_source_or_disasm_and_command): Call refresh_window method.
8321 * tui/tui-data.h (struct tui_gen_win_info)
8322 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
8323 New method.
8324
8325 2019-06-25 Tom Tromey <tom@tromey.com>
8326
8327 * tui/tui.c (tui_rl_other_window, tui_enable)
8328 (tui_is_window_visible, tui_get_command_dimension): Update.
8329 * tui/tui-winsource.c (tui_update_source_window_as_is)
8330 (tui_clear_source_content, tui_erase_source_content)
8331 (tui_show_source_line, tui_source_window_base::refill)
8332 (tui_source_window_base::do_scroll_horizontal)
8333 (tui_source_window_base::set_is_exec_point_at)
8334 (tui_update_breakpoint_info, tui_set_exec_info_content)
8335 (tui_alloc_source_buffer, tui_line_is_displayed)
8336 (tui_addr_is_displayed): Update.
8337 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8338 (tui_check_and_display_highlight_if_needed)
8339 (tui_win_info::make_visible, tui_win_info::refresh)
8340 (tui_refresh_all): Update.
8341 * tui/tui-windata.c (tui_first_data_item_displayed)
8342 (tui_delete_data_content_windows, tui_erase_data_content)
8343 (tui_display_all_data, tui_data_window::refresh_all)
8344 (tui_check_data_values): Update.
8345 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
8346 (tui_set_win_focus_to, tui_win_info::forward_scroll)
8347 (tui_win_info::backward_scroll, tui_refresh_all_win)
8348 (tui_resize_all, tui_set_focus, tui_all_windows_info)
8349 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
8350 (tui_source_window_base::set_new_height)
8351 (tui_data_window::set_new_height)
8352 (make_invisible_and_set_new_height)
8353 (make_visible_with_new_height, new_height_ok)
8354 (parse_scrolling_args): Update.
8355 * tui/tui-stack.c (tui_show_frame_info): Update.
8356 * tui/tui-source.c (tui_set_source_content)
8357 (tui_set_source_content_nil, tui_source_is_displayed)
8358 (tui_source_window::do_scroll_vertical): Update.
8359 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8360 (tui_display_registers_from, tui_display_reg_element_at_line)
8361 (tui_check_register_values, tui_reg_command): Update.
8362 * tui/tui-layout.c (tui_default_win_height)
8363 (show_source_disasm_command, show_data, init_and_make_win)
8364 (show_source_or_disasm_and_command): Update.
8365 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
8366 (tui_redisplay_readline, tui_mld_flush)
8367 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
8368 (tui_getc): Update.
8369 * tui/tui-disasm.c (tui_set_disassem_content)
8370 (tui_disasm_window::do_scroll_vertical): Update.
8371 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
8372 Now virtual.
8373 (struct tui_win_info): Derive from tui_gen_win_info.
8374 <~tui_win_info>: Mark as override.
8375 <generic>: Remove member.
8376 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8377 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8378 (~tui_data_window, ~tui_win_info)
8379 (tui_free_all_source_wins_content): Update.
8380 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8381
8382 2019-06-25 Tom Tromey <tom@tromey.com>
8383
8384 * tui/tui-layout.c (init_and_make_win): Use new.
8385 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8386 destructor, initializers.
8387 (tui_alloc_generic_win_info): Don't declare.
8388 * tui/tui-data.c (_locator): Add argument to constructor.
8389 (source_win, disasm_win): New globals.
8390 (exec_info): Remove.
8391 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8392 Update.
8393 (tui_alloc_generic_win_info): Remove.
8394 (init_content_element): Use new.
8395 (tui_win_info::tui_win_info): Update.
8396 (free_content_elements) <case DATA_WIN>: Use delete.
8397
8398 2019-06-25 Tom Tromey <tom@tromey.com>
8399
8400 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8401 * tui/tui-windata.c (tui_first_data_item_displayed)
8402 (tui_delete_data_content_windows): Update.
8403 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8404 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8405 (tui_display_registers_from, tui_check_register_values): Update.
8406 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8407 pointer.
8408 * tui/tui-data.c (init_content_element): Update. Allocate the new
8409 window.
8410 (tui_free_data_content): Update.
8411 (free_content_elements) <case DATA_WIN>: Free the window.
8412
8413 2019-06-25 Tom Tromey <tom@tromey.com>
8414
8415 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8416 Update.
8417 * tui/tui-layout.c (make_command_window)
8418 (show_source_disasm_command, show_data, init_and_make_win)
8419 (show_source_or_disasm_and_command): Update.
8420 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8421 method.
8422 <can_highight, is_highlighted>: Now bool.
8423 (tui_set_win_highlight): Don't declare.
8424 * tui/tui-data.c (tui_set_win_highlight): Remove.
8425
8426 2019-06-25 Tom Tromey <tom@tromey.com>
8427
8428 * tui/tui-wingeneral.c (make_visible): Remove check of window
8429 type.
8430
8431 2019-06-25 Tom Tromey <tom@tromey.com>
8432
8433 * tui/tui-win.c (tui_win_info::max_height)
8434 (tui_cmd_window::max_height): New methods.
8435 (new_height_ok): Call max_height.
8436 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8437 <max_height>: New method.
8438
8439 2019-06-25 Tom Tromey <tom@tromey.com>
8440
8441 * tui/tui-win.c (tui_source_window_base::set_new_height)
8442 (tui_data_window::set_new_height): New methods.
8443 (make_invisible_and_set_new_height): Call set_new_height method.
8444 * tui/tui-data.h (struct tui_win_info)
8445 (struct tui_source_window_base, struct tui_data_window)
8446 <set_new_height>: New method.
8447
8448 2019-06-25 Tom Tromey <tom@tromey.com>
8449
8450 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8451 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8452 tui_refresh_data_win.
8453 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8454 method.
8455 (tui_refresh_all_win): Call the refresh_all method.
8456 (tui_set_focus): Likewise.
8457 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8458 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8459 Likewise.
8460
8461 2019-06-25 Tom Tromey <tom@tromey.com>
8462
8463 * tui/tui-winsource.h (tui_refill_source_window)
8464 (tui_set_is_exec_point_at): Don't declare.
8465 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8466 (tui_source_window_base::refill): Rename from
8467 tui_refill_source_window.
8468 (tui_source_window_base::do_scroll_horizontal): Update.
8469 (tui_source_window_base::set_is_exec_point_at): Rename from
8470 tui_set_is_exec_point_at.
8471 (tui_update_all_breakpoint_info): Update.
8472 * tui/tui-stack.c (tui_show_frame_info): Update.
8473 * tui/tui-layout.c (show_data): Add cast.
8474 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8475 * tui/tui-data.h (struct tui_source_window_base) <refill,
8476 set_is_exec_point_at>: New methods.
8477 (tui_source_windows, tui_add_to_source_windows): Update types.
8478 (tui_add_to_source_windows): Remove redundant declaration.
8479 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8480 (tui_source_windows): Change return type.
8481 (tui_clear_source_windows_detail): Update.
8482 (tui_add_to_source_windows): Change type of parameter.
8483 (tui_free_all_source_wins_content): Update.
8484
8485 2019-06-25 Tom Tromey <tom@tromey.com>
8486
8487 * tui/tui-wingeneral.c (tui_win_info::refresh)
8488 (tui_source_window_base::refresh): New methods.
8489 (tui_refresh_all): Call the refresh method.
8490 * tui/tui-data.h (struct tui_win_info)
8491 (struct tui_source_window_base) <refresh>: New method.
8492
8493 2019-06-25 Tom Tromey <tom@tromey.com>
8494
8495 * tui/tui.h (tui_is_window_visible): Return bool.
8496 * tui/tui.c (tui_is_window_visible): Return bool.
8497 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8498 (tui_make_visible, tui_make_invisible)
8499 (tui_win_info::make_visible)
8500 (tui_source_window_base::make_visible, make_all_visible)
8501 (tui_make_all_visible, tui_make_all_invisible): Update.
8502 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8503 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8504 bool.
8505 (struct tui_win_info, struct tui_source_window_base)
8506 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8507 * tui/tui-data.c (tui_init_generic_part): Update.
8508
8509 2019-06-25 Tom Tromey <tom@tromey.com>
8510
8511 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8512 (tui_source_window_base::make_visible): New methods.
8513 (make_all_visible): Make method call.
8514 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8515 (struct tui_source_window_base, struct tui_cmd_window): Override
8516 make_visible.
8517 (tui_win_is_source_type): Don't declare.
8518 * tui/tui-data.c (tui_win_is_source_type): Remove.
8519
8520 2019-06-25 Tom Tromey <tom@tromey.com>
8521
8522 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8523 NULL check.
8524
8525 2019-06-25 Tom Tromey <tom@tromey.com>
8526
8527 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8528 Inline constructor. Add initializers for members.
8529 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8530 constructors; now inline in class.
8531
8532 2019-06-25 Tom Tromey <tom@tromey.com>
8533
8534 * tui/tui-regs.c (tui_show_registers): Update.
8535 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8536 bool.
8537 * tui/tui-data.c (tui_data_window::clear_detail)
8538 (tui_data_window): Update.
8539
8540 2019-06-25 Tom Tromey <tom@tromey.com>
8541
8542 * tui/tui-windata.c (tui_display_all_data)
8543 (tui_display_data_from_line, tui_display_data_from)
8544 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8545 Update.
8546 * tui/tui-regs.c (tui_last_regs_line_no)
8547 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8548 (tui_show_registers, tui_show_register_group)
8549 (tui_display_registers_from, tui_display_reg_element_at_line)
8550 (tui_display_registers_from_line, tui_check_register_values)
8551 (tui_reg_next, tui_reg_prev): Update.
8552 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8553 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8554 tui_data_window.
8555 (struct tui_win_info) <detail>: Remove. Add new fields from
8556 tui_data_info.
8557 (TUI_DATA_WIN): Add cast.
8558 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8559 (~tui_data_window): Simplify.
8560
8561 2019-06-25 Tom Tromey <tom@tromey.com>
8562
8563 * tui/tui-layout.c (show_source_disasm_command)
8564 (show_source_or_disasm_and_command): Update.
8565 * tui/tui-io.c (update_cmdwin_start_line)
8566 (tui_redisplay_readline): Update.
8567 * tui/tui-data.h (struct tui_command_info): Remove.
8568 (struct tui_win_info) <detail>: Remove command_info member.
8569 (struct tui_data_window) <start_line>: New member, from
8570 tui_command_info.
8571 (TUI_CMD_WIN): Add casts.
8572
8573 2019-06-25 Tom Tromey <tom@tromey.com>
8574
8575 * tui/tui-winsource.c (tui_update_source_window)
8576 (tui_refill_source_window)
8577 (tui_source_window_base::do_scroll_horizontal)
8578 (tui_update_breakpoint_info, tui_set_exec_info_content)
8579 (tui_show_exec_info_content, tui_erase_exec_info_content)
8580 (tui_clear_exec_info_content): Update.
8581 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8582 Update.
8583 * tui/tui-win.c (make_invisible_and_set_new_height)
8584 (make_visible_with_new_height): Update.
8585 * tui/tui-source.c (tui_set_source_content)
8586 (tui_show_symtab_source): Update.
8587 * tui/tui-layout.c (extract_display_start_addr)
8588 (show_source_disasm_command, show_data)
8589 (make_source_or_disasm_window)
8590 (show_source_or_disasm_and_command): Update.
8591 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8592 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8593 "gdbarch".
8594 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8595 to tui_source_window_base.
8596 (struct tui_win_info) <detail>: Remove source_info member.
8597 (struct tui_source_window_base) <has_locator>: Inline.
8598 Move contents from tui_source_info; rename has_locator member to
8599 m_has_locator.
8600 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8601 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8602 header file.
8603 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8604 Simplify.
8605 (tui_free_all_source_wins_content): Cast to
8606 tui_source_window_base.
8607
8608 2019-06-25 Tom Tromey <tom@tromey.com>
8609
8610 * tui/tui-win.c (make_invisible_and_set_new_height)
8611 (make_visible_with_new_height): Call has_locator method.
8612 * tui/tui-layout.c (show_source_disasm_command, show_data)
8613 (show_source_or_disasm_and_command): Update for bool change.
8614 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8615 (tui_win_info) <has_locator>: New method.
8616 (struct tui_source_window_base) <has_locator>: New method.
8617 (tui_win_has_locator): Don't declare.
8618 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8619 from tui_win_has_locator.
8620 (tui_source_window_base): Use false, not FALSE.
8621
8622 2019-06-25 Tom Tromey <tom@tromey.com>
8623
8624 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8625 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8626 clear_detail method directly.
8627 (tui_clear_win_detail): Remove.
8628
8629 2019-06-25 Tom Tromey <tom@tromey.com>
8630
8631 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8632 "this", not TUI_DISASM_WIN.
8633
8634 2019-06-25 Tom Tromey <tom@tromey.com>
8635
8636 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8637 declare.
8638 * tui/tui-winsource.c
8639 (tui_source_window_base::do_scroll_horizontal): Rename from
8640 tui_horizontal_source_scroll.
8641 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8642 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8643 from tui_vertical_data_scroll.
8644 * tui/tui-win.h (tui_scroll): Don't declare.
8645 * tui/tui-win.c (tui_win_info::forward_scroll)
8646 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8647 (tui_win_info::right_scroll): Rename and update.
8648 (tui_scroll_forward_command, tui_scroll_backward_command)
8649 (tui_scroll_left_command, tui_scroll_right_command): Update.
8650 (tui_scroll): Remove.
8651 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8652 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8653 from tui_vertical_source_scroll.
8654 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8655 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8656 from tui_vertical_disassem_scroll.
8657 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8658 do_scroll_horizontal>: New methods.
8659 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8660 Likewise.
8661 (struct tui_source_window_base): Add do_scroll_horizontal.
8662 (struct tui_source_window, struct tui_disasm_window): Add
8663 do_scroll_vertical.
8664 (struct tui_data_window, struct tui_cmd_window): Add
8665 do_scroll_horizontal and do_scroll_vertical.
8666 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8667
8668 2019-06-25 Tom Tromey <tom@tromey.com>
8669
8670 * tui/tui-data.h (struct tui_source_window_base): New struct.
8671 (struct tui_source_window): Derive from tui_source_window_base.
8672 (struct tui_disasm_window): New struct.
8673 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8674 from tui_source_window::clear_detail.
8675 (tui_source_window_base): Rename from tui_source_window.
8676 (~tui_source_window_base): Rename from ~tui_source_window.
8677 (tui_alloc_win_info): Create a tui_disasm_window.
8678
8679 2019-06-25 Tom Tromey <tom@tromey.com>
8680
8681 * tui/tui-data.h (struct tui_source_window)
8682 (struct tui_data_window): Declare destructors.
8683 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8684 destructors.
8685 (tui_win_info): Simplify.
8686
8687 2019-06-25 Tom Tromey <tom@tromey.com>
8688
8689 * tui/tui-winsource.c (tui_display_main)
8690 (tui_update_source_windows_with_addr)
8691 (tui_update_all_breakpoint_info): Update.
8692 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8693 (new_height_ok, parse_scrolling_args): Update.
8694 * tui/tui-stack.c (tui_show_frame_info): Update.
8695 * tui/tui-data.h (struct tui_list): Remove.
8696 (tui_source_windows): Return a reference to a std::vector.
8697 * tui/tui-data.c (source_windows): Now a std::vector.
8698 (tui_source_windows): Change return type.
8699 (tui_clear_source_windows): Rewrite.
8700 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8701 (tui_free_all_source_wins_content): Rewrite.
8702
8703 2019-06-25 Tom Tromey <tom@tromey.com>
8704
8705 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8706 (struct tui_data_window, struct tui_cmd_window): Declare
8707 clear_detail method.
8708 * tui/tui-data.c (tui_source_window::clear_detail)
8709 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8710 methods.
8711 (tui_clear_win_detail): Simplify.
8712
8713 2019-06-25 Tom Tromey <tom@tromey.com>
8714
8715 * tui/tui-layout.c (make_source_window, make_disasm_window)
8716 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8717 Return the new window.
8718 (show_source_disasm_command, show_data)
8719 (show_source_or_disasm_and_command): Update.
8720
8721 2019-06-25 Tom Tromey <tom@tromey.com>
8722
8723 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8724 parameter. Return the new window.
8725 (show_source_disasm_command): Update and remove NULL check.
8726 (show_source_or_disasm_and_command): Update.
8727
8728 2019-06-25 Tom Tromey <tom@tromey.com>
8729
8730 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8731
8732 2019-06-25 Tom Tromey <tom@tromey.com>
8733
8734 * tui/tui-data.h (struct tui_win_info): Make constructor
8735 protected. Make destructor virtual. Add initializers.
8736 (tui_source_window, tui_data_window, tui_cmd_window): New
8737 classes.
8738 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8739 constructor. Add "type" parameter.
8740 (tui_source_window, tui_data_window, tui_cmd_window): New
8741 constructors.
8742 (tui_alloc_win_info): Instantiate the appropriate subclass.
8743
8744 2019-06-25 Tom Tromey <tom@tromey.com>
8745
8746 * tui/tui-win.c (tui_resize_all): Use delete.
8747 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8748 destructor.
8749 (tui_free_window): Don't declare.
8750 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8751 Update.
8752
8753 2019-06-25 Tom Tromey <tom@tromey.com>
8754
8755 * tui/tui-data.h (struct tui_win_info): Add constructor.
8756 * tui/tui-data.c (tui_alloc_win_info): Use new.
8757 (tui_free_window): Use delete.
8758
8759 2019-06-22 Tom Tromey <tom@tromey.com>
8760
8761 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8762 declare.
8763 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8764
8765 2019-06-22 Tom Tromey <tom@tromey.com>
8766
8767 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8768 declare.
8769 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8770
8771 2019-06-22 Tom de Vries <tdevries@suse.de>
8772
8773 * dwarf2read.c (create_addrmap_from_aranges)
8774 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8775 instead of '%zu'.
8776
8777 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8778
8779 * dwarf2read.h (dwarf2_section_info_def): Remove.
8780 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8781 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8782 std::vector<dwarf2_section_info>.
8783 (struct dwo_file) <~dwo_file>: Remove.
8784 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8785 types field.
8786 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8787 (dwarf2_read_debug_names): Likewise.
8788 (create_debug_types_hash_table): Change parameter type to
8789 array_view, adjust code accordingly.
8790 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8791 (partial_die_info::fixup): Likewise.
8792 (determine_prefix): Likewise.
8793 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8794
8795 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8796
8797 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8798 gdb_bfd_ref_ptr.
8799 <~dwo_file>: Remove call to gdb_bfd_unref.
8800 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8801 gdb_bfd_ref_ptr::get.
8802
8803 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8804
8805 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8806 type to htab_up.
8807 * dwarf2read.c (struct dwo_file): Initialize fields.
8808 <~dwo_file>: New.
8809 (free_dwo_file): Remove, move content to ~dwo_file.
8810 (struct dwo_file_deleter): Remove.
8811 (dwo_file_up>: Remove custom deleter.
8812 (free_dwo_files): Remove.
8813 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8814 dwo_files.
8815 (process_skeletonless_type_units): Call unique_ptr::get.
8816 (allocate_dwo_file_hash_table): Add deleter to created hash
8817 table. Change return type to htab_up.
8818 (lookup_dwo_file_slot): Don't memset dwo_file, call
8819 unique_ptr::get.
8820 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8821 (create_dwo_unit_in_dwp_v2): Likewise.
8822 (open_and_init_dwo_file): Likewise.
8823 (free_dwo_file_from_slot): Remove.
8824
8825 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8826
8827 * dwarf2read.h (struct dwarf2_section_info) <readin,
8828 is_virtual>: Change type to bool.
8829 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8830 true instead of 1.
8831
8832 2019-06-19 Tom Tromey <tom@tromey.com>
8833
8834 * tui/tui-data.h (tui_init_content_element): Don't declare.
8835
8836 2019-06-19 Tom Tromey <tom@tromey.com>
8837
8838 * tui/tui-data.h (tui_init_win_info): Don't declare.
8839
8840 2019-06-19 Tom de Vries <tdevries@suse.de>
8841
8842 * dwarf2read.h (abstract_to_concrete): Change type to
8843 std::unordered_map<sect_offset, std::vector<sect_offset>,
8844 gdb::hash_enum<sect_offset>>.
8845
8846 2019-06-19 Tom Tromey <tromey@adacore.com>
8847
8848 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8849 EVAL_AVOID_SIDE_EFFECTS specially.
8850
8851 2019-06-19 Tom Tromey <tromey@adacore.com>
8852
8853 * source-cache.c (highlighter): New global.
8854 (source_cache::get_source_lines): Create a highlighter on demand.
8855
8856 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8857
8858 * defs.h (deprecated_interactive_hook): Delete declaration.
8859 * interps.c (clear_interpreter_hooks): Remove use of
8860 deprecated_interactive_hook.
8861 * top.c (deprecated_interactive_hook): Delete definition.
8862 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8863
8864 2019-06-18 Tom de Vries <tdevries@suse.de>
8865
8866 PR gdb/24515
8867 * dwarf2read.h (abstract_to_concrete): Change type from
8868 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8869 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8870 * dwarf2read.c (read_variable): Update.
8871 (dwarf2_fetch_die_loc_sect_off): Update.
8872
8873 2019-06-17 Tom de Vries <tdevries@suse.de>
8874
8875 PR gdb/24617
8876 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8877 accessing parent[parent_len - 1].
8878
8879 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8880
8881 PR gdb/24364
8882 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8883 call dtrace_process_dof with NULL dof.
8884
8885 2019-06-16 Tom de Vries <tdevries@suse.de>
8886
8887 PR gdb/24445
8888 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8889
8890 2019-06-16 Tom Tromey <tom@tromey.com>
8891
8892 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8893 (make_all_visible): Use address of member.
8894
8895 2019-06-16 Tom Tromey <tom@tromey.com>
8896
8897 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8898 (tui_free_window, free_content, free_content_elements): Remove
8899 unnecessary cast.
8900 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8901 cast.
8902 * tui/tui-regs.c (tui_show_register_group)
8903 (tui_display_registers_from, tui_display_reg_element_at_line):
8904 Remove unnecessary cast.
8905
8906 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8907
8908 * linux-nat.c (normal_mask): Delete.
8909 (_initialize_linux_nat): Don't initialise normal_mask.
8910
8911 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8912
8913 PR gdb/24445
8914 * dwarf-index-write.h (write_psymtabs_to_index): Add
8915 dwz_basename parameter.
8916 * dwarf-index-write.c (write_gdbindex): Move file writing to
8917 write_gdbindex_1. Change return type void.
8918 (assert_file_size): Move up, remove filename parameter.
8919 (write_gdbindex_1): New function.
8920 (write_debug_names): Change return type to void, call
8921 assert_file_size.
8922 (struct index_wip_file): New struct.
8923 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8924 file logic to index_wip_file. Write index for dwz file if
8925 needed.
8926 (save_gdb_index_command): Pass basename of dwz file, if present.
8927 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8928 build-id of dwz file, if present.
8929 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8930 (dwarf2_get_dwz_file): Likewise.
8931 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8932 (dwarf2_get_dwz_file): Likewise.
8933
8934 2019-06-16 Tom Tromey <tom@tromey.com>
8935
8936 * coffread.c (process_coff_symbol): Use xstrdup.
8937 * value.c (create_internalvar): Use xstrdup.
8938
8939 2019-06-16 Tom Tromey <tom@tromey.com>
8940
8941 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8942 * breakpoint.c (stopin_command, stopat_command)
8943 (until_break_command, decode_location_default): Remove unnecessary
8944 cast.
8945 * utils.c (subset_compare): Remove unnecessary cast.
8946 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8947 cast.
8948 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8949 cast.
8950 * infcmd.c (path_command): Remove unnecessary cast.
8951 * coffread.c (decode_type): Remove unnecessary cast.
8952 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8953 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8954 * tui/tui-stack.c (tui_show_locator_content)
8955 (tui_show_frame_info): Remove unnecessary cast.
8956 * tui/tui-win.c (tui_scroll_forward_command)
8957 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8958 (parse_scrolling_args): Remove unnecessary cast.
8959 * tui/tui-data.c (init_win_info, tui_del_window)
8960 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8961 (free_content_elements): Remove unnecessary cast.
8962 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8963 unnecessary cast.
8964 * tui/tui-source.c (tui_set_source_content)
8965 (tui_vertical_source_scroll): Remove unnecessary cast.
8966 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8967 cast.
8968 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8969 * tui/tui-regs.c (tui_display_registers_from)
8970 (tui_display_register): Remove unnecessary cast.
8971 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8972 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8973 (make_visible): Remove unnecessary cast.
8974 * tui/tui-winsource.c (tui_erase_source_content)
8975 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8976 unnecessary cast.
8977 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8978 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8979 * stabsread.c (read_type, read_array_type, read_range_type):
8980 Remove unnecessary cast.
8981 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8982 (parse_symbol, parse_type, upgrade_type, parse_external)
8983 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8984 unnecessary cast.
8985 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8986
8987 2019-06-16 Tom Tromey <tom@tromey.com>
8988
8989 * tui/tui-data.c (tui_alloc_generic_win_info)
8990 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8991 checks.
8992
8993 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8994 Andrew Burgess <andrew.burgess@embecosm.com>
8995
8996 * f-typeprint.c (f_print_type): Don't return early for not
8997 associated or not allocated types.
8998 (f_type_print_varspec_suffix): Add print_rank parameter and print
8999 ranks of array types in case they dangling.
9000 (f_type_print_base): Add print_rank parameter.
9001
9002 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9003
9004 * NEWS: Mention new MI commands.
9005 * break-catch-throw.c (enum exception_event_kind): Move to
9006 breakpoint.h.
9007 (print_mention_exception_catchpoint): Output text as a single
9008 message.
9009 (catch_exception_command_1): Rename to...
9010 (catch_exception_event): ...this, make non-static, update header
9011 command, and change some parameter types.
9012 (catch_catch_command): Update for changes to
9013 catch_exception_command_1.
9014 (catch_throw_command): Likewise.
9015 (catch_rethrow_command): Likewise.
9016 * breakpoint.c (enum exception_event_kind): Delete.
9017 * breakpoint.h (enum exception_event_kind): Moved here from
9018 break-catch-throw.c.
9019 (catch_exception_event): Declare.
9020 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
9021 (mi_cmd_catch_throw): New function.
9022 (mi_cmd_catch_rethrow): New function.
9023 (mi_cmd_catch_catch): New function.
9024 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
9025 'catch-catch' entries.
9026 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
9027 (mi_cmd_catch_rethrow): Declare.
9028 (mi_cmd_catch_catch): Declare.
9029
9030 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9031
9032 * annotate.c (annotate_source_line): Change return type to void,
9033 update implementation to match.
9034 * annotate.h (annotate_source_line): Change return type to void,
9035 update header comment.
9036 * stack.c (print_frame_info): Don't change what frame information
9037 is printed based on whether annotations are on or not.
9038
9039 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9040
9041 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
9042 (annotate_source): Make static.
9043 (annotate_source_line): Moved from source.c and renamed from
9044 identify_source_line. Update the return type.
9045 * annotate.h (annotate_source): Delete declaration.
9046 (annotate_source_line): Declaration moved from source.h, and
9047 renamed from identify_source_line. Return type updated.
9048 * source.c (identify_source_line): Moved to annotate.c and renamed
9049 to annotate_source_line.
9050 (info_line_command): Remove check of annotation_level.
9051 * source.h (identify_source_line): Move declaration to annotate.h
9052 and rename to annotate_source_line.
9053 * stack.c: Add 'annotate.h' include.
9054 (print_frame_info): Remove check of annotation_level before
9055 calling annotate_source_line.
9056
9057 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9058
9059 * source-cache.c (source_cache::get_plain_source_lines): Use
9060 open_source_file_with_line_charpos instead of just
9061 open_source_file, remove call to find_source_lines.
9062 (source_cache::get_source_lines): Likewise.
9063 * source.c (find_source_lines): Make static.
9064 (get_filename_and_charpos): Renamed into...
9065 (open_source_file_with_line_charpos): ..this along with changes to
9066 return a scoped_fd, and some other minor clean ups.
9067 (identify_source_line): Use open_source_file_with_line_charpos.
9068 (search_command_helper): Use open_source_file_with_line_charpos
9069 instead of just open_source_file, remove call to
9070 find_source_lines.
9071 * source.h (open_source_file_with_line_charpos): Declare new
9072 function.
9073 (find_source_lines): Delete declaration.
9074
9075 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
9076
9077 * source.c (get_filename_and_charpos): Remove fullname
9078 parameter.
9079 (identify_source_line): Update call to get_filename_and_charpos.
9080
9081 2019-06-14 Tom Tromey <tromey@adacore.com>
9082
9083 PR gdb/24502:
9084 * ui-style.h (skip_ansi_escape): Update comment.
9085 * ui-file.h (class no_terminal_escape_file): New class.
9086 * ui-file.c (no_terminal_escape_file::write)
9087 (no_terminal_escape_file::puts): New methods.
9088 * cli/cli-logging.c (handle_redirections): Use
9089 no_terminal_escape_file.
9090
9091 2019-06-14 Tom Tromey <tromey@adacore.com>
9092
9093 * NEWS: Move convenience variable news above Python news.
9094
9095 2019-06-14 Tom Tromey <tom@tromey.com>
9096
9097 * gnulib: Move directory to top-level.
9098 * configure.ac: Don't configure gnulib.
9099 * configure: Rebuild.
9100 * common/common-defs.h: Use new path to gnulib.
9101 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
9102 (GNULIB_H): Remove.
9103 (INCGNU): Look in new gnulib location.
9104 (HFILES_NO_SRCDIR): Remove gnulib files.
9105 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
9106 (generated_files): Remove GNULIB_H.
9107 ($(LIBGNU), all-lib): Remove targets.
9108 (distclean): Don't mention GNULIB_BUILDDIR.
9109 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
9110
9111 2019-06-14 Tom Tromey <tromey@adacore.com>
9112
9113 * symfile.c (add_symbol_file_command): Remove obsolete comment.
9114 Warn if symbol file does not provide any symbols.
9115
9116 2019-06-14 Tom Tromey <tromey@adacore.com>
9117
9118 * source.c (find_and_open_source): Respect basenames_may_differ.
9119
9120 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
9121
9122 * annotate.c (annotate_breakpoints_invalid): Make use of
9123 scoped_restore_terminal_state.
9124 (annotate_frames_invalid): Likewise.
9125
9126 2019-06-14 Tom Tromey <tromey@adacore.com>
9127
9128 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
9129 allow assignment to an internalvar.
9130
9131 2019-06-14 Tom Tromey <tromey@adacore.com>
9132
9133 * ada-lex.l: Allow "_" in attribute names.
9134
9135 2019-06-14 Tom Tromey <tromey@adacore.com>
9136
9137 PR gdb/24653:
9138 * regcache.c (registers_changed): Don't call alloca.
9139 * top.c (execute_command): Don't call alloca.
9140
9141 2019-06-13 Pedro Alves <palves@redhat.com>
9142
9143 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
9144 'expression'. When parsing an expression, error out if there's
9145 junk after "unlimited".
9146 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9147 (do_set_command): Adjust calls to is_unlimited_literal.
9148
9149 2019-06-13 Pedro Alves <palves@redhat.com>
9150
9151 * compile/compile.c (make_compile_options_def_group): Add braces
9152 around array_view initializer.
9153 * thread.c (make_thread_apply_all_options_def_group)
9154 (make_thread_apply_all_options_def_group): Likewise.
9155
9156 2019-06-13 Pedro Alves <palves@redhat.com>
9157
9158 * NEWS (New commands): Mention "maint test-options
9159 require-delimiter", "maint test-options unknown-is-error", "maint
9160 test-options unknown-is-operand" and "maint show
9161 test-options-completion-result".
9162 (New command options, command completion): New section.
9163 (Completion improvements): New section.
9164 Mention that you can abbreviate "unlimited".
9165
9166 2019-06-13 Pedro Alves <palves@redhat.com>
9167
9168 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
9169 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
9170 * unittests/cli-utils-selftests.c (test_parse_flags)
9171 (test_parse_flags_qcs): Delete.
9172 (test_cli_utils): Don't call deleted functions.
9173
9174 2019-06-13 Pedro Alves <palves@redhat.com>
9175
9176 * thread.c: Include "cli/cli-option.h".
9177 (tp_array_compar_ascending): Global.
9178 (tp_array_compar): Delete function.
9179 (tp_array_compar_ascending, tp_array_compar_descending): New
9180 functions.
9181 (ascending_option_def, qcs_flag_option_def)
9182 (thr_qcs_flags_option_defs)
9183 (make_thread_apply_all_options_def_group)
9184 (make_thread_apply_options_def_group): New.
9185 (thread_apply_all_command): Use gdb::option::process_options.
9186 (thread_apply_command_completer)
9187 (thread_apply_all_command_completer): New.
9188 (thread_apply_command): Use gdb::option::process_options.
9189 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
9190 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
9191 to generate help text of "thread apply". Adjust "taas"'s help.
9192 * tid-parse.c (tid_range_parser::in_thread_range): New method.
9193 * tid-parse.h (tid_range_parser::in_thread_range): New method.
9194
9195 2019-06-13 Pedro Alves <palves@redhat.com>
9196
9197 * thread.c (thread_apply_command): Check for invalid TID with
9198 isdigit instead of !isalpha.
9199
9200 2019-06-13 Pedro Alves <palves@redhat.com>
9201
9202 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
9203 (validate_flags_qcs): New.
9204 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
9205 (validate_flags_qcs): Declare.
9206 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
9207 (make_frame_apply_options_def_group): New.
9208 (frame_apply_command_count): Process options with
9209 gdb::option::process_options.
9210 (frame_apply_completer): New.
9211 (frame_apply_level_completer, frame_apply_all_completer)
9212 (frame_apply_completer): New.
9213 (_initialize_stack): Update help of "frame apply", "frame apply
9214 level", "frame apply all" and "faas" to mention supported options
9215 and install command completers.
9216 * stack.h (frame_apply_all_completer): Declare.
9217 * thread.c: Include "stack.h".
9218 (tfaas_command): Add "--".
9219 (_initialize_thread): Update help "tfaas" to mention supported
9220 options and install command completer.
9221
9222 2019-06-13 Pedro Alves <palves@redhat.com>
9223
9224 * completer.c (complete_nested_command_line): New.
9225 (gdb_completion_word_break_characters_throw): Add assertion.
9226 * completer.h (complete_nested_command_line): Declare.
9227
9228 2019-06-13 Pedro Alves <palves@redhat.com>
9229
9230 * stack.c (parse_backtrace_qualifiers): New.
9231 (backtrace_command): Use it.
9232 (backtrace_command_completer): Complete on qualifiers.
9233
9234 2019-06-13 Pedro Alves <palves@redhat.com>
9235
9236 * frame.c: Include "cli/cli-option.h.
9237 (user_set_backtrace_options): New.
9238 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
9239 Delete.
9240 (get_prev_frame): Adjust.
9241 (boolean_option_def, uinteger_option_def)
9242 (set_backtrace_option_defs): New.
9243 (_initialize_frame): Adjust and use
9244 gdb::option::add_setshow_cmds_for_options to install "set
9245 backtrace past-main" and "set backtrace past-entry".
9246 * frame.h: Include "cli/cli-option.h".
9247 (struct frame_print_options): Forward declare.
9248 (print_frame_arguments_all, print_frame_arguments_scalars)
9249 (print_frame_arguments_none): Declare.
9250 (print_entry_values): Delete declaration.
9251 (struct frame_print_options, user_frame_print_options): New.
9252 (struct set_backtrace_options): New.
9253 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
9254 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
9255 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
9256 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
9257 (list_args_or_locals): Add frame_print_options parameter.
9258 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
9259 * python/py-framefilter.c (enumerate_args): Pass down
9260 USER_FRAME_PRINT_OPTIONS.
9261 * stack.c: Include "cli/cli-option.h".
9262 (print_frame_arguments_all, print_frame_arguments_scalars)
9263 (print_frame_arguments_none): Declare.
9264 (print_raw_frame_arguments, print_entry_values): Delete.
9265 (user_frame_print_options): New.
9266 (boolean_option_def, enum_option_def, frame_print_option_defs):
9267 New.
9268 (struct backtrace_cmd_options): New.
9269 (bt_flag_option_def): New.
9270 (backtrace_command_option_defs): New.
9271 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
9272 (print_frame_arg, read_frame_arg, print_frame_args)
9273 (print_frame_info, print_frame): Add frame_print_options parameter
9274 and use it.
9275 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
9276 (backtrace_command_1): Add frame_print_options and
9277 backtrace_cmd_options parameters and use them.
9278 (make_backtrace_options_def_group): New.
9279 (backtrace_command): Process command options with
9280 gdb::option::process_options.
9281 (backtrace_command_completer): New.
9282 (_initialize_stack): Extend "backtrace"'s help to mention
9283 supported options. Install completer for "backtrace".
9284 Install some settings commands with add_setshow_cmds_for_options.
9285
9286 2019-06-13 Pedro Alves <palves@redhat.com>
9287
9288 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
9289 and that "set/show print raw frame-arguments" are now deprecated.
9290
9291 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
9292 command.
9293 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
9294 * stack.c (_initialize_stack): Install "set/show print
9295 raw-frame-arguments", and deprecate "set/show print raw
9296 frame-arguments".
9297 * valprint.c (_initialize_valprint): Deprecate "set/show print
9298 raw".
9299
9300 2019-06-13 Pedro Alves <palves@redhat.com>
9301
9302 * compile/compile.c (struct compile_options): New.
9303 (compile_flag_option_def, compile_command_option_defs)
9304 (make_compile_options_def_group): New.
9305 (compile_file_command): Handle options with
9306 gdb::option::process_options.
9307 (compile_file_command_completer): New function.
9308 (compile_code_command): Handle options with
9309 gdb::option::process_options.
9310 (compile_code_command_completer): New function.
9311 (_initialize_compiler): Install completers for "compile code" and
9312 "compile file". Mention available options in "compile code" and
9313 "compile code"'s help.
9314 * completer.c (advance_to_completion_word): New, factored out from
9315 ...
9316 (advance_to_expression_complete_word_point): ... this.
9317 (advance_to_filename_complete_word_point): New.
9318 * completer.h (advance_to_filename_complete_word_point): New
9319 declaration.
9320
9321 2019-06-13 Pedro Alves <palves@redhat.com>
9322
9323 * compile/compile.c: Include "cli/cli-option.h".
9324 (compile_print_value): Scope data pointer is now a
9325 value_print_options pointer; adjust.
9326 (compile_print_command): Process options. Scope data pointer is
9327 now a value_print_options pointer; adjust.
9328 (_initialize_compile): Update "compile print"'s help to include
9329 supported options. Install a completer for "compile print".
9330 * cp-valprint.c (show_vtblprint, show_objectprint)
9331 (show_static_field_print): Delete.
9332 (_initialize_cp_valprint): Don't install "set print
9333 static-members", "set print vtbl", "set print object" here.
9334 * printcmd.c: Include "cli/cli-option.h" and
9335 "common/gdb_optional.h".
9336 (print_command_parse_format): Rework to fill in a
9337 value_print_options instead of a format_data.
9338 (print_value): Change parameter type from format_data pointer to
9339 value_print_options reference. Adjust.
9340 (print_command_1): Process options. Adjust to pass down a
9341 value_print_options.
9342 (print_command_completer): New.
9343 (_initialize_printcmd): Install print_command_completer as
9344 handle_brkchars completer for the "print" command. Update
9345 "print"'s help to include supported options.
9346 * valprint.c: Include "cli/cli-option.h".
9347 (show_vtblprint, show_objectprint, show_static_field_print): Moved
9348 here from cp-valprint.c.
9349 (boolean_option_def, uinteger_option_def)
9350 (value_print_option_defs, make_value_print_options_def_group):
9351 New. Use gdb::option::add_setshow_cmds_for_options to install
9352 "set print elements", "set print null-stop", "set print repeats",
9353 "set print pretty", "set print union", "set print array", "set
9354 print address", "set print symbol", "set print array-indexes".
9355 * valprint.h: Include <string> and "cli/cli-option.h".
9356 (make_value_print_options_def_group): Declare.
9357 (print_value): Change parameter type from format_data pointer to
9358 value_print_options reference.
9359 (print_command_completer): Declare.
9360
9361 2019-06-13 Pedro Alves <palves@redhat.com>
9362
9363 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
9364 (COMMON_SFILES): Add maint-test-settings.c.
9365 * cli/cli-decode.c (boolean_enums): New global, factored out from
9366 ...
9367 (add_setshow_boolean_cmd): ... here.
9368 * cli/cli-decode.h (boolean_enums): Declare.
9369 * cli/cli-option.c: New file.
9370 * cli/cli-option.h: New file.
9371 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
9372 factored out from ...
9373 (parse_cli_boolean_value(const char *)): ... this.
9374 (is_unlimited_literal): Change parameter type to pointer to
9375 pointer. Adjust and advance ARG pointer.
9376 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9377 (parse_cli_var_enum): New, factored out from ...
9378 (do_set_command): ... this. Adjust.
9379 * cli/cli-setshow.h (parse_cli_boolean_value)
9380 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9381 (parse_cli_var_enum): Declare.
9382 * cli/cli-utils.c: Include "cli/cli-option.h".
9383 (get_ulongest): New.
9384 * cli/cli-utils.h (get_ulongest): Declare.
9385 (check_for_argument): New overloads.
9386 * maint-test-options.c: New file.
9387
9388 2019-06-13 Pedro Alves <palves@redhat.com>
9389
9390 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9391 parse a range if "-" is at the end of the string.
9392
9393 2019-06-13 Pedro Alves <palves@redhat.com>
9394
9395 * cli/cli-setshow.c (parse_auto_binary_operation)
9396 (parse_cli_boolean_value): Don't allow "o".
9397
9398 2019-06-13 Pedro Alves <palves@redhat.com>
9399
9400 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9401 * NEWS: Mention maint test-settings KIND.
9402 * maint-test-settings.c: New file.
9403
9404 2019-06-13 Pedro Alves <palves@redhat.com>
9405
9406 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9407 completer.
9408 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9409 "set" completers.
9410
9411 2019-06-13 Pedro Alves <palves@redhat.com>
9412
9413 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9414 after item.
9415
9416 2019-06-13 Pedro Alves <palves@redhat.com>
9417
9418 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9419
9420 2019-06-13 Pedro Alves <palves@redhat.com>
9421
9422 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9423 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9424 call.
9425 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9426 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9427 calls.
9428 (check_for_argument): Skip spaces after argument.
9429
9430 2019-06-13 Pedro Alves <palves@redhat.com>
9431
9432 * thread.c (thread_apply_command): Adjust TID parsing.
9433 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9434 detected before end of string.
9435 (tid_is_in_list): Error out if LIST is invalid.
9436
9437 2019-06-13 Pedro Alves <palves@redhat.com>
9438
9439 * completer.c (complete_line_internal_1): Rewind completion word
9440 point.
9441 (completion_tracker::advance_custom_word_point_by): Change
9442 parameter type to int.
9443 * completer.h (completion_tracker::advance_custom_word_point_by):
9444 Likewise.
9445
9446 2019-06-13 Pedro Alves <palves@redhat.com>
9447
9448 * completer.c (advance_to_completion_word): Handle delimiters.
9449
9450 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9451
9452 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9453
9454 2019-06-11 Tom Tromey <tom@tromey.com>
9455
9456 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9457 (xmalloc_failed): Move to alloc.c.
9458 * alloc.c: New file.
9459 * Makefile.in (COMMON_SFILES): Add alloc.c.
9460
9461 2019-06-11 Tom Tromey <tom@tromey.com>
9462
9463 * nat/linux-waitpid.c: Don't include server.h.
9464 (linux_debug): Remove.
9465 (my_waitpid): Update.
9466
9467 2019-06-11 Tom Tromey <tromey@adacore.com>
9468
9469 * infcall.c (_initialize_infcall): Remove trailing newline from
9470 help.
9471 * user-regs.c (_initialize_user_regs): Remove trailing newline
9472 from help.
9473 * typeprint.c (_initialize_typeprint): Remove trailing newline
9474 from help.
9475 * reverse.c (_initialize_reverse): Remove trailing newlines from
9476 help.
9477 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9478 from help.
9479 * language.c (add_set_language_command): Remove trailing newline
9480 from help.
9481 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9482 help.
9483 * disasm.c (_initialize_disasm): Remove trailing newline from
9484 help.
9485 * top.c (init_main): Remove trailing newline from help.
9486 * interps.c (_initialize_interpreter): Remove trailing newline
9487 from help.
9488 * btrace.c (_initialize_btrace): Remove trailing newlines from
9489 help.
9490 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9491 from help.
9492 * python/python.c (_initialize_python): Remove trailing newline
9493 from help.
9494 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9495 help.
9496 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9497 from help. Reformat some text.
9498 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9499 from help.
9500 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9501 newline from help.
9502
9503 2019-06-11 Tom Tromey <tromey@adacore.com>
9504
9505 * darwin-nat.c (darwin_decode_exception_message)
9506 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9507
9508 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9509
9510 * valops.c (value_slice): Check for not allocated or not
9511 associated values.
9512
9513 2019-06-10 Tom de Vries <tdevries@suse.de>
9514
9515 PR gdb/24618
9516 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9517 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9518 invalid.
9519
9520 2019-06-10 Tom de Vries <tdevries@suse.de>
9521
9522 PR gdb/24611
9523 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9524 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9525
9526 2019-06-10 Tom de Vries <tdevries@suse.de>
9527
9528 PR symtab/24545
9529 * symtab.c (struct demangled_name_entry): Add language field.
9530 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9531 static minimal symbol". Set and use language field.
9532
9533 2019-06-10 Tom Tromey <tromey@adacore.com>
9534
9535 * ada-lang.c (_initialize_ada_language): Update help text.
9536
9537 2019-06-10 Tom Tromey <tromey@adacore.com>
9538
9539 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9540 with a newline.
9541 * guile/guile.c (handle_boot_error): Don't end warning with a
9542 newline.
9543 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9544 warning with a newline.
9545 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9546 newline.
9547 (s12z_frame_cache): Likewise.
9548 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9549 a newline.
9550 * solib-svr4.c (disable_probes_interface): Don't end warning with
9551 a newline.
9552 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9553 newline.
9554 * python/python.c (do_finish_initialization): Don't end warning
9555 with a newline.
9556
9557 2019-06-10 Tom Tromey <tom@tromey.com>
9558
9559 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9560 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9561 gdbpy_enter.
9562
9563 2019-06-10 Tom Tromey <tromey@adacore.com>
9564
9565 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9566 data.
9567 (elf_new_init): Don't call stabsread_new_init.
9568 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9569 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9570 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9571
9572 2019-06-10 Tom de Vries <tdevries@suse.de>
9573
9574 PR symtab/16264
9575 PR symtab/24517
9576 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9577
9578 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9579
9580 * source.c (find_and_open_source): Also rewrite relative file
9581 names.
9582
9583 2019-04-26 Amos Bird <amosbird@gmail.com>
9584
9585 * annotate.c (annotate_thread_exited): Add "thread-exited"
9586 annotation.
9587
9588 2019-06-06 Tom Tromey <tromey@adacore.com>
9589
9590 * maint.h (class scoped_command_stats): Use
9591 DISABLE_COPY_AND_ASSIGN.
9592 <print_time>: New method.
9593 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9594 print_time.
9595 (scoped_command_stats::print_time): New method.
9596
9597 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9598
9599 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9600 instructions of lengths 6 or 8 bytes.
9601
9602 2019-06-04 Pedro Alves <palves@redhat.com>
9603
9604 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9605
9606 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9607 * breakpoint.c (condition_completer): Likewise.
9608 * cli/cli-dump.c (scan_expression): Likewise.
9609 * common/filestuff.c (mkdir_recursive): Likewise.
9610 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9611 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9612 (gdb_abspath): Likewise.
9613 * compile/compile-cplus-types.c
9614 (compile_cplus_instance::decl_name): Likewise.
9615 * completer.c (complete_explicit_location):
9616 (signal_completer, reg_or_group_completer_1): Likewise.
9617 * cp-support.c (cp_remove_params_if_any): Likewise.
9618 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9619 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9620 * infcmd.c (strip_bg_char): Likewise.
9621 * linespec.c (copy_token_string): Likewise.
9622 * mi/mi-main.c (output_cores): Likewise.
9623 * psymtab.c (psymtab_search_name):
9624 * symfile.c (test_set_ext_lang_command): Likewise.
9625 * target.c (target_fileio_read_stralloc): Likewise.
9626 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9627 * value.c (complete_internalvar): Likewise.
9628
9629 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9630
9631 Add objfile property to gdb.Type.
9632 * NEWS: Mention Python API addition.
9633 * python/py-type.c (typy_get_objfile): New method.
9634
9635 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9636
9637 * NEWS: Mention the new set|show style [title|highlight].
9638 Mention changes to "show style", "help" and "apropos".
9639
9640 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9641
9642 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9643 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9644 instead of print_help_for_command.
9645 (print_doc_of_command): New function.
9646 (help_list): Add 'apropos -v word' suggestion.
9647 (print_help_for_command): Style the command name using title style.
9648 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9649 (_initialize_cli_cmds): Describe -v in apropos_command help.
9650
9651 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9652
9653 * cli/cli-style.h (cli_style_option): Add name in constructor,
9654 add m_name class member, add constructor with intensity,
9655 add name class function.
9656 (cli_style_option::add_setshow_commands): Remove name argument.
9657 (highlight_style, title_style): New styles.
9658 * cli/cli-style.c (do_show): New function that shows a style
9659 characteristic styling the style name with itself.
9660 (set_style_name): New function.
9661 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9662 Update all callers according to the changes in cli/cli-style.h.
9663 * utils.h (fputs_highlighted): New function.
9664 * utils.c (fputs_highlighted): Likewise.
9665
9666 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9667
9668 * NEWS: Mention new pipe command and new convenience variables.
9669
9670 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9671
9672 * cli/cli-cmds.c (pipe_command): New function.
9673 (_initialize_cli_cmds): Call add_com for pipe_command.
9674 Define | as an alias for pipe.
9675 (exit_status_set_internal_vars): New function.
9676 (shell_escape): Call exit_status_set_internal_vars.
9677 cli/cli-decode.c (find_command_name_length): Recognize | as
9678 a single character command.
9679
9680 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9681
9682 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9683 top.c (execute_command_to_ui_file): New function, mostly a copy
9684 of execute_command_to_string.
9685 (execute_command_to_string): Implement by calling
9686 execute_command_to_ui_file.
9687
9688 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9689
9690 * top.h (saved_command_line): Remove declaration.
9691 * top.c (previous_saved_command_line, previous_repeat_arguments):
9692 New variables.
9693 (saved_command_line): Make static, define together with other
9694 'repeat variables'.
9695 (dont_repeat): Clear repeat_arguments.
9696 (repeat_previous, get_saved_command_line, save_command_line):
9697 New functions.
9698 (gdb_init): Initialize saved_command_line
9699 and previous_saved_command_line.
9700 * main.c (captured_main_1): Remove saved_command_line initialization.
9701 * event-top.c (handle_line_of_input): Update to use
9702 the new 'repeat' related functions instead of direct access to
9703 saved_command_line.
9704 * command.h (repeat_previous, get_saved_command_line,
9705 save_command_line): New declarations.
9706 (dont_repeat): Add comment.
9707
9708 2019-05-30 Tom Tromey <tromey@adacore.com>
9709
9710 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9711 Fix comment.
9712 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9713
9714 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9715
9716 PR cli/24587
9717 * completer.c (complete): Initialize variable word.
9718
9719 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9720
9721 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9722 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9723 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9724 'body' is NULL to the outter 'if', protecting the '!is_define'
9725 situation as well.
9726
9727 2019-05-29 Tom Tromey <tromey@adacore.com>
9728
9729 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9730 (dwarf_unknown): New function.
9731 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9732 (dwarf_type_encoding_name): Use dwarf_unknown.
9733
9734 2019-05-29 Tom Tromey <tromey@adacore.com>
9735
9736 PR c++/20020:
9737 * cp-valprint.c (cp_print_value_fields): Call
9738 cp_print_static_field inside "try".
9739
9740 2019-05-29 Tom Tromey <tromey@adacore.com>
9741
9742 * inflow.c (struct terminal_info): Add default operator=.
9743 * configure: Rebuild.
9744 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9745 -Wdeprecated-copy-dtor, -Wredundant-move.
9746
9747 2019-05-29 Tom Tromey <tromey@adacore.com>
9748
9749 * NEWS: Add entry.
9750 * infcmd.c (print_return_value_1): Handle finish_print
9751 option.
9752 (show_print_finish): New function.
9753 (_initialize_infcmd): Add "set/show print finish" commands.
9754 * valprint.c (user_print_options): Initialize new member.
9755 * valprint.h (struct value_print_options) <finish_print>: New
9756 member.
9757
9758 2019-05-28 Tom Tromey <tromey@adacore.com>
9759
9760 * ada-lang.c (ada_remove_Xbn_suffix)
9761 (find_old_style_renaming_symbol)
9762 (parse_old_style_renaming): Remove.
9763 (ada_find_renaming_symbol): Don't call
9764 find_old_style_renaming_symbol.
9765 (ada_is_renaming_symbol): Rename from
9766 ada_find_renaming_symbol. Remove "block" parameter. Return
9767 bool. Now static.
9768 (ada_read_var_value): Update and simplify.
9769 * ada-exp.y (write_var_or_type): Remove old code.
9770
9771 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9772
9773 PR gdb/25010
9774 * event-top.c: Remove include comment.
9775 * inflow.c (class scoped_ignore_sigttou): Move from here...
9776 * inflow.h (class scoped_ignore_sigttou): ...to here.
9777 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9778 * top.c: Remove include comment.
9779
9780 2019-05-27 Tom Tromey <tom@tromey.com>
9781
9782 * NEWS: Fix typo.
9783
9784 2019-05-22 Tom Tromey <tromey@adacore.com>
9785
9786 * target.c (target_follow_exec): Constify parameter.
9787 * target-delegates.c: Rebuild.
9788 * remote.c (remote_target::follow_exec): Constify parameter.
9789 * infrun.c (follow_exec): Constify parameter.
9790 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9791 (target_follow_exec): Likewise.
9792
9793 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9794
9795 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9796 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9797
9798 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9799
9800 * NEWS: Add debugredirect and testsuite sections.
9801
9802 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9803
9804 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9805 target descriptions using exclusively floating point register name
9806 aliases.
9807
9808 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9809
9810 PR gdb/18644:
9811 * f-lang.c (build_fortran_types): Handle the case where
9812 gdbarch_floatformat_for_type returns a nullptr.
9813
9814 2019-05-21 Tom de Vries <tdevries@suse.de>
9815
9816 PR cli/24587
9817 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9818
9819 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9820
9821 PR gdb/18644:
9822 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9823 16-byte floats.
9824 * i386-tdep.c (i386_floatformat_for_type): Use
9825 floatformats_ia64_quad for the 16-byte floating point component
9826 within a fortran 32-byte complex number.
9827
9828 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9829
9830 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9831 delete default constructor.
9832 (find_partial_die): Update to return const struct.
9833 (partial_die_parent_scope): Move variable declaration into scope
9834 of its use and change its type to auto.
9835 (guess_partial_die_structure_name): Likewise.
9836 (partial_die_info::fixup): Likewise.
9837
9838 2019-05-17 Tom Tromey <tromey@adacore.com>
9839
9840 * source.c (find_and_open_source): Remove cast.
9841
9842 2019-05-17 Tom Tromey <tromey@adacore.com>
9843
9844 * annotate.c (annotate_source): Make "filename" const.
9845 * annotate.h (annotate_source): Use const.
9846
9847 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9848
9849 * disasm.c (set_disassembler_options): Send errors to stderr.
9850
9851 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9852
9853 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9854 (cli_interp_base::set_logging): Check debug_redirect.
9855 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9856 * cli/cli-logging.c (debug_redirect): Add static variable.
9857 (pop_output_files): Add default param.
9858 (handle_redirections): Print debug setting.
9859 (show_logging_command): Likewise.
9860 (_initialize_cli_logging): Add debugredirect command.
9861 * interps.c (current_interp_set_logging): Add debug_redirect
9862 parameter.
9863 * interps.h (set_logging): Add debug_redirect parameter.
9864 (current_interp_set_logging): Likewise.
9865 * mi/mi-common.h: Likewise.
9866 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9867
9868 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9869 Tom Tromey <tromey@adacore.com>
9870
9871 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9872 directly.
9873 * cli/cli-interp.h (make_logging_output): Remove declaration.
9874 * cli/cli-logging.c (make_logging_output): Remove function.
9875 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9876 directly.
9877 * ui-file.c (tee_file::tee_file): Remove bools.
9878 (tee_file::~tee_file): Remove deletes.
9879 * ui-file.h (tee_file): Remove bools.
9880
9881 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9882
9883 * mi/mi-cmds.h (mi_cmd_complete): New function.
9884 * mi/mi-main.c (mi_cmd_complete): Likewise.
9885 * mi/mi-cmds.c: Define new MI command -complete.
9886 * NEWS: Mention new -complete command.
9887
9888 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9889
9890 * completer.h (complete): New function.
9891 * completer.c (complete): Likewise.
9892 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9893 function defined in completer.h.
9894
9895 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9896
9897 * MAINTAINERS (Write After Approval): Add myself.
9898
9899 2019-05-17 Tom de Vries <tdevries@suse.de>
9900
9901 PR gdb/24094
9902 * dwarf2read.c (struct cu_partial_die_info): New struct.
9903 (find_partial_die): Return cu_partial_die_info.
9904 (partial_die_parent_scope, guess_partial_die_structure_name)
9905 (partial_die_info::fixup): Handle new return type of find_partial_die.
9906
9907 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9908
9909 PR breakpoints/24541
9910 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9911 "std::string", simplifying the algorithm.
9912
9913 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9914
9915 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9916 (stap_static_probe_ops::get_probes): Likewise.
9917
9918 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9919
9920 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9921 '-')" and "else if".
9922 (stap_parse_single_operand): Join checks for
9923 "gdbarch_stap_parse_special_token_p" and
9924 "gdbarch_stap_parse_special_token" in the same "if" statement.
9925 Invert check when verifying for operation on register
9926 displacement.
9927
9928 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9929
9930 * stap-probe.c (stap_get_opcode): Update comment.
9931 (stap_get_expected_argument_type): Likewise.
9932 (handle_stap_probe): Likewise.
9933
9934 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9935
9936 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9937 return type to 'bool'. Adjust comment. Use 'bool' when
9938 appropriate.
9939 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9940 * stap-probe.c (stap_parse_argument_1): Likewise.
9941 (stap_is_operator): Likewise.
9942 (stap_is_generic_prefix): Likewise.
9943 (stap_is_register_prefix): Likewise.
9944 (stap_is_register_indirection_prefix): Likewise.
9945 (stap_is_integer_prefix): Likewise.
9946 (stap_generic_check_suffix): Likewise.
9947 (stap_check_integer_suffix): Likewise.
9948 (stap_check_register_suffix): Likewise.
9949 (stap_check_register_indirection_suffix): Likewise.
9950 (stap_parse_register_operand): Likewise.
9951 (stap_parse_single_operand): Likewise.
9952 (stap_parse_argument_1): Likewise.
9953 (stap_probe::get_argument_count): Likewise.
9954 (stap_is_operator): Likewise.
9955
9956 2019-05-16 Tom Tromey <tromey@adacore.com>
9957
9958 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9959 keyword to foreach.
9960
9961 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9962
9963 * linux-thread-db.c (try_thread_db_load_1): Change return type
9964 to bool.
9965 (try_thread_db_load): Likewise.
9966 (try_thread_db_load_from_pdir_1): Likewise.
9967 (try_thread_db_load_from_pdir): Likewise.
9968 (try_thread_db_load_from_sdir): Likewise.
9969 (try_thread_db_load_from_dir): Likewise.
9970 (thread_db_load_search): Likewise.
9971 (has_libpthread): Likewise.
9972 (thread_db_load): Likewise.
9973
9974 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9975
9976 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9977 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9978 NULL, and complain/return if that's the case.
9979
9980 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9981
9982 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9983 (advance, posn, abstract_read_memory): New functions.
9984 [struct mem_read_abstraction]: New struct.
9985 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9986
9987 2019-05-14 Tom Tromey <tromey@adacore.com>
9988
9989 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9990 value is not lval_memory.
9991
9992 2019-05-14 Tom Tromey <tromey@adacore.com>
9993
9994 * solib.c (info_sharedlibrary_command): Style the file name.
9995
9996 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9997
9998 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9999 (aarch64_vnv_type): Likewise.
10000 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
10001 * common/tdesc.c: Likewise.
10002 * common/tdesc.h (enum tdesc_type_kind): Likewise.
10003 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
10004 * features/aarch64-fpu.xml: Add ieee half view.
10005 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
10006 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
10007 * gdbtypes.h (struct builtin_type): Likewise.
10008 (struct objfile_type): Likewise.
10009
10010 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
10011
10012 * language.c (language_sniff_from_mangled_name): Fix "langauge"
10013 typo.
10014 * location.h (string_to_event_location): Likewise.
10015
10016 2019-05-11 Joel Brobecker <brobecker@adacore.com>
10017
10018 GDB 8.3 released.
10019
10020 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
10021
10022 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
10023 New variable declaration.
10024 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
10025 New variable.
10026 (print_one_breakpoint): Use ui_out::test_flags and new global
10027 variable to compute use_fixed_output.
10028 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
10029 Remove.
10030 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
10031 (mi_multi_location_breakpoint_output_fixed): Remove.
10032 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
10033 new variable.
10034 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
10035 fix_multi_location_breakpoint_output flag if version >= 3.
10036 * ui-out.h (enum ui_out_flag)
10037 <fix_multi_location_breakpoint_output>: New enumerator.
10038
10039 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
10040
10041 * contrib/cc-with-tweaks.sh: Validate dwz's work.
10042
10043 2019-05-10 Tom Tromey <tromey@adacore.com>
10044
10045 * ada-lang.c (catch_ada_completer): New function.
10046 (_initialize_ada_language): Use it.
10047
10048 2019-05-10 Tom Tromey <tromey@adacore.com>
10049
10050 * thread.c (print_thread_info): Make "requested_threads" const.
10051 * gdbthread.h (print_thread_info): Make "requested_threads"
10052 const.
10053 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
10054 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
10055
10056 2019-05-08 Tom Tromey <tom@tromey.com>
10057
10058 * gdbtypes.c (objfile_type_data): Change type.
10059 (objfile_type, _initialize_gdbtypes): Update.
10060
10061 2019-05-08 Tom Tromey <tom@tromey.com>
10062
10063 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
10064 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
10065 (_initialize_dwarf2_frame): Update.
10066
10067 2019-05-08 Tom Tromey <tom@tromey.com>
10068
10069 * objc-lang.c (objc_objfile_data): Change type.
10070 (find_methods): Update.
10071 (_initialize_objc_lang): Remove.
10072
10073 2019-05-08 Tom Tromey <tom@tromey.com>
10074
10075 * stabsread.c (rs6000_builtin_type_data): Change type.
10076 (rs6000_builtin_type, _initialize_stabsread): Update.
10077
10078 2019-05-08 Tom Tromey <tom@tromey.com>
10079
10080 * mips-tdep.c (mips_pdr_data): Remove.
10081 (_initialize_mips_tdep): Update.
10082
10083 2019-05-08 Tom Tromey <tom@tromey.com>
10084
10085 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
10086 (hppa_init_objfile_priv_data, read_unwind_info)
10087 (find_unwind_entry, _initialize_hppa_tdep): Update.
10088
10089 2019-05-08 Tom Tromey <tom@tromey.com>
10090
10091 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
10092 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
10093 on obstack.
10094 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
10095
10096 2019-05-08 Tom Tromey <tom@tromey.com>
10097
10098 * mdebugread.c (basic_type_data): Change type.
10099 (basic_type, _initialize_mdebugread): Update.
10100
10101 2019-05-08 Tom Tromey <tom@tromey.com>
10102
10103 * common/gdb_unique_ptr.h (struct noop_deleter): New.
10104
10105 2019-05-08 Tom Tromey <tom@tromey.com>
10106
10107 * nto-tdep.c (nto_inferior_data_reg): Change type.
10108 (nto_inferior_data): Update.
10109 (nto_inferior_data_cleanup, nto_new_inferior_data)
10110 (_initialize_nto_tdep): Remove.
10111 * nto-tdep.h (struct nto_inferior_data): Add initializers.
10112
10113 2019-05-08 Tom Tromey <tom@tromey.com>
10114
10115 * ada-lang.c (struct ada_inferior_data): Add initializers.
10116 (ada_inferior_data): Change type.
10117 (ada_inferior_data_cleanup): Remove.
10118 (get_ada_inferior_data, ada_inferior_exit)
10119 (struct ada_pspace_data): Add initializers, destructor.
10120 (ada_pspace_data_handle): Change type.
10121 (get_ada_pspace_data): Update.
10122 (ada_pspace_data_cleanup): Remove.
10123
10124 2019-05-08 Tom Tromey <tom@tromey.com>
10125
10126 * coffread.c (struct coff_symfile_info): Add initializers.
10127 (coff_objfile_data_key): Move lower. Change type.
10128 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
10129 Update.
10130 (coff_free_info): Remove.
10131
10132 2019-05-08 Tom Tromey <tom@tromey.com>
10133
10134 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
10135 (fbsd_pspace_data_handle): Move lower. Change type.
10136 (get_fbsd_pspace_data): Update.
10137 (fbsd_pspace_data_cleanup): Remove.
10138 (_initialize_fbsd_tdep): Update.
10139
10140 2019-05-08 Tom Tromey <tom@tromey.com>
10141
10142 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
10143 (get_ada_tasks_pspace_data): Update.
10144 (ada_tasks_pspace_data_cleanup): Remove.
10145 (_initialize_tasks): Update.
10146 (ada_tasks_inferior_data_handle): Change type.
10147 (get_ada_tasks_inferior_data): Update.
10148 (ada_tasks_inferior_data_cleanup): Remove.
10149 (struct ada_tasks_pspace_data): Add initializers.
10150
10151 2019-05-08 Tom Tromey <tom@tromey.com>
10152
10153 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
10154 * symfile-debug.c (debug_sym_get_probes): Change type.
10155 * stap-probe.c (handle_stap_probe):
10156 (stap_static_probe_ops::get_probes): Change type.
10157 * probe.h (class static_probe_ops) <get_probes>: Change type.
10158 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
10159 (parse_probes_in_pspace): Update.
10160 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
10161 Update.
10162 (any_static_probe_ops::get_probes): Change type.
10163 * elfread.c (elfread_data): New typedef.
10164 (probe_key): Change type.
10165 (elf_get_probes): Likewise. Update.
10166 (probe_key_free): Remove.
10167 (_initialize_elfread): Update.
10168 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
10169 Change type.
10170 (dtrace_process_dof_probe, dtrace_process_dof)
10171 (dtrace_static_probe_ops::get_probe): Change type.
10172
10173 2019-05-08 Tom Tromey <tom@tromey.com>
10174
10175 * xcoffread.c (struct xcoff_symfile_info): Rename from
10176 coff_symfile_info. Add initializers.
10177 (xcoff_objfile_data_key): Move lower. Change type.
10178 (XCOFF_DATA): Rewrite.
10179 (xcoff_free_info): Remove.
10180 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
10181 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
10182 (xcoff_initial_scan): Update.
10183
10184 2019-05-08 Tom Tromey <tom@tromey.com>
10185
10186 * solib-svr4.c (struct svr4_info): Add initializers and
10187 destructor.
10188 <probes_table>: Now an htab_up.
10189 (solib_svr4_pspace_data): Change type.
10190 (free_probes_table): Simplify.
10191 (~svr4_info): Rename from svr4_pspace_data_cleanup.
10192 (get_svr4_info, probes_table_htab_remove_objfile_probes)
10193 (probes_table_remove_objfile_probes, register_solib_event_probe)
10194 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
10195 (_initialize_svr4_solib): Update.
10196
10197 2019-05-08 Tom Tromey <tom@tromey.com>
10198
10199 * remote.c (remote_pspace_data): Change type.
10200 (remote_pspace_data_cleanup): Remove.
10201 (get_remote_exec_file, set_pspace_remote_exec_file)
10202 (_initialize_remote): Update.
10203
10204 2019-05-08 Tom Tromey <tom@tromey.com>
10205
10206 * breakpoint.c (breakpoint_objfile_key): Change type.
10207 (get_breakpoint_objfile_data): Update.
10208 (free_breakpoint_objfile_data): Remove.
10209 (_initialize_breakpoint): Update.
10210
10211 2019-05-08 Tom Tromey <tom@tromey.com>
10212
10213 * linux-tdep.c (struct linux_info): Add initializers.
10214 (linux_inferior_data): Move. Change type.
10215 (invalidate_linux_cache_inf): Update.
10216 (linux_inferior_data_cleanup): Remove.
10217 (get_linux_inferior_data, _initialize_linux_tdep): Update.
10218
10219 2019-05-08 Tom Tromey <tom@tromey.com>
10220
10221 * auxv.c (auxv_inferior_data): Move. Change type.
10222 (auxv_inferior_data_cleanup): Remove.
10223 (invalidate_auxv_cache_inf): Rewrite.
10224 (get_auxv_inferior_data, _initialize_auxv): Update.
10225
10226 2019-05-08 Tom Tromey <tom@tromey.com>
10227
10228 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
10229 (symfile_debug_objfile_data_key): Change type.
10230 (symfile_debug_installed, debug_qf_has_symbols)
10231 (debug_qf_find_last_source_symtab)
10232 (debug_qf_forget_cached_source_info)
10233 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
10234 (debug_qf_print_stats, debug_qf_dump)
10235 (debug_qf_expand_symtabs_for_function)
10236 (debug_qf_expand_all_symtabs)
10237 (debug_qf_expand_symtabs_with_fullname)
10238 (debug_qf_map_matching_symbols)
10239 (debug_qf_expand_symtabs_matching)
10240 (debug_qf_find_pc_sect_compunit_symtab)
10241 (debug_qf_map_symbol_filenames)
10242 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
10243 (debug_sym_new_init, debug_sym_init, debug_sym_read)
10244 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
10245 (debug_sym_read_linetable, debug_sym_relocate): Update.
10246 (symfile_debug_free_objfile): Remove.
10247 (install_symfile_debug_logging, _initialize_symfile_debug):
10248 Update.
10249
10250 2019-05-08 Tom Tromey <tom@tromey.com>
10251
10252 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
10253 allocate_on_obstack.
10254 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
10255 (get_dwarf2_per_objfile): Update.
10256 (set_dwarf2_per_objfile): Remove.
10257 (dwarf2_has_info, dwarf2_get_section_info): Update.
10258 (dwarf2_free_objfile): Remove.
10259 (_initialize_dwarf2_read): Update.
10260
10261 2019-05-08 Tom Tromey <tom@tromey.com>
10262
10263 * auto-load.c (struct auto_load_pspace_info): Add destructor and
10264 initializers.
10265 <unsupported_script_warning_printed,
10266 script_not_found_warning_printed>: Now bool.
10267 (auto_load_pspace_data): Change type.
10268 (~auto_load_pspace_info): Rename from
10269 auto_load_pspace_data_cleanup.
10270 (get_auto_load_pspace_data, init_loaded_scripts_info)
10271 (clear_section_scripts, maybe_print_unsupported_script_warning)
10272 (maybe_print_script_not_found_warning, _initialize_auto_load):
10273 Update.
10274
10275 2019-05-08 Tom Tromey <tom@tromey.com>
10276
10277 * objfiles.c (objfile_pspace_info): Add destructor and
10278 initializers.
10279 (objfiles_pspace_data): Change type.
10280 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
10281 (get_objfile_pspace_data): Update.
10282 (objfiles_bfd_data): Change type.
10283 (get_objfile_bfd_data): Update.
10284 (objfile_bfd_data_free, _initialize_objfiles): Remove.
10285
10286 2019-05-08 Tom Tromey <tom@tromey.com>
10287
10288 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
10289 Change type.
10290 (get_catch_syscall_inferior_data): Update.
10291 (catch_syscall_inferior_data_cleanup): Remove.
10292 (_initialize_break_catch_syscall): Update.
10293
10294 2019-05-08 Tom Tromey <tom@tromey.com>
10295
10296 * inflow.c (struct terminal_info): Add destructor and
10297 initializers.
10298 (inflow_inferior_data): Change type.
10299 (~terminal_info): Rename from inflow_inferior_data_cleanup.
10300 (get_inflow_inferior_data, inflow_inferior_exit)
10301 (swap_terminal_info, _initialize_inflow): Update.
10302
10303 2019-05-08 Tom Tromey <tom@tromey.com>
10304
10305 * target-dcache.c (target_dcache_cleanup): Remove.
10306 (target_dcache_aspace_key): Change type.
10307 (target_dcache_init_p, target_dcache_invalidate)
10308 (target_dcache_get, target_dcache_get_or_init)
10309 (_initialize_target_dcache): Update.
10310 * dcache.h (struct dcache_deleter): New.
10311
10312 2019-05-08 Tom Tromey <tom@tromey.com>
10313
10314 * symtab.c (struct symbol_cache): Add destructor and
10315 initializers.
10316 (symbol_cache_key): Move. Change type.
10317 (make_symbol_cache, free_symbol_cache): Remove.
10318 (get_symbol_cache): Update.
10319 (symbol_cache_cleanup): Remove.
10320 (ALL_PSPACES, symbol_cache_flush)
10321 (maintenance_print_symbol_cache)
10322 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
10323 Update.
10324
10325 2019-05-08 Tom Tromey <tom@tromey.com>
10326
10327 * symtab.c (struct main_info): Add destructor and initializers.
10328 (main_progspace_key): Move. Change type.
10329 (get_main_info): Update.
10330 (main_info_cleanup): Remove.
10331 (_initialize_symtab): Update.
10332
10333 2019-05-08 Tom Tromey <tom@tromey.com>
10334
10335 * registry.h (DECLARE_REGISTRY): Define the _key class.
10336
10337 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10338
10339 * NEWS: Merge two 'New commands' sections.
10340
10341 2019-05-08 Joel Brobecker <brobecker@adacore.com>
10342
10343 * ada-valprint.c (ada_val_print_gnat_array): Remove language
10344 parameter and use Ada language definition instead.
10345 (ada_val_print_ptr): Remove unused language parameter.
10346 (ada_val_print_num): Remove language parameter and use Ada language
10347 definition instead.
10348 (ada_val_print_enum, ada_val_print_flt): Remove unused language
10349 parameter.
10350 (ada_val_print_struct_union, ada_val_print_ref): Remove language
10351 parameter and use Ada language definition instead.
10352 (ada_val_print_1): Update all ada_val_print_xxx calls.
10353 Remove language parameter.
10354 (ada_val_print): Update ada_val_print_1 call.
10355
10356 2019-05-08 Tom Tromey <tromey@adacore.com>
10357
10358 * remote.c (remote_hw_watchpoint_limit)
10359 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
10360 Now static.
10361
10362 2019-05-08 Tom Tromey <tromey@adacore.com>
10363
10364 * maint.c (_initialize_maint_cmds): Move initialization code to
10365 remote.c.
10366 (watchdog, show_watchdog): Move to remote.c.
10367 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
10368 "watchdog" static.
10369 (_initialize_remote): Move initialization code from maint.c.
10370 * defs.h (watchdog): Don't declare.
10371
10372 2019-05-08 Tom Tromey <tromey@adacore.com>
10373
10374 * tui/tui-interp.c: Include main.h.
10375 * interps.c: Include main.h.
10376 * main.h (interpreter_p): Declare.
10377 * defs.h (interpreter_p): Don't declare.
10378
10379 2019-05-08 Tom Tromey <tromey@adacore.com>
10380
10381 * dwarf2loc.c: Include dwarf2read.h.
10382 * defs.h (read_unsigned_leb128): Don't declare.
10383 * dwarf2read.h (read_unsigned_leb128): Declare.
10384
10385 2019-05-08 Tom Tromey <tromey@adacore.com>
10386
10387 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10388 method.
10389
10390 2019-05-08 Tom Tromey <tromey@adacore.com>
10391
10392 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10393 when no wrap column is set.
10394
10395 2019-05-08 Tom Tromey <tromey@adacore.com>
10396
10397 * c-lang.c (c_get_string): Handle non-C-style arrays.
10398
10399 2019-05-08 Tom Tromey <tromey@adacore.com>
10400
10401 * typeprint.c (print_offset_data::update): Print the bit offset,
10402 not the number of bits remaining.
10403
10404 2019-05-08 Tom Tromey <tromey@adacore.com>
10405
10406 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10407 padding at end of comment.
10408
10409 2019-05-08 Tom Tromey <tromey@adacore.com>
10410
10411 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10412 Compare main types.
10413
10414 2019-05-06 Tom Tromey <tom@tromey.com>
10415
10416 * common/scoped_mmap.c: Include common-defs.h.
10417 * common/scoped_mmap.h: Don't include config.h.
10418
10419 2019-05-04 Tom Tromey <tom@tromey.com>
10420
10421 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10422 (struct aarch64_call_info): Add initializers.
10423 <si>: Now a std::vector.
10424 (pass_on_stack, aarch64_push_dummy_call): Update.
10425
10426 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10427 Tom Tromey <tom@tromey.com>
10428
10429 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10430 (ppc_threads): Now a std::vector. Now static.
10431 (hwdebug_find_thread_points_by_tid)
10432 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10433 Update.
10434
10435 2019-05-04 Tom Tromey <tom@tromey.com>
10436
10437 * arc-tdep.c (arc_tdesc_init): Return bool.
10438
10439 2019-05-04 Tom Tromey <tom@tromey.com>
10440
10441 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10442 Use gdb_assert_not_reached.
10443
10444 2019-05-04 Tom Tromey <tom@tromey.com>
10445
10446 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10447 "false".
10448
10449 2019-05-04 Tom Tromey <tom@tromey.com>
10450
10451 * arc-tdep.c (arc_tdesc_init): Use bool.
10452
10453 2019-05-04 Tom Tromey <tom@tromey.com>
10454
10455 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10456
10457 2019-05-04 Tom Tromey <tom@tromey.com>
10458
10459 * cli/cli-cmds.c (valid_command_p): Return bool.
10460
10461 2019-05-04 Tom Tromey <tom@tromey.com>
10462
10463 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10464 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10465
10466 2019-05-04 Raul Tambre <raul@tambre.ee>
10467
10468 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10469 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10470 operator for comparison.
10471
10472 2019-05-04 Tom Tromey <tom@tromey.com>
10473
10474 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10475 (lookup_partial_symbol, print_partial_symbols)
10476 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10477 (psymbol_compare): Update.
10478 (add_psymbol_to_bcache): Clear the entire psymbol.
10479 (maintenance_check_psymtabs): Update.
10480 * psympriv.h (struct partial_symbol): Don't derive from
10481 general_symbol_info.
10482 <obj_section, unrelocated_address, address,
10483 set_unrelocated_address>: Update.
10484 <ginfo>: New member.
10485 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10486 (debug_names::write_psymbols): Update.
10487
10488 2019-05-04 Tom de Vries <tdevries@suse.de>
10489
10490 * contrib/cc-with-tweaks.sh: Support -n arg.
10491
10492 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10493
10494 * corelow.c (core_target::detach): Ensure frame cache and
10495 register caches are cleared.
10496 inferior.c (exit_inferior_1): Likewise.
10497
10498 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10499 Tom Tromey <tom@tromey.com>
10500
10501 * dictionary.c (collate_pending_symbols_by_language): Remove
10502 "struct" from foreach.
10503 * symtab.c (lookup_global_symbol_from_objfile)
10504 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10505 foreach.
10506 * ser-tcp.c (net_open): Remove "struct" from foreach.
10507 * objfiles.c (objfile_relocate, objfile_rebase)
10508 (objfile_has_symbols): Remove "struct" from foreach.
10509 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10510 from foreach.
10511 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10512 foreach.
10513 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10514 "struct" from foreach.
10515 * ada-lang.c (create_excep_cond_exprs)
10516 (ada_exception_catchpoint_cond_string): Remove "struct" from
10517 foreach.
10518
10519 2019-05-03 Tom Tromey <tromey@adacore.com>
10520
10521 * ada-exp.y (convert_char_literal): Check suffix of each
10522 enumerator.
10523
10524 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10525
10526 PR ada/21406:
10527 * ada-exp.y (yywrap): Don't define.
10528 * ada-lex.l (%option): Add noyywrap
10529 (yywrap): Remove.
10530
10531 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10532
10533 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10534 _WIN32_WINNT to the XP level, unless already defined to a higher
10535 level.
10536
10537 * unittests/parse-connection-spec-selftests.c:
10538 * ser-tcp.c:
10539 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10540 override.
10541
10542 * symfile.c (find_separate_debug_file): Remove colon from the
10543 drive spec of DOS/Windows file names of the target, so that the
10544 file name produced from DEBUGDIR and the target's directory will
10545 be valid on DOS/Windows systems.
10546
10547 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10548
10549 * rust-lang.c (val_print_struct): Handle printing structures
10550 containing strings.
10551
10552 2019-05-02 Tom Tromey <tromey@adacore.com>
10553
10554 * valarith.c (_initialize_valarith): Remove.
10555
10556 2019-05-01 Tom Tromey <tromey@adacore.com>
10557
10558 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10559 bitfields.
10560
10561 2019-05-01 Tom Tromey <tromey@adacore.com>
10562
10563 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10564 for big-endian copies.
10565
10566 2019-04-30 Ali Tamur <tamur@google.com>
10567 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10568 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10569 (read_3_bytes): New function.
10570
10571 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10572
10573 * windows-nat.c (main_thread_id): Delete.
10574 (handle_output_debug_string): Replace main_thread_id by
10575 current_event.dwThreadId.
10576 (fake_create_process): Likewise.
10577 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10578 Do not set main_thread_id.
10579 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10580 current_event.dwThreadId.
10581 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10582
10583 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10584
10585 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10586 Use current_event.dwThreadId instead of main_thread_id.
10587
10588 2019-04-30 Tom Tromey <tromey@adacore.com>
10589
10590 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10591 (create_excep_cond_exprs): Iterate over program spaces.
10592 (ada_exception_catchpoint_cond_string): Examine all minimal
10593 symbols for exception types.
10594
10595 2019-04-30 Tom Tromey <tromey@adacore.com>
10596
10597 PR c++/24470:
10598 * dwarf2read.c (process_structure_scope): Handle case where type
10599 has template parameters but no symbol was created.
10600
10601 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10602 Chris January <chris.january@arm.com>
10603
10604 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10605 qualifier.
10606 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10607
10608 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10609
10610 * f-typeprint.c (f_print_type): Update rules for printing
10611 whitespace.
10612 (f_type_print_varspec_suffix): Likewise.
10613
10614 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10615 Chris January <chris.january@arm.com>
10616
10617 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10618 function arguments.
10619
10620 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10621
10622 * f-lang.c (build_fortran_types): Change name of void type to
10623 lower case.
10624 * f-typeprint.c (f_type_print_base): Print the name of the void
10625 type, rather than a fixed string.
10626 * f-valprint.c (f_decorations): Use lower case void string.
10627
10628 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10629 Chris January <chris.january@arm.com>
10630
10631 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10632 types for Fortran.
10633
10634 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10635 Chris January <chris.january@arm.com>
10636 David Lecomber <david.lecomber@arm.com>
10637
10638 * f-exp.y (BINOP_INTRINSIC): New token.
10639 (exp): New parser rule handling BINOP_INTRINSIC.
10640 (f77_keywords): Add new builtin procedures.
10641 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10642 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10643 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10644 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10645 (print_unop_subexp_f): New function.
10646 (print_binop_subexp_f): New function.
10647 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10648 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10649 (dump_subexp_body_f): Likewise.
10650 (operator_check_f): Likewise.
10651 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10652 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10653
10654 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10655
10656 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10657 UNOP_KIND.
10658 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10659 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10660 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10661 (operator_length_f): New fuction.
10662 (print_subexp_f): New function.
10663 (op_name_f): New function.
10664 (dump_subexp_body_f): New function.
10665 (operator_check_f): New function.
10666 (exp_descriptor_f): Replace standard expression handling functions
10667 with new functions.
10668 * gdb/fortran-operator.def: New file.
10669 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10670 * gdb/std-operator.def: Remove UNOP_KIND.
10671
10672 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10673
10674 * std-operator.def: Remove unbalanced, stray double quote
10675 character.
10676
10677 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10678 Chris January <chris.january@arm.com>
10679 Daniel Everett <daniel.everett@arm.com>
10680 Nick Forrington <nick.forrington@arm.com>
10681 Richard Bunt <richard.bunt@arm.com>
10682
10683 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10684 of depth when printing anonymous structs or unions.
10685 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10686 Don't print either the top-level value, or the children if the
10687 max-depth is exceeded.
10688 (ppscm_print_children): When printing the key of a map, allow one
10689 extra level of depth.
10690 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10691 print either the top-level value, or the children if the max-depth
10692 is exceeded.
10693 (print_children): When printing the key of a map, allow one extra
10694 level of depth.
10695 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10696 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10697 (user_print_options): Initialise max_depth field.
10698 (val_print_scalar_or_string_type_p): New function.
10699 (val_print): Check to see if the max depth has been reached.
10700 (val_print_check_max_depth): Define new function.
10701 (show_print_max_depth): New function.
10702 (_initialize_valprint): Add 'print max-depth' option.
10703 * valprint.h (struct value_print_options) <max_depth>: New field.
10704 (val_print_check_max_depth): Declare new function.
10705 * NEWS: Document new feature.
10706
10707 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10708
10709 * ada-lang.c (ada_language_defn): Initialise new field.
10710 * c-lang.c (c_is_string_type_p): New function.
10711 (c_language_defn): Initialise new field.
10712 (cplus_language_defn): Initialise new field.
10713 (asm_language_defn): Initialise new field.
10714 (minimal_language_defn): Initialise new field.
10715 * c-lang.h (c_is_string_type_p): Declare new function.
10716 * d-lang.c (d_language_defn): Initialise new field.
10717 * f-lang.c (f_is_string_type_p): New function.
10718 (f_language_defn): Initialise new field.
10719 * go-lang.c (go_is_string_type_p): New function.
10720 (go_language_defn): Initialise new field.
10721 * language.c (default_is_string_type_p): New function.
10722 (unknown_language_defn): Initialise new field.
10723 (auto_language_defn): Initialise new field.
10724 * language.h (struct language_defn) <la_is_string_type_p>: New
10725 member variable.
10726 (default_is_string_type_p): Declare new function.
10727 * m2-lang.c (m2_language_defn): Initialise new field.
10728 * objc-lang.c (objc_language_defn): Initialise new field.
10729 * opencl-lang.c (opencl_language_defn): Initialise new field.
10730 * p-lang.c (pascal_is_string_type_p): New function.
10731 (pascal_language_defn): Initialise new field.
10732 * rust-lang.c (rust_is_string_type_p): New function.
10733 (rust_language_defn): Initialise new field.
10734
10735 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10736
10737 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10738 New field.
10739 * ada-lang.c (ada_language_defn): Initialise new field.
10740 * c-lang.c (c_language_defn): Likewise.
10741 (cplus_language_defn): Likewise.
10742 (asm_language_defn): Likewise.
10743 (minimal_language_defn): Likewise.
10744 * d-lang.c (d_language_defn): Likewise.
10745 * f-lang.c (f_language_defn): Likewise.
10746 * go-lang.c (go_language_defn): Likewise.
10747 * language.c (unknown_language_defn): Likewise.
10748 (auto_language_defn): Likewise.
10749 * m2-lang.c (m2_language_defn): Likewise.
10750 * objc-lang.c (objc_language_defn): Likewise.
10751 * opencl-lang.c (opencl_language_defn): Likewise.
10752 * p-lang.c (pascal_language_defn): Likewise.
10753 * rust-lang.c (rust_language_defn): Likewise.
10754
10755 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10756
10757 * ada-lang.c (ada_is_character_type): Change return type to bool.
10758 (ada_is_string_type): Likewise.
10759 * ada-lang.h (ada_is_character_type): Update declaration
10760 (ada_is_string_type): Likewise.
10761
10762 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10763
10764 Support style in 'frame|thread apply'
10765
10766 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10767 * record.c (record_start, record_stop): Update callers of
10768 execute_command_to_string with false.
10769 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10770 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10771 methods.
10772 (class string_file): New constructor with term_out parameter.
10773 Override methods term_out and can_emit_style_escape. New member
10774 term_out.
10775 (class stdio_file): Override can_emit_style_escape.
10776 (class tee_file): Override term_out and can_emit_style_escape.
10777 * utils.h (can_emit_style_escape): Remove.
10778 * utils.c (can_emit_style_escape): Likewise.
10779 Update all callers of can_emit_style_escape (SOMESTREAM) to
10780 SOMESTREAM->can_emit_style_escape.
10781 * source-cache.c (source_cache::get_source_lines): Likewise.
10782 * stack.c (frame_apply_command_count): Call execute_command_to_string
10783 passing the term_out characteristic of the current gdb_stdout.
10784 * thread.c (thr_try_catch_cmd): Likewise.
10785 * top.c (execute_command_to_string): pass term_out parameter
10786 to construct the string_file for the command output.
10787 * ui-file.c (term_cli_styling): New function (most code moved
10788 from utils.c can_emit_style_escape).
10789 (string_file::string_file, string_file::can_emit_style_escape,
10790 stdio_file::can_emit_style_escape, tee_file::term_out,
10791 tee_file::can_emit_style_escape): New functions.
10792
10793 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10794
10795 * NEWS: Mention the new set|show may-call-functions.
10796 * infcall.c (may_call_functions_p): New variable.
10797 (show_may_call_functions_p): New function.
10798 (call_function_by_hand_dummy): Throws an error if not
10799 may-call-functions.
10800 (_initialize_infcall): Call add_setshow_boolean_cmd for
10801 may-call-functions.
10802
10803 2019-04-25 Keith Seitz <keiths@redhat.com>
10804
10805 PR c++/24367
10806 * cp-support.c (inspect_type): Don't attempt substitutions
10807 of symbol with the same name.
10808
10809 2019-04-25 Tom Tromey <tromey@adacore.com>
10810
10811 PR gdb/24475:
10812 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10813 static.
10814
10815 2019-04-25 Tom Tromey <tromey@adacore.com>
10816
10817 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10818 rvalue reference.
10819 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10820 (gdb_xml_parser::parse): Use std::move.
10821 * python/python-internal.h (gdbpy_convert_exception): Take a const
10822 reference.
10823 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10824 std::move.
10825 * python/py-utils.c (gdbpy_convert_exception): Take a const
10826 reference.
10827 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10828 Use std::move.
10829 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10830 Use std::move.
10831 * mi/mi-main.c (mi_print_exception): Take a const reference.
10832 * main.c (handle_command_errors): Take a const reference.
10833 * linespec.c (parse_linespec): Use std::move.
10834 * infcall.c (run_inferior_call): Use std::move.
10835 (call_function_by_hand_dummy): Use std::move.
10836 * exec.c (try_open_exec_file): Use std::move.
10837 * exceptions.h (exception_print, exception_fprintf)
10838 (exception_print_same): Update.
10839 * exceptions.c (print_exception, exception_print)
10840 (exception_fprintf, exception_print_same): Change parameters to
10841 const reference.
10842 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10843 * common/new-op.c: Use std::move.
10844 * common/common-exceptions.h (struct gdb_exception): Add move
10845 constructor.
10846 (struct gdb_exception_error, struct gdb_exception_quit, struct
10847 gdb_quit_bad_alloc): Change constructor to move constructor.
10848 (throw_exception): Change parameter to rvalue reference.
10849 * common/common-exceptions.c (throw_exception): Take rvalue
10850 reference.
10851 * cli/cli-interp.c (safe_execute_command): Use std::move.
10852 * breakpoint.c (insert_bp_location, location_to_sals): Use
10853 std::move.
10854
10855 2019-04-25 Tom Tromey <tromey@adacore.com>
10856
10857 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10858 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10859 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10860 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10861 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10862 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10863 guile/scm-value.c: Use unpack.
10864 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10865 gdbscm_gdb_exception.
10866 (gdbscm_throw_gdb_exception): Likewise.
10867 (struct gdbscm_gdb_exception): New.
10868 (unpack): New function.
10869 (gdbscm_wrap): Use unpack.
10870
10871 2019-04-25 Tom Tromey <tromey@adacore.com>
10872
10873 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10874 (gdb_rl_callback_handler): Use std::move.
10875 * common/common-exceptions.h (struct gdb_exception): Add move
10876 assignment operator.
10877 (throw_exception_sjlj): Change "exception" to const reference.
10878 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10879 (throw_exception_sjlj): Change "exception" to const reference.
10880
10881 2019-04-25 Tom Tromey <tromey@adacore.com>
10882
10883 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10884 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10885 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10886 Update.
10887 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10888 Update.
10889 * mi/mi-interp.c (mi_interp::exec): Update.
10890 * linespec.c (parse_linespec): Update.
10891 * infcall.c (run_inferior_call): Update.
10892 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10893 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10894 (gdbscm_lookup_global_symbol): Update.
10895 * guile/scm-param.c (gdbscm_parameter_value): Update.
10896 * guile/scm-frame.c (gdbscm_frame_read_register)
10897 (gdbscm_frame_read_var): Update.
10898 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10899 * exec.c (try_open_exec_file): Update.
10900 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10901 (gdb_rl_callback_handler): Update.
10902 * common/common-exceptions.h (exception_none): Don't declare.
10903 * common/common-exceptions.c (exception_none): Don't define.
10904 (struct catcher) <exception>: Update.
10905 * cli/cli-interp.c (safe_execute_command): Update.
10906 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10907
10908 2019-04-25 Ali Tamur <tamur@google.com>
10909
10910 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10911 (read_attribute_value): Likewise.
10912 (dwarf2_read_addr_index): Update comment.
10913 (read_str_index): Add DW_FORM_strx.
10914 (dwarf2_string_attr): Likewise.
10915 (dwarf2_const_value_attr): Likewise.
10916 (dump_die_shallow): Likewise.
10917 (dwarf2_fetch_constant_bytes): Likewise.
10918 (skip_form_bytes): Likewise.
10919 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10920
10921 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10922
10923 PR corefiles/11608
10924 PR corefiles/18187
10925 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10926 OFFSET. Verify if current mapping contains an ELF header.
10927 (linux_find_memory_regions_full): Adjust call to
10928 dump_mapping_p.
10929
10930 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10931 Kang Li <kanglictf@gmail.com>
10932
10933 PR gdb/21600
10934
10935 * dwarf2-frame.c (read_initial_length): Be consistent about using
10936 unsigned representation of length.
10937 (decode_frame_entry_1): Likewise. Check for wraparound of
10938 end pointer as well as buffer overflow.
10939
10940 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10941
10942 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10943 "vq".
10944
10945 2019-04-24 Tom Tromey <tromey@adacore.com>
10946
10947 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10948
10949 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10950
10951 * s12z-tdep.c (s12z_unwind_pc): Delete.
10952 (s12z_unwind_sp): Delete.
10953 (s12z_gdbarch_init): Don't register deleted functions with
10954 gdbarch.
10955
10956 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10957
10958 * rl78-tdep.c (rl78_unwind_sp): Delete.
10959 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10960
10961 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10962
10963 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10964 (xstormy16_unwind_pc): Delete.
10965 (xstormy16_dummy_id): Delete.
10966 (xstormy16_gdbarch_init): Don't register deleted functions with
10967 gdbarch.
10968
10969 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10970
10971 * vax-tdep.c (vax_unwind_pc): Delete.
10972 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10973
10974 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10975
10976 * v850-tdep.c (v850_unwind_sp): Delete.
10977 (v850_unwind_pc): Delete.
10978 (v850_dummy_id): Delete.
10979 (v850_gdbarch_init): Don't register deleted functions with
10980 gdbarch.
10981
10982 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10983
10984 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10985 (tilegx_unwind_pc): Delete.
10986 (tilegx_unwind_dummy_id): Delete.
10987 (tilegx_gdbarch_init): Don't register deleted functions with
10988 gdbarch.
10989
10990 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10991
10992 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10993 (tic6x_dummy_id): Delete.
10994 (tic6x_gdbarch_init): Don't register deleted functions with
10995 gdbarch.
10996
10997 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10998
10999 * sparc-tdep.c (sparc_unwind_pc): Delete.
11000 (sparc32_gdbarch_init): Don't register deleted function with
11001 gdbarch.
11002
11003 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11004
11005 * sh-tdep.c (sh_unwind_sp): Delete.
11006 (sh_unwind_pc): Delete.
11007 (sh_dummy_id): Delete.
11008 (sh_gdbarch_init): Don't register deleted functions with
11009 gdbarch.
11010
11011 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11012
11013 * score-tdep.c (score_unwind_sp): Delete.
11014 (score_unwind_pc): Delete.
11015 (score_dummy_id): Delete.
11016 (score_gdbarch_init): Don't register deleted functions with
11017 gdbarch.
11018
11019 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11020
11021 * rx-tdep.c (rx_unwind_pc): Delete.
11022 (rx_unwind_sp): Delete.
11023 (rx_dummy_id): Delete.
11024 (rx_gdbarch_init): Don't register deleted functions with
11025 gdbarch. Update comment.
11026
11027 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11028
11029 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
11030 (rs6000_dummy_id): Delete.
11031 (rs6000_gdbarch_init): Don't register deleted functions with
11032 gdbarch.
11033
11034 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11035
11036 * or1k-tdep.c (or1k_dummy_id): Delete.
11037 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
11038
11039 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11040
11041 * nios2-tdep.c (nios2_dummy_id): Delete.
11042 (nios2_unwind_sp): Delete.
11043 (nios2_gdbarch_init): Don't register deleted functions with
11044 gdbarch.
11045
11046 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11047
11048 * nds32-tdep.c (nds32_dummy_id): Delete.
11049 (nds32_unwind_pc): Delete.
11050 (nds32_unwind_sp): Delete.
11051 (nds32_gdbarch_init): Don't register deleted functions with
11052 gdbarch.
11053
11054 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11055
11056 * msp430-tdep.c (msp430_unwind_pc): Delete.
11057 (msp430_unwind_sp): Delete.
11058 (msp430_dummy_id): Delete.
11059 (msp430_gdbarch_init): Don't register deleted functions with
11060 gdbarch.
11061
11062 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11063
11064 * moxie-tdep.c (moxie_unwind_sp): Delete.
11065 (moxie_unwind_pc): Delete.
11066 (moxie_dummy_id): Delete.
11067 (moxie_gdbarch_init): Don't register deleted functions with
11068 gdbarch.
11069
11070 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11071
11072 * mn10300-tdep.c (mn10300_dummy_id): Delete.
11073 (mn10300_unwind_pc): Delete.
11074 (mn10300_unwind_sp): Delete.
11075 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
11076 mn10300_unwind_sp.
11077 (mn10300_frame_unwind_init): Don't register deleted functions with
11078 gdbarch.
11079
11080 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11081
11082 * mep-tdep.c (mep_unwind_pc): Delete.
11083 (mep_unwind_sp): Delete.
11084 (mep_dummy_id): Delete.
11085 (mep_gdbarch_init): Don't register deleted functions with
11086 gdbarch.
11087
11088 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11089
11090 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
11091 (m68hc11_unwind_sp): Delete.
11092 (m68hc11_gdbarch_init): Don't register deleted functions with
11093 gdbarch.
11094
11095 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11096
11097 * m32r-tdep.c (m32r_unwind_sp): Delete.
11098 (m32r_unwind_pc): Delete.
11099 (m32r_dummy_id): Delete.
11100 (m32r_gdbarch_init): Don't register deleted functions with
11101 gdbarch.
11102
11103 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11104
11105 * m32c-tdep.c (m32c_unwind_pc): Delete.
11106 (m32c_unwind_sp): Delete.
11107 (m32c_dummy_id): Delete.
11108 (m32c_gdbarch_init): Don't register deleted functions with
11109 gdbarch.
11110
11111 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11112
11113 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
11114 (lm32_unwind_pc): Delete.
11115 (lm32_dummy_id): Delete.
11116 (lm32_gdbarch_init): Don't register deleted functions with
11117 gdbarch.
11118
11119 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11120
11121 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
11122 (iq2000_unwind_pc): Delete.
11123 (iq2000_dummy_id): Delete.
11124 (iq2000_gdbarch_init): Don't register deleted functions with
11125 gdbarch.
11126
11127 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11128
11129 * nds32-tdep.c (nds32_type_align): Delete.
11130 (nds32_push_dummy_call): Use type_align instead.
11131
11132 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11133
11134 * arm-tdep.c (arm_type_align): Only handle vector override case.
11135 (arm_push_dummy_call): Use type_align.
11136 (arm_gdbarch_init): Register arm_type_align gdbarch function.
11137
11138 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
11139
11140 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
11141 case.
11142 (pass_on_stack): Use type_align.
11143 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
11144 function.
11145
11146 2019-04-23 Tom Tromey <tromey@adacore.com>
11147
11148 * dwarf2read.c (line_header::file_name_at): Remove unused
11149 overload.
11150
11151 2019-04-23 Tom de Vries <tdevries@suse.de>
11152
11153 PR gdb/24438
11154 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
11155 invocation.
11156
11157
11158 2019-03-27 Ali Tamur <tamur@google.com>
11159
11160 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
11161 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
11162 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
11163 (dwarf_expr_context::get_addr_index): Likewise
11164 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
11165 (symbol_needs_eval_context::get_addr_index): Likewise
11166 (disassemble_dwarf_expression): Add DW_OP_addrx
11167 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
11168 (read_cutu_die_from_dwo): Update comment
11169 (skip_one_die): Add DW_FORM_addrx
11170 (read_attribute_value): Likewise
11171 (var_decode_location): Add DW_OP_addrx
11172 (dwarf2_const_value_attr): Add DW_FORM_addrx
11173 (dump_die_shallow): Likewise
11174 (dwarf2_fetch_constant_bytes): Likewise
11175 (decode_locdesc): Add DW_OP_addrx
11176 (skip_form_bytes): Add DW_FORM_addrx
11177
11178 2019-04-22 Ali Tamur <tamur@google.com>
11179
11180 * MAINTAINERS (Write After Approval): Add self.
11181
11182 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
11183
11184 * solib-svr4.c (get_svr4_info): Add pspace parameter.
11185 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
11186 (open_symbol_file_object): Likewise.
11187 (svr4_default_sos): Add info parameter.
11188 (svr4_read_so_list): Likewise.
11189 (svr4_current_sos_direct): Adjust functions calls to pass down
11190 info.
11191 (svr4_current_sos_1): Add info parameter.
11192 (svr4_current_sos): Call get_svr4_info, pass info down to
11193 svr4_current_sos_1.
11194 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
11195 get_svr4_info.
11196 (svr4_in_dynsym_resolve_code): Pass current_program_space to
11197 get_svr4_info.
11198 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
11199 to get_svr4_info.
11200 (probes_table_remove_objfile_probes): Likewise.
11201 (register_solib_event_probe): Add info parameter.
11202 (solist_update_incremental): Pass info parameter down to
11203 svr4_read_so_list.
11204 (disable_probes_interface): Add info parameter.
11205 (svr4_handle_solib_event): Pass current_program_space to
11206 get_svr4_info. Adjust disable_probes_interface cleanup.
11207 (svr4_create_probe_breakpoints): Add info parameter, pass it
11208 down to register_solib_event_probe.
11209 (svr4_create_solib_event_breakpoints): Add info parameter,
11210 pass it down to svr4_create_probe_breakpoints.
11211 (enable_break): Pass info down to
11212 svr4_create_solib_event_breakpoints.
11213 (svr4_solib_create_inferior_hook): Pass current_program_space to
11214 get_svr4_info.
11215 (svr4_clear_solib): Likewise.
11216
11217 2019-04-22 Pedro Alves <palves@redhat.com>
11218
11219 * solib-svr4.c (svr4_free_objfile_observer): New.
11220 (probe_and_action::objfile): New field.
11221 (probes_table_htab_remove_objfile_probes)
11222 (probes_table_remove_objfile_probes): New functions.
11223 (register_solib_event_probe): Add 'objfile' parameter. Store it
11224 in the new probe_and_action. Don't store the probe in 'lookup'.
11225 (svr4_create_probe_breakpoints): Pass objfile to
11226 register_solib_event_probe.
11227 (_initialize_svr4_solib): Register a free_objfile observer.
11228
11229 2019-04-19 Tom Tromey <tom@tromey.com>
11230
11231 * common/queue.h: Remove.
11232
11233 2019-04-19 Tom Tromey <tom@tromey.com>
11234
11235 * event-loop.c: Don't include "common/queue.h".
11236
11237 2019-04-19 Tom Tromey <tom@tromey.com>
11238
11239 * remote.c (remote_target): Use delete.
11240 * remote-notif.h: Include <list>, not "common/queue.h".
11241 (notif_client_p): Remove typedef.
11242 (remote_notif_state): Add constructor, destructor, initializer.
11243 <notif_queue>: Now a std::list.
11244 (remote_notif_state_xfree): Don't declare.
11245 * remote-notif.c (remote_notif_process, handle_notification)
11246 (remote_notif_state_allocate): Update.
11247 (~remote_notif_state): Rename from remote_notif_state_xfree.
11248
11249 2019-04-19 Tom Tromey <tom@tromey.com>
11250
11251 * symfile.c (reread_symbols): Update.
11252 * objfiles.c (objfile_register_static_link)
11253 (objfile_lookup_static_link): Update
11254 (~objfile) Don't delete static_links.
11255 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
11256
11257 2019-04-19 Tom Tromey <tom@tromey.com>
11258
11259 * type-stack.h (struct type_stack) <insert>: Constify string.
11260 * type-stack.c (type_stack::insert): Constify string.
11261 * gdbtypes.h (lookup_template_type): Update.
11262 (address_space_name_to_int): Update.
11263 * gdbtypes.c (address_space_name_to_int): Make space_identifier
11264 const.
11265 (lookup_template_type): Make name const.
11266 * c-exp.y: Update rules.
11267 (lex_one_token, classify_name, classify_inner_name)
11268 (c_print_token): Update.
11269 * p-exp.y: Update rules.
11270 (yylex): Update.
11271 * f-exp.y: Update rules.
11272 (yylex): Update.
11273 * d-exp.y: Update rules.
11274 (lex_one_token, classify_name, classify_inner_name): Update.
11275 * parse.c (write_dollar_variable, copy_name): Return std::string.
11276 * parser-defs.h (copy_name): Change return type.
11277 * m2-exp.y: Update rules.
11278 (yylex): Update.
11279 * go-exp.y (lex_one_token): Update.
11280 Update rules.
11281 (classify_unsafe_function, classify_packaged_name)
11282 (classify_name, yylex): Update.
11283
11284 2019-04-19 Sergei Trofimovich <siarheit@google.com>
11285
11286 * configure.ac: add --enable-source-highlight switch.
11287 * configure: Regenerate.
11288 * top.c (print_gdb_version): plumb --enable-source-highlight
11289 status to "show configuration".
11290
11291 2019-04-19 Tom Tromey <tromey@adacore.com>
11292
11293 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
11294 Check ADA_TYPE_P.
11295 (empty_record, ada_template_to_fixed_record_type_1)
11296 (template_to_static_fixed_type)
11297 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
11298 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
11299 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
11300 macros.
11301
11302 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
11303
11304 PR symtab/24423:
11305 * source.c (print_source_lines_base): Advance "iter" when a
11306 control character is seen.
11307
11308 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11309
11310 * inferior.h (struct infcall_suspend_state_deleter):
11311 Catch exception in destructor to avoid crash.
11312
11313 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11314
11315 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
11316 close to the add_com "shell".
11317
11318 2019-04-18 Tom Tromey <tromey@adacore.com>
11319
11320 * process-stratum-target.h (class process_stratum_target)
11321 <stratum>: Add "final".
11322
11323 2019-04-17 Tom Tromey <tromey@adacore.com>
11324
11325 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
11326 against nullptr before use.
11327
11328 2019-04-17 Alan Hayward <alan.hayward@arm.com>
11329
11330 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
11331
11332 2019-04-17 Jim Wilson <jimw@sifive.com>
11333 Andrew Burgess <andrew.burgess@embecosm.com>
11334
11335 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
11336 code read might fail, assume 4-byte breakpoint in that case.
11337
11338 2019-04-15 Leszek Swirski <leszeks@google.com>
11339
11340 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
11341 rather than a hand-rolled POD check when checking for forced MEMORY
11342 classification.
11343
11344 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11345
11346 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
11347 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
11348 function.
11349 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
11350 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
11351 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
11352 declaration.
11353
11354 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11355
11356 * aarch64-linux-nat.c
11357 (aarch64_linux_nat_target::thread_architecture): Add override.
11358 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
11359 each VQ.
11360
11361 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11362
11363 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
11364
11365 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
11366
11367 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
11368 target types of size 96-bits, add some additional comments, and
11369 check that the builtin type we found was the correct size.
11370
11371 2019-04-12 Eli Zaretskii <eliz@gnu.org>
11372
11373 * utils.c (prompt_for_continue): Don't restore the styling at the
11374 end, as applied_style has the wrong value. This fixes styling in
11375 long lists of file names that are interrupted by the "Continue?"
11376 prompt.
11377
11378 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11379
11380 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11381 * c-lang.c (c_language_defn): Likewise.
11382 (cplus_language_defn): Likewise.
11383 (asm_language_defn): Likewise.
11384 (minimal_language_defn): Likewise.
11385 * d-lang.c (d_language_defn): Likewise.
11386 * f-lang.c (f_language_defn): Likewise.
11387 * go-lang.c (go_language_defn): Likewise.
11388 * language.c (unknown_language_defn): Likewise.
11389 (auto_language_defn): Likewise.
11390 * language.h (struct language_defn): Remove la_magic field.
11391 (LANG_MAGIC): Delete.
11392 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11393 * objc-lang.c (objc_language_defn): Likewise.
11394 * opencl-lang.c (opencl_language_defn): Likewise.
11395 * p-lang.c (pascal_language_defn): Likewise.
11396 * rust-lang.c (rust_language_defn): Likewise.
11397
11398 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11399
11400 * riscv-tdep.c (riscv_type_align): New function.
11401 (riscv_type_alignment): Delete.
11402 (riscv_arg_location): Use 'type_align'.
11403 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11404
11405 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11406
11407 * gdbtypes.c (type_align): A struct with no non-static fields also
11408 has alignment of 1.
11409
11410 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11411
11412 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11413 component to 0.
11414 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11415 member.
11416 (riscv_struct_info::analyse): New implementation using new
11417 analyse_inner member function.
11418 (riscv_struct_info::field_offset): New member function.
11419 (riscv_struct_info::m_offsets): New member variable.
11420 (riscv_struct_info::analyse_inner): New private member function,
11421 takes the old implementation of riscv_struct_info::analyse but
11422 extended to track field offsets.
11423 (riscv_call_arg_struct): Update the struct folding special cases
11424 to handle cases where empty C++ structs, which are non-zero
11425 length, are found.
11426 (riscv_arg_location): Initialise the length of each location, a
11427 non-zero length now indicates the location is in use.
11428 (riscv_push_dummy_call): Allow for the first location having a
11429 non-zero offset when setting up arguments.
11430 (riscv_return_value): Likewise, but for return values.
11431
11432 2019-04-11 Tom Tromey <tromey@adacore.com>
11433
11434 * utils.c (internal_vproblem): Make "msg" const.
11435
11436 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11437
11438 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11439 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11440 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11441 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11442
11443 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11444
11445 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11446 function.
11447 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11448 of amd64_collect_native_gregset.
11449 (amd64_linux_nat_target::store_registers): Likewise.
11450
11451 2019-04-10 Tom Tromey <tom@tromey.com>
11452
11453 * symtab.c (lookup_global_symbol_from_objfile)
11454 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11455 * objfiles.h (class separate_debug_iterator): New.
11456 (class separate_debug_range): New.
11457 (struct objfile) <separate_debug_objfiles>: New method.
11458 (objfile_separate_debug_iterate): Don't declare.
11459 * objfiles.c (separate_debug_iterator::operator++): Rename from
11460 objfile_separate_debug_iterate.
11461 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11462 iterator.
11463 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11464 iterator.
11465
11466 2019-04-10 Tom Tromey <tom@tromey.com>
11467
11468 * symfile.c (reread_symbols): Remove old comment.
11469 * objfiles.c (free_all_objfiles): Fix a typo.
11470
11471 2019-04-10 Tom Tromey <tom@tromey.com>
11472
11473 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11474 * minsyms.c (lookup_minimal_symbol): Use foreach.
11475 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11476 (lookup_minimal_symbol_solib_trampoline): Likewise.
11477 * symfile.c (reread_symbols): Use foreach.
11478
11479 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11480 Tom Tromey <tromey@adacore.com>
11481
11482 PR rust/24414:
11483 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11484 (rust_lex_int_test): Change "value" to be LONGEST.
11485 (rust_lex_tests): Add test for long integer literal.
11486
11487 2019-04-09 Tom Tromey <tromey@adacore.com>
11488
11489 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11490 to bool.
11491 (extended_remote_target::attach): Update.
11492 (remote_target::remote_notice_new_inferior): Update.
11493 (remote_target::add_current_inferior_and_thread): Update.
11494 * inferior.c (exit_inferior_1): Use "false".
11495 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11496
11497 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11498
11499 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11500 the "start" command.
11501
11502 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11503
11504 * python/py-inferior.c (infpy_thread_from_thread_handle):
11505 Adjust comments to reflect renaming of thread_from_thread_handle
11506 to thread_from_handle. Adjust keywords. Fix type error message.
11507 (inferior_object_methods): Add thread_from_handle. Retain
11508 thread_from_thread_handle, but mark it as deprecated.
11509
11510 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11511
11512 * gdbthread.h (find_thread_by_handle): Revise declaration.
11513 * thread.c (find_thread_by_handle): Likewise. Adjust
11514 implementation too.
11515 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11516 support for buffer objects as handles.
11517
11518 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11519
11520 * python/py-infthread.c (thpy_thread_handle): New function.
11521 (thread_object_methods): Register thpy_thread_handle.
11522
11523 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11524
11525 * gdbthread.h (thread_to_thread_handle): Declare.
11526 * thread.c (gdbtypes.h): Include.
11527 (thread_to_thread_handle): New function.
11528
11529 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11530 (target_thread_info_to_thread_handle): Declare.
11531 * target.c (target_thread_info_to_thread_handle): New function.
11532 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11533 * target-delegates.c: Regenerate.
11534
11535 * linux-thread-db.c (class thread_db_target): Add method
11536 thread_info_to_thread_handle.
11537 (thread_db_target::thread_info_to_thread_handle): Define.
11538 * remote.c (class remote_target): Add new method
11539 thread_info_to_thread_handle.
11540 (remote_target::thread_info_to_thread_handle): Define.
11541
11542 2019-04-08 Pedro Alves <palves@redhat.com>
11543
11544 * common/common-exceptions.c (throw_exception): Don't create
11545 named object to throw; throw directly.
11546 (throw_it): Likewise. Don't initialize gdb_exception::message
11547 here, with new; pass FMT and AP to the ctor instead.
11548 * common/common-exceptions.h: Include <string>.
11549 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11550 const char *, va_list)): New ctor. Use std::make_shared.
11551 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11552 errors)): Delete.
11553 (gdb_exception_error::gdb_exception_error(enum errors, const char
11554 *, va_list)): New.
11555 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11556 Add assertion.
11557 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11558 errors)): Delete.
11559 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11560 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11561 Add assertion.
11562
11563 2019-04-08 Tom Tromey <tom@tromey.com>
11564
11565 * valops.c (value_rtti_indirect_type): Replace throw_exception
11566 with throw.
11567 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11568 with throw.
11569 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11570 throw.
11571 * target.c (target_translate_tls_address): Replace throw_exception
11572 with throw.
11573 * stack.c (frame_apply_command_count): Replace throw_exception
11574 with throw.
11575 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11576 throw.
11577 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11578 with throw.
11579 * rs6000-tdep.c (rs6000_frame_cache)
11580 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11581 * remote.c: Replace throw_exception with throw.
11582 * record-full.c (record_full_message, record_full_wait_1)
11583 (record_full_restore): Replace throw_exception with throw.
11584 * record-btrace.c:
11585 (get_thread_current_frame_id, record_btrace_start_replaying)
11586 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11587 (cmd_record_btrace_start): Replace throw_exception with throw.
11588 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11589 throw.
11590 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11591 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11592 * linespec.c:
11593 (find_linespec_symbols): Replace throw_exception with throw.
11594 * infrun.c (displaced_step_prepare, resume): Replace
11595 throw_exception with throw.
11596 * infcmd.c (post_create_inferior): Replace throw_exception with
11597 throw.
11598 * inf-loop.c (inferior_event_handler): Replace throw_exception
11599 with throw.
11600 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11601 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11602 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11603 (get_prev_frame_always, get_frame_pc_if_available)
11604 (get_frame_address_in_block_if_available, get_frame_language):
11605 Replace throw_exception with throw.
11606 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11607 throw_exception with throw.
11608 * eval.c (fetch_subexp_value, evaluate_var_value)
11609 (evaluate_funcall, evaluate_subexp_standard): Replace
11610 throw_exception with throw.
11611 * dwarf2loc.c (call_site_find_chain)
11612 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11613 Replace throw_exception with throw.
11614 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11615 with throw.
11616 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11617 throw.
11618 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11619 * completer.c (complete_line_internal): Replace throw_exception
11620 with throw.
11621 * compile/compile-object-run.c (compile_object_run): Replace
11622 throw_exception with throw.
11623 * cli/cli-script.c (process_next_line): Replace throw_exception
11624 with throw.
11625 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11626 (btrace_enable, btrace_maint_update_pt_packets): Replace
11627 throw_exception with throw.
11628 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11629 throw_exception with throw.
11630 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11631 throw_exception with throw.
11632 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11633 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11634 * aarch64-tdep.c (aarch64_make_prologue_cache)
11635 (aarch64_make_stub_cache): Replace throw_exception with throw.
11636
11637 2019-04-08 Tom Tromey <tom@tromey.com>
11638
11639 * common/common-exceptions.c (throw_exception): Rename from
11640 throw_exception_cxx. Remove old copy. Make argument const.
11641 (throw_it): Create and throw exception objects directly.
11642 * common/common-exceptions.h (throw_exception): Make argument
11643 const.
11644 (struct gdb_exception_error): Add constructor.
11645 (struct gdb_exception_quit): Add constructor.
11646
11647 2019-04-08 Tom Tromey <tom@tromey.com>
11648
11649 * common/common-exceptions.h (exception_rethrow): Don't declare.
11650 (TRY_SJLJ): Update comment.
11651 (TRY, CATCH, END_CATCH): Remove.
11652 * common/common-exceptions.c (exception_rethrow): Remove.
11653
11654 2019-04-08 Tom Tromey <tom@tromey.com>
11655
11656 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11657 Remove.
11658 (gdb_exception_error): Rename from
11659 gdb_exception_RETURN_MASK_ERROR.
11660 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11661 (gdb_quit_bad_alloc): Update.
11662 * aarch64-tdep.c: Update.
11663 * ada-lang.c: Update.
11664 * ada-typeprint.c: Update.
11665 * ada-valprint.c: Update.
11666 * amd64-tdep.c: Update.
11667 * arch-utils.c: Update.
11668 * break-catch-throw.c: Update.
11669 * breakpoint.c: Update.
11670 * btrace.c: Update.
11671 * c-varobj.c: Update.
11672 * cli/cli-cmds.c: Update.
11673 * cli/cli-interp.c: Update.
11674 * cli/cli-script.c: Update.
11675 * common/common-exceptions.c: Update.
11676 * common/new-op.c: Update.
11677 * common/selftest.c: Update.
11678 * compile/compile-c-symbols.c: Update.
11679 * compile/compile-cplus-symbols.c: Update.
11680 * compile/compile-object-load.c: Update.
11681 * compile/compile-object-run.c: Update.
11682 * completer.c: Update.
11683 * corelow.c: Update.
11684 * cp-abi.c: Update.
11685 * cp-support.c: Update.
11686 * cp-valprint.c: Update.
11687 * darwin-nat.c: Update.
11688 * disasm-selftests.c: Update.
11689 * dtrace-probe.c: Update.
11690 * dwarf-index-cache.c: Update.
11691 * dwarf-index-write.c: Update.
11692 * dwarf2-frame-tailcall.c: Update.
11693 * dwarf2-frame.c: Update.
11694 * dwarf2loc.c: Update.
11695 * dwarf2read.c: Update.
11696 * eval.c: Update.
11697 * event-loop.c: Update.
11698 * event-top.c: Update.
11699 * exec.c: Update.
11700 * f-valprint.c: Update.
11701 * fbsd-tdep.c: Update.
11702 * frame-unwind.c: Update.
11703 * frame.c: Update.
11704 * gdbtypes.c: Update.
11705 * gnu-v3-abi.c: Update.
11706 * guile/guile-internal.h: Update.
11707 * guile/scm-block.c: Update.
11708 * guile/scm-breakpoint.c: Update.
11709 * guile/scm-cmd.c: Update.
11710 * guile/scm-disasm.c: Update.
11711 * guile/scm-frame.c: Update.
11712 * guile/scm-lazy-string.c: Update.
11713 * guile/scm-math.c: Update.
11714 * guile/scm-param.c: Update.
11715 * guile/scm-ports.c: Update.
11716 * guile/scm-pretty-print.c: Update.
11717 * guile/scm-symbol.c: Update.
11718 * guile/scm-symtab.c: Update.
11719 * guile/scm-type.c: Update.
11720 * guile/scm-value.c: Update.
11721 * i386-linux-tdep.c: Update.
11722 * i386-tdep.c: Update.
11723 * inf-loop.c: Update.
11724 * infcall.c: Update.
11725 * infcmd.c: Update.
11726 * infrun.c: Update.
11727 * jit.c: Update.
11728 * language.c: Update.
11729 * linespec.c: Update.
11730 * linux-fork.c: Update.
11731 * linux-nat.c: Update.
11732 * linux-tdep.c: Update.
11733 * linux-thread-db.c: Update.
11734 * main.c: Update.
11735 * mi/mi-cmd-break.c: Update.
11736 * mi/mi-cmd-stack.c: Update.
11737 * mi/mi-interp.c: Update.
11738 * mi/mi-main.c: Update.
11739 * objc-lang.c: Update.
11740 * p-valprint.c: Update.
11741 * parse.c: Update.
11742 * ppc-linux-tdep.c: Update.
11743 * printcmd.c: Update.
11744 * python/py-arch.c: Update.
11745 * python/py-breakpoint.c: Update.
11746 * python/py-cmd.c: Update.
11747 * python/py-finishbreakpoint.c: Update.
11748 * python/py-frame.c: Update.
11749 * python/py-framefilter.c: Update.
11750 * python/py-gdb-readline.c: Update.
11751 * python/py-inferior.c: Update.
11752 * python/py-infthread.c: Update.
11753 * python/py-lazy-string.c: Update.
11754 * python/py-linetable.c: Update.
11755 * python/py-objfile.c: Update.
11756 * python/py-param.c: Update.
11757 * python/py-prettyprint.c: Update.
11758 * python/py-progspace.c: Update.
11759 * python/py-record-btrace.c: Update.
11760 * python/py-record.c: Update.
11761 * python/py-symbol.c: Update.
11762 * python/py-type.c: Update.
11763 * python/py-unwind.c: Update.
11764 * python/py-utils.c: Update.
11765 * python/py-value.c: Update.
11766 * python/python.c: Update.
11767 * record-btrace.c: Update.
11768 * record-full.c: Update.
11769 * remote-fileio.c: Update.
11770 * remote.c: Update.
11771 * riscv-tdep.c: Update.
11772 * rs6000-aix-tdep.c: Update.
11773 * rs6000-tdep.c: Update.
11774 * rust-exp.y: Update.
11775 * rust-lang.c: Update.
11776 * s390-tdep.c: Update.
11777 * selftest-arch.c: Update.
11778 * solib-dsbt.c: Update.
11779 * solib-frv.c: Update.
11780 * solib-spu.c: Update.
11781 * solib-svr4.c: Update.
11782 * solib.c: Update.
11783 * sparc64-linux-tdep.c: Update.
11784 * stack.c: Update.
11785 * symfile-mem.c: Update.
11786 * symmisc.c: Update.
11787 * target.c: Update.
11788 * thread.c: Update.
11789 * top.c: Update.
11790 * tracefile-tfile.c: Update.
11791 * tui/tui.c: Update.
11792 * typeprint.c: Update.
11793 * unittests/cli-utils-selftests.c: Update.
11794 * unittests/parse-connection-spec-selftests.c: Update.
11795 * valops.c: Update.
11796 * valprint.c: Update.
11797 * value.c: Update.
11798 * varobj.c: Update.
11799 * windows-nat.c: Update.
11800 * x86-linux-nat.c: Update.
11801 * xml-support.c: Update.
11802
11803 2019-04-08 Tom Tromey <tom@tromey.com>
11804
11805 * xml-support.c: Use C++ exception handling.
11806 * x86-linux-nat.c: Use C++ exception handling.
11807 * windows-nat.c: Use C++ exception handling.
11808 * varobj.c: Use C++ exception handling.
11809 * value.c: Use C++ exception handling.
11810 * valprint.c: Use C++ exception handling.
11811 * valops.c: Use C++ exception handling.
11812 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11813 handling.
11814 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11815 * typeprint.c: Use C++ exception handling.
11816 * tui/tui.c: Use C++ exception handling.
11817 * tracefile-tfile.c: Use C++ exception handling.
11818 * top.c: Use C++ exception handling.
11819 * thread.c: Use C++ exception handling.
11820 * target.c: Use C++ exception handling.
11821 * symmisc.c: Use C++ exception handling.
11822 * symfile-mem.c: Use C++ exception handling.
11823 * stack.c: Use C++ exception handling.
11824 * sparc64-linux-tdep.c: Use C++ exception handling.
11825 * solib.c: Use C++ exception handling.
11826 * solib-svr4.c: Use C++ exception handling.
11827 * solib-spu.c: Use C++ exception handling.
11828 * solib-frv.c: Use C++ exception handling.
11829 * solib-dsbt.c: Use C++ exception handling.
11830 * selftest-arch.c: Use C++ exception handling.
11831 * s390-tdep.c: Use C++ exception handling.
11832 * rust-lang.c: Use C++ exception handling.
11833 * rust-exp.y: Use C++ exception handling.
11834 * rs6000-tdep.c: Use C++ exception handling.
11835 * rs6000-aix-tdep.c: Use C++ exception handling.
11836 * riscv-tdep.c: Use C++ exception handling.
11837 * remote.c: Use C++ exception handling.
11838 * remote-fileio.c: Use C++ exception handling.
11839 * record-full.c: Use C++ exception handling.
11840 * record-btrace.c: Use C++ exception handling.
11841 * python/python.c: Use C++ exception handling.
11842 * python/py-value.c: Use C++ exception handling.
11843 * python/py-utils.c: Use C++ exception handling.
11844 * python/py-unwind.c: Use C++ exception handling.
11845 * python/py-type.c: Use C++ exception handling.
11846 * python/py-symbol.c: Use C++ exception handling.
11847 * python/py-record.c: Use C++ exception handling.
11848 * python/py-record-btrace.c: Use C++ exception handling.
11849 * python/py-progspace.c: Use C++ exception handling.
11850 * python/py-prettyprint.c: Use C++ exception handling.
11851 * python/py-param.c: Use C++ exception handling.
11852 * python/py-objfile.c: Use C++ exception handling.
11853 * python/py-linetable.c: Use C++ exception handling.
11854 * python/py-lazy-string.c: Use C++ exception handling.
11855 * python/py-infthread.c: Use C++ exception handling.
11856 * python/py-inferior.c: Use C++ exception handling.
11857 * python/py-gdb-readline.c: Use C++ exception handling.
11858 * python/py-framefilter.c: Use C++ exception handling.
11859 * python/py-frame.c: Use C++ exception handling.
11860 * python/py-finishbreakpoint.c: Use C++ exception handling.
11861 * python/py-cmd.c: Use C++ exception handling.
11862 * python/py-breakpoint.c: Use C++ exception handling.
11863 * python/py-arch.c: Use C++ exception handling.
11864 * printcmd.c: Use C++ exception handling.
11865 * ppc-linux-tdep.c: Use C++ exception handling.
11866 * parse.c: Use C++ exception handling.
11867 * p-valprint.c: Use C++ exception handling.
11868 * objc-lang.c: Use C++ exception handling.
11869 * mi/mi-main.c: Use C++ exception handling.
11870 * mi/mi-interp.c: Use C++ exception handling.
11871 * mi/mi-cmd-stack.c: Use C++ exception handling.
11872 * mi/mi-cmd-break.c: Use C++ exception handling.
11873 * main.c: Use C++ exception handling.
11874 * linux-thread-db.c: Use C++ exception handling.
11875 * linux-tdep.c: Use C++ exception handling.
11876 * linux-nat.c: Use C++ exception handling.
11877 * linux-fork.c: Use C++ exception handling.
11878 * linespec.c: Use C++ exception handling.
11879 * language.c: Use C++ exception handling.
11880 * jit.c: Use C++ exception handling.
11881 * infrun.c: Use C++ exception handling.
11882 * infcmd.c: Use C++ exception handling.
11883 * infcall.c: Use C++ exception handling.
11884 * inf-loop.c: Use C++ exception handling.
11885 * i386-tdep.c: Use C++ exception handling.
11886 * i386-linux-tdep.c: Use C++ exception handling.
11887 * guile/scm-value.c: Use C++ exception handling.
11888 * guile/scm-type.c: Use C++ exception handling.
11889 * guile/scm-symtab.c: Use C++ exception handling.
11890 * guile/scm-symbol.c: Use C++ exception handling.
11891 * guile/scm-pretty-print.c: Use C++ exception handling.
11892 * guile/scm-ports.c: Use C++ exception handling.
11893 * guile/scm-param.c: Use C++ exception handling.
11894 * guile/scm-math.c: Use C++ exception handling.
11895 * guile/scm-lazy-string.c: Use C++ exception handling.
11896 * guile/scm-frame.c: Use C++ exception handling.
11897 * guile/scm-disasm.c: Use C++ exception handling.
11898 * guile/scm-cmd.c: Use C++ exception handling.
11899 * guile/scm-breakpoint.c: Use C++ exception handling.
11900 * guile/scm-block.c: Use C++ exception handling.
11901 * guile/guile-internal.h: Use C++ exception handling.
11902 * gnu-v3-abi.c: Use C++ exception handling.
11903 * gdbtypes.c: Use C++ exception handling.
11904 * frame.c: Use C++ exception handling.
11905 * frame-unwind.c: Use C++ exception handling.
11906 * fbsd-tdep.c: Use C++ exception handling.
11907 * f-valprint.c: Use C++ exception handling.
11908 * exec.c: Use C++ exception handling.
11909 * event-top.c: Use C++ exception handling.
11910 * event-loop.c: Use C++ exception handling.
11911 * eval.c: Use C++ exception handling.
11912 * dwarf2read.c: Use C++ exception handling.
11913 * dwarf2loc.c: Use C++ exception handling.
11914 * dwarf2-frame.c: Use C++ exception handling.
11915 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11916 * dwarf-index-write.c: Use C++ exception handling.
11917 * dwarf-index-cache.c: Use C++ exception handling.
11918 * dtrace-probe.c: Use C++ exception handling.
11919 * disasm-selftests.c: Use C++ exception handling.
11920 * darwin-nat.c: Use C++ exception handling.
11921 * cp-valprint.c: Use C++ exception handling.
11922 * cp-support.c: Use C++ exception handling.
11923 * cp-abi.c: Use C++ exception handling.
11924 * corelow.c: Use C++ exception handling.
11925 * completer.c: Use C++ exception handling.
11926 * compile/compile-object-run.c: Use C++ exception handling.
11927 * compile/compile-object-load.c: Use C++ exception handling.
11928 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11929 * compile/compile-c-symbols.c: Use C++ exception handling.
11930 * common/selftest.c: Use C++ exception handling.
11931 * common/new-op.c: Use C++ exception handling.
11932 * cli/cli-script.c: Use C++ exception handling.
11933 * cli/cli-interp.c: Use C++ exception handling.
11934 * cli/cli-cmds.c: Use C++ exception handling.
11935 * c-varobj.c: Use C++ exception handling.
11936 * btrace.c: Use C++ exception handling.
11937 * breakpoint.c: Use C++ exception handling.
11938 * break-catch-throw.c: Use C++ exception handling.
11939 * arch-utils.c: Use C++ exception handling.
11940 * amd64-tdep.c: Use C++ exception handling.
11941 * ada-valprint.c: Use C++ exception handling.
11942 * ada-typeprint.c: Use C++ exception handling.
11943 * ada-lang.c: Use C++ exception handling.
11944 * aarch64-tdep.c: Use C++ exception handling.
11945
11946 2019-04-08 Tom Tromey <tom@tromey.com>
11947
11948 * xml-support.c (gdb_xml_parser::parse): Update.
11949 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11950 * value.c (show_convenience): Update.
11951 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11952 (test_parse_flags_qcs): Update.
11953 * thread.c (thr_try_catch_cmd): Update.
11954 * target.c (target_translate_tls_address): Update.
11955 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11956 (info_frame_command_core, frame_apply_command_count): Update.
11957 * rust-exp.y (rust_lex_exception_test): Update.
11958 * riscv-tdep.c (riscv_print_one_register_info): Update.
11959 * remote.c (remote_target::enable_btrace): Update.
11960 * record-btrace.c (record_btrace_enable_warn): Update.
11961 * python/py-utils.c (gdbpy_convert_exception): Update.
11962 * printcmd.c (do_one_display, print_variable_and_value): Update.
11963 * mi/mi-main.c (mi_print_exception): Update.
11964 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11965 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11966 * linux-nat.c (linux_nat_target::attach): Update.
11967 * linux-fork.c (class scoped_switch_fork_info): Update.
11968 * infrun.c (displaced_step_prepare): Update.
11969 * infcall.c (call_function_by_hand_dummy): Update.
11970 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11971 * gnu-v3-abi.c (print_one_vtable): Update.
11972 * frame.c (get_prev_frame_always): Update.
11973 * f-valprint.c (info_common_command_for_block): Update.
11974 * exec.c (try_open_exec_file): Update.
11975 * exceptions.c (print_exception, exception_print)
11976 (exception_fprintf, exception_print_same): Update.
11977 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11978 * dwarf-index-cache.c (index_cache::store)
11979 (index_cache::lookup_gdb_index): Update.
11980 * darwin-nat.c (maybe_cache_shell): Update.
11981 * cp-valprint.c (cp_print_value_fields): Update.
11982 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11983 (gcc_cplus_symbol_address): Update.
11984 * compile/compile-c-symbols.c (gcc_convert_symbol)
11985 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11986 * common/selftest.c: Update.
11987 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11988 a std::string.
11989 (exception_try_scope_entry, exception_try_scope_exit): Don't
11990 declare.
11991 (struct exception_try_scope): Remove.
11992 (TRY): Don't use exception_try_scope.
11993 (struct gdb_exception): Add constructor, operator=.
11994 <what>: New method.
11995 (struct gdb_exception_RETURN_MASK_ALL)
11996 (struct gdb_exception_RETURN_MASK_ERROR)
11997 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11998 (struct gdb_quit_bad_alloc): Update.
11999 * common/common-exceptions.c (exception_none): Change
12000 initializer.
12001 (struct catcher) <state, exception>: Initialize inline.
12002 <prev>: Remove member.
12003 (current_catcher): Remove.
12004 (catchers): New global.
12005 (exceptions_state_mc_init): Simplify.
12006 (catcher_pop): Remove.
12007 (exceptions_state_mc, exceptions_state_mc_catch): Update.
12008 (try_scope_depth, exception_try_scope_entry)
12009 (exception_try_scope_exit): Remove.
12010 (throw_exception_sjlj): Update.
12011 (exception_messages, exception_messages_size): Remove.
12012 (throw_it): Simplify.
12013 (gdb_exception_sliced_copy): Remove.
12014 (throw_exception_cxx): Update.
12015 * cli/cli-script.c (script_from_file): Update.
12016 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
12017 Update.
12018 * ada-valprint.c (ada_val_print): Update.
12019 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
12020 (create_excep_cond_exprs): Update.
12021
12022 2019-04-08 Tom Tromey <tom@tromey.com>
12023
12024 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
12025 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
12026 (TRY, CATCH, END_CATCH): Remove some definitions.
12027 * common/common-exceptions.c: Don't use GDB_XCPT.
12028 (catcher_list_size): Remove.
12029 (throw_exception, throw_it): Simplify.
12030
12031 2019-04-05 Tom Tromey <tom@tromey.com>
12032
12033 Revert the header-sorting patch.
12034 * ft32-tdep.c: Revert.
12035 * frv-tdep.c: Revert.
12036 * frv-linux-tdep.c: Revert.
12037 * frame.c: Revert.
12038 * frame-unwind.c: Revert.
12039 * frame-base.c: Revert.
12040 * fork-child.c: Revert.
12041 * findvar.c: Revert.
12042 * findcmd.c: Revert.
12043 * filesystem.c: Revert.
12044 * filename-seen-cache.h: Revert.
12045 * filename-seen-cache.c: Revert.
12046 * fbsd-tdep.c: Revert.
12047 * fbsd-nat.h: Revert.
12048 * fbsd-nat.c: Revert.
12049 * f-valprint.c: Revert.
12050 * f-typeprint.c: Revert.
12051 * f-lang.c: Revert.
12052 * extension.h: Revert.
12053 * extension.c: Revert.
12054 * extension-priv.h: Revert.
12055 * expprint.c: Revert.
12056 * exec.h: Revert.
12057 * exec.c: Revert.
12058 * exceptions.c: Revert.
12059 * event-top.c: Revert.
12060 * event-loop.c: Revert.
12061 * eval.c: Revert.
12062 * elfread.c: Revert.
12063 * dwarf2read.h: Revert.
12064 * dwarf2read.c: Revert.
12065 * dwarf2loc.c: Revert.
12066 * dwarf2expr.h: Revert.
12067 * dwarf2expr.c: Revert.
12068 * dwarf2-frame.c: Revert.
12069 * dwarf2-frame-tailcall.c: Revert.
12070 * dwarf-index-write.h: Revert.
12071 * dwarf-index-write.c: Revert.
12072 * dwarf-index-common.c: Revert.
12073 * dwarf-index-cache.h: Revert.
12074 * dwarf-index-cache.c: Revert.
12075 * dummy-frame.c: Revert.
12076 * dtrace-probe.c: Revert.
12077 * disasm.h: Revert.
12078 * disasm.c: Revert.
12079 * disasm-selftests.c: Revert.
12080 * dictionary.c: Revert.
12081 * dicos-tdep.c: Revert.
12082 * demangle.c: Revert.
12083 * dcache.h: Revert.
12084 * dcache.c: Revert.
12085 * darwin-nat.h: Revert.
12086 * darwin-nat.c: Revert.
12087 * darwin-nat-info.c: Revert.
12088 * d-valprint.c: Revert.
12089 * d-namespace.c: Revert.
12090 * d-lang.c: Revert.
12091 * ctf.c: Revert.
12092 * csky-tdep.c: Revert.
12093 * csky-linux-tdep.c: Revert.
12094 * cris-tdep.c: Revert.
12095 * cris-linux-tdep.c: Revert.
12096 * cp-valprint.c: Revert.
12097 * cp-support.c: Revert.
12098 * cp-namespace.c: Revert.
12099 * cp-abi.c: Revert.
12100 * corelow.c: Revert.
12101 * corefile.c: Revert.
12102 * continuations.c: Revert.
12103 * completer.h: Revert.
12104 * completer.c: Revert.
12105 * complaints.c: Revert.
12106 * coffread.c: Revert.
12107 * coff-pe-read.c: Revert.
12108 * cli-out.h: Revert.
12109 * cli-out.c: Revert.
12110 * charset.c: Revert.
12111 * c-varobj.c: Revert.
12112 * c-valprint.c: Revert.
12113 * c-typeprint.c: Revert.
12114 * c-lang.c: Revert.
12115 * buildsym.c: Revert.
12116 * buildsym-legacy.c: Revert.
12117 * build-id.h: Revert.
12118 * build-id.c: Revert.
12119 * btrace.c: Revert.
12120 * bsd-uthread.c: Revert.
12121 * breakpoint.h: Revert.
12122 * breakpoint.c: Revert.
12123 * break-catch-throw.c: Revert.
12124 * break-catch-syscall.c: Revert.
12125 * break-catch-sig.c: Revert.
12126 * blockframe.c: Revert.
12127 * block.c: Revert.
12128 * bfin-tdep.c: Revert.
12129 * bfin-linux-tdep.c: Revert.
12130 * bfd-target.c: Revert.
12131 * bcache.c: Revert.
12132 * ax-general.c: Revert.
12133 * ax-gdb.h: Revert.
12134 * ax-gdb.c: Revert.
12135 * avr-tdep.c: Revert.
12136 * auxv.c: Revert.
12137 * auto-load.c: Revert.
12138 * arm-wince-tdep.c: Revert.
12139 * arm-tdep.c: Revert.
12140 * arm-symbian-tdep.c: Revert.
12141 * arm-pikeos-tdep.c: Revert.
12142 * arm-obsd-tdep.c: Revert.
12143 * arm-nbsd-tdep.c: Revert.
12144 * arm-nbsd-nat.c: Revert.
12145 * arm-linux-tdep.c: Revert.
12146 * arm-linux-nat.c: Revert.
12147 * arm-fbsd-tdep.c: Revert.
12148 * arm-fbsd-nat.c: Revert.
12149 * arm-bsd-tdep.c: Revert.
12150 * arch-utils.c: Revert.
12151 * arc-tdep.c: Revert.
12152 * arc-newlib-tdep.c: Revert.
12153 * annotate.h: Revert.
12154 * annotate.c: Revert.
12155 * amd64-windows-tdep.c: Revert.
12156 * amd64-windows-nat.c: Revert.
12157 * amd64-tdep.c: Revert.
12158 * amd64-sol2-tdep.c: Revert.
12159 * amd64-obsd-tdep.c: Revert.
12160 * amd64-obsd-nat.c: Revert.
12161 * amd64-nbsd-tdep.c: Revert.
12162 * amd64-nbsd-nat.c: Revert.
12163 * amd64-nat.c: Revert.
12164 * amd64-linux-tdep.c: Revert.
12165 * amd64-linux-nat.c: Revert.
12166 * amd64-fbsd-tdep.c: Revert.
12167 * amd64-fbsd-nat.c: Revert.
12168 * amd64-dicos-tdep.c: Revert.
12169 * amd64-darwin-tdep.c: Revert.
12170 * amd64-bsd-nat.c: Revert.
12171 * alpha-tdep.c: Revert.
12172 * alpha-obsd-tdep.c: Revert.
12173 * alpha-nbsd-tdep.c: Revert.
12174 * alpha-mdebug-tdep.c: Revert.
12175 * alpha-linux-tdep.c: Revert.
12176 * alpha-linux-nat.c: Revert.
12177 * alpha-bsd-tdep.c: Revert.
12178 * alpha-bsd-nat.c: Revert.
12179 * aix-thread.c: Revert.
12180 * agent.c: Revert.
12181 * addrmap.c: Revert.
12182 * ada-varobj.c: Revert.
12183 * ada-valprint.c: Revert.
12184 * ada-typeprint.c: Revert.
12185 * ada-tasks.c: Revert.
12186 * ada-lang.c: Revert.
12187 * aarch64-tdep.c: Revert.
12188 * aarch64-ravenscar-thread.c: Revert.
12189 * aarch64-newlib-tdep.c: Revert.
12190 * aarch64-linux-tdep.c: Revert.
12191 * aarch64-linux-nat.c: Revert.
12192 * aarch64-fbsd-tdep.c: Revert.
12193 * aarch64-fbsd-nat.c: Revert.
12194 * aarch32-linux-nat.c: Revert.
12195
12196 2019-04-05 Tom Tromey <tom@tromey.com>
12197
12198 * ft32-tdep.c: Sort headers.
12199 * frv-tdep.c: Sort headers.
12200 * frv-linux-tdep.c: Sort headers.
12201 * frame.c: Sort headers.
12202 * frame-unwind.c: Sort headers.
12203 * frame-base.c: Sort headers.
12204 * fork-child.c: Sort headers.
12205 * findvar.c: Sort headers.
12206 * findcmd.c: Sort headers.
12207 * filesystem.c: Sort headers.
12208 * filename-seen-cache.h: Sort headers.
12209 * filename-seen-cache.c: Sort headers.
12210 * fbsd-tdep.c: Sort headers.
12211 * fbsd-nat.h: Sort headers.
12212 * fbsd-nat.c: Sort headers.
12213 * f-valprint.c: Sort headers.
12214 * f-typeprint.c: Sort headers.
12215 * f-lang.c: Sort headers.
12216 * extension.h: Sort headers.
12217 * extension.c: Sort headers.
12218 * extension-priv.h: Sort headers.
12219 * expprint.c: Sort headers.
12220 * exec.h: Sort headers.
12221 * exec.c: Sort headers.
12222 * exceptions.c: Sort headers.
12223 * event-top.c: Sort headers.
12224 * event-loop.c: Sort headers.
12225 * eval.c: Sort headers.
12226 * elfread.c: Sort headers.
12227 * dwarf2read.h: Sort headers.
12228 * dwarf2read.c: Sort headers.
12229 * dwarf2loc.c: Sort headers.
12230 * dwarf2expr.h: Sort headers.
12231 * dwarf2expr.c: Sort headers.
12232 * dwarf2-frame.c: Sort headers.
12233 * dwarf2-frame-tailcall.c: Sort headers.
12234 * dwarf-index-write.h: Sort headers.
12235 * dwarf-index-write.c: Sort headers.
12236 * dwarf-index-common.c: Sort headers.
12237 * dwarf-index-cache.h: Sort headers.
12238 * dwarf-index-cache.c: Sort headers.
12239 * dummy-frame.c: Sort headers.
12240 * dtrace-probe.c: Sort headers.
12241 * disasm.h: Sort headers.
12242 * disasm.c: Sort headers.
12243 * disasm-selftests.c: Sort headers.
12244 * dictionary.c: Sort headers.
12245 * dicos-tdep.c: Sort headers.
12246 * demangle.c: Sort headers.
12247 * dcache.h: Sort headers.
12248 * dcache.c: Sort headers.
12249 * darwin-nat.h: Sort headers.
12250 * darwin-nat.c: Sort headers.
12251 * darwin-nat-info.c: Sort headers.
12252 * d-valprint.c: Sort headers.
12253 * d-namespace.c: Sort headers.
12254 * d-lang.c: Sort headers.
12255 * ctf.c: Sort headers.
12256 * csky-tdep.c: Sort headers.
12257 * csky-linux-tdep.c: Sort headers.
12258 * cris-tdep.c: Sort headers.
12259 * cris-linux-tdep.c: Sort headers.
12260 * cp-valprint.c: Sort headers.
12261 * cp-support.c: Sort headers.
12262 * cp-namespace.c: Sort headers.
12263 * cp-abi.c: Sort headers.
12264 * corelow.c: Sort headers.
12265 * corefile.c: Sort headers.
12266 * continuations.c: Sort headers.
12267 * completer.h: Sort headers.
12268 * completer.c: Sort headers.
12269 * complaints.c: Sort headers.
12270 * coffread.c: Sort headers.
12271 * coff-pe-read.c: Sort headers.
12272 * cli-out.h: Sort headers.
12273 * cli-out.c: Sort headers.
12274 * charset.c: Sort headers.
12275 * c-varobj.c: Sort headers.
12276 * c-valprint.c: Sort headers.
12277 * c-typeprint.c: Sort headers.
12278 * c-lang.c: Sort headers.
12279 * buildsym.c: Sort headers.
12280 * buildsym-legacy.c: Sort headers.
12281 * build-id.h: Sort headers.
12282 * build-id.c: Sort headers.
12283 * btrace.c: Sort headers.
12284 * bsd-uthread.c: Sort headers.
12285 * breakpoint.h: Sort headers.
12286 * breakpoint.c: Sort headers.
12287 * break-catch-throw.c: Sort headers.
12288 * break-catch-syscall.c: Sort headers.
12289 * break-catch-sig.c: Sort headers.
12290 * blockframe.c: Sort headers.
12291 * block.c: Sort headers.
12292 * bfin-tdep.c: Sort headers.
12293 * bfin-linux-tdep.c: Sort headers.
12294 * bfd-target.c: Sort headers.
12295 * bcache.c: Sort headers.
12296 * ax-general.c: Sort headers.
12297 * ax-gdb.h: Sort headers.
12298 * ax-gdb.c: Sort headers.
12299 * avr-tdep.c: Sort headers.
12300 * auxv.c: Sort headers.
12301 * auto-load.c: Sort headers.
12302 * arm-wince-tdep.c: Sort headers.
12303 * arm-tdep.c: Sort headers.
12304 * arm-symbian-tdep.c: Sort headers.
12305 * arm-pikeos-tdep.c: Sort headers.
12306 * arm-obsd-tdep.c: Sort headers.
12307 * arm-nbsd-tdep.c: Sort headers.
12308 * arm-nbsd-nat.c: Sort headers.
12309 * arm-linux-tdep.c: Sort headers.
12310 * arm-linux-nat.c: Sort headers.
12311 * arm-fbsd-tdep.c: Sort headers.
12312 * arm-fbsd-nat.c: Sort headers.
12313 * arm-bsd-tdep.c: Sort headers.
12314 * arch-utils.c: Sort headers.
12315 * arc-tdep.c: Sort headers.
12316 * arc-newlib-tdep.c: Sort headers.
12317 * annotate.h: Sort headers.
12318 * annotate.c: Sort headers.
12319 * amd64-windows-tdep.c: Sort headers.
12320 * amd64-windows-nat.c: Sort headers.
12321 * amd64-tdep.c: Sort headers.
12322 * amd64-sol2-tdep.c: Sort headers.
12323 * amd64-obsd-tdep.c: Sort headers.
12324 * amd64-obsd-nat.c: Sort headers.
12325 * amd64-nbsd-tdep.c: Sort headers.
12326 * amd64-nbsd-nat.c: Sort headers.
12327 * amd64-nat.c: Sort headers.
12328 * amd64-linux-tdep.c: Sort headers.
12329 * amd64-linux-nat.c: Sort headers.
12330 * amd64-fbsd-tdep.c: Sort headers.
12331 * amd64-fbsd-nat.c: Sort headers.
12332 * amd64-dicos-tdep.c: Sort headers.
12333 * amd64-darwin-tdep.c: Sort headers.
12334 * amd64-bsd-nat.c: Sort headers.
12335 * alpha-tdep.c: Sort headers.
12336 * alpha-obsd-tdep.c: Sort headers.
12337 * alpha-nbsd-tdep.c: Sort headers.
12338 * alpha-mdebug-tdep.c: Sort headers.
12339 * alpha-linux-tdep.c: Sort headers.
12340 * alpha-linux-nat.c: Sort headers.
12341 * alpha-bsd-tdep.c: Sort headers.
12342 * alpha-bsd-nat.c: Sort headers.
12343 * aix-thread.c: Sort headers.
12344 * agent.c: Sort headers.
12345 * addrmap.c: Sort headers.
12346 * ada-varobj.c: Sort headers.
12347 * ada-valprint.c: Sort headers.
12348 * ada-typeprint.c: Sort headers.
12349 * ada-tasks.c: Sort headers.
12350 * ada-lang.c: Sort headers.
12351 * aarch64-tdep.c: Sort headers.
12352 * aarch64-ravenscar-thread.c: Sort headers.
12353 * aarch64-newlib-tdep.c: Sort headers.
12354 * aarch64-linux-tdep.c: Sort headers.
12355 * aarch64-linux-nat.c: Sort headers.
12356 * aarch64-fbsd-tdep.c: Sort headers.
12357 * aarch64-fbsd-nat.c: Sort headers.
12358 * aarch32-linux-nat.c: Sort headers.
12359
12360 2019-04-04 Tom Tromey <tom@tromey.com>
12361
12362 * varobj.c (varobj_create): Update.
12363 * rust-exp.y (struct rust_parser) <update_innermost_block,
12364 lookup_symbol>: New methods.
12365 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
12366 Rename.
12367 (rust_parser::rust_lookup_type)
12368 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12369 * printcmd.c (display_command, do_one_display): Update.
12370 * parser-defs.h (struct parser_state) <parser_state>: Add
12371 "tracker" parameter.
12372 (block_tracker): New member.
12373 (class innermost_block_tracker) <innermost_block_tracker>: Add
12374 "types" parameter.
12375 <reset>: Remove method.
12376 (innermost_block): Don't declare.
12377 (null_post_parser): Update.
12378 * parse.c (innermost_block): Remove global.
12379 (write_dollar_variable): Update.
12380 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12381 Remove "tracker_types" parameter.
12382 (parse_expression): Add "tracker" parameter.
12383 (parse_expression_for_completion): Update.
12384 (null_post_parser): Add "tracker" parameter.
12385 * p-exp.y: Update rules.
12386 * m2-exp.y: Update rules.
12387 * language.h (struct language_defn) <la_post_parser>: Add
12388 "tracker" parameter.
12389 * go-exp.y: Update rules.
12390 * f-exp.y: Update rules.
12391 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12392 parameter.
12393 * d-exp.y: Update rules.
12394 * c-exp.y: Update rules.
12395 * breakpoint.c (set_breakpoint_condition): Create an
12396 innermost_block_tracker.
12397 (watch_command_1): Likewise.
12398 * ada-lang.c (resolve): Add "tracker" parameter.
12399 (resolve_subexp): Likewise.
12400 * ada-exp.y (write_var_from_sym): Update.
12401
12402 2019-04-04 Tom Tromey <tom@tromey.com>
12403
12404 * type-stack.h: New file.
12405 * type-stack.c: New file.
12406 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12407 type-stack.h.
12408 (insert_into_type_stack, insert_type, push_type, push_type_int)
12409 (insert_type_address_space, pop_type, pop_type_int)
12410 (pop_typelist, pop_type_stack, append_type_stack)
12411 (push_type_stack, get_type_stack, push_typelist)
12412 (follow_type_instance_flags, follow_types): Don't declare.
12413 * parse.c (type_stack): Remove global.
12414 (parse_exp_in_context): Update.
12415 (insert_into_type_stack, insert_type, push_type, push_type_int)
12416 (insert_type_address_space, pop_type, pop_type_int)
12417 (pop_typelist, pop_type_stack, append_type_stack)
12418 (push_type_stack, get_type_stack, push_typelist)
12419 (follow_type_instance_flags, follow_types): Remove (moved to
12420 type-stack.c).
12421 * f-exp.y (type_stack): New global.
12422 Update rules.
12423 (push_kind_type, f_parse): Update.
12424 * d-exp.y (type_stack): New global.
12425 Update rules.
12426 (d_parse): Update.
12427 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12428 Update rules.
12429 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12430 (HFILES_NO_SRCDIR): Add type-stack.h.
12431
12432 2019-04-04 Tom Tromey <tom@tromey.com>
12433
12434 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12435 (rust_parser::convert_ast_to_expression, rust_parse)
12436 (rust_lex_test_completion, rust_lex_tests): Update.
12437 * parser-defs.h (struct expr_completion_state): New.
12438 (struct parser_state) <parser_state>: Add completion parameter.
12439 <mark_struct_expression, mark_completion_tag>: New methods.
12440 <parse_completion, m_completion_state>: New members.
12441 (prefixify_expression, null_post_parser): Update.
12442 (mark_struct_expression, mark_completion_tag): Don't declare.
12443 * parse.c (parse_completion, expout_last_struct)
12444 (expout_tag_completion_type, expout_completion_name): Remove
12445 globals.
12446 (parser_state::mark_struct_expression)
12447 (parser_state::mark_completion_tag): Now methods.
12448 (prefixify_expression): Add last_struct parameter.
12449 (prefixify_subexp): Likewise.
12450 (parse_exp_1): Update.
12451 (parse_exp_in_context): Add cstate parameter. Update.
12452 (parse_expression_for_completion): Create an
12453 expr_completion_state.
12454 (null_post_parser): Add "completion" parameter.
12455 * p-exp.y: Update rules.
12456 (yylex): Update.
12457 * language.h (struct language_defn) <la_post_parser>: Add
12458 "completing" parameter.
12459 * go-exp.y: Update rules.
12460 (lex_one_token): Update.
12461 * expression.h (parse_completion): Don't declare.
12462 * d-exp.y: Update rules.
12463 (lex_one_token): Update rules.
12464 * c-exp.y: Update rules.
12465 (lex_one_token): Update.
12466 * ada-lang.c (resolve): Add "parse_completion" parameter.
12467 (resolve_subexp): Likewise.
12468 (ada_resolve_function): Likewise.
12469
12470 2019-04-04 Tom Tromey <tom@tromey.com>
12471
12472 * parser-defs.h (struct parser_state) <start_arglist,
12473 end_arglist>: New methods.
12474 <arglist_len, m_funcall_chain>: New members.
12475 (arglist_len, start_arglist, end_arglist): Don't declare.
12476 * parse.c (arglist_len, funcall_chain): Remove global.
12477 (start_arglist, end_arglist): Remove functions.
12478 (parse_exp_in_context): Update.
12479 * p-exp.y: Update rules.
12480 * m2-exp.y: Update rules.
12481 * go-exp.y: Update rules.
12482 * f-exp.y: Update rules.
12483 * d-exp.y: Update rules.
12484 * c-exp.y: Update rules.
12485
12486 2019-04-04 Tom Tromey <tom@tromey.com>
12487
12488 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12489 lex_operator, push_back>: New methods.
12490 Update all rules.
12491 (rust_parser::lex_hex, lex_escape): Rename and update.
12492 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12493 (rust_parser::lex_operator): Rename and update.
12494 (rust_parser::lex_number, rustyylex, rustyyerror)
12495 (rust_lex_test_init, rust_lex_test_sequence)
12496 (rust_lex_test_push_back, rust_lex_tests): Update.
12497 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12498 parameter.
12499 <lexptr, prev_lexptr>: New members.
12500 (lexptr, prev_lexptr): Don't declare.
12501 * parse.c (lexptr, prev_lexptr): Remove globals.
12502 (parse_exp_in_context): Update.
12503 * p-exp.y (yylex, yyerror): Update.
12504 * m2-exp.y (parse_number, yylex, yyerror): Update.
12505 * go-exp.y (lex_one_token, yyerror): Update.
12506 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12507 * d-exp.y (lex_one_token, yyerror): Update.
12508 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12509 (lex_one_token, yyerror): Update.
12510 * ada-lex.l (YY_INPUT): Update.
12511 (rewind_to_char): Update.
12512 * ada-exp.y (yyerror): Update.
12513
12514 2019-04-04 Tom Tromey <tom@tromey.com>
12515
12516 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12517 * parser-defs.h (struct parser_state) <parser_state>: Add new
12518 parameter.
12519 <comma_terminates>: New member.
12520 (comma_terminates): Don't declare global.
12521 * parse.c (comma_terminates): Remove global.
12522 (parse_exp_in_context): Update.
12523 * p-exp.y (yylex): Update.
12524 * m2-exp.y (yylex): Update.
12525 * go-exp.y (lex_one_token): Update.
12526 * f-exp.y (yylex): Update.
12527 * d-exp.y (lex_one_token): Update.
12528 * c-exp.y (lex_one_token): Update.
12529 * ada-lex.l: Update.
12530
12531 2019-04-04 Tom Tromey <tom@tromey.com>
12532
12533 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12534 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12535 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12536 * parser-defs.h (paren_depth): Don't declare.
12537 * parse.c (paren_depth): Remove global.
12538 (parse_exp_in_context): Update.
12539 * p-exp.y (paren_depth): New global.
12540 (pascal_parse): Initialize it.
12541 * m2-exp.y (paren_depth): New global.
12542 (m2_parse): Initialize it.
12543 * go-exp.y (paren_depth): New global.
12544 (go_parse): Initialize it.
12545 * f-exp.y (paren_depth): New global.
12546 (f_parse): Initialize it.
12547 * d-exp.y (paren_depth): New global.
12548 (d_parse): Initialize it.
12549 * c-exp.y (paren_depth): New global.
12550 (c_parse): Initialize it.
12551 * ada-lex.l (paren_depth): New global.
12552 (lexer_init): Initialize it.
12553
12554 2019-04-04 Tom Tromey <tom@tromey.com>
12555
12556 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12557 (rust_parser::convert_ast_to_type)
12558 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12559 * parser-defs.h (struct parser_state) <parser_state>: Add
12560 parameters. Initialize new members.
12561 <expression_context_block, expression_context_pc>: New members.
12562 * parse.c (expression_context_block, expression_context_pc):
12563 Remove globals.
12564 (parse_exp_in_context): Update.
12565 * p-exp.y: Update all rules.
12566 (yylex): Update.
12567 * m2-exp.y: Update all rules.
12568 (yylex): Update.
12569 * go-exp.y (yylex): Update.
12570 * f-exp.y (yylex): Update.
12571 * d-exp.y: Update all rules.
12572 (yylex): Update.
12573 * c-exp.y: Update all rules.
12574 (lex_one_token, classify_name, yylex, c_parse): Update.
12575 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12576
12577 2019-04-04 Tom Tromey <tom@tromey.com>
12578
12579 * gdbarch.h, gdbarch.c: Rebuild.
12580 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12581 * stap-probe.h:
12582 (struct stap_parse_info): Replace "parser_state" with
12583 "expr_builder".
12584 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12585 (parser_state): New class.
12586 * parse.c (expr_builder): Rename.
12587 (expr_builder::release): Rename.
12588 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12589 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12590 (write_exp_elt_longcst, write_exp_elt_floatcst)
12591 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12592 (write_exp_string_vector, write_exp_bitstring)
12593 (write_exp_msymbol, mark_struct_expression)
12594 (write_dollar_variable)
12595 (insert_type_address_space, increase_expout_size): Replace
12596 "parser_state" with "expr_builder".
12597 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12598 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12599 "parser_state" with "expr_builder".
12600
12601 2019-04-04 Tom Tromey <tom@tromey.com>
12602
12603 * rust-exp.y: Replace "parse_language" with method call.
12604 * p-exp.y:
12605 (yylex): Replace "parse_language" with method call.
12606 * m2-exp.y:
12607 (yylex): Replace "parse_language" with method call.
12608 * go-exp.y (classify_name): Replace "parse_language" with method
12609 call.
12610 * f-exp.y (yylex): Replace "parse_language" with method call.
12611 * d-exp.y (lex_one_token): Replace "parse_language" with method
12612 call.
12613 * c-exp.y:
12614 (lex_one_token, classify_name, yylex): Replace "parse_language"
12615 with method call.
12616 * ada-exp.y (find_primitive_type, type_char)
12617 (type_system_address): Replace "parse_language" with method call.
12618
12619 2019-04-04 Tom Tromey <tom@tromey.com>
12620
12621 * rust-exp.y: Replace "parse_gdbarch" with method call.
12622 * parse.c (write_dollar_variable, insert_type_address_space):
12623 Replace "parse_gdbarch" with method call.
12624 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12625 call.
12626 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12627 call.
12628 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12629 "parse_gdbarch" with method call.
12630 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12631 with method call.
12632 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12633 "parse_gdbarch" with method call.
12634 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12635 "parse_gdbarch" with method call.
12636 * c-exp.y (parse_type, parse_number, classify_name): Replace
12637 "parse_gdbarch" with method call.
12638 * ada-lex.l: Replace "parse_gdbarch" with method call.
12639 * ada-exp.y (parse_type, find_primitive_type, type_char)
12640 (type_system_address): Replace "parse_gdbarch" with method call.
12641
12642 2019-04-04 Tom Tromey <tom@tromey.com>
12643
12644 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12645 * stap-probe.c (stap_parse_argument): Update.
12646 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12647 initial_size parameter.
12648 * rust-exp.y (rust_lex_tests): Update.
12649 * parse.c (parser_state): Update.
12650 (parse_exp_in_context): Update.
12651 * parser-defs.h (struct parser_state) <parser_state>: Remove
12652 "initial_size" parameter.
12653
12654 2019-04-04 Tom Tromey <tom@tromey.com>
12655
12656 * parser-defs.h (increase_expout_size): Don't declare.
12657 * parse.c (increase_expout_size): Now static.
12658
12659 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12660
12661 * gnu-nat.c (gnu_nat_target::wait): Fix
12662 target_waitstatus_to_string call.
12663
12664 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12665
12666 * eval.c (evaluate_subexp_standard): Handle internal functions
12667 during Fortran function call handling.
12668
12669 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12670
12671 * NEWS: Mention new internal functions.
12672 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12673 (read_base_type): Use dwarf2_init_complex_target_type.
12674 * value.c (creal_internal_fn): New function.
12675 (cimag_internal_fn): New function.
12676 (_initialize_values): Register new internal functions.
12677
12678 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12679
12680 * infrun.c (stop_all_threads): If debug_infrun, always
12681 trace the wait status after wait_one, using
12682 target_waitstatus_to_string and target_pid_to_str.
12683 (handle_inferior_event): Replace various trace of
12684 wait status kind by a single trace.
12685 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12686 wait status kind image by target_waitstatus_to_string.
12687 * target/waitstatus.c (target_waitstatus_to_string): Fix
12688 obsolete comment.
12689
12690 2019-04-01 Tom Tromey <tromey@adacore.com>
12691
12692 PR symtab/23331:
12693 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12694
12695 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12696 Pedro Alves <palves@redhat.com>
12697
12698 * top.c (quit_force): Call 'finalize_values'.
12699 * value.c (finalize_values): New function.
12700 * value.h (finalize_values): Declare.
12701
12702 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12703
12704 * NEWS: Announce $_gdb_major and $_gdb_minor.
12705
12706 * top.c (init_gdb_version_vars): New function.
12707 (gdb_init): Call init_gdb_version_vars.
12708
12709 2019-03-29 Tom Tromey <tromey@adacore.com>
12710
12711 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12712 help text. Remove dead code.
12713
12714 2019-03-29 Keith Seitz <keiths@redhat.com>
12715
12716 From Siddhesh Poyarekar:
12717 * f-lang.h (f77_get_upperbound): Return LONGEST.
12718 (f77_get_lowerbound): Likewise.
12719 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12720 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12721 print them.
12722 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12723 plongest to format print it.
12724 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12725 (f77_get_upperbound): Likewise.
12726 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12727 LOWER_BOUND to LONGEST.
12728 (f77_create_arrayprint_offset_tbl): Likewise.
12729
12730 2019-03-29 Keith Seitz <keiths@redhat.com>
12731
12732 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12733 %s/pulongest for TYPE_LENGTH instead of %d in format
12734 strings.
12735 * ada-typerint.c (ada_print_type): Likewise.
12736 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12737 * compile/compile-c-support.c (generate_register_struct): Likewise.
12738 * gdbtypes.c (recursive_dump_type): Likewise.
12739 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12740 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12741 instead of %d in format strings.
12742 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12743 to std::min to ULONGEST.
12744 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12745 instead of %d in format strings.
12746 * tracepoint.c (info_scope_command): Likewise.
12747 * typeprint.c (print_offset_data::update)
12748 (print_offset_data::finish): Likewise.
12749 * xtensa-tdep.c (xtensa_store_return_value)
12750 (xtensa_push_dummy_call): Likewise.
12751
12752 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12753
12754 * windows-nat.c (display_selector): Fixed format specifications
12755 for 64-bit Cygwin.
12756
12757 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12758
12759 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12760
12761 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12762
12763 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12764 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12765 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12766 (nios2_linux_init_abi): Install it.
12767
12768 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12769
12770 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12771
12772 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12773
12774 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12775
12776 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12777 Tom Tromey <tromey@adacore.com>
12778
12779 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12780
12781 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12782
12783 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12784 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12785 method to compute the bounds of range types. Also print "[evaluated]"
12786 if the bounds' values come from a dynamic evaluation.
12787
12788 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12789
12790 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12791 whitespace when pretty printing is on.
12792
12793 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12794
12795 * ppc-linux-nat.c: Add include.
12796
12797 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12798
12799 * NEWS: Mention AArch64 Pointer Authentication.
12800
12801 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12802
12803 * arm-linux-nat.c: Add include.
12804
12805 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12806
12807 * source-cache.c (source_cache::get_source_lines): Re-read
12808 fullname after calling open_source_file.
12809
12810 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12811
12812 * NEWS: Mention TLS support for FreeBSD.
12813
12814 2019-03-25 Tom Tromey <tromey@adacore.com>
12815
12816 * minsyms.c (BUNCH_SIZE): Update comment.
12817 (~minimal_symbol_reader): Remove old comment.
12818 (compact_minimal_symbols): Update comment.
12819 (minimal_symbol_reader::install): Remove old comment. Update
12820 other comments.
12821
12822 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12823
12824 * s390-linux-nat.c: Add include.
12825
12826 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12827
12828 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12829 Call linux_get_hwcap.
12830 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12831 Likewise.
12832 (aarch64_linux_get_hwcap): Remove function.
12833 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12834 declaration.
12835 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12836 linux_get_hwcap.
12837 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12838 * linux-tdep.c (linux_get_hwcap): Add function.
12839 (linux_get_hwcap2): Likewise.
12840 * linux-tdep.h (linux_get_hwcap): Add declaration.
12841 (linux_get_hwcap2): Likewise.
12842 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12843 (ppc_linux_get_hwcap2): Likewise.
12844 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12845 linux_get_hwcap.
12846 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12847 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12848 (ppc_linux_nat_target::read_description): Likewise.
12849 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12850 * s390-linux-nat.c: Likewise.
12851 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12852
12853 2019-03-24 Tom Tromey <tom@tromey.com>
12854
12855 * ada-lang.c (standard_lookup): Simplify initialization.
12856 (ada_lookup_symbol_nonlocal): Simplify return.
12857 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12858 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12859 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12860 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12861 initialization.
12862 * solib.c (solib_global_lookup): Simplify.
12863 * symtab.c (null_block_symbol): Remove.
12864 (symbol_cache_lookup): Simplify returns.
12865 (lookup_language_this): Simplify returns.
12866 (lookup_symbol_aux): Simplify return.
12867 (lookup_local_symbol): Simplify returns.
12868 (lookup_global_symbol_from_objfile): Simplify return.
12869 (lookup_symbol_in_objfile_symtabs)
12870 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12871 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12872 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12873 * cp-namespace.c (cp_lookup_bare_symbol)
12874 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12875 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12876 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12877 (cp_lookup_symbol_via_imports): Simplify initialization.
12878 (find_symbol_in_baseclass): Likewise.
12879 * symtab.h (null_block_symbol): Remove.
12880 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12881 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12882 (d_lookup_symbol_module): Likewise.
12883 (find_symbol_in_baseclass): Simplify initialization.
12884
12885 2019-03-24 Tom Tromey <tom@tromey.com>
12886
12887 * expression.h: Don't include symtab.h.
12888 (struct block): Forward declare.
12889
12890 2019-03-24 Tom Tromey <tom@tromey.com>
12891
12892 * c-exp.y (typebase): Remove casts.
12893 * gdbtypes.c (lookup_unsigned_typename, )
12894 (lookup_signed_typename): Remove cast.
12895 * eval.c (parse_to_comma_and_eval): Remove cast.
12896 * parse.c (write_dollar_variable): Remove cast.
12897 * block.h (struct block) <superblock>: Now const.
12898 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12899 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12900 (map_block): Make "block" const.
12901 * symfile.h (struct quick_symbol_functions)
12902 <map_matching_symbols>: Constify block argument to "callback".
12903 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12904 const.
12905 (find_pc_sect_compunit_symtab): Make "b" const.
12906 (find_symbol_at_address): Likewise.
12907 (search_symbols): Likewise.
12908 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12909 (dw2_debug_names_lookup_symbol): Likewise.
12910 (dw2_map_matching_symbols): Update.
12911 * p-valprint.c (pascal_val_print): Remove "block".
12912 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12913 (aux_add_nonlocal_symbols): Make "block" const.
12914 (resolve_subexp): Remove cast.
12915 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12916 const.
12917 (iterate_over_file_blocks): Likewise.
12918 * f-exp.y (%union) <bval>: Remove.
12919 * coffread.c (patch_opaque_types): Make "b" const.
12920 * spu-tdep.c (spu_catch_start): Make "block" const.
12921 * c-valprint.c (print_unpacked_pointer): Remove "block".
12922 * symmisc.c (dump_symtab_1): Make "b" const.
12923 (block_depth): Make "block" const.
12924 * d-exp.y (%union) <bval>: Remove.
12925 * cp-support.h (cp_lookup_rtti_type): Update.
12926 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12927 * psymtab.c (psym_lookup_symbol): Make "block" const.
12928 (maintenance_check_psymtabs): Make "b" const.
12929 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12930 (enumerate_locals, enumerate_args): Update.
12931 * python/py-symtab.c (stpy_global_block): Make "block" const.
12932 (stpy_static_block): Likewise.
12933 * inline-frame.c (block_starting_point_at): Make "new_block"
12934 const.
12935 * block.c (find_block_in_blockvector): Make return type const.
12936 (blockvector_for_pc_sect): Make "b" const.
12937 (find_block_in_blockvector): Make "b" const.
12938
12939 2019-03-23 Tom Tromey <tom@tromey.com>
12940
12941 * varobj.c (varobj_create): Update.
12942 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12943 * printcmd.c (display_command, do_one_display): Don't reset
12944 innermost_block.
12945 * parser-defs.h (enum innermost_block_tracker_type): Move to
12946 expression.h.
12947 (innermost_block): Update comment.
12948 * parse.c (parse_exp_1): Add tracker_types parameter.
12949 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12950 tracker_types parameter. Reset innermost_block.
12951 (parse_exp_in_context): Remove.
12952 (parse_expression_for_completion): Update.
12953 * objfiles.c (~objfile): Don't reset expression_context_block or
12954 innermost_block.
12955 * expression.h (enum innermost_block_tracker_type): Move from
12956 parser-defs.h.
12957 (parse_exp_1): Add tracker_types parameter.
12958 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12959 reset innermost_block.
12960
12961 2019-03-23 Tom Tromey <tom@tromey.com>
12962
12963 * objfiles.h: Include bcache.h.
12964
12965 2019-03-23 Tom Tromey <tom@tromey.com>
12966
12967 * linespec.c (get_current_search_block): Use
12968 scoped_restore_current_language.
12969 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12970
12971 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12972 Jiong Wang <jiong.wang@arm.com>
12973
12974 * aarch64-linux-tdep.c
12975 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12976 section.
12977 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12978
12979 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12980 Jiong Wang <jiong.wang@arm.com>
12981
12982 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12983 instructions.
12984 (aarch64_analyze_prologue_test): Add PACIASP test.
12985 (aarch64_prologue_prev_register): Unmask PC value.
12986
12987 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12988 Jiong Wang <jiong.wang@arm.com>
12989
12990 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12991 (aarch64_dwarf2_prev_register): Unmask PC value.
12992 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12993 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12994 DW_CFA_AARCH64_negate_ra_state.
12995 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12996
12997 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12998 Jiong Wang <jiong.wang@arm.com>
12999
13000 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
13001 registers.
13002 (aarch64_pseudo_register_name): Likewise.
13003 (aarch64_pseudo_register_type): Likewise.
13004 (aarch64_pseudo_register_reggroup_p): Likewise.
13005 (aarch64_gdbarch_init): Add pauth registers.
13006 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
13007 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
13008 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
13009 (struct gdbarch_tdep): Add regnum for ra_state.
13010
13011 2019-03-22 Alan Hayward <alan.hayward@arm.com>
13012 Jiong Wang <jiong.wang@arm.com>
13013
13014 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
13015
13016 2019-03-22 Alan Hayward <alan.hayward@arm.com>
13017 Jiong Wang <jiong.wang@arm.com>
13018
13019 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
13020 function.
13021 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
13022 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
13023 (aarch64_gdbarch_init): Add puth registers.
13024 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
13025 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
13026 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
13027
13028 2019-03-22 Alan Hayward <alan.hayward@arm.com>
13029 Jiong Wang <jiong.wang@arm.com>
13030
13031 * aarch64-linux-nat.c
13032 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
13033 * aarch64-linux-tdep.c
13034 (aarch64_linux_core_read_description): Likewise.
13035 (aarch64_linux_get_hwcap): New function.
13036 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
13037 (aarch64_linux_get_hwcap): New declaration.
13038
13039 2019-03-22 Alan Hayward <alan.hayward@arm.com>
13040 Jiong Wang <jiong.wang@arm.com>
13041
13042 * aarch64-linux-nat.c
13043 (aarch64_linux_nat_target::read_description): Add pauth param.
13044 * aarch64-linux-tdep.c
13045 (aarch64_linux_core_read_description): Likewise.
13046 * aarch64-tdep.c (struct target_desc): Add in pauth.
13047 (aarch64_read_description): Add pauth param.
13048 (aarch64_gdbarch_init): Likewise.
13049 * aarch64-tdep.h (aarch64_read_description): Likewise.
13050 * arch/aarch64.c (aarch64_create_target_description): Likewise.
13051 * arch/aarch64.h (aarch64_create_target_description): Likewise.
13052 * features/Makefile: Add new files.
13053 * features/aarch64-pauth.c: New file.
13054 * features/aarch64-pauth.xml: New file.
13055
13056 2019-03-20 Tom Tromey <tromey@adacore.com>
13057
13058 * infrun.c (handle_inferior_event): Rename from
13059 handle_inferior_event_1. Create a scoped_value_mark.
13060 (handle_inferior_event): Remove.
13061
13062 2019-03-19 Tom Tromey <tromey@adacore.com>
13063
13064 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
13065 * infrun.h (print_stop_event): Add "displays" parameter.
13066 * infrun.c (print_stop_event): Add "displays" parameter.
13067
13068 2019-03-19 Pedro Alves <palves@redhat.com>
13069
13070 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
13071 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
13072 to -1. Fix TABs vs spaces.
13073 (tui_ui_out::tui_ui_out): Don't initialize fields here.
13074 * tui/tui-out.h (tui_ui_out) Add intro comments.
13075 <m_line, m_start_of_line>: In-class initialize, and add describing
13076 comment.
13077
13078 2019-03-18 Alan Hayward <alan.hayward@arm.com>
13079
13080 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
13081 variable names.
13082 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
13083
13084 2019-03-18 Pedro Alves <palves@redhat.com>
13085 Eli Zaretskii <eliz@gnu.org>
13086
13087 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
13088 m_line and m_start_of_line.
13089
13090 2019-03-18 Eli Zaretskii <eliz@gnu.org>
13091
13092 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
13093 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
13094 it returns a newline. This fixes a regression in TU mode, whereby
13095 the next line is output on the same screen line as the user input.
13096
13097 2019-03-18 Tom Tromey <tromey@adacore.com>
13098
13099 * minsyms.c (minimal_symbol_reader::install): Remove call to
13100 obstack_blank.
13101
13102 2019-03-18 Pedro Alves <palves@redhat.com>
13103
13104 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
13105 New globals.
13106 (apply_style): New, factored out from ...
13107 (apply_ansi_escape): ... this. Handle reverse video mode.
13108 (tui_set_reverse_mode): New function.
13109 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
13110 * tui/tui-winsource.c (tui_show_source_line): Use
13111 tui_set_reverse_mode instead of setting A_STANDOUT.
13112 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
13113 New setter methods.
13114
13115 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
13116
13117 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
13118 Handle tabs.
13119
13120 2019-03-18 Tom Tromey <tromey@adacore.com>
13121
13122 * ada-lang.c (empty_array): Add "high" parameter.
13123 (ada_evaluate_subexp): Update.
13124
13125 2019-03-17 Sergei Trofimovich <siarheit@google.com>
13126
13127 * unittests/string_view-selftests.c: Define
13128 _initialize_string_view_selftests unconditionally.
13129
13130 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
13131
13132 PR gdb/24350
13133 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
13134
13135 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
13136
13137 PR gdb/24351
13138 * windows-nat.c (display_selector): Fix format specifiers.
13139
13140 2019-03-17 Eli Zaretskii <eliz@gnu.org>
13141
13142 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
13143 tui_refill_source_window instead of tui_refresh_win, to update the
13144 current execution line. This fixes redisplay of the current line
13145 when stepping through the code with "next" or "step".
13146
13147 2019-03-16 Eli Zaretskii <eliz@gnu.org>
13148
13149 * source-cache.c (source_cache::get_source_lines): Call
13150 find_source_lines to initialize s->nlines. This fixes vertical
13151 scrolling of TUI source window when the DOWN arrow is pressed.
13152
13153 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13154
13155 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
13156 linux-thread-db.c (_initialize_thread_db): Likewise.
13157
13158 2019-03-16 Eli Zaretskii <eliz@gnu.org>
13159
13160 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
13161 wclrtoeol in tui_show_source_line". This reverts changes made in
13162 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
13163
13164 2019-03-15 Tom Tromey <tom@tromey.com>
13165
13166 * symtab.h (struct minimal_symbol): Derive from
13167 general_symbol_info.
13168 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
13169 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
13170 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
13171 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
13172 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
13173 (MSYMBOL_SEARCH_NAME): Update.
13174 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
13175 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
13176 * minsyms.c (minimal_symbol_reader::record_full): Update.
13177
13178 2019-03-15 Tom Tromey <tom@tromey.com>
13179
13180 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
13181
13182 2019-03-15 Tom Tromey <tom@tromey.com>
13183
13184 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
13185 unique_xmalloc_ptr.
13186 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
13187 Update.
13188 * minsyms.c (lookup_minimal_symbol_by_pc_section)
13189 (build_minimal_symbol_hash_tables)
13190 (minimal_symbol_reader::install): Update.
13191
13192 2019-03-15 Tom Tromey <tom@tromey.com>
13193
13194 * symtab.c (create_demangled_names_hash): Update.
13195 (symbol_set_names): Update.
13196 * objfiles.h (struct objfile_per_bfd_storage)
13197 <demangled_names_hash>: Now an htab_up.
13198 * objfiles.c (objfile_per_bfd_storage): Simplify.
13199
13200 2019-03-15 Tom Tromey <tom@tromey.com>
13201
13202 * objfiles.h (struct objfile_per_bfd_storage): Declare
13203 destructor.
13204 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
13205 New.
13206 (get_objfile_bfd_data): Use new. Don't initialize
13207 language_of_main.
13208 (free_objfile_per_bfd_storage): Remove.
13209 (objfile_bfd_data_free, objfile::~objfile): Use delete.
13210
13211 2019-03-15 Tom Tromey <tom@tromey.com>
13212
13213 * symfile.c (reread_symbols): Update.
13214 * objfiles.c (objfile::objfile): Update.
13215 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
13216 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
13217 comment.
13218 (minimal_symbol_reader::install): Update.
13219 (terminate_minimal_symbol_table): Remove.
13220 * jit.c (jit_object_close_impl): Update.
13221
13222 2019-03-15 Tom Tromey <tom@tromey.com>
13223
13224 * minsyms.c (minimal_symbol_reader::record_full): Remove some
13225 initializations.
13226
13227 2019-03-15 Tom Tromey <tom@tromey.com>
13228
13229 * objfiles.h (struct objfile_per_bfd_storage)
13230 <demangled_hash_languages>: Now a bitset.
13231 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
13232 (lookup_minimal_symbol): Update.
13233
13234 2019-03-15 Tom Tromey <tom@tromey.com>
13235
13236 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
13237 Don't return the symbol.
13238 * coffread.c (record_minimal_symbol): Use record_full.
13239
13240 2019-03-14 Eli Zaretskii <eliz@gnu.org>
13241
13242 The MS-Windows port of ncurses fails to switch to a color pair if
13243 one or both of the colors are the implicit default colors. This
13244 change records the default colors when TUI is initialized, and
13245 then specifies them explicitly when a color pair uses the default
13246 colors. This allows color styling in TUI mode on MS-Windows.
13247
13248 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
13249 ncurses_norm_attr.
13250 (tui_initialize_io) [__MINGW32__]: Record the default terminal
13251 colors in ncurses_norm_attr.
13252 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
13253 "none", replace it with the default color recorded in
13254 ncurses_norm_attr.
13255
13256 2019-03-14 Tom Tromey <tromey@adacore.com>
13257
13258 * source-cache.h (class source_cache) <get_source_lines>: Return
13259 std::string.
13260 * source-cache.c (source_cache::extract_lines): Handle case where
13261 first_pos==npos. Return std::string.
13262 (source_cache::get_source_lines): Update.
13263
13264 2019-03-14 Tom Tromey <tromey@adacore.com>
13265
13266 * NEWS: Add item for "style sources" commands.
13267 * source-cache.c (source_cache::get_source_lines): Check
13268 source_styling.
13269 * cli/cli-style.c (source_styling): New global.
13270 (_initialize_cli_style): Add "style sources" commands.
13271 (show_style_sources): New function.
13272 * cli/cli-style.h (source_styling): Declare.
13273
13274 2019-03-14 Pedro Alves <palves@redhat.com>
13275 Tom Tromey <tromey@adacore.com>
13276
13277 * tui/tui-winsource.h (tui_refill_source_window): Declare.
13278 * tui/tui-winsource.c (tui_refill_source_window): New function,
13279 from...
13280 (tui_horizontal_source_scroll): ... here. Move some logic.
13281 * cli/cli-style.c (set_style_enabled): Notify new observable.
13282 * tui/tui-hooks.c (tui_redisplay_source): New function.
13283 (tui_attach_detach_observers): Attach or detach
13284 tui_redisplay_source.
13285 * observable.h (source_styling_changed): New observable.
13286 * observable.c: Define source_styling_changed observable.
13287
13288 2019-03-13 Tom Tromey <tromey@adacore.com>
13289
13290 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
13291 (i386_gnu_nat_target::store_registers): Update.
13292 * target-debug.h (target_debug_print_std_string): New macro.
13293 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
13294 * windows-tdep.c (display_one_tib): Update.
13295 * tui/tui-stack.c (tui_make_status_line): Update.
13296 * top.c (print_inferior_quit_action): Update.
13297 * thread.c (thr_try_catch_cmd): Update.
13298 (add_thread_with_info): Update.
13299 (thread_target_id_str): Update.
13300 (thr_try_catch_cmd): Update.
13301 (thread_command): Update.
13302 (thread_find_command): Update.
13303 * record-btrace.c (record_btrace_target::info_record)
13304 (record_btrace_resume_thread, record_btrace_target::resume)
13305 (record_btrace_cancel_resume, record_btrace_step_thread)
13306 (record_btrace_target::wait, record_btrace_target::wait)
13307 (record_btrace_target::wait, record_btrace_target::stop): Update.
13308 * progspace.c (print_program_space): Update.
13309 * process-stratum-target.c
13310 (process_stratum_target::thread_address_space): Update.
13311 * linux-fork.c (linux_fork_mourn_inferior)
13312 (detach_checkpoint_command, info_checkpoints_command)
13313 (linux_fork_context): Update.
13314 (linux_fork_detach): Update.
13315 (class scoped_switch_fork_info): Update.
13316 (delete_checkpoint_command): Update.
13317 * infrun.c (follow_fork_inferior): Update.
13318 (follow_fork_inferior): Update.
13319 (proceed_after_vfork_done): Update.
13320 (handle_vfork_child_exec_or_exit): Update.
13321 (follow_exec): Update.
13322 (displaced_step_prepare_throw): Update.
13323 (displaced_step_restore): Update.
13324 (start_step_over): Update.
13325 (resume_1): Update.
13326 (clear_proceed_status_thread): Update.
13327 (proceed): Update.
13328 (print_target_wait_results): Update.
13329 (do_target_wait): Update.
13330 (context_switch): Update.
13331 (stop_all_threads): Update.
13332 (restart_threads): Update.
13333 (finish_step_over): Update.
13334 (handle_signal_stop): Update.
13335 (switch_back_to_stepped_thread): Update.
13336 (keep_going_pass_signal): Update.
13337 (print_exited_reason): Update.
13338 (normal_stop): Update.
13339 * inferior.c (inferior_pid_to_str): Change return type.
13340 (print_selected_inferior): Update.
13341 (add_inferior): Update.
13342 (detach_inferior): Update.
13343 * dummy-frame.c (fprint_dummy_frames): Update.
13344 * dcache.c (dcache_info_1): Update.
13345 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
13346 (btrace_fetch, btrace_clear): Update.
13347 * linux-tdep.c (linux_core_pid_to_str): Change return type.
13348 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
13349 type.
13350 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
13351 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
13352 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
13353 * gdbarch.c, gdbarch.h: Rebuild.
13354 * gdbarch.sh (core_pid_to_str): Change return type.
13355 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
13356 return type.
13357 (windows_nat_target::pid_to_str): Change return type.
13358 (windows_delete_thread): Update.
13359 (windows_nat_target::attach): Update.
13360 (windows_nat_target::files_info): Update.
13361 * target-delegates.c: Rebuild.
13362 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
13363 return type.
13364 (sol_thread_target::pid_to_str): Change return type.
13365 * remote.c (class remote_target) <pid_to_str>: Change return
13366 type.
13367 (remote_target::pid_to_str): Change return type.
13368 (extended_remote_target::attach, remote_target::remote_stop_ns)
13369 (remote_target::remote_notif_remove_queued_reply)
13370 (remote_target::push_stop_reply, remote_target::disable_btrace):
13371 Update.
13372 (extended_remote_target::attach): Update.
13373 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
13374 type.
13375 (gdbsim_target::pid_to_str): Change return type.
13376 * ravenscar-thread.c (struct ravenscar_thread_target)
13377 <pid_to_str>: Change return type.
13378 (ravenscar_thread_target::pid_to_str): Change return type.
13379 * procfs.c (class procfs_target) <pid_to_str>: Change return
13380 type.
13381 (procfs_target::pid_to_str): Change return type.
13382 (procfs_target::attach): Update.
13383 (procfs_target::detach): Update.
13384 (procfs_target::fetch_registers): Update.
13385 (procfs_target::store_registers): Update.
13386 (procfs_target::wait): Update.
13387 (procfs_target::files_info): Update.
13388 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13389 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13390 return type.
13391 (nto_procfs_target::pid_to_str): Change return type.
13392 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13393 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13394 return type.
13395 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13396 (exit_lwp): Update.
13397 (attach_proc_task_lwp_callback, get_detach_signal)
13398 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13399 (linux_nat_target::resume, wait_lwp, stop_callback)
13400 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13401 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13402 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13403 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13404 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13405 type.
13406 (inf_ptrace_target::attach): Update.
13407 (inf_ptrace_target::files_info): Update.
13408 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13409 type.
13410 (go32_nat_target::pid_to_str): Change return type.
13411 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13412 (gnu_nat_target::wait): Update.
13413 (gnu_nat_target::wait): Update.
13414 (gnu_nat_target::resume): Update.
13415 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13416 (fbsd_nat_target::wait): Update.
13417 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13418 type.
13419 (darwin_nat_target::attach): Update.
13420 * corelow.c (class core_target) <pid_to_str>: Change return type.
13421 (core_target::pid_to_str): Change return type.
13422 * target.c (normal_pid_to_str): Change return type.
13423 (default_pid_to_str): Likewise.
13424 (target_pid_to_str): Change return type.
13425 (target_translate_tls_address): Update.
13426 (target_announce_detach): Update.
13427 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13428 return type.
13429 (bsd_uthread_target::pid_to_str): Change return type.
13430 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13431 type.
13432 (bsd_kvm_target::pid_to_str): Change return type.
13433 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13434 return type.
13435 (aix_thread_target::pid_to_str): Change return type.
13436 * target.h (struct target_ops) <pid_to_str>: Change return type.
13437 (target_pid_to_str, normal_pid_to_str): Likewise.
13438 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13439 type.
13440 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13441 type.
13442 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13443 return type.
13444 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13445 type.
13446 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13447 type.
13448 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13449 return type.
13450
13451 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13452
13453 * NEWS: Mention that the new default MI version is 3. Mention
13454 changes to the output of commands and events that deal with
13455 multi-location breakpoints.
13456 * breakpoint.c: Include "mi/mi-out.h".
13457 (print_one_breakpoint): Change output syntax if using MI version
13458 >= 3.
13459 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13460 New.
13461 (mi_multi_location_breakpoint_output_fixed): New.
13462 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13463 (mi_cmd_fix_multi_location_breakpoint_output): New.
13464 (mi_multi_location_breakpoint_output_fixed): New.
13465 * mi/mi-cmds.c (mi_cmds): Register command
13466 -fix-multi-location-breakpoint-output.
13467 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13468 interpreter "mi".
13469
13470 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13471
13472 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13473 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13474 instantiate mi_ui_out based on interpreter name.
13475 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13476 * mi/mi-main.c (mi_load_progress): Likewise.
13477
13478 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13479
13480 * NEWS: Combine separate "New targets" sections for 8.3.
13481
13482 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13483
13484 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13485 (ppcfbsd_init_abi): Install gdbarch
13486 "fetch_tls_load_module_address" and "get_thread_local_address"
13487 methods.
13488
13489 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13490
13491 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13492 (riscv_fbsd_init_abi): Install gdbarch
13493 "fetch_tls_load_module_address" and "get_thread_local_address"
13494 methods.
13495
13496 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13497
13498 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13499 (i386fbsd_init_abi): Install gdbarch
13500 "fetch_tls_load_module_address" and "get_thread_local_address"
13501 methods.
13502
13503 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13504
13505 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13506 (amd64fbsd_init_abi): Install gdbarch
13507 "fetch_tls_load_module_address" and "get_thread_local_address"
13508 methods.
13509
13510 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13511
13512 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13513 (struct fbsd_pspace_data): New type.
13514 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13515 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13516 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13517 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13518 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13519
13520 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13521
13522 * gdbtypes.c (lookup_struct_elt): New function.
13523 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13524 * gdbtypes.h (struct struct_elt): New type.
13525 (lookup_struct_elt): New prototype.
13526
13527 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13528
13529 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13530 remove disabled code block.
13531
13532 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13533
13534 * gdbarch.sh (get_thread_local_address): New method.
13535 * gdbarch.h, gdbarch.c: Regenerate.
13536 * target.c (target_translate_tls_address): Use
13537 gdbarch_get_thread_local_address if present instead of
13538 target::get_thread_local_address.
13539
13540 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13541
13542 * target.h (target::get_thread_local_address): Update comment.
13543
13544 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13545
13546 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13547 objfile->separate_debug_objfile_backlink if not NULL.
13548
13549 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13550
13551 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13552 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13553 (amd64bsd_store_inferior_registers): Likewise.
13554 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13555 Enable segment base registers.
13556 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13557 PT_GETFSBASE and PT_GETGSBASE.
13558 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13559 PT_SETGSBASE.
13560 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13561 segment base registers.
13562 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13563
13564 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13565
13566 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13567 Update calls to i386_target_description to add 'segments'
13568 parameter.
13569 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13570 add segment base registers.
13571 * arch/i386.c (i386_create_target_description): Add 'segments'
13572 parameter to enable segment base registers.
13573 * arch/i386.h (i386_create_target_description): Likewise.
13574 * features/i386/32bit-segments.xml: New file.
13575 * features/i386/32bit-segments.c: Generate.
13576 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13577 call to i386_target_description to add 'segments' parameter.
13578 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13579 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13580 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13581 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13582 if feature is present.
13583 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13584 Add 'segments' parameter to call to i386_target_description.
13585 (i386_target_description): Add 'segments' parameter to enable
13586 segment base registers.
13587 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13588 to call to i386_target_description.
13589 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13590 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13591 Define I386_NUM_REGS.
13592 (i386_target_description): Add 'segments' parameter to enable
13593 segment base registers.
13594
13595 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13596
13597 PR/24325
13598 * source-cache.c: #undef open and close, to avoid unresolved
13599 externals during linking.
13600
13601 2019-03-12 Tom Tromey <tromey@adacore.com>
13602
13603 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13604 const. Add initializers.
13605 (_initialize_remote): Don't initialize ptid globals.
13606
13607 2019-03-12 Pedro Alves <palves@redhat.com>
13608
13609 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13610
13611 2019-03-12 Pedro Alves <palves@redhat.com>
13612
13613 * cp-name-parser.y (main): Remove unused 'len' variable.
13614
13615 2019-03-12 Tom Tromey <tromey@adacore.com>
13616
13617 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13618 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13619
13620 2019-03-12 Tom Tromey <tromey@adacore.com>
13621
13622 * linux-nat.c (iterate_over_lwps): Update.
13623 (stop_callback): Remove parameter.
13624 (stop_wait_callback, detach_callback, resume_set_callback)
13625 (select_singlestep_lwp_callback, set_ignore_sigint)
13626 (status_callback, resumed_callback, resume_clear_callback)
13627 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13628 data parameter.
13629 (linux_nat_target::detach, linux_nat_target::resume)
13630 (linux_stop_and_wait_all_lwps, select_event_lwp)
13631 (linux_nat_filter_event, linux_nat_wait_1)
13632 (linux_nat_target::kill, linux_nat_target::stop)
13633 (linux_nat_target::stop): Update.
13634 (linux_nat_resume_callback): Change type.
13635 (resume_stopped_resumed_lwps, count_events_callback)
13636 (select_event_lwp_callback): Likewise.
13637 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13638 * arm-linux-nat.c (struct update_registers_data): Remove.
13639 (update_registers_callback): Change type.
13640 (arm_linux_insert_hw_breakpoint1): Update.
13641 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13642 parameter.
13643 (x86_linux_dr_set_addr): Update.
13644 (x86_linux_dr_set_control): Update.
13645 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13646 (iterate_over_lwps): Use gdb::function_view.
13647 * nat/aarch64-linux-hw-point.c (struct
13648 aarch64_dr_update_callback_param): Remove.
13649 (debug_reg_change_callback): Change type.
13650 (aarch64_notify_debug_reg_change): Update.
13651 * s390-linux-nat.c (s390_refresh_per_info): Update.
13652
13653 2019-03-11 Tom Tromey <tromey@adacore.com>
13654
13655 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13656 redundant assignment to "this_cu".
13657
13658 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13659
13660 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13661
13662 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13663
13664 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13665 from...
13666 (rank_one_type): ... this.
13667
13668 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13669
13670 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13671 from...
13672 (rank_one_type): ... this.
13673
13674 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13675
13676 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13677 from...
13678 (rank_one_type): ... this.
13679
13680 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13681
13682 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13683 from...
13684 (rank_one_type): ... this.
13685
13686 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13687
13688 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13689 from...
13690 (rank_one_type): ... this.
13691
13692 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13693
13694 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13695 from...
13696 (rank_one_type): ... this.
13697
13698 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13699
13700 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13701 from...
13702 (rank_one_type): ... this.
13703
13704 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13705
13706 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13707 from...
13708 (rank_one_type): ... this.
13709
13710 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13711
13712 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13713 from...
13714 (rank_one_type): ... this.
13715
13716 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13717
13718 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13719 from...
13720 (rank_one_type): ... this.
13721
13722 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13723
13724 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13725 from...
13726 (rank_one_type): ... this.
13727
13728 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13729
13730 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13731 from...
13732 (rank_one_type): ... this.
13733
13734 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13735
13736 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13737 inferior-events' shows the example events.
13738
13739 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13740
13741 Support styling on native MS-Windows console
13742
13743 PR/24315
13744 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13745 on MS-Windows if $TERM is not defined.
13746
13747 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13748
13749 * posix-hdep.c (gdb_console_fputs):
13750 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13751 functions.
13752 * ui-file.h (gdb_console_fputs): Add prototype.
13753
13754 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13755 back to fputs only if the former returns zero.
13756
13757 2019-03-07 Tom Tromey <tom@tromey.com>
13758
13759 * symmisc.c (print_symbol_bcache_statistics): Update.
13760 (print_objfile_statistics): Update.
13761 * symfile.c (allocate_symtab): Update.
13762 * stabsread.c: Don't include bcache.h.
13763 * psymtab.h (struct psymbol_bcache): Don't declare.
13764 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13765 (psymbol_bcache_init, psymbol_bcache_free)
13766 (psymbol_bcache_get_bcache): Don't declare.
13767 * psymtab.c (struct psymbol_bcache): Remove.
13768 (psymtab_storage::psymtab_storage): Update.
13769 (psymtab_storage::~psymtab_storage): Update.
13770 (psymbol_bcache_init, psymbol_bcache_free)
13771 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13772 (add_psymbol_to_bcache): Update.
13773 (allocate_psymtab): Update.
13774 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13775 macro_cache>: No longer pointers.
13776 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13777 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13778 * macrotab.c (macro_bcache): Update.
13779 * macroexp.c: Don't include bcache.h.
13780 * gdbtypes.c (check_types_worklist): Update.
13781 (types_deeply_equal): Remove TRY/CATCH. Update.
13782 * elfread.c (elf_symtab_read): Update.
13783 * dwarf2read.c: Don't include bcache.h.
13784 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13785 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13786 (print_bcache_statistics, bcache_memory_used): Don't declare.
13787 (struct bcache): Move from bcache.c. Add constructor, destructor,
13788 methods. Rename all data members.
13789 * bcache.c (struct bcache): Move to bcache.h.
13790 (bcache::expand_hash_table): Rename from expand_hash_table.
13791 (bcache): Remove.
13792 (bcache::insert): Rename from bcache_full.
13793 (bcache::compare): Rename from bcache_compare.
13794 (bcache_xmalloc): Remove.
13795 (bcache::~bcache): Rename from bcache_xfree.
13796 (bcache::print_statistics): Rename from print_bcache_statistics.
13797 (bcache::memory_used): Rename from bcache_memory_used.
13798
13799 2019-03-07 Pedro Alves <palves@redhat.com>
13800
13801 * infrun.c (normal_stop): Also check for
13802 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13803
13804 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13805
13806 * f-lang.c (value_from_host_double): Moved to...
13807 * value.c (value_from_host_double): ...here.
13808 * value.h (value_from_host_double): Declare.
13809 * guile/scm-math.c (vlscm_convert_typed_number): Use
13810 value_from_host_double.
13811 (vlscm_convert_number): Likewise.
13812 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13813 * python/py-value.c (convert_value_from_python): Likewise.
13814
13815 2019-03-06 Tom Tromey <tom@tromey.com>
13816
13817 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13818
13819 2019-03-06 Tom Tromey <tom@tromey.com>
13820
13821 * utils.h (free_current_contents): Don't declare.
13822 * utils.c (free_current_contents): Remove.
13823
13824 2019-03-06 Tom Tromey <tom@tromey.com>
13825
13826 * top.c (quit_force): Update.
13827 * main.c (captured_command_loop): Update.
13828 * common/new-op.c (operator new): Update.
13829 * common/common-exceptions.c (struct catcher)
13830 <save_cleanup_chain>: Remove member.
13831 (exceptions_state_mc_init): Update.
13832 (exception_try_scope_entry): Return nullptr.
13833 (exception_try_scope_exit, exception_rethrow)
13834 (throw_exception_sjlj, throw_exception_cxx): Update.
13835 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13836 (all_cleanups, do_cleanups, discard_cleanups)
13837 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13838 (restore_cleanups, restore_final_cleanups): Don't declare.
13839 (do_final_cleanups): Remove parameter.
13840 * common/cleanups.c (cleanup_chain, make_cleanup)
13841 (make_cleanup_dtor, all_cleanups, do_cleanups)
13842 (discard_my_cleanups, discard_cleanups)
13843 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13844 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13845 (null_cleanup): Remove.
13846 (do_final_cleanups): Remove parameter.
13847
13848 2019-03-06 Tom Tromey <tom@tromey.com>
13849
13850 * remote.c (remote_target::remote_parse_stop_reply): Use
13851 unique_xmalloc_ptr.
13852
13853 2019-03-06 Tom Tromey <tom@tromey.com>
13854
13855 * stabsread.c (struct stabs_field_info): Rename from field_info.
13856 <list, fnlist>: Add initializers.
13857 <obstack>: New member.
13858 (read_member_functions, read_struct_fields, read_baseclasses):
13859 Allocate on obstack. Don't use cleanups.
13860 (read_one_struct_field, read_member_functions, read_struct_fields)
13861 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13862 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13863 (read_struct_type): Update.
13864
13865 2019-03-06 Tom Tromey <tom@tromey.com>
13866
13867 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13868 * common/filestuff.h (make_cleanup_close): Don't declare.
13869 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13870 Remove.
13871
13872 2019-03-06 Tom Tromey <tom@tromey.com>
13873
13874 * solib-aix.c: Use make_scope_exit.
13875
13876 2019-03-06 Tom Tromey <tom@tromey.com>
13877
13878 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13879 Use make_scope_exit.
13880
13881 2019-03-06 Tom Tromey <tom@tromey.com>
13882
13883 * solib-svr4.c (disable_probes_interface): Remove parameter.
13884 (svr4_handle_solib_event): Use make_scope_exit.
13885
13886 2019-03-06 Tom Tromey <tom@tromey.com>
13887
13888 * remote.c (struct stop_reply_deleter): Remove.
13889 (stop_reply_up): Update.
13890 (struct stop_reply): Derive from notif_event. Don't typedef.
13891 <regcache>: Now a std::vector.
13892 (stop_reply_xfree): Remove.
13893 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13894 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13895 (remote_target::discard_pending_stop_replies): Use delete.
13896 (remote_target::remote_parse_stop_reply): Update.
13897 (remote_target::process_stop_reply): Update.
13898 * remote-notif.h (struct notif_event): Add virtual destructor.
13899 Remove "dtr" member.
13900 (struct notif_client) <alloc_event>: Return a unique_ptr.
13901 (notif_event_xfree): Don't declare.
13902 (notif_event_up): New typedef.
13903 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13904 (notif_event_xfree, do_notif_event_xfree): Remove.
13905 (remote_notif_state_xfree): Update.
13906
13907 2019-03-06 Tom Tromey <tom@tromey.com>
13908
13909 * infrun.c (displaced_step_clear_cleanup): Now a
13910 forward_scope_exit type.
13911 (displaced_step_prepare_throw): Update.
13912 (displaced_step_fixup): Update.
13913
13914 2019-03-06 Tom Tromey <tom@tromey.com>
13915
13916 * inferior.h (class inferior): Update comment.
13917 * gdbthread.h (class thread_info): Update comment.
13918
13919 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13920 Tom Tromey <tom@tromey.com>
13921
13922 * stabsread.h (struct stab_section_list): Remove.
13923 (coffstab_build_psymtabs): Update.
13924 * dbxread.c (symbuf_sections): Now a std::vector.
13925 (sect_idx): New global.
13926 (fill_symbuf): Update.
13927 (coffstab_build_psymtabs): Change type of stabsects parameter.
13928 Update.
13929 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13930 std::vector.
13931 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13932 (coff_locate_sections): Update.
13933 (coff_symfile_read): Remove cleanups. Update.
13934 (init_stringtab): Add storage parameter.
13935 (free_stringtab, free_stringtab_cleanup): Remove.
13936 (init_lineno): Add storage parameter.
13937 (free_linetab, free_linetab_cleanup): Remove.
13938
13939 2019-03-06 Pedro Alves <palves@redhat.com>
13940
13941 * linux-fork.c (fork_info::clobber_regs): Delete.
13942 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13943 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13944 comment. Adjust.
13945 (scoped_switch_fork_info::scoped_switch_fork_info)
13946 (checkpoint_command, linux_fork_context): Adjust
13947 fork_save_infrun_state calls.
13948
13949 2019-03-06 Pedro Alves <palves@redhat.com>
13950
13951 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13952 (inf_has_multiple_threads): Return 'bool' and rewrite using
13953 inferior_info::threads().
13954
13955 2019-03-06 Pedro Alves <palves@redhat.com>
13956
13957 * linux-fork.c: Include <list>.
13958 (fork_list): Now a std::list instance.
13959 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13960 (forks_exist_p, find_last_fork): Adjust.
13961 (new_fork): Delete.
13962 (one_fork_p): New.
13963 (add_fork): Adjust.
13964 (free_fork): Delete, folded into fork_info::~fork_info().
13965 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13966 Adjust.
13967 (init_fork_list): Delete.
13968 (linux_fork_killall, linux_fork_mourn_inferior)
13969 (linux_fork_detach, info_checkpoints_command): Adjust.
13970 (_initialize_linux_fork): No longer call init_fork_list.
13971
13972 2019-03-06 Pedro Alves <palves@redhat.com>
13973
13974 * linux-fork.c (new_fork): New, split out of ...
13975 (add_fork): ... this. Return void. Move "first fork" special
13976 case from here, to ...
13977 (checkpoint_command): ... here.
13978 * linux-linux.h (add_fork): Return void.
13979
13980 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13981
13982 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13983
13984 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13985 Chris January <chris.january@arm.com>
13986 David Lecomber <david.lecomber@arm.com>
13987
13988 * f-exp.y: New token, UNOP_INTRINSIC.
13989 (exp): New pattern using UNOP_INTRINSIC token.
13990 (f77_keywords): Add 'abs' keyword.
13991 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13992 (value_from_host_double): New function.
13993 (evaluate_subexp_f): Support UNOP_ABS.
13994
13995 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13996
13997 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13998 types.
13999
14000 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14001
14002 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
14003 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
14004 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
14005
14006 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14007
14008 * f-exp.y (convert_to_kind_type): Handle more type kinds.
14009
14010 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14011 Chris January <chris.january@arm.com>
14012
14013 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
14014 * f-exp.y: Define 'KIND' token.
14015 (exp): New pattern for KIND expressions.
14016 (ptype): Handle types with a kind extension.
14017 (direct_abs_decl): Extend to spot kind extensions.
14018 (f77_keywords): Add 'kind' to the list.
14019 (push_kind_type): New function.
14020 (convert_to_kind_type): New function.
14021 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
14022 * parse.c (operator_length_standard): Likewise.
14023 * parser-defs.h (enum type_pieces): Add tp_kind.
14024 * std-operator.def: Add UNOP_KIND.
14025
14026 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14027
14028 * f-exp.y (f_parse): Set yydebug.
14029
14030 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14031
14032 * f-lang.c (evaluate_subexp_f): New function.
14033 (exp_descriptor_f): New global.
14034 (f_language_defn): Use exp_descriptor_f instead of
14035 exp_descriptor_standard.
14036
14037 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14038
14039 * f-exp.y (struct token): Add comments.
14040 (dot_ops): Remove uppercase versions and the end marker.
14041 (f77_keywords): Likewise.
14042 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
14043 entries in the dot_ops array are case insensitive, and use
14044 strncasecmp to compare strings. Also some whitespace cleanup in
14045 this area. Similar for the f77_keywords array, except entries in
14046 this list might be case sensitive.
14047
14048 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14049
14050 * f-exp.y (struct f77_boolean_val): Add comments.
14051 (boolean_values): Remove uppercase versions, and end marker.
14052 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
14053 and use strncasecmp to achieve case insensitivity. Additionally,
14054 perform whitespace cleanup around this code.
14055
14056 2019-03-06 Tom Tromey <tromey@adacore.com>
14057
14058 * remote-sim.c (gdbsim_target_open): Use result of
14059 gdb_argv::release.
14060
14061 2019-03-06 Richard Bunt <richard.bunt@arm.com>
14062 Dirk Schubert <dirk.schubert@arm.com>
14063 Chris January <chris.january@arm.com>
14064
14065 * eval.c (evaluate_subexp_standard): Call Fortran argument
14066 wrapping logic.
14067 * f-lang.c (struct value): A value which can be passed into a
14068 Fortran function call.
14069 (fortran_argument_convert): Wrap Fortran arguments in a pointer
14070 where appropriate.
14071 (struct type): Value ready for a Fortran function call.
14072 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
14073 is needed.
14074 * f-lang.h (fortran_argument_convert): Declaration.
14075 (fortran_preserve_arg_pointer): Declaration.
14076 * infcall.c (value_arg_coerce): Call Fortran argument logic.
14077
14078 2019-03-05 Tom Tromey <tromey@adacore.com>
14079
14080 * python/py-prettyprint.c (print_string_repr): Remove #if.
14081 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
14082
14083 2019-03-05 Tom Tromey <tromey@adacore.com>
14084
14085 * target.c (the_dummy_target): Move later. Change type to
14086 "dummy_target".
14087 (initialize_targets): Don't initialize the_dummy_target.
14088
14089 2019-03-05 Tom Tromey <tromey@adacore.com>
14090
14091 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
14092 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
14093
14094 2019-03-05 Tom Tromey <tromey@adacore.com>
14095
14096 * windows-nat.c (windows_nat_target::attach)
14097 (windows_nat_target::detach): Don't call gdb_flush.
14098 * valprint.c (generic_val_print, val_print, val_print_string):
14099 Don't call gdb_flush.
14100 * utils.c (defaulted_query): Don't call gdb_flush.
14101 * typeprint.c (print_type_scalar): Don't call gdb_flush.
14102 * target.c (target_announce_detach): Don't call gdb_flush.
14103 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
14104 * remote.c (extended_remote_target::attach): Don't call
14105 gdb_flush.
14106 * procfs.c (procfs_target::detach): Don't call gdb_flush.
14107 * printcmd.c (do_examine): Don't call gdb_flush.
14108 (info_display_command): Don't call gdb_flush.
14109 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
14110 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
14111 * memattr.c (info_mem_command): Don't call gdb_flush.
14112 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
14113 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
14114 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
14115 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
14116 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
14117 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
14118 (gnu_nat_target::detach): Don't call gdb_flush.
14119 * f-valprint.c (f_val_print): Don't call gdb_flush.
14120 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
14121 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
14122 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
14123 gdb_flush.
14124 * c-valprint.c (c_val_print): Don't call gdb_flush.
14125 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
14126
14127 2019-03-05 Tom Tromey <tromey@adacore.com>
14128
14129 * varobj.c (update_dynamic_varobj_children): Update.
14130 (install_default_visualizer): Use reset, not release.
14131 * value.c (set_internalvar): Update.
14132 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
14133 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
14134 ATTRIBUTE_UNUSED_RESULT.
14135
14136 2019-03-05 Tom Tromey <tromey@adacore.com>
14137
14138 * remote.c (class scoped_remote_fd) <release>: Add
14139 ATTRIBUTE_UNUSED_RESULT.
14140
14141 2019-03-05 Tom Tromey <tromey@adacore.com>
14142
14143 * macroexp.c (struct macro_buffer) <release>: Add
14144 ATTRIBUTE_UNUSED_RESULT.
14145
14146 2019-03-05 Tom Tromey <tromey@adacore.com>
14147
14148 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
14149 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
14150 ATTRIBUTE_UNUSED_RESULT.
14151
14152 2019-03-05 Tom Tromey <tromey@adacore.com>
14153
14154 * common/scoped_fd.h (class scoped_fd) <release>: Add
14155 ATTRIBUTE_UNUSED_RESULT.
14156
14157 2019-03-05 Tom Tromey <tromey@adacore.com>
14158
14159 * parser-defs.h (struct parser_state) <release>: Add
14160 ATTRIBUTE_UNUSED_RESULT.
14161
14162 2019-03-05 Tom Tromey <tromey@adacore.com>
14163
14164 * utils.h (class gdb_argv) <release>: Add
14165 ATTRIBUTE_UNUSED_RESULT.
14166 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
14167
14168 2019-03-02 Eli Zaretskii <eliz@gnu.org>
14169
14170 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
14171 for-loop range, to avoid compiler warnings.
14172
14173 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
14174 avoid compiler warnings about unused variables.
14175
14176 * NEWS: Mention end of support for native debugging on MS-Windows
14177 before XP.
14178
14179 PR gdb/24292
14180 * common/netstuff.c:
14181 * gdbserver/gdbreplay.c
14182 * gdbserver/remote-utils.c:
14183 * ser-tcp.c:
14184 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
14185 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
14186 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
14187 'getaddrinfo' and 'freeaddrinfo' were not available before
14188 Windows XP, and mingw.org's MinGW headers by default define
14189 _WIN32_WINNT to 0x500.
14190
14191 2019-03-01 Gary Benson <gbenson@redhat.com>
14192
14193 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
14194
14195 2019-02-28 Brian Vandenberg <phantall@gmail.com>
14196 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14197
14198 PR gdb/8527
14199 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
14200 set_sigint_trap, clear_sigint_trap.
14201
14202 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14203
14204 * target.c (target_detach): Clear the regcache and the
14205 frame cache.
14206
14207 2019-02-27 Pedro Alves <palves@redhat.com>
14208
14209 * utils.c (set_screen_size): When we cap the height/width sizes,
14210 tweak the corresponding command variable to show "unlimited":
14211
14212 2019-02-27 Saagar Jha <saagar@saagarjha.com>
14213 Pedro Alves <palves@redhat.com>
14214
14215 * utils.c (set_screen_size): Reduce "infinite" rows and columns
14216 before calling rl_set_screen_size.
14217
14218 2019-02-27 Tom Tromey <tromey@adacore.com>
14219
14220 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
14221 define.
14222 * python/py-value.c: Remove Python 2.4 workaround.
14223 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
14224 workaround.
14225 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
14226 Python 2.4 workaround.
14227 * python/python-internal.h: Remove Python 2.4 comment.
14228 (Py_ssize_t): Don't define.
14229 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
14230 (gdb_Py_DECREF): Remove Python 2.4 workaround.
14231 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
14232 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
14233 * python/python.c (do_start_initialization): Remove Python 2.4
14234 workaround.
14235 * python/py-prettyprint.c (class dummy_python_frame): Remove.
14236 (print_children): Remove Python 2.4 workaround.
14237 * python/py-inferior.c (buffer_procs): Remove Python 2.4
14238 workaround.
14239 (CHARBUFFERPROC_NAME): Remove.
14240 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
14241 Python 2.4 workaround.
14242
14243 2019-02-27 Kevin Buettner <kevinb@redhat.com>
14244
14245 * NEWS: Note minimum Python version.
14246
14247 2019-02-27 Kevin Buettner <kevinb@redhat.com>
14248
14249 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
14250 code from these functions. Remove corresponding ifdefs. Use
14251 Py_buffer_up instead of explicit calls to PyBuffer_Release.
14252 Remove gotos and target of gotos.
14253 (infpy_search_memory): Likewise.
14254
14255 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14256
14257 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
14258 (hppa_gdbarch_init): Don't register deleted functions with
14259 gdbarch.
14260
14261 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14262
14263 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
14264 (h8300_unwind_sp): Delete.
14265 (h8300_dummy_id): Delete.
14266 (h8300_gdbarch_init): Don't register deleted functions with
14267 gdbarch.
14268
14269 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14270
14271 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
14272 (ft32_unwind_pc): Delete.
14273 (ft32_unwind_sp): Delete.
14274 (ft32_gdbarch_init): Don't register deleted functions with
14275 gdbarch.
14276
14277 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14278
14279 * gdb/frv-tdep.c (frv_dummy_id): Delete.
14280 (frv_unwind_pc): Delete.
14281 (frv_unwind_sp): Delete.
14282 (frv_gdbarch_init): Don't register deleted functions with
14283 gdbarch.
14284
14285 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14286
14287 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
14288 (riscv_unwind_pc): Delete.
14289 (riscv_unwind_sp): Delete.
14290 (riscv_gdbarch_init): Don't register deleted functions with
14291 gdbarch.
14292
14293 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14294
14295 * gdb/csky-tdep.c (csky_dummy_id): Delete.
14296 (csky_unwind_pc): Delete.
14297 (csky_unwind_sp): Delete.
14298 (csky_gdbarch_init): Don't register deleted functions with
14299 gdbarch.
14300
14301 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14302
14303 * gdb/cris-tdep.c (cris_dummy_id): Delete.
14304 (cris_unwind_pc): Delete.
14305 (cris_unwind_sp): Delete.
14306 (cris_gdbarch_init): Don't register deleted functions with
14307 gdbarch.
14308
14309 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14310
14311 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
14312 (bfin_unwind_pc): Delete.
14313 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
14314
14315 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14316
14317 * gdb/arm-tdep.c (arm_dummy_id): Delete.
14318 (arm_unwind_pc): Delete.
14319 (arm_unwind_sp): Delete.
14320 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
14321
14322 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14323
14324 * gdb/arc-tdep.c (arc_dummy_id): Delete.
14325 (arc_unwind_pc): Delete.
14326 (arc_unwind_sp): Delete.
14327 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
14328
14329 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14330
14331 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
14332 (alpha_unwind_pc): Delete.
14333 (alpha_gdbarch_init): Don't register deleted functions with
14334 gdbarch.
14335
14336 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14337
14338 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
14339 (aarch64_unwind_pc): Delete.
14340 (aarch64_unwind_sp): Delete.
14341 (aarch64_gdbarch_init): Don't register deleted functions with
14342 gdbarch.
14343
14344 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14345
14346 * gdbtypes.c (type_align): Don't consider static members when
14347 computing structure alignment.
14348
14349 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14350
14351 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
14352 return 0 for other types.
14353 * arch-utils.c (default_type_align): Always return 0.
14354 * gdbarch.h: Regenerate.
14355 * gdbarch.sh (type_align): Extend comment.
14356 * gdbtypes.c (type_align): Add additional comments, always call
14357 gdbarch_type_align before applying the default rules.
14358 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
14359 generic code will then apply a suitable default.
14360 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
14361 types, return 0 for other types.
14362
14363 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14364
14365 * NEWS: Create a new section for the next release branch.
14366 Rename the section of the current branch, now that it has
14367 been cut.
14368
14369 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14370
14371 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
14372 * version.in: Bump version to 8.3.50.DATE-git.
14373
14374 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
14375
14376 * aix-thread.c (ptid_cmp): Remove unused variable.
14377 (get_signaled_thread): Likewise.
14378 (store_regs_user_thread): Likewise.
14379 (store_regs_kernel_thread): Likewise.
14380 (fetch_regs_kernel_thread): Remove shadowed variable.
14381
14382 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14383
14384 * features/riscv/32bit-cpu.xml: Add register numbers.
14385 * features/riscv/32bit-fpu.c: Regenerate.
14386 * features/riscv/32bit-fpu.xml: Add register numbers.
14387 * features/riscv/64bit-cpu.xml: Add register numbers.
14388 * features/riscv/64bit-fpu.c: Regenerate.
14389 * features/riscv/64bit-fpu.xml: Add register numbers.
14390
14391 2019-02-26 Kevin Buettner <kevinb@redhat.com>
14392
14393 * NEWS: Mention two argument form of gdb.Value constructor.
14394 * python/py-value.c (convert_buffer_and_type_to_value): New
14395 function.
14396 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14397 Add support for handling an optional second argument. Call
14398 convert_buffer_and_type_to_value as appropriate.
14399 * python/python-internal.h (Py_buffer_deleter): New struct.
14400 (Py_buffer_up): New typedef.
14401
14402 2019-02-25 John Baldwin <jhb@FreeBSD.org>
14403
14404 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14405 instead of releasing ownership.
14406
14407 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
14408
14409 * dwarf2read.c (open_and_init_dwp_file): Call
14410 elf_numsections instead of bfd_count_sections to initialize
14411 dwp_file->num_sections.
14412
14413 2019-02-25 Tom Tromey <tromey@adacore.com>
14414
14415 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14416
14417 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14418
14419 * gcore.in: Add '--readnever' option when invoking GDB.
14420
14421 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14422
14423 * MAINTAINERS: Update my email address.
14424
14425 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14426
14427 * build-id.c (build_id_to_debug_bfd_1): New function.
14428 (build_id_to_debug_bfd): Look for separate debug file in
14429 sysroot.
14430
14431 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14432
14433 * gdbarch.sh: Update the copyright year range that is placed into
14434 generated files.
14435
14436 2019-02-22 Keith Seitz <keiths@redhat.com>
14437
14438 PR symtab/23853
14439 * linespec.c (create_sals_line_offset): Search for the default
14440 symtab's filename instead of its fullname.
14441
14442 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14443
14444 * NEWS: Update style defaults.
14445
14446 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14447
14448 * main.c (captured_main_1): Disable styling in batch mode.
14449
14450 2019-02-20 Tom Tromey <tom@tromey.com>
14451
14452 * symtab.c (symtab_symbol_info): Fix typos.
14453
14454 2019-02-20 Tom Tromey <tromey@adacore.com>
14455
14456 * findcmd.c (_initialize_mem_search): Use upper case for
14457 metasyntactic variables.
14458
14459 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14460
14461 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14462 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14463
14464 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14465
14466 * top.h (source_file_name): Change to std::string.
14467 * top.c (source_file_name): Likewise.
14468 (command_line_input): Adjust.
14469 * cli/cli-script.c (script_from_file): Adjust.
14470
14471 2019-02-19 Tom Tromey <tromey@adacore.com>
14472
14473 * ravenscar-thread.c
14474 (ravenscar_thread_target::update_thread_list): Don't call
14475 ada_build_task_list.
14476 * ada-lang.h (ada_build_task_list): Don't declare.
14477 * ada-tasks.c (struct ada_tasks_inferior_data)
14478 <task_list_valid_p>: Now bool.
14479 (read_known_tasks, ada_task_list_changed)
14480 (ada_tasks_invalidate_inferior_data): Update.
14481 (read_known_tasks_array): Return bool.
14482 (read_known_tasks_list): Likewise.
14483 (read_known_tasks): Return void.
14484 (ada_build_task_list): Now static.
14485
14486 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14487
14488 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14489 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14490
14491 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14492
14493 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14494 variant for ada_tasks_pspace_data_handle and
14495 ada_tasks_inferior_data_handle.
14496 (ada_tasks_pspace_data_cleanup): New function.
14497 (ada_tasks_inferior_data_cleanup): New function.
14498
14499 2019-02-17 Tom Tromey <tom@tromey.com>
14500
14501 * macrotab.h (macro_source_fullname): Return a std::string.
14502 * macrotab.c (macro_include, check_for_redefinition)
14503 (macro_undef, macro_lookup_definition, foreach_macro)
14504 (foreach_macro_in_scope): Update.
14505 (macro_source_fullname): Return a std::string.
14506 * macrocmd.c (show_pp_source_pos): Update.
14507
14508 2019-02-17 Tom Tromey <tom@tromey.com>
14509
14510 * macrocmd.c (show_pp_source_pos): Style the file names.
14511
14512 2019-02-17 Tom Tromey <tom@tromey.com>
14513
14514 PR tui/24197:
14515 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14516
14517 2019-02-17 Tom Tromey <tom@tromey.com>
14518
14519 * ada-lang.c (user_select_syms): Use filtered printing.
14520 * utils.c (wrap_style): New global.
14521 (desired_style): Remove.
14522 (emit_style_escape): Add stream parameter.
14523 (set_output_style, reset_terminal_style, prompt_for_continue):
14524 Update.
14525 (flush_wrap_buffer): Only flush gdb_stdout.
14526 (wrap_here): Set wrap_style.
14527 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14528 treat escape sequences as a character. Change when wrap buffer is
14529 flushed.
14530 (fputs_styled): Do not set the output style when the default is
14531 requested.
14532 * ui-style.h (struct ui_file_style) <is_default>: New method.
14533 * source.c (print_source_lines_base): Emit escape sequences in one
14534 piece.
14535
14536 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14537
14538 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14539 integers and enumeration types.
14540
14541 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14542
14543 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14544 instead of lookup_symbol_in_language
14545 (do_exact_match): New function.
14546 (ada_get_symbol_name_matcher): Return do_exact_match when
14547 doing a verbatim match.
14548
14549 2019-02-15 Tom Tromey <tromey@adacore.com>
14550
14551 * ravenscar-thread.c (ravenscar_thread_target::resume)
14552 (ravenscar_thread_target::wait): Special case wildcard requests.
14553
14554 2019-02-15 Tom Tromey <tromey@adacore.com>
14555
14556 * ravenscar-thread.c (base_ptid): Remove.
14557 (struct ravenscar_thread_target) <close>: New method.
14558 <m_base_ptid>: New member.
14559 <update_inferior_ptid, active_task, task_is_currently_active,
14560 runtime_initialized>: Declare methods.
14561 <ravenscar_thread_target>: Add constructor.
14562 (ravenscar_thread_target::task_is_currently_active)
14563 (ravenscar_thread_target::update_inferior_ptid)
14564 (ravenscar_runtime_initialized): Rename. Now methods.
14565 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14566 (ravenscar_thread_target::update_thread_list): Update.
14567 (ravenscar_thread_target::active_task): Now method.
14568 (ravenscar_thread_target::store_registers)
14569 (ravenscar_thread_target::prepare_to_store)
14570 (ravenscar_thread_target::prepare_to_store)
14571 (ravenscar_thread_target::mourn_inferior): Update.
14572 (ravenscar_inferior_created): Use "new" to create target.
14573 (ravenscar_thread_target::get_ada_task_ptid): Update.
14574 (_initialize_ravenscar): Don't initialize base_ptid.
14575 (ravenscar_ops): Remove global.
14576
14577 2019-02-15 Tom Tromey <tromey@adacore.com>
14578
14579 * target.h (push_target): Declare new overload.
14580 * target.c (push_target): New overload, taking an rvalue reference.
14581 * remote.c (remote_target::open_1): Use push_target overload.
14582 * corelow.c (core_target_open): Use push_target overload.
14583
14584 2019-02-15 Tom Tromey <tromey@adacore.com>
14585
14586 * ravenscar-thread.c (is_ravenscar_task)
14587 (ravenscar_task_is_currently_active): Return bool.
14588 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14589 (_initialize_ravenscar): Remove "(void)".
14590 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14591 Return bool.
14592
14593 2019-02-15 Tom Tromey <tromey@adacore.com>
14594
14595 * ravenscar-thread.c (ravenscar_runtime_initializer)
14596 (has_ravenscar_runtime, get_running_thread_id)
14597 (ravenscar_thread_target::resume): Fix indentation.
14598
14599 2019-02-15 Tom Tromey <tromey@adacore.com>
14600
14601 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14602 from ravenscar_arch_ops.
14603 (sparc_ravenscar_ops::fetch_registers)
14604 (sparc_ravenscar_ops::store_registers): Now methods.
14605 (sparc_ravenscar_prepare_to_store): Remove.
14606 (sparc_ravenscar_ops): Redefine.
14607 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14608 methods and destructor. Remove members.
14609 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14610 (ravenscar_thread_target::store_registers)
14611 (ravenscar_thread_target::prepare_to_store): Update.
14612 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14613 Remove.
14614 (struct ppc_ravenscar_powerpc_ops): Derive from
14615 ravenscar_arch_ops.
14616 (ppc_ravenscar_powerpc_ops::fetch_registers)
14617 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14618 (ppc_ravenscar_powerpc_ops): Redefine.
14619 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14620 (ppc_ravenscar_e500_ops::fetch_registers)
14621 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14622 (ppc_ravenscar_e500_ops): Redefine.
14623 * aarch64-ravenscar-thread.c
14624 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14625 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14626 (aarch64_ravenscar_fetch_registers)
14627 (aarch64_ravenscar_store_registers): Now methods.
14628 (aarch64_ravenscar_ops): Redefine.
14629
14630 2019-02-15 Tom Tromey <tromey@adacore.com>
14631
14632 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14633 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14634 (ravenscar_thread_target::stopped_by_watchpoint)
14635 (ravenscar_thread_target::stopped_data_address)
14636 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14637
14638 2019-02-15 Tom Tromey <tromey@adacore.com>
14639
14640 * ravenscar-thread.c: Fix some typos.
14641
14642 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14643 Tom Tromey <tromey@adacore.com>
14644
14645 * ada-lang.c (ada_exception_sal): Change addr_string to a
14646 std::string.
14647 (create_ada_exception_catchpoint): Update.
14648
14649 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14650 Tom Tromey <tromey@adacore.com>
14651
14652 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14653 (bp_location_ops): Remove.
14654 (base_breakpoint_allocate_location): Update.
14655 (free_bp_location): Update.
14656 * ada-lang.c (class ada_catchpoint_location)
14657 <ada_catchpoint_location>: Remove ops parameter.
14658 (ada_catchpoint_location_dtor): Remove.
14659 (ada_catchpoint_location_ops): Remove.
14660 (allocate_location_exception): Update.
14661 * breakpoint.h (struct bp_location_ops): Remove.
14662 (class bp_location) <bp_location>: Remove bp_location_ops
14663 parameter.
14664 <~bp_location>: Add destructor.
14665 <ops>: Remove.
14666
14667 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14668 Pedro Alves <palves@redhat.com>
14669
14670 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14671 'PATH_MAX'.
14672
14673 2019-02-14 David Michael <fedora.dm0@gmail.com>
14674 Samuel Thibault <samuel.thibault@gnu.org>
14675 Thomas Schwinge <thomas@codesourcery.com>
14676
14677 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14678 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14679
14680 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14681
14682 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14683 (check_empty): Use "const char *".
14684
14685 * gnu-nat.c (gnu_nat_target::detach): Instead of
14686 'detach_inferior (pid)' call
14687 'detach_inferior (find_inferior_pid (pid))'.
14688
14689 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14690 'nat/fork-inferior.o'.
14691 * gnu-nat.c: #include "nat/fork-inferior.h".
14692
14693 * gnu-nat.c (gnu_nat_target::detach): Instead of
14694 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14695 * gnu-nat.h: #include "inf-child.h".
14696 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14697 'i386_gnu_nat_target::fetch_registers'.
14698 (gnu_store_registers): Rename/move to
14699 'i386_gnu_nat_target::store_registers'.
14700
14701 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14702 * gnu-nat.h (mach_thread_info): New function.
14703 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14704
14705 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14706
14707 2019-02-14 Frederic Konrad <konrad@adacore.com>
14708
14709 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14710
14711 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14712
14713 * windows-nat.c (windows_add_thread): Add new parameter
14714 "main_thread_p" with default value set to false. Update
14715 function documentation as well as all callers.
14716 (windows_delete_thread): Likewise.
14717 (fake_create_process): Update call to windows_add_thread.
14718 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14719 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14720 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14721 call to windows_delete_thread.
14722
14723 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14724
14725 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14726
14727 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14728
14729 * symfile.c (find_separate_debug_file): Use canonical path of
14730 sysroot with child_path instead of gdb_sysroot if it is valid.
14731
14732 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14733
14734 * symfile.c (find_separate_debug_file): Use child_path to
14735 determine if an object file is under a sysroot.
14736
14737 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14738
14739 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14740 unittests/child-path-selftests.c.
14741 * common/pathstuff.c (child_path): New function.
14742 * common/pathstuff.h (child_path): New prototype.
14743 * unittests/child-path-selftests.c: New file.
14744
14745 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14746
14747 * symfile.c (find_separate_debug_file): Look for separate debug
14748 files in debug directories under the sysroot.
14749
14750 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14751
14752 * symtab.h (struct minimal_symbol data_p): New const method.
14753 (struct minimal_symbol text_p): Likewise.
14754 * symtab.c (output_source_filename): Use file name style
14755 to print file name.
14756 (print_symbol_info): Likewise.
14757 (print_msymbol_info): Use address style to print addresses.
14758 Use function name style to print executable text symbols.
14759 (expand_symtab_containing_pc): Use data_p.
14760 (find_pc_sect_compunit_symtab): Likewise.
14761
14762 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14763
14764 * breakpoint.c (describe_other_breakpoints): Use address style
14765 to print addresses.
14766 (say_where): Likewise.
14767
14768 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14769
14770 * ada-typeprint.c (print_func_type): Print function name
14771 style to print function name.
14772 * c-typeprint.c (c_print_type_1): Likewise.
14773
14774 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14775
14776 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14777 for execve.
14778
14779 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14780
14781 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14782 type_stack.
14783
14784 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14785
14786 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14787 TYPE_CODE_REF types.
14788
14789 2019-02-08 Jim Wilson <jimw@sifive.com>
14790
14791 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14792 (riscv_linux_fregset): New.
14793 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14794
14795 2019-02-07 Tom Tromey <tom@tromey.com>
14796
14797 * thread.c (thread_cancel_execution_command): Update.
14798 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14799 methods.
14800 (struct thread_fsm_ops): Remove.
14801 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14802 (thread_fsm_should_stop, thread_fsm_return_value)
14803 (thread_fsm_set_finished, thread_fsm_finished_p)
14804 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14805 Don't declare.
14806 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14807 * infrun.c (clear_proceed_status_thread)
14808 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14809 (print_stop_event): Update.
14810 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14811 Add constructor.
14812 (step_command_fsm_ops): Remove.
14813 (new_step_command_fsm): Remove.
14814 (step_1): Update.
14815 (step_command_fsm::should_stop): Rename from
14816 step_command_fsm_should_stop.
14817 (step_command_fsm::clean_up): Rename from
14818 step_command_fsm_clean_up.
14819 (step_command_fsm::do_async_reply_reason): Rename from
14820 step_command_fsm_async_reply_reason.
14821 (struct until_next_fsm): Inherit from thread_fsm. Add
14822 constructor.
14823 (until_next_fsm_ops): Remove.
14824 (new_until_next_fsm): Remove.
14825 (until_next_fsm::should_stop): Rename from
14826 until_next_fsm_should_stop.
14827 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14828 (until_next_fsm::do_async_reply_reason): Rename from
14829 until_next_fsm_async_reply_reason.
14830 (struct finish_command_fsm): Inherit from thread_fsm. Add
14831 constructor. Change type of breakpoint.
14832 (finish_command_fsm_ops): Remove.
14833 (new_finish_command_fsm): Remove.
14834 (finish_command_fsm::should_stop): Rename from
14835 finish_command_fsm_should_stop.
14836 (finish_command_fsm::clean_up): Rename from
14837 finish_command_fsm_clean_up.
14838 (finish_command_fsm::return_value): Rename from
14839 finish_command_fsm_return_value.
14840 (finish_command_fsm::do_async_reply_reason): Rename from
14841 finish_command_fsm_async_reply_reason.
14842 (finish_command): Update.
14843 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14844 Add constructor.
14845 (call_thread_fsm_ops): Remove.
14846 (call_thread_fsm::call_thread_fsm): Rename from
14847 new_call_thread_fsm.
14848 (call_thread_fsm::should_stop): Rename from
14849 call_thread_fsm_should_stop.
14850 (call_thread_fsm::should_notify_stop): Rename from
14851 call_thread_fsm_should_notify_stop.
14852 (run_inferior_call, call_function_by_hand_dummy): Update.
14853 * cli/cli-interp.c (should_print_stop_to_console): Update.
14854 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14855 Add constructor. Change type of location_breakpoint,
14856 caller_breakpoint.
14857 (until_break_fsm_ops): Remove.
14858 (new_until_break_fsm): Remove.
14859 (until_break_fsm::should_stop): Rename from
14860 until_break_fsm_should_stop.
14861 (until_break_fsm::clean_up): Rename from
14862 until_break_fsm_clean_up.
14863 (until_break_fsm::do_async_reply_reason): Rename from
14864 until_break_fsm_async_reply_reason.
14865 (until_break_command): Update.
14866 * thread-fsm.c: Remove.
14867 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14868
14869 2019-02-07 Tom Tromey <tom@tromey.com>
14870
14871 * yy-remap.h: Add include guard.
14872 * xtensa-tdep.h: Add include guard.
14873 * xcoffread.h: Rename include guard.
14874 * varobj-iter.h: Add include guard.
14875 * tui/tui.h: Rename include guard.
14876 * tui/tui-winsource.h: Rename include guard.
14877 * tui/tui-wingeneral.h: Rename include guard.
14878 * tui/tui-windata.h: Rename include guard.
14879 * tui/tui-win.h: Rename include guard.
14880 * tui/tui-stack.h: Rename include guard.
14881 * tui/tui-source.h: Rename include guard.
14882 * tui/tui-regs.h: Rename include guard.
14883 * tui/tui-out.h: Rename include guard.
14884 * tui/tui-layout.h: Rename include guard.
14885 * tui/tui-io.h: Rename include guard.
14886 * tui/tui-hooks.h: Rename include guard.
14887 * tui/tui-file.h: Rename include guard.
14888 * tui/tui-disasm.h: Rename include guard.
14889 * tui/tui-data.h: Rename include guard.
14890 * tui/tui-command.h: Rename include guard.
14891 * tic6x-tdep.h: Add include guard.
14892 * target/waitstatus.h: Rename include guard.
14893 * target/wait.h: Rename include guard.
14894 * target/target.h: Rename include guard.
14895 * target/resume.h: Rename include guard.
14896 * target-float.h: Rename include guard.
14897 * stabsread.h: Add include guard.
14898 * rs6000-tdep.h: Add include guard.
14899 * riscv-fbsd-tdep.h: Add include guard.
14900 * regformats/regdef.h: Rename include guard.
14901 * record.h: Rename include guard.
14902 * python/python.h: Rename include guard.
14903 * python/python-internal.h: Rename include guard.
14904 * python/py-stopevent.h: Rename include guard.
14905 * python/py-ref.h: Rename include guard.
14906 * python/py-record.h: Rename include guard.
14907 * python/py-record-full.h: Rename include guard.
14908 * python/py-record-btrace.h: Rename include guard.
14909 * python/py-instruction.h: Rename include guard.
14910 * python/py-events.h: Rename include guard.
14911 * python/py-event.h: Rename include guard.
14912 * procfs.h: Add include guard.
14913 * proc-utils.h: Add include guard.
14914 * p-lang.h: Add include guard.
14915 * or1k-tdep.h: Rename include guard.
14916 * observable.h: Rename include guard.
14917 * nto-tdep.h: Rename include guard.
14918 * nat/x86-linux.h: Rename include guard.
14919 * nat/x86-linux-dregs.h: Rename include guard.
14920 * nat/x86-gcc-cpuid.h: Add include guard.
14921 * nat/x86-dregs.h: Rename include guard.
14922 * nat/x86-cpuid.h: Rename include guard.
14923 * nat/ppc-linux.h: Rename include guard.
14924 * nat/mips-linux-watch.h: Rename include guard.
14925 * nat/linux-waitpid.h: Rename include guard.
14926 * nat/linux-ptrace.h: Rename include guard.
14927 * nat/linux-procfs.h: Rename include guard.
14928 * nat/linux-osdata.h: Rename include guard.
14929 * nat/linux-nat.h: Rename include guard.
14930 * nat/linux-namespaces.h: Rename include guard.
14931 * nat/linux-btrace.h: Rename include guard.
14932 * nat/glibc_thread_db.h: Rename include guard.
14933 * nat/gdb_thread_db.h: Rename include guard.
14934 * nat/gdb_ptrace.h: Rename include guard.
14935 * nat/fork-inferior.h: Rename include guard.
14936 * nat/amd64-linux-siginfo.h: Rename include guard.
14937 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14938 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14939 * nat/aarch64-linux.h: Rename include guard.
14940 * nat/aarch64-linux-hw-point.h: Rename include guard.
14941 * mn10300-tdep.h: Add include guard.
14942 * mips-linux-tdep.h: Add include guard.
14943 * mi/mi-parse.h: Rename include guard.
14944 * mi/mi-out.h: Rename include guard.
14945 * mi/mi-main.h: Rename include guard.
14946 * mi/mi-interp.h: Rename include guard.
14947 * mi/mi-getopt.h: Rename include guard.
14948 * mi/mi-console.h: Rename include guard.
14949 * mi/mi-common.h: Rename include guard.
14950 * mi/mi-cmds.h: Rename include guard.
14951 * mi/mi-cmd-break.h: Rename include guard.
14952 * m2-lang.h: Add include guard.
14953 * location.h: Rename include guard.
14954 * linux-record.h: Rename include guard.
14955 * linux-nat.h: Add include guard.
14956 * linux-fork.h: Add include guard.
14957 * i386-darwin-tdep.h: Rename include guard.
14958 * hppa-linux-offsets.h: Add include guard.
14959 * guile/guile.h: Rename include guard.
14960 * guile/guile-internal.h: Rename include guard.
14961 * gnu-nat.h: Rename include guard.
14962 * gdb-stabs.h: Rename include guard.
14963 * frv-tdep.h: Add include guard.
14964 * f-lang.h: Add include guard.
14965 * event-loop.h: Add include guard.
14966 * darwin-nat.h: Rename include guard.
14967 * cp-abi.h: Rename include guard.
14968 * config/sparc/nm-sol2.h: Rename include guard.
14969 * config/nm-nto.h: Rename include guard.
14970 * config/nm-linux.h: Add include guard.
14971 * config/i386/nm-i386gnu.h: Rename include guard.
14972 * config/djgpp/nl_types.h: Rename include guard.
14973 * config/djgpp/langinfo.h: Rename include guard.
14974 * compile/gcc-cp-plugin.h: Add include guard.
14975 * compile/gcc-c-plugin.h: Add include guard.
14976 * compile/compile.h: Rename include guard.
14977 * compile/compile-object-run.h: Rename include guard.
14978 * compile/compile-object-load.h: Rename include guard.
14979 * compile/compile-internal.h: Rename include guard.
14980 * compile/compile-cplus.h: Rename include guard.
14981 * compile/compile-c.h: Rename include guard.
14982 * common/xml-utils.h: Rename include guard.
14983 * common/x86-xstate.h: Rename include guard.
14984 * common/version.h: Rename include guard.
14985 * common/vec.h: Rename include guard.
14986 * common/tdesc.h: Rename include guard.
14987 * common/selftest.h: Rename include guard.
14988 * common/scoped_restore.h: Rename include guard.
14989 * common/scoped_mmap.h: Rename include guard.
14990 * common/scoped_fd.h: Rename include guard.
14991 * common/safe-iterator.h: Rename include guard.
14992 * common/run-time-clock.h: Rename include guard.
14993 * common/refcounted-object.h: Rename include guard.
14994 * common/queue.h: Rename include guard.
14995 * common/ptid.h: Rename include guard.
14996 * common/print-utils.h: Rename include guard.
14997 * common/preprocessor.h: Rename include guard.
14998 * common/pathstuff.h: Rename include guard.
14999 * common/observable.h: Rename include guard.
15000 * common/netstuff.h: Rename include guard.
15001 * common/job-control.h: Rename include guard.
15002 * common/host-defs.h: Rename include guard.
15003 * common/gdb_wait.h: Rename include guard.
15004 * common/gdb_vecs.h: Rename include guard.
15005 * common/gdb_unlinker.h: Rename include guard.
15006 * common/gdb_unique_ptr.h: Rename include guard.
15007 * common/gdb_tilde_expand.h: Rename include guard.
15008 * common/gdb_sys_time.h: Rename include guard.
15009 * common/gdb_string_view.h: Rename include guard.
15010 * common/gdb_splay_tree.h: Rename include guard.
15011 * common/gdb_setjmp.h: Rename include guard.
15012 * common/gdb_ref_ptr.h: Rename include guard.
15013 * common/gdb_optional.h: Rename include guard.
15014 * common/gdb_locale.h: Rename include guard.
15015 * common/gdb_assert.h: Rename include guard.
15016 * common/filtered-iterator.h: Rename include guard.
15017 * common/filestuff.h: Rename include guard.
15018 * common/fileio.h: Rename include guard.
15019 * common/environ.h: Rename include guard.
15020 * common/common-utils.h: Rename include guard.
15021 * common/common-types.h: Rename include guard.
15022 * common/common-regcache.h: Rename include guard.
15023 * common/common-inferior.h: Rename include guard.
15024 * common/common-gdbthread.h: Rename include guard.
15025 * common/common-exceptions.h: Rename include guard.
15026 * common/common-defs.h: Rename include guard.
15027 * common/common-debug.h: Rename include guard.
15028 * common/cleanups.h: Rename include guard.
15029 * common/buffer.h: Rename include guard.
15030 * common/btrace-common.h: Rename include guard.
15031 * common/break-common.h: Rename include guard.
15032 * cli/cli-utils.h: Rename include guard.
15033 * cli/cli-style.h: Rename include guard.
15034 * cli/cli-setshow.h: Rename include guard.
15035 * cli/cli-script.h: Rename include guard.
15036 * cli/cli-interp.h: Rename include guard.
15037 * cli/cli-decode.h: Rename include guard.
15038 * cli/cli-cmds.h: Rename include guard.
15039 * charset-list.h: Add include guard.
15040 * buildsym-legacy.h: Rename include guard.
15041 * bfin-tdep.h: Add include guard.
15042 * ax.h: Rename include guard.
15043 * arm-linux-tdep.h: Add include guard.
15044 * arm-fbsd-tdep.h: Add include guard.
15045 * arch/xtensa.h: Rename include guard.
15046 * arch/tic6x.h: Add include guard.
15047 * arch/i386.h: Add include guard.
15048 * arch/arm.h: Rename include guard.
15049 * arch/arm-linux.h: Rename include guard.
15050 * arch/arm-get-next-pcs.h: Rename include guard.
15051 * arch/amd64.h: Add include guard.
15052 * arch/aarch64-insn.h: Rename include guard.
15053 * arch-utils.h: Rename include guard.
15054 * annotate.h: Add include guard.
15055 * amd64-darwin-tdep.h: Rename include guard.
15056 * aarch64-linux-tdep.h: Add include guard.
15057 * aarch64-fbsd-tdep.h: Add include guard.
15058 * aarch32-linux-nat.h: Add include guard.
15059
15060 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15061
15062 * macrotab.c (macro_define_internal): New function that
15063 factorizes macro_define_object_internal and macro_define_function
15064 code.
15065 (macro_define_object_internal): Use macro_define_internal.
15066 (macro_define_function): Likewise.
15067
15068 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15069
15070 * macrocmd.c (extract_identifier): Return
15071 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
15072 callers.
15073
15074 2019-02-06 John Baldwin <jhb@FreeBSD.org>
15075
15076 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
15077
15078 2019-02-05 Tom Tromey <tom@tromey.com>
15079
15080 * target.c (target_stack::unpush): Move assertion earlier.
15081
15082 2019-01-30 Tom Tromey <tom@tromey.com>
15083
15084 PR python/23615:
15085 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
15086 (gdbpy_parse_and_eval): Likewise.
15087 * python/python-internal.h (gdbpy_allow_threads): New class.
15088
15089 2019-01-28 John Baldwin <jhb@FreeBSD.org>
15090
15091 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
15092 (aarch64_fbsd_fpregmap): Move earlier.
15093 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
15094 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
15095 instead of individual calls to trad_frame_set_reg_addr.
15096 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
15097 earlier.
15098 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
15099 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
15100 instead of individual calls to trad_frame_set_reg_addr.
15101
15102 2019-01-28 Alan Hayward <alan.hayward@arm.com>
15103
15104 * CONTRIBUTE: Replace contribution list with wiki link.
15105
15106 2019-01-25 Tom Tromey <tom@tromey.com>
15107
15108 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
15109
15110 2019-01-25 Tom Tromey <tom@tromey.com>
15111
15112 * xtensa-linux-nat.c: Fix common/ includes.
15113 * xml-support.h: Fix common/ includes.
15114 * xml-support.c: Fix common/ includes.
15115 * x86-linux-nat.c: Fix common/ includes.
15116 * windows-nat.c: Fix common/ includes.
15117 * varobj.h: Fix common/ includes.
15118 * varobj.c: Fix common/ includes.
15119 * value.c: Fix common/ includes.
15120 * valops.c: Fix common/ includes.
15121 * utils.c: Fix common/ includes.
15122 * unittests/xml-utils-selftests.c: Fix common/ includes.
15123 * unittests/utils-selftests.c: Fix common/ includes.
15124 * unittests/unpack-selftests.c: Fix common/ includes.
15125 * unittests/tracepoint-selftests.c: Fix common/ includes.
15126 * unittests/style-selftests.c: Fix common/ includes.
15127 * unittests/string_view-selftests.c: Fix common/ includes.
15128 * unittests/scoped_restore-selftests.c: Fix common/ includes.
15129 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
15130 * unittests/scoped_fd-selftests.c: Fix common/ includes.
15131 * unittests/rsp-low-selftests.c: Fix common/ includes.
15132 * unittests/parse-connection-spec-selftests.c: Fix common/
15133 includes.
15134 * unittests/optional-selftests.c: Fix common/ includes.
15135 * unittests/offset-type-selftests.c: Fix common/ includes.
15136 * unittests/observable-selftests.c: Fix common/ includes.
15137 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
15138 * unittests/memrange-selftests.c: Fix common/ includes.
15139 * unittests/memory-map-selftests.c: Fix common/ includes.
15140 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
15141 * unittests/function-view-selftests.c: Fix common/ includes.
15142 * unittests/environ-selftests.c: Fix common/ includes.
15143 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
15144 * unittests/common-utils-selftests.c: Fix common/ includes.
15145 * unittests/cli-utils-selftests.c: Fix common/ includes.
15146 * unittests/array-view-selftests.c: Fix common/ includes.
15147 * ui-file.c: Fix common/ includes.
15148 * tui/tui-io.c: Fix common/ includes.
15149 * tracepoint.h: Fix common/ includes.
15150 * tracepoint.c: Fix common/ includes.
15151 * tracefile-tfile.c: Fix common/ includes.
15152 * top.h: Fix common/ includes.
15153 * top.c: Fix common/ includes.
15154 * thread.c: Fix common/ includes.
15155 * target/waitstatus.h: Fix common/ includes.
15156 * target/waitstatus.c: Fix common/ includes.
15157 * target.h: Fix common/ includes.
15158 * target.c: Fix common/ includes.
15159 * target-memory.c: Fix common/ includes.
15160 * target-descriptions.c: Fix common/ includes.
15161 * symtab.h: Fix common/ includes.
15162 * symfile.c: Fix common/ includes.
15163 * stap-probe.c: Fix common/ includes.
15164 * spu-linux-nat.c: Fix common/ includes.
15165 * sparc-nat.c: Fix common/ includes.
15166 * source.c: Fix common/ includes.
15167 * solib.c: Fix common/ includes.
15168 * solib-target.c: Fix common/ includes.
15169 * ser-unix.c: Fix common/ includes.
15170 * ser-tcp.c: Fix common/ includes.
15171 * ser-pipe.c: Fix common/ includes.
15172 * ser-base.c: Fix common/ includes.
15173 * selftest-arch.c: Fix common/ includes.
15174 * s12z-tdep.c: Fix common/ includes.
15175 * rust-exp.y: Fix common/ includes.
15176 * rs6000-aix-tdep.c: Fix common/ includes.
15177 * riscv-tdep.c: Fix common/ includes.
15178 * remote.c: Fix common/ includes.
15179 * remote-notif.h: Fix common/ includes.
15180 * remote-fileio.h: Fix common/ includes.
15181 * remote-fileio.c: Fix common/ includes.
15182 * regcache.h: Fix common/ includes.
15183 * regcache.c: Fix common/ includes.
15184 * record-btrace.c: Fix common/ includes.
15185 * python/python.c: Fix common/ includes.
15186 * python/py-type.c: Fix common/ includes.
15187 * python/py-inferior.c: Fix common/ includes.
15188 * progspace.h: Fix common/ includes.
15189 * producer.c: Fix common/ includes.
15190 * procfs.c: Fix common/ includes.
15191 * proc-api.c: Fix common/ includes.
15192 * printcmd.c: Fix common/ includes.
15193 * ppc-linux-nat.c: Fix common/ includes.
15194 * parser-defs.h: Fix common/ includes.
15195 * osdata.c: Fix common/ includes.
15196 * obsd-nat.c: Fix common/ includes.
15197 * nat/x86-linux.c: Fix common/ includes.
15198 * nat/x86-linux-dregs.c: Fix common/ includes.
15199 * nat/x86-dregs.h: Fix common/ includes.
15200 * nat/x86-dregs.c: Fix common/ includes.
15201 * nat/ppc-linux.c: Fix common/ includes.
15202 * nat/mips-linux-watch.h: Fix common/ includes.
15203 * nat/mips-linux-watch.c: Fix common/ includes.
15204 * nat/linux-waitpid.c: Fix common/ includes.
15205 * nat/linux-ptrace.h: Fix common/ includes.
15206 * nat/linux-ptrace.c: Fix common/ includes.
15207 * nat/linux-procfs.c: Fix common/ includes.
15208 * nat/linux-personality.c: Fix common/ includes.
15209 * nat/linux-osdata.c: Fix common/ includes.
15210 * nat/linux-namespaces.c: Fix common/ includes.
15211 * nat/linux-btrace.h: Fix common/ includes.
15212 * nat/linux-btrace.c: Fix common/ includes.
15213 * nat/fork-inferior.c: Fix common/ includes.
15214 * nat/amd64-linux-siginfo.c: Fix common/ includes.
15215 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
15216 * nat/aarch64-linux.c: Fix common/ includes.
15217 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
15218 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
15219 * namespace.h: Fix common/ includes.
15220 * mips-linux-tdep.c: Fix common/ includes.
15221 * minsyms.c: Fix common/ includes.
15222 * mi/mi-parse.h: Fix common/ includes.
15223 * mi/mi-main.c: Fix common/ includes.
15224 * mi/mi-cmd-env.c: Fix common/ includes.
15225 * memrange.h: Fix common/ includes.
15226 * memattr.c: Fix common/ includes.
15227 * maint.h: Fix common/ includes.
15228 * maint.c: Fix common/ includes.
15229 * main.c: Fix common/ includes.
15230 * machoread.c: Fix common/ includes.
15231 * location.c: Fix common/ includes.
15232 * linux-thread-db.c: Fix common/ includes.
15233 * linux-nat.c: Fix common/ includes.
15234 * linux-fork.c: Fix common/ includes.
15235 * inline-frame.c: Fix common/ includes.
15236 * infrun.c: Fix common/ includes.
15237 * inflow.c: Fix common/ includes.
15238 * inferior.h: Fix common/ includes.
15239 * inferior.c: Fix common/ includes.
15240 * infcmd.c: Fix common/ includes.
15241 * inf-ptrace.c: Fix common/ includes.
15242 * inf-child.c: Fix common/ includes.
15243 * ia64-linux-nat.c: Fix common/ includes.
15244 * i387-tdep.c: Fix common/ includes.
15245 * i386-tdep.c: Fix common/ includes.
15246 * i386-linux-tdep.c: Fix common/ includes.
15247 * i386-linux-nat.c: Fix common/ includes.
15248 * i386-go32-tdep.c: Fix common/ includes.
15249 * i386-fbsd-tdep.c: Fix common/ includes.
15250 * i386-fbsd-nat.c: Fix common/ includes.
15251 * guile/scm-type.c: Fix common/ includes.
15252 * guile/guile.c: Fix common/ includes.
15253 * go32-nat.c: Fix common/ includes.
15254 * gnu-nat.c: Fix common/ includes.
15255 * gdbthread.h: Fix common/ includes.
15256 * gdbarch-selftests.c: Fix common/ includes.
15257 * gdb_usleep.c: Fix common/ includes.
15258 * gdb_select.h: Fix common/ includes.
15259 * gdb_bfd.c: Fix common/ includes.
15260 * gcore.c: Fix common/ includes.
15261 * fork-child.c: Fix common/ includes.
15262 * findvar.c: Fix common/ includes.
15263 * fbsd-nat.c: Fix common/ includes.
15264 * event-top.c: Fix common/ includes.
15265 * event-loop.c: Fix common/ includes.
15266 * dwarf2read.c: Fix common/ includes.
15267 * dwarf2loc.c: Fix common/ includes.
15268 * dwarf2-frame.c: Fix common/ includes.
15269 * dwarf-index-cache.c: Fix common/ includes.
15270 * dtrace-probe.c: Fix common/ includes.
15271 * disasm-selftests.c: Fix common/ includes.
15272 * defs.h: Fix common/ includes.
15273 * csky-tdep.c: Fix common/ includes.
15274 * cp-valprint.c: Fix common/ includes.
15275 * cp-support.h: Fix common/ includes.
15276 * cp-support.c: Fix common/ includes.
15277 * corelow.c: Fix common/ includes.
15278 * completer.h: Fix common/ includes.
15279 * completer.c: Fix common/ includes.
15280 * compile/compile.c: Fix common/ includes.
15281 * compile/compile-loc2c.c: Fix common/ includes.
15282 * compile/compile-cplus-types.c: Fix common/ includes.
15283 * compile/compile-cplus-symbols.c: Fix common/ includes.
15284 * command.h: Fix common/ includes.
15285 * cli/cli-dump.c: Fix common/ includes.
15286 * cli/cli-cmds.c: Fix common/ includes.
15287 * charset.c: Fix common/ includes.
15288 * build-id.c: Fix common/ includes.
15289 * btrace.h: Fix common/ includes.
15290 * btrace.c: Fix common/ includes.
15291 * breakpoint.h: Fix common/ includes.
15292 * breakpoint.c: Fix common/ includes.
15293 * ax.h:
15294 (enum agent_op): Fix common/ includes.
15295 * ax-general.c (struct aop_map): Fix common/ includes.
15296 * ax-gdb.c: Fix common/ includes.
15297 * auxv.c: Fix common/ includes.
15298 * auto-load.c: Fix common/ includes.
15299 * arm-tdep.c: Fix common/ includes.
15300 * arch/riscv.c: Fix common/ includes.
15301 * arch/ppc-linux-common.c: Fix common/ includes.
15302 * arch/i386.c: Fix common/ includes.
15303 * arch/arm.c: Fix common/ includes.
15304 * arch/arm-linux.c: Fix common/ includes.
15305 * arch/arm-get-next-pcs.c: Fix common/ includes.
15306 * arch/amd64.c: Fix common/ includes.
15307 * arch/aarch64.c: Fix common/ includes.
15308 * arch/aarch64-insn.c: Fix common/ includes.
15309 * arch-utils.c: Fix common/ includes.
15310 * amd64-windows-tdep.c: Fix common/ includes.
15311 * amd64-tdep.c: Fix common/ includes.
15312 * amd64-sol2-tdep.c: Fix common/ includes.
15313 * amd64-obsd-tdep.c: Fix common/ includes.
15314 * amd64-nbsd-tdep.c: Fix common/ includes.
15315 * amd64-linux-tdep.c: Fix common/ includes.
15316 * amd64-linux-nat.c: Fix common/ includes.
15317 * amd64-fbsd-tdep.c: Fix common/ includes.
15318 * amd64-fbsd-nat.c: Fix common/ includes.
15319 * amd64-dicos-tdep.c: Fix common/ includes.
15320 * amd64-darwin-tdep.c: Fix common/ includes.
15321 * agent.c: Fix common/ includes.
15322 * ada-lang.h: Fix common/ includes.
15323 * ada-lang.c: Fix common/ includes.
15324 * aarch64-tdep.c: Fix common/ includes.
15325
15326 2019-01-25 Tom Tromey <tom@tromey.com>
15327
15328 * common/create-version.sh: Use common/version.h.
15329
15330 2019-01-24 Pedro Alves <palves@redhat.com>
15331
15332 * infrun.c (signal_stop, signal_print, signal_program)
15333 (signal_catch, signal_pass): Now arrays instead of pointers.
15334 (update_signals_program_target, do_target_resume)
15335 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
15336 * linux-nat.c (linux_nat_target::pass_signals)
15337 (linux_nat_target::create_inferior, linux_nat_target::attach):
15338 Adjust.
15339 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
15340 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
15341 * procfs.c (procfs_target::pass_signals): Adjust.
15342 * record-full.c (record_full_target::resume): Adjust.
15343 * remote.c (remote_target::pass_signals)
15344 (remote_target::program_signals): Adjust.
15345 * target-debug.h (target_debug_print_signals): Now takes a
15346 gdb::array_view as parameter. Adjust.
15347 * target.h (target_ops) <pass_signals, program_signals>: Replace
15348 pointer and length parameters with gdb::array_view.
15349 (target_pass_signals, target_program_signals): Likewise.
15350 * target-delegates.c: Regenerate.
15351
15352 2019-01-24 Pedro Alves <palves@redhat.com>
15353
15354 * common/forward-scope-exit.h
15355 (forward_scope_exit::forward_scope_exit): Pass arguments to
15356 m_bind_function directly, instead of creating a std::bind and
15357 copying that.
15358
15359 2019-01-24 Alan Hayward <alan.hayward@arm.com>
15360
15361 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15362 for static members.
15363 (pass_in_v_vfp_candidate): Likewise.
15364
15365 2019-01-23 Tom Tromey <tom@tromey.com>
15366 Pedro Alves <palves@redhat.com>
15367
15368 * regcache.c (class regcache_invalidator): Remove.
15369 (regcache::raw_write): Use make_scope_exit.
15370
15371 2019-01-23 Tom Tromey <tom@tromey.com>
15372
15373 * ui-out.h (class ui_out_emit_type): Update comment.
15374
15375 2019-01-23 Tom Tromey <tom@tromey.com>
15376
15377 * infrun.c (fetch_inferior_event): Update comment.
15378
15379 2019-01-23 Tom Tromey <tom@tromey.com>
15380 Pedro Alves <palves@redhat.com>
15381
15382 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15383 parameter.
15384 (fetch_inferior_event): Use SCOPE_EXIT.
15385
15386
15387 2019-01-23 Tom Tromey <tom@tromey.com>
15388 Pedro Alves <palves@redhat.com>
15389
15390 * infrun.c (disable_thread_events): Delete.
15391 (stop_all_threads): Use SCOPE_EXIT.
15392
15393 2019-01-23 Tom Tromey <tom@tromey.com>
15394 Pedro Alves <palves@redhat.com>
15395
15396 * symfile.c: Include forward-scope-exit.h.
15397 (clear_symtab_users_cleanup): Replace forward declaration with
15398 a FORWARD_SCOPE_EXIT.
15399 (syms_from_objfile_1): Use the forward_scope_exit and
15400 gdb::optional instead of cleanup_function.
15401 (reread_symbols): Use the forward_scope_exit instead of
15402 cleanup_function.
15403 (clear_symtab_users_cleanup): Remove function.
15404
15405 2019-01-23 Tom Tromey <tom@tromey.com>
15406 Pedro Alves <palves@redhat.com>
15407
15408 * linux-nat.c: Include scope-exit.h.
15409 (cleanup_target_stop): Remove.
15410 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15411 SCOPE_EXIT.
15412
15413 2019-01-23 Tom Tromey <tom@tromey.com>
15414 Pedro Alves <palves@redhat.com>
15415
15416 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15417 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15418
15419 2019-01-23 Tom Tromey <tom@tromey.com>
15420 Andrew Burgess <andrew.burgess@embecosm.com>
15421 Pedro Alves <palves@redhat.com>
15422
15423 * infrun.c (fetch_inferior_event): Use scope_exit.
15424 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15425 * top.c (execute_command): Use scope_exit.
15426 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15427 * utils.c (do_bpstat_clear_actions_cleanup)
15428 (make_bpstat_clear_actions_cleanup): Remove.
15429
15430 2019-01-23 Tom Tromey <tom@tromey.com>
15431 Pedro Alves <palves@redhat.com>
15432
15433 * infrun.c: Include "common/scope-exit.h"
15434 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15435 (wait_for_inferior): Use SCOPE_EXIT.
15436 (fetch_inferior_event): Use scope_exit.
15437
15438 2019-01-23 Tom Tromey <tom@tromey.com>
15439 Pedro Alves <palves@redhat.com>
15440
15441 * breakpoint.c (create_breakpoint): Remove cleanup.
15442
15443 2019-01-23 Tom Tromey <tom@tromey.com>
15444 Andrew Burgess <andrew.burgess@embecosm.com>
15445 Pedro Alves <palves@redhat.com>
15446
15447 2019-01-23 Pedro Alves <palves@redhat.com>
15448
15449 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15450
15451 2019-01-23 Pedro Alves <palves@redhat.com>
15452 Andrew Burgess <andrew.burgess@embecosm.com>
15453
15454 * gdbthread.h: Include "common/forward-scope-exit.h".
15455 (scoped_finish_thread_state): Redefine custom class in terms of
15456 forward_scope_exit.
15457
15458 2019-01-23 Pedro Alves <palves@redhat.com>
15459 Andrew Burgess <andrew.burgess@embecosm.com>
15460
15461 * common/forward-scope-exit.h: New file.
15462
15463 2019-01-23 Pedro Alves <palves@redhat.com>
15464 Andrew Burgess <andrew.burgess@embecosm.com>
15465 Tom Tromey <tom@tromey.com>
15466
15467 * common/scope-exit.h: New file.
15468
15469 2019-01-23 Pedro Alves <palves@redhat.com>
15470
15471 * common/preprocessor.h (ESC): Rename to ...
15472 (ESC_PARENS): ... this.
15473 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15474 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15475
15476 2019-01-23 Tom Tromey <tom@tromey.com>
15477
15478 * language.h (class scoped_switch_to_sym_language_if_auto):
15479 Initialize m_lang in both cases.
15480
15481 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15482
15483 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15484 with XCNEW.
15485
15486 2019-01-22 Tom Tromey <tom@tromey.com>
15487
15488 * corelow.c: Do not include sys/file.h.
15489
15490 2019-01-22 Tom Tromey <tom@tromey.com>
15491
15492 * tui/tui-wingeneral.h: Include gdb_curses.h.
15493
15494 2019-01-22 Tom Tromey <tom@tromey.com>
15495
15496 * source-cache.h (class source_cache) <get_source_lines,
15497 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15498
15499 2019-01-22 Tom Tromey <tom@tromey.com>
15500
15501 * remote-fileio.h (struct remote_target): Declare.
15502
15503 2019-01-22 Tom Tromey <tom@tromey.com>
15504
15505 * python/py-arch.c: Do not include py-ref.h.
15506 * python/py-bpevent.c: Do not include py-ref.h.
15507 * python/py-cmd.c: Do not include py-ref.h.
15508 * python/py-continueevent.c: Do not include py-ref.h.
15509 * python/py-event.h: Do not include py-ref.h.
15510 * python/py-evtregistry.c: Do not include py-ref.h.
15511 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15512 * python/py-frame.c: Do not include py-ref.h.
15513 * python/py-framefilter.c: Do not include py-ref.h.
15514 * python/py-function.c: Do not include py-ref.h.
15515 * python/py-infevents.c: Do not include py-ref.h.
15516 * python/py-linetable.c: Do not include py-ref.h.
15517 * python/py-objfile.c: Do not include py-ref.h.
15518 * python/py-param.c: Do not include py-ref.h.
15519 * python/py-prettyprint.c: Do not include py-ref.h.
15520 * python/py-progspace.c: Do not include py-ref.h.
15521 * python/py-symbol.c: Do not include py-ref.h.
15522 * python/py-symtab.c: Do not include py-ref.h.
15523 * python/py-type.c: Do not include py-ref.h.
15524 * python/py-unwind.c: Do not include py-ref.h.
15525 * python/py-utils.c: Do not include py-ref.h.
15526 * python/py-value.c: Do not include py-ref.h.
15527 * python/py-varobj.c: Do not include py-ref.h.
15528 * python/py-xmethods.c: Do not include py-ref.h.
15529 * python/python.c: Do not include py-ref.h.
15530 * varobj.c: Do not include py-ref.h.
15531
15532 2019-01-22 Tom Tromey <tom@tromey.com>
15533
15534 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15535 keyword for bcache.
15536
15537 2019-01-22 Tom Tromey <tom@tromey.com>
15538
15539 * compile/compile-cplus-types.c: Remove a comment by #include.
15540
15541 2019-01-22 Tom Tromey <tom@tromey.com>
15542
15543 * compile/gcc-c-plugin.h: Include compile-internal.h.
15544
15545 2019-01-22 Tom Tromey <tom@tromey.com>
15546
15547 * stabsread.c (EXTERN): Do not define.
15548 (symnum, next_symbol_text_func, processing_gcc_compilation)
15549 (within_function, global_sym_chain, global_stabs)
15550 (previous_stab_code, this_object_header_files)
15551 (n_this_object_header_files)
15552 (n_allocated_this_object_header_files): Define.
15553 * stabsread.h (EXTERN): Never define. Use "extern".
15554
15555 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15556
15557 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15558 history_value.
15559
15560 2019-01-21 Tom Tromey <tom@tromey.com>
15561
15562 * ui-out.c: Fix includes.
15563 * tui/tui-source.c: Fix includes.
15564 * target.c: Fix includes.
15565 * remote.c: Fix includes.
15566 * regcache.c: Fix includes.
15567 * python/py-block.c: Fix includes.
15568 * printcmd.c: Fix includes.
15569 * or1k-tdep.c: Fix includes.
15570 * mi/mi-main.c: Fix includes.
15571 * m32r-tdep.c: Fix includes.
15572 * csky-tdep.c: Fix includes.
15573 * compile/compile-cplus-types.c: Fix includes.
15574 * cli/cli-interp.c: Fix includes.
15575
15576 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15577
15578 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15579 for padding.
15580
15581 2019-01-16 Tom Tromey <tom@tromey.com>
15582
15583 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15584 earlier.
15585 (struct objfile) <msymbols_range>: Move from top level.
15586 <msymbols>: New method.
15587 (class objfile_msymbols): Remove.
15588 * symtab.c (default_collect_symbol_completion_matches_break_on):
15589 Update.
15590 * symmisc.c (dump_msymbols): Update.
15591 * stabsread.c (scan_file_globals): Update.
15592 * objc-lang.c (info_selectors_command, info_classes_command)
15593 (find_methods): Update.
15594 * minsyms.c (find_solib_trampoline_target): Update.
15595 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15596 * coffread.c (coff_symfile_read): Update.
15597 * ada-lang.c (ada_lookup_simple_minsym)
15598 (ada_collect_symbol_completion_matches): Update.
15599
15600 2019-01-16 Tom Tromey <tom@tromey.com>
15601
15602 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15603 type. Remove no-argument constructor.
15604 <iterator::operator++>: Simplify.
15605 <begin>: Update.
15606 <end>: Use minimal_symbol_count.
15607
15608 2019-01-16 Tom Tromey <tom@tromey.com>
15609
15610 * objfiles.h (struct objfile) <psymtabs>: New method.
15611 (class objfile_psymtabs): Remove.
15612 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15613 typedef.
15614 <range>: New method.
15615 (require_partial_symbols): Change return type.
15616 * psymtab.c (require_partial_symbols)
15617 (psym_expand_symtabs_matching): Update.
15618 * mdebugread.c (parse_partial_symbols): Update.
15619 * dbxread.c (dbx_end_psymtab): Update.
15620
15621 2019-01-15 Tom Tromey <tom@tromey.com>
15622
15623 * symtab.c (lookup_objfile_from_block)
15624 (lookup_symbol_in_objfile_symtabs)
15625 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15626 (find_line_symtab, info_sources_command)
15627 (default_collect_symbol_completion_matches_break_on)
15628 (make_source_files_completion_list): Update.
15629 * symmisc.c (print_objfile_statistics, dump_objfile)
15630 (maintenance_print_symbols, maintenance_info_symtabs)
15631 (maintenance_check_symtabs, maintenance_info_line_tables):
15632 Update.
15633 * source.c (select_source_symtab)
15634 (forget_cached_source_info_for_objfile): Update.
15635 * objfiles.h (class objfile_compunits): Remove.
15636 (struct objfile) <compunits_range>: New typedef.
15637 (compunits): New method.
15638 * objfiles.c (objfile_relocate1): Update.
15639 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15640 * maint.c (count_symtabs_and_blocks): Update.
15641 * linespec.c (iterate_over_all_matching_symtabs): Update.
15642 * cp-support.c (add_symbol_overload_list_qualified): Update.
15643 * coffread.c (coff_symtab_read): Update.
15644 * ada-lang.c (add_nonlocal_symbols)
15645 (ada_collect_symbol_completion_matches)
15646 (ada_add_global_exceptions): Update.
15647
15648 2019-01-15 Tom Tromey <tom@tromey.com>
15649
15650 * progspace.h (program_space) <objfiles_safe_range>: New
15651 typedef.
15652 <objfiles_safe>: New method.
15653 * objfiles.h (class all_objfiles_safe): Remove.
15654 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15655 * jit.c (jit_inferior_exit_hook): Update.
15656
15657 2019-01-17 Tom Tromey <tom@tromey.com>
15658
15659 * progspace.h (program_space) <objfiles_range>: New typedef.
15660 <objfiles>: New method.
15661 <objfiles_head>: Rename from objfiles.
15662 (object_files): Update.
15663 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15664 * guile/scm-pretty-print.c
15665 (ppscm_find_pretty_printer_from_objfiles): Update.
15666 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15667 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15668 Update.
15669 * python/py-progspace.c (pspy_get_objfiles): Update.
15670 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15671 Update.
15672 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15673 (objfpy_lookup_objfile_by_build_id): Update.
15674 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15675 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15676 Update.
15677 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15678 (expand_symtab_containing_pc, lookup_objfile_from_block)
15679 (lookup_static_symbol, basic_lookup_transparent_type)
15680 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15681 (find_line_symtab, info_sources_command)
15682 (default_collect_symbol_completion_matches_break_on)
15683 (make_source_files_completion_list, find_main_name): Update.
15684 * symmisc.c (print_symbol_bcache_statistics)
15685 (print_objfile_statistics, maintenance_print_symbols)
15686 (maintenance_print_msymbols, maintenance_print_objfiles)
15687 (maintenance_info_symtabs, maintenance_check_symtabs)
15688 (maintenance_expand_symtabs, maintenance_info_line_tables):
15689 Update.
15690 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15691 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15692 (map_overlay_command, unmap_overlay_command)
15693 (simple_overlay_update, expand_symtabs_matching)
15694 (map_symbol_filenames): Update.
15695 * symfile-debug.c (set_debug_symfile): Update.
15696 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15697 Update.
15698 * source.c (select_source_symtab, forget_cached_source_info):
15699 Update.
15700 * solib.c (solib_read_symbols): Update.
15701 * solib-spu.c (append_ocl_sos): Update.
15702 * psymtab.c (maintenance_print_psymbols)
15703 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15704 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15705 * printcmd.c (info_symbol_command): Update.
15706 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15707 Update.
15708 * objfiles.h (class all_objfiles): Remove.
15709 * objfiles.c (have_partial_symbols, have_full_symbols)
15710 (have_minimal_symbols, qsort_cmp, update_section_map)
15711 (shared_objfile_contains_address_p)
15712 (default_iterate_over_objfiles_in_search_order): Update.
15713 * objc-lang.c (info_selectors_command, info_classes_command)
15714 (find_methods): Update.
15715 * minsyms.c (find_solib_trampoline_target): Update.
15716 * maint.c (maintenance_info_sections)
15717 (maintenance_translate_address, count_symtabs_and_blocks):
15718 Update.
15719 * main.c (captured_main_1): Update.
15720 * linux-thread-db.c (try_thread_db_load_from_pdir)
15721 (has_libpthread): Update.
15722 * linespec.c (iterate_over_all_matching_symtabs)
15723 (search_minsyms_for_name): Update.
15724 * jit.c (jit_find_objf_with_entry_addr): Update.
15725 * hppa-tdep.c (find_unwind_entry)
15726 (hppa_lookup_stub_minimal_symbol): Update.
15727 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15728 Update.
15729 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15730 (elf_gnu_ifunc_resolve_by_got): Update.
15731 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15732 * dwarf-index-write.c (save_gdb_index_command): Update.
15733 * cp-support.c (add_symbol_overload_list_qualified): Update.
15734 * breakpoint.c (create_overlay_event_breakpoint)
15735 (create_longjmp_master_breakpoint)
15736 (create_std_terminate_master_breakpoint)
15737 (create_exception_master_breakpoint): Update.
15738 * blockframe.c (find_pc_partial_function): Update.
15739 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15740 (ada_collect_symbol_completion_matches)
15741 (ada_add_global_exceptions): Update.
15742
15743 2019-01-17 Tom Tromey <tom@tromey.com>
15744
15745 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15746 declare VEC.
15747 (solib_target_parse_libraries): Change return type.
15748 (library_list_start_segment, library_list_start_section)
15749 (library_list_end_library, library_list_start_library); Update.
15750 (solib_target_free_library_list): Remove.
15751 (solib_target_parse_libraries): Remove cleanup. Change return
15752 type.
15753 (solib_target_current_sos): Update.
15754
15755 2019-01-17 Tom Tromey <tromey@bapiya>
15756
15757 * valprint.c: Replace "the the" with "the".
15758 * symtab.c: Replace "the the" with "the".
15759 * solib.c: Replace "the the" with "the".
15760 * solib-dsbt.c: Replace "the the" with "the".
15761 * linespec.c: Replace "the the" with "the".
15762 * dwarf2loc.h: Replace "the the" with "the".
15763 * amd64-windows-tdep.c: Replace "the the" with "the".
15764 * aarch64-tdep.c: Replace "the the" with "the".
15765
15766 2019-01-16 Keith Seitz <keiths@redhat.com>
15767
15768 PR gdb/23773
15769 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15770 <builder>: Rename to ..
15771 <m_builder>: ... this and make private.
15772 (dwarf2_cu::get_builder): New method. Change all users of
15773 `builder' to use this method.
15774 (dwarf2_start_symtab): Move to ...
15775 (dwarf2_cu::start_symtab): ... here. Update all callers
15776 (setup_type_unit_groups): Move to ...
15777 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15778 callers.
15779 (dwarf2_cu::reset_builder): New method.
15780 (process_full_compunit, process_full_type_unit): Use
15781 dwarf2_cu::reset_builder.
15782 (follow_die_offset): Record the ancestor CU if it is different
15783 from the followed DIE's CU.
15784 (follow_die_sig_1): Likewise.
15785
15786 2019-01-15 Tom Tromey <tom@tromey.com>
15787
15788 * remote.c (class remote_state) <buf>: Now a char_vector.
15789 <buf_size>: Remove.
15790 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15791 parameter.
15792 (remote_target::getpkt_or_notif_sane_1)
15793 (remote_target::getpkt_sane)
15794 (remote_target::getpkt_or_notif_sane): Likewise.
15795 (class remote_target) <putpkt>: New overload.
15796 (remote_target::read_frame): Change type of "buf_p". Remove
15797 sizeof_p parameter.
15798 (packet_ok): New overload.
15799 (packet_check_result): New overload.
15800 Update all uses.
15801
15802 2019-01-14 Tom Tromey <tom@tromey.com>
15803
15804 * remote-notif.c (handle_notification, remote_notif_ack)
15805 (remote_notif_parse): Make "buf" const.
15806 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15807 const.
15808 (remote_notif_parse, remote_notif_ack, handle_notification):
15809 Likewise.
15810 * remote.c (remote_notif_stop_parse): Make "buf" const.
15811 (remote_target::remote_parse_stop_reply): Make "buf" const.
15812 (remote_notif_stop_ack): Make "buf" const.
15813
15814 2019-01-14 Tom Tromey <tom@tromey.com>
15815
15816 * remote.c (remote_console_output): Make parameter const.
15817
15818 2019-01-14 Tom Tromey <tom@tromey.com>
15819
15820 * target-debug.h (target_debug_print_signals): Constify.
15821 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15822 * procfs.c (procfs_target::pass_signals): Update.
15823 * linux-nat.c (linux_nat_target::pass_signals): Update.
15824 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15825 * target-delegates.c: Rebuild.
15826 * remote.c (remote_target::program_signals): Update.
15827 (remote_target::pass_signals): Update.
15828 * target.c (target_pass_signals): Constify argument.
15829 (target_program_signals): Likewise.
15830 * target.h (struct target_ops) <pass_signals, program_signals>:
15831 Constify argument.
15832 (target_pass_signals, target_program_signals): Constify argument.
15833
15834 2019-01-14 Tom Tromey <tom@tromey.com>
15835
15836 PR tui/28819:
15837 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15838
15839 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15840
15841 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15842 field.
15843 * rs6000-tdep.c: Include reggroups.h.
15844 (IS_V_ALIAS_PSEUDOREG): Define.
15845 (rs6000_register_name): Return names for the "vX" aliases.
15846 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15847 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15848 aliases. Call default_register_reggroup_p for all other
15849 pseudo-registers.
15850 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15851 New functions.
15852 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15853 Handle "vX" aliases.
15854 (v_alias_pseudo_register_collect): New function.
15855 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15856 (rs6000_gdbarch_init): Initialize "vX" aliases as
15857 pseudo-registers. Restore registration of
15858 rs6000_pseudo_register_reggroup_p with
15859 set_tdesc_pseudo_register_reggroup_p.
15860
15861 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15862
15863 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15864 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15865 set_gdbarch_num_pseudo_regs.
15866
15867 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15868
15869 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15870 Remove arg prefixname, add do_set and do_show.
15871 Add member functions set_list and show_list.
15872 * cli/cli-style.c (class cli_style_option): Update accordingly.
15873 (style_set_list): Move to file scope.
15874 (style_show_list): Likewise.
15875 (set_style): Call help_list.
15876 (show_style): Call cmd_show_list.
15877 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15878 Update to use the new macro.
15879
15880 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15881
15882 * ada-lang.c (_initialize_ada_language): Expand the help text
15883 for the "catch exception" command.
15884
15885 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15886
15887 * symtab.c (matching_obj_sections): Initialize obj,
15888 declare it closer to its usage.
15889
15890 2019-01-10 Tom Tromey <tom@tromey.com>
15891
15892 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15893 (basic_inf_threads_range): Remove.
15894 (inf_threads_range, inf_non_exited_threads_range)
15895 (safe_inf_threads_range): Use next_adapter.
15896
15897 2019-01-10 Keith Seitz <keiths@redhat.com>
15898
15899 PR gdb/23712
15900 PR symtab/23010
15901 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15902 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15903
15904 2019-01-10 Keith Seitz <keiths@redhat.com>
15905
15906 PR gdb/23712
15907 PR symtab/23010
15908 * dictionary.c (pending_to_vector): Remove.
15909 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15910 Remove _1 suffix, replacing functions of the same name. Update
15911 all callers.
15912 (dict_create_hashed, dict_create_hashed_expandable)
15913 (dict_create_linear, dict_create_linear_expandable, dict_free)
15914 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15915 Make functions static.
15916
15917 2019-01-10 Keith Seitz <keiths@redhat.com>
15918
15919 PR gdb/23712
15920 PR symtab/23010
15921 * dictionary.h (struct dictionary): Replace declaration with
15922 multidictionary.
15923 (dict_create_hashed, dict_create_hashed_expandable)
15924 (dict_create_linear, dict_create_linear_expandable)
15925 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15926 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15927 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15928 taking multidictionary argument.
15929 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15930 * block.h (struct block) <dict>: Change to multidictionary
15931 and rename `multidict'.
15932 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15933 symmisc.c: Update all dictionary references to multidictionary.
15934
15935 2019-01-10 Keith Seitz <keiths@redhat.com>
15936
15937 PR gdb/23712
15938 PR symtab/23010
15939 * dictionary.c: Include unordered_map.
15940 (pending_to_vector): New function.
15941 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15942 Rewrite the non-"_1" functions to take vector instead
15943 of linked list.
15944 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15945 "new" _1 versions of the same name.
15946 (multidictionary): Define.
15947 (std::hash<enum language): New definition.
15948 (collate_pending_symbols_by_language, mdict_create_hashed)
15949 (mdict_create_hashed_expandable, mdict_create_linear)
15950 (mdict_create_linear_expandable, mdict_free)
15951 (find_language_dictionary, create_new_language_dictionary)
15952 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15953 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15954 (mdict_size, mdict_empty): New functions.
15955 * dictionary.h (mdict_iterator): Define.
15956
15957 2019-01-10 Pedro Alves <palves@redhat.com>
15958
15959 * breakpoint.c (read_uploaded_action)
15960 (create_tracepoint_from_upload): Adjust to use
15961 gdb::unique_xmalloc_ptr.
15962 * ctf.c (ctf_write_uploaded_tp):
15963 (SET_ARRAY_FIELD): Use emplace_back.
15964 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15965 * tracefile-tfile.c (tfile_write_uploaded_tp):
15966 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15967 gdb::unique_xmalloc_ptr.
15968 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15969 at_string, cond_string, cmd_strings>: Replace char pointers
15970 with gdb::unique_xmalloc_ptr.
15971
15972 2019-01-10 Pedro Alves <palves@redhat.com>
15973
15974 * solib-target.c (library_list_start_library): Don't xstrdup name.
15975
15976 2019-01-10 Pedro Alves <palves@redhat.com>
15977
15978 * mdebugread.c (parse_partial_symbols): Use
15979 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15980
15981 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15982
15983 * linux-fork.c (scoped_switch_fork_info)
15984 <~scoped_switch_fork_info>: Fix incorrect variable name.
15985
15986 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15987
15988 * linux-fork.c (scoped_switch_fork_info)
15989 <scoped_switch_fork_info>: Make explicit.
15990 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15991
15992 2019-01-10 Tom Tromey <tom@tromey.com>
15993
15994 * objfiles.h (objfile::reset_psymtabs): Update.
15995 * objfiles.c (objfile::objfile): Update.
15996 * psymtab.h (psymtab_storage::obstack): Update.
15997 (psymtab_storage::m_obstack): Use gdb::optional.
15998 (class psymtab_storage): Update comment. Remove objfile
15999 parameter.
16000 * psymtab.c (psymtab_storage::psymtab_storage): Update.
16001
16002 2019-01-10 Tom Tromey <tom@tromey.com>
16003
16004 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
16005 <free_psymtabs>: Now private.
16006 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
16007 (allocate_psymtab): Use new method.
16008
16009 2019-01-10 Tom Tromey <tom@tromey.com>
16010
16011 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
16012 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
16013 * mdebugread.c (parse_partial_symbols): Use
16014 allocate_dependencies.
16015 * dwarf2read.c (dwarf2_create_include_psymtab): Use
16016 allocate_dependencies.
16017 (process_psymtab_comp_unit_reader)
16018 (build_type_psymtab_dependencies): Likewise.
16019 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
16020
16021 2019-01-10 Tom Tromey <tom@tromey.com>
16022
16023 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
16024 PSYMBOL_SET_LANGUAGE.
16025 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
16026
16027 2019-01-10 Tom Tromey <tom@tromey.com>
16028
16029 * psymtab.h (psymtab_storage::obstack): New method.
16030 <m_obstack>: Rename from obstack; now private.
16031 * psymtab.c (psymtab_storage): Update.
16032 * dwarf2read.c (create_addrmap_from_index)
16033 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
16034 Update.
16035
16036 2019-01-10 Tom Tromey <tom@tromey.com>
16037
16038 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
16039 * objfiles.h (objfile::reset_psymtabs): New method.
16040
16041 2019-01-10 Tom Tromey <tom@tromey.com>
16042
16043 * symmisc.c (print_symbol_bcache_statistics): Update.
16044 (print_objfile_statistics): Update.
16045 * symfile.c (reread_symbols): Update.
16046 * psymtab.h (class psymtab_storage): New.
16047 * psymtab.c (psymtab_storage): New constructor.
16048 (~psymtab_storage): New destructor.
16049 (require_partial_symbols): Update.
16050 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
16051 (find_pc_sect_psymtab, find_pc_sect_psymbol)
16052 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
16053 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
16054 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
16055 (start_psymtab_common, end_psymtab_common)
16056 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
16057 (allocate_psymtab): Update.
16058 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
16059 Update.
16060 (dump_psymtab_addrmap, maintenance_print_psymbols)
16061 (maintenance_check_psymtabs): Update.
16062 (class objfile_psymtabs): Move to objfiles.h.
16063 * psympriv.h (discard_psymtab): Now inline.
16064 (psymtab_discarder::psymtab_discarder): Update.
16065 (psymtab_discarder::~psymtab_discarder): Update.
16066 (ALL_OBJFILE_PSYMTABS): Rewrite.
16067 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
16068 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
16069 Remove fields.
16070 <partial_symtabs>: New field.
16071 (class objfile_psymtabs): Move from psymtab.h. Update.
16072 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
16073 psymbol_cache.
16074 (objfile::~objfile): Don't destroy psymbol_cache.
16075 * mdebugread.c (parse_partial_symbols): Update.
16076 * dwarf2read.c (create_addrmap_from_index)
16077 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
16078 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
16079 (add_partial_subprogram, dwarf2_ranges_read): Update.
16080 * dwarf-index-write.c (write_address_map)
16081 (write_one_signatured_type, recursively_write_psymbols)
16082 (class debug_names, class debug_names, write_psymtabs_to_index):
16083 Update.
16084
16085 2019-01-10 Tom Tromey <tom@tromey.com>
16086
16087 * symtab.h (SYMBOL_SET_NAMES): Update.
16088 (symbol_set_names): Update.
16089 (MSYMBOL_SET_NAMES): Update.
16090 * symtab.c (symbol_set_names): Change argument to be an
16091 objfile_per_bfd_storage.
16092 * psymtab.c (add_psymbol_to_bcache): Update.
16093 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
16094
16095 2019-01-10 Tom Tromey <tom@tromey.com>
16096
16097 * symtab.c (create_demangled_names_hash): Change argument to be an
16098 objfile_per_bfd_storage.
16099 (symbol_set_names): Update.
16100
16101 2019-01-10 Tom Tromey <tom@tromey.com>
16102
16103 * xcoffread.c (xcoff_initial_scan): Unconditionally call
16104 init_psymbol_list.
16105 * psymtab.c (init_psymbol_list): Do nothing if already called.
16106 * psympriv.h (init_psymbol_list): Add comment.
16107 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
16108 init_psymbol_list.
16109 * dbxread.c (dbx_symfile_read): Unconditionally call
16110 init_psymbol_list.
16111
16112 2019-01-10 Tom Tromey <tom@tromey.com>
16113
16114 * xcoffread.c (scan_xcoff_symtab): Update.
16115 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
16116 "where".
16117 * mdebugread.c (parse_partial_symbols)
16118 (handle_psymbol_enumerators): Update.
16119 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
16120 * dbxread.c (read_dbx_symtab): Update.
16121 * psympriv.h (psymbol_placement): New enum.
16122 (add_psymbol_to_list): Update.
16123
16124 2019-01-10 Tom Tromey <tom@tromey.com>
16125
16126 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
16127 static_psymbols parameters.
16128 (scan_xcoff_symtab): Update.
16129 * psymtab.c (start_psymtab_common): Remove global_psymbols and
16130 static_psymbols parameters.
16131 * psympriv.h (start_psymtab_common): Update.
16132 * mdebugread.c (parse_partial_symbols): Update.
16133 * dwarf2read.c (create_partial_symtab): Update.
16134 * dbxread.c (read_dbx_symtab): Update.
16135 (start_psymtab): Remove global_psymbols and static_psymbols
16136 parameters.
16137
16138 2019-01-10 Tom Tromey <tom@tromey.com>
16139
16140 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
16141 * psymtab.c (allocate_psymtab): Add comment.
16142 * psympriv.h (allocate_psymtab): Add comment.
16143 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
16144 initializations.
16145 * dbxread.c (dbx_end_psymtab): Remove some initializations.
16146
16147 2019-01-10 Tom Tromey <tom@tromey.com>
16148
16149 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
16150 Don't declare.
16151 * mipsread.c: Include mdebugread.h.
16152 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
16153 Declare.
16154 * elfread.c: Include mdebugread.h.
16155
16156 2019-01-09 Tom Tromey <tom@tromey.com>
16157
16158 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
16159 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
16160 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
16161 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
16162 (psym_lookup_symbol, psym_find_last_source_symtab)
16163 (psym_forget_cached_source_info, psym_print_stats)
16164 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
16165 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
16166 (psym_map_matching_symbols, psym_expand_symtabs_matching)
16167 (psym_find_compunit_symtab_by_address)
16168 (maintenance_print_psymbols, maintenance_info_psymtabs)
16169 (maintenance_check_psymtabs): Use ranged for.
16170 * psymtab.h (class objfile_psymtabs): New.
16171 (require_partial_symbols): Return objfile_psymtabs.
16172 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
16173
16174 2019-01-09 Tom Tromey <tom@tromey.com>
16175
16176 * symfile.c (overlay_invalidate_all, find_pc_overlay)
16177 (find_pc_mapped_section, list_overlays_command)
16178 (map_overlay_command, unmap_overlay_command)
16179 (simple_overlay_update): Use all_objfiles.
16180 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
16181 * printcmd.c (info_symbol_command): Use all_objfiles.
16182 * objfiles.h (ALL_OBJSECTIONS): Remove.
16183 * maint.c (maintenance_translate_address): Use all_objfiles.
16184 * gcore.c (gcore_create_callback): Use all_objfiles.
16185 (objfile_find_memory_regions): Likewise.
16186
16187 2019-01-09 Tom Tromey <tom@tromey.com>
16188
16189 * symtab.c (find_line_symtab, info_sources_command)
16190 (make_source_files_completion_list): Use objfile_compunits.
16191 * source.c (select_source_symtab): Use objfile_compunits.
16192 * objfiles.h (struct objfile): Update comment.
16193 (ALL_OBJFILES): Remove.
16194 (ALL_FILETABS): Remove.
16195 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
16196 objfile_compunits.
16197
16198 2019-01-09 Tom Tromey <tom@tromey.com>
16199
16200 * symmisc.c (print_objfile_statistics, dump_objfile)
16201 (maintenance_print_symbols): Use compunit_filetabs.
16202 * source.c (forget_cached_source_info_for_objfile): Use
16203 compunit_filetabs.
16204 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
16205 (ALL_FILETABS): Use compunit_filetabs.
16206 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
16207 * coffread.c (coff_symtab_read): Use compunit_filetabs.
16208
16209 2019-01-09 Tom Tromey <tom@tromey.com>
16210
16211 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
16212 (compunit_filetabs): New.
16213 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
16214 compunit_filetabs.
16215 (info_sources_command, make_source_files_completion_list): Remove
16216 declaration.
16217 * symmisc.c (print_objfile_statistics, dump_objfile)
16218 (maintenance_print_symbols): Remove declaration.
16219 (maintenance_info_symtabs): Use compunit_filetabs.
16220 (maintenance_info_line_tables): Likewise.
16221 * source.c (select_source_symtab): Change local variable name.
16222 (forget_cached_source_info_for_objfile): Remove declaration.
16223 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
16224 * objfiles.c (objfile_relocate1): Remove declaration.
16225 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
16226 declaration.
16227 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
16228 * coffread.c (coff_symtab_read): Remove declaration.
16229 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
16230 compunit_filetabs.
16231
16232 2019-01-09 Tom Tromey <tom@tromey.com>
16233
16234 * symtab.c (lookup_objfile_from_block)
16235 (find_pc_sect_compunit_symtab, search_symbols)
16236 (default_collect_symbol_completion_matches_break_on): Use
16237 objfile_compunits.
16238 * objfiles.h (ALL_COMPUNITS): Remove.
16239 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
16240 * cp-support.c (add_symbol_overload_list_qualified): Use
16241 objfile_compunits.
16242 * ada-lang.c (ada_collect_symbol_completion_matches)
16243 (ada_add_global_exceptions): Use objfile_compunits.
16244
16245 2019-01-09 Tom Tromey <tom@tromey.com>
16246
16247 * source.c (select_source_symtab)
16248 (forget_cached_source_info_for_objfile): Remove declaration.
16249 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
16250 declaration.
16251 * maint.c (count_symtabs_and_blocks): Remove declaration.
16252 * cp-support.c (add_symbol_overload_list_qualified): Remove
16253 declaration.
16254 * coffread.c (coff_symtab_read): Remove declaration.
16255 * symtab.c (lookup_symbol_in_objfile_symtabs)
16256 (basic_lookup_transparent_type_1): Use objfile_compunits.
16257 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
16258 (info_sources_command, search_symbols)
16259 (default_collect_symbol_completion_matches_break_on)
16260 (make_source_files_completion_list): Remove declaration.
16261 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
16262 (ada_collect_symbol_completion_matches)
16263 (ada_add_global_exceptions): Remove declaration.
16264 * linespec.c (iterate_over_all_matching_symtabs): Use
16265 objfile_compunits.
16266 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
16267 (class objfile_compunits): New.
16268 (ALL_COMPUNITS): Use objfile_compunits.
16269 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
16270 (maintenance_check_symtabs, maintenance_info_line_tables): Use
16271 objfile_compunits.
16272 * objfiles.c (objfile_relocate1): Use objfile_compunits.
16273
16274 2019-01-09 Tom Tromey <tom@tromey.com>
16275
16276 * symtab.c (search_symbols)
16277 (default_collect_symbol_completion_matches_break_on): Use
16278 objfile_msymbols.
16279 * ada-lang.c (ada_lookup_simple_minsym)
16280 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
16281 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
16282 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
16283 objfile_msymbols.
16284 * coffread.c (coff_symfile_read): Use objfile_msymbols.
16285 * symmisc.c (dump_msymbols): Use objfile_msymbols.
16286 * objc-lang.c (find_methods): Use objfile_msymbols.
16287 (info_selectors_command, info_classes_command): Likewise.
16288 * stabsread.c (scan_file_globals): Use objfile_msymbols.
16289 * objfiles.h (class objfile_msymbols): New.
16290 (ALL_OBJFILE_MSYMBOLS): Remove.
16291 (ALL_MSYMBOLS): Remove.
16292
16293 2019-01-09 Tom Tromey <tom@tromey.com>
16294
16295 * common/next-iterator.h (next_adapter): Add Iterator template
16296 parameter.
16297 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
16298 (class all_objfiles_safe): New.
16299 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
16300 * objfiles.c (put_objfile_before): Update comment.
16301 (add_separate_debug_objfile): Likewise.
16302 (free_all_objfiles): Use all_objfiles_safe.
16303 (objfile_purge_solibs): Likewise.
16304
16305 2019-01-09 Tom Tromey <tom@tromey.com>
16306
16307 * symtab.c (iterate_over_symtabs, matching_obj_sections)
16308 (expand_symtab_containing_pc, lookup_static_symbol)
16309 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
16310 (find_symbol_at_address, find_line_symtab, find_main_name): Use
16311 all_objfiles.
16312 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
16313 * breakpoint.c (create_overlay_event_breakpoint)
16314 (create_longjmp_master_breakpoint)
16315 (create_std_terminate_master_breakpoint)
16316 (create_exception_master_breakpoint): Use all_objfiles.
16317 * linux-thread-db.c (try_thread_db_load_from_pdir)
16318 (has_libpthread): Use all_objfiles.
16319 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
16320 * linespec.c (iterate_over_all_matching_symtabs)
16321 (search_minsyms_for_name): Use all_objfiles.
16322 * maint.c (maintenance_info_sections): Use all_objfiles.
16323 * main.c (captured_main_1): Use all_objfiles.
16324 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
16325 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
16326 * guile/scm-pretty-print.c
16327 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
16328 * solib-spu.c (append_ocl_sos): Use all_objfiles.
16329 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
16330 (maintenance_print_msymbols): Use all_objfiles.
16331 * source.c (select_source_symtab): Use all_objfiles.
16332 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
16333 * symfile.c (remove_symbol_file_command)
16334 (expand_symtabs_matching, map_symbol_filenames): Use
16335 all_objfiles.
16336 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
16337 all_objfiles.
16338 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
16339 * objc-lang.c (find_methods): Use all_objfiles.
16340 * objfiles.c (have_partial_symbols, have_full_symbols)
16341 (have_minimal_symbols, qsort_cmp)
16342 (default_iterate_over_objfiles_in_search_order): Use
16343 all_objfiles.
16344 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
16345 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
16346 (maintenance_check_psymtabs): Use all_objfiles.
16347 (ALL_PSYMTABS): Remove.
16348 * compile/compile-object-run.c (do_module_cleanup): Use
16349 all_objfiles.
16350 * blockframe.c (find_pc_partial_function): Use all_objfiles.
16351 * cp-support.c (add_symbol_overload_list_qualified): Use
16352 all_objfiles.
16353 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
16354 Use all_objfiles.
16355 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
16356 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
16357 all_objfiles.
16358 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
16359 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
16360 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
16361 Uses all_objfiles.
16362 * solib.c (solib_read_symbols): Use all_objfiles
16363
16364 2019-01-09 Tom Tromey <tom@tromey.com>
16365
16366 * probe.c (parse_probes_in_pspace): Use all_objfiles.
16367 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
16368 all_objfiles.
16369 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
16370 * symmisc.c (print_symbol_bcache_statistics)
16371 (print_objfile_statistics, maintenance_print_objfiles)
16372 (maintenance_info_symtabs, maintenance_check_symtabs)
16373 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
16374 all_objfiles.
16375 * source.c (forget_cached_source_info): Use all_objfiles.
16376 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16377 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16378 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16379 * objfiles.c (update_section_map): Use all_objfiles.
16380 (shared_objfile_contains_address_p): Likewise.
16381 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16382 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16383
16384 2019-01-09 Tom Tromey <tom@tromey.com>
16385
16386 * common/next-iterator.h: New file.
16387 * objfiles.h (class all_objfiles): New.
16388 (struct objfile_iterator): New.
16389
16390 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16391
16392 * NEWS: Move the description of the changed "frame", "select-frame",
16393 and "info frame" commands to the Changed commands section.
16394
16395 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16396
16397 * gdbtypes.c (check_stub_method_group): Remove handling of old
16398 mangling schemes.
16399 * linespec.c (find_methods): Likewise.
16400 * stabsread.c (read_member_functions): Likewise.
16401 * valops.c (search_struct_method): Likewise.
16402 (value_struct_elt_for_reference): Likewise.
16403 * NEWS: Mention this change.
16404
16405 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16406
16407 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16408 print_source_lines.
16409 * source.c (print_source_lines_base): Update line number check.
16410 (print_source_lines): New function.
16411 (source_lines_range::source_lines_range): New function.
16412 * source.h (class source_lines_range): New class.
16413 (print_source_lines): New declaration.
16414
16415 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16416
16417 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16418
16419 2019-01-08 Tom Tromey <tom@tromey.com>
16420 Simon Marchi <simon.marchi@ericsson.com>
16421
16422 PR gdb/24060
16423 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16424 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16425 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16426 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16427 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16428 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16429
16430 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16431
16432 * source.c (select_source_symtab): Move header comment to
16433 declaration in source.h.
16434 (forget_cached_source_info_for_objfile): Likewise.
16435 (forget_cached_source_info): Likewise.
16436 (identify_source_line): Likewise.
16437 * source.h (identify_source_line): Move declaration from symtab.h
16438 and add comment from source.c
16439 (print_source_lines): Likewise.
16440 (forget_cached_source_info_for_objfile): Likewise.
16441 (forget_cached_source_info): Likewise.
16442 (select_source_symtab): Likewise.
16443 (enum print_source_lines_flag): Move definition from symtab.h.
16444 * symtab.h (identify_source_line): Move declaration to source.h.
16445 (print_source_lines): Likewise.
16446 (forget_cached_source_info_for_objfile): Likewise.
16447 (forget_cached_source_info): Likewise.
16448 (select_source_symtab): Likewise.
16449 (enum print_source_lines_flag): Move definition to source.h.
16450 * tui/tui-hooks.c: Add 'source.h' include.
16451
16452 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16453
16454 * source.c (print_source_lines_base): Handle requests to print
16455 reverse line number sequences, and guard against empty lines
16456 string.
16457
16458 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16459
16460 * source.c (print_source_lines_base): Fix skip of '\r' if next
16461 character is '\n'.
16462
16463 2019-01-06 Tom Tromey <tom@tromey.com>
16464
16465 * c-exp.y (struct c_parse_state) <macro_original_text,
16466 expansion_obstack>: New member.
16467 (macro_original_text, expansion_obstack): Remove globals.
16468 (scan_macro_expansion, scanning_macro_expansion)
16469 (finished_macro_expansion): Update.
16470 (scan_macro_cleanup): Remove.
16471 (yylex, c_parse): Update.
16472
16473 2019-01-06 Tom Tromey <tom@tromey.com>
16474
16475 * c-exp.y (struct c_parse_state) <strings>: New member.
16476 (operator_stoken): Update.
16477
16478 2019-01-06 Tom Tromey <tom@tromey.com>
16479
16480 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16481 (union type_stack_elt) <typelist_val>: Now a pointer to
16482 std::vector.
16483 (type_stack_cleanup): Don't declare.
16484 (push_typelist): Update.
16485 * parse.c (pop_typelist): Return a std::vector.
16486 (push_typelist): Take a std::vector.
16487 (follow_types): Update. Do not free args.
16488 (type_stack_cleanup): Remove.
16489 * c-exp.y (struct c_parse_state): New.
16490 (cpstate): New global.
16491 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16492 (nonempty_typelist): Update.
16493 (func_mod): Create a new vector.
16494 (c_parse): Create a c_parse_state.
16495 (check_parameter_typelist): Do not delete params.
16496 (function_method): Update. Do not delete type_list.
16497
16498 2019-01-06 Tom Tromey <tom@tromey.com>
16499
16500 PR gdb/28155:
16501 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16502 check_typedef.
16503 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16504 (print_return_value): Likewise.
16505
16506 2019-01-05 Tom Tromey <tom@tromey.com>
16507
16508 * contrib/cleanup_check.py: Remove.
16509 * contrib/gcc-with-excheck: Remove.
16510 * contrib/exsummary.py: Remove.
16511 * contrib/excheck.py: Remove.
16512
16513 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16514
16515 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16516 NULL. Initialize tpprev to NULL instead of assigning it
16517 to NULL on the next statement.
16518 * windows-nat.c (windows_delete_thread): Remove check for
16519 main_thread_id before printing thread exit notifications.
16520 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16521 Remove thread ID check against main_thread_id.
16522 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16523 windows_delete_thread.
16524 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16525
16526 2019-01-04 Tom Tromey <tom@tromey.com>
16527
16528 * compile/compile.c (_initialize_compile): Use upper case for
16529 metasyntactic variables.
16530 * symmisc.c (_initialize_symmisc): Use upper case for
16531 metasyntactic variables.
16532 * psymtab.c (_initialize_psymtab): Use upper case for
16533 metasyntactic variables.
16534 * demangle.c (demangle_command): Use upper case for metasyntactic
16535 variables.
16536 (_initialize_demangler): Likewise.
16537 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16538 variables.
16539
16540 2019-01-03 Tom Tromey <tom@tromey.com>
16541
16542 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16543
16544 2019-01-03 Tom Tromey <tom@tromey.com>
16545
16546 * python/py-symtab.c (salpy_str): Update.
16547 (struct salpy_sal_object) <symtab>: Now a PyObject.
16548 (salpy_dealloc): Update.
16549 (del_objfile_sal): Use gdbpy_ref.
16550
16551 2019-01-03 Tom Tromey <tom@tromey.com>
16552
16553 * python/py-type.c (convert_field): Use new_reference. Return
16554 gdbpy_ref.
16555 (make_fielditem): Return gdbpy_ref.
16556 (typy_fields): Update.
16557 (typy_getitem): Update.
16558 (field_name): Return gdbpy_ref. Use new_reference.
16559 (typy_iterator_iternext): Update.
16560
16561 2019-01-03 Tom Tromey <tom@tromey.com>
16562
16563 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16564
16565 2019-01-03 Tom Tromey <tom@tromey.com>
16566
16567 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16568 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16569 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16570 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16571 (pspy_set_type_printers): Likewise.
16572 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16573 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16574 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16575 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16576 (objfpy_set_type_printers): Likewise.
16577
16578 2019-01-03 Tom Tromey <tom@tromey.com>
16579
16580 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16581 (gdbpy_print_stack): Use gdbpy_err_fetch.
16582 * python/python-internal.h (class gdbpy_err_fetch): New class.
16583 (class gdbpy_enter) <m_error_type, m_error_value,
16584 m_error_traceback>: Remove.
16585 <m_error>: New member.
16586 (gdbpy_exception_to_string): Don't declare.
16587 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16588 * python/py-value.c (convert_value_from_python): Use
16589 gdbpy_err_fetch.
16590 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16591 gdbpy_exception_to_string.
16592 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16593 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16594 gdbpy_err_fetch.
16595
16596 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16597
16598 * linux-nat.c (delete_lwp_cleanup): Delete.
16599 (struct lwp_deleter): New struct.
16600 (lwp_info_up): New typedef.
16601 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16602 lwp_info_up.
16603
16604 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16605
16606 * linux-fork.c (class scoped_switch_fork_info): New class.
16607 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16608
16609 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16610
16611 * valops.c (find_overload_match): Remove use of null_cleanup, and
16612 calls to do_cleanups.
16613
16614 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16615
16616 * compile/compile-cplus-types.c
16617 (compile_cplus_instance::decl_name): Handle changes to
16618 cp_func_name.
16619 * cp-support.c (cp_func_name): Update header comment, update
16620 return type.
16621 * cp-support.h (cp_func_name): Update return type in declaration.
16622 * valops.c (find_overload_match): Move temp_func local to top
16623 level of function and change its type. Use temp_func to hold and
16624 delete temporary string obtained from cp_func_name.
16625
16626 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16627
16628 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16629 gdb::char_vector, remove cleanup, and update uses of `msg`.
16630
16631 2019-01-03 Jim Wilson <jimw@sifive.com>
16632
16633 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16634
16635 2019-01-02 Tom Tromey <tom@tromey.com>
16636
16637 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16638 (tdesc_parse_xml): Remove cleanups.
16639 * target-descriptions.h (make_cleanup_free_target_description):
16640 Don't declare.
16641 (target_desc_deleter): New struct.
16642 (target_desc_up): New typedef.
16643 * target-descriptions.c (target_desc_deleter::operator()): Rename
16644 from free_target_description.
16645 (make_cleanup_free_target_description): Remove.
16646
16647 2019-01-02 Tom Tromey <tom@tromey.com>
16648
16649 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16650 constructor, destructor.
16651 (linespec_parser): Remove typedef.
16652 (~linespec_parser): Rename from linespec_parser_delete.
16653 (linespec_lex_to_end, linespec_complete_label)
16654 (linespec_complete): Update.
16655 (decode_line_full): Remove cleanups.
16656 (decode_line_1): Update.
16657
16658 2019-01-02 Tom Tromey <tom@tromey.com>
16659
16660 * python/python-internal.h (inferior_to_inferior_object): Change
16661 return type.
16662 * python/py-exitedevent.c (create_exited_event_object): Update.
16663 * python/py-inferior.c (inferior_to_inferior_object): Return
16664 gdbpy_ref.
16665 (python_new_inferior, python_inferior_deleted)
16666 (thread_to_thread_object, delete_thread_object)
16667 (build_inferior_list, gdbpy_selected_inferior): Update.
16668 * python/py-infthread.c (create_thread_object): Update. Also fail
16669 if inferior_to_inferior_object fails.
16670
16671 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16672
16673 * inferior.h (class inferior) <displaced_step_state>: New field.
16674 * infrun.h (struct displaced_step_state): Move here from
16675 infrun.c. Initialize fields, add constructor.
16676 <inf>: Remove field.
16677 <reset>: New method.
16678 * infrun.c (struct displaced_step_inferior_state): Move to
16679 infrun.h.
16680 (displaced_step_inferior_states): Remove.
16681 (get_displaced_stepping_state): Adust.
16682 (displaced_step_in_progress_any_inferior): Adjust.
16683 (displaced_step_in_progress_thread): Adjust.
16684 (displaced_step_in_progress): Adjust.
16685 (add_displaced_stepping_state): Remove.
16686 (get_displaced_step_closure_by_addr): Adjust.
16687 (remove_displaced_stepping_state): Remove.
16688 (infrun_inferior_exit): Call displaced_step_state.reset.
16689 (use_displaced_stepping): Don't check for NULL.
16690 (displaced_step_prepare_throw): Call
16691 get_displaced_stepping_state.
16692 (displaced_step_fixup): Don't check for NULL.
16693 (prepare_for_detach): Don't check for NULL.
16694
16695 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16696
16697 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16698 in case of call that did not complete.
16699
16700 2019-01-02 Andrey Utkin <autkin@undo.io>
16701
16702 * symfile.c (find_separate_debug_file): Fix search of debug files for
16703 remote debuggee.
16704
16705 2019-01-02 Tom Tromey <tom@tromey.com>
16706
16707 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16708 indentation.
16709 * python/py-frame.c (frapy_older): Remove cast.
16710 (frapy_newer): Likewise.
16711 * python/py-breakpoint.c (local_setattro): Remove cast.
16712 * python/py-arch.c (archpy_name): Remove local variable.
16713 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16714
16715 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16716
16717 * unittests/basic_string_view/element_access/char/empty.cc:
16718 Fix year range in copyright header.
16719
16720 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16721
16722 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16723 Delete.
16724 <operator==>: Update with for removed field.
16725 <hash>: Likewise.
16726 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16727 <isa_features>: ...this.
16728 <abi_features>: New field.
16729 (riscv_isa_flen): Update comment.
16730 (riscv_abi_xlen): New declaration.
16731 (riscv_abi_flen): New declaration.
16732 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16733 isa_features.
16734 (riscv_abi_xlen): New function.
16735 (riscv_isa_flen): Update to get answer from isa_features.
16736 (riscv_abi_flen): New function.
16737 (riscv_has_fp_abi): Update to get answer from abi_features.
16738 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16739 xlen and flen.
16740 (riscv_call_info) <xlen, flen>: Update comment.
16741 (riscv_call_arg_struct): Remove invalid assertions
16742 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16743 is removed.
16744 (riscv_gdbarch_init): Gather isa features and abi features
16745 separately, ensure both match on the gdbarch when reusing an old
16746 gdbarch. Relax an error check to allow 32-bit abi float to run on
16747 a target with 64-bit float hardware.
16748
16749 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16750
16751 * source.c (search_command_helper): Stop reverse search
16752 when line 1 has been searched.
16753
16754 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16755
16756 * record-full.c (record_full_base_target::close): Rewrite
16757 record_full_core_buf_list free logic.
16758
16759 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16760
16761 * break-catch-syscall.c (print_one_catch_syscall): xfree
16762 the last text.
16763
16764 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16765
16766 * top.c (print_gdb_version): Update Copyright year in version
16767 message.
16768
16769 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16770
16771 Update copyright year range in all GDB files.
16772
16773 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16774
16775 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16776
16777 For older changes see ChangeLog-2018.
16778 \f
16779 Local Variables:
16780 mode: change-log
16781 left-margin: 8
16782 fill-column: 74
16783 version-control: never
16784 coding: utf-8
16785 End:
16786
This page took 0.407755 seconds and 4 git commands to generate.