2c7ad0d691588060bdb2c5e6bc0d1f48d70a29bb
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2018-05-11 Pedro Alves <palves@redhat.com>
2
3 * corelow.c (core_target) <core_target>: No longer inline.
4 Initialize m_core_gdbarch, m_core_vec and build the section table
5 here.
6 <~core_target>: New.
7 <core_gdbarch, get_core_register_section>: New methods.
8 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
9 factored out from ...
10 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
11 (core_ops): Delete.
12 (sniff_core_bfd): Add gdbarch parameter.
13 (core_close): Delete, merged into ...
14 (core_target::close): ... here. Delete self.
15 (core_close_cleanup): Delete.
16 (core_target_open): Allocate a core_target on the heap. Use a
17 unique_ptr instead of a cleanup. Bits moved into the core_target
18 ctor. Adjust to use core_target methods instead of globals.
19 (get_core_register_section): Rename to ...
20 (core_target::get_core_register_section): ... this and adjust.
21 (struct get_core_registers_cb_data): New.
22 (get_core_registers_cb): Use it. Use bool.
23 (core_target::fetch_registers, core_target::files_info)
24 (core_target::xfer_partial, core_target::read_description)
25 (core_target::pid_to, core_target::thread_name): Adjust to
26 reference class fields instead of globals.
27 * target.h (struct target_ops_deleter, target_ops_up): New.
28
29 2018-05-11 Pedro Alves <palves@redhat.com>
30
31 * corefile.c (core_file_command): Move to corelow.c.
32 * corelow.c (the_core_target): Delete.
33 (core_file_command): Moved from corefile.c. Check exec_bfd
34 instead of the_core_target. Use target_detach instead of calling
35 into the_core_target directly.
36 (maybe_say_no_core_file_now): New.
37 (core_target::detach): Use it.
38 (_initialize_corelow): Remove references to the_core_target.
39 * gdbcore.h (the_core_target): Delete.
40
41 2018-05-11 Tom Tromey <tromey@redhat.com>
42 Pedro Alves <palves@redhat.com>
43
44 * corefile.c (core_bfd): Remove.
45 * gdbcore.h (core_bfd): Now a macro.
46 * progspace.h (struct program_space) <cbfd>: New field.
47
48 2018-05-11 Tom Tromey <tom@tromey.com>
49
50 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
51 gdb::def_vector.
52
53 2018-05-10 Tom Tromey <tom@tromey.com>
54
55 * configure: Rebuild.
56 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
57
58 2018-05-10 Joel Brobecker <brobecker@adacore.com>
59
60 PR server/23158:
61 * regformats/regdat.sh: Adjust script, following the addition
62 of the new expedite_regs parameter to init_target_desc.
63
64 2018-05-10 Omair Javaid <omair.javaid@linaro.org>
65
66 PR gdb/23127
67 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
68 set_gdbarch_significant_addr_bit.
69 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
70 set_gdbarch_significant_addr_bit.
71 * utils.c (address_significant): Update to sign extend addr.
72
73 2018-05-09 Max Filippov <jcmvbkbc@gmail.com>
74
75 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
76 (xtensa_linux_init_abi): Limit tdep->num_regs by
77 tdep->num_nopriv_regs.
78 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
79 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
80 not initialized.
81
82 2018-05-08 Simon Marchi <simon.marchi@ericsson.com>
83
84 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
85
86 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
89 (I387_MXCSR_INIT_VAL): New constant.
90 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
91 buffer if it was supplied by the inferior.
92 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
93 (i387_xsave_get_clear_bv): New function.
94 (i387_supply_xsave): Only read x87 control registers from the
95 xsave buffer if the feature is enabled, and the state will have
96 been written, otherwise, provide a suitable default.
97 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
98 including x87 control registers. Update control registers if they
99 have changed from the default value, and mark features as enabled
100 as required.
101 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
102
103 2018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
104
105 * spu-tdep.c (info_spu_event_command): Fix output formatting.
106
107 2018-05-07 Tom Tromey <tom@tromey.com>
108
109 * configure: Rebuild.
110 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
111
112 2018-05-07 Tom Tromey <tom@tromey.com>
113
114 PR tdep/20362:
115 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
116 bit. Use correct value for VDIV.
117
118 2018-05-04 Tom Tromey <tom@tromey.com>
119
120 * configure: Rebuild.
121 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
122
123 2018-05-04 Tom Tromey <tom@tromey.com>
124
125 * linux-record.c (record_linux_system_call) <case
126 RECORD_SYS_RECVFROM>: Add "break".
127
128 2018-05-04 Tom Tromey <tom@tromey.com>
129
130 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
131 Add missing "break".
132 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
133 Add missing "break".
134
135 2018-05-04 Tom Tromey <tom@tromey.com>
136
137 * rs6000-tdep.c (ppc_process_record_op4)
138 (ppc_process_record_op63): Add fall-through comment.
139
140 2018-05-04 Tom Tromey <tom@tromey.com>
141
142 * i386-tdep.c (i386_process_record): Add fall-through comment.
143
144 2018-05-04 Tom Tromey <tom@tromey.com>
145
146 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
147 comment.
148
149 2018-05-04 Tom Tromey <tom@tromey.com>
150
151 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
152 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
153 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
154 comment.
155 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
156 comment.
157 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
158 comment.
159
160 2018-05-04 Tom Tromey <tom@tromey.com>
161
162 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
163
164 2018-05-04 Tom Tromey <tom@tromey.com>
165
166 * s390-tdep.c (s390_process_record): Fix fall-through comments.
167 * xcoffread.c (scan_xcoff_symtab): Move comment later.
168 * symfile.c (section_is_mapped): Fix fall-through comment.
169 * stabsread.c (define_symbol, read_member_functions): Fix
170 fall-through comment.
171 * s390-linux-tdep.c (s390_process_record): Fix fall-through
172 comment.
173 * remote.c (remote_wait_as): Fix fall-through comment.
174 * p-exp.y (yylex): Fix fall-through comment.
175 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
176 comment.
177 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
178 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
179 * jv-exp.y (yylex): Fix fall-through comment.
180 * go-exp.y (lex_one_token): Fix fall-through comment.
181 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
182 fall-through comment.
183 * f-exp.y (yylex): Fix fall-through comment.
184 * dwarf2read.c (process_die): Fix fall-through comments.
185 * dbxread.c (process_one_symbol): Fix fall-through comment.
186 * d-exp.y (lex_one_token): Fix fall-through comment.
187 * cp-name-parser.y (yylex): Fix fall-through comment.
188 * coffread.c (coff_symtab_read): Fix fall-through comment.
189 * c-exp.y (lex_one_token): Fix fall-through comment.
190 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
191 comment.
192 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
193 comment.
194
195 2018-05-04 Tom Tromey <tom@tromey.com>
196
197 PR python/22730:
198 * NEWS: Mention gdb.execute change.
199 * gdbcmd.h (execute_control_command): Don't declare.
200 * python/python.c (execute_gdb_command): Use read_command_lines_1,
201 execute_control_commands, execute_control_commands_to_string.
202 * cli/cli-script.h (execute_control_commands)
203 (execute_control_commands_to_string): Declare.
204 (execute_control_command): Add from_tty parameter.
205 * cli/cli-script.c (execute_control_commands)
206 (execute_control_commands_to_string): New functions.
207 (execute_user_command): Use execute_control_commands.
208 (execute_control_command_1): Add "from_tty" parameter. Update.
209 (execute_control_command): Likewise.
210
211 2018-05-04 Tom Tromey <tom@tromey.com>
212
213 PR python/22731:
214 * NEWS: Mention that breakpoint commands are writable.
215 * python/py-breakpoint.c (bppy_set_commands): New function.
216 (breakpoint_object_getset) <"commands">: Use it.
217
218 2018-05-04 Tom Tromey <tom@tromey.com>
219
220 * tracepoint.c (actions_command): Update.
221 * mi/mi-cmd-break.c (mi_command_line_array)
222 (mi_command_line_array_cnt, mi_command_line_array_ptr)
223 (mi_read_next_line): Remove.
224 (mi_cmd_break_commands): Update.
225 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
226 function_view.
227 * cli/cli-script.c (get_command_line): Update.
228 (process_next_line): Use function_view. Constify.
229 (recurse_read_control_structure, read_command_lines)
230 (read_command_lines_1): Change argument types to function_view.
231 (do_define_command, document_command): Update.
232 * breakpoint.h (check_tracepoint_command): Don't declare.
233 * breakpoint.c (check_tracepoint_command): Remove.
234 (commands_command_1, create_tracepoint_from_upload): Update.
235
236 2018-05-04 Tom Tromey <tom@tromey.com>
237
238 PR gdb/11750:
239 * cli/cli-script.h (enum command_control_type) <define_control>:
240 New constant.
241 * cli/cli-script.c (multi_line_command_p): Handle define_control.
242 (build_command_line, execute_control_command_1)
243 (process_next_line): Likewise.
244 (do_define_command): New function, extracted from define_command.
245 (define_command): Use it.
246
247 2018-05-04 Tom Tromey <tom@tromey.com>
248
249 * tracepoint.c (actions_command): Update.
250 * cli/cli-script.h (read_command_lines): Update.
251 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
252 (MAX_TMPBUF): Remove define.
253 (define_command): Use string_printf.
254 (document_command): Likewise.
255 * breakpoint.c (commands_command_1): Update.
256
257 2018-05-04 Tom Tromey <tom@tromey.com>
258
259 * top.c (execute_command): Update.
260 * cli/cli-script.h (print_command_lines): Now varargs.
261 * cli/cli-script.c (print_command_lines): Now varargs.
262 (execute_control_command_1) <case while_control, case if_control>:
263 Update.
264
265 2018-05-04 Tom Tromey <tom@tromey.com>
266
267 * tracepoint.c (all_tracepoint_actions): Rename from
268 all_tracepoint_actions_and_cleanup. Change return type.
269 (actions_command, encode_actions_1, encode_actions)
270 (trace_dump_actions, tdump_command): Update.
271 * remote.c (remote_download_command_source): Update.
272 * python/python.c (gdbpy_eval_from_control_command)
273 (python_command, python_interactive_command): Update.
274 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
275 * guile/guile.c (guile_command)
276 (gdbscm_eval_from_control_command, guile_command): Update.
277 * compile/compile.c (compile_code_command)
278 (compile_print_command, compile_to_object): Update.
279 * cli/cli-script.h (struct command_lines_deleter): New.
280 (counted_command_line): New typedef.
281 (struct command_line): Add constructor, destructor.
282 <body_list>: Remove.
283 <body_list_0, body_list_1>: New members.
284 (command_line_up): Remove typedef.
285 (read_command_lines, read_command_lines_1, get_command_line):
286 Update.
287 (copy_command_lines): Don't declare.
288 * cli/cli-script.c (build_command_line): Use "new".
289 (get_command_line): Return counted_command_line.
290 (print_command_lines, execute_user_command)
291 (execute_control_command_1, while_command, if_command): Update.
292 (realloc_body_list): Remove.
293 (process_next_line, recurse_read_control_structure): Update.
294 (read_command_lines, read_command_lines_1): Return counted_command_line.
295 (free_command_lines): Use "delete".
296 (copy_command_lines): Remove.
297 (define_command, document_command, show_user_1): Update.
298 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
299 a counted_command_line.
300 * breakpoint.h (counted_command_line): Remove typedef.
301 (breakpoint_set_commands): Update.
302 * breakpoint.c (check_no_tracepoint_commands)
303 (validate_commands_for_breakpoint): Update.
304 (breakpoint_set_commands): Change commands to be a
305 counted_command_line.
306 (commands_command_1, update_dprintf_command_list)
307 (create_tracepoint_from_upload): Update.
308
309 2018-05-04 Tom Tromey <tom@tromey.com>
310
311 * cli/cli-decode.h (cmd_list_element): New constructor.
312 (~cmd_list_element): New destructor.
313 (struct cmd_list_element): Add initializers.
314 * cli/cli-decode.c (do_add_cmd): Use "new".
315 (delete_cmd): Use "delete".
316
317 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
318 Pedro Alves <palves@redhat.com>
319
320 PR breakpoints/19806 and support for PR external/20207.
321 * NEWS: Mention Aarch64 watchpoint improvements.
322 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
323 watchpoints and PR external/20207 watchpoints.
324 * nat/aarch64-linux-hw-point.c
325 (kernel_supports_any_contiguous_range): New.
326 (aarch64_watchpoint_offset): New.
327 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
328 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
329 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
330 (aarch64_align_watchpoint): New parameters aligned_offset_p and
331 next_addr_orig_p. Support PR external/20207 watchpoints.
332 (aarch64_downgrade_regs): New.
333 (aarch64_dr_state_insert_one_point): New parameters offset and
334 addr_orig.
335 (aarch64_dr_state_remove_one_point): Likewise.
336 (aarch64_handle_breakpoint): Update caller.
337 (aarch64_handle_aligned_watchpoint): Likewise.
338 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
339 aligned_offset.
340 (aarch64_linux_set_debug_regs): Remove const from state. Call
341 aarch64_downgrade_regs.
342 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
343 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
344 (DR_CONTROL_MASK): ... this.
345 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
346 (unsigned int aarch64_watchpoint_offset): New prototype.
347 (aarch64_linux_set_debug_regs): Remove const from state.
348 * utils.c (align_up, align_down): Move to ...
349 * common/common-utils.c (align_up, align_down): ... here.
350 * utils.h (align_up, align_down): Move to ...
351 * common/common-utils.h (align_up, align_down): ... here.
352
353 2018-05-04 Joel Brobecker <brobecker@adacore.com>
354
355 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
356 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
357 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
358 Re-implement to match the ABI as summarized in GCC's
359 gcc/config/sparc/sparc.c. All callers updated.
360 (sparc32_store_arguments): Remove assertion.
361
362 2018-05-04 Tom Tromey <tom@tromey.com>
363
364 * printcmd.c: Don't include tui.h.
365 (decode_format): Use skip_spaces.
366
367 2018-05-04 Tom Tromey <tom@tromey.com>
368
369 PR gdb/22619:
370 * printcmd.c (last_count): New global.
371 (x_command): Use saved count when repeating.
372
373 2018-05-04 Tom Tromey <tom@tromey.com>
374
375 * nto-procfs.c (do_closedir_cleanup): Remove.
376 (procfs_pidlist): Use gdb_dir_up.
377 * procfs.c (do_closedir_cleanup): Remove.
378 (proc_update_threads): Use gdb_dir_up.
379 * common/filestuff.h (struct gdb_dir_deleter): New.
380 (gdb_dir_up): New typedef.
381
382 2018-05-04 Tom Tromey <tom@tromey.com>
383
384 * ada-lang.c (print_mention_exception): Use std::string.
385
386 2018-05-04 Tom Tromey <tom@tromey.com>
387
388 * ada-lang.c (create_excep_cond_exprs): Update.
389 (ada_exception_catchpoint_cond_string): Use std::string.
390
391 2018-05-04 Tom Tromey <tom@tromey.com>
392
393 * ada-lang.c (xget_renaming_scope): Return std::string.
394 (old_renaming_is_invisible): Update.
395
396 2018-05-04 Tom Tromey <tom@tromey.com>
397
398 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
399 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
400
401 2018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
402
403 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
404
405 2018-05-04 Tom Tromey <tom@tromey.com>
406
407 * remote.c (remote_query_supported_append): Change type.
408 (remote_check_symbols): Update.
409
410 2018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
411
412 PR gdb/11420
413 * configure.ac: Prepend libpython.
414 * python/python-config.py: Likewise.
415 * configure: Regenerate.
416
417 2018-05-03 Simon Marchi <simon.marchi@ericsson.com>
418
419 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
420
421 2018-05-03 Pedro Alves <palves@redhat.com>
422
423 * s390-linux-nat.c
424 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
425 override. Write 'true' instead of '1'.
426 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
427 declaration.
428
429 2018-05-02 Pedro Alves <palves@redhat.com>
430
431 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
432 add_inf_child_target.
433 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
434 add_inf_child_target.
435 * aix-thread.c (aix_thread_target_info): New.
436 (aix_thread_target) <shortname, longname, doc>: Delete.
437 <info>: New.
438 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
439 add_inf_child_target.
440 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
441 add_inf_child_target.
442 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
443 add_inf_child_target.
444 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
445 add_inf_child_target.
446 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
447 add_inf_child_target.
448 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
449 add_inf_child_target.
450 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
451 add_inf_child_target.
452 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
453 add_inf_child_target.
454 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
455 add_inf_child_target.
456 * bfd-target.c (target_bfd_target_info): New.
457 (target_bfd) <shortname, longname, doc>: Delete.
458 <info>: New.
459 * bsd-kvm.c (bsd_kvm_target_info): New.
460 (bsd_kvm_target) <shortname, longname, doc>: Delete.
461 <info>: New.
462 (bsd_kvm_target::open): Rename to ...
463 (bsd_kvm_target_open): ... this. Adjust.
464 * bsd-uthread.c (bsd_uthread_target_info): New.
465 (bsd_uthread_target) <shortname, longname, doc>: Delete.
466 <info>: New.
467 * corefile.c (core_file_command): Adjust.
468 * corelow.c (core_target_info): New.
469 (core_target) <shortname, longname, doc>: Delete.
470 <info>: New.
471 (core_target::open): Rename to ...
472 (core_target_open): ... this. Adjust.
473 * ctf.c (ctf_target_info): New.
474 (ctf_target) <shortname, longname, doc>: Delete.
475 <info>: New.
476 (ctf_target::open): Rename to ...
477 (ctf_target_open): ... this.
478 (_initialize_ctf): Adjust.
479 * exec.c (exec_target_info): New.
480 (exec_target) <shortname, longname, doc>: Delete.
481 <info>: New.
482 (exec_target::open): Rename to ...
483 (exec_target_open): ... this.
484 * gdbcore.h (core_target_open): Declare.
485 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
486 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
487 add_inf_child_target.
488 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
489 add_inf_child_target.
490 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
491 add_inf_child_target.
492 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
493 add_inf_child_target.
494 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
495 add_inf_child_target.
496 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
497 add_inf_child_target.
498 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
499 add_inf_child_target.
500 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
501 add_inf_child_target.
502 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
503 add_inf_child_target.
504 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
505 add_inf_child_target.
506 * inf-child.c (inf_child_target_info): New.
507 (inf_child_target::info): New.
508 (inf_child_open_target): Remove 'target' parameter. Use
509 get_native_target instead.
510 (inf_child_target::open): Delete.
511 (add_inf_child_target): New.
512 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
513 Delete.
514 <info>: New.
515 (add_inf_child_target): Declare.
516 (inf_child_open_target): Declare.
517 * linux-thread-db.c (thread_db_target_info): New.
518 (thread_db_target) <shortname, longname, doc>: Delete.
519 <info>: New.
520 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
521 add_inf_child_target.
522 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
523 add_inf_child_target.
524 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
525 add_inf_child_target.
526 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
527 add_inf_child_target.
528 * make-target-delegates (print_class): Adjust.
529 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
530 add_inf_child_target.
531 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
532 add_inf_child_target.
533 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
534 add_inf_child_target.
535 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
536 add_inf_child_target.
537 * nto-procfs.c (nto_native_target_info): New.
538 (nto_procfs_target_native) <shortname, longname, doc>:
539 Delete.
540 <info>: New.
541 (nto_procfs_target_info): New.
542 (nto_procfs_target_procfs) <shortname, longname, doc>:
543 Delete.
544 <info>: New.
545 (init_procfs_targets): Adjust.
546 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
547 add_inf_child_target.
548 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
549 add_inf_child_target.
550 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
551 add_inf_child_target.
552 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
553 add_inf_child_target.
554 * ravenscar-thread.c (ravenscar_target_info): New.
555 (ravenscar_thread_target) <shortname, longname, doc>:
556 Delete.
557 <info>: New.
558 * record-btrace.c (record_btrace_target_info):
559 (record_btrace_target) <shortname, longname, doc>: Delete.
560 <info>: New.
561 (record_btrace_target::open): Rename to ...
562 (record_btrace_target_open): ... this. Adjust.
563 * record-full.c (record_longname, record_doc): New.
564 (record_full_base_target) <shortname, longname, doc>: Delete.
565 <info>: New.
566 (record_full_target_info): New.
567 (record_full_target): <shortname>: Delete.
568 <info>: New.
569 (record_full_core_open_1, record_full_open_1): Update comments.
570 (record_full_base_target::open): Rename to ...
571 (record_full_open): ... this.
572 (cmd_record_full_restore): Update.
573 (_initialize_record_full): Update.
574 * remote-sim.c (remote_sim_target_info): New.
575 (gdbsim_target) <shortname, longname, doc>: Delete.
576 <info>: New.
577 (gdbsim_target::open): Rename to ...
578 (gdbsim_target_open): ... this.
579 (_initialize_remote_sim): Adjust.
580 * remote.c (remote_doc): New.
581 (remote_target_info): New.
582 (remote_target) <shortname, longname, doc>: Delete.
583 <info>: New.
584 (extended_remote_target_info): New.
585 (extended_remote_target) <shortname, longname, doc>: Delete.
586 <info>: New.
587 (remote_target::open_1): Make static. Adjust.
588 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
589 * s390-linux-nat.c (_initialize_s390_nat): Use
590 add_inf_child_target.
591 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
592 add_inf_child_target.
593 * sol-thread.c (thread_db_target_info): New.
594 (sol_thread_target) <shortname, longname, doc>: Delete.
595 <info>: New.
596 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
597 add_inf_child_target.
598 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
599 add_inf_child_target.
600 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
601 add_inf_child_target.
602 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
603 add_inf_child_target.
604 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
605 add_inf_child_target.
606 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
607 add_inf_child_target.
608 * spu-linux-nat.c (_initialize_spu_nat): Use
609 add_inf_child_target.
610 * spu-multiarch.c (spu_multiarch_target_info): New.
611 (spu_multiarch_target) <shortname, longname, doc>: Delete.
612 <info>: New.
613 * target-delegates.c: Regenerate.
614 * target.c: Include <unordered_map>.
615 (target_ops_p): Delete.
616 (DEF_VEC_P(target_ops_p)): Delete.
617 (target_factories): New.
618 (test_target_info): New.
619 (test_target_ops::info): New.
620 (open_target): Adjust to use target_factories.
621 (add_target_with_completer): Rename to ...
622 (add_target): ... this. Change prototype. Register target_info
623 and open callback in target_factories. Register target_info in
624 command context instead of target_ops.
625 (add_target): Delete old implementation.
626 (add_deprecated_target_alias): Change prototype. Adjust.
627 (the_native_target): New.
628 (set_native_target, get_native_target): New.
629 (find_default_run_target): Use the_native_target.
630 (find_attach_target, find_run_target): Simplify.
631 (target_ops::open): Delete.
632 (dummy_target_info): New.
633 (dummy_target::shortname, dummy_target::longname)
634 (dummy_target::doc): Delete.
635 (dummy_target::info): New.
636 (debug_target::shortname, debug_target::longname)
637 (debug_target::doc): Delete.
638 (debug_target::info): New.
639 * target.h (struct target_info): New.
640 (target_ops::~target_ops): Add comment.
641 (target_ops::info): New.
642 (target_ops::shortname, target_ops::longname, target_ops::doc): No
643 longer virtual. Implement in terms of target_info.
644 (set_native_target, get_native_target): Declare.
645 (target_open_ftype): New.
646 (add_target, add_target_with_completer)
647 (add_deprecated_target_alias): Change prototype.
648 (test_target) <shortname, longname, doc>: Delete.
649 <info>: New.
650 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
651 add_inf_child_target.
652 * tracefile-tfile.c (tfile_target_info): New.
653 (tfile_target) <shortname, longname, doc>: Delete.
654 <info>: New.
655 (tfile_target::open): Rename to ...
656 (tfile_target_open): ... this.
657 (_initialize_tracefile_tfile): Adjust.
658 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
659 add_inf_child_target.
660 * windows-nat.c (_initialize_windows_nat): Use
661 add_inf_child_target.
662 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
663 add_inf_child_target.
664
665 2018-05-02 Pedro Alves <palves@redhat.com>
666
667 * linux-nat.h (linux_nat_target) <low_new_thread,
668 low_delete_thread, low_new_fork, low_forget_process,
669 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
670 New virtual methods.
671 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
672 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
673 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
674 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
675 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
676 Delete.
677 * linux-fork.c (delete_fork): Adjust to call low method.
678 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
679 (linux_nat_new_fork, linux_nat_forget_process_hook)
680 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
681 (linux_nat_status_is_event):
682 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
683 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
684 to call low method.
685 (sigtrap_is_event): Rename to ...
686 (linux_nat_target::low_status_is_event): ... this.
687 (linux_nat_set_status_is_event): Delete.
688 (save_stop_reason, linux_nat_wait_1)
689 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
690 low methods.
691 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
692 (linux_nat_set_new_fork, linux_nat_set_forget_process)
693 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
694 (linux_nat_set_prepare_to_resume): Delete.
695 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
696 low virtual methods.
697 * amd64-linux-nat.c: Likewise.
698 * arm-linux-nat.c: Likewise.
699 * i386-linux-nat.c: Likewise.
700 * ia64-linux-nat.c: Likewise.
701 * mips-linux-nat.c: Likewise.
702 * ppc-linux-nat.c: Likewise.
703 * s390-linux-nat.c: Likewise.
704 * sparc64-linux-nat.c: Likewise.
705 * x86-linux-nat.c: Likewise.
706 * x86-linux-nat.h: Include "nat/x86-linux.h".
707 (x86_linux_nat_target) <low_new_fork, low_forget_process,
708 low_prepare_to_resume, low_new_thread, low_delete_thread>:
709 Override methods.
710
711 2018-05-02 Pedro Alves <palves@redhat.com>
712
713 * target.h (target_ops)
714 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
715 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
716 stopped_by_watchpoint, have_continuable_watchpoint,
717 stopped_data_address, watchpoint_addr_within_range,
718 can_accel_watchpoint_condition, can_run, thread_alive,
719 has_all_memory, has_memory, has_stack, has_registers,
720 has_execution, can_async_p, is_async_p, supports_non_stop,
721 always_non_stop_p, can_execute_reverse, supports_multi_process,
722 supports_enable_disable_tracepoint,
723 supports_disable_randomization, supports_string_tracing,
724 supports_evaluation_of_breakpoint_conditions,
725 can_run_breakpoint_commands, filesystem_is_local,
726 can_download_tracepoint, get_trace_state_variable_value,
727 set_trace_notes, get_tib_address, use_agent, can_use_agent,
728 record_is_replaying, record_will_replay,
729 augmented_libraries_svr4_read>: Adjust to return bool.
730 * aarch64-linux-nat.c: All implementations adjusted.
731 * aix-thread.c: All implementations adjusted.
732 * arm-linux-nat.c: All implementations adjusted.
733 * breakpoint.c: All implementations adjusted.
734 * bsd-kvm.c: All implementations adjusted.
735 * bsd-uthread.c: All implementations adjusted.
736 * corelow.c: All implementations adjusted.
737 * ctf.c: All implementations adjusted.
738 * darwin-nat.c: All implementations adjusted.
739 * darwin-nat.h: All implementations adjusted.
740 * exec.c: All implementations adjusted.
741 * fbsd-nat.c: All implementations adjusted.
742 * fbsd-nat.h: All implementations adjusted.
743 * gnu-nat.c: All implementations adjusted.
744 * gnu-nat.h: All implementations adjusted.
745 * go32-nat.c: All implementations adjusted.
746 * ia64-linux-nat.c: All implementations adjusted.
747 * inf-child.c: All implementations adjusted.
748 * inf-child.h: All implementations adjusted.
749 * inf-ptrace.c: All implementations adjusted.
750 * inf-ptrace.h: All implementations adjusted.
751 * linux-nat.c: All implementations adjusted.
752 * linux-nat.h: All implementations adjusted.
753 * mips-linux-nat.c: All implementations adjusted.
754 * nto-procfs.c: All implementations adjusted.
755 * ppc-linux-nat.c: All implementations adjusted.
756 * procfs.c: All implementations adjusted.
757 * ravenscar-thread.c: All implementations adjusted.
758 * record-btrace.c: All implementations adjusted.
759 * record-full.c: All implementations adjusted.
760 * remote-sim.c: All implementations adjusted.
761 * remote.c: All implementations adjusted.
762 * s390-linux-nat.c: All implementations adjusted.
763 * sol-thread.c: All implementations adjusted.
764 * spu-multiarch.c: All implementations adjusted.
765 * target-delegates.c: All implementations adjusted.
766 * target.c: All implementations adjusted.
767 * target.h: All implementations adjusted.
768 * tracefile-tfile.c: All implementations adjusted.
769 * tracefile.c: All implementations adjusted.
770 * tracefile.h: All implementations adjusted.
771 * windows-nat.c: All implementations adjusted.
772 * x86-linux-nat.h: All implementations adjusted.
773 * x86-nat.h: All implementations adjusted.
774
775 2018-05-02 Pedro Alves <palves@redhat.com>
776
777 * make-target-delegates (scan_target_h): Don't trim lines here.
778 Replace sequences of tabs and/or whitespace with a single
779 whitespace.
780 (top level, parsing methods): Trim each line before processing it
781 here.
782
783 2018-05-02 Pedro Alves <palves@redhat.com>
784 John Baldwin <jhb@freebsd.org>
785
786 * target.h (enum strata) <debug_stratum>: New.
787 (struct target_ops) <all delegation methods>: Replace by C++
788 virtual methods, and drop "to_" prefix. All references updated
789 throughout.
790 <to_shortname, to_longname, to_doc, to_data,
791 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
792 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
793 virtual methods. All references updated throughout.
794 <can_attach, supports_terminal_ours, can_create_inferior,
795 get_thread_control_capabilities, attach_no_wait>: New
796 virtual methods.
797 <insert_breakpoint, remove_breakpoint>: Now
798 TARGET_DEFAULT_NORETURN methods.
799 <info_proc>: Now returns bool.
800 <to_magic>: Delete.
801 (OPS_MAGIC): Delete.
802 (current_target): Delete. All references replaced by references
803 to ...
804 (target_stack): ... this. New.
805 (target_shortname, target_longname): Adjust.
806 (target_can_run): Now a function declaration.
807 (default_child_has_all_memory, default_child_has_memory)
808 (default_child_has_stack, default_child_has_registers)
809 (default_child_has_execution): Remove target_ops parameter.
810 (complete_target_initialization): Delete.
811 (memory_breakpoint_target): New template class.
812 (test_target_ops): Refactor as a C++ class with virtual methods.
813 * make-target-delegates (NAME_PART): Tighten.
814 (POINTER_PART, CP_SYMBOL): New.
815 (SIMPLE_RETURN_PART): Reimplement.
816 (VEC_RETURN_PART): Expect less.
817 (RETURN_PART, VIRTUAL_PART): New.
818 (METHOD): Adjust to C++ virtual methods.
819 (scan_target_h): Remove reference to C99.
820 (dname): Output "target_ops::" prefix.
821 (write_function_header): Adjust to output a C++ class method.
822 (write_declaration): New.
823 (write_delegator): Adjust to output a C++ class method.
824 (tdname): Output "dummy_target::" prefix.
825 (write_tdefault, write_debugmethod): Adjust to output a C++ class
826 method.
827 (tdefault_names, debug_names): Delete.
828 (return_types, tdefaults, styles, argtypes_array): New.
829 (top level): All methods are delegators.
830 (print_class): New.
831 (top level): Print dummy_target and debug_target classes.
832 * target-delegates.c: Regenerate.
833 * target-debug.h (target_debug_print_enum_info_proc_what)
834 (target_debug_print_thread_control_capabilities)
835 (target_debug_print_thread_info_p): New.
836 * target.c (dummy_target): Delete.
837 (the_dummy_target, the_debug_target): New.
838 (target_stack): Now extern.
839 (set_targetdebug): Push/unpush debug target.
840 (default_child_has_all_memory, default_child_has_memory)
841 (default_child_has_stack, default_child_has_registers)
842 (default_child_has_execution): Remove target_ops parameter.
843 (complete_target_initialization): Delete.
844 (add_target_with_completer): No longer call
845 complete_target_initialization.
846 (target_supports_terminal_ours): Use regular delegation.
847 (update_current_target): Delete.
848 (push_target): No longer check magic number. Don't call
849 update_current_target.
850 (unpush_target): Don't call update_current_target.
851 (target_is_pushed): No longer check magic number.
852 (target_require_runnable): Skip for all stratums over
853 process_stratum.
854 (target_ops::info_proc): New.
855 (target_info_proc): Use find_target_at and
856 find_default_run_target.
857 (target_supports_disable_randomization): Use regular delegation.
858 (target_get_osdata): Use find_target_at.
859 (target_ops::open, target_ops::close, target_ops::can_attach)
860 (target_ops::attach, target_ops::can_create_inferior)
861 (target_ops::create_inferior, target_ops::can_run)
862 (target_can_run): New.
863 (default_fileio_target): Use regular delegation.
864 (target_ops::fileio_open, target_ops::fileio_pwrite)
865 (target_ops::fileio_pread, target_ops::fileio_fstat)
866 (target_ops::fileio_close, target_ops::fileio_unlink)
867 (target_ops::fileio_readlink): New.
868 (target_fileio_open_1, target_fileio_unlink)
869 (target_fileio_readlink): Always call the target method. Handle
870 FILEIO_ENOSYS.
871 (return_zero, return_zero_has_execution): Delete.
872 (init_dummy_target): Delete.
873 (dummy_target::dummy_target, dummy_target::shortname)
874 (dummy_target::longname, dummy_target::doc)
875 (debug_target::debug_target, debug_target::shortname)
876 (debug_target::longname, debug_target::doc): New.
877 (target_supports_delete_record): Use regular delegation.
878 (setup_target_debug): Delete.
879 (maintenance_print_target_stack): Skip debug_stratum.
880 (initialize_targets): Instantiate the_dummy_target and
881 the_debug_target.
882 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
883 use target_stack.
884 (target_auxv_search, fprint_target_auxv): Adjust.
885 (info_auxv_command): Adjust to use target_stack.
886 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
887 * exceptions.c (print_flush): Handle a NULL target_stack.
888 * regcache.c (target_ops_no_register): Refactor as class with
889 virtual methods.
890
891 * exec.c (exec_target): New class.
892 (exec_ops): Now an exec_target.
893 (exec_open, exec_close_1, exec_get_section_table)
894 (exec_xfer_partial, exec_files_info, exec_has_memory)
895 (exec_make_note_section): Refactor as exec_target methods.
896 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
897 Delete.
898 (exec_target::find_memory_regions): New.
899 (_initialize_exec): Don't call init_exec_ops.
900 * gdbcore.h (exec_file_clear): Delete.
901
902 * corefile.c (core_target): Delete.
903 (core_file_command): Adjust.
904 * corelow.c (core_target): New class.
905 (the_core_target): New.
906 (core_close): Remove target_ops parameter.
907 (core_close_cleanup): Adjust.
908 (core_target::close): New.
909 (core_open, core_detach, get_core_registers, core_files_info)
910 (core_xfer_partial, core_thread_alive, core_read_description)
911 (core_pid_to_str, core_thread_name, core_has_memory)
912 (core_has_stack, core_has_registers, core_info_proc): Rework as
913 core_target methods.
914 (ignore, core_remove_breakpoint, init_core_ops): Delete.
915 (_initialize_corelow): Initialize the_core_target.
916 * gdbcore.h (core_target): Delete.
917 (the_core_target): New.
918
919 * ctf.c: (ctf_target): New class.
920 (ctf_ops): Now a ctf_target.
921 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
922 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
923 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
924 methods.
925 (init_ctf_ops): Delete.
926 (_initialize_ctf): Don't call it.
927 * tracefile-tfile.c (tfile_target): New class.
928 (tfile_ops): Now a tfile_target.
929 (tfile_open, tfile_close, tfile_files_info)
930 (tfile_get_tracepoint_status, tfile_trace_find)
931 (tfile_fetch_registers, tfile_xfer_partial)
932 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
933 Refactor as tfile_target methods.
934 (tfile_xfer_partial_features): Remove target_ops parameter.
935 (init_tfile_ops): Delete.
936 (_initialize_tracefile_tfile): Don't call it.
937 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
938 (tracefile_has_stack, tracefile_has_registers)
939 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
940 tracefile_target methods.
941 (init_tracefile_ops): Delete.
942 (tracefile_target::tracefile_target): New.
943 * tracefile.h: Include "target.h".
944 (tracefile_target): New class.
945 (init_tracefile_ops): Delete.
946
947 * spu-multiarch.c (spu_multiarch_target): New class.
948 (spu_ops): Now a spu_multiarch_target.
949 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
950 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
951 (spu_search_memory, spu_mourn_inferior): Refactor as
952 spu_multiarch_target methods.
953 (init_spu_ops): Delete.
954 (_initialize_spu_multiarch): Remove references to init_spu_ops,
955 complete_target_initialization.
956
957 * ravenscar-thread.c (ravenscar_thread_target): New class.
958 (ravenscar_ops): Now a ravenscar_thread_target.
959 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
960 (ravenscar_thread_alive, ravenscar_pid_to_str)
961 (ravenscar_fetch_registers, ravenscar_store_registers)
962 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
963 (ravenscar_stopped_by_hw_breakpoint)
964 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
965 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
966 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
967 methods.
968 (init_ravenscar_thread_ops): Delete.
969 (_initialize_ravenscar): Remove references to
970 init_ravenscar_thread_ops and complete_target_initialization.
971
972 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
973 (bsd_uthread_target): New class.
974 (bsd_uthread_ops): Now a bsd_uthread_target.
975 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
976 (bsd_uthread_close, bsd_uthread_mourn_inferior)
977 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
978 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
979 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
980 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
981 (bsd_uthread_target): Delete function.
982 (_initialize_bsd_uthread): Remove reference to
983 complete_target_initialization.
984
985 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
986 (target_bfd): ... this new class.
987 (target_bfd_xfer_partial, target_bfd_get_section_table)
988 (target_bfd_close): Refactor as target_bfd methods.
989 (target_bfd::~target_bfd): New.
990 (target_bfd_reopen): Adjust.
991 (target_bfd::close): New.
992
993 * record-btrace.c (record_btrace_target): New class.
994 (record_btrace_ops): Now a record_btrace_target.
995 (record_btrace_open, record_btrace_stop_recording)
996 (record_btrace_disconnect, record_btrace_close)
997 (record_btrace_async, record_btrace_info)
998 (record_btrace_insn_history, record_btrace_insn_history_range)
999 (record_btrace_insn_history_from, record_btrace_call_history)
1000 (record_btrace_call_history_range)
1001 (record_btrace_call_history_from, record_btrace_record_method)
1002 (record_btrace_is_replaying, record_btrace_will_replay)
1003 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
1004 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
1005 (record_btrace_store_registers, record_btrace_prepare_to_store)
1006 (record_btrace_to_get_unwinder)
1007 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
1008 (record_btrace_commit_resume, record_btrace_wait)
1009 (record_btrace_stop, record_btrace_can_execute_reverse)
1010 (record_btrace_stopped_by_sw_breakpoint)
1011 (record_btrace_supports_stopped_by_sw_breakpoint)
1012 (record_btrace_stopped_by_hw_breakpoint)
1013 (record_btrace_supports_stopped_by_hw_breakpoint)
1014 (record_btrace_update_thread_list, record_btrace_thread_alive)
1015 (record_btrace_goto_begin, record_btrace_goto_end)
1016 (record_btrace_goto, record_btrace_stop_replaying_all)
1017 (record_btrace_execution_direction)
1018 (record_btrace_prepare_to_generate_core)
1019 (record_btrace_done_generating_core): Refactor as
1020 record_btrace_target methods.
1021 (init_record_btrace_ops): Delete.
1022 (_initialize_record_btrace): Remove reference to
1023 init_record_btrace_ops.
1024 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
1025 the execution_direction global.
1026 (record_full_base_target, record_full_target)
1027 (record_full_core_target): New classes.
1028 (record_full_ops): Now a record_full_target.
1029 (record_full_core_ops): Now a record_full_core_target.
1030 (record_full_target::detach, record_full_target::disconnect)
1031 (record_full_core_target::disconnect)
1032 (record_full_target::mourn_inferior, record_full_target::kill):
1033 New.
1034 (record_full_open, record_full_close, record_full_async): Refactor
1035 as methods of the record_full_base_target class.
1036 (record_full_resume, record_full_commit_resume): Refactor
1037 as methods of the record_full_target class.
1038 (record_full_wait, record_full_stopped_by_watchpoint)
1039 (record_full_stopped_data_address)
1040 (record_full_stopped_by_sw_breakpoint)
1041 (record_full_supports_stopped_by_sw_breakpoint)
1042 (record_full_stopped_by_hw_breakpoint)
1043 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
1044 methods of the record_full_base_target class.
1045 (record_full_store_registers, record_full_xfer_partial)
1046 (record_full_insert_breakpoint, record_full_remove_breakpoint):
1047 Refactor as methods of the record_full_target class.
1048 (record_full_can_execute_reverse, record_full_get_bookmark)
1049 (record_full_goto_bookmark, record_full_execution_direction)
1050 (record_full_record_method, record_full_info, record_full_delete)
1051 (record_full_is_replaying, record_full_will_replay)
1052 (record_full_goto_begin, record_full_goto_end, record_full_goto)
1053 (record_full_stop_replaying): Refactor as methods of the
1054 record_full_base_target class.
1055 (record_full_core_resume, record_full_core_kill)
1056 (record_full_core_fetch_registers)
1057 (record_full_core_prepare_to_store)
1058 (record_full_core_store_registers, record_full_core_xfer_partial)
1059 (record_full_core_insert_breakpoint)
1060 (record_full_core_remove_breakpoint)
1061 (record_full_core_has_execution): Refactor
1062 as methods of the record_full_core_target class.
1063 (record_full_base_target::supports_delete_record): New.
1064 (init_record_full_ops): Delete.
1065 (init_record_full_core_ops): Delete.
1066 (record_full_save): Refactor as method of the
1067 record_full_base_target class.
1068 (_initialize_record_full): Remove references to
1069 init_record_full_ops and init_record_full_core_ops.
1070
1071 * remote.c (remote_target, extended_remote_target): New classes.
1072 (remote_ops): Now a remote_target.
1073 (extended_remote_ops): Now an extended_remote_target.
1074 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
1075 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
1076 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
1077 (remote_pass_signals, remote_set_syscall_catchpoint)
1078 (remote_program_signals, )
1079 (remote_thread_always_alive): Remove target_ops parameter.
1080 (remote_thread_alive, remote_thread_name)
1081 (remote_update_thread_list, remote_threads_extra_info)
1082 (remote_static_tracepoint_marker_at)
1083 (remote_static_tracepoint_markers_by_strid)
1084 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
1085 (remote_open): Refactor as methods of remote_target.
1086 (extended_remote_open, extended_remote_detach)
1087 (extended_remote_attach, extended_remote_post_attach):
1088 (extended_remote_supports_disable_randomization)
1089 (extended_remote_create_inferior): : Refactor as method of
1090 extended_remote_target.
1091 (remote_set_permissions, remote_open_1, remote_detach)
1092 (remote_follow_fork, remote_follow_exec, remote_disconnect)
1093 (remote_resume, remote_commit_resume, remote_stop)
1094 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
1095 (remote_terminal_ours, remote_wait, remote_fetch_registers)
1096 (remote_prepare_to_store, remote_store_registers)
1097 (remote_flash_erase, remote_flash_done, remote_files_info)
1098 (remote_kill, remote_mourn, remote_insert_breakpoint)
1099 (remote_remove_breakpoint, remote_insert_watchpoint)
1100 (remote_watchpoint_addr_within_range)
1101 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
1102 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
1103 (remote_supports_stopped_by_sw_breakpoint)
1104 (remote_stopped_by_hw_breakpoint)
1105 (remote_supports_stopped_by_hw_breakpoint)
1106 (remote_stopped_by_watchpoint, remote_stopped_data_address)
1107 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
1108 (remote_verify_memory): Refactor as methods of remote_target.
1109 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
1110 parameter.
1111 (remote_xfer_partial, remote_get_memory_xfer_limit)
1112 (remote_search_memory, remote_rcmd, remote_memory_map)
1113 (remote_pid_to_str, remote_get_thread_local_address)
1114 (remote_get_tib_address, remote_read_description): Refactor as
1115 methods of remote_target.
1116 (remote_target::fileio_open, remote_target::fileio_pwrite)
1117 (remote_target::fileio_pread, remote_target::fileio_close): New.
1118 (remote_hostio_readlink, remote_hostio_fstat)
1119 (remote_filesystem_is_local, remote_can_execute_reverse)
1120 (remote_supports_non_stop, remote_supports_disable_randomization)
1121 (remote_supports_multi_process, remote_supports_cond_breakpoints)
1122 (remote_supports_enable_disable_tracepoint)
1123 (remote_supports_string_tracing)
1124 (remote_can_run_breakpoint_commands, remote_trace_init)
1125 (remote_download_tracepoint, remote_can_download_tracepoint)
1126 (remote_download_trace_state_variable, remote_enable_tracepoint)
1127 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
1128 (remote_trace_start, remote_get_trace_status)
1129 (remote_get_tracepoint_status, remote_trace_stop)
1130 (remote_trace_find, remote_get_trace_state_variable_value)
1131 (remote_save_trace_data, remote_get_raw_trace_data)
1132 (remote_set_disconnected_tracing, remote_core_of_thread)
1133 (remote_set_circular_trace_buffer, remote_traceframe_info)
1134 (remote_get_min_fast_tracepoint_insn_len)
1135 (remote_set_trace_buffer_size, remote_set_trace_notes)
1136 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
1137 (remote_disable_btrace, remote_teardown_btrace)
1138 (remote_read_btrace, remote_btrace_conf)
1139 (remote_augmented_libraries_svr4_read, remote_load)
1140 (remote_pid_to_exec_file, remote_can_do_single_step)
1141 (remote_execution_direction, remote_thread_handle_to_thread_info):
1142 Refactor as methods of remote_target.
1143 (init_remote_ops, init_extended_remote_ops): Delete.
1144 (remote_can_async_p, remote_is_async_p, remote_async)
1145 (remote_thread_events, remote_upload_tracepoints)
1146 (remote_upload_trace_state_variables): Refactor as methods of
1147 remote_target.
1148 (_initialize_remote): Remove references to init_remote_ops and
1149 init_extended_remote_ops.
1150
1151 * remote-sim.c (gdbsim_target): New class.
1152 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
1153 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1154 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
1155 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
1156 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
1157 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
1158 Refactor as methods of gdbsim_target.
1159 (gdbsim_ops): Now a gdbsim_target.
1160 (init_gdbsim_ops): Delete.
1161 (gdbsim_cntrl_c): Adjust.
1162 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
1163
1164 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
1165 (the_amd64_linux_nat_target): New.
1166 (amd64_linux_fetch_inferior_registers)
1167 (amd64_linux_store_inferior_registers): Refactor as methods of
1168 amd64_linux_nat_target.
1169 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
1170 * i386-linux-nat.c: Don't include "linux-nat.h".
1171 (i386_linux_nat_target): New class.
1172 (the_i386_linux_nat_target): New.
1173 (i386_linux_fetch_inferior_registers)
1174 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
1175 as methods of i386_linux_nat_target.
1176 (_initialize_i386_linux_nat): Adjust. Set linux_target.
1177 * inf-child.c (inf_child_ops): Delete.
1178 (inf_child_fetch_inferior_registers)
1179 (inf_child_store_inferior_registers): Delete.
1180 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
1181 methods of inf_child_target.
1182 (inf_child_target::supports_terminal_ours)
1183 (inf_child_target::terminal_init)
1184 (inf_child_target::terminal_inferior)
1185 (inf_child_target::terminal_ours_for_output)
1186 (inf_child_target::terminal_ours, inf_child_target::interrupt)
1187 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
1188 New.
1189 (inf_child_open, inf_child_disconnect, inf_child_close)
1190 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
1191 (inf_child_post_startup_inferior, inf_child_can_run)
1192 (inf_child_pid_to_exec_file): Refactor as methods of
1193 inf_child_target.
1194 (inf_child_follow_fork): Delete.
1195 (inf_child_target::can_create_inferior)
1196 (inf_child_target::can_attach): New.
1197 (inf_child_target::has_all_memory, inf_child_target::has_memory)
1198 (inf_child_target::has_stack, inf_child_target::has_registers)
1199 (inf_child_target::has_execution): New.
1200 (inf_child_fileio_open, inf_child_fileio_pwrite)
1201 (inf_child_fileio_pread, inf_child_fileio_fstat)
1202 (inf_child_fileio_close, inf_child_fileio_unlink)
1203 (inf_child_fileio_readlink, inf_child_use_agent)
1204 (inf_child_can_use_agent): Refactor as methods of
1205 inf_child_target.
1206 (return_zero, inf_child_target): Delete.
1207 (inf_child_target::inf_child_target): New.
1208 * inf-child.h: Include "target.h".
1209 (inf_child_target): Delete function prototype.
1210 (inf_child_target): New class.
1211 (inf_child_open_target, inf_child_mourn_inferior)
1212 (inf_child_maybe_unpush_target): Delete.
1213 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
1214 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
1215 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
1216 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
1217 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
1218 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
1219 (inf_ptrace_wait, inf_ptrace_xfer_partial)
1220 (inf_ptrace_thread_alive, inf_ptrace_files_info)
1221 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
1222 methods of inf_ptrace_target.
1223 (inf_ptrace_target): Delete function.
1224 * inf-ptrace.h: Include "inf-child.h".
1225 (inf_ptrace_target): Delete function declaration.
1226 (inf_ptrace_target): New class.
1227 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
1228 * linux-nat.c (linux_target): New.
1229 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
1230 (linux_nat_target::~linux_nat_target): New.
1231 (linux_child_post_attach, linux_child_post_startup_inferior)
1232 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
1233 (linux_child_remove_fork_catchpoint)
1234 (linux_child_insert_vfork_catchpoint)
1235 (linux_child_remove_vfork_catchpoint)
1236 (linux_child_insert_exec_catchpoint)
1237 (linux_child_remove_exec_catchpoint)
1238 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
1239 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
1240 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
1241 (linux_nat_stopped_data_address)
1242 (linux_nat_stopped_by_sw_breakpoint)
1243 (linux_nat_supports_stopped_by_sw_breakpoint)
1244 (linux_nat_stopped_by_hw_breakpoint)
1245 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
1246 (linux_nat_kill, linux_nat_mourn_inferior)
1247 (linux_nat_xfer_partial, linux_nat_thread_alive)
1248 (linux_nat_update_thread_list, linux_nat_pid_to_str)
1249 (linux_nat_thread_name, linux_child_pid_to_exec_file)
1250 (linux_child_static_tracepoint_markers_by_strid)
1251 (linux_nat_is_async_p, linux_nat_can_async_p)
1252 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
1253 (linux_nat_supports_multi_process)
1254 (linux_nat_supports_disable_randomization, linux_nat_async)
1255 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
1256 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
1257 (linux_nat_fileio_open, linux_nat_fileio_readlink)
1258 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
1259 methods of linux_nat_target.
1260 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
1261 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
1262 parameter.
1263 (check_stopped_by_watchpoint): Adjust.
1264 (linux_xfer_partial): Delete.
1265 (linux_target_install_ops, linux_target, linux_nat_add_target):
1266 Delete.
1267 (linux_nat_target::linux_nat_target): New.
1268 * linux-nat.h: Include "inf-ptrace.h".
1269 (linux_nat_target): New.
1270 (linux_target, linux_target_install_ops, linux_nat_add_target):
1271 Delete function declarations.
1272 (linux_target): Declare global.
1273 * linux-thread-db.c (thread_db_target): New.
1274 (thread_db_target::thread_db_target): New.
1275 (thread_db_ops): Delete.
1276 (the_thread_db_target): New.
1277 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
1278 (thread_db_update_thread_list, thread_db_pid_to_str)
1279 (thread_db_extra_thread_info)
1280 (thread_db_thread_handle_to_thread_info)
1281 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
1282 (thread_db_resume): Refactor as methods of thread_db_target.
1283 (init_thread_db_ops): Delete.
1284 (_initialize_thread_db): Remove reference to init_thread_db_ops.
1285 * x86-linux-nat.c: Don't include "linux-nat.h".
1286 (super_post_startup_inferior): Delete.
1287 (x86_linux_nat_target::~x86_linux_nat_target): New.
1288 (x86_linux_child_post_startup_inferior)
1289 (x86_linux_read_description, x86_linux_enable_btrace)
1290 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
1291 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
1292 methods of x86_linux_nat_target.
1293 (x86_linux_create_target): Delete. Bits folded ...
1294 (x86_linux_add_target): ... here. Now takes a linux_nat_target
1295 pointer.
1296 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
1297 (x86_linux_nat_target): New class.
1298 (x86_linux_create_target): Delete.
1299 (x86_linux_add_target): Now takes a linux_nat_target pointer.
1300 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
1301 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
1302 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
1303 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
1304 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
1305 make extern.
1306 (x86_use_watchpoints): Delete.
1307 * x86-nat.h: Include "breakpoint.h" and "target.h".
1308 (x86_use_watchpoints): Delete.
1309 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
1310 (x86_stopped_by_watchpoint, x86_stopped_data_address)
1311 (x86_insert_watchpoint, x86_remove_watchpoint)
1312 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
1313 (x86_stopped_by_hw_breakpoint): New declarations.
1314 (x86_nat_target): New template class.
1315
1316 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
1317 (the_ppc_linux_nat_target): New.
1318 (ppc_linux_fetch_inferior_registers)
1319 (ppc_linux_can_use_hw_breakpoint)
1320 (ppc_linux_region_ok_for_hw_watchpoint)
1321 (ppc_linux_ranged_break_num_registers)
1322 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
1323 (ppc_linux_insert_mask_watchpoint)
1324 (ppc_linux_remove_mask_watchpoint)
1325 (ppc_linux_can_accel_watchpoint_condition)
1326 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
1327 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
1328 (ppc_linux_watchpoint_addr_within_range)
1329 (ppc_linux_masked_watch_num_registers)
1330 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
1331 (ppc_linux_read_description): Refactor as methods of
1332 ppc_linux_nat_target.
1333 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
1334
1335 * procfs.c (procfs_xfer_partial): Delete forward declaration.
1336 (procfs_target): New class.
1337 (the_procfs_target): New.
1338 (procfs_target): Delete function.
1339 (procfs_auxv_parse, procfs_attach, procfs_detach)
1340 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
1341 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
1342 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
1343 (procfs_create_inferior, procfs_update_thread_list)
1344 (procfs_thread_alive, procfs_pid_to_str)
1345 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
1346 (procfs_stopped_data_address, procfs_insert_watchpoint)
1347 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
1348 (proc_find_memory_regions, procfs_info_proc)
1349 (procfs_make_note_section): Refactor as methods of procfs_target.
1350 (_initialize_procfs): Adjust.
1351 * sol-thread.c (sol_thread_target): New class.
1352 (sol_thread_ops): Now a sol_thread_target.
1353 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
1354 (sol_thread_fetch_registers, sol_thread_store_registers)
1355 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
1356 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
1357 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
1358 (init_sol_thread_ops): Delete.
1359 (_initialize_sol_thread): Adjust. Remove references to
1360 init_sol_thread_ops and complete_target_initialization.
1361
1362 * windows-nat.c (windows_nat_target): New class.
1363 (windows_fetch_inferior_registers)
1364 (windows_store_inferior_registers, windows_resume, windows_wait)
1365 (windows_attach, windows_detach, windows_pid_to_exec_file)
1366 (windows_files_info, windows_create_inferior)
1367 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
1368 (windows_close, windows_pid_to_str, windows_xfer_partial)
1369 (windows_get_tib_address, windows_get_ada_task_ptid)
1370 (windows_thread_name, windows_thread_alive): Refactor as
1371 windows_nat_target methods.
1372 (do_initial_windows_stuff): Adjust.
1373 (windows_target): Delete function.
1374 (_initialize_windows_nat): Adjust.
1375
1376 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
1377 (darwin_mourn_inferior, darwin_kill_inferior)
1378 (darwin_create_inferior, darwin_attach, darwin_detach)
1379 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
1380 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
1381 (darwin_supports_multi_process): Refactor as darwin_nat_target
1382 methods.
1383 (darwin_resume_to, darwin_files_info): Delete.
1384 (_initialize_darwin_inferior): Rename to ...
1385 (_initialize_darwin_nat): ... this. Adjust to C++ification.
1386 * darwin-nat.h: Include "inf-child.h".
1387 (darwin_nat_target): New class.
1388 (darwin_complete_target): Delete.
1389 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
1390 (darwin_target): New.
1391 (i386_darwin_fetch_inferior_registers)
1392 (i386_darwin_store_inferior_registers): Refactor as methods of
1393 darwin_nat_target.
1394 (darwin_complete_target): Delete, with ...
1395 (_initialize_i386_darwin_nat): ... bits factored out here.
1396
1397 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
1398 (the_alpha_linux_nat_target): New.
1399 (alpha_linux_register_u_offset): Refactor as
1400 alpha_linux_nat_target method.
1401 (_initialize_alpha_linux_nat): Adjust.
1402 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
1403 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
1404 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
1405 methods of linux_nat_trad_target.
1406 (linux_trad_target): Delete.
1407 * linux-nat-trad.h (linux_trad_target): Delete function.
1408 (linux_nat_trad_target): New class.
1409 * mips-linux-nat.c (mips_linux_nat_target): New class.
1410 (super_fetch_registers, super_store_registers, super_close):
1411 Delete.
1412 (the_mips_linux_nat_target): New.
1413 (mips64_linux_regsets_fetch_registers)
1414 (mips64_linux_regsets_store_registers)
1415 (mips64_linux_fetch_registers, mips64_linux_store_registers)
1416 (mips_linux_register_u_offset, mips_linux_read_description)
1417 (mips_linux_can_use_hw_breakpoint)
1418 (mips_linux_stopped_by_watchpoint)
1419 (mips_linux_stopped_data_address)
1420 (mips_linux_region_ok_for_hw_watchpoint)
1421 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
1422 (mips_linux_close): Refactor as methods of mips_linux_nat.
1423 (_initialize_mips_linux_nat): Adjust to C++ification.
1424
1425 * aix-thread.c (aix_thread_target): New class.
1426 (aix_thread_ops): Now an aix_thread_target.
1427 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
1428 (aix_thread_fetch_registers, aix_thread_store_registers)
1429 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
1430 (aix_thread_thread_alive, aix_thread_pid_to_str)
1431 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
1432 Refactor as methods of aix_thread_target.
1433 (init_aix_thread_ops): Delete.
1434 (_initialize_aix_thread): Remove references to init_aix_thread_ops
1435 and complete_target_initialization.
1436 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
1437 (rs6000_nat_target): New class.
1438 (the_rs6000_nat_target): New.
1439 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
1440 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
1441 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
1442 (super_create_inferior): Delete.
1443 (_initialize_rs6000_nat): Adjust to C++ification.
1444
1445 * arm-linux-nat.c (arm_linux_nat_target): New class.
1446 (the_arm_linux_nat_target): New.
1447 (arm_linux_fetch_inferior_registers)
1448 (arm_linux_store_inferior_registers, arm_linux_read_description)
1449 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
1450 (arm_linux_remove_hw_breakpoint)
1451 (arm_linux_region_ok_for_hw_watchpoint)
1452 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
1453 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
1454 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
1455 arm_linux_nat_target.
1456 (_initialize_arm_linux_nat): Adjust to C++ification.
1457
1458 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
1459 (the_aarch64_linux_nat_target): New.
1460 (aarch64_linux_fetch_inferior_registers)
1461 (aarch64_linux_store_inferior_registers)
1462 (aarch64_linux_child_post_startup_inferior)
1463 (aarch64_linux_read_description)
1464 (aarch64_linux_can_use_hw_breakpoint)
1465 (aarch64_linux_insert_hw_breakpoint)
1466 (aarch64_linux_remove_hw_breakpoint)
1467 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
1468 (aarch64_linux_region_ok_for_hw_watchpoint)
1469 (aarch64_linux_stopped_data_address)
1470 (aarch64_linux_stopped_by_watchpoint)
1471 (aarch64_linux_watchpoint_addr_within_range)
1472 (aarch64_linux_can_do_single_step): Refactor as methods of
1473 aarch64_linux_nat_target.
1474 (super_post_startup_inferior): Delete.
1475 (_initialize_aarch64_linux_nat): Adjust to C++ification.
1476
1477 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
1478 (the_hppa_linux_nat_target): New.
1479 (hppa_linux_fetch_inferior_registers)
1480 (hppa_linux_store_inferior_registers): Refactor as methods of
1481 hppa_linux_nat_target.
1482 (_initialize_hppa_linux_nat): Adjust to C++ification.
1483
1484 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
1485 (the_ia64_linux_nat_target): New.
1486 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
1487 (ia64_linux_stopped_data_address)
1488 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
1489 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
1490 ia64_linux_nat_target methods.
1491 (super_xfer_partial): Delete.
1492 (_initialize_ia64_linux_nat): Adjust to C++ification.
1493
1494 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
1495 (the_m32r_linux_nat_target): New.
1496 (m32r_linux_fetch_inferior_registers)
1497 (m32r_linux_store_inferior_registers): Refactor as
1498 m32r_linux_nat_target methods.
1499 (_initialize_m32r_linux_nat): Adjust to C++ification.
1500
1501 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
1502 (the_m68k_linux_nat_target): New.
1503 (m68k_linux_fetch_inferior_registers)
1504 (m68k_linux_store_inferior_registers): Refactor as
1505 m68k_linux_nat_target methods.
1506 (_initialize_m68k_linux_nat): Adjust to C++ification.
1507
1508 * s390-linux-nat.c (s390_linux_nat_target): New class.
1509 (the_s390_linux_nat_target): New.
1510 (s390_linux_fetch_inferior_registers)
1511 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
1512 (s390_insert_watchpoint, s390_remove_watchpoint)
1513 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
1514 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
1515 (s390_auxv_parse, s390_read_description): Refactor as methods of
1516 s390_linux_nat_target.
1517 (_initialize_s390_nat): Adjust to C++ification.
1518
1519 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
1520 (the_sparc_linux_nat_target): New.
1521 (_initialize_sparc_linux_nat): Adjust to C++ification.
1522 * sparc-nat.c (sparc_fetch_inferior_registers)
1523 (sparc_store_inferior_registers): Remove target_ops parameter.
1524 * sparc-nat.h (sparc_fetch_inferior_registers)
1525 (sparc_store_inferior_registers): Remove target_ops parameter.
1526 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
1527 (the_sparc64_linux_nat_target): New.
1528 (_initialize_sparc64_linux_nat): Adjust to C++ification.
1529
1530 * spu-linux-nat.c (spu_linux_nat_target): New class.
1531 (the_spu_linux_nat_target): New.
1532 (spu_child_post_startup_inferior, spu_child_post_attach)
1533 (spu_child_wait, spu_fetch_inferior_registers)
1534 (spu_store_inferior_registers, spu_xfer_partial)
1535 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
1536 methods.
1537 (_initialize_spu_nat): Adjust to C++ification.
1538
1539 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
1540 (the_tilegx_linux_nat_target): New.
1541 (fetch_inferior_registers, store_inferior_registers):
1542 Refactor as methods.
1543 (_initialize_tile_linux_nat): Adjust to C++ification.
1544
1545 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
1546 (the_xtensa_linux_nat_target): New.
1547 (xtensa_linux_fetch_inferior_registers)
1548 (xtensa_linux_store_inferior_registers): Refactor as
1549 xtensa_linux_nat_target methods.
1550 (_initialize_xtensa_linux_nat): Adjust to C++ification.
1551
1552 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
1553 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
1554 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
1555 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
1556 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
1557 (fbsd_stopped_by_sw_breakpoint)
1558 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
1559 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
1560 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
1561 (fbsd_post_startup_inferior, fbsd_post_attach)
1562 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
1563 (fbsd_set_syscall_catchpoint)
1564 (super_xfer_partial, super_resume, super_wait)
1565 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
1566 (fbsd_handle_debug_trap): Remove target_ops parameter.
1567 (fbsd_nat_add_target): Delete.
1568 * fbsd-nat.h: Include "inf-ptrace.h".
1569 (fbsd_nat_add_target): Delete.
1570 (USE_SIGTRAP_SIGINFO): Define.
1571 (fbsd_nat_target): New class.
1572
1573 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
1574 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
1575 (amd64bsd_target): Delete.
1576 * amd64-bsd-nat.h: New file.
1577 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
1578 "x86-bsd-nat.h".
1579 (amd64_fbsd_nat_target): New class.
1580 (the_amd64_fbsd_nat_target): New.
1581 (amd64fbsd_read_description): Refactor as method of
1582 amd64_fbsd_nat_target.
1583 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
1584 (_initialize_amd64fbsd_nat): Adjust to C++ification.
1585 * amd64-nat.h (amd64bsd_target): Delete function declaration.
1586 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
1587 (i386bsd_store_inferior_registers): Remove target_ops parameter.
1588 (i386bsd_target): Delete.
1589 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
1590 (i386bsd_fetch_inferior_registers)
1591 (i386bsd_store_inferior_registers): Declare.
1592 (i386_bsd_nat_target): New class.
1593 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
1594 (the_i386_fbsd_nat_target): New.
1595 (i386fbsd_resume, i386fbsd_read_description): Refactor as
1596 i386_fbsd_nat_target methods.
1597 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
1598 (_initialize_i386fbsd_nat): Adjust to C++ification.
1599 * x86-bsd-nat.c (super_mourn_inferior): Delete.
1600 (x86bsd_mourn_inferior, x86bsd_target): Delete.
1601 (_initialize_x86_bsd_nat): Adjust to C++ification.
1602 * x86-bsd-nat.h: Include "x86-nat.h".
1603 (x86bsd_target): Delete declaration.
1604 (x86bsd_nat_target): New class.
1605
1606 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
1607 (the_aarch64_fbsd_nat_target): New.
1608 (aarch64_fbsd_fetch_inferior_registers)
1609 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
1610 aarch64_fbsd_nat_target.
1611 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
1612 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
1613 (the_alpha_bsd_nat_target): New.
1614 (alphabsd_fetch_inferior_registers)
1615 (alphabsd_store_inferior_registers): Refactor as
1616 alpha_bsd_nat_target methods.
1617 (_initialize_alphabsd_nat): Refactor as methods of
1618 alpha_bsd_nat_target.
1619 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
1620 (the_amd64_nbsd_nat_target): New.
1621 (_initialize_amd64nbsd_nat): Adjust to C++ification.
1622 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
1623 (the_amd64_obsd_nat_target): New.
1624 (_initialize_amd64obsd_nat): Adjust to C++ification.
1625 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
1626 (the_arm_fbsd_nat_target): New.
1627 (arm_fbsd_fetch_inferior_registers)
1628 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
1629 (_initialize_arm_fbsd_nat): Refactor as methods of
1630 arm_fbsd_nat_target.
1631 (_initialize_arm_fbsd_nat): Adjust to C++ification.
1632 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
1633 (the_arm_netbsd_nat_target): New.
1634 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
1635 arm_netbsd_nat_target.
1636 (_initialize_arm_netbsd_nat): Adjust to C++ification.
1637 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
1638 (the_hppa_nbsd_nat_target): New.
1639 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
1640 hppa_nbsd_nat_target methods.
1641 (_initialize_hppanbsd_nat): Adjust to C++ification.
1642 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
1643 (the_hppa_obsd_nat_target): New.
1644 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
1645 methods of hppa_obsd_nat_target.
1646 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
1647 add_target.
1648 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
1649 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
1650 add_target.
1651 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
1652 (_initialize_i386obsd_nat): Use add_target.
1653 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
1654 (the_m68k_bsd_nat_target): New.
1655 (m68kbsd_fetch_inferior_registers)
1656 (m68kbsd_store_inferior_registers): Refactor as methods of
1657 m68k_bsd_nat_target.
1658 (_initialize_m68kbsd_nat): Adjust to C++ification.
1659 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
1660 (the_mips_fbsd_nat_target): New.
1661 (mips_fbsd_fetch_inferior_registers)
1662 (mips_fbsd_store_inferior_registers): Refactor as methods of
1663 mips_fbsd_nat_target.
1664 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
1665 add_target.
1666 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
1667 (the_mips_nbsd_nat_target): New.
1668 (mipsnbsd_fetch_inferior_registers)
1669 (mipsnbsd_store_inferior_registers): Refactor as methods of
1670 mips_nbsd_nat_target.
1671 (_initialize_mipsnbsd_nat): Adjust to C++ification.
1672 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
1673 (the_mips64_obsd_nat_target): New.
1674 (mips64obsd_fetch_inferior_registers)
1675 (mips64obsd_store_inferior_registers): Refactor as methods of
1676 mips64_obsd_nat_target.
1677 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
1678 add_target.
1679 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
1680 nbsd_nat_target.
1681 * nbsd-nat.h: Include "inf-ptrace.h".
1682 (nbsd_nat_target): New class.
1683 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
1684 (obsd_wait): Refactor as methods of obsd_nat_target.
1685 (obsd_add_target): Delete.
1686 * obsd-nat.h: Include "inf-ptrace.h".
1687 (obsd_nat_target): New class.
1688 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
1689 (the_ppc_fbsd_nat_target): New.
1690 (ppcfbsd_fetch_inferior_registers)
1691 (ppcfbsd_store_inferior_registers): Refactor as methods of
1692 ppc_fbsd_nat_target.
1693 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
1694 add_target.
1695 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
1696 (the_ppc_nbsd_nat_target): New.
1697 (ppcnbsd_fetch_inferior_registers)
1698 (ppcnbsd_store_inferior_registers): Refactor as methods of
1699 ppc_nbsd_nat_target.
1700 (_initialize_ppcnbsd_nat): Adjust to C++ification.
1701 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
1702 (the_ppc_obsd_nat_target): New.
1703 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
1704 methods of ppc_obsd_nat_target.
1705 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
1706 add_target.
1707 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
1708 (the_sh_nbsd_nat_target): New.
1709 (shnbsd_fetch_inferior_registers)
1710 (shnbsd_store_inferior_registers): Refactor as methods of
1711 sh_nbsd_nat_target.
1712 (_initialize_shnbsd_nat): Adjust to C++ification.
1713 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
1714 (inf_ptrace_xfer_partial): Delete.
1715 (sparc_xfer_partial, sparc_target): Delete.
1716 * sparc-nat.h (sparc_fetch_inferior_registers)
1717 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
1718 (sparc_target): Delete function declaration.
1719 (sparc_target): New template class.
1720 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
1721 (_initialize_sparcnbsd_nat): Adjust to C++ification.
1722 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
1723 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
1724 add_target.
1725 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
1726 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
1727 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
1728 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
1729 add_target.
1730 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
1731 (the_vax_bsd_nat_target): New.
1732 (vaxbsd_fetch_inferior_registers)
1733 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
1734 methods.
1735 (_initialize_vaxbsd_nat): Adjust to C++ification.
1736
1737 * bsd-kvm.c (bsd_kvm_target): New class.
1738 (bsd_kvm_ops): Now a bsd_kvm_target.
1739 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
1740 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
1741 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
1742 bsd_kvm_target.
1743 (bsd_kvm_return_one): Delete.
1744 (bsd_kvm_add_target): Adjust to C++ification.
1745
1746 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
1747 (nto_procfs_target_procfs): New classes.
1748 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
1749 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
1750 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
1751 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
1752 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
1753 (procfs_remove_hw_breakpoint, procfs_resume)
1754 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
1755 (procfs_kill_inferior, procfs_store_registers)
1756 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
1757 as methods of nto_procfs_target.
1758 (nto_procfs_ops): Now an nto_procfs_target_procfs.
1759 (nto_native_ops): Delete.
1760 (procfs_open, procfs_native_open): Delete.
1761 (nto_native_ops): Now an nto_procfs_target_native.
1762 (init_procfs_targets): Adjust to C++ification.
1763 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
1764 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
1765 Refactor as methods of nto_procfs_target.
1766
1767 * go32-nat.c (go32_nat_target): New class.
1768 (the_go32_nat_target): New.
1769 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
1770 (go32_store_registers, go32_xfer_partial, go32_files_info)
1771 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
1772 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
1773 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
1774 (go32_pid_to_str): Refactor as methods of go32_nat_target.
1775 (go32_target): Delete.
1776 (_initialize_go32_nat): Adjust to C++ification.
1777
1778 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
1779 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
1780 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
1781 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
1782 gnu_nat_target.
1783 (gnu_target): Delete.
1784 * gnu-nat.h (gnu_target): Delete.
1785 (gnu_nat_target): New class.
1786 * i386-gnu-nat.c (gnu_base_target): New.
1787 (i386_gnu_nat_target): New class.
1788 (the_i386_gnu_nat_target): New.
1789 (_initialize_i386gnu_nat): Adjust to C++ification.
1790
1791 2018-05-02 Pedro Alves <palves@redhat.com>
1792
1793 * bfd-target.c (target_bfd_xclose): Rename to ...
1794 (target_bfd_close): ... this.
1795 (target_bfd_reopen): Adjust.
1796 * target.c (target_close): Remove references to to_xclose.
1797 * target.h (target_ops::to_xclose): Delete.
1798 (target_ops::to_close): Update comments.
1799
1800 2018-05-02 Pedro Alves <palves@redhat.com>
1801
1802 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
1803 "linux-nat.h".
1804 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
1805 * inf-ptrace.c (inf_ptrace_register_u_offset)
1806 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
1807 (inf_ptrace_store_register, inf_ptrace_store_registers)
1808 (inf_ptrace_trad_target): Move to ...
1809 * linux-nat-trad.c: ... this new file.
1810 * linux-nat-trad.h: New file.
1811 * linux-nat.c (linux_target_install_ops): Make extern.
1812 (linux_trad_target): Delete.
1813 * linux-nat.h (linux_trad_target): Delete declaration.
1814 (linux_target_install_ops): Declare.
1815 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
1816 "linux-nat.h".
1817
1818 2018-05-02 Pedro Alves <palves@redhat.com>
1819
1820 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
1821 procfs_target/add_target here.
1822 * procfs.c (procfs_target): Make static.
1823 (_initialize_procfs): Call add_target here.
1824 * procfs.h (struct target_ops): Remove forward declaration.
1825 (procfs_target): Remove declaration.
1826 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
1827
1828 2018-05-02 Pedro Alves <palves@redhat.com>
1829
1830 * procfs.c (procfs_stopped_by_watchpoint)
1831 (procfs_insert_watchpoint, procfs_remove_watchpoint)
1832 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
1833 Forward declare.
1834 (procfs_use_watchpoints): Delete, move contents...
1835 (procfs_target): ... here.
1836 * procfs.h (procfs_use_watchpoints): Delete declaration.
1837 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
1838 procfs_use_watchpoints.
1839 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
1840 procfs_use_watchpoints.
1841
1842 2018-05-02 Tom Tromey <tom@tromey.com>
1843
1844 PR python/20084:
1845 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
1846 and var_zuinteger_unlimited.
1847 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
1848 and PARAM_ZUINTEGER_UNLIMITED.
1849 (set_parameter_value): Handle var_zuinteger and
1850 var_zuinteger_unlimited.
1851 (add_setshow_generic): Likewise.
1852 (parmpy_init): Likewise.
1853
1854 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1855
1856 PR rust/23124
1857 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
1858 pointer is not null before dereferencing it.
1859
1860 2018-04-30 Tom Tromey <tom@tromey.com>
1861
1862 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
1863 is_mi_like_p.
1864
1865 2018-04-30 Tom Tromey <tom@tromey.com>
1866
1867 * breakpoint.c (mention): Remove use of is_mi_like_p.
1868 (print_mention_ranged_breakpoint): Likewise.
1869 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
1870 of is_mi_like_p.
1871
1872 2018-04-30 Tom Tromey <tom@tromey.com>
1873
1874 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
1875
1876 2018-04-30 Tom Tromey <tom@tromey.com>
1877
1878 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
1879 (info_spu_event_command): Remove some uses of is_mi_like_p.
1880
1881 2018-04-30 Tom Tromey <tom@tromey.com>
1882
1883 * python/py-framefilter.c (py_print_single_arg)
1884 (enumerate_locals, py_print_args, py_print_frame): Remove some
1885 uses of is_mi_like_p.
1886
1887 2018-04-30 Tom Tromey <tom@tromey.com>
1888
1889 * ui-out.c: Update.
1890 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
1891 * ui-out.h (ui_out::is_mi_like_p): Now const.
1892 (ui_out::do_is_mi_like_p): Now const.
1893 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
1894
1895 2018-04-30 Tom Tromey <tom@tromey.com>
1896
1897 * varobj.c (varobj_set_visualizer): Use new_reference.
1898 * python/python.c (gdbpy_decode_line): Use new_reference.
1899 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
1900 new_reference.
1901
1902 2018-04-30 Tom Tromey <tom@tromey.com>
1903
1904 * varobj.c (install_new_value): Use new_reference.
1905 * value.h (value_incref): Return void. Swap intro comment with
1906 value_decref.
1907 * value.c (set_value_parent): Use new_reference.
1908 (value_incref): Return void. Update intro comment.
1909 (release_value): Use new_reference.
1910 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
1911
1912 2018-04-30 Tom Tromey <tom@tromey.com>
1913
1914 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
1915 * gdb_bfd.h (new_bfd_ref): Remove.
1916 (gdb_bfd_open): Update comment.
1917 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
1918 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
1919 (gdb_bfd_fdopenr): Use new_reference.
1920 * exec.c (exec_file_attach): Use new_reference.
1921
1922 2018-04-30 Tom Tromey <tom@tromey.com>
1923
1924 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
1925 method.
1926
1927 2018-04-30 Tom Tromey <tom@tromey.com>
1928
1929 * jit.c (jit_read_code_entry): Use type_align.
1930 * i386-tdep.c (i386_gdbarch_init): Don't call
1931 set_gdbarch_long_long_align_bit.
1932 * gdbarch.sh: Remove long_long_align_bit.
1933 * gdbarch.c, gdbarch.h: Rebuild.
1934 * arc-tdep.c (arc_type_align): New function.
1935 (arc_gdbarch_init): Use arc_type_align. Don't call
1936 set_gdbarch_long_long_align_bit.
1937
1938 2018-04-30 Tom Tromey <tom@tromey.com>
1939
1940 * rust-lang.c (rust_type_alignment): Remove.
1941 (rust_composite_type): Use type_align.
1942
1943 2018-04-30 Tom Tromey <tom@tromey.com>
1944
1945 * NEWS: Mention Type.align.
1946 * python/py-type.c (typy_get_alignof): New function.
1947 (type_object_getset): Add "alignof".
1948
1949 2018-04-30 Tom Tromey <tom@tromey.com>
1950
1951 PR exp/17095:
1952 * NEWS: Update.
1953 * std-operator.def (UNOP_ALIGNOF): New operator.
1954 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
1955 New.
1956 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
1957 * c-lang.c (c_op_print_tab): Add alignof.
1958 * c-exp.y (ALIGNOF): New token.
1959 (exp): Add "ALIGNOF" production.
1960 (ident_tokens): Add _Alignof and alignof.
1961
1962 2018-04-30 Tom Tromey <tom@tromey.com>
1963
1964 * i386-tdep.c (i386_type_align): New function.
1965 (i386_gdbarch_init): Update.
1966 * gdbarch.sh (type_align): New method.
1967 * gdbarch.c, gdbarch.h: Rebuild.
1968 * arch-utils.h (default_type_align): Declare.
1969 * arch-utils.c (default_type_align): New function.
1970 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
1971 (struct type) <align_log2>: New field.
1972 <instance_flags>: Now a bitfield.
1973 (TYPE_RAW_ALIGN): New macro.
1974 (type_align, type_raw_align, set_type_align): Declare.
1975 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
1976 functions.
1977 * dwarf2read.c (quirk_rust_enum): Set type alignment.
1978 (get_alignment, maybe_set_alignment): New functions.
1979 (read_structure_type, read_enumeration_type, read_array_type)
1980 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
1981 (read_subrange_type, read_base_type): Set type alignment.
1982
1983 2018-04-30 Simon Marchi <simon.marchi@ericsson.com>
1984
1985 * dwarf2read.c (read_index_from_section): Use bool.
1986
1987 2018-04-29 Fabian Groffen <grobian@gentoo.org>
1988
1989 PR gdb/22950
1990 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
1991 with #ifdef.
1992
1993 2018-04-29 John Reiser <jreiser@BitWagon.com>
1994
1995 PR build/22873
1996 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
1997 last step, and do it atomically.
1998
1999 2018-04-27 Alexandre Oliva <aoliva@redhat.com>
2000
2001 * compile/compile-c-types.c (convert_int, convert_float):
2002 Update for C FE v1.
2003
2004 2018-04-27 Tom Tromey <tom@tromey.com>
2005
2006 PR rust/22545:
2007 * rust-lang.c (rust_inclusive_range_type_p): New function.
2008 (rust_range): Handle inclusive ranges.
2009 (rust_compute_range): Likewise.
2010 * rust-exp.y (struct rust_op) <inclusive>: New field.
2011 (DOTDOTEQ): New constant.
2012 (range_expr): Add "..=" productions.
2013 (operator_tokens): Add "..=" token.
2014 (ast_range): Add "inclusive" parameter.
2015 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
2016 ranges.
2017 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
2018 bounds values.
2019 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
2020 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
2021 Update comments.
2022 * expprint.c (print_subexp_standard): Handle new bounds values.
2023 (dump_subexp_body_standard): Likewise.
2024
2025 2018-04-27 Tom Tromey <tom@tromey.com>
2026
2027 * configure: Rebuild.
2028 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
2029 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
2030 "OVERRIDE".
2031 (class symbol_needs_eval_context): Likewise.
2032 * dwarf2read.c (mock_mapped_index::symbol_name_count)
2033 (mock_mapped_index::symbol_name_at): Use "override". Remove
2034 "virtual".
2035 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
2036 "override".
2037 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
2038 * aarch64-tdep.c (instruction_reader::read): Use "override".
2039 (instruction_reader_test::read): Likewise.
2040 * arm-tdep.c (instruction_reader::read): Use "override".
2041 (instruction_reader_thumb::read): Likewise.
2042
2043 2018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2044
2045 PR remote/9665
2046 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
2047 instead of remote_send.
2048 (remote_send): Remove.
2049
2050 2018-04-26 Pedro Alves <palves@redhat.com>
2051
2052 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
2053 find_function_start_sal instead of find_pc_line.
2054
2055 2018-04-26 Pedro Alves <palves@redhat.com>
2056
2057 * breakpoint.c (set_breakpoint_location_function): Handle
2058 mst_data_gnu_ifunc.
2059 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
2060 * elfread.c (elf_symtab_read): Give data symbols with
2061 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
2062 (elf_rel_plt_read): Update comment.
2063 * linespec.c (convert_linespec_to_sals): Handle
2064 mst_data_gnu_ifunc.
2065 (minsym_found): Handle mst_data_gnu_ifunc.
2066 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
2067 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
2068 * parse.c (find_minsym_type_and_address): Handle
2069 mst_data_gnu_ifunc.
2070 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
2071 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
2072 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
2073 comment.
2074 <mst_data_gnu_ifunc>: New enumerator.
2075
2076 2018-04-26 Pedro Alves <palves@redhat.com>
2077
2078 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
2079 (lookup_minimal_symbol_by_pc_section): ... this. Replace
2080 'want_trampoline' parameter by a lookup_msym_prefer parameter.
2081 Handle it.
2082 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
2083 (lookup_minimal_symbol_by_pc): Adjust.
2084 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
2085 (lookup_solib_trampoline_symbol_by_pc): Adjust.
2086 * minsyms.h (lookup_msym_prefer): New enum.
2087 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
2088 parameter by a lookup_msym_prefer parameter.
2089
2090 2018-04-26 Pedro Alves <palves@redhat.com>
2091
2092 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
2093 ends in "@plt" instead of looking at the symbol's section.
2094
2095 2018-04-26 Pedro Alves <palves@redhat.com>
2096
2097 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
2098 all references.
2099 (find_pc_partial_function_gnu_ifunc): Rename to ...
2100 (find_pc_partial_function): ... this, and remove references to
2101 'is_gnu_ifunc_p'.
2102 (find_pc_partial_function): Delete old implementation.
2103 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
2104
2105 2018-04-26 Pedro Alves <palves@redhat.com>
2106
2107 * linespec.c (struct bound_minimal_symbol_search_key): New.
2108 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
2109 skip first line if we found a GNU ifunc minimal symbol by name.
2110 (compare_msymbols): Change parameters to work with a destructured
2111 lhs minsym.
2112 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
2113 functions.
2114
2115 2018-04-26 Pedro Alves <palves@redhat.com>
2116
2117 * breakpoint.c (set_breakpoint_location_function): Don't resolve
2118 ifunc targets here. Instead, if we have an ifunc minsym, use its
2119 address/name.
2120 (add_location_to_breakpoint): Store the minsym and the objfile in
2121 the breakpoint location.
2122 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
2123 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
2124 Record the minsym in the sal.
2125 * symtab.h (symtab_and_line) <msymbol>: New field.
2126
2127 2018-04-26 Pedro Alves <palves@redhat.com>
2128
2129 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
2130 unless we actually resolved the ifunc.
2131
2132 2018-04-26 Pedro Alves <palves@redhat.com>
2133
2134 * c-exp.y (variable production): Prefer ifunc minsyms over
2135 regular function symbols.
2136 * symtab.c (find_gnu_ifunc): New function.
2137 * minsyms.h (lookup_msym_prefer): New enum.
2138 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
2139 parameter by a lookup_msym_prefer parameter.
2140 * symtab.h (find_gnu_ifunc): New declaration.
2141
2142 2018-04-26 Pedro Alves <palves@redhat.com>
2143
2144 * blockframe.c (find_gnu_ifunc_target_type): New function.
2145 (find_function_type): New.
2146 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
2147 return a value with a memory address.
2148 (eval_call): For calls to GNU ifunc functions, try to find the
2149 type of the target function from the type that the resolver
2150 returns.
2151 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
2152 symbols.
2153 * infcall.c (find_function_return_type): Delete.
2154 (find_function_addr): Add 'function_type' parameter. For calls to
2155 GNU ifunc functions, try to find the type of the target function
2156 from the type that the resolver returns, and return it via
2157 FUNCTION_TYPE.
2158 (call_function_by_hand_dummy): Adjust to use the function type
2159 returned by find_function_addr.
2160 (find_function_addr): Add 'function_type' parameter and move
2161 description here.
2162 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
2163 declarations.
2164
2165 2018-04-26 Pedro Alves <palves@redhat.com>
2166
2167 * c-exp.y (variable production): Skip finding an alias for ifunc
2168 symbols.
2169
2170 2018-04-26 Pedro Alves <palves@redhat.com>
2171
2172 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
2173
2174 2018-04-25 Pedro Alves <palves@redhat.com>
2175
2176 * infcmd.c (kill_command): Print the pid as string, not the whole
2177 thread's ptid. Add comment. s/has been killed/killed/ in output
2178 message.
2179 * remote.c (remote_detach_1): Print the pid as string, not the
2180 whole thread's ptid.
2181
2182 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2183 Sergio Durigan Junior <sergiodj@redhat.com>
2184 Pedro Alves <palves@redhat.com>
2185
2186 * infcmd.c (kill_command): Print message when inferior has
2187 been killed.
2188 * inferior.c (print_inferior_events): Remove 'static'. Set as
2189 '1'.
2190 (add_inferior): Improve message printed when
2191 'print_inferior_events' is on.
2192 (exit_inferior): Remove message printed when
2193 'print_inferior_events' is on.
2194 (detach_inferior): Improve message printed when
2195 'print_inferior_events' is on.
2196 (initialize_inferiors): Use 'add_inferior_silent' to set
2197 'current_inferior_'.
2198 * inferior.h (print_inferior_events): Declare here as
2199 'extern'.
2200 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
2201 '[Detaching...]' messages when 'print_inferior_events' is on.
2202 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
2203 as prefix/suffix for messages. Remove periods. Fix erroneous
2204 'Detaching after fork from child...', replace it by '... from
2205 parent...'.
2206 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
2207 prefix/suffix when printing 'Detaching...' messages. Print
2208 them when 'print_inferior_events' is on.
2209 * remote.c (remote_detach_1): Print message when detaching
2210 from inferior and '!is_fork_parent'.
2211
2212 2018-04-24 Tom Tromey <tom@tromey.com>
2213
2214 * cli-out.h: Reindent.
2215
2216 2018-04-24 Tom Tromey <tom@tromey.com>
2217
2218 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
2219 (cli_ui_out::do_field_string): Use fputs_filtered.
2220 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
2221
2222 2018-04-23 Tom Tromey <tom@tromey.com>
2223
2224 * guile/scm-frame.c (gdbscm_frame_read_var): Use
2225 gdb::unique_xmalloc_ptr.
2226
2227 2018-04-23 Tom Tromey <tom@tromey.com>
2228
2229 * configure: Rebuild.
2230
2231 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
2232
2233 PR gdb/23095
2234 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
2235 prepare_for_testing. Set normal_bp to r_debug_state if target
2236 is bsd.
2237
2238 2018-04-21 Pedro Alves <palves@redhat.com>
2239 Rajendra SY <rajendra.sy@gmail.com>
2240
2241 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
2242 * remote.c (extended_remote_attach): In all-stop mode, mark the
2243 thread as executing.
2244
2245 2018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2246
2247 * thread.c (thread_apply_all_command): Fix comment.
2248 (thread_command): Fix comment.
2249
2250 2018-04-10 Alan Hayward <alan.hayward@arm.com>
2251
2252 * common/tdesc.h (tdesc_create_feature): Remove xml filename
2253 parameter.
2254 * features/aarch64-core.c (create_feature_aarch64_core):
2255 Regenerate.
2256 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
2257 Likewise.
2258 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
2259 Likewise.
2260 * features/i386/32bit-avx512.c
2261 (create_feature_i386_32bit_avx512): Likewise.
2262 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
2263 Likewise.
2264 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
2265 Likewise.
2266 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
2267 Likewise.
2268 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
2269 Likewise.
2270 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
2271 Likewise.
2272 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
2273 Likewise.
2274 * features/i386/64bit-avx512.c
2275 (create_feature_i386_64bit_avx512): Likewise.
2276 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
2277 Likewise.
2278 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
2279 Likewise.
2280 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
2281 Likewise.
2282 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
2283 Likewise.
2284 * features/i386/64bit-segments.c
2285 (create_feature_i386_64bit_segments): Likewise.
2286 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
2287 Likewise.
2288 * features/i386/x32-core.c
2289 (create_feature_i386_x32_core): Likewise.
2290 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
2291 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
2292 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
2293 * target-descriptions.c: In generated code, don't pass xml
2294 filename.
2295
2296 2018-04-18 Alan Hayward <alan.hayward@arm.com>
2297
2298 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
2299 (print_xml_feature::visit_post): Likewise.
2300 (print_xml_feature::visit): Likewise.
2301 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
2302 (print_xml_feature): Add new class.
2303 * regformats/regdat.sh: Null xmltarget on feature targets.
2304 * target-descriptions.c (struct target_desc): Add xmltarget.
2305 (maintenance_check_tdesc_xml_convert): Add unittest function.
2306 (tdesc_get_features_xml): Add function to get xml.
2307 (maintenance_check_xml_descriptions): Test xml generation.
2308 * xml-tdesc.c (string_read_description_xml): Add function.
2309 * xml-tdesc.h (string_read_description_xml): Add declaration.
2310
2311 2018-04-18 Alan Hayward <alan.hayward@arm.com>
2312
2313 * features/Makefile: Add feature marker to targets with new style
2314 target descriptions.
2315 * regformats/aarch64.dat: Regenerate.
2316 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
2317 * regformats/i386/amd64-avx-linux.dat: Likewise.
2318 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
2319 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
2320 * regformats/i386/amd64-linux.dat: Likewise.
2321 * regformats/i386/amd64-mpx-linux.dat: Likewise.
2322 * regformats/i386/amd64.dat: Likewise.
2323 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
2324 * regformats/i386/i386-avx-linux.dat: Likewise.
2325 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
2326 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
2327 * regformats/i386/i386-linux.dat: Likewise.
2328 * regformats/i386/i386-mmx-linux.dat: Likewise.
2329 * regformats/i386/i386-mpx-linux.dat: Likewise.
2330 * regformats/i386/i386.dat: Likewise.
2331 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
2332 * regformats/i386/x32-avx-linux.dat: Likewise.
2333 * regformats/i386/x32-linux.dat: Likewise.
2334 * regformats/tic6x-c62x-linux.dat: Likewise.
2335 * regformats/tic6x-c64x-linux.dat: Likewise.
2336 * regformats/tic6x-c64xp-linux.dat: Likewise.
2337 * regformats/regdat.sh: Parse feature marker.
2338
2339 2018-04-18 Alan Hayward <alan.hayward@arm.com>
2340
2341 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
2342 (tdesc_osabi_name): Likewise.
2343 * target-descriptions.c (tdesc_architecture_name): Add new
2344 function.
2345 (tdesc_osabi_name): Likewise.
2346
2347 2018-04-18 Alan Hayward <alan.hayward@arm.com>
2348
2349 * common/tdesc.c (tdesc_predefined_type): Move to here.
2350 (tdesc_named_type): Likewise.
2351 (tdesc_create_vector): Likewise.
2352 (tdesc_create_struct): Likewise.
2353 (tdesc_set_struct_size): Likewise.
2354 (tdesc_create_union): Likewise.
2355 (tdesc_create_flags): Likewise.
2356 (tdesc_create_enum): Likewise.
2357 (tdesc_add_field): Likewise.
2358 (tdesc_add_typed_bitfield): Likewise.
2359 (tdesc_add_bitfield): Likewise.
2360 (tdesc_add_flag): Likewise.
2361 (tdesc_add_enum_value): Likewise.
2362 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
2363 (struct tdesc_type_vector): Likewise.
2364 (struct tdesc_type_field): Likewise.
2365 (struct tdesc_type_with_fields): Likewise.
2366 (tdesc_create_enum): Add declaration.
2367 (tdesc_add_typed_bitfield): Likewise.
2368 (tdesc_add_enum_value): Likewise.
2369 * target-descriptions.c (tdesc_type_field): Move from here.
2370 (tdesc_type_builtin): Likewise.
2371 (tdesc_type_vector): Likewise.
2372 (tdesc_type_with_fields): Likewise.
2373 (tdesc_predefined_types): Likewise.
2374 (tdesc_named_type): Likewise.
2375 (tdesc_create_vector): Likewise.
2376 (tdesc_create_struct): Likewise.
2377 (tdesc_set_struct_size): Likewise.
2378 (tdesc_create_union): Likewise.
2379 (tdesc_create_flags): Likewise.
2380 (tdesc_create_enum): Likewise.
2381 (tdesc_add_field): Likewise.
2382 (tdesc_add_typed_bitfield): Likewise.
2383 (tdesc_add_bitfield): Likewise.
2384 (tdesc_add_flag): Likewise.
2385 (tdesc_add_enum_value): Likewise.
2386 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
2387 (tdesc_add_typed_bitfield): Likewise.
2388 (tdesc_add_enum_value): Likewise.
2389
2390 2018-04-18 Alan Hayward <alan.hayward@arm.com>
2391
2392 * common/tdesc.c (tdesc_feature::accept): Move to here.
2393 (tdesc_feature::operator==): Likewise.
2394 (tdesc_create_reg): Likewise.
2395 * common/tdesc.h (tdesc_type_kind): Likewise.
2396 (struct tdesc_type): Likewise.
2397 (struct tdesc_feature): Likewise.
2398 * regformats/regdat.sh: Create a feature.
2399 * target-descriptions.c (tdesc_type_kind): Move from here.
2400 (tdesc_type): Likewise.
2401 (tdesc_type_up): Likewise.
2402 (tdesc_feature): Likewise.
2403 (tdesc_create_reg): Likewise.
2404
2405 2018-04-18 Alan Hayward <alan.hayward@arm.com>
2406
2407 * Makefile.in: Add arch/tdesc.c
2408 * common/tdesc.c: New file.
2409 * common/tdesc.h (tdesc_element_visitor): Move to here.
2410 (tdesc_element): Likewise.
2411 (tdesc_reg): Likewise.
2412 (tdesc_reg_up): Likewise.
2413 * regformats/regdef.h (reg): Add offset to constructors.
2414 * target-descriptions.c (tdesc_element_visitor): Move from here.
2415 (tdesc_element): Likewise.
2416 (tdesc_reg): Likewise.
2417 (tdesc_reg_up): Likewise.
2418
2419 2018-04-17 Tom Tromey <tom@tromey.com>
2420
2421 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
2422 discriminant field.
2423
2424 2018-04-17 Tom Tromey <tom@tromey.com>
2425
2426 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
2427
2428 2018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2429
2430 * symtab.c (print_symbol_info): Skip printing filename and line
2431 number when `last' is NULL.
2432 (symtab_symbol_info): Use empty string instead of NULL for first
2433 invocation of print_symbol_info.
2434 (rbreak_command): Pass NULL to `last' parameter of
2435 print_symbol_info.
2436
2437 2018-04-16 Simon Marchi <simon.marchi@ericsson.com>
2438
2439 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
2440 instead of nullptr.
2441
2442 2018-04-16 Pedro Alves <palves@redhat.com>
2443
2444 * MAINTAINERS (sh): Remove.
2445 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
2446 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
2447 (ALLDEPFILES): Remove sh64-tdep.c.
2448 * NEWS: Mentions that support for SH-5/SH64 is removed.
2449 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
2450 (sh*-*-openbsd*): Ditto.
2451 (sh64-*-elf*): Remove.
2452 (sh*): Remove.
2453 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
2454 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
2455 * sh-tdep.c: No longer include "sh64-tdep.h".
2456 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
2457 * sh64-tdep.c, sh64-tdep.h: Remove files.
2458
2459 2018-04-16 Pedro Alves <palves@redhat.com>
2460
2461 * MAINTAINERS: Remove m88k.
2462 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
2463 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
2464 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
2465 * NEWS: Mention that support for m88k was removed.
2466 * configure.host (m88*-*-*): Remove support.
2467 * configure.nat (m88k-*-*): Remove support.
2468 * configure.tgt (m88*-*-openbsd*): Remove.
2469 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
2470
2471 2018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
2472
2473 * configure.tgt (x86_tobjs): New variable.
2474 (amd64_tobjs, i386_tobjs): Use it.
2475
2476 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * symtab.c (print_symbol_info): Precede the symbol definition by
2479 the line number when available.
2480 * NEWS: Advertise this enhancement.
2481
2482 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2483
2484 * NEWS (New options): announce set/show record btrace cpu.
2485 * btrace.c: Include record-btrace.h.
2486 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
2487 the vendor is unknown.
2488 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
2489 Maybe overwrite the btrace configuration's cpu.
2490 (btrace_compute_ftrace): Add cpu parameter. Update callers.
2491 (btrace_fetch): Add cpu parameter. Update callers.
2492 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
2493 Maybe overwrite the btrace configuration's cpu. Skip enabling
2494 errata workarounds if the vendor is unknown.
2495 * python/py-record-btrace.c: Include record-btrace.h.
2496 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
2497 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
2498 * record-btrace.c (record_btrace_cpu_state_kind): New.
2499 (record_btrace_cpu): New.
2500 (set_record_btrace_cpu_cmdlist): New.
2501 (record_btrace_get_cpu): New.
2502 (require_btrace_thread, record_btrace_info)
2503 (record_btrace_resume_thread): Call record_btrace_get_cpu.
2504 (cmd_set_record_btrace_cpu_none): New.
2505 (cmd_set_record_btrace_cpu_auto): New.
2506 (cmd_set_record_btrace_cpu): New.
2507 (cmd_show_record_btrace_cpu): New.
2508 (_initialize_record_btrace): Initialize set/show record btrace cpu
2509 commands.
2510 * record-btrace.h (record_btrace_get_cpu): New.
2511
2512 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2513
2514 * record.c (set_record_command): Fix typo in message.
2515
2516 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2517
2518 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
2519
2520 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2521
2522 * infrun.c (process_event_stop_test): Call
2523 gdbarch_in_indirect_branch_thunk.
2524 * gdbarch.sh (in_indirect_branch_thunk): New.
2525 * gdbarch.c: Regenerated.
2526 * gdbarch.h: Regenerated.
2527 * x86-tdep.h: New.
2528 * x86-tdep.c: New.
2529 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
2530 (HFILES_NO_SRCDIR): Add x86-tdep.h.
2531 (ALLDEPFILES): Add x86-tdep.c.
2532 * arch-utils.h (default_in_indirect_branch_thunk): New.
2533 * arch-utils.c (default_in_indirect_branch_thunk): New.
2534 * i386-tdep: Include x86-tdep.h.
2535 (i386_in_indirect_branch_thunk): New.
2536 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
2537 function.
2538 * amd64-tdep: Include x86-tdep.h.
2539 (amd64_in_indirect_branch_thunk): New.
2540 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
2541
2542 2018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2543
2544 PR gdb/23053
2545 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
2546 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
2547 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
2548 regression.
2549
2550 2018-04-12 Tom Tromey <tom@tromey.com>
2551
2552 * rust-lang.c (rust_print_struct_def): Remove univariant code.
2553 (rust_evaluate_subexp): Likewise.
2554
2555 2018-04-12 Pedro Alves <palves@redhat.com>
2556
2557 * procfs.c (procfs_detach): Make forward declaration's prototype
2558 match definition's protototype.
2559 (proc_get_LDT_entry): Remove stale do_cleanups call.
2560
2561 2018-04-12 Pedro Alves <palves@redhat.com>
2562
2563 * target.h (target_ops::to_has_exited): Delete.
2564 (target_has_exited): Delete.
2565 * target-delegates.c: Regenerate.
2566
2567 2018-04-11 Pedro Alves <palves@redhat.com>
2568
2569 * target.c (fileio_fh_t::t): Add comment.
2570 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
2571 (target_fileio_close): Handle a NULL target.
2572 (invalidate_fileio_fh): New.
2573 (target_close): Call it.
2574 * remote.c (remote_hostio_send_command): No longer check whether
2575 remote_desc is open.
2576
2577 2018-04-11 Pedro Alves <palves@redhat.com>
2578
2579 * target.c (fileio_fh_t): Make it a named struct instead of a
2580 typedef.
2581 (fileio_fh_t::is_closed): New method.
2582 (DEF_VEC_O (fileio_fh_t)): Remove.
2583 (fileio_fhandles): Now a std::vector.
2584 (is_closed_fileio_fh): Delete.
2585 (acquire_fileio_fd): Adjust. Rename parameters.
2586 (release_fileio_fd): Adjust.
2587 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
2588 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
2589 (target_fileio_close): Adjust.
2590
2591 2018-04-10 Simon Marchi <simon.marchi@ericsson.com>
2592
2593 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
2594 index.
2595
2596 2018-04-10 Pedro Alves <palves@redhat.com>
2597
2598 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
2599 (scoped_finish_thread_state): New class.
2600 * infcmd.c (run_command_1): Use it instead of finish_thread_state
2601 cleanup.
2602 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
2603 (fetch_inferior_event, normal_stop): Likewise.
2604 * thread.c (finish_thread_state_cleanup): Delete.
2605
2606 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2607 Pedro Alves <palves@redhat.com>
2608
2609 * value.c: Include "selftest.h" and "common/array-view.h".
2610 (struct range) <operator ==>: New.
2611 (test_ranges_contain): New.
2612 (check_ranges_vector): New.
2613 (test_insert_into_bit_range_vector): New.
2614 (_initialize_values): Register selftests.
2615 * common/array-view.h (operator==, operator!=): New.
2616
2617 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2618
2619 * common/gdb_vecs.h (unordered_remove): Add overload that takes
2620 an iterator.
2621 * inline-frame.c: Include <algorithm>.
2622 (struct inline_state): Add constructor.
2623 (inline_state_s): Remove.
2624 (DEF_VEC_O(inline_state_s)): Remove.
2625 (inline_states): Change type to std::vector.
2626 (find_inline_frame_state): Adjust to std::vector.
2627 (allocate_inline_frame_state): Remove.
2628 (clear_inline_frame_state): Adjust to std::vector.
2629 (skip_inline_frames): Adjust to std::vector.
2630
2631 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2632
2633 * tracepoint.h (struct trace_state_variable): Add constructor.
2634 <name>: Change type to std::string.
2635 * tracepoint.c (tsv_s): Remove.
2636 (DEF_VEC_O(tsv_s)): Remove.
2637 (tvariables): Change to std::vector.
2638 (create_trace_state_variable): Adjust to std::vector.
2639 (find_trace_state_variable): Likewise.
2640 (find_trace_state_variable_by_number): Likewise.
2641 (delete_trace_state_variable): Likewise.
2642 (trace_variable_command): Adjust to std::string.
2643 (delete_trace_variable_command): Likewise.
2644 (tvariables_info_1): Adjust to std::vector.
2645 (save_trace_state_variables): Likewise.
2646 (start_tracing): Likewise.
2647 (merge_uploaded_trace_state_variables): Adjust to std::vector
2648 and std::string.
2649 * target.h (struct target_ops)
2650 <to_download_trace_state_variable>: Pass reference to
2651 trace_state_variable.
2652 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
2653 * target-delegates.c: Re-generate.
2654 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
2655 (mi_tsv_deleted): Likewise.
2656 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
2657 * remote.c (remote_download_trace_state_variable): Change
2658 pointer to reference and adjust.
2659 * make-target-delegates (parse_argtypes): Handle references.
2660 (write_function_header): Likewise.
2661 (munge_type): Likewise.
2662
2663 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2664
2665 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2666 string_view-selftests.c.
2667 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
2668 testsuite.
2669 * unittests/basic_string_view/cons/char/1.cc: Likewise.
2670 * unittests/basic_string_view/cons/char/2.cc: Likewise.
2671 * unittests/basic_string_view/cons/char/3.cc: Likewise.
2672 * unittests/basic_string_view/element_access/char/1.cc:
2673 Likewise.
2674 * unittests/basic_string_view/element_access/char/empty.cc:
2675 Likewise.
2676 * unittests/basic_string_view/element_access/char/front_back.cc:
2677 Likewise.
2678 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
2679 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
2680 Likewise.
2681 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
2682 Likewise.
2683 * unittests/basic_string_view/modifiers/swap/char/1.cc:
2684 Likewise.
2685 * unittests/basic_string_view/operations/compare/char/1.cc:
2686 Likewise.
2687 * unittests/basic_string_view/operations/compare/char/13650.cc:
2688 Likewise.
2689 * unittests/basic_string_view/operations/copy/char/1.cc:
2690 Likewise.
2691 * unittests/basic_string_view/operations/data/char/1.cc:
2692 Likewise.
2693 * unittests/basic_string_view/operations/find/char/1.cc:
2694 Likewise.
2695 * unittests/basic_string_view/operations/find/char/2.cc:
2696 Likewise.
2697 * unittests/basic_string_view/operations/find/char/3.cc:
2698 Likewise.
2699 * unittests/basic_string_view/operations/find/char/4.cc:
2700 Likewise.
2701 * unittests/basic_string_view/operations/rfind/char/1.cc:
2702 Likewise.
2703 * unittests/basic_string_view/operations/rfind/char/2.cc:
2704 Likewise.
2705 * unittests/basic_string_view/operations/rfind/char/3.cc:
2706 Likewise.
2707 * unittests/basic_string_view/operations/substr/char/1.cc:
2708 Likewise.
2709 * unittests/basic_string_view/operators/char/2.cc: Likewise.
2710 * unittests/string_view-selftests.c: New file.
2711
2712 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2713
2714 * unittests/basic_string_view/capacity/1.cc: New file.
2715 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
2716 * unittests/basic_string_view/cons/char/1.cc: New file.
2717 * unittests/basic_string_view/cons/char/2.cc: New file.
2718 * unittests/basic_string_view/cons/char/3.cc: New file.
2719 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
2720 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
2721 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
2722 * unittests/basic_string_view/element_access/char/1.cc: New file.
2723 * unittests/basic_string_view/element_access/char/2.cc: New file.
2724 * unittests/basic_string_view/element_access/char/empty.cc: New file.
2725 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
2726 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
2727 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
2728 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
2729 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
2730 * unittests/basic_string_view/include.cc: New file.
2731 * unittests/basic_string_view/inserters/char/1.cc: New file.
2732 * unittests/basic_string_view/inserters/char/2.cc: New file.
2733 * unittests/basic_string_view/inserters/char/3.cc: New file.
2734 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
2735 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
2736 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
2737 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
2738 * unittests/basic_string_view/literals/types.cc: New file.
2739 * unittests/basic_string_view/literals/values.cc: New file.
2740 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
2741 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
2742 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
2743 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
2744 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
2745 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
2746 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
2747 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
2748 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
2749 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
2750 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
2751 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
2752 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
2753 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
2754 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
2755 * unittests/basic_string_view/operations/data/char/1.cc: New file.
2756 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
2757 * unittests/basic_string_view/operations/find/char/1.cc: New file.
2758 * unittests/basic_string_view/operations/find/char/2.cc: New file.
2759 * unittests/basic_string_view/operations/find/char/3.cc: New file.
2760 * unittests/basic_string_view/operations/find/char/4.cc: New file.
2761 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
2762 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
2763 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
2764 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
2765 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
2766 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
2767 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
2768 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
2769 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
2770 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
2771 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
2772 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
2773 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
2774 * unittests/basic_string_view/operators/char/2.cc: New file.
2775 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
2776 * unittests/basic_string_view/range_access/char/1.cc: New file.
2777 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
2778 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
2779 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
2780 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
2781 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
2782 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
2783 * unittests/basic_string_view/requirements/typedefs.cc: New file.
2784 * unittests/basic_string_view/typedefs.cc: New file.
2785 * unittests/basic_string_view/types/1.cc: New file.
2786
2787 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2788
2789 * common/gdb_string_view.h: Remove libstdc++ implementation
2790 details, adjust to gdb reality.
2791 * common/gdb_string_view.tcc: Likewise.
2792 * cli/cli-script.c (struct string_view): Remove.
2793 (user_args) <m_args>: Change element type to gdb::string_view.
2794 (user_args::insert_args): Adjust.
2795
2796 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2797
2798 * common/gdb_string_view.h: New file.
2799 * common/gdb_string_view.tcc: New file.
2800
2801 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
2802
2803 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
2804 * configure: Re-generate.
2805
2806 2018-04-09 Pedro Alves <palves@redhat.com>
2807
2808 * gdbarch.sh: Include "observable.h" instead of "observer.h".
2809 (set_target_gdbarch): Call
2810 gdb::observers::architecture_changed.notify instead of
2811 observer_notify_architecture_changed.
2812
2813 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2814
2815 * tracepoint.c (struct current_traceframe_cleanup): Remove.
2816 (do_restore_current_traceframe_cleanup): Remove.
2817 (restore_current_traceframe_cleanup_dtor): Remove.
2818 (make_cleanup_restore_current_traceframe): Remove.
2819 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
2820 New.
2821 * tracepoint.h (struct scoped_restore_current_traceframe): New.
2822 * infrun.c (fetch_inferior_event): Use
2823 scoped_restore_current_traceframe.
2824
2825 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2826
2827 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
2828 Remove.
2829 <n_allocated_type_units>: Remove.
2830 <all_type_units>: Change to std::vector.
2831 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
2832 to std::vector change.
2833 (dwarf2_per_objfile::get_cutu): Likewise.
2834 (dwarf2_per_objfile::get_tu): Likewise.
2835 (create_signatured_type_table_from_index): Likewise.
2836 (create_signatured_type_table_from_debug_names): Likewise.
2837 (dw2_symtab_iter_next): Likewise.
2838 (dw2_print_stats): Likewise.
2839 (dw2_expand_all_symtabs): Likewise.
2840 (dw2_expand_marked_cus): Likewise.
2841 (dw2_debug_names_iterator::next): Likewise.
2842 (dwarf2_initialize_objfile): Likewise.
2843 (add_signatured_type_cu_to_table): Likewise.
2844 (create_all_type_units): Likewise.
2845 (add_type_unit): Likewise.
2846 (struct tu_abbrev_offset): Add constructor.
2847 (build_type_psymtabs_1): Adjust to std::vector change.
2848 (print_tu_stats): Likewise.
2849 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
2850 (write_debug_names): Likewise.
2851
2852 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2853
2854 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
2855 Make an std::vector.
2856 <n_comp_units>: Remove.
2857 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
2858 to std::vector change.
2859 (dwarf2_per_objfile::get_cutu): Likewise.
2860 (dwarf2_per_objfile::get_cu): Likewise.
2861 (create_cus_from_index): Likewise.
2862 (create_addrmap_from_index): Likewise.
2863 (create_addrmap_from_aranges): Likewise.
2864 (dwarf2_read_index): Likewise.
2865 (dw2_find_last_source_symtab): Likewise.
2866 (dw2_map_symtabs_matching_filename): Likewise.
2867 (dw2_symtab_iter_next): Likewise.
2868 (dw2_print_stats): Likewise.
2869 (dw2_expand_all_symtabs): Likewise.
2870 (dw2_expand_symtabs_with_fullname): Likewise.
2871 (dw2_expand_marked_cus): Likewise.
2872 (dw2_map_symbol_filenames): Likewise.
2873 (create_cus_from_debug_names): Likewise.
2874 (dwarf2_read_debug_names): Likewise.
2875 (dw2_debug_names_iterator::next): Likewise.
2876 (dwarf2_initialize_objfile): Likewise.
2877 (set_partial_user): Likewise.
2878 (dwarf2_build_psymtabs_hard): Likewise.
2879 (read_comp_units_from_section): Remove arguments, adjust to
2880 std::vector change.
2881 (create_all_comp_units): Adjust to std::vector and
2882 read_comp_units_from_section changes.
2883 (dwarf2_find_containing_comp_unit): Adjust to std::vector
2884 change.
2885 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
2886 (psyms_seen_size): Likewise.
2887 (write_gdbindex): Likewise.
2888 (write_debug_names): Likewise.
2889
2890 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2891
2892 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
2893 with dwarf2_per_objfile.
2894 (create_cus_from_index): Likewise.
2895 (create_signatured_type_table_from_index): Likewise.
2896 (dwarf2_read_index): Likewise.
2897 (dwarf2_initialize_objfile): Likewise.
2898 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
2899 per_cu rather than get_dwarf2_per_objfile.
2900
2901 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2902
2903 * dwarf2read.h (struct signatured_type): Forward declare.
2904 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
2905 New methods.
2906 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
2907 (dw2_get_cutu): ...this.
2908 (dwarf2_per_objfile::get_cu): Rename from...
2909 (dw2_get_cu): ...this.
2910 (dwarf2_per_objfile::get_tu): New.
2911 (create_addrmap_from_index): Adjust.
2912 (create_addrmap_from_aranges): Adjust.
2913 (dw2_find_last_source_symtab): Adjust.
2914 (dw2_map_symtabs_matching_filename): Adjust.
2915 (dw2_symtab_iter_next): Adjust.
2916 (dw2_print_stats): Adjust.
2917 (dw2_expand_all_symtabs): Adjust.
2918 (dw2_expand_symtabs_with_fullname): Adjust.
2919 (dw2_expand_marked_cus): Adjust.
2920 (dw_expand_symtabs_matching_file_matcher): Adjust.
2921 (dw2_map_symbol_filenames): Adjust.
2922 (dw2_debug_names_iterator::next): Adjust.
2923 (dwarf2_initialize_objfile): Adjust.
2924 (set_partial_user): Adjust.
2925 (dwarf2_build_psymtabs_hard): Adjust.
2926
2927 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2928
2929 * dwarf2read.c (create_signatured_type_table_from_debug_names):
2930 Remove unused variables.
2931 (dw2_map_symtabs_matching_filename): Likewise.
2932 (dwarf2_record_block_ranges): Likewise.
2933 (dwarf2_read_addr_index): Likewise.
2934 (follow_die_offset): Likewise.
2935
2936 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2937
2938 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
2939 to symbol_file_add_main.
2940
2941 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2942
2943 PR mi/22299
2944 * mi/mi-console.c (do_fputc_async_safe): New.
2945 (mi_console_file::write_async_safe): New.
2946 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
2947 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
2948 New.
2949 * ui-file.c (ui_file::putstrn): Adjust call to
2950 fputstrn_unfiltered.
2951 * utils.c (printchar): Replace do_fputs and do_fprintf
2952 parameters by do_fputc.
2953 (fputstr_filtered): Adjust call to printchar.
2954 (fputstr_unfiltered): Likewise.
2955 (fputstrn_filtered): Likewise.
2956 (fputstrn_unfiltered): Add do_fputc parameter, pass to
2957 printchar.
2958 * utils.h (do_fputc_ftype): New typedef.
2959 (fputstrn_unfiltered): Add do_fputc parameter.
2960
2961 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2962
2963 * regformats/i386/i386-avx.dat: Remove.
2964
2965 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2966
2967 PR gdb/22979
2968 * amd64-tdep.c (amd64_none_init_abi): New function.
2969 (amd64_x32_none_init_abi): New function.
2970 (_initialize_amd64_tdep): Register handlers for x86-64 and
2971 x64_32 with GDB_OSABI_NONE.
2972 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
2973 GDB_OSABI_NONE osabi.
2974
2975 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2976
2977 PR gdb/22980
2978 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
2979 GDB_OSABI_NONE.
2980 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
2981 * osabi.c (gdb_osabi_names): Add "unknown" entry.
2982
2983 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * common/byte-vector.h (char_vector): New type.
2986 * target.h (target_read_alloc): Return
2987 gdb::optional<byte_vector>.
2988 (target_read_stralloc): Return gdb::optional<char_vector>.
2989 (target_get_osdata): Return gdb::optional<char_vector>.
2990 * target.c (target_read_alloc_1): Templatize. Replacement
2991 manual memory management with vector.
2992 (target_read_alloc): Change return type, adjust.
2993 (target_read_stralloc): Change return type, adjust.
2994 (target_get_osdata): Change return type, adjust.
2995 * auxv.c (struct auxv_info) <length>: Remove.
2996 <data>: Change type to gdb::optional<byte_vector>.
2997 (auxv_inferior_data_cleanup): Free auxv_info with delete.
2998 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
2999 (target_auxv_search): Adjust.
3000 (fprint_target_auxv): Adjust.
3001 * avr-tdep.c (avr_io_reg_read_command): Adjust.
3002 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
3003 (linux_make_corefile_notes): Adjust.
3004 * osdata.c (get_osdata): Adjust.
3005 * remote.c (remote_get_threads_with_qxfer): Adjust.
3006 (remote_memory_map): Adjust.
3007 (remote_traceframe_info): Adjust.
3008 (btrace_read_config): Adjust.
3009 (remote_read_btrace): Adjust.
3010 (remote_pid_to_exec_file): Adjust.
3011 * solib-aix.c (solib_aix_get_library_list): Adjust.
3012 * solib-dsbt.c (decode_loadmap): Don't free buf.
3013 (dsbt_get_initial_loadmaps): Adjust.
3014 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
3015 * solib-target.c (solib_target_current_sos): Adjust.
3016 * tracepoint.c (sdata_make_value): Adjust.
3017 * xml-support.c (xinclude_start_include): Adjust.
3018 (xml_fetch_content_from_file): Adjust.
3019 * xml-support.h (xml_fetch_another): Change return type.
3020 (xml_fetch_content_from_file): Change return type.
3021 * xml-syscall.c (xml_init_syscalls_info): Adjust.
3022 * xml-tdesc.c (file_read_description_xml): Adjust.
3023 (fetch_available_features_from_target): Change return type.
3024 (target_fetch_description_xml): Adjust.
3025 (target_read_description_xml): Adjust.
3026
3027 2018-04-06 Tom Tromey <tom@tromey.com>
3028
3029 * value.c (~value): Update.
3030 (struct value) <contents>: Now unique_xmalloc_ptr.
3031 (value_contents_bits_eq, allocate_value_contents)
3032 (value_contents_raw, value_contents_all_raw)
3033 (value_contents_for_printing, value_contents_for_printing_const)
3034 (set_value_enclosing_type): Update.
3035
3036 2018-04-06 Tom Tromey <tom@tromey.com>
3037
3038 * value.c (range_s): Remove typedef, VEC.
3039 (struct range): Add operator<.
3040 (range_lessthan): Remove.
3041 (ranges_contain): Change type.
3042 (~value): Update.
3043 (struct value) <unavailable, optimized_out>: Now std::vector.
3044 (value_entirely_available)
3045 (value_entirely_covered_by_range_vector)
3046 (value_entirely_unavailable, value_entirely_optimized_out):
3047 Update.
3048 (insert_into_bit_range_vector): Change argument type.
3049 (find_first_range_overlap): Likewise.
3050 (struct ranges_and_idx, value_contents_bits_eq)
3051 (require_not_optimized_out, require_available): Update.
3052 (ranges_copy_adjusted): Change argument types.
3053 (value_optimized_out, value_copy, value_fetch_lazy): Update.
3054
3055 2018-04-06 Tom Tromey <tom@tromey.com>
3056
3057 * value.c (~value): Update.
3058 (struct value) <parent>: Now a value_ref_ptr.
3059 (value_parent, set_value_parent, value_address, value_copy):
3060 Update.
3061
3062 2018-04-06 Tom Tromey <tom@tromey.com>
3063
3064 * value.c (struct value): Add constructor, destructor, and member
3065 initializers.
3066 (allocate_value_lazy, value_decref): Update.
3067
3068 2018-04-06 Tom Tromey <tom@tromey.com>
3069
3070 * value.c (struct value) <released, next>: Remove.
3071 (all_values): Now a std::vector.
3072 (allocate_value_lazy): Update.
3073 (value_next): Remove.
3074 (value_mark, value_free_to_mark, release_value)
3075 (value_release_to_mark): Update.
3076
3077 2018-04-06 Tom Tromey <tom@tromey.com>
3078
3079 * value.h (fetch_subexp_value, value_release_to_mark): Update.
3080 (free_value_chain): Remove.
3081 * value.c (free_value_chain): Remove.
3082 (value_release_to_mark): Return a std::vector.
3083 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
3084 std::vector.
3085 (check_condition): Update.
3086 * eval.c (fetch_subexp_value): Change "val_chain" to a
3087 std::vector.
3088 * breakpoint.c (update_watchpoint): Update.
3089 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
3090
3091 2018-04-06 Tom Tromey <tom@tromey.com>
3092
3093 * value.h (free_all_values): Remove.
3094 * value.c (free_all_values): Remove.
3095
3096 2018-04-06 Tom Tromey <tom@tromey.com>
3097
3098 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
3099 (value_history_chain, value_history_count): Remove.
3100 (value_history): New global.
3101 (record_latest_value, access_value_history, show_values)
3102 (preserve_values): Update.
3103
3104 2018-04-06 Tom Tromey <tom@tromey.com>
3105
3106 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
3107 * varobj.c (varobj_set_display_format, varobj_set_value)
3108 (install_default_visualizer, construct_visualizer)
3109 (install_new_value, ~varobj, varobj_get_value_type)
3110 (my_value_of_variable, varobj_editable_p): Update.
3111 * c-varobj.c (c_describe_child, c_value_of_variable)
3112 (cplus_number_of_children, cplus_describe_child): Update.
3113 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
3114 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
3115 (ada_value_of_variable, ada_value_is_changeable_p): Update.
3116
3117 2018-04-06 Tom Tromey <tom@tromey.com>
3118
3119 * printcmd.c (last_examine_address): Change type to
3120 value_ref_ptr.
3121 (do_examine, x_command): Update.
3122
3123 2018-04-06 Tom Tromey <tom@tromey.com>
3124
3125 * value.c (release_value): Update.
3126 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
3127 (struct bpstats) <val>: Now a value_ref_ptr.
3128 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
3129 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
3130 (~watchpoint, print_it_watchpoint, watch_command_1)
3131 (invalidate_bp_value_on_memory_change): Update.
3132
3133 2018-04-06 Tom Tromey <tom@tromey.com>
3134
3135 * varobj.c (varobj_clear_saved_item)
3136 (update_dynamic_varobj_children, install_new_value, ~varobj):
3137 Update.
3138 * value.h (value_incref): Move declaration earlier.
3139 (value_decref): Rename from value_free.
3140 (struct value_ref_policy): New.
3141 (value_ref_ptr): New typedef.
3142 (struct value_deleter): Remove.
3143 (gdb_value_up): Remove typedef.
3144 (release_value): Change return type.
3145 (release_value_or_incref): Remove.
3146 * value.c (set_value_parent): Update.
3147 (value_incref): Change return type.
3148 (value_decref): Rename from value_free.
3149 (value_free_to_mark, free_all_values, free_value_chain): Update.
3150 (release_value): Return value_ref_ptr.
3151 (release_value_or_incref): Remove.
3152 (record_latest_value, set_internalvar, clear_internalvar):
3153 Update.
3154 * stack.c (info_frame_command): Don't call value_free.
3155 * python/py-value.c (valpy_dealloc, valpy_new)
3156 (value_to_value_object): Update.
3157 * printcmd.c (do_examine): Update.
3158 * opencl-lang.c (lval_func_free_closure): Update.
3159 * mi/mi-main.c (register_changed_p): Don't call value_free.
3160 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
3161 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
3162 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
3163 value_free.
3164 * guile/scm-value.c (vlscm_free_value_smob)
3165 (vlscm_scm_from_value): Update.
3166 * frame.c (frame_register_unwind, frame_unwind_register_signed)
3167 (frame_unwind_register_unsigned, get_frame_register_bytes)
3168 (put_frame_register_bytes): Don't call value_free.
3169 * findvar.c (address_from_register): Don't call value_free.
3170 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
3171 * dwarf2loc.c (entry_data_value_free_closure)
3172 (value_of_dwarf_reg_entry, free_pieced_value_closure)
3173 (dwarf2_evaluate_loc_desc_full): Update.
3174 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
3175 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
3176 (~watchpoint, watch_command_1)
3177 (invalidate_bp_value_on_memory_change): Update.
3178 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
3179
3180 2018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
3181
3182 PR gdb/23022
3183 * warning.m4: Add -Wno-error=deprecated-register.
3184 * configure: Re-generate.
3185
3186 2018-04-05 Tom Tromey <tom@tromey.com>
3187
3188 * linespec.h: Remove include of "vec.h".
3189
3190 2018-04-05 Tom Tromey <tom@tromey.com>
3191
3192 * linespec.c (typep): Remove typedef.
3193 (find_methods, find_superclass_methods): Take a std::vector.
3194 (find_method): Use std::vector.
3195
3196 2018-04-05 Tom Tromey <tom@tromey.com>
3197
3198 * utils.c (compare_strings): Remove.
3199 * utils.h (compare_strings): Remove.
3200 * objc-lang.h (find_imps): Update.
3201 * objc-lang.c (find_methods): Take a std::vector.
3202 (uniquify_strings, find_imps): Likewise.
3203 * linespec.c (find_methods): Take a std::vector.
3204 (decode_objc): Use std::vector.
3205 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
3206 a std::vector.
3207 (find_method, find_function_symbols): Use std::vector.
3208
3209 2018-04-05 Tom Tromey <tom@tromey.com>
3210
3211 * completer.c (completion_tracker::completion_tracker): Remove
3212 cast.
3213 (completion_tracker::discard_completions): Likewise.
3214 * breakpoint.c (ambiguous_names_p): Remove cast.
3215 * ada-lang.c (_initialize_ada_language): Remove cast.
3216 * utils.h (streq): Update.
3217 (streq_hash): Add new declaration.
3218 * utils.c (streq): Return bool.
3219 (streq_hash): New function.
3220
3221 2018-04-05 Tom Tromey <tom@tromey.com>
3222
3223 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
3224 Remove a string copy.
3225
3226 2018-04-05 Tom Tromey <tom@tromey.com>
3227
3228 * linespec.c (filter_results): Use std::vector.
3229 (decode_line_2, decode_line_full): Update.
3230
3231 2018-04-05 Tom Tromey <tom@tromey.com>
3232
3233 * linespec.c (canonical_to_fullform): Return std::string.
3234 (filter_results): Update.
3235 (struct decode_line_2_item): Add constructor.
3236 <fullform, displayform>: Now std::string.
3237 (decode_line_2_compare_items): Now a std::sort comparator.
3238 (decode_line_2): Update.
3239
3240 2018-04-05 Tom Tromey <tom@tromey.com>
3241
3242 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
3243 (unexpected_linespec_error): Update.
3244 (linespec_parse_basic, parse_linespec): Update.
3245
3246 2018-04-05 Tom Tromey <tom@tromey.com>
3247
3248 * linespec.c (linespec_parse_basic): Reindent.
3249
3250 2018-04-05 Tom Tromey <tom@tromey.com>
3251
3252 * minsyms.h (iterate_over_minimal_symbols): Update.
3253 * minsyms.c (iterate_over_minimal_symbols): Take a
3254 gdb::function_view.
3255 * linespec.c (struct collect_minsyms): Remove.
3256 (compare_msyms): Now a std::sort comparator.
3257 (add_minsym): Add parameters.
3258 (search_minsyms_for_name): Update. Use std::vector.
3259
3260 2018-04-03 Tom Tromey <tom@tromey.com>
3261
3262 * mipsread.c (read_alphacoff_dynamic_symtab): Use
3263 gdb::byte_vector.
3264
3265 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3266
3267 * MAINTAINERS (Write After Approval): Add Weimin Pan.
3268
3269 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3270
3271 PR gdb/16959
3272 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
3273 printing static type.
3274
3275 2018-04-01 Tom Tromey <tom@tromey.com>
3276
3277 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
3278 (rs6000_xfer_shared_libraries): Update.
3279
3280 2018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
3281
3282 * common/gdb_vecs.h (char_ptr): Remove.
3283 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
3284
3285 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
3286
3287 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
3288 with std::vector.
3289 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
3290
3291 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
3292
3293 * tracepoint.h (struct uploaded_tp): Initialize fields.
3294 <actions, step_actions, cmd_strings>: Change type to
3295 std::vector<char *>.
3296 * tracepoint.c (get_uploaded_tp): Allocate with new.
3297 (free_uploaded_tps): Free with delete.
3298 (parse_tracepoint_definition): Adjust to std::vector change.
3299 * breakpoint.c (read_uploaded_action): Likewise.
3300 (create_tracepoint_from_upload): Likewise.
3301 * ctf.c (ctf_write_uploaded_tp): Likewise.
3302 (SET_ARRAY_FIELD): Likewise.
3303 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
3304
3305 2018-03-30 Tom Tromey <tom@tromey.com>
3306
3307 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
3308 std::unique_ptr.
3309 (svr4_keep_data_in_core): Update.
3310 (svr4_read_so_list): Update.
3311
3312 2018-03-30 Tom Tromey <tom@tromey.com>
3313
3314 * windows-nat.c (handle_output_debug_string, handle_exception):
3315 Update.
3316 * target.h (target_read_string): Update.
3317 * target.c (target_read_string): Change "string" to
3318 unique_xmalloc_ptr.
3319 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
3320 Update.
3321 * solib-frv.c (frv_current_sos): Update.
3322 * solib-dsbt.c (dsbt_current_sos): Update.
3323 * solib-darwin.c (darwin_current_sos): Update.
3324 * linux-thread-db.c (inferior_has_bug): Update.
3325 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
3326 Update. Remove alloca.
3327 * ada-lang.c (ada_main_name): Update.
3328
3329 2018-03-30 Tom Tromey <tom@tromey.com>
3330
3331 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
3332 (struct dwo_file_deleter): New.
3333 (dwo_file_up): New typedef.
3334 (open_and_init_dwo_file): Use dwo_file_up.
3335 (free_dwo_file_cleanup): Remove.
3336
3337 2018-03-30 Tom Tromey <tom@tromey.com>
3338
3339 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
3340 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
3341
3342 2018-03-30 Tom Tromey <tom@tromey.com>
3343
3344 * dwarf2read.c (class free_cached_comp_units): New class.
3345 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
3346 (free_cached_comp_units): Remove function.
3347
3348 2018-03-30 Tom Tromey <tom@tromey.com>
3349
3350 * utils.h (make_cleanup_unpush_target): Remove.
3351 * inf-ptrace.c (struct target_unpusher): New.
3352 (target_unpush_up) New typedef.
3353 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
3354 target_unpush_up.
3355 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
3356
3357 2018-03-27 Tom Tromey <tom@tromey.com>
3358
3359 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
3360
3361 2018-03-27 Pedro Alves <palves@redhat.com>
3362 Tom Tromey <tom@tromey.com>
3363
3364 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
3365 destructor. Now a class.
3366 (gdb_readline_wrapper_cleanup): Remove function.
3367 (gdb_readline_wrapper): Remove cleanups.
3368
3369 2018-03-27 Tom Tromey <tom@tromey.com>
3370
3371 * typeprint.h (struct type_print_options) <local_typedefs,
3372 global_typedefs>: Remove "struct" keyword.
3373 (class typedef_hash_table): New class.
3374 (recursively_update_typedef_hash, add_template_parameters)
3375 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
3376 (find_typedef_in_hash): Don't declare.
3377 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
3378 (typedef_hash_table::recursively_update): Rename from
3379 recursively_update_typedef_hash. Now a member.
3380 (typedef_hash_table::add_template_parameters): Rename from
3381 add_template_parameters. Now a member.
3382 (typedef_hash_table::typedef_hash_table): Now a constructor;
3383 rename from create_typedef_hash.
3384 (typedef_hash_table::~typedef_hash_table): Now a destructor;
3385 rename from free_typedef_hash.
3386 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
3387 (do_free_global_table): Remove.
3388 (typedef_hash_table::typedef_hash_table): New constructor; renamed
3389 from copy_type_recursive.
3390 (create_global_typedef_table): Remove.
3391 (typedef_hash_table::find_global_typedef): Now a member of
3392 typedef_hash_table.
3393 (typedef_hash_table::find_typedef): Rename from
3394 find_typedef_in_hash; now a member.
3395 (whatis_exp): Update.
3396 * extension.h (struct ext_lang_type_printers): Add constructor and
3397 destructor.
3398 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
3399 declare.
3400 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
3401 Now a constructor; rename from start_ext_lang_type_printers.
3402 (ext_lang_type_printers): Now a destructor; rename from
3403 free_ext_lang_type_printers.
3404 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
3405 Update.
3406 (c_type_print_base_struct_union): Update. Remove cleanups.
3407
3408 2018-03-27 Tom Tromey <tom@tromey.com>
3409
3410 * dwarf-index-write.c: Include <cmath>.
3411
3412 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3413
3414 * NEWS: Add entry describing new "set|show varsize-limit" command.
3415 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
3416 command.
3417 * printcmd.c (_initialize_printcmd): Add "set var" alias of
3418 "set variable".
3419
3420 2018-03-27 Simon Marchi <simon.marchi@ericsson.com>
3421
3422 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
3423 dwarf-index-write.c
3424 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
3425 * dwarf-index-common.c: New file.
3426 * dwarf-index-common.h: New file.
3427 * dwarf-index-write.c: New file.
3428 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
3429 (struct dwarf2_section_info): Move from here.
3430 (dwarf2_section_info_def): Likewise.
3431 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
3432 (offset_type): Likewise.
3433 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
3434 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
3435 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
3436 (byte_swap): Likewise.
3437 (MAYBE_SWAP): Likewise.
3438 (dwarf2_per_cu_ptr): Likewise.
3439 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
3440 (struct tu_stats): Likewise.
3441 (struct dwarf2_per_objfile): Likewise.
3442 (struct dwarf2_per_cu_data): Likewise.
3443 (struct signatured_type): Likewise.
3444 (sig_type_ptr): Likewise.
3445 (DEF_VEC_P (sig_type_ptr)): Likewise.
3446 (INDEX4_SUFFIX): Likewise.
3447 (INDEX5_SUFFIX): Likewise.
3448 (DEBUG_STR_SUFFIX): Likewise.
3449 (dwarf2_read_section): Make non-static.
3450 (mapped_index_string_hash): Move from here.
3451 (dwarf5_djb_hash): Likewise.
3452 (file_write): Likewise.
3453 (class data_buf): Likewise.
3454 (struct symtab_index_entry): Likewise.
3455 (struct mapped_symtab): Likewise.
3456 (find_slot): Likewise.
3457 (hash_expand): Likewise.
3458 (add_index_entry): Likewise.
3459 (uniquify_cu_indices): Likewise.
3460 (class c_str_view): Likewise.
3461 (class c_str_view_hasher): Likewise.
3462 (class vector_hasher): Likewise.
3463 (write_hash_table): Likewise.
3464 (psym_index_map): Likewise.
3465 (struct addrmap_index_data): Likewise.
3466 (add_address_entry): Likewise.
3467 (add_address_entry_worker): Likewise.
3468 (write_address_map): Likewise.
3469 (symbol_kind): Likewise.
3470 (write_psymbols): Likewise.
3471 (struct signatured_type_index_data): Likewise.
3472 (write_one_signatured_type): Likewise.
3473 (recursively_count_psymbols): Likewise.
3474 (recursively_write_psymbols): Likewise.
3475 (class debug_names): Likewise.
3476 (check_dwarf64_offsets): Likewise.
3477 (psyms_seen_size): Likewise.
3478 (write_gdbindex): Likewise.
3479 (write_debug_names): Likewise.
3480 (assert_file_size): Likewise.
3481 (write_psymtabs_to_index): Likewise.
3482 (save_gdb_index_command): Likewise.
3483 (_initialize_dwarf2_read): Don't register the "save gdb-index"
3484 command.
3485 * dwarf2read.h: New file.
3486
3487 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3488
3489 PR gdb/22670
3490 * dwarf2read.c (dwarf2_physname): Do not return the demangled
3491 symbol name if the CU's language stores symbol names in linkage
3492 format.
3493 * language.h (struct language_defn)
3494 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
3495 all instances of this struct.
3496
3497 2018-03-26 Tom Tromey <tom@tromey.com>
3498
3499 * stack.c (backtrace_command_1): Remove verbose code.
3500
3501 2018-03-26 Tom Tromey <tom@tromey.com>
3502
3503 * python/py-framefilter.c (py_print_type): Don't catch
3504 exceptions. Return void.
3505 (py_print_value): Likewise.
3506 (py_print_single_arg): Likewise.
3507 (enumerate_args): Don't catch exceptions.
3508 (py_print_args): Likewise.
3509 (py_print_frame): Likewise.
3510 (gdbpy_apply_frame_filter): Catch exceptions here.
3511
3512 2018-03-26 Tom Tromey <tom@tromey.com>
3513
3514 * stack.c (_initialize_stack): Remove trailing newlines from help
3515 text. Add "Usage" line to "backtrace" help.
3516
3517 2018-03-26 Tom Tromey <tom@tromey.com>
3518
3519 PR python/16486:
3520 * python/py-framefilter.c (py_print_args): Call wrap_hint.
3521
3522 2018-03-26 Tom Tromey <tom@tromey.com>
3523
3524 * python/py-framefilter.c (py_print_single_arg): Return
3525 EXT_LANG_BT_ERROR from catch.
3526
3527 2018-03-26 Tom Tromey <tom@tromey.com>
3528
3529 PR backtrace/15584:
3530 * stack.c (backtrace_command_1): Move some code into no-filters
3531 "if".
3532
3533 2018-03-26 Tom Tromey <tom@tromey.com>
3534
3535 * python/py-framefilter.c (throw_quit_or_print_exception): New
3536 function.
3537 (gdbpy_apply_frame_filter): Use it.
3538
3539 2018-03-26 Tom Tromey <tom@tromey.com>
3540
3541 PR cli/17716:
3542 * python/py-framefilter.c (py_print_type, py_print_value)
3543 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
3544 RETURN_MASK_ERROR.
3545
3546 2018-03-26 Tom Tromey <tom@tromey.com>
3547
3548 * python/py-framefilter.c (enumerate_args): Use
3549 gdb::unique_xmalloc_ptr.
3550
3551 2018-03-26 Tom Tromey <tom@tromey.com>
3552
3553 * python/py-framefilter.c (py_print_frame): Return
3554 EXT_LANG_BT_OK.
3555 (gdbpy_apply_frame_filter): Update comment.
3556 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
3557 Remove.
3558 <EXT_LANG_BT_NO_FILTERS>: Change value.
3559
3560 2018-03-26 Tom Tromey <tom@tromey.com>
3561
3562 PR backtrace/15582:
3563 * stack.c (backtrace_command): Parse "hide" argument.
3564 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
3565 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
3566 constant.
3567
3568 2018-03-26 Tom Tromey <tom@tromey.com>
3569
3570 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
3571 add "flags".
3572 (backtrace_command): Remove "fulltrace", add "flags".
3573
3574 2018-03-26 Tom Tromey <tom@tromey.com>
3575
3576 * stack.c (backtrace_command): Rewrite command line parsing.
3577
3578 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
3579
3580 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
3581
3582 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
3583
3584 * filename-seen-cache.h: Add include guard.
3585
3586 2018-03-26 Keith Seitz <keiths@redhat.com>
3587
3588 * symfile.c (place_section): Remove "struct" from section_addr_info
3589 in comment.
3590 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
3591 "struct" keyword from section_addr_info.
3592
3593 2018-03-26 Alan Hayward <alan.hayward@arm.com>
3594
3595 * regformats/regdef.h (reg): Add constructors.
3596
3597 2018-03-25 Pedro Alves <palves@redhat.com>
3598
3599 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
3600 if then/else bodies in var_func_name extraction.
3601
3602 2018-03-23 Weimin Pan <weimin.pan@oracle.com>
3603
3604 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
3605 lookup_minimal_symbol() to find symbol entry.
3606 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
3607
3608 2018-03-23 Keith Seitz <keiths@redhat.com>
3609
3610 PR c++/22968
3611 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
3612 nested type definitions for C++, too.
3613
3614 2018-03-23 Tom Tromey <tom@tromey.com>
3615
3616 * machoread.c (struct oso_el): Add a constructor. Don't define as
3617 a typedef.
3618 (macho_register_oso): Remove.
3619 (macho_symtab_read): Take a std::vector.
3620 (oso_el_compare_name): Now a std::sort comparator.
3621 (macho_symfile_read_all_oso): Take a std::vector.
3622 (macho_symfile_read): Use std::vector. Remove cleanups.
3623
3624 2018-03-22 Tom Tromey <tom@tromey.com>
3625
3626 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
3627 (record_full_goto_bookmark): Use std::string.
3628
3629 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3630
3631 PR tdep/18295
3632 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
3633 a single mask.
3634
3635 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3636
3637 * rs6000-tdep.c (store_insn_p): New function.
3638 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
3639 and cr_reg to their unshifted values. Use store_insn_p to
3640 match LR saves using either R1 or fdata->alloca_reg. Use
3641 store_insn_p to match CR saves. Set alloca_reg_offset
3642 when alloca_reg and framep are set. Remove lr_reg shift
3643 when assigning to fdata->lr_register.
3644
3645 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3646
3647 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
3648 command line args instead of emitting a warning.
3649
3650 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
3651
3652 * tracepoint.h (struct static_tracepoint_marker): Initialize
3653 fields, define default constructor, move constructor and move
3654 assignment, disable the rest.
3655 <str_id, extra>: Make std::string.
3656 (release_static_tracepoint_marker): Remove.
3657 (free_current_marker): Remove.
3658 * tracepoint.c (free_current_marker): Remove.
3659 (parse_static_tracepoint_marker_definition): Adjust to
3660 std::string, use new hex2str overload.
3661 (release_static_tracepoint_marker): Remove.
3662 (print_one_static_tracepoint_marker): Get marker by reference
3663 and adjust to std::string.
3664 (info_static_tracepoint_markers_command): Adjust to std::vector
3665 changes
3666 * target.h (static_tracepoint_marker_p): Remove typedef.
3667 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
3668 (struct target_ops) <to_static_tracepoint_marker_at>: Return
3669 bool.
3670 <to_static_tracepoint_markers_by_strid>: Return std::vector.
3671 * target-debug.h
3672 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
3673 (target_debug_print_std_vector_static_tracepoint_marker): New.
3674 (target_debug_print_struct_static_tracepoint_marker_p): Rename
3675 to...
3676 (target_debug_print_static_tracepoint_marker_p): ... this.
3677 * target-delegates.c: Re-generate.
3678 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
3679 Make std::string.
3680 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
3681 (decode_static_tracepoint_spec): Adjust to std::vector.
3682 (tracepoint_print_one_detail): Adjust to std::string.
3683 (strace_marker_decode_location): Adjust to std::string.
3684 (update_static_tracepoint): Adjust to std::string, remove call
3685 to release_static_tracepoint_marker.
3686 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3687 Adjust to std::vector.
3688 * remote.c (remote_static_tracepoint_marker_at): Return bool.
3689 (remote_static_tracepoint_markers_by_strid): Adjust to
3690 std::vector.
3691 * common/rsp-low.h (hex2str): New overload with explicit count
3692 of bytes.
3693 * common/rsp-low.c (hex2str): New overload with explicit count
3694 of bytes.
3695 * unittests/rsp-low-selftests.c (test_hex2str): New function.
3696 (_initialize_rsp_low_selftests): Add test_hex2str test.
3697 * unittests/tracepoint-selftests.c
3698 (test_parse_static_tracepoint_marker_definition): Adjust to
3699 std::string.
3700
3701 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
3702
3703 * tracepoint.c (parse_static_tracepoint_marker_definition):
3704 Consider case where the definition is followed by more
3705 definitions.
3706 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3707 tracepoint-selftests.c.
3708 * unittests/tracepoint-selftests.c: New.
3709
3710 2018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3711
3712 * MAINTAINERS (Write After Approval): Add Pedro Franco de
3713 Carvalho.
3714
3715 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3716
3717 * symtab.c (find_pc_sect_line): fixed indentation.
3718
3719 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3720
3721 * symtab.c (find_pc_sect_line): now uses binary search.
3722
3723 2018-03-19 Tom Tromey <tom@tromey.com>
3724
3725 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
3726 "IDENT" production.
3727
3728 2018-03-19 Pedro Alves <palves@redhat.com>
3729 Tom Tromey <tom@tromey.com>
3730
3731 * unittests/observable-selftests.c: New file.
3732 * common/observable.h: New file.
3733 * observable.h: New file.
3734 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
3735 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
3736 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
3737 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
3738 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
3739 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
3740 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
3741 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
3742 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
3743 python/py-breakpoint.c, python/py-finishbreakpoint.c,
3744 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
3745 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
3746 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
3747 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
3748 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
3749 tui/tui-interp.c, valops.c: Update all users.
3750 * tui/tui-hooks.c (tui_bp_created_observer)
3751 (tui_bp_deleted_observer, tui_bp_modified_observer)
3752 (tui_inferior_exit_observer, tui_before_prompt_observer)
3753 (tui_normal_stop_observer, tui_register_changed_observer):
3754 Remove.
3755 (tui_observers_token): New global.
3756 (attach_or_detach, tui_attach_detach_observers): New functions.
3757 (tui_install_hooks, tui_remove_hooks): Use
3758 tui_attach_detach_observers.
3759 * record-btrace.c (record_btrace_thread_observer): Remove.
3760 (record_btrace_thread_observer_token): New global.
3761 * observer.sh: Remove.
3762 * observer.c: Rename to observable.c.
3763 * observable.c (namespace gdb_observers): Define new objects.
3764 (observer_debug): Move into gdb_observers namespace.
3765 (struct observer, struct observer_list, xalloc_observer_list_node)
3766 (xfree_observer_list_node, generic_observer_attach)
3767 (generic_observer_detach, generic_observer_notify): Remove.
3768 (_initialize_observer): Update.
3769 Don't include observer.inc.
3770 * Makefile.in (generated_files): Remove observer.h, observer.inc.
3771 (clean mostlyclean): Likewise.
3772 (observer.h, observer.inc): Remove targets.
3773 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
3774 (COMMON_SFILES): Use observable.c, not observer.c.
3775 * .gitignore: Remove observer.h.
3776
3777 2018-03-18 Tom Tromey <tom@tromey.com>
3778
3779 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
3780 gdb::def_vector.
3781 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
3782
3783 2018-03-17 Tom Tromey <tom@tromey.com>
3784
3785 * auto-load.c (auto_load_objfile_script_1): Use std::string.
3786
3787 2018-03-17 Tom Tromey <tom@tromey.com>
3788
3789 * target.c (class scoped_target_fd): New.
3790 (target_fileio_close_cleanup): Remove.
3791 (target_fileio_read_alloc_1): Use scoped_target_fd.
3792
3793 2018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
3794
3795 * silent-rules.mk: New.
3796 * Makefile.in: Include silent-rules.mk
3797 (srcdir, VPATH, top_srcdir): Move up.
3798 (COMPILE): Add ECHO_CXX.
3799 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
3800 (init.c): Add ECHO_INIT_C.
3801 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
3802 (version.c): Add ECHO_GEN.
3803 (printcmd.o): Add ECHO_CXX.
3804 (target-float.o): Add ECHO_CXX.
3805 (ada-exp.o): Add ECHO_CXX.
3806 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
3807 (insight$(EXEEXT)): Add ECHO_CXXLD.
3808 * gnulib/configure.ac: Add AM_SILENT_RULES.
3809 * gnulib/aclocal.m4: Re-generate.
3810 * gnulib/configure: Re-generate.
3811 * gnulib/import/Makefile.in: Re-generate.
3812
3813 2018-03-16 Tom Tromey <tom@tromey.com>
3814
3815 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
3816 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
3817 * utils.c (do_free_section_addr_info)
3818 (make_cleanup_free_section_addr_info): Remove.
3819 * symfile.h (struct other_sections): Add constructor.
3820 (struct section_addr_info): Remove.
3821 (section_addr_info): New typedef.
3822 (struct sym_fns) <sym_offsets>: Change type of parameter.
3823 (build_section_addr_info_from_objfile)
3824 (relative_addr_info_to_section_offsets, addr_info_make_relative)
3825 (default_symfile_offsets, symbol_file_add)
3826 (symbol_file_add_from_bfd)
3827 (build_section_addr_info_from_section_table): Update.
3828 (alloc_section_addr_info, free_section_addr_info): Don't declare.
3829 * symfile.c (alloc_section_addr_info): Remove.
3830 (build_section_addr_info_from_section_table): Change return type.
3831 Update.
3832 (build_section_addr_info_from_bfd)
3833 (build_section_addr_info_from_objfile): Likewise.
3834 (free_section_addr_info): Remove.
3835 (relative_addr_info_to_section_offsets): Change type of "addrs".
3836 (addrs_section_compar): Now a std::sort comparator.
3837 (addrs_section_sort): Change return type.
3838 (addr_info_make_relative): Change type of "addrs". Update.
3839 (default_symfile_offsets, syms_from_objfile_1)
3840 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
3841 (symbol_file_add_separate): Update.
3842 (symbol_file_add): Change type of "addrs". Update.
3843 (add_symbol_file_command): Update. Remove cleanups.
3844 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
3845 cleanups.
3846 * symfile-debug.c (debug_sym_offsets): Change type of "info".
3847 * solib.c (solib_read_symbols): Update.
3848 * objfiles.c (objfile_relocate): Update. Remove cleanups.
3849 * machoread.c (macho_symfile_offsets): Update.
3850 * jit.c (jit_bfd_try_read_symtab): Update.
3851
3852 2018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
3853
3854 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3855 unittests/utils-selftests.c.
3856 * unittests/utils-selftests.c: New file.
3857
3858 2018-03-14 Tom Tromey <tom@tromey.com>
3859
3860 PR cli/14977:
3861 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
3862 for NULL.
3863
3864 2018-03-14 Tom Tromey <tom@tromey.com>
3865
3866 PR cli/19918:
3867 * printcmd.c (printf_pointer): Allow "-" in format.
3868
3869 2018-03-14 Tom Tromey <tom@tromey.com>
3870
3871 * printcmd.c (_initialize_printcmd): Add usage to printf.
3872
3873 2018-03-14 Yao Qi <qiyao@sourceware.org>
3874
3875 * MAINTAINERS: Update my email address.
3876
3877 2018-03-13 Tom Tromey <tom@tromey.com>
3878
3879 * machoread.c (macho_check_dsym): Change filenamep to a
3880 std::string*.
3881 (macho_symfile_read): Update.
3882 * symfile.c (load_command): Use std::string.
3883
3884 2018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
3887 to error message string.
3888 (riscv_register_name): Use xsnprintf instead of sprintf.
3889 (riscv_insn::fetch_instruction): Use gdb_assert instead of
3890 internal_error.
3891 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
3892 error.
3893 (riscv_push_dummy_call): Likewise.
3894
3895 2018-03-12 Tom Tromey <tom@tromey.com>
3896
3897 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
3898 Use gdb::byte_vector.
3899 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
3900
3901 2018-03-12 Yao Qi <yao.qi@linaro.org>
3902
3903 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
3904 parameter type to readable_regcache.
3905 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
3906 the declaration.
3907
3908 2018-03-11 Tom Tromey <tom@tromey.com>
3909
3910 * dwarf2read.c (struct nextfield): Add initializers.
3911 (struct nextfnfield): Remove.
3912 (struct fnfieldlist): Add initializers. Remove "length" and
3913 "head", use std::vector.
3914 (struct decl_field_list): Remove.
3915 (struct field_info): Add initializers.
3916 <fields, baseclasses>: Now std::vector.
3917 <nbaseclasses, nfnfields, typedef_field_list_count,
3918 nested_types_list_count>: Remove.
3919 (dwarf2_add_field, dwarf2_add_type_defn)
3920 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
3921 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
3922 (process_structure_scope): Update.
3923
3924 2018-03-11 Tom Tromey <tom@tromey.com>
3925
3926 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
3927 for use by std::sort.
3928 (build_type_psymtabs_1): Use std::vector.
3929
3930 2018-03-09 Eli Zaretskii <eliz@gnu.org>
3931
3932 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
3933 and LIBMPFR in the printed configuration.
3934
3935 2018-03-08 Tom Tromey <tom@tromey.com>
3936
3937 * source.c (get_filename_and_charpos): Use scoped_fd.
3938 * nto-procfs.c (procfs_open_1): Use scoped_fd.
3939 (procfs_pidlist): Likewise.
3940 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
3941 (iterate_over_mappings): Likewise.
3942
3943 2018-03-08 Tom Tromey <tom@tromey.com>
3944
3945 * infcall.c (struct call_return_meta_info)
3946 <stack_temporaries_enabled>: Remove.
3947 (get_call_return_value, call_function_by_hand_dummy): Update.
3948 * thread.c (disable_thread_stack_temporaries): Remove.
3949 (enable_thread_stack_temporaries): Remove.
3950 (thread_stack_temporaries_enabled_p): Return bool.
3951 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
3952 (get_last_thread_stack_temporary): Update.
3953 * eval.c (evaluate_subexp): Update.
3954 * gdbthread.h (class enable_thread_stack_temporaries): Now a
3955 class, not a function.
3956 (value_ptr, value_vec): Remove typedefs.
3957 (class thread_info) <stack_temporaries_enabled>: Now bool.
3958 <stack_temporaries>: Now a std::vector.
3959 (thread_stack_temporaries_enabled_p)
3960 (value_in_thread_stack_temporaries): Return bool.
3961
3962 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3963
3964 * remote.c (putpkt_binary): Fix omitted bytes reporting.
3965 (getpkt_or_notif_sane_1): Likewise.
3966
3967 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3968
3969 * build-id.c (build_id_to_debug_bfd): Use std::string.
3970
3971 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3972
3973 * build-id.c (find_separate_debug_file_by_buildid): Return
3974 std::string.
3975 * build-id.h (find_separate_debug_file_by_buildid): Return
3976 std::string.
3977 * coffread.c (coff_symfile_read): Adjust to std::string.
3978 * elfread.c (elf_symfile_read): Adjust to std::string.
3979 * symfile.c (separate_debug_file_exists): Change parameter to
3980 std::string.
3981 (find_separate_debug_file): Return std::string.
3982 (find_separate_debug_file_by_debuglink): Return std::string.
3983 * symfile.h (find_separate_debug_file_by_debuglink): Return
3984 std::string.
3985
3986 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3987
3988 * common/xml-utils.c (xml_escape_text): Move code to...
3989 (xml_escape_text_append): ... this new function.
3990 * common/xml-utils.h (xml_escape_text_append): New declaration.
3991 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
3992 New function.
3993 (_initialize_xml_utils): register test_xml_escape_text_append as
3994 a selftest.
3995
3996 2018-03-07 Alan Hayward <alan.hayward@arm.com>
3997
3998 * defs.h: Remove MAX_REGISTER_SIZE.
3999 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
4000 asserts.
4001 * python/py-unwind.c (pyuw_sniffer): Likewise.
4002
4003 2018-03-07 Tom Tromey <tom@tromey.com>
4004
4005 * linux-tdep.c (linux_info_proc): Update.
4006 * target.h (struct target_ops) <to_fileio_readlink>: Return
4007 optional<string>.
4008 (target_fileio_readlink): Return optional<string>.
4009 * remote.c (remote_hostio_readlink): Return optional<string>.
4010 * inf-child.c (inf_child_fileio_readlink): Return
4011 optional<string>.
4012 * target.c (target_fileio_readlink): Return optional<string>.
4013
4014 2018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
4015
4016 * regcache.c (cooked_read_test): Add riscv to the list of
4017 architectures that have a save_reggroup.
4018
4019 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4020
4021 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
4022 value is not a dynamic class object.
4023
4024 2018-03-06 Tom Tromey <tom@tromey.com>
4025
4026 * rust-exp.y: Formatting fixes.
4027
4028 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4029
4030 * riscv-tdep.c (riscv_register_name): Remove target description
4031 support.
4032 (riscv_gdbarch_init): Remove target description check.
4033
4034 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4035
4036 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
4037 comment.
4038 * riscv-tdep.h: Likewise.
4039
4040 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
4043 (riscv_pseudo_register_write): Delete.
4044 (riscv_gdbarch_init): Remove all use of pseudo registers.
4045
4046 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
4047
4048 * record-btrace.c (btrace_print_lines): Replace cleanup
4049 parameter with RAII equivalents.
4050 (btrace_insn_history): Replace cleanup with RAII equivalents.
4051 * ui-out.h (make_cleanup_ui_out_list_begin_end,
4052 make_cleanup_ui_out_tuple_begin_end): Remove.
4053 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
4054 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
4055 make_cleanup_ui_out_list_begin_end): Remove.
4056
4057 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
4058
4059 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
4060 parameter types to std::vector. Use bool.
4061 (record_btrace_wait): Replace VEC(tp_t) with
4062 std::vector<thread_info *>.
4063 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
4064
4065 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
4066
4067 * record-btrace.c (record_btrace_disable_callback): Remove.
4068 (struct scoped_btrace_disable): New.
4069 (record_btrace_open): Use scoped_btrace_disable.
4070
4071 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4072
4073 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
4074 reading values from registers.
4075
4076 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4077
4078 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
4079 where appropriate.
4080
4081 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4082
4083 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
4084 change parameter type. Use GDB's print functions, and use
4085 core_addr_to_string where appropriate.
4086 (riscv_push_dummy_call): Use core_addr_to_string where
4087 appropriate, update call to riscv_print_arg_location, and reindent
4088 a few lines.
4089 (riscv_return_value): Update call to riscv_print_arg_location.
4090
4091 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4092 Tim Newsome <tim@sifive.com>
4093 Albert Ou <a0u@eecs.berkeley.edu>
4094 Darius Rad <darius@bluespec.com>
4095
4096 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
4097 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
4098 (ALLDEPFILES): Add riscv-tdep.c
4099 * configure.tgt: Add riscv support.
4100 * riscv-tdep.c: New file.
4101 * riscv-tdep.h: New file.
4102 * NEWS: Mention new target.
4103 * MAINTAINERS: Add entry for riscv.
4104
4105 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
4108 fields within aggregates.
4109
4110 2018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
4111
4112 * record-btrace.c (btrace_print_lines): Change type of flags to
4113 gdb_disassembly_flags.
4114
4115 2018-03-04 John Baldwin <jhb@FreeBSD.org>
4116
4117 * fbsd-nat.c: Include "inf-ptrace.h".
4118 (USE_SIGTRAP_SIGINFO): Conditionally define.
4119 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
4120 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
4121 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
4122 function.
4123 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
4124 Likewise.
4125 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
4126 Likewise.
4127 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
4128 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
4129 "supports_stopped_by_hw_breakpoint" target methods.
4130
4131 2018-03-04 John Baldwin <jhb@FreeBSD.org>
4132
4133 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
4134 * fbsd-nat.c (debug_fbsd_nat): New variable.
4135 (show_fbsd_nat_debug): New function.
4136 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
4137 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
4138
4139 2018-03-04 John Baldwin <jhb@FreeBSD.org>
4140
4141 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
4142 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
4143 prototype.
4144 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
4145 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
4146 method.
4147
4148 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
4149
4150 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
4151 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
4152
4153 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
4154
4155 * charset.c (struct charset_vector): New.
4156 (charsets): Change type to charset_vector.
4157 (find_charset_names): Adjust.
4158 (add_one): Adjust.
4159 (_initialize_charset): Adjust.
4160
4161 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
4162
4163 * progspace.h (struct program_space) <deleted_solibs>: Change
4164 type to std::vector<std::string>.
4165 * progspace.c (clear_program_space_solib_cache): Adjust.
4166 * breakpoint.c (print_solib_event): Adjust.
4167 (check_status_catch_solib): Adjust.
4168 * solib.c (update_solib_list): Adjust.
4169 * ui-out.h (class ui_out) <field_string>: New overload.
4170 * ui-out.c (ui_out::field_string): New overload.
4171
4172 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
4173
4174 * progspace.h (struct program_space): Add constructor and
4175 destructor, initialize fields.
4176 (add_program_space): Remove.
4177 * progspace.c (add_program_space): Rename to...
4178 (program_space::program_space): ... this.
4179 (release_program_space): Rename to...
4180 (program_space::~program_space): ... this.
4181 (delete_program_space): Use delete to delete program_space.
4182 (initialize_progspace): Use new to allocate program_space.
4183 * inferior.c (add_inferior_with_spaces): Likewise.
4184 (clone_inferior_command): Likewise.
4185 * infrun.c (follow_fork_inferior): Likewise.
4186 (handle_vfork_child_exec_or_exit): Likewise.
4187
4188 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
4189
4190 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
4191 (delim_string_to_char_ptr_vec): Return std::vector of
4192 gdb::unique_xmalloc_ptr.
4193 (dirnames_to_char_ptr_vec_append): Take std::vector of
4194 gdb::unique_xmalloc_ptr.
4195 (dirnames_to_char_ptr_vec): Return std::vector of
4196 gdb::unique_xmalloc_ptr.
4197 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
4198 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
4199 (delim_string_to_char_ptr_vec): Return an std::vector of
4200 gdb::unique_xmalloc_ptr, adjust the code.
4201 (dirnames_to_char_ptr_vec_append): Take an std::vector of
4202 gdb::unique_xmalloc_ptr, adjust the code.
4203 (dirnames_to_char_ptr_vec): Return an std::vector of
4204 gdb::unique_xmalloc_ptr, adjust the code.
4205 * auto-load.c (auto_load_safe_path_vec): Change type to
4206 std::vector of gdb::unique_xmalloc_ptr.
4207 (auto_load_expand_dir_vars): Return an std::vector of
4208 gdb::unique_xmalloc_ptr, adjust the code.
4209 (auto_load_safe_path_vec_update): Adjust.
4210 (filename_is_in_auto_load_safe_path_vec): Adjust.
4211 (auto_load_objfile_script_1): Adjust.
4212 * build-id.c (build_id_to_debug_bfd): Adjust.
4213 * linux-thread-db.c (thread_db_load_search): Adjust.
4214 * source.c (add_path): Adjust.
4215 (openp): Adjust.
4216 * symfile.c (find_separate_debug_file): Adjust.
4217 * utils.c (do_free_char_ptr_vec): Remove.
4218 (make_cleanup_free_char_ptr_vec): Remove.
4219
4220 2018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
4221
4222 PR gdb/22907
4223 * common/pathstuff.c: Conditionally include "<windows.h>".
4224
4225 2018-03-01 Georg Sauthoff <mail@georg.so>
4226
4227 PR gdb/22888
4228 * gcore.in: Quote variables and switch interpreter to bash.
4229
4230 2018-03-01 Tom Tromey <tom@tromey.com>
4231
4232 * dwarf2read.c (alloc_discriminant_info): Fix default_index
4233 assertion. Add assertion for discriminant_index.
4234 (quirk_rust_enum): Use correct base type name in univariant case.
4235
4236 2018-03-01 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * record.c (get_call_history_modifiers): Return a
4239 record_print_flags.
4240 (cmd_record_call_history): Adjust.
4241 * record-btrace.c (record_btrace_call_history): Adjust.
4242 (record_btrace_call_history_range): Adjust.
4243 (record_btrace_call_history_from): Adjust.
4244 * target-debug.h (target_debug_print_record_print_flags): New.
4245 * target-delegates.c: Re-generate.
4246 * target.c (target_call_history): Change flags type.
4247 (target_call_history_from): Likewise.
4248 (target_call_history_range): Likewise.
4249 * target.h (struct target_ops) <target_call_history>: Likewise.
4250 (target_call_history_from): Likewise.
4251 (target_call_history_range): Likewise.
4252
4253 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4254 Simon Marchi <simon.marchi@polymtl.ca>
4255
4256 * common/common-utils.c: Include "sys/stat.h".
4257 (is_regular_file): Move here from "source.c"; change return
4258 type to "bool".
4259 * common/common-utils.h (is_regular_file): New prototype.
4260 * common/pathstuff.c (contains_dir_separator): New function.
4261 * common/pathstuff.h (contains_dir_separator): New prototype.
4262 * source.c: Don't include "sys/stat.h".
4263 (is_regular_file): Move to "common/common-utils.c".
4264
4265 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4266
4267 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
4268 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
4269 * auto-load.c: Include "common/pathstuff.h".
4270 * common/common-def.h (current_directory): Move here.
4271 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
4272 function.
4273 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
4274 prototype.
4275 * common/pathstuff.c: New file.
4276 * common/pathstuff.h: New file.
4277 * compile/compile.c: Include "common/pathstuff.h".
4278 * defs.h (current_directory): Move to "common/common-defs.h".
4279 * dwarf2read.c: Include "common/pathstuff.h".
4280 * exec.c: Likewise.
4281 * guile/scm-safe-call.c: Likewise.
4282 * linux-thread-db.c: Likewise.
4283 * main.c: Likewise.
4284 * nto-tdep.c: Likewise.
4285 * objfiles.c: Likewise.
4286 * source.c: Likewise.
4287 * symtab.c: Likewise.
4288 * utils.c: Include "common/pathstuff.h".
4289 (gdb_realpath): Move to "common/pathstuff.c".
4290 (gdb_realpath_keepfile): Likewise.
4291 (gdb_abspath): Likewise.
4292 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
4293 (gdb_realpath_keepfile): Likewise.
4294 (gdb_abspath): Likewise.
4295
4296 2018-02-28 John Baldwin <jhb@FreeBSD.org>
4297
4298 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
4299 wildcard process pid for super_resume for kernels with a
4300 specific bug.
4301
4302 2018-02-27 Phil Muldoon <pmuldoon@redhat.com>
4303
4304 * compile/compile.c (get_args): Add additional comments
4305 explaining function.
4306
4307 2018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
4308 Tom Tromey <tom@tromey.com>
4309
4310 * target.h (memory_write_request_s): Remove typedef. Don't define
4311 VEC.
4312 (target_write_memory_blocks): Change argument to std::vector.
4313 (struct memory_write_request): Add constructor.
4314 * target-memory.c (compare_block_starting_address): Return bool.
4315 Change argument types.
4316 (claim_memory): Change arguments to use std::vector.
4317 (split_regular_and_flash_blocks, blocks_to_erase)
4318 (compute_garbled_blocks): Likewise.
4319 (cleanup_request_data, cleanup_write_requests_vector): Remove.
4320 (target_write_memory_blocks): Change argument to std::vector.
4321 * symfile.c (struct load_section_data): Add constructor and
4322 destructor. Use std::vector for "requests".
4323 (struct load_progress_data): Add initializers.
4324 (load_section_callback): Update. Use "new".
4325 (clear_memory_write_data): Remove.
4326 (generic_load): Update.
4327
4328 2018-02-27 Alan Hayward <alan.hayward@arm.com>
4329
4330 * arch/aarch64.h: Use common/tdesc.h.
4331
4332 2018-02-26 Maciej W. Rozycki <macro@mips.com>
4333
4334 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
4335 architecture with a 64-bit ABI.
4336
4337 2018-02-26 Maciej W. Rozycki <macro@mips.com>
4338
4339 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
4340 ahead of target description loading.
4341
4342 2018-02-26 Tom Tromey <tom@tromey.com>
4343
4344 * stack.c (backtrace_command_1): Update.
4345 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
4346 of "flags".
4347 * python/py-framefilter.c (py_print_frame)
4348 (gdbpy_apply_frame_filter): Change type of "flags".
4349 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
4350 of "flags".
4351 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
4352 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
4353 * extension.h (enum frame_filter_flag): Rename from
4354 frame_filter_flags.
4355 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
4356 (apply_ext_lang_frame_filter): Change type of "flags".
4357 * extension.c (apply_ext_lang_frame_filter): Change type of
4358 "flags".
4359 * extension-priv.h (struct extension_language_ops)
4360 <apply_frame_filter>: Change type of "flags".
4361
4362 2018-02-26 Tom Tromey <tom@tromey.com>
4363
4364 PR python/16497:
4365 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
4366 off-by-one in py_end computation.
4367 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
4368 PRINT_MORE_FRAMES.
4369 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
4370 constant.
4371
4372 2018-02-26 Tom Tromey <tom@tromey.com>
4373
4374 * dwarf2read.c (struct variant_field): New.
4375 (struct nextfield) <variant>: New field.
4376 (dwarf2_add_field): Handle DW_TAG_variant_part.
4377 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
4378 discriminated union.
4379 (read_structure_type): Handle DW_TAG_variant_part.
4380 (handle_struct_member_die): New function, extracted from
4381 process_structure_scope. Handle DW_TAG_variant.
4382 (process_structure_scope): Handle discriminated unions. Call
4383 handle_struct_member_die.
4384
4385 2018-02-26 Tom Tromey <tom@tromey.com>
4386
4387 * rust-lang.h (rust_last_path_segment): Declare.
4388 * rust-lang.c (rust_last_path_segment): Now public. Change
4389 contract.
4390 (struct disr_info): Remove.
4391 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
4392 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
4393 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
4394 (rust_enum_p, rust_enum_variant): New function.
4395 (rust_underscore_fields): Remove "offset" parameter.
4396 (rust_print_enum): New function.
4397 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
4398 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
4399 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
4400 enums.
4401 (rust_internal_print_type): New function, from rust_print_type.
4402 Remove enum code.
4403 (rust_print_type): Call rust_internal_print_type.
4404 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
4405 Update enum handling.
4406 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
4407 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
4408 (rust_union_quirks): New functions.
4409 (process_full_comp_unit, process_full_type_unit): Call
4410 rust_union_quirks.
4411 (process_structure_scope): Update rust_unions if necessary.
4412
4413 2018-02-26 Tom Tromey <tom@tromey.com>
4414
4415 * value.h (value_union_variant): Declare.
4416 * valops.c (value_union_variant): New function.
4417 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
4418 (struct discriminant_info): New.
4419 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
4420 enumerator.
4421 (struct main_type) <flag_discriminated_union>: New field.
4422
4423 2018-02-26 Tom Tromey <tom@tromey.com>
4424
4425 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4426 unittests/unpack-selftests.c.
4427 * unittests/unpack-selftests.c: New file.
4428 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
4429
4430 2018-02-26 Yao Qi <yao.qi@linaro.org>
4431
4432 * dwarf2read.c (struct partial_die_info) <read>: New method.
4433 (read_partial_die): Remove the declaration.
4434 (load_partial_dies): Update.
4435 (partial_die_info::partial_die_info):
4436 (read_partial_die): Change it to partial_die_info::read.
4437
4438 2018-02-26 Yao Qi <yao.qi@linaro.org>
4439
4440 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
4441 (fixup_partial_die): Remove declaration.
4442 (scan_partial_symbols): Update.
4443 (partial_die_parent_scope): Likewise.
4444 (partial_die_full_name): Likewise.
4445 (fixup_partial_die): Change it to partial_die_info::fixup.
4446
4447 2018-02-26 Yao Qi <yao.qi@linaro.org>
4448
4449 * dwarf2read.c (read_partial_die): Update the declaration.
4450 (load_partial_dies): Caller update.
4451 (read_partial_die): Remove one argument abbrev_len.
4452
4453 2018-02-26 Yao Qi <yao.qi@linaro.org>
4454
4455 * dwarf2read.c (struct partial_die_info): Add ctor, delete
4456 assignment operator.
4457 (load_partial_dies): Use ctor and copy ctor.
4458 (read_partial_die): Update.
4459 (dwarf2_cu::find_partial_die): Use ctor.
4460
4461 2018-02-26 Yao Qi <yao.qi@linaro.org>
4462
4463 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
4464 (find_partial_die_in_comp_unit): Change it to
4465 dwarf2_cu::find_partial_die.
4466 (find_partial_die): Update.
4467
4468 2018-02-26 Yao Qi <yao.qi@linaro.org>
4469
4470 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
4471 is NULL.
4472
4473 2018-02-26 Yao Qi <yao.qi@linaro.org>
4474
4475 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
4476
4477 2018-02-26 Alan Hayward <alan.hayward@arm.com>
4478
4479 * arch/amd64.h: Use common/tdesc.h.
4480 * arch/i386.c: Likewise.
4481 * arch/i386.h: Likewise.
4482 * arch/tic6x.c: Likewise.
4483 * arch/tdesc.h: Move file from here...
4484 * common/tdesc.h: ...to here.
4485 * features/aarch64-core.c: Regenerate.
4486 * features/aarch64-fpu.c: Regenerate.
4487 * features/i386/32bit-avx.c: Regenerate.
4488 * features/i386/32bit-avx512.c: Regenerate.
4489 * features/i386/32bit-core.c: Regenerate.
4490 * features/i386/32bit-linux.c: Regenerate.
4491 * features/i386/32bit-mpx.c: Regenerate.
4492 * features/i386/32bit-pkeys.c: Regenerate.
4493 * features/i386/32bit-sse.c: Regenerate.
4494 * features/i386/64bit-avx.c: Regenerate.
4495 * features/i386/64bit-avx512.c: Regenerate.
4496 * features/i386/64bit-core.c: Regenerate.
4497 * features/i386/64bit-linux.c: Regenerate.
4498 * features/i386/64bit-mpx.c: Regenerate.
4499 * features/i386/64bit-pkeys.c: Regenerate.
4500 * features/i386/64bit-segments.c: Regenerate.
4501 * features/i386/64bit-sse.c: Regenerate.
4502 * features/i386/x32-core.c: Regenerate.
4503 * features/tic6x-c6xp.c: Regenerate.
4504 * features/tic6x-core.c: Regenerate.
4505 * features/tic6x-gp.c: Regenerate.
4506 * target-descriptions.c: Use common/tdesc.h.
4507 * target-descriptions.h: Likewise.
4508
4509 2018-02-24 Tom Tromey <tom@tromey.com>
4510
4511 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4512 (try_thread_db_load_from_dir, thread_db_load_search): Use
4513 std::string.
4514 (info_auto_load_libthread_db_compare): Return bool. Change
4515 argument types.
4516 (info_auto_load_libthread_db): Use std::vector, std::string.
4517 Remove cleanups.
4518
4519 2018-02-24 Tom Tromey <tom@tromey.com>
4520
4521 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
4522 std::string.
4523 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
4524 std::string*.
4525 * gdbarch.c: Rebuild.
4526 * gdbarch.h: Rebuild.
4527 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
4528 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
4529 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
4530 std::string*.
4531
4532 2018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
4533
4534 * gdbtypes.h (sect_offset): Change type to uint64_t.
4535 (sect_offset_str): New function.
4536 * dwarf2read.c (create_addrmap_from_aranges): Use
4537 sect_offset_str.
4538 (error_check_comp_unit_head): Likewise.
4539 (create_debug_type_hash_table): Likewise.
4540 (read_cutu_die_from_dwo): Likewise.
4541 (init_cutu_and_read_dies): Likewise.
4542 (init_cutu_and_read_dies_no_follow): Likewise.
4543 (process_psymtab_comp_unit_reader): Likewise.
4544 (partial_die_parent_scope): Likewise.
4545 (peek_die_abbrev): Likewise.
4546 (process_queue): Likewise.
4547 (dwarf2_physname): Likewise.
4548 (read_namespace_alias): Likewise.
4549 (read_import_statement): Likewise.
4550 (create_dwo_cu_reader): Likewise.
4551 (create_cus_hash_table): Likewise.
4552 (lookup_dwo_cutu): Likewise.
4553 (inherit_abstract_dies): Likewise.
4554 (read_func_scope): Likewise.
4555 (read_call_site_scope): Likewise.
4556 (dwarf2_add_member_fn): Likewise.
4557 (read_common_block): Likewise.
4558 (read_module_type): Likewise.
4559 (read_typedef): Likewise.
4560 (read_subrange_type): Likewise.
4561 (load_partial_dies): Likewise.
4562 (read_partial_die): Likewise.
4563 (find_partial_die): Likewise.
4564 (read_str_index): Likewise.
4565 (dwarf2_string_attr): Likewise.
4566 (build_error_marker_type): Likewise.
4567 (lookup_die_type): Likewise.
4568 (dump_die_shallow): Likewise.
4569 (follow_die_ref): Likewise.
4570 (dwarf2_fetch_die_loc_sect_off): Likewise.
4571 (dwarf2_fetch_constant_bytes): Likewise.
4572 (follow_die_sig): Likewise.
4573 (get_signatured_type): Likewise.
4574 (get_DW_AT_signature_type): Likewise.
4575 (dwarf2_find_containing_comp_unit): Likewise.
4576 (set_die_type): Likewise.
4577
4578 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4579
4580 * arch/aarch64.c: Include "common-defs.h".
4581 * arch/amd64.c: Likewise.
4582 * arch/i386.c: Likewise.
4583
4584 2018-02-21 Tom Tromey <tom@tromey.com>
4585
4586 * value.h: (extract_field_op): Update.
4587 * eval.c (extract_field_op): Return a const char *.
4588 * expression.h (parse_expression_for_completion): Update.
4589 * completer.c (complete_expression): Update.
4590 (add_struct_fields): Make fieldname const.
4591 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
4592 (mark_completion_tag, parse_exp_in_context_1): Update.
4593 (parse_expression_for_completion): Change "name" to
4594 unique_xmalloc_ptr*.
4595
4596 2018-02-21 Tom Tromey <tom@tromey.com>
4597
4598 * infcall.c (call_function_by_hand_dummy): Use std::vector.
4599
4600 2018-02-21 Yao Qi <yao.qi@linaro.org>
4601
4602 * avr-tdep.c (avr_read_pc): Change parameter type to
4603 readable_regcache.
4604 * gdbarch.sh (read_pc): Likewise.
4605 * gdbarch.c: Re-generated.
4606 * gdbarch.h: Re-generated.
4607 * hppa-tdep.c (hppa_read_pc): Change parameter type to
4608 readable_regcache.
4609 * ia64-tdep.c (ia64_read_pc): Likewise.
4610 * mips-tdep.c (mips_read_pc): Likewise.
4611 * spu-tdep.c (spu_read_pc): Likewise.
4612
4613 2018-02-21 Yao Qi <yao.qi@linaro.org>
4614
4615 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
4616 * regcache-dump.c: New file.
4617 * regcache.c: Move register_dump to regcache-dump.c.
4618 (maintenance_print_registers): Likewise.
4619 (maintenance_print_raw_registers): Likewise.
4620 (maintenance_print_cooked_registers): Likewise.
4621 (maintenance_print_register_groups): Likewise.
4622 (maintenance_print_remote_registers): Likewise.
4623 (_initialize_regcache): Likewise.
4624 * regcache.h (register_dump): Moved from regcache.c.
4625
4626 2018-02-21 Yao Qi <yao.qi@linaro.org>
4627
4628 * regcache.c (regcache::regcache): Update.
4629 (regcache::invalidate): Move it to detached_regcache::invalidate.
4630 (get_thread_arch_aspace_regcache): Update.
4631 (regcache::raw_update): Update.
4632 (regcache::cooked_read): Remove some code.
4633 (regcache::cooked_read_value): Likewise.
4634 (regcache::raw_write): Remove assert on m_readonly_p.
4635 (regcache::raw_supply_integer): Move it to
4636 detached_regcache::raw_supply_integer.
4637 (regcache::raw_supply_zeroed): Likewise.
4638 * regcache.h (detached_regcache) <raw_supply_integer>: New
4639 declaration.
4640 <raw_supply_zeroed, invalidate>: Likewise.
4641 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
4642 <invalidate>: Likewise.
4643 <m_readonly_p>: Removed.
4644
4645 2018-02-21 Yao Qi <yao.qi@linaro.org>
4646
4647 * infcmd.c (get_return_value): Let stop_regs point to
4648 get_current_regcache.
4649 * regcache.c (regcache::regcache): Remove.
4650 (register_dump_reg_buffer): New class.
4651 (regcache_print): Adjust.
4652 * regcache.h (regcache): Remove constructors.
4653
4654 2018-02-21 Yao Qi <yao.qi@linaro.org>
4655
4656 * regcache.c (class register_dump): New class.
4657 (register_dump_regcache, register_dump_none): New class.
4658 (register_dump_remote, register_dump_groups): New class.
4659 (regcache_print): Update.
4660 * regcache.h (regcache_dump_what): Move it to regcache.c.
4661 (regcache) <dump>: Remove.
4662
4663 2018-02-21 Yao Qi <yao.qi@linaro.org>
4664
4665 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
4666 reg_buffer_rw *.
4667 (jit_unwind_reg_set_impl): Call raw_supply.
4668 (jit_frame_sniffer): Use reg_buffer_rw.
4669 * record-full.c (record_full_core_regbuf): Change its type.
4670 (record_full_core_open_1): Use reg_buffer_rw.
4671 (record_full_close): Likewise.
4672 (record_full_core_fetch_registers): Use regcache->raw_supply.
4673 (record_full_core_store_registers): Likewise.
4674 * regcache.c (regcache::get_register_status): Move it to
4675 reg_buffer.
4676 (regcache_raw_set_cached_value): Remove.
4677 (regcache::raw_set_cached_value): Remove.
4678 (regcache::raw_write): Call raw_supply.
4679 (regcache::raw_supply): Move it to reg_buffer_rw.
4680 * regcache.h (regcache_raw_set_cached_value): Remove.
4681 (reg_buffer_rw): New class.
4682
4683 2018-02-21 Yao Qi <yao.qi@linaro.org>
4684
4685 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
4686 readonly_detached_regcache.
4687 (dummy_frame_prev_register): Use regcache->cooked_read.
4688 * frame.c (frame_save_as_regcache): Change return type.
4689 (frame_pop): Update.
4690 * frame.h (frame_save_as_regcache): Update declaration.
4691 * inferior.h (get_infcall_suspend_state_regcache): Update
4692 declaration.
4693 * infrun.c (infcall_suspend_state) <registers>: use
4694 readonly_detached_regcache.
4695 (save_infcall_suspend_state): Don't use regcache_dup.
4696 (get_infcall_suspend_state_regcache): Change return type.
4697 * linux-fork.c (struct fork_info) <savedregs>: Change to
4698 readonly_detached_regcache.
4699 <pc>: New field.
4700 (fork_save_infrun_state): Don't use regcache_dup.
4701 (info_checkpoints_command): Adjust.
4702 * mi/mi-main.c (register_changed_p): Update declaration.
4703 (mi_cmd_data_list_changed_registers): Use
4704 readonly_detached_regcache.
4705 (register_changed_p): Change parameter type to
4706 readonly_detached_regcache.
4707 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
4708 readonly_detached_regcache.
4709 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
4710 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
4711 New.
4712 (regcache::save): Move it to reg_buffer.
4713 (regcache::restore): Change parameter type.
4714 (regcache_dup): Remove.
4715 * regcache.h (reg_buffer) <save>: New method.
4716 (readonly_detached_regcache): New class.
4717 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
4718 readonly_detached_regcache.
4719 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
4720
4721 2018-02-21 Yao Qi <yao.qi@linaro.org>
4722
4723 * frame.c (frame_save_as_regcache): Use regcache method save.
4724 (frame_pop): Use regcache method restore.
4725 * infrun.c (restore_infcall_suspend_state): Likewise.
4726 * linux-fork.c (fork_load_infrun_state): Likewise.
4727 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
4728 save.
4729 * regcache.c (regcache_save): Remove.
4730 (regcache::restore): More asserts.
4731 (regcache_cpy): Remove.
4732 * regcache.h (regcache_save): Remove the declaration.
4733 (regcache::restore): Move from private to public.
4734 Remove the friend declaration of regcache_cpy.
4735 (regcache_cpy): Remove declaration.
4736
4737 2018-02-21 Yao Qi <yao.qi@linaro.org>
4738
4739 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
4740 parameter type to 'readable_regcache *'.
4741 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
4742 * arm-tdep.c (arm_neon_quad_read): Likewise.
4743 (arm_pseudo_read): Likewise.
4744 * avr-tdep.c (avr_pseudo_register_read): Likewise.
4745 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
4746 * frv-tdep.c (frv_pseudo_register_read): Likewise.
4747 * gdbarch.c: Re-generated.
4748 * gdbarch.h: Re-generated.
4749 * gdbarch.sh (pseudo_register_read): Change parameter type to
4750 'readable_regcache *'.
4751 (pseudo_register_read_value): Likewise.
4752 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
4753 (h8300_pseudo_register_read): Likewise.
4754 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
4755 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
4756 (i386_pseudo_register_read_into_value): Likewise.
4757 (i386_pseudo_register_read_value): Likewise.
4758 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
4759 declaration.
4760 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
4761 * m32c-tdep.c (m32c_raw_read): Likewise.
4762 (m32c_read_flg): Likewise.
4763 (m32c_banked_register): Likewise.
4764 (m32c_banked_read): Likewise.
4765 (m32c_sb_read): Likewise.
4766 (m32c_part_read): Likewise.
4767 (m32c_cat_read): Likewise.
4768 (m32c_r3r2r1r0_read): Likewise.
4769 (m32c_pseudo_register_read): Likewise.
4770 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
4771 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
4772 (mep_pseudo_cr64_read): Likewise.
4773 (mep_pseudo_register_read): Likewise.
4774 * mips-tdep.c (mips_pseudo_register_read): Likewise.
4775 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
4776 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
4777 * regcache.c (regcache::raw_read): Move it to readable_regcache.
4778 (regcache::cooked_read): Likewise.
4779 (regcache::cooked_read_value): Likewise.
4780 (regcache_cooked_read_signed):
4781 (regcache::cooked_read): Likewise.
4782 * regcache.h (readable_regcache): New class.
4783 (regcache): Inherit readable_regcache. Move some methods to
4784 readable_regcache.
4785 * rl78-tdep.c (rl78_pseudo_register_read): Change
4786 parameter type to 'readable_regcache *'.
4787 * rs6000-tdep.c (do_regcache_raw_read): Remove.
4788 (e500_pseudo_register_read): Change parameter type to
4789 'readable_regcache *'.
4790 (dfp_pseudo_register_read): Likewise.
4791 (vsx_pseudo_register_read): Likewise.
4792 (efpr_pseudo_register_read): Likewise.
4793 * s390-tdep.c (s390_pseudo_register_read): Likewise.
4794 * sh-tdep.c (sh_pseudo_register_read): Likewise.
4795 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
4796 (sh64_pseudo_register_read): Likewise.
4797 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
4798 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
4799 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
4800 (spu_pseudo_register_read): Likewise.
4801 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
4802 (xtensa_pseudo_register_read): Likewise.
4803
4804 2018-02-21 Yao Qi <yao.qi@linaro.org>
4805
4806 * regcache.c (regcache::regcache): Call reg_buffer ctor.
4807 (regcache::arch): Move it to reg_buffer::arch.
4808 (regcache::register_buffer): Likewise.
4809 (regcache::assert_regnum): Likewise.
4810 (regcache::num_raw_registers): Likewise.
4811 * regcache.h (reg_buffer): New class.
4812 (regcache): Inherit reg_buffer.
4813
4814 2018-02-20 Simon Marchi <simon.marchi@ericsson.com>
4815
4816 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
4817 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
4818
4819 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4820
4821 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
4822
4823 2018-02-19 Alan Hayward <alan.hayward@arm.com>
4824
4825 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
4826 (SFILES): Remove common/*.c files.
4827 (COMMON_OBS): Remove some *.o files built from common/*.c files.
4828 * common/common.host: Add common reference.
4829 * configure.ac: Likewise.
4830 * configure: Regenerate.
4831
4832 2018-02-16 Yao Qi <yao.qi@linaro.org>
4833
4834 * block.c (block_namespace_info): Inherit allocate_on_obstack.
4835 (block_initialize_namespace): Use new.
4836 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
4837 (dwarf2_free_objfile): Use delete.
4838 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
4839 (copy_type_recursive): Use new.
4840 * gdb_obstack.h (allocate_on_obstack): New.
4841
4842 2018-02-15 Yao Qi <yao.qi@linaro.org>
4843
4844 PR gdb/22849
4845 * inferior.c (exit_inferior_1): Reset inf->control.
4846
4847 2018-02-15 Joel Brobecker <brobecker@adacore.com>
4848
4849 * ada-lang.c (ada_to_fixed_value_create): Delete advance
4850 declaration.
4851
4852 2018-02-14 Pedro Alves <palves@redhat.com>
4853
4854 * frame-unwind.c (frame_unwind_try_unwinder): Always call
4855 frame_cleanup_after_sniffer on exception.
4856
4857 2018-02-14 Tom Tromey <tom@tromey.com>
4858
4859 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
4860 const.
4861 (solib_bfd_open): Make pathname const.
4862 * solib.c (solib_bfd_open): Make pathname const.
4863 * solib-spu.c (spu_bfd_fopen): Make name const.
4864 (spu_bfd_open): Make pathname const.
4865 * solib-darwin.c (darwin_bfd_open): Make pathname const.
4866 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
4867
4868 2018-02-14 Tom Tromey <tom@tromey.com>
4869
4870 * symfile.c (symfile_bfd_open): Update.
4871 * source.h (openp, source_full_path_of, find_and_open_source):
4872 Change argument type to unique_xmalloc_ptr.
4873 * source.c (openp): Take a unique_xmalloc_ptr.
4874 (source_full_path_of, find_and_open_source): Likewise.
4875 (open_source_file, symtab_to_fullname): Update.
4876 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
4877 unique_xmalloc_ptr.
4878 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
4879 (exec_file_find): Update.
4880 * psymtab.c (psymtab_to_fullname): Update.
4881 * nto-tdep.h (nto_find_and_open_solib): Update.
4882 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
4883 unique_xmalloc_ptr.
4884 * exec.c (exec_file_attach): Update.
4885 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
4886 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
4887
4888 2018-02-14 Tom Tromey <tom@tromey.com>
4889
4890 * solib.c: Include source.h.
4891 * nto-tdep.c: Include source.h.
4892 * mi/mi-cmd-env.c: Include source.h.
4893 * infcmd.c: Include source.h.
4894 * exec.c: Include source.h.
4895 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
4896 (add_path, directory_switch, source_path, init_source_path): Move
4897 declarations...
4898 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
4899 (add_path, directory_switch, source_path, init_source_path):
4900 ...here.
4901
4902 2018-02-14 Tom Tromey <tom@tromey.com>
4903
4904 * solist.h (exec_file_find, solib_find): Return
4905 unique_xmalloc_ptr.
4906 (solib_bfd_fopen): Take a const char *.
4907 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
4908 (exec_file_find, solib_find): Likewise.
4909 (solib_bfd_fopen): Do not take ownership of "pathname".
4910 (solib_bfd_open): Use unique_xmalloc_ptr.
4911 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
4912 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
4913 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
4914 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
4915
4916 2018-02-14 Joel Brobecker <brobecker@adacore.com>
4917
4918 * ada-lang.c (name_match_type_from_name): Remove reference to
4919 ada_name_for_lookup in function's documentation.
4920 * ada-lang.h (ada_name_for_lookup): Delete declaration.
4921
4922 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
4923
4924 * defs.h (enum openp_flags): New enum.
4925 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
4926 Move to enum openp_flags.
4927 (openp_flags): New enum flags.
4928 (openp): Change parameter type to openp_flags.
4929 * source.c (openp): Change parameter type to openp_flags.
4930 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
4931 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
4932
4933 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
4934
4935 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
4936 per-command.
4937
4938 2018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
4941 into...
4942 (class dwarf2_queue_guard): ...the destructor of this new class.
4943 (dw2_do_instantiate_symtab): Create instance of the new class
4944 dwarf2_queue_guard, remove cleanup.
4945
4946 2018-02-09 Tom Tromey <tom@tromey.com>
4947
4948 * source.c (find_source_lines): Don't reference past the end of
4949 the vector.
4950
4951 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4952
4953 * remote.c (remote_btrace_maybe_reopen): Change error message.
4954 * btrace.c (btrace_enable): Likewise.
4955 (parse_xml_btrace): Likewise.
4956 (parse_xml_btrace_conf): Likewise.
4957
4958 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4959
4960 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
4961 (linux_enable_pt, linux_enable_bts): Call
4962 diagnose_perf_event_open_fail.
4963
4964 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4965
4966 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
4967 Remove parameter and change return type. Update callers. Move it.
4968 (linux_enable_bts, linux_enable_pt): Improve error message.
4969 (linux_enable_pt): Remove zero buffer size check.
4970 (linux_enable_btrace): Improve error messages. Remove NULL return
4971 check.
4972
4973 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4974
4975 * btrace.c (btrace_enable): Remove target_supports_btrace call.
4976 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
4977 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
4978 (linux_supports_pt, linux_supports_btrace): Remove.
4979 (linux_enable_bts): Call cpu_supports_bts.
4980 * nat/linux-btrace.h (linux_supports_btrace): Remove.
4981 * remote.c (remote_supports_btrace): Remove.
4982 (init_remote_ops): Remove remote_supports_btrace.
4983 * target-delegates.c: Regenerated.
4984 * target.c (target_supports_btrace): Remove.
4985 * target.h (target_ops) <to_supports_btrace>: Remove
4986 (target_supports_btrace): Remove.
4987 * x86-linux-nat.c (x86_linux_create_target): Remove
4988 linux_supports_btrace.
4989
4990 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4991
4992 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
4993 btrace failed.
4994 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
4995 exception and use message in own exception.
4996
4997 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4998
4999 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
5000 (perf_event_pt_event_type): Use gdb_file_up.
5001 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
5002 scoped_fd, and scoped_mmap.
5003
5004 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5005
5006 * common/scoped_mmap.h: New.
5007 * unittests/scoped_mmap-selftest.c: New.
5008 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5009 unittests/scoped_mmap-selftest.c.
5010
5011 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5012
5013 * common/scoped_fd.h: New.
5014 * unittests/scoped_fd-selftest.c: New.
5015 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5016 unittests/scoped_fd-selftest.c.
5017
5018 2018-02-09 Tom Tromey <tom@tromey.com>
5019
5020 * auto-load.c (auto_load_section_scripts): Use
5021 gdb::unique_xmalloc_ptr.
5022
5023 2018-02-09 Tom Tromey <tom@tromey.com>
5024
5025 * auto-load.c (execute_script_contents): Use std::string.
5026
5027 2018-02-09 Joel Brobecker <brobecker@adacore.com>
5028
5029 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
5030 Python function, rather than a new command.
5031
5032 2018-02-08 Tom Tromey <tom@tromey.com>
5033
5034 * solib.c (solib_find_1): Use std::string.
5035 (solib_bfd_fopen): Use unique_xmalloc_ptr.
5036
5037 2018-02-08 Tom Tromey <tom@tromey.com>
5038
5039 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
5040
5041 2018-02-08 Tom Tromey <tom@tromey.com>
5042
5043 * source.c (find_source_lines): Use gdb::def_vector.
5044
5045 2018-02-08 Tom Tromey <tom@tromey.com>
5046
5047 * macrocmd.c (struct temporary_macro_definition): New.
5048 (macro_define_command): Use temporary_macro_definition. Remove
5049 cleanups.
5050 (free_macro_definition_ptr): Remove.
5051
5052 2018-02-08 Tom Tromey <tom@tromey.com>
5053
5054 * macroexp.c (maybe_expand): Use std::string.
5055
5056 2018-02-08 Tom Tromey <tom@tromey.com>
5057
5058 * macroexp.c (struct macro_buffer): Add initializers for some
5059 members.
5060 (init_buffer, init_shared_buffer, free_buffer)
5061 (free_buffer_return_text): Remove.
5062 (macro_buffer): New constructors.
5063 (~macro_buffer): New destructor.
5064 (macro_buffer::set_shared): New method.
5065 (macro_buffer::resize_buffer, macro_buffer::appendc)
5066 (macro_buffer::appendmem): Now methods, not free functions.
5067 (set_token, append_tokens_without_splicing, stringify)
5068 (macro_stringify): Update.
5069 (gather_arguments): Change return type. Remove argc_p argument,
5070 add args_ptr argument. Use std::vector.
5071 (substitute_args): Remove argc argument. Accept std::vector.
5072 (expand): Update. Use std::vector.
5073 (scan, macro_expand, macro_expand_next): Update.
5074
5075 2018-02-08 Tom Tromey <tom@tromey.com>
5076
5077 * symtab.c (default_collect_symbol_completion_matches_break_on):
5078 Use unique_xmalloc_ptr.
5079 * macroscope.h: (sal_macro_scope, user_macro_scope)
5080 (default_macro_scope): Return unique_xmalloc_ptr.
5081 * macroscope.c (sal_macro_scope, user_macro_scope)
5082 (default_macro_scope): Return unique_xmalloc_ptr.
5083 * macroexp.h (macro_expand, macro_expand_once): Return
5084 unique_xmalloc_ptr.
5085 * macroexp.c (macro_expand, macro_expand_once): Return
5086 unique_xmalloc_ptr.
5087 * macrocmd.c (macro_expand_command, macro_expand_once_command)
5088 (info_macro_command, info_macros_command): Use
5089 unique_xmalloc_ptr.
5090 * compile/compile-c-support.c (write_macro_definitions): Use
5091 unique_xmalloc_ptr.
5092 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
5093
5094 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5095
5096 * value.c (value_static_field): Assign field type instead of
5097 containing type when returning an optimized out value.
5098
5099 2018-02-06 Yao Qi <yao.qi@linaro.org>
5100
5101 * ft32-tdep.c (ft32_read_pc): Remove.
5102 (ft32_write_pc): Remove.
5103 (ft32_gdbarch_init): Update.
5104 * m32r-tdep.c (m32r_read_pc): Remove.
5105 (m32r_gdbarch_init): Update.
5106 * mep-tdep.c (mep_read_pc): Remove.
5107 (mep_gdbarch_init): Update.
5108 * microblaze-tdep.c (microblaze_write_pc): Remove.
5109 (microblaze_gdbarch_init): Update.
5110 * mn10300-tdep.c (mn10300_read_pc): Remove.
5111 (mn10300_write_pc): Remove.
5112 (mn10300_gdbarch_init): Update.
5113 * moxie-tdep.c (moxie_read_pc): Remove.
5114 (moxie_write_pc): Remove.
5115 (moxie_gdbarch_init): Update.
5116
5117 2018-02-06 Yao Qi <yao.qi@linaro.org>
5118
5119 * expprint.c (print_subexp_standard): Handle
5120 OP_F77_UNDETERMINED_ARGLIST.
5121 (dump_subexp_body_standard): Likewise.
5122
5123 2018-02-05 Alan Hayward <alan.hayward@arm.com>
5124
5125 * target-descriptions.c (tdesc_element_visitor) Add empty
5126 implementations.
5127 (tdesc_type): Move make_gdb_type from here.
5128 (tdesc_type_builtin): Likewise.
5129 (tdesc_type_vector): Likewise.
5130 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
5131 (make_gdb_type_struct): Move from tdesc_type_with_fields.
5132 (make_gdb_type_union): Likewise.
5133 (make_gdb_type_flags): Likewise.
5134 (make_gdb_type_enum): Likewise.
5135 (make_gdb_type): New function.
5136 (tdesc_register_type): Use static make_gdb_type.
5137
5138 2018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
5139
5140 * infcmd.c (default_print_one_register_info): Align natural-format
5141 column values consistently one under another.
5142 (pad_to_column): New function.
5143
5144 2018-02-05 Joel Brobecker <brobecker@adacore.com>
5145
5146 * dwarf2read.c (dwarf2_physname): Move commment.
5147
5148 2018-02-01 Leszek Swirski <leszeks@google.com>
5149
5150 * varobj.c (varobj_formatted_print_options): Allow recursive
5151 pretty printing if pretty printing is enabled.
5152
5153 2018-02-01 Leszek Swirski <leszeks@google.com>
5154
5155 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
5156 names after a structop as a filename.
5157
5158 2018-02-01 Yao Qi <yao.qi@linaro.org>
5159
5160 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
5161 (arm_record_coproc_data_proc): Likewise.
5162
5163 2018-02-01 Yao Qi <yao.qi@linaro.org>
5164
5165 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
5166
5167 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5168
5169 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
5170 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
5171
5172 2018-01-31 Pedro Alves <palves@redhat.com>
5173
5174 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
5175 * inflow.c (child_terminal_save_inferior): Wrap reference to
5176 tcgetpgrp in HAVE_TERMIOS_H.
5177 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
5178 _WIN32.
5179 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
5180 always iterate over all inferiors.
5181 (gdbsim_cntrl_c): Adjust.
5182 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
5183
5184 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5185
5186 * gdbtypes.c (lookup_array_range_type): Make sure the array's
5187 index type is objfile-owned if the element type is as well.
5188
5189 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5190
5191 GDB 8.1 released.
5192
5193 2018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
5194
5195 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
5196 "features/s390x-linux64.c".
5197 (_initialize_s390_linux_tdep): Remove initialization of tdescs
5198 s390_linux32 and s390x_linux64.
5199 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
5200 default tdesc.
5201 * s390-tdep.c: Include "features/s390-linux32.c" and
5202 "features/s390x-linux64.c".
5203 (s390_tdesc_valid): Add check for tdesc_has_registers.
5204 (s390_gdbarch_init): Make sure there is always a valid tdesc.
5205 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
5206 tdesc_s390x_linux64.
5207 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
5208 tdesc_s390x_linux64 to...
5209 * s390-tdep.h: ...here.
5210
5211 2018-01-30 Pedro Alves <palves@redhat.com>
5212
5213 PR gdb/13211
5214 * config.in, configure: Regenerate.
5215 * configure.ac: Check for getpgid.
5216 * go32-nat.c (go32_pass_ctrlc): New.
5217 (go32_target): Install it.
5218 * inf-child.c (inf_child_target): Install
5219 child_terminal_save_inferior, child_pass_ctrlc and
5220 child_interrupt.
5221 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
5222 (inf_ptrace_target): No longer install it.
5223 * infcmd.c (interrupt_target_1): Adjust.
5224 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
5225 (child_interrupt): Declare.
5226 (inferior::terminal_state): New.
5227 * inflow.c (struct terminal_info): Update comments.
5228 (inferior_process_group): Delete.
5229 (terminal_is_ours): Delete.
5230 (gdb_tty_state): New.
5231 (child_terminal_init): Adjust.
5232 (is_gdb_terminal, sharing_input_terminal_1)
5233 (sharing_input_terminal): New functions.
5234 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
5235 Set the process's actual process group in the foreground if
5236 possible. Handle is_ours_for_output/is_ours distinction. Don't
5237 mark terminal as the inferior's if not sharing GDB's terminal.
5238 Don't check attach_flag.
5239 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
5240 pass down a target_terminal_state.
5241 (child_terminal_save_inferior): New, factored out from ...
5242 (child_terminal_ours_1): ... this. Handle
5243 target_terminal_state::is_ours_for_output.
5244 (child_interrupt, child_pass_ctrlc): New.
5245 (inflow_inferior_exit): Clear the inferior's terminal_state.
5246 (copy_terminal_info): Copy the inferior's terminal state.
5247 (_initialize_inflow): Remove reference to terminal_is_ours.
5248 * inflow.h (inferior_process_group): Delete.
5249 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
5250 * procfs.c (procfs_target): Don't install procfs_interrupt.
5251 (procfs_interrupt): Delete.
5252 * remote.c (remote_serial_quit_handler): Adjust.
5253 (remote_interrupt): Remove ptid parameter. Adjust.
5254 * target-delegates.c: Regenerate.
5255 * target.c: Include "terminal.h".
5256 (target_terminal::terminal_state): Rename to ...
5257 (target_terminal::m_terminal_state): ... this.
5258 (target_terminal::init): Adjust.
5259 (target_terminal::inferior): Adjust to per-inferior
5260 terminal_state.
5261 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
5262 (target_terminal::ours, target_terminal::ours_for_output): Use
5263 target_terminal_is_ours_kind.
5264 (target_interrupt): Remove ptid parameter. Adjust.
5265 (default_target_pass_ctrlc): Adjust.
5266 * target.h (target_ops::to_terminal_save_inferior): New field.
5267 (target_ops::to_interrupt): Remove ptid_t parameter.
5268 (target_interrupt): Remove ptid_t parameter. Update comment.
5269 (target_pass_ctrlc): Update comment.
5270 * target/target.h (target_terminal_state): New scoped enum,
5271 factored out of ...
5272 (target_terminal::terminal_state): ... here.
5273 (target_terminal::inferior): Update comments.
5274 (target_terminal::restore_inferior): New.
5275 (target_terminal::is_inferior, target_terminal::is_ours)
5276 (target_terminal::is_ours_for_output): Adjust.
5277 (target_terminal::scoped_restore_terminal_state): Adjust to
5278 rename, and call restore_inferior() instead of inferior().
5279 (target_terminal::scoped_restore_terminal_state::m_state): Change
5280 type.
5281 (target_terminal::terminal_state): Rename to ...
5282 (target_terminal::m_terminal_state): ... this and change type.
5283
5284 2018-01-30 Pedro Alves <palves@redhat.com>
5285
5286 * linux-nat.c (wait_for_signal): New function.
5287 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
5288 directly.
5289 (async_terminal_is_ours)
5290 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
5291 (linux_nat_add_target): Don't override
5292 to_terminal_inferior/to_terminal_ours.
5293
5294 2018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
5295
5296 * remote.c (remote_follow_fork): Don't call "detach_inferior".
5297
5298 2018-01-28 Simon Marchi <simon.marchi@ericsson.com>
5299
5300 * dwarf2read.c (free_dwo_files): Add forward-declaration.
5301 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
5302 dwarf2_per_objfile_free here.
5303 (dwarf2_per_objfile_free): Remove.
5304 (_initialize_dwarf2_read): Don't register
5305 dwarf2_per_objfile_free as a registry cleanup.
5306
5307 2018-01-27 Eli Zaretskii <eliz@gnu.org>
5308
5309 Avoid compilation errors in MinGW native builds
5310
5311 The error is triggered by including python-internal.h, and the
5312 error message is:
5313
5314 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
5315 from build-gnulib/import/math.h:27,
5316 from d:/usr/Python26/include/pyport.h:235,
5317 from d:/usr/Python26/include/Python.h:58,
5318 from python/python-internal.h:94,
5319 from python/py-arch.c:24:
5320 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
5321 using ::hypot;
5322 ^~~~~
5323
5324 This happens because Python headers define 'hypot' to expand t
5325 '_hypot' in the Windows builds.
5326 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
5327 'hypoth'. This avoids a compilation error.
5328
5329 2018-01-26 Alan Hayward <alan.hayward@arm.com>
5330
5331 * MAINTAINERS (Write After Approval): Fix ordering.
5332
5333 2018-01-26 Alan Hayward <alan.hayward@arm.com>
5334
5335 * MAINTAINERS (Write After Approval): Add Alan Hayward.
5336
5337 2018-01-26 Alan Modra <amodra@gmail.com>
5338
5339 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
5340 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
5341 Remove nop. Make const. Comment.
5342 (powerpc32_plt_stub_so_2): New.
5343 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
5344 Correct count. Update uses.
5345 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
5346 Move common code reading PLT entry word. Correct
5347 powerpc32_plt_stub PLT address calculation.
5348 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
5349 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
5350 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
5351 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
5352 (ppc64_standard_linkage8): Likewise.
5353 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
5354 Correct insns description.
5355 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5356
5357 2018-01-24 Pedro Alves <palves@redhat.com>
5358
5359 GCC PR libstdc++/83906
5360 * gdbtypes.c (operator==(const dynamic_prop &,
5361 const dynamic_prop &)): New.
5362 (operator==(const range_bounds &, const range_bounds &)): New.
5363 (check_types_equal): Use them instead of memcmp.
5364 * gdbtypes.h (operator==(const dynamic_prop &,
5365 const dynamic_prop &)): Declare.
5366 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
5367 (operator==(const range_bounds &, const range_bounds &)): Declare.
5368 (operator!=(const range_bounds &, const range_bounds &)): Declare.
5369
5370 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5371
5372 * s390-linux-tdep.c (s390_record_address_mask)
5373 (s390_record_calc_disp_common, s390_record_calc_disp)
5374 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
5375 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
5376 (s390_process_record): Move to s390-tdep.c.
5377 (s390_linux_init_abi_any): Adjust.
5378 * s390-tdep.c (s390_record_address_mask)
5379 (s390_record_calc_disp_common, s390_record_calc_disp)
5380 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
5381 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
5382 (s390_process_record): Moved from s390-linux-tdep.c
5383 (s390_gdbarch_init): Adjust.
5384
5385 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5386
5387 * s390-linux-nat.c (s390-tdep.h): New include.
5388 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
5389 (HFILES_NO_SRCDIR): Add s390-tdep.h.
5390 (ALLDEPFILES): Add s390-tdep.c.
5391 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
5392 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
5393 * s390-tdep.h: ...this. New file.
5394 * s390-linux-tdep.c (s390-tdep.h): New include.
5395 (_initialize_s390_tdep): Rename to...
5396 (_initialize_s390_linux_tdep): ...this and adjust.
5397 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
5398 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
5399 s390-tdep.h.
5400 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
5401 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
5402 (s390_is_partial_instruction, s390_software_single_step)
5403 (is_non_branch_ril, s390_displaced_step_copy_insn)
5404 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
5405 (s390_prologue_data, s390_addr, s390_store, s390_load)
5406 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
5407 (s390_register_call_saved, s390_guess_tracepoint_registers)
5408 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
5409 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
5410 (s390_pseudo_register_name, s390_pseudo_register_type)
5411 (s390_pseudo_register_read, s390_pseudo_register_write)
5412 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
5413 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
5414 (s390_addr_bits_remove, s390_address_class_type_flags)
5415 (s390_address_class_type_flags_to_name)
5416 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
5417 (s390_function_arg_float, s390_function_arg_vector)
5418 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
5419 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
5420 (s390_frame_align, s390_register_return_value, s390_return_value)
5421 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
5422 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
5423 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
5424 (s390_trad_frame_prev_register, s390_unwind_cache)
5425 (s390_prologue_frame_unwind_cache)
5426 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
5427 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
5428 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
5429 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
5430 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
5431 (s390_frame_base_address, s390_local_base_address)
5432 (s390_frame_base, s390_gcc_target_options)
5433 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
5434 (s390_validate_reg_range, s390_tdesc_valid)
5435 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
5436 * s390-tdep.c: ...this. New file.
5437
5438 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5439
5440 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
5441 (s390_process_record, s390_gdbarch_tdep_alloc)
5442 (s390_linux_init_abi_any): Use/set new hook.
5443
5444 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5445
5446 * s390-linux-tdep.c (osabi.h): New include.
5447 (s390_linux_init_abi_31, s390_linux_init_abi_64)
5448 (s390_linux_init_abi_any): New functions.
5449 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
5450
5451 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5452
5453 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
5454 tdesc_has_registers check
5455
5456 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5457
5458 * s390-linux-tdep.c (s390_tdesc_valid): New function.
5459 (s390_validate_reg_range): New macro.
5460 (s390_gdbarch_init): Adjust.
5461
5462 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5463
5464 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
5465 (s390_gdbarch_tdep_alloc): Adjust.
5466 (s390_gdbarch_init): Adjust.
5467
5468 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5469
5470 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
5471 <have_tdb>: Change type to bool.
5472 (s390_gdbarch_tdep_alloc): Adjust.
5473 (s390_gdbarch_init): Adjust.
5474
5475 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5476
5477 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
5478 (gdbarch_tdep) <have_upper, have_vx>: New fields.
5479 (s390_gdbarch_tdep_alloc): New function.
5480 (s390_gdbarch_init): Allocate tdep at start and use its fields
5481 instead of separate variables.
5482
5483 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
5484
5485 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
5486 when looking for cached gdbarch and add comment for remaining.
5487
5488 2018-01-22 Pedro Alves <palves@redhat.com>
5489 Sergio Durigan Junior <sergiodj@redhat.com>
5490
5491 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
5492 case.
5493
5494 2018-01-22 Maciej W. Rozycki <macro@mips.com>
5495
5496 * MAINTAINERS: Update my company e-mail address.
5497
5498 2018-01-22 Yao Qi <yao.qi@linaro.org>
5499
5500 * regcache.c (cooked_write_test): New function.
5501 (_initialize_regcache): Register the test.
5502
5503 2018-01-22 Yao Qi <yao.qi@linaro.org>
5504
5505 * ia64-tdep.c (ia64_pseudo_register_read): Call
5506 regcache->cooked_read instead of regcache_cooked_read_unsigned.
5507 * m32c-tdep.c (m32c_cat_read): Likewise.
5508 (m32c_r3r2r1r0_read): Likewise.
5509 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
5510 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
5511
5512 2018-01-22 Yao Qi <yao.qi@linaro.org>
5513
5514 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
5515 method raw_read instead of regcache_raw_read.
5516 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
5517 * arm-tdep.c (arm_neon_quad_read): Likewise.
5518 * avr-tdep.c (avr_pseudo_register_read): Likewise.
5519 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
5520 * frv-tdep.c (frv_pseudo_register_read): Likewise.
5521 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
5522 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
5523 (i386_pseudo_register_read_into_value): Likewise.
5524 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
5525 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
5526 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
5527 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
5528 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
5529 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
5530 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
5531 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
5532 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
5533
5534 2018-01-22 Yao Qi <yao.qi@linaro.org>
5535
5536 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
5537 * configure.tgt: Remove target mt.
5538 * mt-tdep.c: Remove.
5539 * regcache.c (cooked_read_test): Remove the check for mt.
5540
5541 2018-01-22 Yao Qi <yao.qi@linaro.org>
5542
5543 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
5544 instead of gdbarch_pseudo_register_read_value.
5545
5546 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5547
5548 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
5549 language is Ada.
5550
5551 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5552
5553 * linespec.c (create_sals_line_offset): Remove code that preserved
5554 the symtab_and_line's line number.
5555
5556 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * varobj.c (varobj_create): Don't set valid_block when creating a
5559 floating varobj.
5560
5561 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5562
5563 * varobj.c (varobj_create): Remove out of date comment.
5564
5565 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5566
5567 PR mi/20395
5568 * ada-exp.y (write_var_from_sym): Pass extra parameter when
5569 updating innermost block.
5570 * parse.c (innermost_block_tracker::update): Take extra type
5571 parameter, and check types match before updating innermost block.
5572 (write_dollar_variable): Update innermost block for registers.
5573 * parser-defs.h (enum innermost_block_tracker_type): New enum.
5574 (innermost_block_tracker::innermost_block_tracker): Initialise
5575 m_types member.
5576 (innermost_block_tracker::reset): Take type parameter.
5577 (innermost_block_tracker::update): Take type parameter, and pass
5578 type through as needed.
5579 (innermost_block_tracker::m_types): New member.
5580 * varobj.c (varobj_create): Pass type when reseting innermost
5581 block.
5582
5583 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5584
5585 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
5586 * ada-lang.c (resolve_subexp): Likewise.
5587 * breakpoint.c (set_breakpoint_condition) Likewise.
5588 (watch_command_1) Likewise.
5589 * c-exp.y (variable): Likewise.
5590 * d-exp.y (PrimaryExpression): Likewise.
5591 * f-exp.y (variable): Likewise.
5592 * go-exp.y (variable): Likewise.
5593 * m2-exp.y (variable): Likewise.
5594 * objfiles.c (objfile::~objfile): Likewise.
5595 * p-exp.y (variable): Likewise.
5596 * parse.c (innermost_block): Change type.
5597 * parser-defs.h (class innermost_block_tracker): New.
5598 (innermost_block): Change to innermost_block_tracker.
5599 * printcmd.c (display_command): Switch to innermost_block API.
5600 (do_one_display): Likewise.
5601 * rust-exp.y (do_one_display): Likewise.
5602 * symfile.c (clear_symtab_users): Likewise.
5603 * varobj.c (varobj_create): Switch to innermost_block API, replace
5604 use of innermost_block with block stored on varobj object.
5605
5606 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5607
5608 * expression.h (innermost_block): Remove declaration.
5609 * varobj.c: Add 'parser-defs.h' include.
5610
5611 2018-01-19 Tom Tromey <tom@tromey.com>
5612
5613 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
5614 symbols in the static and global blocks.
5615
5616 2018-01-19 James Clarke <jrtc27@jrtc27.com>
5617
5618 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
5619 gdb_ptrace.h, and move including gdb_wait.h ...
5620 * nat/linux-ptrace.h: ... to here.
5621
5622 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
5623
5624 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
5625 inf_ptrace_detach_success.
5626 (inf_ptrace_detach_success): Add inferior parameter, use it
5627 instead of inferior_ptid, pass it to detach_inferior.
5628 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
5629 parameter.
5630 * inferior.c (detach_inferior): Add overload that takes an
5631 inferior object.
5632 * inferior.h (detach_inferior): Likewise.
5633 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
5634 use inferior_ptid, adjust call to inf_ptrace_detach_success.
5635 * linux-thread-db.c (thread_db_detach): Use inf parameter.
5636
5637 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
5638
5639 * target.h (struct target_ops) <to_detach>: Add inferior
5640 parameter.
5641 (target_detach): Likewise.
5642 * target.c (dispose_inferior): Pass inferior down.
5643 (target_detach): Pass inferior down. Assert that it is equal to
5644 the current inferior.
5645 * aix-thread.c (aix_thread_detach): Pass inferior down.
5646 * corefile.c (core_file_command): Pass current_inferior() down.
5647 * corelow.c (core_detach): Add inferior parameter.
5648 * darwin-nat.c (darwin_detach): Likewise.
5649 * gnu-nat.c (gnu_detach): Likewise.
5650 * inf-ptrace.c (inf_ptrace_detach): Likewise.
5651 * infcmd.c (detach_command): Pass current_inferior() down to
5652 target_detach.
5653 * infrun.c (follow_fork_inferior): Pass parent_inf to
5654 target_detach.
5655 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
5656 target_detach.
5657 * linux-nat.c (linux_nat_detach): Add inferior parameter.
5658 * linux-thread-db.c (thread_db_detach): Likewise.
5659 * nto-procfs.c (procfs_detach): Likewise.
5660 * procfs.c (procfs_detach): Likewise.
5661 * record.c (record_detach): Likewise.
5662 * record.h (struct inferior): Forward-declare.
5663 (record_detach): Add inferior parameter.
5664 * remote-sim.c (gdbsim_detach): Likewise.
5665 * remote.c (remote_detach_1): Likewise.
5666 (remote_detach): Likewise.
5667 (extended_remote_detach): Likewise.
5668 * sol-thread.c (sol_thread_detach): Likewise.
5669 * target-debug.h (target_debug_print_inferior_p): New macro.
5670 * target-delegates.c: Re-generate.
5671 * top.c (kill_or_detach): Pass inferior down to target_detach.
5672 * windows-nat.c (windows_detach): Add inferior parameter.
5673
5674 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
5675
5676 * target.h (struct target_ops) <to_detach>: Remove args
5677 parameter.
5678 (target_detach): Likewise.
5679 * target.c (dispose_inferior): Adjust.
5680 (target_detach): Remove args parameter, adjust.
5681 * aix-thread.c (aix_thread_detach): Adjust.
5682 * corefile.c (core_file_command): Adjust.
5683 * corelow.c (core_detach): Adjust.
5684 * darwin-nat.c (darwin_detach): Adjust.
5685 * gnu-nat.c (gnu_detach): Adjust.
5686 * inf-ptrace.c (inf_ptrace_detach): Adjust.
5687 * infcmd.c (detach_command): Adjust
5688 * infrun.c (follow_fork_inferior): Adjust.
5689 (handle_vfork_child_exec_or_exit): Adjust.
5690 * linux-fork.c (linux_fork_detach): Remove args parameter.
5691 * linux-fork.h (linux_fork_detach): Likewise.
5692 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
5693 * linux-thread-db.c (thread_db_detach): Likewise.
5694 * nto-procfs.c (procfs_detach): Likewise.
5695 * procfs.c (procfs_detach): Likewise.
5696 (do_detach): Remove signo parameter.
5697 * record.c (record_detach): Remove args parameter.
5698 * record.h (record_detach): Likewise.
5699 * remote-sim.c (gdbsim_detach): Likewise.
5700 * remote.c (remote_detach_1): Likewise.
5701 (remote_detach): Likewise.
5702 (extended_remote_detach): Likewise.
5703 * sol-thread.c (sol_thread_detach): Likewise.
5704 * target-delegates.c: Re-generate.
5705 * top.c (struct qt_args) <args>: Remove field.
5706 (kill_or_detach): Don't pass args.
5707 (quit_force): Don't set args.
5708 * windows-nat.c (windows_detach): Remove args parameter.
5709
5710 2018-01-19 Yao Qi <yao.qi@linaro.org>
5711
5712 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
5713 (arm_linux_init_abi): Install it.
5714
5715 2018-01-19 Yao Qi <yao.qi@linaro.org>
5716
5717 * osabi.c (gdb_osabi_names): Extend the regexp for
5718 arm-linux-gnueabihf.
5719
5720 2018-01-18 Yao Qi <yao.qi@linaro.org>
5721
5722 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
5723 m_abbrevs.
5724 (abbrev_table::add_abbrev): Update.
5725 (abbrev_table::lookup_abbrev): Update.
5726
5727 2018-01-18 Yao Qi <yao.qi@linaro.org>
5728
5729 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
5730
5731 2018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
5732
5733 * compile/compile.c (compile_to_object): Convert "triplet_rx"
5734 to "std::string".
5735
5736 2018-01-17 Tom Tromey <tom@tromey.com>
5737
5738 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
5739
5740 2018-01-17 Tom Tromey <tom@tromey.com>
5741
5742 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
5743 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
5744 (create_array_type_with_stride): Update.
5745 * dwarf2read.c (set_die_type): Update.
5746
5747 2018-01-17 Tom Tromey <tom@tromey.com>
5748
5749 * dwarf2read.c (delayed_method_info): Remove typedef.
5750 (dwarf2_cu::method_info): Now a std::vector.
5751 (add_to_method_list): Update.
5752 (free_delayed_list): Remove.
5753 (compute_delayed_physnames): Update.
5754 (process_full_comp_unit, process_full_type_unit): Clear the method
5755 list. Remove cleanups.
5756 (psymtab_include_file_name): Add name_holder parameter. Use
5757 unique_xmalloc_ptr.
5758 (dwarf_decode_lines): Update.
5759
5760 2018-01-17 Tom Tromey <tom@tromey.com>
5761 Simon Marchi <simon.marchi@ericsson.com>
5762
5763 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
5764 (dwarf2_per_objfile::free_cached_comp_units)
5765 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
5766 (init_cutu_and_read_dies_no_follow): Update.
5767 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
5768 (dwarf2_cu::~dwarf2_cu): New.
5769 (free_heap_comp_unit, free_stack_comp_unit): Remove.
5770 (age_cached_comp_units, free_one_cached_comp_unit): Update.
5771
5772 2018-01-17 Tom Tromey <tom@tromey.com>
5773 Simon Marchi <simon.marchi@ericsson.com>
5774
5775 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
5776 (struct die_reader_specs) <abbrev_table>: New member.
5777 (struct abbrev_table): Add constructor.
5778 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
5779 <abbrev_obstack>: Now an auto_obstack.
5780 (abbrev_table_up): New typedef.
5781 (init_cu_die_reader): Add abbrev_table parameter.
5782 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
5783 Add result_dwo_abbrev_table.
5784 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
5785 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
5786 Update.
5787 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
5788 parameter.
5789 (skip_children): Update.
5790 (abbrev_table::alloc_abbrev): Rename from
5791 abbrev_table_alloc_abbrev.
5792 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
5793 (abbrev_table::lookup_abbrev): Rename from
5794 abbrev_table_lookup_abbrev.
5795 (abbrev_table_read_table): Return abbrev_table_up.
5796 (abbrev_table_free, abbrev_table_free_cleanup)
5797 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
5798 (load_partial_dies): Update.
5799
5800 2018-01-17 Tom Tromey <tom@tromey.com>
5801
5802 * dwarf2read.c (dwarf2_compute_name): Update comment.
5803 (read_func_scope, read_variable): Update.
5804 (new_symbol): Remove.
5805 (new_symbol_full): Rename to new_symbol.
5806
5807 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5808
5809 PR gdb/16577
5810 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
5811 a warning instead of throwing an error, set section size to 0 and return
5812 NULL.
5813 * gdb_bfd.h (gdb_bfd_map_section): Update description.
5814
5815 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
5818 std::string.
5819 (linux_ptrace_attach_fail_reason_string): Likewise.
5820 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
5821 Likewise.
5822 (linux_ptrace_attach_fail_reason_string): Likewise.
5823 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
5824
5825 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
5826
5827 * linux-nat.c (linux_nat_attach): Remove xstrdup.
5828
5829 2018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
5830
5831 PR gdb/21559
5832 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
5833 checking for fs_base/gs_base fields in struct user_regs_struct.
5834 * configure: Regenerate.
5835
5836 2018-01-17 Yao Qi <yao.qi@linaro.org>
5837
5838 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
5839 function.
5840 (aarch64_linux_init_abi): Install it to gdbarch hook
5841 gcc_target_options.
5842
5843 2018-01-15 Pedro Alves <palves@redhat.com>
5844
5845 * common/signals-state-save-restore.c
5846 (save_original_signals_state): Fix typos.
5847
5848 2017-01-12 Tom Tromey <tom@tromey.com>
5849 Sergio Durigan Junior <sergiodj@redhat.com>
5850
5851 * Makefile.in (install-only): Install gdb-add-index.
5852
5853 2018-01-12 John Baldwin <jhb@FreeBSD.org>
5854
5855 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
5856
5857 2018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5858
5859 * infrun.c (keep_going_pass_signal): Clear step-over info when
5860 insert_breakpoints fails.
5861
5862 2018-01-11 Pedro Alves <palves@redhat.com>
5863
5864 PR gdb/22583
5865 * infrun.c (resume): Rename to ...
5866 (resume_1): ... this.
5867 (resume): Reimplement as wrapper around resume_1.
5868
5869 2018-01-11 Pedro Alves <palves@redhat.com>
5870
5871 PR remote/22597
5872 * remote.c (remote_parse_stop_reply): Default to the last-set
5873 general thread instead of to 'magic_null_ptid'.
5874
5875 2018-01-10 Pedro Alves <palves@redhat.com>
5876
5877 * language.h (language_get_symbol_name_matcher): Rename ...
5878 (get_symbol_name_matcher): ... this.
5879 * language.c (language_get_symbol_name_matcher): Ditto.
5880 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
5881 callers adjusted.
5882
5883 2018-01-10 Pedro Alves <palves@redhat.com>
5884
5885 PR gdb/22670
5886 * dwarf2read.c
5887 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
5888 Adjust to use language_get_symbol_name_matcher instead of
5889 language_defn::la_get_symbol_name_matcher.
5890 * language.c (language_get_symbol_name_matcher): If in Ada mode
5891 and the lookup name is a verbatim match, return Ada's matcher.
5892 * language.h (language_get_symbol_name_matcher): Adjust comment.
5893 (ada_lookup_name_info::verbatim_p):: New method.
5894
5895 2018-01-10 Pedro Alves <palves@redhat.com>
5896
5897 PR gdb/22670
5898 * ada-lang.c (ada_collect_symbol_completion_matches): If the
5899 minsym's language is language_auto or language_cplus, pass down
5900 language_ada instead.
5901 * symtab.c (compare_symbol_name): Don't frob symbol language here.
5902
5903 2018-01-10 Pedro Alves <palves@redhat.com>
5904
5905 PR gdb/22670
5906 * minsyms.c (linkage_name_str): New function.
5907 (iterate_over_minimal_symbols): Use it.
5908
5909 2018-01-09 John Baldwin <jhb@FreeBSD.org>
5910
5911 * NEWS: Document that 'info proc' now works on FreeBSD.
5912
5913 2018-01-09 John Baldwin <jhb@FreeBSD.org>
5914
5915 * configure.ac: Check for kinfo_getfile in libutil.
5916 * configure: Regenerate.
5917 * config.in: Regenerate.
5918 * fbsd-nat.c: Include "fbsd-tdep.h".
5919 (fbsd_fetch_cmdline): New.
5920 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
5921 rather than calling error.
5922 (fbsd_info_proc): New.
5923 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
5924 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
5925 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
5926
5927 2018-01-09 John Baldwin <jhb@FreeBSD.org>
5928
5929 * fbsd-nat.c (struct free_deleter): Remove.
5930 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
5931
5932 2018-01-09 John Baldwin <jhb@FreeBSD.org>
5933
5934 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
5935 NULL for an empty pathname.
5936
5937 2018-01-09 John Baldwin <jhb@FreeBSD.org>
5938
5939 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
5940 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
5941 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
5942 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
5943 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
5944 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
5945 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
5946 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
5947 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
5948 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
5949 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
5950 (fbsd_core_fetch_timeval, fbsd_print_sigset)
5951 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
5952 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
5953 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
5954
5955 2018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
5956
5957 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
5958 (gnu_xfer_auxv): New function.
5959 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
5960 TARGET_OBJECT_AUXV.
5961
5962 2018-01-08 Yao Qi <yao.qi@linaro.org>
5963 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
5966 common/selftest.c.
5967 (COMMON_OBS): Remove selftest.o.
5968 * configure.ac: Append selftest-arch.c and common/selftest.c to
5969 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
5970 * configure: Re-generated.
5971 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
5972 GDB_SELF_TEST.
5973 (maintenance_info_selftests): Likewise.
5974
5975 2018-01-08 Xavier Roirand <roirand@adacore.com>
5976
5977 * ada-valprint.c (val_print_packed_array_elements): Use
5978 proper number of elements when printing an array indexed
5979 by an enumeration type.
5980
5981 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
5982
5983 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
5984 (dw2_get_file_names_reader): Adjust.
5985 (lookup_dwo_signatured_type): Adjust.
5986 (lookup_dwp_signatured_type): Adjust.
5987 (lookup_signatured_type): Adjust.
5988 (create_type_unit_group): Adjust.
5989 (get_type_unit_group): Adjust.
5990 (process_psymtab_comp_unit_reader): Adjust.
5991 (build_type_psymtabs_reader): Adjust.
5992 (scan_partial_symbols): Adjust.
5993 (add_partial_symbol): Adjust.
5994 (add_partial_subprogram): Adjust.
5995 (peek_die_abbrev): Adjust.
5996 (fixup_go_packaging): Adjust.
5997 (process_imported_unit_die): Adjust.
5998 (dwarf2_compute_name): Adjust.
5999 (dwarf2_physname): Adjust.
6000 (read_import_statement): Adjust.
6001 (handle_DW_AT_stmt_list): Adjust.
6002 (read_file_scope): Adjust.
6003 (read_func_scope): Adjust.
6004 (read_lexical_block_scope): Adjust.
6005 (read_call_site_scope): Adjust.
6006 (read_variable): Adjust.
6007 (dwarf2_rnglists_process): Adjust.
6008 (dwarf2_ranges_process): Adjust.
6009 (dwarf2_ranges_read): Adjust.
6010 (dwarf2_get_pc_bounds): Adjust.
6011 (dwarf2_record_block_ranges): Adjust.
6012 (dwarf2_add_field): Adjust.
6013 (dwarf2_add_member_fn): Adjust.
6014 (read_structure_type): Adjust.
6015 (process_structure_scope): Adjust.
6016 (read_enumeration_type): Adjust.
6017 (read_array_type): Adjust.
6018 (mark_common_block_symbol_computed): Adjust.
6019 (read_common_block): Adjust.
6020 (read_namespace_type): Adjust.
6021 (read_namespace): Adjust.
6022 (read_module_type): Adjust.
6023 (read_tag_pointer_type): Adjust.
6024 (read_tag_ptr_to_member_type): Adjust.
6025 (read_tag_string_type): Adjust.
6026 (read_subroutine_type): Adjust.
6027 (read_typedef): Adjust.
6028 (read_base_type): Adjust.
6029 (attr_to_dynamic_prop): Adjust.
6030 (read_subrange_type): Adjust.
6031 (read_unspecified_type): Adjust.
6032 (dwarf2_read_abbrevs): Adjust.
6033 (load_partial_dies): Adjust.
6034 (read_partial_die): Adjust.
6035 (find_partial_die): Adjust.
6036 (guess_partial_die_structure_name): Adjust.
6037 (fixup_partial_die): Adjust.
6038 (read_attribute_value): Adjust.
6039 (read_addr_index): Adjust.
6040 (read_addr_index_from_leb128): Adjust.
6041 (read_str_index): Adjust.
6042 (dwarf2_string_attr): Adjust.
6043 (get_debug_line_section): Adjust.
6044 (dwarf_decode_line_header): Adjust.
6045 (lnp_state_machine::check_line_address): Adjust.
6046 (dwarf_decode_lines_1): Adjust.
6047 (dwarf_decode_lines): Adjust.
6048 (dwarf2_start_symtab): Adjust.
6049 (var_decode_location): Adjust.
6050 (new_symbol_full): Adjust.
6051 (dwarf2_const_value_data): Adjust.
6052 (dwarf2_const_value_attr): Adjust.
6053 (dwarf2_const_value): Adjust.
6054 (die_type): Adjust.
6055 (die_containing_type): Adjust.
6056 (build_error_marker_type): Adjust.
6057 (lookup_die_type): Adjust.
6058 (guess_full_die_structure_name): Adjust.
6059 (anonymous_struct_prefix): Adjust.
6060 (determine_prefix): Adjust.
6061 (dwarf2_name): Adjust.
6062 (follow_die_ref_or_sig): Adjust.
6063 (follow_die_offset): Adjust.
6064 (follow_die_ref): Adjust.
6065 (follow_die_sig_1): Adjust.
6066 (follow_die_sig): Adjust.
6067 (get_signatured_type): Adjust.
6068 (get_DW_AT_signature_type): Adjust.
6069 (decode_locdesc): Adjust.
6070 (dwarf_decode_macros): Adjust.
6071 (cu_debug_loc_section): Adjust.
6072 (fill_in_loclist_baton): Adjust.
6073 (dwarf2_symbol_mark_computed): Adjust.
6074 (init_one_comp_unit): Don't assign
6075 dwarf2_cu::dwarf2_per_objfile.
6076 (set_die_type): Adjust.
6077
6078 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * dwarf2read.c (struct mapped_debug_names): Add constructor.
6081 <dwarf2_per_objfile>: New field.
6082 (dwarf2_per_objfile): Remove global.
6083 (get_dwarf2_per_objfile): New function.
6084 (set_dwarf2_per_objfile): New function.
6085 (dwarf2_build_psymtabs_hard): Change objfile parameter to
6086 dwarf2_per_objfile.
6087 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
6088 (read_abbrev_offset): Likewise.
6089 (read_indirect_string): Likewise.
6090 (read_indirect_line_string): Likewise.
6091 (read_indirect_string_at_offset): Likewise.
6092 (read_indirect_string_from_dwz): Likewise.
6093 (dwarf2_find_containing_comp_unit): Change objfile parameter to
6094 dwarf2_per_objfile.
6095 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
6096 (create_all_comp_units): Change objfile parameter to
6097 dwarf2_per_objfile.
6098 (create_all_type_units): Likewise.
6099 (process_queue): Add dwarf2_per_objfile parameter.
6100 (read_and_check_comp_unit_head): Likewise.
6101 (lookup_dwo_unit_in_dwp): Likewise.
6102 (get_dwp_file): Likewise.
6103 (process_cu_includes): Likewise.
6104 (struct free_dwo_file_cleanup_data): New struct.
6105 (dwarf2_has_info): Use get_dwarf2_per_objfile and
6106 set_dwarf2_per_objfile.
6107 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
6108 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
6109 context, adjust calls.
6110 (dw2_instantiate_symtab): Likewise.
6111 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
6112 (dw2_get_cu): Likewise.
6113 (create_cu_from_index_list): Change objfile parameter to
6114 dwarf2_per_objfile.
6115 (create_cus_from_index_list): Get dwarf2_per_objfile from
6116 context, adjust calls.
6117 (create_cus_from_index): Likewise.
6118 (create_signatured_type_table_from_index): Change objfile
6119 parameter to dwarf2_per_objfile.
6120 (create_signatured_type_table_from_debug_names): Change objfile
6121 parameter to dwarf2_per_objfile.
6122 (create_addrmap_from_index): Likewise.
6123 (create_addrmap_from_aranges): Likewise.
6124 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
6125 (dw2_setup): Remove.
6126 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
6127 context.
6128 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
6129 get_dwarf2_per_objfile.
6130 (dw2_forget_cached_source_info): Likewise.
6131 (dw2_map_symtabs_matching_filename): Likewise.
6132 (struct dw2_symtab_iterator) <index>: Remove.
6133 <dwarf2_per_objfile>: New field.
6134 (dw2_symtab_iter_init): Replace index parameter with
6135 dwarf2_per_objfile.
6136 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
6137 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
6138 (dw2_print_stats): Likewise.
6139 (dw2_dump): Likewise.
6140 (dw2_expand_symtabs_for_function): Likewise.
6141 (dw2_expand_all_symtabs): Likewise.
6142 (dw2_expand_symtabs_with_fullname): Likewise.
6143 (dw2_expand_marked_cus): Replace index and objfile parameters
6144 with dwarf2_per_objfile.
6145 (dw_expand_symtabs_matching_file_matcher): Add
6146 dwarf2_per_objfile parameter and adjust calls.
6147 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
6148 adjust calls.
6149 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
6150 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
6151 adjust calls.
6152 (create_cus_from_debug_names_list): Replace objfile parameter
6153 with dwarf2_per_objfile and adjust calls.
6154 (create_cus_from_debug_names): Likewise.
6155 (dwarf2_read_debug_names): Likewise.
6156 (mapped_debug_names::namei_to_name): Adjust call.
6157 (dw2_debug_names_iterator::next): Likewise.
6158 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
6159 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
6160 (dw2_debug_names_dump): Likewise.
6161 (dw2_debug_names_expand_symtabs_for_function): Likewise.
6162 (dw2_debug_names_expand_symtabs_matching): Likewise.
6163 (dwarf2_initialize_objfile): Likewise.
6164 (dwarf2_build_psymtabs): Likewise.
6165 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
6166 this_cu.
6167 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
6168 (read_and_check_comp_unit_head): Likewise.
6169 (read_abbrev_offset): Likewise.
6170 (create_debug_type_hash_table): Likewise.
6171 (create_debug_types_hash_table): Likewise.
6172 (create_all_type_units): Replace objfile parameter with
6173 dwarf2_per_objfile.
6174 (add_type_unit): Add dwarf2_per_objfile parameter.
6175 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
6176 with dwarf2_per_objfile.
6177 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
6178 (lookup_dwp_signatured_type): Likewise.
6179 (lookup_signatured_type): Likewise.
6180 (read_cutu_die_from_dwo): Likewise.
6181 (init_tu_and_read_dwo_dies): Likewise.
6182 (init_cutu_and_read_dies): Likewise.
6183 (init_cutu_and_read_dies_no_follow): Likewise.
6184 (allocate_type_unit_groups_table): Add objfile parameter.
6185 (create_type_unit_group): Use dwarf2_per_objfile from cu.
6186 (get_type_unit_group): Likewise.
6187 (process_psymtab_comp_unit): Update call.
6188 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
6189 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
6190 (print_tu_stats): Likewise.
6191 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
6192 in void* parameter.
6193 (build_type_psymtabs): Change objfile parameter to
6194 dwarf2_per_objfile.
6195 (process_skeletonless_type_unit): Use dwarf2_per_objfile
6196 passed in void* parameter.
6197 (process_skeletonless_type_units): Change objfile parameter to
6198 dwarf2_per_objfile.
6199 (set_partial_user): Likewise.
6200 (dwarf2_build_psymtabs_hard): Likewise.
6201 (read_comp_units_from_section): Likewise.
6202 (create_all_comp_units): Likewise.
6203 (scan_partial_symbols): Update calls.
6204 (add_partial_symbol): Likewise.
6205 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
6206 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
6207 (process_queue): Add dwarf2_per_objfile parameter.
6208 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
6209 (compute_compunit_symtab_includes): Likewise.
6210 (process_cu_includes): Add dwarf2_per_objfile parameter.
6211 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
6212 (process_full_type_unit): Likewise.
6213 (process_imported_unit_die): Update call.
6214 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
6215 (read_file_scope): Likewise.
6216 (allocate_dwo_file_hash_table): Add objfile parameter.
6217 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
6218 (create_cus_hash_table): Likewise.
6219 (create_dwp_hash_table): Likewise.
6220 (create_dwo_unit_in_dwp_v1): Likewise.
6221 (create_dwp_v2_section): Likewise.
6222 (create_dwo_unit_in_dwp_v2): Likewise.
6223 (lookup_dwo_unit_in_dwp): Likewise.
6224 (try_open_dwop_file): Likewise.
6225 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
6226 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
6227 cleanup to include a reference to dwarf2_per_objfile.
6228 (open_dwp_file): Add dwarf2_per_objfile parameter.
6229 (open_and_init_dwp_file): Likewise.
6230 (get_dwp_file): Likewise.
6231 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
6232 (queue_and_load_all_dwo_tus): Update call.
6233 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
6234 data.
6235 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
6236 (dwarf2_ranges_process): Likewise.
6237 (dwarf2_get_pc_bounds): Likewise.
6238 (mark_common_block_symbol_computed): Likewise.
6239 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
6240 (dwarf2_read_abbrevs): Update call.
6241 (read_partial_die): Use dwarf2_per_objfile from cu.
6242 (find_partial_die): Likewise.
6243 (fixup_partial_die): Likewise.
6244 (read_attribute_value): Likewise.
6245 (read_indirect_string_at_offset_from): Add objfile parameter.
6246 (read_indirect_string_at_offset): Add dwarf2_per_objfile
6247 parameter.
6248 (read_indirect_string_from_dwz): Add objfile parameter.
6249 (read_indirect_string): Add objfile parameter.
6250 (read_addr_index_1): Add dwarf2_per_objfile parameter.
6251 (read_addr_index): Use dwarf2_per_objfile from cu.
6252 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
6253 call dw2_setup.
6254 (read_str_index): Use dwarf2_per_objfile from cu.
6255 (get_debug_line_section): Likewise.
6256 (read_formatted_entries): Add dwarf2_per_objfile parameter.
6257 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
6258 (new_symbol_full): Use dwarf2_per_objfile from cu.
6259 (build_error_marker_type): Likewise.
6260 (lookup_die_type): Likewise.
6261 (determine_prefix): Likewise.
6262 (follow_die_offset): Likewise.
6263 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
6264 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
6265 (dwarf2_fetch_die_type_sect_off): Likewise.
6266 (dwarf2_get_die_type): Likewise.
6267 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
6268 (get_signatured_type): Likewise.
6269 (get_DW_AT_signature_type): Likewise.
6270 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
6271 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
6272 (cu_debug_loc_section): Likewise.
6273 (fill_in_loclist_baton): Likewise.
6274 (dwarf2_symbol_mark_computed): Likewise.
6275 (dwarf2_find_containing_comp_unit): Change objfile parameter to
6276 dwarf2_per_objfile.
6277 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
6278 parameter.
6279 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
6280 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
6281 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
6282 (set_die_type): Use dwarf2_free_objfile from cu.
6283 (get_die_type_at_offset): Likewise.
6284 (dwarf2_per_objfile_free): Don't assign global variable.
6285 (debug_names) <constructor>: Add dwarf2_per_objfile
6286 parameter, update m_debugstrlookup construction.
6287 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
6288 parameter.
6289 <m_dwarf2_per_objfile>: New field.
6290 <lookup>: Use m_dwarf2_per_objfile.
6291 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
6292 (psyms_seen_size): Likewise.
6293 (write_gdbindex): Replace objfile parameter with
6294 dwarf2_per_objfile.
6295 (write_debug_names): Likewise.
6296 (write_psymtabs_to_index): Likewise.
6297 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
6298 calls.
6299
6300 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
6301
6302 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
6303 <dwarf2_per_objfile>: New field.
6304 (struct dwarf2_per_cu_data) <objfile>: Remove.
6305 <dwarf2_per_objfile>: New field.
6306 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
6307 of objfile.
6308 (create_signatured_type_table_from_index): Likewise.
6309 (create_debug_type_hash_table): Likewise.
6310 (fill_in_sig_entry_from_dwo_entry): Likewise.
6311 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
6312 (create_type_unit_group): Assign dwarf2_per_objfile instead of
6313 objfile.
6314 (create_partial_symtab): Access objfile through
6315 dwarf2_per_objfile.
6316 (process_psymtab_comp_unit_reader): Likewise.
6317 (read_comp_units_from_section): Likewise.
6318 (scan_partial_symbols): Likewise.
6319 (add_partial_symbol): Likewise.
6320 (add_partial_subprogram): Likewise.
6321 (peek_die_abbrev): Likewise.
6322 (fixup_go_packaging): Likewise.
6323 (process_full_comp_unit): Likewise.
6324 (process_full_type_unit): Likewise.
6325 (process_imported_unit_die): Likewise.
6326 (dwarf2_compute_name): Likewise.
6327 (dwarf2_physname): Likewise.
6328 (read_import_statement): Likewise.
6329 (create_cus_hash_table): Assign dwarf2_physname instead of
6330 objfile.
6331 (read_func_scope): Access objfile through dwarf2_per_objfile.
6332 (read_lexical_block_scope): Likewise.
6333 (read_call_site_scope): Likewise.
6334 (read_variable): Likewise.
6335 (dwarf2_rnglists_process): Likewise.
6336 (dwarf2_ranges_process): Likewise.
6337 (dwarf2_ranges_read): Likewise.
6338 (dwarf2_record_block_ranges): Likewise.
6339 (dwarf2_add_field): Likewise.
6340 (dwarf2_add_member_fn): Likewise.
6341 (read_structure_type): Likewise.
6342 (process_structure_scope): Likewise.
6343 (read_enumeration_type): Likewise.
6344 (read_array_type): Likewise.
6345 (read_common_block): Likewise.
6346 (read_namespace_type): Likewise.
6347 (read_namespace): Likewise.
6348 (read_module_type): Likewise.
6349 (read_tag_pointer_type): Likewise.
6350 (read_tag_ptr_to_member_type): Likewise.
6351 (read_tag_string_type): Likewise.
6352 (read_subroutine_type): Likewise.
6353 (read_typedef): Likewise.
6354 (read_base_type): Likewise.
6355 (attr_to_dynamic_prop): Likewise.
6356 (read_subrange_type): Likewise.
6357 (read_unspecified_type): Likewise.
6358 (load_partial_dies): Likewise.
6359 (read_partial_die): Likewise.
6360 (find_partial_die): Likewise.
6361 (guess_partial_die_structure_name): Likewise.
6362 (fixup_partial_die): Likewise.
6363 (read_attribute_value): Likewise.
6364 (read_addr_index_from_leb128): Likewise.
6365 (dwarf2_read_addr_index): Likewise.
6366 (dwarf2_string_attr): Likewise.
6367 (lnp_state_machine::check_line_address): Likewise.
6368 (dwarf_decode_lines_1): Likewise.
6369 (dwarf_decode_lines): Likewise.
6370 (dwarf2_start_symtab): Likewise.
6371 (var_decode_location): Likewise.
6372 (new_symbol_full): Likewise.
6373 (dwarf2_const_value_data): Likewise.
6374 (dwarf2_const_value_attr): Likewise.
6375 (dwarf2_const_value): Likewise.
6376 (die_type): Likewise.
6377 (die_containing_type): Likewise.
6378 (lookup_die_type): Likewise.
6379 (guess_full_die_structure_name): Likewise.
6380 (anonymous_struct_prefix): Likewise.
6381 (dwarf2_name): Likewise.
6382 (follow_die_ref_or_sig): Likewise.
6383 (follow_die_offset): Likewise.
6384 (follow_die_ref): Likewise.
6385 (dwarf2_fetch_die_loc_sect_off): Likewise.
6386 (dwarf2_fetch_constant_bytes): Likewise.
6387 (dwarf2_fetch_die_type_sect_off): Likewise.
6388 (dwarf2_get_die_type): Likewise.
6389 (follow_die_sig): Likewise.
6390 (decode_locdesc): Likewise.
6391 (dwarf2_per_cu_objfile): Likewise.
6392 (dwarf2_per_cu_text_offset): Likewise.
6393 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
6394 objfile.
6395 (set_die_type): Access objfile through
6396 dwarf2_per_objfile.
6397
6398 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
6399
6400 * valprint.c (converted_character_d): Remove typedef.
6401 (DEF_VEC_O (converted_character_d)): Remove.
6402 (count_next_character): Use std::vector.
6403 (print_converted_chars_to_obstack): Likewise.
6404 (generic_printstr): Likewise.
6405
6406 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
6407
6408 * xml-support.h (struct gdb_xml_value): Add constructor.
6409 <value>: Change type to unique_xmalloc_ptr.
6410 (gdb_xml_value_s): Remove typedef.
6411 (DEF_VEC_O (gdb_xml_value_s)): Remove.
6412 (gdb_xml_element_start_handler): Change parameter type to
6413 std::vector.
6414 (xml_find_attribute): Likewise.
6415 * xml-support.c (xml_find_attribute): Change parameter type to
6416 std::vector and adjust.
6417 (gdb_xml_values_cleanup): Remove.
6418 (gdb_xml_parser::start_element): Adjust to std::vector.
6419 (xinclude_start_include): Change paraeter type to std::vector
6420 and adjust.
6421 * btrace.c (check_xml_btrace_version): Likewise.
6422 (parse_xml_btrace_block): Likewise.
6423 (parse_xml_btrace_pt_config_cpu): Likewise.
6424 (parse_xml_btrace_pt): Likewise.
6425 (parse_xml_btrace_conf_bts): Likewise.
6426 (parse_xml_btrace_conf_pt): Likewise.
6427 * memory-map.c (memory_map_start_memory): Likewise.
6428 (memory_map_start_property): Likewise.
6429 * osdata.c (osdata_start_osdata): Likewise.
6430 (osdata_start_item): Likewise.
6431 (osdata_start_column): Likewise.
6432 * remote.c (start_thread): Likewise.
6433 * solib-aix.c (library_list_start_library): Likewise.
6434 (library_list_start_list): Likewise.
6435 * solib-svr4.c (library_list_start_library): Likewise.
6436 (svr4_library_list_start_list): Likewise.
6437 * solib-target.c (library_list_start_segment): Likewise.
6438 (library_list_start_section): Likewise.
6439 (library_list_start_library): Likewise.
6440 (library_list_start_list): Likewise.
6441 * tracepoint.c (traceframe_info_start_memory): Likewise.
6442 (traceframe_info_start_tvar): Likewise.
6443 * xml-syscall.c (syscall_start_syscall): Likewise.
6444 * xml-tdesc.c (tdesc_start_target): Likewise.
6445 (tdesc_start_feature): Likewise.
6446 (tdesc_start_reg): Likewise.
6447 (tdesc_start_union): Likewise.
6448 (tdesc_start_struct): Likewise.
6449 (tdesc_start_flags): Likewise.
6450 (tdesc_start_enum): Likewise.
6451 (tdesc_start_field): Likewise.
6452 (tdesc_start_enum_value): Likewise.
6453 (tdesc_start_vector): Likewise.
6454
6455 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
6456
6457 * extension.h (struct xmethod_worker) <clone>: Remove.
6458 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
6459 Remove.
6460 (python_xmethod_worker::clone): Remove.
6461 * valops.c (find_overload_match): Use std::move instead of
6462 clone.
6463
6464 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
6465
6466 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
6467 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
6468 <free_xmethod_worker_data>: Remove.
6469 <get_matching_xmethod_workers>: Chance VEC to std::vector.
6470 <get_xmethod_arg_types>: Remove.
6471 <get_xmethod_result_type>: Remove.
6472 <invoke_xmethod>: Remove.
6473 * extension.c (new_xmethod_worker): Remove.
6474 (clone_xmethod_worker): Remove.
6475 (get_matching_xmethod_workers): Return void, pass std::vector by
6476 pointer.
6477 (get_xmethod_arg_types): Rename to...
6478 (xmethod_worker::get_arg_types): ... this, and adjust.
6479 (get_xmethod_result_type): Rename to...
6480 (xmethod_worker::get_result_type): ... this, and adjust.
6481 (invoke_xmethod): Remove.
6482 (free_xmethod_worker): Remove.
6483 (free_xmethod_worker_vec): Remove.
6484 * extension.h (enum ext_lang_rc): Move here from
6485 extension-priv.h.
6486 (struct xmethod_worker): Add constructor and destructor.
6487 <data>: Remove.
6488 <value>: Remove.
6489 <invoke, clone, do_get_result_type, do_get_arg_types>: New
6490 virtual pure methods.
6491 <get_arg_types, get_result_type>: New methods.
6492 (xmethod_worker_ptr): Remove typedef.
6493 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
6494 (xmethod_worker_vec): Remove typedef.
6495 (xmethod_worker_up): New typedef.
6496 (invoke_xmethod): Remove.
6497 (clone_xmethod_worker): Remove.
6498 (free_xmethod_worker): Remove.
6499 (free_xmethod_worker_vec): Remove.
6500 (get_xmethod_arg_types): Remove.
6501 (get_xmethod_result_type): Remove.
6502 * valops.c (find_method_list): Use std::vector, don't use
6503 intermediate vector.
6504 (value_find_oload_method_list): Use std::vector.
6505 (find_overload_match): Use std::vector.
6506 (find_oload_champ): Use std::vector.
6507 * value.c (value_free): Use operator delete.
6508 (value_of_xmethod): Rename to...
6509 (value_from_xmethod): ... this. Don't assign
6510 xmethod_worker::value, take rvalue-reference.
6511 (result_type_of_xmethod): Adjust.
6512 (call_xmethod): Adjust.
6513 * value.h: Include extension.h.
6514 (struct xmethod_worker): Don't forward-declare.
6515 (value_of_xmethod): Rename to...
6516 (value_from_xmethod): ... this, take rvalue-reference.
6517 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
6518 (struct python_xmethod_worker): ... this, add constructor and
6519 destructor.
6520 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
6521 (gdbpy_free_xmethod_worker_data): Rename to...
6522 (python_xmethod_worker::~python_xmethod_worker): ... this and
6523 adjust.
6524 (gdbpy_clone_xmethod_worker_data): Rename to...
6525 (python_xmethod_worker::clone): ... this and adjust.
6526 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
6527 temporary vector.
6528 (gdbpy_get_xmethod_arg_types): Rename to...
6529 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
6530 (gdbpy_get_xmethod_result_type): Rename to...
6531 (python_xmethod_worker::do_get_result_type): ... this and
6532 adjust.
6533 (gdbpy_invoke_xmethod): Rename to...
6534 (python_xmethod_worker::invoke): ... this and adjust.
6535 (new_python_xmethod_worker): Rename to...
6536 (python_xmethod_worker::python_xmethod_worker): ... this and
6537 adjust.
6538 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
6539 Remove.
6540 (gdbpy_free_xmethod_worker_data): Remove.
6541 (gdbpy_get_matching_xmethod_workers): Use std::vector.
6542 (gdbpy_get_xmethod_arg_types): Remove.
6543 (gdbpy_get_xmethod_result_type): Remove.
6544 (gdbpy_invoke_xmethod): Remove.
6545 * python/python.c (python_extension_ops): Remove obsolete
6546 callbacks.
6547
6548 2018-01-05 Pedro Alves <palves@redhat.com>
6549
6550 PR gdb/18653
6551 * common/signals-state-save-restore.c
6552 (save_original_signals_state): New parameter 'quiet'. Warn if we
6553 find a custom handler preinstalled, instead of internal erroring.
6554 But only warn if !quiet.
6555 * common/signals-state-save-restore.h
6556 (save_original_signals_state): New parameter 'quiet'.
6557 * main.c (captured_main_1): Move save_original_signals_state call
6558 after option handling, and pass QUIET.
6559
6560 2018-01-05 Pedro Alves <palves@redhat.com>
6561
6562 * spu-tdep.c (spu_catch_start): Pass
6563 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
6564
6565 2018-01-05 Pedro Alves <palves@redhat.com>
6566
6567 PR gdb/22670
6568 * ada-lang.c (literal_symbol_name_matcher): New function.
6569 (ada_get_symbol_name_matcher): Use it for
6570 symbol_name_match_type::SEARCH_NAME.
6571 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
6572 it down instead of assuming symbol_name_match_type::FULL.
6573 * block.h (block_lookup_symbol): New parameter 'match_type'.
6574 * c-valprint.c (print_unpacked_pointer): Use
6575 lookup_symbol_search_name instead of lookup_symbol.
6576 * compile/compile-object-load.c (get_out_value_type): Pass down
6577 symbol_name_match_type::SEARCH_NAME.
6578 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
6579 symbol_name_match_type::FULL.
6580 * cp-support.c (cp_get_symbol_name_matcher): Handle
6581 symbol_name_match_type::SEARCH_NAME.
6582 * infrun.c (insert_exception_resume_breakpoint): Use
6583 lookup_symbol_search_name.
6584 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
6585 * psymtab.c (maintenance_check_psymtabs): Use
6586 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
6587 * stack.c (print_frame_args): Use lookup_symbol_search_name and
6588 SYMBOL_SEARCH_NAME.
6589 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
6590 if symbol_name_match_type::SEARCH_NAME.
6591 (lookup_symbol_in_language): Pass down
6592 symbol_name_match_type::FULL.
6593 (lookup_symbol_search_name): New.
6594 (lookup_language_this): Pass down
6595 symbol_name_match_type::SEARCH_NAME.
6596 (lookup_symbol_aux, lookup_local_symbol): New parameter
6597 'match_type'. Pass it down.
6598 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
6599 (lookup_symbol_search_name): New declaration.
6600 (lookup_symbol_in_block): New 'match_type' parameter.
6601
6602 2018-01-05 Pedro Alves <palves@redhat.com>
6603
6604 PR gdb/22670
6605 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
6606 ada_lookup_symbol.
6607 (ada_lookup_symbol): Reimplement in terms of
6608 ada_lookup_symbol_list, bits factored out from
6609 ada_lookup_encoded_symbol.
6610
6611 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6612
6613 * ada-exp.y (write_object_renaming): When subscripting an array
6614 using a symbol as the index, pass the block in call to
6615 ada_lookup_encoded_symbol when looking that symbol up.
6616
6617 2018-01-05 Jerome Guitton <guitton@adacore.com>
6618
6619 * ada-lang.c (ada_array_length): Use ada_index_type instead of
6620 TYPE_INDEX_TYPE.
6621
6622 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6623
6624 * ada-lang.c (ada_to_fixed_value_create): Add handling of
6625 the case where VALUE_LVAL (val0) is not lval_memory.
6626
6627 2018-01-05 Xavier Roirand <roirand@adacore.com>
6628
6629 * ada-valprint.c (print_optional_low_bound): Handle
6630 character-indexed array printing like boolean-indexed array
6631 printing.
6632
6633 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6634
6635 * NEWS: Create a new section for the next release branch.
6636 Rename the section of the current branch, now that it has
6637 been cut.
6638
6639 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6640
6641 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
6642 * version.in: Bump version to 8.1.50.DATE-git.
6643
6644 2018-01-03 Xavier Roirand <roirand@adacore.com>
6645
6646 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
6647 Add field.
6648 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
6649 Add field.
6650 (default_exception_support_info) <catch_handlers_sym>: Add field.
6651 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
6652 (ada_exception_name_addr_1): Add "catch handlers" handling.
6653 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
6654 Update all callers.
6655 (create_excep_cond_exprs) <ex>: Add parameter.
6656 (re_set_exception): Update create_excep_cond_exprs call.
6657 (print_it_exception, print_one_exception, print_mention_exception)
6658 (print_recreate_exception): Add "catch handler" handling.
6659 (allocate_location_catch_handlers, re_set_catch_handlers)
6660 (check_status_catch_handlers, print_it_catch_handlers)
6661 (print_one_catch_handlers, print_mention_catch_handlers)
6662 (print_recreate_catch_handlers): New function.
6663 (catch_handlers_breakpoint_ops): New variable.
6664 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
6665 Add parameter. Add "catch handler" handling.
6666 (ada_exception_sym_name, ada_exception_breakpoint_ops):
6667 Add "catch handler" handling.
6668 (ada_exception_catchpoint_cond_string): Add "catch handler"
6669 handling.
6670 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
6671 call.
6672 (catch_ada_handlers_command): New function.
6673 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
6674 operations structure.
6675 (_initialize_ada_language): Add "catch handlers" command entry.
6676 * NEWS: Document "catch handlers" feature.
6677
6678 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6679
6680 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
6681 account when creating the array type of the slice.
6682 (ada_value_slice): Likewise.
6683
6684 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6685
6686 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
6687 New enum value.
6688 (create_array_type_with_stride): Add byte_stride_prop parameter.
6689 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
6690 New parameter. Update all callers in this file.
6691 (array_type_has_dynamic_stride): New function.
6692 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
6693 of arrays with dynamic byte strides.
6694 * dwarf2read.c (read_array_type): Add support for dynamic
6695 DW_AT_byte_stride attributes.
6696
6697 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6698
6699 * dwarf2read.c (read_unspecified_type): Treat
6700 DW_TAG_enumeration_type DIEs from Ada units as stubs.
6701
6702 2018-01-01 Joel Brobecker <brobecker@adacore.com>
6703
6704 Update copyright year range in all GDB files.
6705
6706 2018-01-01 Joel Brobecker <brobecker@adacore.com>
6707
6708 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
6709 and gdb/testsuite/gdb.base/step-line.c.
6710
6711 2018-01-01 Joel Brobecker <brobecker@adacore.com>
6712
6713 * copyright.py (main): Dump the contents of
6714 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
6715 even if BY_HAND is empty.
6716
6717 2018-01-01 Joel Brobecker <brobecker@adacore.com>
6718
6719 * top.c (print_gdb_version): Update Copyright year in version
6720 message.
6721
6722 2018-01-01 Joel Brobecker <brobecker@adacore.com>
6723
6724 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
6725
6726 For older changes see ChangeLog-2017.
6727 \f
6728 Local Variables:
6729 mode: change-log
6730 left-margin: 8
6731 fill-column: 74
6732 version-control: never
6733 coding: utf-8
6734 End:
This page took 0.162502 seconds and 3 git commands to generate.