gdb: Fix "info os <unknown>" command
[binutils-gdb.git] / gdb / ChangeLog
1 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2
3 PR gdb/23974
4 * target.c (target_read_stralloc): Check for empty vector.
5
6 2018-12-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
7
8 * top.c (print_gdb_configuration): Print "--without-python"
9 if GDB was configured without Python.
10
11 2018-12-21 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * riscv-tdep.c (riscv_scan_prologue): Use plongest to format
14 a signed offset as a string.
15
16 2018-12-21 Dave Murphy <davem@devkitpro.org>
17
18 * dtrace-probe.c (dtrace_static_probe_ops): Explicit zero
19 initialise.
20 * probe.c (any_static_probe_ops): Ditto.
21 * record-btrace.c (record_btrace_thread_observer_token): Ditto.
22 * stap-probe.c (stap_static_probe_ops): Ditto.
23 * tui/tui-hooks.c (tui_observers_token): Ditto.
24 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
25
26 2018-12-19 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb/dummy-frame.c (default_dummy_id): Defined new function.
29 * gdb/dummy-frame.h (default_dummy_id): Declare new function.
30 * gdb/frame-unwind.c (default_unwind_pc): Define new function.
31 (default_unwind_sp): Define new function.
32 * gdb/frame-unwind.h (default_unwind_pc): Declare new function.
33 (default_unwind_sp): Declare new function.
34 * gdb/frame.c (frame_unwind_pc): Assume gdbarch_unwind_pc is
35 available.
36 (get_frame_sp): Assume that gdbarch_unwind_sp is available.
37 * gdb/gdbarch.c: Regenerate.
38 * gdb/gdbarch.h: Regenerate.
39 * gdb/gdbarch.sh: Update definition of dummy_id, unwind_pc, and
40 unwind_sp. Add additional header files to be included in
41 generated file.
42
43 2018-12-19 Dimitar Dimitrov <dimitar@dinux.eu>
44
45 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Remove
46 sp clobbers.
47
48 2018-12-17 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * dwarf2read.c (struct dwarf2_cu): Convert the fields 'mark',
51 'has_loclist', 'checked_producer', 'producer_is_gxx_lt_4_6',
52 'producer_is_gcc_lt_4_3', 'producer_is_icc_lt_14',
53 'processing_has_namespace_info' from unsigned int to bool. Update
54 comments.
55 (producer_is_icc_lt_14): Update return type.
56 (producer_is_gcc_lt_4_3): Likewise.
57 (producer_is_gxx_lt_4_6): Likewise.
58 (process_die): Write true instead of 1 into predicate fields.
59 (dwarf2_start_symtab): Likewise.
60 (var_decode_location): Likewise.
61 (dwarf2_mark_helper): Likewise.
62 (dwarf2_mark): Likewise.
63 (dwarf2_clear_marks): Write false instead of 0 into predicate
64 field.
65 (dwarf2_cu::dwarf2_cu): Initialise predicate fields to false, not
66 0.
67
68 2018-12-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
69
70 * nat/aarch64-sve-linux-ptrace.h: Include signal.h instead of
71 asm/sigcontext.h.
72
73 2018-12-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
74
75 * nat/linux-ptrace.c (kill_child): Fix ARI warning by removing
76 warning trailing new line.
77
78 2018-12-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
79
80 * nat/linux-ptrace.c (kill_child): New function.
81 (linux_ptrace_test_ret_to_nx): Use kill_child instead of local code.
82 Add a call to kill_child in case of early return after fork.
83 (linux_check_ptrace_features): Use kill_child instead of local code.
84 (linux_test_for_tracefork): Likewise.
85
86 2018-12-14 Tom Tromey <tom@tromey.com>
87
88 * Makefile.in: Remove "alloca" comment.
89 (INFOFILES): Remove.
90 (local-maintainer-clean): Don't use INFOFILES.
91
92 2018-12-13 John Baldwin <jhb@FreeBSD.org>
93
94 * syscalls/update-freebsd.sh: New file.
95 * syscalls/freebsd.xml: Regenerate.
96
97 2018-12-13 John Baldwin <jhb@FreeBSD.org>
98
99 * NEWS: Add entry documenting system call aliases.
100 * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
101 to get_syscalls_by_name.
102 * gdbarch.sh (UNKNOWN_SYSCALL): Remove.
103 * gdbarch.h: Regenerate.
104 * syscalls/gdb-syscalls.dtd (syscall): Add alias attribute.
105 * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_name): Rename
106 from get_syscall_by_name. Now accepts a pointer to a vector of
107 integers and returns a bool.
108 [HAVE_LIBEXPAT] (struct syscall_desc): Add alias member.
109 (syscall_create_syscall_desc): Add alias parameter and pass it to
110 syscall_desc constructor.
111 (syscall_start_syscall): Handle alias attribute.
112 (syscall_attr): Add alias attribute.
113 (xml_get_syscalls_by_name): Rename from xml_get_syscall_number.
114 Now accepts a pointer to a vector of integers and returns a
115 bool. Add syscalls whose alias or name matches the requested
116 name.
117 (get_syscalls_by_name): Rename from get_syscall_by_name. Now
118 accepts a pointer to a vector of integers and returns a bool.
119 * xml-syscall.h (get_syscalls_by_name): Likewise.
120
121 2018-12-13 John Baldwin <jhb@FreeBSD.org>
122
123 * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
124 to get_syscalls_by_group.
125 * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_group): Return
126 false.
127 [HAVE_LIBEXPAT] (xml_list_syscalls_by_group): Append syscall
128 numbers to an existing vector of integers and return a bool.
129 (get_syscalls_by_group): Accept pointer to vector of integers
130 and change return type to bool.
131 * xml-syscall.h (get_syscalls_by_group): Likewise.
132
133 2018-12-13 Jim Wilson <jimw@sifive.com>
134
135 * riscv-tdep.c (riscv_print_one_register_info): For MSTATUS, add
136 comment for SD field, and correct xlen calculation. For MISA, add
137 comment for MXL field, add call to register_size, and correct base
138 calculation.
139
140 2018-12-13 Stafford Horne <shorne@gmail.com>
141
142 * NEWS(New targets): Add or1k*-*-linux*.
143
144 2018-12-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
145
146 * nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
147 declare on one line to fix ARI warning.
148
149 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * infrun.c (infcall_suspend_state::infcall_suspend_state): New.
152 (infcall_suspend_state::registers): New.
153 (infcall_suspend_state::restore): New.
154 (infcall_suspend_state::thread_suspend): Rename to...
155 (infcall_suspend_state::m_thread_suspend): ...this.
156 (infcall_suspend_state::registers): Rename to...
157 (infcall_suspend_state::m_registers): ...this.
158 (infcall_suspend_state::siginfo_gdbarch): Rename to...
159 (infcall_suspend_state::m_siginfo_gdbarch): ...this.
160 (infcall_suspend_state::siginfo_data): Rename to...
161 (infcall_suspend_state::m_siginfo_data): ...this.
162 (save_infcall_suspend_state): Rewrite to use infcall_suspend_state
163 constructor.
164 (restore_infcall_suspend_state): Rewrite to use
165 infcall_suspend_state::restore method.
166 (get_infcall_suspend_state_regcache): Use
167 infcall_suspend_state::registers method.
168
169 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * riscv-tdep.c (riscv_call_arg_scalar_float): Unnamed (variadic)
172 arguments are passed in integer registers.
173 (riscv_call_arg_complex_float): Likewise.
174
175 2018-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
176
177 * nat/linux-osdata.c (common_getter): New function.
178 (struct osdata_type): Change getter to take_snapshot.
179 Add LONGEST len_avail and struct buffer buffer.
180 Change all elements in the initializer.
181 Add an element for the list of types.
182 (linux_xfer_osdata_info_os_types): New function.
183 (linux_common_xfer_osdata): Use common_getter for the list of types.
184 Replace getter call by common_getter.
185 (linux_xfer_osdata_cpus): Remove args READBUF, OFFSET, LEN.
186 Add arg BUFFER. Only keep the code that adds data in BUFFER.
187 (linux_xfer_osdata_fds): Likewise.
188 (linux_xfer_osdata_modules): Likewise.
189 (linux_xfer_osdata_msg): Likewise.
190 (linux_xfer_osdata_processes): Likewise.
191 (linux_xfer_osdata_processgroups): Likewise.
192 (linux_xfer_osdata_sem): Likewise.
193 (linux_xfer_osdata_shm): Likewise.
194 (linux_xfer_osdata_isockets): Likewise.
195 (linux_xfer_osdata_threads): Likewise.
196
197 2018-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
198
199 * nat/linux-osdata.c: Removed various trailing spaces.
200
201 2018-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * riscv-tdep.c (riscv_register_name): Fix ARI warning by removing
204 leading whitespace before #include line.
205
206 2018-12-08 Simon Marchi <simon.marchi@ericsson.com>
207 Дилян Палаузов <dilyan.palauzov@aegee.org>
208
209 PR gdb/23950
210 * configure.ac: Search for tgetent in libtinfow.
211 * configure: Re-generate.
212
213 2018-12-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
214
215 * linux-thread-db.c (struct thread_db_info): Add td_ta_delete_p.
216 (thread_db_err_str): Forward declare.
217 (delete_thread_db_info): Call td_ta_delete_p if available.
218 (try_thread_db_load_1): Acquire td_ta_delete address.
219 * nat/gdb_thread_db.h (td_ta_delete_ftype): Declare.
220
221 2018-12-08 Pedro Alves <palves@redhat.com>
222
223 * source.c (forward_search_command): Rename to ...
224 (search_command_helper): ... this. Add 'forward' parameter.
225 Tweak to use a gdb::def_vector<char> instead of a xrealloc'ed
226 buffer. Handle backward searches too.
227 (forward_search_command, reverse_search_command): Reimplement by
228 calling search_command_helper.
229
230 2018-12-07 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * .dir-locals.el: Copy most of the settings from c-mode over to
233 c++-mode.
234
235 2018-12-08 Stafford Horne <shorne@gmail.com>
236
237 * Makefile.in (ALL_TARGET_OBS): Add or1k-linux-tdep.o.
238 * configure.tgt: Add or1k*-*-linux*.
239 * or1k-linux-tdep.c: New file.
240 * or1k-tdep.c (or1k_gdbarch_init): Call gdbarch_init_osabi.
241
242 2018-12-07 Pedro Alves <palves@redhat.com>
243
244 * dwarf2read.c (get_gdb_index_contents_from_section): Use
245 gdb::make_array_view.
246
247 2018-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
248
249 * language.c (_initialize_language): Fix leak by assigning
250 a static string to language. Same for range and case_sensitive,
251 even if no leak is detected for these variables.
252
253 2018-12-05 John Baldwin <jhb@FreeBSD.org>
254
255 * configure: Re-generate.
256 * configure.ac: Use separate sed expressions to escape variables
257 in auto-load directories.
258
259 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
262 (riscv_find_default_target_description): Use new function to
263 extract feature from gdbarch_info.
264 (riscv_gdbarch_init): Add error checks for xlen and flen between
265 target description and bfd headers. Be smarter about when we
266 think the hardware floating point abi should be used.
267
268 2018-12-05 Alan Hayward <alan.hayward@arm.com>
269
270 * nat/aarch64-linux-hw-point.c
271 (aarch64_linux_any_set_debug_regs_state): New function.
272 * nat/aarch64-linux-hw-point.h
273 (aarch64_linux_any_set_debug_regs_state): New declaration.
274 * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
275 BPs or WPs are set.
276
277 2018-11-30 John Baldwin <jhb@FreeBSD.org>
278
279 * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
280 (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
281
282 2018-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
283 Simon Marchi <simon.marchi@ericsson.com>
284
285 * linespec.c (symtab_vector_up): Remove.
286 (symtabs_from_filename): Change return type to std::vector.
287 (collect_symtabs_from_filename): Likewise.
288 (create_sals_line_offset): Assign return value of
289 collect_symtabs_from_filename to *ls->file_symtabs.
290 (convert_explicit_location_to_linespec): Remove call to release.
291 (parse_linespec): Likewise.
292 (symtab_collector) <symtab_collector>: Remove initialization of
293 m_symtabs.
294 <release_symtabs>: Change return type to std::vector<symtab *>.
295 <operator ()>: Adjust.
296
297 2018-11-30 John Baldwin <jhb@FreeBSD.org>
298
299 * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
300 defined.
301 (union sigval32, struct siginfo32, fbsd_siginfo_size)
302 (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
303 of KERN_PROC_AUXV and PT_LWPINFO.
304 (fbsd_nat_target::xfer_partial): Define method unconditionally.
305 Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
306 Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
307 Make TARGET_OBJECT_FREEBSD_VMMAP and
308 TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
309 and KERN_PROC_PS_STRINGS.
310 * fbsd-nat.h: Include <sys/proc.h>.
311 (fbsd_nat_target::xfer_partial): Declare method unconditionally.
312
313 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
316 header files.
317 (riscv_linux_nat_target::read_description): New method.
318
319 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * arch/riscv.h (riscv_gdbarch_features::hash): New method.
322 * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
323 (riscv_tdesc_cache): New global.
324 (riscv_create_target_description): Look in the cache before
325 creating a new target description.
326
327 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * arch/riscv.h (riscv_gdb_features::operator==): New.
330 (riscv_gdb_features::operator!=): New.
331 * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
332 operator.
333
334 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * arch/riscv.h (riscv_create_target_description): Make return type
337 const.
338 * arch/riscv.c (riscv_create_target_description): Likewise.
339 * riscv-tdep.c (riscv_find_default_target_description): Likewise.
340
341 2018-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
342 Keith Seitz <keiths@redhat.com>
343 Tom Tromey <tom@tromey.com>
344 Sergio Durigan Junior <sergiodj@redhat.com>
345
346 https://bugzilla.redhat.com/show_bug.cgi?id=1613614
347 * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
348 'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
349 inside the CU.
350
351 2018-11-30 Pedro Alves <palves@redhat.com>
352
353 * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
354 <stratum>: New override.
355 * bfd-target.c (aix_thread_target) <aix_thread_target>: Delete.
356 <stratum>: New override.
357 * bsd-uthread.c (bsd_uthread_target) <bsd_uthread_target>: Delete.
358 <stratum>: New override.
359 * exec.c (exec_target) <exec_target>: Delete.
360 <stratum>: New override.
361 * gdbarch-selftests.c (register_to_value_test): Adjust to use the
362 stratum method instead of the to_stratum field.
363 * linux-thread-db.c (thread_db_target) <thread_db_target>: Delete.
364 <stratum>: New override.
365 (thread_db_target::thread_db_target): Delete.
366 * make-target-delegates (print_class): Don't print a ctor
367 declaration. Print a stratum method override declaration.
368 * process-stratum-target.h (process_stratum_target)
369 <process_stratum_target>: Delete.
370 <stratum>: New override.
371 * ravenscar-thread.c (ravenscar_thread_target)
372 <ravenscar_thread_target>: Delete.
373 <stratum>: New override.
374 * record-btrace.c (record_btrace_target)
375 <record_btrace_target>: Delete.
376 <stratum>: New override.
377 * record-full.c (record_full_base_target)
378 <record_full_base_target>: Delete.
379 <stratum>: New override.
380 * record.c (record_disconnect, record_detach)
381 (record_mourn_inferior, record_kill): Adjust to use the stratum
382 method instead of the to_stratum field.
383 * regcache.c (cooked_read_test, cooked_write_test): Likewise.
384 * sol-thread.c (sol_thread_target)
385 <sol_thread_target>: Delete.
386 <stratum>: New override.
387 * spu-multiarch.c (spu_multiarch_target)
388 <spu_multiarch_target>: Delete.
389 <stratum>: New override.
390 * target-delegates.c: Regenerate.
391 * target.c (target_stack::push, target_stack::unpush)
392 (pop_all_targets_above, pop_all_targets_at_and_above)
393 (info_target_command, target_require_runnable)
394 (target_stack::find_beneath): Adjust to use the stratum method
395 instead of the to_stratum field.
396 (dummy_target::dummy_target): Delete.
397 (dummy_target::stratum): New.
398 (debug_target::debug_target): Delete.
399 (debug_target::stratum): New.
400 (maintenance_print_target_stack): Adjust to use the stratum method
401 instead of the to_stratum field.
402 * target.h (struct target_ops) <stratum>: New method.
403 <to_stratum>: Delete.
404 <is_pushed>: Adjust to use the stratum method
405 instead of the to_stratum field.
406
407 2018-11-30 Pedro Alves <palves@redhat.com>
408
409 * corelow.c (core_target) <has_all_memory, has_execution>: New
410 overrides.
411 * inf-child.c (inf_child_target::has_all_memory)
412 (inf_child_target::has_memory, inf_child_target::has_stack)
413 (inf_child_target::has_registers)
414 (inf_child_target::has_execution): Delete.
415 * inf-child.h (inf_child_target) <has_all_memory, has_memory,
416 has_stack, has_registers, has_execution>: Delete.
417 * process-stratum-target.c
418 (process_stratum_target::has_all_memory)
419 (process_stratum_target::has_memory)
420 (process_stratum_target::has_stack)
421 (process_stratum_target::has_registers)
422 (process_stratum_target::has_execution): New.
423 * process-stratum-target.h (process_stratum_target)
424 <has_all_memory, has_memory, has_stack, has_registers,
425 has_execution>: New method overrides.
426 * ravenscar-thread.c (ravenscar_thread_target) <has_all_memory,
427 has_memory, has_stack, has_registers, has_execution>: Delete.
428 * remote-sim.c (gdbsim_target) <has_stack, has_registers,
429 has_execution>: Delete.
430 * remote.c (remote_target) <has_all_memory, has_memory, has_stack,
431 has_registers, has_execution>: Delete.
432 * target.c (default_child_has_all_memory)
433 (default_child_has_memory, default_child_has_stack)
434 (default_child_has_registers, default_child_has_execution):
435 Delete.
436 * target.h (default_child_has_all_memory)
437 (default_child_has_memory, default_child_has_stack)
438 (default_child_has_registers, default_child_has_execution):
439 Delete.
440 * tracefile.h (tracefile_target) <has_execution>: New override.
441
442 2018-11-30 Pedro Alves <palves@redhat.com>
443
444 * Makefile.in (COMMON_SFILES): Add process-stratum-target.c.
445 * bsd-kvm.c: Include "process-stratum-target.h".
446 (bsd_kvm_target): Now inherits from process_stratum_target.
447 (bsd_kvm_target::bsd_kvm_target): Default it.
448 * corelow.c: Include "process-stratum-target.h".
449 (core_target): Now inherits from process_stratum_target.
450 (core_target::core_target): Don't set to_stratum here.
451 * inf-child.c (inf_child_target::inf_child_target): Delete.
452 * inf-child.h: Include "process-stratum-target.h".
453 (inf_child_target): Inherit from process_stratum_target.
454 (inf_child_target) <inf_child_target>: Default it.
455 <can_async_p, supports_non_stop, supports_disable_randomization>:
456 Delete overrides.
457 * process-stratum-target.c: New file.
458 * process-stratum-target.h: New file.
459 * remote-sim.c: Include "process-stratum-target.h".
460 (gdbsim_target): Inherit from process_stratum_target.
461 <gdbsim_target>: Default it.
462 * remote.c: Include "process-stratum-target.h".
463 (remote_target): Inherit from process_stratum_target.
464 <remote_target>: Default it.
465 * target.c (default_thread_address_space)
466 (default_thread_architecture): Delete.
467 * target.h (target_ops) <thread_architecture>: Now returns NULL by
468 default.
469 <thread_address_space>: Ditto.
470 * test-target.h: Include "process-stratum-target.h" instead of
471 "target.h".
472 (test_target_ops): Inherit from process_stratum_target.
473 <test_target_ops>: Default it.
474 * tracefile.c (tracefile_target::tracefile_target): Delete.
475 * tracefile.h: Include "process-stratum-target.h".
476 (tracefile_target): Inherit from process_stratum_target.
477 <tracefile_target>: Default it.
478 * target-delegates.c: Regenerate.
479
480 2018-11-30 Pedro Alves <palves@redhat.com>
481
482 * Makefile.in (COMMON_SFILES): Add test-target.c.
483 * gdbarch-selftests.c: Include "test-target.h".
484 * regcache.c: Include "test-target.h".
485 * target.c (test_target_info, test_target_ops::info): Move to ...
486 * test-target.c: ... this new file.
487 * target.h (test_target_ops): Move to ...
488 * test-target.h: ... this new file.
489
490 2018-11-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
491
492 * source.c (forward_search_command): Fix leak by using
493 xrealloc even for the first allocation in the loop, as buf
494 is static.
495
496 2018-11-29 Rajendra SY <rajendra.sy@gmail.com>
497
498 PR gdb/23093
499 * gdb/fbsd-tdep.c (fbsd_gdb_signal_from_target)
500 (fbsd_gdb_signal_to_target): New.
501 (fbsd_init_abi): Install gdbarch "signal_from_target" and
502 "signal_to_target" methods.
503
504 2018-11-29 Tom Tromey <tom@tromey.com>
505
506 * valarith.c (value_x_unop): Don't set argvec[3].
507
508 2018-11-26 Simon Marchi <simon.marchi@ericsson.com>
509
510 PR gdb/23917
511 * sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
512 semicolon.
513
514 2018-11-26 Pedro Alves <palves@redhat.com>
515
516 * procfs.c (procfs_notice_thread): Replace uses of
517 in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
518 * sol-thread.c (sol_thread_target::wait)
519 (sol_update_thread_list_callback): Likewise.
520
521 2018-11-25 Tom Tromey <tom@tromey.com>
522
523 * ui-out.c (ui_out::field_fmt): Remove comment.
524 * tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
525 * mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
526
527 2018-11-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
528
529 * source.c (open_source_file): Leak fixed in '8e6a5953e1d Fix 4K
530 leak in open_source_file' has been partially undone by '2179fbc36d23
531 Return scoped_fd from open_source_file'. Re-add the transfer of
532 current s->fullname to the unique_xmalloc_ptr fullname given
533 to find_and_open_source.
534
535 2018-11-23 Pedro Alves <palves@redhat.com>
536
537 * gdbthread.h (enum thread_state): Move comments here.
538 (is_running, is_stopped, is_exited): Remove declarations.
539
540 2018-11-22 Pedro Alves <palves@redhat.com>
541
542 * Makefile.in (COMMON_SFILES): Add thread-iter.c.
543 * breakpoint.c (breakpoints_should_be_inserted_now): Replace
544 ALL_NON_EXITED_THREADS with all_non_exited_threads.
545 (print_one_breakpoint_location): Replace ALL_INFERIORS with
546 all_inferiors.
547 * bsd-kvm.c: Include inferior.h.
548 * btrace.c (btrace_free_objfile): Replace ALL_NON_EXITED_THREADS
549 with all_non_exited_threads.
550 * common/filtered-iterator.h: New.
551 * common/safe-iterator.h: New.
552 * corelow.c (core_target_open): Don't call init_thread_list here.
553 * darwin-nat.c (thread_info_from_private_thread_info): Replace
554 ALL_THREADS with all_threads.
555 * fbsd-nat.c (fbsd_nat_target::resume): Replace
556 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
557 * fbsd-tdep.c (fbsd_make_corefile_notes): Replace
558 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
559 * fork-child.c (postfork_hook): Don't call init_thread_list here.
560 * gdbarch-selftests.c (register_to_value_test): Adjust.
561 * gdbthread.h: Don't include "inferior.h" here.
562 (struct inferior): Forward declare.
563 (enum step_over_calls_kind): Moved here from inferior.h.
564 (thread_info::deletable): Definition moved to thread.c.
565 (find_thread_ptid (inferior *, ptid_t)): Declare.
566 (ALL_THREADS, ALL_THREADS_BY_INFERIOR, ALL_THREADS_SAFE): Delete.
567 Include "thread-iter.h".
568 (all_threads, all_non_exited_threads, all_threads_safe): New.
569 (any_thread_p): Declare.
570 (thread_list): Delete.
571 * infcmd.c (signal_command): Replace ALL_NON_EXITED_THREADS with
572 all_non_exited_threads.
573 (proceed_after_attach_callback): Delete.
574 (proceed_after_attach): Take an inferior pointer instead of an
575 integer PID. Adjust to use range-for.
576 (attach_post_wait): Pass down inferior pointer instead of pid.
577 Use range-for instead of ALL_NON_EXITED_THREADS.
578 (detach_command): Remove init_thread_list call.
579 * inferior-iter.h: New.
580 * inferior.c (struct delete_thread_of_inferior_arg): Delete.
581 (delete_thread_of_inferior): Delete.
582 (delete_inferior, exit_inferior_1): Use range-for with
583 inf->threads_safe() instead of iterate_over_threads.
584 (inferior_appeared): Call init_thread_list here.
585 (discard_all_inferiors): Use all_non_exited_inferiors.
586 (find_inferior_id, find_inferior_pid): Use all_inferiors.
587 (iterate_over_inferiors): Use all_inferiors_safe.
588 (have_inferiors, number_of_live_inferiors): Use
589 all_non_exited_inferiors.
590 (number_of_inferiors): Use all_inferiors and std::distance.
591 (print_inferior): Use all_inferiors.
592 * inferior.h: Include gdbthread.h.
593 (enum step_over_calls_kind): Moved to gdbthread.h.
594 (struct inferior) <thread_list>: New field.
595 <threads, non_exited_threads, threads_safe>: New methods.
596 (ALL_INFERIORS): Delete.
597 Include "inferior-iter.h".
598 (ALL_NON_EXITED_INFERIORS): Delete.
599 (all_inferiors_safe, all_inferiors, all_non_exited_inferiors): New
600 functions.
601 * inflow.c (child_interrupt, child_pass_ctrlc): Replace
602 ALL_NON_EXITED_THREADS with all_non_exited_threads.
603 * infrun.c (follow_exec): Use all_threads_safe.
604 (clear_proceed_status, proceed): Use all_non_exited_threads.
605 (init_wait_for_inferior): Don't clear inline frame state here.
606 (infrun_thread_stop_requested, for_each_just_stopped_thread): Use
607 all_threads instead of ALL_NON_EXITED_THREADS.
608 (random_pending_event_thread): Use all_non_exited_threads instead
609 of ALL_NON_EXITED_THREADS. Use a lambda for repeated code.
610 (clean_up_just_stopped_threads_fsms): Use all_non_exited_threads
611 instead of ALL_NON_EXITED_THREADS.
612 (handle_no_resumed): Use all_non_exited_threads instead of
613 ALL_NON_EXITED_THREADS. Use all_inferiors instead of
614 ALL_INFERIORS.
615 (restart_threads, switch_back_to_stepped_thread): Use
616 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
617 * linux-nat.c (check_zombie_leaders): Replace ALL_INFERIORS with
618 all_inferiors.
619 (kill_unfollowed_fork_children): Use inf->non_exited_threads
620 instead of ALL_NON_EXITED_THREADS.
621 * linux-tdep.c (linux_make_corefile_notes): Use
622 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
623 * linux-thread-db.c (thread_db_target::update_thread_list):
624 Replace ALL_INFERIORS with all_inferiors.
625 (thread_db_target::thread_handle_to_thread_info): Use
626 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
627 * mi/mi-interp.c (multiple_inferiors_p): New.
628 (mi_on_resume_1): Simplify using all_non_exited_threads and
629 multiple_inferiors_p.
630 * mi/mi-main.c (mi_cmd_thread_list_ids): Use all_non_exited_threads
631 instead of ALL_NON_EXITED_THREADS.
632 * nto-procfs.c (nto_procfs_target::open): Don't call
633 init_thread_list here.
634 * record-btrace.c (record_btrace_target_open)
635 (record_btrace_target::stop_recording)
636 (record_btrace_target::close)
637 (record_btrace_target::record_is_replaying)
638 (record_btrace_target::resume, record_btrace_target::wait)
639 (record_btrace_target::record_stop_replaying): Use
640 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
641 * record-full.c (record_full_wait_1): Use all_non_exited_threads
642 instead of ALL_NON_EXITED_THREADS.
643 * regcache.c (cooked_read_test): Remove reference to global
644 thread_list.
645 * remote-sim.c (gdbsim_target::create_inferior): Don't call
646 init_thread_list here.
647 * remote.c (remote_target::update_thread_list): Use
648 all_threads_safe instead of ALL_NON_EXITED_THREADS.
649 (remote_target::process_initial_stop_replies): Replace
650 ALL_INFERIORS with all_non_exited_inferiors and use
651 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
652 (remote_target::open_1): Don't call init_thread_list here.
653 (remote_target::append_pending_thread_resumptions)
654 (remote_target::remote_resume_with_hc): Use all_non_exited_threads
655 instead of ALL_NON_EXITED_THREADS.
656 (remote_target::commit_resume)
657 (remote_target::remove_new_fork_children): Replace ALL_INFERIORS
658 with all_non_exited_inferiors and use all_non_exited_threads
659 instead of ALL_NON_EXITED_THREADS.
660 (remote_target::kill_new_fork_children): Use
661 all_non_exited_threads instead of ALL_NON_EXITED_THREADS. Remove
662 init_thread_list and init_wait_for_inferior calls.
663 (remote_target::remote_btrace_maybe_reopen)
664 (remote_target::thread_handle_to_thread_info): Use
665 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
666 * target.c (target_terminal::restore_inferior)
667 (target_terminal_is_ours_kind): Replace ALL_INFERIORS with
668 all_non_exited_inferiors.
669 * thread-iter.c: New file.
670 * thread-iter.h: New file.
671 * thread.c: Include "inline-frame.h".
672 (thread_list): Delete.
673 (clear_thread_inferior_resources): Call clear_inline_frame_state.
674 (init_thread_list): Use all_threads_safe instead of
675 ALL_THREADS_SAFE. Adjust to per-inferior thread lists.
676 (new_thread): Adjust to per-inferior thread lists.
677 (add_thread_silent): Pass inferior to find_thread_ptid.
678 (thread_info::deletable): New, moved from the header.
679 (delete_thread_1): Adjust to per-inferior thread lists.
680 (find_thread_global_id): Use inf->threads().
681 (find_thread_ptid): Use find_inferior_ptid and pass inferior to
682 find_thread_ptid.
683 (find_thread_ptid(inferior*, ptid_t)): New overload.
684 (iterate_over_threads): Use all_threads_safe.
685 (any_thread_p): New.
686 (thread_count): Use all_threads and std::distance.
687 (live_threads_count): Use all_non_exited_threads and
688 std::distance.
689 (valid_global_thread_id): Use all_threads.
690 (in_thread_list): Use find_thread_ptid.
691 (first_thread_of_inferior): Adjust to per-inferior thread lists.
692 (any_thread_of_inferior, any_live_thread_of_inferior): Use
693 inf->non_exited_threads().
694 (prune_threads, delete_exited_threads): Use all_threads_safe.
695 (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
696 (set_resumed, set_running): Use all_non_exited_threads.
697 (is_thread_state, is_stopped, is_exited, is_running)
698 (is_executing): Delete.
699 (set_executing, set_stop_requested, finish_thread_state): Use
700 all_non_exited_threads.
701 (print_thread_info_1): Use all_inferiors and all_threads.
702 (thread_apply_all_command): Use all_non_exited_threads.
703 (thread_find_command): Use all_threads.
704 (update_threads_executing): Use all_non_exited_threads.
705 * tid-parse.c (parse_thread_id): Use inf->threads.
706 * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
707
708 2018-11-22 Pedro Alves <palves@redhat.com>
709
710 * infrun.c (follow_exec) <set follow-exec new>: Add thread and
711 switch to it before calling into try_open_exec_file.
712
713 2018-11-22 Pedro Alves <palves@redhat.com>
714
715 * cli/cli-interp.c (cli_on_user_selected_context_changed): Use
716 inferior_thread instead of find_thread_ptid, and only when
717 inferior_ptid is not null_ptid.
718 * inferior.c (add_inferior): Don't include target_pid_to_str
719 output when the inferior is not started.
720 * python/py-inferior.c (python_on_normal_stop): Don't use
721 find_thread_ptid.
722 (tui_on_user_selected_context_changed): Use inferior_thread
723 instead of find_thread_ptid, and only when inferior_ptid is not
724 null_ptid.
725
726 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
727
728 PR python/23714
729 * gdb/python/python.c (execute_gdb_command): Call
730 prevent_dont_repeat earlier to avoid affecting dont_repeat.
731
732 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * Makefile.in (ALL_TARGET_OBS): Add arch/riscv.o.
735 (HFILES_NO_SRCDIR): Add arch/riscv.h.
736 * arch/riscv.c: New file.
737 * arch/riscv.h: New file.
738 * configure.tgt: Add cpu_obs list of riscv, move riscv-tdep.o into
739 this list, and add arch/riscv.o.
740 * features/Makefile: Add riscv features.
741 * features/riscv/32bit-cpu.c: New file.
742 * features/riscv/32bit-cpu.xml: New file.
743 * features/riscv/32bit-csr.c: New file.
744 * features/riscv/32bit-csr.xml: New file.
745 * features/riscv/32bit-fpu.c: New file.
746 * features/riscv/32bit-fpu.xml: New file.
747 * features/riscv/64bit-cpu.c: New file.
748 * features/riscv/64bit-cpu.xml: New file.
749 * features/riscv/64bit-csr.c: New file.
750 * features/riscv/64bit-csr.xml: New file.
751 * features/riscv/64bit-fpu.c: New file.
752 * features/riscv/64bit-fpu.xml: New file.
753 * features/riscv/rebuild-csr-xml.sh: New file.
754 * riscv-tdep.c: Add 'arch/riscv.h' include.
755 (riscv_gdb_reg_names): Delete.
756 (csr_reggroup): New global.
757 (struct riscv_register_alias): Delete.
758 (struct riscv_register_feature): New structure.
759 (riscv_register_aliases): Delete.
760 (riscv_xreg_feature): New global.
761 (riscv_freg_feature): New global.
762 (riscv_virtual_feature): New global.
763 (riscv_csr_feature): New global.
764 (riscv_create_csr_aliases): New function.
765 (riscv_read_misa_reg): Delete.
766 (riscv_has_feature): Delete.
767 (riscv_isa_xlen): Simplify, just return cached xlen.
768 (riscv_isa_flen): Simplify, just return cached flen.
769 (riscv_has_fp_abi): Update for changes in struct gdbarch_tdep.
770 (riscv_register_name): Update to make use of tdesc_register_name.
771 Look up xreg and freg names in the new globals riscv_xreg_feature
772 and riscv_freg_feature. Don't supply csr aliases here.
773 (riscv_fpreg_q_type): Delete.
774 (riscv_register_type): Use tdesc_register_type in almost all
775 cases, override the returned type in a few specific cases only.
776 (riscv_print_one_register_info): Handle errors reading registers.
777 (riscv_register_reggroup_p): Use tdesc_register_in_reggroup_p for
778 registers that are otherwise unknown to GDB. Also check the
779 csr_reggroup.
780 (riscv_print_registers_info): Remove assert about upper register
781 number, and use gdbarch_register_reggroup_p instead of
782 short-cutting.
783 (riscv_find_default_target_description): New function.
784 (riscv_check_tdesc_feature): New function.
785 (riscv_add_reggroups): New function.
786 (riscv_setup_register_aliases): New function.
787 (riscv_init_reggroups): New function.
788 (_initialize_riscv_tdep): Add calls to setup CSR aliases, and
789 setup register groups. Register new riscv debug variable.
790 * riscv-tdep.h: Add 'arch/riscv.h' include.
791 (struct gdbarch_tdep): Remove abi union, and add
792 riscv_gdbarch_features field. Remove cached quad floating point
793 type, and provide initialisation for double type field.
794 * target-descriptions.c (maint_print_c_tdesc_cmd): Add riscv to
795 the list of targets using the feature based target descriptions.
796 * NEWS: Mention target description support.
797
798 2018-11-21 Pedro Alves <palves@redhat.com>
799
800 * valops.c (find_method_list, value_find_oload_method_list)
801 (find_overload_match, find_oload_champ): Rename parameters and
802 locals.
803
804 2018-11-21 Pedro Alves <palves@redhat.com>
805
806 * valops.c (find_method_list): Replace pointer and length
807 parameters with an gdb::array_view. Adjust.
808 (value_find_oload_method_list): Likewise.
809 (find_overload_match): Use gdb::array_view for methods list.
810 Adjust to find_oload_champ interface change.
811 (find_oload_champ): 'xm_worker_vec' parameter now a pointer/array.
812 'num_fns' parameter now a size_t. Eliminate 'fn_count' local.
813
814 2018-11-21 Pedro Alves <palves@redhat.com>
815
816 * gdbtypes.c (compare_badness): Change type of parameters to const
817 reference. Adjust to badness_vector being a std::vector now.
818 (rank_function): Adjust to badness_vector being a std::vector now.
819 * gdbtypes.h (badness_vector): Now a typedef to std::vector.
820 (LENGTH_MATCH): Delete.
821 (compare_badness): Change type of parameters to const reference.
822 (rank_function): Return a badness_vector by value now.
823 (find_overload_match): Adjust to badness_vector being a
824 std::vector now. Remove cleanups.
825 (find_oload_champ_namespace): 'oload_champ_bv' parameter now a
826 badness_vector pointer.
827 (find_oload_champ_namespace_loop): 'oload_champ_bv' parameter now
828 a badness_vector pointer. Adjust to badness_vector being a
829 std::vector now. Remove cleanups.
830 (find_oload_champ): 'oload_champ_bv' parameter now
831 a badness_vector pointer. Adjust to badness_vector being a
832 std::vector now. Remove cleanups.
833
834 2018-11-21 Pedro Alves <palves@redhat.com>
835
836 * cp-support.c (sym_return_val_size, sym_return_val_index)
837 (sym_return_val): Delete.
838 (overload_list_add_symbol): Add std::vector parameter. Adjust to
839 add to the vector.
840 (make_symbol_overload_list): Adjust to return a std::vector
841 instead of maintaining a global open coded vector.
842 (make_symbol_overload_list_block): Add std::vector parameter.
843 (make_symbol_overload_list_block): Rename to ...
844 (add_symbol_overload_list_block): ... this and add std::vector
845 parameter.
846 (make_symbol_overload_list_namespace): Rename to ...
847 (add_symbol_overload_list_namespace): ... this and add std::vector
848 parameter.
849 (make_symbol_overload_list_adl_namespace): Rename to ...
850 (add_symbol_overload_list_adl_namespace): ... this and add
851 std::vector parameter.
852 (make_symbol_overload_list_adl): Delete.
853 (add_symbol_overload_list_adl): New.
854 (make_symbol_overload_list_using): Rename to ...
855 (add_symbol_overload_list_using): ... this and add std::vector
856 parameter.
857 (make_symbol_overload_list_qualified): Rename to ...
858 (add_symbol_overload_list_qualified): ... this and add std::vector
859 parameter.
860 * cp-support.h: Include "common/array-view.h" and <vector>.
861 (make_symbol_overload_list): Change return type to std::vector.
862 (make_symbol_overload_list_adl): Delete declaration.
863 (add_symbol_overload_list_adl): New declaration.
864 * valops.c (find_overload_match): Local 'oload_syms' now a
865 std::vector.
866 (find_oload_champ_namespace): 'oload_syms' parameter now a
867 std::vector pointer.
868 (find_oload_champ_namespace_loop): 'oload_syms' parameter now a
869 std::vector pointer. Adjust to new make_symbol_overload_list
870 interface.
871
872 2018-11-21 Pedro Alves <palves@redhat.com>
873
874 * common/array-view.h (array_view::splice(size_type, size_t)): New.
875 (array_view::splice(size_type)): New.
876 * eval.c (eval_call, evaluate_funcall): Adjust to use array_view.
877 * extension.c (xmethod_worker::get_arg_types): Adjust to return an
878 std::vector.
879 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
880 * extension.h: Include "common/array-view.h".
881 (xmethod_worker::invoke): Adjust to use gdb::array_view.
882 (xmethod_worker::get_arg_types): Adjust to return an std::vector.
883 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
884 (xmethod_worker::do_get_arg_types): Adjust to use std::vector.
885 (xmethod_worker::do_get_result_type): Adjust to use
886 gdb::array_view.
887 * gdbtypes.c (rank_function): Adjust to use gdb::array_view.
888 * gdbtypes.h: Include "common/array-view.h".
889 (rank_function): Adjust to use gdb::array_view.
890 * python/py-xmethods.c (python_xmethod_worker::invoke)
891 (python_xmethod_worker::do_get_arg_types)
892 (python_xmethod_worker::do_get_result_type)
893 (python_xmethod_worker::invoke): Adjust to new interfaces.
894 * valarith.c (value_user_defined_cpp_op, value_user_defined_op)
895 (value_x_binop, value_x_unop): Adjust to use gdb::array_view.
896 * valops.c (find_overload_match, find_oload_champ_namespace)
897 (find_oload_champ_namespace_loop, find_oload_champ): Adjust to use
898 gdb:array_view and the new xmethod_worker interfaces.
899 * value.c (result_type_of_xmethod, call_xmethod): Adjust to use
900 gdb::array_view.
901 * value.h (find_overload_match, result_type_of_xmethod)
902 (call_xmethod): Adjust to use gdb::array_view.
903 * unittests/array-view-selftests.c: Add slicing tests.
904
905 2018-11-21 Pedro Alves <palves@redhat.com>
906
907 * ada-lang.c (ada_evaluate_subexp): Adjust to pass an array_view.
908 * common/array-view.h (make_array_view): New.
909 * compile/compile-object-run.c (compile_object_run): Adjust to
910 pass an array_view.
911 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust.
912 * eval.c (eval_call): Adjust to pass an array_view.
913 (evaluate_subexp_standard): Adjust to pass an array_view.
914 * gcore.c (call_target_sbrk): Adjust to pass an array_view.
915 * guile/scm-value.c (gdbscm_value_call): Likewise.
916 * infcall.c (push_dummy_code): Replace pointer + size parameters
917 with an array_view parameter.
918 (call_function_by_hand, call_function_by_hand_dummy): Likewise and
919 adjust.
920 * infcall.h: Include "common/array-view.h".
921 (call_function_by_hand, call_function_by_hand_dummy): Replace
922 pointer + size parameters with an array_view parameter.
923 * linux-fork.c (inferior_call_waitpid): Adjust to use array_view.
924 * linux-tdep.c (linux_infcall_mmap): Likewise.
925 * objc-lang.c (lookup_objc_class, lookup_child_selector)
926 (value_nsstring, print_object_command): Likewise.
927 * python/py-value.c (valpy_call): Likewise.
928 * rust-lang.c (rust_evaluate_funcall): Likewise.
929 * spu-tdep.c (flush_ea_cache): Likewise.
930 * valarith.c (value_x_binop, value_x_unop): Likewise.
931 * valops.c (value_allocate_space_in_inferior): Likewise.
932 * unittests/array-view-selftests.c (run_tests): Add
933 gdb::make_array_view test.
934
935 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * cli-out.c (cli_ui_out::do_field_int): Use string_printf rather
938 than a fixed size buffer.
939
940 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * breakpoint.c (print_one_breakpoint_location): Reduce whitespace,
943 and remove insertion of extra spaces in GDB's output.
944 * cli-out.c (cli_ui_out::do_field_fmt): Update header comment.
945 Layout field into a temporary buffer, and then output it as a
946 string field.
947
948 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
949
950 * NEWS: Document the language choice done by
951 'info [types|functions|variables]|rbreak'.
952
953 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
954
955 * symtab.c (treg_matches_sym_type_name): Use
956 scoped_switch_to_sym_language_if_auto instead of local logic.
957 (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
958 to switch to SYM language when language mode is auto.
959
960 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
961
962 * language.h (scoped_switch_to_sym_language_if_auto): New class.
963
964 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
965
966 * symtab.c (search_symbols): Properly check absence of type regexp
967 before entering the loop scanning the minimal symbols.
968
969 2018-11-20 John Darrington <john@darrington.wattle.id.au>
970
971 * s12z-tdep.c (s12z_extract_return_value): New function.
972 (inv_reg_perm) New array.
973 (s12z_return_value): Populate readbuf if non-null.
974
975 2018-11-20 Eli Zaretskii <eliz@gnu.org>
976
977 * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode
978 with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater
979 to MinGW fixed by Gnulib.
980 (O_NOINHERIT): Define if not defined.
981
982 2018-11-19 John Darrington <john@darrington.wattle.id.au>
983
984 * s12z-tdep.c (s12z_frame_cache): Add an assertion.
985
986 2018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
987
988 * infrun.c (displaced_step_inferior_state) <next>: Remove.
989
990 2018-11-19 Tom Tromey <tom@tromey.com>
991
992 * source.c (get_filename_and_charpos): Return void.
993
994 2018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
995
996 * skip.c (_initialize_step_skip): Fix "info skip" help.
997
998 2018-11-16 Tom Tromey <tom@tromey.com>
999
1000 PR rust/23625:
1001 * rust-lang.c (rust_internal_print_type): Handle TYPE_CODE_PTR.
1002
1003 2018-11-19 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * infrun.c (displaced_step_inferior_states): Change type to
1006 std::forward_list.
1007 (get_displaced_stepping_state): Adjust.
1008 (displaced_step_in_progress_any_inferior): Adjust.
1009 (add_displaced_stepping_state): Adjust.
1010 (remove_displaced_stepping_state): Adjust.
1011
1012 2018-11-18 Tom Tromey <tom@tromey.com>
1013
1014 PR build/23814:
1015 * target-delegates.c: Rebuild.
1016 * ia64-linux-nat.c (class ia64_linux_nat_target)
1017 <have_steppable_watchpoint>: Use override. Return true, not 1.
1018 (ia64_linux_nat_target::can_use_hw_breakpoint): Rename. Remove
1019 "self" argument.
1020 (ia64_linux_nat_target::low_new_thread): Rename.
1021 (class ia64_linux_nat_target) <read_description>: Don't declare.
1022 * target.h (struct target_ops) <have_steppable_watchpoint>: Return
1023 bool.
1024
1025 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1026
1027 PR gdb/22736:
1028 * aarch64-tdep.c (aarch64_push_dummy_call): Remove
1029 lang_struct_return code.
1030
1031 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1032
1033 * aarch64-tdep.c (aarch64_push_dummy_call): Replace arg with
1034 return_method.
1035 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
1036 * amd64-tdep.c (amd64_push_arguments): Likewise.
1037 (amd64_push_dummy_call): Likewise.
1038 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
1039 * arc-tdep.c (arc_push_dummy_call): Likewise.
1040 * arm-tdep.c (arm_push_dummy_call): Likewise.
1041 * avr-tdep.c (avr_push_dummy_call): Likewise.
1042 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1043 * cris-tdep.c (cris_push_dummy_call): Likewise.
1044 * csky-tdep.c (csky_push_dummy_call): Likewise.
1045 * frv-tdep.c (frv_push_dummy_call): Likewise.
1046 * gdbarch.c: Regenerate.
1047 * gdbarch.h: Regenerate.
1048 * gdbarch.sh (gdbarch_push_dummy_call): Replace arg with
1049 return_method.
1050 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1051 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
1052 (hppa64_push_dummy_call): Likewise.
1053 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1054 * i386-tdep.c (i386_push_dummy_call): Likewise.
1055 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1056 * infcall.c (call_function_by_hand_dummy): Likewise.
1057 * iq2000-tdep.c (iq2000_push_dummy_call): Likewise.
1058 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1059 * m32c-tdep.c (m32c_push_dummy_call): Likewise.
1060 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1061 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1062 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1063 * mep-tdep.c (mep_push_dummy_call): Likewise.
1064 * mips-tdep.c (mips_eabi_push_dummy_call): Likewise.
1065 (mips_n32n64_push_dummy_call): Likewise.
1066 (mips_o32_push_dummy_call): Likewise.
1067 (mips_o64_push_dummy_call): Likewise.
1068 * mn10300-tdep.c (mn10300_push_dummy_call): Likewise.
1069 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
1070 * nds32-tdep.c (nds32_push_dummy_call): Likewise.
1071 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
1072 * or1k-tdep.c (or1k_push_dummy_call): Likewise.
1073 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
1074 (ppc64_sysv_abi_push_dummy_call): Likewise.
1075 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Likewise.
1076 (ppc64_sysv_abi_push_dummy_call): Likewise.
1077 * riscv-tdep.c (riscv_push_dummy_call): Likewise.
1078 * rl78-tdep.c (rl78_push_dummy_call): Likewise.
1079 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
1080 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
1081 * rx-tdep.c (rx_push_dummy_call): Likewise.
1082 * s390-tdep.c (s390_push_dummy_call): Likewise.
1083 * score-tdep.c (score_push_dummy_call): Likewise.
1084 * sh-tdep.c (sh_push_dummy_call_fpu): Likewise.
1085 (sh_push_dummy_call_nofpu): Likewise.
1086 * sparc-tdep.c (sparc32_store_arguments): Likewise.
1087 (sparc32_push_dummy_call): Likewise.
1088 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
1089 (sparc64_push_dummy_call): Likewise.
1090 * spu-tdep.c (spu_push_dummy_call): Likewise.
1091 * tic6x-tdep.c (tic6x_push_dummy_call): Likewise.
1092 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1093 * v850-tdep.c (v850_push_dummy_call): Likewise.
1094 * vax-tdep.c (vax_push_dummy_call): Likewise.
1095 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1096 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1097
1098 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1099
1100 * gdbarch.sh (enum function_call_return_method): Add enum.
1101 * gdbarch.h: Regenerate.
1102 * infcall.c (call_function_by_hand_dummy): Replace vars with enum.
1103
1104 2018-11-15 Joel Brobecker <brobecker@adacore.com>
1105
1106 * unittests/copy_bitwise-selftests.c: New file.
1107 * utils.c (selftests::bits_to_str, selftests::check_copy_bitwise)
1108 (selftests::copy_bitwise_tests): Delete, moving this code to
1109 unittests/copy_bitwise-selftests.c instead.
1110 (_initialize_utils): Do not register copy_bitwise tests.
1111 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1112 unittests/copy_bitwise-selftests.c.
1113
1114 2018-11-14 Joel Brobecker <brobecker@adacore.com>
1115
1116 * ada-lang.c (move_bits): Delete. Update all callers to use
1117 copy_bitwise instead.
1118 * dwarf2loc.c (copy_bitwise, bits_to_str::bits_to_str)
1119 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1120 Move from here to utils.c.
1121 (_initialize_dwarf2loc): Remove call to register copy_bitwise
1122 selftests.
1123 * utils.h (copy_bitwise): Add declaration.
1124 * utils.c (copy_bitwise, bits_to_str::bits_to_str)
1125 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1126 Moved here from dwarf2loc.c.
1127 (_initialize_utils): Register copy_bitwise selftests.
1128
1129 2018-11-14 Jim Wilson <jimw@sifive.com>
1130
1131 * riscv-tdep.c (struct riscv_arg_info): New field is_unnamed.
1132 (riscv_call_arg_scalar_int): If unnamed arg with twice xlen alignment,
1133 then increment next_regnum if odd.
1134 (riscv_arg_location): New arg is_unnamed. Set ainfo->is_unnamed.
1135 (riscv_push_dummy_call): New local ftype. Call check_typedef to set
1136 function type. Pass new arg to riscv_arg_location based on function
1137 type.
1138 (riscv_return_value): Pass new arg to riscv_arg_location.
1139
1140 * riscv-tdep.c (BIGGEST_ALIGNMENT): New.
1141 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
1142 of TYPE_LENGTH and BIGGEST_ALIGNMENT.
1143
1144 * riscv-tdep.c (riscv_call_arg_scalar_int): Use std::min when
1145 setting len. New local align, set to max of arg align and xlen,
1146 and pass to first riscv_assign_stack_location call.
1147
1148 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1149
1150 * skip.c (complete_skip_number): New function.
1151 (_initialize_step_skip): Add completers to some skip commands.
1152
1153 2018-11-09 Tom Tromey <tom@tromey.com>
1154
1155 * remote.c (remote_g_packet_guess_s): Remove typedef and DEF_VEC.
1156 (struct remote_g_packet_data): Derive from allocate_on_obstack.
1157 <guesses>: Now a std::vector.
1158 (remote_g_packet_data_init, register_remote_g_packet_guess):
1159 Update.
1160 (remote_read_description_p): Update. Return bool.
1161 (remote_target::read_description): Update.
1162 (struct remote_g_packet_guess): Add constructor.
1163
1164 2018-11-09 Tom Tromey <tom@tromey.com>
1165
1166 * common/scoped_fd.h (class scoped_fd): Add move constructor and
1167 move assignment operator.
1168 * psymtab.c (psymtab_to_fullname): Update.
1169 * source.h (open_source_file): Return scoped_fd.
1170 (find_and_open_source): Likewise.
1171 * source.c (open_source_file): Return scoped_fd.
1172 (get_filename_and_charpos): Update.
1173 (print_source_lines_base): Update. Use scoped_fd::to_file.
1174 (forward_search_command): Likewise.
1175 (reverse_search_command): Likewise.
1176 (find_and_open_source): Return scoped_fd.
1177 * tui/tui-source.c (tui_set_source_content): Update. Use
1178 gdb_file_up.
1179
1180 2018-11-09 John Baldwin <jhb@FreeBSD.org>
1181
1182 * minsyms.c (minimal_symbol_reader::install): Fix unsigned
1183 overflow.
1184
1185 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1186
1187 * configure: Regenerate.
1188
1189 2018-11-09 Tom de Vries <tdevries@suse.de>
1190
1191 * symtab.c (symbol_set_names): Call symbol_find_demangled_name
1192 unconditionally, to set the language of the symbol. Manage freeing
1193 returned pointer using gdb::unique_xmalloc_ptr.
1194
1195 2018-11-08 Tom Tromey <tom@tromey.com>
1196
1197 * record.c (require_record_target): Upper-case "<TAB>".
1198
1199 2018-11-08 Tom Tromey <tom@tromey.com>
1200
1201 * python/lib/gdb/command/pretty_printers.py
1202 (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
1203
1204 2018-11-08 Tom Tromey <tom@tromey.com>
1205
1206 PR gdb/23555:
1207 PR gdb/23838:
1208 * target.h (target_supports_terminal_ours): Return bool.
1209 * target.c (target_supports_terminal_ours): Handle case where
1210 current_top_target returns nullptr. Return bool.
1211
1212 2018-11-08 Joel Brobecker <brobecker@adacore.com>
1213
1214 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
1215 return the correct count for potential HFAs.
1216
1217 2018-11-08 Jan Beulich <jbeulich@suse.com>
1218
1219 * i387-tdep.c (i387_supply_xsave): Split handling of
1220 X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
1221 (i387_collect_xsave): Likewise.
1222
1223 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * riscv-tdep.c (riscv_insn::decode): Update header comment.
1226 (riscv_frame_this_id): Catch errors thrown while building the
1227 frame cache, leave the frame id as the default, which is the outer
1228 frame id.
1229
1230 2018-11-07 Joel Brobecker <brobecker@adacore.com>
1231
1232 * ada-lang.c (read_atcb): Only set task_info->called_task if
1233 task_info->state == Entry_Caller_Sleep.
1234 (print_ada_task_info): Do not check task_info->state before
1235 checking task_info->called_task.
1236 (info_task): Likewise.
1237
1238 2018-11-07 Joel Brobecker <brobecker@adacore.com>
1239
1240 * ada-tasks.c (read_atcb): Clear task_info before computing
1241 the value of each of its fields.
1242
1243 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * dwarf2read.c (dwarf2_init_integer_type): Check for name being
1246 NULL before dereferencing it.
1247
1248 2018-11-06 Tom de Vries <tdevries@suse.de>
1249
1250 * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
1251 program headers.
1252
1253 2018-11-06 Max Filippov <jcmvbkbc@gmail.com>
1254
1255 * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
1256 so that it applies to uclinux as well.
1257
1258 2018-11-06 Marius Muench <marius.muench@eurecom.fr>
1259
1260 * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
1261 when on AAPCS.
1262
1263 2018-11-06 John Baldwin <jhb@FreeBSD.org>
1264
1265 * riscv-fbsd-nat.c (getregs_supplies): Return true for
1266 RISCV_CSR_SSTATUS_REGNUM.
1267
1268 2018-11-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1269
1270 * source.c (open_source_file): Fix leak by transferring the
1271 current s->fullname to the unique_xmalloc_ptr fullname given
1272 to find_and_open_source.
1273
1274 2018-11-04 Tom Tromey <tom@tromey.com>
1275
1276 * varobj.c (install_default_visualizer): Update.
1277 * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
1278 Return gdbpy_ref.
1279 * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
1280 (find_pretty_printer_from_progspace)
1281 (find_pretty_printer_from_gdb, find_pretty_printer)
1282 (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
1283 (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
1284 Update.
1285
1286 2018-11-04 Tom Tromey <tom@tromey.com>
1287
1288 * python/python.c (gdbpy_parameter_value): Update.
1289 * python/python-internal.h (python_string_to_unicode)
1290 (python_string_to_target_python_string)
1291 (host_string_to_python_string): Return gdbpy_ref.
1292 * python/py-utils.c (python_string_to_unicode)
1293 (unicode_to_encoded_python_string)
1294 (unicode_to_target_python_string)
1295 (python_string_to_target_string)
1296 (python_string_to_target_python_string): Return gdbpy_ref.
1297 (python_string_to_host_string): Update.
1298 (host_string_to_python_string): Return gdbpy_ref.
1299 * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
1300 (stpy_fullname): Update.
1301 * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
1302 Update.
1303 * python/py-prettyprint.c (print_string_repr): Update.
1304 * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
1305 (objfpy_get_build_id): Update.
1306 * python/py-breakpoint.c (bppy_get_location)
1307 (bppy_get_expression, bppy_get_condition, bppy_get_commands):
1308 Update.
1309
1310 2018-11-04 Tom Tromey <tom@tromey.com>
1311
1312 * python/python-internal.h (gdb_py_object_from_longest)
1313 (gdb_py_object_from_ulongest): Return gdbpy_ref.
1314 * python/py-value.c (valpy_int): Update.
1315 * python/py-utils.c (gdb_py_object_from_longest): Return
1316 gdbpy_ref.
1317 (gdb_py_object_from_ulongest): Likewise.
1318 * python/py-type.c (typy_get_alignof): Update.
1319 * python/py-linetable.c (ltpy_get_all_source_lines)
1320 (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
1321 * python/py-block.c (blpy_get_start, blpy_get_end): Update.
1322
1323 2018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1324
1325 * ada-lang.c (_initialize_ada_language): Fix typo.
1326
1327 2018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1328
1329 * language.c (type): Remove.
1330 (_initialize_language): Remove assignment to type.
1331
1332 2018-11-02 Joel Brobecker <brobecker@adacore.com>
1333
1334 * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
1335 * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
1336 (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
1337 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
1338 (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
1339 (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
1340 * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
1341 and aarch64-ravenscar-thread.o.
1342 * NEWS: Add entry documenting Ravenscar tasking support
1343 on AArch64 ELF.
1344
1345 2018-11-02 Matthew Malcomson <matthew.malcomson@arm.com>
1346
1347 * symtab.c (info_functions_command): Initialize quiet flag.
1348 * stack.c (info_args_command): Likewise.
1349
1350 2018-11-01 Jim Wilson <jimw@sifive.com>
1351
1352 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
1353 Set if pcptr if unaligned. Return 2 if unaligned_p true. Update
1354 debugging messages.
1355
1356 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1357
1358 * ada-lang.c (ada_watch_location_expression): New function.
1359 (ada_language_defn): Set la_watch_location_expression to
1360 ada_watch_location_expression.
1361
1362 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1363
1364 * print-utils.c (int_string): Remove unnecessary trailing spaces.
1365
1366 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1367
1368 * rs6000-tdep.c (skip_prologue): Fix potential negative left
1369 shifting.
1370
1371 2018-11-01 Jerome Guitton <guitton@adacore.com>
1372 Joel Brobecker <brobecker@adacore.com>
1373
1374 * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
1375 * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
1376 * arm-pikeos-tdep.c: New file.
1377 * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
1378 embedded system.
1379 * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
1380
1381 2018-11-01 Simon Marchi <simon.marchi@ericsson.com>
1382
1383 * common/pathstuff.c (get_standard_temp_dir): New.
1384 * common/pathstuff.h (get_standard_temp_dir): New.
1385 * config.in: Re-generate.
1386 * configure: Re-generate.
1387 * configure.ac: Don't check for mkdtemp.
1388 * gnulib/aclocal-m4-deps.mk: Re-generate.
1389 * gnulib/aclocal.m4: Re-generate.
1390 * gnulib/config.in: Re-generate.
1391 * gnulib/configure: Re-generate.
1392 * gnulib/import/Makefile.am: Re-generate.
1393 * gnulib/import/Makefile.in: Re-generate.
1394 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1395 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1396 * gnulib/import/m4/mkdtemp.m4: New file.
1397 * gnulib/import/mkdtemp.c: New file.
1398 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
1399 Add mkdtemp module.
1400 * unittests/mkdir-recursive-selftests.c (test): Use
1401 get_standard_temp_dir.
1402 (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
1403 ifdef.
1404 * compile/compile.c (get_compile_file_tempdir): Likewise.
1405
1406 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1407
1408 * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1409 (SIG_FRAME_LR_OFFSET64): New define.
1410 (SIG_FRAME_FP_OFFSET64): New define.
1411 (aix_sighandle_frame_cache): New Function.
1412 (aix_sighandle_frame_this_id): New Function.
1413 (aix_sighandle_frame_prev_register): New Function.
1414 (aix_sighandle_frame_sniffer): New Function.
1415 (aix_sighandle_frame_unwind): New global variable.
1416 (rs6000_aix_init_osabi): Install new frame unwinder.
1417
1418 2018-10-31 Sergio Durigan Junior <sergiodj@redhat.com>
1419
1420 PR gdb/23835
1421 * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
1422 already defined.
1423
1424 2018-10-31 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1425
1426 * ppc-linux-nat.c: Include nat/linux-ptrace.h.
1427
1428 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
1431 (producer_is_icc): New function.
1432 (check_producer): Set producer_is_icc field on dwarf2_cu.
1433 (dwarf2_init_integer_type): New function.
1434 (read_base_type): Call dwarf2_init_integer_type instead of
1435 init_integer_type in all cases.
1436 (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
1437 * valprint.c (maybe_negate_by_bytes): Add an assertion that the
1438 LEN is greater than 0.
1439
1440 2018-10-30 Tom Tromey <tom@tromey.com>
1441
1442 * main.c (captured_main_1): Check return value of bfd_init.
1443
1444 2018-10-29 Sergio Durigan Junior <sergiodj@redhat.com>
1445
1446 * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
1447 Adjust comments.
1448
1449 2018-10-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1450
1451 * procfs.c: Include common/pathstuff.h.
1452
1453 2018-10-28 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1456 Add missing braces. No functional change.
1457
1458 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1459
1460 * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
1461 to report a bad option and fix indentation.
1462 * demangle.c (demangle_command): Use report_unrecognized_option_error
1463 to report a bad option and correctly report the bad option.
1464
1465 2018-10-27 Tom Tromey <tom@tromey.com>
1466
1467 PR cli/23364:
1468 * darwin-nat.c (copied_shell): New global.
1469 (may_have_sip): Rename from should_disable_startup_with_shell.
1470 (copy_shell_to_cache, maybe_cache_shell): New functions.
1471 (darwin_nat_target::create_inferior): Update. Use
1472 copied_shell.
1473
1474 2018-10-27 Tom Tromey <tom@tromey.com>
1475
1476 * unittests/scoped_fd-selftests.c (test_to_file): New function.
1477 (run_tests): Call test_to_file.
1478 * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
1479 temporary files.
1480 * common/scoped_fd.h (scoped_fd::to_file): New method.
1481
1482 2018-10-27 Tom Tromey <tom@tromey.com>
1483
1484 * unittests/scoped_mmap-selftests.c (test_normal): Use
1485 gdb_mkostemp_cloexec.
1486 * unittests/scoped_fd-selftests.c (test_destroy, test_release):
1487 Use gdb_mkostemp_cloexec.
1488 * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
1489 gnulib/config.in, gnulib/configure,
1490 gnulib/import/Makefile.am, gnulib/import/Makefile.in,
1491 gnulib/import/m4/gnulib-cache.m4,
1492 gnulib/import/m4/gnulib-comp.m4: Update.
1493 * gnulib/import/m4/mkostemp.m4: New file.
1494 * gnulib/import/m4/mkstemp.m4: Remove.
1495 * gnulib/import/mkostemp.c: New file.
1496 * gnulib/import/mkstemp.m4: Remove.
1497 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
1498 mkstemp, add mkostemp. Apply new patch.
1499 * gnulib/import/stdlib.in.h: Apply patch.
1500 * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
1501 New file.
1502 * dwarf-index-write.c (write_psymtabs_to_index): Use
1503 gdb_mkostemp_cloexec.
1504 * common/filestuff.h (gdb_mkostemp_cloexec): New function.
1505
1506 2018-10-27 Tom Tromey <tom@tromey.com>
1507
1508 * unittests/mkdir-recursive-selftests.c: New file.
1509 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1510 unittests/mkdir-recursive-selftests.c.
1511 * dwarf-index-cache.c (mkdir_recursive): Move to
1512 common/filestuff.c.
1513 (index_cache::store): Check return value of mkdir_recursive.
1514 (create_dir_and_check, test_mkdir_recursive): Move to new file.
1515 (_initialize_index_cache): Don't register test.
1516 * common/filestuff.h (mkdir_recursive): Declare.
1517 * common/filestuff.c (mkdir_recursive): Move from
1518 dwarf-index-cache.c. Return bool.
1519
1520 2018-10-27 Tom Tromey <tom@tromey.com>
1521
1522 * dwarf-index-write.c (write_psymtabs_to_index): Move
1523 make_temp_filename to common/pathstuff.c.
1524 * common/pathstuff.h (make_temp_filename): Declare.
1525 * common/pathstuff.c (make_temp_filename): New function, moved
1526 from dwarf-index-write.c.
1527
1528 2018-10-27 Tom Tromey <tom@tromey.com>
1529
1530 * procfs.c (procfs_target::create_inferior): Use get_shell.
1531 * cli/cli-cmds.c (shell_escape): Use get_shell.
1532 * windows-nat.c (windows_nat_target::create_inferior): Use
1533 get_shell.
1534 * common/pathstuff.c (get_shell): New function.
1535 * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
1536 (fork_inferior): Use get_shell.
1537 * common/pathstuff.h (get_shell): Declare.
1538
1539 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1540
1541 * NEWS: Mention changes to 'info [args|functions|locals|variables]'
1542
1543 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1544
1545 * stack.c (print_variable_and_value_data): Add preg and treg.
1546 (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
1547 and update callers.
1548 (print_frame_arg_vars): Likewise.
1549 (prepare_reg): New function.
1550 (info_locals_command): Extract info print args and use them.
1551 (info_args_command): Likewise.
1552 (_initialize_stack): Modify on-line help.
1553 * symtab.c (treg_matches_sym_type_name): New function.
1554 (search_symbols): New arg t_regexp.
1555 (symtab_symbol_info): New args quiet, regexp, t_regexp.
1556 (info_variables_command): Extract info print args and use them.
1557 (info_functions_command): Likewise.
1558 (info_types_command): Update call to symtab_symbol_info.
1559 (_initialize_symtab): Modify on-line help.
1560 * symtab.h (treg_matches_sym_type_name): New function.
1561 (search_symbols): New t_regexp arg.
1562
1563 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1564
1565 * cli-utils.c (extract_arg_maybe_quoted): New function.
1566 (extract_info_print_args): New function.
1567 (info_print_args_help): New function.
1568 (report_unrecognized_option_error): New function.
1569 * cli-utils.h (extract_arg_maybe_quoted): New function.
1570 (extract_info_print_args): New function.
1571 (info_print_args_help): New function.
1572 (report_unrecognized_option_error): New function.
1573
1574 2018-10-26 Tom Tromey <tom@tromey.com>
1575
1576 * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
1577 (compute_compunit_symtab_includes): Update.
1578 * symtab.h: (symtab_ptr): Remove typedef. Don't define a VEC.
1579 (compunit_symtab_ptr): Likewise.
1580
1581 2018-10-26 John Baldwin <jhb@FreeBSD.org>
1582
1583 * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
1584 default_print_auxv_entry for specific tag values.
1585
1586 2018-10-26 John Baldwin <jhb@FreeBSD.org>
1587
1588 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
1589
1590 2018-10-26 Jim Wilson <jimw@sifive.com>
1591
1592 * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
1593 (riscv_linux_sigframe_init): Declare.
1594 (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
1595 (riscv_linux_sigframe): New.
1596 (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
1597 (riscv_linux_sigframe_init): Define.
1598 (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
1599
1600 * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
1601 (riscv_isa_flen): Likewise. Drop static.
1602 * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
1603 (riscv_isa_flen): Likewise. Declare.
1604
1605 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1606 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1607
1608 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
1609 (tdesc_powerpc_isa207_htm_vsx64l): Declare.
1610 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
1611 (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
1612 (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
1613 (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
1614 (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
1615 Define.
1616 (struct ppc_linux_features) <htm>: New field.
1617 (ppc_linux_no_features): Add initializer for htm field.
1618 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1619 new tdescs.
1620 * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
1621 (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
1622 (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
1623 Define if not already defined.
1624 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
1625 and rs6000/powerpc-isa207-htm-vsx64l.
1626 (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
1627 rs6000/powerpc-isa207-htm-vsx64l.xml.
1628 * features/rs6000/power-htm-spr.xml: New file.
1629 * features/rs6000/power-htm-core.xml: New file.
1630 * features/rs6000/power64-htm-core.xml: New file.
1631 * features/rs6000/power-htm-fpu.xml: New file.
1632 * features/rs6000/power-htm-altivec.xml: New file.
1633 * features/rs6000/power-htm-vsx.xml: New file.
1634 * features/rs6000/power-htm-ppr.xml: New file.
1635 * features/rs6000/power-htm-dscr.xml: New file.
1636 * features/rs6000/power-htm-tar.xml: New file.
1637 * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
1638 * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
1639 * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
1640 * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
1641 * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
1642 * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
1643 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1644 fetch_regset with HTM regsets.
1645 (store_register, store_ppc_registers): Call store_regset with HTM
1646 regsets.
1647 (ppc_linux_nat_target::read_description): Set htm field in the
1648 features struct if needed.
1649 * ppc-linux-tdep.c: Include
1650 features/rs6000/powerpc-isa207-htm-vsx32l.c and
1651 features/rs6000/powerpc-isa207-htm-vsx64l.c.
1652 (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
1653 (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
1654 (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
1655 (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
1656 (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
1657 (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
1658 (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
1659 (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
1660 (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
1661 (ppc32_linux_ctarregset): New globals.
1662 (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
1663 (ppc_linux_collect_core_cpgrregset): New function.
1664 (ppc_linux_iterate_over_regset_sections): Call back with the htm
1665 regsets.
1666 (ppc_linux_core_read_description): Check if the tm spr section is
1667 present and set htm in the features struct.
1668 (_initialize_ppc_linux_tdep): Call
1669 initialize_tdesc_powerpc_isa207_htm_vsx32l and
1670 initialize_tdesc_powerpc_isa207_htm_vsx64l.
1671 * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
1672 Declare.
1673 (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
1674 (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
1675 (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
1676 * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
1677 New fields.
1678 <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
1679 Likewise.
1680 <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
1681 <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
1682 (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
1683 New enum fields.
1684 <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
1685 <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
1686 <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
1687 <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
1688 <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
1689 <PPC_CTAR_REGNUM>: Likewise.
1690 (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
1691 (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
1692 * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
1693 (IS_CEFP_PSEUDOREG): Define.
1694 (rs6000_register_name): Hide the upper halves of checkpointed VSX
1695 registers. Return names for the checkpointed DFP, VSX, and EFP
1696 pseudo registers.
1697 (rs6000_pseudo_register_type): Remove initial assert and raise an
1698 internal error in the else clause instead. Return types for the
1699 checkpointed DFP, VSX, and EFP pseudo registers.
1700 (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
1701 checkpointed DFP pseudo registers.
1702 (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
1703 checkpointed VSX pseudo registers.
1704 (efp_pseudo_register_read, efp_pseudo_register_write): Rename
1705 from efpr_pseudo_register_read and
1706 efpr_pseudo_register_write. Handle checkpointed EFP pseudo
1707 registers.
1708 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
1709 Handle checkpointed DFP, VSX, and EFP registers.
1710 (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
1711 (efp_ax_pseudo_register_collect): New functions.
1712 (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
1713 register logic to new functions. Handle checkpointed DFP, VSX,
1714 and EFP pseudo registers.
1715 (rs6000_gdbarch_init): Look for and validate the htm features.
1716 Include checkpointed DFP, VSX and EFP pseudo-registers.
1717 * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
1718 HTM registers.
1719
1720 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1721
1722 * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
1723 without altivec or fpu.
1724
1725 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1726 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1727
1728 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
1729 (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
1730 * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
1731 Define if not already defined.
1732 * features/rs6000/power-ebb.xml: New file.
1733 * features/rs6000/power-linux-pmu.xml: New file.
1734 * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
1735 features.
1736 * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
1737 * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
1738 * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
1739 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
1740 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
1741 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1742 fetch_regset with ebb and pmu regsets.
1743 (store_register, store_ppc_registers): Call store_regset with ebb
1744 and pmu regsets.
1745 (ppc_linux_nat_target::read_description): Set isa207 field in the
1746 features struct if ebb and pmu are avaiable.
1747 * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
1748 (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
1749 (ppc_linux_iterate_over_regset_sections): Call back with the ebb
1750 and pmu regsets.
1751 (ppc_linux_core_read_description): Check if the pmu section is
1752 present and set isa207 in the features struct.
1753 * ppc-linux-tdep.h (ppc32_linux_ebbregset)
1754 (ppc32_linux_pmuregset): Declare.
1755 * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
1756 <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
1757 <ppc_sier_regnum>: New field.
1758 (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
1759 New enum values.
1760 <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
1761 values.
1762 <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
1763 (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
1764 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
1765 ebb and pmu features.
1766
1767 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1768 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1769
1770 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
1771 (tdesc_powerpc_isa207_vsx64l): Declare.
1772 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
1773 (struct ppc_linux_features) <isa207>: New field.
1774 (ppc_linux_no_features): Add initializer for isa207 field.
1775 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1776 new tdescs.
1777 * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
1778 (NT_PPC_TAR): Define if not already defined.
1779 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
1780 rs6000/powerpc-isa207-vsx64l.
1781 (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
1782 rs6000/powerpc-isa207-vsx64l.xml.
1783 * features/rs6000/power-tar.xml: New file.
1784 * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
1785 * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
1786 * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
1787 * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
1788 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
1789 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
1790 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1791 fetch_regset with the TAR regset.
1792 (store_register, store_ppc_registers): Call store_regset with the
1793 TAR regset.
1794 (ppc_linux_nat_target::read_description): Set isa207 field in the
1795 features struct if needed.
1796 * ppc-linux-tdep.c: Include
1797 features/rs6000/powerpc-isa207-vsx32l.c and
1798 features/rs6000/powerpc-isa207-vsx64l.c.
1799 (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
1800 (ppc_linux_iterate_over_regset_sections): Call back with the tar
1801 regset.
1802 (ppc_linux_core_read_description): Check if the tar section is
1803 present and set isa207 in the features struct.
1804 (_initialize_ppc_linux_tdep): Call
1805 initialize_tdesc_powerpc_isa207_vsx32l and
1806 initialize_tdesc_powerpc_isa207_vsx64l.
1807 * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
1808 * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
1809 (enum) <PPC_TAR_REGNUM>: New enum value.
1810 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
1811 feature.
1812 (ppc_process_record_op31): Record changes to TAR.
1813
1814 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1815 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1816
1817 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
1818 (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
1819 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
1820 (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
1821 (struct ppc_linux_features) <ppr_dscr>: New field.
1822 (ppc_linux_no_features): Add initializer for ppr_dscr field.
1823 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1824 new tdescs.
1825 * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
1826 Define if not already defined.
1827 * features/Makefile (WHICH): Add
1828 rs6000/powerpc-isa205-ppr-dscr-vsx32l and
1829 rs6000/powerpc-isa205-ppr-dscr-vsx64l.
1830 (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
1831 rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
1832 * features/rs6000/power-dscr.xml: New file.
1833 * features/rs6000/power-ppr.xml: New file.
1834 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
1835 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
1836 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
1837 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
1838 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
1839 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
1840 * ppc-linux-nat.c: Include <sys/uio.h>.
1841 (fetch_regset, store_regset, check_regset): New functions.
1842 (fetch_register, fetch_ppc_registers): Call fetch_regset with
1843 DSCR and PPR regsets.
1844 (store_register, store_ppc_registers): Call store_regset with
1845 DSCR and PPR regsets.
1846 (ppc_linux_get_hwcap2): New function.
1847 (ppc_linux_nat_target::read_description): Call
1848 ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
1849 features struct if needed.
1850 * ppc-linux-tdep.c: Include
1851 features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
1852 features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
1853 (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
1854 (ppc32_linux_dscrregset): New globals.
1855 (ppc_linux_iterate_over_regset_sections): Call back with the ppr
1856 and dscr regsets.
1857 (ppc_linux_core_read_description): Check if the ppr and dscr
1858 sections are present and set ppr_dscr in the features struct.
1859 (_initialize_ppc_linux_tdep): Call
1860 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
1861 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
1862 * ppc-linux-tdep.h (ppc32_linux_pprregset)
1863 (ppc32_linux_dscrregset): Declare.
1864 * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
1865 <ppc_dscr_regnum>: New field.
1866 (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
1867 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
1868 and dscr features.
1869 (ppc_process_record_op31): Record changes to PPR and DSCR.
1870
1871 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1872
1873 * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
1874 second initializer line for the have_* variables. Initialize
1875 have_fpu to 0 instead of 1.
1876
1877 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1878
1879 * arch/ppc-linux-common.c (ppc_linux_match_description):
1880 Parenthesize tdesc assignements and indent them properly.
1881
1882 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1883
1884 * ppc-linux-nat.c (fetch_register): Change if statement to else
1885 if.
1886 (store_register): Likewise.
1887
1888 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1889
1890 * rs6000-tdep.c: Remove reggroups.h include.
1891 (rs6000_pseudo_register_reggroup_p): Remove.
1892 (rs6000_gdbarch_init): Remove call to
1893 set_tdesc_pseudo_register_reggroup_p.
1894
1895 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1896
1897 * reggroups.c (default_register_reggroup_p): Return true for
1898 decfloat registers and float_reggroup.
1899
1900 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1901
1902 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
1903 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
1904 ppc_linux_collect_vrregset by regcache_collect_regset.
1905
1906 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1907
1908 * linux-tdep.c (linux_collect_regset_section_cb): Use
1909 std::vector<gdb_byte> instead of char * and malloc for buf.
1910 Remove xfree.
1911
1912 2018-10-26 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1913
1914 * xcoffread.c (read_xcoff_symtab): Pass deduced language to
1915 symtab_start instead of always using language_unknown.
1916
1917 2018-10-26 Andrew Burgess <andrew.burgess@embecosm.com>
1918
1919 * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
1920 READ_P parameter, catch and ignore register access errors from
1921 either the old or new MISA location.
1922 (riscv_has_feature): Update call to riscv_read_misa_reg.
1923
1924 2018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
1925
1926 * python/py-function.c (convert_values_to_python): Return
1927 gdbpy_ref<>. Add header comment.
1928 (fnpy_call): Adjust.
1929
1930 2018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
1933 (cmdpy_completer_handle_brkchars): Adjust.
1934 (cmdpy_completer): Adjust.
1935
1936 2018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1939 Pass correct regnum to raw_supply_zeroed.
1940
1941 2018-10-23 Hafiz Abid Qadeer <abidh@codesourcery.com>
1942
1943 * regcache.c (cooked_read_test): Add CSKY to the list of
1944 architectures with a save_reggroup
1945
1946 2018-10-23 Simon Marchi <simon.marchi@polymtl.ca>
1947
1948 PR gdb/23368
1949 * infrun.c (follow_exec): In the follow_exec_mode_new case,
1950 transfer terminal state from old new new inferior.
1951 * terminal.h (swap_terminal_info): New function.
1952 * inflow.c (swap_terminal_info): New function.
1953
1954 2018-10-23 Tom Tromey <tom@tromey.com>
1955
1956 * record-btrace.c (get_thread_current_frame_id): Rename from
1957 get_thread_current_frame. Return a frame_id.
1958 (record_btrace_start_replaying): Update.
1959
1960 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * riscv-tdep.c (riscv_register_name): Use the user-friendly names
1963 for CSRs.
1964
1965 2018-10-23 Joel Brobecker <brobecker@adacore.com>
1966
1967 * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
1968 have_nonsteppable_watchpoint attribute to 1.
1969
1970 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
1973 register names.
1974 (struct register_alias): Rename to...
1975 (struct riscv_register_alias): ...this, and update comment.
1976 (riscv_register_aliases): Update type, and alias names. Remove
1977 CSR names from this list.
1978 (riscv_register_name): Use riscv_gdb_reg_names for int and float
1979 register names. Add an extra assertion.
1980 (riscv_is_regnum_a_named_csr): New function.
1981 (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
1982
1983 2018-10-23 John Darrington <john@darrington.wattle.id.au>
1984
1985 * configure.tgt: Add configuration for s12z.
1986 * s12z-tdep.c: New file.
1987 * NEWS: Mention new target.
1988
1989 2018-10-22 Jim Wilson <jimw@sifive.com>
1990
1991 * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
1992 FP reg smaller than FP reg size, and fill with -1 instead of 0.
1993
1994 * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
1995 (riscv_register_type): Use them.
1996 (riscv_print_one_register_info): Handle union of floats same as float.
1997 * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
1998 riscv_fpreg_q_type fields.
1999
2000 2018-10-21 Simon Marchi <simon.marchi@ericsson.com>
2001
2002 * gdbarch.sh (gdbarch_num_cooked_regs): New.
2003 * gdbarch.h: Re-generate.
2004 * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
2005 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2006 * eval.c (evaluate_subexp_standard): Likewise.
2007 * findvar.c (value_of_register): Likewise.
2008 (value_of_register_lazy): Likewise.
2009 (address_from_register): Likewise.
2010 * frame.c (get_frame_register_bytes): Likewise.
2011 * gdbarch-selftests.c (register_to_value_test): Likewise.
2012 * h8300-tdep.c (h8300_register_type): Likewise.
2013 * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
2014 (i386_svr4_reg_to_regnum): Likewise.
2015 * infcmd.c (default_print_registers_info): Likewise.
2016 (registers_info): Likewise.
2017 (print_vector_info): Likewise.
2018 (default_print_float_info): Likewise.
2019 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2020 * mdebugread.c (mdebug_reg_to_regnum): Likewise.
2021 * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
2022 (mi_cmd_data_list_changed_registers): Likewise.
2023 (mi_cmd_data_list_register_values): Likewise.
2024 (mi_cmd_data_write_register_values): Likewise.
2025 (mi_cmd_trace_frame_collected): Likewise.
2026 * mips-tdep.c (print_gp_register_row): Likewise.
2027 (mips_print_registers_info): Likewise.
2028 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
2029 * regcache.c (init_regcache_descr): Likewise.
2030 (register_size): Likewise.
2031 (register_dump::dump): Likewise.
2032 (cooked_read_test): Likewise.
2033 (cooked_write_test): Likewise.
2034 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2035 (rs6000_gdbarch_init): Likewise.
2036 * stabsread.c (stab_reg_to_regnum): Likewise.
2037 * stack.c (info_frame_command): Likewise.
2038 * target-descriptions.c (tdesc_register_name): Likewise.
2039 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2040 * tui/tui-regs.c (tui_show_register_group): Likewise.
2041 * user-regs.c (user_reg_map_name_to_regnum): Likewise.
2042 (user_reg_map_regnum_to_name): Likewise.
2043 (value_of_user_reg): Likewise.
2044 (maintenance_print_user_registers): Likewise.
2045 * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
2046 (xtensa_register_name): Likewise.
2047 (xtensa_register_type): Likewise.
2048 (xtensa_reg_to_regnum): Likewise.
2049 (xtensa_pseudo_register_read): Likewise.
2050 (xtensa_pseudo_register_write): Likewise.
2051
2052 2018-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2053
2054 * amd64-tdep.c (amd64_pseudo_register_read_value): Use
2055 correctly-sized buffer with raw_read.
2056 (amd64_pseudo_register_write): Use correctly-sized buffer for
2057 raw_read/raw_write.
2058
2059 2018-10-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2060
2061 * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
2062 in add_prefix_cmd of set print type.
2063
2064 2018-10-19 Tom Tromey <tom@tromey.com>
2065
2066 PR tui/18388:
2067 * NEWS: Mention tabset deprecation.
2068 * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
2069 (update_tab_width): New function.
2070 (tui_set_tab_width, tui_show_tab_width): New functions.
2071 (tui_set_tab_width_command): Use update_tab_width.
2072 (_initialize_tui_win): Move to end of file. Deprecate "tabset".
2073 Add new "set tui tab-width" command.
2074 * tui/tui-source.c (tui_set_source_content): Update.
2075 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2076 * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
2077 Don't declare.
2078 (tui_tab_width): Declare.
2079 * tui/tui-data.c (default_tab_len, tui_default_tab_len)
2080 (tui_set_default_tab_len): Remove.
2081
2082 2018-10-19 Tom Tromey <tom@tromey.com>
2083
2084 * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
2085 (key_is_backspace, tui_getc): Don't declare.
2086 * tui/tui-io.c (key_is_start_sequence): Now static.
2087 (key_is_end_sequence, key_is_backspace): Remove.
2088 (tui_getc): Now static.
2089
2090 2018-10-19 Tom Tromey <tom@tromey.com>
2091
2092 * symfile.c (reread_symbols): Clear "static_links".
2093
2094 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2095
2096 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
2097 define.
2098 (aarch64_linux_sigframe_init): Extra boundary checks.
2099
2100 2018-10-19 Andreas Arnez <arnez@linux.ibm.com>
2101
2102 * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
2103 the possibly non-existent tdesc type 'vec128', but the type of raw
2104 register v16 instead.
2105
2106 2018-10-19 Gary Benson <gbenson@redhat.com>
2107
2108 * cli/cli-interp.c (cli_interp::~cli_interp): New function.
2109
2110 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2111
2112 PR cli/23785
2113 * cli/cli-dump.c (restore_binary_file): Check if "file" is
2114 NULL.
2115
2116 2018-10-17 Paul Koning <paul_koning@dell.com>
2117
2118 * charset.c (convert_between_encodings): Fix unsigned overflow.
2119
2120 2018-10-17 John Baldwin <jhb@FreeBSD.org>
2121
2122 * fbsd-nat.c (fbsd_nat_target::info_proc) Use
2123 fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
2124 * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
2125 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2126 New functions.
2127 (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
2128 and fbsd_info_proc_mappings_header.
2129 * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
2130 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2131 New.
2132
2133 2018-10-17 Joel Brobecker <brobecker@adacore.com>
2134
2135 * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
2136 Solaris Maintainer.
2137
2138 2018-10-15 Tom Tromey <tom@tromey.com>
2139
2140 * tui/tui.c (strcat_to_buf): Remove casts.
2141 * tui/tui-winsource.c (tui_show_source_line)
2142 (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
2143 * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
2144 * tui/tui-windata.c (tui_first_data_item_displayed)
2145 (tui_delete_data_content_windows, tui_erase_data_content)
2146 (tui_display_all_data, tui_display_data_from)
2147 (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
2148 * tui/tui-win.c (tui_set_win_height)
2149 (make_invisible_and_set_new_height, parse_scrolling_args): Remove
2150 casts.
2151 * tui/tui-win.c (tui_resize_all): Remove casts.
2152 (tui_scroll_backward_command, tui_set_focus)
2153 (tui_set_tab_width_command): Likewise.
2154 * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
2155 * tui/tui-regs.c (tui_show_register_group): Remove cast.
2156 * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
2157 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
2158 * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
2159 Remove casts.
2160
2161 2018-10-15 Simon Marchi <simon.marchi@ericsson.com>
2162
2163 * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
2164 AArch64/ARM maintainer.
2165
2166 2018-10-11 Gary Benson <gbenson@redhat.com>
2167
2168 * interps.h (interp::m_name): Make private and mutable.
2169 * interps.c (interp::~interp): Free m_name.
2170
2171 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2172 Simon Marchi <simark@simark.ca>
2173
2174 * README (`configure' options): Add documentation for new
2175 "--enable-unit-tests" option.
2176 * acinclude.m4: Include "selftest.m4".
2177 * configure: Regenerate.
2178 * configure.ac: Use "GDB_AC_SELFTEST".
2179 * maint.c (maintenance_selftest): Update message informing
2180 that selftests have been disabled.
2181 (maintenance_info_selftests): Likewise.
2182 * selftest.m4: New file.
2183
2184 2018-10-10 Gary Benson <gbenson@redhat.com>
2185
2186 * remote.c (remote_target::remote_send_printf): Add
2187 missing va_end found by Coverity.
2188
2189 2018-10-10 Markus Metzger <markus.t.metzger@intel.com>
2190
2191 * btrace.c (ftrace_update_function): Add indirect jump heuristic.
2192
2193 2018-10-09 Tom Tromey <tom@tromey.com>
2194
2195 * configure: Rebuild.
2196 * sanitize.m4 (AM_GDB_UBSAN): Default to no.
2197 * NEWS: Update --enable-ubsan documentation.
2198
2199 2018-10-09 Gary Benson <gbenson@redhat.com>
2200
2201 * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
2202 found by Coverity.
2203
2204 2018-10-08 Tom Tromey <tom@tromey.com>
2205
2206 * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
2207 variable.
2208 (riscv_fbsd_init_abi): Likewise.
2209
2210 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2211 * valops.c (value_struct_elt_for_reference): Rename local variable
2212 to work around the shadowing a previous local warning.
2213
2214 2018-10-08 John Baldwin <jhb@FreeBSD.org>
2215
2216 * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
2217 * NEWS: Mention new FreeBSD/riscv native configuration.
2218 * configure.host: Add riscv*-*-freebsd*.
2219 * configure.nat: Likewise.
2220 * riscv-fbsd-nat.c: New file.
2221
2222 2018-10-08 John Baldwin <jhb@FreeBSD.org>
2223
2224 * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
2225 (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
2226 (ALLDEPFILES): Add riscv-fbsd-tdep.c.
2227 * NEWS: Mention new FreeBSD/riscv target.
2228 * configure.tgt: Add riscv*-*-freebsd*.
2229 * riscv-fbsd-tdep.c: New file.
2230 * riscv-fbsd-tdep.h: New file.
2231
2232 2018-10-08 John Baldwin <jhb@FreeBSD.org>
2233
2234 * regcache.h (struct regcache_map_entry): Note that this type can
2235 be used with traditional frame caches.
2236 * trad-frame.c (trad_frame_set_reg_regmap): New.
2237 * trad-frame.h (trad_frame_set_reg_regmap): New.
2238
2239 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2240
2241 PR c++/16841
2242 * valops.c (get_virtual_base_offset): New function.
2243 (value_struct_elt_for_reference): Use it to get virtual base offset
2244 and add it in calculating class member address.
2245
2246 2018-10-08 John Darrington <john@darrington.wattle.id.au>
2247
2248 * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
2249 (check_producer): Check if the producer is codewarrior.
2250 (producer_is_codewarrior): New function.
2251 (lnp_state_machine::record_line): Ignore is_stmt flag for records
2252 produced by codewarrior.
2253 (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
2254
2255 2018-10-06 Tom Tromey <tom@tromey.com>
2256
2257 PR python/19399:
2258 * python/py-inferior.c: Add "architecture" entry.
2259 (infpy_architecture): New function.
2260
2261 2018-10-06 Tom Tromey <tom@tromey.com>
2262
2263 PR python/21765:
2264 * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
2265 SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
2266 SYMBOL_TYPES_DOMAIN. Define SYMBOL_MODULE_DOMAIN,
2267 SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
2268
2269 2018-10-06 Tom Tromey <tom@tromey.com>
2270
2271 PR build/17077:
2272 * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
2273 * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
2274 microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
2275 #include.
2276
2277 2018-10-06 Tom Tromey <tom@tromey.com>
2278
2279 * python/py-breakpoint.c (bppy_get_location): Handle a
2280 bp_breakpoint without a location.
2281
2282 2018-10-06 Tom Tromey <tom@tromey.com>
2283
2284 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
2285 (_RegEx): Reformat help text.
2286 * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
2287 (AnyCallerIs, AnyCallerMatches): Reformat help text.
2288 * python/lib/gdb/function/as_string.py (_AsString): Reformat help
2289 text.
2290 * python/lib/gdb/command/xmethods.py (InfoXMethod)
2291 (EnableXMethod, DisableXMethod): Remove help indentation.
2292 Capitalize meta-syntactic variables.
2293 * python/lib/gdb/command/unwinders.py (InfoUnwinder)
2294 (EnableUnwinder, DisableUnwinder): Remove help indentation.
2295 Capitalize meta-syntactic variables.
2296 * python/lib/gdb/command/explore.py (ExploreCommand)
2297 (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
2298 * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
2299 (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
2300 * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
2301 Remove help indentation.
2302 (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
2303 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
2304 (DisableFrameFilter, SetFrameFilterPriority)
2305 (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
2306
2307 2018-10-06 Tom Tromey <tom@tromey.com>
2308
2309 PR tui/28819:
2310 * tui/tui-io.c (gdb_wgetch): New function.
2311 (tui_mld_getc, tui_getc): Use it.
2312
2313 2018-10-05 Tom Tromey <tom@tromey.com>
2314
2315 * sol-thread.c (sol_thread_target::wait): Rename inner
2316 "save_ptid".
2317
2318 2018-10-04 Tom Tromey <tom@tromey.com>
2319
2320 * configure: Rebuild.
2321 * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
2322
2323 2018-10-04 Tom Tromey <tom@tromey.com>
2324
2325 * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
2326 declaration of "block".
2327
2328 2018-10-04 Tom Tromey <tom@tromey.com>
2329
2330 * common/filestuff.c (fdwalk): Remove inner declaration of
2331 "result".
2332
2333 2018-10-04 Tom Tromey <tom@tromey.com>
2334
2335 * msp430-tdep.c (msp430_push_dummy_call): Rename inner
2336 "structs_addr" and hoist declaration.
2337
2338 2018-10-04 Tom Tromey <tom@tromey.com>
2339
2340 * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
2341 variable "size".
2342
2343 2018-10-04 Tom Tromey <tom@tromey.com>
2344
2345 * mdebugread.c (parse_partial_symbols): Use std::string.
2346
2347 2018-10-04 Tom Tromey <tom@tromey.com>
2348
2349 * ctf.c (SET_ARRAY_FIELD): Rename "u32".
2350 * p-valprint.c (pascal_val_print): Split inner "i" variable.
2351 * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
2352 header.
2353 * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
2354 more inner scope.
2355 * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
2356 * varobj.c (varobj_update): Rename inner "newobj",
2357 "type_changed".
2358 * valprint.c (generic_emit_char): Rename inner "buf".
2359 * valops.c (find_overload_match): Rename inner "temp".
2360 (value_struct_elt_for_reference): Declare "v" in more inner
2361 scope.
2362 * v850-tdep.c (v850_push_dummy_call): Rename "len".
2363 * unittests/array-view-selftests.c (run_tests): Rename inner
2364 "vec".
2365 * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
2366 header.
2367 * tracepoint.c (merge_uploaded_trace_state_variables): Declare
2368 "tsv" in more inner scope.
2369 (print_one_static_tracepoint_marker): Rename inner
2370 "tuple_emitter".
2371 * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
2372 (tic6x_push_dummy_call): Don't redeclare "addr".
2373 * target-float.c: Declare "dto" lower.
2374 * symtab.c (lookup_local_symbol): Rename inner "sym".
2375 (find_pc_sect_line): Rename inner "pc".
2376 * stack.c (print_frame): Don't redeclare "gdbarch".
2377 (return_command): Rename inner "gdbarch".
2378 * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
2379 "sp".
2380 * rust-lang.c (rust_internal_print_type): Declare "i" in loop
2381 header.
2382 * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
2383 * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
2384 scope.
2385 * remote.c (remote_target::update_thread_list): Don't redeclare
2386 "tp".
2387 (remote_target::process_initial_stop_replies): Rename inner
2388 "thread".
2389 (remote_target::remote_parse_stop_reply): Don't redeclare "p".
2390 (remote_target::wait_as): Don't redeclare "stop_reply".
2391 (remote_target::get_thread_local_address): Rename inner
2392 "result".
2393 (remote_target::get_tib_address): Likewise.
2394
2395 * regcache.c (cooked_read_test): Rename "regnum".
2396 * record-btrace.c (cmd_record_btrace_start): Rename inner
2397 "exception".
2398 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
2399 loop header.
2400 * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
2401 header.
2402 (ppu2spu_sniffer): Rename inner "buf".
2403 * parse.c (operator_check_standard): Rename inner "type",
2404 "objfile".
2405 * p-valprint.c (pascal_val_print): Introduce new scope for
2406 "low_bound", "high_bound".
2407 * p-exp.y (yylex): Declare "i" in loop header.
2408 * objfiles.c (objfile_relocate1): Declare "i" in loop header.
2409 Lower declaration of "s".
2410 * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
2411 header.
2412 (nios2_push_dummy_call): Rename "len".
2413 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
2414 "buf".
2415 (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
2416 (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
2417 (linux_xfer_osdata_modules): Likewise.
2418 * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
2419 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2420 (mips_o64_push_dummy_call): Likewise.
2421 * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
2422 "op".
2423 * mi/mi-main.c (list_available_thread_groups): Rename inner
2424 "tuple_emitter".
2425 (mi_cmd_data_read_memory): Rename inner "opts".
2426 * mi/mi-cmd-var.c (varobj_update_one): Rename inner
2427 "tuple_emitter".
2428 * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
2429 * mdebugread.c (parse_symbol): Rename inner "b". Declare "f" in
2430 more inner scope.
2431 (parse_partial_symbols): Rename inner "pst", "p", "name"
2432 * main.c (captured_main_1): Rename inner "i"s.
2433 * machoread.c (macho_symfile_read_all_oso): Don't redeclare
2434 "oso2".
2435 * linux-tdep.c (linux_info_proc): Rename inner "filename".
2436 * linespec.c (linespec_lexer_lex_string): Rename inner "p".
2437 * infrun.c (handle_no_resumed): Don't redeclare "thread".
2438 (handle_signal_stop): Rename inner "gdbarch".
2439 (handle_command): Declare "signum" in loop header.
2440 * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
2441 "status".
2442 (examine_prologue): Rename inner "sol" and "sof".
2443 (ia64_extract_return_value): Rename inner "val". Declare another
2444 "val" in a more inner scope.
2445 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
2446 inner scope.
2447 * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
2448 "except".
2449 * findvar.c (default_read_var_value): Don't redeclare "addr".
2450 * f-exp.y (yylex): Declare "i" in loop header.
2451 * eval.c (evaluate_subexp_standard): Don't redeclare "type".
2452 Rename inner "type", "expect_type".
2453 (evaluate_subexp_for_sizeof): Rename inner "pc".
2454 * elfread.c (elf_symfile_read): Rename inner "abfd".
2455 * dwarf2read.c (read_debug_names_from_section): Don't redeclare
2456 "bytes_read".
2457 (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
2458 (add_partial_subprogram): Rename inner "lowpc" and "highpc".
2459 (dwarf_decode_line_header): Rename inner "lh".
2460 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
2461 "offset". Declare "i" in loop header.
2462 (disassemble_dwarf_expression): Rename inner "addr_size".
2463 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
2464 inner "result".
2465 (dwarf_expr_context::execute_stack_op): Rename inner "offset".
2466 * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
2467 * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
2468 "inner_list_emitter".
2469 (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
2470 * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
2471 declaration in a block.
2472 * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
2473 * cp-valprint.c (cp_print_value_fields): Don't redeclare
2474 "obstack_final_size".
2475 * cp-support.c (inspect_type): Declare "i" in loop header.
2476 * compile/compile.c (compile_instance::insert_symbol_error):
2477 Rename inner "e".
2478 * common/agent.c (agent_run_command): Remove inner "ret"
2479 declaration.
2480 * coffread.c (coff_symfile_read): Rename inner "name".
2481 (coff_symfile_read): Rename inner "abfd".
2482 * cli/cli-utils.c (get_number_trailer): Rename inner "val".
2483 * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
2484 "high".
2485 * c-exp.y (lex_one_token): Move "len" declaration lower.
2486 * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
2487 "gdbarch".
2488 (create_exception_master_breakpoint): Likewise. Don't redeclare
2489 "b".
2490 (watch_command_1): Declare "mark" later.
2491 (clear_command): Don't shadow "a" or "b".
2492 (delete_command): Rename inner "b".
2493 (delete_trace_command): Likewise.
2494 * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
2495 "op".
2496 (arm_gdbarch_init): Remove inner "e_flags".
2497 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
2498 "offset" in inner blocks.
2499
2500 2018-10-04 Simon Marchi <simon.marchi@ericsson.com>
2501
2502 * dwarf-index-write.c (file_write): Don't write if the vector is
2503 empty.
2504
2505 2018-10-05 Tom de Vries <tdevries@suse.de>
2506
2507 * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
2508 PyArg_ParseTuple call.
2509
2510 2018-10-05 Tom de Vries <tdevries@suse.de>
2511
2512 * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
2513 PyArg_ParseTuple call.
2514
2515 2018-10-04 Joel Brobecker <brobecker@adacore.com>
2516
2517 * psymtab.c (recursively_search_psymtabs): Reformat parameters
2518 to avoid exceeding 80 characters per line limit.
2519
2520 2018-10-04 Tom Tromey <tom@tromey.com>
2521
2522 * symfile.c (syms_from_objfile_1, finish_new_objfile)
2523 (reread_symbols): Update.
2524 * complaints.h (clear_complaints): Remove argument.
2525 * complaints.c (enum complaint_series): Remove.
2526 (series): Remove global.
2527 (complaint_internal): Update.
2528 (clear_complaints): Remove argument.
2529
2530 2018-10-04 Tom Tromey <tom@tromey.com>
2531
2532 * symfile.c (symbol_file_add_with_addrs): Do not print "no
2533 debugging symbols" message if there is a separate debug objfile.
2534
2535 2018-10-04 Tom Tromey <tom@tromey.com>
2536
2537 PR cli/19551:
2538 * symfile.c (symbol_file_add_with_addrs): Update output.
2539 * psymtab.c (require_partial_symbols): Update output.
2540
2541 2018-10-04 Tom Tromey <tom@tromey.com>
2542
2543 PR cli/22234:
2544 * complaints.c: Emit \n.
2545
2546 2018-10-04 Tom Tromey <tom@tromey.com>
2547
2548 * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
2549 (separate_debug_file_exists, find_separate_debug_file)
2550 (add_symbol_file_command, reread_symbols, allocate_symtab)
2551 (allocate_compunit_symtab): Use filtered printing, not
2552 unfiltered.
2553 * psymtab.c (require_partial_symbols, dump_psymtab)
2554 (allocate_psymtab): Use filtered printing, not unfiltered.
2555
2556 2018-10-04 Tom Tromey <tom@tromey.com>
2557
2558 * complaints.c (complaint_internal): Correctly check complaint
2559 count.
2560
2561 2018-10-04 Tom Tromey <tom@tromey.com>
2562
2563 * complaints.h (struct complaints): Remove declaration.
2564 * complaints.c (clear_complaints): Remove an unused variable.
2565
2566 2018-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2567
2568 * MAINTAINERS (Write After Approval): Add self.
2569
2570 2018-10-03 Tom Tromey <tom@tromey.com>
2571
2572 * guile/scm-value.c (gdbscm_value_to_string): Initialize
2573 "buffer_contents".
2574 * coffread.c (coff_symtab_read): Initialize "newobj".
2575
2576 2018-10-03 Simon Marchi <simon.marchi@polymtl.ca>
2577
2578 * dwarf2read.c (read_func_scope): Remove struct keyword in
2579 range-based for.
2580
2581 2018-10-03 Tom Tromey <tom@tromey.com>
2582
2583 * README: Mention --enable-ubsan.
2584 * NEWS: Mention --enable-ubsan.
2585 * acinclude.m4: Include sanitize.m4.
2586 * configure: Rebuild.
2587 * configure.ac: Call AM_GDB_UBSAN.
2588 * sanitize.m4: New file.
2589
2590 2018-10-03 Tom Tromey <tom@tromey.com>
2591
2592 * expression.h (enum exp_opcode): Use uint8_t as base type.
2593 * expprint.c (op_name): Handle invalid opcodes.
2594
2595 2018-10-03 Tom Tromey <tom@tromey.com>
2596
2597 * parse.c (prefixify_expression): Add assert.
2598 (parse_exp_in_context_1): Throw exception if the expression is
2599 empty.
2600
2601 2018-10-03 Tom Tromey <tom@tromey.com>
2602
2603 * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
2604
2605 2018-10-03 Tom Tromey <tom@tromey.com>
2606
2607 * c-exp.y (parse_number): Work in unsigned. Remove casts.
2608
2609 2018-10-03 Tom Tromey <tom@tromey.com>
2610
2611 * dwarf2read.c (read_subrange_type): Make "negative_mask"
2612 unsigned.
2613
2614 2018-10-03 Tom Tromey <tom@tromey.com>
2615
2616 * findvar.c (extract_integer): Do work in an unsigned type.
2617
2618 2018-10-03 Tom Tromey <tom@tromey.com>
2619
2620 * common/enum-flags.h (enum_flags::operator~): Add static assert.
2621 * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
2622 base type.
2623 * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
2624 * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
2625 type.
2626 * c-lang.h (enum c_string_type_values): Use unsigned as base
2627 type.
2628 * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
2629
2630 2018-10-03 Tom Tromey <tom@tromey.com>
2631
2632 * dwarf2-frame.h (dwarf2_frame_state_reg_info)
2633 <~dwarf2_frame_state_reg_info>: Update.
2634 <dwarf2_frame_state_reg_info>: Update.
2635 <alloc_regs>: Add assertion. Update.
2636 <reg>: Now a std::vector.
2637 <num_regs>: Remove.
2638 <swap>: Update.
2639 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
2640 (execute_cfa_program_test, dwarf2_frame_cache): Update.
2641
2642 2018-10-03 Tom Tromey <tom@tromey.com>
2643
2644 * namespace.c (add_using_directive): Don't pass NULL to memcpy.
2645
2646 2018-10-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2647
2648 * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
2649
2650 2018-10-02 Tom Tromey <tom@tromey.com>
2651
2652 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
2653
2654 2018-10-02 John Darrington <john@darrington.wattle.id.au>
2655
2656 * NEWS: Mention changed commands.
2657 * ser-uds.c: New file.
2658 * configure.ac (SER_HARDWIRE): Add ser-uds.o.
2659 * configure: Regenerate.
2660 * Makefile.in: Add new file.
2661 * serial.c (serial_open): Check if filename is a socket
2662 and lookup the appropriate interface accordingly.
2663
2664 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2665
2666 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
2667 define.
2668 (AARCH64_EXTRA_MAGIC): Likewise.
2669 (AARCH64_FPSIMD_MAGIC): Likewise.
2670 (AARCH64_SVE_MAGIC): Likewise.
2671 (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
2672 (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
2673 (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
2674 (AARCH64_FPSIMD_V0_OFFSET): Likewise.
2675 (AARCH64_FPSIMD_VREG_SIZE): Likewise.
2676 (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
2677 (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
2678 (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
2679 (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
2680 (AARCH64_SVE_CONTEXT_SIZE): Likewise.
2681 (read_aarch64_ctx): Add function.
2682 (aarch64_linux_sigframe_init): Detect FP registers.
2683
2684 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2685
2686 * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
2687 (AARCH64_D0_REGNUM): Likewise.
2688 (AARCH64_S0_REGNUM): Likewise.
2689 (AARCH64_H0_REGNUM): Likewise.
2690 (AARCH64_B0_REGNUM): Likewise.
2691 (AARCH64_SVE_V0_REGNUM): Likewise.
2692 * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
2693 (AARCH64_D0_REGNUM): Likewise.
2694 (AARCH64_S0_REGNUM): Likewise.
2695 (AARCH64_H0_REGNUM): Likewise.
2696 (AARCH64_B0_REGNUM): Likewise.
2697 (AARCH64_SVE_V0_REGNUM): Likewise.
2698
2699 2018-10-01 Gary Benson <gbenson@redhat.com>
2700
2701 * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
2702 * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
2703 prfpregset_t instead of gdb_prfpregset_t.
2704 * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
2705 * configure, config.in: Rebuild.
2706
2707 2018-10-01 Gary Benson <gbenson@redhat.com>
2708
2709 * common/gdb_proc_service.h: New file, factored out from...
2710 * gdb_proc_service.h: Moved common code to the above file.
2711 * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
2712
2713 2018-10-01 Gary Benson <gbenson@redhat.com>
2714
2715 * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
2716 undefined. Use elf_fpregset_t if prfpregset_t is undefined.
2717
2718 2018-10-01 Gary Benson <gbenson@redhat.com>
2719
2720 * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
2721 (AC_CHECK_HEADERS): Check for linux/elf.h.
2722 * configure, config.in: Rebuild.
2723 * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
2724 doesn't define elf_fpregset_t.
2725
2726 2018-10-01 Gary Benson <gbenson@redhat.com>
2727
2728 * gdb_proc_service.h: Whitespace change.
2729
2730 2018-10-01 Tom Tromey <tom@tromey.com>
2731
2732 * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
2733 * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
2734 * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
2735
2736 2018-10-01 Tom Tromey <tom@tromey.com>
2737
2738 * README: Minor change.
2739
2740 2018-09-30 Pedro Alves <palves@redhat.com>
2741
2742 * darwin-nat-info.c (darwin_debug_regions_recurse)
2743 (info_mach_exceptions_command): Remove unused local variables.
2744 * darwin-nat.c (darwin_decode_notify_message)
2745 (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
2746 (darwin_stop_inferior, darwin_setup_exceptions)
2747 (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
2748 (darwin_nat_target::attach, darwin_nat_target::detach)
2749 (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
2750 local variables.
2751 * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
2752 variables.
2753
2754 2018-09-29 Tom Tromey <tom@tromey.com>
2755
2756 * README: Remove some leftover text.
2757
2758 2018-09-29 Tom Tromey <tom@tromey.com>
2759
2760 * PROBLEMS: Rewrite.
2761 * README: Update.
2762
2763 2018-09-28 John Baldwin <jhb@FreeBSD.org>
2764
2765 * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
2766 case with explicit breakpoint kind.
2767 * riscv-tdep.c (show_use_compressed_breakpoints): Remove
2768 'additional_info' and related logic.
2769 (riscv_debug_breakpoints): New variable.
2770 (riscv_breakpoint_kind_from_pc): Use the length of the existing
2771 instruction to determine the breakpoint kind.
2772 (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
2773 flag. Update description of 'set/show riscv
2774 use-compressed-breakpoints' flag.
2775
2776 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2777
2778 (NEWS): Mention changes to frame related commands.
2779 * cli/cli-decode.c (add_cmd_suppress_notification): New function.
2780 (add_prefix_cmd_suppress_notification): New function.
2781 (add_com_suppress_notification): Call
2782 add_cmd_suppress_notification.
2783 * command.h (add_cmd_suppress_notification): Declare.
2784 (add_prefix_cmd_suppress_notification): Declare.
2785 * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
2786 (parse_frame_specification): Moved from stack.c, with
2787 simplification to handle a single argument.
2788 (mi_cmd_stack_select_frame): Use parse_frame_specification, the
2789 switch to the selected frame. Add a header comment.
2790 * stack.c: Remove 'safe-ctype.h' include.
2791 (find_frame_for_function): Add declaration.
2792 (find_frame_for_address): New function.
2793 (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
2794 (frame_selection_by_function_completer): New function.
2795 (info_frame_command): Rename to...
2796 (info_frame_command_core): ...this, and update parameter types.
2797 (select_frame_command): Rename to...
2798 (select_frame_command_core): ...this, and update parameter types.
2799 (frame_command): Rename to...
2800 (frame_command_core): ...this, and update parameter types.
2801 (class frame_command_helper): New class to wrap implementations of
2802 frame related sub-commands.
2803 (frame_apply_cmd_list): New static global.
2804 (frame_cmd_list): Make static.
2805 (select_frame_cmd_list): New global for sub-commands.
2806 (info_frame_cmd_list): New global for sub-commands.
2807 (_initialize_stack): Register sub-commands for 'frame',
2808 'select-frame', and 'info frame'. Update 'frame apply' commands
2809 to use frame_apply_cmd_list. Move function local static
2810 frame_apply_list to file static frame_apply_cmd_list for
2811 consistency.
2812 * stack.h (select_frame_command): Delete declarationn.
2813 (select_frame_for_mi): Declare new function.
2814
2815 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
2818 (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
2819 and NOP.
2820
2821 2018-09-26 Simon Marchi <simon.marchi@ericsson.com>
2822
2823 * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
2824
2825 2018-09-26 Tom Tromey <tom@tromey.com>
2826
2827 * valops.c (auto_abandon): Remove dead code.
2828
2829 2018-09-26 Tom Tromey <tom@tromey.com>
2830
2831 * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
2832
2833 2018-09-24 Tom Tromey <tom@tromey.com>
2834
2835 * common/pathstuff.c (get_standard_cache_dir): Make
2836 "xdg_cache_home" and "home" const.
2837 * top.c (init_history): Make "tmpenv" const.
2838 * main.c (get_init_files): Make "homedir" const.
2839
2840 2018-09-23 Tom Tromey <tom@tromey.com>
2841
2842 PR python/18852:
2843 * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
2844
2845 2018-09-23 Tom Tromey <tom@tromey.com>
2846
2847 * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
2848 * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
2849 * python/python-internal.h (gdbpy_handle_exception): Declare.
2850 * python/py-utils.c (gdbpy_handle_exception): New function.
2851
2852 2018-09-23 Tom Tromey <tom@tromey.com>
2853
2854 PR python/17284:
2855 * python/py-type.c (typy_template_argument): Check for negative
2856 argument number.
2857
2858 2018-09-23 Tom Tromey <tom@tromey.com>
2859
2860 PR python/14062:
2861 * python/python.c (gdbpy_run_events): Do not ignore exceptions.
2862
2863 2018-09-23 Tom Tromey <tom@tromey.com>
2864
2865 PR python/18170:
2866 * python/py-value.c (valpy_int): Allow conversion from pointer
2867 type.
2868
2869 2018-09-23 Tom Tromey <tom@tromey.com>
2870
2871 PR python/20126:
2872 * python/py-value.c (valpy_int): Respect type sign.
2873
2874 2018-09-23 Tom Tromey <tom@tromey.com>
2875
2876 PR python/18352;
2877 * python/py-value.c (valpy_float): Allow conversions from int or
2878 char.
2879 (valpy_int, valpy_long): Allow conversions from float.
2880
2881 2018-09-23 Tom Tromey <tom@tromey.com>
2882
2883 * ctf.c (ctf_start): Use gdb_fopen_cloexec.
2884 * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
2885
2886 2018-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2887
2888 * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
2889 __sighndlr.
2890 * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
2891
2892 2018-08-02 Jon Turney <jon.turney@dronecode.org.uk>
2893
2894 * windows-nat.c (windows_nat_target::wait): Remove a spurious
2895 target_terminal::ours().
2896
2897 2018-09-23 Simon Marchi <simon.marchi@ericsson.com>
2898
2899 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
2900 of vl to ULONGEST.
2901
2902 2018-09-21 Yacov Simhony <ysimhony@gmail.com>
2903
2904 * breakpoint.c (update_inserted_breakpoint_locations): Remove
2905 redundant condition.
2906
2907 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2908
2909 * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
2910
2911 * procfs.c: Don't check for PR_MODEL_NATIVE definition.
2912 * sparc-sol2-nat.c: Likewise. Remove Linux, __arch64__ references.
2913 * sol-thread.c (ps_pdmodel): Don't guard definition.
2914
2915 * procfs.c: Fix formatting.
2916
2917 * procfs.c (sysset_t_alloc): Remove.
2918 (create_procinfo): Use XNEW instead of sysset_t_alloc.
2919 (procfs_debug_inferior): Likewise.
2920 (procfs_set_exec_trap): Likewise.
2921 (proc_set_traced_sysentry): Don't allocate argp dynamically.
2922 (proc_set_traced_sysexit): Likewise.
2923
2924 * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
2925 (dead_procinfo): Likewise.
2926 (proc_warn): Likewise.
2927 (proc_error): Likewise.
2928 (proc_get_LDT_entry): Likewise.
2929 (do_attach): Likewise.
2930 (procfs_target::pid_to_str): Likewise.
2931 (iterate_over_mappings): Likewise.
2932
2933 * procfs.c (create_procinfo): Fix ARI warning.
2934 (proc_get_status): Likewise.
2935 (proc_stop_process): Likewise.
2936 (proc_run_process): Likewise.
2937 (proc_kill): Likewise.
2938 (proc_get_LDT_entry): Likewise.
2939 (procfs_find_LDT_entry): Likewise.
2940 (proc_update_threads): Likewise.
2941 (proc_iterate_over_threads): Likewise.
2942 (do_attach): Likewise.
2943 (procfs_xfer_memory): Likewise.
2944 (invalidate_cache): Likewise.
2945 (procfs_target::resume): Likewise.
2946 (procfs_init_inferior): Likewise.
2947 (procfs_set_exec_trap): Likewise.
2948 (procfs_target::thread_alive): Likewise.
2949 (procfs_target::pid_to_exec_file): Likewise.
2950 (iterate_over_mappings): Likewise.
2951 (procfs_target::make_corefile_notes): Likewise.
2952 * sol-thread.c (sol_thread_target::thread_alive): Likewise.
2953
2954 * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
2955 (procfs_find_LDT_entry): Likewise.
2956 * sol-thread.c (ps_lgetLDT): Likewise.
2957
2958 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2959
2960 PR tdep/17903
2961 * procfs.c (procfs_target): Declare pid_to_exec_file.
2962 (procfs_target::pid_to_exec_file): New.
2963
2964 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2965
2966 * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
2967 renaming.
2968 Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
2969 AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
2970
2971 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2972
2973 * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
2974 (supply_fpregset, fill_fpregset): Move ...
2975 * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
2976 Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
2977 Remove references to ioctl-based procfs.
2978 Include <sys/reg.h>.
2979 Remove PR_MODEL_NATIVE guards.
2980 * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
2981 * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
2982
2983 2018-09-19 Xavier Roirand <roirand@adacore.com>
2984
2985 PR gdb/20981:
2986 * solib-darwin.c (darwin_get_dyld_bfd): New function.
2987 (darwin_solib_get_all_image_info_addr_at_init): Update call.
2988 (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
2989
2990 2018-09-19 John Baldwin <jhb@FreeBSD.org>
2991
2992 * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
2993 (fbsd_print_sockaddr_in6): Likewise.
2994
2995 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2996 Chris January <chris.january@arm.com>
2997
2998 * eval.c (skip_undetermined_arglist): Skip argument list helper.
2999 (evaluate_subexp_standard): Return a dummy type when
3000 honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
3001 OP_F77_UNDETERMINED_ARGLIST case.
3002 * expression.h (enum noside): Update comment.
3003
3004 2018-09-19 George Vasick <george.vasick@oracle.com>
3005
3006 * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
3007
3008 2018-09-19 Stefan Teleman <stefan.teleman@oracle.com>
3009 April Chin <april.chin@oracle.com>
3010 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3011
3012 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
3013 uint_t lwpid_t.
3014 (create_procinfo): Print pids in /proc without leading zeros.
3015
3016 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3017
3018 * nios2-tdep.c (nios2_gcc_target_options): New.
3019 (nios2_gdb_arch_init): Install new hook.
3020
3021 2018-09-18 Simon Marchi <simon.marchi@ericsson.com>
3022
3023 * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
3024 New file.
3025 * update-gnulib.sh: Apply patch.
3026 * configure: Re-generate.
3027
3028 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3029
3030 * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
3031 description. Make "info proc" command descriptions more
3032 consistent.
3033
3034 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3035
3036 * NEWS: Mention 'info proc files' command.
3037
3038 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3039
3040 * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
3041 descriptors for IP_FILES and IP_ALL.
3042
3043 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3044
3045 * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
3046 (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
3047 (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
3048 (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
3049 (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
3050 (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
3051 (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
3052 (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
3053 (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
3054 (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
3055 (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
3056 (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
3057 (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
3058 (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
3059 (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
3060 (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
3061 (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
3062 (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
3063 (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
3064 (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
3065 (struct fbsd_sockaddr_un): New types.
3066 (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
3067 (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
3068 (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
3069 (fbsd_core_info_proc_files): New functions.
3070 (fbsd_core_info_proc): List open file descriptors for IP_FILES and
3071 IP_ALL.
3072 * fbsd-tdep.h (fbsd_info_proc_files_header)
3073 (fbsd_info_proc_files_entry): New.
3074
3075 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3076
3077 * defs.h (enum info_proc_what) [IP_FILES]: New value.
3078 * infcmd.c (info_proc_cmd_files): New function.
3079 (_initialize_infcmd): Register 'info proc files' command.
3080
3081 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3082
3083 * gnulib/aclocal-m4-deps.mk: Re-generate.
3084 * gnulib/aclocal.m4: Re-generate.
3085 * gnulib/config.in: Re-generate.
3086 * gnulib/configure: Re-generate.
3087 * gnulib/import/Makefile.am: Re-generate.
3088 * gnulib/import/Makefile.in: Re-generate.
3089 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
3090 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
3091 * gnulib/import/arpa_inet.in.h: New file.
3092 * gnulib/import/inet_ntop.c: New file.
3093 * gnulib/import/m4/arpa_inet_h.m4: New file.
3094 * gnulib/import/m4/inet_ntop.m4: New file.
3095 * gnulib/import/m4/netinet_in_h.m4: New file.
3096 * gnulib/import/m4/socklen.m4: New file.
3097 * gnulib/import/m4/sockpfaf.m4: New file.
3098 * gnulib/import/m4/stdalign.m4: New file.
3099 * gnulib/import/m4/sys_uio_h.m4: New file.
3100 * gnulib/import/netinet_in.in.h: New file.
3101 * gnulib/import/stdalign.in.h: New file.
3102 * gnulib/import/sys_socket.c: New file.
3103 * gnulib/import/sys_socket.in.h: New file.
3104 * gnulib/import/sys_uio.in.h: New file.
3105 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
3106 module.
3107
3108 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3109
3110 * gnulib/aclocal-m4-deps.mk: New file.
3111 * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
3112 deterministically.
3113
3114 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3115
3116 * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
3117 KVE_PATH.
3118
3119 2018-09-18 Tom Tromey <tom@tromey.com>
3120
3121 * compile/compile-object-load.c (struct
3122 link_hash_table_cleanup_data): Add constructor and destructor.
3123 Use DISABLE_COPY_AND_ASSIGN.
3124 (~link_hash_table_cleanup_data): Rename from
3125 link_hash_table_free. Now a destructor.
3126 (copy_sections): Use gdb::unique_xmalloc_ptr. Remove cleanups.
3127
3128 2018-09-18 Tom Tromey <tom@tromey.com>
3129
3130 * compile/compile-object-run.c (do_module_cleanup): Use delete.
3131 * compile/compile-object-load.c (struct munmap_list): Move to
3132 header file.
3133 (munmap_list::add): Rename from munmap_list_add; rewrite.
3134 (munmap_list::~munmap_list): Rename from munmap_list_free.
3135 (munmap_listp_free_cleanup): Remove.
3136 (compile_object_load): Update.
3137 * compile/compile-object-load.h (struct munmap_list): Move from
3138 compile-object-load.c. Rewrite.
3139
3140 2018-09-18 Alan Hayward <alan.hayward@arm.com>
3141
3142 * aarch64-tdep.c (pass_in_v): Use register size.
3143 (aarch64_extract_return_value): Likewise.
3144 (aarch64_store_return_value): Likewise.
3145
3146 2018-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3147
3148 * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
3149 rlim_t.
3150
3151 2018-09-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3152
3153 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
3154 Fix short help line.
3155
3156 2018-09-17 Tom Tromey <tom@tromey.com>
3157
3158 PR python/20445:
3159 * configure: Rebuild.
3160 * configure.ac: Conditionally use -DNDEBUG for Python.
3161
3162 2018-09-17 Tom Tromey <tom@tromey.com>
3163
3164 * configure: Rebuild.
3165 * configure.ac: Use gmp as a library dependency when checking for
3166 mpfr.
3167
3168 2018-09-17 Pedro Alves <palves@redhat.com>
3169
3170 * python/py-inferior.c (find_inferior_object): Delete.
3171
3172 2018-09-17 Simon Marchi <simon.marchi@ericsson.com>
3173
3174 * compile/compile-cplus-types.c
3175 (compile_cplus_instance::enter_scope): Don't use new_scope after
3176 std::move.
3177
3178 2018-09-17 Tom Tromey <tom@tromey.com>
3179
3180 * common/pathstuff.c (get_standard_cache_dir): Use
3181 ~/Library/Caches on macOS.
3182 * common/pathstuff.h (get_standard_cache_dir): Update comment.
3183
3184 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3185
3186 PR python/23669
3187 * breakpoint.c (commands_cmd_element): New.
3188 (_initialize_breakpoint): Assign commands_cmd_element.
3189 * breakpoint.h (commands_cmd_element): New.
3190 * cli/cli-script.c (while_cmd_element, if_command,
3191 define_cmd_element): New.
3192 (command_name_equals): Remove.
3193 (process_next_line): Compare commands by pointer, not by name.
3194 (_initialize_cli_script): Assign the various cmd_list_element
3195 variables.
3196 * compile/compile.c (compile_cmd_element): New.
3197 (_initialize_compile): Assign compile_cmd_element.
3198 * compile/compile.h (compile_cmd_element): New.
3199 * guile/guile.c (guile_cmd_element): New.
3200 (install_gdb_commands): Assign guile_cmd_element.
3201 * guile/guile.h (guile_cmd_element): New.
3202 * python/python.c (python_cmd_element): New.
3203 (_initialize_python): Assign python_cmd_element.
3204 * python/python.h (python_cmd_element): New.
3205 * tracepoint.c (while_stepping_cmd_element): New.
3206 (_initialize_tracepoint): Assign while_stepping_cmd_element.
3207 * tracepoint.h (while_stepping_cmd_element): New.
3208
3209 2018-09-17 Tom Tromey <tom@tromey.com>
3210
3211 * infrun.c (save_infcall_suspend_state): Return
3212 infcall_suspend_state_up.
3213 (save_infcall_control_state): Return infcall_control_state_up.
3214 * inferior.h (save_infcall_suspend_state)
3215 (save_infcall_control_state): Declare later. Return unique
3216 pointers.
3217
3218 2018-09-17 Tom Tromey <tom@tromey.com>
3219
3220 * infrun.c (struct stop_context): Declare constructor,
3221 destructor, "changed" method.
3222 (stop_context::stop_context): Rename from save_stop_context.
3223 (stop_context::~stop_context): Rename from
3224 release_stop_context_cleanup.
3225 (normal_stop): Update.
3226 (stop_context::changed): Rename from stop_context_changed. Return
3227 bool.
3228
3229 2018-09-17 Tom Tromey <tom@tromey.com>
3230
3231 * inferior.h (struct infcall_suspend_state_deleter): New.
3232 (infcall_suspend_state_up): New typedef.
3233 (struct infcall_control_state_deleter): New.
3234 (infcall_control_state_up): New typedef.
3235 (make_cleanup_restore_infcall_suspend_state)
3236 (make_cleanup_restore_infcall_control_state): Don't declare.
3237 * infcall.c (call_function_by_hand_dummy): Update.
3238 * infrun.c (do_restore_infcall_suspend_state_cleanup)
3239 (make_cleanup_restore_infcall_suspend_state): Remove.
3240 (do_restore_infcall_control_state_cleanup)
3241 (make_cleanup_restore_infcall_control_state): Remove.
3242
3243 2018-09-17 Tom Tromey <tom@tromey.com>
3244
3245 * gdbthread.h (struct thread_control_state): Add initializer.
3246 (class thread_info) <control>: Remove initializer.
3247 * inferior.h (struct inferior_control_state): Add initializer.
3248 (class inferior) <control>: Remove initializer.
3249 (exit_inferior_1): Update.
3250 * infrun.c (struct infcall_control_state): Add constructors.
3251 (save_infcall_control_state): Use new.
3252 (restore_infcall_control_state, discard_infcall_control_state):
3253 Use delete.
3254
3255 2018-09-17 Tom Tromey <tom@tromey.com>
3256
3257 * infrun.c (struct infcall_suspend_state) <registers>: Now a
3258 unique_ptr.
3259 <siginfo_data>: Now a unique_xmalloc_ptr.
3260 (save_infcall_suspend_state, restore_infcall_suspend_state)
3261 (discard_infcall_suspend_state)
3262 (get_infcall_suspend_state_regcache): Update.
3263
3264 2018-09-17 Tom Tromey <tom@tromey.com>
3265
3266 * gdbthread.h (struct thread_suspend_state): Add initializers.
3267 (class thread_info) <suspend>: Remove initializer.
3268 * infrun.c (struct infcall_suspend_state): Add initializers.
3269 (save_infcall_suspend_state): Use new.
3270 (discard_infcall_suspend_state): Use delete.
3271
3272 2018-09-16 Tom Tromey <tom@tromey.com>
3273
3274 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3275 Remove.
3276 * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
3277 rvalue reference. Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3278 (py_varobj_iter_new): Likewise.
3279 (py_varobj_get_iterator): Use gdbpy_ref.
3280
3281 2018-09-16 Tom Tromey <tom@tromey.com>
3282
3283 * python/py-threadevent.c (py_get_event_thread): Simplify.
3284 * python/py-inferior.c (infpy_thread_from_thread_handle):
3285 Return immediately after calling thread_to_thread_object. Use
3286 Py_RETURN_NONE.
3287 (thread_to_thread_object): Set the exception on a NULL return.
3288
3289 2018-09-16 Simon Marchi <simon.marchi@polymtl.ca>
3290
3291 * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
3292
3293 2018-09-16 Tom Tromey <tom@tromey.com>
3294
3295 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3296 Remove.
3297
3298 2018-09-16 Tom Tromey <tom@tromey.com>
3299
3300 * python/python-internal.h (thread_to_thread_object): Change
3301 return type.
3302 * python/py-inferior.c (thread_to_thread_object): Return a new
3303 reference.
3304 (infpy_thread_from_thread_handle): Update.
3305 * python/py-infthread.c (gdbpy_selected_thread): Update.
3306 * python/py-stopevent.c (create_stop_event_object): Update.
3307 * python/py-threadevent.c (py_get_event_thread): Return a new
3308 reference.
3309 (py_get_event_thread): Update.
3310 * python/py-event.h (py_get_event_thread): Change return type.
3311 * python/py-continueevent.c (create_continue_event_object):
3312 Update.
3313
3314 2018-09-16 Tom Tromey <tom@tromey.com>
3315
3316 * python/py-progspace.c (pspy_get_objfiles): Update.
3317 * python/python-internal.h (objfile_to_objfile_object): Change
3318 return type.
3319 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3320 Update.
3321 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3322 Update.
3323 * python/python.c (gdbpy_get_current_objfile): Update.
3324 (gdbpy_objfiles): Update.
3325 * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
3326 Update.
3327 (objfile_to_objfile_object): Return a new reference.
3328 * python/py-symtab.c (stpy_get_objfile): Update.
3329 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3330 Update.
3331
3332 2018-09-16 Tom Tromey <tom@tromey.com>
3333
3334 * python/py-inferior.c (infpy_get_progspace): Update.
3335 * python/python-internal.h (pspace_to_pspace_object): Change
3336 return type.
3337 * python/py-newobjfileevent.c
3338 (create_clear_objfiles_event_object): Update.
3339 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3340 Update.
3341 * python/python.c (gdbpy_get_current_progspace): Update.
3342 (gdbpy_progspaces): Update.
3343 * python/py-progspace.c (pspace_to_pspace_object): Return a new
3344 reference.
3345 * python/py-objfile.c (objfpy_get_progspace): Update.
3346 * python/py-prettyprint.c (find_pretty_printer_from_progspace):
3347 Update.
3348
3349 2018-09-16 Tom Tromey <tom@tromey.com>
3350
3351 * python/lib/gdb/__init__.py (current_progspace, objfiles)
3352 (solib_name, block_for_pc, find_pc_line): New functions.
3353 (execute_unwinders): Update.
3354 * python/py-block.c (gdbpy_block_for_pc): Remove.
3355 * python/py-inferior.c (infpy_get_progspace): New function.
3356 (inferior_object_getset) <progspace>: Add.
3357 * python/py-progspace.c (pspy_objfiles): Rewrite.
3358 (pspy_solib_name, pspy_block_for_pc)
3359 (pspy_find_pc_line, pspy_is_valid): New functions.
3360 (progspace_object_methods): Add entries for solib_name,
3361 block_for_pc, find_pc_line, is_valid.
3362 * python/python-internal.h (gdbpy_block_for_pc)
3363 (build_objfiles_list): Don't declare.
3364 * python/python.c: Don't include solib.h.
3365 (gdbpy_solib_name, gdbpy_find_pc_line)
3366 (gdbpy_get_current_progspace, build_objfiles_list)
3367 (gdbpy_objfiles): Remove.
3368 (GdbMethods) <current_progspace, objfiles, block_for_pc,
3369 solib_name, find_pc_line>: Remove entries.
3370
3371 2018-09-16 Tom Tromey <tom@tromey.com>
3372
3373 * top.c (new_ui_command): Use GNU style for metasyntactic
3374 variables.
3375 * breakpoint.c (stopat_command): Use GNU style for metasyntactic
3376 variables.
3377 * maint.c (maintenance_translate_address): Remove "<>" around
3378 text.
3379 * interps.c (interpreter_exec_cmd): Use GNU style for
3380 metasyntactic variables.
3381 * nto-procfs.c (nto_procfs_target_info): Use GNU style for
3382 metasyntactic variables.
3383 * tracepoint.c (tfind_range_command): Use GNU style for
3384 metasyntactic variables.
3385 (tfind_outside_command): Likewise.
3386 (_initialize_tracepoint): Likewise.
3387 * remote.c (extended_remote_target::create_inferior): Use GNU
3388 style for metasyntactic variables.
3389 * sparc64-tdep.c (adi_examine_command): Use GNU style for
3390 metasyntactic variables.
3391 (adi_assign_command): Likewise.
3392
3393 2018-09-16 Tom Tromey <tom@tromey.com>
3394
3395 * disasm.c (show_disassembler_options_sfunc): Use GNU style for
3396 metasyntactic variables. Print message if no disassembler options
3397 are available.
3398
3399 2018-09-15 Tom Tromey <tom@tromey.com>
3400
3401 * infcmd.c (get_inferior_args): Return const char *.
3402 * inferior.h (get_inferior_args): Return type now const.
3403 * linux-tdep.c (linux_fill_prpsinfo): Update.
3404 * procfs.c (procfs_target::make_corefile_notes): Update.
3405
3406 2018-09-07 Tom Tromey <tom@tromey.com>
3407
3408 * python/python.c (execute_gdb_command): Call bpstat_do_actions
3409 inside the TRY.
3410
3411 2018-09-14 Sandra Loosemore <sandra@codesourcery.com>
3412
3413 * nios2-tdep.c (nios2_type_align): New.
3414 (nios2_gdb_arch_init): Install type_align hook.
3415
3416 2018-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * eval.c (fake_method::fake_method): Call xzalloc directly for a
3419 type that is neither object file owned, nor gdbarch owned.
3420 * gdbtypes.c (get_type_gdbarch): Add an assert that returned
3421 gdbarch is non-NULL.
3422 (alloc_type_instance): Allocate non-objfile owned types on the
3423 gdbarch obstack.
3424 (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
3425 using TYPE_ALLOC to ensure memory is allocated on the correct
3426 obstack.
3427 * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
3428 obstack, or the gdbarch obstack.
3429 (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
3430
3431 2018-09-14 Tom Tromey <tom@tromey.com>
3432
3433 * infcall.c (call_function_by_hand_dummy): Remove unnecessary
3434 block.
3435
3436 2018-09-14 Tom Tromey <tom@tromey.com>
3437
3438 * nat/fork-inferior.c (get_startup_shell): Remove "static".
3439
3440 2018-09-13 Tom Tromey <tom@tromey.com>
3441
3442 * python/py-inferior.c (infpy_thread_from_thread_handle): Now
3443 static.
3444
3445 2018-09-13 Tom Tromey <tom@tromey.com>
3446
3447 * exec.c (try_open_exec_file): Use std::string.
3448
3449 2018-09-13 Tom Tromey <tom@tromey.com>
3450
3451 * utils.h (gdb_bfd_errmsg): Return std::string.
3452 * exec.c (exec_file_attach): Update.
3453 * compile/compile-object-load.c (compile_object_load): Update.
3454 * utils.c (gdb_bfd_errmsg): Return std::string.
3455
3456 2018-09-13 Tom Tromey <tom@tromey.com>
3457
3458 * procfs.c (struct procinfo_deleter): New.
3459 (procinfo_up): New typedef.
3460 (do_destroy_procinfo_cleanup): Remove.
3461 (procfs_target::info_proc): Use procinfo_up. Remove cleanups.
3462
3463 2018-09-13 Tom Tromey <tom@tromey.com>
3464
3465 * source.c (add_path): Use gdb::unique_xmalloc_ptr.
3466
3467 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3468 2018-09-13 Tom Tromey <tom@tromey.com>
3469
3470 * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
3471 (pspy_get_objfiles): New function.
3472 (progspace_object_methods): New.
3473 (pspace_object_type): Add tp_methods callback.
3474 * python/python-internal.h (build_objfiles_list): New
3475 declaration.
3476 * python/python.c (build_objfiles_list): New function.
3477 (gdbpy_objfiles): Implement using build_objfiles_list.
3478 * NEWS: Mention the Progspace.objfiles method.
3479
3480 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3481
3482 * python/py-inferior.c (infpy_get_progspace): New function.
3483 (inferior_object_getset): Add progspace property.
3484 * NEWS: Mention the new property.
3485
3486 2018-09-13 Tom Tromey <tom@tromey.com>
3487
3488 PR rust/23650:
3489 * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
3490
3491 2018-09-13 Tom Tromey <tom@tromey.com>
3492
3493 PR rust/23626:
3494 * rust-lang.c (rust_enum_variant): Now static.
3495 (rust_empty_enum_p): New function.
3496 (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
3497 Handle empty enum.
3498
3499 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3500
3501 * python/py-inferior.c (infpy_repr): New.
3502 (inferior_object_type): Register infpy_repr.
3503 * python/py-objfile.c (objfpy_repr): New.
3504 (objfile_object_type): Register objfpy_repr.
3505
3506 2018-09-12 John Baldwin <jhb@FreeBSD.org>
3507
3508 * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
3509
3510 2018-09-12 John Baldwin <jhb@FreeBSD.org>
3511
3512 * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
3513 typo.
3514
3515 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
3516
3517 * common/common-utils.c: Don't include '<sys/stat.h>'.
3518 (is_regular_file): Move to...
3519 * common/filestuff.c (is_regular_file): ... here.
3520 * common/common-utils.h (is_regular_file): Move to...
3521 * common/filestuff.h (is_regular_file): ... here.
3522
3523 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3524
3525 * skip.c (debug_skip): New variable.
3526 (skiplist_entry::do_skip_file_p): Add debug output.
3527 (skiplist_entry::do_skip_gfile_p): Likewise.
3528 (skiplist_entry::skip_function_p): Likewise.
3529 (_initialize_step_skip): Create debug command.
3530 * NEWS: Mention set/show debug skip.
3531
3532 2018-09-11 Xavier Roirand <roirand@adacore.com>
3533
3534 * darwin-nat.c (should_disable_startup_with_shell):
3535 New function.
3536 (darwin_nat_target::create_inferior): Add call.
3537
3538 2018-09-11 Xavier Roirand <roirand@adacore.com>
3539
3540 * darwin-nat.h (struct darwin_thread_info) <gdb_port,
3541 inf_port, msg_state>: Initialize.
3542 (struct darwin_thread_info) <signaled, single_step>: Change
3543 type and initialize.
3544 (struct darwin_thread_info) <event>: Initialize.
3545
3546 2018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3547
3548 PR gdb/23555
3549 PR gdb/23558
3550 * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
3551 guesses.
3552
3553 2018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3554
3555 Revert:
3556 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
3557
3558 PR gdb/23555
3559 PR gdb/23558
3560 * gnulib/aclocal.m4: Regenerate.
3561 * gnulib/config.in: Regenerate.
3562 * gnulib/configure: Regenerate.
3563 * gnulib/import/Makefile.am: Update.
3564 * gnulib/import/Makefile.in: Update.
3565 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3566 * gnulib/import/_Noreturn.h: ... this.
3567 * gnulib/import/alloca.in.h: Update.
3568 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3569 * gnulib/import/arg-nonnull.h: ... this.
3570 * gnulib/import/assure.h: Update.
3571 * gnulib/import/at-func.c: Update.
3572 * gnulib/import/basename-lgpl.c: Update.
3573 * gnulib/import/extra/snippet/c++defs.h: Rename to...
3574 * gnulib/import/c++defs.h: ... this.
3575 * gnulib/import/canonicalize-lgpl.c: Update.
3576 * gnulib/import/cdefs.h: Update.
3577 * gnulib/import/chdir-long.c: Update.
3578 * gnulib/import/chdir-long.h: Update.
3579 * gnulib/import/cloexec.c: Update.
3580 * gnulib/import/cloexec.h: Update.
3581 * gnulib/import/close.c: Update.
3582 * gnulib/import/closedir.c: Update.
3583 * gnulib/import/config.charset: Update.
3584 * gnulib/import/dirent-private.h: Update.
3585 * gnulib/import/dirent.in.h: Update.
3586 * gnulib/import/dirfd.c: Update.
3587 * gnulib/import/dirname-lgpl.c: Update.
3588 * gnulib/import/dirname.h: Update.
3589 * gnulib/import/dosname.h: Update.
3590 * gnulib/import/dup-safer-flag.c: Update.
3591 * gnulib/import/dup-safer.c: Update.
3592 * gnulib/import/dup.c: Update.
3593 * gnulib/import/dup2.c: Update.
3594 * gnulib/import/errno.in.h: Update.
3595 * gnulib/import/error.c: Update.
3596 * gnulib/import/error.h: Update.
3597 * gnulib/import/exitfail.c: Update.
3598 * gnulib/import/exitfail.h: Update.
3599 * gnulib/import/extra/update-copyright: Update.
3600 * gnulib/import/fchdir.c: Update.
3601 * gnulib/import/fcntl.c: Update.
3602 * gnulib/import/fcntl.in.h: Update.
3603 * gnulib/import/fd-hook.c: Update.
3604 * gnulib/import/fd-hook.h: Update.
3605 * gnulib/import/fd-safer-flag.c: Update.
3606 * gnulib/import/fd-safer.c: Update.
3607 * gnulib/import/fdopendir.c: Update.
3608 * gnulib/import/filename.h: Update.
3609 * gnulib/import/filenamecat-lgpl.c: Update.
3610 * gnulib/import/filenamecat.h: Update.
3611 * gnulib/import/flexmember.h: Update.
3612 * gnulib/import/float+.h: Update.
3613 * gnulib/import/float.c: Update.
3614 * gnulib/import/float.in.h: Update.
3615 * gnulib/import/fnmatch.c: Update.
3616 * gnulib/import/fnmatch.in.h: Update.
3617 * gnulib/import/fnmatch_loop.c: Update.
3618 * gnulib/import/fpucw.h: Update.
3619 * gnulib/import/frexp.c: Update.
3620 * gnulib/import/frexpl.c: Update.
3621 * gnulib/import/fstat.c: Update.
3622 * gnulib/import/fstatat.c: Update.
3623 * gnulib/import/getcwd-lgpl.c: Update.
3624 * gnulib/import/getcwd.c: Update.
3625 * gnulib/import/getdtablesize.c: Update.
3626 * gnulib/import/getlogin_r.c: Update.
3627 * gnulib/import/getprogname.c: Update.
3628 * gnulib/import/getprogname.h: Update.
3629 * gnulib/import/gettext.h: Update.
3630 * gnulib/import/gettimeofday.c: Update.
3631 * gnulib/import/glob-libc.h: Update.
3632 * gnulib/import/glob.c: Update.
3633 * gnulib/import/glob.in.h: Update.
3634 * gnulib/import/glob_internal.h: Update.
3635 * gnulib/import/glob_pattern_p.c: Update.
3636 * gnulib/import/globfree.c: Update.
3637 * gnulib/import/hard-locale.c: Update.
3638 * gnulib/import/hard-locale.h: Update.
3639 * gnulib/import/intprops.h: Update.
3640 * gnulib/import/inttypes.in.h: Update.
3641 * gnulib/import/isnan.c: Update.
3642 * gnulib/import/isnand-nolibm.h: Update.
3643 * gnulib/import/isnand.c: Update.
3644 * gnulib/import/isnanl-nolibm.h: Update.
3645 * gnulib/import/isnanl.c: Update.
3646 * gnulib/import/itold.c: Update.
3647 * gnulib/import/libc-config.h: Update.
3648 * gnulib/import/limits.in.h: Update.
3649 * gnulib/import/localcharset.c: Update.
3650 * gnulib/import/localcharset.h: Update.
3651 * gnulib/import/localtime-buffer.c: Update.
3652 * gnulib/import/localtime-buffer.h: Update.
3653 * gnulib/import/lstat.c: Update.
3654 * gnulib/import/m4/00gnulib.m4: Update.
3655 * gnulib/import/m4/__inline.m4: Update.
3656 * gnulib/import/m4/absolute-header.m4: Update.
3657 * gnulib/import/m4/alloca.m4: Update.
3658 * gnulib/import/m4/builtin-expect.m4: Update.
3659 * gnulib/import/m4/canonicalize.m4: Update.
3660 * gnulib/import/m4/chdir-long.m4: Update.
3661 * gnulib/import/m4/close.m4: Update.
3662 * gnulib/import/m4/closedir.m4: Update.
3663 * gnulib/import/m4/configmake.m4: Update.
3664 * gnulib/import/m4/d-ino.m4: Update.
3665 * gnulib/import/m4/d-type.m4: Update.
3666 * gnulib/import/m4/dirent_h.m4: Update.
3667 * gnulib/import/m4/dirfd.m4: Update.
3668 * gnulib/import/m4/dirname.m4: Update.
3669 * gnulib/import/m4/double-slash-root.m4: Update.
3670 * gnulib/import/m4/dup.m4: Update.
3671 * gnulib/import/m4/dup2.m4: Update.
3672 * gnulib/import/m4/eealloc.m4: Update.
3673 * gnulib/import/m4/environ.m4: Update.
3674 * gnulib/import/m4/errno_h.m4: Update.
3675 * gnulib/import/m4/error.m4: Update.
3676 * gnulib/import/m4/exponentd.m4: Update.
3677 * gnulib/import/m4/exponentl.m4: Update.
3678 * gnulib/import/m4/extensions.m4: Update.
3679 * gnulib/import/m4/extern-inline.m4: Update.
3680 * gnulib/import/m4/fchdir.m4: Update.
3681 * gnulib/import/m4/fcntl-o.m4: Update.
3682 * gnulib/import/m4/fcntl.m4: Update.
3683 * gnulib/import/m4/fcntl_h.m4: Update.
3684 * gnulib/import/m4/fdopendir.m4: Update.
3685 * gnulib/import/m4/filenamecat.m4: Update.
3686 * gnulib/import/m4/flexmember.m4: Update.
3687 * gnulib/import/m4/float_h.m4: Update.
3688 * gnulib/import/m4/fnmatch.m4: Update.
3689 * gnulib/import/m4/fnmatch_h.m4: Update.
3690 * gnulib/import/m4/fpieee.m4: Update.
3691 * gnulib/import/m4/frexp.m4: Update.
3692 * gnulib/import/m4/frexpl.m4: Update.
3693 * gnulib/import/m4/fstat.m4: Update.
3694 * gnulib/import/m4/fstatat.m4: Update.
3695 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
3696 * gnulib/import/m4/getcwd-path-max.m4: Update.
3697 * gnulib/import/m4/getcwd.m4: Update.
3698 * gnulib/import/m4/getdtablesize.m4: Update.
3699 * gnulib/import/m4/getlogin.m4: Update.
3700 * gnulib/import/m4/getlogin_r.m4: Update.
3701 * gnulib/import/m4/getpagesize.m4: Update.
3702 * gnulib/import/m4/getprogname.m4: Update.
3703 * gnulib/import/m4/gettimeofday.m4: Update.
3704 * gnulib/import/m4/glibc21.m4: Update.
3705 * gnulib/import/m4/glob.m4: Update.
3706 * gnulib/import/m4/glob_h.m4: Update.
3707 * gnulib/import/m4/gnulib-cache.m4: Update.
3708 * gnulib/import/m4/gnulib-common.m4: Update.
3709 * gnulib/import/m4/gnulib-comp.m4: Update.
3710 * gnulib/import/m4/gnulib-tool.m4: Update.
3711 * gnulib/import/m4/hard-locale.m4: Update.
3712 * gnulib/import/m4/include_next.m4: Update.
3713 * gnulib/import/m4/inttypes-pri.m4: Update.
3714 * gnulib/import/m4/inttypes.m4: Update.
3715 * gnulib/import/m4/isnand.m4: Update.
3716 * gnulib/import/m4/isnanl.m4: Update.
3717 * gnulib/import/m4/largefile.m4: Update.
3718 * gnulib/import/m4/limits-h.m4: Update.
3719 * gnulib/import/m4/localcharset.m4: Update.
3720 * gnulib/import/m4/locale-fr.m4: Update.
3721 * gnulib/import/m4/locale-ja.m4: Update.
3722 * gnulib/import/m4/locale-zh.m4: Update.
3723 * gnulib/import/m4/localtime-buffer.m4: Update.
3724 * gnulib/import/m4/longlong.m4: Update.
3725 * gnulib/import/m4/lstat.m4: Update.
3726 * gnulib/import/m4/malloc.m4: Update.
3727 * gnulib/import/m4/malloca.m4: Update.
3728 * gnulib/import/m4/math_h.m4: Update.
3729 * gnulib/import/m4/mbrtowc.m4: Update.
3730 * gnulib/import/m4/mbsinit.m4: Update.
3731 * gnulib/import/m4/mbsrtowcs.m4: Update.
3732 * gnulib/import/m4/mbstate_t.m4: Update.
3733 * gnulib/import/m4/memchr.m4: Update.
3734 * gnulib/import/m4/memmem.m4: Update.
3735 * gnulib/import/m4/mempcpy.m4: Update.
3736 * gnulib/import/m4/memrchr.m4: Update.
3737 * gnulib/import/m4/mkdir.m4: Update.
3738 * gnulib/import/m4/mkstemp.m4: Update.
3739 * gnulib/import/m4/mmap-anon.m4: Update.
3740 * gnulib/import/m4/mode_t.m4: Update.
3741 * gnulib/import/m4/msvc-inval.m4: Update.
3742 * gnulib/import/m4/msvc-nothrow.m4: Update.
3743 * gnulib/import/m4/multiarch.m4: Update.
3744 * gnulib/import/m4/nocrash.m4: Update.
3745 * gnulib/import/m4/off_t.m4: Update.
3746 * gnulib/import/m4/onceonly.m4: Update.
3747 * gnulib/import/m4/open-cloexec.m4: Update.
3748 * gnulib/import/m4/open.m4: Update.
3749 * gnulib/import/m4/openat.m4: Update.
3750 * gnulib/import/m4/opendir.m4: Update.
3751 * gnulib/import/m4/pathmax.m4: Update.
3752 * gnulib/import/m4/rawmemchr.m4: Update.
3753 * gnulib/import/m4/readdir.m4: Update.
3754 * gnulib/import/m4/readlink.m4: Update.
3755 * gnulib/import/m4/realloc.m4: Update.
3756 * gnulib/import/m4/rename.m4: Update.
3757 * gnulib/import/m4/rewinddir.m4: Update.
3758 * gnulib/import/m4/rmdir.m4: Update.
3759 * gnulib/import/m4/save-cwd.m4: Update.
3760 * gnulib/import/m4/secure_getenv.m4: Update.
3761 * gnulib/import/m4/setenv.m4: Update.
3762 * gnulib/import/m4/signal_h.m4: Update.
3763 * gnulib/import/m4/ssize_t.m4: Update.
3764 * gnulib/import/m4/stat-time.m4: Update.
3765 * gnulib/import/m4/stat.m4: Update.
3766 * gnulib/import/m4/std-gnu11.m4: Update.
3767 * gnulib/import/m4/stdbool.m4: Update.
3768 * gnulib/import/m4/stddef_h.m4: Update.
3769 * gnulib/import/m4/stdint.m4: Update.
3770 * gnulib/import/m4/stdio_h.m4: Update.
3771 * gnulib/import/m4/stdlib_h.m4: Update.
3772 * gnulib/import/m4/strchrnul.m4: Update.
3773 * gnulib/import/m4/strdup.m4: Update.
3774 * gnulib/import/m4/strerror.m4: Update.
3775 * gnulib/import/m4/string_h.m4: Update.
3776 * gnulib/import/m4/strstr.m4: Update.
3777 * gnulib/import/m4/strtok_r.m4: Update.
3778 * gnulib/import/m4/sys_socket_h.m4: Update.
3779 * gnulib/import/m4/sys_stat_h.m4: Update.
3780 * gnulib/import/m4/sys_time_h.m4: Update.
3781 * gnulib/import/m4/sys_types_h.m4: Update.
3782 * gnulib/import/m4/tempname.m4: Update.
3783 * gnulib/import/m4/time_h.m4: Update.
3784 * gnulib/import/m4/unistd-safer.m4: Update.
3785 * gnulib/import/m4/unistd_h.m4: Update.
3786 * gnulib/import/m4/warn-on-use.m4: Update.
3787 * gnulib/import/m4/wchar_h.m4: Update.
3788 * gnulib/import/m4/wchar_t.m4: Update.
3789 * gnulib/import/m4/wctype_h.m4: Update.
3790 * gnulib/import/m4/wint_t.m4: Update.
3791 * gnulib/import/malloc.c: Update.
3792 * gnulib/import/malloc/scratch_buffer.h: Update.
3793 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
3794 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
3795 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
3796 * gnulib/import/malloca.c: Update.
3797 * gnulib/import/malloca.h: Update.
3798 * gnulib/import/malloca.valgrind: Update.
3799 * gnulib/import/math.in.h: Update.
3800 * gnulib/import/mbrtowc.c: Update.
3801 * gnulib/import/mbsinit.c: Update.
3802 * gnulib/import/mbsrtowcs-impl.h: Update.
3803 * gnulib/import/mbsrtowcs-state.c: Update.
3804 * gnulib/import/mbsrtowcs.c: Update.
3805 * gnulib/import/memchr.c: Update.
3806 * gnulib/import/memmem.c: Update.
3807 * gnulib/import/mempcpy.c: Update.
3808 * gnulib/import/memrchr.c: Update.
3809 * gnulib/import/mkdir.c: Update.
3810 * gnulib/import/mkstemp.c: Update.
3811 * gnulib/import/msvc-inval.c: Update.
3812 * gnulib/import/msvc-inval.h: Update.
3813 * gnulib/import/msvc-nothrow.c: Update.
3814 * gnulib/import/msvc-nothrow.h: Update.
3815 * gnulib/import/open.c: Update.
3816 * gnulib/import/openat-die.c: Update.
3817 * gnulib/import/openat-priv.h: Update.
3818 * gnulib/import/openat-proc.c: Update.
3819 * gnulib/import/openat.c: Update.
3820 * gnulib/import/openat.h: Update.
3821 * gnulib/import/opendir.c: Update.
3822 * gnulib/import/pathmax.h: Update.
3823 * gnulib/import/pipe-safer.c: Update.
3824 * gnulib/import/rawmemchr.c: Update.
3825 * gnulib/import/readdir.c: Update.
3826 * gnulib/import/readlink.c: Update.
3827 * gnulib/import/realloc.c: Update.
3828 * gnulib/import/ref-add.sin: Update.
3829 * gnulib/import/ref-del.sin: Update.
3830 * gnulib/import/rename.c: Update.
3831 * gnulib/import/rewinddir.c: Update.
3832 * gnulib/import/rmdir.c: Update.
3833 * gnulib/import/same-inode.h: Update.
3834 * gnulib/import/save-cwd.c: Update.
3835 * gnulib/import/save-cwd.h: Update.
3836 * gnulib/import/scratch_buffer.h: Update.
3837 * gnulib/import/secure_getenv.c: Update.
3838 * gnulib/import/setenv.c: Update.
3839 * gnulib/import/signal.in.h: Update.
3840 * gnulib/import/stat-time.c: Update.
3841 * gnulib/import/stat-time.h: Update.
3842 * gnulib/import/stat-w32.c: Update.
3843 * gnulib/import/stat-w32.h: Update.
3844 * gnulib/import/stat.c: Update.
3845 * gnulib/import/stdbool.in.h: Update.
3846 * gnulib/import/stddef.in.h: Update.
3847 * gnulib/import/stdint.in.h: Update.
3848 * gnulib/import/stdio.in.h: Update.
3849 * gnulib/import/stdlib.in.h: Update.
3850 * gnulib/import/str-two-way.h: Update.
3851 * gnulib/import/strchrnul.c: Update.
3852 * gnulib/import/strdup.c: Update.
3853 * gnulib/import/streq.h: Update.
3854 * gnulib/import/strerror-override.c: Update.
3855 * gnulib/import/strerror-override.h: Update.
3856 * gnulib/import/strerror.c: Update.
3857 * gnulib/import/string.in.h: Update.
3858 * gnulib/import/stripslash.c: Update.
3859 * gnulib/import/strnlen1.c: Update.
3860 * gnulib/import/strnlen1.h: Update.
3861 * gnulib/import/strstr.c: Update.
3862 * gnulib/import/strtok_r.c: Update.
3863 * gnulib/import/sys_stat.in.h: Update.
3864 * gnulib/import/sys_time.in.h: Update.
3865 * gnulib/import/sys_types.in.h: Update.
3866 * gnulib/import/tempname.c: Update.
3867 * gnulib/import/tempname.h: Update.
3868 * gnulib/import/time.in.h: Update.
3869 * gnulib/import/unistd--.h: Update.
3870 * gnulib/import/unistd-safer.h: Update.
3871 * gnulib/import/unistd.in.h: Update.
3872 * gnulib/import/unsetenv.c: Update.
3873 * gnulib/import/verify.h: Update.
3874 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3875 * gnulib/import/wchar.in.h: Update.
3876 * gnulib/import/wctype.in.h: Update.
3877 * gnulib/import/xalloc-oversized.h: Update.
3878 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3879 "53e2c179f26a890fa6685af4b6c1397ee370433b".
3880
3881 2018-09-10 Simon Marchi <simon.marchi@ericsson.com>
3882
3883 * record-btrace.c (get_thread_current_frame): Remove
3884 old_inferior_ptid.
3885
3886 2018-09-10 Jerome Guitton <guitton@adacore.com>
3887
3888 * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
3889 with check_tag to 1 if and only if the type is tagged and the
3890 component being searched cannot been found in the current
3891 view. Otherwise, always call ada_to_fixed_type with
3892 check_tag to 0.
3893
3894 2018-09-10 Xavier Roirand <roirand@adacore.com>
3895
3896 * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
3897 declaration.
3898 * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
3899 * ada-varobj.c (ada_varobj_get_number_of_children,
3900 ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
3901
3902 2018-09-10 Xavier Roirand <roirand@adacore.com>
3903
3904 * ada-valprint.c (ada_value_print): Use type instead of
3905 enclosing type.
3906
3907 2018-09-10 Xavier Roirand <roirand@adacore.com>
3908
3909 * ada-lang.c (ada_value_subscript): Handle case when parameter is
3910 an array of access to unconstrained array.
3911
3912 2018-09-10 Xavier Roirand <roirand@adacore.com>
3913
3914 * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
3915 (ada_check_typedef): Use it.
3916
3917 2018-09-10 Xavier Roirand <roirand@adacore.com>
3918
3919 * ada-varobj.c (ada_varobj_describe_struct_child)
3920 (ada_varobj_describe_child): Handle union case like struct one.
3921
3922 2018-09-10 Tom Tromey <tom@tromey.com>
3923
3924 PR python/18380:
3925 * python/python.c (_initialize_python): Make example in "python"
3926 help work in Python 3.
3927
3928 2018-09-10 Eli Zaretskii <eliz@gnu.org>
3929
3930 * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
3931 INSTALL_PROGRAM to install gdb-add-index.sh. Don't append
3932 $(EXEEXT) to the script, as it is not a program.
3933
3934 2018-09-09 Simon Marchi <simon.marchi@ericsson.com>
3935
3936 * python/py-prettyprint.c (pretty_print_one_value): Return
3937 gdbpy_ref<>.
3938 (print_string_repr): Adjust.
3939 (apply_varobj_pretty_printer): Return gdbpy_ref<>.
3940 * python/python-internal.h (apply_varobj_pretty_printer): Return
3941 gdbpy_ref<>.
3942 * varobj.c (varobj_value_get_print_value): Adjust.
3943
3944 2018-09-08 Tom Tromey <tom@tromey.com>
3945
3946 PR python/16047:
3947 * python/py-prettyprint.c (pretty_print_one_value): Check for
3948 to_string method.
3949
3950 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3951
3952 * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
3953 replace_operator_with_call.
3954
3955 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3956
3957 * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
3958
3959 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3960
3961 * ada-typeprint.c (print_range): Print the bounds using TYPE
3962 rather than its TYPE_TARGET_TYPE.
3963
3964 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3965
3966 * ada-lang.c (ada_to_fixed_value): Minor reformatting in
3967 call to ada_to_fixed_value_create.
3968
3969 2018-09-08 Jerome Guitton <guitton@adacore.com>
3970
3971 * ada-lang.c (ada_decode): strip dot prefix in symbol name.
3972
3973 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3974
3975 * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
3976 by calls to error.
3977
3978 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3979
3980 * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
3981 Move update of loop variable "fi".
3982
3983 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3984
3985 * ada-lang.c (value_assign_to_component): In the case of
3986 big-endian targets, extract the bits of the given VAL
3987 using an src_offset of zero if container is not a scalar.
3988
3989 2018-09-06 Simon Ser <contact@emersion.fr>
3990
3991 PR gdb/23105
3992 * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
3993 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
3994 * fbsd-tdep.c (fbsd_make_note_desc): New.
3995 (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
3996 NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
3997 * target.h (enum target_object) Add FreeBSD-specific
3998 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
3999
4000 2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4001
4002 * compile/compile-c.h (generate_c_for_variable_locations):
4003 Change reference to pointer.
4004 * compile/compile-c-support.c (compile_program) <compute>:
4005 Likewise.
4006 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
4007 (generate_c_for_for_one_variable): Likewise
4008 (generate_c_for_variable_locations): Likewise
4009 * compile/compile-c-types.c (compile_c_instance::convert_type):
4010 Likewise
4011 * compile/compile-cplus-symbols.c (convert_one_symbol):
4012 std::move the scope passed to enter_scope.
4013 * compile/compile-cplus-types.c
4014 (compile_cplus_instance::enter_scope): Make parameter
4015 rvalue-reference.
4016 (compile_cplus_instance::new_scope): Change reference to
4017 pointer.
4018 (compile_cplus_instance::convert_type): Likewise
4019 (compile_cplus_convert_typedef): std::move the scope passed to
4020 enter_scope.
4021 (compile_cplus_convert_struct_or_union): Likewise.
4022 (compile_cplus_convert_enum): Likewise.
4023 (compile_cplus_convert_namespace): Likewise.
4024 * compile/compile-cplus.h (compile_cplus_instance)
4025 <enter_scope>: Make parameter rvalue-reference.
4026 * compile/compile-internal.h (compile_instance)
4027 <get_cached_type>: Likewise
4028 * compile/compile-loc2c.c (push): Likewise
4029 (pushf): Likewise
4030 (unary): Likewise
4031 (binary): Likewise
4032 (print_label): Likewise
4033 (pushf_register_address): Likewise
4034 (pushf_register): Likewise
4035 (do_compile_dwarf_expr_to_c): Likewise
4036 (compile_dwarf_expr_to_c): Likewise
4037 (compile_dwarf_bounds_to_c): Likewise
4038 * compile/compile.c (compile_instance::get_cached_type):
4039 Likewise
4040 * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
4041 (compile_dwarf_bounds_to_c): Likewise
4042 * dwarf2loc.c (locexpr_generate_c_location): Likewise.
4043 (dwarf2_compile_property_to_c): Likewise
4044 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
4045 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
4046 Likewise
4047
4048 2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4049
4050 * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
4051 * tui/tui-data.c (init_content_element): Don't initialize it.
4052
4053 2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4054
4055 * tui/tui-data.h (struct tui_win_info)
4056 <detail::opaque>: Remove.
4057 * tui/tui-data.c (init_win_info): Remove assignment.
4058
4059 2018-09-05 Tom Tromey <tom@tromey.com>
4060
4061 * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
4062 -Wformat-nonliteral.
4063 * target-float.c (host_float_ops<T>::to_string)
4064 (host_float_ops<T>::from_string): Use
4065 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4066 * configure: Rebuild.
4067
4068 2018-09-05 Simon Marchi <simon.marchi@ericsson.com>
4069
4070 * printcmd.c (printf_c_string): Use
4071 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4072 (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
4073
4074 2018-09-05 Tom Tromey <tom@tromey.com>
4075
4076 * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
4077
4078 2018-09-05 Tom de Vries <tdevries@suse.de>
4079
4080 * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
4081 with resolve_abstract_p == true.
4082 (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
4083 defaulting to false. Propagate resolve_abstract_p to
4084 dwarf2_fetch_die_loc_sect_off.
4085 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
4086 parameter, defaulting to false.
4087 * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
4088 (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
4089 parameter.
4090 * dwarf2read.h (struct die_info): Forward-declare.
4091 (die_info_ptr): New typedef.
4092 (struct dwarf2_per_objfile): Add abstract_to_concrete field.
4093
4094 2018-09-05 Joel Brobecker <brobecker@adacore.com>
4095
4096 GDB 8.2 released.
4097
4098 2018-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4099 Pedro Alves <palves@redhat.com>
4100
4101 * gnulib/Makefile.in (aclocal_m4_deps): Move to
4102 "aclocal-m4-deps.mk". Include file here.
4103 $(srcdir)/aclocal.m4: Add "configure.ac".
4104 * gnulib/aclocal-m4-deps.mk: New file.
4105 * gnulib/update-gnulib.sh: Automatically update
4106 "aclocal-m4-deps.mk".
4107
4108 2018-09-04 Tom Tromey <tom@tromey.com>
4109
4110 * configure: Rebuild.
4111 * configure.ac: Remove multi-ice code.
4112
4113 2018-09-04 Tom Tromey <tom@tromey.com>
4114
4115 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
4116 (ada-exp.o): Update.
4117
4118 2018-09-04 Tom Tromey <tom@tromey.com>
4119
4120 * Makefile.in (printcmd.o, target-float.o): Remove.
4121 (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
4122
4123 2018-09-04 Tom Tromey <tom@tromey.com>
4124
4125 * gnulib/Makefile.in: Remove obsolete comment.
4126 * Makefile.in: Remove obsolete comment.
4127
4128 2018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
4129
4130 * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
4131 line with '+'.
4132
4133 2018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * riscv-tdep.c: Add 'prologue-value.h' include.
4136 (struct riscv_unwind_cache): New struct.
4137 (riscv_debug_unwinder): New global.
4138 (riscv_scan_prologue): Update arguments, capture register details
4139 from prologue scan.
4140 (riscv_skip_prologue): Reformat arguments line, move end of
4141 prologue calculation into riscv_scan_prologue.
4142 (riscv_frame_cache): Update return type, create
4143 riscv_unwind_cache, scan the prologue, and fill in remaining cache
4144 details.
4145 (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
4146 (riscv_frame_prev_register): Use the trad_frame within the
4147 riscv_unwind_cache.
4148 (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
4149 flag.
4150
4151 2018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * trad-frame.h (trad_frame_set_realreg): Declare.
4154 (trad_frame_set_addr): Declare.
4155 * trad-frame.c (trad_frame_set_realreg): Define new function.
4156 (trad_frame_set_addr): Define new function.
4157 (trad_frame_set_reg_realreg): Use new function.
4158 (trad_frame_set_reg_addr): Use new function.
4159
4160 2018-09-01 Keith Seitz <keiths@redhat.com>
4161
4162 * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
4163 pulongest instead of "%lld".
4164 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
4165 ATTRIBUTE_UNUSED.
4166
4167 2018-08-31 Tom Tromey <tom@tromey.com>
4168
4169 * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
4170 variant part type.
4171
4172 2018-08-31 Pedro Alves <palves@redhat.com>
4173
4174 * gdbarch.h: Regenerate.
4175
4176 2018-08-31 Pedro Alves <palves@redhat.com>
4177
4178 * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
4179 * target.h (Hardware watchpoint interfaces): Describe
4180 continuable/steppable/non-steppable watchpoints.
4181 * gdbarch.h, gdbarch.c: Regenerate.
4182
4183 2018-08-31 Pedro Alves <palves@redhat.com>
4184
4185 * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
4186 Delete.
4187 * s390-linux-nat.c
4188 (s390_linux_nat_target::have_continuable_watchpoint): Delete.
4189 * target.h (target_ops::have_continuable_watchpoint): Delete.
4190 (target_have_continuable_watchpoint): Delete.
4191 * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
4192 * target-delegates.c: Regenerate.
4193
4194 2018-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4195
4196 * gnulib/Makefile.in (aclocal_m4_deps): Update according to
4197 the files present in "gnulib/import/m4/".
4198
4199 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4200
4201 * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
4202 c.sw, c.swsp, and c.sdsp.
4203
4204 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * riscv-tdep.c (struct riscv_inferior_data): Delete.
4207 (riscv_read_misa_reg): Don't cache value read into inferior data.
4208 (riscv_new_inferior_data): Delete.
4209 (riscv_inferior_data_cleanup): Delete.
4210 (riscv_inferior_data): Delete.
4211 (riscv_invalidate_inferior_data): Delete.
4212 (_initialize_riscv_tdep): Remove initialisation of inferior data.
4213
4214 2018-08-30 Simon Marchi <simon.marchi@ericsson.com>
4215
4216 * compile/compile-cplus-types.c
4217 (compile_cplus_instance::leave_scope): Take the address of scope
4218 object.
4219 (compile_cplus_instance::convert_qualified_base): Compare quals
4220 to 0.
4221
4222 2018-08-30 Keith Seitz <keiths@redhat.com>
4223
4224 * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
4225 Use "%s" and host_address_to_string instead of "%p" in printf.
4226
4227 2018-08-29 Keith Seitz <keiths@redhat.com>
4228
4229 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
4230 and compile-cplus-types.c.
4231 (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
4232 * c-lang.c (cplus_language_defn): Set C++ compile functions.
4233 * c-lang.h (cplus_get_compile_context, cplus_compute_program):
4234 Declare.
4235 * compile/compile-c-support.c: Include compile-cplus.h.
4236 (load_libcompile): Templatize.
4237 (get_compile_context): "New" function.
4238 (c_get_compile_context): Use get_compile_context.
4239 (cplus_get_compile_context): New function.
4240 (cplus_push_user_expression, cplus_pop_user_expression)
4241 (cplus_add_code_header, cplus_add_input, cplus_compile_program)
4242 (cplus_compute_program): Define new structs/functions.
4243 * compile/compile-cplus-symmbols.c: New file.
4244 * compile/compile-cplus-types.c: New file.
4245 * compile/compile-cplus.h: New file.
4246 * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
4247 Declare.
4248 * compile/compile-object-load.c (get_out_value_type): Use
4249 strncmp_iw when comparing symbol names.
4250 (compile_object_load): Add mst_bss and mst_data.
4251 * compile/compile.c (_initialize_compile): Remove
4252 -Wno-implicit-function-declaration from `compile_args'.
4253 * compile/gcc-cp-plugin.h: New file.
4254 * NEWS: Mention C++ compile support and new debug options.
4255
4256 2018-08-29 Keith Seitz <keiths@redhat.com>
4257
4258 * linespec.c (collect_info::add_symbol): Make virtual.
4259 (struct symbol_searcher_collect_info): New struct.
4260 (symbol_searcher::find_all_symbols): New method.
4261 * symtab.h (class symbol_searcher): New class.
4262
4263 2018-08-29 Keith Seitz <keiths@redhat.com>
4264
4265 * linespec.c (struct linespec) <function_symbols, label_symbols>:
4266 Change to vector of block_symbol. Update all users.
4267 (struct collect_info) <symbols>: Likewise.
4268 (collect_info::add_symbol): Take block_symbol as argument.
4269 Update all callers.
4270 (decode_compound_collector) <m_symbols>: Change type to vector
4271 of block_symbol. Update all users.
4272 (decode_compound_collector::operator ()): Change parameter type
4273 to block_symbol.
4274 (find_method, find_function_symbols, find_linespec_symbols)
4275 (find_label_symbols_in_block, find_label_symbols): Change symbol
4276 vectors to block_symbol vectors.
4277 * symtab.h (symbol_found_callback_ftype): Change parameter type to
4278 block_symbol.
4279
4280 2018-08-29 Keith Seitz <keiths@redhat.com>
4281
4282 * linespec.c (symbolp): Remove typedef and VEC definitions.
4283 (bound_minimal_symbol_d): Likewise.
4284
4285 2018-08-29 Keith Seitz <keiths@redhat.com>
4286
4287 * linespec.c (decode_compound_collector::decode_compound_collector):
4288 Remove initialization for `m_symtabs'.
4289 (decode_compound_collector::release_symbols): Change return type
4290 to std::vector. Update all callers.
4291 (class decode_compound_collector) <m_symbols>: Change type to
4292 std::vector.
4293 (lookup_prefix_sym): Change return type to std::vector. Update all
4294 callers.
4295 (compare_symbols): Remove.
4296 (std_compare_symbols): Rename to `compare_symbols'.
4297 (find_method): Change `sym_classes' parameter to std::vector.
4298 Update all callers. Use std::sort to sort sym_classes.
4299 (find_linespec_symbols): Remove cleanup.
4300
4301 2018-08-29 Keith Seitz <keiths@redhat.com>
4302
4303 * linespec.c (struct linespec) <minimal_symbols>: Change type to
4304 std::vector. Update all users.
4305 (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
4306 (struct collect_info) <minimal_symbols>: Likewise.
4307 (compare_msymbols): Return bool. Change parameters to const
4308 bound_minimal_symbol references.
4309 (find_method, find_function_symbols, find_linespec_symbols): Change
4310 `minsyms' parameter to std::vector. Update all callers.
4311
4312 2018-08-29 Keith Seitz <keiths@redhat.com>
4313
4314 * linespec.c (struct linespec) <label_symbols>: Change type to
4315 std::vector. Update all users.
4316 (find_label_symbols_in_block): Change `result' parameter to
4317 std::vector. Update all callers.
4318 (find_label_symbols): Return std::vector. Update all callers.
4319
4320 2018-08-29 Keith Seitz <keiths@redhat.com>
4321
4322 * linespec.c (struct linespec) <function_symbols>: Change type to
4323 std::vector. Update all users.
4324 (struct collect_info) <function_symbols>: Likewise.
4325 (convert_linespec_to_sals): Use std::sort to sort function_symbols.
4326 (std_compare_symbols): New function.
4327 (find_method, find_function_symbols, find_linespec_symbols)
4328 (find_label_symbols_in_block): Change `symbols' parameter to
4329 std::vector. Update all callers.
4330 (find_label_symbols): Likewise for `function_symbols' and
4331 `label_funcs_ret'.
4332
4333 2018-08-29 Keith Seitz <keiths@redhat.com>
4334
4335 * linespec.c (symtab_vector_up): Define.
4336 (struct linespec) <file_symtabs>: Change type to std::vector *.
4337 Update all uses.
4338 (struct collect_info) <file_symtabs>: Likewise.
4339 (collect_symtabs_from_filename): Return symtab_vector_up.
4340 Update all callers.
4341 (decode_objc): Remove cleanup.
4342 (symtab_collector::symtab_collector): Initialize `m_symtabs'.
4343 (symtab_collector::release_symtabs): Return symtab_vector_up.
4344 Update all callers.
4345 (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
4346 Update all users.
4347 (collect_symtabs_from_filename, symtabs_from_filename): Return
4348 symtab_vector_up. Update all callers.
4349
4350 2018-08-29 Tom Tromey <tom@tromey.com>
4351
4352 * csky-tdep.c (csky_analyze_prologue): Use
4353 core_addr_to_string_nz.
4354
4355 2018-08-29 Tom Tromey <tom@tromey.com>
4356
4357 * windows-nat.c (struct xlate_exception) <them>: Change type to
4358 DWORD.
4359 (xlate): Fix formatting. Remove last entry.
4360 (struct xlate_exception, xlate): Comment out.
4361 (windows_nat_target::resume): Use ranged for.
4362
4363 2018-08-29 Jim Wilson <jimw@sifive.com>
4364
4365 * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
4366 (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
4367 of NT_PRFPREG.
4368 (riscv_linux_nat_target::store_registers): Likewise.
4369
4370 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
4371
4372 PR gdb/23555
4373 PR gdb/23558
4374 * gnulib/aclocal.m4: Regenerate.
4375 * gnulib/config.in: Regenerate.
4376 * gnulib/configure: Regenerate.
4377 * gnulib/import/Makefile.am: Update.
4378 * gnulib/import/Makefile.in: Update.
4379 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
4380 * gnulib/import/_Noreturn.h: ... this.
4381 * gnulib/import/alloca.in.h: Update.
4382 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
4383 * gnulib/import/arg-nonnull.h: ... this.
4384 * gnulib/import/assure.h: Update.
4385 * gnulib/import/at-func.c: Update.
4386 * gnulib/import/basename-lgpl.c: Update.
4387 * gnulib/import/extra/snippet/c++defs.h: Rename to...
4388 * gnulib/import/c++defs.h: ... this.
4389 * gnulib/import/canonicalize-lgpl.c: Update.
4390 * gnulib/import/cdefs.h: Update.
4391 * gnulib/import/chdir-long.c: Update.
4392 * gnulib/import/chdir-long.h: Update.
4393 * gnulib/import/cloexec.c: Update.
4394 * gnulib/import/cloexec.h: Update.
4395 * gnulib/import/close.c: Update.
4396 * gnulib/import/closedir.c: Update.
4397 * gnulib/import/config.charset: Update.
4398 * gnulib/import/dirent-private.h: Update.
4399 * gnulib/import/dirent.in.h: Update.
4400 * gnulib/import/dirfd.c: Update.
4401 * gnulib/import/dirname-lgpl.c: Update.
4402 * gnulib/import/dirname.h: Update.
4403 * gnulib/import/dosname.h: Update.
4404 * gnulib/import/dup-safer-flag.c: Update.
4405 * gnulib/import/dup-safer.c: Update.
4406 * gnulib/import/dup.c: Update.
4407 * gnulib/import/dup2.c: Update.
4408 * gnulib/import/errno.in.h: Update.
4409 * gnulib/import/error.c: Update.
4410 * gnulib/import/error.h: Update.
4411 * gnulib/import/exitfail.c: Update.
4412 * gnulib/import/exitfail.h: Update.
4413 * gnulib/import/extra/update-copyright: Update.
4414 * gnulib/import/fchdir.c: Update.
4415 * gnulib/import/fcntl.c: Update.
4416 * gnulib/import/fcntl.in.h: Update.
4417 * gnulib/import/fd-hook.c: Update.
4418 * gnulib/import/fd-hook.h: Update.
4419 * gnulib/import/fd-safer-flag.c: Update.
4420 * gnulib/import/fd-safer.c: Update.
4421 * gnulib/import/fdopendir.c: Update.
4422 * gnulib/import/filename.h: Update.
4423 * gnulib/import/filenamecat-lgpl.c: Update.
4424 * gnulib/import/filenamecat.h: Update.
4425 * gnulib/import/flexmember.h: Update.
4426 * gnulib/import/float+.h: Update.
4427 * gnulib/import/float.c: Update.
4428 * gnulib/import/float.in.h: Update.
4429 * gnulib/import/fnmatch.c: Update.
4430 * gnulib/import/fnmatch.in.h: Update.
4431 * gnulib/import/fnmatch_loop.c: Update.
4432 * gnulib/import/fpucw.h: Update.
4433 * gnulib/import/frexp.c: Update.
4434 * gnulib/import/frexpl.c: Update.
4435 * gnulib/import/fstat.c: Update.
4436 * gnulib/import/fstatat.c: Update.
4437 * gnulib/import/getcwd-lgpl.c: Update.
4438 * gnulib/import/getcwd.c: Update.
4439 * gnulib/import/getdtablesize.c: Update.
4440 * gnulib/import/getlogin_r.c: Update.
4441 * gnulib/import/getprogname.c: Update.
4442 * gnulib/import/getprogname.h: Update.
4443 * gnulib/import/gettext.h: Update.
4444 * gnulib/import/gettimeofday.c: Update.
4445 * gnulib/import/glob-libc.h: Update.
4446 * gnulib/import/glob.c: Update.
4447 * gnulib/import/glob.in.h: Update.
4448 * gnulib/import/glob_internal.h: Update.
4449 * gnulib/import/glob_pattern_p.c: Update.
4450 * gnulib/import/globfree.c: Update.
4451 * gnulib/import/hard-locale.c: Update.
4452 * gnulib/import/hard-locale.h: Update.
4453 * gnulib/import/intprops.h: Update.
4454 * gnulib/import/inttypes.in.h: Update.
4455 * gnulib/import/isnan.c: Update.
4456 * gnulib/import/isnand-nolibm.h: Update.
4457 * gnulib/import/isnand.c: Update.
4458 * gnulib/import/isnanl-nolibm.h: Update.
4459 * gnulib/import/isnanl.c: Update.
4460 * gnulib/import/itold.c: Update.
4461 * gnulib/import/libc-config.h: Update.
4462 * gnulib/import/limits.in.h: Update.
4463 * gnulib/import/localcharset.c: Update.
4464 * gnulib/import/localcharset.h: Update.
4465 * gnulib/import/localtime-buffer.c: Update.
4466 * gnulib/import/localtime-buffer.h: Update.
4467 * gnulib/import/lstat.c: Update.
4468 * gnulib/import/m4/00gnulib.m4: Update.
4469 * gnulib/import/m4/__inline.m4: Update.
4470 * gnulib/import/m4/absolute-header.m4: Update.
4471 * gnulib/import/m4/alloca.m4: Update.
4472 * gnulib/import/m4/builtin-expect.m4: Update.
4473 * gnulib/import/m4/canonicalize.m4: Update.
4474 * gnulib/import/m4/chdir-long.m4: Update.
4475 * gnulib/import/m4/close.m4: Update.
4476 * gnulib/import/m4/closedir.m4: Update.
4477 * gnulib/import/m4/configmake.m4: Update.
4478 * gnulib/import/m4/d-ino.m4: Update.
4479 * gnulib/import/m4/d-type.m4: Update.
4480 * gnulib/import/m4/dirent_h.m4: Update.
4481 * gnulib/import/m4/dirfd.m4: Update.
4482 * gnulib/import/m4/dirname.m4: Update.
4483 * gnulib/import/m4/double-slash-root.m4: Update.
4484 * gnulib/import/m4/dup.m4: Update.
4485 * gnulib/import/m4/dup2.m4: Update.
4486 * gnulib/import/m4/eealloc.m4: Update.
4487 * gnulib/import/m4/environ.m4: Update.
4488 * gnulib/import/m4/errno_h.m4: Update.
4489 * gnulib/import/m4/error.m4: Update.
4490 * gnulib/import/m4/exponentd.m4: Update.
4491 * gnulib/import/m4/exponentl.m4: Update.
4492 * gnulib/import/m4/extensions.m4: Update.
4493 * gnulib/import/m4/extern-inline.m4: Update.
4494 * gnulib/import/m4/fchdir.m4: Update.
4495 * gnulib/import/m4/fcntl-o.m4: Update.
4496 * gnulib/import/m4/fcntl.m4: Update.
4497 * gnulib/import/m4/fcntl_h.m4: Update.
4498 * gnulib/import/m4/fdopendir.m4: Update.
4499 * gnulib/import/m4/filenamecat.m4: Update.
4500 * gnulib/import/m4/flexmember.m4: Update.
4501 * gnulib/import/m4/float_h.m4: Update.
4502 * gnulib/import/m4/fnmatch.m4: Update.
4503 * gnulib/import/m4/fnmatch_h.m4: Update.
4504 * gnulib/import/m4/fpieee.m4: Update.
4505 * gnulib/import/m4/frexp.m4: Update.
4506 * gnulib/import/m4/frexpl.m4: Update.
4507 * gnulib/import/m4/fstat.m4: Update.
4508 * gnulib/import/m4/fstatat.m4: Update.
4509 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4510 * gnulib/import/m4/getcwd-path-max.m4: Update.
4511 * gnulib/import/m4/getcwd.m4: Update.
4512 * gnulib/import/m4/getdtablesize.m4: Update.
4513 * gnulib/import/m4/getlogin.m4: Update.
4514 * gnulib/import/m4/getlogin_r.m4: Update.
4515 * gnulib/import/m4/getpagesize.m4: Update.
4516 * gnulib/import/m4/getprogname.m4: Update.
4517 * gnulib/import/m4/gettimeofday.m4: Update.
4518 * gnulib/import/m4/glibc21.m4: Update.
4519 * gnulib/import/m4/glob.m4: Update.
4520 * gnulib/import/m4/glob_h.m4: Update.
4521 * gnulib/import/m4/gnulib-cache.m4: Update.
4522 * gnulib/import/m4/gnulib-common.m4: Update.
4523 * gnulib/import/m4/gnulib-comp.m4: Update.
4524 * gnulib/import/m4/gnulib-tool.m4: Update.
4525 * gnulib/import/m4/hard-locale.m4: Update.
4526 * gnulib/import/m4/include_next.m4: Update.
4527 * gnulib/import/m4/inttypes-pri.m4: Update.
4528 * gnulib/import/m4/inttypes.m4: Update.
4529 * gnulib/import/m4/isnand.m4: Update.
4530 * gnulib/import/m4/isnanl.m4: Update.
4531 * gnulib/import/m4/largefile.m4: Update.
4532 * gnulib/import/m4/limits-h.m4: Update.
4533 * gnulib/import/m4/localcharset.m4: Update.
4534 * gnulib/import/m4/locale-fr.m4: Update.
4535 * gnulib/import/m4/locale-ja.m4: Update.
4536 * gnulib/import/m4/locale-zh.m4: Update.
4537 * gnulib/import/m4/localtime-buffer.m4: Update.
4538 * gnulib/import/m4/longlong.m4: Update.
4539 * gnulib/import/m4/lstat.m4: Update.
4540 * gnulib/import/m4/malloc.m4: Update.
4541 * gnulib/import/m4/malloca.m4: Update.
4542 * gnulib/import/m4/math_h.m4: Update.
4543 * gnulib/import/m4/mbrtowc.m4: Update.
4544 * gnulib/import/m4/mbsinit.m4: Update.
4545 * gnulib/import/m4/mbsrtowcs.m4: Update.
4546 * gnulib/import/m4/mbstate_t.m4: Update.
4547 * gnulib/import/m4/memchr.m4: Update.
4548 * gnulib/import/m4/memmem.m4: Update.
4549 * gnulib/import/m4/mempcpy.m4: Update.
4550 * gnulib/import/m4/memrchr.m4: Update.
4551 * gnulib/import/m4/mkdir.m4: Update.
4552 * gnulib/import/m4/mkstemp.m4: Update.
4553 * gnulib/import/m4/mmap-anon.m4: Update.
4554 * gnulib/import/m4/mode_t.m4: Update.
4555 * gnulib/import/m4/msvc-inval.m4: Update.
4556 * gnulib/import/m4/msvc-nothrow.m4: Update.
4557 * gnulib/import/m4/multiarch.m4: Update.
4558 * gnulib/import/m4/nocrash.m4: Update.
4559 * gnulib/import/m4/off_t.m4: Update.
4560 * gnulib/import/m4/onceonly.m4: Update.
4561 * gnulib/import/m4/open-cloexec.m4: Update.
4562 * gnulib/import/m4/open.m4: Update.
4563 * gnulib/import/m4/openat.m4: Update.
4564 * gnulib/import/m4/opendir.m4: Update.
4565 * gnulib/import/m4/pathmax.m4: Update.
4566 * gnulib/import/m4/rawmemchr.m4: Update.
4567 * gnulib/import/m4/readdir.m4: Update.
4568 * gnulib/import/m4/readlink.m4: Update.
4569 * gnulib/import/m4/realloc.m4: Update.
4570 * gnulib/import/m4/rename.m4: Update.
4571 * gnulib/import/m4/rewinddir.m4: Update.
4572 * gnulib/import/m4/rmdir.m4: Update.
4573 * gnulib/import/m4/save-cwd.m4: Update.
4574 * gnulib/import/m4/secure_getenv.m4: Update.
4575 * gnulib/import/m4/setenv.m4: Update.
4576 * gnulib/import/m4/signal_h.m4: Update.
4577 * gnulib/import/m4/ssize_t.m4: Update.
4578 * gnulib/import/m4/stat-time.m4: Update.
4579 * gnulib/import/m4/stat.m4: Update.
4580 * gnulib/import/m4/std-gnu11.m4: Update.
4581 * gnulib/import/m4/stdbool.m4: Update.
4582 * gnulib/import/m4/stddef_h.m4: Update.
4583 * gnulib/import/m4/stdint.m4: Update.
4584 * gnulib/import/m4/stdio_h.m4: Update.
4585 * gnulib/import/m4/stdlib_h.m4: Update.
4586 * gnulib/import/m4/strchrnul.m4: Update.
4587 * gnulib/import/m4/strdup.m4: Update.
4588 * gnulib/import/m4/strerror.m4: Update.
4589 * gnulib/import/m4/string_h.m4: Update.
4590 * gnulib/import/m4/strstr.m4: Update.
4591 * gnulib/import/m4/strtok_r.m4: Update.
4592 * gnulib/import/m4/sys_socket_h.m4: Update.
4593 * gnulib/import/m4/sys_stat_h.m4: Update.
4594 * gnulib/import/m4/sys_time_h.m4: Update.
4595 * gnulib/import/m4/sys_types_h.m4: Update.
4596 * gnulib/import/m4/tempname.m4: Update.
4597 * gnulib/import/m4/time_h.m4: Update.
4598 * gnulib/import/m4/unistd-safer.m4: Update.
4599 * gnulib/import/m4/unistd_h.m4: Update.
4600 * gnulib/import/m4/warn-on-use.m4: Update.
4601 * gnulib/import/m4/wchar_h.m4: Update.
4602 * gnulib/import/m4/wchar_t.m4: Update.
4603 * gnulib/import/m4/wctype_h.m4: Update.
4604 * gnulib/import/m4/wint_t.m4: Update.
4605 * gnulib/import/malloc.c: Update.
4606 * gnulib/import/malloc/scratch_buffer.h: Update.
4607 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4608 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4609 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4610 * gnulib/import/malloca.c: Update.
4611 * gnulib/import/malloca.h: Update.
4612 * gnulib/import/malloca.valgrind: Update.
4613 * gnulib/import/math.in.h: Update.
4614 * gnulib/import/mbrtowc.c: Update.
4615 * gnulib/import/mbsinit.c: Update.
4616 * gnulib/import/mbsrtowcs-impl.h: Update.
4617 * gnulib/import/mbsrtowcs-state.c: Update.
4618 * gnulib/import/mbsrtowcs.c: Update.
4619 * gnulib/import/memchr.c: Update.
4620 * gnulib/import/memmem.c: Update.
4621 * gnulib/import/mempcpy.c: Update.
4622 * gnulib/import/memrchr.c: Update.
4623 * gnulib/import/mkdir.c: Update.
4624 * gnulib/import/mkstemp.c: Update.
4625 * gnulib/import/msvc-inval.c: Update.
4626 * gnulib/import/msvc-inval.h: Update.
4627 * gnulib/import/msvc-nothrow.c: Update.
4628 * gnulib/import/msvc-nothrow.h: Update.
4629 * gnulib/import/open.c: Update.
4630 * gnulib/import/openat-die.c: Update.
4631 * gnulib/import/openat-priv.h: Update.
4632 * gnulib/import/openat-proc.c: Update.
4633 * gnulib/import/openat.c: Update.
4634 * gnulib/import/openat.h: Update.
4635 * gnulib/import/opendir.c: Update.
4636 * gnulib/import/pathmax.h: Update.
4637 * gnulib/import/pipe-safer.c: Update.
4638 * gnulib/import/rawmemchr.c: Update.
4639 * gnulib/import/readdir.c: Update.
4640 * gnulib/import/readlink.c: Update.
4641 * gnulib/import/realloc.c: Update.
4642 * gnulib/import/ref-add.sin: Update.
4643 * gnulib/import/ref-del.sin: Update.
4644 * gnulib/import/rename.c: Update.
4645 * gnulib/import/rewinddir.c: Update.
4646 * gnulib/import/rmdir.c: Update.
4647 * gnulib/import/same-inode.h: Update.
4648 * gnulib/import/save-cwd.c: Update.
4649 * gnulib/import/save-cwd.h: Update.
4650 * gnulib/import/scratch_buffer.h: Update.
4651 * gnulib/import/secure_getenv.c: Update.
4652 * gnulib/import/setenv.c: Update.
4653 * gnulib/import/signal.in.h: Update.
4654 * gnulib/import/stat-time.c: Update.
4655 * gnulib/import/stat-time.h: Update.
4656 * gnulib/import/stat-w32.c: Update.
4657 * gnulib/import/stat-w32.h: Update.
4658 * gnulib/import/stat.c: Update.
4659 * gnulib/import/stdbool.in.h: Update.
4660 * gnulib/import/stddef.in.h: Update.
4661 * gnulib/import/stdint.in.h: Update.
4662 * gnulib/import/stdio.in.h: Update.
4663 * gnulib/import/stdlib.in.h: Update.
4664 * gnulib/import/str-two-way.h: Update.
4665 * gnulib/import/strchrnul.c: Update.
4666 * gnulib/import/strdup.c: Update.
4667 * gnulib/import/streq.h: Update.
4668 * gnulib/import/strerror-override.c: Update.
4669 * gnulib/import/strerror-override.h: Update.
4670 * gnulib/import/strerror.c: Update.
4671 * gnulib/import/string.in.h: Update.
4672 * gnulib/import/stripslash.c: Update.
4673 * gnulib/import/strnlen1.c: Update.
4674 * gnulib/import/strnlen1.h: Update.
4675 * gnulib/import/strstr.c: Update.
4676 * gnulib/import/strtok_r.c: Update.
4677 * gnulib/import/sys_stat.in.h: Update.
4678 * gnulib/import/sys_time.in.h: Update.
4679 * gnulib/import/sys_types.in.h: Update.
4680 * gnulib/import/tempname.c: Update.
4681 * gnulib/import/tempname.h: Update.
4682 * gnulib/import/time.in.h: Update.
4683 * gnulib/import/unistd--.h: Update.
4684 * gnulib/import/unistd-safer.h: Update.
4685 * gnulib/import/unistd.in.h: Update.
4686 * gnulib/import/unsetenv.c: Update.
4687 * gnulib/import/verify.h: Update.
4688 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4689 * gnulib/import/wchar.in.h: Update.
4690 * gnulib/import/wctype.in.h: Update.
4691 * gnulib/import/xalloc-oversized.h: Update.
4692 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4693 "53e2c179f26a890fa6685af4b6c1397ee370433b".
4694
4695 2018-08-16 Gary Benson <gbenson@redhat.com>
4696
4697 PR gdb/13000:
4698 * gdb/main.c (captured_main_1): Exit with nonzero status
4699 in batch mode if the last command to be executed failed.
4700 * NEWS: Mention the above.
4701
4702 2018-08-29 Simon Marchi <simon.marchi@ericsson.com>
4703
4704 * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
4705 end of warning message.
4706
4707 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4708
4709 PR gdb/22943:
4710 * aarch64-tdep.c (is_hfa_or_hva): Remove function.
4711 (aarch64_extract_return_value): Use
4712 aapcs_is_vfp_call_or_return_candidate.
4713 (aarch64_return_in_memory): Likewise.
4714 (aarch64_store_return_value): Likewise.
4715
4716 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4717
4718 * aarch64-tdep.c
4719 (aapcs_is_vfp_call_or_return_candidate): Make static
4720 (pass_in_v_or_stack): Remove function.
4721 (pass_in_v_vfp_candidate): New function.
4722 (aarch64_push_dummy_call): Check for float register candidates.
4723
4724 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4725
4726 * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
4727 (aapcs_is_vfp_call_or_return_candidate_1): New function.
4728 (aapcs_is_vfp_call_or_return_candidate): Likewise.
4729
4730 2018-08-28 Simon Marchi <simon.marchi@polymtl.ca>
4731
4732 PR build/23399
4733 * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
4734 (struct ipa_sym_addresses): Rename to...
4735 (struct ipa_sym_addresses_common): ... this.
4736 * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
4737
4738 2018-08-28 Tom Tromey <tom@tromey.com>
4739
4740 * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4741 (token_fifo): Now a std::vector.
4742 (yylex, c_parse): Update.
4743 * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4744 (token_fifo): Now a std::vector.
4745 (yylex, d_parse): Update.
4746 * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4747 (token_fifo): Now a std::vector.
4748 (yylex, go_parse): Update.
4749
4750 2018-08-28 Simon Marchi <simon.marchi@ericsson.com>
4751
4752 * parser-defs.h (struct type_stack) <elements>: Change type to
4753 std::vector<union type_stack_elt>.
4754 <depth, size>: Remove.
4755 * parse.c (parse_exp_in_context_1): Adjust.
4756 (type_stack_reserve): Remove.
4757 (check_type_stack_depth): Remove.
4758 (insert_into_type_stack): Adjust to std::vector.
4759 (insert_type): Likewise.
4760 (push_type): Likewise.
4761 (push_type_int): Likewise.
4762 (insert_type_address_space): Likewise.
4763 (pop_type): Likewise.
4764 (pop_type_int): Likewise.
4765 (pop_typelist): Likewise.
4766 (pop_type_stack): Likewise.
4767 (append_type_stack): Likewise.
4768 (push_type_stack): Likewise.
4769 (get_type_stack): Likewise.
4770 (type_stack_cleanup): Likewise.
4771 (push_typelist): Likewise.
4772 (follow_types): Likewise.
4773 (_initialize_parse): Likewise.
4774
4775 2018-08-28 Hafiz Abid Qadeer <abidh@codesourcery.com>
4776
4777 * NEWS: Mention csky target.
4778
4779 2018-08-28 Jiangshuai Li <jiangshuai_li@c-sky.com>
4780 Hafiz Abid Qadeer <abidh@codesourcery.com>
4781 Don Breazeal <donb@codesourcery.com>
4782
4783 * csky-linux-tdep.c: New file.
4784 * csky-tdep.c: Likewise.
4785 * csky-tdep.h: Likewise.
4786 * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
4787 csky-tdep.o.
4788 (HFILES_NO_SRCDIR): Add csky-tdep.h.
4789 (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
4790 * configure.tgt: Add csky support.
4791
4792 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4793
4794 * python/py-framefilter.c (py_print_frame): Print frame architecture
4795 when printing on an MI output.
4796
4797 2018-08-27 Tom Tromey <tom@tromey.com>
4798
4799 PR build/23087:
4800 * configure: Rebuild.
4801 * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
4802
4803 2018-08-27 Tom Tromey <tom@tromey.com>
4804
4805 * aarch64-linux-tdep.c
4806 (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
4807 casts to int.
4808
4809 2018-08-27 Tom Tromey <tom@tromey.com>
4810
4811 * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
4812 unsigned.
4813 (ppc64_standard_linkage1, ppc64_standard_linkage2)
4814 (ppc64_standard_linkage3, ppc64_standard_linkage4)
4815 (ppc64_standard_linkage5, ppc64_standard_linkage6)
4816 (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
4817 unsigned.
4818
4819 2018-08-27 Tom Tromey <tom@tromey.com>
4820
4821 * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
4822 (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
4823
4824 2018-08-27 Tom Tromey <tom@tromey.com>
4825
4826 * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
4827 * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
4828 ULONGEST_MAX.
4829 * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
4830 ULONGEST_MAX.
4831 * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
4832 ULONGEST_MAX.
4833 * sparc-linux-tdep.c (sparc32_linux_sigframe)
4834 (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
4835 * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
4836 ULONGEST_MAX.
4837 * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
4838 (ppc64_linux_sigaction_tramp_frame)
4839 (ppc32_linux_sighandler_tramp_frame)
4840 (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4841 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
4842 (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
4843 * mn10300-linux-tdep.c (am33_linux_sigframe)
4844 (am33_linux_rt_sigframe): Use ULONGEST_MAX.
4845 * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
4846 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4847 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4848 (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
4849 (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
4850 (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
4851 * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
4852 (mips64_fbsd_sigframe): Use ULONGEST_MAX.
4853 * microblaze-linux-tdep.c
4854 (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4855 * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
4856 (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
4857 (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
4858 * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
4859 * common/common-types.h (ULONGEST_MAX): New define.
4860 (CORE_ADDR_MAX): Fix formatting.
4861 * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
4862 * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
4863 * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
4864 (arm_linux_rt_sigreturn_tramp_frame)
4865 (arm_eabi_linux_sigreturn_tramp_frame)
4866 (arm_eabi_linux_rt_sigreturn_tramp_frame)
4867 (thumb2_eabi_linux_sigreturn_tramp_frame)
4868 (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
4869 (arm_linux_restart_syscall_tramp_frame)
4870 (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
4871 * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
4872 * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
4873 ULONGEST_MAX.
4874 * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
4875
4876 2018-08-27 Tom Tromey <tom@tromey.com>
4877
4878 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
4879 CORE_ADDR_MAX.
4880 * mips-tdep.c (mips_deal_with_atomic_sequence)
4881 (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
4882 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
4883 (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
4884 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
4885 CORE_ADDR_MAX.
4886 * aarch64-tdep.c (aarch64_software_single_step): Use
4887 CORE_ADDR_MAX.
4888
4889 2018-08-27 Tom Tromey <tom@tromey.com>
4890
4891 * linespec.c (complete_linespec_component): Add cast to "char".
4892 * completer.c (completion_tracker::build_completion_result): Add
4893 cast to "char".
4894
4895 2018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
4896
4897 * solist.h (struct solist, struct target_so_ops): Fix
4898 indentation.
4899
4900 2018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
4901
4902 * ada-tasks.c (ada_task_info_s): Remove typedef.
4903 (DEF_VEC_O(ada_task_info_s)): Remove.
4904 (struct ada_tasks_inferior_data): Initialize fields.
4905 <task_list>: Make an std::vector.
4906 (get_ada_tasks_inferior_data): Allocate with new.
4907 (ada_get_task_number): Adjust.
4908 (get_task_number_from_id): Likewise.
4909 (valid_task_id): Likewise.
4910 (ada_get_task_info_from_ptid): Likewise.
4911 (iterate_over_live_ada_tasks): Likewise.
4912 (add_ada_task): Likewise.
4913 (read_known_tasks): Likewise.
4914 (ada_build_task_list): Likewise.
4915 (print_ada_task_info): Likewise.
4916 (info_task): Likewise.
4917 (task_command_1): Likewise.
4918
4919 2018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
4920
4921 * ada-lang.c (add_angle_brackets): Return std::string.
4922
4923 2018-08-25 Simon Marchi <simon.marchi@polymtl.ca>
4924
4925 * python/py-threadevent.c (py_get_event_thread): Initialize
4926 pythread.
4927
4928 2018-08-24 Pedro Alves <palves@redhat.com>
4929
4930 * python/py-bpevent.c (create_breakpoint_event_object): Use
4931 copy-initialization.
4932 * python/py-continueevent.c (emit_continue_event): Use
4933 copy-initialization.
4934 * python/py-exitedevent.c (create_exited_event_object): Return a
4935 gdbpy_ref<>.
4936 (emit_exited_event): Use copy-initialization.
4937 * python/py-inferior.c (python_new_inferior)
4938 (python_inferior_deleted, add_thread_object): Use
4939 copy-initialization.
4940 * python/py-infevents.c (create_inferior_call_event_object)
4941 (create_register_changed_event_object)
4942 (create_memory_changed_event_object): Return a gdbpy_ref<>.
4943 (emit_inferior_call_event, emit_memory_changed_event)
4944 (emit_register_changed_event): Use copy-initialization.
4945 * python/py-newobjfileevent.c (create_new_objfile_event_object):
4946 Return a gdbpy_ref<>.
4947 (emit_new_objfile_event): Use copy-initialization.
4948 (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
4949 (emit_clear_objfiles_event): Use copy-initialization.
4950 * python/py-signalevent.c (create_signal_event_object): Use
4951 copy-initialization.
4952 * python/py-threadevent.c (create_thread_event_object): Use
4953 copy-initialization.
4954
4955 2018-08-24 Pedro Alves <palves@redhat.com>
4956 Simon Marchi <simon.marchi@ericsson.com>
4957
4958 PR gdb/23379
4959 * python/py-continueevent.c: Include "gdbthread.h".
4960 (create_continue_event_object): Add intro comment. Add 'ptid'
4961 parameter. Use it to find thread to pass to
4962 create_thread_event_object.
4963 (emit_continue_event): Pass PTID down to
4964 create_continue_event_object.
4965 * python/py-event.h (py_get_event_thread): Declare.
4966 (create_thread_event_object): Remove default from 'thread'
4967 parameter.
4968 * python/py-stopevent.c (create_stop_event_object): Use
4969 py_get_event_thread.
4970 * python/py-threadevent.c (get_event_thread): Rename to ...
4971 (py_get_event_thread): ... this, make extern, add 'ptid' parameter
4972 and use it to find the thread.
4973 (create_thread_event_object): Assert that THREAD isn't null.
4974 Don't find the event thread here.
4975
4976 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4977
4978 * block.h (blockrange, blockranges): New struct declarations.
4979 (struct block): Add new field named `ranges'.
4980 (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
4981 (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
4982 macros for accessing ranges in struct block.
4983 (make_blockranges): New declaration.
4984 block.c (make_blockranges): New function.
4985 * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
4986 for block.
4987 * symtab.h (find_pc_partial_function): Add new parameter `block'.
4988 * blockframe.c (cache_pc_function_block): New static global.
4989 (clear_pc_function_cache): Clear cache_pc_function_block.
4990 (find_pc_partial_function): Move comment to symtab.h. Add
4991 support for non-contiguous blocks.
4992 * cli/cli-cmds.c (block.h): Include.
4993 (print_disassembly): Handle printing of non-contiguous blocks.
4994 (disassemble_current_function): Likewise.
4995 (disassemble_command): Likewise.
4996
4997 * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
4998 BLOCK_START.
4999 * blockframe.c (get_pc_function_start): Likewise.
5000 * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
5001 (gcc_symbol_address): Likewise.
5002 * compile/compile-object-run.c (compile_object_run): Likewise.
5003 * compile/compile.c (get_expr_block_and_pc): Likewise.
5004 * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
5005 (func_addr_to_tail_call_list): Likewise.
5006 * findvar.c (default_read_var_value): Likewise.
5007 * inline-frame.c (inline_frame_this_id): Likewise.
5008 (skip-inline_frames): Likewise.
5009 * infcmd.c (until_next_command): Likewise.
5010 * linespec.c (convert_linespec_to_sals): Likewise.
5011 * parse.c (parse_exp_in_context_1): Likewise.
5012 * printcmd.c (build_address_symbolic): likewise.
5013 (info_address_command): Likewise.
5014 symtab.c (find_function_start_sal): Likewise.
5015 (skip_prologue_sal): Likewise.
5016 (find_function_alias_target): Likewise.
5017 (find_gnu_ifunc): Likewise.
5018 * stack.c (find_frame_funname): Likewise.
5019 * symtab.c (fixup_symbol_section): Likewise.
5020 (find_function_start_sal): Likewise.
5021 (skip_prologue_sal): Likewsie.
5022 (find_function_alias_target): Likewise.
5023 (find_gnu_ifunc): Likewise.
5024 * tracepoint.c (info_scope_command): Likewise.
5025 * value.c (value_fn_field): Likewise.
5026
5027 * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
5028 in place of find_pc_partial_function.
5029 * blockframe.c (find_function_entry_range_from_pc): New function.
5030 * symtab.h (find_function_entry_range_from_pc): Declare and document.
5031 * objfiles.c (objfile_relocate1): Relocate start and end addresses
5032 for each range in a block.
5033
5034
5035 2018-08-23 Xavier Roirand <roirand@adacore.com>
5036
5037 * machoread.c (macho_symfile_read_all_oso): Remove uneeded
5038 incrementation.
5039
5040 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5041
5042 * solib-svr4.c (read_program_headers_from_bfd): Return
5043 gdb::optional<gdb::byte_vector>.
5044 (svr4_exec_displacement): Adjust.
5045
5046 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5047
5048 * solib-svr4.c (read_program_header): Return
5049 gdb::optional<gdb::byte_vector>, remove p_sect_size param.
5050 (find_program_interpreter): Return
5051 gdb::optional<gdb::byte_vector>.
5052 (scan_dyntag_auxv): Adjust.
5053 (enable_break): Adjust.
5054 (svr4_exec_displacement): Adjust.
5055
5056 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5057
5058 * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
5059 * inf-child.c (inf_child_target::terminal_save_inferior): New.
5060
5061 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5062
5063 * guile/scm-string.c (gdbscm_scm_from_printf): Use
5064 string_vprintf.
5065 * guile/scm-utils.c (gdbscm_printf): Likewise.
5066 * serial.c (serial_printf): Likewise.
5067 * xml-support.c (gdb_xml_parser::vdebug): Likewise.
5068
5069 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5070
5071 * stack.c (print_frame): Print frame architecture when printing on
5072 an MI output.
5073 * NEWS: Mention new "arch" attribute in frame output.
5074
5075 2018-08-21 Alan Hayward <alan.hayward@arm.com>
5076
5077 * arch/aarch64.h (aarch64_regnum): Update comment.
5078
5079 2018-08-21 Alan Hayward <alan.hayward@arm.com>
5080
5081 * NEWS: Add SVE to 8.2 section.
5082
5083 2018-08-21 Pedro Alves <palves@redhat.com>
5084
5085 * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
5086 out from gdbscm_parse_function_args.
5087 (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
5088 gdbscm_parse_function_args_1.
5089
5090 2018-08-21 Simon Marchi <simon.marchi@ericsson.com>
5091
5092 PR gdb/17816
5093 * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
5094 operator.
5095
5096 2018-08-19 Simon Marchi <simon.marchi@polymtl.ca>
5097
5098 * solib-svr4.c (svr4_exec_displacement): Fix formatting.
5099
5100 2018-08-19 Michael Spang <spang@google.com>
5101
5102 PR gdb/11786
5103 * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
5104 for PT_TLS segments.
5105
5106 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5107
5108 * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
5109 dwarf_variable_value.
5110 * dwarf2-frame.c (class dwarf_expr_executor):
5111 Add override for dwarf_variable_value.
5112 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
5113 (class symbol_needs_eval_context): Likewise.
5114 (indirect_synthetic_pointer): Add forward declaration.
5115 (sect_variable_value): New function.
5116 (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
5117 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
5118 for DW_OP_GNU_variable_value.
5119
5120 2018-08-16 Tom Tromey <tom@tromey.com>
5121
5122 * top.c (read_command_file): Update.
5123 (command_line_input): Remove "repeat" argument.
5124 * ada-lang.c (get_selections): Update.
5125 * linespec.c (decode_line_2): Update.
5126 * defs.h (command_line_input): Remove argument.
5127 * cli/cli-script.c (read_next_line): Update.
5128 * python/py-gdb-readline.c: Update.
5129
5130 2018-08-17 Tom Tromey <tom@tromey.com>
5131
5132 * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
5133 command_line_input.
5134
5135 2018-08-15 Tom Tromey <tom@tromey.com>
5136
5137 * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
5138
5139 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5140
5141 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
5142 If used, use find_pc_partial_function to find address range
5143 to disassemble.
5144 * mi/mi-main.c (mi_cmd_list_features): Report
5145 "data-disassemble-a-option" feature.
5146 * NEWS: Mention new -data-disassemble option -a.
5147
5148 2018-08-13 Tom Tromey <tom@tromey.com>
5149
5150 * common/common-defs.h (_FORTIFY_SOURCE): Define.
5151
5152 2018-08-13 Alan Hayward <alan.hayward@arm.com>
5153
5154 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
5155 (aarch64_linux_collect_sve_regset): Likewise.
5156 (aarch64_linux_iterate_over_regset_sections): Check for SVE.
5157 * regcache.h (regcache_map_entry_size): New function.
5158
5159 2018-08-13 Alan Hayward <alan.hayward@arm.com>
5160
5161 * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
5162 (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
5163 (SVE_HEADER_VL_LENGTH): Likewise.
5164 (SVE_HEADER_MAX_VL_LENGTH): Likewise.
5165 (SVE_HEADER_FLAGS_LENGTH): Likewise.
5166 (SVE_HEADER_RESERVED_LENGTH): Likewise.
5167 (SVE_HEADER_SIZE_OFFSET): Likewise.
5168 (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
5169 (SVE_HEADER_VL_OFFSET): Likewise.
5170 (SVE_HEADER_MAX_VL_OFFSET): Likewise.
5171 (SVE_HEADER_FLAGS_OFFSET): Likewise.
5172 (SVE_HEADER_RESERVED_OFFSET): Likewise.
5173 (SVE_HEADER_SIZE): Likewise.
5174 (aarch64_linux_core_read_vq): Add function.
5175 (aarch64_linux_core_read_description): Check for SVE section.
5176
5177 2018-08-13 Alan Hayward <alan.hayward@arm.com>
5178
5179 * aarch64-fbsd-tdep.c
5180 (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
5181 collect_size.
5182 * aarch64-linux-tdep.c
5183 (aarch64_linux_iterate_over_regset_sections): Likewise.
5184 * alpha-linux-tdep.c
5185 (alpha_linux_iterate_over_regset_sections):
5186 * alpha-nbsd-tdep.c
5187 (alphanbsd_iterate_over_regset_sections): Likewise.
5188 * amd64-fbsd-tdep.c
5189 (amd64fbsd_iterate_over_regset_sections): Likewise.
5190 * amd64-linux-tdep.c
5191 (amd64_linux_iterate_over_regset_sections): Likewise.
5192 * arm-bsd-tdep.c
5193 (armbsd_iterate_over_regset_sections): Likewise.
5194 * arm-fbsd-tdep.c
5195 (arm_fbsd_iterate_over_regset_sections): Likewise.
5196 * arm-linux-tdep.c
5197 (arm_linux_iterate_over_regset_sections): Likewise.
5198 * corelow.c (get_core_registers_cb): Likewise.
5199 (core_target::fetch_registers): Likewise.
5200 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
5201 * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
5202 * gdbarch.h (void): Regenerate.
5203 * gdbarch.sh: Add supply_size and collect_size.
5204 * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
5205 * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
5206 * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
5207 * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
5208 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
5209 * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
5210 * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
5211 * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
5212 * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
5213 * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
5214 * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
5215 * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
5216 * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
5217 * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
5218 * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections):
5219 Likewise.
5220 * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
5221 * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
5222 * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
5223 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
5224 * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
5225 * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
5226 * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections):
5227 Likewise.
5228 * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
5229 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
5230 * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
5231 * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
5232 * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
5233 * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
5234 * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
5235 * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
5236
5237 2018-08-10 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
5240 with string_printf.
5241
5242 2018-08-10 Keith Seitz <keiths@redhat.com>
5243
5244 * compile/compile-c-support.c (add_code_header, add_code_footer):
5245 Move into policy class.
5246 (c_push_user_expression, pop_user_expression_nop)
5247 (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
5248 (compile_program): New host class.
5249 (c_compile_program): New typedef.
5250 (c_compute_porgram): Use c_compile_program.
5251
5252 2018-08-10 Keith Seitz <keiths@redhat.com>
5253
5254 * compile/compile-internal.h (compile_instance::~compile_instance):
5255 Remove calls to htab_delete.
5256 <m_type_map, m_symbol_err_map>: Switch type to htab_up.
5257 * compile.c (compile_instance::compile_instance): Initialize
5258 htab unique pointers.
5259 (compile_instance::get_cached_type, compile_instance::insert_type)
5260 (compile_instance::error_symbol_once): Update for unique_ptr.
5261
5262 2018-08-10 Keith Seitz <keiths@redhat.com>
5263
5264 * compile/compile-c-symbols.c (struct symbol_error)
5265 (hash_symbol_error, eq_symbol_error, del_symbol_error)
5266 (compile_instance::insert_symbol_error)
5267 (compile_instance::error_symbol_once): Move to ...
5268 * compile/compile.c: ... here.
5269
5270 2018-08-10 Keith Seitz <keiths@redhat.com>
5271
5272 * compile/compile-c-support.c (c_get_compile_context): Use `new'
5273 instead of `new_compile_instance'.
5274 * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
5275 Update description.
5276 If the symbol error map is not initialized, create it.
5277 (generate_c_for_for_one_symbol): Do not check/initialize
5278 the symbol error map.
5279 * compile/compile-c-types.c (compile_c_instance): Make a class.
5280 Update all callers.
5281 (compile_instance::compile_instance): Initialize the type cache.
5282 (get_cached_type): New function.
5283 (insert_type): Update description.
5284 (compile_c_instance::m_default_cflags): Define.
5285 (convert_type): Update description. Use get_cached_type.
5286 (delete_instance): Moved to destructor.
5287 (new_compile_instance): Moved to constructor.
5288 * compile/compile-c.h (compile_c_instance): Make class inheriting
5289 from compile_instance.
5290 <base>: Remove field.
5291 <type_map, symbol_err_map>: Move to base class.
5292 <c_plugin>: Rename to `m_plugin' and remove pointer type.
5293 * compile/compile-internal.h (compile_instance): Make class.
5294 <type_map_t, symbol_err_map_t>: Define.
5295 <fe>: Rename to `m_gcc_fe'.
5296 <scope, block, gcc_target_options>: Add `m_' prefix.
5297 <m_type_map, m_symbol_err_map>: New fields, moved from
5298 compile_c_instance.
5299 <destroy>: Remove.
5300 (convert_type, new_compile_instance): Remove.
5301 * compile/compile.c (cleanup_compile_instance): Remove.
5302 (compile_to_object): Use unique_ptr to eliminate cleanups.
5303 (compile_instance::set_print_callback, compile_instance::version)
5304 (compile_instance::set_verbose)
5305 (compile_instance::set_driver_filename)
5306 (compile_instance::set_triplet_regexp)
5307 (compile_instance::set_arguments)
5308 (compile_instance::set_source_file)
5309 (compile_instance::compile): Define.
5310
5311 2018-08-10 Keith Seitz <keiths@redhat.com>
5312
5313 * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
5314 * compile/compile-c-types.c: Define GCC_METHODN macros and include
5315 gcc-c-fe.def to define C plugin.
5316 (delete_instance): Delete `c_plugin'.
5317 (new_compile_instance): Initialize `c_plugin'.
5318 * compile/compile-c.h: Include gcc_c_plugin.h.
5319 (struct compile_c_instance) <c_plugin>: New member.
5320 * gcc-c-plugin.h: New file.
5321 Update all callers with API change.
5322
5323 2018-08-10 Keith Seitz <keiths@redhat.com>
5324
5325 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
5326 (HFILES_NO_SRCDIR): ... to here.
5327 Add compile-internal.h and compile-c.h.
5328 * compile/compile-c-support.c: Include compile-c.h.
5329 * compile/compile-c-symbols.c: Include compile-c.h.
5330 (generate_c_for_variable_locations): Update comment.
5331 * compile/compile-c-types.c: Include compile-c.h.
5332 * compile/compile-c.h: New file -- moved C language declarations
5333 from other files here.
5334 * compile/compile-internal.h: Do not include hashtab.h or
5335 common/enum-flags.h.
5336 (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
5337 (gcc_convert_symbol, gcc_symbol_address)
5338 (generate_c_for_variable_locations, c_get_mode_for_size)
5339 (c_get_range_decl_name): Definitions moved to compile-c.h.
5340 * compile/compile-loc2c.c: Include compile-c.h.
5341
5342 2018-08-10 Keith Seitz <keiths@redhat.com>
5343
5344 * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
5345 (c_symbol_substitution_name): ... this.
5346 Update all callers.
5347
5348 2018-08-10 Keith Seitz <keiths@redhat.com>
5349
5350 * compile/compile-c-support.c (c_compute_program): Use
5351 unique_xmalloc_ptr to eliminate cleanup.
5352 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
5353 Return a unique_xmalloc_ptr and eliminate cleanup.
5354 * compile/compile-internal.h (generate_c_for_variable_locations):
5355 Return unique_xmalloc_ptr and update description.
5356
5357 2018-08-10 Alan Hayward <alan.hayward@arm.com>
5358
5359 * corelow.c (core_target::get_core_register_section): Rename
5360 min_size to section_min_size.
5361
5362 2018-08-09 Jim Wilson <jimw@sifive.com>
5363
5364 * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
5365 (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
5366 * NEWS: Mention new GNU/Linux RISC-V target.
5367 * configure.host: Add riscv*-*-linux*.
5368 * configure.nat: Add riscv*.
5369 * configure.tgt: Add riscv*-*-linux*.
5370 * riscv-linux-nat.c: New file.
5371 * riscv-linux-tdep.c: New file.
5372
5373 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 * infrun.c (resume): Make static, add forward declaration.
5376 (proceed): Update header comment.
5377 * infrun.h (resume): Delete declaration.
5378
5379 2018-08-09 Tom Tromey <tom@tromey.com>
5380
5381 * riscv-tdep.h: Minor formatting fixes.
5382
5383 2018-08-09 Simon Marchi <simon.marchi@ericsson.com>
5384
5385 * common/scoped_mmap.c (mmap_file): Silence ARI warning.
5386 * dwarf-index-cache.c (create_dir_and_check): Likewise.
5387 (test_mkdir_recursive): Likewise.
5388 * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
5389
5390 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5391
5392 * valarith.c (value_subscripted_rvalue): If an array is not in
5393 memory, and we don't know the upper bound, then we can't know that
5394 the requested element exists or not.
5395
5396 2018-08-08 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 * target.c (str_comma_list_concat_elem): Fix typo in comment.
5399 (target_options_to_string): Add comment.
5400
5401 2018-08-08 Tom Tromey <tom@tromey.com>
5402
5403 * unittests/scoped_mmap-selftests.c: Check result of "write".
5404
5405 2018-08-08 Jim Wilson <jimw@sifive.com>
5406
5407 * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
5408 (decode_register_index_short): New.
5409 (decode_j_type_insn, decode_cj_type_insn): New.
5410 (decode_b_type_insn, decode_cb_type_insn): New.
5411 (riscv_insn::decode): Add support for jumps, branches, lr, and sc. New
5412 local xlen. Check xlen when decoding ambiguous compressed insns. In
5413 compressed decode, use is_c_lui_insn instead of is_lui_insn, and
5414 is_c_sw_insn instead of is_sw_insn.
5415 (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
5416 (riscv_software_single_step): New.
5417 * riscv-tdep.h (riscv_software_single_step): Declare.
5418
5419 * riscv-tdep.c (riscv_isa_xlen): Drop static.
5420 * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
5421
5422 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 PR gdb/18050:
5425 * target.c (dispose_inferior): Don't dispose of inferiors that are
5426 already killed.
5427
5428 2018-08-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
5429
5430 * remote.c (remote_target::download_tracepoint): Change char* to
5431 const char*.
5432
5433 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5434
5435 * target.h (target_options_to_string): Return an std::string.
5436 * target.c (str_comma_list_concat_elem): Return void, use
5437 std::string.
5438 (do_option): Likewise.
5439 (target_options_to_string): Return an std::string.
5440 * linux-nat.c (linux_nat_target::wait): Adjust.
5441 * target-debug.h (target_debug_print_options): Adjust.
5442
5443 2018-08-07 Tom Tromey <tom@tromey.com>
5444
5445 * Makefile.in (CPPFLAGS): New variable.
5446 (INTERNAL_CPPFLAGS): Use it.
5447
5448 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5449
5450 * NEWS: Mention the index cache.
5451
5452 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5453
5454 * common/pathstuff.h (get_standard_cache_dir): New.
5455 * common/pathstuff.c (get_standard_cache_dir): New.
5456 * build-id.h (build_id_to_string): New.
5457 * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
5458 DEBUG_STR_SUFFIX): Move to here.
5459 * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
5460 DEBUG_STR_SUFFIX): Move from there.
5461 (write_psymtabs_to_index): Make non-static, add basename
5462 parameter. Write to temporary files, rename when done.
5463 (save_gdb_index_command): Adjust call to
5464 write_psymtabs_to_index.
5465 * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
5466 field.
5467 * dwarf2read.c (dwz_file) <index_cache_res>: New field.
5468 (get_gdb_index_contents_from_cache): New.
5469 (get_gdb_index_contents_from_cache_dwz): New.
5470 (dwarf2_initialize_objfile): Read index from cache.
5471 (dwarf2_build_psymtabs): Save to index.
5472 * dwarf-index-cache.h: New file.
5473 * dwarf-index-cache.c: New file.
5474 * dwarf-index-write.h: New file.
5475
5476 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5477
5478 * gnulib/aclocal.m4: Re-generate.
5479 * gnulib/config.in: Re-generate.
5480 * gnulib/configure: Re-generate.
5481 * gnulib/import/Makefile.am: Re-generate.
5482 * gnulib/import/Makefile.in: Re-generate.
5483 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
5484 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5485 * gnulib/import/m4/mkdir.m4: New file.
5486 * gnulib/import/mkdir.c: New file.
5487 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
5488 module.
5489
5490 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5491
5492 * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
5493 * common/scoped_mmap.c: New file.
5494 * common/scoped_mmap.h (destroy): New method.
5495 (~scoped_mmap, reset): Use destroy.
5496 (scoped_mmap): New move constructor.
5497 (mmap_file): New declaration.
5498 * unittests/scoped_mmap-selftests.c (test_normal,
5499 test_invalid_filename, run_tests): New functions.
5500 (_initialize_scoped_mmap_selftests): Register selftest.
5501
5502 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5503
5504 * dwarf2read.c (read_gdb_index_from_section): Rename to...
5505 (read_gdb_index_from_buffer): ... this. Remove section
5506 parameter, add buffer parameter.
5507 (get_gdb_index_contents_ftype,
5508 get_gdb_index_contents_dwz_ftype): New typedefs.
5509 (dwarf2_read_gdb_index): Add callback parameters to get the
5510 index contents.
5511 (get_gdb_index_contents_from_section): New.
5512 (dwarf2_initialize_objfile): Update call to
5513 dwarf2_read_gdb_index.
5514
5515 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5516
5517 * common/filestuff.h (gdb_fopen_cloexec): New overload.
5518 (gdb_open_cloexec): Likewise.
5519 * nat/linux-osdata.c (command_from_pid): Use string_printf.
5520 (commandline_from_pid): Likewise.
5521 (linux_xfer_osdata_threads): Likewise.
5522 (linux_xfer_osdata_fds): Likewise.
5523 * ada-lang.c (is_package_name): Likewise.
5524 * auxv.c (procfs_xfer_auxv): Likewise.
5525 * breakpoint.c (print_one_breakpoint_location): Use
5526 uiout::field_fmt.
5527 (print_one_catch_solib): Use string_printf.
5528 * coff-pe-read.c (add_pe_exported_sym): Likewise.
5529 (add_pe_forwarded_sym): Likewise.
5530 * dwarf2read.c (create_type_unit_group): Likewise.
5531 (build_error_marker_type): Likewise.
5532 * infcall.c (get_function_name): Likewise.
5533 * valprint.c (print_converted_chars_to_obstack): Likewise.
5534 * xtensa-tdep.c (xtensa_register_type): Likewise.
5535
5536 2018-08-06 Simon Marchi <simon.marchi@ericsson.com>
5537
5538 * remote.c (remote_target::download_tracepoint): Fix format
5539 string errors.
5540
5541 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5542
5543 * tracefile.c: Include common/byte-vector.h.
5544 (trace_save): Change type of buf to gdb::byte_vector. Initialize
5545 with trace_regblock_size if needed. Update uses of buf.
5546
5547 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5548
5549 * tracepoint.h (collection_list) <m_regs_mask>: Change type to
5550 std::vector<unsigned char>.
5551 * tracepoint.c (collection_list::collection_list): Remove
5552 m_regs_mask initializer from initializer list. Resize
5553 m_regs_mask using the largest remote register number.
5554 (collection_list::add_remote_register): Remove size check on
5555 m_regs_mask. Use at to access element.
5556 (collection_list::stringify): Change type of temp_buf to
5557 gdb::char_vector. Update uses of temp_buf. Resize if needed to
5558 stringify the register mask. Use pack_hex_byte for the register
5559 mask.
5560
5561 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5562
5563 * tracepoint.h (class collection_list) <add_register>: Remove.
5564 <add_remote_register, add_ax_registers, add_local_register>:
5565 Declare.
5566 <add_memrange>: Add scope parameter.
5567 * tracepoint.c (encode_actions_1): Likewise.
5568 (collection_list::add_register): Rename to ...
5569 (collection_list::add_remote_register): ... this. Update
5570 comment.
5571 (collection_list::add_ax_registers, add_local_register): New
5572 methods.
5573 (collection_list::add_memrange): Add scope parameter. Call
5574 add_local_register instead of add_register.
5575 (finalize_tracepoint_aexpr): New function.
5576 (collection_list::collect_symbol): Update calls to add_memrange.
5577 Call add_local_register instead of add_register. Call
5578 add_ax_registers. Call finalize_tracepoint_aexpr.
5579 (encode_actions_1): Get remote regnos for $reg action. Call
5580 add_remote_register, add_ax_registers, and add_local_register.
5581 Update call to add_memrange. Call finalize_tracepoint_aexpr.
5582 (validate_actionline): Call finalize_tracepoint_aexpr.
5583
5584 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5585
5586 * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
5587 Replace array buf with gdb::char_vector buf, of size
5588 get_remote_packet_size (). Replace references to buf and
5589 BUF_SIZE to buf.data () and buf.size (). Replace strcpy, strcat
5590 and xsnprintf with snprintf. Raise errors if the buffer is too
5591 small.
5592
5593 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5594
5595 * remote.c (remote_target::download_tracepoint): Fix the has_more
5596 predicate in the QTDP action list iteration.
5597
5598 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5599
5600 * remote.c (remote_target::download_tracepoint): Fix indentation
5601 in for block.
5602
5603 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5604
5605 * proc-api.c (_initialize_proc_api): Remove c, unused.
5606 * procfs.c (procfs_init_inferior): Remove signals, unused.
5607 (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
5608 unused.
5609
5610 2018-08-06 Sergey Korolev <s.korolev@ndmsystems.com>
5611 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * linux-nat.c (linux_nat_target::follow_fork): Avoid using
5614 'W_STOPCODE (0)' as this could be ambiguous.
5615
5616 2018-08-03 Sergio Durigan Junior <sergiodj@redhat.com>
5617
5618 * ser-tcp.c (net_open): Fix thinko when deciding whether to
5619 disable TCP's Nagle algorithm (use "ai_protocol" instead of
5620 "ai_socktype").
5621
5622 2018-08-02 Tom Tromey <tom@tromey.com>
5623
5624 PR symtab/16842.
5625 * dwarf2read.c (read_func_scope): Set symtab on template parameter
5626 symbols.
5627 (process_structure_scope): Likewise.
5628
5629 2018-08-02 Xavier Roirand <roirand@adacore.com>
5630
5631 PR gdb/22629:
5632 * darwin-nat.c (darwin_kill_inferior): Fix handling of
5633 kill inferior.
5634
5635 2018-08-02 Tom Tromey <tom@tromey.com>
5636
5637 * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
5638 (darwin_suspend_inferior, darwin_resume_inferior)
5639 (darwin_decode_notify_message, darwin_resume_inferior_threads)
5640 (darwin_check_new_threads): Check result of get_darwin_inferior.
5641
5642 2018-07-31 Joel Brobecker <brobecker@adacore.com>
5643
5644 GDB 8.1.1 released.
5645
5646 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5647
5648 * varobj.c (varobj_get_path_expr_parent): Report an error if
5649 parent is a dynamic varobj.
5650
5651 2018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * gnulib/aclocal.m4: Re-generate.
5654 * gnulib/config.in: Re-generate.
5655 * gnulib/configure: Re-generate.
5656 * gnulib/import/Makefile.in: Re-generate.
5657 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5658 * gnulib/import/m4/onceonly.m4: Re-generate.
5659
5660 2018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5661
5662 * target-descriptions.c (struct xml_test_tdesc): New.
5663 (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
5664 (record_xml_tdesc): Update.
5665 (maintenance_check_xml_descriptions): Update.
5666 * target-descriptions.h (record_xml_tdesc): Update comment.
5667
5668 2018-07-30 Andrew Burgess <andrew.burgess@embecosm.com>
5669
5670 * eval.c (evaluate_subexp_for_sizeof): Check for array type before
5671 checking array bounds are defined.
5672
5673 2018-07-30 Tom Tromey <tom@tromey.com>
5674
5675 * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
5676 irreflexivity violation.
5677
5678 2018-07-30 Tom Tromey <tom@tromey.com>
5679
5680 * cli/cli-decode.c (lookup_cmd): Remove lint code.
5681 * value.c (unpack_long): Remove lint code.
5682 * valops.c (value_ind): Remove lint code.
5683 * valarith.c (value_x_binop, value_x_unop, value_equal)
5684 (value_pos): Remove lint code.
5685
5686 2018-07-28 Tom de Vries <tdevries@suse.de>
5687
5688 * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
5689 with undefined upper bound as <optimized out>.
5690
5691 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
5692
5693 * gcore.in: Rename variable "name" to "prefix". Expand
5694 "usage" text.
5695
5696 2018-07-14 Jon Turney <jon.turney@dronecode.org.uk>
5697
5698 * windows-nat.c (windows_nat_target::create_inferior): Update to
5699 call close() in global namespace.
5700
5701 2018-07-26 Tom Tromey <tom@tromey.com>
5702
5703 * dwarf-index-write.c (add_address_entry): Don't add objfile
5704 offsets.
5705 * dbxread.c (find_stab_function): Rename from
5706 find_stab_function_addr. Return a bound_minimal_symbol.
5707 (read_dbx_symtab): Use raw_text_low, raw_text_high.
5708 Don't add objfile offsets.
5709 (end_psymtab): Use raw_text_low, raw_text_high,
5710 MSYMBOL_VALUE_RAW_ADDRESS.
5711 (read_ofile_symtab): Update.
5712 (process_one_symbol): Update.
5713 * dwarf2read.c (create_addrmap_from_index): Don't add objfile
5714 offsets.
5715 (dw2_relocate): Remove.
5716 (dw2_find_pc_sect_symtab): Bias PC by the text offset before
5717 searching addrmap.
5718 (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
5719 Update.
5720 (process_psymtab_comp_unit_reader, add_partial_symbol)
5721 (add_partial_subprogram, dwarf2_ranges_read): Update.
5722 (load_partial_dies): Update.
5723 (add_address_entry): Don't add objfile offsets.
5724 (dwarf2_build_include_psymtabs): Update.
5725 (create_addrmap_from_aranges): Don't add objfile offsets.
5726 (dw2_find_pc_sect_compunit_symtab): Update.
5727 * mdebugread.c (parse_symbol): Don't add objfile offsets.
5728 (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
5729 Update.
5730 (parse_partial_symbols): Don't add objfile offsets. Use
5731 raw_text_low, raw_text_high. Update.
5732 (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
5733 * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
5734 or call 'relocate' quick function. Clear psymbol_map.
5735 * psympriv.h (struct partial_symbol) <address>: Add section
5736 offset.
5737 <set_unrelocated_address>: Rename from set_address.
5738 <raw_text_low, raw_text_high>: New methods.
5739 <text_low, text_high>: Add objfile parameter.
5740 (add_psymbol_to_bcache): Add 'section' parameter. Call
5741 set_unrelocated_address.
5742 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5743 (find_pc_psymbol): Update.
5744 (fixup_psymbol_section, relocate_psymtabs): Remove.
5745 (dump_psymtab, psym_functions): Update.
5746 (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
5747 parameter.
5748 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
5749 (start_psymtab_common): Update.
5750 * symfile-debug.c (debug_qf_relocate): Remove.
5751 (debug_sym_quick_functions): Update.
5752 * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
5753 * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
5754 Update.
5755
5756 2018-07-26 Tom Tromey <tromey@redhat.com>
5757
5758 * dbxread.c (end_psymtab): Use text_high_valid and
5759 text_low_valid.
5760 * mdebugread.c (parse_partial_symbols): Use text_low_valid.
5761 (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
5762 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5763 Update comment.
5764 <text_low_valid, text_high_valid>: New fields.
5765 <set_text_low, set_text_high>: Update.
5766 * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
5767
5768 2018-07-26 Tom Tromey <tom@tromey.com>
5769
5770 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
5771 Update.
5772 * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
5773 textlow and texthigh fields.
5774 (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
5775 Update.
5776 * mdebugread.c (parse_lines, parse_partial_symbols)
5777 (psymtab_to_symtab_1): Update.
5778 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5779 Rename fields. Update comment. Now private.
5780 <text_low, text_high, set_text_low, set_text_high>: New methods.
5781 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5782 (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
5783 (start_psymtab_common, maintenance_info_psymtabs)
5784 (maintenance_check_psymtabs): Update.
5785 * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
5786 texthigh fields.
5787 (scan_xcoff_symtab): Update.
5788
5789 2018-07-26 Tom Tromey <tromey@redhat.com>
5790
5791 * psympriv.h (struct partial_symbol) <unrelocated_address,
5792 address, set_address>: New methods.
5793 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
5794 (fixup_psymbol_section, relocate_psymtabs): Update.
5795 (print_partial_symbols): Add 'objfile' parameter. Update.
5796 (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
5797 Update.
5798
5799 2018-07-26 Tom Tromey <tom@tromey.com>
5800
5801 * dwarf-index-write.c (write_psymbols, debug_names::insert)
5802 (debug_names::write_psymbols): Update.
5803 * psympriv.h (struct partial_symbol): Derive from
5804 general_symbol_info.
5805 <obj_section>: New method.
5806 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
5807 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5808 (find_pc_sect_psymbol, fixup_psymbol_section)
5809 (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
5810 (print_partial_symbols, recursively_search_psymtabs)
5811 (compare_psymbols, psymbol_hash, psymbol_compare)
5812 (add_psymbol_to_bcache, maintenance_check_psymtabs)
5813 (psymbol_name_matches, psym_fill_psymbol_map): Update.
5814
5815 2018-07-26 Tom Tromey <tromey@redhat.com>
5816
5817 * dbxread.c (end_psymtab): Remove dead code.
5818
5819 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5820
5821 * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
5822 DWARF unwinders are disabled.
5823 * dwarf2-frame.c: Add dwarf2read.h include.
5824 (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
5825 disabled.
5826 (dwarf2_frame_unwinders_enabled_p): Define.
5827 (show_dwarf_unwinders_enabled_p): New function.
5828 (_initialize_dwarf2_frame): Register switch to control DWARF
5829 unwinder use.
5830 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
5831 * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
5832 (show_dwarf_cmdlist): Remove static keyword.
5833 * dwarf2read.h (set_dwarf_cmdlist): Declare.
5834 (show_dwarf_cmdlist): Declare.
5835 * NEWS: Document new feature.
5836
5837 2018-07-26 Tom de Vries <tdevries@suse.de>
5838
5839 PR breakpoints/23366
5840 * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
5841
5842 2018-07-26 Tom de Vries <tdevries@suse.de>
5843
5844 * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
5845 DW_AT_count can't be translated to a dynamic prop.
5846
5847 2018-07-25 Tom de Vries <tdevries@suse.de>
5848
5849 * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
5850 try/catch.
5851
5852 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5853
5854 * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
5855
5856 2018-07-25 Joel Brobecker <brobecker@adacore.com>
5857
5858 * MAINTAINERS (Global Maintainers): Add Tom Tromey.
5859
5860 2018-07-24 Keith Seitz <keiths@redhat.comt
5861
5862 PR symtab/23010
5863 * dwarf2read.c (dw2_add_symbol_to_list): New function.
5864 (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
5865 instead of add_symbol_to_list.
5866 (read_file_scope): Call prepare_one_comp_unit before reading
5867 any other DIEs.
5868
5869 2018-07-24 Simon Marchi <simon.marchi@ericsson.com>
5870
5871 * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
5872
5873 2018-07-24 Tom Tromey <tom@tromey.com>
5874
5875 * utils.c (malloc, realloc, free): Don't declare.
5876 * configure, config.in: Rebuild.
5877 * configure.ac: Don't check for declarations of free, malloc, or
5878 realloc.
5879
5880 2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
5881
5882 * aarch64-linux-nat.c
5883 (aarch64_linux_nat_target::stopped_data_address): Remove unused
5884 variable.
5885 * arm-linux-nat.c (fetch_regs): Likewise.
5886 (store_regs): Likewise.
5887 (fetch_vfp_regs): Likewise.
5888 (store_vfp_regs): Likewise.
5889 (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
5890 (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
5891 (arm_linux_nat_target::insert_watchpoint): Likewise.
5892 (arm_linux_nat_target::remove_watchpoint): Likewise.
5893 * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
5894 Likewise.
5895 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
5896 Likewise.
5897 * ppc-linux-nat.c (fetch_register): Likewise.
5898 (fetch_all_gp_regs): Likewise.
5899 (fetch_ppc_registers): Likewise.
5900 (store_all_gp_regs): Likewise.
5901 (store_ppc_registers): Likewise.
5902 (hwdebug_insert_point): Likewise.
5903 (can_use_watchpoint_cond_accel): Likewise.
5904 * remote-sim.c (gdb_os_write_stdout): Likewise.
5905
5906 2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
5907 Tom Tromey <tom@tromey.com>
5908
5909 * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
5910 test for it.
5911 * configure: Rebuild.
5912
5913 2018-07-22 Tom Tromey <tom@tromey.com>
5914
5915 * regformats/regdat.sh: Define xmltarget_${name} inside
5916 #ifndef IN_PROCESS_AGENT.
5917
5918 2018-07-22 Tom Tromey <tom@tromey.com>
5919
5920 * value.c (value_fetch_lazy_bitfield): Remove unused variable.
5921
5922 2018-07-22 Tom Tromey <tom@tromey.com>
5923
5924 * symfile.c (reread_symbols): Notify iter, not objfile.
5925
5926 2018-07-22 Tom Tromey <tom@tromey.com>
5927
5928 * ravenscar-thread.c (ravenscar_thread_target::store_registers):
5929 Use arch_ops.
5930 (ravenscar_thread_target::prepare_to_store): Likewise.
5931
5932 2018-07-22 Tom Tromey <tom@tromey.com>
5933
5934 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
5935 unused variable. Call value_fetch_lazy when needed.
5936 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
5937 Remove unused variable. Call value_fetch_lazy when needed.
5938
5939 2018-07-22 Tom Tromey <tom@tromey.com>
5940
5941 * m32c-tdep.c (mark_dma): Return void.
5942 (make_regs): Remove unused declarations.
5943
5944 2018-07-22 Tom Tromey <tom@tromey.com>
5945
5946 * guile/scm-cmd.c (gdbscm_dont_repeat): Call
5947 cmdscm_get_valid_command_smob_arg_unsafe for effect.
5948 * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
5949 bkscm_get_valid_block_smob_arg_unsafe for effect.
5950
5951 2018-07-22 Tom Tromey <tom@tromey.com>
5952
5953 * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
5954 value_type.
5955
5956 2018-07-22 Tom Tromey <tom@tromey.com>
5957
5958 * windows-nat.c (saved_context): Conditionally define.
5959 * remote.c (remote_target::remote_btrace_maybe_reopen):
5960 Conditionally declare "warned".
5961 * inflow.c (sigquit_ours): Conditionally define.
5962 (new_tty): Move "tty" declaration inside #if.
5963 * guile/guile.c (guile_datadir): Conditionally define.
5964 * charset.c (set_be_le_names): Move some declarations inside #if.
5965 * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
5966 #if.
5967 (parse_xml_btrace_conf): Likewise.
5968
5969 2018-07-22 Tom Tromey <tom@tromey.com>
5970
5971 * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
5972
5973 2018-07-22 Tom Tromey <tom@tromey.com>
5974
5975 * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
5976 * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
5977 (vlscm_convert_typed_value_from_scheme): Remove unused variable.
5978 * buildsym-legacy.c (get_macro_table): Remove unused variable.
5979 * stack.c (frame_apply_level_command): Remove unused variable.
5980 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
5981 * sparc64-tdep.c (adi_examine_command): Remove unused variable.
5982 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
5983 unused variable.
5984 * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
5985 * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
5986 * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
5987 variable.
5988 * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
5989 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
5990 variable.
5991 * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
5992 Remove unused variable.
5993 * cli/cli-script.c (recurse_read_control_structure): Remove unused
5994 variable.
5995 * common/tdesc.c (print_xml_feature::visit): Remove unused
5996 variable.
5997 * compile/compile-object-load.c (store_regs): Remove unused
5998 variables.
5999 * complaints.c (clear_complaints): Remove unused variable.
6000 * corelow.c (core_target_open): Remove unused variable.
6001 * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
6002 variable.
6003 * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
6004 variable.
6005 * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
6006 variable.
6007 * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
6008 variable.
6009 * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
6010 variable.
6011 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
6012 variable.
6013 * ia64-tdep.c (examine_prologue): Remove unused variable.
6014 * infcall.c (run_inferior_call): Remove unused variable.
6015 * inferior.c (exit_inferior): Remove unused variable.
6016 * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
6017 * linespec.c (decode_line_2): Remove unused variable.
6018 * linux-nat.c (super_close): Remove.
6019 * linux-tdep.c (linux_info_proc): Remove unused variable.
6020 * mi/mi-main.c (mi_execute_command): Remove unused variable.
6021 * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
6022 Remove unused variable.
6023 * parse.c (find_minsym_type_and_address): Remove unused variable.
6024 * printcmd.c (info_symbol_command, printf_floating): Remove unused
6025 variable.
6026 * python/py-breakpoint.c (bppy_set_commands): Remove unused
6027 variable.
6028 * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
6029 variables.
6030 * record-btrace.c (record_btrace_target::store_registers): Remove
6031 unused variable.
6032 (cmd_show_record_btrace_cpu): Remove unused variable.
6033 * riscv-tdep.c (riscv_register_reggroup_p)
6034 (riscv_push_dummy_call, riscv_return_value): Remove unused
6035 variable.
6036 * rust-exp.y (literal): Remove unused variable.
6037 * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
6038 unused variable.
6039 <STRUCTOP_ANONYMOUS>: Likewise.
6040 * s390-linux-tdep.c (s390_linux_init_abi_31)
6041 (s390_linux_init_abi_64): Remove unused variable.
6042 * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
6043 (file_select_thread, net_windows_open, _initialize_ser_windows):
6044 Remove unused variables.
6045 * symtab.c (find_pc_sect_line): Remove unused variable.
6046 * target-memory.c (compute_garbled_blocks): Remove unused
6047 variable.
6048 (target_write_memory_blocks): Remove unused variable.
6049 * target.c (target_stack::unpush): Remove unused variables.
6050 * tracepoint.c (start_tracing, all_tracepoint_actions)
6051 (merge_uploaded_trace_state_variables)
6052 (print_one_static_tracepoint_marker): Remove unused variable.
6053 * unittests/basic_string_view/element_access/char/1.cc (test01):
6054 Remove unused variable.
6055 * windows-nat.c (windows_continue, windows_add_all_dlls)
6056 (do_initial_windows_stuff, windows_nat_target::create_inferior):
6057 Remove unused variables.
6058
6059 2018-07-21 Simon Marchi <simon.marchi@polymtl.ca>
6060
6061 * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
6062 attr_profile in HAVE_ELF.
6063 * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
6064 HAVE_ELF.
6065
6066 2018-07-20 Simon Marchi <simon.marchi@polymtl.ca>
6067
6068 * frame.c (frame_register_unwind): Change parameter name.
6069 (frame_unwind_register): Likewise.
6070 (frame_unwind_register_value): Likewise.
6071 (frame_unwind_register_signed): Likewise.
6072 (frame_unwind_register_unsigned): Likewise.
6073 * frame.h (frame_register_unwind): Likewise.
6074 (frame_unwind_register): Likewise.
6075 (frame_unwind_register_value): Likewise.
6076 (frame_unwind_register_signed): Likewise.
6077 (frame_unwind_register_unsigned): Likewise.
6078 (frame_unwind_arch): Likewise.
6079
6080 2018-07-20 Maciej W. Rozycki <macro@mips.com>
6081
6082 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
6083 ISA maintenance.
6084
6085 2018-07-20 Maciej W. Rozycki <macro@mips.com>
6086
6087 * mips-linux-nat.c (mips_linux_nat_target::read_description):
6088 Call `get_ptrace_pid' rather than extracting the ptrace PID by
6089 hand.
6090
6091 2018-07-20 Keith Seitz <keiths@redhat.com>
6092
6093 * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
6094 m_main_subfile, m_comp_dir, m_producer, m_debugformat,
6095 m_compunit_symtab, m_language>: Add "m_" prefix.
6096 Update all uses.
6097 * buildsym.c: Update all uses.
6098
6099 2018-07-20 Tom Tromey <tom@tromey.com>
6100
6101 * buildsym-legacy.h (record_line): Don't use record_line_ftype.
6102 * buildsym.h (record_line_ftype): Remove typedef.
6103
6104 2018-07-20 Tom Tromey <tom@tromey.com>
6105
6106 * buildsym-legacy.h (augment_type_symtab): Don't declare.
6107 (end_expandable_symtab): Likewise.
6108 (end_symtab_get_static_block): Likewise.
6109 (end_symtab_from_static_block): Likewise.
6110 * buildsym-legacy.c (augment_type_symtab): Remove.
6111 (end_expandable_symtab): Remove.
6112 (end_symtab_get_static_block): Remove.
6113 (end_symtab_from_static_block): Remove.
6114
6115 2018-07-20 Tom Tromey <tom@tromey.com>
6116
6117 * dwarf2read.c: Include buildsym.h.
6118 (struct dwarf2_cu) <builder>: New method.
6119 (fixup_go_packaging): Update.
6120 (process_full_comp_unit, process_full_type_unit): Update. Don't
6121 use scoped_free_pendings.
6122 (using_directives): Add "cu" parameter, remove "language".
6123 (read_import_statement, setup_type_unit_groups, )
6124 (read_func_scope, read_lexical_block_scope)
6125 (dwarf2_record_block_ranges, read_namespace): Update.
6126 (lnp_state_machine::lnp_state_machine): Add cu parameter.
6127 (lnp_state_machine::handle_end_sequence): Update.
6128 (class lnp_state_machine) <m_cu>: New member.
6129 <m_record_line_callback>: Remove.
6130 <m_currently_recording_lines>: New member.
6131 (lnp_state_machine::handle_set_file): Update.
6132 (noop_record_line): Remove.
6133 (dwarf_record_line_p): Add cu parameter.
6134 (dwarf_record_line_1, dwarf_finish_line): Likewise.
6135 (lnp_state_machine::record_line)
6136 (lnp_state_machine::lnp_state_machine)
6137 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
6138 (dwarf_decode_lines): Update.
6139 (dwarf2_start_subfile): Add cu parameter.
6140 (dwarf2_start_symtab, new_symbol): Update.
6141 (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
6142 Remove dwarf2_per_objfile parameter.
6143 (dwarf_decode_macros): Update.
6144
6145 2018-07-20 Tom Tromey <tom@tromey.com>
6146
6147 * stabsread.c (define_symbol): Update.
6148 * buildsym-legacy.h (get_buildsym_compunit): Declare.
6149 * dwarf2read.c (new_symbol): Update.
6150 * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
6151 * cp-namespace.c: Include buildsym.h.
6152 (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
6153 * buildsym-legacy.c (get_buildsym_compunit): New function.
6154
6155 2018-07-20 Tom Tromey <tom@tromey.com>
6156
6157 * xcoffread.c: Include buildsym-legacy.h.
6158 * windows-nat.c: Include buildsym-legacy.h.
6159 * stabsread.c: Include buildsym-legacy.h.
6160 * mdebugread.c: Include buildsym-legacy.h.
6161 * buildsym-legacy.h: New file.
6162 * buildsym-legacy.c: New file, from buildsym.c.
6163 * go32-nat.c: Include buildsym-legacy.h.
6164 * dwarf2read.c: Include buildsym-legacy.h.
6165 * dbxread.c: Include buildsym-legacy.h.
6166 * cp-namespace.c: Include buildsym-legacy.h.
6167 * coffread.c: Include buildsym-legacy.h.
6168 * buildsym.h: Move some contents to buildsym-legacy.h.
6169 * buildsym.c: Include buildsym-legacy.h. Move many functions to
6170 buildsym-legacy.c.
6171 * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
6172
6173 2018-07-20 Tom Tromey <tom@tromey.com>
6174
6175 * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
6176 * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
6177 (buildsym_compunit::buildsym_compunit)
6178 (buildsym_compunit::~buildsym_compunit)
6179 (buildsym_compunit::get_macro_table): Define.
6180
6181 2018-07-20 Tom Tromey <tom@tromey.com>
6182
6183 * buildsym.c (reset_symtab_globals): Remove.
6184 (buildsym_compunit::end_symtab_from_static_block): Update.
6185 (buildsym_compunit::augment_type_symtab): Update.
6186 (end_symtab_from_static_block): Call free_buildsym_compunit.
6187 (augment_type_symtab, end_symtab, end_expandable_symtab):
6188 Likewise.
6189
6190 2018-07-20 Tom Tromey <tom@tromey.com>
6191
6192 * arch-utils.c: Do not include buildsym.h.
6193 * mipsread.c: Do not include buildsym.h.
6194 * machoread.c: Do not include buildsym.h.
6195 * elfread.c: Do not include buildsym.h.
6196
6197 2018-07-20 Tom Tromey <tom@tromey.com>
6198
6199 * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
6200 initialization.
6201 (buildsym_compunit): Add new constructor.
6202 (struct buildsym_compunit) <get_last_source_file, finish_block,
6203 record_block_range, start_subfile, patch_subfile_names,
6204 push_subfile, pop_subfile, record_line, get_compunit_symtab,
6205 set_last_source_start_addr, get_last_source_start_addr,
6206 get_local_using_directives, set_local_using_directives,
6207 get_global_using_directives, outermost_context_p,
6208 get_current_context_stack, get_context_stack_depth,
6209 get_current_subfile, get_local_symbols, get_file_symbols,
6210 get_global_symbols, record_debugformat, record_producer,
6211 push_context, pop_context, end_symtab_get_static_block,
6212 end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
6213 New public methods.
6214 <record_pending_block, finish_block_internal, make_blockvector,
6215 watch_main_source_file_lossage, end_symtab_with_blockvector>: New
6216 private methods.
6217 Update all users.
6218
6219 2018-05-22 Tom Tromey <tom@tromey.com>
6220
6221 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6222 parameter.
6223 (finish_block_internal): Update.
6224
6225 2018-07-20 Tom Tromey <tom@tromey.com>
6226
6227 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6228 parameter.
6229 (finish_block_internal): Update.
6230
6231 2018-07-20 Tom Tromey <tom@tromey.com>
6232
6233 * buildsym.h (EXTERN): Don't define or undef.
6234 * buildsym.c (EXTERN): Don't define.
6235
6236 2018-07-20 Tom Tromey <tom@tromey.com>
6237
6238 * buildsym.c: Remove TODO comment.
6239
6240 2018-07-20 Tom Tromey <tom@tromey.com>
6241
6242 * coffread.c (coff_symtab_read): Update.
6243 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
6244 (xcoff_new_init): Update.
6245 * mipsread.c (mipscoff_new_init): Update.
6246 * mdebugread.c (mdebug_build_psymtabs): Update.
6247 * elfread.c (elf_new_init): Update.
6248 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
6249 Update.
6250 * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
6251 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6252 (stabsect_build_psymtabs): Update.
6253 * buildsym.h (buildsym_init): Don't declare.
6254 * buildsym.c: Update comment.
6255 (prepare_for_building): Remove.
6256 (start_symtab, restart_symtab): Update.
6257 (reset_symtab_globals): Update comment.
6258 (buildsym_init): Remove.
6259
6260 2018-07-20 Tom Tromey <tom@tromey.com>
6261
6262 * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
6263 * stabsread.c (patch_block_stabs, define_symbol, read_type)
6264 (read_enum_type, common_block_start, common_block_end)
6265 (cleanup_undefined_types_1, finish_global_stabs): Update.
6266 * mdebugread.c (psymtab_to_symtab_1): Update.
6267 * dwarf2read.c (fixup_go_packaging, read_func_scope)
6268 (read_lexical_block_scope, new_symbol): Update.
6269 * dbxread.c (process_one_symbol): Update.
6270 * coffread.c (coff_symtab_read, process_coff_symbol)
6271 (coff_read_enum_type): Update.
6272 * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
6273 declare.
6274 (get_local_symbols, get_file_symbols, get_global_symbols): New
6275 functions.
6276 * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
6277 m_global_symbols.
6278 <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
6279 (~scoped_free_pendings): Update.
6280 (finish_block, prepare_for_building, reset_symtab_globals)
6281 (end_symtab_get_static_block, end_symtab_with_blockvector)
6282 (augment_type_symtab, push_context): Update.
6283 (get_local_symbols, get_file_symbols, get_global_symbols): New
6284 functions.
6285 (buildsym_init): Update.
6286
6287 2018-07-20 Tom Tromey <tom@tromey.com>
6288
6289 * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
6290 (process_full_type_unit): Likewise.
6291 (dwarf2_start_symtab): Set list_in_scope.
6292
6293 2018-07-20 Tom Tromey <tom@tromey.com>
6294
6295 * dwarf2read.c (process_psymtab_comp_unit_reader)
6296 (build_type_psymtabs_reader): Do not set list_in_scope.
6297
6298 2018-07-20 Tom Tromey <tom@tromey.com>
6299
6300 * buildsym.c (free_pendings): Remove.
6301 (add_symbol_to_list, scoped_free_pendings)
6302 (finish_block_internal, buildsym_init): Update.
6303
6304 2018-07-20 Tom Tromey <tom@tromey.com>
6305
6306 * xcoffread.c (read_xcoff_symtab): Update.
6307 * dwarf2read.c (read_func_scope, read_lexical_block_scope):
6308 Update.
6309 * dbxread.c (process_one_symbol): Update.
6310 * coffread.c (coff_symtab_read): Update.
6311 * buildsym.h (finish_block): Update.
6312 * buildsym.c (finish_block): Remove "listhead" argument.
6313 (end_symtab_get_static_block): Update.
6314
6315 2018-07-20 Tom Tromey <tom@tromey.com>
6316
6317 * buildsym.h (class scoped_free_pendings): Remove constructor.
6318 * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
6319 method.
6320 <m_pending_block_obstack, m_pending_blocks>: New members.
6321 (pending_block_obstack, pending_blocks): Remove.
6322 (scoped_free_pendings::scoped_free_pendings): Default.
6323 (~scoped_free_pendings): Update.
6324 (free_pending_blocks): Remove.
6325 (finish_block_internal, record_pending_block, make_blockvector)
6326 (end_symtab_get_static_block, augment_type_symtab, push_context)
6327 (buildsym_init): Update.
6328
6329 2018-07-20 Tom Tromey <tom@tromey.com>
6330
6331 * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
6332 m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
6333 members.
6334 (pending_addrmap, pending_addrmap_obstack)
6335 (pending_addrmap_interesting): Remove.
6336 (scoped_free_pendings, record_block_range, make_blockvector)
6337 (prepare_for_building, reset_symtab_globals, buildsym_init):
6338 Update.
6339
6340 2018-07-20 Tom Tromey <tom@tromey.com>
6341
6342 * xcoffread.c (process_linenos): Update.
6343 * stabsread.c (define_symbol, read_type, read_enum_type): Update.
6344 * mdebugread.c (psymtab_to_symtab_1): Update.
6345 * dwarf2read.c (setup_type_unit_groups)
6346 (lnp_state_machine::handle_set_file, dwarf_record_line_p)
6347 (lnp_state_machine::record_line, dwarf_decode_lines): Update.
6348 * dbxread.c (process_one_symbol): Update.
6349 * coffread.c (coff_symtab_read, enter_linenos)
6350 (process_coff_symbol): Update.
6351 * buildsym.h (current_subfile): Don't declare.
6352 (get_current_subfile): Declare.
6353 * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
6354 member.
6355 (start_subfile, free_buildsym_compunit, push_subfile)
6356 (prepare_for_building, start_symtab): Update.
6357 (get_current_subfile): New function.
6358
6359 2018-07-20 Tom Tromey <tom@tromey.com>
6360
6361 * coffread.c (coff_symtab_read): Update.
6362 * xcoffread.c (read_xcoff_symtab): Update.
6363 * dwarf2read.c (new_symbol): Update.
6364 (read_func_scope, read_lexical_block_scope): Update.
6365 * dbxread.c (process_one_symbol): Update.
6366 * buildsym.h (context_stack, context_stack_depth): Don't declare.
6367 (outermost_context_p): Remove macro.
6368 (outermost_context_p, get_current_context_stack)
6369 (get_context_stack_depth): Declare.
6370 (pop_context): Return struct context_stack.
6371 * buildsym.c (struct buildsym_compunit) <m_context_stack: New
6372 member.
6373 (context_stack_size): Remove.
6374 (INITIAL_CONTEXT_STACK_SIZE): Remove.
6375 (prepare_for_building, end_symtab_get_static_block)
6376 (augment_type_symtab, push_context): Update.
6377 (pop_context): Return struct context_stack.
6378 (outermost_context_p, get_current_context_stack)
6379 (get_context_stack_depth): New functions.
6380 (buildsym_init): Update.
6381
6382 2018-07-20 Tom Tromey <tom@tromey.com>
6383
6384 * rust-exp.y: Now a pure parser. Update all rules.
6385 (%union): Move earlier.
6386 (current_parser, work_obstack): Remove globals.
6387 (rust_parser, ~rust_parser): Update.
6388 (class rust_parser) <copy_name, concat3, crate_name, super_name,
6389 lex_character, lex_number, lex_string, lex_identifier,
6390 rust_lookup_type, convert_params_to_types, convert_ast_to_type,
6391 convert_name, convert_params_to_expression,
6392 convert_ast_to_expression, ast_basic_type, ast_operation,
6393 ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
6394 ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
6395 ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
6396 ast_array_type, ast_slice_type, ast_reference_type,
6397 ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
6398 (rust_parse): Update.
6399 (rustyyerror, rustyylex): Add parser parameter.
6400 (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
6401 (rust_lex_stringish_test, rust_lex_test_sequence)
6402 (rust_lex_test_trailing_dot, rust_lex_test_completion)
6403 (rust_lex_test_push_back, rust_lex_tests): Update.
6404
6405 2018-07-19 Pedro Alves <palves@redhat.com>
6406
6407 * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
6408 gdb::unique_xmalloc_ptr.
6409 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
6410 Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
6411 * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
6412 copy-initialization.
6413 * guile/scm-pretty-print.c (ppscm_print_children): Use
6414 gdb::unique_xmalloc_ptr instead of cleanups.
6415 (gdbscm_apply_val_pretty_printer): Remove cleanups.
6416 * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
6417 gdb::unique_xmalloc_ptr.
6418 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6419 Adjust to use gdb::unique_xmalloc_ptr.
6420 * guile/scm-utils.c (extract_arg): Adjust.
6421 * guile/scm-value.c (gdbscm_value_field): Adjust to use
6422 gdb::unique_xmalloc_ptr instead of a cleanup.
6423
6424 2018-07-19 Tom Tromey <tom@tromey.com>
6425
6426 * utils.c (do_value_free_to_mark)
6427 (make_cleanup_value_free_to_mark): Remove.
6428 * utils.h (make_cleanup_value_free_to_mark): Remove.
6429
6430 2018-07-19 Pedro Alves <palves@redhat.com>
6431
6432 * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
6433 forwarding reference.
6434
6435 2018-07-18 Pedro Alves <palves@redhat.com>
6436
6437 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
6438 gdbscm_wrap. Use gdb::unique_xmalloc_ptr<char> instead of a
6439 cleanup.
6440
6441 2018-07-18 Pedro Alves <palves@redhat.com>
6442
6443 * guile/guile-internal.h: Add comment about mixing GDB and Scheme
6444 exceptions.
6445 (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
6446 (gdbscm_wrap): New.
6447 * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
6448 directly instead of a cleanup.
6449 * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
6450 (vlscm_unop): ... this. Reimplement using gdbscm_wrap.
6451 (vlscm_binop_gdbthrow): New, factored out from ...
6452 (vlscm_binop): ... this. Reimplement using gdbscm_wrap.
6453 (vlscm_rich_compare): Use gdbscm_wrap.
6454 * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
6455 instead of a cleanup.
6456 (gdbscm_lookup_global_symbol): Use xfree directly instead of a
6457 cleanup.
6458 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6459 Use xfree directly instead of a cleanup.
6460 * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
6461 Adjust to use gdbscm_wrap and scoped_value_mark.
6462 (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
6463 (gdbscm_value_address, gdbscm_value_dereference)
6464 (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
6465 scoped_value_mark.
6466 (gdbscm_value_dynamic_type): Use scoped_value_mark.
6467 (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
6468 scoped_value_mark.
6469 (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
6470 gdbscm_wrap and scoped_value_mark.
6471 (gdbscm_value_to_string): Use xfree directly instead of a
6472 cleanup. Move 'buffer' unique_ptr to TRY scope.
6473 (gdbscm_value_to_lazy_string): Use xfree directly instead of a
6474 cleanup. Move 'buffer' unique_ptr to TRY scope. Use
6475 scoped_value_mark.
6476 (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
6477 (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
6478 scoped_value_mark.
6479 (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
6480 gdbscm_wrap.
6481
6482 2018-07-18 Tom de Vries <tdevries@suse.de>
6483
6484 * findvar.c (default_read_var_value): Also resolve dynamic type for
6485 LOC_OPTIMIZED_OUT vars.
6486
6487 2018-07-18 Maciej W. Rozycki <macro@mips.com>
6488
6489 * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
6490 decoding.
6491
6492 2018-07-17 Tom Tromey <tom@tromey.com>
6493
6494 * guile/scm-param.c (pascm_set_func, pascm_show_func)
6495 (compute_enum_list, pascm_set_param_value_x)
6496 (gdbscm_parameter_value): Update.
6497 * guile/guile-internal.h (gdbscm_scm_to_string): Update.
6498 (gdbscm_scm_to_host_string): Update.
6499 * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
6500 Update.
6501 * guile/scm-cmd.c (cmdscm_add_completion): Update.
6502 * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
6503 * guile/scm-string.c (gdbscm_scm_to_string): Return
6504 unique_xmalloc_ptr.
6505 (gdbscm_scm_to_host_string): Likewise.
6506
6507 2018-07-17 Tom Tromey <tom@tromey.com>
6508
6509 * guile/guile.c (gdbscm_eval_from_control_command): Update.
6510 * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
6511 * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
6512 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
6513 unique_xmalloc_ptr.
6514
6515 2018-07-17 Tom Tromey <tom@tromey.com>
6516
6517 * guile/scm-param.c (pascm_signal_setshow_error): Update.
6518 * guile/guile-internal.h (gdbscm_exception_message_to_string):
6519 Update.
6520 * guile/scm-cmd.c (cmdscm_function): Update.
6521 * guile/scm-pretty-print.c
6522 (ppscm_print_exception_unless_memory_error): Update.
6523 * guile/scm-exception.c (gdbscm_exception_message_to_string):
6524 Return unique_xmalloc_ptr.
6525
6526 2018-07-17 Tom Tromey <tom@tromey.com>
6527
6528 * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
6529 Use string_printf.
6530
6531 2018-07-17 Jim Wilson <jimw@sifive.com>
6532
6533 * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
6534 set_gdbarch_decr_pc_after_break. Call riscv_read_misa_reg always.
6535 (riscv_gdbarch_init): Delete local has_compressed_isa. Delete now
6536 unecessary braces after EF_RISCV_RVC test. Delete call to
6537 set_gdbarch_decr_pc_after_break.
6538
6539 * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
6540 RISCV_LAST_FP_REGNUM + 1.
6541 (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
6542
6543 2018-07-17 Tom Tromey <tom@tromey.com>
6544
6545 * configure.ac: Remove --disable-gdbcli.
6546 * configure: Rebuild.
6547 * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
6548 (SUBDIR_CLI_CFLAGS): Remove.
6549 (SFILES): Use SUBDIR_CLI_SRCS.
6550 (COMMON_OBS): Use SUBDIR_CLI_OBS.
6551
6552 2018-07-17 Tom Tromey <tom@tromey.com>
6553
6554 PR gdb/18624:
6555 * coffread.c (coff_symtab_read): Use scoped_free_pendings.
6556
6557 2018-07-16 Jim Wilson <jimw@sifive.com>
6558
6559 * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
6560
6561 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6562
6563 * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
6564 variable.
6565 (libunwind_frame_sniffer): Likewise.
6566 (libunwind_frame_prev_register): Likewise.
6567 (libunwind_sigtramp_frame_sniffer): Likewise.
6568 * ia64-tdep.c (ia64_access_reg): Likewise.
6569 (ia64_access_rse_reg): Likewise.
6570 (ia64_libunwind_sigtramp_frame_this_id): Likewise.
6571 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
6572
6573 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6574
6575 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
6576
6577 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6578
6579 * remote-sim.c (gdbsim_target::close,
6580 gdbsim_target::mourn_inferior): Remove unused variables.
6581
6582 2018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
6583
6584 * ia64-tdep.c (ktab_buf): New global.
6585 (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
6586 (get_kernel_table): Adjust.
6587
6588 2018-07-16 Tom Tromey <tom@tromey.com>
6589
6590 * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
6591 * dwarf2read.c (using_directives, new_symbol): Use
6592 outermost_context_p.
6593 * dbxread.c (process_one_symbol): Use outermost_context_p.
6594 * coffread.c (coff_symtab_read): Use outermost_context_p.
6595
6596 2018-07-16 Tom Tromey <tom@tromey.com>
6597
6598 * dwarf2read.c (using_directives, read_func_scope)
6599 (read_lexical_block_scope): Update.
6600 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6601 * buildsym.h (local_using_directives, global_using_directives):
6602 Don't declare.
6603 (get_local_using_directives, set_local_using_directives)
6604 (get_global_using_directives): Declare.
6605 * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
6606 m_global_using_directives>: New members.
6607 (finish_block_internal, prepare_for_building)
6608 (reset_symtab_globals, end_symtab_get_static_block)
6609 (push_context): Update.
6610 (get_local_using_directives, set_local_using_directives)
6611 (get_global_using_directives): New functions.
6612 (buildsym_init): Update.
6613
6614 2018-07-16 Tom Tromey <tom@tromey.com>
6615
6616 * xcoffread.c (xcoff_initial_scan): Don't call
6617 free_pending_blocks.
6618 * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
6619 * buildsym.h (class scoped_free_pendings): Add constructor.
6620 (free_pending_blocks): Don't declare.
6621 * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
6622 (free_pending_blocks): Now static.
6623
6624 2018-07-16 Tom Tromey <tom@tromey.com>
6625
6626 * buildsym.h (push_subfile, pop_subfile): Update declarations.
6627 * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
6628 member.
6629 (struct subfile_stack): Remove.
6630 (subfile_stack): Remove.
6631 (push_subfile, pop_subfile, buildsym_init): Update.
6632
6633 2018-07-16 Tom Tromey <tom@tromey.com>
6634
6635 * buildsym.c (push_subfile): Use gdb_assert.
6636 (pop_subfile): Use gdb_assert.
6637
6638 2018-07-16 Tom Tromey <tom@tromey.com>
6639
6640 * buildsym.h (merge_symbol_lists): Remove.
6641 * buildsym.c (merge_symbol_lists): Remove.
6642
6643 2018-07-16 Tom Tromey <tom@tromey.com>
6644
6645 * stabsread.c (scan_file_globals): Update comment.
6646 * stabsread.h (scan_file_globals): Move from buildsym.h.
6647 * buildsym.h (scan_file_globals): Move to stabsread.h.
6648
6649 2018-07-16 Tom Tromey <tom@tromey.com>
6650
6651 * xcoffread.c (xcoff_new_init): Update.
6652 * mipsread.c (mipscoff_new_init): Update.
6653 * mdebugread.c (mdebug_build_psymtabs): Update.
6654 * elfread.c (elf_new_init): Update.
6655 * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
6656 (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
6657 * buildsym.h (buildsym_new_init): Don't declare.
6658 * buildsym.c (buildsym_new_init): Remove.
6659
6660 2018-07-16 Tom Tromey <tom@tromey.com>
6661
6662 * stabsread.h (within_function): Move from buildsym.h.
6663 * stabsread.c (start_stabs): Clear within_function.
6664 * coffread.c (coff_start_symtab): Clear within_function.
6665 * buildsym.h (within_function): Move to stabsread.h.
6666 * buildsym.c (prepare_for_building): Update.
6667
6668 2018-07-16 Tom Tromey <tom@tromey.com>
6669
6670 * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
6671 * dwarf2read.c (dwarf2_start_symtab): Don't set
6672 processing_gcc_compilation.
6673 * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
6674
6675 2018-07-16 Tom Tromey <tom@tromey.com>
6676
6677 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
6678 (next_symbol_text_func): Move from buildsym.h.
6679 * stabsread.c (hashname): Move from buildsym.c.
6680 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
6681 (next_symbol_text_func, hashname): Move to stabsread.h.
6682 * buildsym.c: Don't include bcache.h
6683 (hashname): Move to stasbread.c.
6684
6685 2018-07-16 Tom Tromey <tom@tromey.com>
6686
6687 * buildsym.h (context_stack_size): Don't declare.
6688 * buildsym.c (context_stack_size): New global.
6689
6690 2018-07-16 Tom Tromey <tom@tromey.com>
6691
6692 * dbxread.c (processing_acc_compilation): New global.
6693 * buildsym.h (processing_acc_compilation): Don't declare.
6694
6695 2018-07-16 Tom Tromey <tom@tromey.com>
6696
6697 * xcoffread.c (aix_process_linenos, complete_symtab): Update.
6698 * dbxread.c (read_ofile_symtab): Update.
6699 * coffread.c (coff_start_symtab, coff_end_symtab): Update.
6700 * buildsym.h (last_source_start_addr): Remove.
6701 (set_last_source_start_addr, get_last_source_start_addr):
6702 Declare.
6703 * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
6704 parameter.
6705 (struct buildsym_compunit) <m_last_source_start_addr>: New
6706 member.
6707 (prepare_for_building): Remove start_addr parameter.
6708 (start_symtab, restart_symtab, end_symtab_get_static_block)
6709 (end_symtab_with_blockvector): Update.
6710 (set_last_source_start_addr, get_last_source_start_addr): New
6711 functions.
6712
6713 2018-07-16 Tom Tromey <tom@tromey.com>
6714
6715 * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
6716 member.
6717 (have_line_numbers): Remove.
6718 (record_line, prepare_for_building, end_symtab_get_static_block)
6719 (augment_type_symtab): Update.
6720
6721 2018-07-16 Tom Tromey <tom@tromey.com>
6722
6723 * buildsym.c (~buildsym_compunit): Free the macro table.
6724 (struct buildsym_compunit) <get_macro_table, release_macros>: New
6725 methods.
6726 <m_pending_macros>: New member.
6727 (pending_macros): Remove.
6728 (~scoped_free_pendings, get_macro_table, prepare_for_building)
6729 (reset_symtab_globals, end_symtab_get_static_block)
6730 (end_symtab_with_blockvector, augment_type_symtab)
6731 (buildsym_init): Update.
6732
6733 2018-07-16 Tom Tromey <tom@tromey.com>
6734
6735 * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
6736 parameter.
6737 (buildsym_compunit::set_last_source_file): New method.
6738 <m_last_source_file>: New member.
6739 (prepare_for_building): Remove "name" parameter.
6740 (start_symtab, restart_symtab, reset_symtab_globals): Update.
6741 (last_source_file): Remove.
6742 (set_last_source_file, get_last_source_file): Update.
6743
6744 2018-07-16 Tom Tromey <tom@tromey.com>
6745
6746 * buildsym.c (prepare_for_building): Add assert.
6747
6748 2018-07-16 Tom Tromey <tom@tromey.com>
6749
6750 * buildsym.c (~buildsym_compunit): Update.
6751 (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
6752 (start_subfile, patch_subfile_names)
6753 (end_symtab_with_blockvector): Update.
6754
6755 2018-07-16 Tom Tromey <tom@tromey.com>
6756
6757 * buildsym.c (struct buildsym_compunit): Add constructor,
6758 destructor, initializers.
6759 (start_buildsym_compunit): Remove.
6760 (free_buildsym_compunit): Use "delete".
6761 (start_symtab, restart_symtab): Use "new".
6762
6763 2018-07-13 Simon Marchi <simon.marchi@polymtl.ca>
6764
6765 * symfile.c (set_objfile_default_section_offset): Remove struct
6766 keyword.
6767
6768 2018-07-14 Stafford Horne <shorne@gmail.com>
6769
6770 * (Responsible Maintainers): Add myself as or1k maintainer.
6771
6772 2018-07-13 Tom Tromey <tom@tromey.com>
6773
6774 * symfile.c (set_objfile_default_section_offset): Use extra braces
6775 around initializer.
6776
6777 2018-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6778
6779 * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
6780 non-branching basr.
6781
6782 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6783
6784 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6785 unittests/cli-utils-selftests.c
6786 * unittests/cli-utils-selftests.c: New file.
6787
6788 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6789
6790 * NEWS: Mention new commands. Mention change to 'thread apply'.
6791
6792 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6793
6794 * thread.c (thr_try_catch_cmd): New function.
6795 (thread_apply_all_command): Handle qcs flags.
6796 (thread_apply_command): Handle qcs flags.
6797 (taas_command): New function.
6798 (tfaas_command): New function.
6799 (_initialize_thread): Update to setup the new commands 'taas
6800 and 'tfaas'. Change doc string for 'thread apply'.
6801
6802 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6803
6804 * stack.c: (trailing_outermost_frame): New function, mostly
6805 extracted from backtrace_command_1.
6806 (leading_innermost_frame): New function.
6807 (backtrace_command_1): Update to call trailing_outermost_frame.
6808 (frame_apply_command_count): New function.
6809 (frame_apply_level_command): New function.
6810 (frame_apply_all_command): New function.
6811 (frame_apply_command): New function.
6812 (faas_command): New function.
6813 (frame_cmd_list): New variable.
6814 (_initialize_stack): Update to setup the new commands 'frame apply'
6815 and 'faas'.
6816
6817 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6818
6819 * cli-utils.c (number_or_range_parser::get_number): Only handle
6820 numbers or convenience var as numbers.
6821 (parse_flags): New function.
6822 (parse_flags_qcs): New function.
6823 (number_or_range_parser::finished): Ensure parsing end is detected
6824 before end of string.
6825 * cli-utils.h (parse_flags): New function.
6826 (parse_flags_qcs): New function.
6827 (number_or_range_parser): Remove m_finished bool.
6828 (number_or_range_parser::skip_range): Set m_in_range to false.
6829
6830 2018-07-12 Sergio Durigan Junior <sergiodj@redhat.com>
6831
6832 * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
6833 on Windows.
6834
6835 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6836 Jan Kratochvil <jan.kratochvil@redhat.com>
6837 Paul Fertser <fercerpav@gmail.com>
6838 Tsutomu Seki <sekiriki@gmail.com>
6839 Pedro Alves <palves@redhat.com>
6840
6841 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6842 'unittests/parse-connection-spec-selftests.c'.
6843 (COMMON_SFILES): Add 'common/netstuff.c'.
6844 (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
6845 * NEWS (Changes since GDB 8.2): Mention IPv6 support.
6846 * common/netstuff.c: New file.
6847 * common/netstuff.h: New file.
6848 * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
6849 (wait_for_connect): Update comment. New parameter
6850 'gdb::optional<int> sock' instead of 'struct serial *scb'.
6851 Use 'sock' directly instead of 'scb->fd'.
6852 (try_connect): New function, with code from 'net_open'.
6853 (net_open): Rewrite main loop to deal with multiple
6854 sockets/addresses. Handle IPv6-style hostnames; implement
6855 support for IPv6 connections.
6856 * unittests/parse-connection-spec-selftests.c: New file.
6857
6858 2018-07-11 Pedro Alves <palves@redhat.com>
6859
6860 PR gdb/23377
6861 * remote.c (remote_target::remote_detach_pid): Call
6862 set_current_process.
6863
6864 2018-07-11 Pedro Alves <palves@redhat.com>
6865
6866 * h8300-tdep.c (h8300_gdbarch_init): Remove
6867 set_gdbarch_ecoff_reg_to_regnum calls.
6868
6869 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6870
6871 PR c++/23373
6872 * c-typeprint.c (c_type_print_base_struct_union): Don't print
6873 offsets/sizes for static members of a class/struct.
6874
6875 2018-07-11 Alan Hayward <alan.hayward@arm.com>
6876
6877 * target-descriptions.c (tdesc_register_bitsize): Rename.
6878 * target-descriptions.h (tdesc_register_bitsize): Likewise.
6879 * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
6880 * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
6881
6882 2018-07-10 Tom Tromey <tom@tromey.com>
6883
6884 * breakpoint.c (moribund_locations): Now static and a
6885 std::vector.
6886 (breakpoint_init_inferior, moribund_breakpoint_here_p)
6887 (build_bpstat_chain, update_global_location_list)
6888 (breakpoint_retire_moribund): Update.
6889 * breakpoint.h (bp_location_p): Remove typedef. Don't declare
6890 VEC.
6891
6892 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6893
6894 * riscv-tdep.c (riscv_is_fp_regno_p): New function.
6895 (riscv_register_reggroup_p): Use new function, remove unneeded
6896 parenthesis.
6897 (riscv_push_dummy_call): Extend assert to compare against xlen or
6898 flen based on register type.
6899
6900 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6901
6902 * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
6903
6904 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6905
6906 * remote.c (show_hardware_watchpoint_limit): New function.
6907 (show_hardware_watchpoint_length_limit): New function.
6908 (show_hardware_breakpoint_limit): New function.
6909 (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
6910 where appropriate, update help text.
6911
6912 2018-07-09 Tom Tromey <tom@tromey.com>
6913
6914 * Makefile.in (CDEPS): Don't mention XM_CDEPS.
6915 (CLIBS): Don't mention NAT_CLIBS.
6916
6917 2018-07-09 Tom Tromey <tom@tromey.com>
6918
6919 * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
6920 (LIBGDB_OBS, clean mostlyclean): Update.
6921 (gdb$(EXEEXT), insight$(EXEEXT)): Update.
6922
6923 2018-07-09 Tom Tromey <tom@tromey.com>
6924
6925 * Makefile.in (%.c: %.y): Use ECHO_YACC.
6926 (%.c: %.l): Use ECHO_LEX. Just fail if flex not available.
6927 * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
6928
6929 2018-07-09 Tom Tromey <tom@tromey.com>
6930
6931 * Makefile.in (ALLDEPFILES): Remove exec.c.
6932 (COMMON_OBS): Remove exec.o.
6933 (COMMON_SFILES): Add exec.c.
6934
6935 2018-07-09 Tom Tromey <tom@tromey.com>
6936
6937 * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
6938
6939 2018-07-09 Tom Tromey <tom@tromey.com>
6940
6941 * Makefile.in (clean mostlyclean): Remove stamp-version.
6942 (version.c): Depend on stamp-version.
6943 (stamp-version): New rule, from version.c rule.
6944
6945 2018-07-09 Tom Tromey <tom@tromey.com>
6946
6947 * Makefile.in (init.c): Depend on stamp-init.
6948 (stamp-init): New rule, from init.c rule.
6949 (clean mostlyclean): Remove stamp-init.
6950
6951 2018-07-09 Tom Tromey <tom@tromey.com>
6952
6953 * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
6954 SUBDIR_GCC_COMPILE_SRCS.
6955
6956 2018-07-09 Tom Tromey <tom@tromey.com>
6957
6958 * Makefile.in (init.c): Remove some unused sed rules.
6959
6960 2018-07-09 Tom Tromey <tom@tromey.com>
6961
6962 * Makefile.in (TSOBS): Remove.
6963 (INIT_FILES): Update.
6964 (LIBGDB_OBS): Update.
6965 (COMMON_SFILES): Add inflow.c.
6966 (SFILES): Remove inflow.c.
6967
6968 2018-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6969
6970 * contrib/gdb-add-index.sh ($dwarf5): New, use it.
6971
6972 2018-07-07 Simon Marchi <simon.marchi@polymtl.ca>
6973
6974 * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
6975 get_saveloc_name, is_signal_frame_name, step_name,
6976 init_remote_name, create_addr_space_name,
6977 destroy_addr_space_name, search_unwind_table_name,
6978 find_dyn_list_name): Constify.
6979
6980 2018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
6981
6982 * darwin-nat.c (darwin_pthread_kill): New function.
6983 (darwin_resume_thread): Use darwin_pthread_kill.
6984
6985 2018-07-05 Tom de Vries <tdevries@suse.de>
6986
6987 * macroexp.c (macro_buffer) <operator=>: New member function.
6988
6989 2018-07-04 Tom Tromey <tom@tromey.com>
6990
6991 * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
6992
6993 2018-07-04 Simon Marchi <simon.marchi@polymtl.ca>
6994
6995 * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
6996 * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
6997 * maint.c: Likewise.
6998 * top.c: Likewise.
6999
7000 2018-07-04 Joel Brobecker <brobecker@adacore.com>
7001
7002 * NEWS: Create a new section for the next release branch.
7003 Rename the section of the current branch, now that it has
7004 been cut.
7005
7006 2018-07-04 Joel Brobecker <brobecker@adacore.com>
7007
7008 GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
7009 * version.in: Bump version to 8.2.50.DATE-git.
7010
7011 2018-07-04 Vyacheslav Barinov <v.barinov@samsung.com>
7012 Pedro Alves <palves@redhat.com>
7013
7014 * linux-nat.c (linux_init_ptrace): Rename to ...
7015 (linux_init_ptrace_procfs): ... this. Call
7016 linux_proc_init_warnings.
7017 (linux_nat_target::post_attach)
7018 (linux_nat_target::post_startup_inferior): Adjust.
7019 * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
7020 * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
7021
7022 2018-07-04 Tom de Vries <tdevries@suse.de>
7023
7024 * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
7025 check ...
7026 (read_comp_unit_head): ... here.
7027
7028 2018-07-03 Tom Tromey <tom@tromey.com>
7029
7030 * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
7031 (stop_tracing, tstatus_command)
7032 (find_matching_tracepoint_location, merge_uploaded_tracepoints)
7033 (print_one_static_tracepoint_marker): Update.
7034 * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
7035 std::vector.
7036 * breakpoint.h (breakpoint_p): Remove typedef. Don't declare
7037 VEC.
7038 (all_tracepoints, static_tracepoints_here): Return std::vector.
7039
7040 2018-07-03 Tom Tromey <tom@tromey.com>
7041
7042 * common/ptid.c (ptid_equal): Remove.
7043 * common/ptid.h (ptid_equal): Don't declare.
7044 * ada-tasks.c: Update.
7045 * breakpoint.c: Update.
7046 * common/agent.c: Update.
7047 * corelow.c: Update.
7048 * darwin-nat-info.c: Update.
7049 * darwin-nat.c: Update.
7050 * dcache.c: Update.
7051 * dtrace-probe.c: Update.
7052 * dummy-frame.c: Update.
7053 * fbsd-nat.c: Update.
7054 * frame.c: Update.
7055 * gdbthread.h: Update.
7056 * gnu-nat.c: Update.
7057 * go32-nat.c: Update.
7058 * inf-loop.c: Update.
7059 * inf-ptrace.c: Update.
7060 * infcall.c: Update.
7061 * infcmd.c: Update.
7062 * inflow.c: Update.
7063 * infrun.c: Update.
7064 * linux-fork.c: Update.
7065 * linux-nat.c: Update.
7066 * linux-thread-db.c: Update.
7067 * mi/mi-cmd-var.c: Update.
7068 * mi/mi-interp.c: Update.
7069 * mi/mi-main.c: Update.
7070 * nto-procfs.c: Update.
7071 * ppc-linux-tdep.c: Update.
7072 * procfs.c: Update.
7073 * python/py-inferior.c: Update.
7074 * python/py-record-btrace.c: Update.
7075 * python/py-record.c: Update.
7076 * ravenscar-thread.c: Update.
7077 * regcache.c: Update.
7078 * remote-sim.c: Update.
7079 * remote.c: Update.
7080 * sol-thread.c: Update.
7081 * solib.c: Update.
7082 * target.c: Update.
7083 * tui/tui-stack.c: Update.
7084 * varobj.c: Update.
7085 * windows-nat.c: Update.
7086 * windows-tdep.c: Update.
7087
7088 2018-07-03 Tom Tromey <tom@tromey.com>
7089
7090 * common/ptid.c (ptid_match): Remove.
7091 * common/ptid.h (ptid_match): Don't declare.
7092 * fbsd-nat.c: Update.
7093 * infcmd.c: Update.
7094 * infrun.c: Update.
7095 * linux-nat.c: Update.
7096 * record-btrace.c: Update.
7097 * regcache.c: Update.
7098 * remote.c: Update.
7099
7100 2018-07-03 Tom Tromey <tom@tromey.com>
7101
7102 * common/ptid.c (ptid_tid_p): Remove.
7103 * common/ptid.h (ptid_tid_p): Don't declare.
7104 * sol-thread.c: Update.
7105
7106 2018-07-03 Tom Tromey <tom@tromey.com>
7107
7108 * common/ptid.c (ptid_lwp_p): Remove.
7109 * common/ptid.h (ptid_lwp_p): Don't declare.
7110 * fbsd-nat.c: Update.
7111 * linux-nat.c: Update.
7112 * nat/linux-procfs.c: Update.
7113 * nat/x86-linux-dregs.c: Update.
7114 * sol-thread.c: Update.
7115
7116 2018-07-03 Tom Tromey <tom@tromey.com>
7117
7118 * common/ptid.c (ptid_is_pid): Remove.
7119 * common/ptid.h (ptid_is_pid): Don't declare.
7120 * infrun.c: Update.
7121 * linux-nat.c: Update.
7122 * mi/mi-interp.c: Update.
7123 * remote.c: Update.
7124 * thread.c: Update.
7125
7126 2018-07-03 Tom Tromey <tom@tromey.com>
7127
7128 * common/ptid.c (ptid_get_tid): Remove.
7129 * common/ptid.h (ptid_get_tid): Don't declare.
7130 * ada-tasks.c: Update.
7131 * aix-thread.c: Update.
7132 * bsd-uthread.c: Update.
7133 * darwin-nat.c: Update.
7134 * fbsd-nat.c: Update.
7135 * i386-darwin-nat.c: Update.
7136 * infrun.c: Update.
7137 * linux-tdep.c: Update.
7138 * nto-procfs.c: Update.
7139 * ppc-ravenscar-thread.c: Update.
7140 * python/py-infthread.c: Update.
7141 * ravenscar-thread.c: Update.
7142 * sol-thread.c: Update.
7143 * sparc-ravenscar-thread.c: Update.
7144 * windows-nat.c: Update.
7145
7146 2018-07-03 Tom Tromey <tom@tromey.com>
7147
7148 * common/ptid.c (ptid_get_lwp): Remove.
7149 * common/ptid.h (ptid_get_lwp): Don't declare.
7150 * aarch64-linux-nat.c: Update.
7151 * ada-tasks.c: Update.
7152 * aix-thread.c: Update.
7153 * amd64-linux-nat.c: Update.
7154 * arm-linux-nat.c: Update.
7155 * corelow.c: Update.
7156 * fbsd-nat.c: Update.
7157 * fbsd-tdep.c: Update.
7158 * gnu-nat.c: Update.
7159 * i386-cygwin-tdep.c: Update.
7160 * i386-gnu-nat.c: Update.
7161 * i386-linux-nat.c: Update.
7162 * ia64-linux-nat.c: Update.
7163 * inf-ptrace.c: Update.
7164 * infrun.c: Update.
7165 * linux-fork.c: Update.
7166 * linux-nat.c: Update.
7167 * linux-tdep.c: Update.
7168 * linux-thread-db.c: Update.
7169 * mips-linux-nat.c: Update.
7170 * nat/aarch64-linux-hw-point.c: Update.
7171 * nat/aarch64-linux.c: Update.
7172 * nat/linux-btrace.c: Update.
7173 * nat/linux-osdata.c: Update.
7174 * nat/linux-procfs.c: Update.
7175 * nat/x86-linux-dregs.c: Update.
7176 * obsd-nat.c: Update.
7177 * ppc-fbsd-nat.c: Update.
7178 * ppc-linux-nat.c: Update.
7179 * procfs.c: Update.
7180 * python/py-infthread.c: Update.
7181 * ravenscar-thread.c: Update.
7182 * remote.c: Update.
7183 * s390-linux-nat.c: Update.
7184 * sol-thread.c: Update.
7185 * sol2-tdep.c: Update.
7186 * spu-linux-nat.c: Update.
7187 * x86-linux-nat.c: Update.
7188 * xtensa-linux-nat.c: Update.
7189
7190 2018-07-03 Tom Tromey <tom@tromey.com>
7191
7192 * common/ptid.c (ptid_get_pid): Remove.
7193 * common/ptid.h (ptid_get_pid): Don't declare.
7194 * aarch64-linux-nat.c: Update.
7195 * ada-lang.c: Update.
7196 * aix-thread.c: Update.
7197 * alpha-bsd-nat.c: Update.
7198 * amd64-fbsd-nat.c: Update.
7199 * amd64-linux-nat.c: Update.
7200 * arm-linux-nat.c: Update.
7201 * arm-nbsd-nat.c: Update.
7202 * auxv.c: Update.
7203 * break-catch-syscall.c: Update.
7204 * breakpoint.c: Update.
7205 * bsd-uthread.c: Update.
7206 * corelow.c: Update.
7207 * ctf.c: Update.
7208 * darwin-nat.c: Update.
7209 * fbsd-nat.c: Update.
7210 * fbsd-tdep.c: Update.
7211 * gcore.c: Update.
7212 * gnu-nat.c: Update.
7213 * hppa-nbsd-nat.c: Update.
7214 * hppa-obsd-nat.c: Update.
7215 * i386-fbsd-nat.c: Update.
7216 * ia64-linux-nat.c: Update.
7217 * inf-ptrace.c: Update.
7218 * infcmd.c: Update.
7219 * inferior.c: Update.
7220 * inferior.h: Update.
7221 * inflow.c: Update.
7222 * infrun.c: Update.
7223 * linux-fork.c: Update.
7224 * linux-nat.c: Update.
7225 * linux-tdep.c: Update.
7226 * linux-thread-db.c: Update.
7227 * m68k-bsd-nat.c: Update.
7228 * mi/mi-interp.c: Update.
7229 * mi/mi-main.c: Update.
7230 * mips-linux-nat.c: Update.
7231 * mips-nbsd-nat.c: Update.
7232 * mips64-obsd-nat.c: Update.
7233 * nat/aarch64-linux-hw-point.c: Update.
7234 * nat/aarch64-linux.c: Update.
7235 * nat/linux-btrace.c: Update.
7236 * nat/linux-osdata.c: Update.
7237 * nat/linux-procfs.c: Update.
7238 * nat/x86-linux-dregs.c: Update.
7239 * nto-procfs.c: Update.
7240 * obsd-nat.c: Update.
7241 * ppc-linux-nat.c: Update.
7242 * ppc-nbsd-nat.c: Update.
7243 * ppc-obsd-nat.c: Update.
7244 * proc-service.c: Update.
7245 * procfs.c: Update.
7246 * python/py-inferior.c: Update.
7247 * python/py-infthread.c: Update.
7248 * ravenscar-thread.c: Update.
7249 * record.c: Update.
7250 * remote-sim.c: Update.
7251 * remote.c: Update.
7252 * rs6000-nat.c: Update.
7253 * s390-linux-nat.c: Update.
7254 * sh-nbsd-nat.c: Update.
7255 * sol-thread.c: Update.
7256 * sparc-nat.c: Update.
7257 * sparc64-tdep.c: Update.
7258 * spu-linux-nat.c: Update.
7259 * spu-tdep.c: Update.
7260 * target-debug.h: Update.
7261 * target.c: Update.
7262 * thread.c: Update.
7263 * tid-parse.c: Update.
7264 * tracefile-tfile.c: Update.
7265 * vax-bsd-nat.c: Update.
7266 * windows-nat.c: Update.
7267 * x86-linux-nat.c: Update.
7268 * x86-nat.c: Update.
7269
7270 2018-07-03 Tom Tromey <tom@tromey.com>
7271
7272 * common/ptid.c (pid_to_ptid): Remove.
7273 * common/ptid.h (pid_to_ptid): Don't declare.
7274 * aix-thread.c: Update.
7275 * arm-linux-nat.c: Update.
7276 * common/ptid.c: Update.
7277 * common/ptid.h: Update.
7278 * corelow.c: Update.
7279 * ctf.c: Update.
7280 * darwin-nat.c: Update.
7281 * fbsd-nat.c: Update.
7282 * fork-child.c: Update.
7283 * gnu-nat.c: Update.
7284 * go32-nat.c: Update.
7285 * inf-ptrace.c: Update.
7286 * infcmd.c: Update.
7287 * inferior.c: Update.
7288 * infrun.c: Update.
7289 * linux-fork.c: Update.
7290 * linux-nat.c: Update.
7291 * nat/aarch64-linux-hw-point.c: Update.
7292 * nat/fork-inferior.c: Update.
7293 * nat/x86-linux-dregs.c: Update.
7294 * nto-procfs.c: Update.
7295 * obsd-nat.c: Update.
7296 * procfs.c: Update.
7297 * progspace.c: Update.
7298 * remote.c: Update.
7299 * rs6000-nat.c: Update.
7300 * s390-linux-nat.c: Update.
7301 * sol-thread.c: Update.
7302 * spu-linux-nat.c: Update.
7303 * target.c: Update.
7304 * top.c: Update.
7305 * tracefile-tfile.c: Update.
7306 * windows-nat.c: Update.
7307
7308 2018-07-03 Tom Tromey <tom@tromey.com>
7309
7310 * common/ptid.h (ptid_build): Don't declare.
7311 * common/ptid.c (ptid_build): Remove.
7312 * aix-thread.c: Update.
7313 * bsd-kvm.c: Update.
7314 * bsd-uthread.c: Update.
7315 * common/agent.c: Update.
7316 * common/ptid.c: Update.
7317 * common/ptid.h: Update.
7318 * corelow.c: Update.
7319 * darwin-nat.c: Update.
7320 * fbsd-nat.c: Update.
7321 * gnu-nat.c: Update.
7322 * linux-fork.c: Update.
7323 * linux-nat.c: Update.
7324 * linux-thread-db.c: Update.
7325 * nat/linux-osdata.c: Update.
7326 * nat/linux-procfs.c: Update.
7327 * nto-procfs.c: Update.
7328 * obsd-nat.c: Update.
7329 * proc-service.c: Update.
7330 * procfs.c: Update.
7331 * ravenscar-thread.c: Update.
7332 * remote-sim.c: Update.
7333 * remote.c: Update.
7334 * sol-thread.c: Update.
7335 * target.c: Update.
7336 * windows-nat.c: Update.
7337
7338 2018-07-03 Tom Tromey <tom@tromey.com>
7339
7340 * infrun.c (follow_exec): Use exit_inferior_silent.
7341 * inferior.c (exit_inferior_num_silent): Remove.
7342 * inferior.h (exit_inferior_num_silent): Don't declare.
7343
7344 2018-07-03 Tom Tromey <tom@tromey.com>
7345
7346 PR cli/23340:
7347 * darwin-nat.c (darwin_attach_pid): Reset inferior and
7348 inferior_ptid on error.
7349
7350 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7351 Simon Marchi <simon.marchi@polymtl.ca>
7352
7353 PR tdep/8282
7354 * disasm.h (gdb_disassembler): Add
7355 `m_disassembler_options_holder'. member
7356 * disasm.c (get_all_disassembler_options): New function.
7357 (gdb_disassembler::gdb_disassembler): Use it.
7358 (gdb_buffered_insn_length_init_dis): Likewise.
7359 (gdb_buffered_insn_length): Adjust accordingly.
7360 (set_disassembler_options): Handle options with arguments.
7361 (show_disassembler_options_sfunc): Likewise. Add a leading new
7362 line if showing options with descriptions.
7363 (disassembler_options_completer): Adapt to using the
7364 `disasm_options_and_args_t' structure.
7365 * mips-tdep.c (mips_disassembler_options): New variable.
7366 (mips_disassembler_options_o32): Likewise.
7367 (mips_disassembler_options_n32): Likewise.
7368 (mips_disassembler_options_n64): Likewise.
7369 (gdb_print_insn_mips): Don't set `disassembler_options'.
7370 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
7371 functions.
7372 (mips_gdbarch_init): Always set `gdbarch_print_insn' to
7373 `gdb_print_insn_mips'. Set `gdbarch_disassembler_options',
7374 `gdbarch_disassembler_options_implicit' and
7375 `gdbarch_valid_disassembler_options'.
7376 * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
7377 `disasm_options_and_args_t' structure.
7378 * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
7379 method.
7380 (valid_disassembler_options): Switch from `disasm_options_t' to
7381 the `disasm_options_and_args_t' structure.
7382 * NEWS: Document `set disassembler-options' support for the MIPS
7383 target.
7384 * gdbarch.h: Regenerate.
7385 * gdbarch.c: Regenerate.
7386
7387 2018-07-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
7388
7389 * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
7390
7391 2018-06-29 Joel Brobecker <brobecker@adacore.com>
7392
7393 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
7394 parameter in call to amd64_target_description.
7395 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
7396 * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
7397 (amd64fbsd_init_abi): Likewise.
7398 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
7399 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
7400 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
7401 * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
7402
7403 2018-06-29 Pedro Alves <palves@redhat.com>
7404
7405 * gdb/amd64-tdep.h (amd64_create_target_description): Add
7406 "segments" parameter.
7407 * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
7408 (_initialize_amd64_tdep): Update call to
7409 amd64_create_target_description.
7410 (amd64_target_description): Add "segments" parameter. Adjust
7411 the implementation to use it.
7412 * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
7413 call to amd64_create_target_description.
7414 * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
7415 * gdb/arch/amd64.h (amd64_create_target_description): Add
7416 "segments" register.
7417 * gdb/arch/amd64.c (amd64_create_target_description): Add
7418 "segments" parameter. Call create_feature_i386_64bit_segments
7419 only if SEGMENTS is true.
7420 * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
7421 call to amd64_create_target_description.
7422
7423 2018-06-29 Pedro Alves <palves@redhat.com>
7424
7425 * thread.c (thread_target_id_str): New, factored out from ...
7426 (print_thread_info_1): ... here. Use it to compute the max
7427 "Target Id" column width.
7428
7429 2018-06-29 Pedro Alves <palves@redhat.com>
7430
7431 * remote.c (remote_target::extra_thread_info): Delete
7432 'display_buf' and 'n' locals. from the cache, regardless of
7433 packet mechanims is in use. Use cache for qThreadExtra and qP
7434 methods too.
7435
7436 2018-06-29 Pedro Alves <palves@redhat.com>
7437
7438 * blockframe.c (find_pc_sect_containing_function): New function.
7439 * breakpoint.c (print_breakpoint_location): Don't call
7440 find_pc_sect_function.
7441 * linespec.c (create_sals_line_offset): Record the location's
7442 symbol in the sal.
7443 * linespec.c (convert_address_location_to_sals): Fill in sal's
7444 symbol with find_pc_sect_containing_function.
7445 * symtab.c (find_function_start_sal): Rename to ...
7446 (find_function_start_sal_1): ... this.
7447 (find_function_start_sal): Reimplement as wrapper around
7448 find_function_start_sal_1, and use
7449 find_pc_sect_containing_function to fill in the sal's symbol.
7450 (find_function_start_sal(symbol*, bool)): Adjust.
7451 * symtab.h (find_pc_function, find_pc_sect_function): Adjust
7452 comments.
7453 (find_pc_sect_containing_function): Declare.
7454
7455 2018-06-29 Pedro Alves <palves@redhat.com>
7456
7457 * inline-frame.c (stopped_by_user_bp_inline_frame): Return
7458 true if the the location has no symbol.
7459
7460 2018-06-28 Tom Tromey <tom@tromey.com>
7461
7462 * NEWS: Mention --enable-codesign.
7463 * silent-rules.mk (ECHO_SIGN): New variable.
7464 * configure.ac: Add --enable-codesign.
7465 * configure: Rebuild.
7466 * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
7467 (gdb$(EXEEXT)): Optionally invoke codesign.
7468
7469 2018-06-28 Pedro Alves <palves@redhat.com>
7470
7471 * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
7472 comments.
7473 (switch_to_thread_no_regs): Adjust comment.
7474 * infcmd.c (stop_pc): Delete.
7475 (post_create_inferior, info_program_command): Replace references
7476 to stop_pc with references to thread_info->suspend.stop_pc.
7477 * inferior.h (stop_pc): Delete declaration.
7478 * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
7479 (handle_inferior_event_1, handle_signal_stop)
7480 (process_event_stop_test, keep_going_stepped_thread)
7481 (handle_step_into_function, handle_step_into_function_backward)
7482 (print_stop_location): Replace references to stop_pc with
7483 references to thread_info->suspend.stop_pc.
7484 (struct infcall_suspend_state) <stop_pc>: Delete field.
7485 (save_infcall_suspend_state, restore_infcall_suspend_state):
7486 Remove references to inf_stat->stop_pc.
7487 * linux-fork.c (fork_load_infrun_state): Likewise.
7488 * record-btrace.c (record_btrace_set_replay): Likewise.
7489 * record-full.c (record_full_goto_entry): Likewise.
7490 * remote.c (print_one_stopped_thread): Likewise.
7491 * target.c (target_resume): Extend comment.
7492 * thread.c (set_executing_thread): New.
7493 (set_executing): Use it.
7494 (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
7495 Remove references to stop_pc.
7496
7497 2018-06-28 Pedro Alves <palves@redhat.com>
7498
7499 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
7500 Moving fetching stop_pc until after ecs->event_thread is refreshed.
7501
7502 2018-06-28 Tom Tromey <tom@tromey.com>
7503
7504 * coffread.c (coff_symfile_finish): Update.
7505 * xcoffread.c (xcoff_symfile_finish): Update.
7506 * elfread.c (elf_symfile_finish): Update.
7507 * symfile.h (dwarf2_free_objfile): Don't declare.
7508 * dwarf2read.c (_initialize_dwarf2_read): Use
7509 register_objfile_data_with_cleanup.
7510 (dwarf2_free_objfile): Now static. Change signature.
7511
7512 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7513
7514 * symfile.c (add_symbol_file_command, _initialize_symfile): Add
7515 option "-o" to add-symbol-file-load to add an offset to each
7516 section's load address.
7517 * symfile.c (set_objfile_default_section_offset): New function.
7518
7519 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7520
7521 * symfile.c (add_symbol_file_command): Make sure that sections
7522 with the same name are sorted in the same order.
7523
7524 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7525
7526 * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
7527 require the second argument. If omitted, load sections at the
7528 addresses specified in the file.
7529
7530 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7531
7532 * symfile.c (symbol_file_command, symbol_file_add_main_1)
7533 (_initialize_symfile): Add option "-o" to symbol-file to add an
7534 offset to each section of the symbol file.
7535
7536 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7537
7538 * MAINTAINERS (Write After Approval): Add Petr Tesarik.
7539
7540 2018-06-27 Tom Tromey <tom@tromey.com>
7541
7542 * stack.c (_initialize_stack): Update "func" help text.
7543
7544 2018-06-27 Tom Tromey <tom@tromey.com>
7545
7546 * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
7547 std::vector.
7548 (unwind_infopy_str, pyuw_create_unwind_info)
7549 (unwind_infopy_add_saved_register, pyuw_sniffer)
7550 (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
7551 Update.
7552 (struct saved_reg): Add constructor.
7553 <value>: Now a gdbpy_ref<>.
7554
7555 2018-06-27 Tom Tromey <tom@tromey.com>
7556
7557 * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
7558
7559 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7560
7561 * gdb-gdb.py.in: Format using autopep8.
7562
7563 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7564
7565 * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
7566 (type_lookup_function): Recognize CORE_ADDR values.
7567
7568 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7569
7570 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
7571 print tag_name.
7572
7573 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
7576 <__lt__>: Add.
7577
7578 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7579
7580 * gdb-gdb.py: Move to...
7581 * gdb-gdb.py.in: ... here.
7582 * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
7583 * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
7584 dependencies.
7585 (distclean): Remove gdb-gdb.py when cleaning.
7586 (gdb-gdb.py, gdb-gdb.gdb): New rules.
7587 * configure: Re-generate.
7588
7589 2018-06-27 Pedro Alves <palves@redhat.com>
7590
7591 * proc-service.c (get_ps_regcache): New.
7592 (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7593 (ps_lsetfpregs): Use it.
7594
7595 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7596
7597 PR gdb/21695
7598 * dwarf2read.c (lnp_state_machine::check_line_address): Update
7599 declaration.
7600 (dwarf_decode_lines_1): Adjust.
7601
7602 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7603
7604 * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
7605 override.
7606 <info_proc>: Likewise.
7607
7608 2018-06-26 Joel Brobecker <brobecker@adacore.com>
7609
7610 * windows-nat.c (do_windows_fetch_inferior_registers): Rename
7611 to windows_fetch_one_register, and only handle the case of
7612 fetching one register. Move the code that reloads the context
7613 and iterates over all registers if R is negative to...
7614 (windows_nat_target::fetch_registers): ... here.
7615 (do_windows_store_inferior_registers): Rename to
7616 windows_store_one_register, and only handle the case of storing
7617 one register. Move the code that handles the case where r is
7618 negative to...
7619 (windows_nat_target::store_registers) ... here.
7620
7621 2018-06-26 Tom Tromey <tom@tromey.com>
7622
7623 PR rust/22574:
7624 * typeprint.c (whatis_exp): Allow ptype/o for Rust.
7625 * rust-lang.c (rust_print_struct_def): Add podata parameter.
7626 Update.
7627 (rust_internal_print_type): Add podata parameter.
7628 (rust_print_type): Update.
7629
7630 2018-06-26 Tom Tromey <tom@tromey.com>
7631
7632 * typeprint.h (struct print_offset_data) <update, finish,
7633 maybe_print_hole>: New methods.
7634 <indentation>: New constant.
7635 * typeprint.c (print_offset_data::indentation): Define.
7636 (print_offset_data::maybe_print_hole, print_offset_data::update)
7637 (print_offset_data::finish): Move from c-typeprint.c and rename.
7638 * c-typeprint.c (OFFSET_SPC_LEN): Remove.
7639 (print_spaces_filtered_with_print_options): Update.
7640 (c_print_type_union_field_offset, maybe_print_hole)
7641 (c_print_type_struct_field_offset): Move to typeprint.c and
7642 rename.
7643 (c_type_print_base_struct_union): Update.
7644
7645 2018-06-25 Pedro Alves <palves@redhat.com>
7646
7647 * gdbthread.h (thread_info_ref, delete_thread)
7648 (delete_thread_silent, first_thread_of_inferior)
7649 (any_thread_of_inferior, switch_to_thread)
7650 (enable_thread_stack_temporaries)
7651 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7652 (get_last_thread_stack_temporary)
7653 (value_in_thread_stack_temporaries, can_access_registers_thread):
7654 Spell out "struct thread_info" instead of just "thread_info".
7655 * inferior.h (notice_new_inferior): Likewise.
7656
7657 2018-06-25 Pedro Alves <palves@redhat.com>
7658
7659 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7660 pass thread_info pointer to delete_thread.
7661 (windows_nat_target::detach): Pass inferior pointer to
7662 detach_inferior.
7663 * aix-thread.c (sync_threadlists): Pass thread_info pointer to
7664 delete_thread.
7665 * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
7666 * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
7667 and pass a thread_info pointer to delete_thread.
7668 * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
7669 pass thread_info pointer to delete_thread.
7670 * go32-nat.c (go32_nat_target::mourn_inferior): Remove
7671 delete_thread_silent call.
7672 * procfs.c (procfs_target::detach): Pass inferior pointer to
7673 detach_inferior.
7674 (procfs_target::wait): Pass thread_info pointer to delete_thread.
7675 * remote-sim.c (gdbsim_target::mourn_inferior): Remove
7676 delete_thread_silent call.
7677 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7678 pass thread_info pointer to delete_thread.
7679 (windows_nat_target::detach): Pass inferior pointer to
7680 delete_inferior.
7681
7682 2018-06-22 Alan Hayward <alan.hayward@arm.com>
7683
7684 * regcache.c (readable_regcache::read_part): Fix asserts.
7685 (reg_buffer::raw_collect_part): New function.
7686 (regcache::write_part): Fix asserts.
7687 (reg_buffer::raw_supply_part): New function.
7688 (regcache::transfer_regset_register): New helper function.
7689 (regcache::transfer_regset): Call new functions.
7690 (regcache_supply_regset): Use gdb_byte*.
7691 (regcache::supply_regset): Likewise.
7692 (regcache_collect_regset): Likewise.
7693 (regcache::collect_regset): Likewise.
7694 * regcache.h (reg_buffer::raw_collect_part): New declaration.
7695 (reg_buffer::raw_supply_part): Likewise.
7696 (regcache::transfer_regset_register): Likewise.
7697 (regcache::transfer_regset): Use gdb_byte*.
7698
7699 2018-06-22 Alan Hayward <alan.hayward@arm.com>
7700
7701 * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
7702
7703 2018-06-21 Pedro Alves <palves@redhat.com>
7704
7705 * ada-lang.h (ada_get_task_number): Take a thread_info pointer
7706 instead of a ptid_t. All callers adjusted.
7707 * ada-tasks.c (ada_get_task_number): Likewise. All callers
7708 adjusted.
7709 (print_ada_task_info, display_current_task_id, task_command_1):
7710 Adjust.
7711 * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
7712 inferior_thread.
7713 (breakpoint_kind): Adjust.
7714 (remove_breakpoints_pid): Rename to ...
7715 (remove_breakpoints_inf): ... this. Adjust to take an inferior
7716 pointer. All callers adjusted.
7717 (bpstat_clear_actions): Use inferior_thread.
7718 (get_bpstat_thread): New.
7719 (bpstat_do_actions): Use it.
7720 (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
7721 to take a thread_info pointer. All callers adjusted.
7722 (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
7723 (breakpoint_re_set_thread): Use inferior_thread.
7724 * breakpoint.h (struct inferior): Forward declare.
7725 (bpstat_stop_status): Update.
7726 (remove_breakpoints_pid): Delete.
7727 (remove_breakpoints_inf): New.
7728 * bsd-uthread.c (bsd_uthread_target::wait)
7729 (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
7730 * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
7731 (maint_btrace_packet_history_cmd)
7732 (maint_btrace_clear_packet_history_cmd): Adjust.
7733 (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
7734 inferior_thread.
7735 * cli/cli-interp.c: Include "inferior.h".
7736 * common/refcounted-object.h (struct
7737 refcounted_object_ref_policy): New.
7738 * compile/compile-object-load.c: Include gdbthread.h.
7739 (store_regs): Use inferior_thread.
7740 * corelow.c (core_target::close): Use current_inferior.
7741 (core_target_open): Adjust to use first_thread_of_inferior and use
7742 the current inferior.
7743 * ctf.c (ctf_target::close): Adjust to use current_inferior.
7744 * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
7745 <thread>: ... this new field. All references adjusted.
7746 (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
7747 Take a thread_info pointer instead of a ptid_t.
7748 * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
7749 (dummy_frame_discard, register_dummy_frame_dtor): Take a
7750 thread_info pointer instead of a ptid_t.
7751 * elfread.c: Include "inferior.h".
7752 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
7753 Use inferior_thread.
7754 * eval.c (evaluate_subexp): Likewise.
7755 * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
7756 inferior_thread.
7757 * gdb_proc_service.h (struct thread_info): Forward declare.
7758 (struct ps_prochandle) <ptid>: Delete, replaced by ...
7759 <thread>: ... this new field. All references adjusted.
7760 * gdbarch.h, gdbarch.c: Regenerate.
7761 * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
7762 'thread' parameter. All implementations and callers adjusted.
7763 * gdbthread.h (thread_info) <set_running>: New method.
7764 (delete_thread, delete_thread_silent): Take a thread_info pointer
7765 instead of a ptid.
7766 (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
7767 (first_thread_of_process): Delete, replaced by ...
7768 (first_thread_of_inferior): ... this new function. All callers
7769 adjusted.
7770 (any_live_thread_of_process): Delete, replaced by ...
7771 (any_live_thread_of_inferior): ... this new function. All callers
7772 adjusted.
7773 (switch_to_thread, switch_to_no_thread): Declare.
7774 (is_executing): Delete.
7775 (enable_thread_stack_temporaries): Update comment.
7776 <enable_thread_stack_temporaries>: Take a thread_info pointer
7777 instead of a ptid_t. Incref the thread.
7778 <~enable_thread_stack_temporaries>: Decref the thread.
7779 <m_ptid>: Delete
7780 <m_thr>: New.
7781 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7782 (get_last_thread_stack_temporary)
7783 (value_in_thread_stack_temporaries, can_access_registers_thread):
7784 Take a thread_info pointer instead of a ptid_t. All callers
7785 adjusted.
7786 * infcall.c (get_call_return_value): Use inferior_thread.
7787 (run_inferior_call): Work with thread pointers instead of ptid_t.
7788 (call_function_by_hand_dummy): Work with thread pointers instead
7789 of ptid_t. Use thread_info_ref.
7790 * infcmd.c (proceed_thread_callback): Access thread's state
7791 directly.
7792 (ensure_valid_thread, ensure_not_running): Use inferior_thread,
7793 access thread's state directly.
7794 (continue_command): Use inferior_thread.
7795 (info_program_command): Use find_thread_ptid and access thread
7796 state directly.
7797 (proceed_after_attach_callback): Use thread state directly.
7798 (notice_new_inferior): Take a thread_info pointer instead of a
7799 ptid_t. All callers adjusted.
7800 (exit_inferior): Take an inferior pointer instead of a pid. All
7801 callers adjusted.
7802 (exit_inferior_silent): New.
7803 (detach_inferior): Delete.
7804 (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
7805 (gdb_inferior_id_to_pid, in_inferior_list): Delete.
7806 (detach_inferior_command, kill_inferior_command): Use
7807 find_inferior_id instead of valid_gdb_inferior_id and
7808 gdb_inferior_id_to_pid.
7809 (inferior_command): Use inferior and thread pointers.
7810 * inferior.h (struct thread_info): Forward declare.
7811 (notice_new_inferior): Take a thread_info pointer instead of a
7812 ptid_t. All callers adjusted.
7813 (detach_inferior): Delete declaration.
7814 (exit_inferior, exit_inferior_silent): Take an inferior pointer
7815 instead of a pid. All callers adjusted.
7816 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
7817 (valid_gdb_inferior_id): Delete.
7818 * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
7819 (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
7820 (struct displaced_step_inferior_state) <pid>: Delete, replaced by
7821 ...
7822 <inf>: ... this new field.
7823 <step_ptid>: Delete, replaced by ...
7824 <step_thread>: ... this new field.
7825 (get_displaced_stepping_state): Take an inferior pointer instead
7826 of a pid. All callers adjusted.
7827 (displaced_step_in_progress_any_inferior): Adjust.
7828 (displaced_step_in_progress_thread): Take a thread pointer instead
7829 of a ptid_t. All callers adjusted.
7830 (displaced_step_in_progress, add_displaced_stepping_state): Take
7831 an inferior pointer instead of a pid. All callers adjusted.
7832 (get_displaced_step_closure_by_addr): Adjust.
7833 (remove_displaced_stepping_state): Take an inferior pointer
7834 instead of a pid. All callers adjusted.
7835 (displaced_step_prepare_throw, displaced_step_prepare)
7836 (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
7837 All callers adjusted.
7838 (start_step_over): Adjust.
7839 (infrun_thread_ptid_changed): Remove bit updating ptids in the
7840 displaced step queue.
7841 (do_target_resume): Adjust.
7842 (fetch_inferior_event): Use inferior_thread.
7843 (context_switch, get_inferior_stop_soon): Take an
7844 execution_control_state pointer instead of a ptid_t. All callers
7845 adjusted.
7846 (switch_to_thread_cleanup): Delete.
7847 (stop_all_threads): Use scoped_restore_current_thread.
7848 * inline-frame.c: Include "gdbthread.h".
7849 (inline_state) <inline_state>: Take a thread pointer instead of a
7850 ptid_t. All callers adjusted.
7851 <ptid>: Delete, replaced by ...
7852 <thread>: ... this new field.
7853 (find_inline_frame_state): Take a thread pointer instead of a
7854 ptid_t. All callers adjusted.
7855 (skip_inline_frames, step_into_inline_frame)
7856 (inline_skipped_frames, inline_skipped_symbol): Take a thread
7857 pointer instead of a ptid_t. All callers adjusted.
7858 * inline-frame.h (skip_inline_frames, step_into_inline_frame)
7859 (inline_skipped_frames, inline_skipped_symbol): Likewise.
7860 * linux-fork.c (delete_checkpoint_command): Adjust to use thread
7861 pointers directly.
7862 * linux-nat.c (get_detach_signal): Likewise.
7863 * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
7864 (thread_db_notice_clone): Adjust.
7865 (thread_db_find_new_threads_silently)
7866 (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
7867 a thread pointer instead of a ptid_t. All callers adjusted.
7868 * mi/mi-cmd-var.c: Include "inferior.h".
7869 (mi_cmd_var_update_iter): Update to use thread pointers.
7870 * mi/mi-interp.c (mi_new_thread): Update to use the thread's
7871 inferior directly.
7872 (mi_output_running_pid, mi_inferior_count): Delete, bits factored
7873 out to ...
7874 (mi_output_running): ... this new function.
7875 (mi_on_resume_1): Adjust to use it.
7876 (mi_user_selected_context_changed): Adjust to use inferior_thread.
7877 * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
7878 directly.
7879 (interrupt_thread_callback): : Adjust to use thread and inferior
7880 pointers.
7881 * proc-service.c: Include "gdbthread.h".
7882 (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
7883 * progspace-and-thread.c: Include "inferior.h".
7884 * progspace.c: Include "inferior.h".
7885 * python/py-exitedevent.c (create_exited_event_object): Adjust to
7886 hold a reference to an inferior_object.
7887 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
7888 inferior_thread.
7889 * python/py-inferior.c (struct inferior_object): Give the type a
7890 tag name instead of a typedef.
7891 (python_on_normal_stop): No need to check if the current thread is
7892 listed.
7893 (inferior_to_inferior_object): Change return type to
7894 inferior_object. All callers adjusted.
7895 (find_thread_object): Delete, bits factored out to ...
7896 (thread_to_thread_object): ... this new function.
7897 * python/py-infthread.c (create_thread_object): Use
7898 inferior_to_inferior_object.
7899 (thpy_is_stopped): Use thread pointer directly.
7900 (gdbpy_selected_thread): Use inferior_thread.
7901 * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
7902 field, replaced with ...
7903 <thread>: ... this new field. All users adjusted.
7904 (btpy_insn_or_gap_new): Drop const.
7905 (btpy_list_new): Take a thread pointer instead of a ptid_t. All
7906 callers adjusted.
7907 * python/py-record.c: Include "gdbthread.h".
7908 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
7909 a ptid_t. All callers adjusted.
7910 (gdbpy_current_recording): Use inferior_thread.
7911 * python/py-record.h (recpy_record_object) <ptid>: Delete
7912 field, replaced with ...
7913 <thread>: ... this new field. All users adjusted.
7914 (recpy_element_object) <ptid>: Delete
7915 field, replaced with ...
7916 <thread>: ... this new field. All users adjusted.
7917 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
7918 a ptid_t. All callers adjusted.
7919 * python/py-threadevent.c: Include "gdbthread.h".
7920 (get_event_thread): Use thread_to_thread_object.
7921 * python/python-internal.h (struct inferior_object): Forward
7922 declare.
7923 (find_thread_object, find_inferior_object): Delete declarations.
7924 (thread_to_thread_object, inferior_to_inferior_object): New
7925 declarations.
7926 * record-btrace.c: Include "inferior.h".
7927 (require_btrace_thread): Use inferior_thread.
7928 (record_btrace_frame_sniffer)
7929 (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
7930 (get_thread_current_frame): Use scoped_restore_current_thread and
7931 switch_to_thread.
7932 (get_thread_current_frame): Use thread pointer directly.
7933 (record_btrace_replay_at_breakpoint): Use thread's inferior
7934 pointer directly.
7935 * record-full.c: Include "inferior.h".
7936 * regcache.c: Include "gdbthread.h".
7937 (get_thread_arch_regcache): Use the inferior's address space
7938 directly.
7939 (get_thread_regcache, registers_changed_thread): New.
7940 * regcache.h (get_thread_regcache(thread_info *thread)): New
7941 overload.
7942 (registers_changed_thread): New.
7943 (remote_target) <remote_detach_1>: Swap order of parameters.
7944 (remote_add_thread): <remote_add_thread>: Return the new thread.
7945 (get_remote_thread_info(ptid_t)): New overload.
7946 (remote_target::remote_notice_new_inferior): Use thread pointers
7947 directly.
7948 (remote_target::process_initial_stop_replies): Use
7949 thread_info::set_running.
7950 (remote_target::remote_detach_1, remote_target::detach)
7951 (extended_remote_target::detach): Adjust.
7952 * stack.c (frame_show_address): Use inferior_thread.
7953 * target-debug.h (target_debug_print_thread_info_pp): New.
7954 * target-delegates.c: Regenerate.
7955 * target.c (default_thread_address_space): Delete.
7956 (memory_xfer_partial_1): Use current_inferior.
7957 (target_detach): Use current_inferior.
7958 (target_thread_address_space): Delete.
7959 (generic_mourn_inferior): Use current_inferior.
7960 * target.h (struct target_ops) <thread_address_space>: Delete.
7961 (target_thread_address_space): Delete.
7962 * thread.c (init_thread_list): Use ALL_THREADS_SAFE. Use thread
7963 pointers directly.
7964 (delete_thread_1, delete_thread, delete_thread_silent): Take a
7965 thread pointer instead of a ptid_t. Adjust all callers.
7966 (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
7967 (first_thread_of_process): Delete, replaced by ...
7968 (first_thread_of_inferior): ... this new function. All callers
7969 adjusted.
7970 (any_thread_of_process): Rename to ...
7971 (any_thread_of_inferior): ... this, and take an inferior pointer.
7972 (any_live_thread_of_process): Rename to ...
7973 (any_live_thread_of_inferior): ... this, and take an inferior
7974 pointer.
7975 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7976 (value_in_thread_stack_temporaries)
7977 (get_last_thread_stack_temporary): Take a thread pointer instead
7978 of a ptid_t. Adjust all callers.
7979 (thread_info::set_running): New.
7980 (validate_registers_access): Use inferior_thread.
7981 (can_access_registers_ptid): Rename to ...
7982 (can_access_registers_thread): ... this, and take a thread
7983 pointer.
7984 (print_thread_info_1): Adjust to compare thread pointers instead
7985 of ptids.
7986 (switch_to_no_thread, switch_to_thread): Make extern.
7987 (scoped_restore_current_thread::~scoped_restore_current_thread):
7988 Use m_thread pointer directly.
7989 (scoped_restore_current_thread::scoped_restore_current_thread):
7990 Use inferior_thread.
7991 (thread_command): Use thread pointer directly.
7992 (thread_num_make_value_helper): Use inferior_thread.
7993 * top.c (execute_command): Use inferior_thread.
7994 * tui/tui-interp.c: Include "inferior.h".
7995 * varobj.c (varobj_create): Use inferior_thread.
7996 (value_of_root_1): Use find_thread_global_id instead of
7997 global_thread_id_to_ptid.
7998
7999 2018-06-21 Alan Hayward <alan.hayward@arm.com>
8000
8001 * regcache.c (readable_regcache::read_part): Avoid memcpy when
8002 possible.
8003 (regcache::write_part): Likewise.
8004 (readable_regcache::cooked_read_part): Update comment.
8005 (readable_regcache::cooked_write_part): Likewise.
8006 * regcache.h: (readable_regcache::read_part): Likewise.
8007 (regcache::write_part): Likewise.
8008
8009 2018-06-21 Richard Bunt <richard.bunt@arm.com>
8010 Dirk Schubert <dirk.schubert@arm.com>
8011
8012 * aarch64-linux-nat.c (post_attach): New.
8013 (aarch64_linux_nat_target::post_attach): Override post_attach to
8014 record the number of hardware debug registers.
8015
8016 2018-06-20 Tom Tromey <tom@tromey.com>
8017
8018 * python/py-param.c (add_setshow_generic): Make parameters const.
8019 (parmpy_init): Update.
8020
8021 2018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
8022
8023 * regcache.h (regcache_cooked_read_ftype): Rename to...
8024 (register_read_ftype): ...this, change type to function_view.
8025 (class reg_buffer) <save>: Remove src parameter.
8026 (readonly_detached_regcache) <readonly_detached_regcache>: Make
8027 parameter non-const in first overload. Remove src parameter in
8028 second overload.
8029 * regcache.c (do_cooked_read): Remove.
8030 (readonly_detached_regcache::readonly_detached_regcache): Make
8031 parameter non-const, adjust call to other constructor.
8032 (reg_buffer::save): Remove src parameter.
8033 * frame.c (do_frame_register_read): Remove.
8034 (frame_save_as_regcache): Use lambda function.
8035 * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
8036 parameter to ppu2spu_data *.
8037 (ppu2spu_sniffer): Use lambda function.
8038
8039 2018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
8040
8041 * record-full.c (record_full_target::insert_breakpoint): Remove
8042 "struct" keyword, add const.
8043
8044 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8045
8046 * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
8047 PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
8048 * configure.ac: Remove AC_PREREQ, add missing quoting.
8049 * gnulib/configure.ac: Modernize usage of
8050 AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
8051 * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
8052 (AUTOMAKE_VERSION): Bump to 1.15.1.
8053 * configure: Re-generate.
8054 * config.in: Re-generate.
8055 * aclocal.m4: Re-generate.
8056 * gnulib/aclocal.m4: Re-generate.
8057 * gnulib/config.in: Re-generate.
8058 * gnulib/configure: Re-generate.
8059 * gnulib/import/Makefile.in: Re-generate.
8060
8061 2018-06-19 Pedro Alves <palves@redhat.com>
8062
8063 * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
8064 (lookup_minimal_symbol_by_pc_section): ... here with
8065 gdb_assert_not_reached added.
8066
8067 2018-06-19 Pedro Alves <palves@redhat.com>
8068
8069 * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
8070 parameter with a block parameter. Compare location's block symbol
8071 with the frame's block instead of addresses.
8072 (skip_inline_frames): Pass the current block instead of the
8073 frame's address. Break out as soon as we determine the frame
8074 should not be skipped.
8075
8076 2018-06-18 Tom Tromey <tom@tromey.com>
8077
8078 * solib-aix.c (solib_aix_get_section_offsets): Return
8079 unique_xmalloc_ptr.
8080 (solib_aix_solib_create_inferior_hook): Update.
8081
8082 2018-06-18 Tom Tromey <tom@tromey.com>
8083
8084 * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
8085
8086 2018-06-18 Tom Tromey <tom@tromey.com>
8087
8088 * solib-frv.c (frv_relocate_main_executable): Use
8089 unique_xmalloc_ptr.
8090 * solib-dsbt.c (dsbt_relocate_main_executable): Use
8091 unique_xmalloc_ptr.
8092
8093 2018-06-18 Tom Tromey <tom@tromey.com>
8094
8095 * objfiles.h (inhibit_section_map_updates): Update.
8096 (resume_section_map_updates, resume_section_map_updates_cleanup):
8097 Remove.
8098 * solib-svr4.c (svr4_handle_solib_event): Update.
8099 * objfiles.c (inhibit_section_map_updates): Return
8100 scoped_restore_tmpl<int>.
8101 (resume_section_map_updates, resume_section_map_updates_cleanup):
8102 Remove.
8103
8104 2018-06-18 Tom Tromey <tom@tromey.com>
8105
8106 * valprint.h (read_string): Update.
8107 * valprint.c (read_string): Change type of "buffer".
8108 (val_print_string): Update.
8109 * python/py-value.c (valpy_string): Update.
8110 * language.h (struct language_defn) <la_get_string>: Change
8111 type of "buffer".
8112 (default_get_string, c_get_string): Update.
8113 * language.c (default_get_string): Change type of "buffer".
8114 * guile/scm-value.c (gdbscm_value_to_string): Update.
8115 * c-lang.c (c_get_string): Change type of "buffer".
8116
8117 2018-06-18 Tom Tromey <tom@tromey.com>
8118
8119 * ser-mingw.c (struct pipe_state_destroyer): New.
8120 (pipe_state_up): New typedef.
8121 (cleanup_pipe_state): Remove.
8122 (pipe_windows_open): Use pipe_state_up. Don't release argv.
8123
8124 2018-06-18 Tom Tromey <tom@tromey.com>
8125
8126 * rust-lang.h (rust_yyerror): Don't declare.
8127 * rust-lang.c (rust_language_defn): Update.
8128 * rust-exp.y (yyerror): Now static.
8129 * parse.c (parse_exp_in_context_1): Update.
8130 * p-lang.h (p_yyerror): Don't declare.
8131 * p-lang.c (p_language_defn): Update.
8132 * p-exp.y (yyerror): Now static.
8133 * opencl-lang.c (opencl_language_defn): Update.
8134 * objc-lang.c (objc_language_defn): Update.
8135 * m2-lang.h (m2_yyerror): Don't declare.
8136 * m2-lang.c (m2_language_defn): Update.
8137 * m2-exp.y (yyerror): Now static.
8138 * language.h (struct language_defn) <la_error>: Remove.
8139 * language.c (unk_lang_error): Remove.
8140 (unknown_language_defn, auto_language_defn): Remove.
8141 * go-lang.h (go_yyerror): Don't declare.
8142 * go-lang.c (go_language_defn): Update.
8143 * go-exp.y (yyerror): Now static.
8144 * f-lang.h (f_yyerror): Don't declare.
8145 * f-lang.c (f_language_defn): Update.
8146 * f-exp.y (yyerror): Now static.
8147 * d-lang.h (d_yyerror): Don't declare.
8148 * d-lang.c (d_language_defn): Update.
8149 * d-exp.y (yyerror): Now static.
8150 * c-lang.h (c_yyerror): Don't declare.
8151 * c-lang.c (c_language_defn, cplus_language_defn)
8152 (asm_language_defn, minimal_language_defn): Update.
8153 * c-exp.y (yyerror): Now static.
8154 * ada-lang.h (ada_yyerror): Don't declare.
8155 * ada-lang.c (ada_language_defn): Update.
8156 * ada-exp.y (yyerror): Now static.
8157
8158 2018-06-18 Alan Hayward <alan.hayward@arm.com>
8159
8160 * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
8161 (store_sveregs_to_thread): Likewise.
8162 (aarch64_linux_fetch_inferior_registers): Check for SVE.
8163 (aarch64_linux_store_inferior_registers): Likewise.
8164 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
8165 function.
8166 (aarch64_sve_regs_copy_to_regcache): Likewise.
8167 (aarch64_sve_regs_copy_from_regcache): Likewise.
8168 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
8169 declaration.
8170 (aarch64_sve_regs_copy_to_regcache): Likewise.
8171 (aarch64_sve_regs_copy_from_regcache): Likewise.
8172 (sve_context): Structure from Linux headers.
8173 (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
8174 (SVE_SIG_ZREG_SIZE): Likewise.
8175 (SVE_SIG_PREG_SIZE): Likewise.
8176 (SVE_SIG_FFR_SIZE): Likewise.
8177 (SVE_SIG_REGS_OFFSET): Likewise.
8178 (SVE_SIG_ZREGS_OFFSET): Likewise.
8179 (SVE_SIG_ZREG_OFFSET): Likewise.
8180 (SVE_SIG_ZREGS_SIZE): Likewise.
8181 (SVE_SIG_PREGS_OFFSET): Likewise.
8182 (SVE_SIG_PREG_OFFSET): Likewise.
8183 (SVE_SIG_PREGS_SIZE): Likewise.
8184 (SVE_SIG_FFR_OFFSET): Likewise.
8185 (SVE_SIG_REGS_SIZE): Likewise.
8186 (SVE_SIG_CONTEXT_SIZE): Likewise.
8187 (SVE_PT_REGS_MASK): Likewise.
8188 (SVE_PT_REGS_FPSIMD): Likewise.
8189 (SVE_PT_REGS_SVE): Likewise.
8190 (SVE_PT_VL_INHERIT): Likewise.
8191 (SVE_PT_VL_ONEXEC): Likewise.
8192 (SVE_PT_REGS_OFFSET): Likewise.
8193 (SVE_PT_FPSIMD_OFFSET): Likewise.
8194 (SVE_PT_FPSIMD_SIZE): Likewise.
8195 (SVE_PT_SVE_ZREG_SIZE): Likewise.
8196 (SVE_PT_SVE_PREG_SIZE): Likewise.
8197 (SVE_PT_SVE_FFR_SIZE): Likewise.
8198 (SVE_PT_SVE_FPSR_SIZE): Likewise.
8199 (SVE_PT_SVE_FPCR_SIZE): Likewise.
8200 (__SVE_SIG_TO_PT): Likewise.
8201 (SVE_PT_SVE_OFFSET): Likewise.
8202 (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
8203 (SVE_PT_SVE_ZREG_OFFSET): Likewise.
8204 (SVE_PT_SVE_ZREGS_SIZE): Likewise.
8205 (SVE_PT_SVE_PREGS_OFFSET): Likewise.
8206 (SVE_PT_SVE_PREG_OFFSET): Likewise.
8207 (SVE_PT_SVE_PREGS_SIZE): Likewise.
8208 (SVE_PT_SVE_FFR_OFFSET): Likewise.
8209 (SVE_PT_SVE_FPSR_OFFSET): Likewise.
8210 (SVE_PT_SVE_FPCR_OFFSET): Likewise.
8211 (SVE_PT_SVE_SIZE): Likewise.
8212 (SVE_PT_SIZE): Likewise.
8213 (HAS_SVE_STATE): New define.
8214
8215 2018-06-18 Alan Hayward <alan.hayward@arm.com>
8216
8217 * nat/aarch64-sve-linux-sigcontext.h: New file.
8218 * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
8219 new files.
8220 (SVE_VQ_MIN): Likewise.
8221 (SVE_VQ_MAX): Likewise.
8222 (SVE_VL_MIN): Likewise.
8223 (SVE_VL_MAX): Likewise.
8224 (SVE_NUM_ZREGS): Likewise.
8225 (SVE_NUM_PREGS): Likewise.
8226 (sve_vl_valid): Likewise.
8227 (struct user_sve_header): Likewise.
8228
8229 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8230 Richard Bunt <Richard.Bunt@arm.com>
8231
8232 * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
8233 was requested by GDB.
8234
8235 2018-06-15 Tom de Vries <tdevries@suse.de>
8236
8237 * MAINTAINERS (Write After Approval): Add Tom de Vries.
8238
8239 2018-06-14 Simon Marchi <simon.marchi@polymtl.ca>
8240
8241 * gnulib/update-gnulib.sh: Print expected versions of
8242 autoconf/aclocal.
8243
8244 2018-06-14 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * arch-utils.c (default_type_align): Use type_length_units.
8247 * gdbtypes.c (type_align): Use type_length_units.
8248
8249 2018-06-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8250
8251 * cli/cli-script.c (_initialize_cli_script): Fix online documentation
8252 of 'define' command.
8253
8254 2018-06-14 Tom de Vries <tdevries@suse.de>
8255
8256 PR cli/22573
8257 * infcmd.c (print_return_value_1): Use get_user_print_options instead of
8258 get_no_prettyformat_print_options.
8259
8260 2018-06-13 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * sparc-nat.h: Include target.h.
8263 * sparc64-linux-nat.c (class sparc64_linux_nat_target)
8264 <fetch_registers>: Remove this argument in function call.
8265 <store_registers>: Remove this argument in function call, remove
8266 extra semicolon.
8267 <low_forget_process>: Call sparc64_forget_process instead of
8268 sparc_forget_process.
8269
8270 2018-06-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8271
8272 * procfs.c (_initialize_procfs): Use add_inf_child_target.
8273 (procfs_target::make_corefile_notes): Adjust to new
8274 target_read_alloc return type.
8275
8276 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8277 Stephen Roberts <stephen.roberts@arm.com>
8278
8279 PR gdb/22882
8280 * infrun.c (fetch_inferior_event): If GDB is not proceeding then
8281 run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
8282 Move should_notify_stop local into more inner scope.
8283
8284 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8285 Stephen Roberts <stephen.roberts@arm.com>
8286
8287 PR gdb/22882
8288 * infrun.c (resume_1): Add call to mark_async_event_handler.
8289
8290 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8291
8292 * infrun.c (do_target_wait): Change old version of $pc printed.
8293
8294 2018-06-11 Simon Marchi <simon.marchi@ericsson.com>
8295
8296 * dwarf2read.c (read_index_from_section): Rename to...
8297 (read_gdb_index_from_section): ... this, update all callers.
8298 (dwarf2_read_index): Rename to...
8299 (dwarf2_read_gdb_index): ... this, update all callers.
8300
8301 2018-06-11 John David Anglin <danglin@gcc.gnu.org>
8302
8303 * hppa-linux-nat.c
8304 (hppa_linux_nat_target::fetch_inferior_registers): Rename to
8305 hppa_linux_nat_target::fetch_registers.
8306
8307 2018-06-11 Alan Hayward <alan.hayward@arm.com>
8308
8309 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
8310 * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
8311 (AARCH64_DWARF_SVE_FFR): Likewise.
8312 (AARCH64_DWARF_SVE_P0): Likewise.
8313 (AARCH64_DWARF_SVE_Z0): Likewise.
8314
8315 2018-06-11 Alan Hayward <alan.hayward@arm.com>
8316
8317 * common/common-regcache.h (raw_compare): New function.
8318 * regcache.c (regcache::raw_compare): Likewise.
8319 * regcache.h (regcache::raw_compare): New declaration.
8320
8321 2018-06-11 Alan Hayward <alan.hayward@arm.com>
8322
8323 * common/common-regcache.h (reg_buffer_common): New structure.
8324 * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
8325 (reg_buffer::raw_supply): Likewise.
8326 (reg_buffer::raw_supply_integer): Likewise.
8327 (reg_buffer::raw_supply_zeroed): Likewise.
8328 (reg_buffer::raw_collect): Likewise.
8329 (reg_buffer::raw_collect_integer): Likewise.
8330 * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
8331 (reg_buffer::raw_supply): Likewise.
8332 (reg_buffer::raw_supply_integer): Likewise.
8333 (reg_buffer::raw_supply_zeroed): Likewise.
8334 (reg_buffer::raw_collect): Likewise.
8335 (reg_buffer::raw_collect_integer): Likewise.
8336
8337 2018-06-10 Tom Tromey <tom@tromey.com>
8338
8339 * remote.c (stop_reply_p): Remove typedef. Don't declare queue.
8340 (class remote_state) <stop_reply_queue>: Now std::vector.
8341 (remote_state::~remote_state)
8342 (remote_target::stop_reply_queue_length): Update.
8343 (struct queue_iter_param, remove_child_of_pending_fork)
8344 (struct check_pending_event_prevents_wildcard_vcont_callback_data)
8345 (check_pending_event_prevents_wildcard_vcont_callback)
8346 (remove_stop_reply_for_inferior)
8347 (remove_stop_reply_of_remote_state)
8348 (remote_notif_remove_once_on_match)
8349 (stop_reply_match_ptid_and_ws)
8350 (remote_kill_child_of_pending_fork): Remove.
8351 (remote_target::remove_new_fork_children)
8352 (remote_target::check_pending_events_prevent_wildcard_vcont)
8353 (remote_target::discard_pending_stop_replies)
8354 (remote_target::discard_pending_stop_replies_in_queue)
8355 (remote_target::remote_notif_remove_queued_reply)
8356 (remote_target::queued_stop_reply)
8357 (remote_target::push_stop_reply, remote_target::peek_stop_reply)
8358 (remote_target::wait, remote_target::kill_new_fork_children)
8359 (remote_target::async): Update.
8360
8361 2018-06-10 Tom Tromey <tom@tromey.com>
8362
8363 * record-full.c (record_full_arch_list_cleanups): Remove.
8364 (record_full_message): Use try/catch.
8365 (record_full_wait_cleanups): Remove.
8366 (record_full_wait_1): Use try/catch.
8367 (record_full_restore): Likewise.
8368
8369 2018-06-10 Tom Tromey <tom@tromey.com>
8370
8371 * record-full.c (record_full_breakpoint_p): Remove typedef. Don't
8372 declare VEC. Add constructor.
8373 <in_target_beneath>: Now bool.
8374 (record_full_breakpoints): Now a std::vector, static.
8375 (record_full_sync_record_breakpoints)
8376 (record_full_init_record_breakpoints)
8377 (record_full_target::insert_breakpoint)
8378 (record_full_target::remove_breakpoint): Update. Don't use XNEW.
8379
8380 2018-06-10 Simon Marchi <simon.marchi@polymtl.ca>
8381
8382 * dwarf2read.c (process_cu_includes): Remove struct keyword.
8383 * serial.c (serial_interface_lookup): Remove struct keyword.
8384
8385 2018-06-10 Tom Tromey <tom@tromey.com>
8386
8387 * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
8388 method.
8389 * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
8390 a method.
8391 * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
8392 method.
8393 * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
8394 "beneath" as a method.
8395 * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
8396 Use "beneath" as a method.
8397
8398 2018-06-10 Tom Tromey <tom@tromey.com>
8399
8400 * tracefile.c (struct trace_file_writer_deleter): New.
8401 <operator()>: Rename from trace_file_writer_xfree.
8402 (trace_file_writer_up): New typedef.
8403 (tsave_command, trace_save_tfile, trace_save_ctf): Update.
8404
8405 2018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8406
8407 * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
8408 <m_registers, m_register_status>: Change type to
8409 std::unique_ptr.
8410 * regcache.c (reg_buffer::reg_buffer): Use new instead of
8411 XCNEWVEC.
8412
8413 2018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * common/common-regcache.h (enum register_status): Add
8416 underlying type "signed char".
8417 * regcache.h (reg_buffer) <m_register_status>: Change type to
8418 register_status *.
8419 * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
8420 register_status instead of signed char.
8421 (reg_buffer::save): Use REG_UNKNOWN instead of 0.
8422 (reg_buffer::get_register_status): Remove cast.
8423 (readable_regcache::raw_read): Remove cast.
8424 (readable_regcache::cooked_read): Remove cast.
8425
8426 2018-06-09 Tom Tromey <tom@tromey.com>
8427
8428 * source.c (reverse_search_command, forward_search_command): Use
8429 scoped_fd.
8430
8431 2018-06-09 Tom Tromey <tom@tromey.com>
8432
8433 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
8434 (serial_ops_list): Now static, std::vector.
8435 (serial_interface_lookup, serial_add_interface): Update.
8436
8437 2018-06-09 Tom Tromey <tom@tromey.com>
8438
8439 * dwarf2read.c (process_cu_includes): Update.
8440 (process_full_comp_unit): Update.
8441 * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
8442 std::vector.
8443
8444 2018-06-08 Paul Koning <paul_koning@dell.com>
8445
8446 PR gdb/23252
8447
8448 * python/python.c (do_start_initialization):
8449 Avoid call to internal Python API.
8450 (init__gdb_module): New function.
8451
8452 2018-06-08 Gary Benson <gbenson@redhat.com>
8453
8454 * linux-thread-db.c (valprint.h): New include.
8455 (struct check_thread_db_info): New structure.
8456 (check_thread_db_on_load, tdb_testinfo): New static globals.
8457 (check_thread_db, check_thread_db_callback): New functions.
8458 (try_thread_db_load_1): Run integrity checks if requested.
8459 (maintenance_check_libthread_db): New function.
8460 (_initialize_thread_db): Register "maint check libthread-db"
8461 and "maint set/show check-libthread-db".
8462 * NEWS: Mention the above new commands.
8463
8464 2018-06-08 Tom Tromey <tom@tromey.com>
8465
8466 * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
8467 now a method.
8468
8469 2018-06-08 Tom Tromey <tom@tromey.com>
8470
8471 * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
8472
8473 2018-06-08 Tom Tromey <tom@tromey.com>
8474
8475 * common/btrace-common.h (struct btrace_data): Add constructor,
8476 destructor, move assignment operator.
8477 <empty, clear, fini>: New methods.
8478 <format>: Initialize.
8479 (btrace_data_init, btrace_data_fini, btrace_data_clear)
8480 (btrace_data_empty): Don't declare.
8481 * common/btrace-common.c (btrace_data_init): Remove.
8482 (btrace_data::fini): Rename from btrace_data_fini.
8483 (btrace_data::empty): Rename from btrace_data_empty.
8484 (btrace_data::clear): Rename from btrace_data_clear. Return
8485 bool.
8486 * btrace.h (make_cleanup_btrace_data): Don't declare.
8487 * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
8488 (parse_xml_btrace): Update.
8489 (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
8490 (maint_btrace_clear_packet_history_cmd): Update.
8491
8492 2018-06-07 Pedro Alves <palves@redhat.com>
8493
8494 * target.h (target_ops) <beneath>: Now a method. All references
8495 updated.
8496 (class target_stack): New.
8497 * target.c (g_target_stack): New.
8498 (g_current_top_target): Delete.
8499 (current_top_target): Get the top target out of g_target_stack.
8500 (target_stack::push, target_stack::unpush): New.
8501 (push_target, unpush_target): Reimplement.
8502 (target_is_pushed): Reimplement in terms of g_target_stack.
8503 (target_ops::beneath, target_stack::find_beneath): New.
8504
8505 2018-06-07 Pedro Alves <palves@redhat.com>
8506
8507 * target.h (find_target_beneath): Delete declaration.
8508 * target.c (find_target_beneath): Delete definition.
8509 * aix-thread.c: All callers of find_target_beneath adjusted to
8510 call target_ops::beneath instead.
8511 * bsd-uthread.c: Likewise.
8512 * linux-thread-db.c: Likewise.
8513 * ravenscar-thread.c: Likewise.
8514 * sol-thread.c: Likewise.
8515 * spu-multiarch.c: Likewise.
8516
8517 2018-06-07 Pedro Alves <palves@redhat.com>
8518
8519 * target.h (target_ops) <beneath>: Now a method. All references
8520 updated.
8521 (target_ops) <m_beneath>: New.
8522 * target.c (target_ops::beneath): New.
8523 * corelow.c: Adjust all references to target_ops::beneath.
8524 * linux-thread-db.c: Likewise.
8525 * make-target-delegates: Likewise.
8526 * record-btrace.c: Likewise.
8527 * record-full.c: Likewise.
8528 * remote.c: Likewise.
8529 * target.c: Likewise.
8530 * target-delegates.c: Regenerate.
8531
8532 2018-06-07 Pedro Alves <palves@redhat.com>
8533
8534 * target.h (target_stack): Delete.
8535 (current_top_target): Declare function.
8536 * target.c (target_stack): Delete.
8537 (g_current_top_target): New.
8538 (current_top_target): New function.
8539 * auxv.c: Use current_top_target instead of target_stack
8540 throughout.
8541 * avr-tdep.c: Likewise.
8542 * breakpoint.c: Likewise.
8543 * corefile.c: Likewise.
8544 * elfread.c: Likewise.
8545 * eval.c: Likewise.
8546 * exceptions.c: Likewise.
8547 * frame.c: Likewise.
8548 * gdbarch-selftests.c: Likewise.
8549 * gnu-v3-abi.c: Likewise.
8550 * ia64-tdep.c: Likewise.
8551 * ia64-vms-tdep.c: Likewise.
8552 * infcall.c: Likewise.
8553 * infcmd.c: Likewise.
8554 * infrun.c: Likewise.
8555 * linespec.c: Likewise.
8556 * linux-tdep.c: Likewise.
8557 * minsyms.c: Likewise.
8558 * ppc-linux-nat.c: Likewise.
8559 * ppc-linux-tdep.c: Likewise.
8560 * procfs.c: Likewise.
8561 * regcache.c: Likewise.
8562 * remote.c: Likewise.
8563 * rs6000-tdep.c: Likewise.
8564 * s390-linux-nat.c: Likewise.
8565 * s390-tdep.c: Likewise.
8566 * solib-aix.c: Likewise.
8567 * solib-darwin.c: Likewise.
8568 * solib-dsbt.c: Likewise.
8569 * solib-spu.c: Likewise.
8570 * solib-svr4.c: Likewise.
8571 * solib-target.c: Likewise.
8572 * sparc-tdep.c: Likewise.
8573 * sparc64-tdep.c: Likewise.
8574 * spu-tdep.c: Likewise.
8575 * symfile.c: Likewise.
8576 * symtab.c: Likewise.
8577 * target-descriptions.c: Likewise.
8578 * target-memory.c: Likewise.
8579 * target.c: Likewise.
8580 * target.h: Likewise.
8581 * tracefile-tfile.c: Likewise.
8582 * tracepoint.c: Likewise.
8583 * valops.c: Likewise.
8584 * valprint.c: Likewise.
8585 * value.c: Likewise.
8586 * windows-tdep.c: Likewise.
8587 * mi/mi-main.c: Likewise.
8588
8589 2018-06-07 Tom Tromey <tom@tromey.com>
8590
8591 * valprint.h (build_address_symbolic): Declare.
8592 * printcmd.c (print_address_symbolic): Update.
8593 (build_address_symbolic): Change "name" and "filename" to
8594 std::string.
8595 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
8596 Update.
8597 * defs.h (build_address_symbolic): Remove declaration.
8598
8599 2018-06-07 Alan Hayward <alan.hayward@arm.com>
8600
8601 * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
8602 (aarch64_vnv_type): Add function.
8603 (aarch64_pseudo_register_name): Add V regs for SVE.
8604 (aarch64_pseudo_register_type): Likewise.
8605 (aarch64_pseudo_register_reggroup_p): Likewise.
8606 (aarch64_pseudo_read_value_2): Use V0 offset for SVE
8607 (aarch64_pseudo_read_value): Add V regs for SVE.
8608 (aarch64_pseudo_write_2): Use V0 offset for SVE
8609 (aarch64_pseudo_write): Add V regs for SVE.
8610 * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
8611
8612 2018-06-06 Sergio Durigan Junior <sergiodj@redhat.com>
8613
8614 * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
8615 (sve_vl_from_vq): Likewise.
8616
8617 2018-06-05 Tom Tromey <tom@tromey.com>
8618
8619 * cli/cli-cmds.c (show_version): Update.
8620 * top.c (print_gdb_version): Add "interactive" parameter.
8621 Update.
8622 * main.c (captured_main_1): Update.
8623 * top.h (print_gdb_version): Add "interactive" parameter and a
8624 comment.
8625
8626 2018-06-05 David Malcolm <dmalcolm@redhat.com>
8627
8628 * common/enum-flags.h: Add trailing semicolon to example in
8629 comment.
8630
8631 2018-06-05 Tom Tromey <tom@tromey.com>
8632
8633 PR cli/12326:
8634 * NEWS: Add entry about pager.
8635 * utils.c (pagination_disabled_for_command): New global.
8636 (prompt_for_continue): Allow "c" response to prompt.
8637 (reinitialize_more_filter): Clear
8638 pagination_disabled_for_command.
8639 (fputs_maybe_filtered): Check pagination_disabled_for_command.
8640
8641 2018-06-04 Tom Tromey <tom@tromey.com>
8642
8643 * ada-lang.h (ada_lookup_symbol_list): Update.
8644 * ada-lang.c (resolve_subexp): Update.
8645 (symbols_are_identical_enums): Change type of syms. Remove nsyms
8646 parameter.
8647 (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
8648 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
8649 results parameter to std::vector.
8650 (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
8651 Update.
8652 * ada-exp.y (block_lookup): Update.
8653 (select_possible_type_sym): Change type of syms. Remove nsyms
8654 parameter.
8655 (write_var_or_type, write_name_assoc): Update.
8656
8657 2018-06-04 Joel Brobecker <brobecker@adacore.com>
8658
8659 * windows-nat.c (windows_nat_target::xfer_partial): Return
8660 TARGET_XFER_E_IO if we need to delegate to the target beneath
8661 but BENEATH is NULL.
8662
8663 2018-06-04 Simon Marchi <simon.marchi@ericsson.com>
8664
8665 * Makefile.in (config.status): Add configure.nat as a
8666 dependency.
8667
8668 2018-06-04 Tom Tromey <tom@tromey.com>
8669
8670 * cp-name-parser.y (cpname_state): Add method declarations.
8671 (HANDLE_QUAL): Update.
8672 (cpname_state::d_grab, cpname_state::fill_comp)
8673 (cpname_state::make_operator, cpname_state::make_dtor)
8674 (cpname_state::make_builtin_type, cpname_state::make_name)
8675 (cpname_state::d_qualify, cpname_state::d_int_type)
8676 (cpname_state::d_unary, cpname_state::d_binary): Now methods.
8677 (%union): Move earlier.
8678
8679 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8680
8681 * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
8682
8683 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8684
8685 * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
8686 (aarch64_pseudo_write_1): Likewise.
8687 (aarch64_pseudo_read_value): Use helper.
8688 (aarch64_pseudo_write): Likewise.
8689
8690 2018-06-04 Pedro Alves <palves@redhat.com>
8691
8692 * darwin-nat.c (darwin_ops): Delete.
8693 (darwin_attach_pid): Use get_native_target.
8694
8695 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8696
8697 * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
8698 * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
8699
8700 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8701
8702 * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
8703 * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
8704 (aarch64_gdbarch_init): Check for SVE.
8705 * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
8706
8707 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8708
8709 * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
8710 * aarch64-tdep.h (aarch64_read_description): Likewise.
8711 * arch/aarch64.c (aarch64_create_target_description): Likewise.
8712 * arch/aarch64.h (aarch64_create_target_description): Likewise.
8713 * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
8714 * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
8715 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
8716
8717 2018-06-02 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * value.c (value_fetch_lazy_bitfield): New.
8720 (value_fetch_lazy_memory): New.
8721 (value_fetch_lazy_register): New.
8722 (value_fetch_lazy): Factor out to smaller functions.
8723
8724 2018-06-01 Tom Tromey <tom@tromey.com>
8725
8726 * cp-name-parser.y (backslashable, represented): Now const.
8727
8728 2018-06-01 Tom Tromey <tom@tromey.com>
8729
8730 * cp-name-parser.y: Include parser-defs.h.
8731 (parser_fprintf): Remove declaration.
8732
8733 2018-06-01 Tom Tromey <tom@tromey.com>
8734
8735 * cp-name-parser.y: Use %pure-parser, %lex-param, and
8736 %parse-param.
8737 (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
8738 (global_result): Remove globals.
8739 (struct cpname_state): New.
8740 (yyparse): Don't declare.
8741 (yylex, yyerror): Move declarations after %union.
8742 (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
8743 (make_name): Add state parameter.
8744 Update all callers.
8745 (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
8746 parameter.
8747 (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
8748 Update.
8749 (yylex): Add lvalp, state parameters.
8750 (yyerror): Add state parameter.
8751 (cp_demangled_name_to_comp): Update.
8752
8753 2018-06-01 Tom Tromey <tom@tromey.com>
8754
8755 * cp-name-parser.y (parser_fprintf): Declare.
8756 (GDB_YY_REMAP_PREFIX): Define.
8757 Include yy-remap.h. Don't redefine yy* identifiers.
8758
8759 2018-06-01 Tom Tromey <tom@tromey.com>
8760
8761 * python/py-type.c (typy_legacy_template_argument): Update.
8762 * cp-support.h (cp_demangled_name_to_comp): Update.
8763 * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
8764 parameter to be a "std::string *".
8765 (main): Update.
8766
8767 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
8768
8769 * ada-lex.l: Include "diagnostics.h" instead of
8770 "common/diagnostics.h".
8771 * unittests/environ-selftests.c: Likewise.
8772 * common/diagnostics.h: Moved to ../include.
8773
8774 2018-06-01 Joel Brobecker <brobecker@adacore.com>
8775
8776 * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
8777 to language_mode_manual while calling breakpoint_re_set_one.
8778
8779 2018-06-01 Tom Tromey <tom@tromey.com>
8780
8781 * valops.c (value_cast_structs, destructor_name_p): Update.
8782 * symtab.c (gdb_mangle_name): Update.
8783 * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
8784 Update.
8785 * p-valprint.c (pascal_object_is_vtbl_ptr_type)
8786 (pascal_object_print_value_fields, pascal_object_print_value):
8787 Update.
8788 * p-typeprint.c (pascal_type_print_derivation_info): Update.
8789 * linespec.c (find_methods): Update.
8790 * gdbtypes.h (type_name_no_tag): Remove.
8791 (type_name_or_error): Rename from type_name_no_tag_or_error.
8792 * gdbtypes.c (type_name_no_tag): Remove.
8793 (type_name_or_error): Rename from type_name_no_tag_or_error.
8794 (lookup_struct_elt_type, check_typedef): Update.
8795 * expprint.c (print_subexp_standard): Update.
8796 * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
8797 * d-namespace.c (d_lookup_nested_symbol): Update.
8798 * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
8799 (cp_print_class_member): Update.
8800 * cp-namespace.c (cp_lookup_nested_symbol): Update.
8801 * completer.c (add_struct_fields): Update.
8802 * c-typeprint.c (cp_type_print_derivation_info)
8803 (c_type_print_varspec_prefix, c_type_print_base_struct_union):
8804 Update.
8805 * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
8806 (ada_prefer_type, ada_is_exception_sym): Update.
8807
8808 2018-06-01 Tom Tromey <tom@tromey.com>
8809
8810 * valops.c (enum_constant_from_type, value_namespace_elt)
8811 (value_maybe_namespace_elt): Update.
8812 * valarith.c (find_size_for_pointer_math): Update.
8813 * target-descriptions.c (make_gdb_type): Update.
8814 * symmisc.c (print_symbol): Update.
8815 * stabsread.c (define_symbol, read_type)
8816 (complain_about_struct_wipeout, add_undefined_type)
8817 (cleanup_undefined_types_1): Update.
8818 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
8819 (rust_range_type_p, val_print_struct, rust_print_struct_def)
8820 (rust_internal_print_type, rust_composite_type)
8821 (rust_evaluate_funcall, rust_evaluate_subexp)
8822 (rust_inclusive_range_type_p): Update.
8823 * python/py-type.c (typy_get_tag): Update.
8824 * p-typeprint.c (pascal_type_print_base): Update.
8825 * mdebugread.c (parse_symbol, parse_type): Update.
8826 * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
8827 Update.
8828 * guile/scm-type.c (gdbscm_type_tag): Update.
8829 * go-lang.c (sixg_string_p): Update.
8830 * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
8831 Update.
8832 * gdbtypes.h (struct main_type) <tag_name>: Remove.
8833 (TYPE_TAG_NAME): Remove.
8834 * gdbtypes.c (type_name_no_tag): Simplify.
8835 (check_typedef, check_types_equal, recursive_dump_type)
8836 (copy_type_recursive, arch_composite_type): Update.
8837 * f-typeprint.c (f_type_print_base): Update. Print "Type" prefix
8838 in summary mode when needed.
8839 * eval.c (evaluate_funcall): Update.
8840 * dwarf2read.c (fixup_go_packaging, read_structure_type)
8841 (process_structure_scope, read_enumeration_type)
8842 (read_namespace_type, read_module_type, determine_prefix): Update.
8843 * cp-support.c (inspect_type): Update.
8844 * coffread.c (process_coff_symbol, decode_base_type): Update.
8845 * c-varobj.c (c_is_path_expr_parent): Update.
8846 * c-typeprint.c (c_type_print_base_struct_union): Update.
8847 (c_type_print_base_1): Update. Print struct/class/union/enum in
8848 summary when using C language.
8849 * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
8850 (gen_maybe_namespace_elt): Update.
8851 * ada-lang.c (ada_type_name): Simplify.
8852 (empty_record, ada_template_to_fixed_record_type_1)
8853 (template_to_static_fixed_type)
8854 (to_record_with_fixed_variant_part, ada_check_typedef): Update.
8855
8856 2018-06-01 Tom Tromey <tom@tromey.com>
8857
8858 * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
8859 c_print_type.
8860 * c-typeprint.c (c_print_type_1): Add "language" parameter.
8861 (c_print_type): Update.
8862 (c_print_type): New overload.
8863 (c_type_print_varspec_prefix, c_type_print_args)
8864 (c_type_print_varspec_suffix, c_print_type_no_offsets)
8865 (c_type_print_base_struct_union, c_type_print_base_1)
8866 (cp_type_print_method_args): Add "language" parameter.
8867 (c_type_print_base): Update.
8868 * c-lang.h (c_print_type): Add new overload.
8869
8870 2018-06-01 Tom Tromey <tom@tromey.com>
8871
8872 * typeprint.h (c_type_print_varspec_suffix): Don't declare.
8873 * c-typeprint.c (c_type_print_varspec_suffix): Now static.
8874
8875 2018-06-01 Alan Hayward <alan.hayward@arm.com>
8876
8877 * aarch64-tdep.c (aarch64_sve_register_names): New const
8878 var.
8879 * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
8880 (AARCH64_SVE_Z_REGS_NUM): New define.
8881 (AARCH64_SVE_P_REGS_NUM): Likewise.
8882 (AARCH64_SVE_NUM_REGS): Likewise.
8883
8884 2018-05-31 Uros Bizjak <ubizjak@gmail.com>
8885
8886 * nat/linux-ptrace.h [__alpha__]
8887 (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
8888 definitions.
8889
8890 2018-05-31 Maciej W. Rozycki <macro@mips.com>
8891
8892 * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
8893 the endianness selected.
8894 * NEWS: Document `set endian auto' mode operation update.
8895
8896 2018-05-31 Alan Hayward <alan.hayward@arm.com>
8897
8898 * Makefile.in: Add new header.
8899 * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
8900 (sve_vl_from_vg): Likewise.
8901 (sve_vq_from_vl): Likewise.
8902 (sve_vl_from_vq): Likewise.
8903 (sve_vq_from_vg): Likewise.
8904 (sve_vg_from_vq): Likewise.
8905 * configure.nat: Add new c file.
8906 * nat/aarch64-sve-linux-ptrace.c: New file.
8907 * nat/aarch64-sve-linux-ptrace.h: New file.
8908
8909 2018-05-31 Alan Hayward <alan.hayward@arm.com>
8910
8911 * aarch64-linux-nat.c (aarch64_linux_read_description):
8912 Add parmeter zero.
8913 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
8914 Likewise.
8915 * aarch64-tdep.c (tdesc_aarch64_list): Add.
8916 (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
8917 (aarch64_gdbarch_init): Add parmeter zero.
8918 * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
8919 * arch/aarch64.c (aarch64_create_target_description): Check VQ.
8920 * arch/aarch64.h (aarch64_create_target_description): Add VQ.
8921 parmeter.
8922 * doc/gdb.texinfo: Describe SVE feature
8923 * features/aarch64-sve.c: New file.
8924
8925 2018-05-31 Omair Javaid <omair.javaid@linaro.org>
8926
8927 PR gdb/23210
8928 * gdbarch.sh (significant_addr_bit): Default to zero when
8929 not set by target architecture.
8930 * gdbarch.c: Re-generated.
8931 * utils.c (address_significant): Update.
8932
8933 2018-05-30 Joel Brobecker <brobecker@adacore.com>
8934
8935 * stack.c (func_command): Remove trailing newline in call to error.
8936
8937 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8938
8939 * regcache.h (regcache_raw_collect): Remove, update callers to
8940 use regcache::raw_collect.
8941 * regcache.c (regcache_raw_collect): Remove.
8942
8943 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8944
8945 * regcache.h (regcache_raw_supply): Remove, update callers to
8946 use detached_regcache::raw_supply.
8947 * regcache.c (regcache_raw_supply): Remove.
8948
8949 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8950
8951 * regcache.h (regcache_cooked_write_part): Remove, update
8952 callers to use regcache::cooked_write_part.
8953 * regcache.c (regcache_cooked_write_part): Remove.
8954
8955 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8956
8957 * regcache.h (regcache_cooked_read_part): Remove, update callers
8958 to use readable_regcache::cooked_read_part.
8959 * regcache.c (regcache_cooked_read_part): Remove.
8960
8961 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8962
8963 * regcache.h (regcache_cooked_read_value): Remove, update
8964 callers to use readable_regcache::cooked_read_value.
8965 * regcache.c (regcache_cooked_read_value): Remove.
8966
8967 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8968
8969 * regcache.h (regcache_cooked_write): Remove, update callers to
8970 use regcache::cooked_write.
8971 * regcache.c (regcache_cooked_write): Remove.
8972
8973 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8974
8975 * regcache.h (regcache_invalidate): Remove, update callers to
8976 use detached_regcache::invalidate instead.
8977 * regcache.c (regcache_invalidate): Remove.
8978
8979 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * regcache.h (regcache_raw_write_part): Remove, update callers
8982 to use regcache::raw_write_part instead.
8983 * regcache.c (regcache_raw_write_part): Remove.
8984
8985 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8986
8987 * regcache.h (regcache_raw_read_part): Remove, update callers to
8988 use readable_regcache::raw_read_part instead.
8989 * regcache.c (regcache_raw_read_part): Remove.
8990
8991 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8992
8993 * regcache.h (regcache_cooked_read): Remove, update callers to
8994 use readable_regcache::cooked_read instead.
8995 * regcache.c (regcache_cooked_read): Remove.
8996
8997 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8998
8999 * regcache.h (regcache_raw_write): Remove, update callers to use
9000 regcache::raw_write instead.
9001 * regcache.c (regcache_raw_write): Remove.
9002
9003 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9004
9005 * regcache.h (regcache_raw_read): Remove, update callers to use
9006 readable_regcache::raw_read instead.
9007 * regcache.c (regcache_raw_read): Remove.
9008
9009 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 * regcache.h (regcache_raw_update): Remove, update callers to
9012 use readable_regcache::raw_update instead.
9013 * regcache.c (regcache_raw_update): Remove.
9014
9015 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9016
9017 * regcache.h (regcache_register_status): Remove, update callers
9018 to use reg_buffer::get_register_status directly instead.
9019 * regcache.c (regcache_register_status): Remove.
9020
9021 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9022
9023 * regcache.h (regcache_get_ptid): Remove, update all callers to
9024 call regcache::ptid instead.
9025 * regcache.c (regcache_get_ptid): Remove.
9026
9027 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
9030
9031 2018-05-30 Pedro Alves <palves@redhat.com>
9032
9033 * common/common-exceptions.h (exception_rethrow): Use
9034 ATTRIBUTE_NORETURN.
9035
9036 2018-05-29 Simon Marchi <simon.marchi@polymtl.ca>
9037
9038 * breakpoint.c (print_solib_event, check_status_catch_solib):
9039 Remove struct keyword in range-based for loops.
9040 * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
9041 * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
9042 Likewise.
9043 * linespec.c (find_superclass_methods, search_minsyms_for_name):
9044 Likewise.
9045 * symfile.c (addr_info_make_relative): Likewise.
9046 * thread.c (value_in_thread_stack_temporaries): Likewise.
9047
9048 2018-06-12 Weimin Pan <weimin.pan@oracle.com>
9049
9050 PR gdb/16841
9051 * valops.c (value_struct_elt_for_reference): Call check_typedef on
9052 aggregate type to get its real type before accessing it.
9053
9054 2018-05-29 Weimin Pan <weimin.pan@oracle.com>
9055
9056 * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
9057 * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
9058 * coff-pe-read.c (add_pe_forwarded_sym): Replace
9059 lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
9060 * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
9061 * jit.c (jit_breakpoint_re_set_internal): Likewise.
9062 * printcmd.c (info_address_command): Likewise.
9063
9064 2018-05-29 Tom Tromey <tom@tromey.com>
9065
9066 * windows-nat.c (handle_exception): Update fall-through comment.
9067
9068 2018-05-29 Tom Tromey <tom@tromey.com>
9069
9070 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
9071 (struct program_space) <added_solibs>: Now a std::vector.
9072 * breakpoint.c (print_solib_event): Update.
9073 (check_status_catch_solib): Update.
9074 * progspace.c (clear_program_space_solib_cache): Update.
9075 * solib.c (update_solib_list): Update.
9076
9077 2018-05-29 Tom Tromey <tom@tromey.com>
9078
9079 * python/py-type.c (typy_richcompare): Update.
9080 * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
9081 * gdbtypes.h (types_deeply_equal): Return bool.
9082 (types_equal): Likewise.
9083 * gdbtypes.c (type_equality_entry_d): Remove typedef. Don't
9084 declare VEC.
9085 (check_types_equal): Change worklist to std::vector. Return
9086 bool.
9087 (struct type_equality_entry): Add constructor.
9088 (compare_maybe_null_strings): Return bool.
9089 (check_types_worklist): Return bool. Change worklist to
9090 std::vector.
9091 (types_deeply_equal): Use std::vector.
9092 (types_equal): Return bool.
9093 (compare_maybe_null_strings): Simplify.
9094
9095 2018-05-29 Tom Tromey <tom@tromey.com>
9096
9097 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
9098
9099 2018-05-29 Tom Tromey <tom@tromey.com>
9100
9101 * objc-lang.h: Don't include cp-support.h.
9102 * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
9103 declare VEC.
9104
9105 2018-05-27 Tom Tromey <tom@tromey.com>
9106
9107 * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
9108
9109 2018-05-25 Tom Tromey <tom@tromey.com>
9110
9111 * value.c (value::location): Initialize.
9112
9113 2018-05-25 Tom Tromey <tom@tromey.com>
9114
9115 * dbxread.c (init_bincl_list): Remove.
9116 (bincl_list): Now a std::vector.
9117 (bincls_allocated, next_bincl): Remove.
9118 (free_bincl_list, do_free_bincl_list_cleanup)
9119 (make_cleanup_free_bincl_list): Remove.
9120 (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
9121 unique_xmalloc_ptr.
9122 (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
9123 (struct header_file_location): Add constructor.
9124 (add_bincl_to_list): Remove.
9125
9126 2018-05-25 Tom Tromey <tom@tromey.com>
9127
9128 * tui/tui.c (tui_enable): Update.
9129 * mi/mi-interp.c (mi_interp::init): Update.
9130 * interps.h (class interp) <name>: New method.
9131 <m_name>: Rename from name.
9132 (~scoped_restore_interp): Update.
9133 * interps.c (interp::interp): Update.
9134 (interp_add, interp_set, interp_lookup_existing)
9135 (current_interp_named_p): Update.
9136
9137 2018-05-25 Tom Tromey <tom@tromey.com>
9138
9139 * interps.c (interp_name): Remove.
9140 * mi/mi-interp.c (mi_interp::init): Update.
9141 * interps.h (interp_name): Remove.
9142 (~scoped_restore_interp): Update.
9143 * tui/tui.c (tui_enable): Update.
9144
9145 2018-05-25 Tom Tromey <tom@tromey.com>
9146
9147 * utils.c (fputs_maybe_filtered): Update.
9148 * linespec.c (decode_line_full): Update.
9149 * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
9150 (mi_print_breakpoint_for_event, mi_solib_loaded)
9151 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
9152 (mi_user_selected_context_changed): Update.
9153 * mi/mi-main.c (mi_execute_command): Update.
9154 * cli/cli-script.c (execute_control_command): Update.
9155 * python/python.c (execute_gdb_command): Update.
9156 * solib.c (info_sharedlibrary_command): Update.
9157 * interps.c (interp_ui_out): Remove.
9158 * interps.h (interp_ui_out): Remove.
9159
9160 2018-05-25 Tom Tromey <tom@tromey.com>
9161
9162 * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
9163 * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
9164 * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
9165
9166 2018-05-25 Tom Tromey <tom@tromey.com>
9167
9168 * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
9169 * interps.c (interp_exec): Use scoped_restore.
9170
9171 2018-05-25 Tom Tromey <tom@tromey.com>
9172
9173 * remote.c (remote_target::remote_file_get): Use
9174 gdb::byte_vector.
9175 (remote_target::remote_file_put): Likewise.
9176
9177 2018-05-25 Tom Tromey <tom@tromey.com>
9178
9179 * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
9180 a std::string.
9181 (get_pe_section_index, add_pe_exported_sym): Update.
9182 (read_pe_exported_syms): Use gdb::def_vector.
9183
9184 2018-05-25 Tom Tromey <tom@tromey.com>
9185
9186 * frame.c (remove_prev_frame): Remove.
9187 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
9188
9189 2018-05-25 Maciej W. Rozycki <macro@mips.com>
9190
9191 * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
9192 Remove prototypes.
9193 * mips-linux-nat.c (supply_fpregset): Always call
9194 `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
9195 (fill_fpregset): Always call `mips64_fill_fpregset' rather than
9196 `mips_fill_fpregset'.
9197 * mips-linux-tdep.c (mips_supply_fpregset)
9198 (mips_supply_fpregset_wrapper, mips_fill_fpregset)
9199 (mips_fill_fpregset_wrapper): Remove functions.
9200 (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
9201 (mips_linux_fpregset): Remove variable.
9202 (mips_linux_iterate_over_regset_sections): Use
9203 `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
9204 (mips_linux_o32_sigframe_init): Remove comment.
9205
9206 2018-05-25 Pedro Alves <palves@redhat.com>
9207
9208 * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
9209 (struct readahead_cache, struct packet_reg, struct
9210 remote_arch_state, class remote_state): Move higher up in the
9211 file.
9212 (remote_target::m_remote_state): Now an object instead of a pointer.
9213 (remote_target::get_remote_state): Adjust.
9214
9215 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9216
9217 * stack.c (select_and_print_frame): Delete.
9218 (struct function_bounds): Move struct within function.
9219 (func_command): Most content moved into new function
9220 find_frame_for_function, use new function, print result, add
9221 function comment.
9222 (find_frame_for_function): New function, now returns a result.
9223
9224 2018-05-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9225
9226 * stack.c (iterate_over_block_arg_vars): Fix comment.
9227 (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
9228
9229 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9230
9231 PR gdb/23203
9232 * frame.c
9233 (scoped_restore_selected_frame::scoped_restore_selected_frame):
9234 Define.
9235 (scoped_restore_selected_frame::~scoped_restore_selected_frame):
9236 Define.
9237 * frame.h (class scoped_restore_selected_frame): New class.
9238 * stack.c (print_frame_local_vars): Remove catching and rethrowing
9239 of any exception, use scoped_restore_selected_frame to restore the
9240 frame instead.
9241
9242 2018-05-24 Pedro Alves <palves@redhat.com>
9243
9244 * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
9245 override.
9246
9247 2018-05-23 Tom Tromey <tom@tromey.com>
9248
9249 * complaints.c (struct complaints): Remove.
9250 (symfile_complaint_book): Remove.
9251 (series): New global.
9252 (complaint_internal): Update.
9253 (clear_complaints): Update.
9254
9255 2018-05-23 Tom Tromey <tom@tromey.com>
9256
9257 * complaints.c (counters): New global.
9258 (struct complain): Remove.
9259 (struct complaints) <root>: Remove.
9260 (complaint_sentinel): Remove.
9261 (symfile_complaint_book): Update.
9262 (find_complaint) Remove.
9263 (complaint_internal, clear_complaints): Update.
9264
9265 2018-05-23 Tom Tromey <tom@tromey.com>
9266
9267 * complaints.c (struct complain) <file, line>: Remove.
9268 (find_complaint): Remove file, line parameters.
9269 (complaint_internal): Update.
9270
9271 2018-05-23 Tom Tromey <tom@tromey.com>
9272
9273 * complaints.c (vcomplaint): Remove.
9274 (complaint_internal) Merge in contents of vcomplaint.
9275
9276 2018-05-23 Tom Tromey <tom@tromey.com>
9277
9278 * complaints.c (struct complaints) <explanation>: Remove.
9279 (symfile_explanations): Remove.
9280 (symfile_complaint_book): Update.
9281 (vcomplaint): Update.
9282 (struct explanation): Remove.
9283
9284 2018-05-23 Tom Tromey <tom@tromey.com>
9285
9286 * complaints.c (symfile_complaints): Remove.
9287 (complaint_internal): Remove "complaints" parameter.
9288 (clear_complaints, vcomplaint): Remove "c" parameter.
9289 (get_complaints): Remove.
9290 * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
9291 (dwarf2_debug_line_missing_file_complaint)
9292 (dwarf2_debug_line_missing_end_sequence_complaint)
9293 (dwarf2_complex_location_expr_complaint)
9294 (dwarf2_const_value_length_mismatch_complaint)
9295 (dwarf2_section_buffer_overflow_complaint)
9296 (dwarf2_macro_malformed_definition_complaint)
9297 (dwarf2_invalid_attrib_class_complaint)
9298 (create_addrmap_from_index, dw2_symtab_iter_next)
9299 (dw2_expand_marked_cus)
9300 (dw2_debug_names_iterator::find_vec_in_debug_names)
9301 (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
9302 (create_debug_type_hash_table, init_cutu_and_read_dies)
9303 (partial_die_parent_scope, add_partial_enumeration)
9304 (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
9305 (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
9306 (read_import_statement, read_file_scope, create_dwo_cu_reader)
9307 (create_cus_hash_table, create_dwp_hash_table)
9308 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9309 (dwarf2_rnglists_process, dwarf2_ranges_process)
9310 (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
9311 (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
9312 (handle_struct_member_die, process_structure_scope)
9313 (read_array_type, read_common_block, read_module_type)
9314 (read_tag_pointer_type, read_typedef, read_base_type)
9315 (read_subrange_type, load_partial_dies, partial_die_info::read)
9316 (partial_die_info::read, partial_die_info::read)
9317 (partial_die_info::read, read_checked_initial_length_and_offset)
9318 (dwarf2_string_attr, read_formatted_entries)
9319 (dwarf_decode_line_header)
9320 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
9321 (new_symbol, dwarf2_const_value_attr, lookup_die_type)
9322 (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
9323 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9324 (get_signatured_type, get_DW_AT_signature_type)
9325 (decode_locdesc, file_file_name, consume_improper_spaces)
9326 (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
9327 (dwarf_decode_macro_bytes, dwarf_decode_macros)
9328 (dwarf2_symbol_mark_computed, set_die_type)
9329 (read_attribute_value): Update.
9330 * stap-probe.c (handle_stap_probe, get_stap_base_address):
9331 Update.
9332 * dbxread.c (unknown_symtype_complaint)
9333 (lbrac_mismatch_complaint, repeated_header_complaint)
9334 (set_namestring, function_outside_compilation_unit_complaint)
9335 (read_dbx_symtab, process_one_symbol): Update.
9336 * gdbtypes.c (stub_noname_complaint): Update.
9337 * windows-nat.c (handle_unload_dll): Update.
9338 * coffread.c (coff_symtab_read, enter_linenos, decode_type)
9339 (decode_base_type): Update.
9340 * xcoffread.c (bf_notfound_complaint, ef_complaint)
9341 (eb_complaint, record_include_begin, record_include_end)
9342 (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
9343 (process_xcoff_symbol, read_symbol)
9344 (function_outside_compilation_unit_complaint)
9345 (scan_xcoff_symtab): Update.
9346 * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
9347 * buildsym.c (finish_block_internal, make_blockvector)
9348 (end_symtab_get_static_block, augment_type_symtab): Update.
9349 * dtrace-probe.c (dtrace_process_dof)
9350 (dtrace_static_probe_ops::get_probes): Update.
9351 * complaints.h (struct complaint): Don't declare.
9352 (symfile_complaints): Remove.
9353 (complaint_internal): Remove "complaints" parameter.
9354 (complaint): Likewise.
9355 (clear_complaints): Likewise.
9356 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9357 (reread_symbols): Update.
9358 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
9359 (dwarf2_frame_cache, decode_frame_entry): Update.
9360 * dwarf2loc.c (dwarf_reg_to_regnum): Update.
9361 * objc-lang.c (lookup_objc_class, lookup_child_selector)
9362 (info_selectors_command): Update.
9363 * macrotab.c (macro_include, check_for_redefinition)
9364 (macro_undef): Update.
9365 * objfiles.c (filter_overlapping_sections): Update.
9366 * stabsread.c (invalid_cpp_abbrev_complaint)
9367 (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
9368 (define_symbol, error_type, read_type, rs6000_builtin_type)
9369 (stabs_method_name_from_physname, read_member_functions)
9370 (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
9371 (attach_fields_to_type, complain_about_struct_wipeout)
9372 (read_range_type, read_args, common_block_start)
9373 (common_block_end, cleanup_undefined_types_1, scan_file_globals):
9374 Update.
9375 * mdebugread.c (index_complaint, unknown_ext_complaint)
9376 (basic_type_complaint, bad_tag_guess_complaint)
9377 (bad_rfd_entry_complaint, unexpected_type_code_complaint)
9378 (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
9379 (parse_procedure, parse_lines)
9380 (function_outside_compilation_unit_complaint)
9381 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
9382 (bad_tag_guess_complaint, reg_value_complaint): Update.
9383 * cp-support.c (demangled_name_complaint): Update.
9384 * macroscope.c (sal_macro_scope): Update.
9385 * dwarf-index-write.c (class debug_names): Update.
9386
9387 2018-05-23 Tom Tromey <tom@tromey.com>
9388
9389 * complaints.c (clear_complaints): Remove "noisy" parameter.
9390 * complaints.h (clear_complaints): Update.
9391 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9392 (reread_symbols): Update.
9393
9394 2018-05-23 Tom Tromey <tom@tromey.com>
9395
9396 * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
9397 SUBSEQUENT_MESSAGE.
9398 (vcomplaint, clear_complaints): Update.
9399 (symfile_explanations): Remove some messages.
9400
9401 2018-05-23 Tom Tromey <tom@tromey.com>
9402
9403 * complaints.c (internal_complaint): Remove.
9404 * complaints.h (internal_complaint): Remove.
9405
9406 2018-05-22 Maciej W. Rozycki <macro@mips.com>
9407
9408 * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
9409
9410 2018-05-22 Pedro Alves <palves@redhat.com>
9411
9412 * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
9413 (remote_fileio_badfd, remote_fileio_return_errno)
9414 (remote_fileio_return_success, remote_fileio_func_open)
9415 (remote_fileio_func_open, remote_fileio_func_close)
9416 (remote_fileio_func_read, remote_fileio_func_write)
9417 (remote_fileio_func_lseek, remote_fileio_func_rename)
9418 (remote_fileio_func_unlink, remote_fileio_func_stat)
9419 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
9420 (remote_fileio_func_isatty, remote_fileio_func_system): Add
9421 remote_target parameter.
9422 (remote_fio_func_map) <func>: Add remote_target parameter.
9423 (do_remote_fileio_request, remote_fileio_request):
9424 * remote-fileio.h (remote_fileio_request):
9425 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9426 remote_target parameter.
9427 (remote_notif_process, handle_notification): Adjust to pass down
9428 the remote.
9429 (remote_notif_state_allocate): Add remote_target parameter. Save
9430 it.
9431 * remote-notif.h (struct remote_target): Forward declare.
9432 (struct notif_client) <parse, ack, can_get_pending_events>: Add
9433 remote_target parameter.
9434 (struct remote_notif_state) <remote>: New field.
9435 (remote_notif_ack, remote_notif_parse): Add remote_target
9436 parameter.
9437 (remote_notif_state_allocate, remote_notif_state_allocate): Add
9438 remote_target parameter.
9439 * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
9440 (threads_listing_context, rmt_thread_action, protocol_feature)
9441 (packet_reg, stop_reply, stop_reply_p, enum packet_support)
9442 (packet_result, struct threads_listing_context, remote_state):
9443 Move definitions and declarations higher up.
9444 (remote_target) <~remote_target>: Declare.
9445 (remote_download_command_source, remote_file_put, remote_file_get)
9446 (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
9447 (remote_hostio_pread_vFile, remote_hostio_send_command)
9448 (remote_hostio_set_filesystem, remote_hostio_open)
9449 (remote_hostio_close, remote_hostio_unlink, remote_state)
9450 (get_remote_state, get_remote_packet_size, get_memory_packet_size)
9451 (get_memory_write_packet_size, get_memory_read_packet_size)
9452 (append_pending_thread_resumptions, remote_detach_1)
9453 (append_resumption, remote_resume_with_vcont)
9454 (add_current_inferior_and_thread, wait_ns, wait_as)
9455 (process_stop_reply, remote_notice_new_inferior)
9456 (process_initial_stop_replies, remote_add_thread)
9457 (btrace_sync_conf, remote_btrace_maybe_reopen)
9458 (remove_new_fork_children, kill_new_fork_children)
9459 (discard_pending_stop_replies, stop_reply_queue_length)
9460 (check_pending_events_prevent_wildcard_vcont)
9461 (discard_pending_stop_replies_in_queue, stop_reply)
9462 (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
9463 (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
9464 (remote_interrupt_as, remote_interrupt_ns)
9465 (remote_get_noisy_reply, remote_query_attached)
9466 (remote_add_inferior, remote_current_thread, get_current_thread)
9467 (set_thread, set_general_thread, set_continue_thread)
9468 (set_general_process, write_ptid)
9469 (remote_unpack_thread_info_response, remote_get_threadinfo)
9470 (parse_threadlist_response, remote_get_threadlist)
9471 (remote_threadlist_iterator, remote_get_threads_with_ql)
9472 (remote_get_threads_with_qxfer)
9473 (remote_get_threads_with_qthreadinfo, extended_remote_restart)
9474 (get_offsets, remote_check_symbols, remote_supported_packet)
9475 (remote_query_supported, remote_packet_size)
9476 (remote_serial_quit_handler, remote_detach_pid)
9477 (remote_vcont_probe, remote_resume_with_hc)
9478 (send_interrupt_sequence, interrupt_query)
9479 (remote_notif_get_pending_events, fetch_register_using_p)
9480 (send_g_packet, process_g_packet, fetch_registers_using_g)
9481 (store_register_using_P, store_registers_using_G)
9482 (set_remote_traceframe, check_binary_download)
9483 (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
9484 (remote_xfer_live_readonly_partial, remote_read_bytes)
9485 (remote_send_printf, remote_flash_write, readchar)
9486 (remote_serial_write, putpkt, putpkt_binary, skip_frame)
9487 (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
9488 (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
9489 (extended_remote_disable_randomization, extended_remote_run)
9490 (send_environment_packet, extended_remote_environment_support)
9491 (extended_remote_set_inferior_cwd, remote_write_qxfer)
9492 (remote_read_qxfer, push_stop_reply, vcont_r_supported)
9493 (packet_command): Now methods of ...
9494 (remote_target): ... this class.
9495 (m_remote_state) <remote_target>: New field.
9496 (struct remote_state) <stop_reply_queue,
9497 remote_async_inferior_event_token, wait_forever_enabled_p>: New
9498 fields.
9499 (remote_state::remote_state): Allocate stop_reply_queue.
9500 (remote_state): Delete global.
9501 (get_remote_state_raw): Delete.
9502 (remote_target::get_remote_state): Allocate m_remote_state on
9503 demand.
9504 (get_current_remote_target): New.
9505 (remote_ops, extended_remote_ops): Delete.
9506 (wait_forever_enabled_p, remote_async_inferior_event_token):
9507 Delete, moved to struct remote_state.
9508 (remote_target::close): Delete self. Destruction bits split to
9509 ...
9510 (remote_target::~remote_target): ... this.
9511 (show_memory_packet_size): Adjust to use
9512 get_current_remote_target.
9513 (struct protocol_feature) <func>: Add remote_target parameter.
9514 All callers adjusted.
9515 (curr_quit_handler_target): New.
9516 (remote_serial_quit_handler): Reimplement.
9517 (remote_target::open_1): Adjust to use get_current_remote_target.
9518 Heap-allocate remote_target/extended_remote_target instances.
9519 (vcont_builder::vcont_builder): Add remote_target parameter, and
9520 save it in m_remote. All callers adjusted.
9521 (vcont_builder::m_remote): New field.
9522 (vcont_builder::restart, vcont_builder::flush)
9523 (vcont_builder::push_action): Use it.
9524 (remote_target::commit_resume): Use it.
9525 (struct queue_iter_param) <remote>: New field.
9526 (remote_target::remove_new_fork_children): Fill in 'remote' field.
9527 (check_pending_event_prevents_wildcard_vcont_callback_data): New.
9528 (check_pending_event_prevents_wildcard_vcont_callback)
9529 (remote_target::check_pending_events_prevent_wildcard_vcont)
9530 (remote_target::discard_pending_stop_replies)
9531 (remote_target::discard_pending_stop_replies_in_queue)
9532 (remote_target::remote_notif_remove_queued_reply): Fill in
9533 'remote' field.
9534 (remote_notif_get_pending_events): New.
9535 (remote_target::readchar, remote_target::remote_serial_write):
9536 Save/restore curr_quit_handler_target.
9537 (putpkt): New.
9538 (kill_new_fork_children): Fill in 'remote' field.
9539 (packet_command): Use get_current_remote_target, defer to
9540 remote_target method of same name.
9541 (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
9542 parameter, and save it in m_remote. All callers adjusted.
9543 (scoped_remote_fd::release): Use m_remote.
9544 (scoped_remote_fd::m_remote): New field.
9545 (remote_file_put, remote_file_get, remote_file_delete): Use
9546 get_current_remote_target, defer to remote_target method of same
9547 name.
9548 (remote_btrace_reset): Add remote_state paremeter. Update all
9549 callers.
9550 (remote_async_inferior_event_handler). Pass down 'data'.
9551 (remote_new_objfile): Use get_current_remote_target.
9552 (remote_target::vcont_r_supported): New.
9553 (set_range_stepping): Use get_current_remote_target and
9554 remote_target::vcont_r_supported.
9555 (_initialize_remote): Don't allocate 'remote_state' and
9556 'stop_reply_queue' globals.
9557 * remote.h (struct remote_target): Forward declare.
9558 (getpkt, putpkt, remote_notif_get_pending_events): Add
9559 'remote_target' parameter.
9560
9561 2018-05-22 Pedro Alves <palves@redhat.com>
9562
9563 * remote.c (vcont_builder): Now a class. Make all data members
9564 private.
9565 (vcont_builder) <vcont_builder, restart, flush, push_action>:
9566 Declare methods.
9567 (vcont_builder_restart): Rename to ...
9568 (vcont_builder::restart): ... this.
9569 (vcont_builder_flush): Rename to ...
9570 (vcont_builder::flush): ... this.
9571 (vcont_builder_push_action): Rename to ...
9572 (vcont_builder::push_action): ... this.
9573 (remote_target::commit_resume): Adjust.
9574
9575 2018-05-22 Pedro Alves <palves@redhat.com>
9576
9577 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
9578 (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
9579 (get_fixed_memory_packet_size): New.
9580 (get_memory_packet_size): Use it.
9581 (set_memory_packet_size): Don't override the config size with
9582 DEFAULT_MAX_MEMORY_PACKET_SIZE.
9583 (show_memory_packet_size): Use get_fixed_memory_packet_size.
9584 Don't refer to get_memory_packet_size if not connected to a remote
9585 target. Show "(default)" if configured size is 0.
9586
9587 2018-05-22 Pedro Alves <palves@redhat.com>
9588
9589 * remote.c (remote_target::mourn_inferior): Move
9590 discard_pending_stop_replies call here from ...
9591 (_initialize_remote): ... here.
9592
9593 2018-05-22 Pedro Alves <palves@redhat.com>
9594
9595 * remote.c (compare_section_command): Remove set_general_process
9596 call.
9597
9598 2018-05-22 Pedro Alves <palves@redhat.com>
9599
9600 * remote.c (struct packet_reg, struct remote_arch_state):
9601 Move higher up in the file.
9602 (remote_state) <m_arch_states>: Store remote_arch_state values
9603 instead of remote_arch_state pointers.
9604 (remote_state::get_remote_arch_state): Adjust.
9605
9606 2018-05-22 Pedro Alves <palves@redhat.com>
9607
9608 * remote.c: Include <unordered_map>.
9609 (remote_state): Now a class.
9610 (remote_state) <get_remote_arch_state>: Declare method.
9611 <get_remote_arch_state>: New field.
9612 (remote_arch_state) <remote_arch_state>: Declare ctor.
9613 <regs>: Now a unique_ptr.
9614 (remote_gdbarch_data_handle): Delete.
9615 (get_remote_arch_state): Delete.
9616 (remote_state::get_remote_arch_state): New.
9617 (get_remote_state): Adjust to call remote_state's
9618 get_remote_arch_state method.
9619 (init_remote_state): Delete, bits factored out to ...
9620 (remote_arch_state::remote_arch_state): ... this new method.
9621 (get_remote_packet_size, get_memory_packet_size)
9622 (process_g_packet, remote_target::fetch_registers)
9623 (remote_target::prepare_to_store, store_registers_using_G)
9624 (remote_target::store_registers, remote_target::get_trace_status):
9625 Adjust to call remote_state's method.
9626 (_initialize_remote): Remove reference to
9627 remote_gdbarch_data_handle.
9628
9629 2018-05-22 Pedro Alves <palves@redhat.com>
9630
9631 * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
9632 pread>: New method declarations.
9633 (remote_target::open_1): Adjust.
9634 (readahead_cache_invalidate): Rename to ...
9635 (readahead_cache::invalidate): ... this, and adjust to be a class
9636 method.
9637 (readahead_cache_invalidate_fd): Rename to ...
9638 (readahead_cache::invalidate_fd): ... this, and adjust to be a
9639 class method.
9640 (remote_hostio_pwrite): Adjust.
9641 (remote_hostio_pread_from_cache): Rename to ...
9642 (readahead_cache::pread): ... this, and adjust to be a class
9643 method.
9644 (remote_hostio_close): Adjust.
9645
9646 2018-05-22 Pedro Alves <palves@redhat.com>
9647
9648 * remote.c (remote_hostio_close_cleanup): Delete.
9649 (class scoped_remote_fd): New.
9650 (remote_file_put, remote_file_get): Use it.
9651
9652 2018-05-22 Pedro Alves <palves@redhat.com>
9653
9654 (struct vCont_action_support): Use bool and initialize all fields.
9655 (struct readahead_cache): Initialize all fields.
9656 (remote_state): Use bool and initialize all fields.
9657 (remote_state::remote_state, remote_state::~remote_state): New.
9658 (new_remote_state): Delete.
9659 (_initialize_remote): Use new to allocate remote_state.
9660
9661 2018-05-22 Pedro Alves <palves@redhat.com>
9662 張俊芝 <zjz@zjz.name>
9663
9664 PR gdb/22973
9665 * c-exp.y: Include "c-support.h".
9666 (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
9667 of tolower. Use c_ident_is_alpha to scan names.
9668 * c-lang.c: Include "c-support.h".
9669 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
9670 ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
9671 * c-support.h: New file, with bits factored out from ...
9672 * cp-name-parser.y: ... this file.
9673 Include "c-support.h".
9674 (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
9675 c-support.h and renamed.
9676 (symbol_end, yylex): Adjust.
9677
9678 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9679
9680 * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
9681 parameter type to CORE_ADDR.
9682 * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
9683 parameter type in declaration to CORE_ADDR.
9684 * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
9685 target_auxv_search to get AT_HWCAP and use the result to get the
9686 target description.
9687 * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
9688 to CORE_ADDR. Remove the cast of the return value to unsigned
9689 long. Fix error predicate of target_auxv_search.
9690 (ppc_linux_nat_target::read_description): Change the type of the
9691 hwcap variable to CORE_ADDR.
9692
9693 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9694
9695 * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
9696 if the size of fpscr is larger than 32 bits.
9697
9698 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9699
9700 * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
9701 (ppc32_linux_vsxregmap): New global.
9702 (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
9703 regcache_supply_regset, and regcache_collect_regset.
9704 * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
9705 * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
9706 (fetch_vsx_register, store_vsx_register): Remove.
9707 (fetch_vsx_registers): Add regno parameter. Get regset using
9708 ppc_linux_vsxregset. Use regset to supply registers.
9709 (store_vsx_registers): Add regno parameter. Get regset using
9710 ppc_linux_vsxregset. Use regset to collect registers.
9711 (fetch_register): Call fetch_vsx_registers instead of
9712 fetch_vsx_register.
9713 (store_register): Call store_vsx_registers instead of
9714 store_vsx_register.
9715 (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
9716 new regno parameter.
9717 (store_ppc_registers): Call store_vsx_registers with -1 for the
9718 new regno parameter.
9719 * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
9720 (ppc_collect_vsxregset): Remove.
9721
9722 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9723
9724 * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
9725 offset fields.
9726 * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
9727 for vector register offset fields.
9728 (ppc64_fbsd_reg_offsets): Likewise.
9729 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9730 to vector register offset fields.
9731 * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9732 to vector register offset fields.
9733 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
9734 vector register offset fields.
9735 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
9736 initializers for vector register offset fields.
9737 (rs6000_aix64_reg_offsets): Likewise.
9738 * rs6000-tdep.c (ppc_vrreg_offset): Remove.
9739 (ppc_supply_vrregset): Remove.
9740 (ppc_collect_vrregset): Remove.
9741 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
9742 (ppc_linux_vrregset) : New function.
9743 (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
9744 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
9745 (ppc32_linux_vrregset): Remove.
9746 (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
9747 and use result instead of ppc32_linux_vrregset.
9748 (ppc32_linux_reg_offsets): Remove initializers for vector register
9749 offset fields.
9750 (ppc64_linux_reg_offsets): Likewise.
9751 * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
9752 * ppc-linux-nat.c: Include regset.h.
9753 (gdb_vrregset_t): Adjust comment to account for little-endian
9754 mode.
9755 (supply_vrregset, fill_vrregset): Remove.
9756 (fetch_altivec_register, store_altivec_register): Remove.
9757 (fetch_altivec_registers): Add regno parameter. Get regset using
9758 ppc_linux_vrregset. Use regset to supply registers.
9759 (store_altivec_registers): Add regno parameter. Get regset using
9760 ppc_linux_vrregset. Use regset to collect registers.
9761 (fetch_register): Call fetch_altivec_registers instead of
9762 fetch_altivec_register.
9763 (store_register): Call store_altivec_registers instead of
9764 store_altivec_register.
9765 (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
9766 the new regno parameter.
9767 (store_ppc_registers): Call store_altivec_registers with -1 for
9768 the new regno parameter.
9769
9770 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9771
9772 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
9773 (PPC_LINUX_SIZEOF_VSXREGSET): Define.
9774 * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
9775 (gdb_vrregset_t): Change array type size to
9776 PPC_LINUX_SIZEOF_VRREGSET.
9777 (gdb_vsxregset_t): Change array type size to
9778 PPC_LINUX_SIZEOF_VSXREGSET.
9779 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
9780 Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
9781 PPC_LINUX_SIZEOF_VSXREGSET.
9782
9783 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9784
9785 * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
9786 * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
9787 nat/ppc-linux.c.
9788 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
9789 ppc_linux_target_wordsize with tid.
9790 (ppc_linux_nat_target::read_description): Call ppc_linux_target
9791 wordsize with tid.
9792 * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
9793 (ppc64_64bit_inferior_p): Add static and inline specifiers.
9794 (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
9795 tid parameter. Remove static specifier.
9796 * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
9797 (ppc_linux_target_wordsize): New declaration.
9798
9799 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9800
9801 * arch/ppc-linux-common.c: New file.
9802 * arch/ppc-linux-common.h: New file.
9803 * arch/ppc-linux-tdesc.h: New file.
9804 * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
9805 * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
9806 (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
9807 arch/ppc-linux-tdesc.h.
9808 * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
9809 arch/ppc-linux-tdesc.h.
9810 (ppc_linux_nat_target::read_description): Remove target
9811 description matching code. Fill a ppc_linux_features struct and
9812 call ppc_linux_match_description with it. Move comment about ISA
9813 2.05 to ppc-linux-common.c.
9814 * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
9815 arch/ppc-linux-tdesc.h.
9816 (ppc_linux_core_read_description): Remove target description
9817 matching code. Fill a ppc_linux_features struct and call
9818 ppc_linux_match_description with it.
9819 * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
9820 (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
9821 (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
9822 (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
9823 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
9824 (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
9825 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
9826 (tdesc_powerpc_e500l): Remove.
9827
9828 2018-05-22 Joel Brobecker <brobecker@adacore.com>
9829
9830 * ada-lang.c (catch_assert_command): Pass empty string instead
9831 of NULL for excep_string argument.
9832
9833 2018-05-22 Maciej W. Rozycki <macro@mips.com>
9834
9835 * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
9836 the width of the requested register exceeds the width of the
9837 `ptrace' data type.
9838
9839 2018-05-21 Tom Tromey <tom@tromey.com>
9840
9841 * printcmd.c (output_command): Remove.
9842 (output_command_const): Rename to output_command.
9843 * valprint.h (output_command): Rename from output_command_const.
9844 * tracepoint.c (trace_dump_actions): Call output_command.
9845
9846 2018-05-21 Tom Tromey <tom@tromey.com>
9847
9848 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
9849 (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
9850 * ada-lang.h (create_ada_exception_catchpoint): Update.
9851 * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
9852 std::string.
9853 (create_excep_cond_exprs, ~ada_catchpoint)
9854 (should_stop_exception, print_one_exception)
9855 (print_mention_exception, print_recreate_exception): Update.
9856 (ada_get_next_arg): Remove.
9857 (catch_ada_exception_command_split): Use std::string. Change type
9858 of "excep_string", "cond_string".
9859 (catch_ada_exception_command): Update.
9860 (create_ada_exception_catchpoint): Change type of excep_string.
9861 (ada_exception_sal): Remove excep_string parameter.
9862 (~ada_catchpoint): Remove.
9863
9864 2018-05-21 Tom Tromey <tom@tromey.com>
9865
9866 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
9867 cleanup.
9868
9869 2018-05-21 Tom Tromey <tom@tromey.com>
9870
9871 * ada-lang.c (ada_exception_message_1, ada_exception_message):
9872 Return unique_xmalloc_ptr.
9873 (print_it_exception): Update.
9874
9875 2018-05-21 Tom Tromey <tom@tromey.com>
9876
9877 * tracepoint.c (trace_dump_actions): Use std::string.
9878
9879 2018-05-21 Tom Tromey <tom@tromey.com>
9880
9881 * symfile.c (reread_symbols): Use std::string for original_name.
9882
9883 2018-05-21 Tom Tromey <tom@tromey.com>
9884
9885 * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
9886 (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN. Default
9887 constructor.
9888
9889 2018-05-20 Simon Marchi <simon.marchi@polymtl.ca>
9890
9891 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
9892 instance to...
9893 (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
9894 * objfiles.c (get_objfile_bfd_data): Allocate
9895 objfile_per_bfd_storage with obstack_new when allocating on
9896 obstack.
9897
9898 2018-05-20 Simon Marchi <simon.marchi@ericsson.com>
9899
9900 * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
9901 OBSTACK_ZALLOC.
9902 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
9903 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
9904 * mdebugread.c (mdebug_build_psymtabs): Likewise.
9905 (add_pending): Likewise.
9906 (parse_symbol): Likewise.
9907 (parse_partial_symbols): Likewise.
9908 (psymtab_to_symtab_1): Likewise.
9909 (new_psymtab): Likewise.
9910 (elfmdebug_build_psymtabs): Likewise.
9911 * minsyms.c (terminate_minimal_symbol_table): Likewise.
9912 * objfiles.c (get_objfile_bfd_data): Likewise.
9913 (objfile_register_static_link): Likewise.
9914 * psymtab.c (allocate_psymtab): Likewise.
9915 * stabsread.c (read_member_functions): Likewise.
9916 * xcoffread.c (xcoff_end_psymtab): Likewise.
9917
9918 2018-05-20 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
9921 compiler supports std::is_trivially_constructible.
9922 * common/poison.h: Include obstack.h.
9923 (IsMallocable): Define to is_trivially_constructible if the
9924 compiler supports it, define to true_type otherwise.
9925 (xobnew): New.
9926 (XOBNEW): Redefine.
9927 (xobnewvec): New.
9928 (XOBNEWVEC): Redefine.
9929 * gdb_obstack.h (obstack_zalloc): New.
9930 (OBSTACK_ZALLOC): Redefine.
9931 (obstack_calloc): New.
9932 (OBSTACK_CALLOC): Redefine.
9933 (obstack_new): New.
9934 * gdbarch.sh: Include gdb_obstack in gdbarch.h.
9935 (gdbarch_obstack): New declaration in gdbarch.h, definition in
9936 gdbarch.c.
9937 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
9938 obstack_calloc/obstack_zalloc.
9939 (gdbarch_obstack_zalloc): Remove.
9940 * target-descriptions.c (tdesc_data_init): Use obstack_new.
9941
9942 2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9943
9944 * stack.c (backtrace_command_1): Remove useless variable int i.
9945
9946 2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9947
9948 * stack.c (print_frame_info): Fix comment.
9949
9950 2018-05-18 Tom Tromey <tom@tromey.com>
9951
9952 * dwarf2read.c (struct dwz_file): Add constructor, initializers.
9953 <dwz_bfd>: Now a gdb_bfd_ref_ptr.
9954 (~dwarf2_per_objfile): Update
9955 (dwarf2_get_dwz_file): Use new.
9956 * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
9957 unique_ptr.
9958
9959 2018-05-18 Tom Tromey <tom@tromey.com>
9960
9961 * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
9962 unique_ptr.
9963 * dwarf2read.c (struct dwp_file): Add constructor and
9964 initializers.
9965 (open_and_init_dwp_file): Return a unique_ptr.
9966 (dwarf2_per_objfile, create_dwp_hash_table)
9967 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
9968 (lookup_dwo_unit_in_dwp): Update.
9969 (open_and_init_dwp_file, get_dwp_file): Update.
9970
9971 2018-05-18 Tom Tromey <tom@tromey.com>
9972
9973 * dwarf2read.c (dwarf2_per_objfile): Update.
9974 (struct mapped_index): Add initializers.
9975 (dwarf2_read_index): Use new.
9976 (dw2_symtab_iter_init): Update.
9977 * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
9978 unique_ptr.
9979
9980 2018-05-18 Simon Marchi <simon.marchi@ericsson.com>
9981
9982 * dwarf2read.c (mapped_index) <total_size>: Remove.
9983
9984 2018-05-18 Simon Marchi <simon.marchi@ericsson.com>
9985
9986 * unittests/format_pieces-selftests.c (test_format_specifier):
9987 Add ARI comments.
9988
9989 2018-05-18 Tom Tromey <tom@tromey.com>
9990
9991 * c-typeprint.c (maybe_print_hole): New function.
9992 (c_print_type_struct_field_offset): Update.
9993 (c_type_print_base_struct_union): Call maybe_print_hole.
9994
9995 2018-05-17 Keith Seitz <keiths@redhat.com>
9996
9997 * breakpoint.c (build_bpstat_chain): New function, moved from
9998 bpstat_stop_status.
9999 (bpstat_stop_status): Add optional parameter, `stop_chain'.
10000 If no stop chain is passed, call build_bpstat_chain to build it.
10001 * breakpoint.h (build_bpstat_chain): Declare.
10002 (bpstat_stop_status): Move documentation here from breakpoint.c.
10003 * infrun.c (handle_signal_stop): Before eliding inlined frames,
10004 build the stop chain and pass it to skip_inline_frames.
10005 Pass this stop chain to bpstat_stop_status.
10006 * inline-frame.c: Include breakpoint.h.
10007 (stopped_by_user_bp_inline_frame): New function.
10008 (skip_inline_frames): Add parameter `stop_chain'.
10009 Move documention to inline-frame.h.
10010 If non-NULL, use stopped_by_user_bp_inline_frame to determine
10011 whether the frame should be elided.
10012 * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
10013 Add moved documentation and update for new parameter.
10014
10015 2018-05-17 Simon Marchi <simon.marchi@ericsson.com>
10016
10017 PR cli/14975
10018 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10019 unittests/format_pieces-selftests.c.
10020 * common/format.h (format_piece) <operator==>: New.
10021 (format_pieces) <operator[]>: Remove.
10022 * common/format.c (format_pieces::format_pieces): Handle \e.
10023 * unittests/format_pieces-selftests.c: New.
10024
10025 2018-05-17 Tom Tromey <tom@tromey.com>
10026
10027 PR symtab/23010:
10028 * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
10029 (dw2_instantiate_symtab): Add skip_partial parameter.
10030 (dw2_find_last_source_symtab, dw2_map_expand_apply)
10031 (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
10032 (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
10033 (dw2_expand_symtabs_matching_one)
10034 (dw2_find_pc_sect_compunit_symtab)
10035 (dw2_debug_names_lookup_symbol)
10036 (dw2_debug_names_expand_symtabs_for_function): Update.
10037 (init_cutu_and_read_dies): Add skip_partial parameter.
10038 (process_psymtab_comp_unit, build_type_psymtabs_1)
10039 (process_skeletonless_type_unit, load_partial_comp_unit)
10040 (psymtab_to_symtab_1): Update.
10041 (load_full_comp_unit): Add skip_partial parameter.
10042 (process_imported_unit_die, dwarf2_read_addr_index)
10043 (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
10044 (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
10045 (read_signatured_type): Update.
10046
10047 2018-05-17 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * value.c (release_value): Remove unused variable.
10050 (record_latest_value): Likewise.
10051 (access_value_history): Likewise.
10052 (preserve_values): Likewise.
10053
10054 2018-05-17 Tom Tromey <tom@tromey.com>
10055
10056 * extension.h (struct ext_lang_type_printers) <py_type_printers>:
10057 Initialize.
10058
10059 2018-05-16 Maciej W. Rozycki <macro@mips.com>
10060
10061 PR gdb/22286
10062 * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
10063 Also handle registers whose width is not a multiple of
10064 PTRACE_TYPE_RET.
10065 (linux_nat_trad_target::store_register): Likewise.
10066
10067 2018-05-16 Tom Tromey <tom@tromey.com>
10068
10069 * gdbcore.h (core_bfd): Redefine.
10070 * corelow.c (core_target::close): Update.
10071 (core_target_open): Update.
10072 * progspace.h (struct program_space) <cbfd>: Now a
10073 gdb_bfd_ref_ptr.
10074
10075 2018-05-16 Tom Tromey <tom@tromey.com>
10076
10077 PR cli/19551:
10078 * symfile-add-flags.h (enum symfile_add_flags)
10079 <SYMFILE_NOT_FILENAME>: New constant.
10080 * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME. Get
10081 objfile name from BFD.
10082 (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
10083 * minidebug.c (find_separate_debug_file_in_section): Put
10084 ".gnu_debugdata" into BFD's file name.
10085
10086 2018-05-16 Simon Marchi <simon.marchi@ericsson.com>
10087
10088 * regcache.c (regcache_read_ftype, regcache_write_ftype):
10089 Remove.
10090
10091 2018-05-15 Tamar Christina <tamar.christina@arm.com>
10092
10093 PR binutils/21446
10094 * aarch64-tdep.c (aarch64_analyze_prologue,
10095 aarch64_software_single_step, aarch64_displaced_step_copy_insn):
10096 Indicate not interested in errors.
10097
10098 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10099
10100 * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
10101 Supply the MIPS_ZERO_REGNUM register.
10102
10103 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10104
10105 * mips-tdep.c (mask_address_var): Make variable static.
10106
10107 2018-05-14 Tom Tromey <tom@tromey.com>
10108
10109 * dwarf2read.c (rust_union_quirks): Clear rust_unions.
10110
10111 2018-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
10112
10113 * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
10114 FXSAVE_ADDR for the mxcsr register.
10115
10116 2018-05-11 Max Filippov <jcmvbkbc@gmail.com>
10117
10118 * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
10119
10120 2018-05-11 Pedro Alves <palves@redhat.com>
10121
10122 * corelow.c (core_target) <core_target>: No longer inline.
10123 Initialize m_core_gdbarch, m_core_vec and build the section table
10124 here.
10125 <~core_target>: New.
10126 <core_gdbarch, get_core_register_section>: New methods.
10127 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
10128 factored out from ...
10129 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
10130 (core_ops): Delete.
10131 (sniff_core_bfd): Add gdbarch parameter.
10132 (core_close): Delete, merged into ...
10133 (core_target::close): ... here. Delete self.
10134 (core_close_cleanup): Delete.
10135 (core_target_open): Allocate a core_target on the heap. Use a
10136 unique_ptr instead of a cleanup. Bits moved into the core_target
10137 ctor. Adjust to use core_target methods instead of globals.
10138 (get_core_register_section): Rename to ...
10139 (core_target::get_core_register_section): ... this and adjust.
10140 (struct get_core_registers_cb_data): New.
10141 (get_core_registers_cb): Use it. Use bool.
10142 (core_target::fetch_registers, core_target::files_info)
10143 (core_target::xfer_partial, core_target::read_description)
10144 (core_target::pid_to, core_target::thread_name): Adjust to
10145 reference class fields instead of globals.
10146 * target.h (struct target_ops_deleter, target_ops_up): New.
10147
10148 2018-05-11 Pedro Alves <palves@redhat.com>
10149
10150 * corefile.c (core_file_command): Move to corelow.c.
10151 * corelow.c (the_core_target): Delete.
10152 (core_file_command): Moved from corefile.c. Check exec_bfd
10153 instead of the_core_target. Use target_detach instead of calling
10154 into the_core_target directly.
10155 (maybe_say_no_core_file_now): New.
10156 (core_target::detach): Use it.
10157 (_initialize_corelow): Remove references to the_core_target.
10158 * gdbcore.h (the_core_target): Delete.
10159
10160 2018-05-11 Tom Tromey <tromey@redhat.com>
10161 Pedro Alves <palves@redhat.com>
10162
10163 * corefile.c (core_bfd): Remove.
10164 * gdbcore.h (core_bfd): Now a macro.
10165 * progspace.h (struct program_space) <cbfd>: New field.
10166
10167 2018-05-11 Tom Tromey <tom@tromey.com>
10168
10169 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
10170 gdb::def_vector.
10171
10172 2018-05-10 Tom Tromey <tom@tromey.com>
10173
10174 * configure: Rebuild.
10175 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
10176
10177 2018-05-10 Joel Brobecker <brobecker@adacore.com>
10178
10179 PR server/23158:
10180 * regformats/regdat.sh: Adjust script, following the addition
10181 of the new expedite_regs parameter to init_target_desc.
10182
10183 2018-05-10 Omair Javaid <omair.javaid@linaro.org>
10184
10185 PR gdb/23127
10186 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
10187 set_gdbarch_significant_addr_bit.
10188 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
10189 set_gdbarch_significant_addr_bit.
10190 * utils.c (address_significant): Update to sign extend addr.
10191
10192 2018-05-09 Max Filippov <jcmvbkbc@gmail.com>
10193
10194 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
10195 (xtensa_linux_init_abi): Limit tdep->num_regs by
10196 tdep->num_nopriv_regs.
10197 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
10198 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
10199 not initialized.
10200
10201 2018-05-08 Simon Marchi <simon.marchi@ericsson.com>
10202
10203 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
10204
10205 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10206
10207 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
10208 (I387_MXCSR_INIT_VAL): New constant.
10209 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
10210 buffer if it was supplied by the inferior.
10211 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
10212 (i387_xsave_get_clear_bv): New function.
10213 (i387_supply_xsave): Only read x87 control registers from the
10214 xsave buffer if the feature is enabled, and the state will have
10215 been written, otherwise, provide a suitable default.
10216 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
10217 including x87 control registers. Update control registers if they
10218 have changed from the default value, and mark features as enabled
10219 as required.
10220 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
10221
10222 2018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
10223
10224 * spu-tdep.c (info_spu_event_command): Fix output formatting.
10225
10226 2018-05-07 Tom Tromey <tom@tromey.com>
10227
10228 * configure: Rebuild.
10229 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
10230
10231 2018-05-07 Tom Tromey <tom@tromey.com>
10232
10233 PR tdep/20362:
10234 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
10235 bit. Use correct value for VDIV.
10236
10237 2018-05-04 Tom Tromey <tom@tromey.com>
10238
10239 * configure: Rebuild.
10240 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
10241
10242 2018-05-04 Tom Tromey <tom@tromey.com>
10243
10244 * linux-record.c (record_linux_system_call) <case
10245 RECORD_SYS_RECVFROM>: Add "break".
10246
10247 2018-05-04 Tom Tromey <tom@tromey.com>
10248
10249 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
10250 Add missing "break".
10251 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
10252 Add missing "break".
10253
10254 2018-05-04 Tom Tromey <tom@tromey.com>
10255
10256 * rs6000-tdep.c (ppc_process_record_op4)
10257 (ppc_process_record_op63): Add fall-through comment.
10258
10259 2018-05-04 Tom Tromey <tom@tromey.com>
10260
10261 * i386-tdep.c (i386_process_record): Add fall-through comment.
10262
10263 2018-05-04 Tom Tromey <tom@tromey.com>
10264
10265 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
10266 comment.
10267
10268 2018-05-04 Tom Tromey <tom@tromey.com>
10269
10270 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
10271 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
10272 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
10273 comment.
10274 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
10275 comment.
10276 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
10277 comment.
10278
10279 2018-05-04 Tom Tromey <tom@tromey.com>
10280
10281 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
10282
10283 2018-05-04 Tom Tromey <tom@tromey.com>
10284
10285 * s390-tdep.c (s390_process_record): Fix fall-through comments.
10286 * xcoffread.c (scan_xcoff_symtab): Move comment later.
10287 * symfile.c (section_is_mapped): Fix fall-through comment.
10288 * stabsread.c (define_symbol, read_member_functions): Fix
10289 fall-through comment.
10290 * s390-linux-tdep.c (s390_process_record): Fix fall-through
10291 comment.
10292 * remote.c (remote_wait_as): Fix fall-through comment.
10293 * p-exp.y (yylex): Fix fall-through comment.
10294 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
10295 comment.
10296 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
10297 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
10298 * jv-exp.y (yylex): Fix fall-through comment.
10299 * go-exp.y (lex_one_token): Fix fall-through comment.
10300 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
10301 fall-through comment.
10302 * f-exp.y (yylex): Fix fall-through comment.
10303 * dwarf2read.c (process_die): Fix fall-through comments.
10304 * dbxread.c (process_one_symbol): Fix fall-through comment.
10305 * d-exp.y (lex_one_token): Fix fall-through comment.
10306 * cp-name-parser.y (yylex): Fix fall-through comment.
10307 * coffread.c (coff_symtab_read): Fix fall-through comment.
10308 * c-exp.y (lex_one_token): Fix fall-through comment.
10309 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
10310 comment.
10311 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
10312 comment.
10313
10314 2018-05-04 Tom Tromey <tom@tromey.com>
10315
10316 PR python/22730:
10317 * NEWS: Mention gdb.execute change.
10318 * gdbcmd.h (execute_control_command): Don't declare.
10319 * python/python.c (execute_gdb_command): Use read_command_lines_1,
10320 execute_control_commands, execute_control_commands_to_string.
10321 * cli/cli-script.h (execute_control_commands)
10322 (execute_control_commands_to_string): Declare.
10323 (execute_control_command): Add from_tty parameter.
10324 * cli/cli-script.c (execute_control_commands)
10325 (execute_control_commands_to_string): New functions.
10326 (execute_user_command): Use execute_control_commands.
10327 (execute_control_command_1): Add "from_tty" parameter. Update.
10328 (execute_control_command): Likewise.
10329
10330 2018-05-04 Tom Tromey <tom@tromey.com>
10331
10332 PR python/22731:
10333 * NEWS: Mention that breakpoint commands are writable.
10334 * python/py-breakpoint.c (bppy_set_commands): New function.
10335 (breakpoint_object_getset) <"commands">: Use it.
10336
10337 2018-05-04 Tom Tromey <tom@tromey.com>
10338
10339 * tracepoint.c (actions_command): Update.
10340 * mi/mi-cmd-break.c (mi_command_line_array)
10341 (mi_command_line_array_cnt, mi_command_line_array_ptr)
10342 (mi_read_next_line): Remove.
10343 (mi_cmd_break_commands): Update.
10344 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
10345 function_view.
10346 * cli/cli-script.c (get_command_line): Update.
10347 (process_next_line): Use function_view. Constify.
10348 (recurse_read_control_structure, read_command_lines)
10349 (read_command_lines_1): Change argument types to function_view.
10350 (do_define_command, document_command): Update.
10351 * breakpoint.h (check_tracepoint_command): Don't declare.
10352 * breakpoint.c (check_tracepoint_command): Remove.
10353 (commands_command_1, create_tracepoint_from_upload): Update.
10354
10355 2018-05-04 Tom Tromey <tom@tromey.com>
10356
10357 PR gdb/11750:
10358 * cli/cli-script.h (enum command_control_type) <define_control>:
10359 New constant.
10360 * cli/cli-script.c (multi_line_command_p): Handle define_control.
10361 (build_command_line, execute_control_command_1)
10362 (process_next_line): Likewise.
10363 (do_define_command): New function, extracted from define_command.
10364 (define_command): Use it.
10365
10366 2018-05-04 Tom Tromey <tom@tromey.com>
10367
10368 * tracepoint.c (actions_command): Update.
10369 * cli/cli-script.h (read_command_lines): Update.
10370 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
10371 (MAX_TMPBUF): Remove define.
10372 (define_command): Use string_printf.
10373 (document_command): Likewise.
10374 * breakpoint.c (commands_command_1): Update.
10375
10376 2018-05-04 Tom Tromey <tom@tromey.com>
10377
10378 * top.c (execute_command): Update.
10379 * cli/cli-script.h (print_command_lines): Now varargs.
10380 * cli/cli-script.c (print_command_lines): Now varargs.
10381 (execute_control_command_1) <case while_control, case if_control>:
10382 Update.
10383
10384 2018-05-04 Tom Tromey <tom@tromey.com>
10385
10386 * tracepoint.c (all_tracepoint_actions): Rename from
10387 all_tracepoint_actions_and_cleanup. Change return type.
10388 (actions_command, encode_actions_1, encode_actions)
10389 (trace_dump_actions, tdump_command): Update.
10390 * remote.c (remote_download_command_source): Update.
10391 * python/python.c (gdbpy_eval_from_control_command)
10392 (python_command, python_interactive_command): Update.
10393 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
10394 * guile/guile.c (guile_command)
10395 (gdbscm_eval_from_control_command, guile_command): Update.
10396 * compile/compile.c (compile_code_command)
10397 (compile_print_command, compile_to_object): Update.
10398 * cli/cli-script.h (struct command_lines_deleter): New.
10399 (counted_command_line): New typedef.
10400 (struct command_line): Add constructor, destructor.
10401 <body_list>: Remove.
10402 <body_list_0, body_list_1>: New members.
10403 (command_line_up): Remove typedef.
10404 (read_command_lines, read_command_lines_1, get_command_line):
10405 Update.
10406 (copy_command_lines): Don't declare.
10407 * cli/cli-script.c (build_command_line): Use "new".
10408 (get_command_line): Return counted_command_line.
10409 (print_command_lines, execute_user_command)
10410 (execute_control_command_1, while_command, if_command): Update.
10411 (realloc_body_list): Remove.
10412 (process_next_line, recurse_read_control_structure): Update.
10413 (read_command_lines, read_command_lines_1): Return counted_command_line.
10414 (free_command_lines): Use "delete".
10415 (copy_command_lines): Remove.
10416 (define_command, document_command, show_user_1): Update.
10417 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
10418 a counted_command_line.
10419 * breakpoint.h (counted_command_line): Remove typedef.
10420 (breakpoint_set_commands): Update.
10421 * breakpoint.c (check_no_tracepoint_commands)
10422 (validate_commands_for_breakpoint): Update.
10423 (breakpoint_set_commands): Change commands to be a
10424 counted_command_line.
10425 (commands_command_1, update_dprintf_command_list)
10426 (create_tracepoint_from_upload): Update.
10427
10428 2018-05-04 Tom Tromey <tom@tromey.com>
10429
10430 * cli/cli-decode.h (cmd_list_element): New constructor.
10431 (~cmd_list_element): New destructor.
10432 (struct cmd_list_element): Add initializers.
10433 * cli/cli-decode.c (do_add_cmd): Use "new".
10434 (delete_cmd): Use "delete".
10435
10436 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10437 Pedro Alves <palves@redhat.com>
10438
10439 PR breakpoints/19806 and support for PR external/20207.
10440 * NEWS: Mention Aarch64 watchpoint improvements.
10441 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
10442 watchpoints and PR external/20207 watchpoints.
10443 * nat/aarch64-linux-hw-point.c
10444 (kernel_supports_any_contiguous_range): New.
10445 (aarch64_watchpoint_offset): New.
10446 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
10447 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
10448 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
10449 (aarch64_align_watchpoint): New parameters aligned_offset_p and
10450 next_addr_orig_p. Support PR external/20207 watchpoints.
10451 (aarch64_downgrade_regs): New.
10452 (aarch64_dr_state_insert_one_point): New parameters offset and
10453 addr_orig.
10454 (aarch64_dr_state_remove_one_point): Likewise.
10455 (aarch64_handle_breakpoint): Update caller.
10456 (aarch64_handle_aligned_watchpoint): Likewise.
10457 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
10458 aligned_offset.
10459 (aarch64_linux_set_debug_regs): Remove const from state. Call
10460 aarch64_downgrade_regs.
10461 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
10462 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
10463 (DR_CONTROL_MASK): ... this.
10464 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
10465 (unsigned int aarch64_watchpoint_offset): New prototype.
10466 (aarch64_linux_set_debug_regs): Remove const from state.
10467 * utils.c (align_up, align_down): Move to ...
10468 * common/common-utils.c (align_up, align_down): ... here.
10469 * utils.h (align_up, align_down): Move to ...
10470 * common/common-utils.h (align_up, align_down): ... here.
10471
10472 2018-05-04 Joel Brobecker <brobecker@adacore.com>
10473
10474 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
10475 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
10476 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
10477 Re-implement to match the ABI as summarized in GCC's
10478 gcc/config/sparc/sparc.c. All callers updated.
10479 (sparc32_store_arguments): Remove assertion.
10480
10481 2018-05-04 Tom Tromey <tom@tromey.com>
10482
10483 * printcmd.c: Don't include tui.h.
10484 (decode_format): Use skip_spaces.
10485
10486 2018-05-04 Tom Tromey <tom@tromey.com>
10487
10488 PR gdb/22619:
10489 * printcmd.c (last_count): New global.
10490 (x_command): Use saved count when repeating.
10491
10492 2018-05-04 Tom Tromey <tom@tromey.com>
10493
10494 * nto-procfs.c (do_closedir_cleanup): Remove.
10495 (procfs_pidlist): Use gdb_dir_up.
10496 * procfs.c (do_closedir_cleanup): Remove.
10497 (proc_update_threads): Use gdb_dir_up.
10498 * common/filestuff.h (struct gdb_dir_deleter): New.
10499 (gdb_dir_up): New typedef.
10500
10501 2018-05-04 Tom Tromey <tom@tromey.com>
10502
10503 * ada-lang.c (print_mention_exception): Use std::string.
10504
10505 2018-05-04 Tom Tromey <tom@tromey.com>
10506
10507 * ada-lang.c (create_excep_cond_exprs): Update.
10508 (ada_exception_catchpoint_cond_string): Use std::string.
10509
10510 2018-05-04 Tom Tromey <tom@tromey.com>
10511
10512 * ada-lang.c (xget_renaming_scope): Return std::string.
10513 (old_renaming_is_invisible): Update.
10514
10515 2018-05-04 Tom Tromey <tom@tromey.com>
10516
10517 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
10518 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
10519
10520 2018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
10521
10522 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
10523
10524 2018-05-04 Tom Tromey <tom@tromey.com>
10525
10526 * remote.c (remote_query_supported_append): Change type.
10527 (remote_check_symbols): Update.
10528
10529 2018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
10530
10531 PR gdb/11420
10532 * configure.ac: Prepend libpython.
10533 * python/python-config.py: Likewise.
10534 * configure: Regenerate.
10535
10536 2018-05-03 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
10539
10540 2018-05-03 Pedro Alves <palves@redhat.com>
10541
10542 * s390-linux-nat.c
10543 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
10544 override. Write 'true' instead of '1'.
10545 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
10546 declaration.
10547
10548 2018-05-02 Pedro Alves <palves@redhat.com>
10549
10550 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
10551 add_inf_child_target.
10552 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
10553 add_inf_child_target.
10554 * aix-thread.c (aix_thread_target_info): New.
10555 (aix_thread_target) <shortname, longname, doc>: Delete.
10556 <info>: New.
10557 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
10558 add_inf_child_target.
10559 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
10560 add_inf_child_target.
10561 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
10562 add_inf_child_target.
10563 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
10564 add_inf_child_target.
10565 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
10566 add_inf_child_target.
10567 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
10568 add_inf_child_target.
10569 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
10570 add_inf_child_target.
10571 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
10572 add_inf_child_target.
10573 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
10574 add_inf_child_target.
10575 * bfd-target.c (target_bfd_target_info): New.
10576 (target_bfd) <shortname, longname, doc>: Delete.
10577 <info>: New.
10578 * bsd-kvm.c (bsd_kvm_target_info): New.
10579 (bsd_kvm_target) <shortname, longname, doc>: Delete.
10580 <info>: New.
10581 (bsd_kvm_target::open): Rename to ...
10582 (bsd_kvm_target_open): ... this. Adjust.
10583 * bsd-uthread.c (bsd_uthread_target_info): New.
10584 (bsd_uthread_target) <shortname, longname, doc>: Delete.
10585 <info>: New.
10586 * corefile.c (core_file_command): Adjust.
10587 * corelow.c (core_target_info): New.
10588 (core_target) <shortname, longname, doc>: Delete.
10589 <info>: New.
10590 (core_target::open): Rename to ...
10591 (core_target_open): ... this. Adjust.
10592 * ctf.c (ctf_target_info): New.
10593 (ctf_target) <shortname, longname, doc>: Delete.
10594 <info>: New.
10595 (ctf_target::open): Rename to ...
10596 (ctf_target_open): ... this.
10597 (_initialize_ctf): Adjust.
10598 * exec.c (exec_target_info): New.
10599 (exec_target) <shortname, longname, doc>: Delete.
10600 <info>: New.
10601 (exec_target::open): Rename to ...
10602 (exec_target_open): ... this.
10603 * gdbcore.h (core_target_open): Declare.
10604 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
10605 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
10606 add_inf_child_target.
10607 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
10608 add_inf_child_target.
10609 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
10610 add_inf_child_target.
10611 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
10612 add_inf_child_target.
10613 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
10614 add_inf_child_target.
10615 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
10616 add_inf_child_target.
10617 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
10618 add_inf_child_target.
10619 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
10620 add_inf_child_target.
10621 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
10622 add_inf_child_target.
10623 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
10624 add_inf_child_target.
10625 * inf-child.c (inf_child_target_info): New.
10626 (inf_child_target::info): New.
10627 (inf_child_open_target): Remove 'target' parameter. Use
10628 get_native_target instead.
10629 (inf_child_target::open): Delete.
10630 (add_inf_child_target): New.
10631 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
10632 Delete.
10633 <info>: New.
10634 (add_inf_child_target): Declare.
10635 (inf_child_open_target): Declare.
10636 * linux-thread-db.c (thread_db_target_info): New.
10637 (thread_db_target) <shortname, longname, doc>: Delete.
10638 <info>: New.
10639 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
10640 add_inf_child_target.
10641 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
10642 add_inf_child_target.
10643 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
10644 add_inf_child_target.
10645 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
10646 add_inf_child_target.
10647 * make-target-delegates (print_class): Adjust.
10648 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
10649 add_inf_child_target.
10650 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
10651 add_inf_child_target.
10652 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
10653 add_inf_child_target.
10654 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
10655 add_inf_child_target.
10656 * nto-procfs.c (nto_native_target_info): New.
10657 (nto_procfs_target_native) <shortname, longname, doc>:
10658 Delete.
10659 <info>: New.
10660 (nto_procfs_target_info): New.
10661 (nto_procfs_target_procfs) <shortname, longname, doc>:
10662 Delete.
10663 <info>: New.
10664 (init_procfs_targets): Adjust.
10665 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
10666 add_inf_child_target.
10667 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
10668 add_inf_child_target.
10669 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
10670 add_inf_child_target.
10671 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
10672 add_inf_child_target.
10673 * ravenscar-thread.c (ravenscar_target_info): New.
10674 (ravenscar_thread_target) <shortname, longname, doc>:
10675 Delete.
10676 <info>: New.
10677 * record-btrace.c (record_btrace_target_info):
10678 (record_btrace_target) <shortname, longname, doc>: Delete.
10679 <info>: New.
10680 (record_btrace_target::open): Rename to ...
10681 (record_btrace_target_open): ... this. Adjust.
10682 * record-full.c (record_longname, record_doc): New.
10683 (record_full_base_target) <shortname, longname, doc>: Delete.
10684 <info>: New.
10685 (record_full_target_info): New.
10686 (record_full_target): <shortname>: Delete.
10687 <info>: New.
10688 (record_full_core_open_1, record_full_open_1): Update comments.
10689 (record_full_base_target::open): Rename to ...
10690 (record_full_open): ... this.
10691 (cmd_record_full_restore): Update.
10692 (_initialize_record_full): Update.
10693 * remote-sim.c (remote_sim_target_info): New.
10694 (gdbsim_target) <shortname, longname, doc>: Delete.
10695 <info>: New.
10696 (gdbsim_target::open): Rename to ...
10697 (gdbsim_target_open): ... this.
10698 (_initialize_remote_sim): Adjust.
10699 * remote.c (remote_doc): New.
10700 (remote_target_info): New.
10701 (remote_target) <shortname, longname, doc>: Delete.
10702 <info>: New.
10703 (extended_remote_target_info): New.
10704 (extended_remote_target) <shortname, longname, doc>: Delete.
10705 <info>: New.
10706 (remote_target::open_1): Make static. Adjust.
10707 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
10708 * s390-linux-nat.c (_initialize_s390_nat): Use
10709 add_inf_child_target.
10710 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
10711 add_inf_child_target.
10712 * sol-thread.c (thread_db_target_info): New.
10713 (sol_thread_target) <shortname, longname, doc>: Delete.
10714 <info>: New.
10715 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
10716 add_inf_child_target.
10717 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
10718 add_inf_child_target.
10719 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
10720 add_inf_child_target.
10721 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
10722 add_inf_child_target.
10723 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
10724 add_inf_child_target.
10725 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
10726 add_inf_child_target.
10727 * spu-linux-nat.c (_initialize_spu_nat): Use
10728 add_inf_child_target.
10729 * spu-multiarch.c (spu_multiarch_target_info): New.
10730 (spu_multiarch_target) <shortname, longname, doc>: Delete.
10731 <info>: New.
10732 * target-delegates.c: Regenerate.
10733 * target.c: Include <unordered_map>.
10734 (target_ops_p): Delete.
10735 (DEF_VEC_P(target_ops_p)): Delete.
10736 (target_factories): New.
10737 (test_target_info): New.
10738 (test_target_ops::info): New.
10739 (open_target): Adjust to use target_factories.
10740 (add_target_with_completer): Rename to ...
10741 (add_target): ... this. Change prototype. Register target_info
10742 and open callback in target_factories. Register target_info in
10743 command context instead of target_ops.
10744 (add_target): Delete old implementation.
10745 (add_deprecated_target_alias): Change prototype. Adjust.
10746 (the_native_target): New.
10747 (set_native_target, get_native_target): New.
10748 (find_default_run_target): Use the_native_target.
10749 (find_attach_target, find_run_target): Simplify.
10750 (target_ops::open): Delete.
10751 (dummy_target_info): New.
10752 (dummy_target::shortname, dummy_target::longname)
10753 (dummy_target::doc): Delete.
10754 (dummy_target::info): New.
10755 (debug_target::shortname, debug_target::longname)
10756 (debug_target::doc): Delete.
10757 (debug_target::info): New.
10758 * target.h (struct target_info): New.
10759 (target_ops::~target_ops): Add comment.
10760 (target_ops::info): New.
10761 (target_ops::shortname, target_ops::longname, target_ops::doc): No
10762 longer virtual. Implement in terms of target_info.
10763 (set_native_target, get_native_target): Declare.
10764 (target_open_ftype): New.
10765 (add_target, add_target_with_completer)
10766 (add_deprecated_target_alias): Change prototype.
10767 (test_target) <shortname, longname, doc>: Delete.
10768 <info>: New.
10769 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
10770 add_inf_child_target.
10771 * tracefile-tfile.c (tfile_target_info): New.
10772 (tfile_target) <shortname, longname, doc>: Delete.
10773 <info>: New.
10774 (tfile_target::open): Rename to ...
10775 (tfile_target_open): ... this.
10776 (_initialize_tracefile_tfile): Adjust.
10777 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
10778 add_inf_child_target.
10779 * windows-nat.c (_initialize_windows_nat): Use
10780 add_inf_child_target.
10781 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
10782 add_inf_child_target.
10783
10784 2018-05-02 Pedro Alves <palves@redhat.com>
10785
10786 * linux-nat.h (linux_nat_target) <low_new_thread,
10787 low_delete_thread, low_new_fork, low_forget_process,
10788 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
10789 New virtual methods.
10790 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10791 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
10792 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
10793 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10794 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
10795 Delete.
10796 * linux-fork.c (delete_fork): Adjust to call low method.
10797 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
10798 (linux_nat_new_fork, linux_nat_forget_process_hook)
10799 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
10800 (linux_nat_status_is_event):
10801 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
10802 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
10803 to call low method.
10804 (sigtrap_is_event): Rename to ...
10805 (linux_nat_target::low_status_is_event): ... this.
10806 (linux_nat_set_status_is_event): Delete.
10807 (save_stop_reason, linux_nat_wait_1)
10808 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
10809 low methods.
10810 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10811 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10812 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10813 (linux_nat_set_prepare_to_resume): Delete.
10814 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
10815 low virtual methods.
10816 * amd64-linux-nat.c: Likewise.
10817 * arm-linux-nat.c: Likewise.
10818 * i386-linux-nat.c: Likewise.
10819 * ia64-linux-nat.c: Likewise.
10820 * mips-linux-nat.c: Likewise.
10821 * ppc-linux-nat.c: Likewise.
10822 * s390-linux-nat.c: Likewise.
10823 * sparc64-linux-nat.c: Likewise.
10824 * x86-linux-nat.c: Likewise.
10825 * x86-linux-nat.h: Include "nat/x86-linux.h".
10826 (x86_linux_nat_target) <low_new_fork, low_forget_process,
10827 low_prepare_to_resume, low_new_thread, low_delete_thread>:
10828 Override methods.
10829
10830 2018-05-02 Pedro Alves <palves@redhat.com>
10831
10832 * target.h (target_ops)
10833 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
10834 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
10835 stopped_by_watchpoint, have_continuable_watchpoint,
10836 stopped_data_address, watchpoint_addr_within_range,
10837 can_accel_watchpoint_condition, can_run, thread_alive,
10838 has_all_memory, has_memory, has_stack, has_registers,
10839 has_execution, can_async_p, is_async_p, supports_non_stop,
10840 always_non_stop_p, can_execute_reverse, supports_multi_process,
10841 supports_enable_disable_tracepoint,
10842 supports_disable_randomization, supports_string_tracing,
10843 supports_evaluation_of_breakpoint_conditions,
10844 can_run_breakpoint_commands, filesystem_is_local,
10845 can_download_tracepoint, get_trace_state_variable_value,
10846 set_trace_notes, get_tib_address, use_agent, can_use_agent,
10847 record_is_replaying, record_will_replay,
10848 augmented_libraries_svr4_read>: Adjust to return bool.
10849 * aarch64-linux-nat.c: All implementations adjusted.
10850 * aix-thread.c: All implementations adjusted.
10851 * arm-linux-nat.c: All implementations adjusted.
10852 * breakpoint.c: All implementations adjusted.
10853 * bsd-kvm.c: All implementations adjusted.
10854 * bsd-uthread.c: All implementations adjusted.
10855 * corelow.c: All implementations adjusted.
10856 * ctf.c: All implementations adjusted.
10857 * darwin-nat.c: All implementations adjusted.
10858 * darwin-nat.h: All implementations adjusted.
10859 * exec.c: All implementations adjusted.
10860 * fbsd-nat.c: All implementations adjusted.
10861 * fbsd-nat.h: All implementations adjusted.
10862 * gnu-nat.c: All implementations adjusted.
10863 * gnu-nat.h: All implementations adjusted.
10864 * go32-nat.c: All implementations adjusted.
10865 * ia64-linux-nat.c: All implementations adjusted.
10866 * inf-child.c: All implementations adjusted.
10867 * inf-child.h: All implementations adjusted.
10868 * inf-ptrace.c: All implementations adjusted.
10869 * inf-ptrace.h: All implementations adjusted.
10870 * linux-nat.c: All implementations adjusted.
10871 * linux-nat.h: All implementations adjusted.
10872 * mips-linux-nat.c: All implementations adjusted.
10873 * nto-procfs.c: All implementations adjusted.
10874 * ppc-linux-nat.c: All implementations adjusted.
10875 * procfs.c: All implementations adjusted.
10876 * ravenscar-thread.c: All implementations adjusted.
10877 * record-btrace.c: All implementations adjusted.
10878 * record-full.c: All implementations adjusted.
10879 * remote-sim.c: All implementations adjusted.
10880 * remote.c: All implementations adjusted.
10881 * s390-linux-nat.c: All implementations adjusted.
10882 * sol-thread.c: All implementations adjusted.
10883 * spu-multiarch.c: All implementations adjusted.
10884 * target-delegates.c: All implementations adjusted.
10885 * target.c: All implementations adjusted.
10886 * target.h: All implementations adjusted.
10887 * tracefile-tfile.c: All implementations adjusted.
10888 * tracefile.c: All implementations adjusted.
10889 * tracefile.h: All implementations adjusted.
10890 * windows-nat.c: All implementations adjusted.
10891 * x86-linux-nat.h: All implementations adjusted.
10892 * x86-nat.h: All implementations adjusted.
10893
10894 2018-05-02 Pedro Alves <palves@redhat.com>
10895
10896 * make-target-delegates (scan_target_h): Don't trim lines here.
10897 Replace sequences of tabs and/or whitespace with a single
10898 whitespace.
10899 (top level, parsing methods): Trim each line before processing it
10900 here.
10901
10902 2018-05-02 Pedro Alves <palves@redhat.com>
10903 John Baldwin <jhb@freebsd.org>
10904
10905 * target.h (enum strata) <debug_stratum>: New.
10906 (struct target_ops) <all delegation methods>: Replace by C++
10907 virtual methods, and drop "to_" prefix. All references updated
10908 throughout.
10909 <to_shortname, to_longname, to_doc, to_data,
10910 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
10911 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
10912 virtual methods. All references updated throughout.
10913 <can_attach, supports_terminal_ours, can_create_inferior,
10914 get_thread_control_capabilities, attach_no_wait>: New
10915 virtual methods.
10916 <insert_breakpoint, remove_breakpoint>: Now
10917 TARGET_DEFAULT_NORETURN methods.
10918 <info_proc>: Now returns bool.
10919 <to_magic>: Delete.
10920 (OPS_MAGIC): Delete.
10921 (current_target): Delete. All references replaced by references
10922 to ...
10923 (target_stack): ... this. New.
10924 (target_shortname, target_longname): Adjust.
10925 (target_can_run): Now a function declaration.
10926 (default_child_has_all_memory, default_child_has_memory)
10927 (default_child_has_stack, default_child_has_registers)
10928 (default_child_has_execution): Remove target_ops parameter.
10929 (complete_target_initialization): Delete.
10930 (memory_breakpoint_target): New template class.
10931 (test_target_ops): Refactor as a C++ class with virtual methods.
10932 * make-target-delegates (NAME_PART): Tighten.
10933 (POINTER_PART, CP_SYMBOL): New.
10934 (SIMPLE_RETURN_PART): Reimplement.
10935 (VEC_RETURN_PART): Expect less.
10936 (RETURN_PART, VIRTUAL_PART): New.
10937 (METHOD): Adjust to C++ virtual methods.
10938 (scan_target_h): Remove reference to C99.
10939 (dname): Output "target_ops::" prefix.
10940 (write_function_header): Adjust to output a C++ class method.
10941 (write_declaration): New.
10942 (write_delegator): Adjust to output a C++ class method.
10943 (tdname): Output "dummy_target::" prefix.
10944 (write_tdefault, write_debugmethod): Adjust to output a C++ class
10945 method.
10946 (tdefault_names, debug_names): Delete.
10947 (return_types, tdefaults, styles, argtypes_array): New.
10948 (top level): All methods are delegators.
10949 (print_class): New.
10950 (top level): Print dummy_target and debug_target classes.
10951 * target-delegates.c: Regenerate.
10952 * target-debug.h (target_debug_print_enum_info_proc_what)
10953 (target_debug_print_thread_control_capabilities)
10954 (target_debug_print_thread_info_p): New.
10955 * target.c (dummy_target): Delete.
10956 (the_dummy_target, the_debug_target): New.
10957 (target_stack): Now extern.
10958 (set_targetdebug): Push/unpush debug target.
10959 (default_child_has_all_memory, default_child_has_memory)
10960 (default_child_has_stack, default_child_has_registers)
10961 (default_child_has_execution): Remove target_ops parameter.
10962 (complete_target_initialization): Delete.
10963 (add_target_with_completer): No longer call
10964 complete_target_initialization.
10965 (target_supports_terminal_ours): Use regular delegation.
10966 (update_current_target): Delete.
10967 (push_target): No longer check magic number. Don't call
10968 update_current_target.
10969 (unpush_target): Don't call update_current_target.
10970 (target_is_pushed): No longer check magic number.
10971 (target_require_runnable): Skip for all stratums over
10972 process_stratum.
10973 (target_ops::info_proc): New.
10974 (target_info_proc): Use find_target_at and
10975 find_default_run_target.
10976 (target_supports_disable_randomization): Use regular delegation.
10977 (target_get_osdata): Use find_target_at.
10978 (target_ops::open, target_ops::close, target_ops::can_attach)
10979 (target_ops::attach, target_ops::can_create_inferior)
10980 (target_ops::create_inferior, target_ops::can_run)
10981 (target_can_run): New.
10982 (default_fileio_target): Use regular delegation.
10983 (target_ops::fileio_open, target_ops::fileio_pwrite)
10984 (target_ops::fileio_pread, target_ops::fileio_fstat)
10985 (target_ops::fileio_close, target_ops::fileio_unlink)
10986 (target_ops::fileio_readlink): New.
10987 (target_fileio_open_1, target_fileio_unlink)
10988 (target_fileio_readlink): Always call the target method. Handle
10989 FILEIO_ENOSYS.
10990 (return_zero, return_zero_has_execution): Delete.
10991 (init_dummy_target): Delete.
10992 (dummy_target::dummy_target, dummy_target::shortname)
10993 (dummy_target::longname, dummy_target::doc)
10994 (debug_target::debug_target, debug_target::shortname)
10995 (debug_target::longname, debug_target::doc): New.
10996 (target_supports_delete_record): Use regular delegation.
10997 (setup_target_debug): Delete.
10998 (maintenance_print_target_stack): Skip debug_stratum.
10999 (initialize_targets): Instantiate the_dummy_target and
11000 the_debug_target.
11001 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
11002 use target_stack.
11003 (target_auxv_search, fprint_target_auxv): Adjust.
11004 (info_auxv_command): Adjust to use target_stack.
11005 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
11006 * exceptions.c (print_flush): Handle a NULL target_stack.
11007 * regcache.c (target_ops_no_register): Refactor as class with
11008 virtual methods.
11009
11010 * exec.c (exec_target): New class.
11011 (exec_ops): Now an exec_target.
11012 (exec_open, exec_close_1, exec_get_section_table)
11013 (exec_xfer_partial, exec_files_info, exec_has_memory)
11014 (exec_make_note_section): Refactor as exec_target methods.
11015 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
11016 Delete.
11017 (exec_target::find_memory_regions): New.
11018 (_initialize_exec): Don't call init_exec_ops.
11019 * gdbcore.h (exec_file_clear): Delete.
11020
11021 * corefile.c (core_target): Delete.
11022 (core_file_command): Adjust.
11023 * corelow.c (core_target): New class.
11024 (the_core_target): New.
11025 (core_close): Remove target_ops parameter.
11026 (core_close_cleanup): Adjust.
11027 (core_target::close): New.
11028 (core_open, core_detach, get_core_registers, core_files_info)
11029 (core_xfer_partial, core_thread_alive, core_read_description)
11030 (core_pid_to_str, core_thread_name, core_has_memory)
11031 (core_has_stack, core_has_registers, core_info_proc): Rework as
11032 core_target methods.
11033 (ignore, core_remove_breakpoint, init_core_ops): Delete.
11034 (_initialize_corelow): Initialize the_core_target.
11035 * gdbcore.h (core_target): Delete.
11036 (the_core_target): New.
11037
11038 * ctf.c: (ctf_target): New class.
11039 (ctf_ops): Now a ctf_target.
11040 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
11041 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
11042 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
11043 methods.
11044 (init_ctf_ops): Delete.
11045 (_initialize_ctf): Don't call it.
11046 * tracefile-tfile.c (tfile_target): New class.
11047 (tfile_ops): Now a tfile_target.
11048 (tfile_open, tfile_close, tfile_files_info)
11049 (tfile_get_tracepoint_status, tfile_trace_find)
11050 (tfile_fetch_registers, tfile_xfer_partial)
11051 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
11052 Refactor as tfile_target methods.
11053 (tfile_xfer_partial_features): Remove target_ops parameter.
11054 (init_tfile_ops): Delete.
11055 (_initialize_tracefile_tfile): Don't call it.
11056 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
11057 (tracefile_has_stack, tracefile_has_registers)
11058 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
11059 tracefile_target methods.
11060 (init_tracefile_ops): Delete.
11061 (tracefile_target::tracefile_target): New.
11062 * tracefile.h: Include "target.h".
11063 (tracefile_target): New class.
11064 (init_tracefile_ops): Delete.
11065
11066 * spu-multiarch.c (spu_multiarch_target): New class.
11067 (spu_ops): Now a spu_multiarch_target.
11068 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
11069 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
11070 (spu_search_memory, spu_mourn_inferior): Refactor as
11071 spu_multiarch_target methods.
11072 (init_spu_ops): Delete.
11073 (_initialize_spu_multiarch): Remove references to init_spu_ops,
11074 complete_target_initialization.
11075
11076 * ravenscar-thread.c (ravenscar_thread_target): New class.
11077 (ravenscar_ops): Now a ravenscar_thread_target.
11078 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
11079 (ravenscar_thread_alive, ravenscar_pid_to_str)
11080 (ravenscar_fetch_registers, ravenscar_store_registers)
11081 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
11082 (ravenscar_stopped_by_hw_breakpoint)
11083 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
11084 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
11085 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
11086 methods.
11087 (init_ravenscar_thread_ops): Delete.
11088 (_initialize_ravenscar): Remove references to
11089 init_ravenscar_thread_ops and complete_target_initialization.
11090
11091 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
11092 (bsd_uthread_target): New class.
11093 (bsd_uthread_ops): Now a bsd_uthread_target.
11094 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
11095 (bsd_uthread_close, bsd_uthread_mourn_inferior)
11096 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
11097 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
11098 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
11099 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
11100 (bsd_uthread_target): Delete function.
11101 (_initialize_bsd_uthread): Remove reference to
11102 complete_target_initialization.
11103
11104 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
11105 (target_bfd): ... this new class.
11106 (target_bfd_xfer_partial, target_bfd_get_section_table)
11107 (target_bfd_close): Refactor as target_bfd methods.
11108 (target_bfd::~target_bfd): New.
11109 (target_bfd_reopen): Adjust.
11110 (target_bfd::close): New.
11111
11112 * record-btrace.c (record_btrace_target): New class.
11113 (record_btrace_ops): Now a record_btrace_target.
11114 (record_btrace_open, record_btrace_stop_recording)
11115 (record_btrace_disconnect, record_btrace_close)
11116 (record_btrace_async, record_btrace_info)
11117 (record_btrace_insn_history, record_btrace_insn_history_range)
11118 (record_btrace_insn_history_from, record_btrace_call_history)
11119 (record_btrace_call_history_range)
11120 (record_btrace_call_history_from, record_btrace_record_method)
11121 (record_btrace_is_replaying, record_btrace_will_replay)
11122 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
11123 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
11124 (record_btrace_store_registers, record_btrace_prepare_to_store)
11125 (record_btrace_to_get_unwinder)
11126 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
11127 (record_btrace_commit_resume, record_btrace_wait)
11128 (record_btrace_stop, record_btrace_can_execute_reverse)
11129 (record_btrace_stopped_by_sw_breakpoint)
11130 (record_btrace_supports_stopped_by_sw_breakpoint)
11131 (record_btrace_stopped_by_hw_breakpoint)
11132 (record_btrace_supports_stopped_by_hw_breakpoint)
11133 (record_btrace_update_thread_list, record_btrace_thread_alive)
11134 (record_btrace_goto_begin, record_btrace_goto_end)
11135 (record_btrace_goto, record_btrace_stop_replaying_all)
11136 (record_btrace_execution_direction)
11137 (record_btrace_prepare_to_generate_core)
11138 (record_btrace_done_generating_core): Refactor as
11139 record_btrace_target methods.
11140 (init_record_btrace_ops): Delete.
11141 (_initialize_record_btrace): Remove reference to
11142 init_record_btrace_ops.
11143 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
11144 the execution_direction global.
11145 (record_full_base_target, record_full_target)
11146 (record_full_core_target): New classes.
11147 (record_full_ops): Now a record_full_target.
11148 (record_full_core_ops): Now a record_full_core_target.
11149 (record_full_target::detach, record_full_target::disconnect)
11150 (record_full_core_target::disconnect)
11151 (record_full_target::mourn_inferior, record_full_target::kill):
11152 New.
11153 (record_full_open, record_full_close, record_full_async): Refactor
11154 as methods of the record_full_base_target class.
11155 (record_full_resume, record_full_commit_resume): Refactor
11156 as methods of the record_full_target class.
11157 (record_full_wait, record_full_stopped_by_watchpoint)
11158 (record_full_stopped_data_address)
11159 (record_full_stopped_by_sw_breakpoint)
11160 (record_full_supports_stopped_by_sw_breakpoint)
11161 (record_full_stopped_by_hw_breakpoint)
11162 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
11163 methods of the record_full_base_target class.
11164 (record_full_store_registers, record_full_xfer_partial)
11165 (record_full_insert_breakpoint, record_full_remove_breakpoint):
11166 Refactor as methods of the record_full_target class.
11167 (record_full_can_execute_reverse, record_full_get_bookmark)
11168 (record_full_goto_bookmark, record_full_execution_direction)
11169 (record_full_record_method, record_full_info, record_full_delete)
11170 (record_full_is_replaying, record_full_will_replay)
11171 (record_full_goto_begin, record_full_goto_end, record_full_goto)
11172 (record_full_stop_replaying): Refactor as methods of the
11173 record_full_base_target class.
11174 (record_full_core_resume, record_full_core_kill)
11175 (record_full_core_fetch_registers)
11176 (record_full_core_prepare_to_store)
11177 (record_full_core_store_registers, record_full_core_xfer_partial)
11178 (record_full_core_insert_breakpoint)
11179 (record_full_core_remove_breakpoint)
11180 (record_full_core_has_execution): Refactor
11181 as methods of the record_full_core_target class.
11182 (record_full_base_target::supports_delete_record): New.
11183 (init_record_full_ops): Delete.
11184 (init_record_full_core_ops): Delete.
11185 (record_full_save): Refactor as method of the
11186 record_full_base_target class.
11187 (_initialize_record_full): Remove references to
11188 init_record_full_ops and init_record_full_core_ops.
11189
11190 * remote.c (remote_target, extended_remote_target): New classes.
11191 (remote_ops): Now a remote_target.
11192 (extended_remote_ops): Now an extended_remote_target.
11193 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
11194 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
11195 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
11196 (remote_pass_signals, remote_set_syscall_catchpoint)
11197 (remote_program_signals, )
11198 (remote_thread_always_alive): Remove target_ops parameter.
11199 (remote_thread_alive, remote_thread_name)
11200 (remote_update_thread_list, remote_threads_extra_info)
11201 (remote_static_tracepoint_marker_at)
11202 (remote_static_tracepoint_markers_by_strid)
11203 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
11204 (remote_open): Refactor as methods of remote_target.
11205 (extended_remote_open, extended_remote_detach)
11206 (extended_remote_attach, extended_remote_post_attach):
11207 (extended_remote_supports_disable_randomization)
11208 (extended_remote_create_inferior): : Refactor as method of
11209 extended_remote_target.
11210 (remote_set_permissions, remote_open_1, remote_detach)
11211 (remote_follow_fork, remote_follow_exec, remote_disconnect)
11212 (remote_resume, remote_commit_resume, remote_stop)
11213 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
11214 (remote_terminal_ours, remote_wait, remote_fetch_registers)
11215 (remote_prepare_to_store, remote_store_registers)
11216 (remote_flash_erase, remote_flash_done, remote_files_info)
11217 (remote_kill, remote_mourn, remote_insert_breakpoint)
11218 (remote_remove_breakpoint, remote_insert_watchpoint)
11219 (remote_watchpoint_addr_within_range)
11220 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
11221 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
11222 (remote_supports_stopped_by_sw_breakpoint)
11223 (remote_stopped_by_hw_breakpoint)
11224 (remote_supports_stopped_by_hw_breakpoint)
11225 (remote_stopped_by_watchpoint, remote_stopped_data_address)
11226 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
11227 (remote_verify_memory): Refactor as methods of remote_target.
11228 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
11229 parameter.
11230 (remote_xfer_partial, remote_get_memory_xfer_limit)
11231 (remote_search_memory, remote_rcmd, remote_memory_map)
11232 (remote_pid_to_str, remote_get_thread_local_address)
11233 (remote_get_tib_address, remote_read_description): Refactor as
11234 methods of remote_target.
11235 (remote_target::fileio_open, remote_target::fileio_pwrite)
11236 (remote_target::fileio_pread, remote_target::fileio_close): New.
11237 (remote_hostio_readlink, remote_hostio_fstat)
11238 (remote_filesystem_is_local, remote_can_execute_reverse)
11239 (remote_supports_non_stop, remote_supports_disable_randomization)
11240 (remote_supports_multi_process, remote_supports_cond_breakpoints)
11241 (remote_supports_enable_disable_tracepoint)
11242 (remote_supports_string_tracing)
11243 (remote_can_run_breakpoint_commands, remote_trace_init)
11244 (remote_download_tracepoint, remote_can_download_tracepoint)
11245 (remote_download_trace_state_variable, remote_enable_tracepoint)
11246 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
11247 (remote_trace_start, remote_get_trace_status)
11248 (remote_get_tracepoint_status, remote_trace_stop)
11249 (remote_trace_find, remote_get_trace_state_variable_value)
11250 (remote_save_trace_data, remote_get_raw_trace_data)
11251 (remote_set_disconnected_tracing, remote_core_of_thread)
11252 (remote_set_circular_trace_buffer, remote_traceframe_info)
11253 (remote_get_min_fast_tracepoint_insn_len)
11254 (remote_set_trace_buffer_size, remote_set_trace_notes)
11255 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
11256 (remote_disable_btrace, remote_teardown_btrace)
11257 (remote_read_btrace, remote_btrace_conf)
11258 (remote_augmented_libraries_svr4_read, remote_load)
11259 (remote_pid_to_exec_file, remote_can_do_single_step)
11260 (remote_execution_direction, remote_thread_handle_to_thread_info):
11261 Refactor as methods of remote_target.
11262 (init_remote_ops, init_extended_remote_ops): Delete.
11263 (remote_can_async_p, remote_is_async_p, remote_async)
11264 (remote_thread_events, remote_upload_tracepoints)
11265 (remote_upload_trace_state_variables): Refactor as methods of
11266 remote_target.
11267 (_initialize_remote): Remove references to init_remote_ops and
11268 init_extended_remote_ops.
11269
11270 * remote-sim.c (gdbsim_target): New class.
11271 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
11272 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
11273 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
11274 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
11275 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
11276 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
11277 Refactor as methods of gdbsim_target.
11278 (gdbsim_ops): Now a gdbsim_target.
11279 (init_gdbsim_ops): Delete.
11280 (gdbsim_cntrl_c): Adjust.
11281 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
11282
11283 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
11284 (the_amd64_linux_nat_target): New.
11285 (amd64_linux_fetch_inferior_registers)
11286 (amd64_linux_store_inferior_registers): Refactor as methods of
11287 amd64_linux_nat_target.
11288 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
11289 * i386-linux-nat.c: Don't include "linux-nat.h".
11290 (i386_linux_nat_target): New class.
11291 (the_i386_linux_nat_target): New.
11292 (i386_linux_fetch_inferior_registers)
11293 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
11294 as methods of i386_linux_nat_target.
11295 (_initialize_i386_linux_nat): Adjust. Set linux_target.
11296 * inf-child.c (inf_child_ops): Delete.
11297 (inf_child_fetch_inferior_registers)
11298 (inf_child_store_inferior_registers): Delete.
11299 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
11300 methods of inf_child_target.
11301 (inf_child_target::supports_terminal_ours)
11302 (inf_child_target::terminal_init)
11303 (inf_child_target::terminal_inferior)
11304 (inf_child_target::terminal_ours_for_output)
11305 (inf_child_target::terminal_ours, inf_child_target::interrupt)
11306 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
11307 New.
11308 (inf_child_open, inf_child_disconnect, inf_child_close)
11309 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
11310 (inf_child_post_startup_inferior, inf_child_can_run)
11311 (inf_child_pid_to_exec_file): Refactor as methods of
11312 inf_child_target.
11313 (inf_child_follow_fork): Delete.
11314 (inf_child_target::can_create_inferior)
11315 (inf_child_target::can_attach): New.
11316 (inf_child_target::has_all_memory, inf_child_target::has_memory)
11317 (inf_child_target::has_stack, inf_child_target::has_registers)
11318 (inf_child_target::has_execution): New.
11319 (inf_child_fileio_open, inf_child_fileio_pwrite)
11320 (inf_child_fileio_pread, inf_child_fileio_fstat)
11321 (inf_child_fileio_close, inf_child_fileio_unlink)
11322 (inf_child_fileio_readlink, inf_child_use_agent)
11323 (inf_child_can_use_agent): Refactor as methods of
11324 inf_child_target.
11325 (return_zero, inf_child_target): Delete.
11326 (inf_child_target::inf_child_target): New.
11327 * inf-child.h: Include "target.h".
11328 (inf_child_target): Delete function prototype.
11329 (inf_child_target): New class.
11330 (inf_child_open_target, inf_child_mourn_inferior)
11331 (inf_child_maybe_unpush_target): Delete.
11332 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
11333 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
11334 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
11335 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
11336 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
11337 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
11338 (inf_ptrace_wait, inf_ptrace_xfer_partial)
11339 (inf_ptrace_thread_alive, inf_ptrace_files_info)
11340 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
11341 methods of inf_ptrace_target.
11342 (inf_ptrace_target): Delete function.
11343 * inf-ptrace.h: Include "inf-child.h".
11344 (inf_ptrace_target): Delete function declaration.
11345 (inf_ptrace_target): New class.
11346 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
11347 * linux-nat.c (linux_target): New.
11348 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
11349 (linux_nat_target::~linux_nat_target): New.
11350 (linux_child_post_attach, linux_child_post_startup_inferior)
11351 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
11352 (linux_child_remove_fork_catchpoint)
11353 (linux_child_insert_vfork_catchpoint)
11354 (linux_child_remove_vfork_catchpoint)
11355 (linux_child_insert_exec_catchpoint)
11356 (linux_child_remove_exec_catchpoint)
11357 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
11358 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
11359 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
11360 (linux_nat_stopped_data_address)
11361 (linux_nat_stopped_by_sw_breakpoint)
11362 (linux_nat_supports_stopped_by_sw_breakpoint)
11363 (linux_nat_stopped_by_hw_breakpoint)
11364 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
11365 (linux_nat_kill, linux_nat_mourn_inferior)
11366 (linux_nat_xfer_partial, linux_nat_thread_alive)
11367 (linux_nat_update_thread_list, linux_nat_pid_to_str)
11368 (linux_nat_thread_name, linux_child_pid_to_exec_file)
11369 (linux_child_static_tracepoint_markers_by_strid)
11370 (linux_nat_is_async_p, linux_nat_can_async_p)
11371 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
11372 (linux_nat_supports_multi_process)
11373 (linux_nat_supports_disable_randomization, linux_nat_async)
11374 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
11375 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
11376 (linux_nat_fileio_open, linux_nat_fileio_readlink)
11377 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
11378 methods of linux_nat_target.
11379 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
11380 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
11381 parameter.
11382 (check_stopped_by_watchpoint): Adjust.
11383 (linux_xfer_partial): Delete.
11384 (linux_target_install_ops, linux_target, linux_nat_add_target):
11385 Delete.
11386 (linux_nat_target::linux_nat_target): New.
11387 * linux-nat.h: Include "inf-ptrace.h".
11388 (linux_nat_target): New.
11389 (linux_target, linux_target_install_ops, linux_nat_add_target):
11390 Delete function declarations.
11391 (linux_target): Declare global.
11392 * linux-thread-db.c (thread_db_target): New.
11393 (thread_db_target::thread_db_target): New.
11394 (thread_db_ops): Delete.
11395 (the_thread_db_target): New.
11396 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
11397 (thread_db_update_thread_list, thread_db_pid_to_str)
11398 (thread_db_extra_thread_info)
11399 (thread_db_thread_handle_to_thread_info)
11400 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
11401 (thread_db_resume): Refactor as methods of thread_db_target.
11402 (init_thread_db_ops): Delete.
11403 (_initialize_thread_db): Remove reference to init_thread_db_ops.
11404 * x86-linux-nat.c: Don't include "linux-nat.h".
11405 (super_post_startup_inferior): Delete.
11406 (x86_linux_nat_target::~x86_linux_nat_target): New.
11407 (x86_linux_child_post_startup_inferior)
11408 (x86_linux_read_description, x86_linux_enable_btrace)
11409 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
11410 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
11411 methods of x86_linux_nat_target.
11412 (x86_linux_create_target): Delete. Bits folded ...
11413 (x86_linux_add_target): ... here. Now takes a linux_nat_target
11414 pointer.
11415 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
11416 (x86_linux_nat_target): New class.
11417 (x86_linux_create_target): Delete.
11418 (x86_linux_add_target): Now takes a linux_nat_target pointer.
11419 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
11420 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
11421 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
11422 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
11423 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
11424 make extern.
11425 (x86_use_watchpoints): Delete.
11426 * x86-nat.h: Include "breakpoint.h" and "target.h".
11427 (x86_use_watchpoints): Delete.
11428 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
11429 (x86_stopped_by_watchpoint, x86_stopped_data_address)
11430 (x86_insert_watchpoint, x86_remove_watchpoint)
11431 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
11432 (x86_stopped_by_hw_breakpoint): New declarations.
11433 (x86_nat_target): New template class.
11434
11435 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
11436 (the_ppc_linux_nat_target): New.
11437 (ppc_linux_fetch_inferior_registers)
11438 (ppc_linux_can_use_hw_breakpoint)
11439 (ppc_linux_region_ok_for_hw_watchpoint)
11440 (ppc_linux_ranged_break_num_registers)
11441 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
11442 (ppc_linux_insert_mask_watchpoint)
11443 (ppc_linux_remove_mask_watchpoint)
11444 (ppc_linux_can_accel_watchpoint_condition)
11445 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
11446 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
11447 (ppc_linux_watchpoint_addr_within_range)
11448 (ppc_linux_masked_watch_num_registers)
11449 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
11450 (ppc_linux_read_description): Refactor as methods of
11451 ppc_linux_nat_target.
11452 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
11453
11454 * procfs.c (procfs_xfer_partial): Delete forward declaration.
11455 (procfs_target): New class.
11456 (the_procfs_target): New.
11457 (procfs_target): Delete function.
11458 (procfs_auxv_parse, procfs_attach, procfs_detach)
11459 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
11460 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
11461 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
11462 (procfs_create_inferior, procfs_update_thread_list)
11463 (procfs_thread_alive, procfs_pid_to_str)
11464 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
11465 (procfs_stopped_data_address, procfs_insert_watchpoint)
11466 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
11467 (proc_find_memory_regions, procfs_info_proc)
11468 (procfs_make_note_section): Refactor as methods of procfs_target.
11469 (_initialize_procfs): Adjust.
11470 * sol-thread.c (sol_thread_target): New class.
11471 (sol_thread_ops): Now a sol_thread_target.
11472 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11473 (sol_thread_fetch_registers, sol_thread_store_registers)
11474 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
11475 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
11476 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
11477 (init_sol_thread_ops): Delete.
11478 (_initialize_sol_thread): Adjust. Remove references to
11479 init_sol_thread_ops and complete_target_initialization.
11480
11481 * windows-nat.c (windows_nat_target): New class.
11482 (windows_fetch_inferior_registers)
11483 (windows_store_inferior_registers, windows_resume, windows_wait)
11484 (windows_attach, windows_detach, windows_pid_to_exec_file)
11485 (windows_files_info, windows_create_inferior)
11486 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
11487 (windows_close, windows_pid_to_str, windows_xfer_partial)
11488 (windows_get_tib_address, windows_get_ada_task_ptid)
11489 (windows_thread_name, windows_thread_alive): Refactor as
11490 windows_nat_target methods.
11491 (do_initial_windows_stuff): Adjust.
11492 (windows_target): Delete function.
11493 (_initialize_windows_nat): Adjust.
11494
11495 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
11496 (darwin_mourn_inferior, darwin_kill_inferior)
11497 (darwin_create_inferior, darwin_attach, darwin_detach)
11498 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
11499 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
11500 (darwin_supports_multi_process): Refactor as darwin_nat_target
11501 methods.
11502 (darwin_resume_to, darwin_files_info): Delete.
11503 (_initialize_darwin_inferior): Rename to ...
11504 (_initialize_darwin_nat): ... this. Adjust to C++ification.
11505 * darwin-nat.h: Include "inf-child.h".
11506 (darwin_nat_target): New class.
11507 (darwin_complete_target): Delete.
11508 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
11509 (darwin_target): New.
11510 (i386_darwin_fetch_inferior_registers)
11511 (i386_darwin_store_inferior_registers): Refactor as methods of
11512 darwin_nat_target.
11513 (darwin_complete_target): Delete, with ...
11514 (_initialize_i386_darwin_nat): ... bits factored out here.
11515
11516 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
11517 (the_alpha_linux_nat_target): New.
11518 (alpha_linux_register_u_offset): Refactor as
11519 alpha_linux_nat_target method.
11520 (_initialize_alpha_linux_nat): Adjust.
11521 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
11522 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11523 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
11524 methods of linux_nat_trad_target.
11525 (linux_trad_target): Delete.
11526 * linux-nat-trad.h (linux_trad_target): Delete function.
11527 (linux_nat_trad_target): New class.
11528 * mips-linux-nat.c (mips_linux_nat_target): New class.
11529 (super_fetch_registers, super_store_registers, super_close):
11530 Delete.
11531 (the_mips_linux_nat_target): New.
11532 (mips64_linux_regsets_fetch_registers)
11533 (mips64_linux_regsets_store_registers)
11534 (mips64_linux_fetch_registers, mips64_linux_store_registers)
11535 (mips_linux_register_u_offset, mips_linux_read_description)
11536 (mips_linux_can_use_hw_breakpoint)
11537 (mips_linux_stopped_by_watchpoint)
11538 (mips_linux_stopped_data_address)
11539 (mips_linux_region_ok_for_hw_watchpoint)
11540 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
11541 (mips_linux_close): Refactor as methods of mips_linux_nat.
11542 (_initialize_mips_linux_nat): Adjust to C++ification.
11543
11544 * aix-thread.c (aix_thread_target): New class.
11545 (aix_thread_ops): Now an aix_thread_target.
11546 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11547 (aix_thread_fetch_registers, aix_thread_store_registers)
11548 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11549 (aix_thread_thread_alive, aix_thread_pid_to_str)
11550 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
11551 Refactor as methods of aix_thread_target.
11552 (init_aix_thread_ops): Delete.
11553 (_initialize_aix_thread): Remove references to init_aix_thread_ops
11554 and complete_target_initialization.
11555 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
11556 (rs6000_nat_target): New class.
11557 (the_rs6000_nat_target): New.
11558 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
11559 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
11560 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
11561 (super_create_inferior): Delete.
11562 (_initialize_rs6000_nat): Adjust to C++ification.
11563
11564 * arm-linux-nat.c (arm_linux_nat_target): New class.
11565 (the_arm_linux_nat_target): New.
11566 (arm_linux_fetch_inferior_registers)
11567 (arm_linux_store_inferior_registers, arm_linux_read_description)
11568 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
11569 (arm_linux_remove_hw_breakpoint)
11570 (arm_linux_region_ok_for_hw_watchpoint)
11571 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
11572 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
11573 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
11574 arm_linux_nat_target.
11575 (_initialize_arm_linux_nat): Adjust to C++ification.
11576
11577 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
11578 (the_aarch64_linux_nat_target): New.
11579 (aarch64_linux_fetch_inferior_registers)
11580 (aarch64_linux_store_inferior_registers)
11581 (aarch64_linux_child_post_startup_inferior)
11582 (aarch64_linux_read_description)
11583 (aarch64_linux_can_use_hw_breakpoint)
11584 (aarch64_linux_insert_hw_breakpoint)
11585 (aarch64_linux_remove_hw_breakpoint)
11586 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
11587 (aarch64_linux_region_ok_for_hw_watchpoint)
11588 (aarch64_linux_stopped_data_address)
11589 (aarch64_linux_stopped_by_watchpoint)
11590 (aarch64_linux_watchpoint_addr_within_range)
11591 (aarch64_linux_can_do_single_step): Refactor as methods of
11592 aarch64_linux_nat_target.
11593 (super_post_startup_inferior): Delete.
11594 (_initialize_aarch64_linux_nat): Adjust to C++ification.
11595
11596 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
11597 (the_hppa_linux_nat_target): New.
11598 (hppa_linux_fetch_inferior_registers)
11599 (hppa_linux_store_inferior_registers): Refactor as methods of
11600 hppa_linux_nat_target.
11601 (_initialize_hppa_linux_nat): Adjust to C++ification.
11602
11603 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
11604 (the_ia64_linux_nat_target): New.
11605 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
11606 (ia64_linux_stopped_data_address)
11607 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
11608 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
11609 ia64_linux_nat_target methods.
11610 (super_xfer_partial): Delete.
11611 (_initialize_ia64_linux_nat): Adjust to C++ification.
11612
11613 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
11614 (the_m32r_linux_nat_target): New.
11615 (m32r_linux_fetch_inferior_registers)
11616 (m32r_linux_store_inferior_registers): Refactor as
11617 m32r_linux_nat_target methods.
11618 (_initialize_m32r_linux_nat): Adjust to C++ification.
11619
11620 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
11621 (the_m68k_linux_nat_target): New.
11622 (m68k_linux_fetch_inferior_registers)
11623 (m68k_linux_store_inferior_registers): Refactor as
11624 m68k_linux_nat_target methods.
11625 (_initialize_m68k_linux_nat): Adjust to C++ification.
11626
11627 * s390-linux-nat.c (s390_linux_nat_target): New class.
11628 (the_s390_linux_nat_target): New.
11629 (s390_linux_fetch_inferior_registers)
11630 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
11631 (s390_insert_watchpoint, s390_remove_watchpoint)
11632 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
11633 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
11634 (s390_auxv_parse, s390_read_description): Refactor as methods of
11635 s390_linux_nat_target.
11636 (_initialize_s390_nat): Adjust to C++ification.
11637
11638 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
11639 (the_sparc_linux_nat_target): New.
11640 (_initialize_sparc_linux_nat): Adjust to C++ification.
11641 * sparc-nat.c (sparc_fetch_inferior_registers)
11642 (sparc_store_inferior_registers): Remove target_ops parameter.
11643 * sparc-nat.h (sparc_fetch_inferior_registers)
11644 (sparc_store_inferior_registers): Remove target_ops parameter.
11645 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
11646 (the_sparc64_linux_nat_target): New.
11647 (_initialize_sparc64_linux_nat): Adjust to C++ification.
11648
11649 * spu-linux-nat.c (spu_linux_nat_target): New class.
11650 (the_spu_linux_nat_target): New.
11651 (spu_child_post_startup_inferior, spu_child_post_attach)
11652 (spu_child_wait, spu_fetch_inferior_registers)
11653 (spu_store_inferior_registers, spu_xfer_partial)
11654 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
11655 methods.
11656 (_initialize_spu_nat): Adjust to C++ification.
11657
11658 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
11659 (the_tilegx_linux_nat_target): New.
11660 (fetch_inferior_registers, store_inferior_registers):
11661 Refactor as methods.
11662 (_initialize_tile_linux_nat): Adjust to C++ification.
11663
11664 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
11665 (the_xtensa_linux_nat_target): New.
11666 (xtensa_linux_fetch_inferior_registers)
11667 (xtensa_linux_store_inferior_registers): Refactor as
11668 xtensa_linux_nat_target methods.
11669 (_initialize_xtensa_linux_nat): Adjust to C++ification.
11670
11671 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
11672 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
11673 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
11674 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
11675 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
11676 (fbsd_stopped_by_sw_breakpoint)
11677 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
11678 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
11679 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
11680 (fbsd_post_startup_inferior, fbsd_post_attach)
11681 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
11682 (fbsd_set_syscall_catchpoint)
11683 (super_xfer_partial, super_resume, super_wait)
11684 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
11685 (fbsd_handle_debug_trap): Remove target_ops parameter.
11686 (fbsd_nat_add_target): Delete.
11687 * fbsd-nat.h: Include "inf-ptrace.h".
11688 (fbsd_nat_add_target): Delete.
11689 (USE_SIGTRAP_SIGINFO): Define.
11690 (fbsd_nat_target): New class.
11691
11692 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
11693 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
11694 (amd64bsd_target): Delete.
11695 * amd64-bsd-nat.h: New file.
11696 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
11697 "x86-bsd-nat.h".
11698 (amd64_fbsd_nat_target): New class.
11699 (the_amd64_fbsd_nat_target): New.
11700 (amd64fbsd_read_description): Refactor as method of
11701 amd64_fbsd_nat_target.
11702 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11703 (_initialize_amd64fbsd_nat): Adjust to C++ification.
11704 * amd64-nat.h (amd64bsd_target): Delete function declaration.
11705 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
11706 (i386bsd_store_inferior_registers): Remove target_ops parameter.
11707 (i386bsd_target): Delete.
11708 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
11709 (i386bsd_fetch_inferior_registers)
11710 (i386bsd_store_inferior_registers): Declare.
11711 (i386_bsd_nat_target): New class.
11712 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
11713 (the_i386_fbsd_nat_target): New.
11714 (i386fbsd_resume, i386fbsd_read_description): Refactor as
11715 i386_fbsd_nat_target methods.
11716 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11717 (_initialize_i386fbsd_nat): Adjust to C++ification.
11718 * x86-bsd-nat.c (super_mourn_inferior): Delete.
11719 (x86bsd_mourn_inferior, x86bsd_target): Delete.
11720 (_initialize_x86_bsd_nat): Adjust to C++ification.
11721 * x86-bsd-nat.h: Include "x86-nat.h".
11722 (x86bsd_target): Delete declaration.
11723 (x86bsd_nat_target): New class.
11724
11725 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
11726 (the_aarch64_fbsd_nat_target): New.
11727 (aarch64_fbsd_fetch_inferior_registers)
11728 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
11729 aarch64_fbsd_nat_target.
11730 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
11731 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
11732 (the_alpha_bsd_nat_target): New.
11733 (alphabsd_fetch_inferior_registers)
11734 (alphabsd_store_inferior_registers): Refactor as
11735 alpha_bsd_nat_target methods.
11736 (_initialize_alphabsd_nat): Refactor as methods of
11737 alpha_bsd_nat_target.
11738 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
11739 (the_amd64_nbsd_nat_target): New.
11740 (_initialize_amd64nbsd_nat): Adjust to C++ification.
11741 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
11742 (the_amd64_obsd_nat_target): New.
11743 (_initialize_amd64obsd_nat): Adjust to C++ification.
11744 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
11745 (the_arm_fbsd_nat_target): New.
11746 (arm_fbsd_fetch_inferior_registers)
11747 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
11748 (_initialize_arm_fbsd_nat): Refactor as methods of
11749 arm_fbsd_nat_target.
11750 (_initialize_arm_fbsd_nat): Adjust to C++ification.
11751 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
11752 (the_arm_netbsd_nat_target): New.
11753 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
11754 arm_netbsd_nat_target.
11755 (_initialize_arm_netbsd_nat): Adjust to C++ification.
11756 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
11757 (the_hppa_nbsd_nat_target): New.
11758 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
11759 hppa_nbsd_nat_target methods.
11760 (_initialize_hppanbsd_nat): Adjust to C++ification.
11761 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
11762 (the_hppa_obsd_nat_target): New.
11763 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
11764 methods of hppa_obsd_nat_target.
11765 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
11766 add_target.
11767 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
11768 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
11769 add_target.
11770 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
11771 (_initialize_i386obsd_nat): Use add_target.
11772 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
11773 (the_m68k_bsd_nat_target): New.
11774 (m68kbsd_fetch_inferior_registers)
11775 (m68kbsd_store_inferior_registers): Refactor as methods of
11776 m68k_bsd_nat_target.
11777 (_initialize_m68kbsd_nat): Adjust to C++ification.
11778 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
11779 (the_mips_fbsd_nat_target): New.
11780 (mips_fbsd_fetch_inferior_registers)
11781 (mips_fbsd_store_inferior_registers): Refactor as methods of
11782 mips_fbsd_nat_target.
11783 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
11784 add_target.
11785 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
11786 (the_mips_nbsd_nat_target): New.
11787 (mipsnbsd_fetch_inferior_registers)
11788 (mipsnbsd_store_inferior_registers): Refactor as methods of
11789 mips_nbsd_nat_target.
11790 (_initialize_mipsnbsd_nat): Adjust to C++ification.
11791 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
11792 (the_mips64_obsd_nat_target): New.
11793 (mips64obsd_fetch_inferior_registers)
11794 (mips64obsd_store_inferior_registers): Refactor as methods of
11795 mips64_obsd_nat_target.
11796 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
11797 add_target.
11798 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
11799 nbsd_nat_target.
11800 * nbsd-nat.h: Include "inf-ptrace.h".
11801 (nbsd_nat_target): New class.
11802 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
11803 (obsd_wait): Refactor as methods of obsd_nat_target.
11804 (obsd_add_target): Delete.
11805 * obsd-nat.h: Include "inf-ptrace.h".
11806 (obsd_nat_target): New class.
11807 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
11808 (the_ppc_fbsd_nat_target): New.
11809 (ppcfbsd_fetch_inferior_registers)
11810 (ppcfbsd_store_inferior_registers): Refactor as methods of
11811 ppc_fbsd_nat_target.
11812 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
11813 add_target.
11814 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
11815 (the_ppc_nbsd_nat_target): New.
11816 (ppcnbsd_fetch_inferior_registers)
11817 (ppcnbsd_store_inferior_registers): Refactor as methods of
11818 ppc_nbsd_nat_target.
11819 (_initialize_ppcnbsd_nat): Adjust to C++ification.
11820 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
11821 (the_ppc_obsd_nat_target): New.
11822 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
11823 methods of ppc_obsd_nat_target.
11824 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
11825 add_target.
11826 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
11827 (the_sh_nbsd_nat_target): New.
11828 (shnbsd_fetch_inferior_registers)
11829 (shnbsd_store_inferior_registers): Refactor as methods of
11830 sh_nbsd_nat_target.
11831 (_initialize_shnbsd_nat): Adjust to C++ification.
11832 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
11833 (inf_ptrace_xfer_partial): Delete.
11834 (sparc_xfer_partial, sparc_target): Delete.
11835 * sparc-nat.h (sparc_fetch_inferior_registers)
11836 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
11837 (sparc_target): Delete function declaration.
11838 (sparc_target): New template class.
11839 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
11840 (_initialize_sparcnbsd_nat): Adjust to C++ification.
11841 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
11842 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
11843 add_target.
11844 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
11845 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
11846 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
11847 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
11848 add_target.
11849 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
11850 (the_vax_bsd_nat_target): New.
11851 (vaxbsd_fetch_inferior_registers)
11852 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
11853 methods.
11854 (_initialize_vaxbsd_nat): Adjust to C++ification.
11855
11856 * bsd-kvm.c (bsd_kvm_target): New class.
11857 (bsd_kvm_ops): Now a bsd_kvm_target.
11858 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
11859 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
11860 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
11861 bsd_kvm_target.
11862 (bsd_kvm_return_one): Delete.
11863 (bsd_kvm_add_target): Adjust to C++ification.
11864
11865 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
11866 (nto_procfs_target_procfs): New classes.
11867 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
11868 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
11869 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
11870 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
11871 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
11872 (procfs_remove_hw_breakpoint, procfs_resume)
11873 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
11874 (procfs_kill_inferior, procfs_store_registers)
11875 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
11876 as methods of nto_procfs_target.
11877 (nto_procfs_ops): Now an nto_procfs_target_procfs.
11878 (nto_native_ops): Delete.
11879 (procfs_open, procfs_native_open): Delete.
11880 (nto_native_ops): Now an nto_procfs_target_native.
11881 (init_procfs_targets): Adjust to C++ification.
11882 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
11883 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
11884 Refactor as methods of nto_procfs_target.
11885
11886 * go32-nat.c (go32_nat_target): New class.
11887 (the_go32_nat_target): New.
11888 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
11889 (go32_store_registers, go32_xfer_partial, go32_files_info)
11890 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
11891 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
11892 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
11893 (go32_pid_to_str): Refactor as methods of go32_nat_target.
11894 (go32_target): Delete.
11895 (_initialize_go32_nat): Adjust to C++ification.
11896
11897 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
11898 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
11899 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
11900 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
11901 gnu_nat_target.
11902 (gnu_target): Delete.
11903 * gnu-nat.h (gnu_target): Delete.
11904 (gnu_nat_target): New class.
11905 * i386-gnu-nat.c (gnu_base_target): New.
11906 (i386_gnu_nat_target): New class.
11907 (the_i386_gnu_nat_target): New.
11908 (_initialize_i386gnu_nat): Adjust to C++ification.
11909
11910 2018-05-02 Pedro Alves <palves@redhat.com>
11911
11912 * bfd-target.c (target_bfd_xclose): Rename to ...
11913 (target_bfd_close): ... this.
11914 (target_bfd_reopen): Adjust.
11915 * target.c (target_close): Remove references to to_xclose.
11916 * target.h (target_ops::to_xclose): Delete.
11917 (target_ops::to_close): Update comments.
11918
11919 2018-05-02 Pedro Alves <palves@redhat.com>
11920
11921 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
11922 "linux-nat.h".
11923 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
11924 * inf-ptrace.c (inf_ptrace_register_u_offset)
11925 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11926 (inf_ptrace_store_register, inf_ptrace_store_registers)
11927 (inf_ptrace_trad_target): Move to ...
11928 * linux-nat-trad.c: ... this new file.
11929 * linux-nat-trad.h: New file.
11930 * linux-nat.c (linux_target_install_ops): Make extern.
11931 (linux_trad_target): Delete.
11932 * linux-nat.h (linux_trad_target): Delete declaration.
11933 (linux_target_install_ops): Declare.
11934 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
11935 "linux-nat.h".
11936
11937 2018-05-02 Pedro Alves <palves@redhat.com>
11938
11939 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
11940 procfs_target/add_target here.
11941 * procfs.c (procfs_target): Make static.
11942 (_initialize_procfs): Call add_target here.
11943 * procfs.h (struct target_ops): Remove forward declaration.
11944 (procfs_target): Remove declaration.
11945 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
11946
11947 2018-05-02 Pedro Alves <palves@redhat.com>
11948
11949 * procfs.c (procfs_stopped_by_watchpoint)
11950 (procfs_insert_watchpoint, procfs_remove_watchpoint)
11951 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
11952 Forward declare.
11953 (procfs_use_watchpoints): Delete, move contents...
11954 (procfs_target): ... here.
11955 * procfs.h (procfs_use_watchpoints): Delete declaration.
11956 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
11957 procfs_use_watchpoints.
11958 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
11959 procfs_use_watchpoints.
11960
11961 2018-05-02 Tom Tromey <tom@tromey.com>
11962
11963 PR python/20084:
11964 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
11965 and var_zuinteger_unlimited.
11966 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
11967 and PARAM_ZUINTEGER_UNLIMITED.
11968 (set_parameter_value): Handle var_zuinteger and
11969 var_zuinteger_unlimited.
11970 (add_setshow_generic): Likewise.
11971 (parmpy_init): Likewise.
11972
11973 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11974
11975 PR rust/23124
11976 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
11977 pointer is not null before dereferencing it.
11978
11979 2018-04-30 Tom Tromey <tom@tromey.com>
11980
11981 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
11982 is_mi_like_p.
11983
11984 2018-04-30 Tom Tromey <tom@tromey.com>
11985
11986 * breakpoint.c (mention): Remove use of is_mi_like_p.
11987 (print_mention_ranged_breakpoint): Likewise.
11988 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
11989 of is_mi_like_p.
11990
11991 2018-04-30 Tom Tromey <tom@tromey.com>
11992
11993 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
11994
11995 2018-04-30 Tom Tromey <tom@tromey.com>
11996
11997 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
11998 (info_spu_event_command): Remove some uses of is_mi_like_p.
11999
12000 2018-04-30 Tom Tromey <tom@tromey.com>
12001
12002 * python/py-framefilter.c (py_print_single_arg)
12003 (enumerate_locals, py_print_args, py_print_frame): Remove some
12004 uses of is_mi_like_p.
12005
12006 2018-04-30 Tom Tromey <tom@tromey.com>
12007
12008 * ui-out.c: Update.
12009 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
12010 * ui-out.h (ui_out::is_mi_like_p): Now const.
12011 (ui_out::do_is_mi_like_p): Now const.
12012 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
12013
12014 2018-04-30 Tom Tromey <tom@tromey.com>
12015
12016 * varobj.c (varobj_set_visualizer): Use new_reference.
12017 * python/python.c (gdbpy_decode_line): Use new_reference.
12018 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
12019 new_reference.
12020
12021 2018-04-30 Tom Tromey <tom@tromey.com>
12022
12023 * varobj.c (install_new_value): Use new_reference.
12024 * value.h (value_incref): Return void. Swap intro comment with
12025 value_decref.
12026 * value.c (set_value_parent): Use new_reference.
12027 (value_incref): Return void. Update intro comment.
12028 (release_value): Use new_reference.
12029 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
12030
12031 2018-04-30 Tom Tromey <tom@tromey.com>
12032
12033 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
12034 * gdb_bfd.h (new_bfd_ref): Remove.
12035 (gdb_bfd_open): Update comment.
12036 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12037 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
12038 (gdb_bfd_fdopenr): Use new_reference.
12039 * exec.c (exec_file_attach): Use new_reference.
12040
12041 2018-04-30 Tom Tromey <tom@tromey.com>
12042
12043 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
12044 method.
12045
12046 2018-04-30 Tom Tromey <tom@tromey.com>
12047
12048 * jit.c (jit_read_code_entry): Use type_align.
12049 * i386-tdep.c (i386_gdbarch_init): Don't call
12050 set_gdbarch_long_long_align_bit.
12051 * gdbarch.sh: Remove long_long_align_bit.
12052 * gdbarch.c, gdbarch.h: Rebuild.
12053 * arc-tdep.c (arc_type_align): New function.
12054 (arc_gdbarch_init): Use arc_type_align. Don't call
12055 set_gdbarch_long_long_align_bit.
12056
12057 2018-04-30 Tom Tromey <tom@tromey.com>
12058
12059 * rust-lang.c (rust_type_alignment): Remove.
12060 (rust_composite_type): Use type_align.
12061
12062 2018-04-30 Tom Tromey <tom@tromey.com>
12063
12064 * NEWS: Mention Type.align.
12065 * python/py-type.c (typy_get_alignof): New function.
12066 (type_object_getset): Add "alignof".
12067
12068 2018-04-30 Tom Tromey <tom@tromey.com>
12069
12070 PR exp/17095:
12071 * NEWS: Update.
12072 * std-operator.def (UNOP_ALIGNOF): New operator.
12073 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
12074 New.
12075 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
12076 * c-lang.c (c_op_print_tab): Add alignof.
12077 * c-exp.y (ALIGNOF): New token.
12078 (exp): Add "ALIGNOF" production.
12079 (ident_tokens): Add _Alignof and alignof.
12080
12081 2018-04-30 Tom Tromey <tom@tromey.com>
12082
12083 * i386-tdep.c (i386_type_align): New function.
12084 (i386_gdbarch_init): Update.
12085 * gdbarch.sh (type_align): New method.
12086 * gdbarch.c, gdbarch.h: Rebuild.
12087 * arch-utils.h (default_type_align): Declare.
12088 * arch-utils.c (default_type_align): New function.
12089 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
12090 (struct type) <align_log2>: New field.
12091 <instance_flags>: Now a bitfield.
12092 (TYPE_RAW_ALIGN): New macro.
12093 (type_align, type_raw_align, set_type_align): Declare.
12094 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
12095 functions.
12096 * dwarf2read.c (quirk_rust_enum): Set type alignment.
12097 (get_alignment, maybe_set_alignment): New functions.
12098 (read_structure_type, read_enumeration_type, read_array_type)
12099 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
12100 (read_subrange_type, read_base_type): Set type alignment.
12101
12102 2018-04-30 Simon Marchi <simon.marchi@ericsson.com>
12103
12104 * dwarf2read.c (read_index_from_section): Use bool.
12105
12106 2018-04-29 Fabian Groffen <grobian@gentoo.org>
12107
12108 PR gdb/22950
12109 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
12110 with #ifdef.
12111
12112 2018-04-29 John Reiser <jreiser@BitWagon.com>
12113
12114 PR build/22873
12115 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
12116 last step, and do it atomically.
12117
12118 2018-04-27 Alexandre Oliva <aoliva@redhat.com>
12119
12120 * compile/compile-c-types.c (convert_int, convert_float):
12121 Update for C FE v1.
12122
12123 2018-04-27 Tom Tromey <tom@tromey.com>
12124
12125 PR rust/22545:
12126 * rust-lang.c (rust_inclusive_range_type_p): New function.
12127 (rust_range): Handle inclusive ranges.
12128 (rust_compute_range): Likewise.
12129 * rust-exp.y (struct rust_op) <inclusive>: New field.
12130 (DOTDOTEQ): New constant.
12131 (range_expr): Add "..=" productions.
12132 (operator_tokens): Add "..=" token.
12133 (ast_range): Add "inclusive" parameter.
12134 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
12135 ranges.
12136 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
12137 bounds values.
12138 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
12139 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
12140 Update comments.
12141 * expprint.c (print_subexp_standard): Handle new bounds values.
12142 (dump_subexp_body_standard): Likewise.
12143
12144 2018-04-27 Tom Tromey <tom@tromey.com>
12145
12146 * configure: Rebuild.
12147 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
12148 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
12149 "OVERRIDE".
12150 (class symbol_needs_eval_context): Likewise.
12151 * dwarf2read.c (mock_mapped_index::symbol_name_count)
12152 (mock_mapped_index::symbol_name_at): Use "override". Remove
12153 "virtual".
12154 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
12155 "override".
12156 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
12157 * aarch64-tdep.c (instruction_reader::read): Use "override".
12158 (instruction_reader_test::read): Likewise.
12159 * arm-tdep.c (instruction_reader::read): Use "override".
12160 (instruction_reader_thumb::read): Likewise.
12161
12162 2018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
12163
12164 PR remote/9665
12165 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
12166 instead of remote_send.
12167 (remote_send): Remove.
12168
12169 2018-04-26 Pedro Alves <palves@redhat.com>
12170
12171 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
12172 find_function_start_sal instead of find_pc_line.
12173
12174 2018-04-26 Pedro Alves <palves@redhat.com>
12175
12176 * breakpoint.c (set_breakpoint_location_function): Handle
12177 mst_data_gnu_ifunc.
12178 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
12179 * elfread.c (elf_symtab_read): Give data symbols with
12180 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
12181 (elf_rel_plt_read): Update comment.
12182 * linespec.c (convert_linespec_to_sals): Handle
12183 mst_data_gnu_ifunc.
12184 (minsym_found): Handle mst_data_gnu_ifunc.
12185 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
12186 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
12187 * parse.c (find_minsym_type_and_address): Handle
12188 mst_data_gnu_ifunc.
12189 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
12190 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
12191 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
12192 comment.
12193 <mst_data_gnu_ifunc>: New enumerator.
12194
12195 2018-04-26 Pedro Alves <palves@redhat.com>
12196
12197 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
12198 (lookup_minimal_symbol_by_pc_section): ... this. Replace
12199 'want_trampoline' parameter by a lookup_msym_prefer parameter.
12200 Handle it.
12201 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
12202 (lookup_minimal_symbol_by_pc): Adjust.
12203 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
12204 (lookup_solib_trampoline_symbol_by_pc): Adjust.
12205 * minsyms.h (lookup_msym_prefer): New enum.
12206 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12207 parameter by a lookup_msym_prefer parameter.
12208
12209 2018-04-26 Pedro Alves <palves@redhat.com>
12210
12211 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
12212 ends in "@plt" instead of looking at the symbol's section.
12213
12214 2018-04-26 Pedro Alves <palves@redhat.com>
12215
12216 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
12217 all references.
12218 (find_pc_partial_function_gnu_ifunc): Rename to ...
12219 (find_pc_partial_function): ... this, and remove references to
12220 'is_gnu_ifunc_p'.
12221 (find_pc_partial_function): Delete old implementation.
12222 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
12223
12224 2018-04-26 Pedro Alves <palves@redhat.com>
12225
12226 * linespec.c (struct bound_minimal_symbol_search_key): New.
12227 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
12228 skip first line if we found a GNU ifunc minimal symbol by name.
12229 (compare_msymbols): Change parameters to work with a destructured
12230 lhs minsym.
12231 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
12232 functions.
12233
12234 2018-04-26 Pedro Alves <palves@redhat.com>
12235
12236 * breakpoint.c (set_breakpoint_location_function): Don't resolve
12237 ifunc targets here. Instead, if we have an ifunc minsym, use its
12238 address/name.
12239 (add_location_to_breakpoint): Store the minsym and the objfile in
12240 the breakpoint location.
12241 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
12242 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
12243 Record the minsym in the sal.
12244 * symtab.h (symtab_and_line) <msymbol>: New field.
12245
12246 2018-04-26 Pedro Alves <palves@redhat.com>
12247
12248 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
12249 unless we actually resolved the ifunc.
12250
12251 2018-04-26 Pedro Alves <palves@redhat.com>
12252
12253 * c-exp.y (variable production): Prefer ifunc minsyms over
12254 regular function symbols.
12255 * symtab.c (find_gnu_ifunc): New function.
12256 * minsyms.h (lookup_msym_prefer): New enum.
12257 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12258 parameter by a lookup_msym_prefer parameter.
12259 * symtab.h (find_gnu_ifunc): New declaration.
12260
12261 2018-04-26 Pedro Alves <palves@redhat.com>
12262
12263 * blockframe.c (find_gnu_ifunc_target_type): New function.
12264 (find_function_type): New.
12265 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
12266 return a value with a memory address.
12267 (eval_call): For calls to GNU ifunc functions, try to find the
12268 type of the target function from the type that the resolver
12269 returns.
12270 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
12271 symbols.
12272 * infcall.c (find_function_return_type): Delete.
12273 (find_function_addr): Add 'function_type' parameter. For calls to
12274 GNU ifunc functions, try to find the type of the target function
12275 from the type that the resolver returns, and return it via
12276 FUNCTION_TYPE.
12277 (call_function_by_hand_dummy): Adjust to use the function type
12278 returned by find_function_addr.
12279 (find_function_addr): Add 'function_type' parameter and move
12280 description here.
12281 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
12282 declarations.
12283
12284 2018-04-26 Pedro Alves <palves@redhat.com>
12285
12286 * c-exp.y (variable production): Skip finding an alias for ifunc
12287 symbols.
12288
12289 2018-04-26 Pedro Alves <palves@redhat.com>
12290
12291 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
12292
12293 2018-04-25 Pedro Alves <palves@redhat.com>
12294
12295 * infcmd.c (kill_command): Print the pid as string, not the whole
12296 thread's ptid. Add comment. s/has been killed/killed/ in output
12297 message.
12298 * remote.c (remote_detach_1): Print the pid as string, not the
12299 whole thread's ptid.
12300
12301 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12302 Sergio Durigan Junior <sergiodj@redhat.com>
12303 Pedro Alves <palves@redhat.com>
12304
12305 * infcmd.c (kill_command): Print message when inferior has
12306 been killed.
12307 * inferior.c (print_inferior_events): Remove 'static'. Set as
12308 '1'.
12309 (add_inferior): Improve message printed when
12310 'print_inferior_events' is on.
12311 (exit_inferior): Remove message printed when
12312 'print_inferior_events' is on.
12313 (detach_inferior): Improve message printed when
12314 'print_inferior_events' is on.
12315 (initialize_inferiors): Use 'add_inferior_silent' to set
12316 'current_inferior_'.
12317 * inferior.h (print_inferior_events): Declare here as
12318 'extern'.
12319 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
12320 '[Detaching...]' messages when 'print_inferior_events' is on.
12321 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
12322 as prefix/suffix for messages. Remove periods. Fix erroneous
12323 'Detaching after fork from child...', replace it by '... from
12324 parent...'.
12325 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
12326 prefix/suffix when printing 'Detaching...' messages. Print
12327 them when 'print_inferior_events' is on.
12328 * remote.c (remote_detach_1): Print message when detaching
12329 from inferior and '!is_fork_parent'.
12330
12331 2018-04-24 Tom Tromey <tom@tromey.com>
12332
12333 * cli-out.h: Reindent.
12334
12335 2018-04-24 Tom Tromey <tom@tromey.com>
12336
12337 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
12338 (cli_ui_out::do_field_string): Use fputs_filtered.
12339 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
12340
12341 2018-04-23 Tom Tromey <tom@tromey.com>
12342
12343 * guile/scm-frame.c (gdbscm_frame_read_var): Use
12344 gdb::unique_xmalloc_ptr.
12345
12346 2018-04-23 Tom Tromey <tom@tromey.com>
12347
12348 * configure: Rebuild.
12349
12350 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
12351
12352 PR gdb/23095
12353 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
12354 prepare_for_testing. Set normal_bp to r_debug_state if target
12355 is bsd.
12356
12357 2018-04-21 Pedro Alves <palves@redhat.com>
12358 Rajendra SY <rajendra.sy@gmail.com>
12359
12360 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
12361 * remote.c (extended_remote_attach): In all-stop mode, mark the
12362 thread as executing.
12363
12364 2018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12365
12366 * thread.c (thread_apply_all_command): Fix comment.
12367 (thread_command): Fix comment.
12368
12369 2018-04-10 Alan Hayward <alan.hayward@arm.com>
12370
12371 * common/tdesc.h (tdesc_create_feature): Remove xml filename
12372 parameter.
12373 * features/aarch64-core.c (create_feature_aarch64_core):
12374 Regenerate.
12375 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
12376 Likewise.
12377 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
12378 Likewise.
12379 * features/i386/32bit-avx512.c
12380 (create_feature_i386_32bit_avx512): Likewise.
12381 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
12382 Likewise.
12383 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
12384 Likewise.
12385 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
12386 Likewise.
12387 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
12388 Likewise.
12389 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
12390 Likewise.
12391 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
12392 Likewise.
12393 * features/i386/64bit-avx512.c
12394 (create_feature_i386_64bit_avx512): Likewise.
12395 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
12396 Likewise.
12397 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
12398 Likewise.
12399 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
12400 Likewise.
12401 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
12402 Likewise.
12403 * features/i386/64bit-segments.c
12404 (create_feature_i386_64bit_segments): Likewise.
12405 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
12406 Likewise.
12407 * features/i386/x32-core.c
12408 (create_feature_i386_x32_core): Likewise.
12409 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
12410 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
12411 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
12412 * target-descriptions.c: In generated code, don't pass xml
12413 filename.
12414
12415 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12416
12417 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
12418 (print_xml_feature::visit_post): Likewise.
12419 (print_xml_feature::visit): Likewise.
12420 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
12421 (print_xml_feature): Add new class.
12422 * regformats/regdat.sh: Null xmltarget on feature targets.
12423 * target-descriptions.c (struct target_desc): Add xmltarget.
12424 (maintenance_check_tdesc_xml_convert): Add unittest function.
12425 (tdesc_get_features_xml): Add function to get xml.
12426 (maintenance_check_xml_descriptions): Test xml generation.
12427 * xml-tdesc.c (string_read_description_xml): Add function.
12428 * xml-tdesc.h (string_read_description_xml): Add declaration.
12429
12430 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12431
12432 * features/Makefile: Add feature marker to targets with new style
12433 target descriptions.
12434 * regformats/aarch64.dat: Regenerate.
12435 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
12436 * regformats/i386/amd64-avx-linux.dat: Likewise.
12437 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
12438 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
12439 * regformats/i386/amd64-linux.dat: Likewise.
12440 * regformats/i386/amd64-mpx-linux.dat: Likewise.
12441 * regformats/i386/amd64.dat: Likewise.
12442 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
12443 * regformats/i386/i386-avx-linux.dat: Likewise.
12444 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
12445 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
12446 * regformats/i386/i386-linux.dat: Likewise.
12447 * regformats/i386/i386-mmx-linux.dat: Likewise.
12448 * regformats/i386/i386-mpx-linux.dat: Likewise.
12449 * regformats/i386/i386.dat: Likewise.
12450 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
12451 * regformats/i386/x32-avx-linux.dat: Likewise.
12452 * regformats/i386/x32-linux.dat: Likewise.
12453 * regformats/tic6x-c62x-linux.dat: Likewise.
12454 * regformats/tic6x-c64x-linux.dat: Likewise.
12455 * regformats/tic6x-c64xp-linux.dat: Likewise.
12456 * regformats/regdat.sh: Parse feature marker.
12457
12458 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12459
12460 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
12461 (tdesc_osabi_name): Likewise.
12462 * target-descriptions.c (tdesc_architecture_name): Add new
12463 function.
12464 (tdesc_osabi_name): Likewise.
12465
12466 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12467
12468 * common/tdesc.c (tdesc_predefined_type): Move to here.
12469 (tdesc_named_type): Likewise.
12470 (tdesc_create_vector): Likewise.
12471 (tdesc_create_struct): Likewise.
12472 (tdesc_set_struct_size): Likewise.
12473 (tdesc_create_union): Likewise.
12474 (tdesc_create_flags): Likewise.
12475 (tdesc_create_enum): Likewise.
12476 (tdesc_add_field): Likewise.
12477 (tdesc_add_typed_bitfield): Likewise.
12478 (tdesc_add_bitfield): Likewise.
12479 (tdesc_add_flag): Likewise.
12480 (tdesc_add_enum_value): Likewise.
12481 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
12482 (struct tdesc_type_vector): Likewise.
12483 (struct tdesc_type_field): Likewise.
12484 (struct tdesc_type_with_fields): Likewise.
12485 (tdesc_create_enum): Add declaration.
12486 (tdesc_add_typed_bitfield): Likewise.
12487 (tdesc_add_enum_value): Likewise.
12488 * target-descriptions.c (tdesc_type_field): Move from here.
12489 (tdesc_type_builtin): Likewise.
12490 (tdesc_type_vector): Likewise.
12491 (tdesc_type_with_fields): Likewise.
12492 (tdesc_predefined_types): Likewise.
12493 (tdesc_named_type): Likewise.
12494 (tdesc_create_vector): Likewise.
12495 (tdesc_create_struct): Likewise.
12496 (tdesc_set_struct_size): Likewise.
12497 (tdesc_create_union): Likewise.
12498 (tdesc_create_flags): Likewise.
12499 (tdesc_create_enum): Likewise.
12500 (tdesc_add_field): Likewise.
12501 (tdesc_add_typed_bitfield): Likewise.
12502 (tdesc_add_bitfield): Likewise.
12503 (tdesc_add_flag): Likewise.
12504 (tdesc_add_enum_value): Likewise.
12505 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
12506 (tdesc_add_typed_bitfield): Likewise.
12507 (tdesc_add_enum_value): Likewise.
12508
12509 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12510
12511 * common/tdesc.c (tdesc_feature::accept): Move to here.
12512 (tdesc_feature::operator==): Likewise.
12513 (tdesc_create_reg): Likewise.
12514 * common/tdesc.h (tdesc_type_kind): Likewise.
12515 (struct tdesc_type): Likewise.
12516 (struct tdesc_feature): Likewise.
12517 * regformats/regdat.sh: Create a feature.
12518 * target-descriptions.c (tdesc_type_kind): Move from here.
12519 (tdesc_type): Likewise.
12520 (tdesc_type_up): Likewise.
12521 (tdesc_feature): Likewise.
12522 (tdesc_create_reg): Likewise.
12523
12524 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12525
12526 * Makefile.in: Add arch/tdesc.c
12527 * common/tdesc.c: New file.
12528 * common/tdesc.h (tdesc_element_visitor): Move to here.
12529 (tdesc_element): Likewise.
12530 (tdesc_reg): Likewise.
12531 (tdesc_reg_up): Likewise.
12532 * regformats/regdef.h (reg): Add offset to constructors.
12533 * target-descriptions.c (tdesc_element_visitor): Move from here.
12534 (tdesc_element): Likewise.
12535 (tdesc_reg): Likewise.
12536 (tdesc_reg_up): Likewise.
12537
12538 2018-04-17 Tom Tromey <tom@tromey.com>
12539
12540 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
12541 discriminant field.
12542
12543 2018-04-17 Tom Tromey <tom@tromey.com>
12544
12545 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
12546
12547 2018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12548
12549 * symtab.c (print_symbol_info): Skip printing filename and line
12550 number when `last' is NULL.
12551 (symtab_symbol_info): Use empty string instead of NULL for first
12552 invocation of print_symbol_info.
12553 (rbreak_command): Pass NULL to `last' parameter of
12554 print_symbol_info.
12555
12556 2018-04-16 Simon Marchi <simon.marchi@ericsson.com>
12557
12558 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
12559 instead of nullptr.
12560
12561 2018-04-16 Pedro Alves <palves@redhat.com>
12562
12563 * MAINTAINERS (sh): Remove.
12564 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
12565 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
12566 (ALLDEPFILES): Remove sh64-tdep.c.
12567 * NEWS: Mentions that support for SH-5/SH64 is removed.
12568 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
12569 (sh*-*-openbsd*): Ditto.
12570 (sh64-*-elf*): Remove.
12571 (sh*): Remove.
12572 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
12573 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
12574 * sh-tdep.c: No longer include "sh64-tdep.h".
12575 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
12576 * sh64-tdep.c, sh64-tdep.h: Remove files.
12577
12578 2018-04-16 Pedro Alves <palves@redhat.com>
12579
12580 * MAINTAINERS: Remove m88k.
12581 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
12582 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
12583 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
12584 * NEWS: Mention that support for m88k was removed.
12585 * configure.host (m88*-*-*): Remove support.
12586 * configure.nat (m88k-*-*): Remove support.
12587 * configure.tgt (m88*-*-openbsd*): Remove.
12588 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
12589
12590 2018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
12591
12592 * configure.tgt (x86_tobjs): New variable.
12593 (amd64_tobjs, i386_tobjs): Use it.
12594
12595 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12596
12597 * symtab.c (print_symbol_info): Precede the symbol definition by
12598 the line number when available.
12599 * NEWS: Advertise this enhancement.
12600
12601 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12602
12603 * NEWS (New options): announce set/show record btrace cpu.
12604 * btrace.c: Include record-btrace.h.
12605 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
12606 the vendor is unknown.
12607 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
12608 Maybe overwrite the btrace configuration's cpu.
12609 (btrace_compute_ftrace): Add cpu parameter. Update callers.
12610 (btrace_fetch): Add cpu parameter. Update callers.
12611 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
12612 Maybe overwrite the btrace configuration's cpu. Skip enabling
12613 errata workarounds if the vendor is unknown.
12614 * python/py-record-btrace.c: Include record-btrace.h.
12615 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
12616 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
12617 * record-btrace.c (record_btrace_cpu_state_kind): New.
12618 (record_btrace_cpu): New.
12619 (set_record_btrace_cpu_cmdlist): New.
12620 (record_btrace_get_cpu): New.
12621 (require_btrace_thread, record_btrace_info)
12622 (record_btrace_resume_thread): Call record_btrace_get_cpu.
12623 (cmd_set_record_btrace_cpu_none): New.
12624 (cmd_set_record_btrace_cpu_auto): New.
12625 (cmd_set_record_btrace_cpu): New.
12626 (cmd_show_record_btrace_cpu): New.
12627 (_initialize_record_btrace): Initialize set/show record btrace cpu
12628 commands.
12629 * record-btrace.h (record_btrace_get_cpu): New.
12630
12631 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12632
12633 * record.c (set_record_command): Fix typo in message.
12634
12635 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12636
12637 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
12638
12639 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12640
12641 * infrun.c (process_event_stop_test): Call
12642 gdbarch_in_indirect_branch_thunk.
12643 * gdbarch.sh (in_indirect_branch_thunk): New.
12644 * gdbarch.c: Regenerated.
12645 * gdbarch.h: Regenerated.
12646 * x86-tdep.h: New.
12647 * x86-tdep.c: New.
12648 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
12649 (HFILES_NO_SRCDIR): Add x86-tdep.h.
12650 (ALLDEPFILES): Add x86-tdep.c.
12651 * arch-utils.h (default_in_indirect_branch_thunk): New.
12652 * arch-utils.c (default_in_indirect_branch_thunk): New.
12653 * i386-tdep: Include x86-tdep.h.
12654 (i386_in_indirect_branch_thunk): New.
12655 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
12656 function.
12657 * amd64-tdep: Include x86-tdep.h.
12658 (amd64_in_indirect_branch_thunk): New.
12659 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
12660
12661 2018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 PR gdb/23053
12664 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
12665 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
12666 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
12667 regression.
12668
12669 2018-04-12 Tom Tromey <tom@tromey.com>
12670
12671 * rust-lang.c (rust_print_struct_def): Remove univariant code.
12672 (rust_evaluate_subexp): Likewise.
12673
12674 2018-04-12 Pedro Alves <palves@redhat.com>
12675
12676 * procfs.c (procfs_detach): Make forward declaration's prototype
12677 match definition's protototype.
12678 (proc_get_LDT_entry): Remove stale do_cleanups call.
12679
12680 2018-04-12 Pedro Alves <palves@redhat.com>
12681
12682 * target.h (target_ops::to_has_exited): Delete.
12683 (target_has_exited): Delete.
12684 * target-delegates.c: Regenerate.
12685
12686 2018-04-11 Pedro Alves <palves@redhat.com>
12687
12688 * target.c (fileio_fh_t::t): Add comment.
12689 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12690 (target_fileio_close): Handle a NULL target.
12691 (invalidate_fileio_fh): New.
12692 (target_close): Call it.
12693 * remote.c (remote_hostio_send_command): No longer check whether
12694 remote_desc is open.
12695
12696 2018-04-11 Pedro Alves <palves@redhat.com>
12697
12698 * target.c (fileio_fh_t): Make it a named struct instead of a
12699 typedef.
12700 (fileio_fh_t::is_closed): New method.
12701 (DEF_VEC_O (fileio_fh_t)): Remove.
12702 (fileio_fhandles): Now a std::vector.
12703 (is_closed_fileio_fh): Delete.
12704 (acquire_fileio_fd): Adjust. Rename parameters.
12705 (release_fileio_fd): Adjust.
12706 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
12707 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12708 (target_fileio_close): Adjust.
12709
12710 2018-04-10 Simon Marchi <simon.marchi@ericsson.com>
12711
12712 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
12713 index.
12714
12715 2018-04-10 Pedro Alves <palves@redhat.com>
12716
12717 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
12718 (scoped_finish_thread_state): New class.
12719 * infcmd.c (run_command_1): Use it instead of finish_thread_state
12720 cleanup.
12721 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
12722 (fetch_inferior_event, normal_stop): Likewise.
12723 * thread.c (finish_thread_state_cleanup): Delete.
12724
12725 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12726 Pedro Alves <palves@redhat.com>
12727
12728 * value.c: Include "selftest.h" and "common/array-view.h".
12729 (struct range) <operator ==>: New.
12730 (test_ranges_contain): New.
12731 (check_ranges_vector): New.
12732 (test_insert_into_bit_range_vector): New.
12733 (_initialize_values): Register selftests.
12734 * common/array-view.h (operator==, operator!=): New.
12735
12736 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12737
12738 * common/gdb_vecs.h (unordered_remove): Add overload that takes
12739 an iterator.
12740 * inline-frame.c: Include <algorithm>.
12741 (struct inline_state): Add constructor.
12742 (inline_state_s): Remove.
12743 (DEF_VEC_O(inline_state_s)): Remove.
12744 (inline_states): Change type to std::vector.
12745 (find_inline_frame_state): Adjust to std::vector.
12746 (allocate_inline_frame_state): Remove.
12747 (clear_inline_frame_state): Adjust to std::vector.
12748 (skip_inline_frames): Adjust to std::vector.
12749
12750 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12751
12752 * tracepoint.h (struct trace_state_variable): Add constructor.
12753 <name>: Change type to std::string.
12754 * tracepoint.c (tsv_s): Remove.
12755 (DEF_VEC_O(tsv_s)): Remove.
12756 (tvariables): Change to std::vector.
12757 (create_trace_state_variable): Adjust to std::vector.
12758 (find_trace_state_variable): Likewise.
12759 (find_trace_state_variable_by_number): Likewise.
12760 (delete_trace_state_variable): Likewise.
12761 (trace_variable_command): Adjust to std::string.
12762 (delete_trace_variable_command): Likewise.
12763 (tvariables_info_1): Adjust to std::vector.
12764 (save_trace_state_variables): Likewise.
12765 (start_tracing): Likewise.
12766 (merge_uploaded_trace_state_variables): Adjust to std::vector
12767 and std::string.
12768 * target.h (struct target_ops)
12769 <to_download_trace_state_variable>: Pass reference to
12770 trace_state_variable.
12771 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
12772 * target-delegates.c: Re-generate.
12773 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
12774 (mi_tsv_deleted): Likewise.
12775 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
12776 * remote.c (remote_download_trace_state_variable): Change
12777 pointer to reference and adjust.
12778 * make-target-delegates (parse_argtypes): Handle references.
12779 (write_function_header): Likewise.
12780 (munge_type): Likewise.
12781
12782 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12783
12784 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12785 string_view-selftests.c.
12786 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
12787 testsuite.
12788 * unittests/basic_string_view/cons/char/1.cc: Likewise.
12789 * unittests/basic_string_view/cons/char/2.cc: Likewise.
12790 * unittests/basic_string_view/cons/char/3.cc: Likewise.
12791 * unittests/basic_string_view/element_access/char/1.cc:
12792 Likewise.
12793 * unittests/basic_string_view/element_access/char/empty.cc:
12794 Likewise.
12795 * unittests/basic_string_view/element_access/char/front_back.cc:
12796 Likewise.
12797 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
12798 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
12799 Likewise.
12800 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
12801 Likewise.
12802 * unittests/basic_string_view/modifiers/swap/char/1.cc:
12803 Likewise.
12804 * unittests/basic_string_view/operations/compare/char/1.cc:
12805 Likewise.
12806 * unittests/basic_string_view/operations/compare/char/13650.cc:
12807 Likewise.
12808 * unittests/basic_string_view/operations/copy/char/1.cc:
12809 Likewise.
12810 * unittests/basic_string_view/operations/data/char/1.cc:
12811 Likewise.
12812 * unittests/basic_string_view/operations/find/char/1.cc:
12813 Likewise.
12814 * unittests/basic_string_view/operations/find/char/2.cc:
12815 Likewise.
12816 * unittests/basic_string_view/operations/find/char/3.cc:
12817 Likewise.
12818 * unittests/basic_string_view/operations/find/char/4.cc:
12819 Likewise.
12820 * unittests/basic_string_view/operations/rfind/char/1.cc:
12821 Likewise.
12822 * unittests/basic_string_view/operations/rfind/char/2.cc:
12823 Likewise.
12824 * unittests/basic_string_view/operations/rfind/char/3.cc:
12825 Likewise.
12826 * unittests/basic_string_view/operations/substr/char/1.cc:
12827 Likewise.
12828 * unittests/basic_string_view/operators/char/2.cc: Likewise.
12829 * unittests/string_view-selftests.c: New file.
12830
12831 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12832
12833 * unittests/basic_string_view/capacity/1.cc: New file.
12834 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
12835 * unittests/basic_string_view/cons/char/1.cc: New file.
12836 * unittests/basic_string_view/cons/char/2.cc: New file.
12837 * unittests/basic_string_view/cons/char/3.cc: New file.
12838 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
12839 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
12840 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
12841 * unittests/basic_string_view/element_access/char/1.cc: New file.
12842 * unittests/basic_string_view/element_access/char/2.cc: New file.
12843 * unittests/basic_string_view/element_access/char/empty.cc: New file.
12844 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
12845 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
12846 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
12847 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
12848 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
12849 * unittests/basic_string_view/include.cc: New file.
12850 * unittests/basic_string_view/inserters/char/1.cc: New file.
12851 * unittests/basic_string_view/inserters/char/2.cc: New file.
12852 * unittests/basic_string_view/inserters/char/3.cc: New file.
12853 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
12854 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
12855 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
12856 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
12857 * unittests/basic_string_view/literals/types.cc: New file.
12858 * unittests/basic_string_view/literals/values.cc: New file.
12859 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
12860 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
12861 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
12862 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
12863 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
12864 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
12865 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
12866 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
12867 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
12868 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
12869 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
12870 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
12871 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
12872 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
12873 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
12874 * unittests/basic_string_view/operations/data/char/1.cc: New file.
12875 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
12876 * unittests/basic_string_view/operations/find/char/1.cc: New file.
12877 * unittests/basic_string_view/operations/find/char/2.cc: New file.
12878 * unittests/basic_string_view/operations/find/char/3.cc: New file.
12879 * unittests/basic_string_view/operations/find/char/4.cc: New file.
12880 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
12881 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
12882 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
12883 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
12884 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
12885 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
12886 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
12887 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
12888 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
12889 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
12890 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
12891 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
12892 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
12893 * unittests/basic_string_view/operators/char/2.cc: New file.
12894 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
12895 * unittests/basic_string_view/range_access/char/1.cc: New file.
12896 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
12897 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
12898 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
12899 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
12900 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
12901 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
12902 * unittests/basic_string_view/requirements/typedefs.cc: New file.
12903 * unittests/basic_string_view/typedefs.cc: New file.
12904 * unittests/basic_string_view/types/1.cc: New file.
12905
12906 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12907
12908 * common/gdb_string_view.h: Remove libstdc++ implementation
12909 details, adjust to gdb reality.
12910 * common/gdb_string_view.tcc: Likewise.
12911 * cli/cli-script.c (struct string_view): Remove.
12912 (user_args) <m_args>: Change element type to gdb::string_view.
12913 (user_args::insert_args): Adjust.
12914
12915 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12916
12917 * common/gdb_string_view.h: New file.
12918 * common/gdb_string_view.tcc: New file.
12919
12920 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12921
12922 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
12923 * configure: Re-generate.
12924
12925 2018-04-09 Pedro Alves <palves@redhat.com>
12926
12927 * gdbarch.sh: Include "observable.h" instead of "observer.h".
12928 (set_target_gdbarch): Call
12929 gdb::observers::architecture_changed.notify instead of
12930 observer_notify_architecture_changed.
12931
12932 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12933
12934 * tracepoint.c (struct current_traceframe_cleanup): Remove.
12935 (do_restore_current_traceframe_cleanup): Remove.
12936 (restore_current_traceframe_cleanup_dtor): Remove.
12937 (make_cleanup_restore_current_traceframe): Remove.
12938 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
12939 New.
12940 * tracepoint.h (struct scoped_restore_current_traceframe): New.
12941 * infrun.c (fetch_inferior_event): Use
12942 scoped_restore_current_traceframe.
12943
12944 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12945
12946 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
12947 Remove.
12948 <n_allocated_type_units>: Remove.
12949 <all_type_units>: Change to std::vector.
12950 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
12951 to std::vector change.
12952 (dwarf2_per_objfile::get_cutu): Likewise.
12953 (dwarf2_per_objfile::get_tu): Likewise.
12954 (create_signatured_type_table_from_index): Likewise.
12955 (create_signatured_type_table_from_debug_names): Likewise.
12956 (dw2_symtab_iter_next): Likewise.
12957 (dw2_print_stats): Likewise.
12958 (dw2_expand_all_symtabs): Likewise.
12959 (dw2_expand_marked_cus): Likewise.
12960 (dw2_debug_names_iterator::next): Likewise.
12961 (dwarf2_initialize_objfile): Likewise.
12962 (add_signatured_type_cu_to_table): Likewise.
12963 (create_all_type_units): Likewise.
12964 (add_type_unit): Likewise.
12965 (struct tu_abbrev_offset): Add constructor.
12966 (build_type_psymtabs_1): Adjust to std::vector change.
12967 (print_tu_stats): Likewise.
12968 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
12969 (write_debug_names): Likewise.
12970
12971 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12972
12973 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
12974 Make an std::vector.
12975 <n_comp_units>: Remove.
12976 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
12977 to std::vector change.
12978 (dwarf2_per_objfile::get_cutu): Likewise.
12979 (dwarf2_per_objfile::get_cu): Likewise.
12980 (create_cus_from_index): Likewise.
12981 (create_addrmap_from_index): Likewise.
12982 (create_addrmap_from_aranges): Likewise.
12983 (dwarf2_read_index): Likewise.
12984 (dw2_find_last_source_symtab): Likewise.
12985 (dw2_map_symtabs_matching_filename): Likewise.
12986 (dw2_symtab_iter_next): Likewise.
12987 (dw2_print_stats): Likewise.
12988 (dw2_expand_all_symtabs): Likewise.
12989 (dw2_expand_symtabs_with_fullname): Likewise.
12990 (dw2_expand_marked_cus): Likewise.
12991 (dw2_map_symbol_filenames): Likewise.
12992 (create_cus_from_debug_names): Likewise.
12993 (dwarf2_read_debug_names): Likewise.
12994 (dw2_debug_names_iterator::next): Likewise.
12995 (dwarf2_initialize_objfile): Likewise.
12996 (set_partial_user): Likewise.
12997 (dwarf2_build_psymtabs_hard): Likewise.
12998 (read_comp_units_from_section): Remove arguments, adjust to
12999 std::vector change.
13000 (create_all_comp_units): Adjust to std::vector and
13001 read_comp_units_from_section changes.
13002 (dwarf2_find_containing_comp_unit): Adjust to std::vector
13003 change.
13004 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13005 (psyms_seen_size): Likewise.
13006 (write_gdbindex): Likewise.
13007 (write_debug_names): Likewise.
13008
13009 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13010
13011 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
13012 with dwarf2_per_objfile.
13013 (create_cus_from_index): Likewise.
13014 (create_signatured_type_table_from_index): Likewise.
13015 (dwarf2_read_index): Likewise.
13016 (dwarf2_initialize_objfile): Likewise.
13017 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
13018 per_cu rather than get_dwarf2_per_objfile.
13019
13020 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13021
13022 * dwarf2read.h (struct signatured_type): Forward declare.
13023 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
13024 New methods.
13025 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
13026 (dw2_get_cutu): ...this.
13027 (dwarf2_per_objfile::get_cu): Rename from...
13028 (dw2_get_cu): ...this.
13029 (dwarf2_per_objfile::get_tu): New.
13030 (create_addrmap_from_index): Adjust.
13031 (create_addrmap_from_aranges): Adjust.
13032 (dw2_find_last_source_symtab): Adjust.
13033 (dw2_map_symtabs_matching_filename): Adjust.
13034 (dw2_symtab_iter_next): Adjust.
13035 (dw2_print_stats): Adjust.
13036 (dw2_expand_all_symtabs): Adjust.
13037 (dw2_expand_symtabs_with_fullname): Adjust.
13038 (dw2_expand_marked_cus): Adjust.
13039 (dw_expand_symtabs_matching_file_matcher): Adjust.
13040 (dw2_map_symbol_filenames): Adjust.
13041 (dw2_debug_names_iterator::next): Adjust.
13042 (dwarf2_initialize_objfile): Adjust.
13043 (set_partial_user): Adjust.
13044 (dwarf2_build_psymtabs_hard): Adjust.
13045
13046 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13047
13048 * dwarf2read.c (create_signatured_type_table_from_debug_names):
13049 Remove unused variables.
13050 (dw2_map_symtabs_matching_filename): Likewise.
13051 (dwarf2_record_block_ranges): Likewise.
13052 (dwarf2_read_addr_index): Likewise.
13053 (follow_die_offset): Likewise.
13054
13055 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13056
13057 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
13058 to symbol_file_add_main.
13059
13060 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13061
13062 PR mi/22299
13063 * mi/mi-console.c (do_fputc_async_safe): New.
13064 (mi_console_file::write_async_safe): New.
13065 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
13066 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
13067 New.
13068 * ui-file.c (ui_file::putstrn): Adjust call to
13069 fputstrn_unfiltered.
13070 * utils.c (printchar): Replace do_fputs and do_fprintf
13071 parameters by do_fputc.
13072 (fputstr_filtered): Adjust call to printchar.
13073 (fputstr_unfiltered): Likewise.
13074 (fputstrn_filtered): Likewise.
13075 (fputstrn_unfiltered): Add do_fputc parameter, pass to
13076 printchar.
13077 * utils.h (do_fputc_ftype): New typedef.
13078 (fputstrn_unfiltered): Add do_fputc parameter.
13079
13080 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13081
13082 * regformats/i386/i386-avx.dat: Remove.
13083
13084 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13085
13086 PR gdb/22979
13087 * amd64-tdep.c (amd64_none_init_abi): New function.
13088 (amd64_x32_none_init_abi): New function.
13089 (_initialize_amd64_tdep): Register handlers for x86-64 and
13090 x64_32 with GDB_OSABI_NONE.
13091 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
13092 GDB_OSABI_NONE osabi.
13093
13094 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13095
13096 PR gdb/22980
13097 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
13098 GDB_OSABI_NONE.
13099 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
13100 * osabi.c (gdb_osabi_names): Add "unknown" entry.
13101
13102 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13103
13104 * common/byte-vector.h (char_vector): New type.
13105 * target.h (target_read_alloc): Return
13106 gdb::optional<byte_vector>.
13107 (target_read_stralloc): Return gdb::optional<char_vector>.
13108 (target_get_osdata): Return gdb::optional<char_vector>.
13109 * target.c (target_read_alloc_1): Templatize. Replacement
13110 manual memory management with vector.
13111 (target_read_alloc): Change return type, adjust.
13112 (target_read_stralloc): Change return type, adjust.
13113 (target_get_osdata): Change return type, adjust.
13114 * auxv.c (struct auxv_info) <length>: Remove.
13115 <data>: Change type to gdb::optional<byte_vector>.
13116 (auxv_inferior_data_cleanup): Free auxv_info with delete.
13117 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
13118 (target_auxv_search): Adjust.
13119 (fprint_target_auxv): Adjust.
13120 * avr-tdep.c (avr_io_reg_read_command): Adjust.
13121 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
13122 (linux_make_corefile_notes): Adjust.
13123 * osdata.c (get_osdata): Adjust.
13124 * remote.c (remote_get_threads_with_qxfer): Adjust.
13125 (remote_memory_map): Adjust.
13126 (remote_traceframe_info): Adjust.
13127 (btrace_read_config): Adjust.
13128 (remote_read_btrace): Adjust.
13129 (remote_pid_to_exec_file): Adjust.
13130 * solib-aix.c (solib_aix_get_library_list): Adjust.
13131 * solib-dsbt.c (decode_loadmap): Don't free buf.
13132 (dsbt_get_initial_loadmaps): Adjust.
13133 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
13134 * solib-target.c (solib_target_current_sos): Adjust.
13135 * tracepoint.c (sdata_make_value): Adjust.
13136 * xml-support.c (xinclude_start_include): Adjust.
13137 (xml_fetch_content_from_file): Adjust.
13138 * xml-support.h (xml_fetch_another): Change return type.
13139 (xml_fetch_content_from_file): Change return type.
13140 * xml-syscall.c (xml_init_syscalls_info): Adjust.
13141 * xml-tdesc.c (file_read_description_xml): Adjust.
13142 (fetch_available_features_from_target): Change return type.
13143 (target_fetch_description_xml): Adjust.
13144 (target_read_description_xml): Adjust.
13145
13146 2018-04-06 Tom Tromey <tom@tromey.com>
13147
13148 * value.c (~value): Update.
13149 (struct value) <contents>: Now unique_xmalloc_ptr.
13150 (value_contents_bits_eq, allocate_value_contents)
13151 (value_contents_raw, value_contents_all_raw)
13152 (value_contents_for_printing, value_contents_for_printing_const)
13153 (set_value_enclosing_type): Update.
13154
13155 2018-04-06 Tom Tromey <tom@tromey.com>
13156
13157 * value.c (range_s): Remove typedef, VEC.
13158 (struct range): Add operator<.
13159 (range_lessthan): Remove.
13160 (ranges_contain): Change type.
13161 (~value): Update.
13162 (struct value) <unavailable, optimized_out>: Now std::vector.
13163 (value_entirely_available)
13164 (value_entirely_covered_by_range_vector)
13165 (value_entirely_unavailable, value_entirely_optimized_out):
13166 Update.
13167 (insert_into_bit_range_vector): Change argument type.
13168 (find_first_range_overlap): Likewise.
13169 (struct ranges_and_idx, value_contents_bits_eq)
13170 (require_not_optimized_out, require_available): Update.
13171 (ranges_copy_adjusted): Change argument types.
13172 (value_optimized_out, value_copy, value_fetch_lazy): Update.
13173
13174 2018-04-06 Tom Tromey <tom@tromey.com>
13175
13176 * value.c (~value): Update.
13177 (struct value) <parent>: Now a value_ref_ptr.
13178 (value_parent, set_value_parent, value_address, value_copy):
13179 Update.
13180
13181 2018-04-06 Tom Tromey <tom@tromey.com>
13182
13183 * value.c (struct value): Add constructor, destructor, and member
13184 initializers.
13185 (allocate_value_lazy, value_decref): Update.
13186
13187 2018-04-06 Tom Tromey <tom@tromey.com>
13188
13189 * value.c (struct value) <released, next>: Remove.
13190 (all_values): Now a std::vector.
13191 (allocate_value_lazy): Update.
13192 (value_next): Remove.
13193 (value_mark, value_free_to_mark, release_value)
13194 (value_release_to_mark): Update.
13195
13196 2018-04-06 Tom Tromey <tom@tromey.com>
13197
13198 * value.h (fetch_subexp_value, value_release_to_mark): Update.
13199 (free_value_chain): Remove.
13200 * value.c (free_value_chain): Remove.
13201 (value_release_to_mark): Return a std::vector.
13202 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
13203 std::vector.
13204 (check_condition): Update.
13205 * eval.c (fetch_subexp_value): Change "val_chain" to a
13206 std::vector.
13207 * breakpoint.c (update_watchpoint): Update.
13208 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
13209
13210 2018-04-06 Tom Tromey <tom@tromey.com>
13211
13212 * value.h (free_all_values): Remove.
13213 * value.c (free_all_values): Remove.
13214
13215 2018-04-06 Tom Tromey <tom@tromey.com>
13216
13217 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
13218 (value_history_chain, value_history_count): Remove.
13219 (value_history): New global.
13220 (record_latest_value, access_value_history, show_values)
13221 (preserve_values): Update.
13222
13223 2018-04-06 Tom Tromey <tom@tromey.com>
13224
13225 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
13226 * varobj.c (varobj_set_display_format, varobj_set_value)
13227 (install_default_visualizer, construct_visualizer)
13228 (install_new_value, ~varobj, varobj_get_value_type)
13229 (my_value_of_variable, varobj_editable_p): Update.
13230 * c-varobj.c (c_describe_child, c_value_of_variable)
13231 (cplus_number_of_children, cplus_describe_child): Update.
13232 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
13233 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
13234 (ada_value_of_variable, ada_value_is_changeable_p): Update.
13235
13236 2018-04-06 Tom Tromey <tom@tromey.com>
13237
13238 * printcmd.c (last_examine_address): Change type to
13239 value_ref_ptr.
13240 (do_examine, x_command): Update.
13241
13242 2018-04-06 Tom Tromey <tom@tromey.com>
13243
13244 * value.c (release_value): Update.
13245 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
13246 (struct bpstats) <val>: Now a value_ref_ptr.
13247 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13248 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13249 (~watchpoint, print_it_watchpoint, watch_command_1)
13250 (invalidate_bp_value_on_memory_change): Update.
13251
13252 2018-04-06 Tom Tromey <tom@tromey.com>
13253
13254 * varobj.c (varobj_clear_saved_item)
13255 (update_dynamic_varobj_children, install_new_value, ~varobj):
13256 Update.
13257 * value.h (value_incref): Move declaration earlier.
13258 (value_decref): Rename from value_free.
13259 (struct value_ref_policy): New.
13260 (value_ref_ptr): New typedef.
13261 (struct value_deleter): Remove.
13262 (gdb_value_up): Remove typedef.
13263 (release_value): Change return type.
13264 (release_value_or_incref): Remove.
13265 * value.c (set_value_parent): Update.
13266 (value_incref): Change return type.
13267 (value_decref): Rename from value_free.
13268 (value_free_to_mark, free_all_values, free_value_chain): Update.
13269 (release_value): Return value_ref_ptr.
13270 (release_value_or_incref): Remove.
13271 (record_latest_value, set_internalvar, clear_internalvar):
13272 Update.
13273 * stack.c (info_frame_command): Don't call value_free.
13274 * python/py-value.c (valpy_dealloc, valpy_new)
13275 (value_to_value_object): Update.
13276 * printcmd.c (do_examine): Update.
13277 * opencl-lang.c (lval_func_free_closure): Update.
13278 * mi/mi-main.c (register_changed_p): Don't call value_free.
13279 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13280 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13281 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
13282 value_free.
13283 * guile/scm-value.c (vlscm_free_value_smob)
13284 (vlscm_scm_from_value): Update.
13285 * frame.c (frame_register_unwind, frame_unwind_register_signed)
13286 (frame_unwind_register_unsigned, get_frame_register_bytes)
13287 (put_frame_register_bytes): Don't call value_free.
13288 * findvar.c (address_from_register): Don't call value_free.
13289 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
13290 * dwarf2loc.c (entry_data_value_free_closure)
13291 (value_of_dwarf_reg_entry, free_pieced_value_closure)
13292 (dwarf2_evaluate_loc_desc_full): Update.
13293 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13294 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13295 (~watchpoint, watch_command_1)
13296 (invalidate_bp_value_on_memory_change): Update.
13297 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
13298
13299 2018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
13300
13301 PR gdb/23022
13302 * warning.m4: Add -Wno-error=deprecated-register.
13303 * configure: Re-generate.
13304
13305 2018-04-05 Tom Tromey <tom@tromey.com>
13306
13307 * linespec.h: Remove include of "vec.h".
13308
13309 2018-04-05 Tom Tromey <tom@tromey.com>
13310
13311 * linespec.c (typep): Remove typedef.
13312 (find_methods, find_superclass_methods): Take a std::vector.
13313 (find_method): Use std::vector.
13314
13315 2018-04-05 Tom Tromey <tom@tromey.com>
13316
13317 * utils.c (compare_strings): Remove.
13318 * utils.h (compare_strings): Remove.
13319 * objc-lang.h (find_imps): Update.
13320 * objc-lang.c (find_methods): Take a std::vector.
13321 (uniquify_strings, find_imps): Likewise.
13322 * linespec.c (find_methods): Take a std::vector.
13323 (decode_objc): Use std::vector.
13324 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
13325 a std::vector.
13326 (find_method, find_function_symbols): Use std::vector.
13327
13328 2018-04-05 Tom Tromey <tom@tromey.com>
13329
13330 * completer.c (completion_tracker::completion_tracker): Remove
13331 cast.
13332 (completion_tracker::discard_completions): Likewise.
13333 * breakpoint.c (ambiguous_names_p): Remove cast.
13334 * ada-lang.c (_initialize_ada_language): Remove cast.
13335 * utils.h (streq): Update.
13336 (streq_hash): Add new declaration.
13337 * utils.c (streq): Return bool.
13338 (streq_hash): New function.
13339
13340 2018-04-05 Tom Tromey <tom@tromey.com>
13341
13342 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
13343 Remove a string copy.
13344
13345 2018-04-05 Tom Tromey <tom@tromey.com>
13346
13347 * linespec.c (filter_results): Use std::vector.
13348 (decode_line_2, decode_line_full): Update.
13349
13350 2018-04-05 Tom Tromey <tom@tromey.com>
13351
13352 * linespec.c (canonical_to_fullform): Return std::string.
13353 (filter_results): Update.
13354 (struct decode_line_2_item): Add constructor.
13355 <fullform, displayform>: Now std::string.
13356 (decode_line_2_compare_items): Now a std::sort comparator.
13357 (decode_line_2): Update.
13358
13359 2018-04-05 Tom Tromey <tom@tromey.com>
13360
13361 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
13362 (unexpected_linespec_error): Update.
13363 (linespec_parse_basic, parse_linespec): Update.
13364
13365 2018-04-05 Tom Tromey <tom@tromey.com>
13366
13367 * linespec.c (linespec_parse_basic): Reindent.
13368
13369 2018-04-05 Tom Tromey <tom@tromey.com>
13370
13371 * minsyms.h (iterate_over_minimal_symbols): Update.
13372 * minsyms.c (iterate_over_minimal_symbols): Take a
13373 gdb::function_view.
13374 * linespec.c (struct collect_minsyms): Remove.
13375 (compare_msyms): Now a std::sort comparator.
13376 (add_minsym): Add parameters.
13377 (search_minsyms_for_name): Update. Use std::vector.
13378
13379 2018-04-03 Tom Tromey <tom@tromey.com>
13380
13381 * mipsread.c (read_alphacoff_dynamic_symtab): Use
13382 gdb::byte_vector.
13383
13384 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
13385
13386 * MAINTAINERS (Write After Approval): Add Weimin Pan.
13387
13388 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
13389
13390 PR gdb/16959
13391 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
13392 printing static type.
13393
13394 2018-04-01 Tom Tromey <tom@tromey.com>
13395
13396 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
13397 (rs6000_xfer_shared_libraries): Update.
13398
13399 2018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
13400
13401 * common/gdb_vecs.h (char_ptr): Remove.
13402 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
13403
13404 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13405
13406 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
13407 with std::vector.
13408 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
13409
13410 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13411
13412 * tracepoint.h (struct uploaded_tp): Initialize fields.
13413 <actions, step_actions, cmd_strings>: Change type to
13414 std::vector<char *>.
13415 * tracepoint.c (get_uploaded_tp): Allocate with new.
13416 (free_uploaded_tps): Free with delete.
13417 (parse_tracepoint_definition): Adjust to std::vector change.
13418 * breakpoint.c (read_uploaded_action): Likewise.
13419 (create_tracepoint_from_upload): Likewise.
13420 * ctf.c (ctf_write_uploaded_tp): Likewise.
13421 (SET_ARRAY_FIELD): Likewise.
13422 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
13423
13424 2018-03-30 Tom Tromey <tom@tromey.com>
13425
13426 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
13427 std::unique_ptr.
13428 (svr4_keep_data_in_core): Update.
13429 (svr4_read_so_list): Update.
13430
13431 2018-03-30 Tom Tromey <tom@tromey.com>
13432
13433 * windows-nat.c (handle_output_debug_string, handle_exception):
13434 Update.
13435 * target.h (target_read_string): Update.
13436 * target.c (target_read_string): Change "string" to
13437 unique_xmalloc_ptr.
13438 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
13439 Update.
13440 * solib-frv.c (frv_current_sos): Update.
13441 * solib-dsbt.c (dsbt_current_sos): Update.
13442 * solib-darwin.c (darwin_current_sos): Update.
13443 * linux-thread-db.c (inferior_has_bug): Update.
13444 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
13445 Update. Remove alloca.
13446 * ada-lang.c (ada_main_name): Update.
13447
13448 2018-03-30 Tom Tromey <tom@tromey.com>
13449
13450 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
13451 (struct dwo_file_deleter): New.
13452 (dwo_file_up): New typedef.
13453 (open_and_init_dwo_file): Use dwo_file_up.
13454 (free_dwo_file_cleanup): Remove.
13455
13456 2018-03-30 Tom Tromey <tom@tromey.com>
13457
13458 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
13459 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
13460
13461 2018-03-30 Tom Tromey <tom@tromey.com>
13462
13463 * dwarf2read.c (class free_cached_comp_units): New class.
13464 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
13465 (free_cached_comp_units): Remove function.
13466
13467 2018-03-30 Tom Tromey <tom@tromey.com>
13468
13469 * utils.h (make_cleanup_unpush_target): Remove.
13470 * inf-ptrace.c (struct target_unpusher): New.
13471 (target_unpush_up) New typedef.
13472 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
13473 target_unpush_up.
13474 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
13475
13476 2018-03-27 Tom Tromey <tom@tromey.com>
13477
13478 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
13479
13480 2018-03-27 Pedro Alves <palves@redhat.com>
13481 Tom Tromey <tom@tromey.com>
13482
13483 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
13484 destructor. Now a class.
13485 (gdb_readline_wrapper_cleanup): Remove function.
13486 (gdb_readline_wrapper): Remove cleanups.
13487
13488 2018-03-27 Tom Tromey <tom@tromey.com>
13489
13490 * typeprint.h (struct type_print_options) <local_typedefs,
13491 global_typedefs>: Remove "struct" keyword.
13492 (class typedef_hash_table): New class.
13493 (recursively_update_typedef_hash, add_template_parameters)
13494 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
13495 (find_typedef_in_hash): Don't declare.
13496 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
13497 (typedef_hash_table::recursively_update): Rename from
13498 recursively_update_typedef_hash. Now a member.
13499 (typedef_hash_table::add_template_parameters): Rename from
13500 add_template_parameters. Now a member.
13501 (typedef_hash_table::typedef_hash_table): Now a constructor;
13502 rename from create_typedef_hash.
13503 (typedef_hash_table::~typedef_hash_table): Now a destructor;
13504 rename from free_typedef_hash.
13505 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
13506 (do_free_global_table): Remove.
13507 (typedef_hash_table::typedef_hash_table): New constructor; renamed
13508 from copy_type_recursive.
13509 (create_global_typedef_table): Remove.
13510 (typedef_hash_table::find_global_typedef): Now a member of
13511 typedef_hash_table.
13512 (typedef_hash_table::find_typedef): Rename from
13513 find_typedef_in_hash; now a member.
13514 (whatis_exp): Update.
13515 * extension.h (struct ext_lang_type_printers): Add constructor and
13516 destructor.
13517 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
13518 declare.
13519 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
13520 Now a constructor; rename from start_ext_lang_type_printers.
13521 (ext_lang_type_printers): Now a destructor; rename from
13522 free_ext_lang_type_printers.
13523 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
13524 Update.
13525 (c_type_print_base_struct_union): Update. Remove cleanups.
13526
13527 2018-03-27 Tom Tromey <tom@tromey.com>
13528
13529 * dwarf-index-write.c: Include <cmath>.
13530
13531 2018-03-27 Joel Brobecker <brobecker@adacore.com>
13532
13533 * NEWS: Add entry describing new "set|show varsize-limit" command.
13534 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
13535 command.
13536 * printcmd.c (_initialize_printcmd): Add "set var" alias of
13537 "set variable".
13538
13539 2018-03-27 Simon Marchi <simon.marchi@ericsson.com>
13540
13541 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
13542 dwarf-index-write.c
13543 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
13544 * dwarf-index-common.c: New file.
13545 * dwarf-index-common.h: New file.
13546 * dwarf-index-write.c: New file.
13547 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
13548 (struct dwarf2_section_info): Move from here.
13549 (dwarf2_section_info_def): Likewise.
13550 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
13551 (offset_type): Likewise.
13552 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
13553 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
13554 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
13555 (byte_swap): Likewise.
13556 (MAYBE_SWAP): Likewise.
13557 (dwarf2_per_cu_ptr): Likewise.
13558 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
13559 (struct tu_stats): Likewise.
13560 (struct dwarf2_per_objfile): Likewise.
13561 (struct dwarf2_per_cu_data): Likewise.
13562 (struct signatured_type): Likewise.
13563 (sig_type_ptr): Likewise.
13564 (DEF_VEC_P (sig_type_ptr)): Likewise.
13565 (INDEX4_SUFFIX): Likewise.
13566 (INDEX5_SUFFIX): Likewise.
13567 (DEBUG_STR_SUFFIX): Likewise.
13568 (dwarf2_read_section): Make non-static.
13569 (mapped_index_string_hash): Move from here.
13570 (dwarf5_djb_hash): Likewise.
13571 (file_write): Likewise.
13572 (class data_buf): Likewise.
13573 (struct symtab_index_entry): Likewise.
13574 (struct mapped_symtab): Likewise.
13575 (find_slot): Likewise.
13576 (hash_expand): Likewise.
13577 (add_index_entry): Likewise.
13578 (uniquify_cu_indices): Likewise.
13579 (class c_str_view): Likewise.
13580 (class c_str_view_hasher): Likewise.
13581 (class vector_hasher): Likewise.
13582 (write_hash_table): Likewise.
13583 (psym_index_map): Likewise.
13584 (struct addrmap_index_data): Likewise.
13585 (add_address_entry): Likewise.
13586 (add_address_entry_worker): Likewise.
13587 (write_address_map): Likewise.
13588 (symbol_kind): Likewise.
13589 (write_psymbols): Likewise.
13590 (struct signatured_type_index_data): Likewise.
13591 (write_one_signatured_type): Likewise.
13592 (recursively_count_psymbols): Likewise.
13593 (recursively_write_psymbols): Likewise.
13594 (class debug_names): Likewise.
13595 (check_dwarf64_offsets): Likewise.
13596 (psyms_seen_size): Likewise.
13597 (write_gdbindex): Likewise.
13598 (write_debug_names): Likewise.
13599 (assert_file_size): Likewise.
13600 (write_psymtabs_to_index): Likewise.
13601 (save_gdb_index_command): Likewise.
13602 (_initialize_dwarf2_read): Don't register the "save gdb-index"
13603 command.
13604 * dwarf2read.h: New file.
13605
13606 2018-03-27 Joel Brobecker <brobecker@adacore.com>
13607
13608 PR gdb/22670
13609 * dwarf2read.c (dwarf2_physname): Do not return the demangled
13610 symbol name if the CU's language stores symbol names in linkage
13611 format.
13612 * language.h (struct language_defn)
13613 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
13614 all instances of this struct.
13615
13616 2018-03-26 Tom Tromey <tom@tromey.com>
13617
13618 * stack.c (backtrace_command_1): Remove verbose code.
13619
13620 2018-03-26 Tom Tromey <tom@tromey.com>
13621
13622 * python/py-framefilter.c (py_print_type): Don't catch
13623 exceptions. Return void.
13624 (py_print_value): Likewise.
13625 (py_print_single_arg): Likewise.
13626 (enumerate_args): Don't catch exceptions.
13627 (py_print_args): Likewise.
13628 (py_print_frame): Likewise.
13629 (gdbpy_apply_frame_filter): Catch exceptions here.
13630
13631 2018-03-26 Tom Tromey <tom@tromey.com>
13632
13633 * stack.c (_initialize_stack): Remove trailing newlines from help
13634 text. Add "Usage" line to "backtrace" help.
13635
13636 2018-03-26 Tom Tromey <tom@tromey.com>
13637
13638 PR python/16486:
13639 * python/py-framefilter.c (py_print_args): Call wrap_hint.
13640
13641 2018-03-26 Tom Tromey <tom@tromey.com>
13642
13643 * python/py-framefilter.c (py_print_single_arg): Return
13644 EXT_LANG_BT_ERROR from catch.
13645
13646 2018-03-26 Tom Tromey <tom@tromey.com>
13647
13648 PR backtrace/15584:
13649 * stack.c (backtrace_command_1): Move some code into no-filters
13650 "if".
13651
13652 2018-03-26 Tom Tromey <tom@tromey.com>
13653
13654 * python/py-framefilter.c (throw_quit_or_print_exception): New
13655 function.
13656 (gdbpy_apply_frame_filter): Use it.
13657
13658 2018-03-26 Tom Tromey <tom@tromey.com>
13659
13660 PR cli/17716:
13661 * python/py-framefilter.c (py_print_type, py_print_value)
13662 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
13663 RETURN_MASK_ERROR.
13664
13665 2018-03-26 Tom Tromey <tom@tromey.com>
13666
13667 * python/py-framefilter.c (enumerate_args): Use
13668 gdb::unique_xmalloc_ptr.
13669
13670 2018-03-26 Tom Tromey <tom@tromey.com>
13671
13672 * python/py-framefilter.c (py_print_frame): Return
13673 EXT_LANG_BT_OK.
13674 (gdbpy_apply_frame_filter): Update comment.
13675 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
13676 Remove.
13677 <EXT_LANG_BT_NO_FILTERS>: Change value.
13678
13679 2018-03-26 Tom Tromey <tom@tromey.com>
13680
13681 PR backtrace/15582:
13682 * stack.c (backtrace_command): Parse "hide" argument.
13683 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
13684 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
13685 constant.
13686
13687 2018-03-26 Tom Tromey <tom@tromey.com>
13688
13689 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
13690 add "flags".
13691 (backtrace_command): Remove "fulltrace", add "flags".
13692
13693 2018-03-26 Tom Tromey <tom@tromey.com>
13694
13695 * stack.c (backtrace_command): Rewrite command line parsing.
13696
13697 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
13698
13699 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
13700
13701 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
13702
13703 * filename-seen-cache.h: Add include guard.
13704
13705 2018-03-26 Keith Seitz <keiths@redhat.com>
13706
13707 * symfile.c (place_section): Remove "struct" from section_addr_info
13708 in comment.
13709 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
13710 "struct" keyword from section_addr_info.
13711
13712 2018-03-26 Alan Hayward <alan.hayward@arm.com>
13713
13714 * regformats/regdef.h (reg): Add constructors.
13715
13716 2018-03-25 Pedro Alves <palves@redhat.com>
13717
13718 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
13719 if then/else bodies in var_func_name extraction.
13720
13721 2018-03-23 Weimin Pan <weimin.pan@oracle.com>
13722
13723 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
13724 lookup_minimal_symbol() to find symbol entry.
13725 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
13726
13727 2018-03-23 Keith Seitz <keiths@redhat.com>
13728
13729 PR c++/22968
13730 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
13731 nested type definitions for C++, too.
13732
13733 2018-03-23 Tom Tromey <tom@tromey.com>
13734
13735 * machoread.c (struct oso_el): Add a constructor. Don't define as
13736 a typedef.
13737 (macho_register_oso): Remove.
13738 (macho_symtab_read): Take a std::vector.
13739 (oso_el_compare_name): Now a std::sort comparator.
13740 (macho_symfile_read_all_oso): Take a std::vector.
13741 (macho_symfile_read): Use std::vector. Remove cleanups.
13742
13743 2018-03-22 Tom Tromey <tom@tromey.com>
13744
13745 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
13746 (record_full_goto_bookmark): Use std::string.
13747
13748 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
13749
13750 PR tdep/18295
13751 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
13752 a single mask.
13753
13754 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
13755
13756 * rs6000-tdep.c (store_insn_p): New function.
13757 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
13758 and cr_reg to their unshifted values. Use store_insn_p to
13759 match LR saves using either R1 or fdata->alloca_reg. Use
13760 store_insn_p to match CR saves. Set alloca_reg_offset
13761 when alloca_reg and framep are set. Remove lr_reg shift
13762 when assigning to fdata->lr_register.
13763
13764 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
13765
13766 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
13767 command line args instead of emitting a warning.
13768
13769 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
13770
13771 * tracepoint.h (struct static_tracepoint_marker): Initialize
13772 fields, define default constructor, move constructor and move
13773 assignment, disable the rest.
13774 <str_id, extra>: Make std::string.
13775 (release_static_tracepoint_marker): Remove.
13776 (free_current_marker): Remove.
13777 * tracepoint.c (free_current_marker): Remove.
13778 (parse_static_tracepoint_marker_definition): Adjust to
13779 std::string, use new hex2str overload.
13780 (release_static_tracepoint_marker): Remove.
13781 (print_one_static_tracepoint_marker): Get marker by reference
13782 and adjust to std::string.
13783 (info_static_tracepoint_markers_command): Adjust to std::vector
13784 changes
13785 * target.h (static_tracepoint_marker_p): Remove typedef.
13786 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
13787 (struct target_ops) <to_static_tracepoint_marker_at>: Return
13788 bool.
13789 <to_static_tracepoint_markers_by_strid>: Return std::vector.
13790 * target-debug.h
13791 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
13792 (target_debug_print_std_vector_static_tracepoint_marker): New.
13793 (target_debug_print_struct_static_tracepoint_marker_p): Rename
13794 to...
13795 (target_debug_print_static_tracepoint_marker_p): ... this.
13796 * target-delegates.c: Re-generate.
13797 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
13798 Make std::string.
13799 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
13800 (decode_static_tracepoint_spec): Adjust to std::vector.
13801 (tracepoint_print_one_detail): Adjust to std::string.
13802 (strace_marker_decode_location): Adjust to std::string.
13803 (update_static_tracepoint): Adjust to std::string, remove call
13804 to release_static_tracepoint_marker.
13805 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
13806 Adjust to std::vector.
13807 * remote.c (remote_static_tracepoint_marker_at): Return bool.
13808 (remote_static_tracepoint_markers_by_strid): Adjust to
13809 std::vector.
13810 * common/rsp-low.h (hex2str): New overload with explicit count
13811 of bytes.
13812 * common/rsp-low.c (hex2str): New overload with explicit count
13813 of bytes.
13814 * unittests/rsp-low-selftests.c (test_hex2str): New function.
13815 (_initialize_rsp_low_selftests): Add test_hex2str test.
13816 * unittests/tracepoint-selftests.c
13817 (test_parse_static_tracepoint_marker_definition): Adjust to
13818 std::string.
13819
13820 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
13821
13822 * tracepoint.c (parse_static_tracepoint_marker_definition):
13823 Consider case where the definition is followed by more
13824 definitions.
13825 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13826 tracepoint-selftests.c.
13827 * unittests/tracepoint-selftests.c: New.
13828
13829 2018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
13830
13831 * MAINTAINERS (Write After Approval): Add Pedro Franco de
13832 Carvalho.
13833
13834 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
13835
13836 * symtab.c (find_pc_sect_line): fixed indentation.
13837
13838 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
13839
13840 * symtab.c (find_pc_sect_line): now uses binary search.
13841
13842 2018-03-19 Tom Tromey <tom@tromey.com>
13843
13844 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
13845 "IDENT" production.
13846
13847 2018-03-19 Pedro Alves <palves@redhat.com>
13848 Tom Tromey <tom@tromey.com>
13849
13850 * unittests/observable-selftests.c: New file.
13851 * common/observable.h: New file.
13852 * observable.h: New file.
13853 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
13854 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
13855 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
13856 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
13857 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
13858 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
13859 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
13860 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
13861 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
13862 python/py-breakpoint.c, python/py-finishbreakpoint.c,
13863 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
13864 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
13865 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
13866 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
13867 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
13868 tui/tui-interp.c, valops.c: Update all users.
13869 * tui/tui-hooks.c (tui_bp_created_observer)
13870 (tui_bp_deleted_observer, tui_bp_modified_observer)
13871 (tui_inferior_exit_observer, tui_before_prompt_observer)
13872 (tui_normal_stop_observer, tui_register_changed_observer):
13873 Remove.
13874 (tui_observers_token): New global.
13875 (attach_or_detach, tui_attach_detach_observers): New functions.
13876 (tui_install_hooks, tui_remove_hooks): Use
13877 tui_attach_detach_observers.
13878 * record-btrace.c (record_btrace_thread_observer): Remove.
13879 (record_btrace_thread_observer_token): New global.
13880 * observer.sh: Remove.
13881 * observer.c: Rename to observable.c.
13882 * observable.c (namespace gdb_observers): Define new objects.
13883 (observer_debug): Move into gdb_observers namespace.
13884 (struct observer, struct observer_list, xalloc_observer_list_node)
13885 (xfree_observer_list_node, generic_observer_attach)
13886 (generic_observer_detach, generic_observer_notify): Remove.
13887 (_initialize_observer): Update.
13888 Don't include observer.inc.
13889 * Makefile.in (generated_files): Remove observer.h, observer.inc.
13890 (clean mostlyclean): Likewise.
13891 (observer.h, observer.inc): Remove targets.
13892 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
13893 (COMMON_SFILES): Use observable.c, not observer.c.
13894 * .gitignore: Remove observer.h.
13895
13896 2018-03-18 Tom Tromey <tom@tromey.com>
13897
13898 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
13899 gdb::def_vector.
13900 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
13901
13902 2018-03-17 Tom Tromey <tom@tromey.com>
13903
13904 * auto-load.c (auto_load_objfile_script_1): Use std::string.
13905
13906 2018-03-17 Tom Tromey <tom@tromey.com>
13907
13908 * target.c (class scoped_target_fd): New.
13909 (target_fileio_close_cleanup): Remove.
13910 (target_fileio_read_alloc_1): Use scoped_target_fd.
13911
13912 2018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
13913
13914 * silent-rules.mk: New.
13915 * Makefile.in: Include silent-rules.mk
13916 (srcdir, VPATH, top_srcdir): Move up.
13917 (COMPILE): Add ECHO_CXX.
13918 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
13919 (init.c): Add ECHO_INIT_C.
13920 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
13921 (version.c): Add ECHO_GEN.
13922 (printcmd.o): Add ECHO_CXX.
13923 (target-float.o): Add ECHO_CXX.
13924 (ada-exp.o): Add ECHO_CXX.
13925 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
13926 (insight$(EXEEXT)): Add ECHO_CXXLD.
13927 * gnulib/configure.ac: Add AM_SILENT_RULES.
13928 * gnulib/aclocal.m4: Re-generate.
13929 * gnulib/configure: Re-generate.
13930 * gnulib/import/Makefile.in: Re-generate.
13931
13932 2018-03-16 Tom Tromey <tom@tromey.com>
13933
13934 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
13935 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
13936 * utils.c (do_free_section_addr_info)
13937 (make_cleanup_free_section_addr_info): Remove.
13938 * symfile.h (struct other_sections): Add constructor.
13939 (struct section_addr_info): Remove.
13940 (section_addr_info): New typedef.
13941 (struct sym_fns) <sym_offsets>: Change type of parameter.
13942 (build_section_addr_info_from_objfile)
13943 (relative_addr_info_to_section_offsets, addr_info_make_relative)
13944 (default_symfile_offsets, symbol_file_add)
13945 (symbol_file_add_from_bfd)
13946 (build_section_addr_info_from_section_table): Update.
13947 (alloc_section_addr_info, free_section_addr_info): Don't declare.
13948 * symfile.c (alloc_section_addr_info): Remove.
13949 (build_section_addr_info_from_section_table): Change return type.
13950 Update.
13951 (build_section_addr_info_from_bfd)
13952 (build_section_addr_info_from_objfile): Likewise.
13953 (free_section_addr_info): Remove.
13954 (relative_addr_info_to_section_offsets): Change type of "addrs".
13955 (addrs_section_compar): Now a std::sort comparator.
13956 (addrs_section_sort): Change return type.
13957 (addr_info_make_relative): Change type of "addrs". Update.
13958 (default_symfile_offsets, syms_from_objfile_1)
13959 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
13960 (symbol_file_add_separate): Update.
13961 (symbol_file_add): Change type of "addrs". Update.
13962 (add_symbol_file_command): Update. Remove cleanups.
13963 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
13964 cleanups.
13965 * symfile-debug.c (debug_sym_offsets): Change type of "info".
13966 * solib.c (solib_read_symbols): Update.
13967 * objfiles.c (objfile_relocate): Update. Remove cleanups.
13968 * machoread.c (macho_symfile_offsets): Update.
13969 * jit.c (jit_bfd_try_read_symtab): Update.
13970
13971 2018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
13972
13973 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13974 unittests/utils-selftests.c.
13975 * unittests/utils-selftests.c: New file.
13976
13977 2018-03-14 Tom Tromey <tom@tromey.com>
13978
13979 PR cli/14977:
13980 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
13981 for NULL.
13982
13983 2018-03-14 Tom Tromey <tom@tromey.com>
13984
13985 PR cli/19918:
13986 * printcmd.c (printf_pointer): Allow "-" in format.
13987
13988 2018-03-14 Tom Tromey <tom@tromey.com>
13989
13990 * printcmd.c (_initialize_printcmd): Add usage to printf.
13991
13992 2018-03-14 Yao Qi <qiyao@sourceware.org>
13993
13994 * MAINTAINERS: Update my email address.
13995
13996 2018-03-13 Tom Tromey <tom@tromey.com>
13997
13998 * machoread.c (macho_check_dsym): Change filenamep to a
13999 std::string*.
14000 (macho_symfile_read): Update.
14001 * symfile.c (load_command): Use std::string.
14002
14003 2018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
14004
14005 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
14006 to error message string.
14007 (riscv_register_name): Use xsnprintf instead of sprintf.
14008 (riscv_insn::fetch_instruction): Use gdb_assert instead of
14009 internal_error.
14010 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
14011 error.
14012 (riscv_push_dummy_call): Likewise.
14013
14014 2018-03-12 Tom Tromey <tom@tromey.com>
14015
14016 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
14017 Use gdb::byte_vector.
14018 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
14019
14020 2018-03-12 Yao Qi <yao.qi@linaro.org>
14021
14022 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
14023 parameter type to readable_regcache.
14024 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
14025 the declaration.
14026
14027 2018-03-11 Tom Tromey <tom@tromey.com>
14028
14029 * dwarf2read.c (struct nextfield): Add initializers.
14030 (struct nextfnfield): Remove.
14031 (struct fnfieldlist): Add initializers. Remove "length" and
14032 "head", use std::vector.
14033 (struct decl_field_list): Remove.
14034 (struct field_info): Add initializers.
14035 <fields, baseclasses>: Now std::vector.
14036 <nbaseclasses, nfnfields, typedef_field_list_count,
14037 nested_types_list_count>: Remove.
14038 (dwarf2_add_field, dwarf2_add_type_defn)
14039 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
14040 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
14041 (process_structure_scope): Update.
14042
14043 2018-03-11 Tom Tromey <tom@tromey.com>
14044
14045 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
14046 for use by std::sort.
14047 (build_type_psymtabs_1): Use std::vector.
14048
14049 2018-03-09 Eli Zaretskii <eliz@gnu.org>
14050
14051 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
14052 and LIBMPFR in the printed configuration.
14053
14054 2018-03-08 Tom Tromey <tom@tromey.com>
14055
14056 * source.c (get_filename_and_charpos): Use scoped_fd.
14057 * nto-procfs.c (procfs_open_1): Use scoped_fd.
14058 (procfs_pidlist): Likewise.
14059 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
14060 (iterate_over_mappings): Likewise.
14061
14062 2018-03-08 Tom Tromey <tom@tromey.com>
14063
14064 * infcall.c (struct call_return_meta_info)
14065 <stack_temporaries_enabled>: Remove.
14066 (get_call_return_value, call_function_by_hand_dummy): Update.
14067 * thread.c (disable_thread_stack_temporaries): Remove.
14068 (enable_thread_stack_temporaries): Remove.
14069 (thread_stack_temporaries_enabled_p): Return bool.
14070 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
14071 (get_last_thread_stack_temporary): Update.
14072 * eval.c (evaluate_subexp): Update.
14073 * gdbthread.h (class enable_thread_stack_temporaries): Now a
14074 class, not a function.
14075 (value_ptr, value_vec): Remove typedefs.
14076 (class thread_info) <stack_temporaries_enabled>: Now bool.
14077 <stack_temporaries>: Now a std::vector.
14078 (thread_stack_temporaries_enabled_p)
14079 (value_in_thread_stack_temporaries): Return bool.
14080
14081 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
14082
14083 * remote.c (putpkt_binary): Fix omitted bytes reporting.
14084 (getpkt_or_notif_sane_1): Likewise.
14085
14086 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14087
14088 * build-id.c (build_id_to_debug_bfd): Use std::string.
14089
14090 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14091
14092 * build-id.c (find_separate_debug_file_by_buildid): Return
14093 std::string.
14094 * build-id.h (find_separate_debug_file_by_buildid): Return
14095 std::string.
14096 * coffread.c (coff_symfile_read): Adjust to std::string.
14097 * elfread.c (elf_symfile_read): Adjust to std::string.
14098 * symfile.c (separate_debug_file_exists): Change parameter to
14099 std::string.
14100 (find_separate_debug_file): Return std::string.
14101 (find_separate_debug_file_by_debuglink): Return std::string.
14102 * symfile.h (find_separate_debug_file_by_debuglink): Return
14103 std::string.
14104
14105 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14106
14107 * common/xml-utils.c (xml_escape_text): Move code to...
14108 (xml_escape_text_append): ... this new function.
14109 * common/xml-utils.h (xml_escape_text_append): New declaration.
14110 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
14111 New function.
14112 (_initialize_xml_utils): register test_xml_escape_text_append as
14113 a selftest.
14114
14115 2018-03-07 Alan Hayward <alan.hayward@arm.com>
14116
14117 * defs.h: Remove MAX_REGISTER_SIZE.
14118 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
14119 asserts.
14120 * python/py-unwind.c (pyuw_sniffer): Likewise.
14121
14122 2018-03-07 Tom Tromey <tom@tromey.com>
14123
14124 * linux-tdep.c (linux_info_proc): Update.
14125 * target.h (struct target_ops) <to_fileio_readlink>: Return
14126 optional<string>.
14127 (target_fileio_readlink): Return optional<string>.
14128 * remote.c (remote_hostio_readlink): Return optional<string>.
14129 * inf-child.c (inf_child_fileio_readlink): Return
14130 optional<string>.
14131 * target.c (target_fileio_readlink): Return optional<string>.
14132
14133 2018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
14134
14135 * regcache.c (cooked_read_test): Add riscv to the list of
14136 architectures that have a save_reggroup.
14137
14138 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
14139
14140 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
14141 value is not a dynamic class object.
14142
14143 2018-03-06 Tom Tromey <tom@tromey.com>
14144
14145 * rust-exp.y: Formatting fixes.
14146
14147 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14148
14149 * riscv-tdep.c (riscv_register_name): Remove target description
14150 support.
14151 (riscv_gdbarch_init): Remove target description check.
14152
14153 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14154
14155 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
14156 comment.
14157 * riscv-tdep.h: Likewise.
14158
14159 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14160
14161 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
14162 (riscv_pseudo_register_write): Delete.
14163 (riscv_gdbarch_init): Remove all use of pseudo registers.
14164
14165 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14166
14167 * record-btrace.c (btrace_print_lines): Replace cleanup
14168 parameter with RAII equivalents.
14169 (btrace_insn_history): Replace cleanup with RAII equivalents.
14170 * ui-out.h (make_cleanup_ui_out_list_begin_end,
14171 make_cleanup_ui_out_tuple_begin_end): Remove.
14172 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
14173 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
14174 make_cleanup_ui_out_list_begin_end): Remove.
14175
14176 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14177
14178 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
14179 parameter types to std::vector. Use bool.
14180 (record_btrace_wait): Replace VEC(tp_t) with
14181 std::vector<thread_info *>.
14182 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
14183
14184 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14185
14186 * record-btrace.c (record_btrace_disable_callback): Remove.
14187 (struct scoped_btrace_disable): New.
14188 (record_btrace_open): Use scoped_btrace_disable.
14189
14190 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14191
14192 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
14193 reading values from registers.
14194
14195 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14196
14197 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
14198 where appropriate.
14199
14200 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14201
14202 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
14203 change parameter type. Use GDB's print functions, and use
14204 core_addr_to_string where appropriate.
14205 (riscv_push_dummy_call): Use core_addr_to_string where
14206 appropriate, update call to riscv_print_arg_location, and reindent
14207 a few lines.
14208 (riscv_return_value): Update call to riscv_print_arg_location.
14209
14210 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14211 Tim Newsome <tim@sifive.com>
14212 Albert Ou <a0u@eecs.berkeley.edu>
14213 Darius Rad <darius@bluespec.com>
14214
14215 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
14216 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
14217 (ALLDEPFILES): Add riscv-tdep.c
14218 * configure.tgt: Add riscv support.
14219 * riscv-tdep.c: New file.
14220 * riscv-tdep.h: New file.
14221 * NEWS: Mention new target.
14222 * MAINTAINERS: Add entry for riscv.
14223
14224 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14225
14226 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
14227 fields within aggregates.
14228
14229 2018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
14230
14231 * record-btrace.c (btrace_print_lines): Change type of flags to
14232 gdb_disassembly_flags.
14233
14234 2018-03-04 John Baldwin <jhb@FreeBSD.org>
14235
14236 * fbsd-nat.c: Include "inf-ptrace.h".
14237 (USE_SIGTRAP_SIGINFO): Conditionally define.
14238 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
14239 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
14240 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
14241 function.
14242 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
14243 Likewise.
14244 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
14245 Likewise.
14246 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
14247 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
14248 "supports_stopped_by_hw_breakpoint" target methods.
14249
14250 2018-03-04 John Baldwin <jhb@FreeBSD.org>
14251
14252 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
14253 * fbsd-nat.c (debug_fbsd_nat): New variable.
14254 (show_fbsd_nat_debug): New function.
14255 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
14256 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
14257
14258 2018-03-04 John Baldwin <jhb@FreeBSD.org>
14259
14260 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
14261 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
14262 prototype.
14263 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
14264 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
14265 method.
14266
14267 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14268
14269 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
14270 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
14271
14272 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14273
14274 * charset.c (struct charset_vector): New.
14275 (charsets): Change type to charset_vector.
14276 (find_charset_names): Adjust.
14277 (add_one): Adjust.
14278 (_initialize_charset): Adjust.
14279
14280 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14281
14282 * progspace.h (struct program_space) <deleted_solibs>: Change
14283 type to std::vector<std::string>.
14284 * progspace.c (clear_program_space_solib_cache): Adjust.
14285 * breakpoint.c (print_solib_event): Adjust.
14286 (check_status_catch_solib): Adjust.
14287 * solib.c (update_solib_list): Adjust.
14288 * ui-out.h (class ui_out) <field_string>: New overload.
14289 * ui-out.c (ui_out::field_string): New overload.
14290
14291 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14292
14293 * progspace.h (struct program_space): Add constructor and
14294 destructor, initialize fields.
14295 (add_program_space): Remove.
14296 * progspace.c (add_program_space): Rename to...
14297 (program_space::program_space): ... this.
14298 (release_program_space): Rename to...
14299 (program_space::~program_space): ... this.
14300 (delete_program_space): Use delete to delete program_space.
14301 (initialize_progspace): Use new to allocate program_space.
14302 * inferior.c (add_inferior_with_spaces): Likewise.
14303 (clone_inferior_command): Likewise.
14304 * infrun.c (follow_fork_inferior): Likewise.
14305 (handle_vfork_child_exec_or_exit): Likewise.
14306
14307 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14308
14309 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
14310 (delim_string_to_char_ptr_vec): Return std::vector of
14311 gdb::unique_xmalloc_ptr.
14312 (dirnames_to_char_ptr_vec_append): Take std::vector of
14313 gdb::unique_xmalloc_ptr.
14314 (dirnames_to_char_ptr_vec): Return std::vector of
14315 gdb::unique_xmalloc_ptr.
14316 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
14317 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
14318 (delim_string_to_char_ptr_vec): Return an std::vector of
14319 gdb::unique_xmalloc_ptr, adjust the code.
14320 (dirnames_to_char_ptr_vec_append): Take an std::vector of
14321 gdb::unique_xmalloc_ptr, adjust the code.
14322 (dirnames_to_char_ptr_vec): Return an std::vector of
14323 gdb::unique_xmalloc_ptr, adjust the code.
14324 * auto-load.c (auto_load_safe_path_vec): Change type to
14325 std::vector of gdb::unique_xmalloc_ptr.
14326 (auto_load_expand_dir_vars): Return an std::vector of
14327 gdb::unique_xmalloc_ptr, adjust the code.
14328 (auto_load_safe_path_vec_update): Adjust.
14329 (filename_is_in_auto_load_safe_path_vec): Adjust.
14330 (auto_load_objfile_script_1): Adjust.
14331 * build-id.c (build_id_to_debug_bfd): Adjust.
14332 * linux-thread-db.c (thread_db_load_search): Adjust.
14333 * source.c (add_path): Adjust.
14334 (openp): Adjust.
14335 * symfile.c (find_separate_debug_file): Adjust.
14336 * utils.c (do_free_char_ptr_vec): Remove.
14337 (make_cleanup_free_char_ptr_vec): Remove.
14338
14339 2018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
14340
14341 PR gdb/22907
14342 * common/pathstuff.c: Conditionally include "<windows.h>".
14343
14344 2018-03-01 Georg Sauthoff <mail@georg.so>
14345
14346 PR gdb/22888
14347 * gcore.in: Quote variables and switch interpreter to bash.
14348
14349 2018-03-01 Tom Tromey <tom@tromey.com>
14350
14351 * dwarf2read.c (alloc_discriminant_info): Fix default_index
14352 assertion. Add assertion for discriminant_index.
14353 (quirk_rust_enum): Use correct base type name in univariant case.
14354
14355 2018-03-01 Simon Marchi <simon.marchi@ericsson.com>
14356
14357 * record.c (get_call_history_modifiers): Return a
14358 record_print_flags.
14359 (cmd_record_call_history): Adjust.
14360 * record-btrace.c (record_btrace_call_history): Adjust.
14361 (record_btrace_call_history_range): Adjust.
14362 (record_btrace_call_history_from): Adjust.
14363 * target-debug.h (target_debug_print_record_print_flags): New.
14364 * target-delegates.c: Re-generate.
14365 * target.c (target_call_history): Change flags type.
14366 (target_call_history_from): Likewise.
14367 (target_call_history_range): Likewise.
14368 * target.h (struct target_ops) <target_call_history>: Likewise.
14369 (target_call_history_from): Likewise.
14370 (target_call_history_range): Likewise.
14371
14372 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14373 Simon Marchi <simon.marchi@polymtl.ca>
14374
14375 * common/common-utils.c: Include "sys/stat.h".
14376 (is_regular_file): Move here from "source.c"; change return
14377 type to "bool".
14378 * common/common-utils.h (is_regular_file): New prototype.
14379 * common/pathstuff.c (contains_dir_separator): New function.
14380 * common/pathstuff.h (contains_dir_separator): New prototype.
14381 * source.c: Don't include "sys/stat.h".
14382 (is_regular_file): Move to "common/common-utils.c".
14383
14384 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14385
14386 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
14387 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
14388 * auto-load.c: Include "common/pathstuff.h".
14389 * common/common-def.h (current_directory): Move here.
14390 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
14391 function.
14392 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
14393 prototype.
14394 * common/pathstuff.c: New file.
14395 * common/pathstuff.h: New file.
14396 * compile/compile.c: Include "common/pathstuff.h".
14397 * defs.h (current_directory): Move to "common/common-defs.h".
14398 * dwarf2read.c: Include "common/pathstuff.h".
14399 * exec.c: Likewise.
14400 * guile/scm-safe-call.c: Likewise.
14401 * linux-thread-db.c: Likewise.
14402 * main.c: Likewise.
14403 * nto-tdep.c: Likewise.
14404 * objfiles.c: Likewise.
14405 * source.c: Likewise.
14406 * symtab.c: Likewise.
14407 * utils.c: Include "common/pathstuff.h".
14408 (gdb_realpath): Move to "common/pathstuff.c".
14409 (gdb_realpath_keepfile): Likewise.
14410 (gdb_abspath): Likewise.
14411 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
14412 (gdb_realpath_keepfile): Likewise.
14413 (gdb_abspath): Likewise.
14414
14415 2018-02-28 John Baldwin <jhb@FreeBSD.org>
14416
14417 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
14418 wildcard process pid for super_resume for kernels with a
14419 specific bug.
14420
14421 2018-02-27 Phil Muldoon <pmuldoon@redhat.com>
14422
14423 * compile/compile.c (get_args): Add additional comments
14424 explaining function.
14425
14426 2018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
14427 Tom Tromey <tom@tromey.com>
14428
14429 * target.h (memory_write_request_s): Remove typedef. Don't define
14430 VEC.
14431 (target_write_memory_blocks): Change argument to std::vector.
14432 (struct memory_write_request): Add constructor.
14433 * target-memory.c (compare_block_starting_address): Return bool.
14434 Change argument types.
14435 (claim_memory): Change arguments to use std::vector.
14436 (split_regular_and_flash_blocks, blocks_to_erase)
14437 (compute_garbled_blocks): Likewise.
14438 (cleanup_request_data, cleanup_write_requests_vector): Remove.
14439 (target_write_memory_blocks): Change argument to std::vector.
14440 * symfile.c (struct load_section_data): Add constructor and
14441 destructor. Use std::vector for "requests".
14442 (struct load_progress_data): Add initializers.
14443 (load_section_callback): Update. Use "new".
14444 (clear_memory_write_data): Remove.
14445 (generic_load): Update.
14446
14447 2018-02-27 Alan Hayward <alan.hayward@arm.com>
14448
14449 * arch/aarch64.h: Use common/tdesc.h.
14450
14451 2018-02-26 Maciej W. Rozycki <macro@mips.com>
14452
14453 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
14454 architecture with a 64-bit ABI.
14455
14456 2018-02-26 Maciej W. Rozycki <macro@mips.com>
14457
14458 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
14459 ahead of target description loading.
14460
14461 2018-02-26 Tom Tromey <tom@tromey.com>
14462
14463 * stack.c (backtrace_command_1): Update.
14464 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
14465 of "flags".
14466 * python/py-framefilter.c (py_print_frame)
14467 (gdbpy_apply_frame_filter): Change type of "flags".
14468 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
14469 of "flags".
14470 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
14471 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
14472 * extension.h (enum frame_filter_flag): Rename from
14473 frame_filter_flags.
14474 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
14475 (apply_ext_lang_frame_filter): Change type of "flags".
14476 * extension.c (apply_ext_lang_frame_filter): Change type of
14477 "flags".
14478 * extension-priv.h (struct extension_language_ops)
14479 <apply_frame_filter>: Change type of "flags".
14480
14481 2018-02-26 Tom Tromey <tom@tromey.com>
14482
14483 PR python/16497:
14484 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
14485 off-by-one in py_end computation.
14486 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
14487 PRINT_MORE_FRAMES.
14488 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
14489 constant.
14490
14491 2018-02-26 Tom Tromey <tom@tromey.com>
14492
14493 * dwarf2read.c (struct variant_field): New.
14494 (struct nextfield) <variant>: New field.
14495 (dwarf2_add_field): Handle DW_TAG_variant_part.
14496 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
14497 discriminated union.
14498 (read_structure_type): Handle DW_TAG_variant_part.
14499 (handle_struct_member_die): New function, extracted from
14500 process_structure_scope. Handle DW_TAG_variant.
14501 (process_structure_scope): Handle discriminated unions. Call
14502 handle_struct_member_die.
14503
14504 2018-02-26 Tom Tromey <tom@tromey.com>
14505
14506 * rust-lang.h (rust_last_path_segment): Declare.
14507 * rust-lang.c (rust_last_path_segment): Now public. Change
14508 contract.
14509 (struct disr_info): Remove.
14510 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
14511 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
14512 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
14513 (rust_enum_p, rust_enum_variant): New function.
14514 (rust_underscore_fields): Remove "offset" parameter.
14515 (rust_print_enum): New function.
14516 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
14517 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
14518 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
14519 enums.
14520 (rust_internal_print_type): New function, from rust_print_type.
14521 Remove enum code.
14522 (rust_print_type): Call rust_internal_print_type.
14523 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
14524 Update enum handling.
14525 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
14526 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
14527 (rust_union_quirks): New functions.
14528 (process_full_comp_unit, process_full_type_unit): Call
14529 rust_union_quirks.
14530 (process_structure_scope): Update rust_unions if necessary.
14531
14532 2018-02-26 Tom Tromey <tom@tromey.com>
14533
14534 * value.h (value_union_variant): Declare.
14535 * valops.c (value_union_variant): New function.
14536 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
14537 (struct discriminant_info): New.
14538 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
14539 enumerator.
14540 (struct main_type) <flag_discriminated_union>: New field.
14541
14542 2018-02-26 Tom Tromey <tom@tromey.com>
14543
14544 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14545 unittests/unpack-selftests.c.
14546 * unittests/unpack-selftests.c: New file.
14547 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
14548
14549 2018-02-26 Yao Qi <yao.qi@linaro.org>
14550
14551 * dwarf2read.c (struct partial_die_info) <read>: New method.
14552 (read_partial_die): Remove the declaration.
14553 (load_partial_dies): Update.
14554 (partial_die_info::partial_die_info):
14555 (read_partial_die): Change it to partial_die_info::read.
14556
14557 2018-02-26 Yao Qi <yao.qi@linaro.org>
14558
14559 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
14560 (fixup_partial_die): Remove declaration.
14561 (scan_partial_symbols): Update.
14562 (partial_die_parent_scope): Likewise.
14563 (partial_die_full_name): Likewise.
14564 (fixup_partial_die): Change it to partial_die_info::fixup.
14565
14566 2018-02-26 Yao Qi <yao.qi@linaro.org>
14567
14568 * dwarf2read.c (read_partial_die): Update the declaration.
14569 (load_partial_dies): Caller update.
14570 (read_partial_die): Remove one argument abbrev_len.
14571
14572 2018-02-26 Yao Qi <yao.qi@linaro.org>
14573
14574 * dwarf2read.c (struct partial_die_info): Add ctor, delete
14575 assignment operator.
14576 (load_partial_dies): Use ctor and copy ctor.
14577 (read_partial_die): Update.
14578 (dwarf2_cu::find_partial_die): Use ctor.
14579
14580 2018-02-26 Yao Qi <yao.qi@linaro.org>
14581
14582 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
14583 (find_partial_die_in_comp_unit): Change it to
14584 dwarf2_cu::find_partial_die.
14585 (find_partial_die): Update.
14586
14587 2018-02-26 Yao Qi <yao.qi@linaro.org>
14588
14589 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
14590 is NULL.
14591
14592 2018-02-26 Yao Qi <yao.qi@linaro.org>
14593
14594 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
14595
14596 2018-02-26 Alan Hayward <alan.hayward@arm.com>
14597
14598 * arch/amd64.h: Use common/tdesc.h.
14599 * arch/i386.c: Likewise.
14600 * arch/i386.h: Likewise.
14601 * arch/tic6x.c: Likewise.
14602 * arch/tdesc.h: Move file from here...
14603 * common/tdesc.h: ...to here.
14604 * features/aarch64-core.c: Regenerate.
14605 * features/aarch64-fpu.c: Regenerate.
14606 * features/i386/32bit-avx.c: Regenerate.
14607 * features/i386/32bit-avx512.c: Regenerate.
14608 * features/i386/32bit-core.c: Regenerate.
14609 * features/i386/32bit-linux.c: Regenerate.
14610 * features/i386/32bit-mpx.c: Regenerate.
14611 * features/i386/32bit-pkeys.c: Regenerate.
14612 * features/i386/32bit-sse.c: Regenerate.
14613 * features/i386/64bit-avx.c: Regenerate.
14614 * features/i386/64bit-avx512.c: Regenerate.
14615 * features/i386/64bit-core.c: Regenerate.
14616 * features/i386/64bit-linux.c: Regenerate.
14617 * features/i386/64bit-mpx.c: Regenerate.
14618 * features/i386/64bit-pkeys.c: Regenerate.
14619 * features/i386/64bit-segments.c: Regenerate.
14620 * features/i386/64bit-sse.c: Regenerate.
14621 * features/i386/x32-core.c: Regenerate.
14622 * features/tic6x-c6xp.c: Regenerate.
14623 * features/tic6x-core.c: Regenerate.
14624 * features/tic6x-gp.c: Regenerate.
14625 * target-descriptions.c: Use common/tdesc.h.
14626 * target-descriptions.h: Likewise.
14627
14628 2018-02-24 Tom Tromey <tom@tromey.com>
14629
14630 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
14631 (try_thread_db_load_from_dir, thread_db_load_search): Use
14632 std::string.
14633 (info_auto_load_libthread_db_compare): Return bool. Change
14634 argument types.
14635 (info_auto_load_libthread_db): Use std::vector, std::string.
14636 Remove cleanups.
14637
14638 2018-02-24 Tom Tromey <tom@tromey.com>
14639
14640 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
14641 std::string.
14642 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
14643 std::string*.
14644 * gdbarch.c: Rebuild.
14645 * gdbarch.h: Rebuild.
14646 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
14647 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
14648 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
14649 std::string*.
14650
14651 2018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
14652
14653 * gdbtypes.h (sect_offset): Change type to uint64_t.
14654 (sect_offset_str): New function.
14655 * dwarf2read.c (create_addrmap_from_aranges): Use
14656 sect_offset_str.
14657 (error_check_comp_unit_head): Likewise.
14658 (create_debug_type_hash_table): Likewise.
14659 (read_cutu_die_from_dwo): Likewise.
14660 (init_cutu_and_read_dies): Likewise.
14661 (init_cutu_and_read_dies_no_follow): Likewise.
14662 (process_psymtab_comp_unit_reader): Likewise.
14663 (partial_die_parent_scope): Likewise.
14664 (peek_die_abbrev): Likewise.
14665 (process_queue): Likewise.
14666 (dwarf2_physname): Likewise.
14667 (read_namespace_alias): Likewise.
14668 (read_import_statement): Likewise.
14669 (create_dwo_cu_reader): Likewise.
14670 (create_cus_hash_table): Likewise.
14671 (lookup_dwo_cutu): Likewise.
14672 (inherit_abstract_dies): Likewise.
14673 (read_func_scope): Likewise.
14674 (read_call_site_scope): Likewise.
14675 (dwarf2_add_member_fn): Likewise.
14676 (read_common_block): Likewise.
14677 (read_module_type): Likewise.
14678 (read_typedef): Likewise.
14679 (read_subrange_type): Likewise.
14680 (load_partial_dies): Likewise.
14681 (read_partial_die): Likewise.
14682 (find_partial_die): Likewise.
14683 (read_str_index): Likewise.
14684 (dwarf2_string_attr): Likewise.
14685 (build_error_marker_type): Likewise.
14686 (lookup_die_type): Likewise.
14687 (dump_die_shallow): Likewise.
14688 (follow_die_ref): Likewise.
14689 (dwarf2_fetch_die_loc_sect_off): Likewise.
14690 (dwarf2_fetch_constant_bytes): Likewise.
14691 (follow_die_sig): Likewise.
14692 (get_signatured_type): Likewise.
14693 (get_DW_AT_signature_type): Likewise.
14694 (dwarf2_find_containing_comp_unit): Likewise.
14695 (set_die_type): Likewise.
14696
14697 2018-02-21 John Baldwin <jhb@FreeBSD.org>
14698
14699 * arch/aarch64.c: Include "common-defs.h".
14700 * arch/amd64.c: Likewise.
14701 * arch/i386.c: Likewise.
14702
14703 2018-02-21 Tom Tromey <tom@tromey.com>
14704
14705 * value.h: (extract_field_op): Update.
14706 * eval.c (extract_field_op): Return a const char *.
14707 * expression.h (parse_expression_for_completion): Update.
14708 * completer.c (complete_expression): Update.
14709 (add_struct_fields): Make fieldname const.
14710 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
14711 (mark_completion_tag, parse_exp_in_context_1): Update.
14712 (parse_expression_for_completion): Change "name" to
14713 unique_xmalloc_ptr*.
14714
14715 2018-02-21 Tom Tromey <tom@tromey.com>
14716
14717 * infcall.c (call_function_by_hand_dummy): Use std::vector.
14718
14719 2018-02-21 Yao Qi <yao.qi@linaro.org>
14720
14721 * avr-tdep.c (avr_read_pc): Change parameter type to
14722 readable_regcache.
14723 * gdbarch.sh (read_pc): Likewise.
14724 * gdbarch.c: Re-generated.
14725 * gdbarch.h: Re-generated.
14726 * hppa-tdep.c (hppa_read_pc): Change parameter type to
14727 readable_regcache.
14728 * ia64-tdep.c (ia64_read_pc): Likewise.
14729 * mips-tdep.c (mips_read_pc): Likewise.
14730 * spu-tdep.c (spu_read_pc): Likewise.
14731
14732 2018-02-21 Yao Qi <yao.qi@linaro.org>
14733
14734 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
14735 * regcache-dump.c: New file.
14736 * regcache.c: Move register_dump to regcache-dump.c.
14737 (maintenance_print_registers): Likewise.
14738 (maintenance_print_raw_registers): Likewise.
14739 (maintenance_print_cooked_registers): Likewise.
14740 (maintenance_print_register_groups): Likewise.
14741 (maintenance_print_remote_registers): Likewise.
14742 (_initialize_regcache): Likewise.
14743 * regcache.h (register_dump): Moved from regcache.c.
14744
14745 2018-02-21 Yao Qi <yao.qi@linaro.org>
14746
14747 * regcache.c (regcache::regcache): Update.
14748 (regcache::invalidate): Move it to detached_regcache::invalidate.
14749 (get_thread_arch_aspace_regcache): Update.
14750 (regcache::raw_update): Update.
14751 (regcache::cooked_read): Remove some code.
14752 (regcache::cooked_read_value): Likewise.
14753 (regcache::raw_write): Remove assert on m_readonly_p.
14754 (regcache::raw_supply_integer): Move it to
14755 detached_regcache::raw_supply_integer.
14756 (regcache::raw_supply_zeroed): Likewise.
14757 * regcache.h (detached_regcache) <raw_supply_integer>: New
14758 declaration.
14759 <raw_supply_zeroed, invalidate>: Likewise.
14760 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
14761 <invalidate>: Likewise.
14762 <m_readonly_p>: Removed.
14763
14764 2018-02-21 Yao Qi <yao.qi@linaro.org>
14765
14766 * infcmd.c (get_return_value): Let stop_regs point to
14767 get_current_regcache.
14768 * regcache.c (regcache::regcache): Remove.
14769 (register_dump_reg_buffer): New class.
14770 (regcache_print): Adjust.
14771 * regcache.h (regcache): Remove constructors.
14772
14773 2018-02-21 Yao Qi <yao.qi@linaro.org>
14774
14775 * regcache.c (class register_dump): New class.
14776 (register_dump_regcache, register_dump_none): New class.
14777 (register_dump_remote, register_dump_groups): New class.
14778 (regcache_print): Update.
14779 * regcache.h (regcache_dump_what): Move it to regcache.c.
14780 (regcache) <dump>: Remove.
14781
14782 2018-02-21 Yao Qi <yao.qi@linaro.org>
14783
14784 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
14785 reg_buffer_rw *.
14786 (jit_unwind_reg_set_impl): Call raw_supply.
14787 (jit_frame_sniffer): Use reg_buffer_rw.
14788 * record-full.c (record_full_core_regbuf): Change its type.
14789 (record_full_core_open_1): Use reg_buffer_rw.
14790 (record_full_close): Likewise.
14791 (record_full_core_fetch_registers): Use regcache->raw_supply.
14792 (record_full_core_store_registers): Likewise.
14793 * regcache.c (regcache::get_register_status): Move it to
14794 reg_buffer.
14795 (regcache_raw_set_cached_value): Remove.
14796 (regcache::raw_set_cached_value): Remove.
14797 (regcache::raw_write): Call raw_supply.
14798 (regcache::raw_supply): Move it to reg_buffer_rw.
14799 * regcache.h (regcache_raw_set_cached_value): Remove.
14800 (reg_buffer_rw): New class.
14801
14802 2018-02-21 Yao Qi <yao.qi@linaro.org>
14803
14804 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
14805 readonly_detached_regcache.
14806 (dummy_frame_prev_register): Use regcache->cooked_read.
14807 * frame.c (frame_save_as_regcache): Change return type.
14808 (frame_pop): Update.
14809 * frame.h (frame_save_as_regcache): Update declaration.
14810 * inferior.h (get_infcall_suspend_state_regcache): Update
14811 declaration.
14812 * infrun.c (infcall_suspend_state) <registers>: use
14813 readonly_detached_regcache.
14814 (save_infcall_suspend_state): Don't use regcache_dup.
14815 (get_infcall_suspend_state_regcache): Change return type.
14816 * linux-fork.c (struct fork_info) <savedregs>: Change to
14817 readonly_detached_regcache.
14818 <pc>: New field.
14819 (fork_save_infrun_state): Don't use regcache_dup.
14820 (info_checkpoints_command): Adjust.
14821 * mi/mi-main.c (register_changed_p): Update declaration.
14822 (mi_cmd_data_list_changed_registers): Use
14823 readonly_detached_regcache.
14824 (register_changed_p): Change parameter type to
14825 readonly_detached_regcache.
14826 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
14827 readonly_detached_regcache.
14828 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
14829 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
14830 New.
14831 (regcache::save): Move it to reg_buffer.
14832 (regcache::restore): Change parameter type.
14833 (regcache_dup): Remove.
14834 * regcache.h (reg_buffer) <save>: New method.
14835 (readonly_detached_regcache): New class.
14836 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
14837 readonly_detached_regcache.
14838 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
14839
14840 2018-02-21 Yao Qi <yao.qi@linaro.org>
14841
14842 * frame.c (frame_save_as_regcache): Use regcache method save.
14843 (frame_pop): Use regcache method restore.
14844 * infrun.c (restore_infcall_suspend_state): Likewise.
14845 * linux-fork.c (fork_load_infrun_state): Likewise.
14846 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
14847 save.
14848 * regcache.c (regcache_save): Remove.
14849 (regcache::restore): More asserts.
14850 (regcache_cpy): Remove.
14851 * regcache.h (regcache_save): Remove the declaration.
14852 (regcache::restore): Move from private to public.
14853 Remove the friend declaration of regcache_cpy.
14854 (regcache_cpy): Remove declaration.
14855
14856 2018-02-21 Yao Qi <yao.qi@linaro.org>
14857
14858 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
14859 parameter type to 'readable_regcache *'.
14860 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
14861 * arm-tdep.c (arm_neon_quad_read): Likewise.
14862 (arm_pseudo_read): Likewise.
14863 * avr-tdep.c (avr_pseudo_register_read): Likewise.
14864 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
14865 * frv-tdep.c (frv_pseudo_register_read): Likewise.
14866 * gdbarch.c: Re-generated.
14867 * gdbarch.h: Re-generated.
14868 * gdbarch.sh (pseudo_register_read): Change parameter type to
14869 'readable_regcache *'.
14870 (pseudo_register_read_value): Likewise.
14871 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
14872 (h8300_pseudo_register_read): Likewise.
14873 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
14874 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
14875 (i386_pseudo_register_read_into_value): Likewise.
14876 (i386_pseudo_register_read_value): Likewise.
14877 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
14878 declaration.
14879 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
14880 * m32c-tdep.c (m32c_raw_read): Likewise.
14881 (m32c_read_flg): Likewise.
14882 (m32c_banked_register): Likewise.
14883 (m32c_banked_read): Likewise.
14884 (m32c_sb_read): Likewise.
14885 (m32c_part_read): Likewise.
14886 (m32c_cat_read): Likewise.
14887 (m32c_r3r2r1r0_read): Likewise.
14888 (m32c_pseudo_register_read): Likewise.
14889 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
14890 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
14891 (mep_pseudo_cr64_read): Likewise.
14892 (mep_pseudo_register_read): Likewise.
14893 * mips-tdep.c (mips_pseudo_register_read): Likewise.
14894 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
14895 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
14896 * regcache.c (regcache::raw_read): Move it to readable_regcache.
14897 (regcache::cooked_read): Likewise.
14898 (regcache::cooked_read_value): Likewise.
14899 (regcache_cooked_read_signed):
14900 (regcache::cooked_read): Likewise.
14901 * regcache.h (readable_regcache): New class.
14902 (regcache): Inherit readable_regcache. Move some methods to
14903 readable_regcache.
14904 * rl78-tdep.c (rl78_pseudo_register_read): Change
14905 parameter type to 'readable_regcache *'.
14906 * rs6000-tdep.c (do_regcache_raw_read): Remove.
14907 (e500_pseudo_register_read): Change parameter type to
14908 'readable_regcache *'.
14909 (dfp_pseudo_register_read): Likewise.
14910 (vsx_pseudo_register_read): Likewise.
14911 (efpr_pseudo_register_read): Likewise.
14912 * s390-tdep.c (s390_pseudo_register_read): Likewise.
14913 * sh-tdep.c (sh_pseudo_register_read): Likewise.
14914 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
14915 (sh64_pseudo_register_read): Likewise.
14916 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
14917 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
14918 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
14919 (spu_pseudo_register_read): Likewise.
14920 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
14921 (xtensa_pseudo_register_read): Likewise.
14922
14923 2018-02-21 Yao Qi <yao.qi@linaro.org>
14924
14925 * regcache.c (regcache::regcache): Call reg_buffer ctor.
14926 (regcache::arch): Move it to reg_buffer::arch.
14927 (regcache::register_buffer): Likewise.
14928 (regcache::assert_regnum): Likewise.
14929 (regcache::num_raw_registers): Likewise.
14930 * regcache.h (reg_buffer): New class.
14931 (regcache): Inherit reg_buffer.
14932
14933 2018-02-20 Simon Marchi <simon.marchi@ericsson.com>
14934
14935 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
14936 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
14937
14938 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
14939
14940 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
14941
14942 2018-02-19 Alan Hayward <alan.hayward@arm.com>
14943
14944 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
14945 (SFILES): Remove common/*.c files.
14946 (COMMON_OBS): Remove some *.o files built from common/*.c files.
14947 * common/common.host: Add common reference.
14948 * configure.ac: Likewise.
14949 * configure: Regenerate.
14950
14951 2018-02-16 Yao Qi <yao.qi@linaro.org>
14952
14953 * block.c (block_namespace_info): Inherit allocate_on_obstack.
14954 (block_initialize_namespace): Use new.
14955 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
14956 (dwarf2_free_objfile): Use delete.
14957 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
14958 (copy_type_recursive): Use new.
14959 * gdb_obstack.h (allocate_on_obstack): New.
14960
14961 2018-02-15 Yao Qi <yao.qi@linaro.org>
14962
14963 PR gdb/22849
14964 * inferior.c (exit_inferior_1): Reset inf->control.
14965
14966 2018-02-15 Joel Brobecker <brobecker@adacore.com>
14967
14968 * ada-lang.c (ada_to_fixed_value_create): Delete advance
14969 declaration.
14970
14971 2018-02-14 Pedro Alves <palves@redhat.com>
14972
14973 * frame-unwind.c (frame_unwind_try_unwinder): Always call
14974 frame_cleanup_after_sniffer on exception.
14975
14976 2018-02-14 Tom Tromey <tom@tromey.com>
14977
14978 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
14979 const.
14980 (solib_bfd_open): Make pathname const.
14981 * solib.c (solib_bfd_open): Make pathname const.
14982 * solib-spu.c (spu_bfd_fopen): Make name const.
14983 (spu_bfd_open): Make pathname const.
14984 * solib-darwin.c (darwin_bfd_open): Make pathname const.
14985 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
14986
14987 2018-02-14 Tom Tromey <tom@tromey.com>
14988
14989 * symfile.c (symfile_bfd_open): Update.
14990 * source.h (openp, source_full_path_of, find_and_open_source):
14991 Change argument type to unique_xmalloc_ptr.
14992 * source.c (openp): Take a unique_xmalloc_ptr.
14993 (source_full_path_of, find_and_open_source): Likewise.
14994 (open_source_file, symtab_to_fullname): Update.
14995 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
14996 unique_xmalloc_ptr.
14997 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
14998 (exec_file_find): Update.
14999 * psymtab.c (psymtab_to_fullname): Update.
15000 * nto-tdep.h (nto_find_and_open_solib): Update.
15001 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
15002 unique_xmalloc_ptr.
15003 * exec.c (exec_file_attach): Update.
15004 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
15005 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
15006
15007 2018-02-14 Tom Tromey <tom@tromey.com>
15008
15009 * solib.c: Include source.h.
15010 * nto-tdep.c: Include source.h.
15011 * mi/mi-cmd-env.c: Include source.h.
15012 * infcmd.c: Include source.h.
15013 * exec.c: Include source.h.
15014 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
15015 (add_path, directory_switch, source_path, init_source_path): Move
15016 declarations...
15017 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
15018 (add_path, directory_switch, source_path, init_source_path):
15019 ...here.
15020
15021 2018-02-14 Tom Tromey <tom@tromey.com>
15022
15023 * solist.h (exec_file_find, solib_find): Return
15024 unique_xmalloc_ptr.
15025 (solib_bfd_fopen): Take a const char *.
15026 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
15027 (exec_file_find, solib_find): Likewise.
15028 (solib_bfd_fopen): Do not take ownership of "pathname".
15029 (solib_bfd_open): Use unique_xmalloc_ptr.
15030 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
15031 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
15032 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
15033 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
15034
15035 2018-02-14 Joel Brobecker <brobecker@adacore.com>
15036
15037 * ada-lang.c (name_match_type_from_name): Remove reference to
15038 ada_name_for_lookup in function's documentation.
15039 * ada-lang.h (ada_name_for_lookup): Delete declaration.
15040
15041 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
15042
15043 * defs.h (enum openp_flags): New enum.
15044 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
15045 Move to enum openp_flags.
15046 (openp_flags): New enum flags.
15047 (openp): Change parameter type to openp_flags.
15048 * source.c (openp): Change parameter type to openp_flags.
15049 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
15050 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
15051
15052 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
15053
15054 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
15055 per-command.
15056
15057 2018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
15058
15059 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
15060 into...
15061 (class dwarf2_queue_guard): ...the destructor of this new class.
15062 (dw2_do_instantiate_symtab): Create instance of the new class
15063 dwarf2_queue_guard, remove cleanup.
15064
15065 2018-02-09 Tom Tromey <tom@tromey.com>
15066
15067 * source.c (find_source_lines): Don't reference past the end of
15068 the vector.
15069
15070 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15071
15072 * remote.c (remote_btrace_maybe_reopen): Change error message.
15073 * btrace.c (btrace_enable): Likewise.
15074 (parse_xml_btrace): Likewise.
15075 (parse_xml_btrace_conf): Likewise.
15076
15077 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15078
15079 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
15080 (linux_enable_pt, linux_enable_bts): Call
15081 diagnose_perf_event_open_fail.
15082
15083 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15084
15085 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
15086 Remove parameter and change return type. Update callers. Move it.
15087 (linux_enable_bts, linux_enable_pt): Improve error message.
15088 (linux_enable_pt): Remove zero buffer size check.
15089 (linux_enable_btrace): Improve error messages. Remove NULL return
15090 check.
15091
15092 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15093
15094 * btrace.c (btrace_enable): Remove target_supports_btrace call.
15095 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
15096 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
15097 (linux_supports_pt, linux_supports_btrace): Remove.
15098 (linux_enable_bts): Call cpu_supports_bts.
15099 * nat/linux-btrace.h (linux_supports_btrace): Remove.
15100 * remote.c (remote_supports_btrace): Remove.
15101 (init_remote_ops): Remove remote_supports_btrace.
15102 * target-delegates.c: Regenerated.
15103 * target.c (target_supports_btrace): Remove.
15104 * target.h (target_ops) <to_supports_btrace>: Remove
15105 (target_supports_btrace): Remove.
15106 * x86-linux-nat.c (x86_linux_create_target): Remove
15107 linux_supports_btrace.
15108
15109 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15110
15111 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
15112 btrace failed.
15113 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
15114 exception and use message in own exception.
15115
15116 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15117
15118 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
15119 (perf_event_pt_event_type): Use gdb_file_up.
15120 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
15121 scoped_fd, and scoped_mmap.
15122
15123 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15124
15125 * common/scoped_mmap.h: New.
15126 * unittests/scoped_mmap-selftest.c: New.
15127 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15128 unittests/scoped_mmap-selftest.c.
15129
15130 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15131
15132 * common/scoped_fd.h: New.
15133 * unittests/scoped_fd-selftest.c: New.
15134 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15135 unittests/scoped_fd-selftest.c.
15136
15137 2018-02-09 Tom Tromey <tom@tromey.com>
15138
15139 * auto-load.c (auto_load_section_scripts): Use
15140 gdb::unique_xmalloc_ptr.
15141
15142 2018-02-09 Tom Tromey <tom@tromey.com>
15143
15144 * auto-load.c (execute_script_contents): Use std::string.
15145
15146 2018-02-09 Joel Brobecker <brobecker@adacore.com>
15147
15148 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
15149 Python function, rather than a new command.
15150
15151 2018-02-08 Tom Tromey <tom@tromey.com>
15152
15153 * solib.c (solib_find_1): Use std::string.
15154 (solib_bfd_fopen): Use unique_xmalloc_ptr.
15155
15156 2018-02-08 Tom Tromey <tom@tromey.com>
15157
15158 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
15159
15160 2018-02-08 Tom Tromey <tom@tromey.com>
15161
15162 * source.c (find_source_lines): Use gdb::def_vector.
15163
15164 2018-02-08 Tom Tromey <tom@tromey.com>
15165
15166 * macrocmd.c (struct temporary_macro_definition): New.
15167 (macro_define_command): Use temporary_macro_definition. Remove
15168 cleanups.
15169 (free_macro_definition_ptr): Remove.
15170
15171 2018-02-08 Tom Tromey <tom@tromey.com>
15172
15173 * macroexp.c (maybe_expand): Use std::string.
15174
15175 2018-02-08 Tom Tromey <tom@tromey.com>
15176
15177 * macroexp.c (struct macro_buffer): Add initializers for some
15178 members.
15179 (init_buffer, init_shared_buffer, free_buffer)
15180 (free_buffer_return_text): Remove.
15181 (macro_buffer): New constructors.
15182 (~macro_buffer): New destructor.
15183 (macro_buffer::set_shared): New method.
15184 (macro_buffer::resize_buffer, macro_buffer::appendc)
15185 (macro_buffer::appendmem): Now methods, not free functions.
15186 (set_token, append_tokens_without_splicing, stringify)
15187 (macro_stringify): Update.
15188 (gather_arguments): Change return type. Remove argc_p argument,
15189 add args_ptr argument. Use std::vector.
15190 (substitute_args): Remove argc argument. Accept std::vector.
15191 (expand): Update. Use std::vector.
15192 (scan, macro_expand, macro_expand_next): Update.
15193
15194 2018-02-08 Tom Tromey <tom@tromey.com>
15195
15196 * symtab.c (default_collect_symbol_completion_matches_break_on):
15197 Use unique_xmalloc_ptr.
15198 * macroscope.h: (sal_macro_scope, user_macro_scope)
15199 (default_macro_scope): Return unique_xmalloc_ptr.
15200 * macroscope.c (sal_macro_scope, user_macro_scope)
15201 (default_macro_scope): Return unique_xmalloc_ptr.
15202 * macroexp.h (macro_expand, macro_expand_once): Return
15203 unique_xmalloc_ptr.
15204 * macroexp.c (macro_expand, macro_expand_once): Return
15205 unique_xmalloc_ptr.
15206 * macrocmd.c (macro_expand_command, macro_expand_once_command)
15207 (info_macro_command, info_macros_command): Use
15208 unique_xmalloc_ptr.
15209 * compile/compile-c-support.c (write_macro_definitions): Use
15210 unique_xmalloc_ptr.
15211 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
15212
15213 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
15214
15215 * value.c (value_static_field): Assign field type instead of
15216 containing type when returning an optimized out value.
15217
15218 2018-02-06 Yao Qi <yao.qi@linaro.org>
15219
15220 * ft32-tdep.c (ft32_read_pc): Remove.
15221 (ft32_write_pc): Remove.
15222 (ft32_gdbarch_init): Update.
15223 * m32r-tdep.c (m32r_read_pc): Remove.
15224 (m32r_gdbarch_init): Update.
15225 * mep-tdep.c (mep_read_pc): Remove.
15226 (mep_gdbarch_init): Update.
15227 * microblaze-tdep.c (microblaze_write_pc): Remove.
15228 (microblaze_gdbarch_init): Update.
15229 * mn10300-tdep.c (mn10300_read_pc): Remove.
15230 (mn10300_write_pc): Remove.
15231 (mn10300_gdbarch_init): Update.
15232 * moxie-tdep.c (moxie_read_pc): Remove.
15233 (moxie_write_pc): Remove.
15234 (moxie_gdbarch_init): Update.
15235
15236 2018-02-06 Yao Qi <yao.qi@linaro.org>
15237
15238 * expprint.c (print_subexp_standard): Handle
15239 OP_F77_UNDETERMINED_ARGLIST.
15240 (dump_subexp_body_standard): Likewise.
15241
15242 2018-02-05 Alan Hayward <alan.hayward@arm.com>
15243
15244 * target-descriptions.c (tdesc_element_visitor) Add empty
15245 implementations.
15246 (tdesc_type): Move make_gdb_type from here.
15247 (tdesc_type_builtin): Likewise.
15248 (tdesc_type_vector): Likewise.
15249 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
15250 (make_gdb_type_struct): Move from tdesc_type_with_fields.
15251 (make_gdb_type_union): Likewise.
15252 (make_gdb_type_flags): Likewise.
15253 (make_gdb_type_enum): Likewise.
15254 (make_gdb_type): New function.
15255 (tdesc_register_type): Use static make_gdb_type.
15256
15257 2018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
15258
15259 * infcmd.c (default_print_one_register_info): Align natural-format
15260 column values consistently one under another.
15261 (pad_to_column): New function.
15262
15263 2018-02-05 Joel Brobecker <brobecker@adacore.com>
15264
15265 * dwarf2read.c (dwarf2_physname): Move commment.
15266
15267 2018-02-01 Leszek Swirski <leszeks@google.com>
15268
15269 * varobj.c (varobj_formatted_print_options): Allow recursive
15270 pretty printing if pretty printing is enabled.
15271
15272 2018-02-01 Leszek Swirski <leszeks@google.com>
15273
15274 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
15275 names after a structop as a filename.
15276
15277 2018-02-01 Yao Qi <yao.qi@linaro.org>
15278
15279 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
15280 (arm_record_coproc_data_proc): Likewise.
15281
15282 2018-02-01 Yao Qi <yao.qi@linaro.org>
15283
15284 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
15285
15286 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
15287
15288 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
15289 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
15290
15291 2018-01-31 Pedro Alves <palves@redhat.com>
15292
15293 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
15294 * inflow.c (child_terminal_save_inferior): Wrap reference to
15295 tcgetpgrp in HAVE_TERMIOS_H.
15296 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
15297 _WIN32.
15298 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
15299 always iterate over all inferiors.
15300 (gdbsim_cntrl_c): Adjust.
15301 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
15302
15303 2018-01-31 Joel Brobecker <brobecker@adacore.com>
15304
15305 * gdbtypes.c (lookup_array_range_type): Make sure the array's
15306 index type is objfile-owned if the element type is as well.
15307
15308 2018-01-31 Joel Brobecker <brobecker@adacore.com>
15309
15310 GDB 8.1 released.
15311
15312 2018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
15313
15314 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
15315 "features/s390x-linux64.c".
15316 (_initialize_s390_linux_tdep): Remove initialization of tdescs
15317 s390_linux32 and s390x_linux64.
15318 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
15319 default tdesc.
15320 * s390-tdep.c: Include "features/s390-linux32.c" and
15321 "features/s390x-linux64.c".
15322 (s390_tdesc_valid): Add check for tdesc_has_registers.
15323 (s390_gdbarch_init): Make sure there is always a valid tdesc.
15324 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
15325 tdesc_s390x_linux64.
15326 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
15327 tdesc_s390x_linux64 to...
15328 * s390-tdep.h: ...here.
15329
15330 2018-01-30 Pedro Alves <palves@redhat.com>
15331
15332 PR gdb/13211
15333 * config.in, configure: Regenerate.
15334 * configure.ac: Check for getpgid.
15335 * go32-nat.c (go32_pass_ctrlc): New.
15336 (go32_target): Install it.
15337 * inf-child.c (inf_child_target): Install
15338 child_terminal_save_inferior, child_pass_ctrlc and
15339 child_interrupt.
15340 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
15341 (inf_ptrace_target): No longer install it.
15342 * infcmd.c (interrupt_target_1): Adjust.
15343 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
15344 (child_interrupt): Declare.
15345 (inferior::terminal_state): New.
15346 * inflow.c (struct terminal_info): Update comments.
15347 (inferior_process_group): Delete.
15348 (terminal_is_ours): Delete.
15349 (gdb_tty_state): New.
15350 (child_terminal_init): Adjust.
15351 (is_gdb_terminal, sharing_input_terminal_1)
15352 (sharing_input_terminal): New functions.
15353 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
15354 Set the process's actual process group in the foreground if
15355 possible. Handle is_ours_for_output/is_ours distinction. Don't
15356 mark terminal as the inferior's if not sharing GDB's terminal.
15357 Don't check attach_flag.
15358 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
15359 pass down a target_terminal_state.
15360 (child_terminal_save_inferior): New, factored out from ...
15361 (child_terminal_ours_1): ... this. Handle
15362 target_terminal_state::is_ours_for_output.
15363 (child_interrupt, child_pass_ctrlc): New.
15364 (inflow_inferior_exit): Clear the inferior's terminal_state.
15365 (copy_terminal_info): Copy the inferior's terminal state.
15366 (_initialize_inflow): Remove reference to terminal_is_ours.
15367 * inflow.h (inferior_process_group): Delete.
15368 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
15369 * procfs.c (procfs_target): Don't install procfs_interrupt.
15370 (procfs_interrupt): Delete.
15371 * remote.c (remote_serial_quit_handler): Adjust.
15372 (remote_interrupt): Remove ptid parameter. Adjust.
15373 * target-delegates.c: Regenerate.
15374 * target.c: Include "terminal.h".
15375 (target_terminal::terminal_state): Rename to ...
15376 (target_terminal::m_terminal_state): ... this.
15377 (target_terminal::init): Adjust.
15378 (target_terminal::inferior): Adjust to per-inferior
15379 terminal_state.
15380 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
15381 (target_terminal::ours, target_terminal::ours_for_output): Use
15382 target_terminal_is_ours_kind.
15383 (target_interrupt): Remove ptid parameter. Adjust.
15384 (default_target_pass_ctrlc): Adjust.
15385 * target.h (target_ops::to_terminal_save_inferior): New field.
15386 (target_ops::to_interrupt): Remove ptid_t parameter.
15387 (target_interrupt): Remove ptid_t parameter. Update comment.
15388 (target_pass_ctrlc): Update comment.
15389 * target/target.h (target_terminal_state): New scoped enum,
15390 factored out of ...
15391 (target_terminal::terminal_state): ... here.
15392 (target_terminal::inferior): Update comments.
15393 (target_terminal::restore_inferior): New.
15394 (target_terminal::is_inferior, target_terminal::is_ours)
15395 (target_terminal::is_ours_for_output): Adjust.
15396 (target_terminal::scoped_restore_terminal_state): Adjust to
15397 rename, and call restore_inferior() instead of inferior().
15398 (target_terminal::scoped_restore_terminal_state::m_state): Change
15399 type.
15400 (target_terminal::terminal_state): Rename to ...
15401 (target_terminal::m_terminal_state): ... this and change type.
15402
15403 2018-01-30 Pedro Alves <palves@redhat.com>
15404
15405 * linux-nat.c (wait_for_signal): New function.
15406 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
15407 directly.
15408 (async_terminal_is_ours)
15409 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
15410 (linux_nat_add_target): Don't override
15411 to_terminal_inferior/to_terminal_ours.
15412
15413 2018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
15414
15415 * remote.c (remote_follow_fork): Don't call "detach_inferior".
15416
15417 2018-01-28 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * dwarf2read.c (free_dwo_files): Add forward-declaration.
15420 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
15421 dwarf2_per_objfile_free here.
15422 (dwarf2_per_objfile_free): Remove.
15423 (_initialize_dwarf2_read): Don't register
15424 dwarf2_per_objfile_free as a registry cleanup.
15425
15426 2018-01-27 Eli Zaretskii <eliz@gnu.org>
15427
15428 Avoid compilation errors in MinGW native builds
15429
15430 The error is triggered by including python-internal.h, and the
15431 error message is:
15432
15433 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
15434 from build-gnulib/import/math.h:27,
15435 from d:/usr/Python26/include/pyport.h:235,
15436 from d:/usr/Python26/include/Python.h:58,
15437 from python/python-internal.h:94,
15438 from python/py-arch.c:24:
15439 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
15440 using ::hypot;
15441 ^~~~~
15442
15443 This happens because Python headers define 'hypot' to expand t
15444 '_hypot' in the Windows builds.
15445 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
15446 'hypoth'. This avoids a compilation error.
15447
15448 2018-01-26 Alan Hayward <alan.hayward@arm.com>
15449
15450 * MAINTAINERS (Write After Approval): Fix ordering.
15451
15452 2018-01-26 Alan Hayward <alan.hayward@arm.com>
15453
15454 * MAINTAINERS (Write After Approval): Add Alan Hayward.
15455
15456 2018-01-26 Alan Modra <amodra@gmail.com>
15457
15458 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
15459 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
15460 Remove nop. Make const. Comment.
15461 (powerpc32_plt_stub_so_2): New.
15462 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
15463 Correct count. Update uses.
15464 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
15465 Move common code reading PLT entry word. Correct
15466 powerpc32_plt_stub PLT address calculation.
15467 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
15468 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
15469 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
15470 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
15471 (ppc64_standard_linkage8): Likewise.
15472 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
15473 Correct insns description.
15474 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
15475
15476 2018-01-24 Pedro Alves <palves@redhat.com>
15477
15478 GCC PR libstdc++/83906
15479 * gdbtypes.c (operator==(const dynamic_prop &,
15480 const dynamic_prop &)): New.
15481 (operator==(const range_bounds &, const range_bounds &)): New.
15482 (check_types_equal): Use them instead of memcmp.
15483 * gdbtypes.h (operator==(const dynamic_prop &,
15484 const dynamic_prop &)): Declare.
15485 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
15486 (operator==(const range_bounds &, const range_bounds &)): Declare.
15487 (operator!=(const range_bounds &, const range_bounds &)): Declare.
15488
15489 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15490
15491 * s390-linux-tdep.c (s390_record_address_mask)
15492 (s390_record_calc_disp_common, s390_record_calc_disp)
15493 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15494 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15495 (s390_process_record): Move to s390-tdep.c.
15496 (s390_linux_init_abi_any): Adjust.
15497 * s390-tdep.c (s390_record_address_mask)
15498 (s390_record_calc_disp_common, s390_record_calc_disp)
15499 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15500 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15501 (s390_process_record): Moved from s390-linux-tdep.c
15502 (s390_gdbarch_init): Adjust.
15503
15504 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15505
15506 * s390-linux-nat.c (s390-tdep.h): New include.
15507 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
15508 (HFILES_NO_SRCDIR): Add s390-tdep.h.
15509 (ALLDEPFILES): Add s390-tdep.c.
15510 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
15511 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
15512 * s390-tdep.h: ...this. New file.
15513 * s390-linux-tdep.c (s390-tdep.h): New include.
15514 (_initialize_s390_tdep): Rename to...
15515 (_initialize_s390_linux_tdep): ...this and adjust.
15516 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
15517 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
15518 s390-tdep.h.
15519 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
15520 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
15521 (s390_is_partial_instruction, s390_software_single_step)
15522 (is_non_branch_ril, s390_displaced_step_copy_insn)
15523 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
15524 (s390_prologue_data, s390_addr, s390_store, s390_load)
15525 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
15526 (s390_register_call_saved, s390_guess_tracepoint_registers)
15527 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
15528 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
15529 (s390_pseudo_register_name, s390_pseudo_register_type)
15530 (s390_pseudo_register_read, s390_pseudo_register_write)
15531 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
15532 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
15533 (s390_addr_bits_remove, s390_address_class_type_flags)
15534 (s390_address_class_type_flags_to_name)
15535 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
15536 (s390_function_arg_float, s390_function_arg_vector)
15537 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
15538 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
15539 (s390_frame_align, s390_register_return_value, s390_return_value)
15540 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
15541 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
15542 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
15543 (s390_trad_frame_prev_register, s390_unwind_cache)
15544 (s390_prologue_frame_unwind_cache)
15545 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
15546 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
15547 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
15548 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
15549 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
15550 (s390_frame_base_address, s390_local_base_address)
15551 (s390_frame_base, s390_gcc_target_options)
15552 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
15553 (s390_validate_reg_range, s390_tdesc_valid)
15554 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
15555 * s390-tdep.c: ...this. New file.
15556
15557 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15558
15559 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
15560 (s390_process_record, s390_gdbarch_tdep_alloc)
15561 (s390_linux_init_abi_any): Use/set new hook.
15562
15563 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15564
15565 * s390-linux-tdep.c (osabi.h): New include.
15566 (s390_linux_init_abi_31, s390_linux_init_abi_64)
15567 (s390_linux_init_abi_any): New functions.
15568 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
15569
15570 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15571
15572 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
15573 tdesc_has_registers check
15574
15575 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15576
15577 * s390-linux-tdep.c (s390_tdesc_valid): New function.
15578 (s390_validate_reg_range): New macro.
15579 (s390_gdbarch_init): Adjust.
15580
15581 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15582
15583 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
15584 (s390_gdbarch_tdep_alloc): Adjust.
15585 (s390_gdbarch_init): Adjust.
15586
15587 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15588
15589 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
15590 <have_tdb>: Change type to bool.
15591 (s390_gdbarch_tdep_alloc): Adjust.
15592 (s390_gdbarch_init): Adjust.
15593
15594 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15595
15596 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
15597 (gdbarch_tdep) <have_upper, have_vx>: New fields.
15598 (s390_gdbarch_tdep_alloc): New function.
15599 (s390_gdbarch_init): Allocate tdep at start and use its fields
15600 instead of separate variables.
15601
15602 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15603
15604 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
15605 when looking for cached gdbarch and add comment for remaining.
15606
15607 2018-01-22 Pedro Alves <palves@redhat.com>
15608 Sergio Durigan Junior <sergiodj@redhat.com>
15609
15610 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
15611 case.
15612
15613 2018-01-22 Maciej W. Rozycki <macro@mips.com>
15614
15615 * MAINTAINERS: Update my company e-mail address.
15616
15617 2018-01-22 Yao Qi <yao.qi@linaro.org>
15618
15619 * regcache.c (cooked_write_test): New function.
15620 (_initialize_regcache): Register the test.
15621
15622 2018-01-22 Yao Qi <yao.qi@linaro.org>
15623
15624 * ia64-tdep.c (ia64_pseudo_register_read): Call
15625 regcache->cooked_read instead of regcache_cooked_read_unsigned.
15626 * m32c-tdep.c (m32c_cat_read): Likewise.
15627 (m32c_r3r2r1r0_read): Likewise.
15628 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15629 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15630
15631 2018-01-22 Yao Qi <yao.qi@linaro.org>
15632
15633 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
15634 method raw_read instead of regcache_raw_read.
15635 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15636 * arm-tdep.c (arm_neon_quad_read): Likewise.
15637 * avr-tdep.c (avr_pseudo_register_read): Likewise.
15638 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15639 * frv-tdep.c (frv_pseudo_register_read): Likewise.
15640 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
15641 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15642 (i386_pseudo_register_read_into_value): Likewise.
15643 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15644 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15645 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15646 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
15647 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
15648 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15649 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15650 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15651 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
15652
15653 2018-01-22 Yao Qi <yao.qi@linaro.org>
15654
15655 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
15656 * configure.tgt: Remove target mt.
15657 * mt-tdep.c: Remove.
15658 * regcache.c (cooked_read_test): Remove the check for mt.
15659
15660 2018-01-22 Yao Qi <yao.qi@linaro.org>
15661
15662 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
15663 instead of gdbarch_pseudo_register_read_value.
15664
15665 2018-01-22 Joel Brobecker <brobecker@adacore.com>
15666
15667 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
15668 language is Ada.
15669
15670 2018-01-22 Joel Brobecker <brobecker@adacore.com>
15671
15672 * linespec.c (create_sals_line_offset): Remove code that preserved
15673 the symtab_and_line's line number.
15674
15675 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15676
15677 * varobj.c (varobj_create): Don't set valid_block when creating a
15678 floating varobj.
15679
15680 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15681
15682 * varobj.c (varobj_create): Remove out of date comment.
15683
15684 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15685
15686 PR mi/20395
15687 * ada-exp.y (write_var_from_sym): Pass extra parameter when
15688 updating innermost block.
15689 * parse.c (innermost_block_tracker::update): Take extra type
15690 parameter, and check types match before updating innermost block.
15691 (write_dollar_variable): Update innermost block for registers.
15692 * parser-defs.h (enum innermost_block_tracker_type): New enum.
15693 (innermost_block_tracker::innermost_block_tracker): Initialise
15694 m_types member.
15695 (innermost_block_tracker::reset): Take type parameter.
15696 (innermost_block_tracker::update): Take type parameter, and pass
15697 type through as needed.
15698 (innermost_block_tracker::m_types): New member.
15699 * varobj.c (varobj_create): Pass type when reseting innermost
15700 block.
15701
15702 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15703
15704 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
15705 * ada-lang.c (resolve_subexp): Likewise.
15706 * breakpoint.c (set_breakpoint_condition) Likewise.
15707 (watch_command_1) Likewise.
15708 * c-exp.y (variable): Likewise.
15709 * d-exp.y (PrimaryExpression): Likewise.
15710 * f-exp.y (variable): Likewise.
15711 * go-exp.y (variable): Likewise.
15712 * m2-exp.y (variable): Likewise.
15713 * objfiles.c (objfile::~objfile): Likewise.
15714 * p-exp.y (variable): Likewise.
15715 * parse.c (innermost_block): Change type.
15716 * parser-defs.h (class innermost_block_tracker): New.
15717 (innermost_block): Change to innermost_block_tracker.
15718 * printcmd.c (display_command): Switch to innermost_block API.
15719 (do_one_display): Likewise.
15720 * rust-exp.y (do_one_display): Likewise.
15721 * symfile.c (clear_symtab_users): Likewise.
15722 * varobj.c (varobj_create): Switch to innermost_block API, replace
15723 use of innermost_block with block stored on varobj object.
15724
15725 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15726
15727 * expression.h (innermost_block): Remove declaration.
15728 * varobj.c: Add 'parser-defs.h' include.
15729
15730 2018-01-19 Tom Tromey <tom@tromey.com>
15731
15732 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
15733 symbols in the static and global blocks.
15734
15735 2018-01-19 James Clarke <jrtc27@jrtc27.com>
15736
15737 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
15738 gdb_ptrace.h, and move including gdb_wait.h ...
15739 * nat/linux-ptrace.h: ... to here.
15740
15741 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
15742
15743 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
15744 inf_ptrace_detach_success.
15745 (inf_ptrace_detach_success): Add inferior parameter, use it
15746 instead of inferior_ptid, pass it to detach_inferior.
15747 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
15748 parameter.
15749 * inferior.c (detach_inferior): Add overload that takes an
15750 inferior object.
15751 * inferior.h (detach_inferior): Likewise.
15752 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
15753 use inferior_ptid, adjust call to inf_ptrace_detach_success.
15754 * linux-thread-db.c (thread_db_detach): Use inf parameter.
15755
15756 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
15757
15758 * target.h (struct target_ops) <to_detach>: Add inferior
15759 parameter.
15760 (target_detach): Likewise.
15761 * target.c (dispose_inferior): Pass inferior down.
15762 (target_detach): Pass inferior down. Assert that it is equal to
15763 the current inferior.
15764 * aix-thread.c (aix_thread_detach): Pass inferior down.
15765 * corefile.c (core_file_command): Pass current_inferior() down.
15766 * corelow.c (core_detach): Add inferior parameter.
15767 * darwin-nat.c (darwin_detach): Likewise.
15768 * gnu-nat.c (gnu_detach): Likewise.
15769 * inf-ptrace.c (inf_ptrace_detach): Likewise.
15770 * infcmd.c (detach_command): Pass current_inferior() down to
15771 target_detach.
15772 * infrun.c (follow_fork_inferior): Pass parent_inf to
15773 target_detach.
15774 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
15775 target_detach.
15776 * linux-nat.c (linux_nat_detach): Add inferior parameter.
15777 * linux-thread-db.c (thread_db_detach): Likewise.
15778 * nto-procfs.c (procfs_detach): Likewise.
15779 * procfs.c (procfs_detach): Likewise.
15780 * record.c (record_detach): Likewise.
15781 * record.h (struct inferior): Forward-declare.
15782 (record_detach): Add inferior parameter.
15783 * remote-sim.c (gdbsim_detach): Likewise.
15784 * remote.c (remote_detach_1): Likewise.
15785 (remote_detach): Likewise.
15786 (extended_remote_detach): Likewise.
15787 * sol-thread.c (sol_thread_detach): Likewise.
15788 * target-debug.h (target_debug_print_inferior_p): New macro.
15789 * target-delegates.c: Re-generate.
15790 * top.c (kill_or_detach): Pass inferior down to target_detach.
15791 * windows-nat.c (windows_detach): Add inferior parameter.
15792
15793 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
15794
15795 * target.h (struct target_ops) <to_detach>: Remove args
15796 parameter.
15797 (target_detach): Likewise.
15798 * target.c (dispose_inferior): Adjust.
15799 (target_detach): Remove args parameter, adjust.
15800 * aix-thread.c (aix_thread_detach): Adjust.
15801 * corefile.c (core_file_command): Adjust.
15802 * corelow.c (core_detach): Adjust.
15803 * darwin-nat.c (darwin_detach): Adjust.
15804 * gnu-nat.c (gnu_detach): Adjust.
15805 * inf-ptrace.c (inf_ptrace_detach): Adjust.
15806 * infcmd.c (detach_command): Adjust
15807 * infrun.c (follow_fork_inferior): Adjust.
15808 (handle_vfork_child_exec_or_exit): Adjust.
15809 * linux-fork.c (linux_fork_detach): Remove args parameter.
15810 * linux-fork.h (linux_fork_detach): Likewise.
15811 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
15812 * linux-thread-db.c (thread_db_detach): Likewise.
15813 * nto-procfs.c (procfs_detach): Likewise.
15814 * procfs.c (procfs_detach): Likewise.
15815 (do_detach): Remove signo parameter.
15816 * record.c (record_detach): Remove args parameter.
15817 * record.h (record_detach): Likewise.
15818 * remote-sim.c (gdbsim_detach): Likewise.
15819 * remote.c (remote_detach_1): Likewise.
15820 (remote_detach): Likewise.
15821 (extended_remote_detach): Likewise.
15822 * sol-thread.c (sol_thread_detach): Likewise.
15823 * target-delegates.c: Re-generate.
15824 * top.c (struct qt_args) <args>: Remove field.
15825 (kill_or_detach): Don't pass args.
15826 (quit_force): Don't set args.
15827 * windows-nat.c (windows_detach): Remove args parameter.
15828
15829 2018-01-19 Yao Qi <yao.qi@linaro.org>
15830
15831 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
15832 (arm_linux_init_abi): Install it.
15833
15834 2018-01-19 Yao Qi <yao.qi@linaro.org>
15835
15836 * osabi.c (gdb_osabi_names): Extend the regexp for
15837 arm-linux-gnueabihf.
15838
15839 2018-01-18 Yao Qi <yao.qi@linaro.org>
15840
15841 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
15842 m_abbrevs.
15843 (abbrev_table::add_abbrev): Update.
15844 (abbrev_table::lookup_abbrev): Update.
15845
15846 2018-01-18 Yao Qi <yao.qi@linaro.org>
15847
15848 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
15849
15850 2018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
15851
15852 * compile/compile.c (compile_to_object): Convert "triplet_rx"
15853 to "std::string".
15854
15855 2018-01-17 Tom Tromey <tom@tromey.com>
15856
15857 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
15858
15859 2018-01-17 Tom Tromey <tom@tromey.com>
15860
15861 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
15862 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
15863 (create_array_type_with_stride): Update.
15864 * dwarf2read.c (set_die_type): Update.
15865
15866 2018-01-17 Tom Tromey <tom@tromey.com>
15867
15868 * dwarf2read.c (delayed_method_info): Remove typedef.
15869 (dwarf2_cu::method_info): Now a std::vector.
15870 (add_to_method_list): Update.
15871 (free_delayed_list): Remove.
15872 (compute_delayed_physnames): Update.
15873 (process_full_comp_unit, process_full_type_unit): Clear the method
15874 list. Remove cleanups.
15875 (psymtab_include_file_name): Add name_holder parameter. Use
15876 unique_xmalloc_ptr.
15877 (dwarf_decode_lines): Update.
15878
15879 2018-01-17 Tom Tromey <tom@tromey.com>
15880 Simon Marchi <simon.marchi@ericsson.com>
15881
15882 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
15883 (dwarf2_per_objfile::free_cached_comp_units)
15884 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
15885 (init_cutu_and_read_dies_no_follow): Update.
15886 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
15887 (dwarf2_cu::~dwarf2_cu): New.
15888 (free_heap_comp_unit, free_stack_comp_unit): Remove.
15889 (age_cached_comp_units, free_one_cached_comp_unit): Update.
15890
15891 2018-01-17 Tom Tromey <tom@tromey.com>
15892 Simon Marchi <simon.marchi@ericsson.com>
15893
15894 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
15895 (struct die_reader_specs) <abbrev_table>: New member.
15896 (struct abbrev_table): Add constructor.
15897 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
15898 <abbrev_obstack>: Now an auto_obstack.
15899 (abbrev_table_up): New typedef.
15900 (init_cu_die_reader): Add abbrev_table parameter.
15901 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
15902 Add result_dwo_abbrev_table.
15903 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
15904 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
15905 Update.
15906 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
15907 parameter.
15908 (skip_children): Update.
15909 (abbrev_table::alloc_abbrev): Rename from
15910 abbrev_table_alloc_abbrev.
15911 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
15912 (abbrev_table::lookup_abbrev): Rename from
15913 abbrev_table_lookup_abbrev.
15914 (abbrev_table_read_table): Return abbrev_table_up.
15915 (abbrev_table_free, abbrev_table_free_cleanup)
15916 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
15917 (load_partial_dies): Update.
15918
15919 2018-01-17 Tom Tromey <tom@tromey.com>
15920
15921 * dwarf2read.c (dwarf2_compute_name): Update comment.
15922 (read_func_scope, read_variable): Update.
15923 (new_symbol): Remove.
15924 (new_symbol_full): Rename to new_symbol.
15925
15926 2018-01-17 Mike Gulick <mgulick@mathworks.com>
15927
15928 PR gdb/16577
15929 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
15930 a warning instead of throwing an error, set section size to 0 and return
15931 NULL.
15932 * gdb_bfd.h (gdb_bfd_map_section): Update description.
15933
15934 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
15935
15936 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
15937 std::string.
15938 (linux_ptrace_attach_fail_reason_string): Likewise.
15939 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
15940 Likewise.
15941 (linux_ptrace_attach_fail_reason_string): Likewise.
15942 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
15943
15944 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
15945
15946 * linux-nat.c (linux_nat_attach): Remove xstrdup.
15947
15948 2018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
15949
15950 PR gdb/21559
15951 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
15952 checking for fs_base/gs_base fields in struct user_regs_struct.
15953 * configure: Regenerate.
15954
15955 2018-01-17 Yao Qi <yao.qi@linaro.org>
15956
15957 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
15958 function.
15959 (aarch64_linux_init_abi): Install it to gdbarch hook
15960 gcc_target_options.
15961
15962 2018-01-15 Pedro Alves <palves@redhat.com>
15963
15964 * common/signals-state-save-restore.c
15965 (save_original_signals_state): Fix typos.
15966
15967 2017-01-12 Tom Tromey <tom@tromey.com>
15968 Sergio Durigan Junior <sergiodj@redhat.com>
15969
15970 * Makefile.in (install-only): Install gdb-add-index.
15971
15972 2018-01-12 John Baldwin <jhb@FreeBSD.org>
15973
15974 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
15975
15976 2018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15977
15978 * infrun.c (keep_going_pass_signal): Clear step-over info when
15979 insert_breakpoints fails.
15980
15981 2018-01-11 Pedro Alves <palves@redhat.com>
15982
15983 PR gdb/22583
15984 * infrun.c (resume): Rename to ...
15985 (resume_1): ... this.
15986 (resume): Reimplement as wrapper around resume_1.
15987
15988 2018-01-11 Pedro Alves <palves@redhat.com>
15989
15990 PR remote/22597
15991 * remote.c (remote_parse_stop_reply): Default to the last-set
15992 general thread instead of to 'magic_null_ptid'.
15993
15994 2018-01-10 Pedro Alves <palves@redhat.com>
15995
15996 * language.h (language_get_symbol_name_matcher): Rename ...
15997 (get_symbol_name_matcher): ... this.
15998 * language.c (language_get_symbol_name_matcher): Ditto.
15999 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
16000 callers adjusted.
16001
16002 2018-01-10 Pedro Alves <palves@redhat.com>
16003
16004 PR gdb/22670
16005 * dwarf2read.c
16006 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
16007 Adjust to use language_get_symbol_name_matcher instead of
16008 language_defn::la_get_symbol_name_matcher.
16009 * language.c (language_get_symbol_name_matcher): If in Ada mode
16010 and the lookup name is a verbatim match, return Ada's matcher.
16011 * language.h (language_get_symbol_name_matcher): Adjust comment.
16012 (ada_lookup_name_info::verbatim_p):: New method.
16013
16014 2018-01-10 Pedro Alves <palves@redhat.com>
16015
16016 PR gdb/22670
16017 * ada-lang.c (ada_collect_symbol_completion_matches): If the
16018 minsym's language is language_auto or language_cplus, pass down
16019 language_ada instead.
16020 * symtab.c (compare_symbol_name): Don't frob symbol language here.
16021
16022 2018-01-10 Pedro Alves <palves@redhat.com>
16023
16024 PR gdb/22670
16025 * minsyms.c (linkage_name_str): New function.
16026 (iterate_over_minimal_symbols): Use it.
16027
16028 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16029
16030 * NEWS: Document that 'info proc' now works on FreeBSD.
16031
16032 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16033
16034 * configure.ac: Check for kinfo_getfile in libutil.
16035 * configure: Regenerate.
16036 * config.in: Regenerate.
16037 * fbsd-nat.c: Include "fbsd-tdep.h".
16038 (fbsd_fetch_cmdline): New.
16039 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
16040 rather than calling error.
16041 (fbsd_info_proc): New.
16042 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
16043 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
16044 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
16045
16046 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16047
16048 * fbsd-nat.c (struct free_deleter): Remove.
16049 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
16050
16051 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16052
16053 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
16054 NULL for an empty pathname.
16055
16056 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16057
16058 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
16059 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
16060 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
16061 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
16062 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
16063 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
16064 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
16065 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
16066 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
16067 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
16068 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
16069 (fbsd_core_fetch_timeval, fbsd_print_sigset)
16070 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
16071 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
16072 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
16073
16074 2018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
16075
16076 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
16077 (gnu_xfer_auxv): New function.
16078 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
16079 TARGET_OBJECT_AUXV.
16080
16081 2018-01-08 Yao Qi <yao.qi@linaro.org>
16082 Simon Marchi <simon.marchi@ericsson.com>
16083
16084 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
16085 common/selftest.c.
16086 (COMMON_OBS): Remove selftest.o.
16087 * configure.ac: Append selftest-arch.c and common/selftest.c to
16088 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
16089 * configure: Re-generated.
16090 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
16091 GDB_SELF_TEST.
16092 (maintenance_info_selftests): Likewise.
16093
16094 2018-01-08 Xavier Roirand <roirand@adacore.com>
16095
16096 * ada-valprint.c (val_print_packed_array_elements): Use
16097 proper number of elements when printing an array indexed
16098 by an enumeration type.
16099
16100 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16101
16102 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
16103 (dw2_get_file_names_reader): Adjust.
16104 (lookup_dwo_signatured_type): Adjust.
16105 (lookup_dwp_signatured_type): Adjust.
16106 (lookup_signatured_type): Adjust.
16107 (create_type_unit_group): Adjust.
16108 (get_type_unit_group): Adjust.
16109 (process_psymtab_comp_unit_reader): Adjust.
16110 (build_type_psymtabs_reader): Adjust.
16111 (scan_partial_symbols): Adjust.
16112 (add_partial_symbol): Adjust.
16113 (add_partial_subprogram): Adjust.
16114 (peek_die_abbrev): Adjust.
16115 (fixup_go_packaging): Adjust.
16116 (process_imported_unit_die): Adjust.
16117 (dwarf2_compute_name): Adjust.
16118 (dwarf2_physname): Adjust.
16119 (read_import_statement): Adjust.
16120 (handle_DW_AT_stmt_list): Adjust.
16121 (read_file_scope): Adjust.
16122 (read_func_scope): Adjust.
16123 (read_lexical_block_scope): Adjust.
16124 (read_call_site_scope): Adjust.
16125 (read_variable): Adjust.
16126 (dwarf2_rnglists_process): Adjust.
16127 (dwarf2_ranges_process): Adjust.
16128 (dwarf2_ranges_read): Adjust.
16129 (dwarf2_get_pc_bounds): Adjust.
16130 (dwarf2_record_block_ranges): Adjust.
16131 (dwarf2_add_field): Adjust.
16132 (dwarf2_add_member_fn): Adjust.
16133 (read_structure_type): Adjust.
16134 (process_structure_scope): Adjust.
16135 (read_enumeration_type): Adjust.
16136 (read_array_type): Adjust.
16137 (mark_common_block_symbol_computed): Adjust.
16138 (read_common_block): Adjust.
16139 (read_namespace_type): Adjust.
16140 (read_namespace): Adjust.
16141 (read_module_type): Adjust.
16142 (read_tag_pointer_type): Adjust.
16143 (read_tag_ptr_to_member_type): Adjust.
16144 (read_tag_string_type): Adjust.
16145 (read_subroutine_type): Adjust.
16146 (read_typedef): Adjust.
16147 (read_base_type): Adjust.
16148 (attr_to_dynamic_prop): Adjust.
16149 (read_subrange_type): Adjust.
16150 (read_unspecified_type): Adjust.
16151 (dwarf2_read_abbrevs): Adjust.
16152 (load_partial_dies): Adjust.
16153 (read_partial_die): Adjust.
16154 (find_partial_die): Adjust.
16155 (guess_partial_die_structure_name): Adjust.
16156 (fixup_partial_die): Adjust.
16157 (read_attribute_value): Adjust.
16158 (read_addr_index): Adjust.
16159 (read_addr_index_from_leb128): Adjust.
16160 (read_str_index): Adjust.
16161 (dwarf2_string_attr): Adjust.
16162 (get_debug_line_section): Adjust.
16163 (dwarf_decode_line_header): Adjust.
16164 (lnp_state_machine::check_line_address): Adjust.
16165 (dwarf_decode_lines_1): Adjust.
16166 (dwarf_decode_lines): Adjust.
16167 (dwarf2_start_symtab): Adjust.
16168 (var_decode_location): Adjust.
16169 (new_symbol_full): Adjust.
16170 (dwarf2_const_value_data): Adjust.
16171 (dwarf2_const_value_attr): Adjust.
16172 (dwarf2_const_value): Adjust.
16173 (die_type): Adjust.
16174 (die_containing_type): Adjust.
16175 (build_error_marker_type): Adjust.
16176 (lookup_die_type): Adjust.
16177 (guess_full_die_structure_name): Adjust.
16178 (anonymous_struct_prefix): Adjust.
16179 (determine_prefix): Adjust.
16180 (dwarf2_name): Adjust.
16181 (follow_die_ref_or_sig): Adjust.
16182 (follow_die_offset): Adjust.
16183 (follow_die_ref): Adjust.
16184 (follow_die_sig_1): Adjust.
16185 (follow_die_sig): Adjust.
16186 (get_signatured_type): Adjust.
16187 (get_DW_AT_signature_type): Adjust.
16188 (decode_locdesc): Adjust.
16189 (dwarf_decode_macros): Adjust.
16190 (cu_debug_loc_section): Adjust.
16191 (fill_in_loclist_baton): Adjust.
16192 (dwarf2_symbol_mark_computed): Adjust.
16193 (init_one_comp_unit): Don't assign
16194 dwarf2_cu::dwarf2_per_objfile.
16195 (set_die_type): Adjust.
16196
16197 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16198
16199 * dwarf2read.c (struct mapped_debug_names): Add constructor.
16200 <dwarf2_per_objfile>: New field.
16201 (dwarf2_per_objfile): Remove global.
16202 (get_dwarf2_per_objfile): New function.
16203 (set_dwarf2_per_objfile): New function.
16204 (dwarf2_build_psymtabs_hard): Change objfile parameter to
16205 dwarf2_per_objfile.
16206 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16207 (read_abbrev_offset): Likewise.
16208 (read_indirect_string): Likewise.
16209 (read_indirect_line_string): Likewise.
16210 (read_indirect_string_at_offset): Likewise.
16211 (read_indirect_string_from_dwz): Likewise.
16212 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16213 dwarf2_per_objfile.
16214 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16215 (create_all_comp_units): Change objfile parameter to
16216 dwarf2_per_objfile.
16217 (create_all_type_units): Likewise.
16218 (process_queue): Add dwarf2_per_objfile parameter.
16219 (read_and_check_comp_unit_head): Likewise.
16220 (lookup_dwo_unit_in_dwp): Likewise.
16221 (get_dwp_file): Likewise.
16222 (process_cu_includes): Likewise.
16223 (struct free_dwo_file_cleanup_data): New struct.
16224 (dwarf2_has_info): Use get_dwarf2_per_objfile and
16225 set_dwarf2_per_objfile.
16226 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
16227 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
16228 context, adjust calls.
16229 (dw2_instantiate_symtab): Likewise.
16230 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
16231 (dw2_get_cu): Likewise.
16232 (create_cu_from_index_list): Change objfile parameter to
16233 dwarf2_per_objfile.
16234 (create_cus_from_index_list): Get dwarf2_per_objfile from
16235 context, adjust calls.
16236 (create_cus_from_index): Likewise.
16237 (create_signatured_type_table_from_index): Change objfile
16238 parameter to dwarf2_per_objfile.
16239 (create_signatured_type_table_from_debug_names): Change objfile
16240 parameter to dwarf2_per_objfile.
16241 (create_addrmap_from_index): Likewise.
16242 (create_addrmap_from_aranges): Likewise.
16243 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
16244 (dw2_setup): Remove.
16245 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
16246 context.
16247 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
16248 get_dwarf2_per_objfile.
16249 (dw2_forget_cached_source_info): Likewise.
16250 (dw2_map_symtabs_matching_filename): Likewise.
16251 (struct dw2_symtab_iterator) <index>: Remove.
16252 <dwarf2_per_objfile>: New field.
16253 (dw2_symtab_iter_init): Replace index parameter with
16254 dwarf2_per_objfile.
16255 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
16256 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
16257 (dw2_print_stats): Likewise.
16258 (dw2_dump): Likewise.
16259 (dw2_expand_symtabs_for_function): Likewise.
16260 (dw2_expand_all_symtabs): Likewise.
16261 (dw2_expand_symtabs_with_fullname): Likewise.
16262 (dw2_expand_marked_cus): Replace index and objfile parameters
16263 with dwarf2_per_objfile.
16264 (dw_expand_symtabs_matching_file_matcher): Add
16265 dwarf2_per_objfile parameter and adjust calls.
16266 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
16267 adjust calls.
16268 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
16269 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
16270 adjust calls.
16271 (create_cus_from_debug_names_list): Replace objfile parameter
16272 with dwarf2_per_objfile and adjust calls.
16273 (create_cus_from_debug_names): Likewise.
16274 (dwarf2_read_debug_names): Likewise.
16275 (mapped_debug_names::namei_to_name): Adjust call.
16276 (dw2_debug_names_iterator::next): Likewise.
16277 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
16278 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
16279 (dw2_debug_names_dump): Likewise.
16280 (dw2_debug_names_expand_symtabs_for_function): Likewise.
16281 (dw2_debug_names_expand_symtabs_matching): Likewise.
16282 (dwarf2_initialize_objfile): Likewise.
16283 (dwarf2_build_psymtabs): Likewise.
16284 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
16285 this_cu.
16286 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
16287 (read_and_check_comp_unit_head): Likewise.
16288 (read_abbrev_offset): Likewise.
16289 (create_debug_type_hash_table): Likewise.
16290 (create_debug_types_hash_table): Likewise.
16291 (create_all_type_units): Replace objfile parameter with
16292 dwarf2_per_objfile.
16293 (add_type_unit): Add dwarf2_per_objfile parameter.
16294 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
16295 with dwarf2_per_objfile.
16296 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
16297 (lookup_dwp_signatured_type): Likewise.
16298 (lookup_signatured_type): Likewise.
16299 (read_cutu_die_from_dwo): Likewise.
16300 (init_tu_and_read_dwo_dies): Likewise.
16301 (init_cutu_and_read_dies): Likewise.
16302 (init_cutu_and_read_dies_no_follow): Likewise.
16303 (allocate_type_unit_groups_table): Add objfile parameter.
16304 (create_type_unit_group): Use dwarf2_per_objfile from cu.
16305 (get_type_unit_group): Likewise.
16306 (process_psymtab_comp_unit): Update call.
16307 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
16308 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
16309 (print_tu_stats): Likewise.
16310 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
16311 in void* parameter.
16312 (build_type_psymtabs): Change objfile parameter to
16313 dwarf2_per_objfile.
16314 (process_skeletonless_type_unit): Use dwarf2_per_objfile
16315 passed in void* parameter.
16316 (process_skeletonless_type_units): Change objfile parameter to
16317 dwarf2_per_objfile.
16318 (set_partial_user): Likewise.
16319 (dwarf2_build_psymtabs_hard): Likewise.
16320 (read_comp_units_from_section): Likewise.
16321 (create_all_comp_units): Likewise.
16322 (scan_partial_symbols): Update calls.
16323 (add_partial_symbol): Likewise.
16324 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
16325 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
16326 (process_queue): Add dwarf2_per_objfile parameter.
16327 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
16328 (compute_compunit_symtab_includes): Likewise.
16329 (process_cu_includes): Add dwarf2_per_objfile parameter.
16330 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
16331 (process_full_type_unit): Likewise.
16332 (process_imported_unit_die): Update call.
16333 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
16334 (read_file_scope): Likewise.
16335 (allocate_dwo_file_hash_table): Add objfile parameter.
16336 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
16337 (create_cus_hash_table): Likewise.
16338 (create_dwp_hash_table): Likewise.
16339 (create_dwo_unit_in_dwp_v1): Likewise.
16340 (create_dwp_v2_section): Likewise.
16341 (create_dwo_unit_in_dwp_v2): Likewise.
16342 (lookup_dwo_unit_in_dwp): Likewise.
16343 (try_open_dwop_file): Likewise.
16344 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
16345 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
16346 cleanup to include a reference to dwarf2_per_objfile.
16347 (open_dwp_file): Add dwarf2_per_objfile parameter.
16348 (open_and_init_dwp_file): Likewise.
16349 (get_dwp_file): Likewise.
16350 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
16351 (queue_and_load_all_dwo_tus): Update call.
16352 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
16353 data.
16354 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
16355 (dwarf2_ranges_process): Likewise.
16356 (dwarf2_get_pc_bounds): Likewise.
16357 (mark_common_block_symbol_computed): Likewise.
16358 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16359 (dwarf2_read_abbrevs): Update call.
16360 (read_partial_die): Use dwarf2_per_objfile from cu.
16361 (find_partial_die): Likewise.
16362 (fixup_partial_die): Likewise.
16363 (read_attribute_value): Likewise.
16364 (read_indirect_string_at_offset_from): Add objfile parameter.
16365 (read_indirect_string_at_offset): Add dwarf2_per_objfile
16366 parameter.
16367 (read_indirect_string_from_dwz): Add objfile parameter.
16368 (read_indirect_string): Add objfile parameter.
16369 (read_addr_index_1): Add dwarf2_per_objfile parameter.
16370 (read_addr_index): Use dwarf2_per_objfile from cu.
16371 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
16372 call dw2_setup.
16373 (read_str_index): Use dwarf2_per_objfile from cu.
16374 (get_debug_line_section): Likewise.
16375 (read_formatted_entries): Add dwarf2_per_objfile parameter.
16376 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
16377 (new_symbol_full): Use dwarf2_per_objfile from cu.
16378 (build_error_marker_type): Likewise.
16379 (lookup_die_type): Likewise.
16380 (determine_prefix): Likewise.
16381 (follow_die_offset): Likewise.
16382 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
16383 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
16384 (dwarf2_fetch_die_type_sect_off): Likewise.
16385 (dwarf2_get_die_type): Likewise.
16386 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
16387 (get_signatured_type): Likewise.
16388 (get_DW_AT_signature_type): Likewise.
16389 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
16390 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
16391 (cu_debug_loc_section): Likewise.
16392 (fill_in_loclist_baton): Likewise.
16393 (dwarf2_symbol_mark_computed): Likewise.
16394 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16395 dwarf2_per_objfile.
16396 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
16397 parameter.
16398 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16399 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
16400 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
16401 (set_die_type): Use dwarf2_free_objfile from cu.
16402 (get_die_type_at_offset): Likewise.
16403 (dwarf2_per_objfile_free): Don't assign global variable.
16404 (debug_names) <constructor>: Add dwarf2_per_objfile
16405 parameter, update m_debugstrlookup construction.
16406 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
16407 parameter.
16408 <m_dwarf2_per_objfile>: New field.
16409 <lookup>: Use m_dwarf2_per_objfile.
16410 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
16411 (psyms_seen_size): Likewise.
16412 (write_gdbindex): Replace objfile parameter with
16413 dwarf2_per_objfile.
16414 (write_debug_names): Likewise.
16415 (write_psymtabs_to_index): Likewise.
16416 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
16417 calls.
16418
16419 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16420
16421 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
16422 <dwarf2_per_objfile>: New field.
16423 (struct dwarf2_per_cu_data) <objfile>: Remove.
16424 <dwarf2_per_objfile>: New field.
16425 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
16426 of objfile.
16427 (create_signatured_type_table_from_index): Likewise.
16428 (create_debug_type_hash_table): Likewise.
16429 (fill_in_sig_entry_from_dwo_entry): Likewise.
16430 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
16431 (create_type_unit_group): Assign dwarf2_per_objfile instead of
16432 objfile.
16433 (create_partial_symtab): Access objfile through
16434 dwarf2_per_objfile.
16435 (process_psymtab_comp_unit_reader): Likewise.
16436 (read_comp_units_from_section): Likewise.
16437 (scan_partial_symbols): Likewise.
16438 (add_partial_symbol): Likewise.
16439 (add_partial_subprogram): Likewise.
16440 (peek_die_abbrev): Likewise.
16441 (fixup_go_packaging): Likewise.
16442 (process_full_comp_unit): Likewise.
16443 (process_full_type_unit): Likewise.
16444 (process_imported_unit_die): Likewise.
16445 (dwarf2_compute_name): Likewise.
16446 (dwarf2_physname): Likewise.
16447 (read_import_statement): Likewise.
16448 (create_cus_hash_table): Assign dwarf2_physname instead of
16449 objfile.
16450 (read_func_scope): Access objfile through dwarf2_per_objfile.
16451 (read_lexical_block_scope): Likewise.
16452 (read_call_site_scope): Likewise.
16453 (read_variable): Likewise.
16454 (dwarf2_rnglists_process): Likewise.
16455 (dwarf2_ranges_process): Likewise.
16456 (dwarf2_ranges_read): Likewise.
16457 (dwarf2_record_block_ranges): Likewise.
16458 (dwarf2_add_field): Likewise.
16459 (dwarf2_add_member_fn): Likewise.
16460 (read_structure_type): Likewise.
16461 (process_structure_scope): Likewise.
16462 (read_enumeration_type): Likewise.
16463 (read_array_type): Likewise.
16464 (read_common_block): Likewise.
16465 (read_namespace_type): Likewise.
16466 (read_namespace): Likewise.
16467 (read_module_type): Likewise.
16468 (read_tag_pointer_type): Likewise.
16469 (read_tag_ptr_to_member_type): Likewise.
16470 (read_tag_string_type): Likewise.
16471 (read_subroutine_type): Likewise.
16472 (read_typedef): Likewise.
16473 (read_base_type): Likewise.
16474 (attr_to_dynamic_prop): Likewise.
16475 (read_subrange_type): Likewise.
16476 (read_unspecified_type): Likewise.
16477 (load_partial_dies): Likewise.
16478 (read_partial_die): Likewise.
16479 (find_partial_die): Likewise.
16480 (guess_partial_die_structure_name): Likewise.
16481 (fixup_partial_die): Likewise.
16482 (read_attribute_value): Likewise.
16483 (read_addr_index_from_leb128): Likewise.
16484 (dwarf2_read_addr_index): Likewise.
16485 (dwarf2_string_attr): Likewise.
16486 (lnp_state_machine::check_line_address): Likewise.
16487 (dwarf_decode_lines_1): Likewise.
16488 (dwarf_decode_lines): Likewise.
16489 (dwarf2_start_symtab): Likewise.
16490 (var_decode_location): Likewise.
16491 (new_symbol_full): Likewise.
16492 (dwarf2_const_value_data): Likewise.
16493 (dwarf2_const_value_attr): Likewise.
16494 (dwarf2_const_value): Likewise.
16495 (die_type): Likewise.
16496 (die_containing_type): Likewise.
16497 (lookup_die_type): Likewise.
16498 (guess_full_die_structure_name): Likewise.
16499 (anonymous_struct_prefix): Likewise.
16500 (dwarf2_name): Likewise.
16501 (follow_die_ref_or_sig): Likewise.
16502 (follow_die_offset): Likewise.
16503 (follow_die_ref): Likewise.
16504 (dwarf2_fetch_die_loc_sect_off): Likewise.
16505 (dwarf2_fetch_constant_bytes): Likewise.
16506 (dwarf2_fetch_die_type_sect_off): Likewise.
16507 (dwarf2_get_die_type): Likewise.
16508 (follow_die_sig): Likewise.
16509 (decode_locdesc): Likewise.
16510 (dwarf2_per_cu_objfile): Likewise.
16511 (dwarf2_per_cu_text_offset): Likewise.
16512 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
16513 objfile.
16514 (set_die_type): Access objfile through
16515 dwarf2_per_objfile.
16516
16517 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16518
16519 * valprint.c (converted_character_d): Remove typedef.
16520 (DEF_VEC_O (converted_character_d)): Remove.
16521 (count_next_character): Use std::vector.
16522 (print_converted_chars_to_obstack): Likewise.
16523 (generic_printstr): Likewise.
16524
16525 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16526
16527 * xml-support.h (struct gdb_xml_value): Add constructor.
16528 <value>: Change type to unique_xmalloc_ptr.
16529 (gdb_xml_value_s): Remove typedef.
16530 (DEF_VEC_O (gdb_xml_value_s)): Remove.
16531 (gdb_xml_element_start_handler): Change parameter type to
16532 std::vector.
16533 (xml_find_attribute): Likewise.
16534 * xml-support.c (xml_find_attribute): Change parameter type to
16535 std::vector and adjust.
16536 (gdb_xml_values_cleanup): Remove.
16537 (gdb_xml_parser::start_element): Adjust to std::vector.
16538 (xinclude_start_include): Change paraeter type to std::vector
16539 and adjust.
16540 * btrace.c (check_xml_btrace_version): Likewise.
16541 (parse_xml_btrace_block): Likewise.
16542 (parse_xml_btrace_pt_config_cpu): Likewise.
16543 (parse_xml_btrace_pt): Likewise.
16544 (parse_xml_btrace_conf_bts): Likewise.
16545 (parse_xml_btrace_conf_pt): Likewise.
16546 * memory-map.c (memory_map_start_memory): Likewise.
16547 (memory_map_start_property): Likewise.
16548 * osdata.c (osdata_start_osdata): Likewise.
16549 (osdata_start_item): Likewise.
16550 (osdata_start_column): Likewise.
16551 * remote.c (start_thread): Likewise.
16552 * solib-aix.c (library_list_start_library): Likewise.
16553 (library_list_start_list): Likewise.
16554 * solib-svr4.c (library_list_start_library): Likewise.
16555 (svr4_library_list_start_list): Likewise.
16556 * solib-target.c (library_list_start_segment): Likewise.
16557 (library_list_start_section): Likewise.
16558 (library_list_start_library): Likewise.
16559 (library_list_start_list): Likewise.
16560 * tracepoint.c (traceframe_info_start_memory): Likewise.
16561 (traceframe_info_start_tvar): Likewise.
16562 * xml-syscall.c (syscall_start_syscall): Likewise.
16563 * xml-tdesc.c (tdesc_start_target): Likewise.
16564 (tdesc_start_feature): Likewise.
16565 (tdesc_start_reg): Likewise.
16566 (tdesc_start_union): Likewise.
16567 (tdesc_start_struct): Likewise.
16568 (tdesc_start_flags): Likewise.
16569 (tdesc_start_enum): Likewise.
16570 (tdesc_start_field): Likewise.
16571 (tdesc_start_enum_value): Likewise.
16572 (tdesc_start_vector): Likewise.
16573
16574 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16575
16576 * extension.h (struct xmethod_worker) <clone>: Remove.
16577 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
16578 Remove.
16579 (python_xmethod_worker::clone): Remove.
16580 * valops.c (find_overload_match): Use std::move instead of
16581 clone.
16582
16583 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16584
16585 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
16586 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
16587 <free_xmethod_worker_data>: Remove.
16588 <get_matching_xmethod_workers>: Chance VEC to std::vector.
16589 <get_xmethod_arg_types>: Remove.
16590 <get_xmethod_result_type>: Remove.
16591 <invoke_xmethod>: Remove.
16592 * extension.c (new_xmethod_worker): Remove.
16593 (clone_xmethod_worker): Remove.
16594 (get_matching_xmethod_workers): Return void, pass std::vector by
16595 pointer.
16596 (get_xmethod_arg_types): Rename to...
16597 (xmethod_worker::get_arg_types): ... this, and adjust.
16598 (get_xmethod_result_type): Rename to...
16599 (xmethod_worker::get_result_type): ... this, and adjust.
16600 (invoke_xmethod): Remove.
16601 (free_xmethod_worker): Remove.
16602 (free_xmethod_worker_vec): Remove.
16603 * extension.h (enum ext_lang_rc): Move here from
16604 extension-priv.h.
16605 (struct xmethod_worker): Add constructor and destructor.
16606 <data>: Remove.
16607 <value>: Remove.
16608 <invoke, clone, do_get_result_type, do_get_arg_types>: New
16609 virtual pure methods.
16610 <get_arg_types, get_result_type>: New methods.
16611 (xmethod_worker_ptr): Remove typedef.
16612 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
16613 (xmethod_worker_vec): Remove typedef.
16614 (xmethod_worker_up): New typedef.
16615 (invoke_xmethod): Remove.
16616 (clone_xmethod_worker): Remove.
16617 (free_xmethod_worker): Remove.
16618 (free_xmethod_worker_vec): Remove.
16619 (get_xmethod_arg_types): Remove.
16620 (get_xmethod_result_type): Remove.
16621 * valops.c (find_method_list): Use std::vector, don't use
16622 intermediate vector.
16623 (value_find_oload_method_list): Use std::vector.
16624 (find_overload_match): Use std::vector.
16625 (find_oload_champ): Use std::vector.
16626 * value.c (value_free): Use operator delete.
16627 (value_of_xmethod): Rename to...
16628 (value_from_xmethod): ... this. Don't assign
16629 xmethod_worker::value, take rvalue-reference.
16630 (result_type_of_xmethod): Adjust.
16631 (call_xmethod): Adjust.
16632 * value.h: Include extension.h.
16633 (struct xmethod_worker): Don't forward-declare.
16634 (value_of_xmethod): Rename to...
16635 (value_from_xmethod): ... this, take rvalue-reference.
16636 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
16637 (struct python_xmethod_worker): ... this, add constructor and
16638 destructor.
16639 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
16640 (gdbpy_free_xmethod_worker_data): Rename to...
16641 (python_xmethod_worker::~python_xmethod_worker): ... this and
16642 adjust.
16643 (gdbpy_clone_xmethod_worker_data): Rename to...
16644 (python_xmethod_worker::clone): ... this and adjust.
16645 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
16646 temporary vector.
16647 (gdbpy_get_xmethod_arg_types): Rename to...
16648 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
16649 (gdbpy_get_xmethod_result_type): Rename to...
16650 (python_xmethod_worker::do_get_result_type): ... this and
16651 adjust.
16652 (gdbpy_invoke_xmethod): Rename to...
16653 (python_xmethod_worker::invoke): ... this and adjust.
16654 (new_python_xmethod_worker): Rename to...
16655 (python_xmethod_worker::python_xmethod_worker): ... this and
16656 adjust.
16657 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
16658 Remove.
16659 (gdbpy_free_xmethod_worker_data): Remove.
16660 (gdbpy_get_matching_xmethod_workers): Use std::vector.
16661 (gdbpy_get_xmethod_arg_types): Remove.
16662 (gdbpy_get_xmethod_result_type): Remove.
16663 (gdbpy_invoke_xmethod): Remove.
16664 * python/python.c (python_extension_ops): Remove obsolete
16665 callbacks.
16666
16667 2018-01-05 Pedro Alves <palves@redhat.com>
16668
16669 PR gdb/18653
16670 * common/signals-state-save-restore.c
16671 (save_original_signals_state): New parameter 'quiet'. Warn if we
16672 find a custom handler preinstalled, instead of internal erroring.
16673 But only warn if !quiet.
16674 * common/signals-state-save-restore.h
16675 (save_original_signals_state): New parameter 'quiet'.
16676 * main.c (captured_main_1): Move save_original_signals_state call
16677 after option handling, and pass QUIET.
16678
16679 2018-01-05 Pedro Alves <palves@redhat.com>
16680
16681 * spu-tdep.c (spu_catch_start): Pass
16682 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
16683
16684 2018-01-05 Pedro Alves <palves@redhat.com>
16685
16686 PR gdb/22670
16687 * ada-lang.c (literal_symbol_name_matcher): New function.
16688 (ada_get_symbol_name_matcher): Use it for
16689 symbol_name_match_type::SEARCH_NAME.
16690 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
16691 it down instead of assuming symbol_name_match_type::FULL.
16692 * block.h (block_lookup_symbol): New parameter 'match_type'.
16693 * c-valprint.c (print_unpacked_pointer): Use
16694 lookup_symbol_search_name instead of lookup_symbol.
16695 * compile/compile-object-load.c (get_out_value_type): Pass down
16696 symbol_name_match_type::SEARCH_NAME.
16697 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
16698 symbol_name_match_type::FULL.
16699 * cp-support.c (cp_get_symbol_name_matcher): Handle
16700 symbol_name_match_type::SEARCH_NAME.
16701 * infrun.c (insert_exception_resume_breakpoint): Use
16702 lookup_symbol_search_name.
16703 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
16704 * psymtab.c (maintenance_check_psymtabs): Use
16705 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
16706 * stack.c (print_frame_args): Use lookup_symbol_search_name and
16707 SYMBOL_SEARCH_NAME.
16708 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
16709 if symbol_name_match_type::SEARCH_NAME.
16710 (lookup_symbol_in_language): Pass down
16711 symbol_name_match_type::FULL.
16712 (lookup_symbol_search_name): New.
16713 (lookup_language_this): Pass down
16714 symbol_name_match_type::SEARCH_NAME.
16715 (lookup_symbol_aux, lookup_local_symbol): New parameter
16716 'match_type'. Pass it down.
16717 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
16718 (lookup_symbol_search_name): New declaration.
16719 (lookup_symbol_in_block): New 'match_type' parameter.
16720
16721 2018-01-05 Pedro Alves <palves@redhat.com>
16722
16723 PR gdb/22670
16724 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
16725 ada_lookup_symbol.
16726 (ada_lookup_symbol): Reimplement in terms of
16727 ada_lookup_symbol_list, bits factored out from
16728 ada_lookup_encoded_symbol.
16729
16730 2018-01-05 Joel Brobecker <brobecker@adacore.com>
16731
16732 * ada-exp.y (write_object_renaming): When subscripting an array
16733 using a symbol as the index, pass the block in call to
16734 ada_lookup_encoded_symbol when looking that symbol up.
16735
16736 2018-01-05 Jerome Guitton <guitton@adacore.com>
16737
16738 * ada-lang.c (ada_array_length): Use ada_index_type instead of
16739 TYPE_INDEX_TYPE.
16740
16741 2018-01-05 Joel Brobecker <brobecker@adacore.com>
16742
16743 * ada-lang.c (ada_to_fixed_value_create): Add handling of
16744 the case where VALUE_LVAL (val0) is not lval_memory.
16745
16746 2018-01-05 Xavier Roirand <roirand@adacore.com>
16747
16748 * ada-valprint.c (print_optional_low_bound): Handle
16749 character-indexed array printing like boolean-indexed array
16750 printing.
16751
16752 2018-01-05 Joel Brobecker <brobecker@adacore.com>
16753
16754 * NEWS: Create a new section for the next release branch.
16755 Rename the section of the current branch, now that it has
16756 been cut.
16757
16758 2018-01-05 Joel Brobecker <brobecker@adacore.com>
16759
16760 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
16761 * version.in: Bump version to 8.1.50.DATE-git.
16762
16763 2018-01-03 Xavier Roirand <roirand@adacore.com>
16764
16765 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
16766 Add field.
16767 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
16768 Add field.
16769 (default_exception_support_info) <catch_handlers_sym>: Add field.
16770 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
16771 (ada_exception_name_addr_1): Add "catch handlers" handling.
16772 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
16773 Update all callers.
16774 (create_excep_cond_exprs) <ex>: Add parameter.
16775 (re_set_exception): Update create_excep_cond_exprs call.
16776 (print_it_exception, print_one_exception, print_mention_exception)
16777 (print_recreate_exception): Add "catch handler" handling.
16778 (allocate_location_catch_handlers, re_set_catch_handlers)
16779 (check_status_catch_handlers, print_it_catch_handlers)
16780 (print_one_catch_handlers, print_mention_catch_handlers)
16781 (print_recreate_catch_handlers): New function.
16782 (catch_handlers_breakpoint_ops): New variable.
16783 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
16784 Add parameter. Add "catch handler" handling.
16785 (ada_exception_sym_name, ada_exception_breakpoint_ops):
16786 Add "catch handler" handling.
16787 (ada_exception_catchpoint_cond_string): Add "catch handler"
16788 handling.
16789 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
16790 call.
16791 (catch_ada_handlers_command): New function.
16792 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
16793 operations structure.
16794 (_initialize_ada_language): Add "catch handlers" command entry.
16795 * NEWS: Document "catch handlers" feature.
16796
16797 2018-01-02 Joel Brobecker <brobecker@adacore.com>
16798
16799 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
16800 account when creating the array type of the slice.
16801 (ada_value_slice): Likewise.
16802
16803 2018-01-02 Joel Brobecker <brobecker@adacore.com>
16804
16805 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
16806 New enum value.
16807 (create_array_type_with_stride): Add byte_stride_prop parameter.
16808 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
16809 New parameter. Update all callers in this file.
16810 (array_type_has_dynamic_stride): New function.
16811 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
16812 of arrays with dynamic byte strides.
16813 * dwarf2read.c (read_array_type): Add support for dynamic
16814 DW_AT_byte_stride attributes.
16815
16816 2018-01-02 Joel Brobecker <brobecker@adacore.com>
16817
16818 * dwarf2read.c (read_unspecified_type): Treat
16819 DW_TAG_enumeration_type DIEs from Ada units as stubs.
16820
16821 2018-01-01 Joel Brobecker <brobecker@adacore.com>
16822
16823 Update copyright year range in all GDB files.
16824
16825 2018-01-01, 18 Joel Brobecker <brobecker@adacore.com>
16826
16827 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
16828 and gdb/testsuite/gdb.base/step-line.c.
16829
16830 2018-01-01 Joel Brobecker <brobecker@adacore.com>
16831
16832 * copyright.py (main): Dump the contents of
16833 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
16834 even if BY_HAND is empty.
16835
16836 2018-01-01 Joel Brobecker <brobecker@adacore.com>
16837
16838 * top.c (print_gdb_version): Update Copyright year in version
16839 message.
16840
16841 2018-01-01 Joel Brobecker <brobecker@adacore.com>
16842
16843 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
16844
16845 For older changes see ChangeLog-2017.
16846 \f
16847 Local Variables:
16848 mode: change-log
16849 left-margin: 8
16850 fill-column: 74
16851 version-control: never
16852 coding: utf-8
16853 End: