Fix indentation in scoped_mmap.h
[binutils-gdb.git] / gdb / ChangeLog
1 2018-07-24 Simon Marchi <simon.marchi@ericsson.com>
2
3 * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
4
5 2018-07-24 Tom Tromey <tom@tromey.com>
6
7 * utils.c (malloc, realloc, free): Don't declare.
8 * configure, config.in: Rebuild.
9 * configure.ac: Don't check for declarations of free, malloc, or
10 realloc.
11
12 2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
13
14 * aarch64-linux-nat.c
15 (aarch64_linux_nat_target::stopped_data_address): Remove unused
16 variable.
17 * arm-linux-nat.c (fetch_regs): Likewise.
18 (store_regs): Likewise.
19 (fetch_vfp_regs): Likewise.
20 (store_vfp_regs): Likewise.
21 (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
22 (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
23 (arm_linux_nat_target::insert_watchpoint): Likewise.
24 (arm_linux_nat_target::remove_watchpoint): Likewise.
25 * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
26 Likewise.
27 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
28 Likewise.
29 * ppc-linux-nat.c (fetch_register): Likewise.
30 (fetch_all_gp_regs): Likewise.
31 (fetch_ppc_registers): Likewise.
32 (store_all_gp_regs): Likewise.
33 (store_ppc_registers): Likewise.
34 (hwdebug_insert_point): Likewise.
35 (can_use_watchpoint_cond_accel): Likewise.
36 * remote-sim.c (gdb_os_write_stdout): Likewise.
37
38 2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
39 Tom Tromey <tom@tromey.com>
40
41 * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
42 test for it.
43 * configure: Rebuild.
44
45 2018-07-22 Tom Tromey <tom@tromey.com>
46
47 * regformats/regdat.sh: Define xmltarget_${name} inside
48 #ifndef IN_PROCESS_AGENT.
49
50 2018-07-22 Tom Tromey <tom@tromey.com>
51
52 * value.c (value_fetch_lazy_bitfield): Remove unused variable.
53
54 2018-07-22 Tom Tromey <tom@tromey.com>
55
56 * symfile.c (reread_symbols): Notify iter, not objfile.
57
58 2018-07-22 Tom Tromey <tom@tromey.com>
59
60 * ravenscar-thread.c (ravenscar_thread_target::store_registers):
61 Use arch_ops.
62 (ravenscar_thread_target::prepare_to_store): Likewise.
63
64 2018-07-22 Tom Tromey <tom@tromey.com>
65
66 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
67 unused variable. Call value_fetch_lazy when needed.
68 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
69 Remove unused variable. Call value_fetch_lazy when needed.
70
71 2018-07-22 Tom Tromey <tom@tromey.com>
72
73 * m32c-tdep.c (mark_dma): Return void.
74 (make_regs): Remove unused declarations.
75
76 2018-07-22 Tom Tromey <tom@tromey.com>
77
78 * guile/scm-cmd.c (gdbscm_dont_repeat): Call
79 cmdscm_get_valid_command_smob_arg_unsafe for effect.
80 * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
81 bkscm_get_valid_block_smob_arg_unsafe for effect.
82
83 2018-07-22 Tom Tromey <tom@tromey.com>
84
85 * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
86 value_type.
87
88 2018-07-22 Tom Tromey <tom@tromey.com>
89
90 * windows-nat.c (saved_context): Conditionally define.
91 * remote.c (remote_target::remote_btrace_maybe_reopen):
92 Conditionally declare "warned".
93 * inflow.c (sigquit_ours): Conditionally define.
94 (new_tty): Move "tty" declaration inside #if.
95 * guile/guile.c (guile_datadir): Conditionally define.
96 * charset.c (set_be_le_names): Move some declarations inside #if.
97 * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
98 #if.
99 (parse_xml_btrace_conf): Likewise.
100
101 2018-07-22 Tom Tromey <tom@tromey.com>
102
103 * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
104
105 2018-07-22 Tom Tromey <tom@tromey.com>
106
107 * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
108 * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
109 (vlscm_convert_typed_value_from_scheme): Remove unused variable.
110 * buildsym-legacy.c (get_macro_table): Remove unused variable.
111 * stack.c (frame_apply_level_command): Remove unused variable.
112 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
113 * sparc64-tdep.c (adi_examine_command): Remove unused variable.
114 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
115 unused variable.
116 * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
117 * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
118 * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
119 variable.
120 * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
121 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
122 variable.
123 * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
124 Remove unused variable.
125 * cli/cli-script.c (recurse_read_control_structure): Remove unused
126 variable.
127 * common/tdesc.c (print_xml_feature::visit): Remove unused
128 variable.
129 * compile/compile-object-load.c (store_regs): Remove unused
130 variables.
131 * complaints.c (clear_complaints): Remove unused variable.
132 * corelow.c (core_target_open): Remove unused variable.
133 * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
134 variable.
135 * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
136 variable.
137 * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
138 variable.
139 * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
140 variable.
141 * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
142 variable.
143 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
144 variable.
145 * ia64-tdep.c (examine_prologue): Remove unused variable.
146 * infcall.c (run_inferior_call): Remove unused variable.
147 * inferior.c (exit_inferior): Remove unused variable.
148 * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
149 * linespec.c (decode_line_2): Remove unused variable.
150 * linux-nat.c (super_close): Remove.
151 * linux-tdep.c (linux_info_proc): Remove unused variable.
152 * mi/mi-main.c (mi_execute_command): Remove unused variable.
153 * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
154 Remove unused variable.
155 * parse.c (find_minsym_type_and_address): Remove unused variable.
156 * printcmd.c (info_symbol_command, printf_floating): Remove unused
157 variable.
158 * python/py-breakpoint.c (bppy_set_commands): Remove unused
159 variable.
160 * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
161 variables.
162 * record-btrace.c (record_btrace_target::store_registers): Remove
163 unused variable.
164 (cmd_show_record_btrace_cpu): Remove unused variable.
165 * riscv-tdep.c (riscv_register_reggroup_p)
166 (riscv_push_dummy_call, riscv_return_value): Remove unused
167 variable.
168 * rust-exp.y (literal): Remove unused variable.
169 * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
170 unused variable.
171 <STRUCTOP_ANONYMOUS>: Likewise.
172 * s390-linux-tdep.c (s390_linux_init_abi_31)
173 (s390_linux_init_abi_64): Remove unused variable.
174 * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
175 (file_select_thread, net_windows_open, _initialize_ser_windows):
176 Remove unused variables.
177 * symtab.c (find_pc_sect_line): Remove unused variable.
178 * target-memory.c (compute_garbled_blocks): Remove unused
179 variable.
180 (target_write_memory_blocks): Remove unused variable.
181 * target.c (target_stack::unpush): Remove unused variables.
182 * tracepoint.c (start_tracing, all_tracepoint_actions)
183 (merge_uploaded_trace_state_variables)
184 (print_one_static_tracepoint_marker): Remove unused variable.
185 * unittests/basic_string_view/element_access/char/1.cc (test01):
186 Remove unused variable.
187 * windows-nat.c (windows_continue, windows_add_all_dlls)
188 (do_initial_windows_stuff, windows_nat_target::create_inferior):
189 Remove unused variables.
190
191 2018-07-21 Simon Marchi <simon.marchi@polymtl.ca>
192
193 * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
194 attr_profile in HAVE_ELF.
195 * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
196 HAVE_ELF.
197
198 2018-07-20 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * frame.c (frame_register_unwind): Change parameter name.
201 (frame_unwind_register): Likewise.
202 (frame_unwind_register_value): Likewise.
203 (frame_unwind_register_signed): Likewise.
204 (frame_unwind_register_unsigned): Likewise.
205 * frame.h (frame_register_unwind): Likewise.
206 (frame_unwind_register): Likewise.
207 (frame_unwind_register_value): Likewise.
208 (frame_unwind_register_signed): Likewise.
209 (frame_unwind_register_unsigned): Likewise.
210 (frame_unwind_arch): Likewise.
211
212 2018-07-20 Maciej W. Rozycki <macro@mips.com>
213
214 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
215 ISA maintenance.
216
217 2018-07-20 Maciej W. Rozycki <macro@mips.com>
218
219 * mips-linux-nat.c (mips_linux_nat_target::read_description):
220 Call `get_ptrace_pid' rather than extracting the ptrace PID by
221 hand.
222
223 2018-07-20 Keith Seitz <keiths@redhat.com>
224
225 * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
226 m_main_subfile, m_comp_dir, m_producer, m_debugformat,
227 m_compunit_symtab, m_language>: Add "m_" prefix.
228 Update all uses.
229 * buildsym.c: Update all uses.
230
231 2018-07-20 Tom Tromey <tom@tromey.com>
232
233 * buildsym-legacy.h (record_line): Don't use record_line_ftype.
234 * buildsym.h (record_line_ftype): Remove typedef.
235
236 2018-07-20 Tom Tromey <tom@tromey.com>
237
238 * buildsym-legacy.h (augment_type_symtab): Don't declare.
239 (end_expandable_symtab): Likewise.
240 (end_symtab_get_static_block): Likewise.
241 (end_symtab_from_static_block): Likewise.
242 * buildsym-legacy.c (augment_type_symtab): Remove.
243 (end_expandable_symtab): Remove.
244 (end_symtab_get_static_block): Remove.
245 (end_symtab_from_static_block): Remove.
246
247 2018-07-20 Tom Tromey <tom@tromey.com>
248
249 * dwarf2read.c: Include buildsym.h.
250 (struct dwarf2_cu) <builder>: New method.
251 (fixup_go_packaging): Update.
252 (process_full_comp_unit, process_full_type_unit): Update. Don't
253 use scoped_free_pendings.
254 (using_directives): Add "cu" parameter, remove "language".
255 (read_import_statement, setup_type_unit_groups, )
256 (read_func_scope, read_lexical_block_scope)
257 (dwarf2_record_block_ranges, read_namespace): Update.
258 (lnp_state_machine::lnp_state_machine): Add cu parameter.
259 (lnp_state_machine::handle_end_sequence): Update.
260 (class lnp_state_machine) <m_cu>: New member.
261 <m_record_line_callback>: Remove.
262 <m_currently_recording_lines>: New member.
263 (lnp_state_machine::handle_set_file): Update.
264 (noop_record_line): Remove.
265 (dwarf_record_line_p): Add cu parameter.
266 (dwarf_record_line_1, dwarf_finish_line): Likewise.
267 (lnp_state_machine::record_line)
268 (lnp_state_machine::lnp_state_machine)
269 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
270 (dwarf_decode_lines): Update.
271 (dwarf2_start_subfile): Add cu parameter.
272 (dwarf2_start_symtab, new_symbol): Update.
273 (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
274 Remove dwarf2_per_objfile parameter.
275 (dwarf_decode_macros): Update.
276
277 2018-07-20 Tom Tromey <tom@tromey.com>
278
279 * stabsread.c (define_symbol): Update.
280 * buildsym-legacy.h (get_buildsym_compunit): Declare.
281 * dwarf2read.c (new_symbol): Update.
282 * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
283 * cp-namespace.c: Include buildsym.h.
284 (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
285 * buildsym-legacy.c (get_buildsym_compunit): New function.
286
287 2018-07-20 Tom Tromey <tom@tromey.com>
288
289 * xcoffread.c: Include buildsym-legacy.h.
290 * windows-nat.c: Include buildsym-legacy.h.
291 * stabsread.c: Include buildsym-legacy.h.
292 * mdebugread.c: Include buildsym-legacy.h.
293 * buildsym-legacy.h: New file.
294 * buildsym-legacy.c: New file, from buildsym.c.
295 * go32-nat.c: Include buildsym-legacy.h.
296 * dwarf2read.c: Include buildsym-legacy.h.
297 * dbxread.c: Include buildsym-legacy.h.
298 * cp-namespace.c: Include buildsym-legacy.h.
299 * coffread.c: Include buildsym-legacy.h.
300 * buildsym.h: Move some contents to buildsym-legacy.h.
301 * buildsym.c: Include buildsym-legacy.h. Move many functions to
302 buildsym-legacy.c.
303 * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
304
305 2018-07-20 Tom Tromey <tom@tromey.com>
306
307 * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
308 * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
309 (buildsym_compunit::buildsym_compunit)
310 (buildsym_compunit::~buildsym_compunit)
311 (buildsym_compunit::get_macro_table): Define.
312
313 2018-07-20 Tom Tromey <tom@tromey.com>
314
315 * buildsym.c (reset_symtab_globals): Remove.
316 (buildsym_compunit::end_symtab_from_static_block): Update.
317 (buildsym_compunit::augment_type_symtab): Update.
318 (end_symtab_from_static_block): Call free_buildsym_compunit.
319 (augment_type_symtab, end_symtab, end_expandable_symtab):
320 Likewise.
321
322 2018-07-20 Tom Tromey <tom@tromey.com>
323
324 * arch-utils.c: Do not include buildsym.h.
325 * mipsread.c: Do not include buildsym.h.
326 * machoread.c: Do not include buildsym.h.
327 * elfread.c: Do not include buildsym.h.
328
329 2018-07-20 Tom Tromey <tom@tromey.com>
330
331 * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
332 initialization.
333 (buildsym_compunit): Add new constructor.
334 (struct buildsym_compunit) <get_last_source_file, finish_block,
335 record_block_range, start_subfile, patch_subfile_names,
336 push_subfile, pop_subfile, record_line, get_compunit_symtab,
337 set_last_source_start_addr, get_last_source_start_addr,
338 get_local_using_directives, set_local_using_directives,
339 get_global_using_directives, outermost_context_p,
340 get_current_context_stack, get_context_stack_depth,
341 get_current_subfile, get_local_symbols, get_file_symbols,
342 get_global_symbols, record_debugformat, record_producer,
343 push_context, pop_context, end_symtab_get_static_block,
344 end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
345 New public methods.
346 <record_pending_block, finish_block_internal, make_blockvector,
347 watch_main_source_file_lossage, end_symtab_with_blockvector>: New
348 private methods.
349 Update all users.
350
351 2018-05-22 Tom Tromey <tom@tromey.com>
352
353 * buildsym.c (record_pending_block): Move earlier. Remove objfile
354 parameter.
355 (finish_block_internal): Update.
356
357 2018-07-20 Tom Tromey <tom@tromey.com>
358
359 * buildsym.c (record_pending_block): Move earlier. Remove objfile
360 parameter.
361 (finish_block_internal): Update.
362
363 2018-07-20 Tom Tromey <tom@tromey.com>
364
365 * buildsym.h (EXTERN): Don't define or undef.
366 * buildsym.c (EXTERN): Don't define.
367
368 2018-07-20 Tom Tromey <tom@tromey.com>
369
370 * buildsym.c: Remove TODO comment.
371
372 2018-07-20 Tom Tromey <tom@tromey.com>
373
374 * coffread.c (coff_symtab_read): Update.
375 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
376 (xcoff_new_init): Update.
377 * mipsread.c (mipscoff_new_init): Update.
378 * mdebugread.c (mdebug_build_psymtabs): Update.
379 * elfread.c (elf_new_init): Update.
380 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
381 Update.
382 * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
383 (coffstab_build_psymtabs, elfstab_build_psymtabs)
384 (stabsect_build_psymtabs): Update.
385 * buildsym.h (buildsym_init): Don't declare.
386 * buildsym.c: Update comment.
387 (prepare_for_building): Remove.
388 (start_symtab, restart_symtab): Update.
389 (reset_symtab_globals): Update comment.
390 (buildsym_init): Remove.
391
392 2018-07-20 Tom Tromey <tom@tromey.com>
393
394 * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
395 * stabsread.c (patch_block_stabs, define_symbol, read_type)
396 (read_enum_type, common_block_start, common_block_end)
397 (cleanup_undefined_types_1, finish_global_stabs): Update.
398 * mdebugread.c (psymtab_to_symtab_1): Update.
399 * dwarf2read.c (fixup_go_packaging, read_func_scope)
400 (read_lexical_block_scope, new_symbol): Update.
401 * dbxread.c (process_one_symbol): Update.
402 * coffread.c (coff_symtab_read, process_coff_symbol)
403 (coff_read_enum_type): Update.
404 * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
405 declare.
406 (get_local_symbols, get_file_symbols, get_global_symbols): New
407 functions.
408 * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
409 m_global_symbols.
410 <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
411 (~scoped_free_pendings): Update.
412 (finish_block, prepare_for_building, reset_symtab_globals)
413 (end_symtab_get_static_block, end_symtab_with_blockvector)
414 (augment_type_symtab, push_context): Update.
415 (get_local_symbols, get_file_symbols, get_global_symbols): New
416 functions.
417 (buildsym_init): Update.
418
419 2018-07-20 Tom Tromey <tom@tromey.com>
420
421 * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
422 (process_full_type_unit): Likewise.
423 (dwarf2_start_symtab): Set list_in_scope.
424
425 2018-07-20 Tom Tromey <tom@tromey.com>
426
427 * dwarf2read.c (process_psymtab_comp_unit_reader)
428 (build_type_psymtabs_reader): Do not set list_in_scope.
429
430 2018-07-20 Tom Tromey <tom@tromey.com>
431
432 * buildsym.c (free_pendings): Remove.
433 (add_symbol_to_list, scoped_free_pendings)
434 (finish_block_internal, buildsym_init): Update.
435
436 2018-07-20 Tom Tromey <tom@tromey.com>
437
438 * xcoffread.c (read_xcoff_symtab): Update.
439 * dwarf2read.c (read_func_scope, read_lexical_block_scope):
440 Update.
441 * dbxread.c (process_one_symbol): Update.
442 * coffread.c (coff_symtab_read): Update.
443 * buildsym.h (finish_block): Update.
444 * buildsym.c (finish_block): Remove "listhead" argument.
445 (end_symtab_get_static_block): Update.
446
447 2018-07-20 Tom Tromey <tom@tromey.com>
448
449 * buildsym.h (class scoped_free_pendings): Remove constructor.
450 * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
451 method.
452 <m_pending_block_obstack, m_pending_blocks>: New members.
453 (pending_block_obstack, pending_blocks): Remove.
454 (scoped_free_pendings::scoped_free_pendings): Default.
455 (~scoped_free_pendings): Update.
456 (free_pending_blocks): Remove.
457 (finish_block_internal, record_pending_block, make_blockvector)
458 (end_symtab_get_static_block, augment_type_symtab, push_context)
459 (buildsym_init): Update.
460
461 2018-07-20 Tom Tromey <tom@tromey.com>
462
463 * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
464 m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
465 members.
466 (pending_addrmap, pending_addrmap_obstack)
467 (pending_addrmap_interesting): Remove.
468 (scoped_free_pendings, record_block_range, make_blockvector)
469 (prepare_for_building, reset_symtab_globals, buildsym_init):
470 Update.
471
472 2018-07-20 Tom Tromey <tom@tromey.com>
473
474 * xcoffread.c (process_linenos): Update.
475 * stabsread.c (define_symbol, read_type, read_enum_type): Update.
476 * mdebugread.c (psymtab_to_symtab_1): Update.
477 * dwarf2read.c (setup_type_unit_groups)
478 (lnp_state_machine::handle_set_file, dwarf_record_line_p)
479 (lnp_state_machine::record_line, dwarf_decode_lines): Update.
480 * dbxread.c (process_one_symbol): Update.
481 * coffread.c (coff_symtab_read, enter_linenos)
482 (process_coff_symbol): Update.
483 * buildsym.h (current_subfile): Don't declare.
484 (get_current_subfile): Declare.
485 * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
486 member.
487 (start_subfile, free_buildsym_compunit, push_subfile)
488 (prepare_for_building, start_symtab): Update.
489 (get_current_subfile): New function.
490
491 2018-07-20 Tom Tromey <tom@tromey.com>
492
493 * coffread.c (coff_symtab_read): Update.
494 * xcoffread.c (read_xcoff_symtab): Update.
495 * dwarf2read.c (new_symbol): Update.
496 (read_func_scope, read_lexical_block_scope): Update.
497 * dbxread.c (process_one_symbol): Update.
498 * buildsym.h (context_stack, context_stack_depth): Don't declare.
499 (outermost_context_p): Remove macro.
500 (outermost_context_p, get_current_context_stack)
501 (get_context_stack_depth): Declare.
502 (pop_context): Return struct context_stack.
503 * buildsym.c (struct buildsym_compunit) <m_context_stack: New
504 member.
505 (context_stack_size): Remove.
506 (INITIAL_CONTEXT_STACK_SIZE): Remove.
507 (prepare_for_building, end_symtab_get_static_block)
508 (augment_type_symtab, push_context): Update.
509 (pop_context): Return struct context_stack.
510 (outermost_context_p, get_current_context_stack)
511 (get_context_stack_depth): New functions.
512 (buildsym_init): Update.
513
514 2018-07-20 Tom Tromey <tom@tromey.com>
515
516 * rust-exp.y: Now a pure parser. Update all rules.
517 (%union): Move earlier.
518 (current_parser, work_obstack): Remove globals.
519 (rust_parser, ~rust_parser): Update.
520 (class rust_parser) <copy_name, concat3, crate_name, super_name,
521 lex_character, lex_number, lex_string, lex_identifier,
522 rust_lookup_type, convert_params_to_types, convert_ast_to_type,
523 convert_name, convert_params_to_expression,
524 convert_ast_to_expression, ast_basic_type, ast_operation,
525 ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
526 ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
527 ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
528 ast_array_type, ast_slice_type, ast_reference_type,
529 ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
530 (rust_parse): Update.
531 (rustyyerror, rustyylex): Add parser parameter.
532 (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
533 (rust_lex_stringish_test, rust_lex_test_sequence)
534 (rust_lex_test_trailing_dot, rust_lex_test_completion)
535 (rust_lex_test_push_back, rust_lex_tests): Update.
536
537 2018-07-19 Pedro Alves <palves@redhat.com>
538
539 * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
540 gdb::unique_xmalloc_ptr.
541 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
542 Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
543 * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
544 copy-initialization.
545 * guile/scm-pretty-print.c (ppscm_print_children): Use
546 gdb::unique_xmalloc_ptr instead of cleanups.
547 (gdbscm_apply_val_pretty_printer): Remove cleanups.
548 * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
549 gdb::unique_xmalloc_ptr.
550 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
551 Adjust to use gdb::unique_xmalloc_ptr.
552 * guile/scm-utils.c (extract_arg): Adjust.
553 * guile/scm-value.c (gdbscm_value_field): Adjust to use
554 gdb::unique_xmalloc_ptr instead of a cleanup.
555
556 2018-07-19 Tom Tromey <tom@tromey.com>
557
558 * utils.c (do_value_free_to_mark)
559 (make_cleanup_value_free_to_mark): Remove.
560 * utils.h (make_cleanup_value_free_to_mark): Remove.
561
562 2018-07-19 Pedro Alves <palves@redhat.com>
563
564 * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
565 forwarding reference.
566
567 2018-07-18 Pedro Alves <palves@redhat.com>
568
569 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
570 gdbscm_wrap. Use gdb::unique_xmalloc_ptr<char> instead of a
571 cleanup.
572
573 2018-07-18 Pedro Alves <palves@redhat.com>
574
575 * guile/guile-internal.h: Add comment about mixing GDB and Scheme
576 exceptions.
577 (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
578 (gdbscm_wrap): New.
579 * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
580 directly instead of a cleanup.
581 * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
582 (vlscm_unop): ... this. Reimplement using gdbscm_wrap.
583 (vlscm_binop_gdbthrow): New, factored out from ...
584 (vlscm_binop): ... this. Reimplement using gdbscm_wrap.
585 (vlscm_rich_compare): Use gdbscm_wrap.
586 * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
587 instead of a cleanup.
588 (gdbscm_lookup_global_symbol): Use xfree directly instead of a
589 cleanup.
590 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
591 Use xfree directly instead of a cleanup.
592 * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
593 Adjust to use gdbscm_wrap and scoped_value_mark.
594 (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
595 (gdbscm_value_address, gdbscm_value_dereference)
596 (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
597 scoped_value_mark.
598 (gdbscm_value_dynamic_type): Use scoped_value_mark.
599 (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
600 scoped_value_mark.
601 (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
602 gdbscm_wrap and scoped_value_mark.
603 (gdbscm_value_to_string): Use xfree directly instead of a
604 cleanup. Move 'buffer' unique_ptr to TRY scope.
605 (gdbscm_value_to_lazy_string): Use xfree directly instead of a
606 cleanup. Move 'buffer' unique_ptr to TRY scope. Use
607 scoped_value_mark.
608 (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
609 (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
610 scoped_value_mark.
611 (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
612 gdbscm_wrap.
613
614 2018-07-18 Tom de Vries <tdevries@suse.de>
615
616 * findvar.c (default_read_var_value): Also resolve dynamic type for
617 LOC_OPTIMIZED_OUT vars.
618
619 2018-07-18 Maciej W. Rozycki <macro@mips.com>
620
621 * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
622 decoding.
623
624 2018-07-17 Tom Tromey <tom@tromey.com>
625
626 * guile/scm-param.c (pascm_set_func, pascm_show_func)
627 (compute_enum_list, pascm_set_param_value_x)
628 (gdbscm_parameter_value): Update.
629 * guile/guile-internal.h (gdbscm_scm_to_string): Update.
630 (gdbscm_scm_to_host_string): Update.
631 * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
632 Update.
633 * guile/scm-cmd.c (cmdscm_add_completion): Update.
634 * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
635 * guile/scm-string.c (gdbscm_scm_to_string): Return
636 unique_xmalloc_ptr.
637 (gdbscm_scm_to_host_string): Likewise.
638
639 2018-07-17 Tom Tromey <tom@tromey.com>
640
641 * guile/guile.c (gdbscm_eval_from_control_command): Update.
642 * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
643 * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
644 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
645 unique_xmalloc_ptr.
646
647 2018-07-17 Tom Tromey <tom@tromey.com>
648
649 * guile/scm-param.c (pascm_signal_setshow_error): Update.
650 * guile/guile-internal.h (gdbscm_exception_message_to_string):
651 Update.
652 * guile/scm-cmd.c (cmdscm_function): Update.
653 * guile/scm-pretty-print.c
654 (ppscm_print_exception_unless_memory_error): Update.
655 * guile/scm-exception.c (gdbscm_exception_message_to_string):
656 Return unique_xmalloc_ptr.
657
658 2018-07-17 Tom Tromey <tom@tromey.com>
659
660 * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
661 Use string_printf.
662
663 2018-07-17 Jim Wilson <jimw@sifive.com>
664
665 * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
666 set_gdbarch_decr_pc_after_break. Call riscv_read_misa_reg always.
667 (riscv_gdbarch_init): Delete local has_compressed_isa. Delete now
668 unecessary braces after EF_RISCV_RVC test. Delete call to
669 set_gdbarch_decr_pc_after_break.
670
671 * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
672 RISCV_LAST_FP_REGNUM + 1.
673 (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
674
675 2018-07-17 Tom Tromey <tom@tromey.com>
676
677 * configure.ac: Remove --disable-gdbcli.
678 * configure: Rebuild.
679 * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
680 (SUBDIR_CLI_CFLAGS): Remove.
681 (SFILES): Use SUBDIR_CLI_SRCS.
682 (COMMON_OBS): Use SUBDIR_CLI_OBS.
683
684 2018-07-17 Tom Tromey <tom@tromey.com>
685
686 PR gdb/18624:
687 * coffread.c (coff_symtab_read): Use scoped_free_pendings.
688
689 2018-07-16 Jim Wilson <jimw@sifive.com>
690
691 * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
692
693 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
694
695 * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
696 variable.
697 (libunwind_frame_sniffer): Likewise.
698 (libunwind_frame_prev_register): Likewise.
699 (libunwind_sigtramp_frame_sniffer): Likewise.
700 * ia64-tdep.c (ia64_access_reg): Likewise.
701 (ia64_access_rse_reg): Likewise.
702 (ia64_libunwind_sigtramp_frame_this_id): Likewise.
703 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
704
705 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
706
707 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
708
709 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
710
711 * remote-sim.c (gdbsim_target::close,
712 gdbsim_target::mourn_inferior): Remove unused variables.
713
714 2018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
715
716 * ia64-tdep.c (ktab_buf): New global.
717 (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
718 (get_kernel_table): Adjust.
719
720 2018-07-16 Tom Tromey <tom@tromey.com>
721
722 * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
723 * dwarf2read.c (using_directives, new_symbol): Use
724 outermost_context_p.
725 * dbxread.c (process_one_symbol): Use outermost_context_p.
726 * coffread.c (coff_symtab_read): Use outermost_context_p.
727
728 2018-07-16 Tom Tromey <tom@tromey.com>
729
730 * dwarf2read.c (using_directives, read_func_scope)
731 (read_lexical_block_scope): Update.
732 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
733 * buildsym.h (local_using_directives, global_using_directives):
734 Don't declare.
735 (get_local_using_directives, set_local_using_directives)
736 (get_global_using_directives): Declare.
737 * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
738 m_global_using_directives>: New members.
739 (finish_block_internal, prepare_for_building)
740 (reset_symtab_globals, end_symtab_get_static_block)
741 (push_context): Update.
742 (get_local_using_directives, set_local_using_directives)
743 (get_global_using_directives): New functions.
744 (buildsym_init): Update.
745
746 2018-07-16 Tom Tromey <tom@tromey.com>
747
748 * xcoffread.c (xcoff_initial_scan): Don't call
749 free_pending_blocks.
750 * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
751 * buildsym.h (class scoped_free_pendings): Add constructor.
752 (free_pending_blocks): Don't declare.
753 * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
754 (free_pending_blocks): Now static.
755
756 2018-07-16 Tom Tromey <tom@tromey.com>
757
758 * buildsym.h (push_subfile, pop_subfile): Update declarations.
759 * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
760 member.
761 (struct subfile_stack): Remove.
762 (subfile_stack): Remove.
763 (push_subfile, pop_subfile, buildsym_init): Update.
764
765 2018-07-16 Tom Tromey <tom@tromey.com>
766
767 * buildsym.c (push_subfile): Use gdb_assert.
768 (pop_subfile): Use gdb_assert.
769
770 2018-07-16 Tom Tromey <tom@tromey.com>
771
772 * buildsym.h (merge_symbol_lists): Remove.
773 * buildsym.c (merge_symbol_lists): Remove.
774
775 2018-07-16 Tom Tromey <tom@tromey.com>
776
777 * stabsread.c (scan_file_globals): Update comment.
778 * stabsread.h (scan_file_globals): Move from buildsym.h.
779 * buildsym.h (scan_file_globals): Move to stabsread.h.
780
781 2018-07-16 Tom Tromey <tom@tromey.com>
782
783 * xcoffread.c (xcoff_new_init): Update.
784 * mipsread.c (mipscoff_new_init): Update.
785 * mdebugread.c (mdebug_build_psymtabs): Update.
786 * elfread.c (elf_new_init): Update.
787 * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
788 (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
789 * buildsym.h (buildsym_new_init): Don't declare.
790 * buildsym.c (buildsym_new_init): Remove.
791
792 2018-07-16 Tom Tromey <tom@tromey.com>
793
794 * stabsread.h (within_function): Move from buildsym.h.
795 * stabsread.c (start_stabs): Clear within_function.
796 * coffread.c (coff_start_symtab): Clear within_function.
797 * buildsym.h (within_function): Move to stabsread.h.
798 * buildsym.c (prepare_for_building): Update.
799
800 2018-07-16 Tom Tromey <tom@tromey.com>
801
802 * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
803 * dwarf2read.c (dwarf2_start_symtab): Don't set
804 processing_gcc_compilation.
805 * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
806
807 2018-07-16 Tom Tromey <tom@tromey.com>
808
809 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
810 (next_symbol_text_func): Move from buildsym.h.
811 * stabsread.c (hashname): Move from buildsym.c.
812 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
813 (next_symbol_text_func, hashname): Move to stabsread.h.
814 * buildsym.c: Don't include bcache.h
815 (hashname): Move to stasbread.c.
816
817 2018-07-16 Tom Tromey <tom@tromey.com>
818
819 * buildsym.h (context_stack_size): Don't declare.
820 * buildsym.c (context_stack_size): New global.
821
822 2018-07-16 Tom Tromey <tom@tromey.com>
823
824 * dbxread.c (processing_acc_compilation): New global.
825 * buildsym.h (processing_acc_compilation): Don't declare.
826
827 2018-07-16 Tom Tromey <tom@tromey.com>
828
829 * xcoffread.c (aix_process_linenos, complete_symtab): Update.
830 * dbxread.c (read_ofile_symtab): Update.
831 * coffread.c (coff_start_symtab, coff_end_symtab): Update.
832 * buildsym.h (last_source_start_addr): Remove.
833 (set_last_source_start_addr, get_last_source_start_addr):
834 Declare.
835 * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
836 parameter.
837 (struct buildsym_compunit) <m_last_source_start_addr>: New
838 member.
839 (prepare_for_building): Remove start_addr parameter.
840 (start_symtab, restart_symtab, end_symtab_get_static_block)
841 (end_symtab_with_blockvector): Update.
842 (set_last_source_start_addr, get_last_source_start_addr): New
843 functions.
844
845 2018-07-16 Tom Tromey <tom@tromey.com>
846
847 * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
848 member.
849 (have_line_numbers): Remove.
850 (record_line, prepare_for_building, end_symtab_get_static_block)
851 (augment_type_symtab): Update.
852
853 2018-07-16 Tom Tromey <tom@tromey.com>
854
855 * buildsym.c (~buildsym_compunit): Free the macro table.
856 (struct buildsym_compunit) <get_macro_table, release_macros>: New
857 methods.
858 <m_pending_macros>: New member.
859 (pending_macros): Remove.
860 (~scoped_free_pendings, get_macro_table, prepare_for_building)
861 (reset_symtab_globals, end_symtab_get_static_block)
862 (end_symtab_with_blockvector, augment_type_symtab)
863 (buildsym_init): Update.
864
865 2018-07-16 Tom Tromey <tom@tromey.com>
866
867 * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
868 parameter.
869 (buildsym_compunit::set_last_source_file): New method.
870 <m_last_source_file>: New member.
871 (prepare_for_building): Remove "name" parameter.
872 (start_symtab, restart_symtab, reset_symtab_globals): Update.
873 (last_source_file): Remove.
874 (set_last_source_file, get_last_source_file): Update.
875
876 2018-07-16 Tom Tromey <tom@tromey.com>
877
878 * buildsym.c (prepare_for_building): Add assert.
879
880 2018-07-16 Tom Tromey <tom@tromey.com>
881
882 * buildsym.c (~buildsym_compunit): Update.
883 (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
884 (start_subfile, patch_subfile_names)
885 (end_symtab_with_blockvector): Update.
886
887 2018-07-16 Tom Tromey <tom@tromey.com>
888
889 * buildsym.c (struct buildsym_compunit): Add constructor,
890 destructor, initializers.
891 (start_buildsym_compunit): Remove.
892 (free_buildsym_compunit): Use "delete".
893 (start_symtab, restart_symtab): Use "new".
894
895 2018-07-13 Simon Marchi <simon.marchi@polymtl.ca>
896
897 * symfile.c (set_objfile_default_section_offset): Remove struct
898 keyword.
899
900 2018-07-14 Stafford Horne <shorne@gmail.com>
901
902 * (Responsible Maintainers): Add myself as or1k maintainer.
903
904 2018-07-13 Tom Tromey <tom@tromey.com>
905
906 * symfile.c (set_objfile_default_section_offset): Use extra braces
907 around initializer.
908
909 2018-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
910
911 * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
912 non-branching basr.
913
914 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
915
916 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
917 unittests/cli-utils-selftests.c
918 * unittests/cli-utils-selftests.c: New file.
919
920 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
921
922 * NEWS: Mention new commands. Mention change to 'thread apply'.
923
924 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
925
926 * thread.c (thr_try_catch_cmd): New function.
927 (thread_apply_all_command): Handle qcs flags.
928 (thread_apply_command): Handle qcs flags.
929 (taas_command): New function.
930 (tfaas_command): New function.
931 (_initialize_thread): Update to setup the new commands 'taas
932 and 'tfaas'. Change doc string for 'thread apply'.
933
934 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
935
936 * stack.c: (trailing_outermost_frame): New function, mostly
937 extracted from backtrace_command_1.
938 (leading_innermost_frame): New function.
939 (backtrace_command_1): Update to call trailing_outermost_frame.
940 (frame_apply_command_count): New function.
941 (frame_apply_level_command): New function.
942 (frame_apply_all_command): New function.
943 (frame_apply_command): New function.
944 (faas_command): New function.
945 (frame_cmd_list): New variable.
946 (_initialize_stack): Update to setup the new commands 'frame apply'
947 and 'faas'.
948
949 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
950
951 * cli-utils.c (number_or_range_parser::get_number): Only handle
952 numbers or convenience var as numbers.
953 (parse_flags): New function.
954 (parse_flags_qcs): New function.
955 (number_or_range_parser::finished): Ensure parsing end is detected
956 before end of string.
957 * cli-utils.h (parse_flags): New function.
958 (parse_flags_qcs): New function.
959 (number_or_range_parser): Remove m_finished bool.
960 (number_or_range_parser::skip_range): Set m_in_range to false.
961
962 2018-07-12 Sergio Durigan Junior <sergiodj@redhat.com>
963
964 * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
965 on Windows.
966
967 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
968 Jan Kratochvil <jan.kratochvil@redhat.com>
969 Paul Fertser <fercerpav@gmail.com>
970 Tsutomu Seki <sekiriki@gmail.com>
971 Pedro Alves <palves@redhat.com>
972
973 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
974 'unittests/parse-connection-spec-selftests.c'.
975 (COMMON_SFILES): Add 'common/netstuff.c'.
976 (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
977 * NEWS (Changes since GDB 8.2): Mention IPv6 support.
978 * common/netstuff.c: New file.
979 * common/netstuff.h: New file.
980 * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
981 (wait_for_connect): Update comment. New parameter
982 'gdb::optional<int> sock' instead of 'struct serial *scb'.
983 Use 'sock' directly instead of 'scb->fd'.
984 (try_connect): New function, with code from 'net_open'.
985 (net_open): Rewrite main loop to deal with multiple
986 sockets/addresses. Handle IPv6-style hostnames; implement
987 support for IPv6 connections.
988 * unittests/parse-connection-spec-selftests.c: New file.
989
990 2018-07-11 Pedro Alves <palves@redhat.com>
991
992 PR gdb/23377
993 * remote.c (remote_target::remote_detach_pid): Call
994 set_current_process.
995
996 2018-07-11 Pedro Alves <palves@redhat.com>
997
998 * h8300-tdep.c (h8300_gdbarch_init): Remove
999 set_gdbarch_ecoff_reg_to_regnum calls.
1000
1001 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1002
1003 PR c++/23373
1004 * c-typeprint.c (c_type_print_base_struct_union): Don't print
1005 offsets/sizes for static members of a class/struct.
1006
1007 2018-07-11 Alan Hayward <alan.hayward@arm.com>
1008
1009 * target-descriptions.c (tdesc_register_bitsize): Rename.
1010 * target-descriptions.h (tdesc_register_bitsize): Likewise.
1011 * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
1012 * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
1013
1014 2018-07-10 Tom Tromey <tom@tromey.com>
1015
1016 * breakpoint.c (moribund_locations): Now static and a
1017 std::vector.
1018 (breakpoint_init_inferior, moribund_breakpoint_here_p)
1019 (build_bpstat_chain, update_global_location_list)
1020 (breakpoint_retire_moribund): Update.
1021 * breakpoint.h (bp_location_p): Remove typedef. Don't declare
1022 VEC.
1023
1024 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * riscv-tdep.c (riscv_is_fp_regno_p): New function.
1027 (riscv_register_reggroup_p): Use new function, remove unneeded
1028 parenthesis.
1029 (riscv_push_dummy_call): Extend assert to compare against xlen or
1030 flen based on register type.
1031
1032 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
1035
1036 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1037
1038 * remote.c (show_hardware_watchpoint_limit): New function.
1039 (show_hardware_watchpoint_length_limit): New function.
1040 (show_hardware_breakpoint_limit): New function.
1041 (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
1042 where appropriate, update help text.
1043
1044 2018-07-09 Tom Tromey <tom@tromey.com>
1045
1046 * Makefile.in (CDEPS): Don't mention XM_CDEPS.
1047 (CLIBS): Don't mention NAT_CLIBS.
1048
1049 2018-07-09 Tom Tromey <tom@tromey.com>
1050
1051 * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
1052 (LIBGDB_OBS, clean mostlyclean): Update.
1053 (gdb$(EXEEXT), insight$(EXEEXT)): Update.
1054
1055 2018-07-09 Tom Tromey <tom@tromey.com>
1056
1057 * Makefile.in (%.c: %.y): Use ECHO_YACC.
1058 (%.c: %.l): Use ECHO_LEX. Just fail if flex not available.
1059 * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
1060
1061 2018-07-09 Tom Tromey <tom@tromey.com>
1062
1063 * Makefile.in (ALLDEPFILES): Remove exec.c.
1064 (COMMON_OBS): Remove exec.o.
1065 (COMMON_SFILES): Add exec.c.
1066
1067 2018-07-09 Tom Tromey <tom@tromey.com>
1068
1069 * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
1070
1071 2018-07-09 Tom Tromey <tom@tromey.com>
1072
1073 * Makefile.in (clean mostlyclean): Remove stamp-version.
1074 (version.c): Depend on stamp-version.
1075 (stamp-version): New rule, from version.c rule.
1076
1077 2018-07-09 Tom Tromey <tom@tromey.com>
1078
1079 * Makefile.in (init.c): Depend on stamp-init.
1080 (stamp-init): New rule, from init.c rule.
1081 (clean mostlyclean): Remove stamp-init.
1082
1083 2018-07-09 Tom Tromey <tom@tromey.com>
1084
1085 * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
1086 SUBDIR_GCC_COMPILE_SRCS.
1087
1088 2018-07-09 Tom Tromey <tom@tromey.com>
1089
1090 * Makefile.in (init.c): Remove some unused sed rules.
1091
1092 2018-07-09 Tom Tromey <tom@tromey.com>
1093
1094 * Makefile.in (TSOBS): Remove.
1095 (INIT_FILES): Update.
1096 (LIBGDB_OBS): Update.
1097 (COMMON_SFILES): Add inflow.c.
1098 (SFILES): Remove inflow.c.
1099
1100 2018-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 * contrib/gdb-add-index.sh ($dwarf5): New, use it.
1103
1104 2018-07-07 Simon Marchi <simon.marchi@polymtl.ca>
1105
1106 * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
1107 get_saveloc_name, is_signal_frame_name, step_name,
1108 init_remote_name, create_addr_space_name,
1109 destroy_addr_space_name, search_unwind_table_name,
1110 find_dyn_list_name): Constify.
1111
1112 2018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
1113
1114 * darwin-nat.c (darwin_pthread_kill): New function.
1115 (darwin_resume_thread): Use darwin_pthread_kill.
1116
1117 2018-07-05 Tom de Vries <tdevries@suse.de>
1118
1119 * macroexp.c (macro_buffer) <operator=>: New member function.
1120
1121 2018-07-04 Tom Tromey <tom@tromey.com>
1122
1123 * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
1124
1125 2018-07-04 Simon Marchi <simon.marchi@polymtl.ca>
1126
1127 * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
1128 * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
1129 * maint.c: Likewise.
1130 * top.c: Likewise.
1131
1132 2018-07-04 Joel Brobecker <brobecker@adacore.com>
1133
1134 * NEWS: Create a new section for the next release branch.
1135 Rename the section of the current branch, now that it has
1136 been cut.
1137
1138 2018-07-04 Joel Brobecker <brobecker@adacore.com>
1139
1140 GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
1141 * version.in: Bump version to 8.2.50.DATE-git.
1142
1143 2018-07-04 Vyacheslav Barinov <v.barinov@samsung.com>
1144 Pedro Alves <palves@redhat.com>
1145
1146 * linux-nat.c (linux_init_ptrace): Rename to ...
1147 (linux_init_ptrace_procfs): ... this. Call
1148 linux_proc_init_warnings.
1149 (linux_nat_target::post_attach)
1150 (linux_nat_target::post_startup_inferior): Adjust.
1151 * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
1152 * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
1153
1154 2018-07-04 Tom de Vries <tdevries@suse.de>
1155
1156 * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
1157 check ...
1158 (read_comp_unit_head): ... here.
1159
1160 2018-07-03 Tom Tromey <tom@tromey.com>
1161
1162 * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
1163 (stop_tracing, tstatus_command)
1164 (find_matching_tracepoint_location, merge_uploaded_tracepoints)
1165 (print_one_static_tracepoint_marker): Update.
1166 * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
1167 std::vector.
1168 * breakpoint.h (breakpoint_p): Remove typedef. Don't declare
1169 VEC.
1170 (all_tracepoints, static_tracepoints_here): Return std::vector.
1171
1172 2018-07-03 Tom Tromey <tom@tromey.com>
1173
1174 * common/ptid.c (ptid_equal): Remove.
1175 * common/ptid.h (ptid_equal): Don't declare.
1176 * ada-tasks.c: Update.
1177 * breakpoint.c: Update.
1178 * common/agent.c: Update.
1179 * corelow.c: Update.
1180 * darwin-nat-info.c: Update.
1181 * darwin-nat.c: Update.
1182 * dcache.c: Update.
1183 * dtrace-probe.c: Update.
1184 * dummy-frame.c: Update.
1185 * fbsd-nat.c: Update.
1186 * frame.c: Update.
1187 * gdbthread.h: Update.
1188 * gnu-nat.c: Update.
1189 * go32-nat.c: Update.
1190 * inf-loop.c: Update.
1191 * inf-ptrace.c: Update.
1192 * infcall.c: Update.
1193 * infcmd.c: Update.
1194 * inflow.c: Update.
1195 * infrun.c: Update.
1196 * linux-fork.c: Update.
1197 * linux-nat.c: Update.
1198 * linux-thread-db.c: Update.
1199 * mi/mi-cmd-var.c: Update.
1200 * mi/mi-interp.c: Update.
1201 * mi/mi-main.c: Update.
1202 * nto-procfs.c: Update.
1203 * ppc-linux-tdep.c: Update.
1204 * procfs.c: Update.
1205 * python/py-inferior.c: Update.
1206 * python/py-record-btrace.c: Update.
1207 * python/py-record.c: Update.
1208 * ravenscar-thread.c: Update.
1209 * regcache.c: Update.
1210 * remote-sim.c: Update.
1211 * remote.c: Update.
1212 * sol-thread.c: Update.
1213 * solib.c: Update.
1214 * target.c: Update.
1215 * tui/tui-stack.c: Update.
1216 * varobj.c: Update.
1217 * windows-nat.c: Update.
1218 * windows-tdep.c: Update.
1219
1220 2018-07-03 Tom Tromey <tom@tromey.com>
1221
1222 * common/ptid.c (ptid_match): Remove.
1223 * common/ptid.h (ptid_match): Don't declare.
1224 * fbsd-nat.c: Update.
1225 * infcmd.c: Update.
1226 * infrun.c: Update.
1227 * linux-nat.c: Update.
1228 * record-btrace.c: Update.
1229 * regcache.c: Update.
1230 * remote.c: Update.
1231
1232 2018-07-03 Tom Tromey <tom@tromey.com>
1233
1234 * common/ptid.c (ptid_tid_p): Remove.
1235 * common/ptid.h (ptid_tid_p): Don't declare.
1236 * sol-thread.c: Update.
1237
1238 2018-07-03 Tom Tromey <tom@tromey.com>
1239
1240 * common/ptid.c (ptid_lwp_p): Remove.
1241 * common/ptid.h (ptid_lwp_p): Don't declare.
1242 * fbsd-nat.c: Update.
1243 * linux-nat.c: Update.
1244 * nat/linux-procfs.c: Update.
1245 * nat/x86-linux-dregs.c: Update.
1246 * sol-thread.c: Update.
1247
1248 2018-07-03 Tom Tromey <tom@tromey.com>
1249
1250 * common/ptid.c (ptid_is_pid): Remove.
1251 * common/ptid.h (ptid_is_pid): Don't declare.
1252 * infrun.c: Update.
1253 * linux-nat.c: Update.
1254 * mi/mi-interp.c: Update.
1255 * remote.c: Update.
1256 * thread.c: Update.
1257
1258 2018-07-03 Tom Tromey <tom@tromey.com>
1259
1260 * common/ptid.c (ptid_get_tid): Remove.
1261 * common/ptid.h (ptid_get_tid): Don't declare.
1262 * ada-tasks.c: Update.
1263 * aix-thread.c: Update.
1264 * bsd-uthread.c: Update.
1265 * darwin-nat.c: Update.
1266 * fbsd-nat.c: Update.
1267 * i386-darwin-nat.c: Update.
1268 * infrun.c: Update.
1269 * linux-tdep.c: Update.
1270 * nto-procfs.c: Update.
1271 * ppc-ravenscar-thread.c: Update.
1272 * python/py-infthread.c: Update.
1273 * ravenscar-thread.c: Update.
1274 * sol-thread.c: Update.
1275 * sparc-ravenscar-thread.c: Update.
1276 * windows-nat.c: Update.
1277
1278 2018-07-03 Tom Tromey <tom@tromey.com>
1279
1280 * common/ptid.c (ptid_get_lwp): Remove.
1281 * common/ptid.h (ptid_get_lwp): Don't declare.
1282 * aarch64-linux-nat.c: Update.
1283 * ada-tasks.c: Update.
1284 * aix-thread.c: Update.
1285 * amd64-linux-nat.c: Update.
1286 * arm-linux-nat.c: Update.
1287 * corelow.c: Update.
1288 * fbsd-nat.c: Update.
1289 * fbsd-tdep.c: Update.
1290 * gnu-nat.c: Update.
1291 * i386-cygwin-tdep.c: Update.
1292 * i386-gnu-nat.c: Update.
1293 * i386-linux-nat.c: Update.
1294 * ia64-linux-nat.c: Update.
1295 * inf-ptrace.c: Update.
1296 * infrun.c: Update.
1297 * linux-fork.c: Update.
1298 * linux-nat.c: Update.
1299 * linux-tdep.c: Update.
1300 * linux-thread-db.c: Update.
1301 * mips-linux-nat.c: Update.
1302 * nat/aarch64-linux-hw-point.c: Update.
1303 * nat/aarch64-linux.c: Update.
1304 * nat/linux-btrace.c: Update.
1305 * nat/linux-osdata.c: Update.
1306 * nat/linux-procfs.c: Update.
1307 * nat/x86-linux-dregs.c: Update.
1308 * obsd-nat.c: Update.
1309 * ppc-fbsd-nat.c: Update.
1310 * ppc-linux-nat.c: Update.
1311 * procfs.c: Update.
1312 * python/py-infthread.c: Update.
1313 * ravenscar-thread.c: Update.
1314 * remote.c: Update.
1315 * s390-linux-nat.c: Update.
1316 * sol-thread.c: Update.
1317 * sol2-tdep.c: Update.
1318 * spu-linux-nat.c: Update.
1319 * x86-linux-nat.c: Update.
1320 * xtensa-linux-nat.c: Update.
1321
1322 2018-07-03 Tom Tromey <tom@tromey.com>
1323
1324 * common/ptid.c (ptid_get_pid): Remove.
1325 * common/ptid.h (ptid_get_pid): Don't declare.
1326 * aarch64-linux-nat.c: Update.
1327 * ada-lang.c: Update.
1328 * aix-thread.c: Update.
1329 * alpha-bsd-nat.c: Update.
1330 * amd64-fbsd-nat.c: Update.
1331 * amd64-linux-nat.c: Update.
1332 * arm-linux-nat.c: Update.
1333 * arm-nbsd-nat.c: Update.
1334 * auxv.c: Update.
1335 * break-catch-syscall.c: Update.
1336 * breakpoint.c: Update.
1337 * bsd-uthread.c: Update.
1338 * corelow.c: Update.
1339 * ctf.c: Update.
1340 * darwin-nat.c: Update.
1341 * fbsd-nat.c: Update.
1342 * fbsd-tdep.c: Update.
1343 * gcore.c: Update.
1344 * gnu-nat.c: Update.
1345 * hppa-nbsd-nat.c: Update.
1346 * hppa-obsd-nat.c: Update.
1347 * i386-fbsd-nat.c: Update.
1348 * ia64-linux-nat.c: Update.
1349 * inf-ptrace.c: Update.
1350 * infcmd.c: Update.
1351 * inferior.c: Update.
1352 * inferior.h: Update.
1353 * inflow.c: Update.
1354 * infrun.c: Update.
1355 * linux-fork.c: Update.
1356 * linux-nat.c: Update.
1357 * linux-tdep.c: Update.
1358 * linux-thread-db.c: Update.
1359 * m68k-bsd-nat.c: Update.
1360 * mi/mi-interp.c: Update.
1361 * mi/mi-main.c: Update.
1362 * mips-linux-nat.c: Update.
1363 * mips-nbsd-nat.c: Update.
1364 * mips64-obsd-nat.c: Update.
1365 * nat/aarch64-linux-hw-point.c: Update.
1366 * nat/aarch64-linux.c: Update.
1367 * nat/linux-btrace.c: Update.
1368 * nat/linux-osdata.c: Update.
1369 * nat/linux-procfs.c: Update.
1370 * nat/x86-linux-dregs.c: Update.
1371 * nto-procfs.c: Update.
1372 * obsd-nat.c: Update.
1373 * ppc-linux-nat.c: Update.
1374 * ppc-nbsd-nat.c: Update.
1375 * ppc-obsd-nat.c: Update.
1376 * proc-service.c: Update.
1377 * procfs.c: Update.
1378 * python/py-inferior.c: Update.
1379 * python/py-infthread.c: Update.
1380 * ravenscar-thread.c: Update.
1381 * record.c: Update.
1382 * remote-sim.c: Update.
1383 * remote.c: Update.
1384 * rs6000-nat.c: Update.
1385 * s390-linux-nat.c: Update.
1386 * sh-nbsd-nat.c: Update.
1387 * sol-thread.c: Update.
1388 * sparc-nat.c: Update.
1389 * sparc64-tdep.c: Update.
1390 * spu-linux-nat.c: Update.
1391 * spu-tdep.c: Update.
1392 * target-debug.h: Update.
1393 * target.c: Update.
1394 * thread.c: Update.
1395 * tid-parse.c: Update.
1396 * tracefile-tfile.c: Update.
1397 * vax-bsd-nat.c: Update.
1398 * windows-nat.c: Update.
1399 * x86-linux-nat.c: Update.
1400 * x86-nat.c: Update.
1401
1402 2018-07-03 Tom Tromey <tom@tromey.com>
1403
1404 * common/ptid.c (pid_to_ptid): Remove.
1405 * common/ptid.h (pid_to_ptid): Don't declare.
1406 * aix-thread.c: Update.
1407 * arm-linux-nat.c: Update.
1408 * common/ptid.c: Update.
1409 * common/ptid.h: Update.
1410 * corelow.c: Update.
1411 * ctf.c: Update.
1412 * darwin-nat.c: Update.
1413 * fbsd-nat.c: Update.
1414 * fork-child.c: Update.
1415 * gnu-nat.c: Update.
1416 * go32-nat.c: Update.
1417 * inf-ptrace.c: Update.
1418 * infcmd.c: Update.
1419 * inferior.c: Update.
1420 * infrun.c: Update.
1421 * linux-fork.c: Update.
1422 * linux-nat.c: Update.
1423 * nat/aarch64-linux-hw-point.c: Update.
1424 * nat/fork-inferior.c: Update.
1425 * nat/x86-linux-dregs.c: Update.
1426 * nto-procfs.c: Update.
1427 * obsd-nat.c: Update.
1428 * procfs.c: Update.
1429 * progspace.c: Update.
1430 * remote.c: Update.
1431 * rs6000-nat.c: Update.
1432 * s390-linux-nat.c: Update.
1433 * sol-thread.c: Update.
1434 * spu-linux-nat.c: Update.
1435 * target.c: Update.
1436 * top.c: Update.
1437 * tracefile-tfile.c: Update.
1438 * windows-nat.c: Update.
1439
1440 2018-07-03 Tom Tromey <tom@tromey.com>
1441
1442 * common/ptid.h (ptid_build): Don't declare.
1443 * common/ptid.c (ptid_build): Remove.
1444 * aix-thread.c: Update.
1445 * bsd-kvm.c: Update.
1446 * bsd-uthread.c: Update.
1447 * common/agent.c: Update.
1448 * common/ptid.c: Update.
1449 * common/ptid.h: Update.
1450 * corelow.c: Update.
1451 * darwin-nat.c: Update.
1452 * fbsd-nat.c: Update.
1453 * gnu-nat.c: Update.
1454 * linux-fork.c: Update.
1455 * linux-nat.c: Update.
1456 * linux-thread-db.c: Update.
1457 * nat/linux-osdata.c: Update.
1458 * nat/linux-procfs.c: Update.
1459 * nto-procfs.c: Update.
1460 * obsd-nat.c: Update.
1461 * proc-service.c: Update.
1462 * procfs.c: Update.
1463 * ravenscar-thread.c: Update.
1464 * remote-sim.c: Update.
1465 * remote.c: Update.
1466 * sol-thread.c: Update.
1467 * target.c: Update.
1468 * windows-nat.c: Update.
1469
1470 2018-07-03 Tom Tromey <tom@tromey.com>
1471
1472 * infrun.c (follow_exec): Use exit_inferior_silent.
1473 * inferior.c (exit_inferior_num_silent): Remove.
1474 * inferior.h (exit_inferior_num_silent): Don't declare.
1475
1476 2018-07-03 Tom Tromey <tom@tromey.com>
1477
1478 PR cli/23340:
1479 * darwin-nat.c (darwin_attach_pid): Reset inferior and
1480 inferior_ptid on error.
1481
1482 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1483 Simon Marchi <simon.marchi@polymtl.ca>
1484
1485 PR tdep/8282
1486 * disasm.h (gdb_disassembler): Add
1487 `m_disassembler_options_holder'. member
1488 * disasm.c (get_all_disassembler_options): New function.
1489 (gdb_disassembler::gdb_disassembler): Use it.
1490 (gdb_buffered_insn_length_init_dis): Likewise.
1491 (gdb_buffered_insn_length): Adjust accordingly.
1492 (set_disassembler_options): Handle options with arguments.
1493 (show_disassembler_options_sfunc): Likewise. Add a leading new
1494 line if showing options with descriptions.
1495 (disassembler_options_completer): Adapt to using the
1496 `disasm_options_and_args_t' structure.
1497 * mips-tdep.c (mips_disassembler_options): New variable.
1498 (mips_disassembler_options_o32): Likewise.
1499 (mips_disassembler_options_n32): Likewise.
1500 (mips_disassembler_options_n64): Likewise.
1501 (gdb_print_insn_mips): Don't set `disassembler_options'.
1502 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
1503 functions.
1504 (mips_gdbarch_init): Always set `gdbarch_print_insn' to
1505 `gdb_print_insn_mips'. Set `gdbarch_disassembler_options',
1506 `gdbarch_disassembler_options_implicit' and
1507 `gdbarch_valid_disassembler_options'.
1508 * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
1509 `disasm_options_and_args_t' structure.
1510 * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
1511 method.
1512 (valid_disassembler_options): Switch from `disasm_options_t' to
1513 the `disasm_options_and_args_t' structure.
1514 * NEWS: Document `set disassembler-options' support for the MIPS
1515 target.
1516 * gdbarch.h: Regenerate.
1517 * gdbarch.c: Regenerate.
1518
1519 2018-07-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
1520
1521 * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
1522
1523 2018-06-29 Joel Brobecker <brobecker@adacore.com>
1524
1525 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
1526 parameter in call to amd64_target_description.
1527 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
1528 * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
1529 (amd64fbsd_init_abi): Likewise.
1530 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
1531 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
1532 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
1533 * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
1534
1535 2018-06-29 Pedro Alves <palves@redhat.com>
1536
1537 * gdb/amd64-tdep.h (amd64_create_target_description): Add
1538 "segments" parameter.
1539 * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
1540 (_initialize_amd64_tdep): Update call to
1541 amd64_create_target_description.
1542 (amd64_target_description): Add "segments" parameter. Adjust
1543 the implementation to use it.
1544 * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
1545 call to amd64_create_target_description.
1546 * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
1547 * gdb/arch/amd64.h (amd64_create_target_description): Add
1548 "segments" register.
1549 * gdb/arch/amd64.c (amd64_create_target_description): Add
1550 "segments" parameter. Call create_feature_i386_64bit_segments
1551 only if SEGMENTS is true.
1552 * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
1553 call to amd64_create_target_description.
1554
1555 2018-06-29 Pedro Alves <palves@redhat.com>
1556
1557 * thread.c (thread_target_id_str): New, factored out from ...
1558 (print_thread_info_1): ... here. Use it to compute the max
1559 "Target Id" column width.
1560
1561 2018-06-29 Pedro Alves <palves@redhat.com>
1562
1563 * remote.c (remote_target::extra_thread_info): Delete
1564 'display_buf' and 'n' locals. from the cache, regardless of
1565 packet mechanims is in use. Use cache for qThreadExtra and qP
1566 methods too.
1567
1568 2018-06-29 Pedro Alves <palves@redhat.com>
1569
1570 * blockframe.c (find_pc_sect_containing_function): New function.
1571 * breakpoint.c (print_breakpoint_location): Don't call
1572 find_pc_sect_function.
1573 * linespec.c (create_sals_line_offset): Record the location's
1574 symbol in the sal.
1575 * linespec.c (convert_address_location_to_sals): Fill in sal's
1576 symbol with find_pc_sect_containing_function.
1577 * symtab.c (find_function_start_sal): Rename to ...
1578 (find_function_start_sal_1): ... this.
1579 (find_function_start_sal): Reimplement as wrapper around
1580 find_function_start_sal_1, and use
1581 find_pc_sect_containing_function to fill in the sal's symbol.
1582 (find_function_start_sal(symbol*, bool)): Adjust.
1583 * symtab.h (find_pc_function, find_pc_sect_function): Adjust
1584 comments.
1585 (find_pc_sect_containing_function): Declare.
1586
1587 2018-06-29 Pedro Alves <palves@redhat.com>
1588
1589 * inline-frame.c (stopped_by_user_bp_inline_frame): Return
1590 true if the the location has no symbol.
1591
1592 2018-06-28 Tom Tromey <tom@tromey.com>
1593
1594 * NEWS: Mention --enable-codesign.
1595 * silent-rules.mk (ECHO_SIGN): New variable.
1596 * configure.ac: Add --enable-codesign.
1597 * configure: Rebuild.
1598 * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
1599 (gdb$(EXEEXT)): Optionally invoke codesign.
1600
1601 2018-06-28 Pedro Alves <palves@redhat.com>
1602
1603 * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
1604 comments.
1605 (switch_to_thread_no_regs): Adjust comment.
1606 * infcmd.c (stop_pc): Delete.
1607 (post_create_inferior, info_program_command): Replace references
1608 to stop_pc with references to thread_info->suspend.stop_pc.
1609 * inferior.h (stop_pc): Delete declaration.
1610 * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
1611 (handle_inferior_event_1, handle_signal_stop)
1612 (process_event_stop_test, keep_going_stepped_thread)
1613 (handle_step_into_function, handle_step_into_function_backward)
1614 (print_stop_location): Replace references to stop_pc with
1615 references to thread_info->suspend.stop_pc.
1616 (struct infcall_suspend_state) <stop_pc>: Delete field.
1617 (save_infcall_suspend_state, restore_infcall_suspend_state):
1618 Remove references to inf_stat->stop_pc.
1619 * linux-fork.c (fork_load_infrun_state): Likewise.
1620 * record-btrace.c (record_btrace_set_replay): Likewise.
1621 * record-full.c (record_full_goto_entry): Likewise.
1622 * remote.c (print_one_stopped_thread): Likewise.
1623 * target.c (target_resume): Extend comment.
1624 * thread.c (set_executing_thread): New.
1625 (set_executing): Use it.
1626 (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
1627 Remove references to stop_pc.
1628
1629 2018-06-28 Pedro Alves <palves@redhat.com>
1630
1631 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
1632 Moving fetching stop_pc until after ecs->event_thread is refreshed.
1633
1634 2018-06-28 Tom Tromey <tom@tromey.com>
1635
1636 * coffread.c (coff_symfile_finish): Update.
1637 * xcoffread.c (xcoff_symfile_finish): Update.
1638 * elfread.c (elf_symfile_finish): Update.
1639 * symfile.h (dwarf2_free_objfile): Don't declare.
1640 * dwarf2read.c (_initialize_dwarf2_read): Use
1641 register_objfile_data_with_cleanup.
1642 (dwarf2_free_objfile): Now static. Change signature.
1643
1644 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1645
1646 * symfile.c (add_symbol_file_command, _initialize_symfile): Add
1647 option "-o" to add-symbol-file-load to add an offset to each
1648 section's load address.
1649 * symfile.c (set_objfile_default_section_offset): New function.
1650
1651 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1652
1653 * symfile.c (add_symbol_file_command): Make sure that sections
1654 with the same name are sorted in the same order.
1655
1656 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1657
1658 * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
1659 require the second argument. If omitted, load sections at the
1660 addresses specified in the file.
1661
1662 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1663
1664 * symfile.c (symbol_file_command, symbol_file_add_main_1)
1665 (_initialize_symfile): Add option "-o" to symbol-file to add an
1666 offset to each section of the symbol file.
1667
1668 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1669
1670 * MAINTAINERS (Write After Approval): Add Petr Tesarik.
1671
1672 2018-06-27 Tom Tromey <tom@tromey.com>
1673
1674 * stack.c (_initialize_stack): Update "func" help text.
1675
1676 2018-06-27 Tom Tromey <tom@tromey.com>
1677
1678 * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
1679 std::vector.
1680 (unwind_infopy_str, pyuw_create_unwind_info)
1681 (unwind_infopy_add_saved_register, pyuw_sniffer)
1682 (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
1683 Update.
1684 (struct saved_reg): Add constructor.
1685 <value>: Now a gdbpy_ref<>.
1686
1687 2018-06-27 Tom Tromey <tom@tromey.com>
1688
1689 * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
1690
1691 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
1692
1693 * gdb-gdb.py.in: Format using autopep8.
1694
1695 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
1696
1697 * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
1698 (type_lookup_function): Recognize CORE_ADDR values.
1699
1700 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
1701
1702 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
1703 print tag_name.
1704
1705 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
1706
1707 * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
1708 <__lt__>: Add.
1709
1710 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
1711
1712 * gdb-gdb.py: Move to...
1713 * gdb-gdb.py.in: ... here.
1714 * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
1715 * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
1716 dependencies.
1717 (distclean): Remove gdb-gdb.py when cleaning.
1718 (gdb-gdb.py, gdb-gdb.gdb): New rules.
1719 * configure: Re-generate.
1720
1721 2018-06-27 Pedro Alves <palves@redhat.com>
1722
1723 * proc-service.c (get_ps_regcache): New.
1724 (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1725 (ps_lsetfpregs): Use it.
1726
1727 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1728
1729 PR gdb/21695
1730 * dwarf2read.c (lnp_state_machine::check_line_address): Update declaration.
1731 (dwarf_decode_lines_1): Adjust.
1732
1733 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
1734
1735 * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
1736 override.
1737 <info_proc>: Likewise.
1738
1739 2018-06-26 Joel Brobecker <brobecker@adacore.com>
1740
1741 * windows-nat.c (do_windows_fetch_inferior_registers): Rename
1742 to windows_fetch_one_register, and only handle the case of
1743 fetching one register. Move the code that reloads the context
1744 and iterates over all registers if R is negative to...
1745 (windows_nat_target::fetch_registers): ... here.
1746 (do_windows_store_inferior_registers): Rename to
1747 windows_store_one_register, and only handle the case of storing
1748 one register. Move the code that handles the case where r is
1749 negative to...
1750 (windows_nat_target::store_registers) ... here.
1751
1752 2018-06-26 Tom Tromey <tom@tromey.com>
1753
1754 PR rust/22574:
1755 * typeprint.c (whatis_exp): Allow ptype/o for Rust.
1756 * rust-lang.c (rust_print_struct_def): Add podata parameter.
1757 Update.
1758 (rust_internal_print_type): Add podata parameter.
1759 (rust_print_type): Update.
1760
1761 2018-06-26 Tom Tromey <tom@tromey.com>
1762
1763 * typeprint.h (struct print_offset_data) <update, finish,
1764 maybe_print_hole>: New methods.
1765 <indentation>: New constant.
1766 * typeprint.c (print_offset_data::indentation): Define.
1767 (print_offset_data::maybe_print_hole, print_offset_data::update)
1768 (print_offset_data::finish): Move from c-typeprint.c and rename.
1769 * c-typeprint.c (OFFSET_SPC_LEN): Remove.
1770 (print_spaces_filtered_with_print_options): Update.
1771 (c_print_type_union_field_offset, maybe_print_hole)
1772 (c_print_type_struct_field_offset): Move to typeprint.c and
1773 rename.
1774 (c_type_print_base_struct_union): Update.
1775
1776 2018-06-25 Pedro Alves <palves@redhat.com>
1777
1778 * gdbthread.h (thread_info_ref, delete_thread)
1779 (delete_thread_silent, first_thread_of_inferior)
1780 (any_thread_of_inferior, switch_to_thread)
1781 (enable_thread_stack_temporaries)
1782 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
1783 (get_last_thread_stack_temporary)
1784 (value_in_thread_stack_temporaries, can_access_registers_thread):
1785 Spell out "struct thread_info" instead of just "thread_info".
1786 * inferior.h (notice_new_inferior): Likewise.
1787
1788 2018-06-25 Pedro Alves <palves@redhat.com>
1789
1790 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
1791 pass thread_info pointer to delete_thread.
1792 (windows_nat_target::detach): Pass inferior pointer to
1793 detach_inferior.
1794 * aix-thread.c (sync_threadlists): Pass thread_info pointer to
1795 delete_thread.
1796 * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
1797 * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
1798 and pass a thread_info pointer to delete_thread.
1799 * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
1800 pass thread_info pointer to delete_thread.
1801 * go32-nat.c (go32_nat_target::mourn_inferior): Remove
1802 delete_thread_silent call.
1803 * procfs.c (procfs_target::detach): Pass inferior pointer to
1804 detach_inferior.
1805 (procfs_target::wait): Pass thread_info pointer to delete_thread.
1806 * remote-sim.c (gdbsim_target::mourn_inferior): Remove
1807 delete_thread_silent call.
1808 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
1809 pass thread_info pointer to delete_thread.
1810 (windows_nat_target::detach): Pass inferior pointer to
1811 delete_inferior.
1812
1813 2018-06-22 Alan Hayward <alan.hayward@arm.com>
1814
1815 * regcache.c (readable_regcache::read_part): Fix asserts.
1816 (reg_buffer::raw_collect_part): New function.
1817 (regcache::write_part): Fix asserts.
1818 (reg_buffer::raw_supply_part): New function.
1819 (regcache::transfer_regset_register): New helper function.
1820 (regcache::transfer_regset): Call new functions.
1821 (regcache_supply_regset): Use gdb_byte*.
1822 (regcache::supply_regset): Likewise.
1823 (regcache_collect_regset): Likewise.
1824 (regcache::collect_regset): Likewise.
1825 * regcache.h (reg_buffer::raw_collect_part): New declaration.
1826 (reg_buffer::raw_supply_part): Likewise.
1827 (regcache::transfer_regset_register): Likewise.
1828 (regcache::transfer_regset): Use gdb_byte*.
1829
1830 2018-06-22 Alan Hayward <alan.hayward@arm.com>
1831
1832 * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
1833
1834 2018-06-21 Pedro Alves <palves@redhat.com>
1835
1836 * ada-lang.h (ada_get_task_number): Take a thread_info pointer
1837 instead of a ptid_t. All callers adjusted.
1838 * ada-tasks.c (ada_get_task_number): Likewise. All callers
1839 adjusted.
1840 (print_ada_task_info, display_current_task_id, task_command_1):
1841 Adjust.
1842 * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
1843 inferior_thread.
1844 (breakpoint_kind): Adjust.
1845 (remove_breakpoints_pid): Rename to ...
1846 (remove_breakpoints_inf): ... this. Adjust to take an inferior
1847 pointer. All callers adjusted.
1848 (bpstat_clear_actions): Use inferior_thread.
1849 (get_bpstat_thread): New.
1850 (bpstat_do_actions): Use it.
1851 (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
1852 to take a thread_info pointer. All callers adjusted.
1853 (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
1854 (breakpoint_re_set_thread): Use inferior_thread.
1855 * breakpoint.h (struct inferior): Forward declare.
1856 (bpstat_stop_status): Update.
1857 (remove_breakpoints_pid): Delete.
1858 (remove_breakpoints_inf): New.
1859 * bsd-uthread.c (bsd_uthread_target::wait)
1860 (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
1861 * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
1862 (maint_btrace_packet_history_cmd)
1863 (maint_btrace_clear_packet_history_cmd): Adjust.
1864 (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
1865 inferior_thread.
1866 * cli/cli-interp.c: Include "inferior.h".
1867 * common/refcounted-object.h (struct
1868 refcounted_object_ref_policy): New.
1869 * compile/compile-object-load.c: Include gdbthread.h.
1870 (store_regs): Use inferior_thread.
1871 * corelow.c (core_target::close): Use current_inferior.
1872 (core_target_open): Adjust to use first_thread_of_inferior and use
1873 the current inferior.
1874 * ctf.c (ctf_target::close): Adjust to use current_inferior.
1875 * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
1876 <thread>: ... this new field. All references adjusted.
1877 (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
1878 Take a thread_info pointer instead of a ptid_t.
1879 * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
1880 (dummy_frame_discard, register_dummy_frame_dtor): Take a
1881 thread_info pointer instead of a ptid_t.
1882 * elfread.c: Include "inferior.h".
1883 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
1884 Use inferior_thread.
1885 * eval.c (evaluate_subexp): Likewise.
1886 * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
1887 inferior_thread.
1888 * gdb_proc_service.h (struct thread_info): Forward declare.
1889 (struct ps_prochandle) <ptid>: Delete, replaced by ...
1890 <thread>: ... this new field. All references adjusted.
1891 * gdbarch.h, gdbarch.c: Regenerate.
1892 * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
1893 'thread' parameter. All implementations and callers adjusted.
1894 * gdbthread.h (thread_info) <set_running>: New method.
1895 (delete_thread, delete_thread_silent): Take a thread_info pointer
1896 instead of a ptid.
1897 (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
1898 (first_thread_of_process): Delete, replaced by ...
1899 (first_thread_of_inferior): ... this new function. All callers
1900 adjusted.
1901 (any_live_thread_of_process): Delete, replaced by ...
1902 (any_live_thread_of_inferior): ... this new function. All callers
1903 adjusted.
1904 (switch_to_thread, switch_to_no_thread): Declare.
1905 (is_executing): Delete.
1906 (enable_thread_stack_temporaries): Update comment.
1907 <enable_thread_stack_temporaries>: Take a thread_info pointer
1908 instead of a ptid_t. Incref the thread.
1909 <~enable_thread_stack_temporaries>: Decref the thread.
1910 <m_ptid>: Delete
1911 <m_thr>: New.
1912 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
1913 (get_last_thread_stack_temporary)
1914 (value_in_thread_stack_temporaries, can_access_registers_thread):
1915 Take a thread_info pointer instead of a ptid_t. All callers
1916 adjusted.
1917 * infcall.c (get_call_return_value): Use inferior_thread.
1918 (run_inferior_call): Work with thread pointers instead of ptid_t.
1919 (call_function_by_hand_dummy): Work with thread pointers instead
1920 of ptid_t. Use thread_info_ref.
1921 * infcmd.c (proceed_thread_callback): Access thread's state
1922 directly.
1923 (ensure_valid_thread, ensure_not_running): Use inferior_thread,
1924 access thread's state directly.
1925 (continue_command): Use inferior_thread.
1926 (info_program_command): Use find_thread_ptid and access thread
1927 state directly.
1928 (proceed_after_attach_callback): Use thread state directly.
1929 (notice_new_inferior): Take a thread_info pointer instead of a
1930 ptid_t. All callers adjusted.
1931 (exit_inferior): Take an inferior pointer instead of a pid. All
1932 callers adjusted.
1933 (exit_inferior_silent): New.
1934 (detach_inferior): Delete.
1935 (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
1936 (gdb_inferior_id_to_pid, in_inferior_list): Delete.
1937 (detach_inferior_command, kill_inferior_command): Use
1938 find_inferior_id instead of valid_gdb_inferior_id and
1939 gdb_inferior_id_to_pid.
1940 (inferior_command): Use inferior and thread pointers.
1941 * inferior.h (struct thread_info): Forward declare.
1942 (notice_new_inferior): Take a thread_info pointer instead of a
1943 ptid_t. All callers adjusted.
1944 (detach_inferior): Delete declaration.
1945 (exit_inferior, exit_inferior_silent): Take an inferior pointer
1946 instead of a pid. All callers adjusted.
1947 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
1948 (valid_gdb_inferior_id): Delete.
1949 * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
1950 (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
1951 (struct displaced_step_inferior_state) <pid>: Delete, replaced by
1952 ...
1953 <inf>: ... this new field.
1954 <step_ptid>: Delete, replaced by ...
1955 <step_thread>: ... this new field.
1956 (get_displaced_stepping_state): Take an inferior pointer instead
1957 of a pid. All callers adjusted.
1958 (displaced_step_in_progress_any_inferior): Adjust.
1959 (displaced_step_in_progress_thread): Take a thread pointer instead
1960 of a ptid_t. All callers adjusted.
1961 (displaced_step_in_progress, add_displaced_stepping_state): Take
1962 an inferior pointer instead of a pid. All callers adjusted.
1963 (get_displaced_step_closure_by_addr): Adjust.
1964 (remove_displaced_stepping_state): Take an inferior pointer
1965 instead of a pid. All callers adjusted.
1966 (displaced_step_prepare_throw, displaced_step_prepare)
1967 (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
1968 All callers adjusted.
1969 (start_step_over): Adjust.
1970 (infrun_thread_ptid_changed): Remove bit updating ptids in the
1971 displaced step queue.
1972 (do_target_resume): Adjust.
1973 (fetch_inferior_event): Use inferior_thread.
1974 (context_switch, get_inferior_stop_soon): Take an
1975 execution_control_state pointer instead of a ptid_t. All callers
1976 adjusted.
1977 (switch_to_thread_cleanup): Delete.
1978 (stop_all_threads): Use scoped_restore_current_thread.
1979 * inline-frame.c: Include "gdbthread.h".
1980 (inline_state) <inline_state>: Take a thread pointer instead of a
1981 ptid_t. All callers adjusted.
1982 <ptid>: Delete, replaced by ...
1983 <thread>: ... this new field.
1984 (find_inline_frame_state): Take a thread pointer instead of a
1985 ptid_t. All callers adjusted.
1986 (skip_inline_frames, step_into_inline_frame)
1987 (inline_skipped_frames, inline_skipped_symbol): Take a thread
1988 pointer instead of a ptid_t. All callers adjusted.
1989 * inline-frame.h (skip_inline_frames, step_into_inline_frame)
1990 (inline_skipped_frames, inline_skipped_symbol): Likewise.
1991 * linux-fork.c (delete_checkpoint_command): Adjust to use thread
1992 pointers directly.
1993 * linux-nat.c (get_detach_signal): Likewise.
1994 * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
1995 (thread_db_notice_clone): Adjust.
1996 (thread_db_find_new_threads_silently)
1997 (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
1998 a thread pointer instead of a ptid_t. All callers adjusted.
1999 * mi/mi-cmd-var.c: Include "inferior.h".
2000 (mi_cmd_var_update_iter): Update to use thread pointers.
2001 * mi/mi-interp.c (mi_new_thread): Update to use the thread's
2002 inferior directly.
2003 (mi_output_running_pid, mi_inferior_count): Delete, bits factored
2004 out to ...
2005 (mi_output_running): ... this new function.
2006 (mi_on_resume_1): Adjust to use it.
2007 (mi_user_selected_context_changed): Adjust to use inferior_thread.
2008 * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
2009 directly.
2010 (interrupt_thread_callback): : Adjust to use thread and inferior
2011 pointers.
2012 * proc-service.c: Include "gdbthread.h".
2013 (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
2014 * progspace-and-thread.c: Include "inferior.h".
2015 * progspace.c: Include "inferior.h".
2016 * python/py-exitedevent.c (create_exited_event_object): Adjust to
2017 hold a reference to an inferior_object.
2018 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
2019 inferior_thread.
2020 * python/py-inferior.c (struct inferior_object): Give the type a
2021 tag name instead of a typedef.
2022 (python_on_normal_stop): No need to check if the current thread is
2023 listed.
2024 (inferior_to_inferior_object): Change return type to
2025 inferior_object. All callers adjusted.
2026 (find_thread_object): Delete, bits factored out to ...
2027 (thread_to_thread_object): ... this new function.
2028 * python/py-infthread.c (create_thread_object): Use
2029 inferior_to_inferior_object.
2030 (thpy_is_stopped): Use thread pointer directly.
2031 (gdbpy_selected_thread): Use inferior_thread.
2032 * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
2033 field, replaced with ...
2034 <thread>: ... this new field. All users adjusted.
2035 (btpy_insn_or_gap_new): Drop const.
2036 (btpy_list_new): Take a thread pointer instead of a ptid_t. All
2037 callers adjusted.
2038 * python/py-record.c: Include "gdbthread.h".
2039 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
2040 a ptid_t. All callers adjusted.
2041 (gdbpy_current_recording): Use inferior_thread.
2042 * python/py-record.h (recpy_record_object) <ptid>: Delete
2043 field, replaced with ...
2044 <thread>: ... this new field. All users adjusted.
2045 (recpy_element_object) <ptid>: Delete
2046 field, replaced with ...
2047 <thread>: ... this new field. All users adjusted.
2048 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
2049 a ptid_t. All callers adjusted.
2050 * python/py-threadevent.c: Include "gdbthread.h".
2051 (get_event_thread): Use thread_to_thread_object.
2052 * python/python-internal.h (struct inferior_object): Forward
2053 declare.
2054 (find_thread_object, find_inferior_object): Delete declarations.
2055 (thread_to_thread_object, inferior_to_inferior_object): New
2056 declarations.
2057 * record-btrace.c: Include "inferior.h".
2058 (require_btrace_thread): Use inferior_thread.
2059 (record_btrace_frame_sniffer)
2060 (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
2061 (get_thread_current_frame): Use scoped_restore_current_thread and
2062 switch_to_thread.
2063 (get_thread_current_frame): Use thread pointer directly.
2064 (record_btrace_replay_at_breakpoint): Use thread's inferior
2065 pointer directly.
2066 * record-full.c: Include "inferior.h".
2067 * regcache.c: Include "gdbthread.h".
2068 (get_thread_arch_regcache): Use the inferior's address space
2069 directly.
2070 (get_thread_regcache, registers_changed_thread): New.
2071 * regcache.h (get_thread_regcache(thread_info *thread)): New
2072 overload.
2073 (registers_changed_thread): New.
2074 (remote_target) <remote_detach_1>: Swap order of parameters.
2075 (remote_add_thread): <remote_add_thread>: Return the new thread.
2076 (get_remote_thread_info(ptid_t)): New overload.
2077 (remote_target::remote_notice_new_inferior): Use thread pointers
2078 directly.
2079 (remote_target::process_initial_stop_replies): Use
2080 thread_info::set_running.
2081 (remote_target::remote_detach_1, remote_target::detach)
2082 (extended_remote_target::detach): Adjust.
2083 * stack.c (frame_show_address): Use inferior_thread.
2084 * target-debug.h (target_debug_print_thread_info_pp): New.
2085 * target-delegates.c: Regenerate.
2086 * target.c (default_thread_address_space): Delete.
2087 (memory_xfer_partial_1): Use current_inferior.
2088 (target_detach): Use current_inferior.
2089 (target_thread_address_space): Delete.
2090 (generic_mourn_inferior): Use current_inferior.
2091 * target.h (struct target_ops) <thread_address_space>: Delete.
2092 (target_thread_address_space): Delete.
2093 * thread.c (init_thread_list): Use ALL_THREADS_SAFE. Use thread
2094 pointers directly.
2095 (delete_thread_1, delete_thread, delete_thread_silent): Take a
2096 thread pointer instead of a ptid_t. Adjust all callers.
2097 (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
2098 (first_thread_of_process): Delete, replaced by ...
2099 (first_thread_of_inferior): ... this new function. All callers
2100 adjusted.
2101 (any_thread_of_process): Rename to ...
2102 (any_thread_of_inferior): ... this, and take an inferior pointer.
2103 (any_live_thread_of_process): Rename to ...
2104 (any_live_thread_of_inferior): ... this, and take an inferior
2105 pointer.
2106 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
2107 (value_in_thread_stack_temporaries)
2108 (get_last_thread_stack_temporary): Take a thread pointer instead
2109 of a ptid_t. Adjust all callers.
2110 (thread_info::set_running): New.
2111 (validate_registers_access): Use inferior_thread.
2112 (can_access_registers_ptid): Rename to ...
2113 (can_access_registers_thread): ... this, and take a thread
2114 pointer.
2115 (print_thread_info_1): Adjust to compare thread pointers instead
2116 of ptids.
2117 (switch_to_no_thread, switch_to_thread): Make extern.
2118 (scoped_restore_current_thread::~scoped_restore_current_thread):
2119 Use m_thread pointer directly.
2120 (scoped_restore_current_thread::scoped_restore_current_thread):
2121 Use inferior_thread.
2122 (thread_command): Use thread pointer directly.
2123 (thread_num_make_value_helper): Use inferior_thread.
2124 * top.c (execute_command): Use inferior_thread.
2125 * tui/tui-interp.c: Include "inferior.h".
2126 * varobj.c (varobj_create): Use inferior_thread.
2127 (value_of_root_1): Use find_thread_global_id instead of
2128 global_thread_id_to_ptid.
2129
2130 2018-06-21 Alan Hayward <alan.hayward@arm.com>
2131
2132 * regcache.c (readable_regcache::read_part): Avoid memcpy when
2133 possible.
2134 (regcache::write_part): Likewise.
2135 (readable_regcache::cooked_read_part): Update comment.
2136 (readable_regcache::cooked_write_part): Likewise.
2137 * regcache.h: (readable_regcache::read_part): Likewise.
2138 (regcache::write_part): Likewise.
2139
2140 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2141 Dirk Schubert <dirk.schubert@arm.com>
2142
2143 * aarch64-linux-nat.c (post_attach): New.
2144 (aarch64_linux_nat_target::post_attach): Override post_attach to
2145 record the number of hardware debug registers.
2146
2147 2018-06-20 Tom Tromey <tom@tromey.com>
2148
2149 * python/py-param.c (add_setshow_generic): Make parameters const.
2150 (parmpy_init): Update.
2151
2152 2018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
2153
2154 * regcache.h (regcache_cooked_read_ftype): Rename to...
2155 (register_read_ftype): ...this, change type to function_view.
2156 (class reg_buffer) <save>: Remove src parameter.
2157 (readonly_detached_regcache) <readonly_detached_regcache>: Make
2158 parameter non-const in first overload. Remove src parameter in
2159 second overload.
2160 * regcache.c (do_cooked_read): Remove.
2161 (readonly_detached_regcache::readonly_detached_regcache): Make
2162 parameter non-const, adjust call to other constructor.
2163 (reg_buffer::save): Remove src parameter.
2164 * frame.c (do_frame_register_read): Remove.
2165 (frame_save_as_regcache): Use lambda function.
2166 * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
2167 parameter to ppu2spu_data *.
2168 (ppu2spu_sniffer): Use lambda function.
2169
2170 2018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
2171
2172 * record-full.c (record_full_target::insert_breakpoint): Remove
2173 "struct" keyword, add const.
2174
2175 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2176
2177 * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
2178 PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
2179 * configure.ac: Remove AC_PREREQ, add missing quoting.
2180 * gnulib/configure.ac: Modernize usage of
2181 AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
2182 * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
2183 (AUTOMAKE_VERSION): Bump to 1.15.1.
2184 * configure: Re-generate.
2185 * config.in: Re-generate.
2186 * aclocal.m4: Re-generate.
2187 * gnulib/aclocal.m4: Re-generate.
2188 * gnulib/config.in: Re-generate.
2189 * gnulib/configure: Re-generate.
2190 * gnulib/import/Makefile.in: Re-generate.
2191
2192 2018-06-19 Pedro Alves <palves@redhat.com>
2193
2194 * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
2195 (lookup_minimal_symbol_by_pc_section): ... here with
2196 gdb_assert_not_reached added.
2197
2198 2018-06-19 Pedro Alves <palves@redhat.com>
2199
2200 * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
2201 parameter with a block parameter. Compare location's block symbol
2202 with the frame's block instead of addresses.
2203 (skip_inline_frames): Pass the current block instead of the
2204 frame's address. Break out as soon as we determine the frame
2205 should not be skipped.
2206
2207 2018-06-18 Tom Tromey <tom@tromey.com>
2208
2209 * solib-aix.c (solib_aix_get_section_offsets): Return
2210 unique_xmalloc_ptr.
2211 (solib_aix_solib_create_inferior_hook): Update.
2212
2213 2018-06-18 Tom Tromey <tom@tromey.com>
2214
2215 * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
2216
2217 2018-06-18 Tom Tromey <tom@tromey.com>
2218
2219 * solib-frv.c (frv_relocate_main_executable): Use
2220 unique_xmalloc_ptr.
2221 * solib-dsbt.c (dsbt_relocate_main_executable): Use
2222 unique_xmalloc_ptr.
2223
2224 2018-06-18 Tom Tromey <tom@tromey.com>
2225
2226 * objfiles.h (inhibit_section_map_updates): Update.
2227 (resume_section_map_updates, resume_section_map_updates_cleanup):
2228 Remove.
2229 * solib-svr4.c (svr4_handle_solib_event): Update.
2230 * objfiles.c (inhibit_section_map_updates): Return
2231 scoped_restore_tmpl<int>.
2232 (resume_section_map_updates, resume_section_map_updates_cleanup):
2233 Remove.
2234
2235 2018-06-18 Tom Tromey <tom@tromey.com>
2236
2237 * valprint.h (read_string): Update.
2238 * valprint.c (read_string): Change type of "buffer".
2239 (val_print_string): Update.
2240 * python/py-value.c (valpy_string): Update.
2241 * language.h (struct language_defn) <la_get_string>: Change
2242 type of "buffer".
2243 (default_get_string, c_get_string): Update.
2244 * language.c (default_get_string): Change type of "buffer".
2245 * guile/scm-value.c (gdbscm_value_to_string): Update.
2246 * c-lang.c (c_get_string): Change type of "buffer".
2247
2248 2018-06-18 Tom Tromey <tom@tromey.com>
2249
2250 * ser-mingw.c (struct pipe_state_destroyer): New.
2251 (pipe_state_up): New typedef.
2252 (cleanup_pipe_state): Remove.
2253 (pipe_windows_open): Use pipe_state_up. Don't release argv.
2254
2255 2018-06-18 Tom Tromey <tom@tromey.com>
2256
2257 * rust-lang.h (rust_yyerror): Don't declare.
2258 * rust-lang.c (rust_language_defn): Update.
2259 * rust-exp.y (yyerror): Now static.
2260 * parse.c (parse_exp_in_context_1): Update.
2261 * p-lang.h (p_yyerror): Don't declare.
2262 * p-lang.c (p_language_defn): Update.
2263 * p-exp.y (yyerror): Now static.
2264 * opencl-lang.c (opencl_language_defn): Update.
2265 * objc-lang.c (objc_language_defn): Update.
2266 * m2-lang.h (m2_yyerror): Don't declare.
2267 * m2-lang.c (m2_language_defn): Update.
2268 * m2-exp.y (yyerror): Now static.
2269 * language.h (struct language_defn) <la_error>: Remove.
2270 * language.c (unk_lang_error): Remove.
2271 (unknown_language_defn, auto_language_defn): Remove.
2272 * go-lang.h (go_yyerror): Don't declare.
2273 * go-lang.c (go_language_defn): Update.
2274 * go-exp.y (yyerror): Now static.
2275 * f-lang.h (f_yyerror): Don't declare.
2276 * f-lang.c (f_language_defn): Update.
2277 * f-exp.y (yyerror): Now static.
2278 * d-lang.h (d_yyerror): Don't declare.
2279 * d-lang.c (d_language_defn): Update.
2280 * d-exp.y (yyerror): Now static.
2281 * c-lang.h (c_yyerror): Don't declare.
2282 * c-lang.c (c_language_defn, cplus_language_defn)
2283 (asm_language_defn, minimal_language_defn): Update.
2284 * c-exp.y (yyerror): Now static.
2285 * ada-lang.h (ada_yyerror): Don't declare.
2286 * ada-lang.c (ada_language_defn): Update.
2287 * ada-exp.y (yyerror): Now static.
2288
2289 2018-06-18 Alan Hayward <alan.hayward@arm.com>
2290
2291 * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
2292 (store_sveregs_to_thread): Likewise.
2293 (aarch64_linux_fetch_inferior_registers): Check for SVE.
2294 (aarch64_linux_store_inferior_registers): Likewise.
2295 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
2296 function.
2297 (aarch64_sve_regs_copy_to_regcache): Likewise.
2298 (aarch64_sve_regs_copy_from_regcache): Likewise.
2299 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
2300 declaration.
2301 (aarch64_sve_regs_copy_to_regcache): Likewise.
2302 (aarch64_sve_regs_copy_from_regcache): Likewise.
2303 (sve_context): Structure from Linux headers.
2304 (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
2305 (SVE_SIG_ZREG_SIZE): Likewise.
2306 (SVE_SIG_PREG_SIZE): Likewise.
2307 (SVE_SIG_FFR_SIZE): Likewise.
2308 (SVE_SIG_REGS_OFFSET): Likewise.
2309 (SVE_SIG_ZREGS_OFFSET): Likewise.
2310 (SVE_SIG_ZREG_OFFSET): Likewise.
2311 (SVE_SIG_ZREGS_SIZE): Likewise.
2312 (SVE_SIG_PREGS_OFFSET): Likewise.
2313 (SVE_SIG_PREG_OFFSET): Likewise.
2314 (SVE_SIG_PREGS_SIZE): Likewise.
2315 (SVE_SIG_FFR_OFFSET): Likewise.
2316 (SVE_SIG_REGS_SIZE): Likewise.
2317 (SVE_SIG_CONTEXT_SIZE): Likewise.
2318 (SVE_PT_REGS_MASK): Likewise.
2319 (SVE_PT_REGS_FPSIMD): Likewise.
2320 (SVE_PT_REGS_SVE): Likewise.
2321 (SVE_PT_VL_INHERIT): Likewise.
2322 (SVE_PT_VL_ONEXEC): Likewise.
2323 (SVE_PT_REGS_OFFSET): Likewise.
2324 (SVE_PT_FPSIMD_OFFSET): Likewise.
2325 (SVE_PT_FPSIMD_SIZE): Likewise.
2326 (SVE_PT_SVE_ZREG_SIZE): Likewise.
2327 (SVE_PT_SVE_PREG_SIZE): Likewise.
2328 (SVE_PT_SVE_FFR_SIZE): Likewise.
2329 (SVE_PT_SVE_FPSR_SIZE): Likewise.
2330 (SVE_PT_SVE_FPCR_SIZE): Likewise.
2331 (__SVE_SIG_TO_PT): Likewise.
2332 (SVE_PT_SVE_OFFSET): Likewise.
2333 (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
2334 (SVE_PT_SVE_ZREG_OFFSET): Likewise.
2335 (SVE_PT_SVE_ZREGS_SIZE): Likewise.
2336 (SVE_PT_SVE_PREGS_OFFSET): Likewise.
2337 (SVE_PT_SVE_PREG_OFFSET): Likewise.
2338 (SVE_PT_SVE_PREGS_SIZE): Likewise.
2339 (SVE_PT_SVE_FFR_OFFSET): Likewise.
2340 (SVE_PT_SVE_FPSR_OFFSET): Likewise.
2341 (SVE_PT_SVE_FPCR_OFFSET): Likewise.
2342 (SVE_PT_SVE_SIZE): Likewise.
2343 (SVE_PT_SIZE): Likewise.
2344 (HAS_SVE_STATE): New define.
2345
2346 2018-06-18 Alan Hayward <alan.hayward@arm.com>
2347
2348 * nat/aarch64-sve-linux-sigcontext.h: New file.
2349 * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
2350 new files.
2351 (SVE_VQ_MIN): Likewise.
2352 (SVE_VQ_MAX): Likewise.
2353 (SVE_VL_MIN): Likewise.
2354 (SVE_VL_MAX): Likewise.
2355 (SVE_NUM_ZREGS): Likewise.
2356 (SVE_NUM_PREGS): Likewise.
2357 (sve_vl_valid): Likewise.
2358 (struct user_sve_header): Likewise.
2359
2360 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2361 Richard Bunt <Richard.Bunt@arm.com>
2362
2363 * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
2364 was requested by GDB.
2365
2366 2018-06-15 Tom de Vries <tdevries@suse.de>
2367
2368 * MAINTAINERS (Write After Approval): Add Tom de Vries.
2369
2370 2018-06-14 Simon Marchi <simon.marchi@polymtl.ca>
2371
2372 * gnulib/update-gnulib.sh: Print expected versions of
2373 autoconf/aclocal.
2374
2375 2018-06-14 Simon Marchi <simon.marchi@ericsson.com>
2376
2377 * arch-utils.c (default_type_align): Use type_length_units.
2378 * gdbtypes.c (type_align): Use type_length_units.
2379
2380 2018-06-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2381
2382 * cli/cli-script.c (_initialize_cli_script): Fix online documentation
2383 of 'define' command.
2384
2385 2018-06-14 Tom de Vries <tdevries@suse.de>
2386
2387 PR cli/22573
2388 * infcmd.c (print_return_value_1): Use get_user_print_options instead of
2389 get_no_prettyformat_print_options.
2390
2391 2018-06-13 Simon Marchi <simon.marchi@ericsson.com>
2392
2393 * sparc-nat.h: Include target.h.
2394 * sparc64-linux-nat.c (class sparc64_linux_nat_target)
2395 <fetch_registers>: Remove this argument in function call.
2396 <store_registers>: Remove this argument in function call, remove
2397 extra semicolon.
2398 <low_forget_process>: Call sparc64_forget_process instead of
2399 sparc_forget_process.
2400
2401 2018-06-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2402
2403 * procfs.c (_initialize_procfs): Use add_inf_child_target.
2404 (procfs_target::make_corefile_notes): Adjust to new
2405 target_read_alloc return type.
2406
2407 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2408 Stephen Roberts <stephen.roberts@arm.com>
2409
2410 PR gdb/22882
2411 * infrun.c (fetch_inferior_event): If GDB is not proceeding then
2412 run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
2413 Move should_notify_stop local into more inner scope.
2414
2415 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2416 Stephen Roberts <stephen.roberts@arm.com>
2417
2418 PR gdb/22882
2419 * infrun.c (resume_1): Add call to mark_async_event_handler.
2420
2421 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2422
2423 * infrun.c (do_target_wait): Change old version of $pc printed.
2424
2425 2018-06-11 Simon Marchi <simon.marchi@ericsson.com>
2426
2427 * dwarf2read.c (read_index_from_section): Rename to...
2428 (read_gdb_index_from_section): ... this, update all callers.
2429 (dwarf2_read_index): Rename to...
2430 (dwarf2_read_gdb_index): ... this, update all callers.
2431
2432 2018-06-11 John David Anglin <danglin@gcc.gnu.org>
2433
2434 * gdb/hppa-linux-nat.c
2435 (hppa_linux_nat_target::fetch_inferior_registers): Rename to
2436 hppa_linux_nat_target::fetch_registers.
2437
2438 2018-06-11 Alan Hayward <alan.hayward@arm.com>
2439
2440 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
2441 * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
2442 (AARCH64_DWARF_SVE_FFR): Likewise.
2443 (AARCH64_DWARF_SVE_P0): Likewise.
2444 (AARCH64_DWARF_SVE_Z0): Likewise.
2445
2446 2018-06-11 Alan Hayward <alan.hayward@arm.com>
2447
2448 * common/common-regcache.h (raw_compare): New function.
2449 * regcache.c (regcache::raw_compare): Likewise.
2450 * regcache.h (regcache::raw_compare): New declaration.
2451
2452 2018-06-11 Alan Hayward <alan.hayward@arm.com>
2453
2454 * common/common-regcache.h (reg_buffer_common): New structure.
2455 * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
2456 (reg_buffer::raw_supply): Likewise.
2457 (reg_buffer::raw_supply_integer): Likewise.
2458 (reg_buffer::raw_supply_zeroed): Likewise.
2459 (reg_buffer::raw_collect): Likewise.
2460 (reg_buffer::raw_collect_integer): Likewise.
2461 * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
2462 (reg_buffer::raw_supply): Likewise.
2463 (reg_buffer::raw_supply_integer): Likewise.
2464 (reg_buffer::raw_supply_zeroed): Likewise.
2465 (reg_buffer::raw_collect): Likewise.
2466 (reg_buffer::raw_collect_integer): Likewise.
2467
2468 2018-06-10 Tom Tromey <tom@tromey.com>
2469
2470 * remote.c (stop_reply_p): Remove typedef. Don't declare queue.
2471 (class remote_state) <stop_reply_queue>: Now std::vector.
2472 (remote_state::~remote_state)
2473 (remote_target::stop_reply_queue_length): Update.
2474 (struct queue_iter_param, remove_child_of_pending_fork)
2475 (struct check_pending_event_prevents_wildcard_vcont_callback_data)
2476 (check_pending_event_prevents_wildcard_vcont_callback)
2477 (remove_stop_reply_for_inferior)
2478 (remove_stop_reply_of_remote_state)
2479 (remote_notif_remove_once_on_match)
2480 (stop_reply_match_ptid_and_ws)
2481 (remote_kill_child_of_pending_fork): Remove.
2482 (remote_target::remove_new_fork_children)
2483 (remote_target::check_pending_events_prevent_wildcard_vcont)
2484 (remote_target::discard_pending_stop_replies)
2485 (remote_target::discard_pending_stop_replies_in_queue)
2486 (remote_target::remote_notif_remove_queued_reply)
2487 (remote_target::queued_stop_reply)
2488 (remote_target::push_stop_reply, remote_target::peek_stop_reply)
2489 (remote_target::wait, remote_target::kill_new_fork_children)
2490 (remote_target::async): Update.
2491
2492 2018-06-10 Tom Tromey <tom@tromey.com>
2493
2494 * record-full.c (record_full_arch_list_cleanups): Remove.
2495 (record_full_message): Use try/catch.
2496 (record_full_wait_cleanups): Remove.
2497 (record_full_wait_1): Use try/catch.
2498 (record_full_restore): Likewise.
2499
2500 2018-06-10 Tom Tromey <tom@tromey.com>
2501
2502 * record-full.c (record_full_breakpoint_p): Remove typedef. Don't
2503 declare VEC. Add constructor.
2504 <in_target_beneath>: Now bool.
2505 (record_full_breakpoints): Now a std::vector, static.
2506 (record_full_sync_record_breakpoints)
2507 (record_full_init_record_breakpoints)
2508 (record_full_target::insert_breakpoint)
2509 (record_full_target::remove_breakpoint): Update. Don't use XNEW.
2510
2511 2018-06-10 Simon Marchi <simon.marchi@polymtl.ca>
2512
2513 * dwarf2read.c (process_cu_includes): Remove struct keyword.
2514 * serial.c (serial_interface_lookup): Remove struct keyword.
2515
2516 2018-06-10 Tom Tromey <tom@tromey.com>
2517
2518 * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
2519 method.
2520 * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
2521 a method.
2522 * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
2523 method.
2524 * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
2525 "beneath" as a method.
2526 * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
2527 Use "beneath" as a method.
2528
2529 2018-06-10 Tom Tromey <tom@tromey.com>
2530
2531 * tracefile.c (struct trace_file_writer_deleter): New.
2532 <operator()>: Rename from trace_file_writer_xfree.
2533 (trace_file_writer_up): New typedef.
2534 (tsave_command, trace_save_tfile, trace_save_ctf): Update.
2535
2536 2018-06-09 Simon Marchi <simon.marchi@ericsson.com>
2537
2538 * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
2539 <m_registers, m_register_status>: Change type to
2540 std::unique_ptr.
2541 * regcache.c (reg_buffer::reg_buffer): Use new instead of
2542 XCNEWVEC.
2543
2544 2018-06-09 Simon Marchi <simon.marchi@ericsson.com>
2545
2546 * common/common-regcache.h (enum register_status): Add
2547 underlying type "signed char".
2548 * regcache.h (reg_buffer) <m_register_status>: Change type to
2549 register_status *.
2550 * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
2551 register_status instead of signed char.
2552 (reg_buffer::save): Use REG_UNKNOWN instead of 0.
2553 (reg_buffer::get_register_status): Remove cast.
2554 (readable_regcache::raw_read): Remove cast.
2555 (readable_regcache::cooked_read): Remove cast.
2556
2557 2018-06-09 Tom Tromey <tom@tromey.com>
2558
2559 * source.c (reverse_search_command, forward_search_command): Use
2560 scoped_fd.
2561
2562 2018-06-09 Tom Tromey <tom@tromey.com>
2563
2564 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
2565 (serial_ops_list): Now static, std::vector.
2566 (serial_interface_lookup, serial_add_interface): Update.
2567
2568 2018-06-09 Tom Tromey <tom@tromey.com>
2569
2570 * dwarf2read.c (process_cu_includes): Update.
2571 (process_full_comp_unit): Update.
2572 * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
2573 std::vector.
2574
2575 2018-06-08 Paul Koning <paul_koning@dell.com>
2576
2577 PR gdb/23252
2578
2579 * python/python.c (do_start_initialization):
2580 Avoid call to internal Python API.
2581 (init__gdb_module): New function.
2582
2583 2018-06-08 Gary Benson <gbenson@redhat.com>
2584
2585 * linux-thread-db.c (valprint.h): New include.
2586 (struct check_thread_db_info): New structure.
2587 (check_thread_db_on_load, tdb_testinfo): New static globals.
2588 (check_thread_db, check_thread_db_callback): New functions.
2589 (try_thread_db_load_1): Run integrity checks if requested.
2590 (maintenance_check_libthread_db): New function.
2591 (_initialize_thread_db): Register "maint check libthread-db"
2592 and "maint set/show check-libthread-db".
2593 * NEWS: Mention the above new commands.
2594
2595 2018-06-08 Tom Tromey <tom@tromey.com>
2596
2597 * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
2598 now a method.
2599
2600 2018-06-08 Tom Tromey <tom@tromey.com>
2601
2602 * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
2603
2604 2018-06-08 Tom Tromey <tom@tromey.com>
2605
2606 * common/btrace-common.h (struct btrace_data): Add constructor,
2607 destructor, move assignment operator.
2608 <empty, clear, fini>: New methods.
2609 <format>: Initialize.
2610 (btrace_data_init, btrace_data_fini, btrace_data_clear)
2611 (btrace_data_empty): Don't declare.
2612 * common/btrace-common.c (btrace_data_init): Remove.
2613 (btrace_data::fini): Rename from btrace_data_fini.
2614 (btrace_data::empty): Rename from btrace_data_empty.
2615 (btrace_data::clear): Rename from btrace_data_clear. Return
2616 bool.
2617 * btrace.h (make_cleanup_btrace_data): Don't declare.
2618 * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
2619 (parse_xml_btrace): Update.
2620 (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
2621 (maint_btrace_clear_packet_history_cmd): Update.
2622
2623 2018-06-07 Pedro Alves <palves@redhat.com>
2624
2625 * target.h (target_ops) <beneath>: Now a method. All references
2626 updated.
2627 (class target_stack): New.
2628 * target.c (g_target_stack): New.
2629 (g_current_top_target): Delete.
2630 (current_top_target): Get the top target out of g_target_stack.
2631 (target_stack::push, target_stack::unpush): New.
2632 (push_target, unpush_target): Reimplement.
2633 (target_is_pushed): Reimplement in terms of g_target_stack.
2634 (target_ops::beneath, target_stack::find_beneath): New.
2635
2636 2018-06-07 Pedro Alves <palves@redhat.com>
2637
2638 * target.h (find_target_beneath): Delete declaration.
2639 * target.c (find_target_beneath): Delete definition.
2640 * aix-thread.c: All callers of find_target_beneath adjusted to
2641 call target_ops::beneath instead.
2642 * bsd-uthread.c: Likewise.
2643 * linux-thread-db.c: Likewise.
2644 * ravenscar-thread.c: Likewise.
2645 * sol-thread.c: Likewise.
2646 * spu-multiarch.c: Likewise.
2647
2648 2018-06-07 Pedro Alves <palves@redhat.com>
2649
2650 * target.h (target_ops) <beneath>: Now a method. All references
2651 updated.
2652 (target_ops) <m_beneath>: New.
2653 * target.c (target_ops::beneath): New.
2654 * corelow.c: Adjust all references to target_ops::beneath.
2655 * linux-thread-db.c: Likewise.
2656 * make-target-delegates: Likewise.
2657 * record-btrace.c: Likewise.
2658 * record-full.c: Likewise.
2659 * remote.c: Likewise.
2660 * target.c: Likewise.
2661 * target-delegates.c: Regenerate.
2662
2663 2018-06-07 Pedro Alves <palves@redhat.com>
2664
2665 * target.h (target_stack): Delete.
2666 (current_top_target): Declare function.
2667 * target.c (target_stack): Delete.
2668 (g_current_top_target): New.
2669 (current_top_target): New function.
2670 * auxv.c: Use current_top_target instead of target_stack
2671 throughout.
2672 * avr-tdep.c: Likewise.
2673 * breakpoint.c: Likewise.
2674 * corefile.c: Likewise.
2675 * elfread.c: Likewise.
2676 * eval.c: Likewise.
2677 * exceptions.c: Likewise.
2678 * frame.c: Likewise.
2679 * gdbarch-selftests.c: Likewise.
2680 * gnu-v3-abi.c: Likewise.
2681 * ia64-tdep.c: Likewise.
2682 * ia64-vms-tdep.c: Likewise.
2683 * infcall.c: Likewise.
2684 * infcmd.c: Likewise.
2685 * infrun.c: Likewise.
2686 * linespec.c: Likewise.
2687 * linux-tdep.c: Likewise.
2688 * minsyms.c: Likewise.
2689 * ppc-linux-nat.c: Likewise.
2690 * ppc-linux-tdep.c: Likewise.
2691 * procfs.c: Likewise.
2692 * regcache.c: Likewise.
2693 * remote.c: Likewise.
2694 * rs6000-tdep.c: Likewise.
2695 * s390-linux-nat.c: Likewise.
2696 * s390-tdep.c: Likewise.
2697 * solib-aix.c: Likewise.
2698 * solib-darwin.c: Likewise.
2699 * solib-dsbt.c: Likewise.
2700 * solib-spu.c: Likewise.
2701 * solib-svr4.c: Likewise.
2702 * solib-target.c: Likewise.
2703 * sparc-tdep.c: Likewise.
2704 * sparc64-tdep.c: Likewise.
2705 * spu-tdep.c: Likewise.
2706 * symfile.c: Likewise.
2707 * symtab.c: Likewise.
2708 * target-descriptions.c: Likewise.
2709 * target-memory.c: Likewise.
2710 * target.c: Likewise.
2711 * target.h: Likewise.
2712 * tracefile-tfile.c: Likewise.
2713 * tracepoint.c: Likewise.
2714 * valops.c: Likewise.
2715 * valprint.c: Likewise.
2716 * value.c: Likewise.
2717 * windows-tdep.c: Likewise.
2718 * mi/mi-main.c: Likewise.
2719
2720 2018-06-07 Tom Tromey <tom@tromey.com>
2721
2722 * valprint.h (build_address_symbolic): Declare.
2723 * printcmd.c (print_address_symbolic): Update.
2724 (build_address_symbolic): Change "name" and "filename" to
2725 std::string.
2726 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2727 Update.
2728 * defs.h (build_address_symbolic): Remove declaration.
2729
2730 2018-06-07 Alan Hayward <alan.hayward@arm.com>
2731
2732 * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
2733 (aarch64_vnv_type): Add function.
2734 (aarch64_pseudo_register_name): Add V regs for SVE.
2735 (aarch64_pseudo_register_type): Likewise.
2736 (aarch64_pseudo_register_reggroup_p): Likewise.
2737 (aarch64_pseudo_read_value_2): Use V0 offset for SVE
2738 (aarch64_pseudo_read_value): Add V regs for SVE.
2739 (aarch64_pseudo_write_2): Use V0 offset for SVE
2740 (aarch64_pseudo_write): Add V regs for SVE.
2741 * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
2742
2743 2018-06-06 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
2746 (sve_vl_from_vq): Likewise.
2747
2748 2018-06-05 Tom Tromey <tom@tromey.com>
2749
2750 * cli/cli-cmds.c (show_version): Update.
2751 * top.c (print_gdb_version): Add "interactive" parameter.
2752 Update.
2753 * main.c (captured_main_1): Update.
2754 * top.h (print_gdb_version): Add "interactive" parameter and a
2755 comment.
2756
2757 2018-06-05 David Malcolm <dmalcolm@redhat.com>
2758
2759 * common/enum-flags.h: Add trailing semicolon to example in
2760 comment.
2761
2762 2018-06-05 Tom Tromey <tom@tromey.com>
2763
2764 PR cli/12326:
2765 * NEWS: Add entry about pager.
2766 * utils.c (pagination_disabled_for_command): New global.
2767 (prompt_for_continue): Allow "c" response to prompt.
2768 (reinitialize_more_filter): Clear
2769 pagination_disabled_for_command.
2770 (fputs_maybe_filtered): Check pagination_disabled_for_command.
2771
2772 2018-06-04 Tom Tromey <tom@tromey.com>
2773
2774 * ada-lang.h (ada_lookup_symbol_list): Update.
2775 * ada-lang.c (resolve_subexp): Update.
2776 (symbols_are_identical_enums): Change type of syms. Remove nsyms
2777 parameter.
2778 (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
2779 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
2780 results parameter to std::vector.
2781 (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
2782 Update.
2783 * ada-exp.y (block_lookup): Update.
2784 (select_possible_type_sym): Change type of syms. Remove nsyms
2785 parameter.
2786 (write_var_or_type, write_name_assoc): Update.
2787
2788 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2789
2790 * windows-nat.c (windows_nat_target::xfer_partial): Return
2791 TARGET_XFER_E_IO if we need to delegate to the target beneath
2792 but BENEATH is NULL.
2793
2794 2018-06-04 Simon Marchi <simon.marchi@ericsson.com>
2795
2796 * Makefile.in (config.status): Add configure.nat as a
2797 dependency.
2798
2799 2018-06-04 Tom Tromey <tom@tromey.com>
2800
2801 * cp-name-parser.y (cpname_state): Add method declarations.
2802 (HANDLE_QUAL): Update.
2803 (cpname_state::d_grab, cpname_state::fill_comp)
2804 (cpname_state::make_operator, cpname_state::make_dtor)
2805 (cpname_state::make_builtin_type, cpname_state::make_name)
2806 (cpname_state::d_qualify, cpname_state::d_int_type)
2807 (cpname_state::d_unary, cpname_state::d_binary): Now methods.
2808 (%union): Move earlier.
2809
2810 2018-06-04 Alan Hayward <alan.hayward@arm.com>
2811
2812 * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
2813
2814 2018-06-04 Alan Hayward <alan.hayward@arm.com>
2815
2816 * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
2817 (aarch64_pseudo_write_1): Likewise.
2818 (aarch64_pseudo_read_value): Use helper.
2819 (aarch64_pseudo_write): Likewise.
2820
2821 2018-06-04 Pedro Alves <palves@redhat.com>
2822
2823 * darwin-nat.c (darwin_ops): Delete.
2824 (darwin_attach_pid): Use get_native_target.
2825
2826 2018-06-04 Alan Hayward <alan.hayward@arm.com>
2827
2828 * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
2829 * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
2830
2831 2018-06-04 Alan Hayward <alan.hayward@arm.com>
2832
2833 * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
2834 * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
2835 (aarch64_gdbarch_init): Check for SVE.
2836 * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
2837
2838 2018-06-04 Alan Hayward <alan.hayward@arm.com>
2839
2840 * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
2841 * aarch64-tdep.h (aarch64_read_description): Likewise.
2842 * arch/aarch64.c (aarch64_create_target_description): Likewise.
2843 * arch/aarch64.h (aarch64_create_target_description): Likewise.
2844 * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
2845 * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
2846 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
2847
2848 2018-06-02 Simon Marchi <simon.marchi@ericsson.com>
2849
2850 * value.c (value_fetch_lazy_bitfield): New.
2851 (value_fetch_lazy_memory): New.
2852 (value_fetch_lazy_register): New.
2853 (value_fetch_lazy): Factor out to smaller functions.
2854
2855 2018-06-01 Tom Tromey <tom@tromey.com>
2856
2857 * cp-name-parser.y (backslashable, represented): Now const.
2858
2859 2018-06-01 Tom Tromey <tom@tromey.com>
2860
2861 * cp-name-parser.y: Include parser-defs.h.
2862 (parser_fprintf): Remove declaration.
2863
2864 2018-06-01 Tom Tromey <tom@tromey.com>
2865
2866 * cp-name-parser.y: Use %pure-parser, %lex-param, and
2867 %parse-param.
2868 (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
2869 (global_result): Remove globals.
2870 (struct cpname_state): New.
2871 (yyparse): Don't declare.
2872 (yylex, yyerror): Move declarations after %union.
2873 (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
2874 (make_name): Add state parameter.
2875 Update all callers.
2876 (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
2877 parameter.
2878 (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
2879 Update.
2880 (yylex): Add lvalp, state parameters.
2881 (yyerror): Add state parameter.
2882 (cp_demangled_name_to_comp): Update.
2883
2884 2018-06-01 Tom Tromey <tom@tromey.com>
2885
2886 * cp-name-parser.y (parser_fprintf): Declare.
2887 (GDB_YY_REMAP_PREFIX): Define.
2888 Include yy-remap.h. Don't redefine yy* identifiers.
2889
2890 2018-06-01 Tom Tromey <tom@tromey.com>
2891
2892 * python/py-type.c (typy_legacy_template_argument): Update.
2893 * cp-support.h (cp_demangled_name_to_comp): Update.
2894 * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
2895 parameter to be a "std::string *".
2896 (main): Update.
2897
2898 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
2899
2900 * ada-lex.l: Include "diagnostics.h" instead of
2901 "common/diagnostics.h".
2902 * unittests/environ-selftests.c: Likewise.
2903 * common/diagnostics.h: Moved to ../include.
2904
2905 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2906
2907 * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
2908 to language_mode_manual while calling breakpoint_re_set_one.
2909
2910 2018-06-01 Tom Tromey <tom@tromey.com>
2911
2912 * valops.c (value_cast_structs, destructor_name_p): Update.
2913 * symtab.c (gdb_mangle_name): Update.
2914 * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
2915 Update.
2916 * p-valprint.c (pascal_object_is_vtbl_ptr_type)
2917 (pascal_object_print_value_fields, pascal_object_print_value):
2918 Update.
2919 * p-typeprint.c (pascal_type_print_derivation_info): Update.
2920 * linespec.c (find_methods): Update.
2921 * gdbtypes.h (type_name_no_tag): Remove.
2922 (type_name_or_error): Rename from type_name_no_tag_or_error.
2923 * gdbtypes.c (type_name_no_tag): Remove.
2924 (type_name_or_error): Rename from type_name_no_tag_or_error.
2925 (lookup_struct_elt_type, check_typedef): Update.
2926 * expprint.c (print_subexp_standard): Update.
2927 * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
2928 * d-namespace.c (d_lookup_nested_symbol): Update.
2929 * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
2930 (cp_print_class_member): Update.
2931 * cp-namespace.c (cp_lookup_nested_symbol): Update.
2932 * completer.c (add_struct_fields): Update.
2933 * c-typeprint.c (cp_type_print_derivation_info)
2934 (c_type_print_varspec_prefix, c_type_print_base_struct_union):
2935 Update.
2936 * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
2937 (ada_prefer_type, ada_is_exception_sym): Update.
2938
2939 2018-06-01 Tom Tromey <tom@tromey.com>
2940
2941 * valops.c (enum_constant_from_type, value_namespace_elt)
2942 (value_maybe_namespace_elt): Update.
2943 * valarith.c (find_size_for_pointer_math): Update.
2944 * target-descriptions.c (make_gdb_type): Update.
2945 * symmisc.c (print_symbol): Update.
2946 * stabsread.c (define_symbol, read_type)
2947 (complain_about_struct_wipeout, add_undefined_type)
2948 (cleanup_undefined_types_1): Update.
2949 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
2950 (rust_range_type_p, val_print_struct, rust_print_struct_def)
2951 (rust_internal_print_type, rust_composite_type)
2952 (rust_evaluate_funcall, rust_evaluate_subexp)
2953 (rust_inclusive_range_type_p): Update.
2954 * python/py-type.c (typy_get_tag): Update.
2955 * p-typeprint.c (pascal_type_print_base): Update.
2956 * mdebugread.c (parse_symbol, parse_type): Update.
2957 * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
2958 Update.
2959 * guile/scm-type.c (gdbscm_type_tag): Update.
2960 * go-lang.c (sixg_string_p): Update.
2961 * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
2962 Update.
2963 * gdbtypes.h (struct main_type) <tag_name>: Remove.
2964 (TYPE_TAG_NAME): Remove.
2965 * gdbtypes.c (type_name_no_tag): Simplify.
2966 (check_typedef, check_types_equal, recursive_dump_type)
2967 (copy_type_recursive, arch_composite_type): Update.
2968 * f-typeprint.c (f_type_print_base): Update. Print "Type" prefix
2969 in summary mode when needed.
2970 * eval.c (evaluate_funcall): Update.
2971 * dwarf2read.c (fixup_go_packaging, read_structure_type)
2972 (process_structure_scope, read_enumeration_type)
2973 (read_namespace_type, read_module_type, determine_prefix): Update.
2974 * cp-support.c (inspect_type): Update.
2975 * coffread.c (process_coff_symbol, decode_base_type): Update.
2976 * c-varobj.c (c_is_path_expr_parent): Update.
2977 * c-typeprint.c (c_type_print_base_struct_union): Update.
2978 (c_type_print_base_1): Update. Print struct/class/union/enum in
2979 summary when using C language.
2980 * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
2981 (gen_maybe_namespace_elt): Update.
2982 * ada-lang.c (ada_type_name): Simplify.
2983 (empty_record, ada_template_to_fixed_record_type_1)
2984 (template_to_static_fixed_type)
2985 (to_record_with_fixed_variant_part, ada_check_typedef): Update.
2986
2987 2018-06-01 Tom Tromey <tom@tromey.com>
2988
2989 * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
2990 c_print_type.
2991 * c-typeprint.c (c_print_type_1): Add "language" parameter.
2992 (c_print_type): Update.
2993 (c_print_type): New overload.
2994 (c_type_print_varspec_prefix, c_type_print_args)
2995 (c_type_print_varspec_suffix, c_print_type_no_offsets)
2996 (c_type_print_base_struct_union, c_type_print_base_1)
2997 (cp_type_print_method_args): Add "language" parameter.
2998 (c_type_print_base): Update.
2999 * c-lang.h (c_print_type): Add new overload.
3000
3001 2018-06-01 Tom Tromey <tom@tromey.com>
3002
3003 * typeprint.h (c_type_print_varspec_suffix): Don't declare.
3004 * c-typeprint.c (c_type_print_varspec_suffix): Now static.
3005
3006 2018-06-01 Alan Hayward <alan.hayward@arm.com>
3007
3008 * aarch64-tdep.c (aarch64_sve_register_names): New const
3009 var.
3010 * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
3011 (AARCH64_SVE_Z_REGS_NUM): New define.
3012 (AARCH64_SVE_P_REGS_NUM): Likewise.
3013 (AARCH64_SVE_NUM_REGS): Likewise.
3014
3015 2018-05-31 Uros Bizjak <ubizjak@gmail.com>
3016
3017 * nat/linux-ptrace.h [__alpha__]
3018 (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
3019 definitions.
3020
3021 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3022
3023 * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
3024 the endianness selected.
3025 * NEWS: Document `set endian auto' mode operation update.
3026
3027 2018-05-31 Alan Hayward <alan.hayward@arm.com>
3028
3029 * Makefile.in: Add new header.
3030 * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
3031 (sve_vl_from_vg): Likewise.
3032 (sve_vq_from_vl): Likewise.
3033 (sve_vl_from_vq): Likewise.
3034 (sve_vq_from_vg): Likewise.
3035 (sve_vg_from_vq): Likewise.
3036 * configure.nat: Add new c file.
3037 * nat/aarch64-sve-linux-ptrace.c: New file.
3038 * nat/aarch64-sve-linux-ptrace.h: New file.
3039
3040 2018-05-31 Alan Hayward <alan.hayward@arm.com>
3041
3042 * aarch64-linux-nat.c (aarch64_linux_read_description):
3043 Add parmeter zero.
3044 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
3045 Likewise.
3046 * aarch64-tdep.c (tdesc_aarch64_list): Add.
3047 (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
3048 (aarch64_gdbarch_init): Add parmeter zero.
3049 * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
3050 * arch/aarch64.c (aarch64_create_target_description): Check VQ.
3051 * arch/aarch64.h (aarch64_create_target_description): Add VQ.
3052 parmeter.
3053 * doc/gdb.texinfo: Describe SVE feature
3054 * features/aarch64-sve.c: New file.
3055
3056 2018-05-31 Omair Javaid <omair.javaid@linaro.org>
3057
3058 PR gdb/23210
3059 * gdbarch.sh (significant_addr_bit): Default to zero when
3060 not set by target architecture.
3061 * gdbarch.c: Re-generated.
3062 * utils.c (address_significant): Update.
3063
3064 2018-05-30 Joel Brobecker <brobecker@adacore.com>
3065
3066 * stack.c (func_command): Remove trailing newline in call to error.
3067
3068 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3069
3070 * regcache.h (regcache_raw_collect): Remove, update callers to
3071 use regcache::raw_collect.
3072 * regcache.c (regcache_raw_collect): Remove.
3073
3074 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3075
3076 * regcache.h (regcache_raw_supply): Remove, update callers to
3077 use detached_regcache::raw_supply.
3078 * regcache.c (regcache_raw_supply): Remove.
3079
3080 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3081
3082 * regcache.h (regcache_cooked_write_part): Remove, update
3083 callers to use regcache::cooked_write_part.
3084 * regcache.c (regcache_cooked_write_part): Remove.
3085
3086 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3087
3088 * regcache.h (regcache_cooked_read_part): Remove, update callers
3089 to use readable_regcache::cooked_read_part.
3090 * regcache.c (regcache_cooked_read_part): Remove.
3091
3092 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3093
3094 * regcache.h (regcache_cooked_read_value): Remove, update
3095 callers to use readable_regcache::cooked_read_value.
3096 * regcache.c (regcache_cooked_read_value): Remove.
3097
3098 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3099
3100 * regcache.h (regcache_cooked_write): Remove, update callers to
3101 use regcache::cooked_write.
3102 * regcache.c (regcache_cooked_write): Remove.
3103
3104 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3105
3106 * regcache.h (regcache_invalidate): Remove, update callers to
3107 use detached_regcache::invalidate instead.
3108 * regcache.c (regcache_invalidate): Remove.
3109
3110 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * regcache.h (regcache_raw_write_part): Remove, update callers
3113 to use regcache::raw_write_part instead.
3114 * regcache.c (regcache_raw_write_part): Remove.
3115
3116 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3117
3118 * regcache.h (regcache_raw_read_part): Remove, update callers to
3119 use readable_regcache::raw_read_part instead.
3120 * regcache.c (regcache_raw_read_part): Remove.
3121
3122 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3123
3124 * regcache.h (regcache_cooked_read): Remove, update callers to
3125 use readable_regcache::cooked_read instead.
3126 * regcache.c (regcache_cooked_read): Remove.
3127
3128 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3129
3130 * regcache.h (regcache_raw_write): Remove, update callers to use
3131 regcache::raw_write instead.
3132 * regcache.c (regcache_raw_write): Remove.
3133
3134 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3135
3136 * regcache.h (regcache_raw_read): Remove, update callers to use
3137 readable_regcache::raw_read instead.
3138 * regcache.c (regcache_raw_read): Remove.
3139
3140 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3141
3142 * regcache.h (regcache_raw_update): Remove, update callers to
3143 use readable_regcache::raw_update instead.
3144 * regcache.c (regcache_raw_update): Remove.
3145
3146 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3147
3148 * regcache.h (regcache_register_status): Remove, update callers
3149 to use reg_buffer::get_register_status directly instead.
3150 * regcache.c (regcache_register_status): Remove.
3151
3152 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3153
3154 * regcache.h (regcache_get_ptid): Remove, update all callers to
3155 call regcache::ptid instead.
3156 * regcache.c (regcache_get_ptid): Remove.
3157
3158 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
3159
3160 * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
3161
3162 2018-05-30 Pedro Alves <palves@redhat.com>
3163
3164 * common/common-exceptions.h (exception_rethrow): Use
3165 ATTRIBUTE_NORETURN.
3166
3167 2018-05-29 Simon Marchi <simon.marchi@polymtl.ca>
3168
3169 * breakpoint.c (print_solib_event, check_status_catch_solib):
3170 Remove struct keyword in range-based for loops.
3171 * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
3172 * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
3173 Likewise.
3174 * linespec.c (find_superclass_methods, search_minsyms_for_name):
3175 Likewise.
3176 * symfile.c (addr_info_make_relative): Likewise.
3177 * thread.c (value_in_thread_stack_temporaries): Likewise.
3178
3179 2018-06-12 Weimin Pan <weimin.pan@oracle.com>
3180
3181 PR gdb/16841
3182 * valops.c (value_struct_elt_for_reference): Call check_typedef on
3183 aggregate type to get its real type before accessing it.
3184
3185 2018-05-29 Weimin Pan <weimin.pan@oracle.com>
3186
3187 * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
3188 * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
3189 * coff-pe-read.c (add_pe_forwarded_sym): Replace
3190 lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
3191 * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
3192 * jit.c (jit_breakpoint_re_set_internal): Likewise.
3193 * printcmd.c (info_address_command): Likewise.
3194
3195 2018-05-29 Tom Tromey <tom@tromey.com>
3196
3197 * windows-nat.c (handle_exception): Update fall-through comment.
3198
3199 2018-05-29 Tom Tromey <tom@tromey.com>
3200
3201 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
3202 (struct program_space) <added_solibs>: Now a std::vector.
3203 * breakpoint.c (print_solib_event): Update.
3204 (check_status_catch_solib): Update.
3205 * progspace.c (clear_program_space_solib_cache): Update.
3206 * solib.c (update_solib_list): Update.
3207
3208 2018-05-29 Tom Tromey <tom@tromey.com>
3209
3210 * python/py-type.c (typy_richcompare): Update.
3211 * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
3212 * gdbtypes.h (types_deeply_equal): Return bool.
3213 (types_equal): Likewise.
3214 * gdbtypes.c (type_equality_entry_d): Remove typedef. Don't
3215 declare VEC.
3216 (check_types_equal): Change worklist to std::vector. Return
3217 bool.
3218 (struct type_equality_entry): Add constructor.
3219 (compare_maybe_null_strings): Return bool.
3220 (check_types_worklist): Return bool. Change worklist to
3221 std::vector.
3222 (types_deeply_equal): Use std::vector.
3223 (types_equal): Return bool.
3224 (compare_maybe_null_strings): Simplify.
3225
3226 2018-05-29 Tom Tromey <tom@tromey.com>
3227
3228 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
3229
3230 2018-05-29 Tom Tromey <tom@tromey.com>
3231
3232 * objc-lang.h: Don't include cp-support.h.
3233 * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
3234 declare VEC.
3235
3236 2018-05-27 Tom Tromey <tom@tromey.com>
3237
3238 * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
3239
3240 2018-05-25 Tom Tromey <tom@tromey.com>
3241
3242 * value.c (value::location): Initialize.
3243
3244 2018-05-25 Tom Tromey <tom@tromey.com>
3245
3246 * dbxread.c (init_bincl_list): Remove.
3247 (bincl_list): Now a std::vector.
3248 (bincls_allocated, next_bincl): Remove.
3249 (free_bincl_list, do_free_bincl_list_cleanup)
3250 (make_cleanup_free_bincl_list): Remove.
3251 (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
3252 unique_xmalloc_ptr.
3253 (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
3254 (struct header_file_location): Add constructor.
3255 (add_bincl_to_list): Remove.
3256
3257 2018-05-25 Tom Tromey <tom@tromey.com>
3258
3259 * tui/tui.c (tui_enable): Update.
3260 * mi/mi-interp.c (mi_interp::init): Update.
3261 * interps.h (class interp) <name>: New method.
3262 <m_name>: Rename from name.
3263 (~scoped_restore_interp): Update.
3264 * interps.c (interp::interp): Update.
3265 (interp_add, interp_set, interp_lookup_existing)
3266 (current_interp_named_p): Update.
3267
3268 2018-05-25 Tom Tromey <tom@tromey.com>
3269
3270 * interps.c (interp_name): Remove.
3271 * mi/mi-interp.c (mi_interp::init): Update.
3272 * interps.h (interp_name): Remove.
3273 (~scoped_restore_interp): Update.
3274 * tui/tui.c (tui_enable): Update.
3275
3276 2018-05-25 Tom Tromey <tom@tromey.com>
3277
3278 * utils.c (fputs_maybe_filtered): Update.
3279 * linespec.c (decode_line_full): Update.
3280 * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
3281 (mi_print_breakpoint_for_event, mi_solib_loaded)
3282 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
3283 (mi_user_selected_context_changed): Update.
3284 * mi/mi-main.c (mi_execute_command): Update.
3285 * cli/cli-script.c (execute_control_command): Update.
3286 * python/python.c (execute_gdb_command): Update.
3287 * solib.c (info_sharedlibrary_command): Update.
3288 * interps.c (interp_ui_out): Remove.
3289 * interps.h (interp_ui_out): Remove.
3290
3291 2018-05-25 Tom Tromey <tom@tromey.com>
3292
3293 * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
3294 * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
3295 * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
3296
3297 2018-05-25 Tom Tromey <tom@tromey.com>
3298
3299 * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
3300 * interps.c (interp_exec): Use scoped_restore.
3301
3302 2018-05-25 Tom Tromey <tom@tromey.com>
3303
3304 * remote.c (remote_target::remote_file_get): Use
3305 gdb::byte_vector.
3306 (remote_target::remote_file_put): Likewise.
3307
3308 2018-05-25 Tom Tromey <tom@tromey.com>
3309
3310 * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
3311 a std::string.
3312 (get_pe_section_index, add_pe_exported_sym): Update.
3313 (read_pe_exported_syms): Use gdb::def_vector.
3314
3315 2018-05-25 Tom Tromey <tom@tromey.com>
3316
3317 * frame.c (remove_prev_frame): Remove.
3318 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
3319
3320 2018-05-25 Maciej W. Rozycki <macro@mips.com>
3321
3322 * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
3323 Remove prototypes.
3324 * mips-linux-nat.c (supply_fpregset): Always call
3325 `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
3326 (fill_fpregset): Always call `mips64_fill_fpregset' rather than
3327 `mips_fill_fpregset'.
3328 * mips-linux-tdep.c (mips_supply_fpregset)
3329 (mips_supply_fpregset_wrapper, mips_fill_fpregset)
3330 (mips_fill_fpregset_wrapper): Remove functions.
3331 (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
3332 (mips_linux_fpregset): Remove variable.
3333 (mips_linux_iterate_over_regset_sections): Use
3334 `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
3335 (mips_linux_o32_sigframe_init): Remove comment.
3336
3337 2018-05-25 Pedro Alves <palves@redhat.com>
3338
3339 * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
3340 (struct readahead_cache, struct packet_reg, struct
3341 remote_arch_state, class remote_state): Move higher up in the
3342 file.
3343 (remote_target::m_remote_state): Now an object instead of a pointer.
3344 (remote_target::get_remote_state): Adjust.
3345
3346 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * stack.c (select_and_print_frame): Delete.
3349 (struct function_bounds): Move struct within function.
3350 (func_command): Most content moved into new function
3351 find_frame_for_function, use new function, print result, add
3352 function comment.
3353 (find_frame_for_function): New function, now returns a result.
3354
3355 2018-05-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3356
3357 * stack.c (iterate_over_block_arg_vars): Fix comment.
3358 (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
3359
3360 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 PR gdb/23203
3363 * frame.c
3364 (scoped_restore_selected_frame::scoped_restore_selected_frame):
3365 Define.
3366 (scoped_restore_selected_frame::~scoped_restore_selected_frame):
3367 Define.
3368 * frame.h (class scoped_restore_selected_frame): New class.
3369 * stack.c (print_frame_local_vars): Remove catching and rethrowing
3370 of any exception, use scoped_restore_selected_frame to restore the
3371 frame instead.
3372
3373 2018-05-24 Pedro Alves <palves@redhat.com>
3374
3375 * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
3376 override.
3377
3378 2018-05-23 Tom Tromey <tom@tromey.com>
3379
3380 * complaints.c (struct complaints): Remove.
3381 (symfile_complaint_book): Remove.
3382 (series): New global.
3383 (complaint_internal): Update.
3384 (clear_complaints): Update.
3385
3386 2018-05-23 Tom Tromey <tom@tromey.com>
3387
3388 * complaints.c (counters): New global.
3389 (struct complain): Remove.
3390 (struct complaints) <root>: Remove.
3391 (complaint_sentinel): Remove.
3392 (symfile_complaint_book): Update.
3393 (find_complaint) Remove.
3394 (complaint_internal, clear_complaints): Update.
3395
3396 2018-05-23 Tom Tromey <tom@tromey.com>
3397
3398 * complaints.c (struct complain) <file, line>: Remove.
3399 (find_complaint): Remove file, line parameters.
3400 (complaint_internal): Update.
3401
3402 2018-05-23 Tom Tromey <tom@tromey.com>
3403
3404 * complaints.c (vcomplaint): Remove.
3405 (complaint_internal) Merge in contents of vcomplaint.
3406
3407 2018-05-23 Tom Tromey <tom@tromey.com>
3408
3409 * complaints.c (struct complaints) <explanation>: Remove.
3410 (symfile_explanations): Remove.
3411 (symfile_complaint_book): Update.
3412 (vcomplaint): Update.
3413 (struct explanation): Remove.
3414
3415 2018-05-23 Tom Tromey <tom@tromey.com>
3416
3417 * complaints.c (symfile_complaints): Remove.
3418 (complaint_internal): Remove "complaints" parameter.
3419 (clear_complaints, vcomplaint): Remove "c" parameter.
3420 (get_complaints): Remove.
3421 * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
3422 (dwarf2_debug_line_missing_file_complaint)
3423 (dwarf2_debug_line_missing_end_sequence_complaint)
3424 (dwarf2_complex_location_expr_complaint)
3425 (dwarf2_const_value_length_mismatch_complaint)
3426 (dwarf2_section_buffer_overflow_complaint)
3427 (dwarf2_macro_malformed_definition_complaint)
3428 (dwarf2_invalid_attrib_class_complaint)
3429 (create_addrmap_from_index, dw2_symtab_iter_next)
3430 (dw2_expand_marked_cus)
3431 (dw2_debug_names_iterator::find_vec_in_debug_names)
3432 (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
3433 (create_debug_type_hash_table, init_cutu_and_read_dies)
3434 (partial_die_parent_scope, add_partial_enumeration)
3435 (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
3436 (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
3437 (read_import_statement, read_file_scope, create_dwo_cu_reader)
3438 (create_cus_hash_table, create_dwp_hash_table)
3439 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
3440 (dwarf2_rnglists_process, dwarf2_ranges_process)
3441 (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
3442 (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
3443 (handle_struct_member_die, process_structure_scope)
3444 (read_array_type, read_common_block, read_module_type)
3445 (read_tag_pointer_type, read_typedef, read_base_type)
3446 (read_subrange_type, load_partial_dies, partial_die_info::read)
3447 (partial_die_info::read, partial_die_info::read)
3448 (partial_die_info::read, read_checked_initial_length_and_offset)
3449 (dwarf2_string_attr, read_formatted_entries)
3450 (dwarf_decode_line_header)
3451 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
3452 (new_symbol, dwarf2_const_value_attr, lookup_die_type)
3453 (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
3454 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
3455 (get_signatured_type, get_DW_AT_signature_type)
3456 (decode_locdesc, file_file_name, consume_improper_spaces)
3457 (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
3458 (dwarf_decode_macro_bytes, dwarf_decode_macros)
3459 (dwarf2_symbol_mark_computed, set_die_type)
3460 (read_attribute_value): Update.
3461 * stap-probe.c (handle_stap_probe, get_stap_base_address):
3462 Update.
3463 * dbxread.c (unknown_symtype_complaint)
3464 (lbrac_mismatch_complaint, repeated_header_complaint)
3465 (set_namestring, function_outside_compilation_unit_complaint)
3466 (read_dbx_symtab, process_one_symbol): Update.
3467 * gdbtypes.c (stub_noname_complaint): Update.
3468 * windows-nat.c (handle_unload_dll): Update.
3469 * coffread.c (coff_symtab_read, enter_linenos, decode_type)
3470 (decode_base_type): Update.
3471 * xcoffread.c (bf_notfound_complaint, ef_complaint)
3472 (eb_complaint, record_include_begin, record_include_end)
3473 (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
3474 (process_xcoff_symbol, read_symbol)
3475 (function_outside_compilation_unit_complaint)
3476 (scan_xcoff_symtab): Update.
3477 * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
3478 * buildsym.c (finish_block_internal, make_blockvector)
3479 (end_symtab_get_static_block, augment_type_symtab): Update.
3480 * dtrace-probe.c (dtrace_process_dof)
3481 (dtrace_static_probe_ops::get_probes): Update.
3482 * complaints.h (struct complaint): Don't declare.
3483 (symfile_complaints): Remove.
3484 (complaint_internal): Remove "complaints" parameter.
3485 (complaint): Likewise.
3486 (clear_complaints): Likewise.
3487 * symfile.c (syms_from_objfile_1, finish_new_objfile)
3488 (reread_symbols): Update.
3489 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
3490 (dwarf2_frame_cache, decode_frame_entry): Update.
3491 * dwarf2loc.c (dwarf_reg_to_regnum): Update.
3492 * objc-lang.c (lookup_objc_class, lookup_child_selector)
3493 (info_selectors_command): Update.
3494 * macrotab.c (macro_include, check_for_redefinition)
3495 (macro_undef): Update.
3496 * objfiles.c (filter_overlapping_sections): Update.
3497 * stabsread.c (invalid_cpp_abbrev_complaint)
3498 (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
3499 (define_symbol, error_type, read_type, rs6000_builtin_type)
3500 (stabs_method_name_from_physname, read_member_functions)
3501 (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
3502 (attach_fields_to_type, complain_about_struct_wipeout)
3503 (read_range_type, read_args, common_block_start)
3504 (common_block_end, cleanup_undefined_types_1, scan_file_globals):
3505 Update.
3506 * mdebugread.c (index_complaint, unknown_ext_complaint)
3507 (basic_type_complaint, bad_tag_guess_complaint)
3508 (bad_rfd_entry_complaint, unexpected_type_code_complaint)
3509 (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
3510 (parse_procedure, parse_lines)
3511 (function_outside_compilation_unit_complaint)
3512 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
3513 (bad_tag_guess_complaint, reg_value_complaint): Update.
3514 * cp-support.c (demangled_name_complaint): Update.
3515 * macroscope.c (sal_macro_scope): Update.
3516 * dwarf-index-write.c (class debug_names): Update.
3517
3518 2018-05-23 Tom Tromey <tom@tromey.com>
3519
3520 * complaints.c (clear_complaints): Remove "noisy" parameter.
3521 * complaints.h (clear_complaints): Update.
3522 * symfile.c (syms_from_objfile_1, finish_new_objfile)
3523 (reread_symbols): Update.
3524
3525 2018-05-23 Tom Tromey <tom@tromey.com>
3526
3527 * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
3528 SUBSEQUENT_MESSAGE.
3529 (vcomplaint, clear_complaints): Update.
3530 (symfile_explanations): Remove some messages.
3531
3532 2018-05-23 Tom Tromey <tom@tromey.com>
3533
3534 * complaints.c (internal_complaint): Remove.
3535 * complaints.h (internal_complaint): Remove.
3536
3537 2018-05-22 Maciej W. Rozycki <macro@mips.com>
3538
3539 * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
3540
3541 2018-05-22 Pedro Alves <palves@redhat.com>
3542
3543 * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
3544 (remote_fileio_badfd, remote_fileio_return_errno)
3545 (remote_fileio_return_success, remote_fileio_func_open)
3546 (remote_fileio_func_open, remote_fileio_func_close)
3547 (remote_fileio_func_read, remote_fileio_func_write)
3548 (remote_fileio_func_lseek, remote_fileio_func_rename)
3549 (remote_fileio_func_unlink, remote_fileio_func_stat)
3550 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
3551 (remote_fileio_func_isatty, remote_fileio_func_system): Add
3552 remote_target parameter.
3553 (remote_fio_func_map) <func>: Add remote_target parameter.
3554 (do_remote_fileio_request, remote_fileio_request):
3555 * remote-fileio.h (remote_fileio_request):
3556 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
3557 remote_target parameter.
3558 (remote_notif_process, handle_notification): Adjust to pass down
3559 the remote.
3560 (remote_notif_state_allocate): Add remote_target parameter. Save
3561 it.
3562 * remote-notif.h (struct remote_target): Forward declare.
3563 (struct notif_client) <parse, ack, can_get_pending_events>: Add
3564 remote_target parameter.
3565 (struct remote_notif_state) <remote>: New field.
3566 (remote_notif_ack, remote_notif_parse): Add remote_target
3567 parameter.
3568 (remote_notif_state_allocate, remote_notif_state_allocate): Add
3569 remote_target parameter.
3570 * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
3571 (threads_listing_context, rmt_thread_action, protocol_feature)
3572 (packet_reg, stop_reply, stop_reply_p, enum packet_support)
3573 (packet_result, struct threads_listing_context, remote_state):
3574 Move definitions and declarations higher up.
3575 (remote_target) <~remote_target>: Declare.
3576 (remote_download_command_source, remote_file_put, remote_file_get)
3577 (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
3578 (remote_hostio_pread_vFile, remote_hostio_send_command)
3579 (remote_hostio_set_filesystem, remote_hostio_open)
3580 (remote_hostio_close, remote_hostio_unlink, remote_state)
3581 (get_remote_state, get_remote_packet_size, get_memory_packet_size)
3582 (get_memory_write_packet_size, get_memory_read_packet_size)
3583 (append_pending_thread_resumptions, remote_detach_1)
3584 (append_resumption, remote_resume_with_vcont)
3585 (add_current_inferior_and_thread, wait_ns, wait_as)
3586 (process_stop_reply, remote_notice_new_inferior)
3587 (process_initial_stop_replies, remote_add_thread)
3588 (btrace_sync_conf, remote_btrace_maybe_reopen)
3589 (remove_new_fork_children, kill_new_fork_children)
3590 (discard_pending_stop_replies, stop_reply_queue_length)
3591 (check_pending_events_prevent_wildcard_vcont)
3592 (discard_pending_stop_replies_in_queue, stop_reply)
3593 (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
3594 (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
3595 (remote_interrupt_as, remote_interrupt_ns)
3596 (remote_get_noisy_reply, remote_query_attached)
3597 (remote_add_inferior, remote_current_thread, get_current_thread)
3598 (set_thread, set_general_thread, set_continue_thread)
3599 (set_general_process, write_ptid)
3600 (remote_unpack_thread_info_response, remote_get_threadinfo)
3601 (parse_threadlist_response, remote_get_threadlist)
3602 (remote_threadlist_iterator, remote_get_threads_with_ql)
3603 (remote_get_threads_with_qxfer)
3604 (remote_get_threads_with_qthreadinfo, extended_remote_restart)
3605 (get_offsets, remote_check_symbols, remote_supported_packet)
3606 (remote_query_supported, remote_packet_size)
3607 (remote_serial_quit_handler, remote_detach_pid)
3608 (remote_vcont_probe, remote_resume_with_hc)
3609 (send_interrupt_sequence, interrupt_query)
3610 (remote_notif_get_pending_events, fetch_register_using_p)
3611 (send_g_packet, process_g_packet, fetch_registers_using_g)
3612 (store_register_using_P, store_registers_using_G)
3613 (set_remote_traceframe, check_binary_download)
3614 (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
3615 (remote_xfer_live_readonly_partial, remote_read_bytes)
3616 (remote_send_printf, remote_flash_write, readchar)
3617 (remote_serial_write, putpkt, putpkt_binary, skip_frame)
3618 (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
3619 (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
3620 (extended_remote_disable_randomization, extended_remote_run)
3621 (send_environment_packet, extended_remote_environment_support)
3622 (extended_remote_set_inferior_cwd, remote_write_qxfer)
3623 (remote_read_qxfer, push_stop_reply, vcont_r_supported)
3624 (packet_command): Now methods of ...
3625 (remote_target): ... this class.
3626 (m_remote_state) <remote_target>: New field.
3627 (struct remote_state) <stop_reply_queue,
3628 remote_async_inferior_event_token, wait_forever_enabled_p>: New
3629 fields.
3630 (remote_state::remote_state): Allocate stop_reply_queue.
3631 (remote_state): Delete global.
3632 (get_remote_state_raw): Delete.
3633 (remote_target::get_remote_state): Allocate m_remote_state on
3634 demand.
3635 (get_current_remote_target): New.
3636 (remote_ops, extended_remote_ops): Delete.
3637 (wait_forever_enabled_p, remote_async_inferior_event_token):
3638 Delete, moved to struct remote_state.
3639 (remote_target::close): Delete self. Destruction bits split to
3640 ...
3641 (remote_target::~remote_target): ... this.
3642 (show_memory_packet_size): Adjust to use
3643 get_current_remote_target.
3644 (struct protocol_feature) <func>: Add remote_target parameter.
3645 All callers adjusted.
3646 (curr_quit_handler_target): New.
3647 (remote_serial_quit_handler): Reimplement.
3648 (remote_target::open_1): Adjust to use get_current_remote_target.
3649 Heap-allocate remote_target/extended_remote_target instances.
3650 (vcont_builder::vcont_builder): Add remote_target parameter, and
3651 save it in m_remote. All callers adjusted.
3652 (vcont_builder::m_remote): New field.
3653 (vcont_builder::restart, vcont_builder::flush)
3654 (vcont_builder::push_action): Use it.
3655 (remote_target::commit_resume): Use it.
3656 (struct queue_iter_param) <remote>: New field.
3657 (remote_target::remove_new_fork_children): Fill in 'remote' field.
3658 (check_pending_event_prevents_wildcard_vcont_callback_data): New.
3659 (check_pending_event_prevents_wildcard_vcont_callback)
3660 (remote_target::check_pending_events_prevent_wildcard_vcont)
3661 (remote_target::discard_pending_stop_replies)
3662 (remote_target::discard_pending_stop_replies_in_queue)
3663 (remote_target::remote_notif_remove_queued_reply): Fill in
3664 'remote' field.
3665 (remote_notif_get_pending_events): New.
3666 (remote_target::readchar, remote_target::remote_serial_write):
3667 Save/restore curr_quit_handler_target.
3668 (putpkt): New.
3669 (kill_new_fork_children): Fill in 'remote' field.
3670 (packet_command): Use get_current_remote_target, defer to
3671 remote_target method of same name.
3672 (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
3673 parameter, and save it in m_remote. All callers adjusted.
3674 (scoped_remote_fd::release): Use m_remote.
3675 (scoped_remote_fd::m_remote): New field.
3676 (remote_file_put, remote_file_get, remote_file_delete): Use
3677 get_current_remote_target, defer to remote_target method of same
3678 name.
3679 (remote_btrace_reset): Add remote_state paremeter. Update all
3680 callers.
3681 (remote_async_inferior_event_handler). Pass down 'data'.
3682 (remote_new_objfile): Use get_current_remote_target.
3683 (remote_target::vcont_r_supported): New.
3684 (set_range_stepping): Use get_current_remote_target and
3685 remote_target::vcont_r_supported.
3686 (_initialize_remote): Don't allocate 'remote_state' and
3687 'stop_reply_queue' globals.
3688 * remote.h (struct remote_target): Forward declare.
3689 (getpkt, putpkt, remote_notif_get_pending_events): Add
3690 'remote_target' parameter.
3691
3692 2018-05-22 Pedro Alves <palves@redhat.com>
3693
3694 * remote.c (vcont_builder): Now a class. Make all data members
3695 private.
3696 (vcont_builder) <vcont_builder, restart, flush, push_action>:
3697 Declare methods.
3698 (vcont_builder_restart): Rename to ...
3699 (vcont_builder::restart): ... this.
3700 (vcont_builder_flush): Rename to ...
3701 (vcont_builder::flush): ... this.
3702 (vcont_builder_push_action): Rename to ...
3703 (vcont_builder::push_action): ... this.
3704 (remote_target::commit_resume): Adjust.
3705
3706 2018-05-22 Pedro Alves <palves@redhat.com>
3707
3708 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
3709 (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
3710 (get_fixed_memory_packet_size): New.
3711 (get_memory_packet_size): Use it.
3712 (set_memory_packet_size): Don't override the config size with
3713 DEFAULT_MAX_MEMORY_PACKET_SIZE.
3714 (show_memory_packet_size): Use get_fixed_memory_packet_size.
3715 Don't refer to get_memory_packet_size if not connected to a remote
3716 target. Show "(default)" if configured size is 0.
3717
3718 2018-05-22 Pedro Alves <palves@redhat.com>
3719
3720 * remote.c (remote_target::mourn_inferior): Move
3721 discard_pending_stop_replies call here from ...
3722 (_initialize_remote): ... here.
3723
3724 2018-05-22 Pedro Alves <palves@redhat.com>
3725
3726 * remote.c (compare_section_command): Remove set_general_process
3727 call.
3728
3729 2018-05-22 Pedro Alves <palves@redhat.com>
3730
3731 * remote.c (struct packet_reg, struct remote_arch_state):
3732 Move higher up in the file.
3733 (remote_state) <m_arch_states>: Store remote_arch_state values
3734 instead of remote_arch_state pointers.
3735 (remote_state::get_remote_arch_state): Adjust.
3736
3737 2018-05-22 Pedro Alves <palves@redhat.com>
3738
3739 * remote.c: Include <unordered_map>.
3740 (remote_state): Now a class.
3741 (remote_state) <get_remote_arch_state>: Declare method.
3742 <get_remote_arch_state>: New field.
3743 (remote_arch_state) <remote_arch_state>: Declare ctor.
3744 <regs>: Now a unique_ptr.
3745 (remote_gdbarch_data_handle): Delete.
3746 (get_remote_arch_state): Delete.
3747 (remote_state::get_remote_arch_state): New.
3748 (get_remote_state): Adjust to call remote_state's
3749 get_remote_arch_state method.
3750 (init_remote_state): Delete, bits factored out to ...
3751 (remote_arch_state::remote_arch_state): ... this new method.
3752 (get_remote_packet_size, get_memory_packet_size)
3753 (process_g_packet, remote_target::fetch_registers)
3754 (remote_target::prepare_to_store, store_registers_using_G)
3755 (remote_target::store_registers, remote_target::get_trace_status):
3756 Adjust to call remote_state's method.
3757 (_initialize_remote): Remove reference to
3758 remote_gdbarch_data_handle.
3759
3760 2018-05-22 Pedro Alves <palves@redhat.com>
3761
3762 * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
3763 pread>: New method declarations.
3764 (remote_target::open_1): Adjust.
3765 (readahead_cache_invalidate): Rename to ...
3766 (readahead_cache::invalidate): ... this, and adjust to be a class
3767 method.
3768 (readahead_cache_invalidate_fd): Rename to ...
3769 (readahead_cache::invalidate_fd): ... this, and adjust to be a
3770 class method.
3771 (remote_hostio_pwrite): Adjust.
3772 (remote_hostio_pread_from_cache): Rename to ...
3773 (readahead_cache::pread): ... this, and adjust to be a class
3774 method.
3775 (remote_hostio_close): Adjust.
3776
3777 2018-05-22 Pedro Alves <palves@redhat.com>
3778
3779 * remote.c (remote_hostio_close_cleanup): Delete.
3780 (class scoped_remote_fd): New.
3781 (remote_file_put, remote_file_get): Use it.
3782
3783 2018-05-22 Pedro Alves <palves@redhat.com>
3784
3785 (struct vCont_action_support): Use bool and initialize all fields.
3786 (struct readahead_cache): Initialize all fields.
3787 (remote_state): Use bool and initialize all fields.
3788 (remote_state::remote_state, remote_state::~remote_state): New.
3789 (new_remote_state): Delete.
3790 (_initialize_remote): Use new to allocate remote_state.
3791
3792 2018-05-22 Pedro Alves <palves@redhat.com>
3793 張俊芝 <zjz@zjz.name>
3794
3795 PR gdb/22973
3796 * c-exp.y: Include "c-support.h".
3797 (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
3798 of tolower. Use c_ident_is_alpha to scan names.
3799 * c-lang.c: Include "c-support.h".
3800 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
3801 ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
3802 * c-support.h: New file, with bits factored out from ...
3803 * cp-name-parser.y: ... this file.
3804 Include "c-support.h".
3805 (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
3806 c-support.h and renamed.
3807 (symbol_end, yylex): Adjust.
3808
3809 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3810
3811 * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
3812 parameter type to CORE_ADDR.
3813 * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
3814 parameter type in declaration to CORE_ADDR.
3815 * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
3816 target_auxv_search to get AT_HWCAP and use the result to get the
3817 target description.
3818 * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
3819 to CORE_ADDR. Remove the cast of the return value to unsigned
3820 long. Fix error predicate of target_auxv_search.
3821 (ppc_linux_nat_target::read_description): Change the type of the
3822 hwcap variable to CORE_ADDR.
3823
3824 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3825
3826 * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
3827 if the size of fpscr is larger than 32 bits.
3828
3829 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3830
3831 * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
3832 (ppc32_linux_vsxregmap): New global.
3833 (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
3834 regcache_supply_regset, and regcache_collect_regset.
3835 * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
3836 * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
3837 (fetch_vsx_register, store_vsx_register): Remove.
3838 (fetch_vsx_registers): Add regno parameter. Get regset using
3839 ppc_linux_vsxregset. Use regset to supply registers.
3840 (store_vsx_registers): Add regno parameter. Get regset using
3841 ppc_linux_vsxregset. Use regset to collect registers.
3842 (fetch_register): Call fetch_vsx_registers instead of
3843 fetch_vsx_register.
3844 (store_register): Call store_vsx_registers instead of
3845 store_vsx_register.
3846 (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
3847 new regno parameter.
3848 (store_ppc_registers): Call store_vsx_registers with -1 for the
3849 new regno parameter.
3850 * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
3851 (ppc_collect_vsxregset): Remove.
3852
3853 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3854
3855 * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
3856 offset fields.
3857 * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
3858 for vector register offset fields.
3859 (ppc64_fbsd_reg_offsets): Likewise.
3860 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
3861 to vector register offset fields.
3862 * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
3863 to vector register offset fields.
3864 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
3865 vector register offset fields.
3866 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
3867 initializers for vector register offset fields.
3868 (rs6000_aix64_reg_offsets): Likewise.
3869 * rs6000-tdep.c (ppc_vrreg_offset): Remove.
3870 (ppc_supply_vrregset): Remove.
3871 (ppc_collect_vrregset): Remove.
3872 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
3873 (ppc_linux_vrregset) : New function.
3874 (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
3875 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
3876 (ppc32_linux_vrregset): Remove.
3877 (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
3878 and use result instead of ppc32_linux_vrregset.
3879 (ppc32_linux_reg_offsets): Remove initializers for vector register
3880 offset fields.
3881 (ppc64_linux_reg_offsets): Likewise.
3882 * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
3883 * ppc-linux-nat.c: Include regset.h.
3884 (gdb_vrregset_t): Adjust comment to account for little-endian
3885 mode.
3886 (supply_vrregset, fill_vrregset): Remove.
3887 (fetch_altivec_register, store_altivec_register): Remove.
3888 (fetch_altivec_registers): Add regno parameter. Get regset using
3889 ppc_linux_vrregset. Use regset to supply registers.
3890 (store_altivec_registers): Add regno parameter. Get regset using
3891 ppc_linux_vrregset. Use regset to collect registers.
3892 (fetch_register): Call fetch_altivec_registers instead of
3893 fetch_altivec_register.
3894 (store_register): Call store_altivec_registers instead of
3895 store_altivec_register.
3896 (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
3897 the new regno parameter.
3898 (store_ppc_registers): Call store_altivec_registers with -1 for
3899 the new regno parameter.
3900
3901 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3902
3903 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
3904 (PPC_LINUX_SIZEOF_VSXREGSET): Define.
3905 * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
3906 (gdb_vrregset_t): Change array type size to
3907 PPC_LINUX_SIZEOF_VRREGSET.
3908 (gdb_vsxregset_t): Change array type size to
3909 PPC_LINUX_SIZEOF_VSXREGSET.
3910 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
3911 Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
3912 PPC_LINUX_SIZEOF_VSXREGSET.
3913
3914 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3915
3916 * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
3917 * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
3918 nat/ppc-linux.c.
3919 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
3920 ppc_linux_target_wordsize with tid.
3921 (ppc_linux_nat_target::read_description): Call ppc_linux_target
3922 wordsize with tid.
3923 * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
3924 (ppc64_64bit_inferior_p): Add static and inline specifiers.
3925 (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
3926 tid parameter. Remove static specifier.
3927 * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
3928 (ppc_linux_target_wordsize): New declaration.
3929
3930 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3931
3932 * arch/ppc-linux-common.c: New file.
3933 * arch/ppc-linux-common.h: New file.
3934 * arch/ppc-linux-tdesc.h: New file.
3935 * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
3936 * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
3937 (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
3938 arch/ppc-linux-tdesc.h.
3939 * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
3940 arch/ppc-linux-tdesc.h.
3941 (ppc_linux_nat_target::read_description): Remove target
3942 description matching code. Fill a ppc_linux_features struct and
3943 call ppc_linux_match_description with it. Move comment about ISA
3944 2.05 to ppc-linux-common.c.
3945 * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
3946 arch/ppc-linux-tdesc.h.
3947 (ppc_linux_core_read_description): Remove target description
3948 matching code. Fill a ppc_linux_features struct and call
3949 ppc_linux_match_description with it.
3950 * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
3951 (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
3952 (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
3953 (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
3954 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
3955 (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
3956 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
3957 (tdesc_powerpc_e500l): Remove.
3958
3959 2018-05-22 Joel Brobecker <brobecker@adacore.com>
3960
3961 * ada-lang.c (catch_assert_command): Pass empty string instead
3962 of NULL for excep_string argument.
3963
3964 2018-05-22 Maciej W. Rozycki <macro@mips.com>
3965
3966 * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
3967 the width of the requested register exceeds the width of the
3968 `ptrace' data type.
3969
3970 2018-05-21 Tom Tromey <tom@tromey.com>
3971
3972 * printcmd.c (output_command): Remove.
3973 (output_command_const): Rename to output_command.
3974 * valprint.h (output_command): Rename from output_command_const.
3975 * tracepoint.c (trace_dump_actions): Call output_command.
3976
3977 2018-05-21 Tom Tromey <tom@tromey.com>
3978
3979 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
3980 (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
3981 * ada-lang.h (create_ada_exception_catchpoint): Update.
3982 * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
3983 std::string.
3984 (create_excep_cond_exprs, ~ada_catchpoint)
3985 (should_stop_exception, print_one_exception)
3986 (print_mention_exception, print_recreate_exception): Update.
3987 (ada_get_next_arg): Remove.
3988 (catch_ada_exception_command_split): Use std::string. Change type
3989 of "excep_string", "cond_string".
3990 (catch_ada_exception_command): Update.
3991 (create_ada_exception_catchpoint): Change type of excep_string.
3992 (ada_exception_sal): Remove excep_string parameter.
3993 (~ada_catchpoint): Remove.
3994
3995 2018-05-21 Tom Tromey <tom@tromey.com>
3996
3997 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
3998 cleanup.
3999
4000 2018-05-21 Tom Tromey <tom@tromey.com>
4001
4002 * ada-lang.c (ada_exception_message_1, ada_exception_message):
4003 Return unique_xmalloc_ptr.
4004 (print_it_exception): Update.
4005
4006 2018-05-21 Tom Tromey <tom@tromey.com>
4007
4008 * tracepoint.c (trace_dump_actions): Use std::string.
4009
4010 2018-05-21 Tom Tromey <tom@tromey.com>
4011
4012 * symfile.c (reread_symbols): Use std::string for original_name.
4013
4014 2018-05-21 Tom Tromey <tom@tromey.com>
4015
4016 * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
4017 (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN. Default
4018 constructor.
4019
4020 2018-05-20 Simon Marchi <simon.marchi@polymtl.ca>
4021
4022 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
4023 instance to...
4024 (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
4025 * objfiles.c (get_objfile_bfd_data): Allocate
4026 objfile_per_bfd_storage with obstack_new when allocating on
4027 obstack.
4028
4029 2018-05-20 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
4032 OBSTACK_ZALLOC.
4033 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4034 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
4035 * mdebugread.c (mdebug_build_psymtabs): Likewise.
4036 (add_pending): Likewise.
4037 (parse_symbol): Likewise.
4038 (parse_partial_symbols): Likewise.
4039 (psymtab_to_symtab_1): Likewise.
4040 (new_psymtab): Likewise.
4041 (elfmdebug_build_psymtabs): Likewise.
4042 * minsyms.c (terminate_minimal_symbol_table): Likewise.
4043 * objfiles.c (get_objfile_bfd_data): Likewise.
4044 (objfile_register_static_link): Likewise.
4045 * psymtab.c (allocate_psymtab): Likewise.
4046 * stabsread.c (read_member_functions): Likewise.
4047 * xcoffread.c (xcoff_end_psymtab): Likewise.
4048
4049 2018-05-20 Simon Marchi <simon.marchi@ericsson.com>
4050
4051 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
4052 compiler supports std::is_trivially_constructible.
4053 * common/poison.h: Include obstack.h.
4054 (IsMallocable): Define to is_trivially_constructible if the
4055 compiler supports it, define to true_type otherwise.
4056 (xobnew): New.
4057 (XOBNEW): Redefine.
4058 (xobnewvec): New.
4059 (XOBNEWVEC): Redefine.
4060 * gdb_obstack.h (obstack_zalloc): New.
4061 (OBSTACK_ZALLOC): Redefine.
4062 (obstack_calloc): New.
4063 (OBSTACK_CALLOC): Redefine.
4064 (obstack_new): New.
4065 * gdbarch.sh: Include gdb_obstack in gdbarch.h.
4066 (gdbarch_obstack): New declaration in gdbarch.h, definition in
4067 gdbarch.c.
4068 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
4069 obstack_calloc/obstack_zalloc.
4070 (gdbarch_obstack_zalloc): Remove.
4071 * target-descriptions.c (tdesc_data_init): Use obstack_new.
4072
4073 2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4074
4075 * stack.c (backtrace_command_1): Remove useless variable int i.
4076
4077 2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4078
4079 * stack.c (print_frame_info): Fix comment.
4080
4081 2018-05-18 Tom Tromey <tom@tromey.com>
4082
4083 * dwarf2read.c (struct dwz_file): Add constructor, initializers.
4084 <dwz_bfd>: Now a gdb_bfd_ref_ptr.
4085 (~dwarf2_per_objfile): Update
4086 (dwarf2_get_dwz_file): Use new.
4087 * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
4088 unique_ptr.
4089
4090 2018-05-18 Tom Tromey <tom@tromey.com>
4091
4092 * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
4093 unique_ptr.
4094 * dwarf2read.c (struct dwp_file): Add constructor and
4095 initializers.
4096 (open_and_init_dwp_file): Return a unique_ptr.
4097 (dwarf2_per_objfile, create_dwp_hash_table)
4098 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
4099 (lookup_dwo_unit_in_dwp): Update.
4100 (open_and_init_dwp_file, get_dwp_file): Update.
4101
4102 2018-05-18 Tom Tromey <tom@tromey.com>
4103
4104 * dwarf2read.c (dwarf2_per_objfile): Update.
4105 (struct mapped_index): Add initializers.
4106 (dwarf2_read_index): Use new.
4107 (dw2_symtab_iter_init): Update.
4108 * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
4109 unique_ptr.
4110
4111 2018-05-18 Simon Marchi <simon.marchi@ericsson.com>
4112
4113 * dwarf2read.c (mapped_index) <total_size>: Remove.
4114
4115 2018-05-18 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 * unittests/format_pieces-selftests.c (test_format_specifier):
4118 Add ARI comments.
4119
4120 2018-05-18 Tom Tromey <tom@tromey.com>
4121
4122 * c-typeprint.c (maybe_print_hole): New function.
4123 (c_print_type_struct_field_offset): Update.
4124 (c_type_print_base_struct_union): Call maybe_print_hole.
4125
4126 2018-05-17 Keith Seitz <keiths@redhat.com>
4127
4128 * breakpoint.c (build_bpstat_chain): New function, moved from
4129 bpstat_stop_status.
4130 (bpstat_stop_status): Add optional parameter, `stop_chain'.
4131 If no stop chain is passed, call build_bpstat_chain to build it.
4132 * breakpoint.h (build_bpstat_chain): Declare.
4133 (bpstat_stop_status): Move documentation here from breakpoint.c.
4134 * infrun.c (handle_signal_stop): Before eliding inlined frames,
4135 build the stop chain and pass it to skip_inline_frames.
4136 Pass this stop chain to bpstat_stop_status.
4137 * inline-frame.c: Include breakpoint.h.
4138 (stopped_by_user_bp_inline_frame): New function.
4139 (skip_inline_frames): Add parameter `stop_chain'.
4140 Move documention to inline-frame.h.
4141 If non-NULL, use stopped_by_user_bp_inline_frame to determine
4142 whether the frame should be elided.
4143 * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
4144 Add moved documentation and update for new parameter.
4145
4146 2018-05-17 Simon Marchi <simon.marchi@ericsson.com>
4147
4148 PR cli/14975
4149 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4150 unittests/format_pieces-selftests.c.
4151 * common/format.h (format_piece) <operator==>: New.
4152 (format_pieces) <operator[]>: Remove.
4153 * common/format.c (format_pieces::format_pieces): Handle \e.
4154 * unittests/format_pieces-selftests.c: New.
4155
4156 2018-05-17 Tom Tromey <tom@tromey.com>
4157
4158 PR symtab/23010:
4159 * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
4160 (dw2_instantiate_symtab): Add skip_partial parameter.
4161 (dw2_find_last_source_symtab, dw2_map_expand_apply)
4162 (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
4163 (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
4164 (dw2_expand_symtabs_matching_one)
4165 (dw2_find_pc_sect_compunit_symtab)
4166 (dw2_debug_names_lookup_symbol)
4167 (dw2_debug_names_expand_symtabs_for_function): Update.
4168 (init_cutu_and_read_dies): Add skip_partial parameter.
4169 (process_psymtab_comp_unit, build_type_psymtabs_1)
4170 (process_skeletonless_type_unit, load_partial_comp_unit)
4171 (psymtab_to_symtab_1): Update.
4172 (load_full_comp_unit): Add skip_partial parameter.
4173 (process_imported_unit_die, dwarf2_read_addr_index)
4174 (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
4175 (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
4176 (read_signatured_type): Update.
4177
4178 2018-05-17 Simon Marchi <simon.marchi@ericsson.com>
4179
4180 * value.c (release_value): Remove unused variable.
4181 (record_latest_value): Likewise.
4182 (access_value_history): Likewise.
4183 (preserve_values): Likewise.
4184
4185 2018-05-17 Tom Tromey <tom@tromey.com>
4186
4187 * extension.h (struct ext_lang_type_printers) <py_type_printers>:
4188 Initialize.
4189
4190 2018-05-16 Maciej W. Rozycki <macro@mips.com>
4191
4192 PR gdb/22286
4193 * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
4194 Also handle registers whose width is not a multiple of
4195 PTRACE_TYPE_RET.
4196 (linux_nat_trad_target::store_register): Likewise.
4197
4198 2018-05-16 Tom Tromey <tom@tromey.com>
4199
4200 * gdbcore.h (core_bfd): Redefine.
4201 * corelow.c (core_target::close): Update.
4202 (core_target_open): Update.
4203 * progspace.h (struct program_space) <cbfd>: Now a
4204 gdb_bfd_ref_ptr.
4205
4206 2018-05-16 Tom Tromey <tom@tromey.com>
4207
4208 PR cli/19551:
4209 * symfile-add-flags.h (enum symfile_add_flags)
4210 <SYMFILE_NOT_FILENAME>: New constant.
4211 * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME. Get
4212 objfile name from BFD.
4213 (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
4214 * minidebug.c (find_separate_debug_file_in_section): Put
4215 ".gnu_debugdata" into BFD's file name.
4216
4217 2018-05-16 Simon Marchi <simon.marchi@ericsson.com>
4218
4219 * regcache.c (regcache_read_ftype, regcache_write_ftype):
4220 Remove.
4221
4222 2018-05-15 Tamar Christina <tamar.christina@arm.com>
4223
4224 PR binutils/21446
4225 * aarch64-tdep.c (aarch64_analyze_prologue,
4226 aarch64_software_single_step, aarch64_displaced_step_copy_insn):
4227 Indicate not interested in errors.
4228
4229 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4230
4231 * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
4232 Supply the MIPS_ZERO_REGNUM register.
4233
4234 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4235
4236 * mips-tdep.c (mask_address_var): Make variable static.
4237
4238 2018-05-14 Tom Tromey <tom@tromey.com>
4239
4240 * dwarf2read.c (rust_union_quirks): Clear rust_unions.
4241
4242 2018-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
4245 FXSAVE_ADDR for the mxcsr register.
4246
4247 2018-05-11 Max Filippov <jcmvbkbc@gmail.com>
4248
4249 * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
4250
4251 2018-05-11 Pedro Alves <palves@redhat.com>
4252
4253 * corelow.c (core_target) <core_target>: No longer inline.
4254 Initialize m_core_gdbarch, m_core_vec and build the section table
4255 here.
4256 <~core_target>: New.
4257 <core_gdbarch, get_core_register_section>: New methods.
4258 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
4259 factored out from ...
4260 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
4261 (core_ops): Delete.
4262 (sniff_core_bfd): Add gdbarch parameter.
4263 (core_close): Delete, merged into ...
4264 (core_target::close): ... here. Delete self.
4265 (core_close_cleanup): Delete.
4266 (core_target_open): Allocate a core_target on the heap. Use a
4267 unique_ptr instead of a cleanup. Bits moved into the core_target
4268 ctor. Adjust to use core_target methods instead of globals.
4269 (get_core_register_section): Rename to ...
4270 (core_target::get_core_register_section): ... this and adjust.
4271 (struct get_core_registers_cb_data): New.
4272 (get_core_registers_cb): Use it. Use bool.
4273 (core_target::fetch_registers, core_target::files_info)
4274 (core_target::xfer_partial, core_target::read_description)
4275 (core_target::pid_to, core_target::thread_name): Adjust to
4276 reference class fields instead of globals.
4277 * target.h (struct target_ops_deleter, target_ops_up): New.
4278
4279 2018-05-11 Pedro Alves <palves@redhat.com>
4280
4281 * corefile.c (core_file_command): Move to corelow.c.
4282 * corelow.c (the_core_target): Delete.
4283 (core_file_command): Moved from corefile.c. Check exec_bfd
4284 instead of the_core_target. Use target_detach instead of calling
4285 into the_core_target directly.
4286 (maybe_say_no_core_file_now): New.
4287 (core_target::detach): Use it.
4288 (_initialize_corelow): Remove references to the_core_target.
4289 * gdbcore.h (the_core_target): Delete.
4290
4291 2018-05-11 Tom Tromey <tromey@redhat.com>
4292 Pedro Alves <palves@redhat.com>
4293
4294 * corefile.c (core_bfd): Remove.
4295 * gdbcore.h (core_bfd): Now a macro.
4296 * progspace.h (struct program_space) <cbfd>: New field.
4297
4298 2018-05-11 Tom Tromey <tom@tromey.com>
4299
4300 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
4301 gdb::def_vector.
4302
4303 2018-05-10 Tom Tromey <tom@tromey.com>
4304
4305 * configure: Rebuild.
4306 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
4307
4308 2018-05-10 Joel Brobecker <brobecker@adacore.com>
4309
4310 PR server/23158:
4311 * regformats/regdat.sh: Adjust script, following the addition
4312 of the new expedite_regs parameter to init_target_desc.
4313
4314 2018-05-10 Omair Javaid <omair.javaid@linaro.org>
4315
4316 PR gdb/23127
4317 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
4318 set_gdbarch_significant_addr_bit.
4319 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
4320 set_gdbarch_significant_addr_bit.
4321 * utils.c (address_significant): Update to sign extend addr.
4322
4323 2018-05-09 Max Filippov <jcmvbkbc@gmail.com>
4324
4325 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
4326 (xtensa_linux_init_abi): Limit tdep->num_regs by
4327 tdep->num_nopriv_regs.
4328 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
4329 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
4330 not initialized.
4331
4332 2018-05-08 Simon Marchi <simon.marchi@ericsson.com>
4333
4334 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
4335
4336 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
4339 (I387_MXCSR_INIT_VAL): New constant.
4340 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
4341 buffer if it was supplied by the inferior.
4342 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
4343 (i387_xsave_get_clear_bv): New function.
4344 (i387_supply_xsave): Only read x87 control registers from the
4345 xsave buffer if the feature is enabled, and the state will have
4346 been written, otherwise, provide a suitable default.
4347 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
4348 including x87 control registers. Update control registers if they
4349 have changed from the default value, and mark features as enabled
4350 as required.
4351 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
4352
4353 2018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4354
4355 * spu-tdep.c (info_spu_event_command): Fix output formatting.
4356
4357 2018-05-07 Tom Tromey <tom@tromey.com>
4358
4359 * configure: Rebuild.
4360 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
4361
4362 2018-05-07 Tom Tromey <tom@tromey.com>
4363
4364 PR tdep/20362:
4365 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
4366 bit. Use correct value for VDIV.
4367
4368 2018-05-04 Tom Tromey <tom@tromey.com>
4369
4370 * configure: Rebuild.
4371 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
4372
4373 2018-05-04 Tom Tromey <tom@tromey.com>
4374
4375 * linux-record.c (record_linux_system_call) <case
4376 RECORD_SYS_RECVFROM>: Add "break".
4377
4378 2018-05-04 Tom Tromey <tom@tromey.com>
4379
4380 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
4381 Add missing "break".
4382 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
4383 Add missing "break".
4384
4385 2018-05-04 Tom Tromey <tom@tromey.com>
4386
4387 * rs6000-tdep.c (ppc_process_record_op4)
4388 (ppc_process_record_op63): Add fall-through comment.
4389
4390 2018-05-04 Tom Tromey <tom@tromey.com>
4391
4392 * i386-tdep.c (i386_process_record): Add fall-through comment.
4393
4394 2018-05-04 Tom Tromey <tom@tromey.com>
4395
4396 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
4397 comment.
4398
4399 2018-05-04 Tom Tromey <tom@tromey.com>
4400
4401 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
4402 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
4403 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
4404 comment.
4405 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
4406 comment.
4407 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
4408 comment.
4409
4410 2018-05-04 Tom Tromey <tom@tromey.com>
4411
4412 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
4413
4414 2018-05-04 Tom Tromey <tom@tromey.com>
4415
4416 * s390-tdep.c (s390_process_record): Fix fall-through comments.
4417 * xcoffread.c (scan_xcoff_symtab): Move comment later.
4418 * symfile.c (section_is_mapped): Fix fall-through comment.
4419 * stabsread.c (define_symbol, read_member_functions): Fix
4420 fall-through comment.
4421 * s390-linux-tdep.c (s390_process_record): Fix fall-through
4422 comment.
4423 * remote.c (remote_wait_as): Fix fall-through comment.
4424 * p-exp.y (yylex): Fix fall-through comment.
4425 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
4426 comment.
4427 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
4428 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
4429 * jv-exp.y (yylex): Fix fall-through comment.
4430 * go-exp.y (lex_one_token): Fix fall-through comment.
4431 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
4432 fall-through comment.
4433 * f-exp.y (yylex): Fix fall-through comment.
4434 * dwarf2read.c (process_die): Fix fall-through comments.
4435 * dbxread.c (process_one_symbol): Fix fall-through comment.
4436 * d-exp.y (lex_one_token): Fix fall-through comment.
4437 * cp-name-parser.y (yylex): Fix fall-through comment.
4438 * coffread.c (coff_symtab_read): Fix fall-through comment.
4439 * c-exp.y (lex_one_token): Fix fall-through comment.
4440 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
4441 comment.
4442 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
4443 comment.
4444
4445 2018-05-04 Tom Tromey <tom@tromey.com>
4446
4447 PR python/22730:
4448 * NEWS: Mention gdb.execute change.
4449 * gdbcmd.h (execute_control_command): Don't declare.
4450 * python/python.c (execute_gdb_command): Use read_command_lines_1,
4451 execute_control_commands, execute_control_commands_to_string.
4452 * cli/cli-script.h (execute_control_commands)
4453 (execute_control_commands_to_string): Declare.
4454 (execute_control_command): Add from_tty parameter.
4455 * cli/cli-script.c (execute_control_commands)
4456 (execute_control_commands_to_string): New functions.
4457 (execute_user_command): Use execute_control_commands.
4458 (execute_control_command_1): Add "from_tty" parameter. Update.
4459 (execute_control_command): Likewise.
4460
4461 2018-05-04 Tom Tromey <tom@tromey.com>
4462
4463 PR python/22731:
4464 * NEWS: Mention that breakpoint commands are writable.
4465 * python/py-breakpoint.c (bppy_set_commands): New function.
4466 (breakpoint_object_getset) <"commands">: Use it.
4467
4468 2018-05-04 Tom Tromey <tom@tromey.com>
4469
4470 * tracepoint.c (actions_command): Update.
4471 * mi/mi-cmd-break.c (mi_command_line_array)
4472 (mi_command_line_array_cnt, mi_command_line_array_ptr)
4473 (mi_read_next_line): Remove.
4474 (mi_cmd_break_commands): Update.
4475 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
4476 function_view.
4477 * cli/cli-script.c (get_command_line): Update.
4478 (process_next_line): Use function_view. Constify.
4479 (recurse_read_control_structure, read_command_lines)
4480 (read_command_lines_1): Change argument types to function_view.
4481 (do_define_command, document_command): Update.
4482 * breakpoint.h (check_tracepoint_command): Don't declare.
4483 * breakpoint.c (check_tracepoint_command): Remove.
4484 (commands_command_1, create_tracepoint_from_upload): Update.
4485
4486 2018-05-04 Tom Tromey <tom@tromey.com>
4487
4488 PR gdb/11750:
4489 * cli/cli-script.h (enum command_control_type) <define_control>:
4490 New constant.
4491 * cli/cli-script.c (multi_line_command_p): Handle define_control.
4492 (build_command_line, execute_control_command_1)
4493 (process_next_line): Likewise.
4494 (do_define_command): New function, extracted from define_command.
4495 (define_command): Use it.
4496
4497 2018-05-04 Tom Tromey <tom@tromey.com>
4498
4499 * tracepoint.c (actions_command): Update.
4500 * cli/cli-script.h (read_command_lines): Update.
4501 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
4502 (MAX_TMPBUF): Remove define.
4503 (define_command): Use string_printf.
4504 (document_command): Likewise.
4505 * breakpoint.c (commands_command_1): Update.
4506
4507 2018-05-04 Tom Tromey <tom@tromey.com>
4508
4509 * top.c (execute_command): Update.
4510 * cli/cli-script.h (print_command_lines): Now varargs.
4511 * cli/cli-script.c (print_command_lines): Now varargs.
4512 (execute_control_command_1) <case while_control, case if_control>:
4513 Update.
4514
4515 2018-05-04 Tom Tromey <tom@tromey.com>
4516
4517 * tracepoint.c (all_tracepoint_actions): Rename from
4518 all_tracepoint_actions_and_cleanup. Change return type.
4519 (actions_command, encode_actions_1, encode_actions)
4520 (trace_dump_actions, tdump_command): Update.
4521 * remote.c (remote_download_command_source): Update.
4522 * python/python.c (gdbpy_eval_from_control_command)
4523 (python_command, python_interactive_command): Update.
4524 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
4525 * guile/guile.c (guile_command)
4526 (gdbscm_eval_from_control_command, guile_command): Update.
4527 * compile/compile.c (compile_code_command)
4528 (compile_print_command, compile_to_object): Update.
4529 * cli/cli-script.h (struct command_lines_deleter): New.
4530 (counted_command_line): New typedef.
4531 (struct command_line): Add constructor, destructor.
4532 <body_list>: Remove.
4533 <body_list_0, body_list_1>: New members.
4534 (command_line_up): Remove typedef.
4535 (read_command_lines, read_command_lines_1, get_command_line):
4536 Update.
4537 (copy_command_lines): Don't declare.
4538 * cli/cli-script.c (build_command_line): Use "new".
4539 (get_command_line): Return counted_command_line.
4540 (print_command_lines, execute_user_command)
4541 (execute_control_command_1, while_command, if_command): Update.
4542 (realloc_body_list): Remove.
4543 (process_next_line, recurse_read_control_structure): Update.
4544 (read_command_lines, read_command_lines_1): Return counted_command_line.
4545 (free_command_lines): Use "delete".
4546 (copy_command_lines): Remove.
4547 (define_command, document_command, show_user_1): Update.
4548 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
4549 a counted_command_line.
4550 * breakpoint.h (counted_command_line): Remove typedef.
4551 (breakpoint_set_commands): Update.
4552 * breakpoint.c (check_no_tracepoint_commands)
4553 (validate_commands_for_breakpoint): Update.
4554 (breakpoint_set_commands): Change commands to be a
4555 counted_command_line.
4556 (commands_command_1, update_dprintf_command_list)
4557 (create_tracepoint_from_upload): Update.
4558
4559 2018-05-04 Tom Tromey <tom@tromey.com>
4560
4561 * cli/cli-decode.h (cmd_list_element): New constructor.
4562 (~cmd_list_element): New destructor.
4563 (struct cmd_list_element): Add initializers.
4564 * cli/cli-decode.c (do_add_cmd): Use "new".
4565 (delete_cmd): Use "delete".
4566
4567 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4568 Pedro Alves <palves@redhat.com>
4569
4570 PR breakpoints/19806 and support for PR external/20207.
4571 * NEWS: Mention Aarch64 watchpoint improvements.
4572 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
4573 watchpoints and PR external/20207 watchpoints.
4574 * nat/aarch64-linux-hw-point.c
4575 (kernel_supports_any_contiguous_range): New.
4576 (aarch64_watchpoint_offset): New.
4577 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
4578 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
4579 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
4580 (aarch64_align_watchpoint): New parameters aligned_offset_p and
4581 next_addr_orig_p. Support PR external/20207 watchpoints.
4582 (aarch64_downgrade_regs): New.
4583 (aarch64_dr_state_insert_one_point): New parameters offset and
4584 addr_orig.
4585 (aarch64_dr_state_remove_one_point): Likewise.
4586 (aarch64_handle_breakpoint): Update caller.
4587 (aarch64_handle_aligned_watchpoint): Likewise.
4588 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
4589 aligned_offset.
4590 (aarch64_linux_set_debug_regs): Remove const from state. Call
4591 aarch64_downgrade_regs.
4592 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
4593 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
4594 (DR_CONTROL_MASK): ... this.
4595 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
4596 (unsigned int aarch64_watchpoint_offset): New prototype.
4597 (aarch64_linux_set_debug_regs): Remove const from state.
4598 * utils.c (align_up, align_down): Move to ...
4599 * common/common-utils.c (align_up, align_down): ... here.
4600 * utils.h (align_up, align_down): Move to ...
4601 * common/common-utils.h (align_up, align_down): ... here.
4602
4603 2018-05-04 Joel Brobecker <brobecker@adacore.com>
4604
4605 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
4606 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
4607 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
4608 Re-implement to match the ABI as summarized in GCC's
4609 gcc/config/sparc/sparc.c. All callers updated.
4610 (sparc32_store_arguments): Remove assertion.
4611
4612 2018-05-04 Tom Tromey <tom@tromey.com>
4613
4614 * printcmd.c: Don't include tui.h.
4615 (decode_format): Use skip_spaces.
4616
4617 2018-05-04 Tom Tromey <tom@tromey.com>
4618
4619 PR gdb/22619:
4620 * printcmd.c (last_count): New global.
4621 (x_command): Use saved count when repeating.
4622
4623 2018-05-04 Tom Tromey <tom@tromey.com>
4624
4625 * nto-procfs.c (do_closedir_cleanup): Remove.
4626 (procfs_pidlist): Use gdb_dir_up.
4627 * procfs.c (do_closedir_cleanup): Remove.
4628 (proc_update_threads): Use gdb_dir_up.
4629 * common/filestuff.h (struct gdb_dir_deleter): New.
4630 (gdb_dir_up): New typedef.
4631
4632 2018-05-04 Tom Tromey <tom@tromey.com>
4633
4634 * ada-lang.c (print_mention_exception): Use std::string.
4635
4636 2018-05-04 Tom Tromey <tom@tromey.com>
4637
4638 * ada-lang.c (create_excep_cond_exprs): Update.
4639 (ada_exception_catchpoint_cond_string): Use std::string.
4640
4641 2018-05-04 Tom Tromey <tom@tromey.com>
4642
4643 * ada-lang.c (xget_renaming_scope): Return std::string.
4644 (old_renaming_is_invisible): Update.
4645
4646 2018-05-04 Tom Tromey <tom@tromey.com>
4647
4648 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
4649 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
4650
4651 2018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
4652
4653 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
4654
4655 2018-05-04 Tom Tromey <tom@tromey.com>
4656
4657 * remote.c (remote_query_supported_append): Change type.
4658 (remote_check_symbols): Update.
4659
4660 2018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
4661
4662 PR gdb/11420
4663 * configure.ac: Prepend libpython.
4664 * python/python-config.py: Likewise.
4665 * configure: Regenerate.
4666
4667 2018-05-03 Simon Marchi <simon.marchi@ericsson.com>
4668
4669 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
4670
4671 2018-05-03 Pedro Alves <palves@redhat.com>
4672
4673 * s390-linux-nat.c
4674 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
4675 override. Write 'true' instead of '1'.
4676 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
4677 declaration.
4678
4679 2018-05-02 Pedro Alves <palves@redhat.com>
4680
4681 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
4682 add_inf_child_target.
4683 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
4684 add_inf_child_target.
4685 * aix-thread.c (aix_thread_target_info): New.
4686 (aix_thread_target) <shortname, longname, doc>: Delete.
4687 <info>: New.
4688 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
4689 add_inf_child_target.
4690 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
4691 add_inf_child_target.
4692 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
4693 add_inf_child_target.
4694 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
4695 add_inf_child_target.
4696 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
4697 add_inf_child_target.
4698 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
4699 add_inf_child_target.
4700 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
4701 add_inf_child_target.
4702 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
4703 add_inf_child_target.
4704 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
4705 add_inf_child_target.
4706 * bfd-target.c (target_bfd_target_info): New.
4707 (target_bfd) <shortname, longname, doc>: Delete.
4708 <info>: New.
4709 * bsd-kvm.c (bsd_kvm_target_info): New.
4710 (bsd_kvm_target) <shortname, longname, doc>: Delete.
4711 <info>: New.
4712 (bsd_kvm_target::open): Rename to ...
4713 (bsd_kvm_target_open): ... this. Adjust.
4714 * bsd-uthread.c (bsd_uthread_target_info): New.
4715 (bsd_uthread_target) <shortname, longname, doc>: Delete.
4716 <info>: New.
4717 * corefile.c (core_file_command): Adjust.
4718 * corelow.c (core_target_info): New.
4719 (core_target) <shortname, longname, doc>: Delete.
4720 <info>: New.
4721 (core_target::open): Rename to ...
4722 (core_target_open): ... this. Adjust.
4723 * ctf.c (ctf_target_info): New.
4724 (ctf_target) <shortname, longname, doc>: Delete.
4725 <info>: New.
4726 (ctf_target::open): Rename to ...
4727 (ctf_target_open): ... this.
4728 (_initialize_ctf): Adjust.
4729 * exec.c (exec_target_info): New.
4730 (exec_target) <shortname, longname, doc>: Delete.
4731 <info>: New.
4732 (exec_target::open): Rename to ...
4733 (exec_target_open): ... this.
4734 * gdbcore.h (core_target_open): Declare.
4735 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
4736 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
4737 add_inf_child_target.
4738 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
4739 add_inf_child_target.
4740 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
4741 add_inf_child_target.
4742 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
4743 add_inf_child_target.
4744 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
4745 add_inf_child_target.
4746 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
4747 add_inf_child_target.
4748 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
4749 add_inf_child_target.
4750 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
4751 add_inf_child_target.
4752 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
4753 add_inf_child_target.
4754 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
4755 add_inf_child_target.
4756 * inf-child.c (inf_child_target_info): New.
4757 (inf_child_target::info): New.
4758 (inf_child_open_target): Remove 'target' parameter. Use
4759 get_native_target instead.
4760 (inf_child_target::open): Delete.
4761 (add_inf_child_target): New.
4762 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
4763 Delete.
4764 <info>: New.
4765 (add_inf_child_target): Declare.
4766 (inf_child_open_target): Declare.
4767 * linux-thread-db.c (thread_db_target_info): New.
4768 (thread_db_target) <shortname, longname, doc>: Delete.
4769 <info>: New.
4770 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
4771 add_inf_child_target.
4772 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
4773 add_inf_child_target.
4774 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
4775 add_inf_child_target.
4776 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
4777 add_inf_child_target.
4778 * make-target-delegates (print_class): Adjust.
4779 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
4780 add_inf_child_target.
4781 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
4782 add_inf_child_target.
4783 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
4784 add_inf_child_target.
4785 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
4786 add_inf_child_target.
4787 * nto-procfs.c (nto_native_target_info): New.
4788 (nto_procfs_target_native) <shortname, longname, doc>:
4789 Delete.
4790 <info>: New.
4791 (nto_procfs_target_info): New.
4792 (nto_procfs_target_procfs) <shortname, longname, doc>:
4793 Delete.
4794 <info>: New.
4795 (init_procfs_targets): Adjust.
4796 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
4797 add_inf_child_target.
4798 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
4799 add_inf_child_target.
4800 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
4801 add_inf_child_target.
4802 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
4803 add_inf_child_target.
4804 * ravenscar-thread.c (ravenscar_target_info): New.
4805 (ravenscar_thread_target) <shortname, longname, doc>:
4806 Delete.
4807 <info>: New.
4808 * record-btrace.c (record_btrace_target_info):
4809 (record_btrace_target) <shortname, longname, doc>: Delete.
4810 <info>: New.
4811 (record_btrace_target::open): Rename to ...
4812 (record_btrace_target_open): ... this. Adjust.
4813 * record-full.c (record_longname, record_doc): New.
4814 (record_full_base_target) <shortname, longname, doc>: Delete.
4815 <info>: New.
4816 (record_full_target_info): New.
4817 (record_full_target): <shortname>: Delete.
4818 <info>: New.
4819 (record_full_core_open_1, record_full_open_1): Update comments.
4820 (record_full_base_target::open): Rename to ...
4821 (record_full_open): ... this.
4822 (cmd_record_full_restore): Update.
4823 (_initialize_record_full): Update.
4824 * remote-sim.c (remote_sim_target_info): New.
4825 (gdbsim_target) <shortname, longname, doc>: Delete.
4826 <info>: New.
4827 (gdbsim_target::open): Rename to ...
4828 (gdbsim_target_open): ... this.
4829 (_initialize_remote_sim): Adjust.
4830 * remote.c (remote_doc): New.
4831 (remote_target_info): New.
4832 (remote_target) <shortname, longname, doc>: Delete.
4833 <info>: New.
4834 (extended_remote_target_info): New.
4835 (extended_remote_target) <shortname, longname, doc>: Delete.
4836 <info>: New.
4837 (remote_target::open_1): Make static. Adjust.
4838 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
4839 * s390-linux-nat.c (_initialize_s390_nat): Use
4840 add_inf_child_target.
4841 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
4842 add_inf_child_target.
4843 * sol-thread.c (thread_db_target_info): New.
4844 (sol_thread_target) <shortname, longname, doc>: Delete.
4845 <info>: New.
4846 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
4847 add_inf_child_target.
4848 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
4849 add_inf_child_target.
4850 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
4851 add_inf_child_target.
4852 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
4853 add_inf_child_target.
4854 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
4855 add_inf_child_target.
4856 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
4857 add_inf_child_target.
4858 * spu-linux-nat.c (_initialize_spu_nat): Use
4859 add_inf_child_target.
4860 * spu-multiarch.c (spu_multiarch_target_info): New.
4861 (spu_multiarch_target) <shortname, longname, doc>: Delete.
4862 <info>: New.
4863 * target-delegates.c: Regenerate.
4864 * target.c: Include <unordered_map>.
4865 (target_ops_p): Delete.
4866 (DEF_VEC_P(target_ops_p)): Delete.
4867 (target_factories): New.
4868 (test_target_info): New.
4869 (test_target_ops::info): New.
4870 (open_target): Adjust to use target_factories.
4871 (add_target_with_completer): Rename to ...
4872 (add_target): ... this. Change prototype. Register target_info
4873 and open callback in target_factories. Register target_info in
4874 command context instead of target_ops.
4875 (add_target): Delete old implementation.
4876 (add_deprecated_target_alias): Change prototype. Adjust.
4877 (the_native_target): New.
4878 (set_native_target, get_native_target): New.
4879 (find_default_run_target): Use the_native_target.
4880 (find_attach_target, find_run_target): Simplify.
4881 (target_ops::open): Delete.
4882 (dummy_target_info): New.
4883 (dummy_target::shortname, dummy_target::longname)
4884 (dummy_target::doc): Delete.
4885 (dummy_target::info): New.
4886 (debug_target::shortname, debug_target::longname)
4887 (debug_target::doc): Delete.
4888 (debug_target::info): New.
4889 * target.h (struct target_info): New.
4890 (target_ops::~target_ops): Add comment.
4891 (target_ops::info): New.
4892 (target_ops::shortname, target_ops::longname, target_ops::doc): No
4893 longer virtual. Implement in terms of target_info.
4894 (set_native_target, get_native_target): Declare.
4895 (target_open_ftype): New.
4896 (add_target, add_target_with_completer)
4897 (add_deprecated_target_alias): Change prototype.
4898 (test_target) <shortname, longname, doc>: Delete.
4899 <info>: New.
4900 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
4901 add_inf_child_target.
4902 * tracefile-tfile.c (tfile_target_info): New.
4903 (tfile_target) <shortname, longname, doc>: Delete.
4904 <info>: New.
4905 (tfile_target::open): Rename to ...
4906 (tfile_target_open): ... this.
4907 (_initialize_tracefile_tfile): Adjust.
4908 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
4909 add_inf_child_target.
4910 * windows-nat.c (_initialize_windows_nat): Use
4911 add_inf_child_target.
4912 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
4913 add_inf_child_target.
4914
4915 2018-05-02 Pedro Alves <palves@redhat.com>
4916
4917 * linux-nat.h (linux_nat_target) <low_new_thread,
4918 low_delete_thread, low_new_fork, low_forget_process,
4919 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
4920 New virtual methods.
4921 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
4922 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
4923 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
4924 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
4925 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
4926 Delete.
4927 * linux-fork.c (delete_fork): Adjust to call low method.
4928 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
4929 (linux_nat_new_fork, linux_nat_forget_process_hook)
4930 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
4931 (linux_nat_status_is_event):
4932 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
4933 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
4934 to call low method.
4935 (sigtrap_is_event): Rename to ...
4936 (linux_nat_target::low_status_is_event): ... this.
4937 (linux_nat_set_status_is_event): Delete.
4938 (save_stop_reason, linux_nat_wait_1)
4939 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
4940 low methods.
4941 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
4942 (linux_nat_set_new_fork, linux_nat_set_forget_process)
4943 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
4944 (linux_nat_set_prepare_to_resume): Delete.
4945 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
4946 low virtual methods.
4947 * amd64-linux-nat.c: Likewise.
4948 * arm-linux-nat.c: Likewise.
4949 * i386-linux-nat.c: Likewise.
4950 * ia64-linux-nat.c: Likewise.
4951 * mips-linux-nat.c: Likewise.
4952 * ppc-linux-nat.c: Likewise.
4953 * s390-linux-nat.c: Likewise.
4954 * sparc64-linux-nat.c: Likewise.
4955 * x86-linux-nat.c: Likewise.
4956 * x86-linux-nat.h: Include "nat/x86-linux.h".
4957 (x86_linux_nat_target) <low_new_fork, low_forget_process,
4958 low_prepare_to_resume, low_new_thread, low_delete_thread>:
4959 Override methods.
4960
4961 2018-05-02 Pedro Alves <palves@redhat.com>
4962
4963 * target.h (target_ops)
4964 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
4965 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
4966 stopped_by_watchpoint, have_continuable_watchpoint,
4967 stopped_data_address, watchpoint_addr_within_range,
4968 can_accel_watchpoint_condition, can_run, thread_alive,
4969 has_all_memory, has_memory, has_stack, has_registers,
4970 has_execution, can_async_p, is_async_p, supports_non_stop,
4971 always_non_stop_p, can_execute_reverse, supports_multi_process,
4972 supports_enable_disable_tracepoint,
4973 supports_disable_randomization, supports_string_tracing,
4974 supports_evaluation_of_breakpoint_conditions,
4975 can_run_breakpoint_commands, filesystem_is_local,
4976 can_download_tracepoint, get_trace_state_variable_value,
4977 set_trace_notes, get_tib_address, use_agent, can_use_agent,
4978 record_is_replaying, record_will_replay,
4979 augmented_libraries_svr4_read>: Adjust to return bool.
4980 * aarch64-linux-nat.c: All implementations adjusted.
4981 * aix-thread.c: All implementations adjusted.
4982 * arm-linux-nat.c: All implementations adjusted.
4983 * breakpoint.c: All implementations adjusted.
4984 * bsd-kvm.c: All implementations adjusted.
4985 * bsd-uthread.c: All implementations adjusted.
4986 * corelow.c: All implementations adjusted.
4987 * ctf.c: All implementations adjusted.
4988 * darwin-nat.c: All implementations adjusted.
4989 * darwin-nat.h: All implementations adjusted.
4990 * exec.c: All implementations adjusted.
4991 * fbsd-nat.c: All implementations adjusted.
4992 * fbsd-nat.h: All implementations adjusted.
4993 * gnu-nat.c: All implementations adjusted.
4994 * gnu-nat.h: All implementations adjusted.
4995 * go32-nat.c: All implementations adjusted.
4996 * ia64-linux-nat.c: All implementations adjusted.
4997 * inf-child.c: All implementations adjusted.
4998 * inf-child.h: All implementations adjusted.
4999 * inf-ptrace.c: All implementations adjusted.
5000 * inf-ptrace.h: All implementations adjusted.
5001 * linux-nat.c: All implementations adjusted.
5002 * linux-nat.h: All implementations adjusted.
5003 * mips-linux-nat.c: All implementations adjusted.
5004 * nto-procfs.c: All implementations adjusted.
5005 * ppc-linux-nat.c: All implementations adjusted.
5006 * procfs.c: All implementations adjusted.
5007 * ravenscar-thread.c: All implementations adjusted.
5008 * record-btrace.c: All implementations adjusted.
5009 * record-full.c: All implementations adjusted.
5010 * remote-sim.c: All implementations adjusted.
5011 * remote.c: All implementations adjusted.
5012 * s390-linux-nat.c: All implementations adjusted.
5013 * sol-thread.c: All implementations adjusted.
5014 * spu-multiarch.c: All implementations adjusted.
5015 * target-delegates.c: All implementations adjusted.
5016 * target.c: All implementations adjusted.
5017 * target.h: All implementations adjusted.
5018 * tracefile-tfile.c: All implementations adjusted.
5019 * tracefile.c: All implementations adjusted.
5020 * tracefile.h: All implementations adjusted.
5021 * windows-nat.c: All implementations adjusted.
5022 * x86-linux-nat.h: All implementations adjusted.
5023 * x86-nat.h: All implementations adjusted.
5024
5025 2018-05-02 Pedro Alves <palves@redhat.com>
5026
5027 * make-target-delegates (scan_target_h): Don't trim lines here.
5028 Replace sequences of tabs and/or whitespace with a single
5029 whitespace.
5030 (top level, parsing methods): Trim each line before processing it
5031 here.
5032
5033 2018-05-02 Pedro Alves <palves@redhat.com>
5034 John Baldwin <jhb@freebsd.org>
5035
5036 * target.h (enum strata) <debug_stratum>: New.
5037 (struct target_ops) <all delegation methods>: Replace by C++
5038 virtual methods, and drop "to_" prefix. All references updated
5039 throughout.
5040 <to_shortname, to_longname, to_doc, to_data,
5041 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
5042 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
5043 virtual methods. All references updated throughout.
5044 <can_attach, supports_terminal_ours, can_create_inferior,
5045 get_thread_control_capabilities, attach_no_wait>: New
5046 virtual methods.
5047 <insert_breakpoint, remove_breakpoint>: Now
5048 TARGET_DEFAULT_NORETURN methods.
5049 <info_proc>: Now returns bool.
5050 <to_magic>: Delete.
5051 (OPS_MAGIC): Delete.
5052 (current_target): Delete. All references replaced by references
5053 to ...
5054 (target_stack): ... this. New.
5055 (target_shortname, target_longname): Adjust.
5056 (target_can_run): Now a function declaration.
5057 (default_child_has_all_memory, default_child_has_memory)
5058 (default_child_has_stack, default_child_has_registers)
5059 (default_child_has_execution): Remove target_ops parameter.
5060 (complete_target_initialization): Delete.
5061 (memory_breakpoint_target): New template class.
5062 (test_target_ops): Refactor as a C++ class with virtual methods.
5063 * make-target-delegates (NAME_PART): Tighten.
5064 (POINTER_PART, CP_SYMBOL): New.
5065 (SIMPLE_RETURN_PART): Reimplement.
5066 (VEC_RETURN_PART): Expect less.
5067 (RETURN_PART, VIRTUAL_PART): New.
5068 (METHOD): Adjust to C++ virtual methods.
5069 (scan_target_h): Remove reference to C99.
5070 (dname): Output "target_ops::" prefix.
5071 (write_function_header): Adjust to output a C++ class method.
5072 (write_declaration): New.
5073 (write_delegator): Adjust to output a C++ class method.
5074 (tdname): Output "dummy_target::" prefix.
5075 (write_tdefault, write_debugmethod): Adjust to output a C++ class
5076 method.
5077 (tdefault_names, debug_names): Delete.
5078 (return_types, tdefaults, styles, argtypes_array): New.
5079 (top level): All methods are delegators.
5080 (print_class): New.
5081 (top level): Print dummy_target and debug_target classes.
5082 * target-delegates.c: Regenerate.
5083 * target-debug.h (target_debug_print_enum_info_proc_what)
5084 (target_debug_print_thread_control_capabilities)
5085 (target_debug_print_thread_info_p): New.
5086 * target.c (dummy_target): Delete.
5087 (the_dummy_target, the_debug_target): New.
5088 (target_stack): Now extern.
5089 (set_targetdebug): Push/unpush debug target.
5090 (default_child_has_all_memory, default_child_has_memory)
5091 (default_child_has_stack, default_child_has_registers)
5092 (default_child_has_execution): Remove target_ops parameter.
5093 (complete_target_initialization): Delete.
5094 (add_target_with_completer): No longer call
5095 complete_target_initialization.
5096 (target_supports_terminal_ours): Use regular delegation.
5097 (update_current_target): Delete.
5098 (push_target): No longer check magic number. Don't call
5099 update_current_target.
5100 (unpush_target): Don't call update_current_target.
5101 (target_is_pushed): No longer check magic number.
5102 (target_require_runnable): Skip for all stratums over
5103 process_stratum.
5104 (target_ops::info_proc): New.
5105 (target_info_proc): Use find_target_at and
5106 find_default_run_target.
5107 (target_supports_disable_randomization): Use regular delegation.
5108 (target_get_osdata): Use find_target_at.
5109 (target_ops::open, target_ops::close, target_ops::can_attach)
5110 (target_ops::attach, target_ops::can_create_inferior)
5111 (target_ops::create_inferior, target_ops::can_run)
5112 (target_can_run): New.
5113 (default_fileio_target): Use regular delegation.
5114 (target_ops::fileio_open, target_ops::fileio_pwrite)
5115 (target_ops::fileio_pread, target_ops::fileio_fstat)
5116 (target_ops::fileio_close, target_ops::fileio_unlink)
5117 (target_ops::fileio_readlink): New.
5118 (target_fileio_open_1, target_fileio_unlink)
5119 (target_fileio_readlink): Always call the target method. Handle
5120 FILEIO_ENOSYS.
5121 (return_zero, return_zero_has_execution): Delete.
5122 (init_dummy_target): Delete.
5123 (dummy_target::dummy_target, dummy_target::shortname)
5124 (dummy_target::longname, dummy_target::doc)
5125 (debug_target::debug_target, debug_target::shortname)
5126 (debug_target::longname, debug_target::doc): New.
5127 (target_supports_delete_record): Use regular delegation.
5128 (setup_target_debug): Delete.
5129 (maintenance_print_target_stack): Skip debug_stratum.
5130 (initialize_targets): Instantiate the_dummy_target and
5131 the_debug_target.
5132 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
5133 use target_stack.
5134 (target_auxv_search, fprint_target_auxv): Adjust.
5135 (info_auxv_command): Adjust to use target_stack.
5136 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
5137 * exceptions.c (print_flush): Handle a NULL target_stack.
5138 * regcache.c (target_ops_no_register): Refactor as class with
5139 virtual methods.
5140
5141 * exec.c (exec_target): New class.
5142 (exec_ops): Now an exec_target.
5143 (exec_open, exec_close_1, exec_get_section_table)
5144 (exec_xfer_partial, exec_files_info, exec_has_memory)
5145 (exec_make_note_section): Refactor as exec_target methods.
5146 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
5147 Delete.
5148 (exec_target::find_memory_regions): New.
5149 (_initialize_exec): Don't call init_exec_ops.
5150 * gdbcore.h (exec_file_clear): Delete.
5151
5152 * corefile.c (core_target): Delete.
5153 (core_file_command): Adjust.
5154 * corelow.c (core_target): New class.
5155 (the_core_target): New.
5156 (core_close): Remove target_ops parameter.
5157 (core_close_cleanup): Adjust.
5158 (core_target::close): New.
5159 (core_open, core_detach, get_core_registers, core_files_info)
5160 (core_xfer_partial, core_thread_alive, core_read_description)
5161 (core_pid_to_str, core_thread_name, core_has_memory)
5162 (core_has_stack, core_has_registers, core_info_proc): Rework as
5163 core_target methods.
5164 (ignore, core_remove_breakpoint, init_core_ops): Delete.
5165 (_initialize_corelow): Initialize the_core_target.
5166 * gdbcore.h (core_target): Delete.
5167 (the_core_target): New.
5168
5169 * ctf.c: (ctf_target): New class.
5170 (ctf_ops): Now a ctf_target.
5171 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
5172 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
5173 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
5174 methods.
5175 (init_ctf_ops): Delete.
5176 (_initialize_ctf): Don't call it.
5177 * tracefile-tfile.c (tfile_target): New class.
5178 (tfile_ops): Now a tfile_target.
5179 (tfile_open, tfile_close, tfile_files_info)
5180 (tfile_get_tracepoint_status, tfile_trace_find)
5181 (tfile_fetch_registers, tfile_xfer_partial)
5182 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
5183 Refactor as tfile_target methods.
5184 (tfile_xfer_partial_features): Remove target_ops parameter.
5185 (init_tfile_ops): Delete.
5186 (_initialize_tracefile_tfile): Don't call it.
5187 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
5188 (tracefile_has_stack, tracefile_has_registers)
5189 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
5190 tracefile_target methods.
5191 (init_tracefile_ops): Delete.
5192 (tracefile_target::tracefile_target): New.
5193 * tracefile.h: Include "target.h".
5194 (tracefile_target): New class.
5195 (init_tracefile_ops): Delete.
5196
5197 * spu-multiarch.c (spu_multiarch_target): New class.
5198 (spu_ops): Now a spu_multiarch_target.
5199 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
5200 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
5201 (spu_search_memory, spu_mourn_inferior): Refactor as
5202 spu_multiarch_target methods.
5203 (init_spu_ops): Delete.
5204 (_initialize_spu_multiarch): Remove references to init_spu_ops,
5205 complete_target_initialization.
5206
5207 * ravenscar-thread.c (ravenscar_thread_target): New class.
5208 (ravenscar_ops): Now a ravenscar_thread_target.
5209 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
5210 (ravenscar_thread_alive, ravenscar_pid_to_str)
5211 (ravenscar_fetch_registers, ravenscar_store_registers)
5212 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
5213 (ravenscar_stopped_by_hw_breakpoint)
5214 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
5215 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
5216 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
5217 methods.
5218 (init_ravenscar_thread_ops): Delete.
5219 (_initialize_ravenscar): Remove references to
5220 init_ravenscar_thread_ops and complete_target_initialization.
5221
5222 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
5223 (bsd_uthread_target): New class.
5224 (bsd_uthread_ops): Now a bsd_uthread_target.
5225 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
5226 (bsd_uthread_close, bsd_uthread_mourn_inferior)
5227 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
5228 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
5229 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
5230 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
5231 (bsd_uthread_target): Delete function.
5232 (_initialize_bsd_uthread): Remove reference to
5233 complete_target_initialization.
5234
5235 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
5236 (target_bfd): ... this new class.
5237 (target_bfd_xfer_partial, target_bfd_get_section_table)
5238 (target_bfd_close): Refactor as target_bfd methods.
5239 (target_bfd::~target_bfd): New.
5240 (target_bfd_reopen): Adjust.
5241 (target_bfd::close): New.
5242
5243 * record-btrace.c (record_btrace_target): New class.
5244 (record_btrace_ops): Now a record_btrace_target.
5245 (record_btrace_open, record_btrace_stop_recording)
5246 (record_btrace_disconnect, record_btrace_close)
5247 (record_btrace_async, record_btrace_info)
5248 (record_btrace_insn_history, record_btrace_insn_history_range)
5249 (record_btrace_insn_history_from, record_btrace_call_history)
5250 (record_btrace_call_history_range)
5251 (record_btrace_call_history_from, record_btrace_record_method)
5252 (record_btrace_is_replaying, record_btrace_will_replay)
5253 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
5254 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
5255 (record_btrace_store_registers, record_btrace_prepare_to_store)
5256 (record_btrace_to_get_unwinder)
5257 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
5258 (record_btrace_commit_resume, record_btrace_wait)
5259 (record_btrace_stop, record_btrace_can_execute_reverse)
5260 (record_btrace_stopped_by_sw_breakpoint)
5261 (record_btrace_supports_stopped_by_sw_breakpoint)
5262 (record_btrace_stopped_by_hw_breakpoint)
5263 (record_btrace_supports_stopped_by_hw_breakpoint)
5264 (record_btrace_update_thread_list, record_btrace_thread_alive)
5265 (record_btrace_goto_begin, record_btrace_goto_end)
5266 (record_btrace_goto, record_btrace_stop_replaying_all)
5267 (record_btrace_execution_direction)
5268 (record_btrace_prepare_to_generate_core)
5269 (record_btrace_done_generating_core): Refactor as
5270 record_btrace_target methods.
5271 (init_record_btrace_ops): Delete.
5272 (_initialize_record_btrace): Remove reference to
5273 init_record_btrace_ops.
5274 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
5275 the execution_direction global.
5276 (record_full_base_target, record_full_target)
5277 (record_full_core_target): New classes.
5278 (record_full_ops): Now a record_full_target.
5279 (record_full_core_ops): Now a record_full_core_target.
5280 (record_full_target::detach, record_full_target::disconnect)
5281 (record_full_core_target::disconnect)
5282 (record_full_target::mourn_inferior, record_full_target::kill):
5283 New.
5284 (record_full_open, record_full_close, record_full_async): Refactor
5285 as methods of the record_full_base_target class.
5286 (record_full_resume, record_full_commit_resume): Refactor
5287 as methods of the record_full_target class.
5288 (record_full_wait, record_full_stopped_by_watchpoint)
5289 (record_full_stopped_data_address)
5290 (record_full_stopped_by_sw_breakpoint)
5291 (record_full_supports_stopped_by_sw_breakpoint)
5292 (record_full_stopped_by_hw_breakpoint)
5293 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
5294 methods of the record_full_base_target class.
5295 (record_full_store_registers, record_full_xfer_partial)
5296 (record_full_insert_breakpoint, record_full_remove_breakpoint):
5297 Refactor as methods of the record_full_target class.
5298 (record_full_can_execute_reverse, record_full_get_bookmark)
5299 (record_full_goto_bookmark, record_full_execution_direction)
5300 (record_full_record_method, record_full_info, record_full_delete)
5301 (record_full_is_replaying, record_full_will_replay)
5302 (record_full_goto_begin, record_full_goto_end, record_full_goto)
5303 (record_full_stop_replaying): Refactor as methods of the
5304 record_full_base_target class.
5305 (record_full_core_resume, record_full_core_kill)
5306 (record_full_core_fetch_registers)
5307 (record_full_core_prepare_to_store)
5308 (record_full_core_store_registers, record_full_core_xfer_partial)
5309 (record_full_core_insert_breakpoint)
5310 (record_full_core_remove_breakpoint)
5311 (record_full_core_has_execution): Refactor
5312 as methods of the record_full_core_target class.
5313 (record_full_base_target::supports_delete_record): New.
5314 (init_record_full_ops): Delete.
5315 (init_record_full_core_ops): Delete.
5316 (record_full_save): Refactor as method of the
5317 record_full_base_target class.
5318 (_initialize_record_full): Remove references to
5319 init_record_full_ops and init_record_full_core_ops.
5320
5321 * remote.c (remote_target, extended_remote_target): New classes.
5322 (remote_ops): Now a remote_target.
5323 (extended_remote_ops): Now an extended_remote_target.
5324 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
5325 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
5326 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
5327 (remote_pass_signals, remote_set_syscall_catchpoint)
5328 (remote_program_signals, )
5329 (remote_thread_always_alive): Remove target_ops parameter.
5330 (remote_thread_alive, remote_thread_name)
5331 (remote_update_thread_list, remote_threads_extra_info)
5332 (remote_static_tracepoint_marker_at)
5333 (remote_static_tracepoint_markers_by_strid)
5334 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
5335 (remote_open): Refactor as methods of remote_target.
5336 (extended_remote_open, extended_remote_detach)
5337 (extended_remote_attach, extended_remote_post_attach):
5338 (extended_remote_supports_disable_randomization)
5339 (extended_remote_create_inferior): : Refactor as method of
5340 extended_remote_target.
5341 (remote_set_permissions, remote_open_1, remote_detach)
5342 (remote_follow_fork, remote_follow_exec, remote_disconnect)
5343 (remote_resume, remote_commit_resume, remote_stop)
5344 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
5345 (remote_terminal_ours, remote_wait, remote_fetch_registers)
5346 (remote_prepare_to_store, remote_store_registers)
5347 (remote_flash_erase, remote_flash_done, remote_files_info)
5348 (remote_kill, remote_mourn, remote_insert_breakpoint)
5349 (remote_remove_breakpoint, remote_insert_watchpoint)
5350 (remote_watchpoint_addr_within_range)
5351 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
5352 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
5353 (remote_supports_stopped_by_sw_breakpoint)
5354 (remote_stopped_by_hw_breakpoint)
5355 (remote_supports_stopped_by_hw_breakpoint)
5356 (remote_stopped_by_watchpoint, remote_stopped_data_address)
5357 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5358 (remote_verify_memory): Refactor as methods of remote_target.
5359 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
5360 parameter.
5361 (remote_xfer_partial, remote_get_memory_xfer_limit)
5362 (remote_search_memory, remote_rcmd, remote_memory_map)
5363 (remote_pid_to_str, remote_get_thread_local_address)
5364 (remote_get_tib_address, remote_read_description): Refactor as
5365 methods of remote_target.
5366 (remote_target::fileio_open, remote_target::fileio_pwrite)
5367 (remote_target::fileio_pread, remote_target::fileio_close): New.
5368 (remote_hostio_readlink, remote_hostio_fstat)
5369 (remote_filesystem_is_local, remote_can_execute_reverse)
5370 (remote_supports_non_stop, remote_supports_disable_randomization)
5371 (remote_supports_multi_process, remote_supports_cond_breakpoints)
5372 (remote_supports_enable_disable_tracepoint)
5373 (remote_supports_string_tracing)
5374 (remote_can_run_breakpoint_commands, remote_trace_init)
5375 (remote_download_tracepoint, remote_can_download_tracepoint)
5376 (remote_download_trace_state_variable, remote_enable_tracepoint)
5377 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
5378 (remote_trace_start, remote_get_trace_status)
5379 (remote_get_tracepoint_status, remote_trace_stop)
5380 (remote_trace_find, remote_get_trace_state_variable_value)
5381 (remote_save_trace_data, remote_get_raw_trace_data)
5382 (remote_set_disconnected_tracing, remote_core_of_thread)
5383 (remote_set_circular_trace_buffer, remote_traceframe_info)
5384 (remote_get_min_fast_tracepoint_insn_len)
5385 (remote_set_trace_buffer_size, remote_set_trace_notes)
5386 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
5387 (remote_disable_btrace, remote_teardown_btrace)
5388 (remote_read_btrace, remote_btrace_conf)
5389 (remote_augmented_libraries_svr4_read, remote_load)
5390 (remote_pid_to_exec_file, remote_can_do_single_step)
5391 (remote_execution_direction, remote_thread_handle_to_thread_info):
5392 Refactor as methods of remote_target.
5393 (init_remote_ops, init_extended_remote_ops): Delete.
5394 (remote_can_async_p, remote_is_async_p, remote_async)
5395 (remote_thread_events, remote_upload_tracepoints)
5396 (remote_upload_trace_state_variables): Refactor as methods of
5397 remote_target.
5398 (_initialize_remote): Remove references to init_remote_ops and
5399 init_extended_remote_ops.
5400
5401 * remote-sim.c (gdbsim_target): New class.
5402 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
5403 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
5404 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
5405 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
5406 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
5407 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
5408 Refactor as methods of gdbsim_target.
5409 (gdbsim_ops): Now a gdbsim_target.
5410 (init_gdbsim_ops): Delete.
5411 (gdbsim_cntrl_c): Adjust.
5412 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
5413
5414 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
5415 (the_amd64_linux_nat_target): New.
5416 (amd64_linux_fetch_inferior_registers)
5417 (amd64_linux_store_inferior_registers): Refactor as methods of
5418 amd64_linux_nat_target.
5419 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
5420 * i386-linux-nat.c: Don't include "linux-nat.h".
5421 (i386_linux_nat_target): New class.
5422 (the_i386_linux_nat_target): New.
5423 (i386_linux_fetch_inferior_registers)
5424 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
5425 as methods of i386_linux_nat_target.
5426 (_initialize_i386_linux_nat): Adjust. Set linux_target.
5427 * inf-child.c (inf_child_ops): Delete.
5428 (inf_child_fetch_inferior_registers)
5429 (inf_child_store_inferior_registers): Delete.
5430 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
5431 methods of inf_child_target.
5432 (inf_child_target::supports_terminal_ours)
5433 (inf_child_target::terminal_init)
5434 (inf_child_target::terminal_inferior)
5435 (inf_child_target::terminal_ours_for_output)
5436 (inf_child_target::terminal_ours, inf_child_target::interrupt)
5437 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
5438 New.
5439 (inf_child_open, inf_child_disconnect, inf_child_close)
5440 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
5441 (inf_child_post_startup_inferior, inf_child_can_run)
5442 (inf_child_pid_to_exec_file): Refactor as methods of
5443 inf_child_target.
5444 (inf_child_follow_fork): Delete.
5445 (inf_child_target::can_create_inferior)
5446 (inf_child_target::can_attach): New.
5447 (inf_child_target::has_all_memory, inf_child_target::has_memory)
5448 (inf_child_target::has_stack, inf_child_target::has_registers)
5449 (inf_child_target::has_execution): New.
5450 (inf_child_fileio_open, inf_child_fileio_pwrite)
5451 (inf_child_fileio_pread, inf_child_fileio_fstat)
5452 (inf_child_fileio_close, inf_child_fileio_unlink)
5453 (inf_child_fileio_readlink, inf_child_use_agent)
5454 (inf_child_can_use_agent): Refactor as methods of
5455 inf_child_target.
5456 (return_zero, inf_child_target): Delete.
5457 (inf_child_target::inf_child_target): New.
5458 * inf-child.h: Include "target.h".
5459 (inf_child_target): Delete function prototype.
5460 (inf_child_target): New class.
5461 (inf_child_open_target, inf_child_mourn_inferior)
5462 (inf_child_maybe_unpush_target): Delete.
5463 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
5464 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
5465 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
5466 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
5467 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
5468 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
5469 (inf_ptrace_wait, inf_ptrace_xfer_partial)
5470 (inf_ptrace_thread_alive, inf_ptrace_files_info)
5471 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
5472 methods of inf_ptrace_target.
5473 (inf_ptrace_target): Delete function.
5474 * inf-ptrace.h: Include "inf-child.h".
5475 (inf_ptrace_target): Delete function declaration.
5476 (inf_ptrace_target): New class.
5477 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
5478 * linux-nat.c (linux_target): New.
5479 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
5480 (linux_nat_target::~linux_nat_target): New.
5481 (linux_child_post_attach, linux_child_post_startup_inferior)
5482 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
5483 (linux_child_remove_fork_catchpoint)
5484 (linux_child_insert_vfork_catchpoint)
5485 (linux_child_remove_vfork_catchpoint)
5486 (linux_child_insert_exec_catchpoint)
5487 (linux_child_remove_exec_catchpoint)
5488 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
5489 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
5490 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
5491 (linux_nat_stopped_data_address)
5492 (linux_nat_stopped_by_sw_breakpoint)
5493 (linux_nat_supports_stopped_by_sw_breakpoint)
5494 (linux_nat_stopped_by_hw_breakpoint)
5495 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
5496 (linux_nat_kill, linux_nat_mourn_inferior)
5497 (linux_nat_xfer_partial, linux_nat_thread_alive)
5498 (linux_nat_update_thread_list, linux_nat_pid_to_str)
5499 (linux_nat_thread_name, linux_child_pid_to_exec_file)
5500 (linux_child_static_tracepoint_markers_by_strid)
5501 (linux_nat_is_async_p, linux_nat_can_async_p)
5502 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
5503 (linux_nat_supports_multi_process)
5504 (linux_nat_supports_disable_randomization, linux_nat_async)
5505 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
5506 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
5507 (linux_nat_fileio_open, linux_nat_fileio_readlink)
5508 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
5509 methods of linux_nat_target.
5510 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
5511 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
5512 parameter.
5513 (check_stopped_by_watchpoint): Adjust.
5514 (linux_xfer_partial): Delete.
5515 (linux_target_install_ops, linux_target, linux_nat_add_target):
5516 Delete.
5517 (linux_nat_target::linux_nat_target): New.
5518 * linux-nat.h: Include "inf-ptrace.h".
5519 (linux_nat_target): New.
5520 (linux_target, linux_target_install_ops, linux_nat_add_target):
5521 Delete function declarations.
5522 (linux_target): Declare global.
5523 * linux-thread-db.c (thread_db_target): New.
5524 (thread_db_target::thread_db_target): New.
5525 (thread_db_ops): Delete.
5526 (the_thread_db_target): New.
5527 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
5528 (thread_db_update_thread_list, thread_db_pid_to_str)
5529 (thread_db_extra_thread_info)
5530 (thread_db_thread_handle_to_thread_info)
5531 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
5532 (thread_db_resume): Refactor as methods of thread_db_target.
5533 (init_thread_db_ops): Delete.
5534 (_initialize_thread_db): Remove reference to init_thread_db_ops.
5535 * x86-linux-nat.c: Don't include "linux-nat.h".
5536 (super_post_startup_inferior): Delete.
5537 (x86_linux_nat_target::~x86_linux_nat_target): New.
5538 (x86_linux_child_post_startup_inferior)
5539 (x86_linux_read_description, x86_linux_enable_btrace)
5540 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
5541 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
5542 methods of x86_linux_nat_target.
5543 (x86_linux_create_target): Delete. Bits folded ...
5544 (x86_linux_add_target): ... here. Now takes a linux_nat_target
5545 pointer.
5546 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
5547 (x86_linux_nat_target): New class.
5548 (x86_linux_create_target): Delete.
5549 (x86_linux_add_target): Now takes a linux_nat_target pointer.
5550 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
5551 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
5552 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
5553 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
5554 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
5555 make extern.
5556 (x86_use_watchpoints): Delete.
5557 * x86-nat.h: Include "breakpoint.h" and "target.h".
5558 (x86_use_watchpoints): Delete.
5559 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
5560 (x86_stopped_by_watchpoint, x86_stopped_data_address)
5561 (x86_insert_watchpoint, x86_remove_watchpoint)
5562 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
5563 (x86_stopped_by_hw_breakpoint): New declarations.
5564 (x86_nat_target): New template class.
5565
5566 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
5567 (the_ppc_linux_nat_target): New.
5568 (ppc_linux_fetch_inferior_registers)
5569 (ppc_linux_can_use_hw_breakpoint)
5570 (ppc_linux_region_ok_for_hw_watchpoint)
5571 (ppc_linux_ranged_break_num_registers)
5572 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
5573 (ppc_linux_insert_mask_watchpoint)
5574 (ppc_linux_remove_mask_watchpoint)
5575 (ppc_linux_can_accel_watchpoint_condition)
5576 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
5577 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
5578 (ppc_linux_watchpoint_addr_within_range)
5579 (ppc_linux_masked_watch_num_registers)
5580 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
5581 (ppc_linux_read_description): Refactor as methods of
5582 ppc_linux_nat_target.
5583 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
5584
5585 * procfs.c (procfs_xfer_partial): Delete forward declaration.
5586 (procfs_target): New class.
5587 (the_procfs_target): New.
5588 (procfs_target): Delete function.
5589 (procfs_auxv_parse, procfs_attach, procfs_detach)
5590 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
5591 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
5592 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
5593 (procfs_create_inferior, procfs_update_thread_list)
5594 (procfs_thread_alive, procfs_pid_to_str)
5595 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
5596 (procfs_stopped_data_address, procfs_insert_watchpoint)
5597 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
5598 (proc_find_memory_regions, procfs_info_proc)
5599 (procfs_make_note_section): Refactor as methods of procfs_target.
5600 (_initialize_procfs): Adjust.
5601 * sol-thread.c (sol_thread_target): New class.
5602 (sol_thread_ops): Now a sol_thread_target.
5603 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
5604 (sol_thread_fetch_registers, sol_thread_store_registers)
5605 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
5606 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
5607 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
5608 (init_sol_thread_ops): Delete.
5609 (_initialize_sol_thread): Adjust. Remove references to
5610 init_sol_thread_ops and complete_target_initialization.
5611
5612 * windows-nat.c (windows_nat_target): New class.
5613 (windows_fetch_inferior_registers)
5614 (windows_store_inferior_registers, windows_resume, windows_wait)
5615 (windows_attach, windows_detach, windows_pid_to_exec_file)
5616 (windows_files_info, windows_create_inferior)
5617 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
5618 (windows_close, windows_pid_to_str, windows_xfer_partial)
5619 (windows_get_tib_address, windows_get_ada_task_ptid)
5620 (windows_thread_name, windows_thread_alive): Refactor as
5621 windows_nat_target methods.
5622 (do_initial_windows_stuff): Adjust.
5623 (windows_target): Delete function.
5624 (_initialize_windows_nat): Adjust.
5625
5626 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
5627 (darwin_mourn_inferior, darwin_kill_inferior)
5628 (darwin_create_inferior, darwin_attach, darwin_detach)
5629 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
5630 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
5631 (darwin_supports_multi_process): Refactor as darwin_nat_target
5632 methods.
5633 (darwin_resume_to, darwin_files_info): Delete.
5634 (_initialize_darwin_inferior): Rename to ...
5635 (_initialize_darwin_nat): ... this. Adjust to C++ification.
5636 * darwin-nat.h: Include "inf-child.h".
5637 (darwin_nat_target): New class.
5638 (darwin_complete_target): Delete.
5639 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
5640 (darwin_target): New.
5641 (i386_darwin_fetch_inferior_registers)
5642 (i386_darwin_store_inferior_registers): Refactor as methods of
5643 darwin_nat_target.
5644 (darwin_complete_target): Delete, with ...
5645 (_initialize_i386_darwin_nat): ... bits factored out here.
5646
5647 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
5648 (the_alpha_linux_nat_target): New.
5649 (alpha_linux_register_u_offset): Refactor as
5650 alpha_linux_nat_target method.
5651 (_initialize_alpha_linux_nat): Adjust.
5652 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
5653 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
5654 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
5655 methods of linux_nat_trad_target.
5656 (linux_trad_target): Delete.
5657 * linux-nat-trad.h (linux_trad_target): Delete function.
5658 (linux_nat_trad_target): New class.
5659 * mips-linux-nat.c (mips_linux_nat_target): New class.
5660 (super_fetch_registers, super_store_registers, super_close):
5661 Delete.
5662 (the_mips_linux_nat_target): New.
5663 (mips64_linux_regsets_fetch_registers)
5664 (mips64_linux_regsets_store_registers)
5665 (mips64_linux_fetch_registers, mips64_linux_store_registers)
5666 (mips_linux_register_u_offset, mips_linux_read_description)
5667 (mips_linux_can_use_hw_breakpoint)
5668 (mips_linux_stopped_by_watchpoint)
5669 (mips_linux_stopped_data_address)
5670 (mips_linux_region_ok_for_hw_watchpoint)
5671 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
5672 (mips_linux_close): Refactor as methods of mips_linux_nat.
5673 (_initialize_mips_linux_nat): Adjust to C++ification.
5674
5675 * aix-thread.c (aix_thread_target): New class.
5676 (aix_thread_ops): Now an aix_thread_target.
5677 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
5678 (aix_thread_fetch_registers, aix_thread_store_registers)
5679 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
5680 (aix_thread_thread_alive, aix_thread_pid_to_str)
5681 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
5682 Refactor as methods of aix_thread_target.
5683 (init_aix_thread_ops): Delete.
5684 (_initialize_aix_thread): Remove references to init_aix_thread_ops
5685 and complete_target_initialization.
5686 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
5687 (rs6000_nat_target): New class.
5688 (the_rs6000_nat_target): New.
5689 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
5690 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
5691 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
5692 (super_create_inferior): Delete.
5693 (_initialize_rs6000_nat): Adjust to C++ification.
5694
5695 * arm-linux-nat.c (arm_linux_nat_target): New class.
5696 (the_arm_linux_nat_target): New.
5697 (arm_linux_fetch_inferior_registers)
5698 (arm_linux_store_inferior_registers, arm_linux_read_description)
5699 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
5700 (arm_linux_remove_hw_breakpoint)
5701 (arm_linux_region_ok_for_hw_watchpoint)
5702 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
5703 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
5704 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
5705 arm_linux_nat_target.
5706 (_initialize_arm_linux_nat): Adjust to C++ification.
5707
5708 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
5709 (the_aarch64_linux_nat_target): New.
5710 (aarch64_linux_fetch_inferior_registers)
5711 (aarch64_linux_store_inferior_registers)
5712 (aarch64_linux_child_post_startup_inferior)
5713 (aarch64_linux_read_description)
5714 (aarch64_linux_can_use_hw_breakpoint)
5715 (aarch64_linux_insert_hw_breakpoint)
5716 (aarch64_linux_remove_hw_breakpoint)
5717 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
5718 (aarch64_linux_region_ok_for_hw_watchpoint)
5719 (aarch64_linux_stopped_data_address)
5720 (aarch64_linux_stopped_by_watchpoint)
5721 (aarch64_linux_watchpoint_addr_within_range)
5722 (aarch64_linux_can_do_single_step): Refactor as methods of
5723 aarch64_linux_nat_target.
5724 (super_post_startup_inferior): Delete.
5725 (_initialize_aarch64_linux_nat): Adjust to C++ification.
5726
5727 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
5728 (the_hppa_linux_nat_target): New.
5729 (hppa_linux_fetch_inferior_registers)
5730 (hppa_linux_store_inferior_registers): Refactor as methods of
5731 hppa_linux_nat_target.
5732 (_initialize_hppa_linux_nat): Adjust to C++ification.
5733
5734 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
5735 (the_ia64_linux_nat_target): New.
5736 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
5737 (ia64_linux_stopped_data_address)
5738 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
5739 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
5740 ia64_linux_nat_target methods.
5741 (super_xfer_partial): Delete.
5742 (_initialize_ia64_linux_nat): Adjust to C++ification.
5743
5744 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
5745 (the_m32r_linux_nat_target): New.
5746 (m32r_linux_fetch_inferior_registers)
5747 (m32r_linux_store_inferior_registers): Refactor as
5748 m32r_linux_nat_target methods.
5749 (_initialize_m32r_linux_nat): Adjust to C++ification.
5750
5751 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
5752 (the_m68k_linux_nat_target): New.
5753 (m68k_linux_fetch_inferior_registers)
5754 (m68k_linux_store_inferior_registers): Refactor as
5755 m68k_linux_nat_target methods.
5756 (_initialize_m68k_linux_nat): Adjust to C++ification.
5757
5758 * s390-linux-nat.c (s390_linux_nat_target): New class.
5759 (the_s390_linux_nat_target): New.
5760 (s390_linux_fetch_inferior_registers)
5761 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
5762 (s390_insert_watchpoint, s390_remove_watchpoint)
5763 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
5764 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
5765 (s390_auxv_parse, s390_read_description): Refactor as methods of
5766 s390_linux_nat_target.
5767 (_initialize_s390_nat): Adjust to C++ification.
5768
5769 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
5770 (the_sparc_linux_nat_target): New.
5771 (_initialize_sparc_linux_nat): Adjust to C++ification.
5772 * sparc-nat.c (sparc_fetch_inferior_registers)
5773 (sparc_store_inferior_registers): Remove target_ops parameter.
5774 * sparc-nat.h (sparc_fetch_inferior_registers)
5775 (sparc_store_inferior_registers): Remove target_ops parameter.
5776 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
5777 (the_sparc64_linux_nat_target): New.
5778 (_initialize_sparc64_linux_nat): Adjust to C++ification.
5779
5780 * spu-linux-nat.c (spu_linux_nat_target): New class.
5781 (the_spu_linux_nat_target): New.
5782 (spu_child_post_startup_inferior, spu_child_post_attach)
5783 (spu_child_wait, spu_fetch_inferior_registers)
5784 (spu_store_inferior_registers, spu_xfer_partial)
5785 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
5786 methods.
5787 (_initialize_spu_nat): Adjust to C++ification.
5788
5789 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
5790 (the_tilegx_linux_nat_target): New.
5791 (fetch_inferior_registers, store_inferior_registers):
5792 Refactor as methods.
5793 (_initialize_tile_linux_nat): Adjust to C++ification.
5794
5795 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
5796 (the_xtensa_linux_nat_target): New.
5797 (xtensa_linux_fetch_inferior_registers)
5798 (xtensa_linux_store_inferior_registers): Refactor as
5799 xtensa_linux_nat_target methods.
5800 (_initialize_xtensa_linux_nat): Adjust to C++ification.
5801
5802 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
5803 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
5804 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
5805 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
5806 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
5807 (fbsd_stopped_by_sw_breakpoint)
5808 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
5809 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
5810 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
5811 (fbsd_post_startup_inferior, fbsd_post_attach)
5812 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
5813 (fbsd_set_syscall_catchpoint)
5814 (super_xfer_partial, super_resume, super_wait)
5815 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
5816 (fbsd_handle_debug_trap): Remove target_ops parameter.
5817 (fbsd_nat_add_target): Delete.
5818 * fbsd-nat.h: Include "inf-ptrace.h".
5819 (fbsd_nat_add_target): Delete.
5820 (USE_SIGTRAP_SIGINFO): Define.
5821 (fbsd_nat_target): New class.
5822
5823 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
5824 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
5825 (amd64bsd_target): Delete.
5826 * amd64-bsd-nat.h: New file.
5827 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
5828 "x86-bsd-nat.h".
5829 (amd64_fbsd_nat_target): New class.
5830 (the_amd64_fbsd_nat_target): New.
5831 (amd64fbsd_read_description): Refactor as method of
5832 amd64_fbsd_nat_target.
5833 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
5834 (_initialize_amd64fbsd_nat): Adjust to C++ification.
5835 * amd64-nat.h (amd64bsd_target): Delete function declaration.
5836 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
5837 (i386bsd_store_inferior_registers): Remove target_ops parameter.
5838 (i386bsd_target): Delete.
5839 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
5840 (i386bsd_fetch_inferior_registers)
5841 (i386bsd_store_inferior_registers): Declare.
5842 (i386_bsd_nat_target): New class.
5843 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
5844 (the_i386_fbsd_nat_target): New.
5845 (i386fbsd_resume, i386fbsd_read_description): Refactor as
5846 i386_fbsd_nat_target methods.
5847 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
5848 (_initialize_i386fbsd_nat): Adjust to C++ification.
5849 * x86-bsd-nat.c (super_mourn_inferior): Delete.
5850 (x86bsd_mourn_inferior, x86bsd_target): Delete.
5851 (_initialize_x86_bsd_nat): Adjust to C++ification.
5852 * x86-bsd-nat.h: Include "x86-nat.h".
5853 (x86bsd_target): Delete declaration.
5854 (x86bsd_nat_target): New class.
5855
5856 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
5857 (the_aarch64_fbsd_nat_target): New.
5858 (aarch64_fbsd_fetch_inferior_registers)
5859 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
5860 aarch64_fbsd_nat_target.
5861 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
5862 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
5863 (the_alpha_bsd_nat_target): New.
5864 (alphabsd_fetch_inferior_registers)
5865 (alphabsd_store_inferior_registers): Refactor as
5866 alpha_bsd_nat_target methods.
5867 (_initialize_alphabsd_nat): Refactor as methods of
5868 alpha_bsd_nat_target.
5869 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
5870 (the_amd64_nbsd_nat_target): New.
5871 (_initialize_amd64nbsd_nat): Adjust to C++ification.
5872 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
5873 (the_amd64_obsd_nat_target): New.
5874 (_initialize_amd64obsd_nat): Adjust to C++ification.
5875 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
5876 (the_arm_fbsd_nat_target): New.
5877 (arm_fbsd_fetch_inferior_registers)
5878 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
5879 (_initialize_arm_fbsd_nat): Refactor as methods of
5880 arm_fbsd_nat_target.
5881 (_initialize_arm_fbsd_nat): Adjust to C++ification.
5882 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
5883 (the_arm_netbsd_nat_target): New.
5884 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
5885 arm_netbsd_nat_target.
5886 (_initialize_arm_netbsd_nat): Adjust to C++ification.
5887 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
5888 (the_hppa_nbsd_nat_target): New.
5889 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
5890 hppa_nbsd_nat_target methods.
5891 (_initialize_hppanbsd_nat): Adjust to C++ification.
5892 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
5893 (the_hppa_obsd_nat_target): New.
5894 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
5895 methods of hppa_obsd_nat_target.
5896 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
5897 add_target.
5898 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
5899 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
5900 add_target.
5901 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
5902 (_initialize_i386obsd_nat): Use add_target.
5903 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
5904 (the_m68k_bsd_nat_target): New.
5905 (m68kbsd_fetch_inferior_registers)
5906 (m68kbsd_store_inferior_registers): Refactor as methods of
5907 m68k_bsd_nat_target.
5908 (_initialize_m68kbsd_nat): Adjust to C++ification.
5909 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
5910 (the_mips_fbsd_nat_target): New.
5911 (mips_fbsd_fetch_inferior_registers)
5912 (mips_fbsd_store_inferior_registers): Refactor as methods of
5913 mips_fbsd_nat_target.
5914 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
5915 add_target.
5916 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
5917 (the_mips_nbsd_nat_target): New.
5918 (mipsnbsd_fetch_inferior_registers)
5919 (mipsnbsd_store_inferior_registers): Refactor as methods of
5920 mips_nbsd_nat_target.
5921 (_initialize_mipsnbsd_nat): Adjust to C++ification.
5922 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
5923 (the_mips64_obsd_nat_target): New.
5924 (mips64obsd_fetch_inferior_registers)
5925 (mips64obsd_store_inferior_registers): Refactor as methods of
5926 mips64_obsd_nat_target.
5927 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
5928 add_target.
5929 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
5930 nbsd_nat_target.
5931 * nbsd-nat.h: Include "inf-ptrace.h".
5932 (nbsd_nat_target): New class.
5933 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
5934 (obsd_wait): Refactor as methods of obsd_nat_target.
5935 (obsd_add_target): Delete.
5936 * obsd-nat.h: Include "inf-ptrace.h".
5937 (obsd_nat_target): New class.
5938 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
5939 (the_ppc_fbsd_nat_target): New.
5940 (ppcfbsd_fetch_inferior_registers)
5941 (ppcfbsd_store_inferior_registers): Refactor as methods of
5942 ppc_fbsd_nat_target.
5943 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
5944 add_target.
5945 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
5946 (the_ppc_nbsd_nat_target): New.
5947 (ppcnbsd_fetch_inferior_registers)
5948 (ppcnbsd_store_inferior_registers): Refactor as methods of
5949 ppc_nbsd_nat_target.
5950 (_initialize_ppcnbsd_nat): Adjust to C++ification.
5951 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
5952 (the_ppc_obsd_nat_target): New.
5953 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
5954 methods of ppc_obsd_nat_target.
5955 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
5956 add_target.
5957 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
5958 (the_sh_nbsd_nat_target): New.
5959 (shnbsd_fetch_inferior_registers)
5960 (shnbsd_store_inferior_registers): Refactor as methods of
5961 sh_nbsd_nat_target.
5962 (_initialize_shnbsd_nat): Adjust to C++ification.
5963 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
5964 (inf_ptrace_xfer_partial): Delete.
5965 (sparc_xfer_partial, sparc_target): Delete.
5966 * sparc-nat.h (sparc_fetch_inferior_registers)
5967 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
5968 (sparc_target): Delete function declaration.
5969 (sparc_target): New template class.
5970 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
5971 (_initialize_sparcnbsd_nat): Adjust to C++ification.
5972 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
5973 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
5974 add_target.
5975 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
5976 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
5977 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
5978 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
5979 add_target.
5980 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
5981 (the_vax_bsd_nat_target): New.
5982 (vaxbsd_fetch_inferior_registers)
5983 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
5984 methods.
5985 (_initialize_vaxbsd_nat): Adjust to C++ification.
5986
5987 * bsd-kvm.c (bsd_kvm_target): New class.
5988 (bsd_kvm_ops): Now a bsd_kvm_target.
5989 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
5990 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
5991 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
5992 bsd_kvm_target.
5993 (bsd_kvm_return_one): Delete.
5994 (bsd_kvm_add_target): Adjust to C++ification.
5995
5996 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
5997 (nto_procfs_target_procfs): New classes.
5998 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
5999 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
6000 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
6001 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
6002 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
6003 (procfs_remove_hw_breakpoint, procfs_resume)
6004 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
6005 (procfs_kill_inferior, procfs_store_registers)
6006 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
6007 as methods of nto_procfs_target.
6008 (nto_procfs_ops): Now an nto_procfs_target_procfs.
6009 (nto_native_ops): Delete.
6010 (procfs_open, procfs_native_open): Delete.
6011 (nto_native_ops): Now an nto_procfs_target_native.
6012 (init_procfs_targets): Adjust to C++ification.
6013 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
6014 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
6015 Refactor as methods of nto_procfs_target.
6016
6017 * go32-nat.c (go32_nat_target): New class.
6018 (the_go32_nat_target): New.
6019 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
6020 (go32_store_registers, go32_xfer_partial, go32_files_info)
6021 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
6022 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
6023 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
6024 (go32_pid_to_str): Refactor as methods of go32_nat_target.
6025 (go32_target): Delete.
6026 (_initialize_go32_nat): Adjust to C++ification.
6027
6028 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
6029 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
6030 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
6031 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
6032 gnu_nat_target.
6033 (gnu_target): Delete.
6034 * gnu-nat.h (gnu_target): Delete.
6035 (gnu_nat_target): New class.
6036 * i386-gnu-nat.c (gnu_base_target): New.
6037 (i386_gnu_nat_target): New class.
6038 (the_i386_gnu_nat_target): New.
6039 (_initialize_i386gnu_nat): Adjust to C++ification.
6040
6041 2018-05-02 Pedro Alves <palves@redhat.com>
6042
6043 * bfd-target.c (target_bfd_xclose): Rename to ...
6044 (target_bfd_close): ... this.
6045 (target_bfd_reopen): Adjust.
6046 * target.c (target_close): Remove references to to_xclose.
6047 * target.h (target_ops::to_xclose): Delete.
6048 (target_ops::to_close): Update comments.
6049
6050 2018-05-02 Pedro Alves <palves@redhat.com>
6051
6052 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
6053 "linux-nat.h".
6054 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
6055 * inf-ptrace.c (inf_ptrace_register_u_offset)
6056 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
6057 (inf_ptrace_store_register, inf_ptrace_store_registers)
6058 (inf_ptrace_trad_target): Move to ...
6059 * linux-nat-trad.c: ... this new file.
6060 * linux-nat-trad.h: New file.
6061 * linux-nat.c (linux_target_install_ops): Make extern.
6062 (linux_trad_target): Delete.
6063 * linux-nat.h (linux_trad_target): Delete declaration.
6064 (linux_target_install_ops): Declare.
6065 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
6066 "linux-nat.h".
6067
6068 2018-05-02 Pedro Alves <palves@redhat.com>
6069
6070 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
6071 procfs_target/add_target here.
6072 * procfs.c (procfs_target): Make static.
6073 (_initialize_procfs): Call add_target here.
6074 * procfs.h (struct target_ops): Remove forward declaration.
6075 (procfs_target): Remove declaration.
6076 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
6077
6078 2018-05-02 Pedro Alves <palves@redhat.com>
6079
6080 * procfs.c (procfs_stopped_by_watchpoint)
6081 (procfs_insert_watchpoint, procfs_remove_watchpoint)
6082 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
6083 Forward declare.
6084 (procfs_use_watchpoints): Delete, move contents...
6085 (procfs_target): ... here.
6086 * procfs.h (procfs_use_watchpoints): Delete declaration.
6087 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
6088 procfs_use_watchpoints.
6089 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
6090 procfs_use_watchpoints.
6091
6092 2018-05-02 Tom Tromey <tom@tromey.com>
6093
6094 PR python/20084:
6095 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
6096 and var_zuinteger_unlimited.
6097 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
6098 and PARAM_ZUINTEGER_UNLIMITED.
6099 (set_parameter_value): Handle var_zuinteger and
6100 var_zuinteger_unlimited.
6101 (add_setshow_generic): Likewise.
6102 (parmpy_init): Likewise.
6103
6104 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6105
6106 PR rust/23124
6107 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
6108 pointer is not null before dereferencing it.
6109
6110 2018-04-30 Tom Tromey <tom@tromey.com>
6111
6112 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
6113 is_mi_like_p.
6114
6115 2018-04-30 Tom Tromey <tom@tromey.com>
6116
6117 * breakpoint.c (mention): Remove use of is_mi_like_p.
6118 (print_mention_ranged_breakpoint): Likewise.
6119 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
6120 of is_mi_like_p.
6121
6122 2018-04-30 Tom Tromey <tom@tromey.com>
6123
6124 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
6125
6126 2018-04-30 Tom Tromey <tom@tromey.com>
6127
6128 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
6129 (info_spu_event_command): Remove some uses of is_mi_like_p.
6130
6131 2018-04-30 Tom Tromey <tom@tromey.com>
6132
6133 * python/py-framefilter.c (py_print_single_arg)
6134 (enumerate_locals, py_print_args, py_print_frame): Remove some
6135 uses of is_mi_like_p.
6136
6137 2018-04-30 Tom Tromey <tom@tromey.com>
6138
6139 * ui-out.c: Update.
6140 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
6141 * ui-out.h (ui_out::is_mi_like_p): Now const.
6142 (ui_out::do_is_mi_like_p): Now const.
6143 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
6144
6145 2018-04-30 Tom Tromey <tom@tromey.com>
6146
6147 * varobj.c (varobj_set_visualizer): Use new_reference.
6148 * python/python.c (gdbpy_decode_line): Use new_reference.
6149 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
6150 new_reference.
6151
6152 2018-04-30 Tom Tromey <tom@tromey.com>
6153
6154 * varobj.c (install_new_value): Use new_reference.
6155 * value.h (value_incref): Return void. Swap intro comment with
6156 value_decref.
6157 * value.c (set_value_parent): Use new_reference.
6158 (value_incref): Return void. Update intro comment.
6159 (release_value): Use new_reference.
6160 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
6161
6162 2018-04-30 Tom Tromey <tom@tromey.com>
6163
6164 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
6165 * gdb_bfd.h (new_bfd_ref): Remove.
6166 (gdb_bfd_open): Update comment.
6167 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
6168 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
6169 (gdb_bfd_fdopenr): Use new_reference.
6170 * exec.c (exec_file_attach): Use new_reference.
6171
6172 2018-04-30 Tom Tromey <tom@tromey.com>
6173
6174 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
6175 method.
6176
6177 2018-04-30 Tom Tromey <tom@tromey.com>
6178
6179 * jit.c (jit_read_code_entry): Use type_align.
6180 * i386-tdep.c (i386_gdbarch_init): Don't call
6181 set_gdbarch_long_long_align_bit.
6182 * gdbarch.sh: Remove long_long_align_bit.
6183 * gdbarch.c, gdbarch.h: Rebuild.
6184 * arc-tdep.c (arc_type_align): New function.
6185 (arc_gdbarch_init): Use arc_type_align. Don't call
6186 set_gdbarch_long_long_align_bit.
6187
6188 2018-04-30 Tom Tromey <tom@tromey.com>
6189
6190 * rust-lang.c (rust_type_alignment): Remove.
6191 (rust_composite_type): Use type_align.
6192
6193 2018-04-30 Tom Tromey <tom@tromey.com>
6194
6195 * NEWS: Mention Type.align.
6196 * python/py-type.c (typy_get_alignof): New function.
6197 (type_object_getset): Add "alignof".
6198
6199 2018-04-30 Tom Tromey <tom@tromey.com>
6200
6201 PR exp/17095:
6202 * NEWS: Update.
6203 * std-operator.def (UNOP_ALIGNOF): New operator.
6204 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
6205 New.
6206 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
6207 * c-lang.c (c_op_print_tab): Add alignof.
6208 * c-exp.y (ALIGNOF): New token.
6209 (exp): Add "ALIGNOF" production.
6210 (ident_tokens): Add _Alignof and alignof.
6211
6212 2018-04-30 Tom Tromey <tom@tromey.com>
6213
6214 * i386-tdep.c (i386_type_align): New function.
6215 (i386_gdbarch_init): Update.
6216 * gdbarch.sh (type_align): New method.
6217 * gdbarch.c, gdbarch.h: Rebuild.
6218 * arch-utils.h (default_type_align): Declare.
6219 * arch-utils.c (default_type_align): New function.
6220 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
6221 (struct type) <align_log2>: New field.
6222 <instance_flags>: Now a bitfield.
6223 (TYPE_RAW_ALIGN): New macro.
6224 (type_align, type_raw_align, set_type_align): Declare.
6225 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
6226 functions.
6227 * dwarf2read.c (quirk_rust_enum): Set type alignment.
6228 (get_alignment, maybe_set_alignment): New functions.
6229 (read_structure_type, read_enumeration_type, read_array_type)
6230 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
6231 (read_subrange_type, read_base_type): Set type alignment.
6232
6233 2018-04-30 Simon Marchi <simon.marchi@ericsson.com>
6234
6235 * dwarf2read.c (read_index_from_section): Use bool.
6236
6237 2018-04-29 Fabian Groffen <grobian@gentoo.org>
6238
6239 PR gdb/22950
6240 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
6241 with #ifdef.
6242
6243 2018-04-29 John Reiser <jreiser@BitWagon.com>
6244
6245 PR build/22873
6246 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
6247 last step, and do it atomically.
6248
6249 2018-04-27 Alexandre Oliva <aoliva@redhat.com>
6250
6251 * compile/compile-c-types.c (convert_int, convert_float):
6252 Update for C FE v1.
6253
6254 2018-04-27 Tom Tromey <tom@tromey.com>
6255
6256 PR rust/22545:
6257 * rust-lang.c (rust_inclusive_range_type_p): New function.
6258 (rust_range): Handle inclusive ranges.
6259 (rust_compute_range): Likewise.
6260 * rust-exp.y (struct rust_op) <inclusive>: New field.
6261 (DOTDOTEQ): New constant.
6262 (range_expr): Add "..=" productions.
6263 (operator_tokens): Add "..=" token.
6264 (ast_range): Add "inclusive" parameter.
6265 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
6266 ranges.
6267 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
6268 bounds values.
6269 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
6270 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
6271 Update comments.
6272 * expprint.c (print_subexp_standard): Handle new bounds values.
6273 (dump_subexp_body_standard): Likewise.
6274
6275 2018-04-27 Tom Tromey <tom@tromey.com>
6276
6277 * configure: Rebuild.
6278 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
6279 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
6280 "OVERRIDE".
6281 (class symbol_needs_eval_context): Likewise.
6282 * dwarf2read.c (mock_mapped_index::symbol_name_count)
6283 (mock_mapped_index::symbol_name_at): Use "override". Remove
6284 "virtual".
6285 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
6286 "override".
6287 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
6288 * aarch64-tdep.c (instruction_reader::read): Use "override".
6289 (instruction_reader_test::read): Likewise.
6290 * arm-tdep.c (instruction_reader::read): Use "override".
6291 (instruction_reader_thumb::read): Likewise.
6292
6293 2018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
6294
6295 PR remote/9665
6296 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
6297 instead of remote_send.
6298 (remote_send): Remove.
6299
6300 2018-04-26 Pedro Alves <palves@redhat.com>
6301
6302 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
6303 find_function_start_sal instead of find_pc_line.
6304
6305 2018-04-26 Pedro Alves <palves@redhat.com>
6306
6307 * breakpoint.c (set_breakpoint_location_function): Handle
6308 mst_data_gnu_ifunc.
6309 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
6310 * elfread.c (elf_symtab_read): Give data symbols with
6311 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
6312 (elf_rel_plt_read): Update comment.
6313 * linespec.c (convert_linespec_to_sals): Handle
6314 mst_data_gnu_ifunc.
6315 (minsym_found): Handle mst_data_gnu_ifunc.
6316 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
6317 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
6318 * parse.c (find_minsym_type_and_address): Handle
6319 mst_data_gnu_ifunc.
6320 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
6321 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
6322 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
6323 comment.
6324 <mst_data_gnu_ifunc>: New enumerator.
6325
6326 2018-04-26 Pedro Alves <palves@redhat.com>
6327
6328 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
6329 (lookup_minimal_symbol_by_pc_section): ... this. Replace
6330 'want_trampoline' parameter by a lookup_msym_prefer parameter.
6331 Handle it.
6332 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
6333 (lookup_minimal_symbol_by_pc): Adjust.
6334 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
6335 (lookup_solib_trampoline_symbol_by_pc): Adjust.
6336 * minsyms.h (lookup_msym_prefer): New enum.
6337 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
6338 parameter by a lookup_msym_prefer parameter.
6339
6340 2018-04-26 Pedro Alves <palves@redhat.com>
6341
6342 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
6343 ends in "@plt" instead of looking at the symbol's section.
6344
6345 2018-04-26 Pedro Alves <palves@redhat.com>
6346
6347 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
6348 all references.
6349 (find_pc_partial_function_gnu_ifunc): Rename to ...
6350 (find_pc_partial_function): ... this, and remove references to
6351 'is_gnu_ifunc_p'.
6352 (find_pc_partial_function): Delete old implementation.
6353 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
6354
6355 2018-04-26 Pedro Alves <palves@redhat.com>
6356
6357 * linespec.c (struct bound_minimal_symbol_search_key): New.
6358 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
6359 skip first line if we found a GNU ifunc minimal symbol by name.
6360 (compare_msymbols): Change parameters to work with a destructured
6361 lhs minsym.
6362 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
6363 functions.
6364
6365 2018-04-26 Pedro Alves <palves@redhat.com>
6366
6367 * breakpoint.c (set_breakpoint_location_function): Don't resolve
6368 ifunc targets here. Instead, if we have an ifunc minsym, use its
6369 address/name.
6370 (add_location_to_breakpoint): Store the minsym and the objfile in
6371 the breakpoint location.
6372 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
6373 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
6374 Record the minsym in the sal.
6375 * symtab.h (symtab_and_line) <msymbol>: New field.
6376
6377 2018-04-26 Pedro Alves <palves@redhat.com>
6378
6379 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
6380 unless we actually resolved the ifunc.
6381
6382 2018-04-26 Pedro Alves <palves@redhat.com>
6383
6384 * c-exp.y (variable production): Prefer ifunc minsyms over
6385 regular function symbols.
6386 * symtab.c (find_gnu_ifunc): New function.
6387 * minsyms.h (lookup_msym_prefer): New enum.
6388 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
6389 parameter by a lookup_msym_prefer parameter.
6390 * symtab.h (find_gnu_ifunc): New declaration.
6391
6392 2018-04-26 Pedro Alves <palves@redhat.com>
6393
6394 * blockframe.c (find_gnu_ifunc_target_type): New function.
6395 (find_function_type): New.
6396 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
6397 return a value with a memory address.
6398 (eval_call): For calls to GNU ifunc functions, try to find the
6399 type of the target function from the type that the resolver
6400 returns.
6401 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
6402 symbols.
6403 * infcall.c (find_function_return_type): Delete.
6404 (find_function_addr): Add 'function_type' parameter. For calls to
6405 GNU ifunc functions, try to find the type of the target function
6406 from the type that the resolver returns, and return it via
6407 FUNCTION_TYPE.
6408 (call_function_by_hand_dummy): Adjust to use the function type
6409 returned by find_function_addr.
6410 (find_function_addr): Add 'function_type' parameter and move
6411 description here.
6412 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
6413 declarations.
6414
6415 2018-04-26 Pedro Alves <palves@redhat.com>
6416
6417 * c-exp.y (variable production): Skip finding an alias for ifunc
6418 symbols.
6419
6420 2018-04-26 Pedro Alves <palves@redhat.com>
6421
6422 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
6423
6424 2018-04-25 Pedro Alves <palves@redhat.com>
6425
6426 * infcmd.c (kill_command): Print the pid as string, not the whole
6427 thread's ptid. Add comment. s/has been killed/killed/ in output
6428 message.
6429 * remote.c (remote_detach_1): Print the pid as string, not the
6430 whole thread's ptid.
6431
6432 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6433 Sergio Durigan Junior <sergiodj@redhat.com>
6434 Pedro Alves <palves@redhat.com>
6435
6436 * infcmd.c (kill_command): Print message when inferior has
6437 been killed.
6438 * inferior.c (print_inferior_events): Remove 'static'. Set as
6439 '1'.
6440 (add_inferior): Improve message printed when
6441 'print_inferior_events' is on.
6442 (exit_inferior): Remove message printed when
6443 'print_inferior_events' is on.
6444 (detach_inferior): Improve message printed when
6445 'print_inferior_events' is on.
6446 (initialize_inferiors): Use 'add_inferior_silent' to set
6447 'current_inferior_'.
6448 * inferior.h (print_inferior_events): Declare here as
6449 'extern'.
6450 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
6451 '[Detaching...]' messages when 'print_inferior_events' is on.
6452 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
6453 as prefix/suffix for messages. Remove periods. Fix erroneous
6454 'Detaching after fork from child...', replace it by '... from
6455 parent...'.
6456 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
6457 prefix/suffix when printing 'Detaching...' messages. Print
6458 them when 'print_inferior_events' is on.
6459 * remote.c (remote_detach_1): Print message when detaching
6460 from inferior and '!is_fork_parent'.
6461
6462 2018-04-24 Tom Tromey <tom@tromey.com>
6463
6464 * cli-out.h: Reindent.
6465
6466 2018-04-24 Tom Tromey <tom@tromey.com>
6467
6468 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
6469 (cli_ui_out::do_field_string): Use fputs_filtered.
6470 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
6471
6472 2018-04-23 Tom Tromey <tom@tromey.com>
6473
6474 * guile/scm-frame.c (gdbscm_frame_read_var): Use
6475 gdb::unique_xmalloc_ptr.
6476
6477 2018-04-23 Tom Tromey <tom@tromey.com>
6478
6479 * configure: Rebuild.
6480
6481 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6482
6483 PR gdb/23095
6484 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
6485 prepare_for_testing. Set normal_bp to r_debug_state if target
6486 is bsd.
6487
6488 2018-04-21 Pedro Alves <palves@redhat.com>
6489 Rajendra SY <rajendra.sy@gmail.com>
6490
6491 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
6492 * remote.c (extended_remote_attach): In all-stop mode, mark the
6493 thread as executing.
6494
6495 2018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6496
6497 * thread.c (thread_apply_all_command): Fix comment.
6498 (thread_command): Fix comment.
6499
6500 2018-04-10 Alan Hayward <alan.hayward@arm.com>
6501
6502 * common/tdesc.h (tdesc_create_feature): Remove xml filename
6503 parameter.
6504 * features/aarch64-core.c (create_feature_aarch64_core):
6505 Regenerate.
6506 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
6507 Likewise.
6508 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
6509 Likewise.
6510 * features/i386/32bit-avx512.c
6511 (create_feature_i386_32bit_avx512): Likewise.
6512 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
6513 Likewise.
6514 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
6515 Likewise.
6516 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
6517 Likewise.
6518 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
6519 Likewise.
6520 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
6521 Likewise.
6522 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
6523 Likewise.
6524 * features/i386/64bit-avx512.c
6525 (create_feature_i386_64bit_avx512): Likewise.
6526 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
6527 Likewise.
6528 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
6529 Likewise.
6530 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
6531 Likewise.
6532 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
6533 Likewise.
6534 * features/i386/64bit-segments.c
6535 (create_feature_i386_64bit_segments): Likewise.
6536 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
6537 Likewise.
6538 * features/i386/x32-core.c
6539 (create_feature_i386_x32_core): Likewise.
6540 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
6541 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
6542 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
6543 * target-descriptions.c: In generated code, don't pass xml
6544 filename.
6545
6546 2018-04-18 Alan Hayward <alan.hayward@arm.com>
6547
6548 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
6549 (print_xml_feature::visit_post): Likewise.
6550 (print_xml_feature::visit): Likewise.
6551 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
6552 (print_xml_feature): Add new class.
6553 * regformats/regdat.sh: Null xmltarget on feature targets.
6554 * target-descriptions.c (struct target_desc): Add xmltarget.
6555 (maintenance_check_tdesc_xml_convert): Add unittest function.
6556 (tdesc_get_features_xml): Add function to get xml.
6557 (maintenance_check_xml_descriptions): Test xml generation.
6558 * xml-tdesc.c (string_read_description_xml): Add function.
6559 * xml-tdesc.h (string_read_description_xml): Add declaration.
6560
6561 2018-04-18 Alan Hayward <alan.hayward@arm.com>
6562
6563 * features/Makefile: Add feature marker to targets with new style
6564 target descriptions.
6565 * regformats/aarch64.dat: Regenerate.
6566 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
6567 * regformats/i386/amd64-avx-linux.dat: Likewise.
6568 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
6569 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
6570 * regformats/i386/amd64-linux.dat: Likewise.
6571 * regformats/i386/amd64-mpx-linux.dat: Likewise.
6572 * regformats/i386/amd64.dat: Likewise.
6573 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
6574 * regformats/i386/i386-avx-linux.dat: Likewise.
6575 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
6576 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
6577 * regformats/i386/i386-linux.dat: Likewise.
6578 * regformats/i386/i386-mmx-linux.dat: Likewise.
6579 * regformats/i386/i386-mpx-linux.dat: Likewise.
6580 * regformats/i386/i386.dat: Likewise.
6581 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
6582 * regformats/i386/x32-avx-linux.dat: Likewise.
6583 * regformats/i386/x32-linux.dat: Likewise.
6584 * regformats/tic6x-c62x-linux.dat: Likewise.
6585 * regformats/tic6x-c64x-linux.dat: Likewise.
6586 * regformats/tic6x-c64xp-linux.dat: Likewise.
6587 * regformats/regdat.sh: Parse feature marker.
6588
6589 2018-04-18 Alan Hayward <alan.hayward@arm.com>
6590
6591 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
6592 (tdesc_osabi_name): Likewise.
6593 * target-descriptions.c (tdesc_architecture_name): Add new
6594 function.
6595 (tdesc_osabi_name): Likewise.
6596
6597 2018-04-18 Alan Hayward <alan.hayward@arm.com>
6598
6599 * common/tdesc.c (tdesc_predefined_type): Move to here.
6600 (tdesc_named_type): Likewise.
6601 (tdesc_create_vector): Likewise.
6602 (tdesc_create_struct): Likewise.
6603 (tdesc_set_struct_size): Likewise.
6604 (tdesc_create_union): Likewise.
6605 (tdesc_create_flags): Likewise.
6606 (tdesc_create_enum): Likewise.
6607 (tdesc_add_field): Likewise.
6608 (tdesc_add_typed_bitfield): Likewise.
6609 (tdesc_add_bitfield): Likewise.
6610 (tdesc_add_flag): Likewise.
6611 (tdesc_add_enum_value): Likewise.
6612 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
6613 (struct tdesc_type_vector): Likewise.
6614 (struct tdesc_type_field): Likewise.
6615 (struct tdesc_type_with_fields): Likewise.
6616 (tdesc_create_enum): Add declaration.
6617 (tdesc_add_typed_bitfield): Likewise.
6618 (tdesc_add_enum_value): Likewise.
6619 * target-descriptions.c (tdesc_type_field): Move from here.
6620 (tdesc_type_builtin): Likewise.
6621 (tdesc_type_vector): Likewise.
6622 (tdesc_type_with_fields): Likewise.
6623 (tdesc_predefined_types): Likewise.
6624 (tdesc_named_type): Likewise.
6625 (tdesc_create_vector): Likewise.
6626 (tdesc_create_struct): Likewise.
6627 (tdesc_set_struct_size): Likewise.
6628 (tdesc_create_union): Likewise.
6629 (tdesc_create_flags): Likewise.
6630 (tdesc_create_enum): Likewise.
6631 (tdesc_add_field): Likewise.
6632 (tdesc_add_typed_bitfield): Likewise.
6633 (tdesc_add_bitfield): Likewise.
6634 (tdesc_add_flag): Likewise.
6635 (tdesc_add_enum_value): Likewise.
6636 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
6637 (tdesc_add_typed_bitfield): Likewise.
6638 (tdesc_add_enum_value): Likewise.
6639
6640 2018-04-18 Alan Hayward <alan.hayward@arm.com>
6641
6642 * common/tdesc.c (tdesc_feature::accept): Move to here.
6643 (tdesc_feature::operator==): Likewise.
6644 (tdesc_create_reg): Likewise.
6645 * common/tdesc.h (tdesc_type_kind): Likewise.
6646 (struct tdesc_type): Likewise.
6647 (struct tdesc_feature): Likewise.
6648 * regformats/regdat.sh: Create a feature.
6649 * target-descriptions.c (tdesc_type_kind): Move from here.
6650 (tdesc_type): Likewise.
6651 (tdesc_type_up): Likewise.
6652 (tdesc_feature): Likewise.
6653 (tdesc_create_reg): Likewise.
6654
6655 2018-04-18 Alan Hayward <alan.hayward@arm.com>
6656
6657 * Makefile.in: Add arch/tdesc.c
6658 * common/tdesc.c: New file.
6659 * common/tdesc.h (tdesc_element_visitor): Move to here.
6660 (tdesc_element): Likewise.
6661 (tdesc_reg): Likewise.
6662 (tdesc_reg_up): Likewise.
6663 * regformats/regdef.h (reg): Add offset to constructors.
6664 * target-descriptions.c (tdesc_element_visitor): Move from here.
6665 (tdesc_element): Likewise.
6666 (tdesc_reg): Likewise.
6667 (tdesc_reg_up): Likewise.
6668
6669 2018-04-17 Tom Tromey <tom@tromey.com>
6670
6671 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
6672 discriminant field.
6673
6674 2018-04-17 Tom Tromey <tom@tromey.com>
6675
6676 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
6677
6678 2018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6679
6680 * symtab.c (print_symbol_info): Skip printing filename and line
6681 number when `last' is NULL.
6682 (symtab_symbol_info): Use empty string instead of NULL for first
6683 invocation of print_symbol_info.
6684 (rbreak_command): Pass NULL to `last' parameter of
6685 print_symbol_info.
6686
6687 2018-04-16 Simon Marchi <simon.marchi@ericsson.com>
6688
6689 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
6690 instead of nullptr.
6691
6692 2018-04-16 Pedro Alves <palves@redhat.com>
6693
6694 * MAINTAINERS (sh): Remove.
6695 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
6696 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
6697 (ALLDEPFILES): Remove sh64-tdep.c.
6698 * NEWS: Mentions that support for SH-5/SH64 is removed.
6699 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
6700 (sh*-*-openbsd*): Ditto.
6701 (sh64-*-elf*): Remove.
6702 (sh*): Remove.
6703 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
6704 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
6705 * sh-tdep.c: No longer include "sh64-tdep.h".
6706 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
6707 * sh64-tdep.c, sh64-tdep.h: Remove files.
6708
6709 2018-04-16 Pedro Alves <palves@redhat.com>
6710
6711 * MAINTAINERS: Remove m88k.
6712 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
6713 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
6714 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
6715 * NEWS: Mention that support for m88k was removed.
6716 * configure.host (m88*-*-*): Remove support.
6717 * configure.nat (m88k-*-*): Remove support.
6718 * configure.tgt (m88*-*-openbsd*): Remove.
6719 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
6720
6721 2018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
6722
6723 * configure.tgt (x86_tobjs): New variable.
6724 (amd64_tobjs, i386_tobjs): Use it.
6725
6726 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6727
6728 * symtab.c (print_symbol_info): Precede the symbol definition by
6729 the line number when available.
6730 * NEWS: Advertise this enhancement.
6731
6732 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6733
6734 * NEWS (New options): announce set/show record btrace cpu.
6735 * btrace.c: Include record-btrace.h.
6736 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
6737 the vendor is unknown.
6738 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
6739 Maybe overwrite the btrace configuration's cpu.
6740 (btrace_compute_ftrace): Add cpu parameter. Update callers.
6741 (btrace_fetch): Add cpu parameter. Update callers.
6742 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
6743 Maybe overwrite the btrace configuration's cpu. Skip enabling
6744 errata workarounds if the vendor is unknown.
6745 * python/py-record-btrace.c: Include record-btrace.h.
6746 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
6747 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
6748 * record-btrace.c (record_btrace_cpu_state_kind): New.
6749 (record_btrace_cpu): New.
6750 (set_record_btrace_cpu_cmdlist): New.
6751 (record_btrace_get_cpu): New.
6752 (require_btrace_thread, record_btrace_info)
6753 (record_btrace_resume_thread): Call record_btrace_get_cpu.
6754 (cmd_set_record_btrace_cpu_none): New.
6755 (cmd_set_record_btrace_cpu_auto): New.
6756 (cmd_set_record_btrace_cpu): New.
6757 (cmd_show_record_btrace_cpu): New.
6758 (_initialize_record_btrace): Initialize set/show record btrace cpu
6759 commands.
6760 * record-btrace.h (record_btrace_get_cpu): New.
6761
6762 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6763
6764 * record.c (set_record_command): Fix typo in message.
6765
6766 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6767
6768 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
6769
6770 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6771
6772 * infrun.c (process_event_stop_test): Call
6773 gdbarch_in_indirect_branch_thunk.
6774 * gdbarch.sh (in_indirect_branch_thunk): New.
6775 * gdbarch.c: Regenerated.
6776 * gdbarch.h: Regenerated.
6777 * x86-tdep.h: New.
6778 * x86-tdep.c: New.
6779 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
6780 (HFILES_NO_SRCDIR): Add x86-tdep.h.
6781 (ALLDEPFILES): Add x86-tdep.c.
6782 * arch-utils.h (default_in_indirect_branch_thunk): New.
6783 * arch-utils.c (default_in_indirect_branch_thunk): New.
6784 * i386-tdep: Include x86-tdep.h.
6785 (i386_in_indirect_branch_thunk): New.
6786 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
6787 function.
6788 * amd64-tdep: Include x86-tdep.h.
6789 (amd64_in_indirect_branch_thunk): New.
6790 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
6791
6792 2018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 PR gdb/23053
6795 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
6796 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
6797 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
6798 regression.
6799
6800 2018-04-12 Tom Tromey <tom@tromey.com>
6801
6802 * rust-lang.c (rust_print_struct_def): Remove univariant code.
6803 (rust_evaluate_subexp): Likewise.
6804
6805 2018-04-12 Pedro Alves <palves@redhat.com>
6806
6807 * procfs.c (procfs_detach): Make forward declaration's prototype
6808 match definition's protototype.
6809 (proc_get_LDT_entry): Remove stale do_cleanups call.
6810
6811 2018-04-12 Pedro Alves <palves@redhat.com>
6812
6813 * target.h (target_ops::to_has_exited): Delete.
6814 (target_has_exited): Delete.
6815 * target-delegates.c: Regenerate.
6816
6817 2018-04-11 Pedro Alves <palves@redhat.com>
6818
6819 * target.c (fileio_fh_t::t): Add comment.
6820 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
6821 (target_fileio_close): Handle a NULL target.
6822 (invalidate_fileio_fh): New.
6823 (target_close): Call it.
6824 * remote.c (remote_hostio_send_command): No longer check whether
6825 remote_desc is open.
6826
6827 2018-04-11 Pedro Alves <palves@redhat.com>
6828
6829 * target.c (fileio_fh_t): Make it a named struct instead of a
6830 typedef.
6831 (fileio_fh_t::is_closed): New method.
6832 (DEF_VEC_O (fileio_fh_t)): Remove.
6833 (fileio_fhandles): Now a std::vector.
6834 (is_closed_fileio_fh): Delete.
6835 (acquire_fileio_fd): Adjust. Rename parameters.
6836 (release_fileio_fd): Adjust.
6837 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
6838 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
6839 (target_fileio_close): Adjust.
6840
6841 2018-04-10 Simon Marchi <simon.marchi@ericsson.com>
6842
6843 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
6844 index.
6845
6846 2018-04-10 Pedro Alves <palves@redhat.com>
6847
6848 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
6849 (scoped_finish_thread_state): New class.
6850 * infcmd.c (run_command_1): Use it instead of finish_thread_state
6851 cleanup.
6852 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
6853 (fetch_inferior_event, normal_stop): Likewise.
6854 * thread.c (finish_thread_state_cleanup): Delete.
6855
6856 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6857 Pedro Alves <palves@redhat.com>
6858
6859 * value.c: Include "selftest.h" and "common/array-view.h".
6860 (struct range) <operator ==>: New.
6861 (test_ranges_contain): New.
6862 (check_ranges_vector): New.
6863 (test_insert_into_bit_range_vector): New.
6864 (_initialize_values): Register selftests.
6865 * common/array-view.h (operator==, operator!=): New.
6866
6867 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6868
6869 * common/gdb_vecs.h (unordered_remove): Add overload that takes
6870 an iterator.
6871 * inline-frame.c: Include <algorithm>.
6872 (struct inline_state): Add constructor.
6873 (inline_state_s): Remove.
6874 (DEF_VEC_O(inline_state_s)): Remove.
6875 (inline_states): Change type to std::vector.
6876 (find_inline_frame_state): Adjust to std::vector.
6877 (allocate_inline_frame_state): Remove.
6878 (clear_inline_frame_state): Adjust to std::vector.
6879 (skip_inline_frames): Adjust to std::vector.
6880
6881 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6882
6883 * tracepoint.h (struct trace_state_variable): Add constructor.
6884 <name>: Change type to std::string.
6885 * tracepoint.c (tsv_s): Remove.
6886 (DEF_VEC_O(tsv_s)): Remove.
6887 (tvariables): Change to std::vector.
6888 (create_trace_state_variable): Adjust to std::vector.
6889 (find_trace_state_variable): Likewise.
6890 (find_trace_state_variable_by_number): Likewise.
6891 (delete_trace_state_variable): Likewise.
6892 (trace_variable_command): Adjust to std::string.
6893 (delete_trace_variable_command): Likewise.
6894 (tvariables_info_1): Adjust to std::vector.
6895 (save_trace_state_variables): Likewise.
6896 (start_tracing): Likewise.
6897 (merge_uploaded_trace_state_variables): Adjust to std::vector
6898 and std::string.
6899 * target.h (struct target_ops)
6900 <to_download_trace_state_variable>: Pass reference to
6901 trace_state_variable.
6902 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
6903 * target-delegates.c: Re-generate.
6904 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
6905 (mi_tsv_deleted): Likewise.
6906 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6907 * remote.c (remote_download_trace_state_variable): Change
6908 pointer to reference and adjust.
6909 * make-target-delegates (parse_argtypes): Handle references.
6910 (write_function_header): Likewise.
6911 (munge_type): Likewise.
6912
6913 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6914
6915 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6916 string_view-selftests.c.
6917 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
6918 testsuite.
6919 * unittests/basic_string_view/cons/char/1.cc: Likewise.
6920 * unittests/basic_string_view/cons/char/2.cc: Likewise.
6921 * unittests/basic_string_view/cons/char/3.cc: Likewise.
6922 * unittests/basic_string_view/element_access/char/1.cc:
6923 Likewise.
6924 * unittests/basic_string_view/element_access/char/empty.cc:
6925 Likewise.
6926 * unittests/basic_string_view/element_access/char/front_back.cc:
6927 Likewise.
6928 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
6929 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
6930 Likewise.
6931 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
6932 Likewise.
6933 * unittests/basic_string_view/modifiers/swap/char/1.cc:
6934 Likewise.
6935 * unittests/basic_string_view/operations/compare/char/1.cc:
6936 Likewise.
6937 * unittests/basic_string_view/operations/compare/char/13650.cc:
6938 Likewise.
6939 * unittests/basic_string_view/operations/copy/char/1.cc:
6940 Likewise.
6941 * unittests/basic_string_view/operations/data/char/1.cc:
6942 Likewise.
6943 * unittests/basic_string_view/operations/find/char/1.cc:
6944 Likewise.
6945 * unittests/basic_string_view/operations/find/char/2.cc:
6946 Likewise.
6947 * unittests/basic_string_view/operations/find/char/3.cc:
6948 Likewise.
6949 * unittests/basic_string_view/operations/find/char/4.cc:
6950 Likewise.
6951 * unittests/basic_string_view/operations/rfind/char/1.cc:
6952 Likewise.
6953 * unittests/basic_string_view/operations/rfind/char/2.cc:
6954 Likewise.
6955 * unittests/basic_string_view/operations/rfind/char/3.cc:
6956 Likewise.
6957 * unittests/basic_string_view/operations/substr/char/1.cc:
6958 Likewise.
6959 * unittests/basic_string_view/operators/char/2.cc: Likewise.
6960 * unittests/string_view-selftests.c: New file.
6961
6962 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6963
6964 * unittests/basic_string_view/capacity/1.cc: New file.
6965 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
6966 * unittests/basic_string_view/cons/char/1.cc: New file.
6967 * unittests/basic_string_view/cons/char/2.cc: New file.
6968 * unittests/basic_string_view/cons/char/3.cc: New file.
6969 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
6970 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
6971 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
6972 * unittests/basic_string_view/element_access/char/1.cc: New file.
6973 * unittests/basic_string_view/element_access/char/2.cc: New file.
6974 * unittests/basic_string_view/element_access/char/empty.cc: New file.
6975 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
6976 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
6977 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
6978 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
6979 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
6980 * unittests/basic_string_view/include.cc: New file.
6981 * unittests/basic_string_view/inserters/char/1.cc: New file.
6982 * unittests/basic_string_view/inserters/char/2.cc: New file.
6983 * unittests/basic_string_view/inserters/char/3.cc: New file.
6984 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
6985 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
6986 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
6987 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
6988 * unittests/basic_string_view/literals/types.cc: New file.
6989 * unittests/basic_string_view/literals/values.cc: New file.
6990 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
6991 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
6992 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
6993 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
6994 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
6995 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
6996 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
6997 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
6998 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
6999 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
7000 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
7001 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
7002 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
7003 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
7004 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
7005 * unittests/basic_string_view/operations/data/char/1.cc: New file.
7006 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
7007 * unittests/basic_string_view/operations/find/char/1.cc: New file.
7008 * unittests/basic_string_view/operations/find/char/2.cc: New file.
7009 * unittests/basic_string_view/operations/find/char/3.cc: New file.
7010 * unittests/basic_string_view/operations/find/char/4.cc: New file.
7011 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
7012 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
7013 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
7014 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
7015 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
7016 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
7017 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
7018 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
7019 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
7020 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
7021 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
7022 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
7023 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
7024 * unittests/basic_string_view/operators/char/2.cc: New file.
7025 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
7026 * unittests/basic_string_view/range_access/char/1.cc: New file.
7027 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
7028 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
7029 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
7030 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
7031 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
7032 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
7033 * unittests/basic_string_view/requirements/typedefs.cc: New file.
7034 * unittests/basic_string_view/typedefs.cc: New file.
7035 * unittests/basic_string_view/types/1.cc: New file.
7036
7037 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7038
7039 * common/gdb_string_view.h: Remove libstdc++ implementation
7040 details, adjust to gdb reality.
7041 * common/gdb_string_view.tcc: Likewise.
7042 * cli/cli-script.c (struct string_view): Remove.
7043 (user_args) <m_args>: Change element type to gdb::string_view.
7044 (user_args::insert_args): Adjust.
7045
7046 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7047
7048 * common/gdb_string_view.h: New file.
7049 * common/gdb_string_view.tcc: New file.
7050
7051 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7052
7053 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
7054 * configure: Re-generate.
7055
7056 2018-04-09 Pedro Alves <palves@redhat.com>
7057
7058 * gdbarch.sh: Include "observable.h" instead of "observer.h".
7059 (set_target_gdbarch): Call
7060 gdb::observers::architecture_changed.notify instead of
7061 observer_notify_architecture_changed.
7062
7063 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7064
7065 * tracepoint.c (struct current_traceframe_cleanup): Remove.
7066 (do_restore_current_traceframe_cleanup): Remove.
7067 (restore_current_traceframe_cleanup_dtor): Remove.
7068 (make_cleanup_restore_current_traceframe): Remove.
7069 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
7070 New.
7071 * tracepoint.h (struct scoped_restore_current_traceframe): New.
7072 * infrun.c (fetch_inferior_event): Use
7073 scoped_restore_current_traceframe.
7074
7075 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7076
7077 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
7078 Remove.
7079 <n_allocated_type_units>: Remove.
7080 <all_type_units>: Change to std::vector.
7081 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
7082 to std::vector change.
7083 (dwarf2_per_objfile::get_cutu): Likewise.
7084 (dwarf2_per_objfile::get_tu): Likewise.
7085 (create_signatured_type_table_from_index): Likewise.
7086 (create_signatured_type_table_from_debug_names): Likewise.
7087 (dw2_symtab_iter_next): Likewise.
7088 (dw2_print_stats): Likewise.
7089 (dw2_expand_all_symtabs): Likewise.
7090 (dw2_expand_marked_cus): Likewise.
7091 (dw2_debug_names_iterator::next): Likewise.
7092 (dwarf2_initialize_objfile): Likewise.
7093 (add_signatured_type_cu_to_table): Likewise.
7094 (create_all_type_units): Likewise.
7095 (add_type_unit): Likewise.
7096 (struct tu_abbrev_offset): Add constructor.
7097 (build_type_psymtabs_1): Adjust to std::vector change.
7098 (print_tu_stats): Likewise.
7099 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
7100 (write_debug_names): Likewise.
7101
7102 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7103
7104 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
7105 Make an std::vector.
7106 <n_comp_units>: Remove.
7107 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
7108 to std::vector change.
7109 (dwarf2_per_objfile::get_cutu): Likewise.
7110 (dwarf2_per_objfile::get_cu): Likewise.
7111 (create_cus_from_index): Likewise.
7112 (create_addrmap_from_index): Likewise.
7113 (create_addrmap_from_aranges): Likewise.
7114 (dwarf2_read_index): Likewise.
7115 (dw2_find_last_source_symtab): Likewise.
7116 (dw2_map_symtabs_matching_filename): Likewise.
7117 (dw2_symtab_iter_next): Likewise.
7118 (dw2_print_stats): Likewise.
7119 (dw2_expand_all_symtabs): Likewise.
7120 (dw2_expand_symtabs_with_fullname): Likewise.
7121 (dw2_expand_marked_cus): Likewise.
7122 (dw2_map_symbol_filenames): Likewise.
7123 (create_cus_from_debug_names): Likewise.
7124 (dwarf2_read_debug_names): Likewise.
7125 (dw2_debug_names_iterator::next): Likewise.
7126 (dwarf2_initialize_objfile): Likewise.
7127 (set_partial_user): Likewise.
7128 (dwarf2_build_psymtabs_hard): Likewise.
7129 (read_comp_units_from_section): Remove arguments, adjust to
7130 std::vector change.
7131 (create_all_comp_units): Adjust to std::vector and
7132 read_comp_units_from_section changes.
7133 (dwarf2_find_containing_comp_unit): Adjust to std::vector
7134 change.
7135 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
7136 (psyms_seen_size): Likewise.
7137 (write_gdbindex): Likewise.
7138 (write_debug_names): Likewise.
7139
7140 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7141
7142 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
7143 with dwarf2_per_objfile.
7144 (create_cus_from_index): Likewise.
7145 (create_signatured_type_table_from_index): Likewise.
7146 (dwarf2_read_index): Likewise.
7147 (dwarf2_initialize_objfile): Likewise.
7148 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
7149 per_cu rather than get_dwarf2_per_objfile.
7150
7151 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7152
7153 * dwarf2read.h (struct signatured_type): Forward declare.
7154 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
7155 New methods.
7156 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
7157 (dw2_get_cutu): ...this.
7158 (dwarf2_per_objfile::get_cu): Rename from...
7159 (dw2_get_cu): ...this.
7160 (dwarf2_per_objfile::get_tu): New.
7161 (create_addrmap_from_index): Adjust.
7162 (create_addrmap_from_aranges): Adjust.
7163 (dw2_find_last_source_symtab): Adjust.
7164 (dw2_map_symtabs_matching_filename): Adjust.
7165 (dw2_symtab_iter_next): Adjust.
7166 (dw2_print_stats): Adjust.
7167 (dw2_expand_all_symtabs): Adjust.
7168 (dw2_expand_symtabs_with_fullname): Adjust.
7169 (dw2_expand_marked_cus): Adjust.
7170 (dw_expand_symtabs_matching_file_matcher): Adjust.
7171 (dw2_map_symbol_filenames): Adjust.
7172 (dw2_debug_names_iterator::next): Adjust.
7173 (dwarf2_initialize_objfile): Adjust.
7174 (set_partial_user): Adjust.
7175 (dwarf2_build_psymtabs_hard): Adjust.
7176
7177 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7178
7179 * dwarf2read.c (create_signatured_type_table_from_debug_names):
7180 Remove unused variables.
7181 (dw2_map_symtabs_matching_filename): Likewise.
7182 (dwarf2_record_block_ranges): Likewise.
7183 (dwarf2_read_addr_index): Likewise.
7184 (follow_die_offset): Likewise.
7185
7186 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7187
7188 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
7189 to symbol_file_add_main.
7190
7191 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7192
7193 PR mi/22299
7194 * mi/mi-console.c (do_fputc_async_safe): New.
7195 (mi_console_file::write_async_safe): New.
7196 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
7197 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
7198 New.
7199 * ui-file.c (ui_file::putstrn): Adjust call to
7200 fputstrn_unfiltered.
7201 * utils.c (printchar): Replace do_fputs and do_fprintf
7202 parameters by do_fputc.
7203 (fputstr_filtered): Adjust call to printchar.
7204 (fputstr_unfiltered): Likewise.
7205 (fputstrn_filtered): Likewise.
7206 (fputstrn_unfiltered): Add do_fputc parameter, pass to
7207 printchar.
7208 * utils.h (do_fputc_ftype): New typedef.
7209 (fputstrn_unfiltered): Add do_fputc parameter.
7210
7211 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7212
7213 * regformats/i386/i386-avx.dat: Remove.
7214
7215 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7216
7217 PR gdb/22979
7218 * amd64-tdep.c (amd64_none_init_abi): New function.
7219 (amd64_x32_none_init_abi): New function.
7220 (_initialize_amd64_tdep): Register handlers for x86-64 and
7221 x64_32 with GDB_OSABI_NONE.
7222 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
7223 GDB_OSABI_NONE osabi.
7224
7225 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7226
7227 PR gdb/22980
7228 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
7229 GDB_OSABI_NONE.
7230 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
7231 * osabi.c (gdb_osabi_names): Add "unknown" entry.
7232
7233 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7234
7235 * common/byte-vector.h (char_vector): New type.
7236 * target.h (target_read_alloc): Return
7237 gdb::optional<byte_vector>.
7238 (target_read_stralloc): Return gdb::optional<char_vector>.
7239 (target_get_osdata): Return gdb::optional<char_vector>.
7240 * target.c (target_read_alloc_1): Templatize. Replacement
7241 manual memory management with vector.
7242 (target_read_alloc): Change return type, adjust.
7243 (target_read_stralloc): Change return type, adjust.
7244 (target_get_osdata): Change return type, adjust.
7245 * auxv.c (struct auxv_info) <length>: Remove.
7246 <data>: Change type to gdb::optional<byte_vector>.
7247 (auxv_inferior_data_cleanup): Free auxv_info with delete.
7248 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
7249 (target_auxv_search): Adjust.
7250 (fprint_target_auxv): Adjust.
7251 * avr-tdep.c (avr_io_reg_read_command): Adjust.
7252 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
7253 (linux_make_corefile_notes): Adjust.
7254 * osdata.c (get_osdata): Adjust.
7255 * remote.c (remote_get_threads_with_qxfer): Adjust.
7256 (remote_memory_map): Adjust.
7257 (remote_traceframe_info): Adjust.
7258 (btrace_read_config): Adjust.
7259 (remote_read_btrace): Adjust.
7260 (remote_pid_to_exec_file): Adjust.
7261 * solib-aix.c (solib_aix_get_library_list): Adjust.
7262 * solib-dsbt.c (decode_loadmap): Don't free buf.
7263 (dsbt_get_initial_loadmaps): Adjust.
7264 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
7265 * solib-target.c (solib_target_current_sos): Adjust.
7266 * tracepoint.c (sdata_make_value): Adjust.
7267 * xml-support.c (xinclude_start_include): Adjust.
7268 (xml_fetch_content_from_file): Adjust.
7269 * xml-support.h (xml_fetch_another): Change return type.
7270 (xml_fetch_content_from_file): Change return type.
7271 * xml-syscall.c (xml_init_syscalls_info): Adjust.
7272 * xml-tdesc.c (file_read_description_xml): Adjust.
7273 (fetch_available_features_from_target): Change return type.
7274 (target_fetch_description_xml): Adjust.
7275 (target_read_description_xml): Adjust.
7276
7277 2018-04-06 Tom Tromey <tom@tromey.com>
7278
7279 * value.c (~value): Update.
7280 (struct value) <contents>: Now unique_xmalloc_ptr.
7281 (value_contents_bits_eq, allocate_value_contents)
7282 (value_contents_raw, value_contents_all_raw)
7283 (value_contents_for_printing, value_contents_for_printing_const)
7284 (set_value_enclosing_type): Update.
7285
7286 2018-04-06 Tom Tromey <tom@tromey.com>
7287
7288 * value.c (range_s): Remove typedef, VEC.
7289 (struct range): Add operator<.
7290 (range_lessthan): Remove.
7291 (ranges_contain): Change type.
7292 (~value): Update.
7293 (struct value) <unavailable, optimized_out>: Now std::vector.
7294 (value_entirely_available)
7295 (value_entirely_covered_by_range_vector)
7296 (value_entirely_unavailable, value_entirely_optimized_out):
7297 Update.
7298 (insert_into_bit_range_vector): Change argument type.
7299 (find_first_range_overlap): Likewise.
7300 (struct ranges_and_idx, value_contents_bits_eq)
7301 (require_not_optimized_out, require_available): Update.
7302 (ranges_copy_adjusted): Change argument types.
7303 (value_optimized_out, value_copy, value_fetch_lazy): Update.
7304
7305 2018-04-06 Tom Tromey <tom@tromey.com>
7306
7307 * value.c (~value): Update.
7308 (struct value) <parent>: Now a value_ref_ptr.
7309 (value_parent, set_value_parent, value_address, value_copy):
7310 Update.
7311
7312 2018-04-06 Tom Tromey <tom@tromey.com>
7313
7314 * value.c (struct value): Add constructor, destructor, and member
7315 initializers.
7316 (allocate_value_lazy, value_decref): Update.
7317
7318 2018-04-06 Tom Tromey <tom@tromey.com>
7319
7320 * value.c (struct value) <released, next>: Remove.
7321 (all_values): Now a std::vector.
7322 (allocate_value_lazy): Update.
7323 (value_next): Remove.
7324 (value_mark, value_free_to_mark, release_value)
7325 (value_release_to_mark): Update.
7326
7327 2018-04-06 Tom Tromey <tom@tromey.com>
7328
7329 * value.h (fetch_subexp_value, value_release_to_mark): Update.
7330 (free_value_chain): Remove.
7331 * value.c (free_value_chain): Remove.
7332 (value_release_to_mark): Return a std::vector.
7333 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
7334 std::vector.
7335 (check_condition): Update.
7336 * eval.c (fetch_subexp_value): Change "val_chain" to a
7337 std::vector.
7338 * breakpoint.c (update_watchpoint): Update.
7339 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
7340
7341 2018-04-06 Tom Tromey <tom@tromey.com>
7342
7343 * value.h (free_all_values): Remove.
7344 * value.c (free_all_values): Remove.
7345
7346 2018-04-06 Tom Tromey <tom@tromey.com>
7347
7348 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
7349 (value_history_chain, value_history_count): Remove.
7350 (value_history): New global.
7351 (record_latest_value, access_value_history, show_values)
7352 (preserve_values): Update.
7353
7354 2018-04-06 Tom Tromey <tom@tromey.com>
7355
7356 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
7357 * varobj.c (varobj_set_display_format, varobj_set_value)
7358 (install_default_visualizer, construct_visualizer)
7359 (install_new_value, ~varobj, varobj_get_value_type)
7360 (my_value_of_variable, varobj_editable_p): Update.
7361 * c-varobj.c (c_describe_child, c_value_of_variable)
7362 (cplus_number_of_children, cplus_describe_child): Update.
7363 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
7364 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
7365 (ada_value_of_variable, ada_value_is_changeable_p): Update.
7366
7367 2018-04-06 Tom Tromey <tom@tromey.com>
7368
7369 * printcmd.c (last_examine_address): Change type to
7370 value_ref_ptr.
7371 (do_examine, x_command): Update.
7372
7373 2018-04-06 Tom Tromey <tom@tromey.com>
7374
7375 * value.c (release_value): Update.
7376 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
7377 (struct bpstats) <val>: Now a value_ref_ptr.
7378 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
7379 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
7380 (~watchpoint, print_it_watchpoint, watch_command_1)
7381 (invalidate_bp_value_on_memory_change): Update.
7382
7383 2018-04-06 Tom Tromey <tom@tromey.com>
7384
7385 * varobj.c (varobj_clear_saved_item)
7386 (update_dynamic_varobj_children, install_new_value, ~varobj):
7387 Update.
7388 * value.h (value_incref): Move declaration earlier.
7389 (value_decref): Rename from value_free.
7390 (struct value_ref_policy): New.
7391 (value_ref_ptr): New typedef.
7392 (struct value_deleter): Remove.
7393 (gdb_value_up): Remove typedef.
7394 (release_value): Change return type.
7395 (release_value_or_incref): Remove.
7396 * value.c (set_value_parent): Update.
7397 (value_incref): Change return type.
7398 (value_decref): Rename from value_free.
7399 (value_free_to_mark, free_all_values, free_value_chain): Update.
7400 (release_value): Return value_ref_ptr.
7401 (release_value_or_incref): Remove.
7402 (record_latest_value, set_internalvar, clear_internalvar):
7403 Update.
7404 * stack.c (info_frame_command): Don't call value_free.
7405 * python/py-value.c (valpy_dealloc, valpy_new)
7406 (value_to_value_object): Update.
7407 * printcmd.c (do_examine): Update.
7408 * opencl-lang.c (lval_func_free_closure): Update.
7409 * mi/mi-main.c (register_changed_p): Don't call value_free.
7410 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
7411 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
7412 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
7413 value_free.
7414 * guile/scm-value.c (vlscm_free_value_smob)
7415 (vlscm_scm_from_value): Update.
7416 * frame.c (frame_register_unwind, frame_unwind_register_signed)
7417 (frame_unwind_register_unsigned, get_frame_register_bytes)
7418 (put_frame_register_bytes): Don't call value_free.
7419 * findvar.c (address_from_register): Don't call value_free.
7420 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
7421 * dwarf2loc.c (entry_data_value_free_closure)
7422 (value_of_dwarf_reg_entry, free_pieced_value_closure)
7423 (dwarf2_evaluate_loc_desc_full): Update.
7424 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
7425 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
7426 (~watchpoint, watch_command_1)
7427 (invalidate_bp_value_on_memory_change): Update.
7428 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
7429
7430 2018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
7431
7432 PR gdb/23022
7433 * warning.m4: Add -Wno-error=deprecated-register.
7434 * configure: Re-generate.
7435
7436 2018-04-05 Tom Tromey <tom@tromey.com>
7437
7438 * linespec.h: Remove include of "vec.h".
7439
7440 2018-04-05 Tom Tromey <tom@tromey.com>
7441
7442 * linespec.c (typep): Remove typedef.
7443 (find_methods, find_superclass_methods): Take a std::vector.
7444 (find_method): Use std::vector.
7445
7446 2018-04-05 Tom Tromey <tom@tromey.com>
7447
7448 * utils.c (compare_strings): Remove.
7449 * utils.h (compare_strings): Remove.
7450 * objc-lang.h (find_imps): Update.
7451 * objc-lang.c (find_methods): Take a std::vector.
7452 (uniquify_strings, find_imps): Likewise.
7453 * linespec.c (find_methods): Take a std::vector.
7454 (decode_objc): Use std::vector.
7455 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
7456 a std::vector.
7457 (find_method, find_function_symbols): Use std::vector.
7458
7459 2018-04-05 Tom Tromey <tom@tromey.com>
7460
7461 * completer.c (completion_tracker::completion_tracker): Remove
7462 cast.
7463 (completion_tracker::discard_completions): Likewise.
7464 * breakpoint.c (ambiguous_names_p): Remove cast.
7465 * ada-lang.c (_initialize_ada_language): Remove cast.
7466 * utils.h (streq): Update.
7467 (streq_hash): Add new declaration.
7468 * utils.c (streq): Return bool.
7469 (streq_hash): New function.
7470
7471 2018-04-05 Tom Tromey <tom@tromey.com>
7472
7473 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
7474 Remove a string copy.
7475
7476 2018-04-05 Tom Tromey <tom@tromey.com>
7477
7478 * linespec.c (filter_results): Use std::vector.
7479 (decode_line_2, decode_line_full): Update.
7480
7481 2018-04-05 Tom Tromey <tom@tromey.com>
7482
7483 * linespec.c (canonical_to_fullform): Return std::string.
7484 (filter_results): Update.
7485 (struct decode_line_2_item): Add constructor.
7486 <fullform, displayform>: Now std::string.
7487 (decode_line_2_compare_items): Now a std::sort comparator.
7488 (decode_line_2): Update.
7489
7490 2018-04-05 Tom Tromey <tom@tromey.com>
7491
7492 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
7493 (unexpected_linespec_error): Update.
7494 (linespec_parse_basic, parse_linespec): Update.
7495
7496 2018-04-05 Tom Tromey <tom@tromey.com>
7497
7498 * linespec.c (linespec_parse_basic): Reindent.
7499
7500 2018-04-05 Tom Tromey <tom@tromey.com>
7501
7502 * minsyms.h (iterate_over_minimal_symbols): Update.
7503 * minsyms.c (iterate_over_minimal_symbols): Take a
7504 gdb::function_view.
7505 * linespec.c (struct collect_minsyms): Remove.
7506 (compare_msyms): Now a std::sort comparator.
7507 (add_minsym): Add parameters.
7508 (search_minsyms_for_name): Update. Use std::vector.
7509
7510 2018-04-03 Tom Tromey <tom@tromey.com>
7511
7512 * mipsread.c (read_alphacoff_dynamic_symtab): Use
7513 gdb::byte_vector.
7514
7515 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7516
7517 * MAINTAINERS (Write After Approval): Add Weimin Pan.
7518
7519 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7520
7521 PR gdb/16959
7522 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
7523 printing static type.
7524
7525 2018-04-01 Tom Tromey <tom@tromey.com>
7526
7527 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
7528 (rs6000_xfer_shared_libraries): Update.
7529
7530 2018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
7531
7532 * common/gdb_vecs.h (char_ptr): Remove.
7533 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
7534
7535 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
7536
7537 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
7538 with std::vector.
7539 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
7540
7541 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
7542
7543 * tracepoint.h (struct uploaded_tp): Initialize fields.
7544 <actions, step_actions, cmd_strings>: Change type to
7545 std::vector<char *>.
7546 * tracepoint.c (get_uploaded_tp): Allocate with new.
7547 (free_uploaded_tps): Free with delete.
7548 (parse_tracepoint_definition): Adjust to std::vector change.
7549 * breakpoint.c (read_uploaded_action): Likewise.
7550 (create_tracepoint_from_upload): Likewise.
7551 * ctf.c (ctf_write_uploaded_tp): Likewise.
7552 (SET_ARRAY_FIELD): Likewise.
7553 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
7554
7555 2018-03-30 Tom Tromey <tom@tromey.com>
7556
7557 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
7558 std::unique_ptr.
7559 (svr4_keep_data_in_core): Update.
7560 (svr4_read_so_list): Update.
7561
7562 2018-03-30 Tom Tromey <tom@tromey.com>
7563
7564 * windows-nat.c (handle_output_debug_string, handle_exception):
7565 Update.
7566 * target.h (target_read_string): Update.
7567 * target.c (target_read_string): Change "string" to
7568 unique_xmalloc_ptr.
7569 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
7570 Update.
7571 * solib-frv.c (frv_current_sos): Update.
7572 * solib-dsbt.c (dsbt_current_sos): Update.
7573 * solib-darwin.c (darwin_current_sos): Update.
7574 * linux-thread-db.c (inferior_has_bug): Update.
7575 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
7576 Update. Remove alloca.
7577 * ada-lang.c (ada_main_name): Update.
7578
7579 2018-03-30 Tom Tromey <tom@tromey.com>
7580
7581 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
7582 (struct dwo_file_deleter): New.
7583 (dwo_file_up): New typedef.
7584 (open_and_init_dwo_file): Use dwo_file_up.
7585 (free_dwo_file_cleanup): Remove.
7586
7587 2018-03-30 Tom Tromey <tom@tromey.com>
7588
7589 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
7590 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
7591
7592 2018-03-30 Tom Tromey <tom@tromey.com>
7593
7594 * dwarf2read.c (class free_cached_comp_units): New class.
7595 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
7596 (free_cached_comp_units): Remove function.
7597
7598 2018-03-30 Tom Tromey <tom@tromey.com>
7599
7600 * utils.h (make_cleanup_unpush_target): Remove.
7601 * inf-ptrace.c (struct target_unpusher): New.
7602 (target_unpush_up) New typedef.
7603 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
7604 target_unpush_up.
7605 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
7606
7607 2018-03-27 Tom Tromey <tom@tromey.com>
7608
7609 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
7610
7611 2018-03-27 Pedro Alves <palves@redhat.com>
7612 Tom Tromey <tom@tromey.com>
7613
7614 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
7615 destructor. Now a class.
7616 (gdb_readline_wrapper_cleanup): Remove function.
7617 (gdb_readline_wrapper): Remove cleanups.
7618
7619 2018-03-27 Tom Tromey <tom@tromey.com>
7620
7621 * typeprint.h (struct type_print_options) <local_typedefs,
7622 global_typedefs>: Remove "struct" keyword.
7623 (class typedef_hash_table): New class.
7624 (recursively_update_typedef_hash, add_template_parameters)
7625 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
7626 (find_typedef_in_hash): Don't declare.
7627 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
7628 (typedef_hash_table::recursively_update): Rename from
7629 recursively_update_typedef_hash. Now a member.
7630 (typedef_hash_table::add_template_parameters): Rename from
7631 add_template_parameters. Now a member.
7632 (typedef_hash_table::typedef_hash_table): Now a constructor;
7633 rename from create_typedef_hash.
7634 (typedef_hash_table::~typedef_hash_table): Now a destructor;
7635 rename from free_typedef_hash.
7636 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
7637 (do_free_global_table): Remove.
7638 (typedef_hash_table::typedef_hash_table): New constructor; renamed
7639 from copy_type_recursive.
7640 (create_global_typedef_table): Remove.
7641 (typedef_hash_table::find_global_typedef): Now a member of
7642 typedef_hash_table.
7643 (typedef_hash_table::find_typedef): Rename from
7644 find_typedef_in_hash; now a member.
7645 (whatis_exp): Update.
7646 * extension.h (struct ext_lang_type_printers): Add constructor and
7647 destructor.
7648 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
7649 declare.
7650 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
7651 Now a constructor; rename from start_ext_lang_type_printers.
7652 (ext_lang_type_printers): Now a destructor; rename from
7653 free_ext_lang_type_printers.
7654 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
7655 Update.
7656 (c_type_print_base_struct_union): Update. Remove cleanups.
7657
7658 2018-03-27 Tom Tromey <tom@tromey.com>
7659
7660 * dwarf-index-write.c: Include <cmath>.
7661
7662 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7663
7664 * NEWS: Add entry describing new "set|show varsize-limit" command.
7665 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
7666 command.
7667 * printcmd.c (_initialize_printcmd): Add "set var" alias of
7668 "set variable".
7669
7670 2018-03-27 Simon Marchi <simon.marchi@ericsson.com>
7671
7672 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
7673 dwarf-index-write.c
7674 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
7675 * dwarf-index-common.c: New file.
7676 * dwarf-index-common.h: New file.
7677 * dwarf-index-write.c: New file.
7678 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
7679 (struct dwarf2_section_info): Move from here.
7680 (dwarf2_section_info_def): Likewise.
7681 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
7682 (offset_type): Likewise.
7683 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
7684 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
7685 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
7686 (byte_swap): Likewise.
7687 (MAYBE_SWAP): Likewise.
7688 (dwarf2_per_cu_ptr): Likewise.
7689 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
7690 (struct tu_stats): Likewise.
7691 (struct dwarf2_per_objfile): Likewise.
7692 (struct dwarf2_per_cu_data): Likewise.
7693 (struct signatured_type): Likewise.
7694 (sig_type_ptr): Likewise.
7695 (DEF_VEC_P (sig_type_ptr)): Likewise.
7696 (INDEX4_SUFFIX): Likewise.
7697 (INDEX5_SUFFIX): Likewise.
7698 (DEBUG_STR_SUFFIX): Likewise.
7699 (dwarf2_read_section): Make non-static.
7700 (mapped_index_string_hash): Move from here.
7701 (dwarf5_djb_hash): Likewise.
7702 (file_write): Likewise.
7703 (class data_buf): Likewise.
7704 (struct symtab_index_entry): Likewise.
7705 (struct mapped_symtab): Likewise.
7706 (find_slot): Likewise.
7707 (hash_expand): Likewise.
7708 (add_index_entry): Likewise.
7709 (uniquify_cu_indices): Likewise.
7710 (class c_str_view): Likewise.
7711 (class c_str_view_hasher): Likewise.
7712 (class vector_hasher): Likewise.
7713 (write_hash_table): Likewise.
7714 (psym_index_map): Likewise.
7715 (struct addrmap_index_data): Likewise.
7716 (add_address_entry): Likewise.
7717 (add_address_entry_worker): Likewise.
7718 (write_address_map): Likewise.
7719 (symbol_kind): Likewise.
7720 (write_psymbols): Likewise.
7721 (struct signatured_type_index_data): Likewise.
7722 (write_one_signatured_type): Likewise.
7723 (recursively_count_psymbols): Likewise.
7724 (recursively_write_psymbols): Likewise.
7725 (class debug_names): Likewise.
7726 (check_dwarf64_offsets): Likewise.
7727 (psyms_seen_size): Likewise.
7728 (write_gdbindex): Likewise.
7729 (write_debug_names): Likewise.
7730 (assert_file_size): Likewise.
7731 (write_psymtabs_to_index): Likewise.
7732 (save_gdb_index_command): Likewise.
7733 (_initialize_dwarf2_read): Don't register the "save gdb-index"
7734 command.
7735 * dwarf2read.h: New file.
7736
7737 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7738
7739 PR gdb/22670
7740 * dwarf2read.c (dwarf2_physname): Do not return the demangled
7741 symbol name if the CU's language stores symbol names in linkage
7742 format.
7743 * language.h (struct language_defn)
7744 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
7745 all instances of this struct.
7746
7747 2018-03-26 Tom Tromey <tom@tromey.com>
7748
7749 * stack.c (backtrace_command_1): Remove verbose code.
7750
7751 2018-03-26 Tom Tromey <tom@tromey.com>
7752
7753 * python/py-framefilter.c (py_print_type): Don't catch
7754 exceptions. Return void.
7755 (py_print_value): Likewise.
7756 (py_print_single_arg): Likewise.
7757 (enumerate_args): Don't catch exceptions.
7758 (py_print_args): Likewise.
7759 (py_print_frame): Likewise.
7760 (gdbpy_apply_frame_filter): Catch exceptions here.
7761
7762 2018-03-26 Tom Tromey <tom@tromey.com>
7763
7764 * stack.c (_initialize_stack): Remove trailing newlines from help
7765 text. Add "Usage" line to "backtrace" help.
7766
7767 2018-03-26 Tom Tromey <tom@tromey.com>
7768
7769 PR python/16486:
7770 * python/py-framefilter.c (py_print_args): Call wrap_hint.
7771
7772 2018-03-26 Tom Tromey <tom@tromey.com>
7773
7774 * python/py-framefilter.c (py_print_single_arg): Return
7775 EXT_LANG_BT_ERROR from catch.
7776
7777 2018-03-26 Tom Tromey <tom@tromey.com>
7778
7779 PR backtrace/15584:
7780 * stack.c (backtrace_command_1): Move some code into no-filters
7781 "if".
7782
7783 2018-03-26 Tom Tromey <tom@tromey.com>
7784
7785 * python/py-framefilter.c (throw_quit_or_print_exception): New
7786 function.
7787 (gdbpy_apply_frame_filter): Use it.
7788
7789 2018-03-26 Tom Tromey <tom@tromey.com>
7790
7791 PR cli/17716:
7792 * python/py-framefilter.c (py_print_type, py_print_value)
7793 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
7794 RETURN_MASK_ERROR.
7795
7796 2018-03-26 Tom Tromey <tom@tromey.com>
7797
7798 * python/py-framefilter.c (enumerate_args): Use
7799 gdb::unique_xmalloc_ptr.
7800
7801 2018-03-26 Tom Tromey <tom@tromey.com>
7802
7803 * python/py-framefilter.c (py_print_frame): Return
7804 EXT_LANG_BT_OK.
7805 (gdbpy_apply_frame_filter): Update comment.
7806 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
7807 Remove.
7808 <EXT_LANG_BT_NO_FILTERS>: Change value.
7809
7810 2018-03-26 Tom Tromey <tom@tromey.com>
7811
7812 PR backtrace/15582:
7813 * stack.c (backtrace_command): Parse "hide" argument.
7814 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
7815 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
7816 constant.
7817
7818 2018-03-26 Tom Tromey <tom@tromey.com>
7819
7820 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
7821 add "flags".
7822 (backtrace_command): Remove "fulltrace", add "flags".
7823
7824 2018-03-26 Tom Tromey <tom@tromey.com>
7825
7826 * stack.c (backtrace_command): Rewrite command line parsing.
7827
7828 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
7829
7830 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
7831
7832 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
7833
7834 * filename-seen-cache.h: Add include guard.
7835
7836 2018-03-26 Keith Seitz <keiths@redhat.com>
7837
7838 * symfile.c (place_section): Remove "struct" from section_addr_info
7839 in comment.
7840 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
7841 "struct" keyword from section_addr_info.
7842
7843 2018-03-26 Alan Hayward <alan.hayward@arm.com>
7844
7845 * regformats/regdef.h (reg): Add constructors.
7846
7847 2018-03-25 Pedro Alves <palves@redhat.com>
7848
7849 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
7850 if then/else bodies in var_func_name extraction.
7851
7852 2018-03-23 Weimin Pan <weimin.pan@oracle.com>
7853
7854 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
7855 lookup_minimal_symbol() to find symbol entry.
7856 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
7857
7858 2018-03-23 Keith Seitz <keiths@redhat.com>
7859
7860 PR c++/22968
7861 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
7862 nested type definitions for C++, too.
7863
7864 2018-03-23 Tom Tromey <tom@tromey.com>
7865
7866 * machoread.c (struct oso_el): Add a constructor. Don't define as
7867 a typedef.
7868 (macho_register_oso): Remove.
7869 (macho_symtab_read): Take a std::vector.
7870 (oso_el_compare_name): Now a std::sort comparator.
7871 (macho_symfile_read_all_oso): Take a std::vector.
7872 (macho_symfile_read): Use std::vector. Remove cleanups.
7873
7874 2018-03-22 Tom Tromey <tom@tromey.com>
7875
7876 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
7877 (record_full_goto_bookmark): Use std::string.
7878
7879 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7880
7881 PR tdep/18295
7882 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
7883 a single mask.
7884
7885 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7886
7887 * rs6000-tdep.c (store_insn_p): New function.
7888 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
7889 and cr_reg to their unshifted values. Use store_insn_p to
7890 match LR saves using either R1 or fdata->alloca_reg. Use
7891 store_insn_p to match CR saves. Set alloca_reg_offset
7892 when alloca_reg and framep are set. Remove lr_reg shift
7893 when assigning to fdata->lr_register.
7894
7895 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7896
7897 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
7898 command line args instead of emitting a warning.
7899
7900 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
7901
7902 * tracepoint.h (struct static_tracepoint_marker): Initialize
7903 fields, define default constructor, move constructor and move
7904 assignment, disable the rest.
7905 <str_id, extra>: Make std::string.
7906 (release_static_tracepoint_marker): Remove.
7907 (free_current_marker): Remove.
7908 * tracepoint.c (free_current_marker): Remove.
7909 (parse_static_tracepoint_marker_definition): Adjust to
7910 std::string, use new hex2str overload.
7911 (release_static_tracepoint_marker): Remove.
7912 (print_one_static_tracepoint_marker): Get marker by reference
7913 and adjust to std::string.
7914 (info_static_tracepoint_markers_command): Adjust to std::vector
7915 changes
7916 * target.h (static_tracepoint_marker_p): Remove typedef.
7917 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
7918 (struct target_ops) <to_static_tracepoint_marker_at>: Return
7919 bool.
7920 <to_static_tracepoint_markers_by_strid>: Return std::vector.
7921 * target-debug.h
7922 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
7923 (target_debug_print_std_vector_static_tracepoint_marker): New.
7924 (target_debug_print_struct_static_tracepoint_marker_p): Rename
7925 to...
7926 (target_debug_print_static_tracepoint_marker_p): ... this.
7927 * target-delegates.c: Re-generate.
7928 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
7929 Make std::string.
7930 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
7931 (decode_static_tracepoint_spec): Adjust to std::vector.
7932 (tracepoint_print_one_detail): Adjust to std::string.
7933 (strace_marker_decode_location): Adjust to std::string.
7934 (update_static_tracepoint): Adjust to std::string, remove call
7935 to release_static_tracepoint_marker.
7936 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7937 Adjust to std::vector.
7938 * remote.c (remote_static_tracepoint_marker_at): Return bool.
7939 (remote_static_tracepoint_markers_by_strid): Adjust to
7940 std::vector.
7941 * common/rsp-low.h (hex2str): New overload with explicit count
7942 of bytes.
7943 * common/rsp-low.c (hex2str): New overload with explicit count
7944 of bytes.
7945 * unittests/rsp-low-selftests.c (test_hex2str): New function.
7946 (_initialize_rsp_low_selftests): Add test_hex2str test.
7947 * unittests/tracepoint-selftests.c
7948 (test_parse_static_tracepoint_marker_definition): Adjust to
7949 std::string.
7950
7951 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
7952
7953 * tracepoint.c (parse_static_tracepoint_marker_definition):
7954 Consider case where the definition is followed by more
7955 definitions.
7956 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7957 tracepoint-selftests.c.
7958 * unittests/tracepoint-selftests.c: New.
7959
7960 2018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7961
7962 * MAINTAINERS (Write After Approval): Add Pedro Franco de
7963 Carvalho.
7964
7965 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7966
7967 * symtab.c (find_pc_sect_line): fixed indentation.
7968
7969 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7970
7971 * symtab.c (find_pc_sect_line): now uses binary search.
7972
7973 2018-03-19 Tom Tromey <tom@tromey.com>
7974
7975 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
7976 "IDENT" production.
7977
7978 2018-03-19 Pedro Alves <palves@redhat.com>
7979 Tom Tromey <tom@tromey.com>
7980
7981 * unittests/observable-selftests.c: New file.
7982 * common/observable.h: New file.
7983 * observable.h: New file.
7984 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
7985 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
7986 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
7987 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
7988 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
7989 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
7990 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
7991 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
7992 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
7993 python/py-breakpoint.c, python/py-finishbreakpoint.c,
7994 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
7995 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
7996 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
7997 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
7998 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
7999 tui/tui-interp.c, valops.c: Update all users.
8000 * tui/tui-hooks.c (tui_bp_created_observer)
8001 (tui_bp_deleted_observer, tui_bp_modified_observer)
8002 (tui_inferior_exit_observer, tui_before_prompt_observer)
8003 (tui_normal_stop_observer, tui_register_changed_observer):
8004 Remove.
8005 (tui_observers_token): New global.
8006 (attach_or_detach, tui_attach_detach_observers): New functions.
8007 (tui_install_hooks, tui_remove_hooks): Use
8008 tui_attach_detach_observers.
8009 * record-btrace.c (record_btrace_thread_observer): Remove.
8010 (record_btrace_thread_observer_token): New global.
8011 * observer.sh: Remove.
8012 * observer.c: Rename to observable.c.
8013 * observable.c (namespace gdb_observers): Define new objects.
8014 (observer_debug): Move into gdb_observers namespace.
8015 (struct observer, struct observer_list, xalloc_observer_list_node)
8016 (xfree_observer_list_node, generic_observer_attach)
8017 (generic_observer_detach, generic_observer_notify): Remove.
8018 (_initialize_observer): Update.
8019 Don't include observer.inc.
8020 * Makefile.in (generated_files): Remove observer.h, observer.inc.
8021 (clean mostlyclean): Likewise.
8022 (observer.h, observer.inc): Remove targets.
8023 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
8024 (COMMON_SFILES): Use observable.c, not observer.c.
8025 * .gitignore: Remove observer.h.
8026
8027 2018-03-18 Tom Tromey <tom@tromey.com>
8028
8029 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
8030 gdb::def_vector.
8031 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
8032
8033 2018-03-17 Tom Tromey <tom@tromey.com>
8034
8035 * auto-load.c (auto_load_objfile_script_1): Use std::string.
8036
8037 2018-03-17 Tom Tromey <tom@tromey.com>
8038
8039 * target.c (class scoped_target_fd): New.
8040 (target_fileio_close_cleanup): Remove.
8041 (target_fileio_read_alloc_1): Use scoped_target_fd.
8042
8043 2018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
8044
8045 * silent-rules.mk: New.
8046 * Makefile.in: Include silent-rules.mk
8047 (srcdir, VPATH, top_srcdir): Move up.
8048 (COMPILE): Add ECHO_CXX.
8049 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
8050 (init.c): Add ECHO_INIT_C.
8051 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
8052 (version.c): Add ECHO_GEN.
8053 (printcmd.o): Add ECHO_CXX.
8054 (target-float.o): Add ECHO_CXX.
8055 (ada-exp.o): Add ECHO_CXX.
8056 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
8057 (insight$(EXEEXT)): Add ECHO_CXXLD.
8058 * gnulib/configure.ac: Add AM_SILENT_RULES.
8059 * gnulib/aclocal.m4: Re-generate.
8060 * gnulib/configure: Re-generate.
8061 * gnulib/import/Makefile.in: Re-generate.
8062
8063 2018-03-16 Tom Tromey <tom@tromey.com>
8064
8065 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
8066 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
8067 * utils.c (do_free_section_addr_info)
8068 (make_cleanup_free_section_addr_info): Remove.
8069 * symfile.h (struct other_sections): Add constructor.
8070 (struct section_addr_info): Remove.
8071 (section_addr_info): New typedef.
8072 (struct sym_fns) <sym_offsets>: Change type of parameter.
8073 (build_section_addr_info_from_objfile)
8074 (relative_addr_info_to_section_offsets, addr_info_make_relative)
8075 (default_symfile_offsets, symbol_file_add)
8076 (symbol_file_add_from_bfd)
8077 (build_section_addr_info_from_section_table): Update.
8078 (alloc_section_addr_info, free_section_addr_info): Don't declare.
8079 * symfile.c (alloc_section_addr_info): Remove.
8080 (build_section_addr_info_from_section_table): Change return type.
8081 Update.
8082 (build_section_addr_info_from_bfd)
8083 (build_section_addr_info_from_objfile): Likewise.
8084 (free_section_addr_info): Remove.
8085 (relative_addr_info_to_section_offsets): Change type of "addrs".
8086 (addrs_section_compar): Now a std::sort comparator.
8087 (addrs_section_sort): Change return type.
8088 (addr_info_make_relative): Change type of "addrs". Update.
8089 (default_symfile_offsets, syms_from_objfile_1)
8090 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
8091 (symbol_file_add_separate): Update.
8092 (symbol_file_add): Change type of "addrs". Update.
8093 (add_symbol_file_command): Update. Remove cleanups.
8094 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
8095 cleanups.
8096 * symfile-debug.c (debug_sym_offsets): Change type of "info".
8097 * solib.c (solib_read_symbols): Update.
8098 * objfiles.c (objfile_relocate): Update. Remove cleanups.
8099 * machoread.c (macho_symfile_offsets): Update.
8100 * jit.c (jit_bfd_try_read_symtab): Update.
8101
8102 2018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
8103
8104 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8105 unittests/utils-selftests.c.
8106 * unittests/utils-selftests.c: New file.
8107
8108 2018-03-14 Tom Tromey <tom@tromey.com>
8109
8110 PR cli/14977:
8111 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
8112 for NULL.
8113
8114 2018-03-14 Tom Tromey <tom@tromey.com>
8115
8116 PR cli/19918:
8117 * printcmd.c (printf_pointer): Allow "-" in format.
8118
8119 2018-03-14 Tom Tromey <tom@tromey.com>
8120
8121 * printcmd.c (_initialize_printcmd): Add usage to printf.
8122
8123 2018-03-14 Yao Qi <qiyao@sourceware.org>
8124
8125 * MAINTAINERS: Update my email address.
8126
8127 2018-03-13 Tom Tromey <tom@tromey.com>
8128
8129 * machoread.c (macho_check_dsym): Change filenamep to a
8130 std::string*.
8131 (macho_symfile_read): Update.
8132 * symfile.c (load_command): Use std::string.
8133
8134 2018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8135
8136 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
8137 to error message string.
8138 (riscv_register_name): Use xsnprintf instead of sprintf.
8139 (riscv_insn::fetch_instruction): Use gdb_assert instead of
8140 internal_error.
8141 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
8142 error.
8143 (riscv_push_dummy_call): Likewise.
8144
8145 2018-03-12 Tom Tromey <tom@tromey.com>
8146
8147 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
8148 Use gdb::byte_vector.
8149 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
8150
8151 2018-03-12 Yao Qi <yao.qi@linaro.org>
8152
8153 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
8154 parameter type to readable_regcache.
8155 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
8156 the declaration.
8157
8158 2018-03-11 Tom Tromey <tom@tromey.com>
8159
8160 * dwarf2read.c (struct nextfield): Add initializers.
8161 (struct nextfnfield): Remove.
8162 (struct fnfieldlist): Add initializers. Remove "length" and
8163 "head", use std::vector.
8164 (struct decl_field_list): Remove.
8165 (struct field_info): Add initializers.
8166 <fields, baseclasses>: Now std::vector.
8167 <nbaseclasses, nfnfields, typedef_field_list_count,
8168 nested_types_list_count>: Remove.
8169 (dwarf2_add_field, dwarf2_add_type_defn)
8170 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
8171 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
8172 (process_structure_scope): Update.
8173
8174 2018-03-11 Tom Tromey <tom@tromey.com>
8175
8176 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
8177 for use by std::sort.
8178 (build_type_psymtabs_1): Use std::vector.
8179
8180 2018-03-09 Eli Zaretskii <eliz@gnu.org>
8181
8182 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
8183 and LIBMPFR in the printed configuration.
8184
8185 2018-03-08 Tom Tromey <tom@tromey.com>
8186
8187 * source.c (get_filename_and_charpos): Use scoped_fd.
8188 * nto-procfs.c (procfs_open_1): Use scoped_fd.
8189 (procfs_pidlist): Likewise.
8190 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
8191 (iterate_over_mappings): Likewise.
8192
8193 2018-03-08 Tom Tromey <tom@tromey.com>
8194
8195 * infcall.c (struct call_return_meta_info)
8196 <stack_temporaries_enabled>: Remove.
8197 (get_call_return_value, call_function_by_hand_dummy): Update.
8198 * thread.c (disable_thread_stack_temporaries): Remove.
8199 (enable_thread_stack_temporaries): Remove.
8200 (thread_stack_temporaries_enabled_p): Return bool.
8201 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
8202 (get_last_thread_stack_temporary): Update.
8203 * eval.c (evaluate_subexp): Update.
8204 * gdbthread.h (class enable_thread_stack_temporaries): Now a
8205 class, not a function.
8206 (value_ptr, value_vec): Remove typedefs.
8207 (class thread_info) <stack_temporaries_enabled>: Now bool.
8208 <stack_temporaries>: Now a std::vector.
8209 (thread_stack_temporaries_enabled_p)
8210 (value_in_thread_stack_temporaries): Return bool.
8211
8212 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8213
8214 * remote.c (putpkt_binary): Fix omitted bytes reporting.
8215 (getpkt_or_notif_sane_1): Likewise.
8216
8217 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8218
8219 * build-id.c (build_id_to_debug_bfd): Use std::string.
8220
8221 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8222
8223 * build-id.c (find_separate_debug_file_by_buildid): Return
8224 std::string.
8225 * build-id.h (find_separate_debug_file_by_buildid): Return
8226 std::string.
8227 * coffread.c (coff_symfile_read): Adjust to std::string.
8228 * elfread.c (elf_symfile_read): Adjust to std::string.
8229 * symfile.c (separate_debug_file_exists): Change parameter to
8230 std::string.
8231 (find_separate_debug_file): Return std::string.
8232 (find_separate_debug_file_by_debuglink): Return std::string.
8233 * symfile.h (find_separate_debug_file_by_debuglink): Return
8234 std::string.
8235
8236 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8237
8238 * common/xml-utils.c (xml_escape_text): Move code to...
8239 (xml_escape_text_append): ... this new function.
8240 * common/xml-utils.h (xml_escape_text_append): New declaration.
8241 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
8242 New function.
8243 (_initialize_xml_utils): register test_xml_escape_text_append as
8244 a selftest.
8245
8246 2018-03-07 Alan Hayward <alan.hayward@arm.com>
8247
8248 * defs.h: Remove MAX_REGISTER_SIZE.
8249 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
8250 asserts.
8251 * python/py-unwind.c (pyuw_sniffer): Likewise.
8252
8253 2018-03-07 Tom Tromey <tom@tromey.com>
8254
8255 * linux-tdep.c (linux_info_proc): Update.
8256 * target.h (struct target_ops) <to_fileio_readlink>: Return
8257 optional<string>.
8258 (target_fileio_readlink): Return optional<string>.
8259 * remote.c (remote_hostio_readlink): Return optional<string>.
8260 * inf-child.c (inf_child_fileio_readlink): Return
8261 optional<string>.
8262 * target.c (target_fileio_readlink): Return optional<string>.
8263
8264 2018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
8265
8266 * regcache.c (cooked_read_test): Add riscv to the list of
8267 architectures that have a save_reggroup.
8268
8269 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8270
8271 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
8272 value is not a dynamic class object.
8273
8274 2018-03-06 Tom Tromey <tom@tromey.com>
8275
8276 * rust-exp.y: Formatting fixes.
8277
8278 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8279
8280 * riscv-tdep.c (riscv_register_name): Remove target description
8281 support.
8282 (riscv_gdbarch_init): Remove target description check.
8283
8284 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8285
8286 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
8287 comment.
8288 * riscv-tdep.h: Likewise.
8289
8290 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8291
8292 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
8293 (riscv_pseudo_register_write): Delete.
8294 (riscv_gdbarch_init): Remove all use of pseudo registers.
8295
8296 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
8297
8298 * record-btrace.c (btrace_print_lines): Replace cleanup
8299 parameter with RAII equivalents.
8300 (btrace_insn_history): Replace cleanup with RAII equivalents.
8301 * ui-out.h (make_cleanup_ui_out_list_begin_end,
8302 make_cleanup_ui_out_tuple_begin_end): Remove.
8303 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
8304 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
8305 make_cleanup_ui_out_list_begin_end): Remove.
8306
8307 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
8308
8309 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
8310 parameter types to std::vector. Use bool.
8311 (record_btrace_wait): Replace VEC(tp_t) with
8312 std::vector<thread_info *>.
8313 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
8314
8315 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
8316
8317 * record-btrace.c (record_btrace_disable_callback): Remove.
8318 (struct scoped_btrace_disable): New.
8319 (record_btrace_open): Use scoped_btrace_disable.
8320
8321 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8322
8323 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
8324 reading values from registers.
8325
8326 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8327
8328 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
8329 where appropriate.
8330
8331 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8332
8333 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
8334 change parameter type. Use GDB's print functions, and use
8335 core_addr_to_string where appropriate.
8336 (riscv_push_dummy_call): Use core_addr_to_string where
8337 appropriate, update call to riscv_print_arg_location, and reindent
8338 a few lines.
8339 (riscv_return_value): Update call to riscv_print_arg_location.
8340
8341 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8342 Tim Newsome <tim@sifive.com>
8343 Albert Ou <a0u@eecs.berkeley.edu>
8344 Darius Rad <darius@bluespec.com>
8345
8346 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
8347 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
8348 (ALLDEPFILES): Add riscv-tdep.c
8349 * configure.tgt: Add riscv support.
8350 * riscv-tdep.c: New file.
8351 * riscv-tdep.h: New file.
8352 * NEWS: Mention new target.
8353 * MAINTAINERS: Add entry for riscv.
8354
8355 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8356
8357 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
8358 fields within aggregates.
8359
8360 2018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
8361
8362 * record-btrace.c (btrace_print_lines): Change type of flags to
8363 gdb_disassembly_flags.
8364
8365 2018-03-04 John Baldwin <jhb@FreeBSD.org>
8366
8367 * fbsd-nat.c: Include "inf-ptrace.h".
8368 (USE_SIGTRAP_SIGINFO): Conditionally define.
8369 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
8370 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
8371 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
8372 function.
8373 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
8374 Likewise.
8375 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
8376 Likewise.
8377 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
8378 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
8379 "supports_stopped_by_hw_breakpoint" target methods.
8380
8381 2018-03-04 John Baldwin <jhb@FreeBSD.org>
8382
8383 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
8384 * fbsd-nat.c (debug_fbsd_nat): New variable.
8385 (show_fbsd_nat_debug): New function.
8386 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
8387 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
8388
8389 2018-03-04 John Baldwin <jhb@FreeBSD.org>
8390
8391 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
8392 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
8393 prototype.
8394 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
8395 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
8396 method.
8397
8398 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
8399
8400 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
8401 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
8402
8403 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
8404
8405 * charset.c (struct charset_vector): New.
8406 (charsets): Change type to charset_vector.
8407 (find_charset_names): Adjust.
8408 (add_one): Adjust.
8409 (_initialize_charset): Adjust.
8410
8411 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
8412
8413 * progspace.h (struct program_space) <deleted_solibs>: Change
8414 type to std::vector<std::string>.
8415 * progspace.c (clear_program_space_solib_cache): Adjust.
8416 * breakpoint.c (print_solib_event): Adjust.
8417 (check_status_catch_solib): Adjust.
8418 * solib.c (update_solib_list): Adjust.
8419 * ui-out.h (class ui_out) <field_string>: New overload.
8420 * ui-out.c (ui_out::field_string): New overload.
8421
8422 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
8423
8424 * progspace.h (struct program_space): Add constructor and
8425 destructor, initialize fields.
8426 (add_program_space): Remove.
8427 * progspace.c (add_program_space): Rename to...
8428 (program_space::program_space): ... this.
8429 (release_program_space): Rename to...
8430 (program_space::~program_space): ... this.
8431 (delete_program_space): Use delete to delete program_space.
8432 (initialize_progspace): Use new to allocate program_space.
8433 * inferior.c (add_inferior_with_spaces): Likewise.
8434 (clone_inferior_command): Likewise.
8435 * infrun.c (follow_fork_inferior): Likewise.
8436 (handle_vfork_child_exec_or_exit): Likewise.
8437
8438 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
8439
8440 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
8441 (delim_string_to_char_ptr_vec): Return std::vector of
8442 gdb::unique_xmalloc_ptr.
8443 (dirnames_to_char_ptr_vec_append): Take std::vector of
8444 gdb::unique_xmalloc_ptr.
8445 (dirnames_to_char_ptr_vec): Return std::vector of
8446 gdb::unique_xmalloc_ptr.
8447 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
8448 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
8449 (delim_string_to_char_ptr_vec): Return an std::vector of
8450 gdb::unique_xmalloc_ptr, adjust the code.
8451 (dirnames_to_char_ptr_vec_append): Take an std::vector of
8452 gdb::unique_xmalloc_ptr, adjust the code.
8453 (dirnames_to_char_ptr_vec): Return an std::vector of
8454 gdb::unique_xmalloc_ptr, adjust the code.
8455 * auto-load.c (auto_load_safe_path_vec): Change type to
8456 std::vector of gdb::unique_xmalloc_ptr.
8457 (auto_load_expand_dir_vars): Return an std::vector of
8458 gdb::unique_xmalloc_ptr, adjust the code.
8459 (auto_load_safe_path_vec_update): Adjust.
8460 (filename_is_in_auto_load_safe_path_vec): Adjust.
8461 (auto_load_objfile_script_1): Adjust.
8462 * build-id.c (build_id_to_debug_bfd): Adjust.
8463 * linux-thread-db.c (thread_db_load_search): Adjust.
8464 * source.c (add_path): Adjust.
8465 (openp): Adjust.
8466 * symfile.c (find_separate_debug_file): Adjust.
8467 * utils.c (do_free_char_ptr_vec): Remove.
8468 (make_cleanup_free_char_ptr_vec): Remove.
8469
8470 2018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
8471
8472 PR gdb/22907
8473 * common/pathstuff.c: Conditionally include "<windows.h>".
8474
8475 2018-03-01 Georg Sauthoff <mail@georg.so>
8476
8477 PR gdb/22888
8478 * gcore.in: Quote variables and switch interpreter to bash.
8479
8480 2018-03-01 Tom Tromey <tom@tromey.com>
8481
8482 * dwarf2read.c (alloc_discriminant_info): Fix default_index
8483 assertion. Add assertion for discriminant_index.
8484 (quirk_rust_enum): Use correct base type name in univariant case.
8485
8486 2018-03-01 Simon Marchi <simon.marchi@ericsson.com>
8487
8488 * record.c (get_call_history_modifiers): Return a
8489 record_print_flags.
8490 (cmd_record_call_history): Adjust.
8491 * record-btrace.c (record_btrace_call_history): Adjust.
8492 (record_btrace_call_history_range): Adjust.
8493 (record_btrace_call_history_from): Adjust.
8494 * target-debug.h (target_debug_print_record_print_flags): New.
8495 * target-delegates.c: Re-generate.
8496 * target.c (target_call_history): Change flags type.
8497 (target_call_history_from): Likewise.
8498 (target_call_history_range): Likewise.
8499 * target.h (struct target_ops) <target_call_history>: Likewise.
8500 (target_call_history_from): Likewise.
8501 (target_call_history_range): Likewise.
8502
8503 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8504 Simon Marchi <simon.marchi@polymtl.ca>
8505
8506 * common/common-utils.c: Include "sys/stat.h".
8507 (is_regular_file): Move here from "source.c"; change return
8508 type to "bool".
8509 * common/common-utils.h (is_regular_file): New prototype.
8510 * common/pathstuff.c (contains_dir_separator): New function.
8511 * common/pathstuff.h (contains_dir_separator): New prototype.
8512 * source.c: Don't include "sys/stat.h".
8513 (is_regular_file): Move to "common/common-utils.c".
8514
8515 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
8518 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
8519 * auto-load.c: Include "common/pathstuff.h".
8520 * common/common-def.h (current_directory): Move here.
8521 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
8522 function.
8523 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
8524 prototype.
8525 * common/pathstuff.c: New file.
8526 * common/pathstuff.h: New file.
8527 * compile/compile.c: Include "common/pathstuff.h".
8528 * defs.h (current_directory): Move to "common/common-defs.h".
8529 * dwarf2read.c: Include "common/pathstuff.h".
8530 * exec.c: Likewise.
8531 * guile/scm-safe-call.c: Likewise.
8532 * linux-thread-db.c: Likewise.
8533 * main.c: Likewise.
8534 * nto-tdep.c: Likewise.
8535 * objfiles.c: Likewise.
8536 * source.c: Likewise.
8537 * symtab.c: Likewise.
8538 * utils.c: Include "common/pathstuff.h".
8539 (gdb_realpath): Move to "common/pathstuff.c".
8540 (gdb_realpath_keepfile): Likewise.
8541 (gdb_abspath): Likewise.
8542 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
8543 (gdb_realpath_keepfile): Likewise.
8544 (gdb_abspath): Likewise.
8545
8546 2018-02-28 John Baldwin <jhb@FreeBSD.org>
8547
8548 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
8549 wildcard process pid for super_resume for kernels with a
8550 specific bug.
8551
8552 2018-02-27 Phil Muldoon <pmuldoon@redhat.com>
8553
8554 * compile/compile.c (get_args): Add additional comments
8555 explaining function.
8556
8557 2018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
8558 Tom Tromey <tom@tromey.com>
8559
8560 * target.h (memory_write_request_s): Remove typedef. Don't define
8561 VEC.
8562 (target_write_memory_blocks): Change argument to std::vector.
8563 (struct memory_write_request): Add constructor.
8564 * target-memory.c (compare_block_starting_address): Return bool.
8565 Change argument types.
8566 (claim_memory): Change arguments to use std::vector.
8567 (split_regular_and_flash_blocks, blocks_to_erase)
8568 (compute_garbled_blocks): Likewise.
8569 (cleanup_request_data, cleanup_write_requests_vector): Remove.
8570 (target_write_memory_blocks): Change argument to std::vector.
8571 * symfile.c (struct load_section_data): Add constructor and
8572 destructor. Use std::vector for "requests".
8573 (struct load_progress_data): Add initializers.
8574 (load_section_callback): Update. Use "new".
8575 (clear_memory_write_data): Remove.
8576 (generic_load): Update.
8577
8578 2018-02-27 Alan Hayward <alan.hayward@arm.com>
8579
8580 * arch/aarch64.h: Use common/tdesc.h.
8581
8582 2018-02-26 Maciej W. Rozycki <macro@mips.com>
8583
8584 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
8585 architecture with a 64-bit ABI.
8586
8587 2018-02-26 Maciej W. Rozycki <macro@mips.com>
8588
8589 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
8590 ahead of target description loading.
8591
8592 2018-02-26 Tom Tromey <tom@tromey.com>
8593
8594 * stack.c (backtrace_command_1): Update.
8595 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
8596 of "flags".
8597 * python/py-framefilter.c (py_print_frame)
8598 (gdbpy_apply_frame_filter): Change type of "flags".
8599 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
8600 of "flags".
8601 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
8602 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
8603 * extension.h (enum frame_filter_flag): Rename from
8604 frame_filter_flags.
8605 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
8606 (apply_ext_lang_frame_filter): Change type of "flags".
8607 * extension.c (apply_ext_lang_frame_filter): Change type of
8608 "flags".
8609 * extension-priv.h (struct extension_language_ops)
8610 <apply_frame_filter>: Change type of "flags".
8611
8612 2018-02-26 Tom Tromey <tom@tromey.com>
8613
8614 PR python/16497:
8615 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
8616 off-by-one in py_end computation.
8617 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
8618 PRINT_MORE_FRAMES.
8619 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
8620 constant.
8621
8622 2018-02-26 Tom Tromey <tom@tromey.com>
8623
8624 * dwarf2read.c (struct variant_field): New.
8625 (struct nextfield) <variant>: New field.
8626 (dwarf2_add_field): Handle DW_TAG_variant_part.
8627 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
8628 discriminated union.
8629 (read_structure_type): Handle DW_TAG_variant_part.
8630 (handle_struct_member_die): New function, extracted from
8631 process_structure_scope. Handle DW_TAG_variant.
8632 (process_structure_scope): Handle discriminated unions. Call
8633 handle_struct_member_die.
8634
8635 2018-02-26 Tom Tromey <tom@tromey.com>
8636
8637 * rust-lang.h (rust_last_path_segment): Declare.
8638 * rust-lang.c (rust_last_path_segment): Now public. Change
8639 contract.
8640 (struct disr_info): Remove.
8641 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
8642 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
8643 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
8644 (rust_enum_p, rust_enum_variant): New function.
8645 (rust_underscore_fields): Remove "offset" parameter.
8646 (rust_print_enum): New function.
8647 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
8648 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
8649 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
8650 enums.
8651 (rust_internal_print_type): New function, from rust_print_type.
8652 Remove enum code.
8653 (rust_print_type): Call rust_internal_print_type.
8654 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
8655 Update enum handling.
8656 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
8657 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
8658 (rust_union_quirks): New functions.
8659 (process_full_comp_unit, process_full_type_unit): Call
8660 rust_union_quirks.
8661 (process_structure_scope): Update rust_unions if necessary.
8662
8663 2018-02-26 Tom Tromey <tom@tromey.com>
8664
8665 * value.h (value_union_variant): Declare.
8666 * valops.c (value_union_variant): New function.
8667 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
8668 (struct discriminant_info): New.
8669 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
8670 enumerator.
8671 (struct main_type) <flag_discriminated_union>: New field.
8672
8673 2018-02-26 Tom Tromey <tom@tromey.com>
8674
8675 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8676 unittests/unpack-selftests.c.
8677 * unittests/unpack-selftests.c: New file.
8678 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
8679
8680 2018-02-26 Yao Qi <yao.qi@linaro.org>
8681
8682 * dwarf2read.c (struct partial_die_info) <read>: New method.
8683 (read_partial_die): Remove the declaration.
8684 (load_partial_dies): Update.
8685 (partial_die_info::partial_die_info):
8686 (read_partial_die): Change it to partial_die_info::read.
8687
8688 2018-02-26 Yao Qi <yao.qi@linaro.org>
8689
8690 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
8691 (fixup_partial_die): Remove declaration.
8692 (scan_partial_symbols): Update.
8693 (partial_die_parent_scope): Likewise.
8694 (partial_die_full_name): Likewise.
8695 (fixup_partial_die): Change it to partial_die_info::fixup.
8696
8697 2018-02-26 Yao Qi <yao.qi@linaro.org>
8698
8699 * dwarf2read.c (read_partial_die): Update the declaration.
8700 (load_partial_dies): Caller update.
8701 (read_partial_die): Remove one argument abbrev_len.
8702
8703 2018-02-26 Yao Qi <yao.qi@linaro.org>
8704
8705 * dwarf2read.c (struct partial_die_info): Add ctor, delete
8706 assignment operator.
8707 (load_partial_dies): Use ctor and copy ctor.
8708 (read_partial_die): Update.
8709 (dwarf2_cu::find_partial_die): Use ctor.
8710
8711 2018-02-26 Yao Qi <yao.qi@linaro.org>
8712
8713 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
8714 (find_partial_die_in_comp_unit): Change it to
8715 dwarf2_cu::find_partial_die.
8716 (find_partial_die): Update.
8717
8718 2018-02-26 Yao Qi <yao.qi@linaro.org>
8719
8720 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
8721 is NULL.
8722
8723 2018-02-26 Yao Qi <yao.qi@linaro.org>
8724
8725 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
8726
8727 2018-02-26 Alan Hayward <alan.hayward@arm.com>
8728
8729 * arch/amd64.h: Use common/tdesc.h.
8730 * arch/i386.c: Likewise.
8731 * arch/i386.h: Likewise.
8732 * arch/tic6x.c: Likewise.
8733 * arch/tdesc.h: Move file from here...
8734 * common/tdesc.h: ...to here.
8735 * features/aarch64-core.c: Regenerate.
8736 * features/aarch64-fpu.c: Regenerate.
8737 * features/i386/32bit-avx.c: Regenerate.
8738 * features/i386/32bit-avx512.c: Regenerate.
8739 * features/i386/32bit-core.c: Regenerate.
8740 * features/i386/32bit-linux.c: Regenerate.
8741 * features/i386/32bit-mpx.c: Regenerate.
8742 * features/i386/32bit-pkeys.c: Regenerate.
8743 * features/i386/32bit-sse.c: Regenerate.
8744 * features/i386/64bit-avx.c: Regenerate.
8745 * features/i386/64bit-avx512.c: Regenerate.
8746 * features/i386/64bit-core.c: Regenerate.
8747 * features/i386/64bit-linux.c: Regenerate.
8748 * features/i386/64bit-mpx.c: Regenerate.
8749 * features/i386/64bit-pkeys.c: Regenerate.
8750 * features/i386/64bit-segments.c: Regenerate.
8751 * features/i386/64bit-sse.c: Regenerate.
8752 * features/i386/x32-core.c: Regenerate.
8753 * features/tic6x-c6xp.c: Regenerate.
8754 * features/tic6x-core.c: Regenerate.
8755 * features/tic6x-gp.c: Regenerate.
8756 * target-descriptions.c: Use common/tdesc.h.
8757 * target-descriptions.h: Likewise.
8758
8759 2018-02-24 Tom Tromey <tom@tromey.com>
8760
8761 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8762 (try_thread_db_load_from_dir, thread_db_load_search): Use
8763 std::string.
8764 (info_auto_load_libthread_db_compare): Return bool. Change
8765 argument types.
8766 (info_auto_load_libthread_db): Use std::vector, std::string.
8767 Remove cleanups.
8768
8769 2018-02-24 Tom Tromey <tom@tromey.com>
8770
8771 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
8772 std::string.
8773 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
8774 std::string*.
8775 * gdbarch.c: Rebuild.
8776 * gdbarch.h: Rebuild.
8777 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
8778 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
8779 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
8780 std::string*.
8781
8782 2018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
8783
8784 * gdbtypes.h (sect_offset): Change type to uint64_t.
8785 (sect_offset_str): New function.
8786 * dwarf2read.c (create_addrmap_from_aranges): Use
8787 sect_offset_str.
8788 (error_check_comp_unit_head): Likewise.
8789 (create_debug_type_hash_table): Likewise.
8790 (read_cutu_die_from_dwo): Likewise.
8791 (init_cutu_and_read_dies): Likewise.
8792 (init_cutu_and_read_dies_no_follow): Likewise.
8793 (process_psymtab_comp_unit_reader): Likewise.
8794 (partial_die_parent_scope): Likewise.
8795 (peek_die_abbrev): Likewise.
8796 (process_queue): Likewise.
8797 (dwarf2_physname): Likewise.
8798 (read_namespace_alias): Likewise.
8799 (read_import_statement): Likewise.
8800 (create_dwo_cu_reader): Likewise.
8801 (create_cus_hash_table): Likewise.
8802 (lookup_dwo_cutu): Likewise.
8803 (inherit_abstract_dies): Likewise.
8804 (read_func_scope): Likewise.
8805 (read_call_site_scope): Likewise.
8806 (dwarf2_add_member_fn): Likewise.
8807 (read_common_block): Likewise.
8808 (read_module_type): Likewise.
8809 (read_typedef): Likewise.
8810 (read_subrange_type): Likewise.
8811 (load_partial_dies): Likewise.
8812 (read_partial_die): Likewise.
8813 (find_partial_die): Likewise.
8814 (read_str_index): Likewise.
8815 (dwarf2_string_attr): Likewise.
8816 (build_error_marker_type): Likewise.
8817 (lookup_die_type): Likewise.
8818 (dump_die_shallow): Likewise.
8819 (follow_die_ref): Likewise.
8820 (dwarf2_fetch_die_loc_sect_off): Likewise.
8821 (dwarf2_fetch_constant_bytes): Likewise.
8822 (follow_die_sig): Likewise.
8823 (get_signatured_type): Likewise.
8824 (get_DW_AT_signature_type): Likewise.
8825 (dwarf2_find_containing_comp_unit): Likewise.
8826 (set_die_type): Likewise.
8827
8828 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8829
8830 * arch/aarch64.c: Include "common-defs.h".
8831 * arch/amd64.c: Likewise.
8832 * arch/i386.c: Likewise.
8833
8834 2018-02-21 Tom Tromey <tom@tromey.com>
8835
8836 * value.h: (extract_field_op): Update.
8837 * eval.c (extract_field_op): Return a const char *.
8838 * expression.h (parse_expression_for_completion): Update.
8839 * completer.c (complete_expression): Update.
8840 (add_struct_fields): Make fieldname const.
8841 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
8842 (mark_completion_tag, parse_exp_in_context_1): Update.
8843 (parse_expression_for_completion): Change "name" to
8844 unique_xmalloc_ptr*.
8845
8846 2018-02-21 Tom Tromey <tom@tromey.com>
8847
8848 * infcall.c (call_function_by_hand_dummy): Use std::vector.
8849
8850 2018-02-21 Yao Qi <yao.qi@linaro.org>
8851
8852 * avr-tdep.c (avr_read_pc): Change parameter type to
8853 readable_regcache.
8854 * gdbarch.sh (read_pc): Likewise.
8855 * gdbarch.c: Re-generated.
8856 * gdbarch.h: Re-generated.
8857 * hppa-tdep.c (hppa_read_pc): Change parameter type to
8858 readable_regcache.
8859 * ia64-tdep.c (ia64_read_pc): Likewise.
8860 * mips-tdep.c (mips_read_pc): Likewise.
8861 * spu-tdep.c (spu_read_pc): Likewise.
8862
8863 2018-02-21 Yao Qi <yao.qi@linaro.org>
8864
8865 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
8866 * regcache-dump.c: New file.
8867 * regcache.c: Move register_dump to regcache-dump.c.
8868 (maintenance_print_registers): Likewise.
8869 (maintenance_print_raw_registers): Likewise.
8870 (maintenance_print_cooked_registers): Likewise.
8871 (maintenance_print_register_groups): Likewise.
8872 (maintenance_print_remote_registers): Likewise.
8873 (_initialize_regcache): Likewise.
8874 * regcache.h (register_dump): Moved from regcache.c.
8875
8876 2018-02-21 Yao Qi <yao.qi@linaro.org>
8877
8878 * regcache.c (regcache::regcache): Update.
8879 (regcache::invalidate): Move it to detached_regcache::invalidate.
8880 (get_thread_arch_aspace_regcache): Update.
8881 (regcache::raw_update): Update.
8882 (regcache::cooked_read): Remove some code.
8883 (regcache::cooked_read_value): Likewise.
8884 (regcache::raw_write): Remove assert on m_readonly_p.
8885 (regcache::raw_supply_integer): Move it to
8886 detached_regcache::raw_supply_integer.
8887 (regcache::raw_supply_zeroed): Likewise.
8888 * regcache.h (detached_regcache) <raw_supply_integer>: New
8889 declaration.
8890 <raw_supply_zeroed, invalidate>: Likewise.
8891 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
8892 <invalidate>: Likewise.
8893 <m_readonly_p>: Removed.
8894
8895 2018-02-21 Yao Qi <yao.qi@linaro.org>
8896
8897 * infcmd.c (get_return_value): Let stop_regs point to
8898 get_current_regcache.
8899 * regcache.c (regcache::regcache): Remove.
8900 (register_dump_reg_buffer): New class.
8901 (regcache_print): Adjust.
8902 * regcache.h (regcache): Remove constructors.
8903
8904 2018-02-21 Yao Qi <yao.qi@linaro.org>
8905
8906 * regcache.c (class register_dump): New class.
8907 (register_dump_regcache, register_dump_none): New class.
8908 (register_dump_remote, register_dump_groups): New class.
8909 (regcache_print): Update.
8910 * regcache.h (regcache_dump_what): Move it to regcache.c.
8911 (regcache) <dump>: Remove.
8912
8913 2018-02-21 Yao Qi <yao.qi@linaro.org>
8914
8915 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
8916 reg_buffer_rw *.
8917 (jit_unwind_reg_set_impl): Call raw_supply.
8918 (jit_frame_sniffer): Use reg_buffer_rw.
8919 * record-full.c (record_full_core_regbuf): Change its type.
8920 (record_full_core_open_1): Use reg_buffer_rw.
8921 (record_full_close): Likewise.
8922 (record_full_core_fetch_registers): Use regcache->raw_supply.
8923 (record_full_core_store_registers): Likewise.
8924 * regcache.c (regcache::get_register_status): Move it to
8925 reg_buffer.
8926 (regcache_raw_set_cached_value): Remove.
8927 (regcache::raw_set_cached_value): Remove.
8928 (regcache::raw_write): Call raw_supply.
8929 (regcache::raw_supply): Move it to reg_buffer_rw.
8930 * regcache.h (regcache_raw_set_cached_value): Remove.
8931 (reg_buffer_rw): New class.
8932
8933 2018-02-21 Yao Qi <yao.qi@linaro.org>
8934
8935 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
8936 readonly_detached_regcache.
8937 (dummy_frame_prev_register): Use regcache->cooked_read.
8938 * frame.c (frame_save_as_regcache): Change return type.
8939 (frame_pop): Update.
8940 * frame.h (frame_save_as_regcache): Update declaration.
8941 * inferior.h (get_infcall_suspend_state_regcache): Update
8942 declaration.
8943 * infrun.c (infcall_suspend_state) <registers>: use
8944 readonly_detached_regcache.
8945 (save_infcall_suspend_state): Don't use regcache_dup.
8946 (get_infcall_suspend_state_regcache): Change return type.
8947 * linux-fork.c (struct fork_info) <savedregs>: Change to
8948 readonly_detached_regcache.
8949 <pc>: New field.
8950 (fork_save_infrun_state): Don't use regcache_dup.
8951 (info_checkpoints_command): Adjust.
8952 * mi/mi-main.c (register_changed_p): Update declaration.
8953 (mi_cmd_data_list_changed_registers): Use
8954 readonly_detached_regcache.
8955 (register_changed_p): Change parameter type to
8956 readonly_detached_regcache.
8957 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
8958 readonly_detached_regcache.
8959 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
8960 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
8961 New.
8962 (regcache::save): Move it to reg_buffer.
8963 (regcache::restore): Change parameter type.
8964 (regcache_dup): Remove.
8965 * regcache.h (reg_buffer) <save>: New method.
8966 (readonly_detached_regcache): New class.
8967 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
8968 readonly_detached_regcache.
8969 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
8970
8971 2018-02-21 Yao Qi <yao.qi@linaro.org>
8972
8973 * frame.c (frame_save_as_regcache): Use regcache method save.
8974 (frame_pop): Use regcache method restore.
8975 * infrun.c (restore_infcall_suspend_state): Likewise.
8976 * linux-fork.c (fork_load_infrun_state): Likewise.
8977 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
8978 save.
8979 * regcache.c (regcache_save): Remove.
8980 (regcache::restore): More asserts.
8981 (regcache_cpy): Remove.
8982 * regcache.h (regcache_save): Remove the declaration.
8983 (regcache::restore): Move from private to public.
8984 Remove the friend declaration of regcache_cpy.
8985 (regcache_cpy): Remove declaration.
8986
8987 2018-02-21 Yao Qi <yao.qi@linaro.org>
8988
8989 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
8990 parameter type to 'readable_regcache *'.
8991 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
8992 * arm-tdep.c (arm_neon_quad_read): Likewise.
8993 (arm_pseudo_read): Likewise.
8994 * avr-tdep.c (avr_pseudo_register_read): Likewise.
8995 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
8996 * frv-tdep.c (frv_pseudo_register_read): Likewise.
8997 * gdbarch.c: Re-generated.
8998 * gdbarch.h: Re-generated.
8999 * gdbarch.sh (pseudo_register_read): Change parameter type to
9000 'readable_regcache *'.
9001 (pseudo_register_read_value): Likewise.
9002 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
9003 (h8300_pseudo_register_read): Likewise.
9004 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
9005 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
9006 (i386_pseudo_register_read_into_value): Likewise.
9007 (i386_pseudo_register_read_value): Likewise.
9008 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
9009 declaration.
9010 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
9011 * m32c-tdep.c (m32c_raw_read): Likewise.
9012 (m32c_read_flg): Likewise.
9013 (m32c_banked_register): Likewise.
9014 (m32c_banked_read): Likewise.
9015 (m32c_sb_read): Likewise.
9016 (m32c_part_read): Likewise.
9017 (m32c_cat_read): Likewise.
9018 (m32c_r3r2r1r0_read): Likewise.
9019 (m32c_pseudo_register_read): Likewise.
9020 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
9021 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
9022 (mep_pseudo_cr64_read): Likewise.
9023 (mep_pseudo_register_read): Likewise.
9024 * mips-tdep.c (mips_pseudo_register_read): Likewise.
9025 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
9026 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
9027 * regcache.c (regcache::raw_read): Move it to readable_regcache.
9028 (regcache::cooked_read): Likewise.
9029 (regcache::cooked_read_value): Likewise.
9030 (regcache_cooked_read_signed):
9031 (regcache::cooked_read): Likewise.
9032 * regcache.h (readable_regcache): New class.
9033 (regcache): Inherit readable_regcache. Move some methods to
9034 readable_regcache.
9035 * rl78-tdep.c (rl78_pseudo_register_read): Change
9036 parameter type to 'readable_regcache *'.
9037 * rs6000-tdep.c (do_regcache_raw_read): Remove.
9038 (e500_pseudo_register_read): Change parameter type to
9039 'readable_regcache *'.
9040 (dfp_pseudo_register_read): Likewise.
9041 (vsx_pseudo_register_read): Likewise.
9042 (efpr_pseudo_register_read): Likewise.
9043 * s390-tdep.c (s390_pseudo_register_read): Likewise.
9044 * sh-tdep.c (sh_pseudo_register_read): Likewise.
9045 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
9046 (sh64_pseudo_register_read): Likewise.
9047 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
9048 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
9049 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
9050 (spu_pseudo_register_read): Likewise.
9051 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
9052 (xtensa_pseudo_register_read): Likewise.
9053
9054 2018-02-21 Yao Qi <yao.qi@linaro.org>
9055
9056 * regcache.c (regcache::regcache): Call reg_buffer ctor.
9057 (regcache::arch): Move it to reg_buffer::arch.
9058 (regcache::register_buffer): Likewise.
9059 (regcache::assert_regnum): Likewise.
9060 (regcache::num_raw_registers): Likewise.
9061 * regcache.h (reg_buffer): New class.
9062 (regcache): Inherit reg_buffer.
9063
9064 2018-02-20 Simon Marchi <simon.marchi@ericsson.com>
9065
9066 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
9067 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
9068
9069 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9070
9071 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
9072
9073 2018-02-19 Alan Hayward <alan.hayward@arm.com>
9074
9075 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
9076 (SFILES): Remove common/*.c files.
9077 (COMMON_OBS): Remove some *.o files built from common/*.c files.
9078 * common/common.host: Add common reference.
9079 * configure.ac: Likewise.
9080 * configure: Regenerate.
9081
9082 2018-02-16 Yao Qi <yao.qi@linaro.org>
9083
9084 * block.c (block_namespace_info): Inherit allocate_on_obstack.
9085 (block_initialize_namespace): Use new.
9086 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
9087 (dwarf2_free_objfile): Use delete.
9088 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
9089 (copy_type_recursive): Use new.
9090 * gdb_obstack.h (allocate_on_obstack): New.
9091
9092 2018-02-15 Yao Qi <yao.qi@linaro.org>
9093
9094 PR gdb/22849
9095 * inferior.c (exit_inferior_1): Reset inf->control.
9096
9097 2018-02-15 Joel Brobecker <brobecker@adacore.com>
9098
9099 * ada-lang.c (ada_to_fixed_value_create): Delete advance
9100 declaration.
9101
9102 2018-02-14 Pedro Alves <palves@redhat.com>
9103
9104 * frame-unwind.c (frame_unwind_try_unwinder): Always call
9105 frame_cleanup_after_sniffer on exception.
9106
9107 2018-02-14 Tom Tromey <tom@tromey.com>
9108
9109 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
9110 const.
9111 (solib_bfd_open): Make pathname const.
9112 * solib.c (solib_bfd_open): Make pathname const.
9113 * solib-spu.c (spu_bfd_fopen): Make name const.
9114 (spu_bfd_open): Make pathname const.
9115 * solib-darwin.c (darwin_bfd_open): Make pathname const.
9116 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
9117
9118 2018-02-14 Tom Tromey <tom@tromey.com>
9119
9120 * symfile.c (symfile_bfd_open): Update.
9121 * source.h (openp, source_full_path_of, find_and_open_source):
9122 Change argument type to unique_xmalloc_ptr.
9123 * source.c (openp): Take a unique_xmalloc_ptr.
9124 (source_full_path_of, find_and_open_source): Likewise.
9125 (open_source_file, symtab_to_fullname): Update.
9126 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
9127 unique_xmalloc_ptr.
9128 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
9129 (exec_file_find): Update.
9130 * psymtab.c (psymtab_to_fullname): Update.
9131 * nto-tdep.h (nto_find_and_open_solib): Update.
9132 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
9133 unique_xmalloc_ptr.
9134 * exec.c (exec_file_attach): Update.
9135 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
9136 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
9137
9138 2018-02-14 Tom Tromey <tom@tromey.com>
9139
9140 * solib.c: Include source.h.
9141 * nto-tdep.c: Include source.h.
9142 * mi/mi-cmd-env.c: Include source.h.
9143 * infcmd.c: Include source.h.
9144 * exec.c: Include source.h.
9145 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
9146 (add_path, directory_switch, source_path, init_source_path): Move
9147 declarations...
9148 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
9149 (add_path, directory_switch, source_path, init_source_path):
9150 ...here.
9151
9152 2018-02-14 Tom Tromey <tom@tromey.com>
9153
9154 * solist.h (exec_file_find, solib_find): Return
9155 unique_xmalloc_ptr.
9156 (solib_bfd_fopen): Take a const char *.
9157 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
9158 (exec_file_find, solib_find): Likewise.
9159 (solib_bfd_fopen): Do not take ownership of "pathname".
9160 (solib_bfd_open): Use unique_xmalloc_ptr.
9161 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
9162 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
9163 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
9164 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
9165
9166 2018-02-14 Joel Brobecker <brobecker@adacore.com>
9167
9168 * ada-lang.c (name_match_type_from_name): Remove reference to
9169 ada_name_for_lookup in function's documentation.
9170 * ada-lang.h (ada_name_for_lookup): Delete declaration.
9171
9172 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
9173
9174 * defs.h (enum openp_flags): New enum.
9175 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
9176 Move to enum openp_flags.
9177 (openp_flags): New enum flags.
9178 (openp): Change parameter type to openp_flags.
9179 * source.c (openp): Change parameter type to openp_flags.
9180 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
9181 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
9182
9183 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
9184
9185 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
9186 per-command.
9187
9188 2018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
9189
9190 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
9191 into...
9192 (class dwarf2_queue_guard): ...the destructor of this new class.
9193 (dw2_do_instantiate_symtab): Create instance of the new class
9194 dwarf2_queue_guard, remove cleanup.
9195
9196 2018-02-09 Tom Tromey <tom@tromey.com>
9197
9198 * source.c (find_source_lines): Don't reference past the end of
9199 the vector.
9200
9201 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9202
9203 * remote.c (remote_btrace_maybe_reopen): Change error message.
9204 * btrace.c (btrace_enable): Likewise.
9205 (parse_xml_btrace): Likewise.
9206 (parse_xml_btrace_conf): Likewise.
9207
9208 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9209
9210 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
9211 (linux_enable_pt, linux_enable_bts): Call
9212 diagnose_perf_event_open_fail.
9213
9214 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9215
9216 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
9217 Remove parameter and change return type. Update callers. Move it.
9218 (linux_enable_bts, linux_enable_pt): Improve error message.
9219 (linux_enable_pt): Remove zero buffer size check.
9220 (linux_enable_btrace): Improve error messages. Remove NULL return
9221 check.
9222
9223 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9224
9225 * btrace.c (btrace_enable): Remove target_supports_btrace call.
9226 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
9227 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
9228 (linux_supports_pt, linux_supports_btrace): Remove.
9229 (linux_enable_bts): Call cpu_supports_bts.
9230 * nat/linux-btrace.h (linux_supports_btrace): Remove.
9231 * remote.c (remote_supports_btrace): Remove.
9232 (init_remote_ops): Remove remote_supports_btrace.
9233 * target-delegates.c: Regenerated.
9234 * target.c (target_supports_btrace): Remove.
9235 * target.h (target_ops) <to_supports_btrace>: Remove
9236 (target_supports_btrace): Remove.
9237 * x86-linux-nat.c (x86_linux_create_target): Remove
9238 linux_supports_btrace.
9239
9240 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9241
9242 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
9243 btrace failed.
9244 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
9245 exception and use message in own exception.
9246
9247 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9248
9249 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
9250 (perf_event_pt_event_type): Use gdb_file_up.
9251 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
9252 scoped_fd, and scoped_mmap.
9253
9254 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9255
9256 * common/scoped_mmap.h: New.
9257 * unittests/scoped_mmap-selftest.c: New.
9258 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9259 unittests/scoped_mmap-selftest.c.
9260
9261 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9262
9263 * common/scoped_fd.h: New.
9264 * unittests/scoped_fd-selftest.c: New.
9265 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9266 unittests/scoped_fd-selftest.c.
9267
9268 2018-02-09 Tom Tromey <tom@tromey.com>
9269
9270 * auto-load.c (auto_load_section_scripts): Use
9271 gdb::unique_xmalloc_ptr.
9272
9273 2018-02-09 Tom Tromey <tom@tromey.com>
9274
9275 * auto-load.c (execute_script_contents): Use std::string.
9276
9277 2018-02-09 Joel Brobecker <brobecker@adacore.com>
9278
9279 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
9280 Python function, rather than a new command.
9281
9282 2018-02-08 Tom Tromey <tom@tromey.com>
9283
9284 * solib.c (solib_find_1): Use std::string.
9285 (solib_bfd_fopen): Use unique_xmalloc_ptr.
9286
9287 2018-02-08 Tom Tromey <tom@tromey.com>
9288
9289 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
9290
9291 2018-02-08 Tom Tromey <tom@tromey.com>
9292
9293 * source.c (find_source_lines): Use gdb::def_vector.
9294
9295 2018-02-08 Tom Tromey <tom@tromey.com>
9296
9297 * macrocmd.c (struct temporary_macro_definition): New.
9298 (macro_define_command): Use temporary_macro_definition. Remove
9299 cleanups.
9300 (free_macro_definition_ptr): Remove.
9301
9302 2018-02-08 Tom Tromey <tom@tromey.com>
9303
9304 * macroexp.c (maybe_expand): Use std::string.
9305
9306 2018-02-08 Tom Tromey <tom@tromey.com>
9307
9308 * macroexp.c (struct macro_buffer): Add initializers for some
9309 members.
9310 (init_buffer, init_shared_buffer, free_buffer)
9311 (free_buffer_return_text): Remove.
9312 (macro_buffer): New constructors.
9313 (~macro_buffer): New destructor.
9314 (macro_buffer::set_shared): New method.
9315 (macro_buffer::resize_buffer, macro_buffer::appendc)
9316 (macro_buffer::appendmem): Now methods, not free functions.
9317 (set_token, append_tokens_without_splicing, stringify)
9318 (macro_stringify): Update.
9319 (gather_arguments): Change return type. Remove argc_p argument,
9320 add args_ptr argument. Use std::vector.
9321 (substitute_args): Remove argc argument. Accept std::vector.
9322 (expand): Update. Use std::vector.
9323 (scan, macro_expand, macro_expand_next): Update.
9324
9325 2018-02-08 Tom Tromey <tom@tromey.com>
9326
9327 * symtab.c (default_collect_symbol_completion_matches_break_on):
9328 Use unique_xmalloc_ptr.
9329 * macroscope.h: (sal_macro_scope, user_macro_scope)
9330 (default_macro_scope): Return unique_xmalloc_ptr.
9331 * macroscope.c (sal_macro_scope, user_macro_scope)
9332 (default_macro_scope): Return unique_xmalloc_ptr.
9333 * macroexp.h (macro_expand, macro_expand_once): Return
9334 unique_xmalloc_ptr.
9335 * macroexp.c (macro_expand, macro_expand_once): Return
9336 unique_xmalloc_ptr.
9337 * macrocmd.c (macro_expand_command, macro_expand_once_command)
9338 (info_macro_command, info_macros_command): Use
9339 unique_xmalloc_ptr.
9340 * compile/compile-c-support.c (write_macro_definitions): Use
9341 unique_xmalloc_ptr.
9342 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
9343
9344 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9345
9346 * value.c (value_static_field): Assign field type instead of
9347 containing type when returning an optimized out value.
9348
9349 2018-02-06 Yao Qi <yao.qi@linaro.org>
9350
9351 * ft32-tdep.c (ft32_read_pc): Remove.
9352 (ft32_write_pc): Remove.
9353 (ft32_gdbarch_init): Update.
9354 * m32r-tdep.c (m32r_read_pc): Remove.
9355 (m32r_gdbarch_init): Update.
9356 * mep-tdep.c (mep_read_pc): Remove.
9357 (mep_gdbarch_init): Update.
9358 * microblaze-tdep.c (microblaze_write_pc): Remove.
9359 (microblaze_gdbarch_init): Update.
9360 * mn10300-tdep.c (mn10300_read_pc): Remove.
9361 (mn10300_write_pc): Remove.
9362 (mn10300_gdbarch_init): Update.
9363 * moxie-tdep.c (moxie_read_pc): Remove.
9364 (moxie_write_pc): Remove.
9365 (moxie_gdbarch_init): Update.
9366
9367 2018-02-06 Yao Qi <yao.qi@linaro.org>
9368
9369 * expprint.c (print_subexp_standard): Handle
9370 OP_F77_UNDETERMINED_ARGLIST.
9371 (dump_subexp_body_standard): Likewise.
9372
9373 2018-02-05 Alan Hayward <alan.hayward@arm.com>
9374
9375 * target-descriptions.c (tdesc_element_visitor) Add empty
9376 implementations.
9377 (tdesc_type): Move make_gdb_type from here.
9378 (tdesc_type_builtin): Likewise.
9379 (tdesc_type_vector): Likewise.
9380 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
9381 (make_gdb_type_struct): Move from tdesc_type_with_fields.
9382 (make_gdb_type_union): Likewise.
9383 (make_gdb_type_flags): Likewise.
9384 (make_gdb_type_enum): Likewise.
9385 (make_gdb_type): New function.
9386 (tdesc_register_type): Use static make_gdb_type.
9387
9388 2018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
9389
9390 * infcmd.c (default_print_one_register_info): Align natural-format
9391 column values consistently one under another.
9392 (pad_to_column): New function.
9393
9394 2018-02-05 Joel Brobecker <brobecker@adacore.com>
9395
9396 * dwarf2read.c (dwarf2_physname): Move commment.
9397
9398 2018-02-01 Leszek Swirski <leszeks@google.com>
9399
9400 * varobj.c (varobj_formatted_print_options): Allow recursive
9401 pretty printing if pretty printing is enabled.
9402
9403 2018-02-01 Leszek Swirski <leszeks@google.com>
9404
9405 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
9406 names after a structop as a filename.
9407
9408 2018-02-01 Yao Qi <yao.qi@linaro.org>
9409
9410 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
9411 (arm_record_coproc_data_proc): Likewise.
9412
9413 2018-02-01 Yao Qi <yao.qi@linaro.org>
9414
9415 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
9416
9417 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9418
9419 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
9420 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
9421
9422 2018-01-31 Pedro Alves <palves@redhat.com>
9423
9424 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
9425 * inflow.c (child_terminal_save_inferior): Wrap reference to
9426 tcgetpgrp in HAVE_TERMIOS_H.
9427 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
9428 _WIN32.
9429 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
9430 always iterate over all inferiors.
9431 (gdbsim_cntrl_c): Adjust.
9432 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
9433
9434 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9435
9436 * gdbtypes.c (lookup_array_range_type): Make sure the array's
9437 index type is objfile-owned if the element type is as well.
9438
9439 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9440
9441 GDB 8.1 released.
9442
9443 2018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
9444
9445 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
9446 "features/s390x-linux64.c".
9447 (_initialize_s390_linux_tdep): Remove initialization of tdescs
9448 s390_linux32 and s390x_linux64.
9449 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
9450 default tdesc.
9451 * s390-tdep.c: Include "features/s390-linux32.c" and
9452 "features/s390x-linux64.c".
9453 (s390_tdesc_valid): Add check for tdesc_has_registers.
9454 (s390_gdbarch_init): Make sure there is always a valid tdesc.
9455 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
9456 tdesc_s390x_linux64.
9457 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
9458 tdesc_s390x_linux64 to...
9459 * s390-tdep.h: ...here.
9460
9461 2018-01-30 Pedro Alves <palves@redhat.com>
9462
9463 PR gdb/13211
9464 * config.in, configure: Regenerate.
9465 * configure.ac: Check for getpgid.
9466 * go32-nat.c (go32_pass_ctrlc): New.
9467 (go32_target): Install it.
9468 * inf-child.c (inf_child_target): Install
9469 child_terminal_save_inferior, child_pass_ctrlc and
9470 child_interrupt.
9471 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
9472 (inf_ptrace_target): No longer install it.
9473 * infcmd.c (interrupt_target_1): Adjust.
9474 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
9475 (child_interrupt): Declare.
9476 (inferior::terminal_state): New.
9477 * inflow.c (struct terminal_info): Update comments.
9478 (inferior_process_group): Delete.
9479 (terminal_is_ours): Delete.
9480 (gdb_tty_state): New.
9481 (child_terminal_init): Adjust.
9482 (is_gdb_terminal, sharing_input_terminal_1)
9483 (sharing_input_terminal): New functions.
9484 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
9485 Set the process's actual process group in the foreground if
9486 possible. Handle is_ours_for_output/is_ours distinction. Don't
9487 mark terminal as the inferior's if not sharing GDB's terminal.
9488 Don't check attach_flag.
9489 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
9490 pass down a target_terminal_state.
9491 (child_terminal_save_inferior): New, factored out from ...
9492 (child_terminal_ours_1): ... this. Handle
9493 target_terminal_state::is_ours_for_output.
9494 (child_interrupt, child_pass_ctrlc): New.
9495 (inflow_inferior_exit): Clear the inferior's terminal_state.
9496 (copy_terminal_info): Copy the inferior's terminal state.
9497 (_initialize_inflow): Remove reference to terminal_is_ours.
9498 * inflow.h (inferior_process_group): Delete.
9499 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
9500 * procfs.c (procfs_target): Don't install procfs_interrupt.
9501 (procfs_interrupt): Delete.
9502 * remote.c (remote_serial_quit_handler): Adjust.
9503 (remote_interrupt): Remove ptid parameter. Adjust.
9504 * target-delegates.c: Regenerate.
9505 * target.c: Include "terminal.h".
9506 (target_terminal::terminal_state): Rename to ...
9507 (target_terminal::m_terminal_state): ... this.
9508 (target_terminal::init): Adjust.
9509 (target_terminal::inferior): Adjust to per-inferior
9510 terminal_state.
9511 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
9512 (target_terminal::ours, target_terminal::ours_for_output): Use
9513 target_terminal_is_ours_kind.
9514 (target_interrupt): Remove ptid parameter. Adjust.
9515 (default_target_pass_ctrlc): Adjust.
9516 * target.h (target_ops::to_terminal_save_inferior): New field.
9517 (target_ops::to_interrupt): Remove ptid_t parameter.
9518 (target_interrupt): Remove ptid_t parameter. Update comment.
9519 (target_pass_ctrlc): Update comment.
9520 * target/target.h (target_terminal_state): New scoped enum,
9521 factored out of ...
9522 (target_terminal::terminal_state): ... here.
9523 (target_terminal::inferior): Update comments.
9524 (target_terminal::restore_inferior): New.
9525 (target_terminal::is_inferior, target_terminal::is_ours)
9526 (target_terminal::is_ours_for_output): Adjust.
9527 (target_terminal::scoped_restore_terminal_state): Adjust to
9528 rename, and call restore_inferior() instead of inferior().
9529 (target_terminal::scoped_restore_terminal_state::m_state): Change
9530 type.
9531 (target_terminal::terminal_state): Rename to ...
9532 (target_terminal::m_terminal_state): ... this and change type.
9533
9534 2018-01-30 Pedro Alves <palves@redhat.com>
9535
9536 * linux-nat.c (wait_for_signal): New function.
9537 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
9538 directly.
9539 (async_terminal_is_ours)
9540 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
9541 (linux_nat_add_target): Don't override
9542 to_terminal_inferior/to_terminal_ours.
9543
9544 2018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
9545
9546 * remote.c (remote_follow_fork): Don't call "detach_inferior".
9547
9548 2018-01-28 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * dwarf2read.c (free_dwo_files): Add forward-declaration.
9551 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
9552 dwarf2_per_objfile_free here.
9553 (dwarf2_per_objfile_free): Remove.
9554 (_initialize_dwarf2_read): Don't register
9555 dwarf2_per_objfile_free as a registry cleanup.
9556
9557 2018-01-27 Eli Zaretskii <eliz@gnu.org>
9558
9559 Avoid compilation errors in MinGW native builds
9560
9561 The error is triggered by including python-internal.h, and the
9562 error message is:
9563
9564 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
9565 from build-gnulib/import/math.h:27,
9566 from d:/usr/Python26/include/pyport.h:235,
9567 from d:/usr/Python26/include/Python.h:58,
9568 from python/python-internal.h:94,
9569 from python/py-arch.c:24:
9570 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
9571 using ::hypot;
9572 ^~~~~
9573
9574 This happens because Python headers define 'hypot' to expand t
9575 '_hypot' in the Windows builds.
9576 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
9577 'hypoth'. This avoids a compilation error.
9578
9579 2018-01-26 Alan Hayward <alan.hayward@arm.com>
9580
9581 * MAINTAINERS (Write After Approval): Fix ordering.
9582
9583 2018-01-26 Alan Hayward <alan.hayward@arm.com>
9584
9585 * MAINTAINERS (Write After Approval): Add Alan Hayward.
9586
9587 2018-01-26 Alan Modra <amodra@gmail.com>
9588
9589 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
9590 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
9591 Remove nop. Make const. Comment.
9592 (powerpc32_plt_stub_so_2): New.
9593 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
9594 Correct count. Update uses.
9595 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
9596 Move common code reading PLT entry word. Correct
9597 powerpc32_plt_stub PLT address calculation.
9598 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
9599 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
9600 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
9601 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
9602 (ppc64_standard_linkage8): Likewise.
9603 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
9604 Correct insns description.
9605 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
9606
9607 2018-01-24 Pedro Alves <palves@redhat.com>
9608
9609 GCC PR libstdc++/83906
9610 * gdbtypes.c (operator==(const dynamic_prop &,
9611 const dynamic_prop &)): New.
9612 (operator==(const range_bounds &, const range_bounds &)): New.
9613 (check_types_equal): Use them instead of memcmp.
9614 * gdbtypes.h (operator==(const dynamic_prop &,
9615 const dynamic_prop &)): Declare.
9616 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
9617 (operator==(const range_bounds &, const range_bounds &)): Declare.
9618 (operator!=(const range_bounds &, const range_bounds &)): Declare.
9619
9620 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9621
9622 * s390-linux-tdep.c (s390_record_address_mask)
9623 (s390_record_calc_disp_common, s390_record_calc_disp)
9624 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
9625 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
9626 (s390_process_record): Move to s390-tdep.c.
9627 (s390_linux_init_abi_any): Adjust.
9628 * s390-tdep.c (s390_record_address_mask)
9629 (s390_record_calc_disp_common, s390_record_calc_disp)
9630 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
9631 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
9632 (s390_process_record): Moved from s390-linux-tdep.c
9633 (s390_gdbarch_init): Adjust.
9634
9635 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9636
9637 * s390-linux-nat.c (s390-tdep.h): New include.
9638 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
9639 (HFILES_NO_SRCDIR): Add s390-tdep.h.
9640 (ALLDEPFILES): Add s390-tdep.c.
9641 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
9642 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
9643 * s390-tdep.h: ...this. New file.
9644 * s390-linux-tdep.c (s390-tdep.h): New include.
9645 (_initialize_s390_tdep): Rename to...
9646 (_initialize_s390_linux_tdep): ...this and adjust.
9647 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
9648 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
9649 s390-tdep.h.
9650 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
9651 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
9652 (s390_is_partial_instruction, s390_software_single_step)
9653 (is_non_branch_ril, s390_displaced_step_copy_insn)
9654 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
9655 (s390_prologue_data, s390_addr, s390_store, s390_load)
9656 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
9657 (s390_register_call_saved, s390_guess_tracepoint_registers)
9658 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
9659 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
9660 (s390_pseudo_register_name, s390_pseudo_register_type)
9661 (s390_pseudo_register_read, s390_pseudo_register_write)
9662 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
9663 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
9664 (s390_addr_bits_remove, s390_address_class_type_flags)
9665 (s390_address_class_type_flags_to_name)
9666 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
9667 (s390_function_arg_float, s390_function_arg_vector)
9668 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
9669 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
9670 (s390_frame_align, s390_register_return_value, s390_return_value)
9671 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
9672 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
9673 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
9674 (s390_trad_frame_prev_register, s390_unwind_cache)
9675 (s390_prologue_frame_unwind_cache)
9676 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
9677 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
9678 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
9679 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
9680 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
9681 (s390_frame_base_address, s390_local_base_address)
9682 (s390_frame_base, s390_gcc_target_options)
9683 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
9684 (s390_validate_reg_range, s390_tdesc_valid)
9685 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
9686 * s390-tdep.c: ...this. New file.
9687
9688 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9689
9690 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
9691 (s390_process_record, s390_gdbarch_tdep_alloc)
9692 (s390_linux_init_abi_any): Use/set new hook.
9693
9694 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9695
9696 * s390-linux-tdep.c (osabi.h): New include.
9697 (s390_linux_init_abi_31, s390_linux_init_abi_64)
9698 (s390_linux_init_abi_any): New functions.
9699 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
9700
9701 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9702
9703 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
9704 tdesc_has_registers check
9705
9706 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9707
9708 * s390-linux-tdep.c (s390_tdesc_valid): New function.
9709 (s390_validate_reg_range): New macro.
9710 (s390_gdbarch_init): Adjust.
9711
9712 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9713
9714 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
9715 (s390_gdbarch_tdep_alloc): Adjust.
9716 (s390_gdbarch_init): Adjust.
9717
9718 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9719
9720 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
9721 <have_tdb>: Change type to bool.
9722 (s390_gdbarch_tdep_alloc): Adjust.
9723 (s390_gdbarch_init): Adjust.
9724
9725 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9726
9727 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
9728 (gdbarch_tdep) <have_upper, have_vx>: New fields.
9729 (s390_gdbarch_tdep_alloc): New function.
9730 (s390_gdbarch_init): Allocate tdep at start and use its fields
9731 instead of separate variables.
9732
9733 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
9734
9735 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
9736 when looking for cached gdbarch and add comment for remaining.
9737
9738 2018-01-22 Pedro Alves <palves@redhat.com>
9739 Sergio Durigan Junior <sergiodj@redhat.com>
9740
9741 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
9742 case.
9743
9744 2018-01-22 Maciej W. Rozycki <macro@mips.com>
9745
9746 * MAINTAINERS: Update my company e-mail address.
9747
9748 2018-01-22 Yao Qi <yao.qi@linaro.org>
9749
9750 * regcache.c (cooked_write_test): New function.
9751 (_initialize_regcache): Register the test.
9752
9753 2018-01-22 Yao Qi <yao.qi@linaro.org>
9754
9755 * ia64-tdep.c (ia64_pseudo_register_read): Call
9756 regcache->cooked_read instead of regcache_cooked_read_unsigned.
9757 * m32c-tdep.c (m32c_cat_read): Likewise.
9758 (m32c_r3r2r1r0_read): Likewise.
9759 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
9760 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
9761
9762 2018-01-22 Yao Qi <yao.qi@linaro.org>
9763
9764 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
9765 method raw_read instead of regcache_raw_read.
9766 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
9767 * arm-tdep.c (arm_neon_quad_read): Likewise.
9768 * avr-tdep.c (avr_pseudo_register_read): Likewise.
9769 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
9770 * frv-tdep.c (frv_pseudo_register_read): Likewise.
9771 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
9772 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
9773 (i386_pseudo_register_read_into_value): Likewise.
9774 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
9775 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
9776 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
9777 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
9778 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
9779 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
9780 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
9781 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
9782 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
9783
9784 2018-01-22 Yao Qi <yao.qi@linaro.org>
9785
9786 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
9787 * configure.tgt: Remove target mt.
9788 * mt-tdep.c: Remove.
9789 * regcache.c (cooked_read_test): Remove the check for mt.
9790
9791 2018-01-22 Yao Qi <yao.qi@linaro.org>
9792
9793 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
9794 instead of gdbarch_pseudo_register_read_value.
9795
9796 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9797
9798 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
9799 language is Ada.
9800
9801 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9802
9803 * linespec.c (create_sals_line_offset): Remove code that preserved
9804 the symtab_and_line's line number.
9805
9806 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9807
9808 * varobj.c (varobj_create): Don't set valid_block when creating a
9809 floating varobj.
9810
9811 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9812
9813 * varobj.c (varobj_create): Remove out of date comment.
9814
9815 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9816
9817 PR mi/20395
9818 * ada-exp.y (write_var_from_sym): Pass extra parameter when
9819 updating innermost block.
9820 * parse.c (innermost_block_tracker::update): Take extra type
9821 parameter, and check types match before updating innermost block.
9822 (write_dollar_variable): Update innermost block for registers.
9823 * parser-defs.h (enum innermost_block_tracker_type): New enum.
9824 (innermost_block_tracker::innermost_block_tracker): Initialise
9825 m_types member.
9826 (innermost_block_tracker::reset): Take type parameter.
9827 (innermost_block_tracker::update): Take type parameter, and pass
9828 type through as needed.
9829 (innermost_block_tracker::m_types): New member.
9830 * varobj.c (varobj_create): Pass type when reseting innermost
9831 block.
9832
9833 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9834
9835 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
9836 * ada-lang.c (resolve_subexp): Likewise.
9837 * breakpoint.c (set_breakpoint_condition) Likewise.
9838 (watch_command_1) Likewise.
9839 * c-exp.y (variable): Likewise.
9840 * d-exp.y (PrimaryExpression): Likewise.
9841 * f-exp.y (variable): Likewise.
9842 * go-exp.y (variable): Likewise.
9843 * m2-exp.y (variable): Likewise.
9844 * objfiles.c (objfile::~objfile): Likewise.
9845 * p-exp.y (variable): Likewise.
9846 * parse.c (innermost_block): Change type.
9847 * parser-defs.h (class innermost_block_tracker): New.
9848 (innermost_block): Change to innermost_block_tracker.
9849 * printcmd.c (display_command): Switch to innermost_block API.
9850 (do_one_display): Likewise.
9851 * rust-exp.y (do_one_display): Likewise.
9852 * symfile.c (clear_symtab_users): Likewise.
9853 * varobj.c (varobj_create): Switch to innermost_block API, replace
9854 use of innermost_block with block stored on varobj object.
9855
9856 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * expression.h (innermost_block): Remove declaration.
9859 * varobj.c: Add 'parser-defs.h' include.
9860
9861 2018-01-19 Tom Tromey <tom@tromey.com>
9862
9863 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
9864 symbols in the static and global blocks.
9865
9866 2018-01-19 James Clarke <jrtc27@jrtc27.com>
9867
9868 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
9869 gdb_ptrace.h, and move including gdb_wait.h ...
9870 * nat/linux-ptrace.h: ... to here.
9871
9872 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
9873
9874 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
9875 inf_ptrace_detach_success.
9876 (inf_ptrace_detach_success): Add inferior parameter, use it
9877 instead of inferior_ptid, pass it to detach_inferior.
9878 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
9879 parameter.
9880 * inferior.c (detach_inferior): Add overload that takes an
9881 inferior object.
9882 * inferior.h (detach_inferior): Likewise.
9883 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
9884 use inferior_ptid, adjust call to inf_ptrace_detach_success.
9885 * linux-thread-db.c (thread_db_detach): Use inf parameter.
9886
9887 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
9888
9889 * target.h (struct target_ops) <to_detach>: Add inferior
9890 parameter.
9891 (target_detach): Likewise.
9892 * target.c (dispose_inferior): Pass inferior down.
9893 (target_detach): Pass inferior down. Assert that it is equal to
9894 the current inferior.
9895 * aix-thread.c (aix_thread_detach): Pass inferior down.
9896 * corefile.c (core_file_command): Pass current_inferior() down.
9897 * corelow.c (core_detach): Add inferior parameter.
9898 * darwin-nat.c (darwin_detach): Likewise.
9899 * gnu-nat.c (gnu_detach): Likewise.
9900 * inf-ptrace.c (inf_ptrace_detach): Likewise.
9901 * infcmd.c (detach_command): Pass current_inferior() down to
9902 target_detach.
9903 * infrun.c (follow_fork_inferior): Pass parent_inf to
9904 target_detach.
9905 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
9906 target_detach.
9907 * linux-nat.c (linux_nat_detach): Add inferior parameter.
9908 * linux-thread-db.c (thread_db_detach): Likewise.
9909 * nto-procfs.c (procfs_detach): Likewise.
9910 * procfs.c (procfs_detach): Likewise.
9911 * record.c (record_detach): Likewise.
9912 * record.h (struct inferior): Forward-declare.
9913 (record_detach): Add inferior parameter.
9914 * remote-sim.c (gdbsim_detach): Likewise.
9915 * remote.c (remote_detach_1): Likewise.
9916 (remote_detach): Likewise.
9917 (extended_remote_detach): Likewise.
9918 * sol-thread.c (sol_thread_detach): Likewise.
9919 * target-debug.h (target_debug_print_inferior_p): New macro.
9920 * target-delegates.c: Re-generate.
9921 * top.c (kill_or_detach): Pass inferior down to target_detach.
9922 * windows-nat.c (windows_detach): Add inferior parameter.
9923
9924 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
9925
9926 * target.h (struct target_ops) <to_detach>: Remove args
9927 parameter.
9928 (target_detach): Likewise.
9929 * target.c (dispose_inferior): Adjust.
9930 (target_detach): Remove args parameter, adjust.
9931 * aix-thread.c (aix_thread_detach): Adjust.
9932 * corefile.c (core_file_command): Adjust.
9933 * corelow.c (core_detach): Adjust.
9934 * darwin-nat.c (darwin_detach): Adjust.
9935 * gnu-nat.c (gnu_detach): Adjust.
9936 * inf-ptrace.c (inf_ptrace_detach): Adjust.
9937 * infcmd.c (detach_command): Adjust
9938 * infrun.c (follow_fork_inferior): Adjust.
9939 (handle_vfork_child_exec_or_exit): Adjust.
9940 * linux-fork.c (linux_fork_detach): Remove args parameter.
9941 * linux-fork.h (linux_fork_detach): Likewise.
9942 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
9943 * linux-thread-db.c (thread_db_detach): Likewise.
9944 * nto-procfs.c (procfs_detach): Likewise.
9945 * procfs.c (procfs_detach): Likewise.
9946 (do_detach): Remove signo parameter.
9947 * record.c (record_detach): Remove args parameter.
9948 * record.h (record_detach): Likewise.
9949 * remote-sim.c (gdbsim_detach): Likewise.
9950 * remote.c (remote_detach_1): Likewise.
9951 (remote_detach): Likewise.
9952 (extended_remote_detach): Likewise.
9953 * sol-thread.c (sol_thread_detach): Likewise.
9954 * target-delegates.c: Re-generate.
9955 * top.c (struct qt_args) <args>: Remove field.
9956 (kill_or_detach): Don't pass args.
9957 (quit_force): Don't set args.
9958 * windows-nat.c (windows_detach): Remove args parameter.
9959
9960 2018-01-19 Yao Qi <yao.qi@linaro.org>
9961
9962 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
9963 (arm_linux_init_abi): Install it.
9964
9965 2018-01-19 Yao Qi <yao.qi@linaro.org>
9966
9967 * osabi.c (gdb_osabi_names): Extend the regexp for
9968 arm-linux-gnueabihf.
9969
9970 2018-01-18 Yao Qi <yao.qi@linaro.org>
9971
9972 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
9973 m_abbrevs.
9974 (abbrev_table::add_abbrev): Update.
9975 (abbrev_table::lookup_abbrev): Update.
9976
9977 2018-01-18 Yao Qi <yao.qi@linaro.org>
9978
9979 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
9980
9981 2018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
9982
9983 * compile/compile.c (compile_to_object): Convert "triplet_rx"
9984 to "std::string".
9985
9986 2018-01-17 Tom Tromey <tom@tromey.com>
9987
9988 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
9989
9990 2018-01-17 Tom Tromey <tom@tromey.com>
9991
9992 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
9993 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
9994 (create_array_type_with_stride): Update.
9995 * dwarf2read.c (set_die_type): Update.
9996
9997 2018-01-17 Tom Tromey <tom@tromey.com>
9998
9999 * dwarf2read.c (delayed_method_info): Remove typedef.
10000 (dwarf2_cu::method_info): Now a std::vector.
10001 (add_to_method_list): Update.
10002 (free_delayed_list): Remove.
10003 (compute_delayed_physnames): Update.
10004 (process_full_comp_unit, process_full_type_unit): Clear the method
10005 list. Remove cleanups.
10006 (psymtab_include_file_name): Add name_holder parameter. Use
10007 unique_xmalloc_ptr.
10008 (dwarf_decode_lines): Update.
10009
10010 2018-01-17 Tom Tromey <tom@tromey.com>
10011 Simon Marchi <simon.marchi@ericsson.com>
10012
10013 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
10014 (dwarf2_per_objfile::free_cached_comp_units)
10015 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
10016 (init_cutu_and_read_dies_no_follow): Update.
10017 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
10018 (dwarf2_cu::~dwarf2_cu): New.
10019 (free_heap_comp_unit, free_stack_comp_unit): Remove.
10020 (age_cached_comp_units, free_one_cached_comp_unit): Update.
10021
10022 2018-01-17 Tom Tromey <tom@tromey.com>
10023 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
10026 (struct die_reader_specs) <abbrev_table>: New member.
10027 (struct abbrev_table): Add constructor.
10028 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
10029 <abbrev_obstack>: Now an auto_obstack.
10030 (abbrev_table_up): New typedef.
10031 (init_cu_die_reader): Add abbrev_table parameter.
10032 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
10033 Add result_dwo_abbrev_table.
10034 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
10035 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
10036 Update.
10037 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
10038 parameter.
10039 (skip_children): Update.
10040 (abbrev_table::alloc_abbrev): Rename from
10041 abbrev_table_alloc_abbrev.
10042 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
10043 (abbrev_table::lookup_abbrev): Rename from
10044 abbrev_table_lookup_abbrev.
10045 (abbrev_table_read_table): Return abbrev_table_up.
10046 (abbrev_table_free, abbrev_table_free_cleanup)
10047 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
10048 (load_partial_dies): Update.
10049
10050 2018-01-17 Tom Tromey <tom@tromey.com>
10051
10052 * dwarf2read.c (dwarf2_compute_name): Update comment.
10053 (read_func_scope, read_variable): Update.
10054 (new_symbol): Remove.
10055 (new_symbol_full): Rename to new_symbol.
10056
10057 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10058
10059 PR gdb/16577
10060 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
10061 a warning instead of throwing an error, set section size to 0 and return
10062 NULL.
10063 * gdb_bfd.h (gdb_bfd_map_section): Update description.
10064
10065 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
10066
10067 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
10068 std::string.
10069 (linux_ptrace_attach_fail_reason_string): Likewise.
10070 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
10071 Likewise.
10072 (linux_ptrace_attach_fail_reason_string): Likewise.
10073 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
10074
10075 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
10076
10077 * linux-nat.c (linux_nat_attach): Remove xstrdup.
10078
10079 2018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
10080
10081 PR gdb/21559
10082 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
10083 checking for fs_base/gs_base fields in struct user_regs_struct.
10084 * configure: Regenerate.
10085
10086 2018-01-17 Yao Qi <yao.qi@linaro.org>
10087
10088 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
10089 function.
10090 (aarch64_linux_init_abi): Install it to gdbarch hook
10091 gcc_target_options.
10092
10093 2018-01-15 Pedro Alves <palves@redhat.com>
10094
10095 * common/signals-state-save-restore.c
10096 (save_original_signals_state): Fix typos.
10097
10098 2017-01-12 Tom Tromey <tom@tromey.com>
10099 Sergio Durigan Junior <sergiodj@redhat.com>
10100
10101 * Makefile.in (install-only): Install gdb-add-index.
10102
10103 2018-01-12 John Baldwin <jhb@FreeBSD.org>
10104
10105 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
10106
10107 2018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10108
10109 * infrun.c (keep_going_pass_signal): Clear step-over info when
10110 insert_breakpoints fails.
10111
10112 2018-01-11 Pedro Alves <palves@redhat.com>
10113
10114 PR gdb/22583
10115 * infrun.c (resume): Rename to ...
10116 (resume_1): ... this.
10117 (resume): Reimplement as wrapper around resume_1.
10118
10119 2018-01-11 Pedro Alves <palves@redhat.com>
10120
10121 PR remote/22597
10122 * remote.c (remote_parse_stop_reply): Default to the last-set
10123 general thread instead of to 'magic_null_ptid'.
10124
10125 2018-01-10 Pedro Alves <palves@redhat.com>
10126
10127 * language.h (language_get_symbol_name_matcher): Rename ...
10128 (get_symbol_name_matcher): ... this.
10129 * language.c (language_get_symbol_name_matcher): Ditto.
10130 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
10131 callers adjusted.
10132
10133 2018-01-10 Pedro Alves <palves@redhat.com>
10134
10135 PR gdb/22670
10136 * dwarf2read.c
10137 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
10138 Adjust to use language_get_symbol_name_matcher instead of
10139 language_defn::la_get_symbol_name_matcher.
10140 * language.c (language_get_symbol_name_matcher): If in Ada mode
10141 and the lookup name is a verbatim match, return Ada's matcher.
10142 * language.h (language_get_symbol_name_matcher): Adjust comment.
10143 (ada_lookup_name_info::verbatim_p):: New method.
10144
10145 2018-01-10 Pedro Alves <palves@redhat.com>
10146
10147 PR gdb/22670
10148 * ada-lang.c (ada_collect_symbol_completion_matches): If the
10149 minsym's language is language_auto or language_cplus, pass down
10150 language_ada instead.
10151 * symtab.c (compare_symbol_name): Don't frob symbol language here.
10152
10153 2018-01-10 Pedro Alves <palves@redhat.com>
10154
10155 PR gdb/22670
10156 * minsyms.c (linkage_name_str): New function.
10157 (iterate_over_minimal_symbols): Use it.
10158
10159 2018-01-09 John Baldwin <jhb@FreeBSD.org>
10160
10161 * NEWS: Document that 'info proc' now works on FreeBSD.
10162
10163 2018-01-09 John Baldwin <jhb@FreeBSD.org>
10164
10165 * configure.ac: Check for kinfo_getfile in libutil.
10166 * configure: Regenerate.
10167 * config.in: Regenerate.
10168 * fbsd-nat.c: Include "fbsd-tdep.h".
10169 (fbsd_fetch_cmdline): New.
10170 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
10171 rather than calling error.
10172 (fbsd_info_proc): New.
10173 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
10174 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
10175 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
10176
10177 2018-01-09 John Baldwin <jhb@FreeBSD.org>
10178
10179 * fbsd-nat.c (struct free_deleter): Remove.
10180 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
10181
10182 2018-01-09 John Baldwin <jhb@FreeBSD.org>
10183
10184 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
10185 NULL for an empty pathname.
10186
10187 2018-01-09 John Baldwin <jhb@FreeBSD.org>
10188
10189 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
10190 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
10191 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
10192 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
10193 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
10194 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
10195 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
10196 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
10197 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
10198 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
10199 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
10200 (fbsd_core_fetch_timeval, fbsd_print_sigset)
10201 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
10202 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
10203 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
10204
10205 2018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
10206
10207 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
10208 (gnu_xfer_auxv): New function.
10209 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
10210 TARGET_OBJECT_AUXV.
10211
10212 2018-01-08 Yao Qi <yao.qi@linaro.org>
10213 Simon Marchi <simon.marchi@ericsson.com>
10214
10215 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
10216 common/selftest.c.
10217 (COMMON_OBS): Remove selftest.o.
10218 * configure.ac: Append selftest-arch.c and common/selftest.c to
10219 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
10220 * configure: Re-generated.
10221 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
10222 GDB_SELF_TEST.
10223 (maintenance_info_selftests): Likewise.
10224
10225 2018-01-08 Xavier Roirand <roirand@adacore.com>
10226
10227 * ada-valprint.c (val_print_packed_array_elements): Use
10228 proper number of elements when printing an array indexed
10229 by an enumeration type.
10230
10231 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
10232
10233 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
10234 (dw2_get_file_names_reader): Adjust.
10235 (lookup_dwo_signatured_type): Adjust.
10236 (lookup_dwp_signatured_type): Adjust.
10237 (lookup_signatured_type): Adjust.
10238 (create_type_unit_group): Adjust.
10239 (get_type_unit_group): Adjust.
10240 (process_psymtab_comp_unit_reader): Adjust.
10241 (build_type_psymtabs_reader): Adjust.
10242 (scan_partial_symbols): Adjust.
10243 (add_partial_symbol): Adjust.
10244 (add_partial_subprogram): Adjust.
10245 (peek_die_abbrev): Adjust.
10246 (fixup_go_packaging): Adjust.
10247 (process_imported_unit_die): Adjust.
10248 (dwarf2_compute_name): Adjust.
10249 (dwarf2_physname): Adjust.
10250 (read_import_statement): Adjust.
10251 (handle_DW_AT_stmt_list): Adjust.
10252 (read_file_scope): Adjust.
10253 (read_func_scope): Adjust.
10254 (read_lexical_block_scope): Adjust.
10255 (read_call_site_scope): Adjust.
10256 (read_variable): Adjust.
10257 (dwarf2_rnglists_process): Adjust.
10258 (dwarf2_ranges_process): Adjust.
10259 (dwarf2_ranges_read): Adjust.
10260 (dwarf2_get_pc_bounds): Adjust.
10261 (dwarf2_record_block_ranges): Adjust.
10262 (dwarf2_add_field): Adjust.
10263 (dwarf2_add_member_fn): Adjust.
10264 (read_structure_type): Adjust.
10265 (process_structure_scope): Adjust.
10266 (read_enumeration_type): Adjust.
10267 (read_array_type): Adjust.
10268 (mark_common_block_symbol_computed): Adjust.
10269 (read_common_block): Adjust.
10270 (read_namespace_type): Adjust.
10271 (read_namespace): Adjust.
10272 (read_module_type): Adjust.
10273 (read_tag_pointer_type): Adjust.
10274 (read_tag_ptr_to_member_type): Adjust.
10275 (read_tag_string_type): Adjust.
10276 (read_subroutine_type): Adjust.
10277 (read_typedef): Adjust.
10278 (read_base_type): Adjust.
10279 (attr_to_dynamic_prop): Adjust.
10280 (read_subrange_type): Adjust.
10281 (read_unspecified_type): Adjust.
10282 (dwarf2_read_abbrevs): Adjust.
10283 (load_partial_dies): Adjust.
10284 (read_partial_die): Adjust.
10285 (find_partial_die): Adjust.
10286 (guess_partial_die_structure_name): Adjust.
10287 (fixup_partial_die): Adjust.
10288 (read_attribute_value): Adjust.
10289 (read_addr_index): Adjust.
10290 (read_addr_index_from_leb128): Adjust.
10291 (read_str_index): Adjust.
10292 (dwarf2_string_attr): Adjust.
10293 (get_debug_line_section): Adjust.
10294 (dwarf_decode_line_header): Adjust.
10295 (lnp_state_machine::check_line_address): Adjust.
10296 (dwarf_decode_lines_1): Adjust.
10297 (dwarf_decode_lines): Adjust.
10298 (dwarf2_start_symtab): Adjust.
10299 (var_decode_location): Adjust.
10300 (new_symbol_full): Adjust.
10301 (dwarf2_const_value_data): Adjust.
10302 (dwarf2_const_value_attr): Adjust.
10303 (dwarf2_const_value): Adjust.
10304 (die_type): Adjust.
10305 (die_containing_type): Adjust.
10306 (build_error_marker_type): Adjust.
10307 (lookup_die_type): Adjust.
10308 (guess_full_die_structure_name): Adjust.
10309 (anonymous_struct_prefix): Adjust.
10310 (determine_prefix): Adjust.
10311 (dwarf2_name): Adjust.
10312 (follow_die_ref_or_sig): Adjust.
10313 (follow_die_offset): Adjust.
10314 (follow_die_ref): Adjust.
10315 (follow_die_sig_1): Adjust.
10316 (follow_die_sig): Adjust.
10317 (get_signatured_type): Adjust.
10318 (get_DW_AT_signature_type): Adjust.
10319 (decode_locdesc): Adjust.
10320 (dwarf_decode_macros): Adjust.
10321 (cu_debug_loc_section): Adjust.
10322 (fill_in_loclist_baton): Adjust.
10323 (dwarf2_symbol_mark_computed): Adjust.
10324 (init_one_comp_unit): Don't assign
10325 dwarf2_cu::dwarf2_per_objfile.
10326 (set_die_type): Adjust.
10327
10328 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
10329
10330 * dwarf2read.c (struct mapped_debug_names): Add constructor.
10331 <dwarf2_per_objfile>: New field.
10332 (dwarf2_per_objfile): Remove global.
10333 (get_dwarf2_per_objfile): New function.
10334 (set_dwarf2_per_objfile): New function.
10335 (dwarf2_build_psymtabs_hard): Change objfile parameter to
10336 dwarf2_per_objfile.
10337 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
10338 (read_abbrev_offset): Likewise.
10339 (read_indirect_string): Likewise.
10340 (read_indirect_line_string): Likewise.
10341 (read_indirect_string_at_offset): Likewise.
10342 (read_indirect_string_from_dwz): Likewise.
10343 (dwarf2_find_containing_comp_unit): Change objfile parameter to
10344 dwarf2_per_objfile.
10345 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
10346 (create_all_comp_units): Change objfile parameter to
10347 dwarf2_per_objfile.
10348 (create_all_type_units): Likewise.
10349 (process_queue): Add dwarf2_per_objfile parameter.
10350 (read_and_check_comp_unit_head): Likewise.
10351 (lookup_dwo_unit_in_dwp): Likewise.
10352 (get_dwp_file): Likewise.
10353 (process_cu_includes): Likewise.
10354 (struct free_dwo_file_cleanup_data): New struct.
10355 (dwarf2_has_info): Use get_dwarf2_per_objfile and
10356 set_dwarf2_per_objfile.
10357 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
10358 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
10359 context, adjust calls.
10360 (dw2_instantiate_symtab): Likewise.
10361 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
10362 (dw2_get_cu): Likewise.
10363 (create_cu_from_index_list): Change objfile parameter to
10364 dwarf2_per_objfile.
10365 (create_cus_from_index_list): Get dwarf2_per_objfile from
10366 context, adjust calls.
10367 (create_cus_from_index): Likewise.
10368 (create_signatured_type_table_from_index): Change objfile
10369 parameter to dwarf2_per_objfile.
10370 (create_signatured_type_table_from_debug_names): Change objfile
10371 parameter to dwarf2_per_objfile.
10372 (create_addrmap_from_index): Likewise.
10373 (create_addrmap_from_aranges): Likewise.
10374 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
10375 (dw2_setup): Remove.
10376 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
10377 context.
10378 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
10379 get_dwarf2_per_objfile.
10380 (dw2_forget_cached_source_info): Likewise.
10381 (dw2_map_symtabs_matching_filename): Likewise.
10382 (struct dw2_symtab_iterator) <index>: Remove.
10383 <dwarf2_per_objfile>: New field.
10384 (dw2_symtab_iter_init): Replace index parameter with
10385 dwarf2_per_objfile.
10386 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
10387 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
10388 (dw2_print_stats): Likewise.
10389 (dw2_dump): Likewise.
10390 (dw2_expand_symtabs_for_function): Likewise.
10391 (dw2_expand_all_symtabs): Likewise.
10392 (dw2_expand_symtabs_with_fullname): Likewise.
10393 (dw2_expand_marked_cus): Replace index and objfile parameters
10394 with dwarf2_per_objfile.
10395 (dw_expand_symtabs_matching_file_matcher): Add
10396 dwarf2_per_objfile parameter and adjust calls.
10397 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
10398 adjust calls.
10399 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
10400 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
10401 adjust calls.
10402 (create_cus_from_debug_names_list): Replace objfile parameter
10403 with dwarf2_per_objfile and adjust calls.
10404 (create_cus_from_debug_names): Likewise.
10405 (dwarf2_read_debug_names): Likewise.
10406 (mapped_debug_names::namei_to_name): Adjust call.
10407 (dw2_debug_names_iterator::next): Likewise.
10408 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
10409 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
10410 (dw2_debug_names_dump): Likewise.
10411 (dw2_debug_names_expand_symtabs_for_function): Likewise.
10412 (dw2_debug_names_expand_symtabs_matching): Likewise.
10413 (dwarf2_initialize_objfile): Likewise.
10414 (dwarf2_build_psymtabs): Likewise.
10415 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
10416 this_cu.
10417 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
10418 (read_and_check_comp_unit_head): Likewise.
10419 (read_abbrev_offset): Likewise.
10420 (create_debug_type_hash_table): Likewise.
10421 (create_debug_types_hash_table): Likewise.
10422 (create_all_type_units): Replace objfile parameter with
10423 dwarf2_per_objfile.
10424 (add_type_unit): Add dwarf2_per_objfile parameter.
10425 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
10426 with dwarf2_per_objfile.
10427 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
10428 (lookup_dwp_signatured_type): Likewise.
10429 (lookup_signatured_type): Likewise.
10430 (read_cutu_die_from_dwo): Likewise.
10431 (init_tu_and_read_dwo_dies): Likewise.
10432 (init_cutu_and_read_dies): Likewise.
10433 (init_cutu_and_read_dies_no_follow): Likewise.
10434 (allocate_type_unit_groups_table): Add objfile parameter.
10435 (create_type_unit_group): Use dwarf2_per_objfile from cu.
10436 (get_type_unit_group): Likewise.
10437 (process_psymtab_comp_unit): Update call.
10438 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
10439 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
10440 (print_tu_stats): Likewise.
10441 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
10442 in void* parameter.
10443 (build_type_psymtabs): Change objfile parameter to
10444 dwarf2_per_objfile.
10445 (process_skeletonless_type_unit): Use dwarf2_per_objfile
10446 passed in void* parameter.
10447 (process_skeletonless_type_units): Change objfile parameter to
10448 dwarf2_per_objfile.
10449 (set_partial_user): Likewise.
10450 (dwarf2_build_psymtabs_hard): Likewise.
10451 (read_comp_units_from_section): Likewise.
10452 (create_all_comp_units): Likewise.
10453 (scan_partial_symbols): Update calls.
10454 (add_partial_symbol): Likewise.
10455 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
10456 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
10457 (process_queue): Add dwarf2_per_objfile parameter.
10458 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
10459 (compute_compunit_symtab_includes): Likewise.
10460 (process_cu_includes): Add dwarf2_per_objfile parameter.
10461 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
10462 (process_full_type_unit): Likewise.
10463 (process_imported_unit_die): Update call.
10464 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
10465 (read_file_scope): Likewise.
10466 (allocate_dwo_file_hash_table): Add objfile parameter.
10467 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
10468 (create_cus_hash_table): Likewise.
10469 (create_dwp_hash_table): Likewise.
10470 (create_dwo_unit_in_dwp_v1): Likewise.
10471 (create_dwp_v2_section): Likewise.
10472 (create_dwo_unit_in_dwp_v2): Likewise.
10473 (lookup_dwo_unit_in_dwp): Likewise.
10474 (try_open_dwop_file): Likewise.
10475 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
10476 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
10477 cleanup to include a reference to dwarf2_per_objfile.
10478 (open_dwp_file): Add dwarf2_per_objfile parameter.
10479 (open_and_init_dwp_file): Likewise.
10480 (get_dwp_file): Likewise.
10481 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
10482 (queue_and_load_all_dwo_tus): Update call.
10483 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
10484 data.
10485 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
10486 (dwarf2_ranges_process): Likewise.
10487 (dwarf2_get_pc_bounds): Likewise.
10488 (mark_common_block_symbol_computed): Likewise.
10489 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
10490 (dwarf2_read_abbrevs): Update call.
10491 (read_partial_die): Use dwarf2_per_objfile from cu.
10492 (find_partial_die): Likewise.
10493 (fixup_partial_die): Likewise.
10494 (read_attribute_value): Likewise.
10495 (read_indirect_string_at_offset_from): Add objfile parameter.
10496 (read_indirect_string_at_offset): Add dwarf2_per_objfile
10497 parameter.
10498 (read_indirect_string_from_dwz): Add objfile parameter.
10499 (read_indirect_string): Add objfile parameter.
10500 (read_addr_index_1): Add dwarf2_per_objfile parameter.
10501 (read_addr_index): Use dwarf2_per_objfile from cu.
10502 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
10503 call dw2_setup.
10504 (read_str_index): Use dwarf2_per_objfile from cu.
10505 (get_debug_line_section): Likewise.
10506 (read_formatted_entries): Add dwarf2_per_objfile parameter.
10507 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
10508 (new_symbol_full): Use dwarf2_per_objfile from cu.
10509 (build_error_marker_type): Likewise.
10510 (lookup_die_type): Likewise.
10511 (determine_prefix): Likewise.
10512 (follow_die_offset): Likewise.
10513 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
10514 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
10515 (dwarf2_fetch_die_type_sect_off): Likewise.
10516 (dwarf2_get_die_type): Likewise.
10517 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
10518 (get_signatured_type): Likewise.
10519 (get_DW_AT_signature_type): Likewise.
10520 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
10521 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
10522 (cu_debug_loc_section): Likewise.
10523 (fill_in_loclist_baton): Likewise.
10524 (dwarf2_symbol_mark_computed): Likewise.
10525 (dwarf2_find_containing_comp_unit): Change objfile parameter to
10526 dwarf2_per_objfile.
10527 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
10528 parameter.
10529 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
10530 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
10531 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
10532 (set_die_type): Use dwarf2_free_objfile from cu.
10533 (get_die_type_at_offset): Likewise.
10534 (dwarf2_per_objfile_free): Don't assign global variable.
10535 (debug_names) <constructor>: Add dwarf2_per_objfile
10536 parameter, update m_debugstrlookup construction.
10537 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
10538 parameter.
10539 <m_dwarf2_per_objfile>: New field.
10540 <lookup>: Use m_dwarf2_per_objfile.
10541 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
10542 (psyms_seen_size): Likewise.
10543 (write_gdbindex): Replace objfile parameter with
10544 dwarf2_per_objfile.
10545 (write_debug_names): Likewise.
10546 (write_psymtabs_to_index): Likewise.
10547 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
10548 calls.
10549
10550 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
10553 <dwarf2_per_objfile>: New field.
10554 (struct dwarf2_per_cu_data) <objfile>: Remove.
10555 <dwarf2_per_objfile>: New field.
10556 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
10557 of objfile.
10558 (create_signatured_type_table_from_index): Likewise.
10559 (create_debug_type_hash_table): Likewise.
10560 (fill_in_sig_entry_from_dwo_entry): Likewise.
10561 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
10562 (create_type_unit_group): Assign dwarf2_per_objfile instead of
10563 objfile.
10564 (create_partial_symtab): Access objfile through
10565 dwarf2_per_objfile.
10566 (process_psymtab_comp_unit_reader): Likewise.
10567 (read_comp_units_from_section): Likewise.
10568 (scan_partial_symbols): Likewise.
10569 (add_partial_symbol): Likewise.
10570 (add_partial_subprogram): Likewise.
10571 (peek_die_abbrev): Likewise.
10572 (fixup_go_packaging): Likewise.
10573 (process_full_comp_unit): Likewise.
10574 (process_full_type_unit): Likewise.
10575 (process_imported_unit_die): Likewise.
10576 (dwarf2_compute_name): Likewise.
10577 (dwarf2_physname): Likewise.
10578 (read_import_statement): Likewise.
10579 (create_cus_hash_table): Assign dwarf2_physname instead of
10580 objfile.
10581 (read_func_scope): Access objfile through dwarf2_per_objfile.
10582 (read_lexical_block_scope): Likewise.
10583 (read_call_site_scope): Likewise.
10584 (read_variable): Likewise.
10585 (dwarf2_rnglists_process): Likewise.
10586 (dwarf2_ranges_process): Likewise.
10587 (dwarf2_ranges_read): Likewise.
10588 (dwarf2_record_block_ranges): Likewise.
10589 (dwarf2_add_field): Likewise.
10590 (dwarf2_add_member_fn): Likewise.
10591 (read_structure_type): Likewise.
10592 (process_structure_scope): Likewise.
10593 (read_enumeration_type): Likewise.
10594 (read_array_type): Likewise.
10595 (read_common_block): Likewise.
10596 (read_namespace_type): Likewise.
10597 (read_namespace): Likewise.
10598 (read_module_type): Likewise.
10599 (read_tag_pointer_type): Likewise.
10600 (read_tag_ptr_to_member_type): Likewise.
10601 (read_tag_string_type): Likewise.
10602 (read_subroutine_type): Likewise.
10603 (read_typedef): Likewise.
10604 (read_base_type): Likewise.
10605 (attr_to_dynamic_prop): Likewise.
10606 (read_subrange_type): Likewise.
10607 (read_unspecified_type): Likewise.
10608 (load_partial_dies): Likewise.
10609 (read_partial_die): Likewise.
10610 (find_partial_die): Likewise.
10611 (guess_partial_die_structure_name): Likewise.
10612 (fixup_partial_die): Likewise.
10613 (read_attribute_value): Likewise.
10614 (read_addr_index_from_leb128): Likewise.
10615 (dwarf2_read_addr_index): Likewise.
10616 (dwarf2_string_attr): Likewise.
10617 (lnp_state_machine::check_line_address): Likewise.
10618 (dwarf_decode_lines_1): Likewise.
10619 (dwarf_decode_lines): Likewise.
10620 (dwarf2_start_symtab): Likewise.
10621 (var_decode_location): Likewise.
10622 (new_symbol_full): Likewise.
10623 (dwarf2_const_value_data): Likewise.
10624 (dwarf2_const_value_attr): Likewise.
10625 (dwarf2_const_value): Likewise.
10626 (die_type): Likewise.
10627 (die_containing_type): Likewise.
10628 (lookup_die_type): Likewise.
10629 (guess_full_die_structure_name): Likewise.
10630 (anonymous_struct_prefix): Likewise.
10631 (dwarf2_name): Likewise.
10632 (follow_die_ref_or_sig): Likewise.
10633 (follow_die_offset): Likewise.
10634 (follow_die_ref): Likewise.
10635 (dwarf2_fetch_die_loc_sect_off): Likewise.
10636 (dwarf2_fetch_constant_bytes): Likewise.
10637 (dwarf2_fetch_die_type_sect_off): Likewise.
10638 (dwarf2_get_die_type): Likewise.
10639 (follow_die_sig): Likewise.
10640 (decode_locdesc): Likewise.
10641 (dwarf2_per_cu_objfile): Likewise.
10642 (dwarf2_per_cu_text_offset): Likewise.
10643 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
10644 objfile.
10645 (set_die_type): Access objfile through
10646 dwarf2_per_objfile.
10647
10648 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
10649
10650 * valprint.c (converted_character_d): Remove typedef.
10651 (DEF_VEC_O (converted_character_d)): Remove.
10652 (count_next_character): Use std::vector.
10653 (print_converted_chars_to_obstack): Likewise.
10654 (generic_printstr): Likewise.
10655
10656 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
10657
10658 * xml-support.h (struct gdb_xml_value): Add constructor.
10659 <value>: Change type to unique_xmalloc_ptr.
10660 (gdb_xml_value_s): Remove typedef.
10661 (DEF_VEC_O (gdb_xml_value_s)): Remove.
10662 (gdb_xml_element_start_handler): Change parameter type to
10663 std::vector.
10664 (xml_find_attribute): Likewise.
10665 * xml-support.c (xml_find_attribute): Change parameter type to
10666 std::vector and adjust.
10667 (gdb_xml_values_cleanup): Remove.
10668 (gdb_xml_parser::start_element): Adjust to std::vector.
10669 (xinclude_start_include): Change paraeter type to std::vector
10670 and adjust.
10671 * btrace.c (check_xml_btrace_version): Likewise.
10672 (parse_xml_btrace_block): Likewise.
10673 (parse_xml_btrace_pt_config_cpu): Likewise.
10674 (parse_xml_btrace_pt): Likewise.
10675 (parse_xml_btrace_conf_bts): Likewise.
10676 (parse_xml_btrace_conf_pt): Likewise.
10677 * memory-map.c (memory_map_start_memory): Likewise.
10678 (memory_map_start_property): Likewise.
10679 * osdata.c (osdata_start_osdata): Likewise.
10680 (osdata_start_item): Likewise.
10681 (osdata_start_column): Likewise.
10682 * remote.c (start_thread): Likewise.
10683 * solib-aix.c (library_list_start_library): Likewise.
10684 (library_list_start_list): Likewise.
10685 * solib-svr4.c (library_list_start_library): Likewise.
10686 (svr4_library_list_start_list): Likewise.
10687 * solib-target.c (library_list_start_segment): Likewise.
10688 (library_list_start_section): Likewise.
10689 (library_list_start_library): Likewise.
10690 (library_list_start_list): Likewise.
10691 * tracepoint.c (traceframe_info_start_memory): Likewise.
10692 (traceframe_info_start_tvar): Likewise.
10693 * xml-syscall.c (syscall_start_syscall): Likewise.
10694 * xml-tdesc.c (tdesc_start_target): Likewise.
10695 (tdesc_start_feature): Likewise.
10696 (tdesc_start_reg): Likewise.
10697 (tdesc_start_union): Likewise.
10698 (tdesc_start_struct): Likewise.
10699 (tdesc_start_flags): Likewise.
10700 (tdesc_start_enum): Likewise.
10701 (tdesc_start_field): Likewise.
10702 (tdesc_start_enum_value): Likewise.
10703 (tdesc_start_vector): Likewise.
10704
10705 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
10706
10707 * extension.h (struct xmethod_worker) <clone>: Remove.
10708 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
10709 Remove.
10710 (python_xmethod_worker::clone): Remove.
10711 * valops.c (find_overload_match): Use std::move instead of
10712 clone.
10713
10714 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
10715
10716 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
10717 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
10718 <free_xmethod_worker_data>: Remove.
10719 <get_matching_xmethod_workers>: Chance VEC to std::vector.
10720 <get_xmethod_arg_types>: Remove.
10721 <get_xmethod_result_type>: Remove.
10722 <invoke_xmethod>: Remove.
10723 * extension.c (new_xmethod_worker): Remove.
10724 (clone_xmethod_worker): Remove.
10725 (get_matching_xmethod_workers): Return void, pass std::vector by
10726 pointer.
10727 (get_xmethod_arg_types): Rename to...
10728 (xmethod_worker::get_arg_types): ... this, and adjust.
10729 (get_xmethod_result_type): Rename to...
10730 (xmethod_worker::get_result_type): ... this, and adjust.
10731 (invoke_xmethod): Remove.
10732 (free_xmethod_worker): Remove.
10733 (free_xmethod_worker_vec): Remove.
10734 * extension.h (enum ext_lang_rc): Move here from
10735 extension-priv.h.
10736 (struct xmethod_worker): Add constructor and destructor.
10737 <data>: Remove.
10738 <value>: Remove.
10739 <invoke, clone, do_get_result_type, do_get_arg_types>: New
10740 virtual pure methods.
10741 <get_arg_types, get_result_type>: New methods.
10742 (xmethod_worker_ptr): Remove typedef.
10743 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
10744 (xmethod_worker_vec): Remove typedef.
10745 (xmethod_worker_up): New typedef.
10746 (invoke_xmethod): Remove.
10747 (clone_xmethod_worker): Remove.
10748 (free_xmethod_worker): Remove.
10749 (free_xmethod_worker_vec): Remove.
10750 (get_xmethod_arg_types): Remove.
10751 (get_xmethod_result_type): Remove.
10752 * valops.c (find_method_list): Use std::vector, don't use
10753 intermediate vector.
10754 (value_find_oload_method_list): Use std::vector.
10755 (find_overload_match): Use std::vector.
10756 (find_oload_champ): Use std::vector.
10757 * value.c (value_free): Use operator delete.
10758 (value_of_xmethod): Rename to...
10759 (value_from_xmethod): ... this. Don't assign
10760 xmethod_worker::value, take rvalue-reference.
10761 (result_type_of_xmethod): Adjust.
10762 (call_xmethod): Adjust.
10763 * value.h: Include extension.h.
10764 (struct xmethod_worker): Don't forward-declare.
10765 (value_of_xmethod): Rename to...
10766 (value_from_xmethod): ... this, take rvalue-reference.
10767 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
10768 (struct python_xmethod_worker): ... this, add constructor and
10769 destructor.
10770 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
10771 (gdbpy_free_xmethod_worker_data): Rename to...
10772 (python_xmethod_worker::~python_xmethod_worker): ... this and
10773 adjust.
10774 (gdbpy_clone_xmethod_worker_data): Rename to...
10775 (python_xmethod_worker::clone): ... this and adjust.
10776 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
10777 temporary vector.
10778 (gdbpy_get_xmethod_arg_types): Rename to...
10779 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
10780 (gdbpy_get_xmethod_result_type): Rename to...
10781 (python_xmethod_worker::do_get_result_type): ... this and
10782 adjust.
10783 (gdbpy_invoke_xmethod): Rename to...
10784 (python_xmethod_worker::invoke): ... this and adjust.
10785 (new_python_xmethod_worker): Rename to...
10786 (python_xmethod_worker::python_xmethod_worker): ... this and
10787 adjust.
10788 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
10789 Remove.
10790 (gdbpy_free_xmethod_worker_data): Remove.
10791 (gdbpy_get_matching_xmethod_workers): Use std::vector.
10792 (gdbpy_get_xmethod_arg_types): Remove.
10793 (gdbpy_get_xmethod_result_type): Remove.
10794 (gdbpy_invoke_xmethod): Remove.
10795 * python/python.c (python_extension_ops): Remove obsolete
10796 callbacks.
10797
10798 2018-01-05 Pedro Alves <palves@redhat.com>
10799
10800 PR gdb/18653
10801 * common/signals-state-save-restore.c
10802 (save_original_signals_state): New parameter 'quiet'. Warn if we
10803 find a custom handler preinstalled, instead of internal erroring.
10804 But only warn if !quiet.
10805 * common/signals-state-save-restore.h
10806 (save_original_signals_state): New parameter 'quiet'.
10807 * main.c (captured_main_1): Move save_original_signals_state call
10808 after option handling, and pass QUIET.
10809
10810 2018-01-05 Pedro Alves <palves@redhat.com>
10811
10812 * spu-tdep.c (spu_catch_start): Pass
10813 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
10814
10815 2018-01-05 Pedro Alves <palves@redhat.com>
10816
10817 PR gdb/22670
10818 * ada-lang.c (literal_symbol_name_matcher): New function.
10819 (ada_get_symbol_name_matcher): Use it for
10820 symbol_name_match_type::SEARCH_NAME.
10821 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
10822 it down instead of assuming symbol_name_match_type::FULL.
10823 * block.h (block_lookup_symbol): New parameter 'match_type'.
10824 * c-valprint.c (print_unpacked_pointer): Use
10825 lookup_symbol_search_name instead of lookup_symbol.
10826 * compile/compile-object-load.c (get_out_value_type): Pass down
10827 symbol_name_match_type::SEARCH_NAME.
10828 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
10829 symbol_name_match_type::FULL.
10830 * cp-support.c (cp_get_symbol_name_matcher): Handle
10831 symbol_name_match_type::SEARCH_NAME.
10832 * infrun.c (insert_exception_resume_breakpoint): Use
10833 lookup_symbol_search_name.
10834 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
10835 * psymtab.c (maintenance_check_psymtabs): Use
10836 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
10837 * stack.c (print_frame_args): Use lookup_symbol_search_name and
10838 SYMBOL_SEARCH_NAME.
10839 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
10840 if symbol_name_match_type::SEARCH_NAME.
10841 (lookup_symbol_in_language): Pass down
10842 symbol_name_match_type::FULL.
10843 (lookup_symbol_search_name): New.
10844 (lookup_language_this): Pass down
10845 symbol_name_match_type::SEARCH_NAME.
10846 (lookup_symbol_aux, lookup_local_symbol): New parameter
10847 'match_type'. Pass it down.
10848 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
10849 (lookup_symbol_search_name): New declaration.
10850 (lookup_symbol_in_block): New 'match_type' parameter.
10851
10852 2018-01-05 Pedro Alves <palves@redhat.com>
10853
10854 PR gdb/22670
10855 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
10856 ada_lookup_symbol.
10857 (ada_lookup_symbol): Reimplement in terms of
10858 ada_lookup_symbol_list, bits factored out from
10859 ada_lookup_encoded_symbol.
10860
10861 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10862
10863 * ada-exp.y (write_object_renaming): When subscripting an array
10864 using a symbol as the index, pass the block in call to
10865 ada_lookup_encoded_symbol when looking that symbol up.
10866
10867 2018-01-05 Jerome Guitton <guitton@adacore.com>
10868
10869 * ada-lang.c (ada_array_length): Use ada_index_type instead of
10870 TYPE_INDEX_TYPE.
10871
10872 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10873
10874 * ada-lang.c (ada_to_fixed_value_create): Add handling of
10875 the case where VALUE_LVAL (val0) is not lval_memory.
10876
10877 2018-01-05 Xavier Roirand <roirand@adacore.com>
10878
10879 * ada-valprint.c (print_optional_low_bound): Handle
10880 character-indexed array printing like boolean-indexed array
10881 printing.
10882
10883 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10884
10885 * NEWS: Create a new section for the next release branch.
10886 Rename the section of the current branch, now that it has
10887 been cut.
10888
10889 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10890
10891 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
10892 * version.in: Bump version to 8.1.50.DATE-git.
10893
10894 2018-01-03 Xavier Roirand <roirand@adacore.com>
10895
10896 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
10897 Add field.
10898 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
10899 Add field.
10900 (default_exception_support_info) <catch_handlers_sym>: Add field.
10901 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
10902 (ada_exception_name_addr_1): Add "catch handlers" handling.
10903 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
10904 Update all callers.
10905 (create_excep_cond_exprs) <ex>: Add parameter.
10906 (re_set_exception): Update create_excep_cond_exprs call.
10907 (print_it_exception, print_one_exception, print_mention_exception)
10908 (print_recreate_exception): Add "catch handler" handling.
10909 (allocate_location_catch_handlers, re_set_catch_handlers)
10910 (check_status_catch_handlers, print_it_catch_handlers)
10911 (print_one_catch_handlers, print_mention_catch_handlers)
10912 (print_recreate_catch_handlers): New function.
10913 (catch_handlers_breakpoint_ops): New variable.
10914 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
10915 Add parameter. Add "catch handler" handling.
10916 (ada_exception_sym_name, ada_exception_breakpoint_ops):
10917 Add "catch handler" handling.
10918 (ada_exception_catchpoint_cond_string): Add "catch handler"
10919 handling.
10920 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
10921 call.
10922 (catch_ada_handlers_command): New function.
10923 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
10924 operations structure.
10925 (_initialize_ada_language): Add "catch handlers" command entry.
10926 * NEWS: Document "catch handlers" feature.
10927
10928 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10929
10930 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
10931 account when creating the array type of the slice.
10932 (ada_value_slice): Likewise.
10933
10934 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10935
10936 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
10937 New enum value.
10938 (create_array_type_with_stride): Add byte_stride_prop parameter.
10939 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
10940 New parameter. Update all callers in this file.
10941 (array_type_has_dynamic_stride): New function.
10942 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
10943 of arrays with dynamic byte strides.
10944 * dwarf2read.c (read_array_type): Add support for dynamic
10945 DW_AT_byte_stride attributes.
10946
10947 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10948
10949 * dwarf2read.c (read_unspecified_type): Treat
10950 DW_TAG_enumeration_type DIEs from Ada units as stubs.
10951
10952 2018-01-01 Joel Brobecker <brobecker@adacore.com>
10953
10954 Update copyright year range in all GDB files.
10955
10956 2018-01-01 Joel Brobecker <brobecker@adacore.com>
10957
10958 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
10959 and gdb/testsuite/gdb.base/step-line.c.
10960
10961 2018-01-01 Joel Brobecker <brobecker@adacore.com>
10962
10963 * copyright.py (main): Dump the contents of
10964 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
10965 even if BY_HAND is empty.
10966
10967 2018-01-01 Joel Brobecker <brobecker@adacore.com>
10968
10969 * top.c (print_gdb_version): Update Copyright year in version
10970 message.
10971
10972 2018-01-01 Joel Brobecker <brobecker@adacore.com>
10973
10974 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
10975
10976 For older changes see ChangeLog-2017.
10977 \f
10978 Local Variables:
10979 mode: change-log
10980 left-margin: 8
10981 fill-column: 74
10982 version-control: never
10983 coding: utf-8
10984 End: