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