Check for negative argument in Type.template_argument
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
fd3ba736
TT
12018-09-23 Tom Tromey <tom@tromey.com>
2
3 PR python/17284:
4 * python/py-type.c (typy_template_argument): Check for negative
5 argument number.
6
39a24317
TT
72018-09-23 Tom Tromey <tom@tromey.com>
8
9 PR python/14062:
10 * python/python.c (gdbpy_run_events): Do not ignore exceptions.
11
f5769a2c
TT
122018-09-23 Tom Tromey <tom@tromey.com>
13
14 PR python/18170:
15 * python/py-value.c (valpy_int): Allow conversion from pointer
16 type.
17
1c1e54f6
TT
182018-09-23 Tom Tromey <tom@tromey.com>
19
20 PR python/20126:
21 * python/py-value.c (valpy_int): Respect type sign.
22
fb4fa946
TT
232018-09-23 Tom Tromey <tom@tromey.com>
24
25 PR python/18352;
26 * python/py-value.c (valpy_float): Allow conversions from int or
27 char.
28 (valpy_int, valpy_long): Allow conversions from float.
29
65773341
TT
302018-09-23 Tom Tromey <tom@tromey.com>
31
32 * ctf.c (ctf_start): Use gdb_fopen_cloexec.
33 * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
34
1db88d22
RO
352018-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
36
37 * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
38 __sighndlr.
39 * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
40
a44294f5
JT
412018-08-02 Jon Turney <jon.turney@dronecode.org.uk>
42
43 * windows-nat.c (windows_nat_target::wait): Remove a spurious
44 target_terminal::ours().
45
0c0a40e0
SM
462018-09-23 Simon Marchi <simon.marchi@ericsson.com>
47
48 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
49 of vl to ULONGEST.
50
4daf1902
YS
512018-09-21 Yacov Simhony <ysimhony@gmail.com>
52
53 * breakpoint.c (update_inserted_breakpoint_locations): Remove
54 redundant condition.
55
c475f569
RO
562018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
57
58 * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
59
60 * procfs.c: Don't check for PR_MODEL_NATIVE definition.
61 * sparc-sol2-nat.c: Likewise. Remove Linux, __arch64__ references.
62 * sol-thread.c (ps_pdmodel): Don't guard definition.
63
64 * procfs.c: Fix formatting.
65
66 * procfs.c (sysset_t_alloc): Remove.
67 (create_procinfo): Use XNEW instead of sysset_t_alloc.
68 (procfs_debug_inferior): Likewise.
69 (procfs_set_exec_trap): Likewise.
70 (proc_set_traced_sysentry): Don't allocate argp dynamically.
71 (proc_set_traced_sysexit): Likewise.
72
73 * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
74 (dead_procinfo): Likewise.
75 (proc_warn): Likewise.
76 (proc_error): Likewise.
77 (proc_get_LDT_entry): Likewise.
78 (do_attach): Likewise.
79 (procfs_target::pid_to_str): Likewise.
80 (iterate_over_mappings): Likewise.
81
82 * procfs.c (create_procinfo): Fix ARI warning.
83 (proc_get_status): Likewise.
84 (proc_stop_process): Likewise.
85 (proc_run_process): Likewise.
86 (proc_kill): Likewise.
87 (proc_get_LDT_entry): Likewise.
88 (procfs_find_LDT_entry): Likewise.
89 (proc_update_threads): Likewise.
90 (proc_iterate_over_threads): Likewise.
91 (do_attach): Likewise.
92 (procfs_xfer_memory): Likewise.
93 (invalidate_cache): Likewise.
94 (procfs_target::resume): Likewise.
95 (procfs_init_inferior): Likewise.
96 (procfs_set_exec_trap): Likewise.
97 (procfs_target::thread_alive): Likewise.
98 (procfs_target::pid_to_exec_file): Likewise.
99 (iterate_over_mappings): Likewise.
100 (procfs_target::make_corefile_notes): Likewise.
101 * sol-thread.c (sol_thread_target::thread_alive): Likewise.
102
103 * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
104 (procfs_find_LDT_entry): Likewise.
105 * sol-thread.c (ps_lgetLDT): Likewise.
106
4206c05e
RO
1072018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
108
109 PR tdep/17903
110 * procfs.c (procfs_target): Declare pid_to_exec_file.
111 (procfs_target::pid_to_exec_file): New.
112
3d282ac3
RO
1132018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
114
115 * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
116 renaming.
117 Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
118 AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
119
8c93fae6
RO
1202018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
121
122 * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
123 (supply_fpregset, fill_fpregset): Move ...
124 * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
125 Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
126 Remove references to ioctl-based procfs.
127 Include <sys/reg.h>.
128 Remove PR_MODEL_NATIVE guards.
129 * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
130 * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
131
79b32f4a
XR
1322018-09-19 Xavier Roirand <roirand@adacore.com>
133
134 PR gdb/20981:
135 * solib-darwin.c (darwin_get_dyld_bfd): New function.
136 (darwin_solib_get_all_image_info_addr_at_init): Update call.
137 (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
138
07147793
JB
1392018-09-19 John Baldwin <jhb@FreeBSD.org>
140
141 * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
142 (fbsd_print_sockaddr_in6): Likewise.
143
23be8da7
RB
1442018-09-19 Richard Bunt <richard.bunt@arm.com>
145 Chris January <chris.january@arm.com>
146
147 * eval.c (skip_undetermined_arglist): Skip argument list helper.
148 (evaluate_subexp_standard): Return a dummy type when
149 honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
150 OP_F77_UNDETERMINED_ARGLIST case.
151 * expression.h (enum noside): Update comment.
152
7307a73a
RO
1532018-09-19 George Vasick <george.vasick@oracle.com>
154
155 * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
156
13db92d3
RO
1572018-09-19 Stefan Teleman <stefan.teleman@oracle.com>
158 April Chin <april.chin@oracle.com>
159 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
160
161 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
162 uint_t lwpid_t.
163 (create_procinfo): Print pids in /proc without leading zeros.
164
3d50f170
SL
1652018-09-18 Sandra Loosemore <sandra@codesourcery.com>
166
167 * nios2-tdep.c (nios2_gcc_target_options): New.
168 (nios2_gdb_arch_init): Install new hook.
169
b567ca63
SM
1702018-09-18 Simon Marchi <simon.marchi@ericsson.com>
171
172 * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
173 New file.
174 * update-gnulib.sh: Apply patch.
175 * configure: Re-generate.
176
73f1bd76
JB
1772018-09-18 John Baldwin <jhb@FreeBSD.org>
178
179 * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
180 description. Make "info proc" command descriptions more
181 consistent.
182
8b113111
JB
1832018-09-18 John Baldwin <jhb@FreeBSD.org>
184
185 * NEWS: Mention 'info proc files' command.
186
7e69672e
JB
1872018-09-18 John Baldwin <jhb@FreeBSD.org>
188
189 * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
190 descriptors for IP_FILES and IP_ALL.
191
57c2a98a
JB
1922018-09-18 John Baldwin <jhb@FreeBSD.org>
193
194 * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
195 (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
196 (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
197 (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
198 (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
199 (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
200 (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
201 (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
202 (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
203 (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
204 (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
205 (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
206 (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
207 (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
208 (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
209 (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
210 (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
211 (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
212 (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
213 (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
214 (struct fbsd_sockaddr_un): New types.
215 (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
216 (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
217 (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
218 (fbsd_core_info_proc_files): New functions.
219 (fbsd_core_info_proc): List open file descriptors for IP_FILES and
220 IP_ALL.
221 * fbsd-tdep.h (fbsd_info_proc_files_header)
222 (fbsd_info_proc_files_entry): New.
223
e98ee8c4
JB
2242018-09-18 John Baldwin <jhb@FreeBSD.org>
225
226 * defs.h (enum info_proc_what) [IP_FILES]: New value.
227 * infcmd.c (info_proc_cmd_files): New function.
228 (_initialize_infcmd): Register 'info proc files' command.
229
725e2999
JB
2302018-09-18 John Baldwin <jhb@FreeBSD.org>
231
232 * gnulib/aclocal-m4-deps.mk: Re-generate.
233 * gnulib/aclocal.m4: Re-generate.
234 * gnulib/config.in: Re-generate.
235 * gnulib/configure: Re-generate.
236 * gnulib/import/Makefile.am: Re-generate.
237 * gnulib/import/Makefile.in: Re-generate.
238 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
239 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
240 * gnulib/import/arpa_inet.in.h: New file.
241 * gnulib/import/inet_ntop.c: New file.
242 * gnulib/import/m4/arpa_inet_h.m4: New file.
243 * gnulib/import/m4/inet_ntop.m4: New file.
244 * gnulib/import/m4/netinet_in_h.m4: New file.
245 * gnulib/import/m4/socklen.m4: New file.
246 * gnulib/import/m4/sockpfaf.m4: New file.
247 * gnulib/import/m4/stdalign.m4: New file.
248 * gnulib/import/m4/sys_uio_h.m4: New file.
249 * gnulib/import/netinet_in.in.h: New file.
250 * gnulib/import/stdalign.in.h: New file.
251 * gnulib/import/sys_socket.c: New file.
252 * gnulib/import/sys_socket.in.h: New file.
253 * gnulib/import/sys_uio.in.h: New file.
254 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
255 module.
256
2afffa7f
JB
2572018-09-18 John Baldwin <jhb@FreeBSD.org>
258
259 * gnulib/aclocal-m4-deps.mk: New file.
260 * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
261 deterministically.
262
9f235e09
JB
2632018-09-18 John Baldwin <jhb@FreeBSD.org>
264
265 * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
266 KVE_PATH.
267
40f03055
TT
2682018-09-18 Tom Tromey <tom@tromey.com>
269
270 * compile/compile-object-load.c (struct
271 link_hash_table_cleanup_data): Add constructor and destructor.
272 Use DISABLE_COPY_AND_ASSIGN.
273 (~link_hash_table_cleanup_data): Rename from
274 link_hash_table_free. Now a destructor.
275 (copy_sections): Use gdb::unique_xmalloc_ptr. Remove cleanups.
276
c9e0a7e3
TT
2772018-09-18 Tom Tromey <tom@tromey.com>
278
279 * compile/compile-object-run.c (do_module_cleanup): Use delete.
280 * compile/compile-object-load.c (struct munmap_list): Move to
281 header file.
282 (munmap_list::add): Rename from munmap_list_add; rewrite.
283 (munmap_list::~munmap_list): Rename from munmap_list_free.
284 (munmap_listp_free_cleanup): Remove.
285 (compile_object_load): Update.
286 * compile/compile-object-load.h (struct munmap_list): Move from
287 compile-object-load.c. Rewrite.
288
3ff2c72e
AH
2892018-09-18 Alan Hayward <alan.hayward@arm.com>
290
291 * aarch64-tdep.c (pass_in_v): Use register size.
292 (aarch64_extract_return_value): Likewise.
293 (aarch64_store_return_value): Likewise.
294
206c1947
RO
2952018-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
296
297 * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
298 rlim_t.
299
6eb5dbce
PW
3002018-09-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
301
302 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
303 Fix short help line.
304
ae292b3a
TT
3052018-09-17 Tom Tromey <tom@tromey.com>
306
307 PR python/20445:
308 * configure: Rebuild.
309 * configure.ac: Conditionally use -DNDEBUG for Python.
310
da658607
TT
3112018-09-17 Tom Tromey <tom@tromey.com>
312
313 * configure: Rebuild.
314 * configure.ac: Use gmp as a library dependency when checking for
315 mpfr.
316
d35da542
PA
3172018-09-17 Pedro Alves <palves@redhat.com>
318
319 * python/py-inferior.c (find_inferior_object): Delete.
320
461464f2
SM
3212018-09-17 Simon Marchi <simon.marchi@ericsson.com>
322
323 * compile/compile-cplus-types.c
324 (compile_cplus_instance::enter_scope): Don't use new_scope after
325 std::move.
326
e6cd1dc1
TT
3272018-09-17 Tom Tromey <tom@tromey.com>
328
329 * common/pathstuff.c (get_standard_cache_dir): Use
330 ~/Library/Caches on macOS.
331 * common/pathstuff.h (get_standard_cache_dir): Update comment.
332
8588b356
SM
3332018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
334
335 PR python/23669
336 * breakpoint.c (commands_cmd_element): New.
337 (_initialize_breakpoint): Assign commands_cmd_element.
338 * breakpoint.h (commands_cmd_element): New.
339 * cli/cli-script.c (while_cmd_element, if_command,
340 define_cmd_element): New.
341 (command_name_equals): Remove.
342 (process_next_line): Compare commands by pointer, not by name.
343 (_initialize_cli_script): Assign the various cmd_list_element
344 variables.
345 * compile/compile.c (compile_cmd_element): New.
346 (_initialize_compile): Assign compile_cmd_element.
347 * compile/compile.h (compile_cmd_element): New.
348 * guile/guile.c (guile_cmd_element): New.
349 (install_gdb_commands): Assign guile_cmd_element.
350 * guile/guile.h (guile_cmd_element): New.
351 * python/python.c (python_cmd_element): New.
352 (_initialize_python): Assign python_cmd_element.
353 * python/python.h (python_cmd_element): New.
354 * tracepoint.c (while_stepping_cmd_element): New.
355 (_initialize_tracepoint): Assign while_stepping_cmd_element.
356 * tracepoint.h (while_stepping_cmd_element): New.
357
cb524840
TT
3582018-09-17 Tom Tromey <tom@tromey.com>
359
360 * infrun.c (save_infcall_suspend_state): Return
361 infcall_suspend_state_up.
362 (save_infcall_control_state): Return infcall_control_state_up.
363 * inferior.h (save_infcall_suspend_state)
364 (save_infcall_control_state): Declare later. Return unique
365 pointers.
366
2d844eaf
TT
3672018-09-17 Tom Tromey <tom@tromey.com>
368
369 * infrun.c (struct stop_context): Declare constructor,
370 destructor, "changed" method.
371 (stop_context::stop_context): Rename from save_stop_context.
372 (stop_context::~stop_context): Rename from
373 release_stop_context_cleanup.
374 (normal_stop): Update.
375 (stop_context::changed): Rename from stop_context_changed. Return
376 bool.
377
c7c4d3fa
TT
3782018-09-17 Tom Tromey <tom@tromey.com>
379
380 * inferior.h (struct infcall_suspend_state_deleter): New.
381 (infcall_suspend_state_up): New typedef.
382 (struct infcall_control_state_deleter): New.
383 (infcall_control_state_up): New typedef.
384 (make_cleanup_restore_infcall_suspend_state)
385 (make_cleanup_restore_infcall_control_state): Don't declare.
386 * infcall.c (call_function_by_hand_dummy): Update.
387 * infrun.c (do_restore_infcall_suspend_state_cleanup)
388 (make_cleanup_restore_infcall_suspend_state): Remove.
389 (do_restore_infcall_control_state_cleanup)
390 (make_cleanup_restore_infcall_control_state): Remove.
391
ee841dd8
TT
3922018-09-17 Tom Tromey <tom@tromey.com>
393
394 * gdbthread.h (struct thread_control_state): Add initializer.
395 (class thread_info) <control>: Remove initializer.
396 * inferior.h (struct inferior_control_state): Add initializer.
397 (class inferior) <control>: Remove initializer.
398 (exit_inferior_1): Update.
399 * infrun.c (struct infcall_control_state): Add constructors.
400 (save_infcall_control_state): Use new.
401 (restore_infcall_control_state, discard_infcall_control_state):
402 Use delete.
403
117f580a
TT
4042018-09-17 Tom Tromey <tom@tromey.com>
405
406 * infrun.c (struct infcall_suspend_state) <registers>: Now a
407 unique_ptr.
408 <siginfo_data>: Now a unique_xmalloc_ptr.
409 (save_infcall_suspend_state, restore_infcall_suspend_state)
410 (discard_infcall_suspend_state)
411 (get_infcall_suspend_state_regcache): Update.
412
dd848631
TT
4132018-09-17 Tom Tromey <tom@tromey.com>
414
415 * gdbthread.h (struct thread_suspend_state): Add initializers.
416 (class thread_info) <suspend>: Remove initializer.
417 * infrun.c (struct infcall_suspend_state): Add initializers.
418 (save_infcall_suspend_state): Use new.
419 (discard_infcall_suspend_state): Use delete.
420
1a338907
TT
4212018-09-16 Tom Tromey <tom@tromey.com>
422
423 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
424 Remove.
425 * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
426 rvalue reference. Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
427 (py_varobj_iter_new): Likewise.
428 (py_varobj_get_iterator): Use gdbpy_ref.
429
4a137fec
TT
4302018-09-16 Tom Tromey <tom@tromey.com>
431
432 * python/py-threadevent.c (py_get_event_thread): Simplify.
433 * python/py-inferior.c (infpy_thread_from_thread_handle):
434 Return immediately after calling thread_to_thread_object. Use
435 Py_RETURN_NONE.
436 (thread_to_thread_object): Set the exception on a NULL return.
437
8ff03f0b
SM
4382018-09-16 Simon Marchi <simon.marchi@polymtl.ca>
439
440 * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
441
94c8b725
TT
4422018-09-16 Tom Tromey <tom@tromey.com>
443
444 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
445 Remove.
446
db1337cc
TT
4472018-09-16 Tom Tromey <tom@tromey.com>
448
449 * python/python-internal.h (thread_to_thread_object): Change
450 return type.
451 * python/py-inferior.c (thread_to_thread_object): Return a new
452 reference.
453 (infpy_thread_from_thread_handle): Update.
454 * python/py-infthread.c (gdbpy_selected_thread): Update.
455 * python/py-stopevent.c (create_stop_event_object): Update.
456 * python/py-threadevent.c (py_get_event_thread): Return a new
457 reference.
458 (py_get_event_thread): Update.
459 * python/py-event.h (py_get_event_thread): Change return type.
460 * python/py-continueevent.c (create_continue_event_object):
461 Update.
462
0a9db5ad
TT
4632018-09-16 Tom Tromey <tom@tromey.com>
464
465 * python/py-progspace.c (pspy_get_objfiles): Update.
466 * python/python-internal.h (objfile_to_objfile_object): Change
467 return type.
468 * python/py-newobjfileevent.c (create_new_objfile_event_object):
469 Update.
470 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
471 Update.
472 * python/python.c (gdbpy_get_current_objfile): Update.
473 (gdbpy_objfiles): Update.
474 * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
475 Update.
476 (objfile_to_objfile_object): Return a new reference.
477 * python/py-symtab.c (stpy_get_objfile): Update.
478 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
479 Update.
480
3c7aa307
TT
4812018-09-16 Tom Tromey <tom@tromey.com>
482
483 * python/py-inferior.c (infpy_get_progspace): Update.
484 * python/python-internal.h (pspace_to_pspace_object): Change
485 return type.
486 * python/py-newobjfileevent.c
487 (create_clear_objfiles_event_object): Update.
488 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
489 Update.
490 * python/python.c (gdbpy_get_current_progspace): Update.
491 (gdbpy_progspaces): Update.
492 * python/py-progspace.c (pspace_to_pspace_object): Return a new
493 reference.
494 * python/py-objfile.c (objfpy_get_progspace): Update.
495 * python/py-prettyprint.c (find_pretty_printer_from_progspace):
496 Update.
497
8743a9cd
TT
4982018-09-16 Tom Tromey <tom@tromey.com>
499
500 * python/lib/gdb/__init__.py (current_progspace, objfiles)
501 (solib_name, block_for_pc, find_pc_line): New functions.
502 (execute_unwinders): Update.
503 * python/py-block.c (gdbpy_block_for_pc): Remove.
504 * python/py-inferior.c (infpy_get_progspace): New function.
505 (inferior_object_getset) <progspace>: Add.
506 * python/py-progspace.c (pspy_objfiles): Rewrite.
507 (pspy_solib_name, pspy_block_for_pc)
508 (pspy_find_pc_line, pspy_is_valid): New functions.
509 (progspace_object_methods): Add entries for solib_name,
510 block_for_pc, find_pc_line, is_valid.
511 * python/python-internal.h (gdbpy_block_for_pc)
512 (build_objfiles_list): Don't declare.
513 * python/python.c: Don't include solib.h.
514 (gdbpy_solib_name, gdbpy_find_pc_line)
515 (gdbpy_get_current_progspace, build_objfiles_list)
516 (gdbpy_objfiles): Remove.
517 (GdbMethods) <current_progspace, objfiles, block_for_pc,
518 solib_name, find_pc_line>: Remove entries.
519
65e65158
TT
5202018-09-16 Tom Tromey <tom@tromey.com>
521
522 * top.c (new_ui_command): Use GNU style for metasyntactic
523 variables.
524 * breakpoint.c (stopat_command): Use GNU style for metasyntactic
525 variables.
526 * maint.c (maintenance_translate_address): Remove "<>" around
527 text.
528 * interps.c (interpreter_exec_cmd): Use GNU style for
529 metasyntactic variables.
530 * nto-procfs.c (nto_procfs_target_info): Use GNU style for
531 metasyntactic variables.
532 * tracepoint.c (tfind_range_command): Use GNU style for
533 metasyntactic variables.
534 (tfind_outside_command): Likewise.
535 (_initialize_tracepoint): Likewise.
536 * remote.c (extended_remote_target::create_inferior): Use GNU
537 style for metasyntactic variables.
538 * sparc64-tdep.c (adi_examine_command): Use GNU style for
539 metasyntactic variables.
540 (adi_assign_command): Likewise.
541
f4bab6ff
TT
5422018-09-16 Tom Tromey <tom@tromey.com>
543
544 * disasm.c (show_disassembler_options_sfunc): Use GNU style for
545 metasyntactic variables. Print message if no disassembler options
546 are available.
547
cbaaa0ca
TT
5482018-09-15 Tom Tromey <tom@tromey.com>
549
550 * infcmd.c (get_inferior_args): Return const char *.
551 * inferior.h (get_inferior_args): Return type now const.
552 * linux-tdep.c (linux_fill_prpsinfo): Update.
553 * procfs.c (procfs_target::make_corefile_notes): Update.
554
a3a6aef4
TT
5552018-09-07 Tom Tromey <tom@tromey.com>
556
557 * python/python.c (execute_gdb_command): Call bpstat_do_actions
558 inside the TRY.
559
f70e088f
SL
5602018-09-14 Sandra Loosemore <sandra@codesourcery.com>
561
562 * nios2-tdep.c (nios2_type_align): New.
563 (nios2_gdb_arch_init): Install type_align hook.
564
2fabdf33
AB
5652018-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * eval.c (fake_method::fake_method): Call xzalloc directly for a
568 type that is neither object file owned, nor gdbarch owned.
569 * gdbtypes.c (get_type_gdbarch): Add an assert that returned
570 gdbarch is non-NULL.
571 (alloc_type_instance): Allocate non-objfile owned types on the
572 gdbarch obstack.
573 (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
574 using TYPE_ALLOC to ensure memory is allocated on the correct
575 obstack.
576 * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
577 obstack, or the gdbarch obstack.
578 (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
579
b4b08fa2
TT
5802018-09-14 Tom Tromey <tom@tromey.com>
581
582 * infcall.c (call_function_by_hand_dummy): Remove unnecessary
583 block.
584
87b240d4
TT
5852018-09-14 Tom Tromey <tom@tromey.com>
586
587 * nat/fork-inferior.c (get_startup_shell): Remove "static".
588
7d221512
TT
5892018-09-13 Tom Tromey <tom@tromey.com>
590
591 * python/py-inferior.c (infpy_thread_from_thread_handle): Now
592 static.
593
97e67fc6
TT
5942018-09-13 Tom Tromey <tom@tromey.com>
595
596 * exec.c (try_open_exec_file): Use std::string.
597
803c08d0
TT
5982018-09-13 Tom Tromey <tom@tromey.com>
599
600 * utils.h (gdb_bfd_errmsg): Return std::string.
601 * exec.c (exec_file_attach): Update.
602 * compile/compile-object-load.c (compile_object_load): Update.
603 * utils.c (gdb_bfd_errmsg): Return std::string.
604
5b4cbbe3
TT
6052018-09-13 Tom Tromey <tom@tromey.com>
606
607 * procfs.c (struct procinfo_deleter): New.
608 (procinfo_up): New typedef.
609 (do_destroy_procinfo_cleanup): Remove.
610 (procfs_target::info_proc): Use procinfo_up. Remove cleanups.
611
db68fbe2
TT
6122018-09-13 Tom Tromey <tom@tromey.com>
613
614 * source.c (add_path): Use gdb::unique_xmalloc_ptr.
615
0ae1a321
SM
6162018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6172018-09-13 Tom Tromey <tom@tromey.com>
618
619 * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
620 (pspy_get_objfiles): New function.
621 (progspace_object_methods): New.
622 (pspace_object_type): Add tp_methods callback.
623 * python/python-internal.h (build_objfiles_list): New
624 declaration.
625 * python/python.c (build_objfiles_list): New function.
626 (gdbpy_objfiles): Implement using build_objfiles_list.
627 * NEWS: Mention the Progspace.objfiles method.
628
a40bf0c2
SM
6292018-09-13 Simon Marchi <simon.marchi@ericsson.com>
630
631 * python/py-inferior.c (infpy_get_progspace): New function.
632 (inferior_object_getset): Add progspace property.
633 * NEWS: Mention the new property.
634
4a3fe98f
TT
6352018-09-13 Tom Tromey <tom@tromey.com>
636
637 PR rust/23650:
638 * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
639
098b2108
TT
6402018-09-13 Tom Tromey <tom@tromey.com>
641
642 PR rust/23626:
643 * rust-lang.c (rust_enum_variant): Now static.
644 (rust_empty_enum_p): New function.
645 (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
646 Handle empty enum.
647
1256af7d
SM
6482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
649
650 * python/py-inferior.c (infpy_repr): New.
651 (inferior_object_type): Register infpy_repr.
652 * python/py-objfile.c (objfpy_repr): New.
653 (objfile_object_type): Register objfpy_repr.
654
f117a62c
JB
6552018-09-12 John Baldwin <jhb@FreeBSD.org>
656
657 * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
658
88f22c34
JB
6592018-09-12 John Baldwin <jhb@FreeBSD.org>
660
661 * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
662 typo.
663
3c025cfe
SDJ
6642018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
665
666 * common/common-utils.c: Don't include '<sys/stat.h>'.
667 (is_regular_file): Move to...
668 * common/filestuff.c (is_regular_file): ... here.
669 * common/common-utils.h (is_regular_file): Move to...
670 * common/filestuff.h (is_regular_file): ... here.
671
3e68067f
SM
6722018-09-12 Simon Marchi <simon.marchi@ericsson.com>
673
674 * skip.c (debug_skip): New variable.
675 (skiplist_entry::do_skip_file_p): Add debug output.
676 (skiplist_entry::do_skip_gfile_p): Likewise.
677 (skiplist_entry::skip_function_p): Likewise.
678 (_initialize_step_skip): Create debug command.
679 * NEWS: Mention set/show debug skip.
680
d6be54ef
XR
6812018-09-11 Xavier Roirand <roirand@adacore.com>
682
683 * darwin-nat.c (should_disable_startup_with_shell):
684 New function.
685 (darwin_nat_target::create_inferior): Add call.
686
de1ec836
XR
6872018-09-11 Xavier Roirand <roirand@adacore.com>
688
689 * darwin-nat.h (struct darwin_thread_info) <gdb_port,
690 inf_port, msg_state>: Initialize.
691 (struct darwin_thread_info) <signaled, single_step>: Change
692 type and initialize.
693 (struct darwin_thread_info) <event>: Initialize.
694
e2fc52e7
SDJ
6952018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
696
697 PR gdb/23555
698 PR gdb/23558
699 * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
700 guesses.
701
5e8754f9
SDJ
7022018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
703
704 Revert:
705 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
706
707 PR gdb/23555
708 PR gdb/23558
709 * gnulib/aclocal.m4: Regenerate.
710 * gnulib/config.in: Regenerate.
711 * gnulib/configure: Regenerate.
712 * gnulib/import/Makefile.am: Update.
713 * gnulib/import/Makefile.in: Update.
714 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
715 * gnulib/import/_Noreturn.h: ... this.
716 * gnulib/import/alloca.in.h: Update.
717 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
718 * gnulib/import/arg-nonnull.h: ... this.
719 * gnulib/import/assure.h: Update.
720 * gnulib/import/at-func.c: Update.
721 * gnulib/import/basename-lgpl.c: Update.
722 * gnulib/import/extra/snippet/c++defs.h: Rename to...
723 * gnulib/import/c++defs.h: ... this.
724 * gnulib/import/canonicalize-lgpl.c: Update.
725 * gnulib/import/cdefs.h: Update.
726 * gnulib/import/chdir-long.c: Update.
727 * gnulib/import/chdir-long.h: Update.
728 * gnulib/import/cloexec.c: Update.
729 * gnulib/import/cloexec.h: Update.
730 * gnulib/import/close.c: Update.
731 * gnulib/import/closedir.c: Update.
732 * gnulib/import/config.charset: Update.
733 * gnulib/import/dirent-private.h: Update.
734 * gnulib/import/dirent.in.h: Update.
735 * gnulib/import/dirfd.c: Update.
736 * gnulib/import/dirname-lgpl.c: Update.
737 * gnulib/import/dirname.h: Update.
738 * gnulib/import/dosname.h: Update.
739 * gnulib/import/dup-safer-flag.c: Update.
740 * gnulib/import/dup-safer.c: Update.
741 * gnulib/import/dup.c: Update.
742 * gnulib/import/dup2.c: Update.
743 * gnulib/import/errno.in.h: Update.
744 * gnulib/import/error.c: Update.
745 * gnulib/import/error.h: Update.
746 * gnulib/import/exitfail.c: Update.
747 * gnulib/import/exitfail.h: Update.
748 * gnulib/import/extra/update-copyright: Update.
749 * gnulib/import/fchdir.c: Update.
750 * gnulib/import/fcntl.c: Update.
751 * gnulib/import/fcntl.in.h: Update.
752 * gnulib/import/fd-hook.c: Update.
753 * gnulib/import/fd-hook.h: Update.
754 * gnulib/import/fd-safer-flag.c: Update.
755 * gnulib/import/fd-safer.c: Update.
756 * gnulib/import/fdopendir.c: Update.
757 * gnulib/import/filename.h: Update.
758 * gnulib/import/filenamecat-lgpl.c: Update.
759 * gnulib/import/filenamecat.h: Update.
760 * gnulib/import/flexmember.h: Update.
761 * gnulib/import/float+.h: Update.
762 * gnulib/import/float.c: Update.
763 * gnulib/import/float.in.h: Update.
764 * gnulib/import/fnmatch.c: Update.
765 * gnulib/import/fnmatch.in.h: Update.
766 * gnulib/import/fnmatch_loop.c: Update.
767 * gnulib/import/fpucw.h: Update.
768 * gnulib/import/frexp.c: Update.
769 * gnulib/import/frexpl.c: Update.
770 * gnulib/import/fstat.c: Update.
771 * gnulib/import/fstatat.c: Update.
772 * gnulib/import/getcwd-lgpl.c: Update.
773 * gnulib/import/getcwd.c: Update.
774 * gnulib/import/getdtablesize.c: Update.
775 * gnulib/import/getlogin_r.c: Update.
776 * gnulib/import/getprogname.c: Update.
777 * gnulib/import/getprogname.h: Update.
778 * gnulib/import/gettext.h: Update.
779 * gnulib/import/gettimeofday.c: Update.
780 * gnulib/import/glob-libc.h: Update.
781 * gnulib/import/glob.c: Update.
782 * gnulib/import/glob.in.h: Update.
783 * gnulib/import/glob_internal.h: Update.
784 * gnulib/import/glob_pattern_p.c: Update.
785 * gnulib/import/globfree.c: Update.
786 * gnulib/import/hard-locale.c: Update.
787 * gnulib/import/hard-locale.h: Update.
788 * gnulib/import/intprops.h: Update.
789 * gnulib/import/inttypes.in.h: Update.
790 * gnulib/import/isnan.c: Update.
791 * gnulib/import/isnand-nolibm.h: Update.
792 * gnulib/import/isnand.c: Update.
793 * gnulib/import/isnanl-nolibm.h: Update.
794 * gnulib/import/isnanl.c: Update.
795 * gnulib/import/itold.c: Update.
796 * gnulib/import/libc-config.h: Update.
797 * gnulib/import/limits.in.h: Update.
798 * gnulib/import/localcharset.c: Update.
799 * gnulib/import/localcharset.h: Update.
800 * gnulib/import/localtime-buffer.c: Update.
801 * gnulib/import/localtime-buffer.h: Update.
802 * gnulib/import/lstat.c: Update.
803 * gnulib/import/m4/00gnulib.m4: Update.
804 * gnulib/import/m4/__inline.m4: Update.
805 * gnulib/import/m4/absolute-header.m4: Update.
806 * gnulib/import/m4/alloca.m4: Update.
807 * gnulib/import/m4/builtin-expect.m4: Update.
808 * gnulib/import/m4/canonicalize.m4: Update.
809 * gnulib/import/m4/chdir-long.m4: Update.
810 * gnulib/import/m4/close.m4: Update.
811 * gnulib/import/m4/closedir.m4: Update.
812 * gnulib/import/m4/configmake.m4: Update.
813 * gnulib/import/m4/d-ino.m4: Update.
814 * gnulib/import/m4/d-type.m4: Update.
815 * gnulib/import/m4/dirent_h.m4: Update.
816 * gnulib/import/m4/dirfd.m4: Update.
817 * gnulib/import/m4/dirname.m4: Update.
818 * gnulib/import/m4/double-slash-root.m4: Update.
819 * gnulib/import/m4/dup.m4: Update.
820 * gnulib/import/m4/dup2.m4: Update.
821 * gnulib/import/m4/eealloc.m4: Update.
822 * gnulib/import/m4/environ.m4: Update.
823 * gnulib/import/m4/errno_h.m4: Update.
824 * gnulib/import/m4/error.m4: Update.
825 * gnulib/import/m4/exponentd.m4: Update.
826 * gnulib/import/m4/exponentl.m4: Update.
827 * gnulib/import/m4/extensions.m4: Update.
828 * gnulib/import/m4/extern-inline.m4: Update.
829 * gnulib/import/m4/fchdir.m4: Update.
830 * gnulib/import/m4/fcntl-o.m4: Update.
831 * gnulib/import/m4/fcntl.m4: Update.
832 * gnulib/import/m4/fcntl_h.m4: Update.
833 * gnulib/import/m4/fdopendir.m4: Update.
834 * gnulib/import/m4/filenamecat.m4: Update.
835 * gnulib/import/m4/flexmember.m4: Update.
836 * gnulib/import/m4/float_h.m4: Update.
837 * gnulib/import/m4/fnmatch.m4: Update.
838 * gnulib/import/m4/fnmatch_h.m4: Update.
839 * gnulib/import/m4/fpieee.m4: Update.
840 * gnulib/import/m4/frexp.m4: Update.
841 * gnulib/import/m4/frexpl.m4: Update.
842 * gnulib/import/m4/fstat.m4: Update.
843 * gnulib/import/m4/fstatat.m4: Update.
844 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
845 * gnulib/import/m4/getcwd-path-max.m4: Update.
846 * gnulib/import/m4/getcwd.m4: Update.
847 * gnulib/import/m4/getdtablesize.m4: Update.
848 * gnulib/import/m4/getlogin.m4: Update.
849 * gnulib/import/m4/getlogin_r.m4: Update.
850 * gnulib/import/m4/getpagesize.m4: Update.
851 * gnulib/import/m4/getprogname.m4: Update.
852 * gnulib/import/m4/gettimeofday.m4: Update.
853 * gnulib/import/m4/glibc21.m4: Update.
854 * gnulib/import/m4/glob.m4: Update.
855 * gnulib/import/m4/glob_h.m4: Update.
856 * gnulib/import/m4/gnulib-cache.m4: Update.
857 * gnulib/import/m4/gnulib-common.m4: Update.
858 * gnulib/import/m4/gnulib-comp.m4: Update.
859 * gnulib/import/m4/gnulib-tool.m4: Update.
860 * gnulib/import/m4/hard-locale.m4: Update.
861 * gnulib/import/m4/include_next.m4: Update.
862 * gnulib/import/m4/inttypes-pri.m4: Update.
863 * gnulib/import/m4/inttypes.m4: Update.
864 * gnulib/import/m4/isnand.m4: Update.
865 * gnulib/import/m4/isnanl.m4: Update.
866 * gnulib/import/m4/largefile.m4: Update.
867 * gnulib/import/m4/limits-h.m4: Update.
868 * gnulib/import/m4/localcharset.m4: Update.
869 * gnulib/import/m4/locale-fr.m4: Update.
870 * gnulib/import/m4/locale-ja.m4: Update.
871 * gnulib/import/m4/locale-zh.m4: Update.
872 * gnulib/import/m4/localtime-buffer.m4: Update.
873 * gnulib/import/m4/longlong.m4: Update.
874 * gnulib/import/m4/lstat.m4: Update.
875 * gnulib/import/m4/malloc.m4: Update.
876 * gnulib/import/m4/malloca.m4: Update.
877 * gnulib/import/m4/math_h.m4: Update.
878 * gnulib/import/m4/mbrtowc.m4: Update.
879 * gnulib/import/m4/mbsinit.m4: Update.
880 * gnulib/import/m4/mbsrtowcs.m4: Update.
881 * gnulib/import/m4/mbstate_t.m4: Update.
882 * gnulib/import/m4/memchr.m4: Update.
883 * gnulib/import/m4/memmem.m4: Update.
884 * gnulib/import/m4/mempcpy.m4: Update.
885 * gnulib/import/m4/memrchr.m4: Update.
886 * gnulib/import/m4/mkdir.m4: Update.
887 * gnulib/import/m4/mkstemp.m4: Update.
888 * gnulib/import/m4/mmap-anon.m4: Update.
889 * gnulib/import/m4/mode_t.m4: Update.
890 * gnulib/import/m4/msvc-inval.m4: Update.
891 * gnulib/import/m4/msvc-nothrow.m4: Update.
892 * gnulib/import/m4/multiarch.m4: Update.
893 * gnulib/import/m4/nocrash.m4: Update.
894 * gnulib/import/m4/off_t.m4: Update.
895 * gnulib/import/m4/onceonly.m4: Update.
896 * gnulib/import/m4/open-cloexec.m4: Update.
897 * gnulib/import/m4/open.m4: Update.
898 * gnulib/import/m4/openat.m4: Update.
899 * gnulib/import/m4/opendir.m4: Update.
900 * gnulib/import/m4/pathmax.m4: Update.
901 * gnulib/import/m4/rawmemchr.m4: Update.
902 * gnulib/import/m4/readdir.m4: Update.
903 * gnulib/import/m4/readlink.m4: Update.
904 * gnulib/import/m4/realloc.m4: Update.
905 * gnulib/import/m4/rename.m4: Update.
906 * gnulib/import/m4/rewinddir.m4: Update.
907 * gnulib/import/m4/rmdir.m4: Update.
908 * gnulib/import/m4/save-cwd.m4: Update.
909 * gnulib/import/m4/secure_getenv.m4: Update.
910 * gnulib/import/m4/setenv.m4: Update.
911 * gnulib/import/m4/signal_h.m4: Update.
912 * gnulib/import/m4/ssize_t.m4: Update.
913 * gnulib/import/m4/stat-time.m4: Update.
914 * gnulib/import/m4/stat.m4: Update.
915 * gnulib/import/m4/std-gnu11.m4: Update.
916 * gnulib/import/m4/stdbool.m4: Update.
917 * gnulib/import/m4/stddef_h.m4: Update.
918 * gnulib/import/m4/stdint.m4: Update.
919 * gnulib/import/m4/stdio_h.m4: Update.
920 * gnulib/import/m4/stdlib_h.m4: Update.
921 * gnulib/import/m4/strchrnul.m4: Update.
922 * gnulib/import/m4/strdup.m4: Update.
923 * gnulib/import/m4/strerror.m4: Update.
924 * gnulib/import/m4/string_h.m4: Update.
925 * gnulib/import/m4/strstr.m4: Update.
926 * gnulib/import/m4/strtok_r.m4: Update.
927 * gnulib/import/m4/sys_socket_h.m4: Update.
928 * gnulib/import/m4/sys_stat_h.m4: Update.
929 * gnulib/import/m4/sys_time_h.m4: Update.
930 * gnulib/import/m4/sys_types_h.m4: Update.
931 * gnulib/import/m4/tempname.m4: Update.
932 * gnulib/import/m4/time_h.m4: Update.
933 * gnulib/import/m4/unistd-safer.m4: Update.
934 * gnulib/import/m4/unistd_h.m4: Update.
935 * gnulib/import/m4/warn-on-use.m4: Update.
936 * gnulib/import/m4/wchar_h.m4: Update.
937 * gnulib/import/m4/wchar_t.m4: Update.
938 * gnulib/import/m4/wctype_h.m4: Update.
939 * gnulib/import/m4/wint_t.m4: Update.
940 * gnulib/import/malloc.c: Update.
941 * gnulib/import/malloc/scratch_buffer.h: Update.
942 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
943 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
944 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
945 * gnulib/import/malloca.c: Update.
946 * gnulib/import/malloca.h: Update.
947 * gnulib/import/malloca.valgrind: Update.
948 * gnulib/import/math.in.h: Update.
949 * gnulib/import/mbrtowc.c: Update.
950 * gnulib/import/mbsinit.c: Update.
951 * gnulib/import/mbsrtowcs-impl.h: Update.
952 * gnulib/import/mbsrtowcs-state.c: Update.
953 * gnulib/import/mbsrtowcs.c: Update.
954 * gnulib/import/memchr.c: Update.
955 * gnulib/import/memmem.c: Update.
956 * gnulib/import/mempcpy.c: Update.
957 * gnulib/import/memrchr.c: Update.
958 * gnulib/import/mkdir.c: Update.
959 * gnulib/import/mkstemp.c: Update.
960 * gnulib/import/msvc-inval.c: Update.
961 * gnulib/import/msvc-inval.h: Update.
962 * gnulib/import/msvc-nothrow.c: Update.
963 * gnulib/import/msvc-nothrow.h: Update.
964 * gnulib/import/open.c: Update.
965 * gnulib/import/openat-die.c: Update.
966 * gnulib/import/openat-priv.h: Update.
967 * gnulib/import/openat-proc.c: Update.
968 * gnulib/import/openat.c: Update.
969 * gnulib/import/openat.h: Update.
970 * gnulib/import/opendir.c: Update.
971 * gnulib/import/pathmax.h: Update.
972 * gnulib/import/pipe-safer.c: Update.
973 * gnulib/import/rawmemchr.c: Update.
974 * gnulib/import/readdir.c: Update.
975 * gnulib/import/readlink.c: Update.
976 * gnulib/import/realloc.c: Update.
977 * gnulib/import/ref-add.sin: Update.
978 * gnulib/import/ref-del.sin: Update.
979 * gnulib/import/rename.c: Update.
980 * gnulib/import/rewinddir.c: Update.
981 * gnulib/import/rmdir.c: Update.
982 * gnulib/import/same-inode.h: Update.
983 * gnulib/import/save-cwd.c: Update.
984 * gnulib/import/save-cwd.h: Update.
985 * gnulib/import/scratch_buffer.h: Update.
986 * gnulib/import/secure_getenv.c: Update.
987 * gnulib/import/setenv.c: Update.
988 * gnulib/import/signal.in.h: Update.
989 * gnulib/import/stat-time.c: Update.
990 * gnulib/import/stat-time.h: Update.
991 * gnulib/import/stat-w32.c: Update.
992 * gnulib/import/stat-w32.h: Update.
993 * gnulib/import/stat.c: Update.
994 * gnulib/import/stdbool.in.h: Update.
995 * gnulib/import/stddef.in.h: Update.
996 * gnulib/import/stdint.in.h: Update.
997 * gnulib/import/stdio.in.h: Update.
998 * gnulib/import/stdlib.in.h: Update.
999 * gnulib/import/str-two-way.h: Update.
1000 * gnulib/import/strchrnul.c: Update.
1001 * gnulib/import/strdup.c: Update.
1002 * gnulib/import/streq.h: Update.
1003 * gnulib/import/strerror-override.c: Update.
1004 * gnulib/import/strerror-override.h: Update.
1005 * gnulib/import/strerror.c: Update.
1006 * gnulib/import/string.in.h: Update.
1007 * gnulib/import/stripslash.c: Update.
1008 * gnulib/import/strnlen1.c: Update.
1009 * gnulib/import/strnlen1.h: Update.
1010 * gnulib/import/strstr.c: Update.
1011 * gnulib/import/strtok_r.c: Update.
1012 * gnulib/import/sys_stat.in.h: Update.
1013 * gnulib/import/sys_time.in.h: Update.
1014 * gnulib/import/sys_types.in.h: Update.
1015 * gnulib/import/tempname.c: Update.
1016 * gnulib/import/tempname.h: Update.
1017 * gnulib/import/time.in.h: Update.
1018 * gnulib/import/unistd--.h: Update.
1019 * gnulib/import/unistd-safer.h: Update.
1020 * gnulib/import/unistd.in.h: Update.
1021 * gnulib/import/unsetenv.c: Update.
1022 * gnulib/import/verify.h: Update.
1023 * gnulib/import/extra/snippet/warn-on-use.h: Update.
1024 * gnulib/import/wchar.in.h: Update.
1025 * gnulib/import/wctype.in.h: Update.
1026 * gnulib/import/xalloc-oversized.h: Update.
1027 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
1028 "53e2c179f26a890fa6685af4b6c1397ee370433b".
1029
8ec23583
SM
10302018-09-10 Simon Marchi <simon.marchi@ericsson.com>
1031
1032 * record-btrace.c (get_thread_current_frame): Remove
1033 old_inferior_ptid.
1034
1f5d1570
JG
10352018-09-10 Jerome Guitton <guitton@adacore.com>
1036
1037 * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
1038 with check_tag to 1 if and only if the type is tagged and the
1039 component being searched cannot been found in the current
1040 view. Otherwise, always call ada_to_fixed_type with
1041 check_tag to 0.
1042
d91e9ea8
XR
10432018-09-10 Xavier Roirand <roirand@adacore.com>
1044
1045 * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
1046 declaration.
1047 * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
1048 * ada-varobj.c (ada_varobj_get_number_of_children,
1049 ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
1050
cc330e39
XR
10512018-09-10 Xavier Roirand <roirand@adacore.com>
1052
1053 * ada-valprint.c (ada_value_print): Use type instead of
1054 enclosing type.
1055
b9c50e9a
XR
10562018-09-10 Xavier Roirand <roirand@adacore.com>
1057
1058 * ada-lang.c (ada_value_subscript): Handle case when parameter is
1059 an array of access to unconstrained array.
1060
736ade86
XR
10612018-09-10 Xavier Roirand <roirand@adacore.com>
1062
1063 * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
1064 (ada_check_typedef): Use it.
1065
2963898f
XR
10662018-09-10 Xavier Roirand <roirand@adacore.com>
1067
1068 * ada-varobj.c (ada_varobj_describe_struct_child)
1069 (ada_varobj_describe_child): Handle union case like struct one.
1070
a154931e
TT
10712018-09-10 Tom Tromey <tom@tromey.com>
1072
1073 PR python/18380:
1074 * python/python.c (_initialize_python): Make example in "python"
1075 help work in Python 3.
1076
23c4651c
EZ
10772018-09-10 Eli Zaretskii <eliz@gnu.org>
1078
1079 * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
1080 INSTALL_PROGRAM to install gdb-add-index.sh. Don't append
1081 $(EXEEXT) to the script, as it is not a program.
1082
a5c5eda7
SM
10832018-09-09 Simon Marchi <simon.marchi@ericsson.com>
1084
1085 * python/py-prettyprint.c (pretty_print_one_value): Return
1086 gdbpy_ref<>.
1087 (print_string_repr): Adjust.
1088 (apply_varobj_pretty_printer): Return gdbpy_ref<>.
1089 * python/python-internal.h (apply_varobj_pretty_printer): Return
1090 gdbpy_ref<>.
1091 * varobj.c (varobj_value_get_print_value): Adjust.
1092
332cf4c9
TT
10932018-09-08 Tom Tromey <tom@tromey.com>
1094
1095 PR python/16047:
1096 * python/py-prettyprint.c (pretty_print_one_value): Check for
1097 to_string method.
1098
424da6cf
JB
10992018-09-08 Joel Brobecker <brobecker@adacore.com>
1100
1101 * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
1102 replace_operator_with_call.
1103
95f39a5b
JB
11042018-09-08 Joel Brobecker <brobecker@adacore.com>
1105
1106 * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
1107
16b9eb7b
JB
11082018-09-08 Joel Brobecker <brobecker@adacore.com>
1109
1110 * ada-typeprint.c (print_range): Print the bounds using TYPE
1111 rather than its TYPE_TARGET_TYPE.
1112
d8ce9127
JB
11132018-09-08 Joel Brobecker <brobecker@adacore.com>
1114
1115 * ada-lang.c (ada_to_fixed_value): Minor reformatting in
1116 call to ada_to_fixed_value_create.
1117
0d81f350
JG
11182018-09-08 Jerome Guitton <guitton@adacore.com>
1119
1120 * ada-lang.c (ada_decode): strip dot prefix in symbol name.
1121
57aff202
JB
11222018-09-08 Joel Brobecker <brobecker@adacore.com>
1123
1124 * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
1125 by calls to error.
1126
fb44b1a7
JB
11272018-09-08 Joel Brobecker <brobecker@adacore.com>
1128
1129 * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
1130 Move update of loop variable "fi".
1131
2a62dfa9
JB
11322018-09-08 Joel Brobecker <brobecker@adacore.com>
1133
1134 * ada-lang.c (value_assign_to_component): In the case of
1135 big-endian targets, extract the bits of the given VAL
1136 using an src_offset of zero if container is not a scalar.
1137
739ab2e9
SS
11382018-09-06 Simon Ser <contact@emersion.fr>
1139
1140 PR gdb/23105
1141 * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
1142 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
1143 * fbsd-tdep.c (fbsd_make_note_desc): New.
1144 (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
1145 NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
1146 * target.h (enum target_object) Add FreeBSD-specific
1147 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
1148
d82b3862
SM
11492018-09-06 Simon Marchi <simon.marchi@ericsson.com>
1150
1151 * compile/compile-c.h (generate_c_for_variable_locations):
1152 Change reference to pointer.
1153 * compile/compile-c-support.c (compile_program) <compute>:
1154 Likewise.
1155 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
1156 (generate_c_for_for_one_variable): Likewise
1157 (generate_c_for_variable_locations): Likewise
1158 * compile/compile-c-types.c (compile_c_instance::convert_type):
1159 Likewise
1160 * compile/compile-cplus-symbols.c (convert_one_symbol):
1161 std::move the scope passed to enter_scope.
1162 * compile/compile-cplus-types.c
1163 (compile_cplus_instance::enter_scope): Make parameter
1164 rvalue-reference.
1165 (compile_cplus_instance::new_scope): Change reference to
1166 pointer.
1167 (compile_cplus_instance::convert_type): Likewise
1168 (compile_cplus_convert_typedef): std::move the scope passed to
1169 enter_scope.
1170 (compile_cplus_convert_struct_or_union): Likewise.
1171 (compile_cplus_convert_enum): Likewise.
1172 (compile_cplus_convert_namespace): Likewise.
1173 * compile/compile-cplus.h (compile_cplus_instance)
1174 <enter_scope>: Make parameter rvalue-reference.
1175 * compile/compile-internal.h (compile_instance)
1176 <get_cached_type>: Likewise
1177 * compile/compile-loc2c.c (push): Likewise
1178 (pushf): Likewise
1179 (unary): Likewise
1180 (binary): Likewise
1181 (print_label): Likewise
1182 (pushf_register_address): Likewise
1183 (pushf_register): Likewise
1184 (do_compile_dwarf_expr_to_c): Likewise
1185 (compile_dwarf_expr_to_c): Likewise
1186 (compile_dwarf_bounds_to_c): Likewise
1187 * compile/compile.c (compile_instance::get_cached_type):
1188 Likewise
1189 * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
1190 (compile_dwarf_bounds_to_c): Likewise
1191 * dwarf2loc.c (locexpr_generate_c_location): Likewise.
1192 (dwarf2_compile_property_to_c): Likewise
1193 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
1194 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
1195 Likewise
1196
cc5a5ae5
SM
11972018-09-06 Simon Marchi <simon.marchi@ericsson.com>
1198
1199 * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
1200 * tui/tui-data.c (init_content_element): Don't initialize it.
1201
137be540
SM
12022018-09-06 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 * tui/tui-data.h (struct tui_win_info)
1205 <detail::opaque>: Remove.
1206 * tui/tui-data.c (init_win_info): Remove assignment.
1207
f1628857
TT
12082018-09-05 Tom Tromey <tom@tromey.com>
1209
1210 * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
1211 -Wformat-nonliteral.
1212 * target-float.c (host_float_ops<T>::to_string)
1213 (host_float_ops<T>::from_string): Use
1214 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
1215 * configure: Rebuild.
1216
af39b1c2
SM
12172018-09-05 Simon Marchi <simon.marchi@ericsson.com>
1218
1219 * printcmd.c (printf_c_string): Use
1220 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
1221 (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
1222
081bca4d
TT
12232018-09-05 Tom Tromey <tom@tromey.com>
1224
1225 * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
1226
e4a62c65
TV
12272018-09-05 Tom de Vries <tdevries@suse.de>
1228
1229 * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
1230 with resolve_abstract_p == true.
1231 (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
1232 defaulting to false. Propagate resolve_abstract_p to
1233 dwarf2_fetch_die_loc_sect_off.
1234 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
1235 parameter, defaulting to false.
1236 * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
1237 (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
1238 parameter.
1239 * dwarf2read.h (struct die_info): Forward-declare.
1240 (die_info_ptr): New typedef.
1241 (struct dwarf2_per_objfile): Add abstract_to_concrete field.
1242
2b69821e
JB
12432018-09-05 Joel Brobecker <brobecker@adacore.com>
1244
1245 GDB 8.2 released.
1246
fcc9b044
SDJ
12472018-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1248 Pedro Alves <palves@redhat.com>
1249
1250 * gnulib/Makefile.in (aclocal_m4_deps): Move to
1251 "aclocal-m4-deps.mk". Include file here.
1252 $(srcdir)/aclocal.m4: Add "configure.ac".
1253 * gnulib/aclocal-m4-deps.mk: New file.
1254 * gnulib/update-gnulib.sh: Automatically update
1255 "aclocal-m4-deps.mk".
1256
d53d5436
TT
12572018-09-04 Tom Tromey <tom@tromey.com>
1258
1259 * configure: Rebuild.
1260 * configure.ac: Remove multi-ice code.
1261
8dc9fd87
TT
12622018-09-04 Tom Tromey <tom@tromey.com>
1263
1264 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
1265 (ada-exp.o): Update.
1266
3322c5d9
TT
12672018-09-04 Tom Tromey <tom@tromey.com>
1268
1269 * Makefile.in (printcmd.o, target-float.o): Remove.
1270 (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
1271
ba2bf2aa
TT
12722018-09-04 Tom Tromey <tom@tromey.com>
1273
1274 * gnulib/Makefile.in: Remove obsolete comment.
1275 * Makefile.in: Remove obsolete comment.
1276
6c9d681b
AB
12772018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
1280 line with '+'.
1281
78a3b0fa
AB
12822018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * riscv-tdep.c: Add 'prologue-value.h' include.
1285 (struct riscv_unwind_cache): New struct.
1286 (riscv_debug_unwinder): New global.
1287 (riscv_scan_prologue): Update arguments, capture register details
1288 from prologue scan.
1289 (riscv_skip_prologue): Reformat arguments line, move end of
1290 prologue calculation into riscv_scan_prologue.
1291 (riscv_frame_cache): Update return type, create
1292 riscv_unwind_cache, scan the prologue, and fill in remaining cache
1293 details.
1294 (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
1295 (riscv_frame_prev_register): Use the trad_frame within the
1296 riscv_unwind_cache.
1297 (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
1298 flag.
1299
23e60e7a
AB
13002018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * trad-frame.h (trad_frame_set_realreg): Declare.
1303 (trad_frame_set_addr): Declare.
1304 * trad-frame.c (trad_frame_set_realreg): Define new function.
1305 (trad_frame_set_addr): Define new function.
1306 (trad_frame_set_reg_realreg): Use new function.
1307 (trad_frame_set_reg_addr): Use new function.
1308
5c889512
KS
13092018-09-01 Keith Seitz <keiths@redhat.com>
1310
1311 * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
1312 pulongest instead of "%lld".
1313 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
1314 ATTRIBUTE_UNUSED.
1315
c8c81635
TT
13162018-08-31 Tom Tromey <tom@tromey.com>
1317
1318 * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
1319 variant part type.
1320
0c888588
PA
13212018-08-31 Pedro Alves <palves@redhat.com>
1322
1323 * gdbarch.h: Regenerate.
1324
7ea65f08
PA
13252018-08-31 Pedro Alves <palves@redhat.com>
1326
1327 * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
1328 * target.h (Hardware watchpoint interfaces): Describe
1329 continuable/steppable/non-steppable watchpoints.
1330 * gdbarch.h, gdbarch.c: Regenerate.
1331
7eb65faf
PA
13322018-08-31 Pedro Alves <palves@redhat.com>
1333
1334 * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
1335 Delete.
1336 * s390-linux-nat.c
1337 (s390_linux_nat_target::have_continuable_watchpoint): Delete.
1338 * target.h (target_ops::have_continuable_watchpoint): Delete.
1339 (target_have_continuable_watchpoint): Delete.
1340 * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
1341 * target-delegates.c: Regenerate.
1342
dab999b1
SDJ
13432018-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1344
1345 * gnulib/Makefile.in (aclocal_m4_deps): Update according to
1346 the files present in "gnulib/import/m4/".
1347
ff3a05b3
AB
13482018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
1351 c.sw, c.swsp, and c.sdsp.
1352
0b3f9efc
AB
13532018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * riscv-tdep.c (struct riscv_inferior_data): Delete.
1356 (riscv_read_misa_reg): Don't cache value read into inferior data.
1357 (riscv_new_inferior_data): Delete.
1358 (riscv_inferior_data_cleanup): Delete.
1359 (riscv_inferior_data): Delete.
1360 (riscv_invalidate_inferior_data): Delete.
1361 (_initialize_riscv_tdep): Remove initialisation of inferior data.
1362
a0dc02a6
SM
13632018-08-30 Simon Marchi <simon.marchi@ericsson.com>
1364
1365 * compile/compile-cplus-types.c
1366 (compile_cplus_instance::leave_scope): Take the address of scope
1367 object.
1368 (compile_cplus_instance::convert_qualified_base): Compare quals
1369 to 0.
1370
fdad7678
KS
13712018-08-30 Keith Seitz <keiths@redhat.com>
1372
1373 * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
1374 Use "%s" and host_address_to_string instead of "%p" in printf.
1375
078a0207
KS
13762018-08-29 Keith Seitz <keiths@redhat.com>
1377
1378 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
1379 and compile-cplus-types.c.
1380 (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
1381 * c-lang.c (cplus_language_defn): Set C++ compile functions.
1382 * c-lang.h (cplus_get_compile_context, cplus_compute_program):
1383 Declare.
1384 * compile/compile-c-support.c: Include compile-cplus.h.
1385 (load_libcompile): Templatize.
1386 (get_compile_context): "New" function.
1387 (c_get_compile_context): Use get_compile_context.
1388 (cplus_get_compile_context): New function.
1389 (cplus_push_user_expression, cplus_pop_user_expression)
1390 (cplus_add_code_header, cplus_add_input, cplus_compile_program)
1391 (cplus_compute_program): Define new structs/functions.
1392 * compile/compile-cplus-symmbols.c: New file.
1393 * compile/compile-cplus-types.c: New file.
1394 * compile/compile-cplus.h: New file.
1395 * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
1396 Declare.
1397 * compile/compile-object-load.c (get_out_value_type): Use
1398 strncmp_iw when comparing symbol names.
1399 (compile_object_load): Add mst_bss and mst_data.
1400 * compile/compile.c (_initialize_compile): Remove
1401 -Wno-implicit-function-declaration from `compile_args'.
1402 * compile/gcc-cp-plugin.h: New file.
1403 * NEWS: Mention C++ compile support and new debug options.
1404
fcaad03c
KS
14052018-08-29 Keith Seitz <keiths@redhat.com>
1406
1407 * linespec.c (collect_info::add_symbol): Make virtual.
1408 (struct symbol_searcher_collect_info): New struct.
1409 (symbol_searcher::find_all_symbols): New method.
1410 * symtab.h (class symbol_searcher): New class.
1411
7e41c8db
KS
14122018-08-29 Keith Seitz <keiths@redhat.com>
1413
1414 * linespec.c (struct linespec) <function_symbols, label_symbols>:
1415 Change to vector of block_symbol. Update all users.
1416 (struct collect_info) <symbols>: Likewise.
1417 (collect_info::add_symbol): Take block_symbol as argument.
1418 Update all callers.
1419 (decode_compound_collector) <m_symbols>: Change type to vector
1420 of block_symbol. Update all users.
1421 (decode_compound_collector::operator ()): Change parameter type
1422 to block_symbol.
1423 (find_method, find_function_symbols, find_linespec_symbols)
1424 (find_label_symbols_in_block, find_label_symbols): Change symbol
1425 vectors to block_symbol vectors.
1426 * symtab.h (symbol_found_callback_ftype): Change parameter type to
1427 block_symbol.
1428
63e8c3da
KS
14292018-08-29 Keith Seitz <keiths@redhat.com>
1430
1431 * linespec.c (symbolp): Remove typedef and VEC definitions.
1432 (bound_minimal_symbol_d): Likewise.
1433
4dedf84d
KS
14342018-08-29 Keith Seitz <keiths@redhat.com>
1435
1436 * linespec.c (decode_compound_collector::decode_compound_collector):
1437 Remove initialization for `m_symtabs'.
1438 (decode_compound_collector::release_symbols): Change return type
1439 to std::vector. Update all callers.
1440 (class decode_compound_collector) <m_symbols>: Change type to
1441 std::vector.
1442 (lookup_prefix_sym): Change return type to std::vector. Update all
1443 callers.
1444 (compare_symbols): Remove.
1445 (std_compare_symbols): Rename to `compare_symbols'.
1446 (find_method): Change `sym_classes' parameter to std::vector.
1447 Update all callers. Use std::sort to sort sym_classes.
1448 (find_linespec_symbols): Remove cleanup.
1449
c2a031c5
KS
14502018-08-29 Keith Seitz <keiths@redhat.com>
1451
1452 * linespec.c (struct linespec) <minimal_symbols>: Change type to
1453 std::vector. Update all users.
1454 (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
1455 (struct collect_info) <minimal_symbols>: Likewise.
1456 (compare_msymbols): Return bool. Change parameters to const
1457 bound_minimal_symbol references.
1458 (find_method, find_function_symbols, find_linespec_symbols): Change
1459 `minsyms' parameter to std::vector. Update all callers.
1460
3553eadc
KS
14612018-08-29 Keith Seitz <keiths@redhat.com>
1462
1463 * linespec.c (struct linespec) <label_symbols>: Change type to
1464 std::vector. Update all users.
1465 (find_label_symbols_in_block): Change `result' parameter to
1466 std::vector. Update all callers.
1467 (find_label_symbols): Return std::vector. Update all callers.
1468
7243d011
KS
14692018-08-29 Keith Seitz <keiths@redhat.com>
1470
1471 * linespec.c (struct linespec) <function_symbols>: Change type to
1472 std::vector. Update all users.
1473 (struct collect_info) <function_symbols>: Likewise.
1474 (convert_linespec_to_sals): Use std::sort to sort function_symbols.
1475 (std_compare_symbols): New function.
1476 (find_method, find_function_symbols, find_linespec_symbols)
1477 (find_label_symbols_in_block): Change `symbols' parameter to
1478 std::vector. Update all callers.
1479 (find_label_symbols): Likewise for `function_symbols' and
1480 `label_funcs_ret'.
1481
2a908241
KS
14822018-08-29 Keith Seitz <keiths@redhat.com>
1483
1484 * linespec.c (symtab_vector_up): Define.
1485 (struct linespec) <file_symtabs>: Change type to std::vector *.
1486 Update all uses.
1487 (struct collect_info) <file_symtabs>: Likewise.
1488 (collect_symtabs_from_filename): Return symtab_vector_up.
1489 Update all callers.
1490 (decode_objc): Remove cleanup.
1491 (symtab_collector::symtab_collector): Initialize `m_symtabs'.
1492 (symtab_collector::release_symtabs): Return symtab_vector_up.
1493 Update all callers.
1494 (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
1495 Update all users.
1496 (collect_symtabs_from_filename, symtabs_from_filename): Return
1497 symtab_vector_up. Update all callers.
1498
f6c4e3e8
TT
14992018-08-29 Tom Tromey <tom@tromey.com>
1500
1501 * csky-tdep.c (csky_analyze_prologue): Use
1502 core_addr_to_string_nz.
1503
73c13fe6
TT
15042018-08-29 Tom Tromey <tom@tromey.com>
1505
1506 * windows-nat.c (struct xlate_exception) <them>: Change type to
1507 DWORD.
1508 (xlate): Fix formatting. Remove last entry.
1509 (struct xlate_exception, xlate): Comment out.
1510 (windows_nat_target::resume): Use ranged for.
1511
4d3928d7
JW
15122018-08-29 Jim Wilson <jimw@sifive.com>
1513
1514 * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
1515 (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
1516 of NT_PRFPREG.
1517 (riscv_linux_nat_target::store_registers): Likewise.
1518
7a6dbc2f
SDJ
15192018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
1520
1521 PR gdb/23555
1522 PR gdb/23558
1523 * gnulib/aclocal.m4: Regenerate.
1524 * gnulib/config.in: Regenerate.
1525 * gnulib/configure: Regenerate.
1526 * gnulib/import/Makefile.am: Update.
1527 * gnulib/import/Makefile.in: Update.
1528 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
1529 * gnulib/import/_Noreturn.h: ... this.
1530 * gnulib/import/alloca.in.h: Update.
1531 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
1532 * gnulib/import/arg-nonnull.h: ... this.
1533 * gnulib/import/assure.h: Update.
1534 * gnulib/import/at-func.c: Update.
1535 * gnulib/import/basename-lgpl.c: Update.
1536 * gnulib/import/extra/snippet/c++defs.h: Rename to...
1537 * gnulib/import/c++defs.h: ... this.
1538 * gnulib/import/canonicalize-lgpl.c: Update.
1539 * gnulib/import/cdefs.h: Update.
1540 * gnulib/import/chdir-long.c: Update.
1541 * gnulib/import/chdir-long.h: Update.
1542 * gnulib/import/cloexec.c: Update.
1543 * gnulib/import/cloexec.h: Update.
1544 * gnulib/import/close.c: Update.
1545 * gnulib/import/closedir.c: Update.
1546 * gnulib/import/config.charset: Update.
1547 * gnulib/import/dirent-private.h: Update.
1548 * gnulib/import/dirent.in.h: Update.
1549 * gnulib/import/dirfd.c: Update.
1550 * gnulib/import/dirname-lgpl.c: Update.
1551 * gnulib/import/dirname.h: Update.
1552 * gnulib/import/dosname.h: Update.
1553 * gnulib/import/dup-safer-flag.c: Update.
1554 * gnulib/import/dup-safer.c: Update.
1555 * gnulib/import/dup.c: Update.
1556 * gnulib/import/dup2.c: Update.
1557 * gnulib/import/errno.in.h: Update.
1558 * gnulib/import/error.c: Update.
1559 * gnulib/import/error.h: Update.
1560 * gnulib/import/exitfail.c: Update.
1561 * gnulib/import/exitfail.h: Update.
1562 * gnulib/import/extra/update-copyright: Update.
1563 * gnulib/import/fchdir.c: Update.
1564 * gnulib/import/fcntl.c: Update.
1565 * gnulib/import/fcntl.in.h: Update.
1566 * gnulib/import/fd-hook.c: Update.
1567 * gnulib/import/fd-hook.h: Update.
1568 * gnulib/import/fd-safer-flag.c: Update.
1569 * gnulib/import/fd-safer.c: Update.
1570 * gnulib/import/fdopendir.c: Update.
1571 * gnulib/import/filename.h: Update.
1572 * gnulib/import/filenamecat-lgpl.c: Update.
1573 * gnulib/import/filenamecat.h: Update.
1574 * gnulib/import/flexmember.h: Update.
1575 * gnulib/import/float+.h: Update.
1576 * gnulib/import/float.c: Update.
1577 * gnulib/import/float.in.h: Update.
1578 * gnulib/import/fnmatch.c: Update.
1579 * gnulib/import/fnmatch.in.h: Update.
1580 * gnulib/import/fnmatch_loop.c: Update.
1581 * gnulib/import/fpucw.h: Update.
1582 * gnulib/import/frexp.c: Update.
1583 * gnulib/import/frexpl.c: Update.
1584 * gnulib/import/fstat.c: Update.
1585 * gnulib/import/fstatat.c: Update.
1586 * gnulib/import/getcwd-lgpl.c: Update.
1587 * gnulib/import/getcwd.c: Update.
1588 * gnulib/import/getdtablesize.c: Update.
1589 * gnulib/import/getlogin_r.c: Update.
1590 * gnulib/import/getprogname.c: Update.
1591 * gnulib/import/getprogname.h: Update.
1592 * gnulib/import/gettext.h: Update.
1593 * gnulib/import/gettimeofday.c: Update.
1594 * gnulib/import/glob-libc.h: Update.
1595 * gnulib/import/glob.c: Update.
1596 * gnulib/import/glob.in.h: Update.
1597 * gnulib/import/glob_internal.h: Update.
1598 * gnulib/import/glob_pattern_p.c: Update.
1599 * gnulib/import/globfree.c: Update.
1600 * gnulib/import/hard-locale.c: Update.
1601 * gnulib/import/hard-locale.h: Update.
1602 * gnulib/import/intprops.h: Update.
1603 * gnulib/import/inttypes.in.h: Update.
1604 * gnulib/import/isnan.c: Update.
1605 * gnulib/import/isnand-nolibm.h: Update.
1606 * gnulib/import/isnand.c: Update.
1607 * gnulib/import/isnanl-nolibm.h: Update.
1608 * gnulib/import/isnanl.c: Update.
1609 * gnulib/import/itold.c: Update.
1610 * gnulib/import/libc-config.h: Update.
1611 * gnulib/import/limits.in.h: Update.
1612 * gnulib/import/localcharset.c: Update.
1613 * gnulib/import/localcharset.h: Update.
1614 * gnulib/import/localtime-buffer.c: Update.
1615 * gnulib/import/localtime-buffer.h: Update.
1616 * gnulib/import/lstat.c: Update.
1617 * gnulib/import/m4/00gnulib.m4: Update.
1618 * gnulib/import/m4/__inline.m4: Update.
1619 * gnulib/import/m4/absolute-header.m4: Update.
1620 * gnulib/import/m4/alloca.m4: Update.
1621 * gnulib/import/m4/builtin-expect.m4: Update.
1622 * gnulib/import/m4/canonicalize.m4: Update.
1623 * gnulib/import/m4/chdir-long.m4: Update.
1624 * gnulib/import/m4/close.m4: Update.
1625 * gnulib/import/m4/closedir.m4: Update.
1626 * gnulib/import/m4/configmake.m4: Update.
1627 * gnulib/import/m4/d-ino.m4: Update.
1628 * gnulib/import/m4/d-type.m4: Update.
1629 * gnulib/import/m4/dirent_h.m4: Update.
1630 * gnulib/import/m4/dirfd.m4: Update.
1631 * gnulib/import/m4/dirname.m4: Update.
1632 * gnulib/import/m4/double-slash-root.m4: Update.
1633 * gnulib/import/m4/dup.m4: Update.
1634 * gnulib/import/m4/dup2.m4: Update.
1635 * gnulib/import/m4/eealloc.m4: Update.
1636 * gnulib/import/m4/environ.m4: Update.
1637 * gnulib/import/m4/errno_h.m4: Update.
1638 * gnulib/import/m4/error.m4: Update.
1639 * gnulib/import/m4/exponentd.m4: Update.
1640 * gnulib/import/m4/exponentl.m4: Update.
1641 * gnulib/import/m4/extensions.m4: Update.
1642 * gnulib/import/m4/extern-inline.m4: Update.
1643 * gnulib/import/m4/fchdir.m4: Update.
1644 * gnulib/import/m4/fcntl-o.m4: Update.
1645 * gnulib/import/m4/fcntl.m4: Update.
1646 * gnulib/import/m4/fcntl_h.m4: Update.
1647 * gnulib/import/m4/fdopendir.m4: Update.
1648 * gnulib/import/m4/filenamecat.m4: Update.
1649 * gnulib/import/m4/flexmember.m4: Update.
1650 * gnulib/import/m4/float_h.m4: Update.
1651 * gnulib/import/m4/fnmatch.m4: Update.
1652 * gnulib/import/m4/fnmatch_h.m4: Update.
1653 * gnulib/import/m4/fpieee.m4: Update.
1654 * gnulib/import/m4/frexp.m4: Update.
1655 * gnulib/import/m4/frexpl.m4: Update.
1656 * gnulib/import/m4/fstat.m4: Update.
1657 * gnulib/import/m4/fstatat.m4: Update.
1658 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
1659 * gnulib/import/m4/getcwd-path-max.m4: Update.
1660 * gnulib/import/m4/getcwd.m4: Update.
1661 * gnulib/import/m4/getdtablesize.m4: Update.
1662 * gnulib/import/m4/getlogin.m4: Update.
1663 * gnulib/import/m4/getlogin_r.m4: Update.
1664 * gnulib/import/m4/getpagesize.m4: Update.
1665 * gnulib/import/m4/getprogname.m4: Update.
1666 * gnulib/import/m4/gettimeofday.m4: Update.
1667 * gnulib/import/m4/glibc21.m4: Update.
1668 * gnulib/import/m4/glob.m4: Update.
1669 * gnulib/import/m4/glob_h.m4: Update.
1670 * gnulib/import/m4/gnulib-cache.m4: Update.
1671 * gnulib/import/m4/gnulib-common.m4: Update.
1672 * gnulib/import/m4/gnulib-comp.m4: Update.
1673 * gnulib/import/m4/gnulib-tool.m4: Update.
1674 * gnulib/import/m4/hard-locale.m4: Update.
1675 * gnulib/import/m4/include_next.m4: Update.
1676 * gnulib/import/m4/inttypes-pri.m4: Update.
1677 * gnulib/import/m4/inttypes.m4: Update.
1678 * gnulib/import/m4/isnand.m4: Update.
1679 * gnulib/import/m4/isnanl.m4: Update.
1680 * gnulib/import/m4/largefile.m4: Update.
1681 * gnulib/import/m4/limits-h.m4: Update.
1682 * gnulib/import/m4/localcharset.m4: Update.
1683 * gnulib/import/m4/locale-fr.m4: Update.
1684 * gnulib/import/m4/locale-ja.m4: Update.
1685 * gnulib/import/m4/locale-zh.m4: Update.
1686 * gnulib/import/m4/localtime-buffer.m4: Update.
1687 * gnulib/import/m4/longlong.m4: Update.
1688 * gnulib/import/m4/lstat.m4: Update.
1689 * gnulib/import/m4/malloc.m4: Update.
1690 * gnulib/import/m4/malloca.m4: Update.
1691 * gnulib/import/m4/math_h.m4: Update.
1692 * gnulib/import/m4/mbrtowc.m4: Update.
1693 * gnulib/import/m4/mbsinit.m4: Update.
1694 * gnulib/import/m4/mbsrtowcs.m4: Update.
1695 * gnulib/import/m4/mbstate_t.m4: Update.
1696 * gnulib/import/m4/memchr.m4: Update.
1697 * gnulib/import/m4/memmem.m4: Update.
1698 * gnulib/import/m4/mempcpy.m4: Update.
1699 * gnulib/import/m4/memrchr.m4: Update.
1700 * gnulib/import/m4/mkdir.m4: Update.
1701 * gnulib/import/m4/mkstemp.m4: Update.
1702 * gnulib/import/m4/mmap-anon.m4: Update.
1703 * gnulib/import/m4/mode_t.m4: Update.
1704 * gnulib/import/m4/msvc-inval.m4: Update.
1705 * gnulib/import/m4/msvc-nothrow.m4: Update.
1706 * gnulib/import/m4/multiarch.m4: Update.
1707 * gnulib/import/m4/nocrash.m4: Update.
1708 * gnulib/import/m4/off_t.m4: Update.
1709 * gnulib/import/m4/onceonly.m4: Update.
1710 * gnulib/import/m4/open-cloexec.m4: Update.
1711 * gnulib/import/m4/open.m4: Update.
1712 * gnulib/import/m4/openat.m4: Update.
1713 * gnulib/import/m4/opendir.m4: Update.
1714 * gnulib/import/m4/pathmax.m4: Update.
1715 * gnulib/import/m4/rawmemchr.m4: Update.
1716 * gnulib/import/m4/readdir.m4: Update.
1717 * gnulib/import/m4/readlink.m4: Update.
1718 * gnulib/import/m4/realloc.m4: Update.
1719 * gnulib/import/m4/rename.m4: Update.
1720 * gnulib/import/m4/rewinddir.m4: Update.
1721 * gnulib/import/m4/rmdir.m4: Update.
1722 * gnulib/import/m4/save-cwd.m4: Update.
1723 * gnulib/import/m4/secure_getenv.m4: Update.
1724 * gnulib/import/m4/setenv.m4: Update.
1725 * gnulib/import/m4/signal_h.m4: Update.
1726 * gnulib/import/m4/ssize_t.m4: Update.
1727 * gnulib/import/m4/stat-time.m4: Update.
1728 * gnulib/import/m4/stat.m4: Update.
1729 * gnulib/import/m4/std-gnu11.m4: Update.
1730 * gnulib/import/m4/stdbool.m4: Update.
1731 * gnulib/import/m4/stddef_h.m4: Update.
1732 * gnulib/import/m4/stdint.m4: Update.
1733 * gnulib/import/m4/stdio_h.m4: Update.
1734 * gnulib/import/m4/stdlib_h.m4: Update.
1735 * gnulib/import/m4/strchrnul.m4: Update.
1736 * gnulib/import/m4/strdup.m4: Update.
1737 * gnulib/import/m4/strerror.m4: Update.
1738 * gnulib/import/m4/string_h.m4: Update.
1739 * gnulib/import/m4/strstr.m4: Update.
1740 * gnulib/import/m4/strtok_r.m4: Update.
1741 * gnulib/import/m4/sys_socket_h.m4: Update.
1742 * gnulib/import/m4/sys_stat_h.m4: Update.
1743 * gnulib/import/m4/sys_time_h.m4: Update.
1744 * gnulib/import/m4/sys_types_h.m4: Update.
1745 * gnulib/import/m4/tempname.m4: Update.
1746 * gnulib/import/m4/time_h.m4: Update.
1747 * gnulib/import/m4/unistd-safer.m4: Update.
1748 * gnulib/import/m4/unistd_h.m4: Update.
1749 * gnulib/import/m4/warn-on-use.m4: Update.
1750 * gnulib/import/m4/wchar_h.m4: Update.
1751 * gnulib/import/m4/wchar_t.m4: Update.
1752 * gnulib/import/m4/wctype_h.m4: Update.
1753 * gnulib/import/m4/wint_t.m4: Update.
1754 * gnulib/import/malloc.c: Update.
1755 * gnulib/import/malloc/scratch_buffer.h: Update.
1756 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
1757 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
1758 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
1759 * gnulib/import/malloca.c: Update.
1760 * gnulib/import/malloca.h: Update.
1761 * gnulib/import/malloca.valgrind: Update.
1762 * gnulib/import/math.in.h: Update.
1763 * gnulib/import/mbrtowc.c: Update.
1764 * gnulib/import/mbsinit.c: Update.
1765 * gnulib/import/mbsrtowcs-impl.h: Update.
1766 * gnulib/import/mbsrtowcs-state.c: Update.
1767 * gnulib/import/mbsrtowcs.c: Update.
1768 * gnulib/import/memchr.c: Update.
1769 * gnulib/import/memmem.c: Update.
1770 * gnulib/import/mempcpy.c: Update.
1771 * gnulib/import/memrchr.c: Update.
1772 * gnulib/import/mkdir.c: Update.
1773 * gnulib/import/mkstemp.c: Update.
1774 * gnulib/import/msvc-inval.c: Update.
1775 * gnulib/import/msvc-inval.h: Update.
1776 * gnulib/import/msvc-nothrow.c: Update.
1777 * gnulib/import/msvc-nothrow.h: Update.
1778 * gnulib/import/open.c: Update.
1779 * gnulib/import/openat-die.c: Update.
1780 * gnulib/import/openat-priv.h: Update.
1781 * gnulib/import/openat-proc.c: Update.
1782 * gnulib/import/openat.c: Update.
1783 * gnulib/import/openat.h: Update.
1784 * gnulib/import/opendir.c: Update.
1785 * gnulib/import/pathmax.h: Update.
1786 * gnulib/import/pipe-safer.c: Update.
1787 * gnulib/import/rawmemchr.c: Update.
1788 * gnulib/import/readdir.c: Update.
1789 * gnulib/import/readlink.c: Update.
1790 * gnulib/import/realloc.c: Update.
1791 * gnulib/import/ref-add.sin: Update.
1792 * gnulib/import/ref-del.sin: Update.
1793 * gnulib/import/rename.c: Update.
1794 * gnulib/import/rewinddir.c: Update.
1795 * gnulib/import/rmdir.c: Update.
1796 * gnulib/import/same-inode.h: Update.
1797 * gnulib/import/save-cwd.c: Update.
1798 * gnulib/import/save-cwd.h: Update.
1799 * gnulib/import/scratch_buffer.h: Update.
1800 * gnulib/import/secure_getenv.c: Update.
1801 * gnulib/import/setenv.c: Update.
1802 * gnulib/import/signal.in.h: Update.
1803 * gnulib/import/stat-time.c: Update.
1804 * gnulib/import/stat-time.h: Update.
1805 * gnulib/import/stat-w32.c: Update.
1806 * gnulib/import/stat-w32.h: Update.
1807 * gnulib/import/stat.c: Update.
1808 * gnulib/import/stdbool.in.h: Update.
1809 * gnulib/import/stddef.in.h: Update.
1810 * gnulib/import/stdint.in.h: Update.
1811 * gnulib/import/stdio.in.h: Update.
1812 * gnulib/import/stdlib.in.h: Update.
1813 * gnulib/import/str-two-way.h: Update.
1814 * gnulib/import/strchrnul.c: Update.
1815 * gnulib/import/strdup.c: Update.
1816 * gnulib/import/streq.h: Update.
1817 * gnulib/import/strerror-override.c: Update.
1818 * gnulib/import/strerror-override.h: Update.
1819 * gnulib/import/strerror.c: Update.
1820 * gnulib/import/string.in.h: Update.
1821 * gnulib/import/stripslash.c: Update.
1822 * gnulib/import/strnlen1.c: Update.
1823 * gnulib/import/strnlen1.h: Update.
1824 * gnulib/import/strstr.c: Update.
1825 * gnulib/import/strtok_r.c: Update.
1826 * gnulib/import/sys_stat.in.h: Update.
1827 * gnulib/import/sys_time.in.h: Update.
1828 * gnulib/import/sys_types.in.h: Update.
1829 * gnulib/import/tempname.c: Update.
1830 * gnulib/import/tempname.h: Update.
1831 * gnulib/import/time.in.h: Update.
1832 * gnulib/import/unistd--.h: Update.
1833 * gnulib/import/unistd-safer.h: Update.
1834 * gnulib/import/unistd.in.h: Update.
1835 * gnulib/import/unsetenv.c: Update.
1836 * gnulib/import/verify.h: Update.
1837 * gnulib/import/extra/snippet/warn-on-use.h: Update.
1838 * gnulib/import/wchar.in.h: Update.
1839 * gnulib/import/wctype.in.h: Update.
1840 * gnulib/import/xalloc-oversized.h: Update.
1841 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
1842 "53e2c179f26a890fa6685af4b6c1397ee370433b".
1843
b0f492b9
GB
18442018-08-16 Gary Benson <gbenson@redhat.com>
1845
1846 PR gdb/13000:
1847 * gdb/main.c (captured_main_1): Exit with nonzero status
1848 in batch mode if the last command to be executed failed.
1849 * NEWS: Mention the above.
1850
2362e7f7
SM
18512018-08-29 Simon Marchi <simon.marchi@ericsson.com>
1852
1853 * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
1854 end of warning message.
1855
4f4aedeb
AH
18562018-08-29 Alan Hayward <alan.hayward@arm.com>
1857
1858 PR gdb/22943:
1859 * aarch64-tdep.c (is_hfa_or_hva): Remove function.
1860 (aarch64_extract_return_value): Use
1861 aapcs_is_vfp_call_or_return_candidate.
1862 (aarch64_return_in_memory): Likewise.
1863 (aarch64_store_return_value): Likewise.
1864
0e745c60
AH
18652018-08-29 Alan Hayward <alan.hayward@arm.com>
1866
1867 * aarch64-tdep.c
1868 (aapcs_is_vfp_call_or_return_candidate): Make static
1869 (pass_in_v_or_stack): Remove function.
1870 (pass_in_v_vfp_candidate): New function.
1871 (aarch64_push_dummy_call): Check for float register candidates.
1872
ea92689a
AH
18732018-08-29 Alan Hayward <alan.hayward@arm.com>
1874
1875 * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
1876 (aapcs_is_vfp_call_or_return_candidate_1): New function.
1877 (aapcs_is_vfp_call_or_return_candidate): Likewise.
1878
ad202fcc
SM
18792018-08-28 Simon Marchi <simon.marchi@polymtl.ca>
1880
1881 PR build/23399
1882 * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
1883 (struct ipa_sym_addresses): Rename to...
1884 (struct ipa_sym_addresses_common): ... this.
1885 * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
1886
5fe3f3e4
TT
18872018-08-28 Tom Tromey <tom@tromey.com>
1888
1889 * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
1890 (token_fifo): Now a std::vector.
1891 (yylex, c_parse): Update.
1892 * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
1893 (token_fifo): Now a std::vector.
1894 (yylex, d_parse): Update.
1895 * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
1896 (token_fifo): Now a std::vector.
1897 (yylex, go_parse): Update.
1898
858d8004
SM
18992018-08-28 Simon Marchi <simon.marchi@ericsson.com>
1900
1901 * parser-defs.h (struct type_stack) <elements>: Change type to
1902 std::vector<union type_stack_elt>.
1903 <depth, size>: Remove.
1904 * parse.c (parse_exp_in_context_1): Adjust.
1905 (type_stack_reserve): Remove.
1906 (check_type_stack_depth): Remove.
1907 (insert_into_type_stack): Adjust to std::vector.
1908 (insert_type): Likewise.
1909 (push_type): Likewise.
1910 (push_type_int): Likewise.
1911 (insert_type_address_space): Likewise.
1912 (pop_type): Likewise.
1913 (pop_type_int): Likewise.
1914 (pop_typelist): Likewise.
1915 (pop_type_stack): Likewise.
1916 (append_type_stack): Likewise.
1917 (push_type_stack): Likewise.
1918 (get_type_stack): Likewise.
1919 (type_stack_cleanup): Likewise.
1920 (push_typelist): Likewise.
1921 (follow_types): Likewise.
1922 (_initialize_parse): Likewise.
1923
416a69af
HAQ
19242018-08-28 Hafiz Abid Qadeer <abidh@codesourcery.com>
1925
1926 * NEWS: Mention csky target.
1927
9d24df82
HAQ
19282018-08-28 Jiangshuai Li <jiangshuai_li@c-sky.com>
1929 Hafiz Abid Qadeer <abidh@codesourcery.com>
1930 Don Breazeal <donb@codesourcery.com>
1931
1932 * csky-linux-tdep.c: New file.
1933 * csky-tdep.c: Likewise.
1934 * csky-tdep.h: Likewise.
1935 * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
1936 csky-tdep.o.
1937 (HFILES_NO_SRCDIR): Add csky-tdep.h.
1938 (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
1939 * configure.tgt: Add csky support.
1940
3bf9c013
JV
19412018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1942
1943 * python/py-framefilter.c (py_print_frame): Print frame architecture
1944 when printing on an MI output.
1945
d3d8724a
TT
19462018-08-27 Tom Tromey <tom@tromey.com>
1947
1948 PR build/23087:
1949 * configure: Rebuild.
1950 * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
1951
1885053b
TT
19522018-08-27 Tom Tromey <tom@tromey.com>
1953
1954 * aarch64-linux-tdep.c
1955 (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
1956 casts to int.
1957
8406672e
TT
19582018-08-27 Tom Tromey <tom@tromey.com>
1959
1960 * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
1961 unsigned.
1962 (ppc64_standard_linkage1, ppc64_standard_linkage2)
1963 (ppc64_standard_linkage3, ppc64_standard_linkage4)
1964 (ppc64_standard_linkage5, ppc64_standard_linkage6)
1965 (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
1966 unsigned.
1967
ec40cf90
TT
19682018-08-27 Tom Tromey <tom@tromey.com>
1969
1970 * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
1971 (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
1972
7bc02706
TT
19732018-08-27 Tom Tromey <tom@tromey.com>
1974
1975 * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
1976 * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
1977 ULONGEST_MAX.
1978 * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
1979 ULONGEST_MAX.
1980 * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
1981 ULONGEST_MAX.
1982 * sparc-linux-tdep.c (sparc32_linux_sigframe)
1983 (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
1984 * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
1985 ULONGEST_MAX.
1986 * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
1987 (ppc64_linux_sigaction_tramp_frame)
1988 (ppc32_linux_sighandler_tramp_frame)
1989 (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
1990 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
1991 (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
1992 * mn10300-linux-tdep.c (am33_linux_sigframe)
1993 (am33_linux_rt_sigframe): Use ULONGEST_MAX.
1994 * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
1995 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1996 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1997 (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
1998 (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
1999 (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
2000 * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
2001 (mips64_fbsd_sigframe): Use ULONGEST_MAX.
2002 * microblaze-linux-tdep.c
2003 (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
2004 * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
2005 (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
2006 (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
2007 * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
2008 * common/common-types.h (ULONGEST_MAX): New define.
2009 (CORE_ADDR_MAX): Fix formatting.
2010 * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
2011 * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
2012 * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
2013 (arm_linux_rt_sigreturn_tramp_frame)
2014 (arm_eabi_linux_sigreturn_tramp_frame)
2015 (arm_eabi_linux_rt_sigreturn_tramp_frame)
2016 (thumb2_eabi_linux_sigreturn_tramp_frame)
2017 (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
2018 (arm_linux_restart_syscall_tramp_frame)
2019 (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
2020 * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
2021 * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
2022 ULONGEST_MAX.
2023 * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
2024
70ab8ccd
TT
20252018-08-27 Tom Tromey <tom@tromey.com>
2026
2027 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
2028 CORE_ADDR_MAX.
2029 * mips-tdep.c (mips_deal_with_atomic_sequence)
2030 (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
2031 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
2032 (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
2033 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
2034 CORE_ADDR_MAX.
2035 * aarch64-tdep.c (aarch64_software_single_step): Use
2036 CORE_ADDR_MAX.
2037
896a7aa6
TT
20382018-08-27 Tom Tromey <tom@tromey.com>
2039
2040 * linespec.c (complete_linespec_component): Add cast to "char".
2041 * completer.c (completion_tracker::build_completion_result): Add
2042 cast to "char".
2043
dd33d41d
SM
20442018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
2045
2046 * solist.h (struct solist, struct target_so_ops): Fix
2047 indentation.
2048
c645cda4
SM
20492018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
2050
2051 * ada-tasks.c (ada_task_info_s): Remove typedef.
2052 (DEF_VEC_O(ada_task_info_s)): Remove.
2053 (struct ada_tasks_inferior_data): Initialize fields.
2054 <task_list>: Make an std::vector.
2055 (get_ada_tasks_inferior_data): Allocate with new.
2056 (ada_get_task_number): Adjust.
2057 (get_task_number_from_id): Likewise.
2058 (valid_task_id): Likewise.
2059 (ada_get_task_info_from_ptid): Likewise.
2060 (iterate_over_live_ada_tasks): Likewise.
2061 (add_ada_task): Likewise.
2062 (read_known_tasks): Likewise.
2063 (ada_build_task_list): Likewise.
2064 (print_ada_task_info): Likewise.
2065 (info_task): Likewise.
2066 (task_command_1): Likewise.
2067
39e7af3e
SM
20682018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
2069
2070 * ada-lang.c (add_angle_brackets): Return std::string.
2071
bbbbbcee
SM
20722018-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2073
2074 * python/py-threadevent.c (py_get_event_thread): Initialize
2075 pythread.
2076
d98fc15b
PA
20772018-08-24 Pedro Alves <palves@redhat.com>
2078
2079 * python/py-bpevent.c (create_breakpoint_event_object): Use
2080 copy-initialization.
2081 * python/py-continueevent.c (emit_continue_event): Use
2082 copy-initialization.
2083 * python/py-exitedevent.c (create_exited_event_object): Return a
2084 gdbpy_ref<>.
2085 (emit_exited_event): Use copy-initialization.
2086 * python/py-inferior.c (python_new_inferior)
2087 (python_inferior_deleted, add_thread_object): Use
2088 copy-initialization.
2089 * python/py-infevents.c (create_inferior_call_event_object)
2090 (create_register_changed_event_object)
2091 (create_memory_changed_event_object): Return a gdbpy_ref<>.
2092 (emit_inferior_call_event, emit_memory_changed_event)
2093 (emit_register_changed_event): Use copy-initialization.
2094 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2095 Return a gdbpy_ref<>.
2096 (emit_new_objfile_event): Use copy-initialization.
2097 (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
2098 (emit_clear_objfiles_event): Use copy-initialization.
2099 * python/py-signalevent.c (create_signal_event_object): Use
2100 copy-initialization.
2101 * python/py-threadevent.c (create_thread_event_object): Use
2102 copy-initialization.
2103
da3c8738
PA
21042018-08-24 Pedro Alves <palves@redhat.com>
2105 Simon Marchi <simon.marchi@ericsson.com>
2106
2107 PR gdb/23379
2108 * python/py-continueevent.c: Include "gdbthread.h".
2109 (create_continue_event_object): Add intro comment. Add 'ptid'
2110 parameter. Use it to find thread to pass to
2111 create_thread_event_object.
2112 (emit_continue_event): Pass PTID down to
2113 create_continue_event_object.
2114 * python/py-event.h (py_get_event_thread): Declare.
2115 (create_thread_event_object): Remove default from 'thread'
2116 parameter.
2117 * python/py-stopevent.c (create_stop_event_object): Use
2118 py_get_event_thread.
2119 * python/py-threadevent.c (get_event_thread): Rename to ...
2120 (py_get_event_thread): ... this, make extern, add 'ptid' parameter
2121 and use it to find the thread.
2122 (create_thread_event_object): Assert that THREAD isn't null.
2123 Don't find the event thread here.
2124
26457a9c
KB
21252018-08-23 Kevin Buettner <kevinb@redhat.com>
2126
2127 * block.h (blockrange, blockranges): New struct declarations.
2128 (struct block): Add new field named `ranges'.
2129 (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
2130 (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
2131 macros for accessing ranges in struct block.
2132 (make_blockranges): New declaration.
2133 block.c (make_blockranges): New function.
2d5f09ec
KB
2134 * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
2135 for block.
fc811edd
KB
2136 * symtab.h (find_pc_partial_function): Add new parameter `block'.
2137 * blockframe.c (cache_pc_function_block): New static global.
2138 (clear_pc_function_cache): Clear cache_pc_function_block.
2139 (find_pc_partial_function): Move comment to symtab.h. Add
2140 support for non-contiguous blocks.
e9480230
KB
2141 * cli/cli-cmds.c (block.h): Include.
2142 (print_disassembly): Handle printing of non-contiguous blocks.
2143 (disassemble_current_function): Likewise.
2144 (disassemble_command): Likewise.
26457a9c 2145
2b1ffcfd
KB
2146 * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
2147 BLOCK_START.
2148 * blockframe.c (get_pc_function_start): Likewise.
2149 * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
2150 (gcc_symbol_address): Likewise.
2151 * compile/compile-object-run.c (compile_object_run): Likewise.
2152 * compile/compile.c (get_expr_block_and_pc): Likewise.
2153 * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
2154 (func_addr_to_tail_call_list): Likewise.
2155 * findvar.c (default_read_var_value): Likewise.
2156 * inline-frame.c (inline_frame_this_id): Likewise.
2157 (skip-inline_frames): Likewise.
2158 * infcmd.c (until_next_command): Likewise.
2159 * linespec.c (convert_linespec_to_sals): Likewise.
2160 * parse.c (parse_exp_in_context_1): Likewise.
2161 * printcmd.c (build_address_symbolic): likewise.
2162 (info_address_command): Likewise.
2163 symtab.c (find_function_start_sal): Likewise.
2164 (skip_prologue_sal): Likewise.
2165 (find_function_alias_target): Likewise.
2166 (find_gnu_ifunc): Likewise.
2167 * stack.c (find_frame_funname): Likewise.
2168 * symtab.c (fixup_symbol_section): Likewise.
2169 (find_function_start_sal): Likewise.
2170 (skip_prologue_sal): Likewsie.
2171 (find_function_alias_target): Likewise.
2172 (find_gnu_ifunc): Likewise.
2173 * tracepoint.c (info_scope_command): Likewise.
2174 * value.c (value_fn_field): Likewise.
2175
9644dc3a
KB
2176 * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
2177 in place of find_pc_partial_function.
2178 * blockframe.c (find_function_entry_range_from_pc): New function.
2179 * symtab.h (find_function_entry_range_from_pc): Declare and document.
2180 * objfiles.c (objfile_relocate1): Relocate start and end addresses
2181 for each range in a block.
2182
2183
12a0d0f6
XR
21842018-08-23 Xavier Roirand <roirand@adacore.com>
2185
2186 * machoread.c (macho_symfile_read_all_oso): Remove uneeded
2187 incrementation.
2188
d1012b8e
SM
21892018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * solib-svr4.c (read_program_headers_from_bfd): Return
2192 gdb::optional<gdb::byte_vector>.
2193 (svr4_exec_displacement): Adjust.
2194
17658d46
SM
21952018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2196
2197 * solib-svr4.c (read_program_header): Return
2198 gdb::optional<gdb::byte_vector>, remove p_sect_size param.
2199 (find_program_interpreter): Return
2200 gdb::optional<gdb::byte_vector>.
2201 (scan_dyntag_auxv): Adjust.
2202 (enable_break): Adjust.
2203 (svr4_exec_displacement): Adjust.
2204
ae739fe7
SM
22052018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2206
2207 * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
2208 * inf-child.c (inf_child_target::terminal_save_inferior): New.
2209
467dc1e2
SM
22102018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2211
2212 * guile/scm-string.c (gdbscm_scm_from_printf): Use
2213 string_vprintf.
2214 * guile/scm-utils.c (gdbscm_printf): Likewise.
2215 * serial.c (serial_printf): Likewise.
2216 * xml-support.c (gdb_xml_parser::vdebug): Likewise.
2217
6d52907e
JV
22182018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2219
2220 * stack.c (print_frame): Print frame architecture when printing on
2221 an MI output.
2222 * NEWS: Mention new "arch" attribute in frame output.
2223
9758a8f8
AH
22242018-08-21 Alan Hayward <alan.hayward@arm.com>
2225
2226 * arch/aarch64.h (aarch64_regnum): Update comment.
2227
1461bdac
AH
22282018-08-21 Alan Hayward <alan.hayward@arm.com>
2229
2230 * NEWS: Add SVE to 8.2 section.
2231
4895f384
PA
22322018-08-21 Pedro Alves <palves@redhat.com>
2233
2234 * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
2235 out from gdbscm_parse_function_args.
2236 (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
2237 gdbscm_parse_function_args_1.
2238
a4497d2f
SM
22392018-08-21 Simon Marchi <simon.marchi@ericsson.com>
2240
2241 PR gdb/17816
2242 * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
2243 operator.
2244
c44deb73
SM
22452018-08-19 Simon Marchi <simon.marchi@polymtl.ca>
2246
2247 * solib-svr4.c (svr4_exec_displacement): Fix formatting.
2248
be2d111a
MS
22492018-08-19 Michael Spang <spang@google.com>
2250
2251 PR gdb/11786
2252 * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
2253 for PT_TLS segments.
2254
a6b786da
KB
22552018-08-18 Kevin Buettner <kevinb@redhat.com>
2256
2257 * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
2258 dwarf_variable_value.
2259 * dwarf2-frame.c (class dwarf_expr_executor):
2260 Add override for dwarf_variable_value.
2261 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
2262 (class symbol_needs_eval_context): Likewise.
2263 (indirect_synthetic_pointer): Add forward declaration.
2264 (sect_variable_value): New function.
2265 (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
2266 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
2267 for DW_OP_GNU_variable_value.
2268
89fbedf3
TT
22692018-08-16 Tom Tromey <tom@tromey.com>
2270
2271 * top.c (read_command_file): Update.
2272 (command_line_input): Remove "repeat" argument.
2273 * ada-lang.c (get_selections): Update.
2274 * linespec.c (decode_line_2): Update.
2275 * defs.h (command_line_input): Remove argument.
2276 * cli/cli-script.c (read_next_line): Update.
2277 * python/py-gdb-readline.c: Update.
2278
12582533
TT
22792018-08-17 Tom Tromey <tom@tromey.com>
2280
2281 * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
2282 command_line_input.
2283
49514353
TT
22842018-08-15 Tom Tromey <tom@tromey.com>
2285
2286 * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
2287
26fb3983
JV
22882018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2289
2290 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
2291 If used, use find_pc_partial_function to find address range
2292 to disassemble.
2293 * mi/mi-main.c (mi_cmd_list_features): Report
2294 "data-disassemble-a-option" feature.
2295 * NEWS: Mention new -data-disassemble option -a.
2296
a97b53dd
TT
22972018-08-13 Tom Tromey <tom@tromey.com>
2298
2299 * common/common-defs.h (_FORTIFY_SOURCE): Define.
2300
0c76e06d
AH
23012018-08-13 Alan Hayward <alan.hayward@arm.com>
2302
2303 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
2304 (aarch64_linux_collect_sve_regset): Likewise.
2305 (aarch64_linux_iterate_over_regset_sections): Check for SVE.
2306 * regcache.h (regcache_map_entry_size): New function.
2307
b7fd65b9
AH
23082018-08-13 Alan Hayward <alan.hayward@arm.com>
2309
2310 * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
2311 (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
2312 (SVE_HEADER_VL_LENGTH): Likewise.
2313 (SVE_HEADER_MAX_VL_LENGTH): Likewise.
2314 (SVE_HEADER_FLAGS_LENGTH): Likewise.
2315 (SVE_HEADER_RESERVED_LENGTH): Likewise.
2316 (SVE_HEADER_SIZE_OFFSET): Likewise.
2317 (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
2318 (SVE_HEADER_VL_OFFSET): Likewise.
2319 (SVE_HEADER_MAX_VL_OFFSET): Likewise.
2320 (SVE_HEADER_FLAGS_OFFSET): Likewise.
2321 (SVE_HEADER_RESERVED_OFFSET): Likewise.
2322 (SVE_HEADER_SIZE): Likewise.
2323 (aarch64_linux_core_read_vq): Add function.
2324 (aarch64_linux_core_read_description): Check for SVE section.
2325
a616bb94
AH
23262018-08-13 Alan Hayward <alan.hayward@arm.com>
2327
2328 * aarch64-fbsd-tdep.c
2329 (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
2330 collect_size.
2331 * aarch64-linux-tdep.c
2332 (aarch64_linux_iterate_over_regset_sections): Likewise.
2333 * alpha-linux-tdep.c
2334 (alpha_linux_iterate_over_regset_sections):
2335 * alpha-nbsd-tdep.c
2336 (alphanbsd_iterate_over_regset_sections): Likewise.
2337 * amd64-fbsd-tdep.c
2338 (amd64fbsd_iterate_over_regset_sections): Likewise.
2339 * amd64-linux-tdep.c
2340 (amd64_linux_iterate_over_regset_sections): Likewise.
2341 * arm-bsd-tdep.c
2342 (armbsd_iterate_over_regset_sections): Likewise.
2343 * arm-fbsd-tdep.c
2344 (arm_fbsd_iterate_over_regset_sections): Likewise.
2345 * arm-linux-tdep.c
2346 (arm_linux_iterate_over_regset_sections): Likewise.
2347 * corelow.c (get_core_registers_cb): Likewise.
2348 (core_target::fetch_registers): Likewise.
2349 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2350 * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
2351 * gdbarch.h (void): Regenerate.
2352 * gdbarch.sh: Add supply_size and collect_size.
2353 * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
2354 * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
2355 * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
2356 * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
2357 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
2358 * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
2359 * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
2360 * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
2361 * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
2362 * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
2363 * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
2364 * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
2365 * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
2366 * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
2367 * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections): Likewise.
2368 * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
2369 * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
2370 * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
2371 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
2372 * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
2373 * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
2374 * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections): Likewise.
2375 * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
2376 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
2377 * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
2378 * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
2379 * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
2380 * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
2381 * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
2382 * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
2383
a9925d4f
SM
23842018-08-10 Simon Marchi <simon.marchi@ericsson.com>
2385
2386 * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
2387 with string_printf.
2388
ad3a68e9
KS
23892018-08-10 Keith Seitz <keiths@redhat.com>
2390
2391 * compile/compile-c-support.c (add_code_header, add_code_footer):
2392 Move into policy class.
2393 (c_push_user_expression, pop_user_expression_nop)
2394 (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
2395 (compile_program): New host class.
2396 (c_compile_program): New typedef.
2397 (c_compute_porgram): Use c_compile_program.
2398
0cfbf430
KS
23992018-08-10 Keith Seitz <keiths@redhat.com>
2400
2401 * compile/compile-internal.h (compile_instance::~compile_instance):
2402 Remove calls to htab_delete.
2403 <m_type_map, m_symbol_err_map>: Switch type to htab_up.
2404 * compile.c (compile_instance::compile_instance): Initialize
2405 htab unique pointers.
2406 (compile_instance::get_cached_type, compile_instance::insert_type)
2407 (compile_instance::error_symbol_once): Update for unique_ptr.
2408
946d3d10
KS
24092018-08-10 Keith Seitz <keiths@redhat.com>
2410
2411 * compile/compile-c-symbols.c (struct symbol_error)
2412 (hash_symbol_error, eq_symbol_error, del_symbol_error)
2413 (compile_instance::insert_symbol_error)
2414 (compile_instance::error_symbol_once): Move to ...
2415 * compile/compile.c: ... here.
2416
9cdfd9a2
KS
24172018-08-10 Keith Seitz <keiths@redhat.com>
2418
2419 * compile/compile-c-support.c (c_get_compile_context): Use `new'
2420 instead of `new_compile_instance'.
2421 * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
2422 Update description.
2423 If the symbol error map is not initialized, create it.
2424 (generate_c_for_for_one_symbol): Do not check/initialize
2425 the symbol error map.
2426 * compile/compile-c-types.c (compile_c_instance): Make a class.
2427 Update all callers.
2428 (compile_instance::compile_instance): Initialize the type cache.
2429 (get_cached_type): New function.
2430 (insert_type): Update description.
2431 (compile_c_instance::m_default_cflags): Define.
2432 (convert_type): Update description. Use get_cached_type.
2433 (delete_instance): Moved to destructor.
2434 (new_compile_instance): Moved to constructor.
2435 * compile/compile-c.h (compile_c_instance): Make class inheriting
2436 from compile_instance.
2437 <base>: Remove field.
2438 <type_map, symbol_err_map>: Move to base class.
2439 <c_plugin>: Rename to `m_plugin' and remove pointer type.
2440 * compile/compile-internal.h (compile_instance): Make class.
2441 <type_map_t, symbol_err_map_t>: Define.
2442 <fe>: Rename to `m_gcc_fe'.
2443 <scope, block, gcc_target_options>: Add `m_' prefix.
2444 <m_type_map, m_symbol_err_map>: New fields, moved from
2445 compile_c_instance.
2446 <destroy>: Remove.
2447 (convert_type, new_compile_instance): Remove.
2448 * compile/compile.c (cleanup_compile_instance): Remove.
2449 (compile_to_object): Use unique_ptr to eliminate cleanups.
2450 (compile_instance::set_print_callback, compile_instance::version)
2451 (compile_instance::set_verbose)
2452 (compile_instance::set_driver_filename)
2453 (compile_instance::set_triplet_regexp)
2454 (compile_instance::set_arguments)
2455 (compile_instance::set_source_file)
2456 (compile_instance::compile): Define.
2457
18cdc6d8
KS
24582018-08-10 Keith Seitz <keiths@redhat.com>
2459
2460 * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
2461 * compile/compile-c-types.c: Define GCC_METHODN macros and include
2462 gcc-c-fe.def to define C plugin.
2463 (delete_instance): Delete `c_plugin'.
2464 (new_compile_instance): Initialize `c_plugin'.
2465 * compile/compile-c.h: Include gcc_c_plugin.h.
2466 (struct compile_c_instance) <c_plugin>: New member.
2467 * gcc-c-plugin.h: New file.
2468 Update all callers with API change.
2469
b7dc48b4
KS
24702018-08-10 Keith Seitz <keiths@redhat.com>
2471
2472 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
2473 (HFILES_NO_SRCDIR): ... to here.
2474 Add compile-internal.h and compile-c.h.
2475 * compile/compile-c-support.c: Include compile-c.h.
2476 * compile/compile-c-symbols.c: Include compile-c.h.
2477 (generate_c_for_variable_locations): Update comment.
2478 * compile/compile-c-types.c: Include compile-c.h.
2479 * compile/compile-c.h: New file -- moved C language declarations
2480 from other files here.
2481 * compile/compile-internal.h: Do not include hashtab.h or
2482 common/enum-flags.h.
2483 (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
2484 (gcc_convert_symbol, gcc_symbol_address)
2485 (generate_c_for_variable_locations, c_get_mode_for_size)
2486 (c_get_range_decl_name): Definitions moved to compile-c.h.
2487 * compile/compile-loc2c.c: Include compile-c.h.
2488
6f36b6d2
KS
24892018-08-10 Keith Seitz <keiths@redhat.com>
2490
2491 * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
2492 (c_symbol_substitution_name): ... this.
2493 Update all callers.
2494
bd923e51
KS
24952018-08-10 Keith Seitz <keiths@redhat.com>
2496
2497 * compile/compile-c-support.c (c_compute_program): Use
2498 unique_xmalloc_ptr to eliminate cleanup.
2499 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
2500 Return a unique_xmalloc_ptr and eliminate cleanup.
2501 * compile/compile-internal.h (generate_c_for_variable_locations):
2502 Return unique_xmalloc_ptr and update description.
2503
dbd534fe
AH
25042018-08-10 Alan Hayward <alan.hayward@arm.com>
2505
2506 * corelow.c (core_target::get_core_register_section): Rename
2507 min_size to section_min_size.
2508
90ad3654
JW
25092018-08-09 Jim Wilson <jimw@sifive.com>
2510
52a187f8
JW
2511 * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
2512 (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
2513 * NEWS: Mention new GNU/Linux RISC-V target.
2514 * configure.host: Add riscv*-*-linux*.
2515 * configure.nat: Add riscv*.
2516 * configure.tgt: Add riscv*-*-linux*.
3c77f97e 2517 * riscv-linux-nat.c: New file.
90ad3654
JW
2518 * riscv-linux-tdep.c: New file.
2519
aff4e175
AB
25202018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * infrun.c (resume): Make static, add forward declaration.
2523 (proceed): Update header comment.
2524 * infrun.h (resume): Delete declaration.
2525
06ab9219
TT
25262018-08-09 Tom Tromey <tom@tromey.com>
2527
2528 * riscv-tdep.h: Minor formatting fixes.
2529
83c8d318
SM
25302018-08-09 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * common/scoped_mmap.c (mmap_file): Silence ARI warning.
2533 * dwarf-index-cache.c (create_dir_and_check): Likewise.
2534 (test_mkdir_recursive): Likewise.
2535 * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
2536
5ff2bbae
AB
25372018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * valarith.c (value_subscripted_rvalue): If an array is not in
2540 memory, and we don't know the upper bound, then we can't know that
2541 the requested element exists or not.
2542
fdbac7d8
SM
25432018-08-08 Simon Marchi <simon.marchi@ericsson.com>
2544
2545 * target.c (str_comma_list_concat_elem): Fix typo in comment.
2546 (target_options_to_string): Add comment.
2547
83202f7a
TT
25482018-08-08 Tom Tromey <tom@tromey.com>
2549
2550 * unittests/scoped_mmap-selftests.c: Check result of "write".
2551
411baa47
JW
25522018-08-08 Jim Wilson <jimw@sifive.com>
2553
5c720ed8
JW
2554 * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
2555 (decode_register_index_short): New.
2556 (decode_j_type_insn, decode_cj_type_insn): New.
2557 (decode_b_type_insn, decode_cb_type_insn): New.
2558 (riscv_insn::decode): Add support for jumps, branches, lr, and sc. New
2559 local xlen. Check xlen when decoding ambiguous compressed insns. In
2560 compressed decode, use is_c_lui_insn instead of is_lui_insn, and
2561 is_c_sw_insn instead of is_sw_insn.
2562 (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
2563 (riscv_software_single_step): New.
2564 * riscv-tdep.h (riscv_software_single_step): Declare.
2565
411baa47
JW
2566 * riscv-tdep.c (riscv_isa_xlen): Drop static.
2567 * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
2568
9d4a934c
AB
25692018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 PR gdb/18050:
2572 * target.c (dispose_inferior): Don't dispose of inferiors that are
2573 already killed.
2574
ff36536c
SN
25752018-08-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
2576
2577 * remote.c (remote_target::download_tracepoint): Change char* to
2578 const char*.
2579
09ce46f2
SM
25802018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2581
2582 * target.h (target_options_to_string): Return an std::string.
2583 * target.c (str_comma_list_concat_elem): Return void, use
2584 std::string.
2585 (do_option): Likewise.
2586 (target_options_to_string): Return an std::string.
2587 * linux-nat.c (linux_nat_target::wait): Adjust.
2588 * target-debug.h (target_debug_print_options): Adjust.
2589
9c612964
TT
25902018-08-07 Tom Tromey <tom@tromey.com>
2591
2592 * Makefile.in (CPPFLAGS): New variable.
2593 (INTERNAL_CPPFLAGS): Use it.
2594
7d11235d
SM
25952018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2596
2597 * NEWS: Mention the index cache.
2598
87d6a7aa
SM
25992018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2600
2601 * common/pathstuff.h (get_standard_cache_dir): New.
2602 * common/pathstuff.c (get_standard_cache_dir): New.
2603 * build-id.h (build_id_to_string): New.
2604 * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
2605 DEBUG_STR_SUFFIX): Move to here.
2606 * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
2607 DEBUG_STR_SUFFIX): Move from there.
2608 (write_psymtabs_to_index): Make non-static, add basename
2609 parameter. Write to temporary files, rename when done.
2610 (save_gdb_index_command): Adjust call to
2611 write_psymtabs_to_index.
2612 * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
2613 field.
2614 * dwarf2read.c (dwz_file) <index_cache_res>: New field.
2615 (get_gdb_index_contents_from_cache): New.
2616 (get_gdb_index_contents_from_cache_dwz): New.
2617 (dwarf2_initialize_objfile): Read index from cache.
2618 (dwarf2_build_psymtabs): Save to index.
2619 * dwarf-index-cache.h: New file.
2620 * dwarf-index-cache.c: New file.
2621 * dwarf-index-write.h: New file.
2622
8a99096f
SM
26232018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2624
2625 * gnulib/aclocal.m4: Re-generate.
2626 * gnulib/config.in: Re-generate.
2627 * gnulib/configure: Re-generate.
2628 * gnulib/import/Makefile.am: Re-generate.
2629 * gnulib/import/Makefile.in: Re-generate.
2630 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
2631 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
2632 * gnulib/import/m4/mkdir.m4: New file.
2633 * gnulib/import/mkdir.c: New file.
2634 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
2635 module.
2636
5c831bb1
SM
26372018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2638
2639 * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
2640 * common/scoped_mmap.c: New file.
2641 * common/scoped_mmap.h (destroy): New method.
2642 (~scoped_mmap, reset): Use destroy.
2643 (scoped_mmap): New move constructor.
2644 (mmap_file): New declaration.
2645 * unittests/scoped_mmap-selftests.c (test_normal,
2646 test_invalid_filename, run_tests): New functions.
2647 (_initialize_scoped_mmap_selftests): Register selftest.
2648
4485a1c1
SM
26492018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2650
2651 * dwarf2read.c (read_gdb_index_from_section): Rename to...
2652 (read_gdb_index_from_buffer): ... this. Remove section
2653 parameter, add buffer parameter.
2654 (get_gdb_index_contents_ftype,
2655 get_gdb_index_contents_dwz_ftype): New typedefs.
2656 (dwarf2_read_gdb_index): Add callback parameters to get the
2657 index contents.
2658 (get_gdb_index_contents_from_section): New.
2659 (dwarf2_initialize_objfile): Update call to
2660 dwarf2_read_gdb_index.
2661
528e1572
SM
26622018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2663
2664 * common/filestuff.h (gdb_fopen_cloexec): New overload.
2665 (gdb_open_cloexec): Likewise.
2666 * nat/linux-osdata.c (command_from_pid): Use string_printf.
2667 (commandline_from_pid): Likewise.
2668 (linux_xfer_osdata_threads): Likewise.
2669 (linux_xfer_osdata_fds): Likewise.
2670 * ada-lang.c (is_package_name): Likewise.
2671 * auxv.c (procfs_xfer_auxv): Likewise.
2672 * breakpoint.c (print_one_breakpoint_location): Use
2673 uiout::field_fmt.
2674 (print_one_catch_solib): Use string_printf.
2675 * coff-pe-read.c (add_pe_exported_sym): Likewise.
2676 (add_pe_forwarded_sym): Likewise.
2677 * dwarf2read.c (create_type_unit_group): Likewise.
2678 (build_error_marker_type): Likewise.
2679 * infcall.c (get_function_name): Likewise.
2680 * valprint.c (print_converted_chars_to_obstack): Likewise.
2681 * xtensa-tdep.c (xtensa_register_type): Likewise.
2682
a7f25a84
SM
26832018-08-06 Simon Marchi <simon.marchi@ericsson.com>
2684
2685 * remote.c (remote_target::download_tracepoint): Fix format
2686 string errors.
2687
296956be
PFC
26882018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2689
2690 * tracefile.c: Include common/byte-vector.h.
2691 (trace_save): Change type of buf to gdb::byte_vector. Initialize
2692 with trace_regblock_size if needed. Update uses of buf.
2693
a04b9d62
PFC
26942018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2695
2696 * tracepoint.h (collection_list) <m_regs_mask>: Change type to
2697 std::vector<unsigned char>.
2698 * tracepoint.c (collection_list::collection_list): Remove
2699 m_regs_mask initializer from initializer list. Resize
2700 m_regs_mask using the largest remote register number.
2701 (collection_list::add_remote_register): Remove size check on
2702 m_regs_mask. Use at to access element.
2703 (collection_list::stringify): Change type of temp_buf to
2704 gdb::char_vector. Update uses of temp_buf. Resize if needed to
2705 stringify the register mask. Use pack_hex_byte for the register
2706 mask.
2707
4277c4b8
PFC
27082018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2709
2710 * tracepoint.h (class collection_list) <add_register>: Remove.
2711 <add_remote_register, add_ax_registers, add_local_register>:
2712 Declare.
2713 <add_memrange>: Add scope parameter.
2714 * tracepoint.c (encode_actions_1): Likewise.
2715 (collection_list::add_register): Rename to ...
2716 (collection_list::add_remote_register): ... this. Update
2717 comment.
2718 (collection_list::add_ax_registers, add_local_register): New
2719 methods.
2720 (collection_list::add_memrange): Add scope parameter. Call
2721 add_local_register instead of add_register.
2722 (finalize_tracepoint_aexpr): New function.
2723 (collection_list::collect_symbol): Update calls to add_memrange.
2724 Call add_local_register instead of add_register. Call
2725 add_ax_registers. Call finalize_tracepoint_aexpr.
2726 (encode_actions_1): Get remote regnos for $reg action. Call
2727 add_remote_register, add_ax_registers, and add_local_register.
2728 Update call to add_memrange. Call finalize_tracepoint_aexpr.
2729 (validate_actionline): Call finalize_tracepoint_aexpr.
2730
3df3a985
PFC
27312018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2732
2733 * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
2734 Replace array buf with gdb::char_vector buf, of size
2735 get_remote_packet_size (). Replace references to buf and
2736 BUF_SIZE to buf.data () and buf.size (). Replace strcpy, strcat
2737 and xsnprintf with snprintf. Raise errors if the buffer is too
2738 small.
2739
aa6f3694
PFC
27402018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2741
2742 * remote.c (remote_target::download_tracepoint): Fix the has_more
2743 predicate in the QTDP action list iteration.
2744
05abfc39
PFC
27452018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2746
2747 * remote.c (remote_target::download_tracepoint): Fix indentation
2748 in for block.
2749
821a2682
RO
27502018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2751
2752 * proc-api.c (_initialize_proc_api): Remove c, unused.
2753 * procfs.c (procfs_init_inferior): Remove signals, unused.
2754 (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
2755 unused.
2756
95347337
AB
27572018-08-06 Sergey Korolev <s.korolev@ndmsystems.com>
2758 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * linux-nat.c (linux_nat_target::follow_fork): Avoid using
2761 'W_STOPCODE (0)' as this could be ambiguous.
2762
425699f5
SDJ
27632018-08-03 Sergio Durigan Junior <sergiodj@redhat.com>
2764
2765 * ser-tcp.c (net_open): Fix thinko when deciding whether to
2766 disable TCP's Nagle algorithm (use "ai_protocol" instead of
2767 "ai_socktype").
2768
3e1d3d8c
TT
27692018-08-02 Tom Tromey <tom@tromey.com>
2770
2771 PR symtab/16842.
2772 * dwarf2read.c (read_func_scope): Set symtab on template parameter
2773 symbols.
2774 (process_structure_scope): Likewise.
2775
15843549
XR
27762018-08-02 Xavier Roirand <roirand@adacore.com>
2777
2778 PR gdb/22629:
2779 * darwin-nat.c (darwin_kill_inferior): Fix handling of
2780 kill inferior.
2781
b5bddbbb
TT
27822018-08-02 Tom Tromey <tom@tromey.com>
2783
2784 * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
2785 (darwin_suspend_inferior, darwin_resume_inferior)
2786 (darwin_decode_notify_message, darwin_resume_inferior_threads)
2787 (darwin_check_new_threads): Check result of get_darwin_inferior.
2788
f61cfa07
JB
27892018-07-31 Joel Brobecker <brobecker@adacore.com>
2790
2791 GDB 8.1.1 released.
2792
5abe0f0c
JV
27932018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2794
2795 * varobj.c (varobj_get_path_expr_parent): Report an error if
2796 parent is a dynamic varobj.
2797
472fa5ee
SM
27982018-07-31 Simon Marchi <simon.marchi@ericsson.com>
2799
2800 * gnulib/aclocal.m4: Re-generate.
2801 * gnulib/config.in: Re-generate.
2802 * gnulib/configure: Re-generate.
2803 * gnulib/import/Makefile.in: Re-generate.
2804 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
2805 * gnulib/import/m4/onceonly.m4: Re-generate.
2806
1c28969e
SM
28072018-07-31 Simon Marchi <simon.marchi@ericsson.com>
2808
2809 * target-descriptions.c (struct xml_test_tdesc): New.
2810 (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
2811 (record_xml_tdesc): Update.
2812 (maintenance_check_xml_descriptions): Update.
2813 * target-descriptions.h (record_xml_tdesc): Update comment.
2814
c8f2dc0d
AB
28152018-07-30 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * eval.c (evaluate_subexp_for_sizeof): Check for array type before
2818 checking array bounds are defined.
2819
463c08d1
TT
28202018-07-30 Tom Tromey <tom@tromey.com>
2821
2822 * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
2823 irreflexivity violation.
2824
dba7455e
TT
28252018-07-30 Tom Tromey <tom@tromey.com>
2826
2827 * cli/cli-decode.c (lookup_cmd): Remove lint code.
2828 * value.c (unpack_long): Remove lint code.
2829 * valops.c (value_ind): Remove lint code.
2830 * valarith.c (value_x_binop, value_x_unop, value_equal)
2831 (value_pos): Remove lint code.
2832
37cc0cae
TV
28332018-07-28 Tom de Vries <tdevries@suse.de>
2834
2835 * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
2836 with undefined upper bound as <optimized out>.
2837
129eb0f1
SDJ
28382018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
2839
2840 * gcore.in: Rename variable "name" to "prefix". Expand
2841 "usage" text.
2842
6af79d7b
JT
28432018-07-14 Jon Turney <jon.turney@dronecode.org.uk>
2844
2845 * windows-nat.c (windows_nat_target::create_inferior): Update to
2846 call close() in global namespace.
2847
79748972
TT
28482018-07-26 Tom Tromey <tom@tromey.com>
2849
2850 * dwarf-index-write.c (add_address_entry): Don't add objfile
2851 offsets.
2852 * dbxread.c (find_stab_function): Rename from
2853 find_stab_function_addr. Return a bound_minimal_symbol.
2854 (read_dbx_symtab): Use raw_text_low, raw_text_high.
2855 Don't add objfile offsets.
2856 (end_psymtab): Use raw_text_low, raw_text_high,
2857 MSYMBOL_VALUE_RAW_ADDRESS.
2858 (read_ofile_symtab): Update.
2859 (process_one_symbol): Update.
2860 * dwarf2read.c (create_addrmap_from_index): Don't add objfile
2861 offsets.
2862 (dw2_relocate): Remove.
2863 (dw2_find_pc_sect_symtab): Bias PC by the text offset before
2864 searching addrmap.
2865 (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
2866 Update.
2867 (process_psymtab_comp_unit_reader, add_partial_symbol)
2868 (add_partial_subprogram, dwarf2_ranges_read): Update.
2869 (load_partial_dies): Update.
2870 (add_address_entry): Don't add objfile offsets.
2871 (dwarf2_build_include_psymtabs): Update.
2872 (create_addrmap_from_aranges): Don't add objfile offsets.
2873 (dw2_find_pc_sect_compunit_symtab): Update.
2874 * mdebugread.c (parse_symbol): Don't add objfile offsets.
2875 (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
2876 Update.
2877 (parse_partial_symbols): Don't add objfile offsets. Use
2878 raw_text_low, raw_text_high. Update.
2879 (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
2880 * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
2881 or call 'relocate' quick function. Clear psymbol_map.
2882 * psympriv.h (struct partial_symbol) <address>: Add section
2883 offset.
2884 <set_unrelocated_address>: Rename from set_address.
2885 <raw_text_low, raw_text_high>: New methods.
2886 <text_low, text_high>: Add objfile parameter.
2887 (add_psymbol_to_bcache): Add 'section' parameter. Call
2888 set_unrelocated_address.
2889 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
2890 (find_pc_psymbol): Update.
2891 (fixup_psymbol_section, relocate_psymtabs): Remove.
2892 (dump_psymtab, psym_functions): Update.
2893 (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
2894 parameter.
2895 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
2896 (start_psymtab_common): Update.
2897 * symfile-debug.c (debug_qf_relocate): Remove.
2898 (debug_sym_quick_functions): Update.
2899 * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
2900 * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
2901 Update.
2902
52948f01
TT
29032018-07-26 Tom Tromey <tromey@redhat.com>
2904
2905 * dbxread.c (end_psymtab): Use text_high_valid and
2906 text_low_valid.
2907 * mdebugread.c (parse_partial_symbols): Use text_low_valid.
2908 (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
2909 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
2910 Update comment.
2911 <text_low_valid, text_high_valid>: New fields.
2912 <set_text_low, set_text_high>: Update.
2913 * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
2914
4ae976d1
TT
29152018-07-26 Tom Tromey <tom@tromey.com>
2916
2917 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
2918 Update.
2919 * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
2920 textlow and texthigh fields.
2921 (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
2922 Update.
2923 * mdebugread.c (parse_lines, parse_partial_symbols)
2924 (psymtab_to_symtab_1): Update.
2925 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
2926 Rename fields. Update comment. Now private.
2927 <text_low, text_high, set_text_low, set_text_high>: New methods.
2928 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
2929 (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
2930 (start_psymtab_common, maintenance_info_psymtabs)
2931 (maintenance_check_psymtabs): Update.
2932 * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
2933 texthigh fields.
2934 (scan_xcoff_symtab): Update.
2935
02e9e7f7
TT
29362018-07-26 Tom Tromey <tromey@redhat.com>
2937
2938 * psympriv.h (struct partial_symbol) <unrelocated_address,
2939 address, set_address>: New methods.
2940 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
2941 (fixup_psymbol_section, relocate_psymtabs): Update.
2942 (print_partial_symbols): Add 'objfile' parameter. Update.
2943 (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
2944 Update.
2945
8a6d4234
TT
29462018-07-26 Tom Tromey <tom@tromey.com>
2947
2948 * dwarf-index-write.c (write_psymbols, debug_names::insert)
2949 (debug_names::write_psymbols): Update.
2950 * psympriv.h (struct partial_symbol): Derive from
2951 general_symbol_info.
2952 <obj_section>: New method.
2953 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
2954 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
2955 (find_pc_sect_psymbol, fixup_psymbol_section)
2956 (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
2957 (print_partial_symbols, recursively_search_psymtabs)
2958 (compare_psymbols, psymbol_hash, psymbol_compare)
2959 (add_psymbol_to_bcache, maintenance_check_psymtabs)
2960 (psymbol_name_matches, psym_fill_psymbol_map): Update.
2961
08994e1d
TT
29622018-07-26 Tom Tromey <tromey@redhat.com>
2963
2964 * dbxread.c (end_psymtab): Remove dead code.
2965
3c3bb058
AB
29662018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
2969 DWARF unwinders are disabled.
2970 * dwarf2-frame.c: Add dwarf2read.h include.
2971 (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
2972 disabled.
2973 (dwarf2_frame_unwinders_enabled_p): Define.
2974 (show_dwarf_unwinders_enabled_p): New function.
2975 (_initialize_dwarf2_frame): Register switch to control DWARF
2976 unwinder use.
2977 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
2978 * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
2979 (show_dwarf_cmdlist): Remove static keyword.
2980 * dwarf2read.h (set_dwarf_cmdlist): Declare.
2981 (show_dwarf_cmdlist): Declare.
2982 * NEWS: Document new feature.
2983
9e7f3bbb
TV
29842018-07-26 Tom de Vries <tdevries@suse.de>
2985
2986 PR breakpoints/23366
2987 * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
2988
506f5c41
TV
29892018-07-26 Tom de Vries <tdevries@suse.de>
2990
2991 * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
2992 DW_AT_count can't be translated to a dynamic prop.
2993
16f808ec
TV
29942018-07-25 Tom de Vries <tdevries@suse.de>
2995
2996 * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
2997 try/catch.
2998
d7154a8d
JV
29992018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3000
3001 * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
3002
a45389f6
JB
30032018-07-25 Joel Brobecker <brobecker@adacore.com>
3004
3005 * MAINTAINERS (Global Maintainers): Add Tom Tromey.
3006
380618d6
KS
30072018-07-24 Keith Seitz <keiths@redhat.comt
3008
3009 PR symtab/23010
3010 * dwarf2read.c (dw2_add_symbol_to_list): New function.
3011 (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
3012 instead of add_symbol_to_list.
3013 (read_file_scope): Call prepare_one_comp_unit before reading
3014 any other DIEs.
3015
4b17aefe
SM
30162018-07-24 Simon Marchi <simon.marchi@ericsson.com>
3017
3018 * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
3019
29d17e47
TT
30202018-07-24 Tom Tromey <tom@tromey.com>
3021
3022 * utils.c (malloc, realloc, free): Don't declare.
3023 * configure, config.in: Rebuild.
3024 * configure.ac: Don't check for declarations of free, malloc, or
3025 realloc.
3026
cf4088a9
SM
30272018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
3028
3029 * aarch64-linux-nat.c
3030 (aarch64_linux_nat_target::stopped_data_address): Remove unused
3031 variable.
3032 * arm-linux-nat.c (fetch_regs): Likewise.
3033 (store_regs): Likewise.
3034 (fetch_vfp_regs): Likewise.
3035 (store_vfp_regs): Likewise.
3036 (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
3037 (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
3038 (arm_linux_nat_target::insert_watchpoint): Likewise.
3039 (arm_linux_nat_target::remove_watchpoint): Likewise.
3040 * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
3041 Likewise.
3042 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
3043 Likewise.
3044 * ppc-linux-nat.c (fetch_register): Likewise.
3045 (fetch_all_gp_regs): Likewise.
3046 (fetch_ppc_registers): Likewise.
3047 (store_all_gp_regs): Likewise.
3048 (store_ppc_registers): Likewise.
3049 (hwdebug_insert_point): Likewise.
3050 (can_use_watchpoint_cond_accel): Likewise.
3051 * remote-sim.c (gdb_os_write_stdout): Likewise.
3052
a0de763e
TT
30532018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
3054 Tom Tromey <tom@tromey.com>
3055
3056 * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
3057 test for it.
3058 * configure: Rebuild.
3059
3b20124b
TT
30602018-07-22 Tom Tromey <tom@tromey.com>
3061
3062 * regformats/regdat.sh: Define xmltarget_${name} inside
3063 #ifndef IN_PROCESS_AGENT.
3064
8c8807f4
TT
30652018-07-22 Tom Tromey <tom@tromey.com>
3066
3067 * value.c (value_fetch_lazy_bitfield): Remove unused variable.
3068
c486b610
TT
30692018-07-22 Tom Tromey <tom@tromey.com>
3070
3071 * symfile.c (reread_symbols): Notify iter, not objfile.
3072
494f80a9
TT
30732018-07-22 Tom Tromey <tom@tromey.com>
3074
3075 * ravenscar-thread.c (ravenscar_thread_target::store_registers):
3076 Use arch_ops.
3077 (ravenscar_thread_target::prepare_to_store): Likewise.
3078
c51f6a54
TT
30792018-07-22 Tom Tromey <tom@tromey.com>
3080
3081 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
3082 unused variable. Call value_fetch_lazy when needed.
3083 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
3084 Remove unused variable. Call value_fetch_lazy when needed.
3085
374fd1fd
TT
30862018-07-22 Tom Tromey <tom@tromey.com>
3087
3088 * m32c-tdep.c (mark_dma): Return void.
3089 (make_regs): Remove unused declarations.
3090
d5e9a511
TT
30912018-07-22 Tom Tromey <tom@tromey.com>
3092
3093 * guile/scm-cmd.c (gdbscm_dont_repeat): Call
3094 cmdscm_get_valid_command_smob_arg_unsafe for effect.
3095 * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
3096 bkscm_get_valid_block_smob_arg_unsafe for effect.
3097
996d693a
TT
30982018-07-22 Tom Tromey <tom@tromey.com>
3099
3100 * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
3101 value_type.
3102
15766370
TT
31032018-07-22 Tom Tromey <tom@tromey.com>
3104
3105 * windows-nat.c (saved_context): Conditionally define.
3106 * remote.c (remote_target::remote_btrace_maybe_reopen):
3107 Conditionally declare "warned".
3108 * inflow.c (sigquit_ours): Conditionally define.
3109 (new_tty): Move "tty" declaration inside #if.
3110 * guile/guile.c (guile_datadir): Conditionally define.
3111 * charset.c (set_be_le_names): Move some declarations inside #if.
3112 * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
3113 #if.
3114 (parse_xml_btrace_conf): Likewise.
3115
f4e80e13
TT
31162018-07-22 Tom Tromey <tom@tromey.com>
3117
3118 * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
3119
8d49165d
TT
31202018-07-22 Tom Tromey <tom@tromey.com>
3121
3122 * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
3123 * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
3124 (vlscm_convert_typed_value_from_scheme): Remove unused variable.
3125 * buildsym-legacy.c (get_macro_table): Remove unused variable.
3126 * stack.c (frame_apply_level_command): Remove unused variable.
3127 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
3128 * sparc64-tdep.c (adi_examine_command): Remove unused variable.
3129 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
3130 unused variable.
3131 * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
3132 * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
3133 * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
3134 variable.
3135 * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
3136 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
3137 variable.
3138 * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
3139 Remove unused variable.
3140 * cli/cli-script.c (recurse_read_control_structure): Remove unused
3141 variable.
3142 * common/tdesc.c (print_xml_feature::visit): Remove unused
3143 variable.
3144 * compile/compile-object-load.c (store_regs): Remove unused
3145 variables.
3146 * complaints.c (clear_complaints): Remove unused variable.
3147 * corelow.c (core_target_open): Remove unused variable.
3148 * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
3149 variable.
3150 * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
3151 variable.
3152 * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
3153 variable.
3154 * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
3155 variable.
3156 * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
3157 variable.
3158 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
3159 variable.
3160 * ia64-tdep.c (examine_prologue): Remove unused variable.
3161 * infcall.c (run_inferior_call): Remove unused variable.
3162 * inferior.c (exit_inferior): Remove unused variable.
3163 * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
3164 * linespec.c (decode_line_2): Remove unused variable.
3165 * linux-nat.c (super_close): Remove.
3166 * linux-tdep.c (linux_info_proc): Remove unused variable.
3167 * mi/mi-main.c (mi_execute_command): Remove unused variable.
3168 * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
3169 Remove unused variable.
3170 * parse.c (find_minsym_type_and_address): Remove unused variable.
3171 * printcmd.c (info_symbol_command, printf_floating): Remove unused
3172 variable.
3173 * python/py-breakpoint.c (bppy_set_commands): Remove unused
3174 variable.
3175 * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
3176 variables.
3177 * record-btrace.c (record_btrace_target::store_registers): Remove
3178 unused variable.
3179 (cmd_show_record_btrace_cpu): Remove unused variable.
3180 * riscv-tdep.c (riscv_register_reggroup_p)
3181 (riscv_push_dummy_call, riscv_return_value): Remove unused
3182 variable.
3183 * rust-exp.y (literal): Remove unused variable.
3184 * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
3185 unused variable.
3186 <STRUCTOP_ANONYMOUS>: Likewise.
3187 * s390-linux-tdep.c (s390_linux_init_abi_31)
3188 (s390_linux_init_abi_64): Remove unused variable.
3189 * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
3190 (file_select_thread, net_windows_open, _initialize_ser_windows):
3191 Remove unused variables.
3192 * symtab.c (find_pc_sect_line): Remove unused variable.
3193 * target-memory.c (compute_garbled_blocks): Remove unused
3194 variable.
3195 (target_write_memory_blocks): Remove unused variable.
3196 * target.c (target_stack::unpush): Remove unused variables.
3197 * tracepoint.c (start_tracing, all_tracepoint_actions)
3198 (merge_uploaded_trace_state_variables)
3199 (print_one_static_tracepoint_marker): Remove unused variable.
3200 * unittests/basic_string_view/element_access/char/1.cc (test01):
3201 Remove unused variable.
3202 * windows-nat.c (windows_continue, windows_add_all_dlls)
3203 (do_initial_windows_stuff, windows_nat_target::create_inferior):
3204 Remove unused variables.
3205
17cbafdb
SM
32062018-07-21 Simon Marchi <simon.marchi@polymtl.ca>
3207
3208 * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
3209 attr_profile in HAVE_ELF.
3210 * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
3211 HAVE_ELF.
3212
0ee6c332
SM
32132018-07-20 Simon Marchi <simon.marchi@polymtl.ca>
3214
3215 * frame.c (frame_register_unwind): Change parameter name.
3216 (frame_unwind_register): Likewise.
3217 (frame_unwind_register_value): Likewise.
3218 (frame_unwind_register_signed): Likewise.
3219 (frame_unwind_register_unsigned): Likewise.
3220 * frame.h (frame_register_unwind): Likewise.
3221 (frame_unwind_register): Likewise.
3222 (frame_unwind_register_value): Likewise.
3223 (frame_unwind_register_signed): Likewise.
3224 (frame_unwind_register_unsigned): Likewise.
3225 (frame_unwind_arch): Likewise.
3226
e2e31f10
MR
32272018-07-20 Maciej W. Rozycki <macro@mips.com>
3228
3229 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
3230 ISA maintenance.
3231
2d389915
MR
32322018-07-20 Maciej W. Rozycki <macro@mips.com>
3233
3234 * mips-linux-nat.c (mips_linux_nat_target::read_description):
3235 Call `get_ptrace_pid' rather than extracting the ptrace PID by
3236 hand.
3237
cbb09508
KS
32382018-07-20 Keith Seitz <keiths@redhat.com>
3239
3240 * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
3241 m_main_subfile, m_comp_dir, m_producer, m_debugformat,
3242 m_compunit_symtab, m_language>: Add "m_" prefix.
3243 Update all uses.
3244 * buildsym.c: Update all uses.
3245
bfe2e011
TT
32462018-07-20 Tom Tromey <tom@tromey.com>
3247
3248 * buildsym-legacy.h (record_line): Don't use record_line_ftype.
3249 * buildsym.h (record_line_ftype): Remove typedef.
3250
0e6f3061
TT
32512018-07-20 Tom Tromey <tom@tromey.com>
3252
3253 * buildsym-legacy.h (augment_type_symtab): Don't declare.
3254 (end_expandable_symtab): Likewise.
3255 (end_symtab_get_static_block): Likewise.
3256 (end_symtab_from_static_block): Likewise.
3257 * buildsym-legacy.c (augment_type_symtab): Remove.
3258 (end_expandable_symtab): Remove.
3259 (end_symtab_get_static_block): Remove.
3260 (end_symtab_from_static_block): Remove.
3261
804d2729
TT
32622018-07-20 Tom Tromey <tom@tromey.com>
3263
3264 * dwarf2read.c: Include buildsym.h.
3265 (struct dwarf2_cu) <builder>: New method.
3266 (fixup_go_packaging): Update.
3267 (process_full_comp_unit, process_full_type_unit): Update. Don't
3268 use scoped_free_pendings.
3269 (using_directives): Add "cu" parameter, remove "language".
3270 (read_import_statement, setup_type_unit_groups, )
3271 (read_func_scope, read_lexical_block_scope)
3272 (dwarf2_record_block_ranges, read_namespace): Update.
3273 (lnp_state_machine::lnp_state_machine): Add cu parameter.
3274 (lnp_state_machine::handle_end_sequence): Update.
3275 (class lnp_state_machine) <m_cu>: New member.
3276 <m_record_line_callback>: Remove.
3277 <m_currently_recording_lines>: New member.
3278 (lnp_state_machine::handle_set_file): Update.
3279 (noop_record_line): Remove.
3280 (dwarf_record_line_p): Add cu parameter.
3281 (dwarf_record_line_1, dwarf_finish_line): Likewise.
3282 (lnp_state_machine::record_line)
3283 (lnp_state_machine::lnp_state_machine)
3284 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
3285 (dwarf_decode_lines): Update.
3286 (dwarf2_start_subfile): Add cu parameter.
3287 (dwarf2_start_symtab, new_symbol): Update.
3288 (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
3289 Remove dwarf2_per_objfile parameter.
3290 (dwarf_decode_macros): Update.
3291
80e649fc
TT
32922018-07-20 Tom Tromey <tom@tromey.com>
3293
3294 * stabsread.c (define_symbol): Update.
3295 * buildsym-legacy.h (get_buildsym_compunit): Declare.
3296 * dwarf2read.c (new_symbol): Update.
3297 * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
3298 * cp-namespace.c: Include buildsym.h.
3299 (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
3300 * buildsym-legacy.c (get_buildsym_compunit): New function.
3301
0baae8db
TT
33022018-07-20 Tom Tromey <tom@tromey.com>
3303
3304 * xcoffread.c: Include buildsym-legacy.h.
3305 * windows-nat.c: Include buildsym-legacy.h.
3306 * stabsread.c: Include buildsym-legacy.h.
3307 * mdebugread.c: Include buildsym-legacy.h.
3308 * buildsym-legacy.h: New file.
3309 * buildsym-legacy.c: New file, from buildsym.c.
3310 * go32-nat.c: Include buildsym-legacy.h.
3311 * dwarf2read.c: Include buildsym-legacy.h.
3312 * dbxread.c: Include buildsym-legacy.h.
3313 * cp-namespace.c: Include buildsym-legacy.h.
3314 * coffread.c: Include buildsym-legacy.h.
3315 * buildsym.h: Move some contents to buildsym-legacy.h.
3316 * buildsym.c: Include buildsym-legacy.h. Move many functions to
3317 buildsym-legacy.c.
3318 * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
3319
ab209f6f
TT
33202018-07-20 Tom Tromey <tom@tromey.com>
3321
3322 * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
3323 * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
3324 (buildsym_compunit::buildsym_compunit)
3325 (buildsym_compunit::~buildsym_compunit)
3326 (buildsym_compunit::get_macro_table): Define.
3327
74c72eac
TT
33282018-07-20 Tom Tromey <tom@tromey.com>
3329
3330 * buildsym.c (reset_symtab_globals): Remove.
3331 (buildsym_compunit::end_symtab_from_static_block): Update.
3332 (buildsym_compunit::augment_type_symtab): Update.
3333 (end_symtab_from_static_block): Call free_buildsym_compunit.
3334 (augment_type_symtab, end_symtab, end_expandable_symtab):
3335 Likewise.
3336
da6580e5
TT
33372018-07-20 Tom Tromey <tom@tromey.com>
3338
3339 * arch-utils.c: Do not include buildsym.h.
3340 * mipsread.c: Do not include buildsym.h.
3341 * machoread.c: Do not include buildsym.h.
3342 * elfread.c: Do not include buildsym.h.
3343
4a2125f5
TT
33442018-07-20 Tom Tromey <tom@tromey.com>
3345
3346 * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
3347 initialization.
3348 (buildsym_compunit): Add new constructor.
3349 (struct buildsym_compunit) <get_last_source_file, finish_block,
3350 record_block_range, start_subfile, patch_subfile_names,
3351 push_subfile, pop_subfile, record_line, get_compunit_symtab,
3352 set_last_source_start_addr, get_last_source_start_addr,
3353 get_local_using_directives, set_local_using_directives,
3354 get_global_using_directives, outermost_context_p,
3355 get_current_context_stack, get_context_stack_depth,
3356 get_current_subfile, get_local_symbols, get_file_symbols,
3357 get_global_symbols, record_debugformat, record_producer,
3358 push_context, pop_context, end_symtab_get_static_block,
3359 end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
3360 New public methods.
3361 <record_pending_block, finish_block_internal, make_blockvector,
3362 watch_main_source_file_lossage, end_symtab_with_blockvector>: New
3363 private methods.
3364 Update all users.
3365
33662018-05-22 Tom Tromey <tom@tromey.com>
3367
3368 * buildsym.c (record_pending_block): Move earlier. Remove objfile
3369 parameter.
3370 (finish_block_internal): Update.
3371
6b213a47
TT
33722018-07-20 Tom Tromey <tom@tromey.com>
3373
3374 * buildsym.c (record_pending_block): Move earlier. Remove objfile
3375 parameter.
3376 (finish_block_internal): Update.
3377
b80a981d
TT
33782018-07-20 Tom Tromey <tom@tromey.com>
3379
3380 * buildsym.h (EXTERN): Don't define or undef.
3381 * buildsym.c (EXTERN): Don't define.
3382
ddb70602
TT
33832018-07-20 Tom Tromey <tom@tromey.com>
3384
3385 * buildsym.c: Remove TODO comment.
3386
b37dd3bc
TT
33872018-07-20 Tom Tromey <tom@tromey.com>
3388
3389 * coffread.c (coff_symtab_read): Update.
3390 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
3391 (xcoff_new_init): Update.
3392 * mipsread.c (mipscoff_new_init): Update.
3393 * mdebugread.c (mdebug_build_psymtabs): Update.
3394 * elfread.c (elf_new_init): Update.
3395 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
3396 Update.
3397 * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
3398 (coffstab_build_psymtabs, elfstab_build_psymtabs)
3399 (stabsect_build_psymtabs): Update.
3400 * buildsym.h (buildsym_init): Don't declare.
3401 * buildsym.c: Update comment.
3402 (prepare_for_building): Remove.
3403 (start_symtab, restart_symtab): Update.
3404 (reset_symtab_globals): Update comment.
3405 (buildsym_init): Remove.
3406
e148f09d
TT
34072018-07-20 Tom Tromey <tom@tromey.com>
3408
3409 * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
3410 * stabsread.c (patch_block_stabs, define_symbol, read_type)
3411 (read_enum_type, common_block_start, common_block_end)
3412 (cleanup_undefined_types_1, finish_global_stabs): Update.
3413 * mdebugread.c (psymtab_to_symtab_1): Update.
3414 * dwarf2read.c (fixup_go_packaging, read_func_scope)
3415 (read_lexical_block_scope, new_symbol): Update.
3416 * dbxread.c (process_one_symbol): Update.
3417 * coffread.c (coff_symtab_read, process_coff_symbol)
3418 (coff_read_enum_type): Update.
3419 * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
3420 declare.
3421 (get_local_symbols, get_file_symbols, get_global_symbols): New
3422 functions.
3423 * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
3424 m_global_symbols.
3425 <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
3426 (~scoped_free_pendings): Update.
3427 (finish_block, prepare_for_building, reset_symtab_globals)
3428 (end_symtab_get_static_block, end_symtab_with_blockvector)
3429 (augment_type_symtab, push_context): Update.
3430 (get_local_symbols, get_file_symbols, get_global_symbols): New
3431 functions.
3432 (buildsym_init): Update.
3433
93b8bea4
TT
34342018-07-20 Tom Tromey <tom@tromey.com>
3435
3436 * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
3437 (process_full_type_unit): Likewise.
3438 (dwarf2_start_symtab): Set list_in_scope.
3439
f62f6af5
TT
34402018-07-20 Tom Tromey <tom@tromey.com>
3441
3442 * dwarf2read.c (process_psymtab_comp_unit_reader)
3443 (build_type_psymtabs_reader): Do not set list_in_scope.
3444
1d376700
TT
34452018-07-20 Tom Tromey <tom@tromey.com>
3446
3447 * buildsym.c (free_pendings): Remove.
3448 (add_symbol_to_list, scoped_free_pendings)
3449 (finish_block_internal, buildsym_init): Update.
3450
c233e9c6
TT
34512018-07-20 Tom Tromey <tom@tromey.com>
3452
3453 * xcoffread.c (read_xcoff_symtab): Update.
3454 * dwarf2read.c (read_func_scope, read_lexical_block_scope):
3455 Update.
3456 * dbxread.c (process_one_symbol): Update.
3457 * coffread.c (coff_symtab_read): Update.
3458 * buildsym.h (finish_block): Update.
3459 * buildsym.c (finish_block): Remove "listhead" argument.
3460 (end_symtab_get_static_block): Update.
3461
5ac04550
TT
34622018-07-20 Tom Tromey <tom@tromey.com>
3463
3464 * buildsym.h (class scoped_free_pendings): Remove constructor.
3465 * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
3466 method.
3467 <m_pending_block_obstack, m_pending_blocks>: New members.
3468 (pending_block_obstack, pending_blocks): Remove.
3469 (scoped_free_pendings::scoped_free_pendings): Default.
3470 (~scoped_free_pendings): Update.
3471 (free_pending_blocks): Remove.
3472 (finish_block_internal, record_pending_block, make_blockvector)
3473 (end_symtab_get_static_block, augment_type_symtab, push_context)
3474 (buildsym_init): Update.
3475
7ea05a7b
TT
34762018-07-20 Tom Tromey <tom@tromey.com>
3477
3478 * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
3479 m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
3480 members.
3481 (pending_addrmap, pending_addrmap_obstack)
3482 (pending_addrmap_interesting): Remove.
3483 (scoped_free_pendings, record_block_range, make_blockvector)
3484 (prepare_for_building, reset_symtab_globals, buildsym_init):
3485 Update.
3486
3c65e5b3
TT
34872018-07-20 Tom Tromey <tom@tromey.com>
3488
3489 * xcoffread.c (process_linenos): Update.
3490 * stabsread.c (define_symbol, read_type, read_enum_type): Update.
3491 * mdebugread.c (psymtab_to_symtab_1): Update.
3492 * dwarf2read.c (setup_type_unit_groups)
3493 (lnp_state_machine::handle_set_file, dwarf_record_line_p)
3494 (lnp_state_machine::record_line, dwarf_decode_lines): Update.
3495 * dbxread.c (process_one_symbol): Update.
3496 * coffread.c (coff_symtab_read, enter_linenos)
3497 (process_coff_symbol): Update.
3498 * buildsym.h (current_subfile): Don't declare.
3499 (get_current_subfile): Declare.
3500 * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
3501 member.
3502 (start_subfile, free_buildsym_compunit, push_subfile)
3503 (prepare_for_building, start_symtab): Update.
3504 (get_current_subfile): New function.
3505
a60f3166
TT
35062018-07-20 Tom Tromey <tom@tromey.com>
3507
3508 * coffread.c (coff_symtab_read): Update.
3509 * xcoffread.c (read_xcoff_symtab): Update.
3510 * dwarf2read.c (new_symbol): Update.
3511 (read_func_scope, read_lexical_block_scope): Update.
3512 * dbxread.c (process_one_symbol): Update.
3513 * buildsym.h (context_stack, context_stack_depth): Don't declare.
3514 (outermost_context_p): Remove macro.
3515 (outermost_context_p, get_current_context_stack)
3516 (get_context_stack_depth): Declare.
3517 (pop_context): Return struct context_stack.
3518 * buildsym.c (struct buildsym_compunit) <m_context_stack: New
3519 member.
3520 (context_stack_size): Remove.
3521 (INITIAL_CONTEXT_STACK_SIZE): Remove.
3522 (prepare_for_building, end_symtab_get_static_block)
3523 (augment_type_symtab, push_context): Update.
3524 (pop_context): Return struct context_stack.
3525 (outermost_context_p, get_current_context_stack)
3526 (get_context_stack_depth): New functions.
3527 (buildsym_init): Update.
3528
56ba65a0
TT
35292018-07-20 Tom Tromey <tom@tromey.com>
3530
3531 * rust-exp.y: Now a pure parser. Update all rules.
3532 (%union): Move earlier.
3533 (current_parser, work_obstack): Remove globals.
3534 (rust_parser, ~rust_parser): Update.
3535 (class rust_parser) <copy_name, concat3, crate_name, super_name,
3536 lex_character, lex_number, lex_string, lex_identifier,
3537 rust_lookup_type, convert_params_to_types, convert_ast_to_type,
3538 convert_name, convert_params_to_expression,
3539 convert_ast_to_expression, ast_basic_type, ast_operation,
3540 ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
3541 ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
3542 ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
3543 ast_array_type, ast_slice_type, ast_reference_type,
3544 ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
3545 (rust_parse): Update.
3546 (rustyyerror, rustyylex): Add parser parameter.
3547 (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
3548 (rust_lex_stringish_test, rust_lex_test_sequence)
3549 (rust_lex_test_trailing_dot, rust_lex_test_completion)
3550 (rust_lex_test_push_back, rust_lex_tests): Update.
3551
4c693332
PA
35522018-07-19 Pedro Alves <palves@redhat.com>
3553
3554 * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
3555 gdb::unique_xmalloc_ptr.
3556 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
3557 Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
3558 * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
3559 copy-initialization.
3560 * guile/scm-pretty-print.c (ppscm_print_children): Use
3561 gdb::unique_xmalloc_ptr instead of cleanups.
3562 (gdbscm_apply_val_pretty_printer): Remove cleanups.
3563 * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
3564 gdb::unique_xmalloc_ptr.
3565 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
3566 Adjust to use gdb::unique_xmalloc_ptr.
3567 * guile/scm-utils.c (extract_arg): Adjust.
3568 * guile/scm-value.c (gdbscm_value_field): Adjust to use
3569 gdb::unique_xmalloc_ptr instead of a cleanup.
3570
4581dc82
TT
35712018-07-19 Tom Tromey <tom@tromey.com>
3572
3573 * utils.c (do_value_free_to_mark)
3574 (make_cleanup_value_free_to_mark): Remove.
3575 * utils.h (make_cleanup_value_free_to_mark): Remove.
3576
43cc6c3a
PA
35772018-07-19 Pedro Alves <palves@redhat.com>
3578
3579 * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
3580 forwarding reference.
3581
3a5f2a48
PA
35822018-07-18 Pedro Alves <palves@redhat.com>
3583
3584 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
3585 gdbscm_wrap. Use gdb::unique_xmalloc_ptr<char> instead of a
3586 cleanup.
3587
557e56be
PA
35882018-07-18 Pedro Alves <palves@redhat.com>
3589
3590 * guile/guile-internal.h: Add comment about mixing GDB and Scheme
3591 exceptions.
3592 (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
3593 (gdbscm_wrap): New.
3594 * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
3595 directly instead of a cleanup.
3596 * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
3597 (vlscm_unop): ... this. Reimplement using gdbscm_wrap.
3598 (vlscm_binop_gdbthrow): New, factored out from ...
3599 (vlscm_binop): ... this. Reimplement using gdbscm_wrap.
3600 (vlscm_rich_compare): Use gdbscm_wrap.
3601 * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
3602 instead of a cleanup.
3603 (gdbscm_lookup_global_symbol): Use xfree directly instead of a
3604 cleanup.
3605 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
3606 Use xfree directly instead of a cleanup.
3607 * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
3608 Adjust to use gdbscm_wrap and scoped_value_mark.
3609 (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
3610 (gdbscm_value_address, gdbscm_value_dereference)
3611 (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
3612 scoped_value_mark.
3613 (gdbscm_value_dynamic_type): Use scoped_value_mark.
3614 (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
3615 scoped_value_mark.
3616 (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
3617 gdbscm_wrap and scoped_value_mark.
3618 (gdbscm_value_to_string): Use xfree directly instead of a
3619 cleanup. Move 'buffer' unique_ptr to TRY scope.
3620 (gdbscm_value_to_lazy_string): Use xfree directly instead of a
3621 cleanup. Move 'buffer' unique_ptr to TRY scope. Use
3622 scoped_value_mark.
3623 (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
3624 (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
3625 scoped_value_mark.
3626 (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
3627 gdbscm_wrap.
3628
42dc7699
TV
36292018-07-18 Tom de Vries <tdevries@suse.de>
3630
3631 * findvar.c (default_read_var_value): Also resolve dynamic type for
3632 LOC_OPTIMIZED_OUT vars.
3633
6592ceed
MR
36342018-07-18 Maciej W. Rozycki <macro@mips.com>
3635
3636 * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
3637 decoding.
3638
c6c6149a
TT
36392018-07-17 Tom Tromey <tom@tromey.com>
3640
3641 * guile/scm-param.c (pascm_set_func, pascm_show_func)
3642 (compute_enum_list, pascm_set_param_value_x)
3643 (gdbscm_parameter_value): Update.
3644 * guile/guile-internal.h (gdbscm_scm_to_string): Update.
3645 (gdbscm_scm_to_host_string): Update.
3646 * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
3647 Update.
3648 * guile/scm-cmd.c (cmdscm_add_completion): Update.
3649 * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
3650 * guile/scm-string.c (gdbscm_scm_to_string): Return
3651 unique_xmalloc_ptr.
3652 (gdbscm_scm_to_host_string): Likewise.
3653
a1a31cb8
TT
36542018-07-17 Tom Tromey <tom@tromey.com>
3655
3656 * guile/guile.c (gdbscm_eval_from_control_command): Update.
3657 * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
3658 * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
3659 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
3660 unique_xmalloc_ptr.
3661
15bf3002
TT
36622018-07-17 Tom Tromey <tom@tromey.com>
3663
3664 * guile/scm-param.c (pascm_signal_setshow_error): Update.
3665 * guile/guile-internal.h (gdbscm_exception_message_to_string):
3666 Update.
3667 * guile/scm-cmd.c (cmdscm_function): Update.
3668 * guile/scm-pretty-print.c
3669 (ppscm_print_exception_unless_memory_error): Update.
3670 * guile/scm-exception.c (gdbscm_exception_message_to_string):
3671 Return unique_xmalloc_ptr.
3672
7eb1a66c
TT
36732018-07-17 Tom Tromey <tom@tromey.com>
3674
3675 * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
3676 Use string_printf.
3677
ce73f310
JW
36782018-07-17 Jim Wilson <jimw@sifive.com>
3679
27724bad
JW
3680 * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
3681 set_gdbarch_decr_pc_after_break. Call riscv_read_misa_reg always.
3682 (riscv_gdbarch_init): Delete local has_compressed_isa. Delete now
3683 unecessary braces after EF_RISCV_RVC test. Delete call to
3684 set_gdbarch_decr_pc_after_break.
3685
ce73f310
JW
3686 * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
3687 RISCV_LAST_FP_REGNUM + 1.
3688 (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
3689
056dec39
TT
36902018-07-17 Tom Tromey <tom@tromey.com>
3691
3692 * configure.ac: Remove --disable-gdbcli.
3693 * configure: Rebuild.
3694 * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
3695 (SUBDIR_CLI_CFLAGS): Remove.
3696 (SFILES): Use SUBDIR_CLI_SRCS.
3697 (COMMON_OBS): Use SUBDIR_CLI_OBS.
3698
4735f0ed
TT
36992018-07-17 Tom Tromey <tom@tromey.com>
3700
3701 PR gdb/18624:
3702 * coffread.c (coff_symtab_read): Use scoped_free_pendings.
3703
117a0e99
JW
37042018-07-16 Jim Wilson <jimw@sifive.com>
3705
3706 * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
3707
8a67aaa8
SM
37082018-07-16 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
3711 variable.
3712 (libunwind_frame_sniffer): Likewise.
3713 (libunwind_frame_prev_register): Likewise.
3714 (libunwind_sigtramp_frame_sniffer): Likewise.
3715 * ia64-tdep.c (ia64_access_reg): Likewise.
3716 (ia64_access_rse_reg): Likewise.
3717 (ia64_libunwind_sigtramp_frame_this_id): Likewise.
3718 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
3719
ec74dcd8
SM
37202018-07-16 Simon Marchi <simon.marchi@ericsson.com>
3721
3722 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
3723
a700e753
SM
37242018-07-16 Simon Marchi <simon.marchi@ericsson.com>
3725
3726 * remote-sim.c (gdbsim_target::close,
3727 gdbsim_target::mourn_inferior): Remove unused variables.
3728
8b411ff8
SM
37292018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
3730
3731 * ia64-tdep.c (ktab_buf): New global.
3732 (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
3733 (get_kernel_table): Adjust.
3734
edb0470b
TT
37352018-07-16 Tom Tromey <tom@tromey.com>
3736
3737 * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
3738 * dwarf2read.c (using_directives, new_symbol): Use
3739 outermost_context_p.
3740 * dbxread.c (process_one_symbol): Use outermost_context_p.
3741 * coffread.c (coff_symtab_read): Use outermost_context_p.
3742
6cccc9a8
TT
37432018-07-16 Tom Tromey <tom@tromey.com>
3744
3745 * dwarf2read.c (using_directives, read_func_scope)
3746 (read_lexical_block_scope): Update.
3747 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
3748 * buildsym.h (local_using_directives, global_using_directives):
3749 Don't declare.
3750 (get_local_using_directives, set_local_using_directives)
3751 (get_global_using_directives): Declare.
3752 * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
3753 m_global_using_directives>: New members.
3754 (finish_block_internal, prepare_for_building)
3755 (reset_symtab_globals, end_symtab_get_static_block)
3756 (push_context): Update.
3757 (get_local_using_directives, set_local_using_directives)
3758 (get_global_using_directives): New functions.
3759 (buildsym_init): Update.
3760
652788a7
TT
37612018-07-16 Tom Tromey <tom@tromey.com>
3762
3763 * xcoffread.c (xcoff_initial_scan): Don't call
3764 free_pending_blocks.
3765 * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
3766 * buildsym.h (class scoped_free_pendings): Add constructor.
3767 (free_pending_blocks): Don't declare.
3768 * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
3769 (free_pending_blocks): Now static.
3770
8419ee53
TT
37712018-07-16 Tom Tromey <tom@tromey.com>
3772
3773 * buildsym.h (push_subfile, pop_subfile): Update declarations.
3774 * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
3775 member.
3776 (struct subfile_stack): Remove.
3777 (subfile_stack): Remove.
3778 (push_subfile, pop_subfile, buildsym_init): Update.
3779
ccdac490
TT
37802018-07-16 Tom Tromey <tom@tromey.com>
3781
3782 * buildsym.c (push_subfile): Use gdb_assert.
3783 (pop_subfile): Use gdb_assert.
3784
43130d6f
TT
37852018-07-16 Tom Tromey <tom@tromey.com>
3786
3787 * buildsym.h (merge_symbol_lists): Remove.
3788 * buildsym.c (merge_symbol_lists): Remove.
3789
77d6f1aa
TT
37902018-07-16 Tom Tromey <tom@tromey.com>
3791
3792 * stabsread.c (scan_file_globals): Update comment.
3793 * stabsread.h (scan_file_globals): Move from buildsym.h.
3794 * buildsym.h (scan_file_globals): Move to stabsread.h.
3795
2c722d18
TT
37962018-07-16 Tom Tromey <tom@tromey.com>
3797
3798 * xcoffread.c (xcoff_new_init): Update.
3799 * mipsread.c (mipscoff_new_init): Update.
3800 * mdebugread.c (mdebug_build_psymtabs): Update.
3801 * elfread.c (elf_new_init): Update.
3802 * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
3803 (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
3804 * buildsym.h (buildsym_new_init): Don't declare.
3805 * buildsym.c (buildsym_new_init): Remove.
3806
5985ac61
TT
38072018-07-16 Tom Tromey <tom@tromey.com>
3808
3809 * stabsread.h (within_function): Move from buildsym.h.
3810 * stabsread.c (start_stabs): Clear within_function.
3811 * coffread.c (coff_start_symtab): Clear within_function.
3812 * buildsym.h (within_function): Move to stabsread.h.
3813 * buildsym.c (prepare_for_building): Update.
3814
6b84eeb2
TT
38152018-07-16 Tom Tromey <tom@tromey.com>
3816
3817 * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
3818 * dwarf2read.c (dwarf2_start_symtab): Don't set
3819 processing_gcc_compilation.
3820 * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
3821
2150c3ef
TT
38222018-07-16 Tom Tromey <tom@tromey.com>
3823
3824 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
3825 (next_symbol_text_func): Move from buildsym.h.
3826 * stabsread.c (hashname): Move from buildsym.c.
3827 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
3828 (next_symbol_text_func, hashname): Move to stabsread.h.
3829 * buildsym.c: Don't include bcache.h
3830 (hashname): Move to stasbread.c.
3831
0ec44fc0
TT
38322018-07-16 Tom Tromey <tom@tromey.com>
3833
3834 * buildsym.h (context_stack_size): Don't declare.
3835 * buildsym.c (context_stack_size): New global.
3836
81cc346d
TT
38372018-07-16 Tom Tromey <tom@tromey.com>
3838
3839 * dbxread.c (processing_acc_compilation): New global.
3840 * buildsym.h (processing_acc_compilation): Don't declare.
3841
2c99ee5c
TT
38422018-07-16 Tom Tromey <tom@tromey.com>
3843
3844 * xcoffread.c (aix_process_linenos, complete_symtab): Update.
3845 * dbxread.c (read_ofile_symtab): Update.
3846 * coffread.c (coff_start_symtab, coff_end_symtab): Update.
3847 * buildsym.h (last_source_start_addr): Remove.
3848 (set_last_source_start_addr, get_last_source_start_addr):
3849 Declare.
3850 * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
3851 parameter.
3852 (struct buildsym_compunit) <m_last_source_start_addr>: New
3853 member.
3854 (prepare_for_building): Remove start_addr parameter.
3855 (start_symtab, restart_symtab, end_symtab_get_static_block)
3856 (end_symtab_with_blockvector): Update.
3857 (set_last_source_start_addr, get_last_source_start_addr): New
3858 functions.
3859
530fedbc
TT
38602018-07-16 Tom Tromey <tom@tromey.com>
3861
3862 * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
3863 member.
3864 (have_line_numbers): Remove.
3865 (record_line, prepare_for_building, end_symtab_get_static_block)
3866 (augment_type_symtab): Update.
3867
6a976300
TT
38682018-07-16 Tom Tromey <tom@tromey.com>
3869
3870 * buildsym.c (~buildsym_compunit): Free the macro table.
3871 (struct buildsym_compunit) <get_macro_table, release_macros>: New
3872 methods.
3873 <m_pending_macros>: New member.
3874 (pending_macros): Remove.
3875 (~scoped_free_pendings, get_macro_table, prepare_for_building)
3876 (reset_symtab_globals, end_symtab_get_static_block)
3877 (end_symtab_with_blockvector, augment_type_symtab)
3878 (buildsym_init): Update.
3879
c0015d44
TT
38802018-07-16 Tom Tromey <tom@tromey.com>
3881
3882 * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
3883 parameter.
3884 (buildsym_compunit::set_last_source_file): New method.
3885 <m_last_source_file>: New member.
3886 (prepare_for_building): Remove "name" parameter.
3887 (start_symtab, restart_symtab, reset_symtab_globals): Update.
3888 (last_source_file): Remove.
3889 (set_last_source_file, get_last_source_file): Update.
3890
e62cca7c
TT
38912018-07-16 Tom Tromey <tom@tromey.com>
3892
3893 * buildsym.c (prepare_for_building): Add assert.
3894
905eb0e2
TT
38952018-07-16 Tom Tromey <tom@tromey.com>
3896
3897 * buildsym.c (~buildsym_compunit): Update.
3898 (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
3899 (start_subfile, patch_subfile_names)
3900 (end_symtab_with_blockvector): Update.
3901
b248663f
TT
39022018-07-16 Tom Tromey <tom@tromey.com>
3903
3904 * buildsym.c (struct buildsym_compunit): Add constructor,
3905 destructor, initializers.
3906 (start_buildsym_compunit): Remove.
3907 (free_buildsym_compunit): Use "delete".
3908 (start_symtab, restart_symtab): Use "new".
3909
ff27d073
SM
39102018-07-13 Simon Marchi <simon.marchi@polymtl.ca>
3911
3912 * symfile.c (set_objfile_default_section_offset): Remove struct
3913 keyword.
3914
6a15ecf5
SH
39152018-07-14 Stafford Horne <shorne@gmail.com>
3916
3917 * (Responsible Maintainers): Add myself as or1k maintainer.
3918
027a4c30
TT
39192018-07-13 Tom Tromey <tom@tromey.com>
3920
3921 * symfile.c (set_objfile_default_section_offset): Use extra braces
3922 around initializer.
3923
5c1eda30
AA
39242018-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3925
3926 * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
3927 non-branching basr.
3928
bc7b042b
PW
39292018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3930
3931 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3932 unittests/cli-utils-selftests.c
3933 * unittests/cli-utils-selftests.c: New file.
3934
a14c4daa
PW
39352018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3936
3937 * NEWS: Mention new commands. Mention change to 'thread apply'.
3938
1fe75df7
PW
39392018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3940
3941 * thread.c (thr_try_catch_cmd): New function.
3942 (thread_apply_all_command): Handle qcs flags.
3943 (thread_apply_command): Handle qcs flags.
3944 (taas_command): New function.
3945 (tfaas_command): New function.
3946 (_initialize_thread): Update to setup the new commands 'taas
3947 and 'tfaas'. Change doc string for 'thread apply'.
3948
6a70eb7d
PW
39492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3950
3951 * stack.c: (trailing_outermost_frame): New function, mostly
3952 extracted from backtrace_command_1.
3953 (leading_innermost_frame): New function.
3954 (backtrace_command_1): Update to call trailing_outermost_frame.
3955 (frame_apply_command_count): New function.
3956 (frame_apply_level_command): New function.
3957 (frame_apply_all_command): New function.
3958 (frame_apply_command): New function.
3959 (faas_command): New function.
3960 (frame_cmd_list): New variable.
3961 (_initialize_stack): Update to setup the new commands 'frame apply'
3962 and 'faas'.
3963
529c08b2
PW
39642018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3965
3966 * cli-utils.c (number_or_range_parser::get_number): Only handle
3967 numbers or convenience var as numbers.
3968 (parse_flags): New function.
3969 (parse_flags_qcs): New function.
3970 (number_or_range_parser::finished): Ensure parsing end is detected
3971 before end of string.
3972 * cli-utils.h (parse_flags): New function.
3973 (parse_flags_qcs): New function.
3974 (number_or_range_parser): Remove m_finished bool.
3975 (number_or_range_parser::skip_range): Set m_in_range to false.
3976
64b58472
SDJ
39772018-07-12 Sergio Durigan Junior <sergiodj@redhat.com>
3978
3979 * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
3980 on Windows.
3981
c7ab0aef
SDJ
39822018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3983 Jan Kratochvil <jan.kratochvil@redhat.com>
3984 Paul Fertser <fercerpav@gmail.com>
3985 Tsutomu Seki <sekiriki@gmail.com>
3986 Pedro Alves <palves@redhat.com>
3987
3988 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3989 'unittests/parse-connection-spec-selftests.c'.
3990 (COMMON_SFILES): Add 'common/netstuff.c'.
3991 (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
3992 * NEWS (Changes since GDB 8.2): Mention IPv6 support.
3993 * common/netstuff.c: New file.
3994 * common/netstuff.h: New file.
3995 * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
3996 (wait_for_connect): Update comment. New parameter
3997 'gdb::optional<int> sock' instead of 'struct serial *scb'.
3998 Use 'sock' directly instead of 'scb->fd'.
3999 (try_connect): New function, with code from 'net_open'.
4000 (net_open): Rewrite main loop to deal with multiple
4001 sockets/addresses. Handle IPv6-style hostnames; implement
4002 support for IPv6 connections.
4003 * unittests/parse-connection-spec-selftests.c: New file.
4004
4c7333b3
PA
40052018-07-11 Pedro Alves <palves@redhat.com>
4006
4007 PR gdb/23377
4008 * remote.c (remote_target::remote_detach_pid): Call
4009 set_current_process.
4010
a6f88f6e
PA
40112018-07-11 Pedro Alves <palves@redhat.com>
4012
4013 * h8300-tdep.c (h8300_gdbarch_init): Remove
4014 set_gdbarch_ecoff_reg_to_regnum calls.
4015
16ff70dd
SDJ
40162018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4017
4018 PR c++/23373
4019 * c-typeprint.c (c_type_print_base_struct_union): Don't print
4020 offsets/sizes for static members of a class/struct.
4021
12863263
AH
40222018-07-11 Alan Hayward <alan.hayward@arm.com>
4023
4024 * target-descriptions.c (tdesc_register_bitsize): Rename.
4025 * target-descriptions.h (tdesc_register_bitsize): Likewise.
4026 * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
4027 * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
4028
1123588c
TT
40292018-07-10 Tom Tromey <tom@tromey.com>
4030
4031 * breakpoint.c (moribund_locations): Now static and a
4032 std::vector.
4033 (breakpoint_init_inferior, moribund_breakpoint_here_p)
4034 (build_bpstat_chain, update_global_location_list)
4035 (breakpoint_retire_moribund): Update.
4036 * breakpoint.h (bp_location_p): Remove typedef. Don't declare
4037 VEC.
4038
8c49aa89
AB
40392018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * riscv-tdep.c (riscv_is_fp_regno_p): New function.
4042 (riscv_register_reggroup_p): Use new function, remove unneeded
4043 parenthesis.
4044 (riscv_push_dummy_call): Extend assert to compare against xlen or
4045 flen based on register type.
4046
42ecac17
AB
40472018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4048
4049 * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
4050
055303e2
AB
40512018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * remote.c (show_hardware_watchpoint_limit): New function.
4054 (show_hardware_watchpoint_length_limit): New function.
4055 (show_hardware_breakpoint_limit): New function.
4056 (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
4057 where appropriate, update help text.
4058
8fd32c1c
TT
40592018-07-09 Tom Tromey <tom@tromey.com>
4060
4061 * Makefile.in (CDEPS): Don't mention XM_CDEPS.
4062 (CLIBS): Don't mention NAT_CLIBS.
4063
31278b51
TT
40642018-07-09 Tom Tromey <tom@tromey.com>
4065
4066 * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
4067 (LIBGDB_OBS, clean mostlyclean): Update.
4068 (gdb$(EXEEXT), insight$(EXEEXT)): Update.
4069
e5fd1493
TT
40702018-07-09 Tom Tromey <tom@tromey.com>
4071
4072 * Makefile.in (%.c: %.y): Use ECHO_YACC.
4073 (%.c: %.l): Use ECHO_LEX. Just fail if flex not available.
4074 * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
4075
981e0c0c
TT
40762018-07-09 Tom Tromey <tom@tromey.com>
4077
4078 * Makefile.in (ALLDEPFILES): Remove exec.c.
4079 (COMMON_OBS): Remove exec.o.
4080 (COMMON_SFILES): Add exec.c.
4081
14ccceb2
TT
40822018-07-09 Tom Tromey <tom@tromey.com>
4083
4084 * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
4085
5d3c3a68
TT
40862018-07-09 Tom Tromey <tom@tromey.com>
4087
4088 * Makefile.in (clean mostlyclean): Remove stamp-version.
4089 (version.c): Depend on stamp-version.
4090 (stamp-version): New rule, from version.c rule.
4091
1998086d
TT
40922018-07-09 Tom Tromey <tom@tromey.com>
4093
4094 * Makefile.in (init.c): Depend on stamp-init.
4095 (stamp-init): New rule, from init.c rule.
4096 (clean mostlyclean): Remove stamp-init.
4097
4c754949
TT
40982018-07-09 Tom Tromey <tom@tromey.com>
4099
4100 * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
4101 SUBDIR_GCC_COMPILE_SRCS.
4102
6497f1dd
TT
41032018-07-09 Tom Tromey <tom@tromey.com>
4104
4105 * Makefile.in (init.c): Remove some unused sed rules.
4106
97a34db9
TT
41072018-07-09 Tom Tromey <tom@tromey.com>
4108
4109 * Makefile.in (TSOBS): Remove.
4110 (INIT_FILES): Update.
4111 (LIBGDB_OBS): Update.
4112 (COMMON_SFILES): Add inflow.c.
4113 (SFILES): Remove inflow.c.
4114
25289ac1
JK
41152018-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * contrib/gdb-add-index.sh ($dwarf5): New, use it.
4118
e83f4d97
SM
41192018-07-07 Simon Marchi <simon.marchi@polymtl.ca>
4120
4869c585
SM
4121 * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
4122 get_saveloc_name, is_signal_frame_name, step_name,
4123 init_remote_name, create_addr_space_name,
4124 destroy_addr_space_name, search_unwind_table_name,
4125 find_dyn_list_name): Constify.
e83f4d97 4126
6821842f
SM
41272018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
4128
4129 * darwin-nat.c (darwin_pthread_kill): New function.
4130 (darwin_resume_thread): Use darwin_pthread_kill.
4131
c530603c
TV
41322018-07-05 Tom de Vries <tdevries@suse.de>
4133
4134 * macroexp.c (macro_buffer) <operator=>: New member function.
4135
a7d0f0f0
TT
41362018-07-04 Tom Tromey <tom@tromey.com>
4137
4138 * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
4139
6242c6a6
SM
41402018-07-04 Simon Marchi <simon.marchi@polymtl.ca>
4141
4142 * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
4143 * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
4144 * maint.c: Likewise.
4145 * top.c: Likewise.
4146
4e5b2f89
JB
41472018-07-04 Joel Brobecker <brobecker@adacore.com>
4148
4149 * NEWS: Create a new section for the next release branch.
4150 Rename the section of the current branch, now that it has
4151 been cut.
4152
538ccc4a
JB
41532018-07-04 Joel Brobecker <brobecker@adacore.com>
4154
4155 GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
4156 * version.in: Bump version to 8.2.50.DATE-git.
4157
1b919490
VB
41582018-07-04 Vyacheslav Barinov <v.barinov@samsung.com>
4159 Pedro Alves <palves@redhat.com>
4160
4161 * linux-nat.c (linux_init_ptrace): Rename to ...
4162 (linux_init_ptrace_procfs): ... this. Call
4163 linux_proc_init_warnings.
4164 (linux_nat_target::post_attach)
4165 (linux_nat_target::post_startup_inferior): Adjust.
4166 * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
4167 * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
4168
1ea5da02
TV
41692018-07-04 Tom de Vries <tdevries@suse.de>
4170
4171 * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
4172 check ...
4173 (read_comp_unit_head): ... here.
4174
f51e0e20
TT
41752018-07-03 Tom Tromey <tom@tromey.com>
4176
4177 * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
4178 (stop_tracing, tstatus_command)
4179 (find_matching_tracepoint_location, merge_uploaded_tracepoints)
4180 (print_one_static_tracepoint_marker): Update.
4181 * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
4182 std::vector.
4183 * breakpoint.h (breakpoint_p): Remove typedef. Don't declare
4184 VEC.
4185 (all_tracepoints, static_tracepoints_here): Return std::vector.
4186
d7e15655
TT
41872018-07-03 Tom Tromey <tom@tromey.com>
4188
4189 * common/ptid.c (ptid_equal): Remove.
4190 * common/ptid.h (ptid_equal): Don't declare.
4191 * ada-tasks.c: Update.
4192 * breakpoint.c: Update.
4193 * common/agent.c: Update.
4194 * corelow.c: Update.
4195 * darwin-nat-info.c: Update.
4196 * darwin-nat.c: Update.
4197 * dcache.c: Update.
4198 * dtrace-probe.c: Update.
4199 * dummy-frame.c: Update.
4200 * fbsd-nat.c: Update.
4201 * frame.c: Update.
4202 * gdbthread.h: Update.
4203 * gnu-nat.c: Update.
4204 * go32-nat.c: Update.
4205 * inf-loop.c: Update.
4206 * inf-ptrace.c: Update.
4207 * infcall.c: Update.
4208 * infcmd.c: Update.
4209 * inflow.c: Update.
4210 * infrun.c: Update.
4211 * linux-fork.c: Update.
4212 * linux-nat.c: Update.
4213 * linux-thread-db.c: Update.
4214 * mi/mi-cmd-var.c: Update.
4215 * mi/mi-interp.c: Update.
4216 * mi/mi-main.c: Update.
4217 * nto-procfs.c: Update.
4218 * ppc-linux-tdep.c: Update.
4219 * procfs.c: Update.
4220 * python/py-inferior.c: Update.
4221 * python/py-record-btrace.c: Update.
4222 * python/py-record.c: Update.
4223 * ravenscar-thread.c: Update.
4224 * regcache.c: Update.
4225 * remote-sim.c: Update.
4226 * remote.c: Update.
4227 * sol-thread.c: Update.
4228 * solib.c: Update.
4229 * target.c: Update.
4230 * tui/tui-stack.c: Update.
4231 * varobj.c: Update.
4232 * windows-nat.c: Update.
4233 * windows-tdep.c: Update.
4234
26a57c92
TT
42352018-07-03 Tom Tromey <tom@tromey.com>
4236
4237 * common/ptid.c (ptid_match): Remove.
4238 * common/ptid.h (ptid_match): Don't declare.
4239 * fbsd-nat.c: Update.
4240 * infcmd.c: Update.
4241 * infrun.c: Update.
4242 * linux-nat.c: Update.
4243 * record-btrace.c: Update.
4244 * regcache.c: Update.
4245 * remote.c: Update.
4246
d2a107e3
TT
42472018-07-03 Tom Tromey <tom@tromey.com>
4248
4249 * common/ptid.c (ptid_tid_p): Remove.
4250 * common/ptid.h (ptid_tid_p): Don't declare.
4251 * sol-thread.c: Update.
4252
15a9e13e
TT
42532018-07-03 Tom Tromey <tom@tromey.com>
4254
4255 * common/ptid.c (ptid_lwp_p): Remove.
4256 * common/ptid.h (ptid_lwp_p): Don't declare.
4257 * fbsd-nat.c: Update.
4258 * linux-nat.c: Update.
4259 * nat/linux-procfs.c: Update.
4260 * nat/x86-linux-dregs.c: Update.
4261 * sol-thread.c: Update.
4262
0e998d96
TT
42632018-07-03 Tom Tromey <tom@tromey.com>
4264
4265 * common/ptid.c (ptid_is_pid): Remove.
4266 * common/ptid.h (ptid_is_pid): Don't declare.
4267 * infrun.c: Update.
4268 * linux-nat.c: Update.
4269 * mi/mi-interp.c: Update.
4270 * remote.c: Update.
4271 * thread.c: Update.
4272
cc6bcb54
TT
42732018-07-03 Tom Tromey <tom@tromey.com>
4274
4275 * common/ptid.c (ptid_get_tid): Remove.
4276 * common/ptid.h (ptid_get_tid): Don't declare.
4277 * ada-tasks.c: Update.
4278 * aix-thread.c: Update.
4279 * bsd-uthread.c: Update.
4280 * darwin-nat.c: Update.
4281 * fbsd-nat.c: Update.
4282 * i386-darwin-nat.c: Update.
4283 * infrun.c: Update.
4284 * linux-tdep.c: Update.
4285 * nto-procfs.c: Update.
4286 * ppc-ravenscar-thread.c: Update.
4287 * python/py-infthread.c: Update.
4288 * ravenscar-thread.c: Update.
4289 * sol-thread.c: Update.
4290 * sparc-ravenscar-thread.c: Update.
4291 * windows-nat.c: Update.
4292
e38504b3
TT
42932018-07-03 Tom Tromey <tom@tromey.com>
4294
4295 * common/ptid.c (ptid_get_lwp): Remove.
4296 * common/ptid.h (ptid_get_lwp): Don't declare.
4297 * aarch64-linux-nat.c: Update.
4298 * ada-tasks.c: Update.
4299 * aix-thread.c: Update.
4300 * amd64-linux-nat.c: Update.
4301 * arm-linux-nat.c: Update.
4302 * corelow.c: Update.
4303 * fbsd-nat.c: Update.
4304 * fbsd-tdep.c: Update.
4305 * gnu-nat.c: Update.
4306 * i386-cygwin-tdep.c: Update.
4307 * i386-gnu-nat.c: Update.
4308 * i386-linux-nat.c: Update.
4309 * ia64-linux-nat.c: Update.
4310 * inf-ptrace.c: Update.
4311 * infrun.c: Update.
4312 * linux-fork.c: Update.
4313 * linux-nat.c: Update.
4314 * linux-tdep.c: Update.
4315 * linux-thread-db.c: Update.
4316 * mips-linux-nat.c: Update.
4317 * nat/aarch64-linux-hw-point.c: Update.
4318 * nat/aarch64-linux.c: Update.
4319 * nat/linux-btrace.c: Update.
4320 * nat/linux-osdata.c: Update.
4321 * nat/linux-procfs.c: Update.
4322 * nat/x86-linux-dregs.c: Update.
4323 * obsd-nat.c: Update.
4324 * ppc-fbsd-nat.c: Update.
4325 * ppc-linux-nat.c: Update.
4326 * procfs.c: Update.
4327 * python/py-infthread.c: Update.
4328 * ravenscar-thread.c: Update.
4329 * remote.c: Update.
4330 * s390-linux-nat.c: Update.
4331 * sol-thread.c: Update.
4332 * sol2-tdep.c: Update.
4333 * spu-linux-nat.c: Update.
4334 * x86-linux-nat.c: Update.
4335 * xtensa-linux-nat.c: Update.
4336
e99b03dc
TT
43372018-07-03 Tom Tromey <tom@tromey.com>
4338
4339 * common/ptid.c (ptid_get_pid): Remove.
4340 * common/ptid.h (ptid_get_pid): Don't declare.
4341 * aarch64-linux-nat.c: Update.
4342 * ada-lang.c: Update.
4343 * aix-thread.c: Update.
4344 * alpha-bsd-nat.c: Update.
4345 * amd64-fbsd-nat.c: Update.
4346 * amd64-linux-nat.c: Update.
4347 * arm-linux-nat.c: Update.
4348 * arm-nbsd-nat.c: Update.
4349 * auxv.c: Update.
4350 * break-catch-syscall.c: Update.
4351 * breakpoint.c: Update.
4352 * bsd-uthread.c: Update.
4353 * corelow.c: Update.
4354 * ctf.c: Update.
4355 * darwin-nat.c: Update.
4356 * fbsd-nat.c: Update.
4357 * fbsd-tdep.c: Update.
4358 * gcore.c: Update.
4359 * gnu-nat.c: Update.
4360 * hppa-nbsd-nat.c: Update.
4361 * hppa-obsd-nat.c: Update.
4362 * i386-fbsd-nat.c: Update.
4363 * ia64-linux-nat.c: Update.
4364 * inf-ptrace.c: Update.
4365 * infcmd.c: Update.
4366 * inferior.c: Update.
4367 * inferior.h: Update.
4368 * inflow.c: Update.
4369 * infrun.c: Update.
4370 * linux-fork.c: Update.
4371 * linux-nat.c: Update.
4372 * linux-tdep.c: Update.
4373 * linux-thread-db.c: Update.
4374 * m68k-bsd-nat.c: Update.
4375 * mi/mi-interp.c: Update.
4376 * mi/mi-main.c: Update.
4377 * mips-linux-nat.c: Update.
4378 * mips-nbsd-nat.c: Update.
4379 * mips64-obsd-nat.c: Update.
4380 * nat/aarch64-linux-hw-point.c: Update.
4381 * nat/aarch64-linux.c: Update.
4382 * nat/linux-btrace.c: Update.
4383 * nat/linux-osdata.c: Update.
4384 * nat/linux-procfs.c: Update.
4385 * nat/x86-linux-dregs.c: Update.
4386 * nto-procfs.c: Update.
4387 * obsd-nat.c: Update.
4388 * ppc-linux-nat.c: Update.
4389 * ppc-nbsd-nat.c: Update.
4390 * ppc-obsd-nat.c: Update.
4391 * proc-service.c: Update.
4392 * procfs.c: Update.
4393 * python/py-inferior.c: Update.
4394 * python/py-infthread.c: Update.
4395 * ravenscar-thread.c: Update.
4396 * record.c: Update.
4397 * remote-sim.c: Update.
4398 * remote.c: Update.
4399 * rs6000-nat.c: Update.
4400 * s390-linux-nat.c: Update.
4401 * sh-nbsd-nat.c: Update.
4402 * sol-thread.c: Update.
4403 * sparc-nat.c: Update.
4404 * sparc64-tdep.c: Update.
4405 * spu-linux-nat.c: Update.
4406 * spu-tdep.c: Update.
4407 * target-debug.h: Update.
4408 * target.c: Update.
4409 * thread.c: Update.
4410 * tid-parse.c: Update.
4411 * tracefile-tfile.c: Update.
4412 * vax-bsd-nat.c: Update.
4413 * windows-nat.c: Update.
4414 * x86-linux-nat.c: Update.
4415 * x86-nat.c: Update.
4416
f2907e49
TT
44172018-07-03 Tom Tromey <tom@tromey.com>
4418
4419 * common/ptid.c (pid_to_ptid): Remove.
4420 * common/ptid.h (pid_to_ptid): Don't declare.
4421 * aix-thread.c: Update.
4422 * arm-linux-nat.c: Update.
4423 * common/ptid.c: Update.
4424 * common/ptid.h: Update.
4425 * corelow.c: Update.
4426 * ctf.c: Update.
4427 * darwin-nat.c: Update.
4428 * fbsd-nat.c: Update.
4429 * fork-child.c: Update.
4430 * gnu-nat.c: Update.
4431 * go32-nat.c: Update.
4432 * inf-ptrace.c: Update.
4433 * infcmd.c: Update.
4434 * inferior.c: Update.
4435 * infrun.c: Update.
4436 * linux-fork.c: Update.
4437 * linux-nat.c: Update.
4438 * nat/aarch64-linux-hw-point.c: Update.
4439 * nat/fork-inferior.c: Update.
4440 * nat/x86-linux-dregs.c: Update.
4441 * nto-procfs.c: Update.
4442 * obsd-nat.c: Update.
4443 * procfs.c: Update.
4444 * progspace.c: Update.
4445 * remote.c: Update.
4446 * rs6000-nat.c: Update.
4447 * s390-linux-nat.c: Update.
4448 * sol-thread.c: Update.
4449 * spu-linux-nat.c: Update.
4450 * target.c: Update.
4451 * top.c: Update.
4452 * tracefile-tfile.c: Update.
4453 * windows-nat.c: Update.
4454
fd79271b
TT
44552018-07-03 Tom Tromey <tom@tromey.com>
4456
4457 * common/ptid.h (ptid_build): Don't declare.
4458 * common/ptid.c (ptid_build): Remove.
4459 * aix-thread.c: Update.
4460 * bsd-kvm.c: Update.
4461 * bsd-uthread.c: Update.
4462 * common/agent.c: Update.
4463 * common/ptid.c: Update.
4464 * common/ptid.h: Update.
4465 * corelow.c: Update.
4466 * darwin-nat.c: Update.
4467 * fbsd-nat.c: Update.
4468 * gnu-nat.c: Update.
4469 * linux-fork.c: Update.
4470 * linux-nat.c: Update.
4471 * linux-thread-db.c: Update.
4472 * nat/linux-osdata.c: Update.
4473 * nat/linux-procfs.c: Update.
4474 * nto-procfs.c: Update.
4475 * obsd-nat.c: Update.
4476 * proc-service.c: Update.
4477 * procfs.c: Update.
4478 * ravenscar-thread.c: Update.
4479 * remote-sim.c: Update.
4480 * remote.c: Update.
4481 * sol-thread.c: Update.
4482 * target.c: Update.
4483 * windows-nat.c: Update.
4484
057302ce
TT
44852018-07-03 Tom Tromey <tom@tromey.com>
4486
4487 * infrun.c (follow_exec): Use exit_inferior_silent.
4488 * inferior.c (exit_inferior_num_silent): Remove.
4489 * inferior.h (exit_inferior_num_silent): Don't declare.
4490
a50c11c6
TT
44912018-07-03 Tom Tromey <tom@tromey.com>
4492
4493 PR cli/23340:
4494 * darwin-nat.c (darwin_attach_pid): Reset inferior and
4495 inferior_ptid on error.
4496
471b9d15
MR
44972018-07-02 Maciej W. Rozycki <macro@mips.com>
4498 Simon Marchi <simon.marchi@polymtl.ca>
4499
4500 PR tdep/8282
4501 * disasm.h (gdb_disassembler): Add
4502 `m_disassembler_options_holder'. member
4503 * disasm.c (get_all_disassembler_options): New function.
4504 (gdb_disassembler::gdb_disassembler): Use it.
4505 (gdb_buffered_insn_length_init_dis): Likewise.
4506 (gdb_buffered_insn_length): Adjust accordingly.
4507 (set_disassembler_options): Handle options with arguments.
4508 (show_disassembler_options_sfunc): Likewise. Add a leading new
4509 line if showing options with descriptions.
4510 (disassembler_options_completer): Adapt to using the
4511 `disasm_options_and_args_t' structure.
4512 * mips-tdep.c (mips_disassembler_options): New variable.
4513 (mips_disassembler_options_o32): Likewise.
4514 (mips_disassembler_options_n32): Likewise.
4515 (mips_disassembler_options_n64): Likewise.
4516 (gdb_print_insn_mips): Don't set `disassembler_options'.
4517 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
4518 functions.
4519 (mips_gdbarch_init): Always set `gdbarch_print_insn' to
4520 `gdb_print_insn_mips'. Set `gdbarch_disassembler_options',
4521 `gdbarch_disassembler_options_implicit' and
4522 `gdbarch_valid_disassembler_options'.
4523 * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
4524 `disasm_options_and_args_t' structure.
4525 * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
4526 method.
4527 (valid_disassembler_options): Switch from `disasm_options_t' to
4528 the `disasm_options_and_args_t' structure.
4529 * NEWS: Document `set disassembler-options' support for the MIPS
4530 target.
4531 * gdbarch.h: Regenerate.
4532 * gdbarch.c: Regenerate.
4533
41823f29
SH
45342018-07-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
4535
4536 * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
4537
41206e32
JB
45382018-06-29 Joel Brobecker <brobecker@adacore.com>
4539
4540 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
4541 parameter in call to amd64_target_description.
4542 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
4543 * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
4544 (amd64fbsd_init_abi): Likewise.
4545 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
4546 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
4547 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
4548 * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
4549
de52b960
PA
45502018-06-29 Pedro Alves <palves@redhat.com>
4551
4552 * gdb/amd64-tdep.h (amd64_create_target_description): Add
4553 "segments" parameter.
4554 * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
4555 (_initialize_amd64_tdep): Update call to
4556 amd64_create_target_description.
4557 (amd64_target_description): Add "segments" parameter. Adjust
4558 the implementation to use it.
4559 * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
4560 call to amd64_create_target_description.
4561 * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
4562 * gdb/arch/amd64.h (amd64_create_target_description): Add
4563 "segments" register.
4564 * gdb/arch/amd64.c (amd64_create_target_description): Add
4565 "segments" parameter. Call create_feature_i386_64bit_segments
4566 only if SEGMENTS is true.
4567 * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
4568 call to amd64_create_target_description.
4569
75acb486
PA
45702018-06-29 Pedro Alves <palves@redhat.com>
4571
4572 * thread.c (thread_target_id_str): New, factored out from ...
4573 (print_thread_info_1): ... here. Use it to compute the max
4574 "Target Id" column width.
4575
c76a8ea3
PA
45762018-06-29 Pedro Alves <palves@redhat.com>
4577
4578 * remote.c (remote_target::extra_thread_info): Delete
4579 'display_buf' and 'n' locals. from the cache, regardless of
4580 packet mechanims is in use. Use cache for qThreadExtra and qP
4581 methods too.
4582
cd2bb709
PA
45832018-06-29 Pedro Alves <palves@redhat.com>
4584
4585 * blockframe.c (find_pc_sect_containing_function): New function.
4586 * breakpoint.c (print_breakpoint_location): Don't call
4587 find_pc_sect_function.
4588 * linespec.c (create_sals_line_offset): Record the location's
4589 symbol in the sal.
4590 * linespec.c (convert_address_location_to_sals): Fill in sal's
4591 symbol with find_pc_sect_containing_function.
4592 * symtab.c (find_function_start_sal): Rename to ...
4593 (find_function_start_sal_1): ... this.
4594 (find_function_start_sal): Reimplement as wrapper around
4595 find_function_start_sal_1, and use
4596 find_pc_sect_containing_function to fill in the sal's symbol.
4597 (find_function_start_sal(symbol*, bool)): Adjust.
4598 * symtab.h (find_pc_function, find_pc_sect_function): Adjust
4599 comments.
4600 (find_pc_sect_containing_function): Declare.
4601
991ff292
PA
46022018-06-29 Pedro Alves <palves@redhat.com>
4603
4604 * inline-frame.c (stopped_by_user_bp_inline_frame): Return
4605 true if the the location has no symbol.
4606
44cee4fd
TT
46072018-06-28 Tom Tromey <tom@tromey.com>
4608
4609 * NEWS: Mention --enable-codesign.
4610 * silent-rules.mk (ECHO_SIGN): New variable.
4611 * configure.ac: Add --enable-codesign.
4612 * configure: Rebuild.
4613 * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
4614 (gdb$(EXEEXT)): Optionally invoke codesign.
4615
f2ffa92b
PA
46162018-06-28 Pedro Alves <palves@redhat.com>
4617
4618 * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
4619 comments.
4620 (switch_to_thread_no_regs): Adjust comment.
4621 * infcmd.c (stop_pc): Delete.
4622 (post_create_inferior, info_program_command): Replace references
4623 to stop_pc with references to thread_info->suspend.stop_pc.
4624 * inferior.h (stop_pc): Delete declaration.
4625 * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
4626 (handle_inferior_event_1, handle_signal_stop)
4627 (process_event_stop_test, keep_going_stepped_thread)
4628 (handle_step_into_function, handle_step_into_function_backward)
4629 (print_stop_location): Replace references to stop_pc with
4630 references to thread_info->suspend.stop_pc.
4631 (struct infcall_suspend_state) <stop_pc>: Delete field.
4632 (save_infcall_suspend_state, restore_infcall_suspend_state):
4633 Remove references to inf_stat->stop_pc.
4634 * linux-fork.c (fork_load_infrun_state): Likewise.
4635 * record-btrace.c (record_btrace_set_replay): Likewise.
4636 * record-full.c (record_full_goto_entry): Likewise.
4637 * remote.c (print_one_stopped_thread): Likewise.
4638 * target.c (target_resume): Extend comment.
4639 * thread.c (set_executing_thread): New.
4640 (set_executing): Use it.
4641 (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
4642 Remove references to stop_pc.
4643
ecdc3a72
PA
46442018-06-28 Pedro Alves <palves@redhat.com>
4645
4646 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
4647 Moving fetching stop_pc until after ecs->event_thread is refreshed.
4648
d95d3aef
TT
46492018-06-28 Tom Tromey <tom@tromey.com>
4650
4651 * coffread.c (coff_symfile_finish): Update.
4652 * xcoffread.c (xcoff_symfile_finish): Update.
4653 * elfread.c (elf_symfile_finish): Update.
4654 * symfile.h (dwarf2_free_objfile): Don't declare.
4655 * dwarf2read.c (_initialize_dwarf2_read): Use
4656 register_objfile_data_with_cleanup.
4657 (dwarf2_free_objfile): Now static. Change signature.
4658
291f9a96
PT
46592018-06-28 Petr Tesarik <ptesarik@suse.cz>
4660
4661 * symfile.c (add_symbol_file_command, _initialize_symfile): Add
4662 option "-o" to add-symbol-file-load to add an offset to each
4663 section's load address.
4664 * symfile.c (set_objfile_default_section_offset): New function.
4665
d81a3eaf
PT
46662018-06-28 Petr Tesarik <ptesarik@suse.cz>
4667
4668 * symfile.c (add_symbol_file_command): Make sure that sections
4669 with the same name are sorted in the same order.
4670
ed6dfe51
PT
46712018-06-28 Petr Tesarik <ptesarik@suse.cz>
4672
4673 * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
4674 require the second argument. If omitted, load sections at the
4675 addresses specified in the file.
4676
d4d429d5
PT
46772018-06-28 Petr Tesarik <ptesarik@suse.cz>
4678
4679 * symfile.c (symbol_file_command, symbol_file_add_main_1)
4680 (_initialize_symfile): Add option "-o" to symbol-file to add an
4681 offset to each section of the symbol file.
4682
39b27ab6
PT
46832018-06-28 Petr Tesarik <ptesarik@suse.cz>
4684
4685 * MAINTAINERS (Write After Approval): Add Petr Tesarik.
4686
41827fc3
TT
46872018-06-27 Tom Tromey <tom@tromey.com>
4688
4689 * stack.c (_initialize_stack): Update "func" help text.
4690
0c6aef22
TT
46912018-06-27 Tom Tromey <tom@tromey.com>
4692
4693 * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
4694 std::vector.
4695 (unwind_infopy_str, pyuw_create_unwind_info)
4696 (unwind_infopy_add_saved_register, pyuw_sniffer)
4697 (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
4698 Update.
4699 (struct saved_reg): Add constructor.
4700 <value>: Now a gdbpy_ref<>.
4701
63177289
TT
47022018-06-27 Tom Tromey <tom@tromey.com>
4703
4704 * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
4705
e76f78a0
SM
47062018-06-27 Simon Marchi <simon.marchi@ericsson.com>
4707
4708 * gdb-gdb.py.in: Format using autopep8.
4709
9a14af7b
SM
47102018-06-27 Simon Marchi <simon.marchi@ericsson.com>
4711
4712 * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
4713 (type_lookup_function): Recognize CORE_ADDR values.
4714
189366cd
SM
47152018-06-27 Simon Marchi <simon.marchi@ericsson.com>
4716
4717 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
4718 print tag_name.
4719
68ad5fb9
SM
47202018-06-27 Simon Marchi <simon.marchi@ericsson.com>
4721
4722 * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
4723 <__lt__>: Add.
4724
141ec9f6
SM
47252018-06-27 Simon Marchi <simon.marchi@ericsson.com>
4726
4727 * gdb-gdb.py: Move to...
4728 * gdb-gdb.py.in: ... here.
4729 * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
4730 * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
4731 dependencies.
4732 (distclean): Remove gdb-gdb.py when cleaning.
4733 (gdb-gdb.py, gdb-gdb.gdb): New rules.
4734 * configure: Re-generate.
4735
4c4e7ad4
PA
47362018-06-27 Pedro Alves <palves@redhat.com>
4737
4738 * proc-service.c (get_ps_regcache): New.
4739 (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
4740 (ps_lsetfpregs): Use it.
4741
7ab6656f
OJ
47422018-06-27 Omair Javaid <omair.javaid@linaro.org>
4743
4744 PR gdb/21695
4745 * dwarf2read.c (lnp_state_machine::check_line_address): Update declaration.
4746 (dwarf_decode_lines_1): Adjust.
4747
bd583225
SM
47482018-06-27 Simon Marchi <simon.marchi@ericsson.com>
4749
4750 * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
4751 override.
4752 <info_proc>: Likewise.
4753
9a325b7b
JB
47542018-06-26 Joel Brobecker <brobecker@adacore.com>
4755
4756 * windows-nat.c (do_windows_fetch_inferior_registers): Rename
4757 to windows_fetch_one_register, and only handle the case of
4758 fetching one register. Move the code that reloads the context
4759 and iterates over all registers if R is negative to...
4760 (windows_nat_target::fetch_registers): ... here.
4761 (do_windows_store_inferior_registers): Rename to
4762 windows_store_one_register, and only handle the case of storing
4763 one register. Move the code that handles the case where r is
4764 negative to...
4765 (windows_nat_target::store_registers) ... here.
4766
a33ccfc7
TT
47672018-06-26 Tom Tromey <tom@tromey.com>
4768
4769 PR rust/22574:
4770 * typeprint.c (whatis_exp): Allow ptype/o for Rust.
4771 * rust-lang.c (rust_print_struct_def): Add podata parameter.
4772 Update.
4773 (rust_internal_print_type): Add podata parameter.
4774 (rust_print_type): Update.
4775
e0c547d1
TT
47762018-06-26 Tom Tromey <tom@tromey.com>
4777
4778 * typeprint.h (struct print_offset_data) <update, finish,
4779 maybe_print_hole>: New methods.
4780 <indentation>: New constant.
4781 * typeprint.c (print_offset_data::indentation): Define.
4782 (print_offset_data::maybe_print_hole, print_offset_data::update)
4783 (print_offset_data::finish): Move from c-typeprint.c and rename.
4784 * c-typeprint.c (OFFSET_SPC_LEN): Remove.
4785 (print_spaces_filtered_with_print_options): Update.
4786 (c_print_type_union_field_offset, maybe_print_hole)
4787 (c_print_type_struct_field_offset): Move to typeprint.c and
4788 rename.
4789 (c_type_print_base_struct_union): Update.
4790
75cbc781
PA
47912018-06-25 Pedro Alves <palves@redhat.com>
4792
4793 * gdbthread.h (thread_info_ref, delete_thread)
4794 (delete_thread_silent, first_thread_of_inferior)
4795 (any_thread_of_inferior, switch_to_thread)
4796 (enable_thread_stack_temporaries)
4797 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
4798 (get_last_thread_stack_temporary)
4799 (value_in_thread_stack_temporaries, can_access_registers_thread):
4800 Spell out "struct thread_info" instead of just "thread_info".
4801 * inferior.h (notice_new_inferior): Likewise.
4802
b7a08269
PA
48032018-06-25 Pedro Alves <palves@redhat.com>
4804
4805 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
4806 pass thread_info pointer to delete_thread.
4807 (windows_nat_target::detach): Pass inferior pointer to
4808 detach_inferior.
4809 * aix-thread.c (sync_threadlists): Pass thread_info pointer to
4810 delete_thread.
4811 * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
4812 * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
4813 and pass a thread_info pointer to delete_thread.
4814 * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
4815 pass thread_info pointer to delete_thread.
4816 * go32-nat.c (go32_nat_target::mourn_inferior): Remove
4817 delete_thread_silent call.
4818 * procfs.c (procfs_target::detach): Pass inferior pointer to
4819 detach_inferior.
4820 (procfs_target::wait): Pass thread_info pointer to delete_thread.
4821 * remote-sim.c (gdbsim_target::mourn_inferior): Remove
4822 delete_thread_silent call.
4823 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
4824 pass thread_info pointer to delete_thread.
4825 (windows_nat_target::detach): Pass inferior pointer to
4826 delete_inferior.
4827
8e7767e3
AH
48282018-06-22 Alan Hayward <alan.hayward@arm.com>
4829
4830 * regcache.c (readable_regcache::read_part): Fix asserts.
4831 (reg_buffer::raw_collect_part): New function.
4832 (regcache::write_part): Fix asserts.
4833 (reg_buffer::raw_supply_part): New function.
4834 (regcache::transfer_regset_register): New helper function.
4835 (regcache::transfer_regset): Call new functions.
4836 (regcache_supply_regset): Use gdb_byte*.
4837 (regcache::supply_regset): Likewise.
4838 (regcache_collect_regset): Likewise.
4839 (regcache::collect_regset): Likewise.
4840 * regcache.h (reg_buffer::raw_collect_part): New declaration.
4841 (reg_buffer::raw_supply_part): Likewise.
4842 (regcache::transfer_regset_register): Likewise.
4843 (regcache::transfer_regset): Use gdb_byte*.
4844
bfd60e34
AH
48452018-06-22 Alan Hayward <alan.hayward@arm.com>
4846
4847 * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
4848
00431a78
PA
48492018-06-21 Pedro Alves <palves@redhat.com>
4850
4851 * ada-lang.h (ada_get_task_number): Take a thread_info pointer
4852 instead of a ptid_t. All callers adjusted.
4853 * ada-tasks.c (ada_get_task_number): Likewise. All callers
4854 adjusted.
4855 (print_ada_task_info, display_current_task_id, task_command_1):
4856 Adjust.
4857 * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
4858 inferior_thread.
4859 (breakpoint_kind): Adjust.
4860 (remove_breakpoints_pid): Rename to ...
4861 (remove_breakpoints_inf): ... this. Adjust to take an inferior
4862 pointer. All callers adjusted.
4863 (bpstat_clear_actions): Use inferior_thread.
4864 (get_bpstat_thread): New.
4865 (bpstat_do_actions): Use it.
4866 (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
4867 to take a thread_info pointer. All callers adjusted.
4868 (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
4869 (breakpoint_re_set_thread): Use inferior_thread.
4870 * breakpoint.h (struct inferior): Forward declare.
4871 (bpstat_stop_status): Update.
4872 (remove_breakpoints_pid): Delete.
4873 (remove_breakpoints_inf): New.
4874 * bsd-uthread.c (bsd_uthread_target::wait)
4875 (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
4876 * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
4877 (maint_btrace_packet_history_cmd)
4878 (maint_btrace_clear_packet_history_cmd): Adjust.
4879 (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
4880 inferior_thread.
4881 * cli/cli-interp.c: Include "inferior.h".
4882 * common/refcounted-object.h (struct
4883 refcounted_object_ref_policy): New.
4884 * compile/compile-object-load.c: Include gdbthread.h.
4885 (store_regs): Use inferior_thread.
4886 * corelow.c (core_target::close): Use current_inferior.
4887 (core_target_open): Adjust to use first_thread_of_inferior and use
4888 the current inferior.
4889 * ctf.c (ctf_target::close): Adjust to use current_inferior.
4890 * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
4891 <thread>: ... this new field. All references adjusted.
4892 (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
4893 Take a thread_info pointer instead of a ptid_t.
4894 * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
4895 (dummy_frame_discard, register_dummy_frame_dtor): Take a
4896 thread_info pointer instead of a ptid_t.
4897 * elfread.c: Include "inferior.h".
4898 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
4899 Use inferior_thread.
4900 * eval.c (evaluate_subexp): Likewise.
4901 * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
4902 inferior_thread.
4903 * gdb_proc_service.h (struct thread_info): Forward declare.
4904 (struct ps_prochandle) <ptid>: Delete, replaced by ...
4905 <thread>: ... this new field. All references adjusted.
4906 * gdbarch.h, gdbarch.c: Regenerate.
4907 * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
4908 'thread' parameter. All implementations and callers adjusted.
4909 * gdbthread.h (thread_info) <set_running>: New method.
4910 (delete_thread, delete_thread_silent): Take a thread_info pointer
4911 instead of a ptid.
4912 (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
4913 (first_thread_of_process): Delete, replaced by ...
4914 (first_thread_of_inferior): ... this new function. All callers
4915 adjusted.
4916 (any_live_thread_of_process): Delete, replaced by ...
4917 (any_live_thread_of_inferior): ... this new function. All callers
4918 adjusted.
4919 (switch_to_thread, switch_to_no_thread): Declare.
4920 (is_executing): Delete.
4921 (enable_thread_stack_temporaries): Update comment.
4922 <enable_thread_stack_temporaries>: Take a thread_info pointer
4923 instead of a ptid_t. Incref the thread.
4924 <~enable_thread_stack_temporaries>: Decref the thread.
4925 <m_ptid>: Delete
4926 <m_thr>: New.
4927 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
4928 (get_last_thread_stack_temporary)
4929 (value_in_thread_stack_temporaries, can_access_registers_thread):
4930 Take a thread_info pointer instead of a ptid_t. All callers
4931 adjusted.
4932 * infcall.c (get_call_return_value): Use inferior_thread.
4933 (run_inferior_call): Work with thread pointers instead of ptid_t.
4934 (call_function_by_hand_dummy): Work with thread pointers instead
4935 of ptid_t. Use thread_info_ref.
4936 * infcmd.c (proceed_thread_callback): Access thread's state
4937 directly.
4938 (ensure_valid_thread, ensure_not_running): Use inferior_thread,
4939 access thread's state directly.
4940 (continue_command): Use inferior_thread.
4941 (info_program_command): Use find_thread_ptid and access thread
4942 state directly.
4943 (proceed_after_attach_callback): Use thread state directly.
4944 (notice_new_inferior): Take a thread_info pointer instead of a
4945 ptid_t. All callers adjusted.
4946 (exit_inferior): Take an inferior pointer instead of a pid. All
4947 callers adjusted.
4948 (exit_inferior_silent): New.
4949 (detach_inferior): Delete.
4950 (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
4951 (gdb_inferior_id_to_pid, in_inferior_list): Delete.
4952 (detach_inferior_command, kill_inferior_command): Use
4953 find_inferior_id instead of valid_gdb_inferior_id and
4954 gdb_inferior_id_to_pid.
4955 (inferior_command): Use inferior and thread pointers.
4956 * inferior.h (struct thread_info): Forward declare.
4957 (notice_new_inferior): Take a thread_info pointer instead of a
4958 ptid_t. All callers adjusted.
4959 (detach_inferior): Delete declaration.
4960 (exit_inferior, exit_inferior_silent): Take an inferior pointer
4961 instead of a pid. All callers adjusted.
4962 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
4963 (valid_gdb_inferior_id): Delete.
4964 * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
4965 (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
4966 (struct displaced_step_inferior_state) <pid>: Delete, replaced by
4967 ...
4968 <inf>: ... this new field.
4969 <step_ptid>: Delete, replaced by ...
4970 <step_thread>: ... this new field.
4971 (get_displaced_stepping_state): Take an inferior pointer instead
4972 of a pid. All callers adjusted.
4973 (displaced_step_in_progress_any_inferior): Adjust.
4974 (displaced_step_in_progress_thread): Take a thread pointer instead
4975 of a ptid_t. All callers adjusted.
4976 (displaced_step_in_progress, add_displaced_stepping_state): Take
4977 an inferior pointer instead of a pid. All callers adjusted.
4978 (get_displaced_step_closure_by_addr): Adjust.
4979 (remove_displaced_stepping_state): Take an inferior pointer
4980 instead of a pid. All callers adjusted.
4981 (displaced_step_prepare_throw, displaced_step_prepare)
4982 (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
4983 All callers adjusted.
4984 (start_step_over): Adjust.
4985 (infrun_thread_ptid_changed): Remove bit updating ptids in the
4986 displaced step queue.
4987 (do_target_resume): Adjust.
4988 (fetch_inferior_event): Use inferior_thread.
4989 (context_switch, get_inferior_stop_soon): Take an
4990 execution_control_state pointer instead of a ptid_t. All callers
4991 adjusted.
4992 (switch_to_thread_cleanup): Delete.
4993 (stop_all_threads): Use scoped_restore_current_thread.
4994 * inline-frame.c: Include "gdbthread.h".
4995 (inline_state) <inline_state>: Take a thread pointer instead of a
4996 ptid_t. All callers adjusted.
4997 <ptid>: Delete, replaced by ...
4998 <thread>: ... this new field.
4999 (find_inline_frame_state): Take a thread pointer instead of a
5000 ptid_t. All callers adjusted.
5001 (skip_inline_frames, step_into_inline_frame)
5002 (inline_skipped_frames, inline_skipped_symbol): Take a thread
5003 pointer instead of a ptid_t. All callers adjusted.
5004 * inline-frame.h (skip_inline_frames, step_into_inline_frame)
5005 (inline_skipped_frames, inline_skipped_symbol): Likewise.
5006 * linux-fork.c (delete_checkpoint_command): Adjust to use thread
5007 pointers directly.
5008 * linux-nat.c (get_detach_signal): Likewise.
5009 * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
5010 (thread_db_notice_clone): Adjust.
5011 (thread_db_find_new_threads_silently)
5012 (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
5013 a thread pointer instead of a ptid_t. All callers adjusted.
5014 * mi/mi-cmd-var.c: Include "inferior.h".
5015 (mi_cmd_var_update_iter): Update to use thread pointers.
5016 * mi/mi-interp.c (mi_new_thread): Update to use the thread's
5017 inferior directly.
5018 (mi_output_running_pid, mi_inferior_count): Delete, bits factored
5019 out to ...
5020 (mi_output_running): ... this new function.
5021 (mi_on_resume_1): Adjust to use it.
5022 (mi_user_selected_context_changed): Adjust to use inferior_thread.
5023 * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
5024 directly.
5025 (interrupt_thread_callback): : Adjust to use thread and inferior
5026 pointers.
5027 * proc-service.c: Include "gdbthread.h".
5028 (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
5029 * progspace-and-thread.c: Include "inferior.h".
5030 * progspace.c: Include "inferior.h".
5031 * python/py-exitedevent.c (create_exited_event_object): Adjust to
5032 hold a reference to an inferior_object.
5033 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
5034 inferior_thread.
5035 * python/py-inferior.c (struct inferior_object): Give the type a
5036 tag name instead of a typedef.
5037 (python_on_normal_stop): No need to check if the current thread is
5038 listed.
5039 (inferior_to_inferior_object): Change return type to
5040 inferior_object. All callers adjusted.
5041 (find_thread_object): Delete, bits factored out to ...
5042 (thread_to_thread_object): ... this new function.
5043 * python/py-infthread.c (create_thread_object): Use
5044 inferior_to_inferior_object.
5045 (thpy_is_stopped): Use thread pointer directly.
5046 (gdbpy_selected_thread): Use inferior_thread.
5047 * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
5048 field, replaced with ...
5049 <thread>: ... this new field. All users adjusted.
5050 (btpy_insn_or_gap_new): Drop const.
5051 (btpy_list_new): Take a thread pointer instead of a ptid_t. All
5052 callers adjusted.
5053 * python/py-record.c: Include "gdbthread.h".
5054 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
5055 a ptid_t. All callers adjusted.
5056 (gdbpy_current_recording): Use inferior_thread.
5057 * python/py-record.h (recpy_record_object) <ptid>: Delete
5058 field, replaced with ...
5059 <thread>: ... this new field. All users adjusted.
5060 (recpy_element_object) <ptid>: Delete
5061 field, replaced with ...
5062 <thread>: ... this new field. All users adjusted.
5063 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
5064 a ptid_t. All callers adjusted.
5065 * python/py-threadevent.c: Include "gdbthread.h".
5066 (get_event_thread): Use thread_to_thread_object.
5067 * python/python-internal.h (struct inferior_object): Forward
5068 declare.
5069 (find_thread_object, find_inferior_object): Delete declarations.
5070 (thread_to_thread_object, inferior_to_inferior_object): New
5071 declarations.
5072 * record-btrace.c: Include "inferior.h".
5073 (require_btrace_thread): Use inferior_thread.
5074 (record_btrace_frame_sniffer)
5075 (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
5076 (get_thread_current_frame): Use scoped_restore_current_thread and
5077 switch_to_thread.
5078 (get_thread_current_frame): Use thread pointer directly.
5079 (record_btrace_replay_at_breakpoint): Use thread's inferior
5080 pointer directly.
5081 * record-full.c: Include "inferior.h".
5082 * regcache.c: Include "gdbthread.h".
5083 (get_thread_arch_regcache): Use the inferior's address space
5084 directly.
5085 (get_thread_regcache, registers_changed_thread): New.
5086 * regcache.h (get_thread_regcache(thread_info *thread)): New
5087 overload.
5088 (registers_changed_thread): New.
5089 (remote_target) <remote_detach_1>: Swap order of parameters.
5090 (remote_add_thread): <remote_add_thread>: Return the new thread.
5091 (get_remote_thread_info(ptid_t)): New overload.
5092 (remote_target::remote_notice_new_inferior): Use thread pointers
5093 directly.
5094 (remote_target::process_initial_stop_replies): Use
5095 thread_info::set_running.
5096 (remote_target::remote_detach_1, remote_target::detach)
5097 (extended_remote_target::detach): Adjust.
5098 * stack.c (frame_show_address): Use inferior_thread.
5099 * target-debug.h (target_debug_print_thread_info_pp): New.
5100 * target-delegates.c: Regenerate.
5101 * target.c (default_thread_address_space): Delete.
5102 (memory_xfer_partial_1): Use current_inferior.
5103 (target_detach): Use current_inferior.
5104 (target_thread_address_space): Delete.
5105 (generic_mourn_inferior): Use current_inferior.
5106 * target.h (struct target_ops) <thread_address_space>: Delete.
5107 (target_thread_address_space): Delete.
5108 * thread.c (init_thread_list): Use ALL_THREADS_SAFE. Use thread
5109 pointers directly.
5110 (delete_thread_1, delete_thread, delete_thread_silent): Take a
5111 thread pointer instead of a ptid_t. Adjust all callers.
5112 (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
5113 (first_thread_of_process): Delete, replaced by ...
5114 (first_thread_of_inferior): ... this new function. All callers
5115 adjusted.
5116 (any_thread_of_process): Rename to ...
5117 (any_thread_of_inferior): ... this, and take an inferior pointer.
5118 (any_live_thread_of_process): Rename to ...
5119 (any_live_thread_of_inferior): ... this, and take an inferior
5120 pointer.
5121 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
5122 (value_in_thread_stack_temporaries)
5123 (get_last_thread_stack_temporary): Take a thread pointer instead
5124 of a ptid_t. Adjust all callers.
5125 (thread_info::set_running): New.
5126 (validate_registers_access): Use inferior_thread.
5127 (can_access_registers_ptid): Rename to ...
5128 (can_access_registers_thread): ... this, and take a thread
5129 pointer.
5130 (print_thread_info_1): Adjust to compare thread pointers instead
5131 of ptids.
5132 (switch_to_no_thread, switch_to_thread): Make extern.
5133 (scoped_restore_current_thread::~scoped_restore_current_thread):
5134 Use m_thread pointer directly.
5135 (scoped_restore_current_thread::scoped_restore_current_thread):
5136 Use inferior_thread.
5137 (thread_command): Use thread pointer directly.
5138 (thread_num_make_value_helper): Use inferior_thread.
5139 * top.c (execute_command): Use inferior_thread.
5140 * tui/tui-interp.c: Include "inferior.h".
5141 * varobj.c (varobj_create): Use inferior_thread.
5142 (value_of_root_1): Use find_thread_global_id instead of
5143 global_thread_id_to_ptid.
5144
33bab475
AH
51452018-06-21 Alan Hayward <alan.hayward@arm.com>
5146
5147 * regcache.c (readable_regcache::read_part): Avoid memcpy when
5148 possible.
5149 (regcache::write_part): Likewise.
5150 (readable_regcache::cooked_read_part): Update comment.
5151 (readable_regcache::cooked_write_part): Likewise.
5152 * regcache.h: (readable_regcache::read_part): Likewise.
5153 (regcache::write_part): Likewise.
5154
8363f9d5
RB
51552018-06-21 Richard Bunt <richard.bunt@arm.com>
5156 Dirk Schubert <dirk.schubert@arm.com>
5157
5158 * aarch64-linux-nat.c (post_attach): New.
5159 (aarch64_linux_nat_target::post_attach): Override post_attach to
5160 record the number of hardware debug registers.
5161
0d0b0ea2
TT
51622018-06-20 Tom Tromey <tom@tromey.com>
5163
5164 * python/py-param.c (add_setshow_generic): Make parameters const.
5165 (parmpy_init): Update.
5166
302abd6e
SM
51672018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
5168
5169 * regcache.h (regcache_cooked_read_ftype): Rename to...
5170 (register_read_ftype): ...this, change type to function_view.
5171 (class reg_buffer) <save>: Remove src parameter.
5172 (readonly_detached_regcache) <readonly_detached_regcache>: Make
5173 parameter non-const in first overload. Remove src parameter in
5174 second overload.
5175 * regcache.c (do_cooked_read): Remove.
5176 (readonly_detached_regcache::readonly_detached_regcache): Make
5177 parameter non-const, adjust call to other constructor.
5178 (reg_buffer::save): Remove src parameter.
5179 * frame.c (do_frame_register_read): Remove.
5180 (frame_save_as_regcache): Use lambda function.
5181 * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
5182 parameter to ppu2spu_data *.
5183 (ppu2spu_sniffer): Use lambda function.
5184
19f3f25f
SM
51852018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
5186
5187 * record-full.c (record_full_target::insert_breakpoint): Remove
5188 "struct" keyword, add const.
5189
d0ac1c44
SM
51902018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5191
5192 * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
5193 PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
5194 * configure.ac: Remove AC_PREREQ, add missing quoting.
5195 * gnulib/configure.ac: Modernize usage of
5196 AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
5197 * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
5198 (AUTOMAKE_VERSION): Bump to 1.15.1.
5199 * configure: Re-generate.
5200 * config.in: Re-generate.
5201 * aclocal.m4: Re-generate.
5202 * gnulib/aclocal.m4: Re-generate.
5203 * gnulib/config.in: Re-generate.
5204 * gnulib/configure: Re-generate.
5205 * gnulib/import/Makefile.in: Re-generate.
5206
6ae50267
PA
52072018-06-19 Pedro Alves <palves@redhat.com>
5208
5209 * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
5210 (lookup_minimal_symbol_by_pc_section): ... here with
5211 gdb_assert_not_reached added.
5212
61b04dd0
PA
52132018-06-19 Pedro Alves <palves@redhat.com>
5214
5215 * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
5216 parameter with a block parameter. Compare location's block symbol
5217 with the frame's block instead of addresses.
5218 (skip_inline_frames): Pass the current block instead of the
5219 frame's address. Break out as soon as we determine the frame
5220 should not be skipped.
5221
f709fabb
TT
52222018-06-18 Tom Tromey <tom@tromey.com>
5223
5224 * solib-aix.c (solib_aix_get_section_offsets): Return
5225 unique_xmalloc_ptr.
5226 (solib_aix_solib_create_inferior_hook): Update.
5227
668eb2f0
TT
52282018-06-18 Tom Tromey <tom@tromey.com>
5229
5230 * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
5231
309822ca
TT
52322018-06-18 Tom Tromey <tom@tromey.com>
5233
5234 * solib-frv.c (frv_relocate_main_executable): Use
5235 unique_xmalloc_ptr.
5236 * solib-dsbt.c (dsbt_relocate_main_executable): Use
5237 unique_xmalloc_ptr.
5238
06424eac
TT
52392018-06-18 Tom Tromey <tom@tromey.com>
5240
5241 * objfiles.h (inhibit_section_map_updates): Update.
5242 (resume_section_map_updates, resume_section_map_updates_cleanup):
5243 Remove.
5244 * solib-svr4.c (svr4_handle_solib_event): Update.
5245 * objfiles.c (inhibit_section_map_updates): Return
5246 scoped_restore_tmpl<int>.
5247 (resume_section_map_updates, resume_section_map_updates_cleanup):
5248 Remove.
5249
b4be9fad
TT
52502018-06-18 Tom Tromey <tom@tromey.com>
5251
5252 * valprint.h (read_string): Update.
5253 * valprint.c (read_string): Change type of "buffer".
5254 (val_print_string): Update.
5255 * python/py-value.c (valpy_string): Update.
5256 * language.h (struct language_defn) <la_get_string>: Change
5257 type of "buffer".
5258 (default_get_string, c_get_string): Update.
5259 * language.c (default_get_string): Change type of "buffer".
5260 * guile/scm-value.c (gdbscm_value_to_string): Update.
5261 * c-lang.c (c_get_string): Change type of "buffer".
5262
3f0dbd67
TT
52632018-06-18 Tom Tromey <tom@tromey.com>
5264
5265 * ser-mingw.c (struct pipe_state_destroyer): New.
5266 (pipe_state_up): New typedef.
5267 (cleanup_pipe_state): Remove.
5268 (pipe_windows_open): Use pipe_state_up. Don't release argv.
5269
69d340c6
TT
52702018-06-18 Tom Tromey <tom@tromey.com>
5271
5272 * rust-lang.h (rust_yyerror): Don't declare.
5273 * rust-lang.c (rust_language_defn): Update.
5274 * rust-exp.y (yyerror): Now static.
5275 * parse.c (parse_exp_in_context_1): Update.
5276 * p-lang.h (p_yyerror): Don't declare.
5277 * p-lang.c (p_language_defn): Update.
5278 * p-exp.y (yyerror): Now static.
5279 * opencl-lang.c (opencl_language_defn): Update.
5280 * objc-lang.c (objc_language_defn): Update.
5281 * m2-lang.h (m2_yyerror): Don't declare.
5282 * m2-lang.c (m2_language_defn): Update.
5283 * m2-exp.y (yyerror): Now static.
5284 * language.h (struct language_defn) <la_error>: Remove.
5285 * language.c (unk_lang_error): Remove.
5286 (unknown_language_defn, auto_language_defn): Remove.
5287 * go-lang.h (go_yyerror): Don't declare.
5288 * go-lang.c (go_language_defn): Update.
5289 * go-exp.y (yyerror): Now static.
5290 * f-lang.h (f_yyerror): Don't declare.
5291 * f-lang.c (f_language_defn): Update.
5292 * f-exp.y (yyerror): Now static.
5293 * d-lang.h (d_yyerror): Don't declare.
5294 * d-lang.c (d_language_defn): Update.
5295 * d-exp.y (yyerror): Now static.
5296 * c-lang.h (c_yyerror): Don't declare.
5297 * c-lang.c (c_language_defn, cplus_language_defn)
5298 (asm_language_defn, minimal_language_defn): Update.
5299 * c-exp.y (yyerror): Now static.
5300 * ada-lang.h (ada_yyerror): Don't declare.
5301 * ada-lang.c (ada_language_defn): Update.
5302 * ada-exp.y (yyerror): Now static.
5303
e9902bfc
AH
53042018-06-18 Alan Hayward <alan.hayward@arm.com>
5305
5306 * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
5307 (store_sveregs_to_thread): Likewise.
5308 (aarch64_linux_fetch_inferior_registers): Check for SVE.
5309 (aarch64_linux_store_inferior_registers): Likewise.
5310 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
5311 function.
5312 (aarch64_sve_regs_copy_to_regcache): Likewise.
5313 (aarch64_sve_regs_copy_from_regcache): Likewise.
5314 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
5315 declaration.
5316 (aarch64_sve_regs_copy_to_regcache): Likewise.
5317 (aarch64_sve_regs_copy_from_regcache): Likewise.
5318 (sve_context): Structure from Linux headers.
5319 (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
5320 (SVE_SIG_ZREG_SIZE): Likewise.
5321 (SVE_SIG_PREG_SIZE): Likewise.
5322 (SVE_SIG_FFR_SIZE): Likewise.
5323 (SVE_SIG_REGS_OFFSET): Likewise.
5324 (SVE_SIG_ZREGS_OFFSET): Likewise.
5325 (SVE_SIG_ZREG_OFFSET): Likewise.
5326 (SVE_SIG_ZREGS_SIZE): Likewise.
5327 (SVE_SIG_PREGS_OFFSET): Likewise.
5328 (SVE_SIG_PREG_OFFSET): Likewise.
5329 (SVE_SIG_PREGS_SIZE): Likewise.
5330 (SVE_SIG_FFR_OFFSET): Likewise.
5331 (SVE_SIG_REGS_SIZE): Likewise.
5332 (SVE_SIG_CONTEXT_SIZE): Likewise.
5333 (SVE_PT_REGS_MASK): Likewise.
5334 (SVE_PT_REGS_FPSIMD): Likewise.
5335 (SVE_PT_REGS_SVE): Likewise.
5336 (SVE_PT_VL_INHERIT): Likewise.
5337 (SVE_PT_VL_ONEXEC): Likewise.
5338 (SVE_PT_REGS_OFFSET): Likewise.
5339 (SVE_PT_FPSIMD_OFFSET): Likewise.
5340 (SVE_PT_FPSIMD_SIZE): Likewise.
5341 (SVE_PT_SVE_ZREG_SIZE): Likewise.
5342 (SVE_PT_SVE_PREG_SIZE): Likewise.
5343 (SVE_PT_SVE_FFR_SIZE): Likewise.
5344 (SVE_PT_SVE_FPSR_SIZE): Likewise.
5345 (SVE_PT_SVE_FPCR_SIZE): Likewise.
5346 (__SVE_SIG_TO_PT): Likewise.
5347 (SVE_PT_SVE_OFFSET): Likewise.
5348 (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
5349 (SVE_PT_SVE_ZREG_OFFSET): Likewise.
5350 (SVE_PT_SVE_ZREGS_SIZE): Likewise.
5351 (SVE_PT_SVE_PREGS_OFFSET): Likewise.
5352 (SVE_PT_SVE_PREG_OFFSET): Likewise.
5353 (SVE_PT_SVE_PREGS_SIZE): Likewise.
5354 (SVE_PT_SVE_FFR_OFFSET): Likewise.
5355 (SVE_PT_SVE_FPSR_OFFSET): Likewise.
5356 (SVE_PT_SVE_FPCR_OFFSET): Likewise.
5357 (SVE_PT_SVE_SIZE): Likewise.
5358 (SVE_PT_SIZE): Likewise.
5359 (HAS_SVE_STATE): New define.
5360
17a1cc89
AH
53612018-06-18 Alan Hayward <alan.hayward@arm.com>
5362
5363 * nat/aarch64-sve-linux-sigcontext.h: New file.
5364 * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
5365 new files.
5366 (SVE_VQ_MIN): Likewise.
5367 (SVE_VQ_MAX): Likewise.
5368 (SVE_VL_MIN): Likewise.
5369 (SVE_VL_MAX): Likewise.
5370 (SVE_NUM_ZREGS): Likewise.
5371 (SVE_NUM_PREGS): Likewise.
5372 (sve_vl_valid): Likewise.
5373 (struct user_sve_header): Likewise.
5374
7010835a
AB
53752018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5376 Richard Bunt <Richard.Bunt@arm.com>
5377
5378 * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
5379 was requested by GDB.
5380
479b3ef4
TV
53812018-06-15 Tom de Vries <tdevries@suse.de>
5382
5383 * MAINTAINERS (Write After Approval): Add Tom de Vries.
5384
8199b8f4
SM
53852018-06-14 Simon Marchi <simon.marchi@polymtl.ca>
5386
5387 * gnulib/update-gnulib.sh: Print expected versions of
5388 autoconf/aclocal.
5389
55c748a1
SM
53902018-06-14 Simon Marchi <simon.marchi@ericsson.com>
5391
5392 * arch-utils.c (default_type_align): Use type_length_units.
5393 * gdbtypes.c (type_align): Use type_length_units.
5394
87a8eca7
PW
53952018-06-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5396
5397 * cli/cli-script.c (_initialize_cli_script): Fix online documentation
5398 of 'define' command.
5399
5d9a0608
TV
54002018-06-14 Tom de Vries <tdevries@suse.de>
5401
5402 PR cli/22573
5403 * infcmd.c (print_return_value_1): Use get_user_print_options instead of
5404 get_no_prettyformat_print_options.
5405
ab89b5a5
SM
54062018-06-13 Simon Marchi <simon.marchi@ericsson.com>
5407
5408 * sparc-nat.h: Include target.h.
5409 * sparc64-linux-nat.c (class sparc64_linux_nat_target)
5410 <fetch_registers>: Remove this argument in function call.
5411 <store_registers>: Remove this argument in function call, remove
5412 extra semicolon.
5413 <low_forget_process>: Call sparc64_forget_process instead of
5414 sparc_forget_process.
5415
62c808ae
RO
54162018-06-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5417
5418 * procfs.c (_initialize_procfs): Use add_inf_child_target.
5419 (procfs_target::make_corefile_notes): Adjust to new
5420 target_read_alloc return type.
5421
1840d81a
AB
54222018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5423 Stephen Roberts <stephen.roberts@arm.com>
5424
5425 PR gdb/22882
5426 * infrun.c (fetch_inferior_event): If GDB is not proceeding then
5427 run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
5428 Move should_notify_stop local into more inner scope.
5429
9516f85a
AB
54302018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5431 Stephen Roberts <stephen.roberts@arm.com>
5432
5433 PR gdb/22882
5434 * infrun.c (resume_1): Add call to mark_async_event_handler.
5435
defd2172
AB
54362018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5437
5438 * infrun.c (do_target_wait): Change old version of $pc printed.
5439
7b23e087
SM
54402018-06-11 Simon Marchi <simon.marchi@ericsson.com>
5441
5442 * dwarf2read.c (read_index_from_section): Rename to...
5443 (read_gdb_index_from_section): ... this, update all callers.
5444 (dwarf2_read_index): Rename to...
5445 (dwarf2_read_gdb_index): ... this, update all callers.
5446
69c67a0b
JDA
54472018-06-11 John David Anglin <danglin@gcc.gnu.org>
5448
5449 * gdb/hppa-linux-nat.c
5450 (hppa_linux_nat_target::fetch_inferior_registers): Rename to
5451 hppa_linux_nat_target::fetch_registers.
5452
65d4cada
AH
54532018-06-11 Alan Hayward <alan.hayward@arm.com>
5454
5455 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
5456 * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
5457 (AARCH64_DWARF_SVE_FFR): Likewise.
5458 (AARCH64_DWARF_SVE_P0): Likewise.
5459 (AARCH64_DWARF_SVE_Z0): Likewise.
5460
f868386e
AH
54612018-06-11 Alan Hayward <alan.hayward@arm.com>
5462
5463 * common/common-regcache.h (raw_compare): New function.
5464 * regcache.c (regcache::raw_compare): Likewise.
5465 * regcache.h (regcache::raw_compare): New declaration.
5466
9c861883
AH
54672018-06-11 Alan Hayward <alan.hayward@arm.com>
5468
5469 * common/common-regcache.h (reg_buffer_common): New structure.
5470 * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
5471 (reg_buffer::raw_supply): Likewise.
5472 (reg_buffer::raw_supply_integer): Likewise.
5473 (reg_buffer::raw_supply_zeroed): Likewise.
5474 (reg_buffer::raw_collect): Likewise.
5475 (reg_buffer::raw_collect_integer): Likewise.
5476 * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
5477 (reg_buffer::raw_supply): Likewise.
5478 (reg_buffer::raw_supply_integer): Likewise.
5479 (reg_buffer::raw_supply_zeroed): Likewise.
5480 (reg_buffer::raw_collect): Likewise.
5481 (reg_buffer::raw_collect_integer): Likewise.
5482
953edf2b
TT
54832018-06-10 Tom Tromey <tom@tromey.com>
5484
5485 * remote.c (stop_reply_p): Remove typedef. Don't declare queue.
5486 (class remote_state) <stop_reply_queue>: Now std::vector.
5487 (remote_state::~remote_state)
5488 (remote_target::stop_reply_queue_length): Update.
5489 (struct queue_iter_param, remove_child_of_pending_fork)
5490 (struct check_pending_event_prevents_wildcard_vcont_callback_data)
5491 (check_pending_event_prevents_wildcard_vcont_callback)
5492 (remove_stop_reply_for_inferior)
5493 (remove_stop_reply_of_remote_state)
5494 (remote_notif_remove_once_on_match)
5495 (stop_reply_match_ptid_and_ws)
5496 (remote_kill_child_of_pending_fork): Remove.
5497 (remote_target::remove_new_fork_children)
5498 (remote_target::check_pending_events_prevent_wildcard_vcont)
5499 (remote_target::discard_pending_stop_replies)
5500 (remote_target::discard_pending_stop_replies_in_queue)
5501 (remote_target::remote_notif_remove_queued_reply)
5502 (remote_target::queued_stop_reply)
5503 (remote_target::push_stop_reply, remote_target::peek_stop_reply)
5504 (remote_target::wait, remote_target::kill_new_fork_children)
5505 (remote_target::async): Update.
5506
1ddbba9d
TT
55072018-06-10 Tom Tromey <tom@tromey.com>
5508
5509 * record-full.c (record_full_arch_list_cleanups): Remove.
5510 (record_full_message): Use try/catch.
5511 (record_full_wait_cleanups): Remove.
5512 (record_full_wait_1): Use try/catch.
5513 (record_full_restore): Likewise.
5514
219605fd
TT
55152018-06-10 Tom Tromey <tom@tromey.com>
5516
5517 * record-full.c (record_full_breakpoint_p): Remove typedef. Don't
5518 declare VEC. Add constructor.
5519 <in_target_beneath>: Now bool.
5520 (record_full_breakpoints): Now a std::vector, static.
5521 (record_full_sync_record_breakpoints)
5522 (record_full_init_record_breakpoints)
5523 (record_full_target::insert_breakpoint)
5524 (record_full_target::remove_breakpoint): Update. Don't use XNEW.
5525
71b73764
SM
55262018-06-10 Simon Marchi <simon.marchi@polymtl.ca>
5527
5528 * dwarf2read.c (process_cu_includes): Remove struct keyword.
5529 * serial.c (serial_interface_lookup): Remove struct keyword.
5530
4360561f
TT
55312018-06-10 Tom Tromey <tom@tromey.com>
5532
5533 * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
5534 method.
5535 * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
5536 a method.
5537 * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
5538 method.
5539 * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
5540 "beneath" as a method.
5541 * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
5542 Use "beneath" as a method.
5543
d14b92bf
TT
55442018-06-10 Tom Tromey <tom@tromey.com>
5545
5546 * tracefile.c (struct trace_file_writer_deleter): New.
5547 <operator()>: Rename from trace_file_writer_xfree.
5548 (trace_file_writer_up): New typedef.
5549 (tsave_command, trace_save_tfile, trace_save_ctf): Update.
5550
835dcf92
SM
55512018-06-09 Simon Marchi <simon.marchi@ericsson.com>
5552
5553 * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
5554 <m_registers, m_register_status>: Change type to
5555 std::unique_ptr.
5556 * regcache.c (reg_buffer::reg_buffer): Use new instead of
5557 XCNEWVEC.
5558
aac0d564
SM
55592018-06-09 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * common/common-regcache.h (enum register_status): Add
5562 underlying type "signed char".
5563 * regcache.h (reg_buffer) <m_register_status>: Change type to
5564 register_status *.
5565 * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
5566 register_status instead of signed char.
5567 (reg_buffer::save): Use REG_UNKNOWN instead of 0.
5568 (reg_buffer::get_register_status): Remove cast.
5569 (readable_regcache::raw_read): Remove cast.
5570 (readable_regcache::cooked_read): Remove cast.
5571
77ad7394
TT
55722018-06-09 Tom Tromey <tom@tromey.com>
5573
5574 * source.c (reverse_search_command, forward_search_command): Use
5575 scoped_fd.
5576
191cca63
TT
55772018-06-09 Tom Tromey <tom@tromey.com>
5578
5579 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
5580 (serial_ops_list): Now static, std::vector.
5581 (serial_interface_lookup, serial_add_interface): Update.
5582
c5d0225d
TT
55832018-06-09 Tom Tromey <tom@tromey.com>
5584
5585 * dwarf2read.c (process_cu_includes): Update.
5586 (process_full_comp_unit): Update.
5587 * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
5588 std::vector.
5589
aeab5128
PK
55902018-06-08 Paul Koning <paul_koning@dell.com>
5591
5592 PR gdb/23252
5593
5594 * python/python.c (do_start_initialization):
5595 Avoid call to internal Python API.
5596 (init__gdb_module): New function.
5597
5045b3d7
GB
55982018-06-08 Gary Benson <gbenson@redhat.com>
5599
5600 * linux-thread-db.c (valprint.h): New include.
5601 (struct check_thread_db_info): New structure.
5602 (check_thread_db_on_load, tdb_testinfo): New static globals.
5603 (check_thread_db, check_thread_db_callback): New functions.
5604 (try_thread_db_load_1): Run integrity checks if requested.
5605 (maintenance_check_libthread_db): New function.
5606 (_initialize_thread_db): Register "maint check libthread-db"
5607 and "maint set/show check-libthread-db".
5608 * NEWS: Mention the above new commands.
5609
2f4f025f
TT
56102018-06-08 Tom Tromey <tom@tromey.com>
5611
5612 * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
5613 now a method.
5614
343b0027
TT
56152018-06-08 Tom Tromey <tom@tromey.com>
5616
5617 * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
5618
8dcc53b3
TT
56192018-06-08 Tom Tromey <tom@tromey.com>
5620
5621 * common/btrace-common.h (struct btrace_data): Add constructor,
5622 destructor, move assignment operator.
5623 <empty, clear, fini>: New methods.
5624 <format>: Initialize.
5625 (btrace_data_init, btrace_data_fini, btrace_data_clear)
5626 (btrace_data_empty): Don't declare.
5627 * common/btrace-common.c (btrace_data_init): Remove.
5628 (btrace_data::fini): Rename from btrace_data_fini.
5629 (btrace_data::empty): Rename from btrace_data_empty.
5630 (btrace_data::clear): Rename from btrace_data_clear. Return
5631 bool.
5632 * btrace.h (make_cleanup_btrace_data): Don't declare.
5633 * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
5634 (parse_xml_btrace): Update.
5635 (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
5636 (maint_btrace_clear_packet_history_cmd): Update.
5637
a1740ee1
PA
56382018-06-07 Pedro Alves <palves@redhat.com>
5639
5640 * target.h (target_ops) <beneath>: Now a method. All references
5641 updated.
5642 (class target_stack): New.
5643 * target.c (g_target_stack): New.
5644 (g_current_top_target): Delete.
5645 (current_top_target): Get the top target out of g_target_stack.
5646 (target_stack::push, target_stack::unpush): New.
5647 (push_target, unpush_target): Reimplement.
5648 (target_is_pushed): Reimplement in terms of g_target_stack.
5649 (target_ops::beneath, target_stack::find_beneath): New.
5650
d6ca69cd
PA
56512018-06-07 Pedro Alves <palves@redhat.com>
5652
5653 * target.h (find_target_beneath): Delete declaration.
5654 * target.c (find_target_beneath): Delete definition.
5655 * aix-thread.c: All callers of find_target_beneath adjusted to
5656 call target_ops::beneath instead.
5657 * bsd-uthread.c: Likewise.
5658 * linux-thread-db.c: Likewise.
5659 * ravenscar-thread.c: Likewise.
5660 * sol-thread.c: Likewise.
5661 * spu-multiarch.c: Likewise.
5662
b6a8c27b
PA
56632018-06-07 Pedro Alves <palves@redhat.com>
5664
5665 * target.h (target_ops) <beneath>: Now a method. All references
5666 updated.
5667 (target_ops) <m_beneath>: New.
5668 * target.c (target_ops::beneath): New.
5669 * corelow.c: Adjust all references to target_ops::beneath.
5670 * linux-thread-db.c: Likewise.
5671 * make-target-delegates: Likewise.
5672 * record-btrace.c: Likewise.
5673 * record-full.c: Likewise.
5674 * remote.c: Likewise.
5675 * target.c: Likewise.
5676 * target-delegates.c: Regenerate.
5677
8b88a78e
PA
56782018-06-07 Pedro Alves <palves@redhat.com>
5679
5680 * target.h (target_stack): Delete.
5681 (current_top_target): Declare function.
5682 * target.c (target_stack): Delete.
5683 (g_current_top_target): New.
5684 (current_top_target): New function.
5685 * auxv.c: Use current_top_target instead of target_stack
5686 throughout.
5687 * avr-tdep.c: Likewise.
5688 * breakpoint.c: Likewise.
5689 * corefile.c: Likewise.
5690 * elfread.c: Likewise.
5691 * eval.c: Likewise.
5692 * exceptions.c: Likewise.
5693 * frame.c: Likewise.
5694 * gdbarch-selftests.c: Likewise.
5695 * gnu-v3-abi.c: Likewise.
5696 * ia64-tdep.c: Likewise.
5697 * ia64-vms-tdep.c: Likewise.
5698 * infcall.c: Likewise.
5699 * infcmd.c: Likewise.
5700 * infrun.c: Likewise.
5701 * linespec.c: Likewise.
5702 * linux-tdep.c: Likewise.
5703 * minsyms.c: Likewise.
5704 * ppc-linux-nat.c: Likewise.
5705 * ppc-linux-tdep.c: Likewise.
5706 * procfs.c: Likewise.
5707 * regcache.c: Likewise.
5708 * remote.c: Likewise.
5709 * rs6000-tdep.c: Likewise.
5710 * s390-linux-nat.c: Likewise.
5711 * s390-tdep.c: Likewise.
5712 * solib-aix.c: Likewise.
5713 * solib-darwin.c: Likewise.
5714 * solib-dsbt.c: Likewise.
5715 * solib-spu.c: Likewise.
5716 * solib-svr4.c: Likewise.
5717 * solib-target.c: Likewise.
5718 * sparc-tdep.c: Likewise.
5719 * sparc64-tdep.c: Likewise.
5720 * spu-tdep.c: Likewise.
5721 * symfile.c: Likewise.
5722 * symtab.c: Likewise.
5723 * target-descriptions.c: Likewise.
5724 * target-memory.c: Likewise.
5725 * target.c: Likewise.
5726 * target.h: Likewise.
5727 * tracefile-tfile.c: Likewise.
5728 * tracepoint.c: Likewise.
5729 * valops.c: Likewise.
5730 * valprint.c: Likewise.
5731 * value.c: Likewise.
5732 * windows-tdep.c: Likewise.
5733 * mi/mi-main.c: Likewise.
5734
c7110220
TT
57352018-06-07 Tom Tromey <tom@tromey.com>
5736
5737 * valprint.h (build_address_symbolic): Declare.
5738 * printcmd.c (print_address_symbolic): Update.
5739 (build_address_symbolic): Change "name" and "filename" to
5740 std::string.
5741 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5742 Update.
5743 * defs.h (build_address_symbolic): Remove declaration.
5744
63bad7b6
AH
57452018-06-07 Alan Hayward <alan.hayward@arm.com>
5746
5747 * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
5748 (aarch64_vnv_type): Add function.
5749 (aarch64_pseudo_register_name): Add V regs for SVE.
5750 (aarch64_pseudo_register_type): Likewise.
5751 (aarch64_pseudo_register_reggroup_p): Likewise.
5752 (aarch64_pseudo_read_value_2): Use V0 offset for SVE
5753 (aarch64_pseudo_read_value): Add V regs for SVE.
5754 (aarch64_pseudo_write_2): Use V0 offset for SVE
5755 (aarch64_pseudo_write): Add V regs for SVE.
5756 * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
5757
13e3c608
SDJ
57582018-06-06 Sergio Durigan Junior <sergiodj@redhat.com>
5759
5760 * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
5761 (sve_vl_from_vq): Likewise.
5762
c61b06a1
TT
57632018-06-05 Tom Tromey <tom@tromey.com>
5764
5765 * cli/cli-cmds.c (show_version): Update.
5766 * top.c (print_gdb_version): Add "interactive" parameter.
5767 Update.
5768 * main.c (captured_main_1): Update.
5769 * top.h (print_gdb_version): Add "interactive" parameter and a
5770 comment.
5771
115f7325
DM
57722018-06-05 David Malcolm <dmalcolm@redhat.com>
5773
5774 * common/enum-flags.h: Add trailing semicolon to example in
5775 comment.
5776
eb6af809
TT
57772018-06-05 Tom Tromey <tom@tromey.com>
5778
5779 PR cli/12326:
5780 * NEWS: Add entry about pager.
5781 * utils.c (pagination_disabled_for_command): New global.
5782 (prompt_for_continue): Allow "c" response to prompt.
5783 (reinitialize_more_filter): Clear
5784 pagination_disabled_for_command.
5785 (fputs_maybe_filtered): Check pagination_disabled_for_command.
5786
54d343a2
TT
57872018-06-04 Tom Tromey <tom@tromey.com>
5788
5789 * ada-lang.h (ada_lookup_symbol_list): Update.
5790 * ada-lang.c (resolve_subexp): Update.
5791 (symbols_are_identical_enums): Change type of syms. Remove nsyms
5792 parameter.
5793 (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
5794 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
5795 results parameter to std::vector.
5796 (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
5797 Update.
5798 * ada-exp.y (block_lookup): Update.
5799 (select_possible_type_sym): Change type of syms. Remove nsyms
5800 parameter.
5801 (write_var_or_type, write_name_assoc): Update.
5802
178d6a63
JB
58032018-06-04 Joel Brobecker <brobecker@adacore.com>
5804
5805 * windows-nat.c (windows_nat_target::xfer_partial): Return
5806 TARGET_XFER_E_IO if we need to delegate to the target beneath
5807 but BENEATH is NULL.
5808
baf00c2d
SM
58092018-06-04 Simon Marchi <simon.marchi@ericsson.com>
5810
5811 * Makefile.in (config.status): Add configure.nat as a
5812 dependency.
5813
214b073c
TT
58142018-06-04 Tom Tromey <tom@tromey.com>
5815
5816 * cp-name-parser.y (cpname_state): Add method declarations.
5817 (HANDLE_QUAL): Update.
5818 (cpname_state::d_grab, cpname_state::fill_comp)
5819 (cpname_state::make_operator, cpname_state::make_dtor)
5820 (cpname_state::make_builtin_type, cpname_state::make_name)
5821 (cpname_state::d_qualify, cpname_state::d_int_type)
5822 (cpname_state::d_unary, cpname_state::d_binary): Now methods.
5823 (%union): Move earlier.
5824
62b74cb8
AH
58252018-06-04 Alan Hayward <alan.hayward@arm.com>
5826
5827 * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
5828
3c5cd5c3
AH
58292018-06-04 Alan Hayward <alan.hayward@arm.com>
5830
5831 * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
5832 (aarch64_pseudo_write_1): Likewise.
5833 (aarch64_pseudo_read_value): Use helper.
5834 (aarch64_pseudo_write): Likewise.
5835
59f413d5
PA
58362018-06-04 Pedro Alves <palves@redhat.com>
5837
5838 * darwin-nat.c (darwin_ops): Delete.
5839 (darwin_attach_pid): Use get_native_target.
5840
1332a140
AH
58412018-06-04 Alan Hayward <alan.hayward@arm.com>
5842
5843 * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
5844 * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
5845
ba2d2bb2
AH
58462018-06-04 Alan Hayward <alan.hayward@arm.com>
5847
5848 * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
5849 * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
5850 (aarch64_gdbarch_init): Check for SVE.
5851 * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
5852
58532018-06-04 Alan Hayward <alan.hayward@arm.com>
39bfb937
AH
5854
5855 * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
5856 * aarch64-tdep.h (aarch64_read_description): Likewise.
5857 * arch/aarch64.c (aarch64_create_target_description): Likewise.
5858 * arch/aarch64.h (aarch64_create_target_description): Likewise.
5859 * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
5860 * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
5861 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
5862
41c60b4b
SM
58632018-06-02 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * value.c (value_fetch_lazy_bitfield): New.
5866 (value_fetch_lazy_memory): New.
5867 (value_fetch_lazy_register): New.
5868 (value_fetch_lazy): Factor out to smaller functions.
5869
7b640f72
TT
58702018-06-01 Tom Tromey <tom@tromey.com>
5871
5872 * cp-name-parser.y (backslashable, represented): Now const.
5873
98e69eb3
TT
58742018-06-01 Tom Tromey <tom@tromey.com>
5875
5876 * cp-name-parser.y: Include parser-defs.h.
5877 (parser_fprintf): Remove declaration.
5878
49265499
TT
58792018-06-01 Tom Tromey <tom@tromey.com>
5880
5881 * cp-name-parser.y: Use %pure-parser, %lex-param, and
5882 %parse-param.
5883 (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
5884 (global_result): Remove globals.
5885 (struct cpname_state): New.
5886 (yyparse): Don't declare.
5887 (yylex, yyerror): Move declarations after %union.
5888 (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
5889 (make_name): Add state parameter.
5890 Update all callers.
5891 (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
5892 parameter.
5893 (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
5894 Update.
5895 (yylex): Add lvalp, state parameters.
5896 (yyerror): Add state parameter.
5897 (cp_demangled_name_to_comp): Update.
5898
55b6c984
TT
58992018-06-01 Tom Tromey <tom@tromey.com>
5900
5901 * cp-name-parser.y (parser_fprintf): Declare.
5902 (GDB_YY_REMAP_PREFIX): Define.
5903 Include yy-remap.h. Don't redefine yy* identifiers.
5904
3513a6bb
TT
59052018-06-01 Tom Tromey <tom@tromey.com>
5906
5907 * python/py-type.c (typy_legacy_template_argument): Update.
5908 * cp-support.h (cp_demangled_name_to_comp): Update.
5909 * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
5910 parameter to be a "std::string *".
5911 (main): Update.
5912
e9cb46ab
L
59132018-06-01 H.J. Lu <hongjiu.lu@intel.com>
5914
5915 * ada-lex.l: Include "diagnostics.h" instead of
5916 "common/diagnostics.h".
5917 * unittests/environ-selftests.c: Likewise.
5918 * common/diagnostics.h: Moved to ../include.
5919
8e817061
JB
59202018-06-01 Joel Brobecker <brobecker@adacore.com>
5921
5922 * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
5923 to language_mode_manual while calling breakpoint_re_set_one.
5924
a737d952
TT
59252018-06-01 Tom Tromey <tom@tromey.com>
5926
5927 * valops.c (value_cast_structs, destructor_name_p): Update.
5928 * symtab.c (gdb_mangle_name): Update.
5929 * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
5930 Update.
5931 * p-valprint.c (pascal_object_is_vtbl_ptr_type)
5932 (pascal_object_print_value_fields, pascal_object_print_value):
5933 Update.
5934 * p-typeprint.c (pascal_type_print_derivation_info): Update.
5935 * linespec.c (find_methods): Update.
5936 * gdbtypes.h (type_name_no_tag): Remove.
5937 (type_name_or_error): Rename from type_name_no_tag_or_error.
5938 * gdbtypes.c (type_name_no_tag): Remove.
5939 (type_name_or_error): Rename from type_name_no_tag_or_error.
5940 (lookup_struct_elt_type, check_typedef): Update.
5941 * expprint.c (print_subexp_standard): Update.
5942 * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
5943 * d-namespace.c (d_lookup_nested_symbol): Update.
5944 * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
5945 (cp_print_class_member): Update.
5946 * cp-namespace.c (cp_lookup_nested_symbol): Update.
5947 * completer.c (add_struct_fields): Update.
5948 * c-typeprint.c (cp_type_print_derivation_info)
5949 (c_type_print_varspec_prefix, c_type_print_base_struct_union):
5950 Update.
5951 * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
5952 (ada_prefer_type, ada_is_exception_sym): Update.
5953
e86ca25f
TT
59542018-06-01 Tom Tromey <tom@tromey.com>
5955
5956 * valops.c (enum_constant_from_type, value_namespace_elt)
5957 (value_maybe_namespace_elt): Update.
5958 * valarith.c (find_size_for_pointer_math): Update.
5959 * target-descriptions.c (make_gdb_type): Update.
5960 * symmisc.c (print_symbol): Update.
5961 * stabsread.c (define_symbol, read_type)
5962 (complain_about_struct_wipeout, add_undefined_type)
5963 (cleanup_undefined_types_1): Update.
5964 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
5965 (rust_range_type_p, val_print_struct, rust_print_struct_def)
5966 (rust_internal_print_type, rust_composite_type)
5967 (rust_evaluate_funcall, rust_evaluate_subexp)
5968 (rust_inclusive_range_type_p): Update.
5969 * python/py-type.c (typy_get_tag): Update.
5970 * p-typeprint.c (pascal_type_print_base): Update.
5971 * mdebugread.c (parse_symbol, parse_type): Update.
5972 * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
5973 Update.
5974 * guile/scm-type.c (gdbscm_type_tag): Update.
5975 * go-lang.c (sixg_string_p): Update.
5976 * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
5977 Update.
5978 * gdbtypes.h (struct main_type) <tag_name>: Remove.
5979 (TYPE_TAG_NAME): Remove.
5980 * gdbtypes.c (type_name_no_tag): Simplify.
5981 (check_typedef, check_types_equal, recursive_dump_type)
5982 (copy_type_recursive, arch_composite_type): Update.
5983 * f-typeprint.c (f_type_print_base): Update. Print "Type" prefix
5984 in summary mode when needed.
5985 * eval.c (evaluate_funcall): Update.
5986 * dwarf2read.c (fixup_go_packaging, read_structure_type)
5987 (process_structure_scope, read_enumeration_type)
5988 (read_namespace_type, read_module_type, determine_prefix): Update.
5989 * cp-support.c (inspect_type): Update.
5990 * coffread.c (process_coff_symbol, decode_base_type): Update.
5991 * c-varobj.c (c_is_path_expr_parent): Update.
5992 * c-typeprint.c (c_type_print_base_struct_union): Update.
5993 (c_type_print_base_1): Update. Print struct/class/union/enum in
5994 summary when using C language.
5995 * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
5996 (gen_maybe_namespace_elt): Update.
5997 * ada-lang.c (ada_type_name): Simplify.
5998 (empty_record, ada_template_to_fixed_record_type_1)
5999 (template_to_static_fixed_type)
6000 (to_record_with_fixed_variant_part, ada_check_typedef): Update.
6001
c1ec8cea
TT
60022018-06-01 Tom Tromey <tom@tromey.com>
6003
6004 * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
6005 c_print_type.
6006 * c-typeprint.c (c_print_type_1): Add "language" parameter.
6007 (c_print_type): Update.
6008 (c_print_type): New overload.
6009 (c_type_print_varspec_prefix, c_type_print_args)
6010 (c_type_print_varspec_suffix, c_print_type_no_offsets)
6011 (c_type_print_base_struct_union, c_type_print_base_1)
6012 (cp_type_print_method_args): Add "language" parameter.
6013 (c_type_print_base): Update.
6014 * c-lang.h (c_print_type): Add new overload.
6015
bc8453a7
TT
60162018-06-01 Tom Tromey <tom@tromey.com>
6017
6018 * typeprint.h (c_type_print_varspec_suffix): Don't declare.
6019 * c-typeprint.c (c_type_print_varspec_suffix): Now static.
6020
739e8682
AH
60212018-06-01 Alan Hayward <alan.hayward@arm.com>
6022
6023 * aarch64-tdep.c (aarch64_sve_register_names): New const
6024 var.
6025 * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
6026 (AARCH64_SVE_Z_REGS_NUM): New define.
6027 (AARCH64_SVE_P_REGS_NUM): Likewise.
6028 (AARCH64_SVE_NUM_REGS): Likewise.
6029
8a60efe7
UB
60302018-05-31 Uros Bizjak <ubizjak@gmail.com>
6031
6032 * nat/linux-ptrace.h [__alpha__]
6033 (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
6034 definitions.
6035
4b2dfa9d
MR
60362018-05-31 Maciej W. Rozycki <macro@mips.com>
6037
6038 * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
6039 the endianness selected.
6040 * NEWS: Document `set endian auto' mode operation update.
6041
122394f1
AH
60422018-05-31 Alan Hayward <alan.hayward@arm.com>
6043
6044 * Makefile.in: Add new header.
6045 * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
6046 (sve_vl_from_vg): Likewise.
6047 (sve_vq_from_vl): Likewise.
6048 (sve_vl_from_vq): Likewise.
6049 (sve_vq_from_vg): Likewise.
6050 (sve_vg_from_vq): Likewise.
6051 * configure.nat: Add new c file.
6052 * nat/aarch64-sve-linux-ptrace.c: New file.
6053 * nat/aarch64-sve-linux-ptrace.h: New file.
6054
95228a0d
AH
60552018-05-31 Alan Hayward <alan.hayward@arm.com>
6056
6057 * aarch64-linux-nat.c (aarch64_linux_read_description):
6058 Add parmeter zero.
6059 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
6060 Likewise.
6061 * aarch64-tdep.c (tdesc_aarch64_list): Add.
6062 (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
6063 (aarch64_gdbarch_init): Add parmeter zero.
6064 * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
6065 * arch/aarch64.c (aarch64_create_target_description): Check VQ.
6066 * arch/aarch64.h (aarch64_create_target_description): Add VQ.
6067 parmeter.
6068 * doc/gdb.texinfo: Describe SVE feature
6069 * features/aarch64-sve.c: New file.
6070
5969f0db
OJ
60712018-05-31 Omair Javaid <omair.javaid@linaro.org>
6072
6073 PR gdb/23210
6074 * gdbarch.sh (significant_addr_bit): Default to zero when
6075 not set by target architecture.
6076 * gdbarch.c: Re-generated.
6077 * utils.c (address_significant): Update.
6078
61367c61
JB
60792018-05-30 Joel Brobecker <brobecker@adacore.com>
6080
6081 * stack.c (func_command): Remove trailing newline in call to error.
6082
34a79281
SM
60832018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6084
6085 * regcache.h (regcache_raw_collect): Remove, update callers to
6086 use regcache::raw_collect.
6087 * regcache.c (regcache_raw_collect): Remove.
6088
73e1c03f
SM
60892018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6090
6091 * regcache.h (regcache_raw_supply): Remove, update callers to
6092 use detached_regcache::raw_supply.
6093 * regcache.c (regcache_raw_supply): Remove.
6094
e4c4a59b
SM
60952018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * regcache.h (regcache_cooked_write_part): Remove, update
6098 callers to use regcache::cooked_write_part.
6099 * regcache.c (regcache_cooked_write_part): Remove.
6100
73bb0000
SM
61012018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * regcache.h (regcache_cooked_read_part): Remove, update callers
6104 to use readable_regcache::cooked_read_part.
6105 * regcache.c (regcache_cooked_read_part): Remove.
6106
46a45e9d
SM
61072018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6108
6109 * regcache.h (regcache_cooked_read_value): Remove, update
6110 callers to use readable_regcache::cooked_read_value.
6111 * regcache.c (regcache_cooked_read_value): Remove.
6112
b66f5587
SM
61132018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6114
6115 * regcache.h (regcache_cooked_write): Remove, update callers to
6116 use regcache::cooked_write.
6117 * regcache.c (regcache_cooked_write): Remove.
6118
6aa7d724
SM
61192018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6120
6121 * regcache.h (regcache_invalidate): Remove, update callers to
6122 use detached_regcache::invalidate instead.
6123 * regcache.c (regcache_invalidate): Remove.
6124
4f0420fd
SM
61252018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6126
6127 * regcache.h (regcache_raw_write_part): Remove, update callers
6128 to use regcache::raw_write_part instead.
6129 * regcache.c (regcache_raw_write_part): Remove.
6130
502fe83e
SM
61312018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6132
6133 * regcache.h (regcache_raw_read_part): Remove, update callers to
6134 use readable_regcache::raw_read_part instead.
6135 * regcache.c (regcache_raw_read_part): Remove.
6136
dca08e1f
SM
61372018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6138
6139 * regcache.h (regcache_cooked_read): Remove, update callers to
6140 use readable_regcache::cooked_read instead.
6141 * regcache.c (regcache_cooked_read): Remove.
6142
10eaee5f
SM
61432018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6144
6145 * regcache.h (regcache_raw_write): Remove, update callers to use
6146 regcache::raw_write instead.
6147 * regcache.c (regcache_raw_write): Remove.
6148
0b883586
SM
61492018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6150
6151 * regcache.h (regcache_raw_read): Remove, update callers to use
6152 readable_regcache::raw_read instead.
6153 * regcache.c (regcache_raw_read): Remove.
6154
0b47d985
SM
61552018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6156
6157 * regcache.h (regcache_raw_update): Remove, update callers to
6158 use readable_regcache::raw_update instead.
6159 * regcache.c (regcache_raw_update): Remove.
6160
0ec9f114
SM
61612018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 * regcache.h (regcache_register_status): Remove, update callers
6164 to use reg_buffer::get_register_status directly instead.
6165 * regcache.c (regcache_register_status): Remove.
6166
222312d3
SM
61672018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6168
6169 * regcache.h (regcache_get_ptid): Remove, update all callers to
6170 call regcache::ptid instead.
6171 * regcache.c (regcache_get_ptid): Remove.
6172
fdbe37e3
SM
61732018-05-30 Simon Marchi <simon.marchi@ericsson.com>
6174
6175 * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
6176
f7c6f423
PA
61772018-05-30 Pedro Alves <palves@redhat.com>
6178
6179 * common/common-exceptions.h (exception_rethrow): Use
6180 ATTRIBUTE_NORETURN.
6181
52941706
SM
61822018-05-29 Simon Marchi <simon.marchi@polymtl.ca>
6183
6184 * breakpoint.c (print_solib_event, check_status_catch_solib):
6185 Remove struct keyword in range-based for loops.
6186 * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
6187 * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
6188 Likewise.
6189 * linespec.c (find_superclass_methods, search_minsyms_for_name):
6190 Likewise.
6191 * symfile.c (addr_info_make_relative): Likewise.
6192 * thread.c (value_in_thread_stack_temporaries): Likewise.
6193
bf2977b5
WP
61942018-06-12 Weimin Pan <weimin.pan@oracle.com>
6195
6196 PR gdb/16841
6197 * valops.c (value_struct_elt_for_reference): Call check_typedef on
6198 aggregate type to get its real type before accessing it.
6199
64cc34d8
WP
62002018-05-29 Weimin Pan <weimin.pan@oracle.com>
6201
6202 * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
6203 * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
6204 * coff-pe-read.c (add_pe_forwarded_sym): Replace
6205 lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
6206 * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
6207 * jit.c (jit_breakpoint_re_set_internal): Likewise.
6208 * printcmd.c (info_address_command): Likewise.
6209
e7ec8713
TT
62102018-05-29 Tom Tromey <tom@tromey.com>
6211
6212 * windows-nat.c (handle_exception): Update fall-through comment.
6213
bcb430e4
TT
62142018-05-29 Tom Tromey <tom@tromey.com>
6215
6216 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
6217 (struct program_space) <added_solibs>: Now a std::vector.
6218 * breakpoint.c (print_solib_event): Update.
6219 (check_status_catch_solib): Update.
6220 * progspace.c (clear_program_space_solib_cache): Update.
6221 * solib.c (update_solib_list): Update.
6222
894882e3
TT
62232018-05-29 Tom Tromey <tom@tromey.com>
6224
6225 * python/py-type.c (typy_richcompare): Update.
6226 * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
6227 * gdbtypes.h (types_deeply_equal): Return bool.
6228 (types_equal): Likewise.
6229 * gdbtypes.c (type_equality_entry_d): Remove typedef. Don't
6230 declare VEC.
6231 (check_types_equal): Change worklist to std::vector. Return
6232 bool.
6233 (struct type_equality_entry): Add constructor.
6234 (compare_maybe_null_strings): Return bool.
6235 (check_types_worklist): Return bool. Change worklist to
6236 std::vector.
6237 (types_deeply_equal): Use std::vector.
6238 (types_equal): Return bool.
6239 (compare_maybe_null_strings): Simplify.
6240
10b2ded4
TT
62412018-05-29 Tom Tromey <tom@tromey.com>
6242
6243 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
6244
4f7deebe
TT
62452018-05-29 Tom Tromey <tom@tromey.com>
6246
6247 * objc-lang.h: Don't include cp-support.h.
6248 * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
6249 declare VEC.
6250
b8283aea
TT
62512018-05-27 Tom Tromey <tom@tromey.com>
6252
6253 * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
6254
41a883c8
TT
62552018-05-25 Tom Tromey <tom@tromey.com>
6256
6257 * value.c (value::location): Initialize.
6258
bf259e25
TT
62592018-05-25 Tom Tromey <tom@tromey.com>
6260
6261 * dbxread.c (init_bincl_list): Remove.
6262 (bincl_list): Now a std::vector.
6263 (bincls_allocated, next_bincl): Remove.
6264 (free_bincl_list, do_free_bincl_list_cleanup)
6265 (make_cleanup_free_bincl_list): Remove.
6266 (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
6267 unique_xmalloc_ptr.
6268 (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
6269 (struct header_file_location): Add constructor.
6270 (add_bincl_to_list): Remove.
6271
d525a99b
TT
62722018-05-25 Tom Tromey <tom@tromey.com>
6273
6274 * tui/tui.c (tui_enable): Update.
6275 * mi/mi-interp.c (mi_interp::init): Update.
6276 * interps.h (class interp) <name>: New method.
6277 <m_name>: Rename from name.
6278 (~scoped_restore_interp): Update.
6279 * interps.c (interp::interp): Update.
6280 (interp_add, interp_set, interp_lookup_existing)
6281 (current_interp_named_p): Update.
6282
da505cff
TT
62832018-05-25 Tom Tromey <tom@tromey.com>
6284
6285 * interps.c (interp_name): Remove.
6286 * mi/mi-interp.c (mi_interp::init): Update.
6287 * interps.h (interp_name): Remove.
6288 (~scoped_restore_interp): Update.
6289 * tui/tui.c (tui_enable): Update.
6290
29f94340
TT
62912018-05-25 Tom Tromey <tom@tromey.com>
6292
6293 * utils.c (fputs_maybe_filtered): Update.
6294 * linespec.c (decode_line_full): Update.
6295 * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
6296 (mi_print_breakpoint_for_event, mi_solib_loaded)
6297 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
6298 (mi_user_selected_context_changed): Update.
6299 * mi/mi-main.c (mi_execute_command): Update.
6300 * cli/cli-script.c (execute_control_command): Update.
6301 * python/python.c (execute_gdb_command): Update.
6302 * solib.c (info_sharedlibrary_command): Update.
6303 * interps.c (interp_ui_out): Remove.
6304 * interps.h (interp_ui_out): Remove.
6305
716b8bc5
TT
63062018-05-25 Tom Tromey <tom@tromey.com>
6307
6308 * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
6309 * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
6310 * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
6311
753ff9bd
TT
63122018-05-25 Tom Tromey <tom@tromey.com>
6313
6314 * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
6315 * interps.c (interp_exec): Use scoped_restore.
6316
5ca3b260
TT
63172018-05-25 Tom Tromey <tom@tromey.com>
6318
6319 * remote.c (remote_target::remote_file_get): Use
6320 gdb::byte_vector.
6321 (remote_target::remote_file_put): Likewise.
6322
3173aa2f
TT
63232018-05-25 Tom Tromey <tom@tromey.com>
6324
6325 * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
6326 a std::string.
6327 (get_pe_section_index, add_pe_exported_sym): Update.
6328 (read_pe_exported_syms): Use gdb::def_vector.
6329
09a5e1b5
TT
63302018-05-25 Tom Tromey <tom@tromey.com>
6331
6332 * frame.c (remove_prev_frame): Remove.
6333 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
6334
d8dab6c3
MR
63352018-05-25 Maciej W. Rozycki <macro@mips.com>
6336
6337 * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
6338 Remove prototypes.
6339 * mips-linux-nat.c (supply_fpregset): Always call
6340 `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
6341 (fill_fpregset): Always call `mips64_fill_fpregset' rather than
6342 `mips_fill_fpregset'.
6343 * mips-linux-tdep.c (mips_supply_fpregset)
6344 (mips_supply_fpregset_wrapper, mips_fill_fpregset)
6345 (mips_fill_fpregset_wrapper): Remove functions.
6346 (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
6347 (mips_linux_fpregset): Remove variable.
6348 (mips_linux_iterate_over_regset_sections): Use
6349 `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
6350 (mips_linux_o32_sigframe_init): Remove comment.
6351
3c69da40
PA
63522018-05-25 Pedro Alves <palves@redhat.com>
6353
6354 * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
6355 (struct readahead_cache, struct packet_reg, struct
6356 remote_arch_state, class remote_state): Move higher up in the
6357 file.
6358 (remote_target::m_remote_state): Now an object instead of a pointer.
6359 (remote_target::get_remote_state): Adjust.
6360
39f0c204
AB
63612018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6362
6363 * stack.c (select_and_print_frame): Delete.
6364 (struct function_bounds): Move struct within function.
6365 (func_command): Most content moved into new function
6366 find_frame_for_function, use new function, print result, add
6367 function comment.
6368 (find_frame_for_function): New function, now returns a result.
6369
d392224a
PW
63702018-05-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6371
6372 * stack.c (iterate_over_block_arg_vars): Fix comment.
6373 (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
6374
45f25d6c
AB
63752018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6376
6377 PR gdb/23203
6378 * frame.c
6379 (scoped_restore_selected_frame::scoped_restore_selected_frame):
6380 Define.
6381 (scoped_restore_selected_frame::~scoped_restore_selected_frame):
6382 Define.
6383 * frame.h (class scoped_restore_selected_frame): New class.
6384 * stack.c (print_frame_local_vars): Remove catching and rethrowing
6385 of any exception, use scoped_restore_selected_frame to restore the
6386 frame instead.
6387
da05d921
PA
63882018-05-24 Pedro Alves <palves@redhat.com>
6389
6390 * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
6391 override.
6392
a8be540e
TT
63932018-05-23 Tom Tromey <tom@tromey.com>
6394
6395 * complaints.c (struct complaints): Remove.
6396 (symfile_complaint_book): Remove.
6397 (series): New global.
6398 (complaint_internal): Update.
6399 (clear_complaints): Update.
6400
ff1cf532
TT
64012018-05-23 Tom Tromey <tom@tromey.com>
6402
6403 * complaints.c (counters): New global.
6404 (struct complain): Remove.
6405 (struct complaints) <root>: Remove.
6406 (complaint_sentinel): Remove.
6407 (symfile_complaint_book): Update.
6408 (find_complaint) Remove.
6409 (complaint_internal, clear_complaints): Update.
6410
7ff88174
TT
64112018-05-23 Tom Tromey <tom@tromey.com>
6412
6413 * complaints.c (struct complain) <file, line>: Remove.
6414 (find_complaint): Remove file, line parameters.
6415 (complaint_internal): Update.
6416
de54e1a5
TT
64172018-05-23 Tom Tromey <tom@tromey.com>
6418
6419 * complaints.c (vcomplaint): Remove.
6420 (complaint_internal) Merge in contents of vcomplaint.
6421
2ac237e5
TT
64222018-05-23 Tom Tromey <tom@tromey.com>
6423
6424 * complaints.c (struct complaints) <explanation>: Remove.
6425 (symfile_explanations): Remove.
6426 (symfile_complaint_book): Update.
6427 (vcomplaint): Update.
6428 (struct explanation): Remove.
6429
b98664d3
TT
64302018-05-23 Tom Tromey <tom@tromey.com>
6431
6432 * complaints.c (symfile_complaints): Remove.
6433 (complaint_internal): Remove "complaints" parameter.
6434 (clear_complaints, vcomplaint): Remove "c" parameter.
6435 (get_complaints): Remove.
6436 * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
6437 (dwarf2_debug_line_missing_file_complaint)
6438 (dwarf2_debug_line_missing_end_sequence_complaint)
6439 (dwarf2_complex_location_expr_complaint)
6440 (dwarf2_const_value_length_mismatch_complaint)
6441 (dwarf2_section_buffer_overflow_complaint)
6442 (dwarf2_macro_malformed_definition_complaint)
6443 (dwarf2_invalid_attrib_class_complaint)
6444 (create_addrmap_from_index, dw2_symtab_iter_next)
6445 (dw2_expand_marked_cus)
6446 (dw2_debug_names_iterator::find_vec_in_debug_names)
6447 (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
6448 (create_debug_type_hash_table, init_cutu_and_read_dies)
6449 (partial_die_parent_scope, add_partial_enumeration)
6450 (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
6451 (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
6452 (read_import_statement, read_file_scope, create_dwo_cu_reader)
6453 (create_cus_hash_table, create_dwp_hash_table)
6454 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
6455 (dwarf2_rnglists_process, dwarf2_ranges_process)
6456 (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
6457 (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
6458 (handle_struct_member_die, process_structure_scope)
6459 (read_array_type, read_common_block, read_module_type)
6460 (read_tag_pointer_type, read_typedef, read_base_type)
6461 (read_subrange_type, load_partial_dies, partial_die_info::read)
6462 (partial_die_info::read, partial_die_info::read)
6463 (partial_die_info::read, read_checked_initial_length_and_offset)
6464 (dwarf2_string_attr, read_formatted_entries)
6465 (dwarf_decode_line_header)
6466 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
6467 (new_symbol, dwarf2_const_value_attr, lookup_die_type)
6468 (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
6469 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
6470 (get_signatured_type, get_DW_AT_signature_type)
6471 (decode_locdesc, file_file_name, consume_improper_spaces)
6472 (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
6473 (dwarf_decode_macro_bytes, dwarf_decode_macros)
6474 (dwarf2_symbol_mark_computed, set_die_type)
6475 (read_attribute_value): Update.
6476 * stap-probe.c (handle_stap_probe, get_stap_base_address):
6477 Update.
6478 * dbxread.c (unknown_symtype_complaint)
6479 (lbrac_mismatch_complaint, repeated_header_complaint)
6480 (set_namestring, function_outside_compilation_unit_complaint)
6481 (read_dbx_symtab, process_one_symbol): Update.
6482 * gdbtypes.c (stub_noname_complaint): Update.
6483 * windows-nat.c (handle_unload_dll): Update.
6484 * coffread.c (coff_symtab_read, enter_linenos, decode_type)
6485 (decode_base_type): Update.
6486 * xcoffread.c (bf_notfound_complaint, ef_complaint)
6487 (eb_complaint, record_include_begin, record_include_end)
6488 (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
6489 (process_xcoff_symbol, read_symbol)
6490 (function_outside_compilation_unit_complaint)
6491 (scan_xcoff_symtab): Update.
6492 * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
6493 * buildsym.c (finish_block_internal, make_blockvector)
6494 (end_symtab_get_static_block, augment_type_symtab): Update.
6495 * dtrace-probe.c (dtrace_process_dof)
6496 (dtrace_static_probe_ops::get_probes): Update.
6497 * complaints.h (struct complaint): Don't declare.
6498 (symfile_complaints): Remove.
6499 (complaint_internal): Remove "complaints" parameter.
6500 (complaint): Likewise.
6501 (clear_complaints): Likewise.
6502 * symfile.c (syms_from_objfile_1, finish_new_objfile)
6503 (reread_symbols): Update.
6504 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
6505 (dwarf2_frame_cache, decode_frame_entry): Update.
6506 * dwarf2loc.c (dwarf_reg_to_regnum): Update.
6507 * objc-lang.c (lookup_objc_class, lookup_child_selector)
6508 (info_selectors_command): Update.
6509 * macrotab.c (macro_include, check_for_redefinition)
6510 (macro_undef): Update.
6511 * objfiles.c (filter_overlapping_sections): Update.
6512 * stabsread.c (invalid_cpp_abbrev_complaint)
6513 (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
6514 (define_symbol, error_type, read_type, rs6000_builtin_type)
6515 (stabs_method_name_from_physname, read_member_functions)
6516 (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
6517 (attach_fields_to_type, complain_about_struct_wipeout)
6518 (read_range_type, read_args, common_block_start)
6519 (common_block_end, cleanup_undefined_types_1, scan_file_globals):
6520 Update.
6521 * mdebugread.c (index_complaint, unknown_ext_complaint)
6522 (basic_type_complaint, bad_tag_guess_complaint)
6523 (bad_rfd_entry_complaint, unexpected_type_code_complaint)
6524 (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
6525 (parse_procedure, parse_lines)
6526 (function_outside_compilation_unit_complaint)
6527 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
6528 (bad_tag_guess_complaint, reg_value_complaint): Update.
6529 * cp-support.c (demangled_name_complaint): Update.
6530 * macroscope.c (sal_macro_scope): Update.
6531 * dwarf-index-write.c (class debug_names): Update.
6532
4e9668d0
TT
65332018-05-23 Tom Tromey <tom@tromey.com>
6534
6535 * complaints.c (clear_complaints): Remove "noisy" parameter.
6536 * complaints.h (clear_complaints): Update.
6537 * symfile.c (syms_from_objfile_1, finish_new_objfile)
6538 (reread_symbols): Update.
6539
43ba33c7
TT
65402018-05-23 Tom Tromey <tom@tromey.com>
6541
6542 * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
6543 SUBSEQUENT_MESSAGE.
6544 (vcomplaint, clear_complaints): Update.
6545 (symfile_explanations): Remove some messages.
6546
2b9496b2
TT
65472018-05-23 Tom Tromey <tom@tromey.com>
6548
6549 * complaints.c (internal_complaint): Remove.
6550 * complaints.h (internal_complaint): Remove.
6551
35f1fea3
MR
65522018-05-22 Maciej W. Rozycki <macro@mips.com>
6553
6554 * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
6555
6b8edb51
PA
65562018-05-22 Pedro Alves <palves@redhat.com>
6557
6558 * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
6559 (remote_fileio_badfd, remote_fileio_return_errno)
6560 (remote_fileio_return_success, remote_fileio_func_open)
6561 (remote_fileio_func_open, remote_fileio_func_close)
6562 (remote_fileio_func_read, remote_fileio_func_write)
6563 (remote_fileio_func_lseek, remote_fileio_func_rename)
6564 (remote_fileio_func_unlink, remote_fileio_func_stat)
6565 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
6566 (remote_fileio_func_isatty, remote_fileio_func_system): Add
6567 remote_target parameter.
6568 (remote_fio_func_map) <func>: Add remote_target parameter.
6569 (do_remote_fileio_request, remote_fileio_request):
6570 * remote-fileio.h (remote_fileio_request):
6571 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
6572 remote_target parameter.
6573 (remote_notif_process, handle_notification): Adjust to pass down
6574 the remote.
6575 (remote_notif_state_allocate): Add remote_target parameter. Save
6576 it.
6577 * remote-notif.h (struct remote_target): Forward declare.
6578 (struct notif_client) <parse, ack, can_get_pending_events>: Add
6579 remote_target parameter.
6580 (struct remote_notif_state) <remote>: New field.
6581 (remote_notif_ack, remote_notif_parse): Add remote_target
6582 parameter.
6583 (remote_notif_state_allocate, remote_notif_state_allocate): Add
6584 remote_target parameter.
6585 * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
6586 (threads_listing_context, rmt_thread_action, protocol_feature)
6587 (packet_reg, stop_reply, stop_reply_p, enum packet_support)
6588 (packet_result, struct threads_listing_context, remote_state):
6589 Move definitions and declarations higher up.
6590 (remote_target) <~remote_target>: Declare.
6591 (remote_download_command_source, remote_file_put, remote_file_get)
6592 (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
6593 (remote_hostio_pread_vFile, remote_hostio_send_command)
6594 (remote_hostio_set_filesystem, remote_hostio_open)
6595 (remote_hostio_close, remote_hostio_unlink, remote_state)
6596 (get_remote_state, get_remote_packet_size, get_memory_packet_size)
6597 (get_memory_write_packet_size, get_memory_read_packet_size)
6598 (append_pending_thread_resumptions, remote_detach_1)
6599 (append_resumption, remote_resume_with_vcont)
6600 (add_current_inferior_and_thread, wait_ns, wait_as)
6601 (process_stop_reply, remote_notice_new_inferior)
6602 (process_initial_stop_replies, remote_add_thread)
6603 (btrace_sync_conf, remote_btrace_maybe_reopen)
6604 (remove_new_fork_children, kill_new_fork_children)
6605 (discard_pending_stop_replies, stop_reply_queue_length)
6606 (check_pending_events_prevent_wildcard_vcont)
6607 (discard_pending_stop_replies_in_queue, stop_reply)
6608 (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
6609 (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
6610 (remote_interrupt_as, remote_interrupt_ns)
6611 (remote_get_noisy_reply, remote_query_attached)
6612 (remote_add_inferior, remote_current_thread, get_current_thread)
6613 (set_thread, set_general_thread, set_continue_thread)
6614 (set_general_process, write_ptid)
6615 (remote_unpack_thread_info_response, remote_get_threadinfo)
6616 (parse_threadlist_response, remote_get_threadlist)
6617 (remote_threadlist_iterator, remote_get_threads_with_ql)
6618 (remote_get_threads_with_qxfer)
6619 (remote_get_threads_with_qthreadinfo, extended_remote_restart)
6620 (get_offsets, remote_check_symbols, remote_supported_packet)
6621 (remote_query_supported, remote_packet_size)
6622 (remote_serial_quit_handler, remote_detach_pid)
6623 (remote_vcont_probe, remote_resume_with_hc)
6624 (send_interrupt_sequence, interrupt_query)
6625 (remote_notif_get_pending_events, fetch_register_using_p)
6626 (send_g_packet, process_g_packet, fetch_registers_using_g)
6627 (store_register_using_P, store_registers_using_G)
6628 (set_remote_traceframe, check_binary_download)
6629 (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
6630 (remote_xfer_live_readonly_partial, remote_read_bytes)
6631 (remote_send_printf, remote_flash_write, readchar)
6632 (remote_serial_write, putpkt, putpkt_binary, skip_frame)
6633 (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
6634 (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
6635 (extended_remote_disable_randomization, extended_remote_run)
6636 (send_environment_packet, extended_remote_environment_support)
6637 (extended_remote_set_inferior_cwd, remote_write_qxfer)
6638 (remote_read_qxfer, push_stop_reply, vcont_r_supported)
6639 (packet_command): Now methods of ...
6640 (remote_target): ... this class.
6641 (m_remote_state) <remote_target>: New field.
6642 (struct remote_state) <stop_reply_queue,
6643 remote_async_inferior_event_token, wait_forever_enabled_p>: New
6644 fields.
6645 (remote_state::remote_state): Allocate stop_reply_queue.
6646 (remote_state): Delete global.
6647 (get_remote_state_raw): Delete.
6648 (remote_target::get_remote_state): Allocate m_remote_state on
6649 demand.
6650 (get_current_remote_target): New.
6651 (remote_ops, extended_remote_ops): Delete.
6652 (wait_forever_enabled_p, remote_async_inferior_event_token):
6653 Delete, moved to struct remote_state.
6654 (remote_target::close): Delete self. Destruction bits split to
6655 ...
6656 (remote_target::~remote_target): ... this.
6657 (show_memory_packet_size): Adjust to use
6658 get_current_remote_target.
6659 (struct protocol_feature) <func>: Add remote_target parameter.
6660 All callers adjusted.
6661 (curr_quit_handler_target): New.
6662 (remote_serial_quit_handler): Reimplement.
6663 (remote_target::open_1): Adjust to use get_current_remote_target.
6664 Heap-allocate remote_target/extended_remote_target instances.
6665 (vcont_builder::vcont_builder): Add remote_target parameter, and
6666 save it in m_remote. All callers adjusted.
6667 (vcont_builder::m_remote): New field.
6668 (vcont_builder::restart, vcont_builder::flush)
6669 (vcont_builder::push_action): Use it.
6670 (remote_target::commit_resume): Use it.
6671 (struct queue_iter_param) <remote>: New field.
6672 (remote_target::remove_new_fork_children): Fill in 'remote' field.
6673 (check_pending_event_prevents_wildcard_vcont_callback_data): New.
6674 (check_pending_event_prevents_wildcard_vcont_callback)
6675 (remote_target::check_pending_events_prevent_wildcard_vcont)
6676 (remote_target::discard_pending_stop_replies)
6677 (remote_target::discard_pending_stop_replies_in_queue)
6678 (remote_target::remote_notif_remove_queued_reply): Fill in
6679 'remote' field.
6680 (remote_notif_get_pending_events): New.
6681 (remote_target::readchar, remote_target::remote_serial_write):
6682 Save/restore curr_quit_handler_target.
6683 (putpkt): New.
6684 (kill_new_fork_children): Fill in 'remote' field.
6685 (packet_command): Use get_current_remote_target, defer to
6686 remote_target method of same name.
6687 (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
6688 parameter, and save it in m_remote. All callers adjusted.
6689 (scoped_remote_fd::release): Use m_remote.
6690 (scoped_remote_fd::m_remote): New field.
6691 (remote_file_put, remote_file_get, remote_file_delete): Use
6692 get_current_remote_target, defer to remote_target method of same
6693 name.
6694 (remote_btrace_reset): Add remote_state paremeter. Update all
6695 callers.
6696 (remote_async_inferior_event_handler). Pass down 'data'.
6697 (remote_new_objfile): Use get_current_remote_target.
6698 (remote_target::vcont_r_supported): New.
6699 (set_range_stepping): Use get_current_remote_target and
6700 remote_target::vcont_r_supported.
6701 (_initialize_remote): Don't allocate 'remote_state' and
6702 'stop_reply_queue' globals.
6703 * remote.h (struct remote_target): Forward declare.
6704 (getpkt, putpkt, remote_notif_get_pending_events): Add
6705 'remote_target' parameter.
6706
f5db4863
PA
67072018-05-22 Pedro Alves <palves@redhat.com>
6708
6709 * remote.c (vcont_builder): Now a class. Make all data members
6710 private.
6711 (vcont_builder) <vcont_builder, restart, flush, push_action>:
6712 Declare methods.
6713 (vcont_builder_restart): Rename to ...
6714 (vcont_builder::restart): ... this.
6715 (vcont_builder_flush): Rename to ...
6716 (vcont_builder::flush): ... this.
6717 (vcont_builder_push_action): Rename to ...
6718 (vcont_builder::push_action): ... this.
6719 (remote_target::commit_resume): Adjust.
6720
cc0be08f
PA
67212018-05-22 Pedro Alves <palves@redhat.com>
6722
6723 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
6724 (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
6725 (get_fixed_memory_packet_size): New.
6726 (get_memory_packet_size): Use it.
6727 (set_memory_packet_size): Don't override the config size with
6728 DEFAULT_MAX_MEMORY_PACKET_SIZE.
6729 (show_memory_packet_size): Use get_fixed_memory_packet_size.
6730 Don't refer to get_memory_packet_size if not connected to a remote
6731 target. Show "(default)" if configured size is 0.
6732
9607784a
PA
67332018-05-22 Pedro Alves <palves@redhat.com>
6734
6735 * remote.c (remote_target::mourn_inferior): Move
6736 discard_pending_stop_replies call here from ...
6737 (_initialize_remote): ... here.
6738
0e9a6b2f
PA
67392018-05-22 Pedro Alves <palves@redhat.com>
6740
6741 * remote.c (compare_section_command): Remove set_general_process
6742 call.
6743
43c3a0e4
PA
67442018-05-22 Pedro Alves <palves@redhat.com>
6745
6746 * remote.c (struct packet_reg, struct remote_arch_state):
6747 Move higher up in the file.
6748 (remote_state) <m_arch_states>: Store remote_arch_state values
6749 instead of remote_arch_state pointers.
6750 (remote_state::get_remote_arch_state): Adjust.
6751
9d6eea31
PA
67522018-05-22 Pedro Alves <palves@redhat.com>
6753
6754 * remote.c: Include <unordered_map>.
6755 (remote_state): Now a class.
6756 (remote_state) <get_remote_arch_state>: Declare method.
6757 <get_remote_arch_state>: New field.
6758 (remote_arch_state) <remote_arch_state>: Declare ctor.
6759 <regs>: Now a unique_ptr.
6760 (remote_gdbarch_data_handle): Delete.
6761 (get_remote_arch_state): Delete.
6762 (remote_state::get_remote_arch_state): New.
6763 (get_remote_state): Adjust to call remote_state's
6764 get_remote_arch_state method.
6765 (init_remote_state): Delete, bits factored out to ...
6766 (remote_arch_state::remote_arch_state): ... this new method.
6767 (get_remote_packet_size, get_memory_packet_size)
6768 (process_g_packet, remote_target::fetch_registers)
6769 (remote_target::prepare_to_store, store_registers_using_G)
6770 (remote_target::store_registers, remote_target::get_trace_status):
6771 Adjust to call remote_state's method.
6772 (_initialize_remote): Remove reference to
6773 remote_gdbarch_data_handle.
6774
dd194f6b
PA
67752018-05-22 Pedro Alves <palves@redhat.com>
6776
6777 * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
6778 pread>: New method declarations.
6779 (remote_target::open_1): Adjust.
6780 (readahead_cache_invalidate): Rename to ...
6781 (readahead_cache::invalidate): ... this, and adjust to be a class
6782 method.
6783 (readahead_cache_invalidate_fd): Rename to ...
6784 (readahead_cache::invalidate_fd): ... this, and adjust to be a
6785 class method.
6786 (remote_hostio_pwrite): Adjust.
6787 (remote_hostio_pread_from_cache): Rename to ...
6788 (readahead_cache::pread): ... this, and adjust to be a class
6789 method.
6790 (remote_hostio_close): Adjust.
6791
440b7aec
PA
67922018-05-22 Pedro Alves <palves@redhat.com>
6793
6794 * remote.c (remote_hostio_close_cleanup): Delete.
6795 (class scoped_remote_fd): New.
6796 (remote_file_put, remote_file_get): Use it.
6797
de44f5a7
PA
67982018-05-22 Pedro Alves <palves@redhat.com>
6799
6800 (struct vCont_action_support): Use bool and initialize all fields.
6801 (struct readahead_cache): Initialize all fields.
6802 (remote_state): Use bool and initialize all fields.
6803 (remote_state::remote_state, remote_state::~remote_state): New.
6804 (new_remote_state): Delete.
6805 (_initialize_remote): Use new to allocate remote_state.
6806
b1b60145
PA
68072018-05-22 Pedro Alves <palves@redhat.com>
6808 張俊芝 <zjz@zjz.name>
6809
6810 PR gdb/22973
6811 * c-exp.y: Include "c-support.h".
6812 (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
6813 of tolower. Use c_ident_is_alpha to scan names.
6814 * c-lang.c: Include "c-support.h".
6815 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
6816 ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
6817 * c-support.h: New file, with bits factored out from ...
6818 * cp-name-parser.y: ... this file.
6819 Include "c-support.h".
6820 (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
6821 c-support.h and renamed.
6822 (symbol_end, yylex): Adjust.
6823
0ec848ad
PFC
68242018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6825
6826 * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
6827 parameter type to CORE_ADDR.
6828 * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
6829 parameter type in declaration to CORE_ADDR.
6830 * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
6831 target_auxv_search to get AT_HWCAP and use the result to get the
6832 target description.
6833 * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
6834 to CORE_ADDR. Remove the cast of the return value to unsigned
6835 long. Fix error predicate of target_auxv_search.
6836 (ppc_linux_nat_target::read_description): Change the type of the
6837 hwcap variable to CORE_ADDR.
6838
0fb2aaa1
PFC
68392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6840
6841 * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
6842 if the size of fpscr is larger than 32 bits.
6843
2c3305f6
PFC
68442018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6845
6846 * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
6847 (ppc32_linux_vsxregmap): New global.
6848 (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
6849 regcache_supply_regset, and regcache_collect_regset.
6850 * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
6851 * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
6852 (fetch_vsx_register, store_vsx_register): Remove.
6853 (fetch_vsx_registers): Add regno parameter. Get regset using
6854 ppc_linux_vsxregset. Use regset to supply registers.
6855 (store_vsx_registers): Add regno parameter. Get regset using
6856 ppc_linux_vsxregset. Use regset to collect registers.
6857 (fetch_register): Call fetch_vsx_registers instead of
6858 fetch_vsx_register.
6859 (store_register): Call store_vsx_registers instead of
6860 store_vsx_register.
6861 (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
6862 new regno parameter.
6863 (store_ppc_registers): Call store_vsx_registers with -1 for the
6864 new regno parameter.
6865 * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
6866 (ppc_collect_vsxregset): Remove.
6867
1d75a658
PFC
68682018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6869
6870 * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
6871 offset fields.
6872 * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
6873 for vector register offset fields.
6874 (ppc64_fbsd_reg_offsets): Likewise.
6875 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
6876 to vector register offset fields.
6877 * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
6878 to vector register offset fields.
6879 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
6880 vector register offset fields.
6881 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
6882 initializers for vector register offset fields.
6883 (rs6000_aix64_reg_offsets): Likewise.
6884 * rs6000-tdep.c (ppc_vrreg_offset): Remove.
6885 (ppc_supply_vrregset): Remove.
6886 (ppc_collect_vrregset): Remove.
6887 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
6888 (ppc_linux_vrregset) : New function.
6889 (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
6890 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
6891 (ppc32_linux_vrregset): Remove.
6892 (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
6893 and use result instead of ppc32_linux_vrregset.
6894 (ppc32_linux_reg_offsets): Remove initializers for vector register
6895 offset fields.
6896 (ppc64_linux_reg_offsets): Likewise.
6897 * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
6898 * ppc-linux-nat.c: Include regset.h.
6899 (gdb_vrregset_t): Adjust comment to account for little-endian
6900 mode.
6901 (supply_vrregset, fill_vrregset): Remove.
6902 (fetch_altivec_register, store_altivec_register): Remove.
6903 (fetch_altivec_registers): Add regno parameter. Get regset using
6904 ppc_linux_vrregset. Use regset to supply registers.
6905 (store_altivec_registers): Add regno parameter. Get regset using
6906 ppc_linux_vrregset. Use regset to collect registers.
6907 (fetch_register): Call fetch_altivec_registers instead of
6908 fetch_altivec_register.
6909 (store_register): Call store_altivec_registers instead of
6910 store_altivec_register.
6911 (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
6912 the new regno parameter.
6913 (store_ppc_registers): Call store_altivec_registers with -1 for
6914 the new regno parameter.
6915
d078308a
PFC
69162018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6917
6918 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
6919 (PPC_LINUX_SIZEOF_VSXREGSET): Define.
6920 * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
6921 (gdb_vrregset_t): Change array type size to
6922 PPC_LINUX_SIZEOF_VRREGSET.
6923 (gdb_vsxregset_t): Change array type size to
6924 PPC_LINUX_SIZEOF_VSXREGSET.
6925 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
6926 Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
6927 PPC_LINUX_SIZEOF_VSXREGSET.
6928
2e077f5e
PFC
69292018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6930
6931 * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
6932 * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
6933 nat/ppc-linux.c.
6934 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
6935 ppc_linux_target_wordsize with tid.
6936 (ppc_linux_nat_target::read_description): Call ppc_linux_target
6937 wordsize with tid.
6938 * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
6939 (ppc64_64bit_inferior_p): Add static and inline specifiers.
6940 (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
6941 tid parameter. Remove static specifier.
6942 * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
6943 (ppc_linux_target_wordsize): New declaration.
6944
bd64614e
PFC
69452018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6946
6947 * arch/ppc-linux-common.c: New file.
6948 * arch/ppc-linux-common.h: New file.
6949 * arch/ppc-linux-tdesc.h: New file.
6950 * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
6951 * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
6952 (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
6953 arch/ppc-linux-tdesc.h.
6954 * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
6955 arch/ppc-linux-tdesc.h.
6956 (ppc_linux_nat_target::read_description): Remove target
6957 description matching code. Fill a ppc_linux_features struct and
6958 call ppc_linux_match_description with it. Move comment about ISA
6959 2.05 to ppc-linux-common.c.
6960 * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
6961 arch/ppc-linux-tdesc.h.
6962 (ppc_linux_core_read_description): Remove target description
6963 matching code. Fill a ppc_linux_features struct and call
6964 ppc_linux_match_description with it.
6965 * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
6966 (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
6967 (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
6968 (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
6969 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
6970 (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
6971 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
6972 (tdesc_powerpc_e500l): Remove.
6973
241db429
JB
69742018-05-22 Joel Brobecker <brobecker@adacore.com>
6975
6976 * ada-lang.c (catch_assert_command): Pass empty string instead
6977 of NULL for excep_string argument.
6978
75d74cca
MR
69792018-05-22 Maciej W. Rozycki <macro@mips.com>
6980
6981 * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
6982 the width of the requested register exceeds the width of the
6983 `ptrace' data type.
6984
122b53ea
TT
69852018-05-21 Tom Tromey <tom@tromey.com>
6986
6987 * printcmd.c (output_command): Remove.
6988 (output_command_const): Rename to output_command.
6989 * valprint.h (output_command): Rename from output_command_const.
6990 * tracepoint.c (trace_dump_actions): Call output_command.
6991
bc18fbb5
TT
69922018-05-21 Tom Tromey <tom@tromey.com>
6993
6994 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
6995 (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
6996 * ada-lang.h (create_ada_exception_catchpoint): Update.
6997 * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
6998 std::string.
6999 (create_excep_cond_exprs, ~ada_catchpoint)
7000 (should_stop_exception, print_one_exception)
7001 (print_mention_exception, print_recreate_exception): Update.
7002 (ada_get_next_arg): Remove.
7003 (catch_ada_exception_command_split): Use std::string. Change type
7004 of "excep_string", "cond_string".
7005 (catch_ada_exception_command): Update.
7006 (create_ada_exception_catchpoint): Change type of excep_string.
7007 (ada_exception_sal): Remove excep_string parameter.
7008 (~ada_catchpoint): Remove.
7009
790217f6
TT
70102018-05-21 Tom Tromey <tom@tromey.com>
7011
7012 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
7013 cleanup.
7014
6f46ac85
TT
70152018-05-21 Tom Tromey <tom@tromey.com>
7016
7017 * ada-lang.c (ada_exception_message_1, ada_exception_message):
7018 Return unique_xmalloc_ptr.
7019 (print_it_exception): Update.
7020
15b6611c
TT
70212018-05-21 Tom Tromey <tom@tromey.com>
7022
7023 * tracepoint.c (trace_dump_actions): Use std::string.
7024
c0c9f665
TT
70252018-05-21 Tom Tromey <tom@tromey.com>
7026
7027 * symfile.c (reread_symbols): Use std::string for original_name.
7028
22ca247e
TT
70292018-05-21 Tom Tromey <tom@tromey.com>
7030
7031 * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
7032 (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN. Default
7033 constructor.
7034
184cde75
SM
70352018-05-20 Simon Marchi <simon.marchi@polymtl.ca>
7036
7037 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
7038 instance to...
7039 (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
7040 * objfiles.c (get_objfile_bfd_data): Allocate
7041 objfile_per_bfd_storage with obstack_new when allocating on
7042 obstack.
7043
e39db4db
SM
70442018-05-20 Simon Marchi <simon.marchi@ericsson.com>
7045
7046 * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
7047 OBSTACK_ZALLOC.
7048 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
7049 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
7050 * mdebugread.c (mdebug_build_psymtabs): Likewise.
7051 (add_pending): Likewise.
7052 (parse_symbol): Likewise.
7053 (parse_partial_symbols): Likewise.
7054 (psymtab_to_symtab_1): Likewise.
7055 (new_psymtab): Likewise.
7056 (elfmdebug_build_psymtabs): Likewise.
7057 * minsyms.c (terminate_minimal_symbol_table): Likewise.
7058 * objfiles.c (get_objfile_bfd_data): Likewise.
7059 (objfile_register_static_link): Likewise.
7060 * psymtab.c (allocate_psymtab): Likewise.
7061 * stabsread.c (read_member_functions): Likewise.
7062 * xcoffread.c (xcoff_end_psymtab): Likewise.
7063
284a0e3c
SM
70642018-05-20 Simon Marchi <simon.marchi@ericsson.com>
7065
7066 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
7067 compiler supports std::is_trivially_constructible.
7068 * common/poison.h: Include obstack.h.
7069 (IsMallocable): Define to is_trivially_constructible if the
7070 compiler supports it, define to true_type otherwise.
7071 (xobnew): New.
7072 (XOBNEW): Redefine.
7073 (xobnewvec): New.
7074 (XOBNEWVEC): Redefine.
7075 * gdb_obstack.h (obstack_zalloc): New.
7076 (OBSTACK_ZALLOC): Redefine.
7077 (obstack_calloc): New.
7078 (OBSTACK_CALLOC): Redefine.
7079 (obstack_new): New.
7080 * gdbarch.sh: Include gdb_obstack in gdbarch.h.
7081 (gdbarch_obstack): New declaration in gdbarch.h, definition in
7082 gdbarch.c.
7083 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
7084 obstack_calloc/obstack_zalloc.
7085 (gdbarch_obstack_zalloc): Remove.
7086 * target-descriptions.c (tdesc_data_init): Use obstack_new.
7087
59f66be3
PW
70882018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7089
7090 * stack.c (backtrace_command_1): Remove useless variable int i.
7091
50c65c2d
PW
70922018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7093
7094 * stack.c (print_frame_info): Fix comment.
7095
7ff8cb8c
TT
70962018-05-18 Tom Tromey <tom@tromey.com>
7097
7098 * dwarf2read.c (struct dwz_file): Add constructor, initializers.
7099 <dwz_bfd>: Now a gdb_bfd_ref_ptr.
7100 (~dwarf2_per_objfile): Update
7101 (dwarf2_get_dwz_file): Use new.
7102 * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
7103 unique_ptr.
7104
400174b1
TT
71052018-05-18 Tom Tromey <tom@tromey.com>
7106
7107 * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
7108 unique_ptr.
7109 * dwarf2read.c (struct dwp_file): Add constructor and
7110 initializers.
7111 (open_and_init_dwp_file): Return a unique_ptr.
7112 (dwarf2_per_objfile, create_dwp_hash_table)
7113 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
7114 (lookup_dwo_unit_in_dwp): Update.
7115 (open_and_init_dwp_file, get_dwp_file): Update.
7116
3063847f
TT
71172018-05-18 Tom Tromey <tom@tromey.com>
7118
7119 * dwarf2read.c (dwarf2_per_objfile): Update.
7120 (struct mapped_index): Add initializers.
7121 (dwarf2_read_index): Use new.
7122 (dw2_symtab_iter_init): Update.
7123 * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
7124 unique_ptr.
7125
d3d02dee
SM
71262018-05-18 Simon Marchi <simon.marchi@ericsson.com>
7127
7128 * dwarf2read.c (mapped_index) <total_size>: Remove.
7129
1d143c36
SM
71302018-05-18 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * unittests/format_pieces-selftests.c (test_format_specifier):
7133 Add ARI comments.
7134
ce1e8424
TT
71352018-05-18 Tom Tromey <tom@tromey.com>
7136
7137 * c-typeprint.c (maybe_print_hole): New function.
7138 (c_print_type_struct_field_offset): Update.
7139 (c_type_print_base_struct_union): Call maybe_print_hole.
7140
ddfe970e
KS
71412018-05-17 Keith Seitz <keiths@redhat.com>
7142
7143 * breakpoint.c (build_bpstat_chain): New function, moved from
7144 bpstat_stop_status.
7145 (bpstat_stop_status): Add optional parameter, `stop_chain'.
7146 If no stop chain is passed, call build_bpstat_chain to build it.
7147 * breakpoint.h (build_bpstat_chain): Declare.
7148 (bpstat_stop_status): Move documentation here from breakpoint.c.
7149 * infrun.c (handle_signal_stop): Before eliding inlined frames,
7150 build the stop chain and pass it to skip_inline_frames.
7151 Pass this stop chain to bpstat_stop_status.
7152 * inline-frame.c: Include breakpoint.h.
7153 (stopped_by_user_bp_inline_frame): New function.
7154 (skip_inline_frames): Add parameter `stop_chain'.
7155 Move documention to inline-frame.h.
7156 If non-NULL, use stopped_by_user_bp_inline_frame to determine
7157 whether the frame should be elided.
7158 * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
7159 Add moved documentation and update for new parameter.
7160
b17992c1
SM
71612018-05-17 Simon Marchi <simon.marchi@ericsson.com>
7162
7163 PR cli/14975
7164 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7165 unittests/format_pieces-selftests.c.
7166 * common/format.h (format_piece) <operator==>: New.
7167 (format_pieces) <operator[]>: Remove.
7168 * common/format.c (format_pieces::format_pieces): Handle \e.
7169 * unittests/format_pieces-selftests.c: New.
7170
58f0c718
TT
71712018-05-17 Tom Tromey <tom@tromey.com>
7172
7173 PR symtab/23010:
7174 * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
7175 (dw2_instantiate_symtab): Add skip_partial parameter.
7176 (dw2_find_last_source_symtab, dw2_map_expand_apply)
7177 (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
7178 (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
7179 (dw2_expand_symtabs_matching_one)
7180 (dw2_find_pc_sect_compunit_symtab)
7181 (dw2_debug_names_lookup_symbol)
7182 (dw2_debug_names_expand_symtabs_for_function): Update.
7183 (init_cutu_and_read_dies): Add skip_partial parameter.
7184 (process_psymtab_comp_unit, build_type_psymtabs_1)
7185 (process_skeletonless_type_unit, load_partial_comp_unit)
7186 (psymtab_to_symtab_1): Update.
7187 (load_full_comp_unit): Add skip_partial parameter.
7188 (process_imported_unit_die, dwarf2_read_addr_index)
7189 (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
7190 (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
7191 (read_signatured_type): Update.
7192
3e618834
SM
71932018-05-17 Simon Marchi <simon.marchi@ericsson.com>
7194
7195 * value.c (release_value): Remove unused variable.
7196 (record_latest_value): Likewise.
7197 (access_value_history): Likewise.
7198 (preserve_values): Likewise.
7199
fe10fe31
TT
72002018-05-17 Tom Tromey <tom@tromey.com>
7201
7202 * extension.h (struct ext_lang_type_printers) <py_type_printers>:
7203 Initialize.
7204
1d761124
MR
72052018-05-16 Maciej W. Rozycki <macro@mips.com>
7206
7207 PR gdb/22286
7208 * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
7209 Also handle registers whose width is not a multiple of
7210 PTRACE_TYPE_RET.
7211 (linux_nat_trad_target::store_register): Likewise.
7212
06333fea
TT
72132018-05-16 Tom Tromey <tom@tromey.com>
7214
7215 * gdbcore.h (core_bfd): Redefine.
7216 * corelow.c (core_target::close): Update.
7217 (core_target_open): Update.
7218 * progspace.h (struct program_space) <cbfd>: Now a
7219 gdb_bfd_ref_ptr.
7220
921222e2
TT
72212018-05-16 Tom Tromey <tom@tromey.com>
7222
7223 PR cli/19551:
7224 * symfile-add-flags.h (enum symfile_add_flags)
7225 <SYMFILE_NOT_FILENAME>: New constant.
7226 * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME. Get
7227 objfile name from BFD.
7228 (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
7229 * minidebug.c (find_separate_debug_file_in_section): Put
7230 ".gnu_debugdata" into BFD's file name.
7231
3acb7083
SM
72322018-05-16 Simon Marchi <simon.marchi@ericsson.com>
7233
7234 * regcache.c (regcache_read_ftype, regcache_write_ftype):
7235 Remove.
7236
561a72d4
TC
72372018-05-15 Tamar Christina <tamar.christina@arm.com>
7238
7239 PR binutils/21446
7240 * aarch64-tdep.c (aarch64_analyze_prologue,
7241 aarch64_software_single_step, aarch64_displaced_step_copy_insn):
7242 Indicate not interested in errors.
7243
4e6ff0e1
MR
72442018-05-15 Maciej W. Rozycki <macro@mips.com>
7245
7246 * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
7247 Supply the MIPS_ZERO_REGNUM register.
7248
ea33cd92
MR
72492018-05-15 Maciej W. Rozycki <macro@mips.com>
7250
7251 * mips-tdep.c (mask_address_var): Make variable static.
7252
2d79090e
TT
72532018-05-14 Tom Tromey <tom@tromey.com>
7254
7255 * dwarf2read.c (rust_union_quirks): Clear rust_unions.
7256
cf4912ae
AB
72572018-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
7258
7259 * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
7260 FXSAVE_ADDR for the mxcsr register.
7261
67e6f569
MF
72622018-05-11 Max Filippov <jcmvbkbc@gmail.com>
7263
7264 * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
7265
15244507
PA
72662018-05-11 Pedro Alves <palves@redhat.com>
7267
7268 * corelow.c (core_target) <core_target>: No longer inline.
7269 Initialize m_core_gdbarch, m_core_vec and build the section table
7270 here.
7271 <~core_target>: New.
7272 <core_gdbarch, get_core_register_section>: New methods.
7273 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
7274 factored out from ...
7275 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
7276 (core_ops): Delete.
7277 (sniff_core_bfd): Add gdbarch parameter.
7278 (core_close): Delete, merged into ...
7279 (core_target::close): ... here. Delete self.
7280 (core_close_cleanup): Delete.
7281 (core_target_open): Allocate a core_target on the heap. Use a
7282 unique_ptr instead of a cleanup. Bits moved into the core_target
7283 ctor. Adjust to use core_target methods instead of globals.
7284 (get_core_register_section): Rename to ...
7285 (core_target::get_core_register_section): ... this and adjust.
7286 (struct get_core_registers_cb_data): New.
7287 (get_core_registers_cb): Use it. Use bool.
7288 (core_target::fetch_registers, core_target::files_info)
7289 (core_target::xfer_partial, core_target::read_description)
7290 (core_target::pid_to, core_target::thread_name): Adjust to
7291 reference class fields instead of globals.
7292 * target.h (struct target_ops_deleter, target_ops_up): New.
7293
451953fa
PA
72942018-05-11 Pedro Alves <palves@redhat.com>
7295
7296 * corefile.c (core_file_command): Move to corelow.c.
7297 * corelow.c (the_core_target): Delete.
7298 (core_file_command): Moved from corefile.c. Check exec_bfd
7299 instead of the_core_target. Use target_detach instead of calling
7300 into the_core_target directly.
7301 (maybe_say_no_core_file_now): New.
7302 (core_target::detach): Use it.
7303 (_initialize_corelow): Remove references to the_core_target.
7304 * gdbcore.h (the_core_target): Delete.
7305
e540a5a2 73062018-05-11 Tom Tromey <tromey@redhat.com>
3afc23a6 7307 Pedro Alves <palves@redhat.com>
e540a5a2
TT
7308
7309 * corefile.c (core_bfd): Remove.
7310 * gdbcore.h (core_bfd): Now a macro.
7311 * progspace.h (struct program_space) <cbfd>: New field.
7312
633cf254
TT
73132018-05-11 Tom Tromey <tom@tromey.com>
7314
7315 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
7316 gdb::def_vector.
7317
1a34f210
TT
73182018-05-10 Tom Tromey <tom@tromey.com>
7319
7320 * configure: Rebuild.
7321 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
7322
190852c8
JB
73232018-05-10 Joel Brobecker <brobecker@adacore.com>
7324
7325 PR server/23158:
7326 * regformats/regdat.sh: Adjust script, following the addition
7327 of the new expedite_regs parameter to init_target_desc.
7328
8727de56
OJ
73292018-05-10 Omair Javaid <omair.javaid@linaro.org>
7330
7331 PR gdb/23127
7332 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
7333 set_gdbarch_significant_addr_bit.
7334 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
7335 set_gdbarch_significant_addr_bit.
7336 * utils.c (address_significant): Update to sign extend addr.
7337
37d9e062
MF
73382018-05-09 Max Filippov <jcmvbkbc@gmail.com>
7339
7340 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
7341 (xtensa_linux_init_abi): Limit tdep->num_regs by
7342 tdep->num_nopriv_regs.
7343 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
7344 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
7345 not initialized.
7346
7402fbca
SM
73472018-05-08 Simon Marchi <simon.marchi@ericsson.com>
7348
7349 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
7350
8ee22052
AB
73512018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7352
7353 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
7354 (I387_MXCSR_INIT_VAL): New constant.
7355 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
7356 buffer if it was supplied by the inferior.
7357 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
7358 (i387_xsave_get_clear_bv): New function.
7359 (i387_supply_xsave): Only read x87 control registers from the
7360 xsave buffer if the feature is enabled, and the state will have
7361 been written, otherwise, provide a suitable default.
7362 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
7363 including x87 control registers. Update control registers if they
7364 have changed from the default value, and mark features as enabled
7365 as required.
7366 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
7367
968ae51b
UW
73682018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7369
7370 * spu-tdep.c (info_spu_event_command): Fix output formatting.
7371
aff689d3
TT
73722018-05-07 Tom Tromey <tom@tromey.com>
7373
7374 * configure: Rebuild.
7375 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
7376
ce887586
TT
73772018-05-07 Tom Tromey <tom@tromey.com>
7378
7379 PR tdep/20362:
7380 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
7381 bit. Use correct value for VDIV.
7382
85e26832
TT
73832018-05-04 Tom Tromey <tom@tromey.com>
7384
7385 * configure: Rebuild.
7386 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
7387
449b1ac7
TT
73882018-05-04 Tom Tromey <tom@tromey.com>
7389
7390 * linux-record.c (record_linux_system_call) <case
7391 RECORD_SYS_RECVFROM>: Add "break".
7392
15c9ffd6
TT
73932018-05-04 Tom Tromey <tom@tromey.com>
7394
7395 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
7396 Add missing "break".
7397 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
7398 Add missing "break".
7399
e3829d13
TT
74002018-05-04 Tom Tromey <tom@tromey.com>
7401
7402 * rs6000-tdep.c (ppc_process_record_op4)
7403 (ppc_process_record_op63): Add fall-through comment.
7404
da0e1563
TT
74052018-05-04 Tom Tromey <tom@tromey.com>
7406
7407 * i386-tdep.c (i386_process_record): Add fall-through comment.
7408
0019cd49
TT
74092018-05-04 Tom Tromey <tom@tromey.com>
7410
7411 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
7412 comment.
7413
565e0eda
TT
74142018-05-04 Tom Tromey <tom@tromey.com>
7415
7416 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
7417 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
7418 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
7419 comment.
7420 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
7421 comment.
7422 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
7423 comment.
7424
621846f4
TT
74252018-05-04 Tom Tromey <tom@tromey.com>
7426
7427 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
7428
86a73007
TT
74292018-05-04 Tom Tromey <tom@tromey.com>
7430
7431 * s390-tdep.c (s390_process_record): Fix fall-through comments.
7432 * xcoffread.c (scan_xcoff_symtab): Move comment later.
7433 * symfile.c (section_is_mapped): Fix fall-through comment.
7434 * stabsread.c (define_symbol, read_member_functions): Fix
7435 fall-through comment.
7436 * s390-linux-tdep.c (s390_process_record): Fix fall-through
7437 comment.
7438 * remote.c (remote_wait_as): Fix fall-through comment.
7439 * p-exp.y (yylex): Fix fall-through comment.
7440 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
7441 comment.
7442 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
7443 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
7444 * jv-exp.y (yylex): Fix fall-through comment.
7445 * go-exp.y (lex_one_token): Fix fall-through comment.
7446 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
7447 fall-through comment.
7448 * f-exp.y (yylex): Fix fall-through comment.
7449 * dwarf2read.c (process_die): Fix fall-through comments.
7450 * dbxread.c (process_one_symbol): Fix fall-through comment.
7451 * d-exp.y (lex_one_token): Fix fall-through comment.
7452 * cp-name-parser.y (yylex): Fix fall-through comment.
7453 * coffread.c (coff_symtab_read): Fix fall-through comment.
7454 * c-exp.y (lex_one_token): Fix fall-through comment.
7455 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
7456 comment.
7457 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
7458 comment.
7459
56bcdbea
TT
74602018-05-04 Tom Tromey <tom@tromey.com>
7461
7462 PR python/22730:
7463 * NEWS: Mention gdb.execute change.
7464 * gdbcmd.h (execute_control_command): Don't declare.
7465 * python/python.c (execute_gdb_command): Use read_command_lines_1,
7466 execute_control_commands, execute_control_commands_to_string.
7467 * cli/cli-script.h (execute_control_commands)
7468 (execute_control_commands_to_string): Declare.
7469 (execute_control_command): Add from_tty parameter.
7470 * cli/cli-script.c (execute_control_commands)
7471 (execute_control_commands_to_string): New functions.
7472 (execute_user_command): Use execute_control_commands.
7473 (execute_control_command_1): Add "from_tty" parameter. Update.
7474 (execute_control_command): Likewise.
7475
a913fffb
TT
74762018-05-04 Tom Tromey <tom@tromey.com>
7477
7478 PR python/22731:
7479 * NEWS: Mention that breakpoint commands are writable.
7480 * python/py-breakpoint.c (bppy_set_commands): New function.
7481 (breakpoint_object_getset) <"commands">: Use it.
7482
60b3cef2
TT
74832018-05-04 Tom Tromey <tom@tromey.com>
7484
7485 * tracepoint.c (actions_command): Update.
7486 * mi/mi-cmd-break.c (mi_command_line_array)
7487 (mi_command_line_array_cnt, mi_command_line_array_ptr)
7488 (mi_read_next_line): Remove.
7489 (mi_cmd_break_commands): Update.
7490 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
7491 function_view.
7492 * cli/cli-script.c (get_command_line): Update.
7493 (process_next_line): Use function_view. Constify.
7494 (recurse_read_control_structure, read_command_lines)
7495 (read_command_lines_1): Change argument types to function_view.
7496 (do_define_command, document_command): Update.
7497 * breakpoint.h (check_tracepoint_command): Don't declare.
7498 * breakpoint.c (check_tracepoint_command): Remove.
7499 (commands_command_1, create_tracepoint_from_upload): Update.
7500
7a2c85f2
TT
75012018-05-04 Tom Tromey <tom@tromey.com>
7502
7503 PR gdb/11750:
7504 * cli/cli-script.h (enum command_control_type) <define_control>:
7505 New constant.
7506 * cli/cli-script.c (multi_line_command_p): Handle define_control.
7507 (build_command_line, execute_control_command_1)
7508 (process_next_line): Likewise.
7509 (do_define_command): New function, extracted from define_command.
7510 (define_command): Use it.
7511
295dc222
TT
75122018-05-04 Tom Tromey <tom@tromey.com>
7513
7514 * tracepoint.c (actions_command): Update.
7515 * cli/cli-script.h (read_command_lines): Update.
7516 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
7517 (MAX_TMPBUF): Remove define.
7518 (define_command): Use string_printf.
7519 (document_command): Likewise.
7520 * breakpoint.c (commands_command_1): Update.
7521
1263a9d5
TT
75222018-05-04 Tom Tromey <tom@tromey.com>
7523
7524 * top.c (execute_command): Update.
7525 * cli/cli-script.h (print_command_lines): Now varargs.
7526 * cli/cli-script.c (print_command_lines): Now varargs.
7527 (execute_control_command_1) <case while_control, case if_control>:
7528 Update.
7529
12973681
TT
75302018-05-04 Tom Tromey <tom@tromey.com>
7531
7532 * tracepoint.c (all_tracepoint_actions): Rename from
7533 all_tracepoint_actions_and_cleanup. Change return type.
7534 (actions_command, encode_actions_1, encode_actions)
7535 (trace_dump_actions, tdump_command): Update.
7536 * remote.c (remote_download_command_source): Update.
7537 * python/python.c (gdbpy_eval_from_control_command)
7538 (python_command, python_interactive_command): Update.
7539 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
7540 * guile/guile.c (guile_command)
7541 (gdbscm_eval_from_control_command, guile_command): Update.
7542 * compile/compile.c (compile_code_command)
7543 (compile_print_command, compile_to_object): Update.
7544 * cli/cli-script.h (struct command_lines_deleter): New.
7545 (counted_command_line): New typedef.
7546 (struct command_line): Add constructor, destructor.
7547 <body_list>: Remove.
7548 <body_list_0, body_list_1>: New members.
7549 (command_line_up): Remove typedef.
7550 (read_command_lines, read_command_lines_1, get_command_line):
7551 Update.
7552 (copy_command_lines): Don't declare.
7553 * cli/cli-script.c (build_command_line): Use "new".
7554 (get_command_line): Return counted_command_line.
7555 (print_command_lines, execute_user_command)
7556 (execute_control_command_1, while_command, if_command): Update.
7557 (realloc_body_list): Remove.
7558 (process_next_line, recurse_read_control_structure): Update.
7559 (read_command_lines, read_command_lines_1): Return counted_command_line.
7560 (free_command_lines): Use "delete".
7561 (copy_command_lines): Remove.
7562 (define_command, document_command, show_user_1): Update.
7563 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
7564 a counted_command_line.
7565 * breakpoint.h (counted_command_line): Remove typedef.
7566 (breakpoint_set_commands): Update.
7567 * breakpoint.c (check_no_tracepoint_commands)
7568 (validate_commands_for_breakpoint): Update.
7569 (breakpoint_set_commands): Change commands to be a
7570 counted_command_line.
7571 (commands_command_1, update_dprintf_command_list)
7572 (create_tracepoint_from_upload): Update.
7573
e2fc72e2
TT
75742018-05-04 Tom Tromey <tom@tromey.com>
7575
7576 * cli/cli-decode.h (cmd_list_element): New constructor.
7577 (~cmd_list_element): New destructor.
7578 (struct cmd_list_element): Add initializers.
7579 * cli/cli-decode.c (do_add_cmd): Use "new".
7580 (delete_cmd): Use "delete".
7581
a3b60e45
JK
75822018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7583 Pedro Alves <palves@redhat.com>
7584
7585 PR breakpoints/19806 and support for PR external/20207.
7586 * NEWS: Mention Aarch64 watchpoint improvements.
7587 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
7588 watchpoints and PR external/20207 watchpoints.
7589 * nat/aarch64-linux-hw-point.c
7590 (kernel_supports_any_contiguous_range): New.
7591 (aarch64_watchpoint_offset): New.
7592 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
7593 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
7594 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
7595 (aarch64_align_watchpoint): New parameters aligned_offset_p and
7596 next_addr_orig_p. Support PR external/20207 watchpoints.
7597 (aarch64_downgrade_regs): New.
7598 (aarch64_dr_state_insert_one_point): New parameters offset and
7599 addr_orig.
7600 (aarch64_dr_state_remove_one_point): Likewise.
7601 (aarch64_handle_breakpoint): Update caller.
7602 (aarch64_handle_aligned_watchpoint): Likewise.
7603 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
7604 aligned_offset.
7605 (aarch64_linux_set_debug_regs): Remove const from state. Call
7606 aarch64_downgrade_regs.
7607 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
7608 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
7609 (DR_CONTROL_MASK): ... this.
7610 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
7611 (unsigned int aarch64_watchpoint_offset): New prototype.
7612 (aarch64_linux_set_debug_regs): Remove const from state.
7613 * utils.c (align_up, align_down): Move to ...
7614 * common/common-utils.c (align_up, align_down): ... here.
7615 * utils.h (align_up, align_down): Move to ...
7616 * common/common-utils.h (align_up, align_down): ... here.
7617
05bc7456
JB
76182018-05-04 Joel Brobecker <brobecker@adacore.com>
7619
7620 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
7621 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
7622 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
7623 Re-implement to match the ABI as summarized in GCC's
7624 gcc/config/sparc/sparc.c. All callers updated.
7625 (sparc32_store_arguments): Remove assertion.
7626
2f433492
TT
76272018-05-04 Tom Tromey <tom@tromey.com>
7628
7629 * printcmd.c: Don't include tui.h.
7630 (decode_format): Use skip_spaces.
7631
9be2ae8f
TT
76322018-05-04 Tom Tromey <tom@tromey.com>
7633
7634 PR gdb/22619:
7635 * printcmd.c (last_count): New global.
7636 (x_command): Use saved count when repeating.
7637
f0b3976b
TT
76382018-05-04 Tom Tromey <tom@tromey.com>
7639
7640 * nto-procfs.c (do_closedir_cleanup): Remove.
7641 (procfs_pidlist): Use gdb_dir_up.
7642 * procfs.c (do_closedir_cleanup): Remove.
7643 (proc_update_threads): Use gdb_dir_up.
7644 * common/filestuff.h (struct gdb_dir_deleter): New.
7645 (gdb_dir_up): New typedef.
7646
862d101a
TT
76472018-05-04 Tom Tromey <tom@tromey.com>
7648
7649 * ada-lang.c (print_mention_exception): Use std::string.
7650
cb7de75e
TT
76512018-05-04 Tom Tromey <tom@tromey.com>
7652
7653 * ada-lang.c (create_excep_cond_exprs): Update.
7654 (ada_exception_catchpoint_cond_string): Use std::string.
7655
49d83361
TT
76562018-05-04 Tom Tromey <tom@tromey.com>
7657
7658 * ada-lang.c (xget_renaming_scope): Return std::string.
7659 (old_renaming_is_invisible): Update.
7660
ade72a34
TT
76612018-05-04 Tom Tromey <tom@tromey.com>
7662
7663 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
7664 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
7665
2be4d7f0
UW
76662018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
7667
7668 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
7669
69b6ecb0
TT
76702018-05-04 Tom Tromey <tom@tromey.com>
7671
7672 * remote.c (remote_query_supported_append): Change type.
7673 (remote_check_symbols): Update.
7674
bf27f0e2
PP
76752018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
7676
7677 PR gdb/11420
7678 * configure.ac: Prepend libpython.
7679 * python/python-config.py: Likewise.
7680 * configure: Regenerate.
7681
4ea17de8
SM
76822018-05-03 Simon Marchi <simon.marchi@ericsson.com>
7683
7684 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
7685
bd732259
PA
76862018-05-03 Pedro Alves <palves@redhat.com>
7687
7688 * s390-linux-nat.c
7689 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
7690 override. Write 'true' instead of '1'.
7691 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
7692 declaration.
7693
d9f719f1
PA
76942018-05-02 Pedro Alves <palves@redhat.com>
7695
7696 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
7697 add_inf_child_target.
7698 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
7699 add_inf_child_target.
7700 * aix-thread.c (aix_thread_target_info): New.
7701 (aix_thread_target) <shortname, longname, doc>: Delete.
7702 <info>: New.
7703 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
7704 add_inf_child_target.
7705 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
7706 add_inf_child_target.
7707 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
7708 add_inf_child_target.
7709 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
7710 add_inf_child_target.
7711 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
7712 add_inf_child_target.
7713 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
7714 add_inf_child_target.
7715 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
7716 add_inf_child_target.
7717 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
7718 add_inf_child_target.
7719 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
7720 add_inf_child_target.
7721 * bfd-target.c (target_bfd_target_info): New.
7722 (target_bfd) <shortname, longname, doc>: Delete.
7723 <info>: New.
7724 * bsd-kvm.c (bsd_kvm_target_info): New.
7725 (bsd_kvm_target) <shortname, longname, doc>: Delete.
7726 <info>: New.
7727 (bsd_kvm_target::open): Rename to ...
7728 (bsd_kvm_target_open): ... this. Adjust.
7729 * bsd-uthread.c (bsd_uthread_target_info): New.
7730 (bsd_uthread_target) <shortname, longname, doc>: Delete.
7731 <info>: New.
7732 * corefile.c (core_file_command): Adjust.
7733 * corelow.c (core_target_info): New.
7734 (core_target) <shortname, longname, doc>: Delete.
7735 <info>: New.
7736 (core_target::open): Rename to ...
7737 (core_target_open): ... this. Adjust.
7738 * ctf.c (ctf_target_info): New.
7739 (ctf_target) <shortname, longname, doc>: Delete.
7740 <info>: New.
7741 (ctf_target::open): Rename to ...
7742 (ctf_target_open): ... this.
7743 (_initialize_ctf): Adjust.
7744 * exec.c (exec_target_info): New.
7745 (exec_target) <shortname, longname, doc>: Delete.
7746 <info>: New.
7747 (exec_target::open): Rename to ...
7748 (exec_target_open): ... this.
7749 * gdbcore.h (core_target_open): Declare.
7750 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
7751 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
7752 add_inf_child_target.
7753 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
7754 add_inf_child_target.
7755 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
7756 add_inf_child_target.
7757 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
7758 add_inf_child_target.
7759 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
7760 add_inf_child_target.
7761 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
7762 add_inf_child_target.
7763 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
7764 add_inf_child_target.
7765 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
7766 add_inf_child_target.
7767 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
7768 add_inf_child_target.
7769 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
7770 add_inf_child_target.
7771 * inf-child.c (inf_child_target_info): New.
7772 (inf_child_target::info): New.
7773 (inf_child_open_target): Remove 'target' parameter. Use
7774 get_native_target instead.
7775 (inf_child_target::open): Delete.
7776 (add_inf_child_target): New.
7777 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
7778 Delete.
7779 <info>: New.
7780 (add_inf_child_target): Declare.
7781 (inf_child_open_target): Declare.
7782 * linux-thread-db.c (thread_db_target_info): New.
7783 (thread_db_target) <shortname, longname, doc>: Delete.
7784 <info>: New.
7785 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
7786 add_inf_child_target.
7787 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
7788 add_inf_child_target.
7789 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
7790 add_inf_child_target.
7791 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
7792 add_inf_child_target.
7793 * make-target-delegates (print_class): Adjust.
7794 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
7795 add_inf_child_target.
7796 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
7797 add_inf_child_target.
7798 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
7799 add_inf_child_target.
7800 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
7801 add_inf_child_target.
7802 * nto-procfs.c (nto_native_target_info): New.
7803 (nto_procfs_target_native) <shortname, longname, doc>:
7804 Delete.
7805 <info>: New.
7806 (nto_procfs_target_info): New.
7807 (nto_procfs_target_procfs) <shortname, longname, doc>:
7808 Delete.
7809 <info>: New.
7810 (init_procfs_targets): Adjust.
7811 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
7812 add_inf_child_target.
7813 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
7814 add_inf_child_target.
7815 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
7816 add_inf_child_target.
7817 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
7818 add_inf_child_target.
7819 * ravenscar-thread.c (ravenscar_target_info): New.
7820 (ravenscar_thread_target) <shortname, longname, doc>:
7821 Delete.
7822 <info>: New.
7823 * record-btrace.c (record_btrace_target_info):
7824 (record_btrace_target) <shortname, longname, doc>: Delete.
7825 <info>: New.
7826 (record_btrace_target::open): Rename to ...
7827 (record_btrace_target_open): ... this. Adjust.
7828 * record-full.c (record_longname, record_doc): New.
7829 (record_full_base_target) <shortname, longname, doc>: Delete.
7830 <info>: New.
7831 (record_full_target_info): New.
7832 (record_full_target): <shortname>: Delete.
7833 <info>: New.
7834 (record_full_core_open_1, record_full_open_1): Update comments.
7835 (record_full_base_target::open): Rename to ...
7836 (record_full_open): ... this.
7837 (cmd_record_full_restore): Update.
7838 (_initialize_record_full): Update.
7839 * remote-sim.c (remote_sim_target_info): New.
7840 (gdbsim_target) <shortname, longname, doc>: Delete.
7841 <info>: New.
7842 (gdbsim_target::open): Rename to ...
7843 (gdbsim_target_open): ... this.
7844 (_initialize_remote_sim): Adjust.
7845 * remote.c (remote_doc): New.
7846 (remote_target_info): New.
7847 (remote_target) <shortname, longname, doc>: Delete.
7848 <info>: New.
7849 (extended_remote_target_info): New.
7850 (extended_remote_target) <shortname, longname, doc>: Delete.
7851 <info>: New.
7852 (remote_target::open_1): Make static. Adjust.
7853 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
7854 * s390-linux-nat.c (_initialize_s390_nat): Use
7855 add_inf_child_target.
7856 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
7857 add_inf_child_target.
7858 * sol-thread.c (thread_db_target_info): New.
7859 (sol_thread_target) <shortname, longname, doc>: Delete.
7860 <info>: New.
7861 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
7862 add_inf_child_target.
7863 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
7864 add_inf_child_target.
7865 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
7866 add_inf_child_target.
7867 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
7868 add_inf_child_target.
7869 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
7870 add_inf_child_target.
7871 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
7872 add_inf_child_target.
7873 * spu-linux-nat.c (_initialize_spu_nat): Use
7874 add_inf_child_target.
7875 * spu-multiarch.c (spu_multiarch_target_info): New.
7876 (spu_multiarch_target) <shortname, longname, doc>: Delete.
7877 <info>: New.
7878 * target-delegates.c: Regenerate.
7879 * target.c: Include <unordered_map>.
7880 (target_ops_p): Delete.
7881 (DEF_VEC_P(target_ops_p)): Delete.
7882 (target_factories): New.
7883 (test_target_info): New.
7884 (test_target_ops::info): New.
7885 (open_target): Adjust to use target_factories.
7886 (add_target_with_completer): Rename to ...
7887 (add_target): ... this. Change prototype. Register target_info
7888 and open callback in target_factories. Register target_info in
7889 command context instead of target_ops.
7890 (add_target): Delete old implementation.
7891 (add_deprecated_target_alias): Change prototype. Adjust.
7892 (the_native_target): New.
7893 (set_native_target, get_native_target): New.
7894 (find_default_run_target): Use the_native_target.
7895 (find_attach_target, find_run_target): Simplify.
7896 (target_ops::open): Delete.
7897 (dummy_target_info): New.
7898 (dummy_target::shortname, dummy_target::longname)
7899 (dummy_target::doc): Delete.
7900 (dummy_target::info): New.
7901 (debug_target::shortname, debug_target::longname)
7902 (debug_target::doc): Delete.
7903 (debug_target::info): New.
7904 * target.h (struct target_info): New.
7905 (target_ops::~target_ops): Add comment.
7906 (target_ops::info): New.
7907 (target_ops::shortname, target_ops::longname, target_ops::doc): No
7908 longer virtual. Implement in terms of target_info.
7909 (set_native_target, get_native_target): Declare.
7910 (target_open_ftype): New.
7911 (add_target, add_target_with_completer)
7912 (add_deprecated_target_alias): Change prototype.
7913 (test_target) <shortname, longname, doc>: Delete.
7914 <info>: New.
7915 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
7916 add_inf_child_target.
7917 * tracefile-tfile.c (tfile_target_info): New.
7918 (tfile_target) <shortname, longname, doc>: Delete.
7919 <info>: New.
7920 (tfile_target::open): Rename to ...
7921 (tfile_target_open): ... this.
7922 (_initialize_tracefile_tfile): Adjust.
7923 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
7924 add_inf_child_target.
7925 * windows-nat.c (_initialize_windows_nat): Use
7926 add_inf_child_target.
7927 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
7928 add_inf_child_target.
7929
135340af
PA
79302018-05-02 Pedro Alves <palves@redhat.com>
7931
7932 * linux-nat.h (linux_nat_target) <low_new_thread,
7933 low_delete_thread, low_new_fork, low_forget_process,
7934 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
7935 New virtual methods.
7936 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
7937 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
7938 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
7939 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
7940 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
7941 Delete.
7942 * linux-fork.c (delete_fork): Adjust to call low method.
7943 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
7944 (linux_nat_new_fork, linux_nat_forget_process_hook)
7945 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
7946 (linux_nat_status_is_event):
7947 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
7948 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
7949 to call low method.
7950 (sigtrap_is_event): Rename to ...
7951 (linux_nat_target::low_status_is_event): ... this.
7952 (linux_nat_set_status_is_event): Delete.
7953 (save_stop_reason, linux_nat_wait_1)
7954 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
7955 low methods.
7956 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
7957 (linux_nat_set_new_fork, linux_nat_set_forget_process)
7958 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
7959 (linux_nat_set_prepare_to_resume): Delete.
7960 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
7961 low virtual methods.
7962 * amd64-linux-nat.c: Likewise.
7963 * arm-linux-nat.c: Likewise.
7964 * i386-linux-nat.c: Likewise.
7965 * ia64-linux-nat.c: Likewise.
7966 * mips-linux-nat.c: Likewise.
7967 * ppc-linux-nat.c: Likewise.
7968 * s390-linux-nat.c: Likewise.
7969 * sparc64-linux-nat.c: Likewise.
7970 * x86-linux-nat.c: Likewise.
7971 * x86-linux-nat.h: Include "nat/x86-linux.h".
7972 (x86_linux_nat_target) <low_new_fork, low_forget_process,
7973 low_prepare_to_resume, low_new_thread, low_delete_thread>:
7974 Override methods.
7975
57810aa7
PA
79762018-05-02 Pedro Alves <palves@redhat.com>
7977
7978 * target.h (target_ops)
7979 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
7980 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
7981 stopped_by_watchpoint, have_continuable_watchpoint,
7982 stopped_data_address, watchpoint_addr_within_range,
7983 can_accel_watchpoint_condition, can_run, thread_alive,
7984 has_all_memory, has_memory, has_stack, has_registers,
7985 has_execution, can_async_p, is_async_p, supports_non_stop,
7986 always_non_stop_p, can_execute_reverse, supports_multi_process,
7987 supports_enable_disable_tracepoint,
7988 supports_disable_randomization, supports_string_tracing,
7989 supports_evaluation_of_breakpoint_conditions,
7990 can_run_breakpoint_commands, filesystem_is_local,
7991 can_download_tracepoint, get_trace_state_variable_value,
7992 set_trace_notes, get_tib_address, use_agent, can_use_agent,
7993 record_is_replaying, record_will_replay,
7994 augmented_libraries_svr4_read>: Adjust to return bool.
7995 * aarch64-linux-nat.c: All implementations adjusted.
7996 * aix-thread.c: All implementations adjusted.
7997 * arm-linux-nat.c: All implementations adjusted.
7998 * breakpoint.c: All implementations adjusted.
7999 * bsd-kvm.c: All implementations adjusted.
8000 * bsd-uthread.c: All implementations adjusted.
8001 * corelow.c: All implementations adjusted.
8002 * ctf.c: All implementations adjusted.
8003 * darwin-nat.c: All implementations adjusted.
8004 * darwin-nat.h: All implementations adjusted.
8005 * exec.c: All implementations adjusted.
8006 * fbsd-nat.c: All implementations adjusted.
8007 * fbsd-nat.h: All implementations adjusted.
8008 * gnu-nat.c: All implementations adjusted.
8009 * gnu-nat.h: All implementations adjusted.
8010 * go32-nat.c: All implementations adjusted.
8011 * ia64-linux-nat.c: All implementations adjusted.
8012 * inf-child.c: All implementations adjusted.
8013 * inf-child.h: All implementations adjusted.
8014 * inf-ptrace.c: All implementations adjusted.
8015 * inf-ptrace.h: All implementations adjusted.
8016 * linux-nat.c: All implementations adjusted.
8017 * linux-nat.h: All implementations adjusted.
8018 * mips-linux-nat.c: All implementations adjusted.
8019 * nto-procfs.c: All implementations adjusted.
8020 * ppc-linux-nat.c: All implementations adjusted.
8021 * procfs.c: All implementations adjusted.
8022 * ravenscar-thread.c: All implementations adjusted.
8023 * record-btrace.c: All implementations adjusted.
8024 * record-full.c: All implementations adjusted.
8025 * remote-sim.c: All implementations adjusted.
8026 * remote.c: All implementations adjusted.
8027 * s390-linux-nat.c: All implementations adjusted.
8028 * sol-thread.c: All implementations adjusted.
8029 * spu-multiarch.c: All implementations adjusted.
8030 * target-delegates.c: All implementations adjusted.
8031 * target.c: All implementations adjusted.
8032 * target.h: All implementations adjusted.
8033 * tracefile-tfile.c: All implementations adjusted.
8034 * tracefile.c: All implementations adjusted.
8035 * tracefile.h: All implementations adjusted.
8036 * windows-nat.c: All implementations adjusted.
8037 * x86-linux-nat.h: All implementations adjusted.
8038 * x86-nat.h: All implementations adjusted.
8039
ad6a4e2d
PA
80402018-05-02 Pedro Alves <palves@redhat.com>
8041
8042 * make-target-delegates (scan_target_h): Don't trim lines here.
8043 Replace sequences of tabs and/or whitespace with a single
8044 whitespace.
8045 (top level, parsing methods): Trim each line before processing it
8046 here.
8047
f6ac5f3d
PA
80482018-05-02 Pedro Alves <palves@redhat.com>
8049 John Baldwin <jhb@freebsd.org>
8050
8051 * target.h (enum strata) <debug_stratum>: New.
8052 (struct target_ops) <all delegation methods>: Replace by C++
8053 virtual methods, and drop "to_" prefix. All references updated
8054 throughout.
8055 <to_shortname, to_longname, to_doc, to_data,
8056 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
8057 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
8058 virtual methods. All references updated throughout.
8059 <can_attach, supports_terminal_ours, can_create_inferior,
8060 get_thread_control_capabilities, attach_no_wait>: New
8061 virtual methods.
8062 <insert_breakpoint, remove_breakpoint>: Now
8063 TARGET_DEFAULT_NORETURN methods.
8064 <info_proc>: Now returns bool.
8065 <to_magic>: Delete.
8066 (OPS_MAGIC): Delete.
8067 (current_target): Delete. All references replaced by references
8068 to ...
8069 (target_stack): ... this. New.
8070 (target_shortname, target_longname): Adjust.
8071 (target_can_run): Now a function declaration.
8072 (default_child_has_all_memory, default_child_has_memory)
8073 (default_child_has_stack, default_child_has_registers)
8074 (default_child_has_execution): Remove target_ops parameter.
8075 (complete_target_initialization): Delete.
8076 (memory_breakpoint_target): New template class.
8077 (test_target_ops): Refactor as a C++ class with virtual methods.
8078 * make-target-delegates (NAME_PART): Tighten.
8079 (POINTER_PART, CP_SYMBOL): New.
8080 (SIMPLE_RETURN_PART): Reimplement.
8081 (VEC_RETURN_PART): Expect less.
8082 (RETURN_PART, VIRTUAL_PART): New.
8083 (METHOD): Adjust to C++ virtual methods.
8084 (scan_target_h): Remove reference to C99.
8085 (dname): Output "target_ops::" prefix.
8086 (write_function_header): Adjust to output a C++ class method.
8087 (write_declaration): New.
8088 (write_delegator): Adjust to output a C++ class method.
8089 (tdname): Output "dummy_target::" prefix.
8090 (write_tdefault, write_debugmethod): Adjust to output a C++ class
8091 method.
8092 (tdefault_names, debug_names): Delete.
8093 (return_types, tdefaults, styles, argtypes_array): New.
8094 (top level): All methods are delegators.
8095 (print_class): New.
8096 (top level): Print dummy_target and debug_target classes.
8097 * target-delegates.c: Regenerate.
8098 * target-debug.h (target_debug_print_enum_info_proc_what)
8099 (target_debug_print_thread_control_capabilities)
8100 (target_debug_print_thread_info_p): New.
8101 * target.c (dummy_target): Delete.
8102 (the_dummy_target, the_debug_target): New.
8103 (target_stack): Now extern.
8104 (set_targetdebug): Push/unpush debug target.
8105 (default_child_has_all_memory, default_child_has_memory)
8106 (default_child_has_stack, default_child_has_registers)
8107 (default_child_has_execution): Remove target_ops parameter.
8108 (complete_target_initialization): Delete.
8109 (add_target_with_completer): No longer call
8110 complete_target_initialization.
8111 (target_supports_terminal_ours): Use regular delegation.
8112 (update_current_target): Delete.
8113 (push_target): No longer check magic number. Don't call
8114 update_current_target.
8115 (unpush_target): Don't call update_current_target.
8116 (target_is_pushed): No longer check magic number.
8117 (target_require_runnable): Skip for all stratums over
8118 process_stratum.
8119 (target_ops::info_proc): New.
8120 (target_info_proc): Use find_target_at and
8121 find_default_run_target.
8122 (target_supports_disable_randomization): Use regular delegation.
8123 (target_get_osdata): Use find_target_at.
8124 (target_ops::open, target_ops::close, target_ops::can_attach)
8125 (target_ops::attach, target_ops::can_create_inferior)
8126 (target_ops::create_inferior, target_ops::can_run)
8127 (target_can_run): New.
8128 (default_fileio_target): Use regular delegation.
8129 (target_ops::fileio_open, target_ops::fileio_pwrite)
8130 (target_ops::fileio_pread, target_ops::fileio_fstat)
8131 (target_ops::fileio_close, target_ops::fileio_unlink)
8132 (target_ops::fileio_readlink): New.
8133 (target_fileio_open_1, target_fileio_unlink)
8134 (target_fileio_readlink): Always call the target method. Handle
8135 FILEIO_ENOSYS.
8136 (return_zero, return_zero_has_execution): Delete.
8137 (init_dummy_target): Delete.
8138 (dummy_target::dummy_target, dummy_target::shortname)
8139 (dummy_target::longname, dummy_target::doc)
8140 (debug_target::debug_target, debug_target::shortname)
8141 (debug_target::longname, debug_target::doc): New.
8142 (target_supports_delete_record): Use regular delegation.
8143 (setup_target_debug): Delete.
8144 (maintenance_print_target_stack): Skip debug_stratum.
8145 (initialize_targets): Instantiate the_dummy_target and
8146 the_debug_target.
8147 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
8148 use target_stack.
8149 (target_auxv_search, fprint_target_auxv): Adjust.
8150 (info_auxv_command): Adjust to use target_stack.
8151 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
8152 * exceptions.c (print_flush): Handle a NULL target_stack.
8153 * regcache.c (target_ops_no_register): Refactor as class with
8154 virtual methods.
8155
8156 * exec.c (exec_target): New class.
8157 (exec_ops): Now an exec_target.
8158 (exec_open, exec_close_1, exec_get_section_table)
8159 (exec_xfer_partial, exec_files_info, exec_has_memory)
8160 (exec_make_note_section): Refactor as exec_target methods.
8161 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
8162 Delete.
8163 (exec_target::find_memory_regions): New.
8164 (_initialize_exec): Don't call init_exec_ops.
8165 * gdbcore.h (exec_file_clear): Delete.
8166
8167 * corefile.c (core_target): Delete.
8168 (core_file_command): Adjust.
8169 * corelow.c (core_target): New class.
8170 (the_core_target): New.
8171 (core_close): Remove target_ops parameter.
8172 (core_close_cleanup): Adjust.
8173 (core_target::close): New.
8174 (core_open, core_detach, get_core_registers, core_files_info)
8175 (core_xfer_partial, core_thread_alive, core_read_description)
8176 (core_pid_to_str, core_thread_name, core_has_memory)
8177 (core_has_stack, core_has_registers, core_info_proc): Rework as
8178 core_target methods.
8179 (ignore, core_remove_breakpoint, init_core_ops): Delete.
8180 (_initialize_corelow): Initialize the_core_target.
8181 * gdbcore.h (core_target): Delete.
8182 (the_core_target): New.
8183
8184 * ctf.c: (ctf_target): New class.
8185 (ctf_ops): Now a ctf_target.
8186 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
8187 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
8188 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
8189 methods.
8190 (init_ctf_ops): Delete.
8191 (_initialize_ctf): Don't call it.
8192 * tracefile-tfile.c (tfile_target): New class.
8193 (tfile_ops): Now a tfile_target.
8194 (tfile_open, tfile_close, tfile_files_info)
8195 (tfile_get_tracepoint_status, tfile_trace_find)
8196 (tfile_fetch_registers, tfile_xfer_partial)
8197 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
8198 Refactor as tfile_target methods.
8199 (tfile_xfer_partial_features): Remove target_ops parameter.
8200 (init_tfile_ops): Delete.
8201 (_initialize_tracefile_tfile): Don't call it.
8202 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
8203 (tracefile_has_stack, tracefile_has_registers)
8204 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
8205 tracefile_target methods.
8206 (init_tracefile_ops): Delete.
8207 (tracefile_target::tracefile_target): New.
8208 * tracefile.h: Include "target.h".
8209 (tracefile_target): New class.
8210 (init_tracefile_ops): Delete.
8211
8212 * spu-multiarch.c (spu_multiarch_target): New class.
8213 (spu_ops): Now a spu_multiarch_target.
8214 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
8215 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
8216 (spu_search_memory, spu_mourn_inferior): Refactor as
8217 spu_multiarch_target methods.
8218 (init_spu_ops): Delete.
8219 (_initialize_spu_multiarch): Remove references to init_spu_ops,
8220 complete_target_initialization.
8221
8222 * ravenscar-thread.c (ravenscar_thread_target): New class.
8223 (ravenscar_ops): Now a ravenscar_thread_target.
8224 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
8225 (ravenscar_thread_alive, ravenscar_pid_to_str)
8226 (ravenscar_fetch_registers, ravenscar_store_registers)
8227 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
8228 (ravenscar_stopped_by_hw_breakpoint)
8229 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
8230 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
8231 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
8232 methods.
8233 (init_ravenscar_thread_ops): Delete.
8234 (_initialize_ravenscar): Remove references to
8235 init_ravenscar_thread_ops and complete_target_initialization.
8236
8237 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
8238 (bsd_uthread_target): New class.
8239 (bsd_uthread_ops): Now a bsd_uthread_target.
8240 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
8241 (bsd_uthread_close, bsd_uthread_mourn_inferior)
8242 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
8243 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
8244 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
8245 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
8246 (bsd_uthread_target): Delete function.
8247 (_initialize_bsd_uthread): Remove reference to
8248 complete_target_initialization.
8249
8250 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
8251 (target_bfd): ... this new class.
8252 (target_bfd_xfer_partial, target_bfd_get_section_table)
8253 (target_bfd_close): Refactor as target_bfd methods.
8254 (target_bfd::~target_bfd): New.
8255 (target_bfd_reopen): Adjust.
8256 (target_bfd::close): New.
8257
8258 * record-btrace.c (record_btrace_target): New class.
8259 (record_btrace_ops): Now a record_btrace_target.
8260 (record_btrace_open, record_btrace_stop_recording)
8261 (record_btrace_disconnect, record_btrace_close)
8262 (record_btrace_async, record_btrace_info)
8263 (record_btrace_insn_history, record_btrace_insn_history_range)
8264 (record_btrace_insn_history_from, record_btrace_call_history)
8265 (record_btrace_call_history_range)
8266 (record_btrace_call_history_from, record_btrace_record_method)
8267 (record_btrace_is_replaying, record_btrace_will_replay)
8268 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
8269 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
8270 (record_btrace_store_registers, record_btrace_prepare_to_store)
8271 (record_btrace_to_get_unwinder)
8272 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
8273 (record_btrace_commit_resume, record_btrace_wait)
8274 (record_btrace_stop, record_btrace_can_execute_reverse)
8275 (record_btrace_stopped_by_sw_breakpoint)
8276 (record_btrace_supports_stopped_by_sw_breakpoint)
8277 (record_btrace_stopped_by_hw_breakpoint)
8278 (record_btrace_supports_stopped_by_hw_breakpoint)
8279 (record_btrace_update_thread_list, record_btrace_thread_alive)
8280 (record_btrace_goto_begin, record_btrace_goto_end)
8281 (record_btrace_goto, record_btrace_stop_replaying_all)
8282 (record_btrace_execution_direction)
8283 (record_btrace_prepare_to_generate_core)
8284 (record_btrace_done_generating_core): Refactor as
8285 record_btrace_target methods.
8286 (init_record_btrace_ops): Delete.
8287 (_initialize_record_btrace): Remove reference to
8288 init_record_btrace_ops.
8289 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
8290 the execution_direction global.
8291 (record_full_base_target, record_full_target)
8292 (record_full_core_target): New classes.
8293 (record_full_ops): Now a record_full_target.
8294 (record_full_core_ops): Now a record_full_core_target.
8295 (record_full_target::detach, record_full_target::disconnect)
8296 (record_full_core_target::disconnect)
8297 (record_full_target::mourn_inferior, record_full_target::kill):
8298 New.
8299 (record_full_open, record_full_close, record_full_async): Refactor
8300 as methods of the record_full_base_target class.
8301 (record_full_resume, record_full_commit_resume): Refactor
8302 as methods of the record_full_target class.
8303 (record_full_wait, record_full_stopped_by_watchpoint)
8304 (record_full_stopped_data_address)
8305 (record_full_stopped_by_sw_breakpoint)
8306 (record_full_supports_stopped_by_sw_breakpoint)
8307 (record_full_stopped_by_hw_breakpoint)
8308 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
8309 methods of the record_full_base_target class.
8310 (record_full_store_registers, record_full_xfer_partial)
8311 (record_full_insert_breakpoint, record_full_remove_breakpoint):
8312 Refactor as methods of the record_full_target class.
8313 (record_full_can_execute_reverse, record_full_get_bookmark)
8314 (record_full_goto_bookmark, record_full_execution_direction)
8315 (record_full_record_method, record_full_info, record_full_delete)
8316 (record_full_is_replaying, record_full_will_replay)
8317 (record_full_goto_begin, record_full_goto_end, record_full_goto)
8318 (record_full_stop_replaying): Refactor as methods of the
8319 record_full_base_target class.
8320 (record_full_core_resume, record_full_core_kill)
8321 (record_full_core_fetch_registers)
8322 (record_full_core_prepare_to_store)
8323 (record_full_core_store_registers, record_full_core_xfer_partial)
8324 (record_full_core_insert_breakpoint)
8325 (record_full_core_remove_breakpoint)
8326 (record_full_core_has_execution): Refactor
8327 as methods of the record_full_core_target class.
8328 (record_full_base_target::supports_delete_record): New.
8329 (init_record_full_ops): Delete.
8330 (init_record_full_core_ops): Delete.
8331 (record_full_save): Refactor as method of the
8332 record_full_base_target class.
8333 (_initialize_record_full): Remove references to
8334 init_record_full_ops and init_record_full_core_ops.
8335
8336 * remote.c (remote_target, extended_remote_target): New classes.
8337 (remote_ops): Now a remote_target.
8338 (extended_remote_ops): Now an extended_remote_target.
8339 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
8340 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
8341 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
8342 (remote_pass_signals, remote_set_syscall_catchpoint)
8343 (remote_program_signals, )
8344 (remote_thread_always_alive): Remove target_ops parameter.
8345 (remote_thread_alive, remote_thread_name)
8346 (remote_update_thread_list, remote_threads_extra_info)
8347 (remote_static_tracepoint_marker_at)
8348 (remote_static_tracepoint_markers_by_strid)
8349 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
8350 (remote_open): Refactor as methods of remote_target.
8351 (extended_remote_open, extended_remote_detach)
8352 (extended_remote_attach, extended_remote_post_attach):
8353 (extended_remote_supports_disable_randomization)
8354 (extended_remote_create_inferior): : Refactor as method of
8355 extended_remote_target.
8356 (remote_set_permissions, remote_open_1, remote_detach)
8357 (remote_follow_fork, remote_follow_exec, remote_disconnect)
8358 (remote_resume, remote_commit_resume, remote_stop)
8359 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
8360 (remote_terminal_ours, remote_wait, remote_fetch_registers)
8361 (remote_prepare_to_store, remote_store_registers)
8362 (remote_flash_erase, remote_flash_done, remote_files_info)
8363 (remote_kill, remote_mourn, remote_insert_breakpoint)
8364 (remote_remove_breakpoint, remote_insert_watchpoint)
8365 (remote_watchpoint_addr_within_range)
8366 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
8367 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
8368 (remote_supports_stopped_by_sw_breakpoint)
8369 (remote_stopped_by_hw_breakpoint)
8370 (remote_supports_stopped_by_hw_breakpoint)
8371 (remote_stopped_by_watchpoint, remote_stopped_data_address)
8372 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
8373 (remote_verify_memory): Refactor as methods of remote_target.
8374 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
8375 parameter.
8376 (remote_xfer_partial, remote_get_memory_xfer_limit)
8377 (remote_search_memory, remote_rcmd, remote_memory_map)
8378 (remote_pid_to_str, remote_get_thread_local_address)
8379 (remote_get_tib_address, remote_read_description): Refactor as
8380 methods of remote_target.
8381 (remote_target::fileio_open, remote_target::fileio_pwrite)
8382 (remote_target::fileio_pread, remote_target::fileio_close): New.
8383 (remote_hostio_readlink, remote_hostio_fstat)
8384 (remote_filesystem_is_local, remote_can_execute_reverse)
8385 (remote_supports_non_stop, remote_supports_disable_randomization)
8386 (remote_supports_multi_process, remote_supports_cond_breakpoints)
8387 (remote_supports_enable_disable_tracepoint)
8388 (remote_supports_string_tracing)
8389 (remote_can_run_breakpoint_commands, remote_trace_init)
8390 (remote_download_tracepoint, remote_can_download_tracepoint)
8391 (remote_download_trace_state_variable, remote_enable_tracepoint)
8392 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
8393 (remote_trace_start, remote_get_trace_status)
8394 (remote_get_tracepoint_status, remote_trace_stop)
8395 (remote_trace_find, remote_get_trace_state_variable_value)
8396 (remote_save_trace_data, remote_get_raw_trace_data)
8397 (remote_set_disconnected_tracing, remote_core_of_thread)
8398 (remote_set_circular_trace_buffer, remote_traceframe_info)
8399 (remote_get_min_fast_tracepoint_insn_len)
8400 (remote_set_trace_buffer_size, remote_set_trace_notes)
8401 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
8402 (remote_disable_btrace, remote_teardown_btrace)
8403 (remote_read_btrace, remote_btrace_conf)
8404 (remote_augmented_libraries_svr4_read, remote_load)
8405 (remote_pid_to_exec_file, remote_can_do_single_step)
8406 (remote_execution_direction, remote_thread_handle_to_thread_info):
8407 Refactor as methods of remote_target.
8408 (init_remote_ops, init_extended_remote_ops): Delete.
8409 (remote_can_async_p, remote_is_async_p, remote_async)
8410 (remote_thread_events, remote_upload_tracepoints)
8411 (remote_upload_trace_state_variables): Refactor as methods of
8412 remote_target.
8413 (_initialize_remote): Remove references to init_remote_ops and
8414 init_extended_remote_ops.
8415
8416 * remote-sim.c (gdbsim_target): New class.
8417 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
8418 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
8419 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
8420 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
8421 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
8422 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
8423 Refactor as methods of gdbsim_target.
8424 (gdbsim_ops): Now a gdbsim_target.
8425 (init_gdbsim_ops): Delete.
8426 (gdbsim_cntrl_c): Adjust.
8427 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
8428
8429 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
8430 (the_amd64_linux_nat_target): New.
8431 (amd64_linux_fetch_inferior_registers)
8432 (amd64_linux_store_inferior_registers): Refactor as methods of
8433 amd64_linux_nat_target.
8434 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
8435 * i386-linux-nat.c: Don't include "linux-nat.h".
8436 (i386_linux_nat_target): New class.
8437 (the_i386_linux_nat_target): New.
8438 (i386_linux_fetch_inferior_registers)
8439 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
8440 as methods of i386_linux_nat_target.
8441 (_initialize_i386_linux_nat): Adjust. Set linux_target.
8442 * inf-child.c (inf_child_ops): Delete.
8443 (inf_child_fetch_inferior_registers)
8444 (inf_child_store_inferior_registers): Delete.
8445 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
8446 methods of inf_child_target.
8447 (inf_child_target::supports_terminal_ours)
8448 (inf_child_target::terminal_init)
8449 (inf_child_target::terminal_inferior)
8450 (inf_child_target::terminal_ours_for_output)
8451 (inf_child_target::terminal_ours, inf_child_target::interrupt)
8452 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
8453 New.
8454 (inf_child_open, inf_child_disconnect, inf_child_close)
8455 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
8456 (inf_child_post_startup_inferior, inf_child_can_run)
8457 (inf_child_pid_to_exec_file): Refactor as methods of
8458 inf_child_target.
8459 (inf_child_follow_fork): Delete.
8460 (inf_child_target::can_create_inferior)
8461 (inf_child_target::can_attach): New.
8462 (inf_child_target::has_all_memory, inf_child_target::has_memory)
8463 (inf_child_target::has_stack, inf_child_target::has_registers)
8464 (inf_child_target::has_execution): New.
8465 (inf_child_fileio_open, inf_child_fileio_pwrite)
8466 (inf_child_fileio_pread, inf_child_fileio_fstat)
8467 (inf_child_fileio_close, inf_child_fileio_unlink)
8468 (inf_child_fileio_readlink, inf_child_use_agent)
8469 (inf_child_can_use_agent): Refactor as methods of
8470 inf_child_target.
8471 (return_zero, inf_child_target): Delete.
8472 (inf_child_target::inf_child_target): New.
8473 * inf-child.h: Include "target.h".
8474 (inf_child_target): Delete function prototype.
8475 (inf_child_target): New class.
8476 (inf_child_open_target, inf_child_mourn_inferior)
8477 (inf_child_maybe_unpush_target): Delete.
8478 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
8479 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
8480 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
8481 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
8482 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
8483 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
8484 (inf_ptrace_wait, inf_ptrace_xfer_partial)
8485 (inf_ptrace_thread_alive, inf_ptrace_files_info)
8486 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
8487 methods of inf_ptrace_target.
8488 (inf_ptrace_target): Delete function.
8489 * inf-ptrace.h: Include "inf-child.h".
8490 (inf_ptrace_target): Delete function declaration.
8491 (inf_ptrace_target): New class.
8492 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
8493 * linux-nat.c (linux_target): New.
8494 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
8495 (linux_nat_target::~linux_nat_target): New.
8496 (linux_child_post_attach, linux_child_post_startup_inferior)
8497 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
8498 (linux_child_remove_fork_catchpoint)
8499 (linux_child_insert_vfork_catchpoint)
8500 (linux_child_remove_vfork_catchpoint)
8501 (linux_child_insert_exec_catchpoint)
8502 (linux_child_remove_exec_catchpoint)
8503 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
8504 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
8505 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
8506 (linux_nat_stopped_data_address)
8507 (linux_nat_stopped_by_sw_breakpoint)
8508 (linux_nat_supports_stopped_by_sw_breakpoint)
8509 (linux_nat_stopped_by_hw_breakpoint)
8510 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
8511 (linux_nat_kill, linux_nat_mourn_inferior)
8512 (linux_nat_xfer_partial, linux_nat_thread_alive)
8513 (linux_nat_update_thread_list, linux_nat_pid_to_str)
8514 (linux_nat_thread_name, linux_child_pid_to_exec_file)
8515 (linux_child_static_tracepoint_markers_by_strid)
8516 (linux_nat_is_async_p, linux_nat_can_async_p)
8517 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
8518 (linux_nat_supports_multi_process)
8519 (linux_nat_supports_disable_randomization, linux_nat_async)
8520 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
8521 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
8522 (linux_nat_fileio_open, linux_nat_fileio_readlink)
8523 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
8524 methods of linux_nat_target.
8525 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
8526 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
8527 parameter.
8528 (check_stopped_by_watchpoint): Adjust.
8529 (linux_xfer_partial): Delete.
8530 (linux_target_install_ops, linux_target, linux_nat_add_target):
8531 Delete.
8532 (linux_nat_target::linux_nat_target): New.
8533 * linux-nat.h: Include "inf-ptrace.h".
8534 (linux_nat_target): New.
8535 (linux_target, linux_target_install_ops, linux_nat_add_target):
8536 Delete function declarations.
8537 (linux_target): Declare global.
8538 * linux-thread-db.c (thread_db_target): New.
8539 (thread_db_target::thread_db_target): New.
8540 (thread_db_ops): Delete.
8541 (the_thread_db_target): New.
8542 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
8543 (thread_db_update_thread_list, thread_db_pid_to_str)
8544 (thread_db_extra_thread_info)
8545 (thread_db_thread_handle_to_thread_info)
8546 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
8547 (thread_db_resume): Refactor as methods of thread_db_target.
8548 (init_thread_db_ops): Delete.
8549 (_initialize_thread_db): Remove reference to init_thread_db_ops.
8550 * x86-linux-nat.c: Don't include "linux-nat.h".
8551 (super_post_startup_inferior): Delete.
8552 (x86_linux_nat_target::~x86_linux_nat_target): New.
8553 (x86_linux_child_post_startup_inferior)
8554 (x86_linux_read_description, x86_linux_enable_btrace)
8555 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
8556 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
8557 methods of x86_linux_nat_target.
8558 (x86_linux_create_target): Delete. Bits folded ...
8559 (x86_linux_add_target): ... here. Now takes a linux_nat_target
8560 pointer.
8561 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
8562 (x86_linux_nat_target): New class.
8563 (x86_linux_create_target): Delete.
8564 (x86_linux_add_target): Now takes a linux_nat_target pointer.
8565 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
8566 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
8567 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
8568 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
8569 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
8570 make extern.
8571 (x86_use_watchpoints): Delete.
8572 * x86-nat.h: Include "breakpoint.h" and "target.h".
8573 (x86_use_watchpoints): Delete.
8574 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
8575 (x86_stopped_by_watchpoint, x86_stopped_data_address)
8576 (x86_insert_watchpoint, x86_remove_watchpoint)
8577 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
8578 (x86_stopped_by_hw_breakpoint): New declarations.
8579 (x86_nat_target): New template class.
8580
8581 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
8582 (the_ppc_linux_nat_target): New.
8583 (ppc_linux_fetch_inferior_registers)
8584 (ppc_linux_can_use_hw_breakpoint)
8585 (ppc_linux_region_ok_for_hw_watchpoint)
8586 (ppc_linux_ranged_break_num_registers)
8587 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
8588 (ppc_linux_insert_mask_watchpoint)
8589 (ppc_linux_remove_mask_watchpoint)
8590 (ppc_linux_can_accel_watchpoint_condition)
8591 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
8592 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
8593 (ppc_linux_watchpoint_addr_within_range)
8594 (ppc_linux_masked_watch_num_registers)
8595 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
8596 (ppc_linux_read_description): Refactor as methods of
8597 ppc_linux_nat_target.
8598 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
8599
8600 * procfs.c (procfs_xfer_partial): Delete forward declaration.
8601 (procfs_target): New class.
8602 (the_procfs_target): New.
8603 (procfs_target): Delete function.
8604 (procfs_auxv_parse, procfs_attach, procfs_detach)
8605 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
8606 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
8607 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
8608 (procfs_create_inferior, procfs_update_thread_list)
8609 (procfs_thread_alive, procfs_pid_to_str)
8610 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
8611 (procfs_stopped_data_address, procfs_insert_watchpoint)
8612 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
8613 (proc_find_memory_regions, procfs_info_proc)
8614 (procfs_make_note_section): Refactor as methods of procfs_target.
8615 (_initialize_procfs): Adjust.
8616 * sol-thread.c (sol_thread_target): New class.
8617 (sol_thread_ops): Now a sol_thread_target.
8618 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
8619 (sol_thread_fetch_registers, sol_thread_store_registers)
8620 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
8621 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
8622 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
8623 (init_sol_thread_ops): Delete.
8624 (_initialize_sol_thread): Adjust. Remove references to
8625 init_sol_thread_ops and complete_target_initialization.
8626
8627 * windows-nat.c (windows_nat_target): New class.
8628 (windows_fetch_inferior_registers)
8629 (windows_store_inferior_registers, windows_resume, windows_wait)
8630 (windows_attach, windows_detach, windows_pid_to_exec_file)
8631 (windows_files_info, windows_create_inferior)
8632 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
8633 (windows_close, windows_pid_to_str, windows_xfer_partial)
8634 (windows_get_tib_address, windows_get_ada_task_ptid)
8635 (windows_thread_name, windows_thread_alive): Refactor as
8636 windows_nat_target methods.
8637 (do_initial_windows_stuff): Adjust.
8638 (windows_target): Delete function.
8639 (_initialize_windows_nat): Adjust.
8640
8641 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
8642 (darwin_mourn_inferior, darwin_kill_inferior)
8643 (darwin_create_inferior, darwin_attach, darwin_detach)
8644 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
8645 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
8646 (darwin_supports_multi_process): Refactor as darwin_nat_target
8647 methods.
8648 (darwin_resume_to, darwin_files_info): Delete.
8649 (_initialize_darwin_inferior): Rename to ...
8650 (_initialize_darwin_nat): ... this. Adjust to C++ification.
8651 * darwin-nat.h: Include "inf-child.h".
8652 (darwin_nat_target): New class.
8653 (darwin_complete_target): Delete.
8654 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
8655 (darwin_target): New.
8656 (i386_darwin_fetch_inferior_registers)
8657 (i386_darwin_store_inferior_registers): Refactor as methods of
8658 darwin_nat_target.
8659 (darwin_complete_target): Delete, with ...
8660 (_initialize_i386_darwin_nat): ... bits factored out here.
8661
8662 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
8663 (the_alpha_linux_nat_target): New.
8664 (alpha_linux_register_u_offset): Refactor as
8665 alpha_linux_nat_target method.
8666 (_initialize_alpha_linux_nat): Adjust.
8667 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
8668 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
8669 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
8670 methods of linux_nat_trad_target.
8671 (linux_trad_target): Delete.
8672 * linux-nat-trad.h (linux_trad_target): Delete function.
8673 (linux_nat_trad_target): New class.
8674 * mips-linux-nat.c (mips_linux_nat_target): New class.
8675 (super_fetch_registers, super_store_registers, super_close):
8676 Delete.
8677 (the_mips_linux_nat_target): New.
8678 (mips64_linux_regsets_fetch_registers)
8679 (mips64_linux_regsets_store_registers)
8680 (mips64_linux_fetch_registers, mips64_linux_store_registers)
8681 (mips_linux_register_u_offset, mips_linux_read_description)
8682 (mips_linux_can_use_hw_breakpoint)
8683 (mips_linux_stopped_by_watchpoint)
8684 (mips_linux_stopped_data_address)
8685 (mips_linux_region_ok_for_hw_watchpoint)
8686 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
8687 (mips_linux_close): Refactor as methods of mips_linux_nat.
8688 (_initialize_mips_linux_nat): Adjust to C++ification.
8689
8690 * aix-thread.c (aix_thread_target): New class.
8691 (aix_thread_ops): Now an aix_thread_target.
8692 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
8693 (aix_thread_fetch_registers, aix_thread_store_registers)
8694 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
8695 (aix_thread_thread_alive, aix_thread_pid_to_str)
8696 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
8697 Refactor as methods of aix_thread_target.
8698 (init_aix_thread_ops): Delete.
8699 (_initialize_aix_thread): Remove references to init_aix_thread_ops
8700 and complete_target_initialization.
8701 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
8702 (rs6000_nat_target): New class.
8703 (the_rs6000_nat_target): New.
8704 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
8705 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
8706 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
8707 (super_create_inferior): Delete.
8708 (_initialize_rs6000_nat): Adjust to C++ification.
8709
8710 * arm-linux-nat.c (arm_linux_nat_target): New class.
8711 (the_arm_linux_nat_target): New.
8712 (arm_linux_fetch_inferior_registers)
8713 (arm_linux_store_inferior_registers, arm_linux_read_description)
8714 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
8715 (arm_linux_remove_hw_breakpoint)
8716 (arm_linux_region_ok_for_hw_watchpoint)
8717 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
8718 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
8719 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
8720 arm_linux_nat_target.
8721 (_initialize_arm_linux_nat): Adjust to C++ification.
8722
8723 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
8724 (the_aarch64_linux_nat_target): New.
8725 (aarch64_linux_fetch_inferior_registers)
8726 (aarch64_linux_store_inferior_registers)
8727 (aarch64_linux_child_post_startup_inferior)
8728 (aarch64_linux_read_description)
8729 (aarch64_linux_can_use_hw_breakpoint)
8730 (aarch64_linux_insert_hw_breakpoint)
8731 (aarch64_linux_remove_hw_breakpoint)
8732 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
8733 (aarch64_linux_region_ok_for_hw_watchpoint)
8734 (aarch64_linux_stopped_data_address)
8735 (aarch64_linux_stopped_by_watchpoint)
8736 (aarch64_linux_watchpoint_addr_within_range)
8737 (aarch64_linux_can_do_single_step): Refactor as methods of
8738 aarch64_linux_nat_target.
8739 (super_post_startup_inferior): Delete.
8740 (_initialize_aarch64_linux_nat): Adjust to C++ification.
8741
8742 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
8743 (the_hppa_linux_nat_target): New.
8744 (hppa_linux_fetch_inferior_registers)
8745 (hppa_linux_store_inferior_registers): Refactor as methods of
8746 hppa_linux_nat_target.
8747 (_initialize_hppa_linux_nat): Adjust to C++ification.
8748
8749 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
8750 (the_ia64_linux_nat_target): New.
8751 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
8752 (ia64_linux_stopped_data_address)
8753 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
8754 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
8755 ia64_linux_nat_target methods.
8756 (super_xfer_partial): Delete.
8757 (_initialize_ia64_linux_nat): Adjust to C++ification.
8758
8759 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
8760 (the_m32r_linux_nat_target): New.
8761 (m32r_linux_fetch_inferior_registers)
8762 (m32r_linux_store_inferior_registers): Refactor as
8763 m32r_linux_nat_target methods.
8764 (_initialize_m32r_linux_nat): Adjust to C++ification.
8765
8766 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
8767 (the_m68k_linux_nat_target): New.
8768 (m68k_linux_fetch_inferior_registers)
8769 (m68k_linux_store_inferior_registers): Refactor as
8770 m68k_linux_nat_target methods.
8771 (_initialize_m68k_linux_nat): Adjust to C++ification.
8772
8773 * s390-linux-nat.c (s390_linux_nat_target): New class.
8774 (the_s390_linux_nat_target): New.
8775 (s390_linux_fetch_inferior_registers)
8776 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
8777 (s390_insert_watchpoint, s390_remove_watchpoint)
8778 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
8779 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
8780 (s390_auxv_parse, s390_read_description): Refactor as methods of
8781 s390_linux_nat_target.
8782 (_initialize_s390_nat): Adjust to C++ification.
8783
8784 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
8785 (the_sparc_linux_nat_target): New.
8786 (_initialize_sparc_linux_nat): Adjust to C++ification.
8787 * sparc-nat.c (sparc_fetch_inferior_registers)
8788 (sparc_store_inferior_registers): Remove target_ops parameter.
8789 * sparc-nat.h (sparc_fetch_inferior_registers)
8790 (sparc_store_inferior_registers): Remove target_ops parameter.
8791 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
8792 (the_sparc64_linux_nat_target): New.
8793 (_initialize_sparc64_linux_nat): Adjust to C++ification.
8794
8795 * spu-linux-nat.c (spu_linux_nat_target): New class.
8796 (the_spu_linux_nat_target): New.
8797 (spu_child_post_startup_inferior, spu_child_post_attach)
8798 (spu_child_wait, spu_fetch_inferior_registers)
8799 (spu_store_inferior_registers, spu_xfer_partial)
8800 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
8801 methods.
8802 (_initialize_spu_nat): Adjust to C++ification.
8803
8804 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
8805 (the_tilegx_linux_nat_target): New.
8806 (fetch_inferior_registers, store_inferior_registers):
8807 Refactor as methods.
8808 (_initialize_tile_linux_nat): Adjust to C++ification.
8809
8810 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
8811 (the_xtensa_linux_nat_target): New.
8812 (xtensa_linux_fetch_inferior_registers)
8813 (xtensa_linux_store_inferior_registers): Refactor as
8814 xtensa_linux_nat_target methods.
8815 (_initialize_xtensa_linux_nat): Adjust to C++ification.
8816
8817 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
8818 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
8819 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
8820 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
8821 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
8822 (fbsd_stopped_by_sw_breakpoint)
8823 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
8824 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
8825 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
8826 (fbsd_post_startup_inferior, fbsd_post_attach)
8827 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
8828 (fbsd_set_syscall_catchpoint)
8829 (super_xfer_partial, super_resume, super_wait)
8830 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
8831 (fbsd_handle_debug_trap): Remove target_ops parameter.
8832 (fbsd_nat_add_target): Delete.
8833 * fbsd-nat.h: Include "inf-ptrace.h".
8834 (fbsd_nat_add_target): Delete.
8835 (USE_SIGTRAP_SIGINFO): Define.
8836 (fbsd_nat_target): New class.
8837
8838 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
8839 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
8840 (amd64bsd_target): Delete.
8841 * amd64-bsd-nat.h: New file.
8842 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
8843 "x86-bsd-nat.h".
8844 (amd64_fbsd_nat_target): New class.
8845 (the_amd64_fbsd_nat_target): New.
8846 (amd64fbsd_read_description): Refactor as method of
8847 amd64_fbsd_nat_target.
8848 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
8849 (_initialize_amd64fbsd_nat): Adjust to C++ification.
8850 * amd64-nat.h (amd64bsd_target): Delete function declaration.
8851 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
8852 (i386bsd_store_inferior_registers): Remove target_ops parameter.
8853 (i386bsd_target): Delete.
8854 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
8855 (i386bsd_fetch_inferior_registers)
8856 (i386bsd_store_inferior_registers): Declare.
8857 (i386_bsd_nat_target): New class.
8858 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
8859 (the_i386_fbsd_nat_target): New.
8860 (i386fbsd_resume, i386fbsd_read_description): Refactor as
8861 i386_fbsd_nat_target methods.
8862 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
8863 (_initialize_i386fbsd_nat): Adjust to C++ification.
8864 * x86-bsd-nat.c (super_mourn_inferior): Delete.
8865 (x86bsd_mourn_inferior, x86bsd_target): Delete.
8866 (_initialize_x86_bsd_nat): Adjust to C++ification.
8867 * x86-bsd-nat.h: Include "x86-nat.h".
8868 (x86bsd_target): Delete declaration.
8869 (x86bsd_nat_target): New class.
8870
8871 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
8872 (the_aarch64_fbsd_nat_target): New.
8873 (aarch64_fbsd_fetch_inferior_registers)
8874 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
8875 aarch64_fbsd_nat_target.
8876 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
8877 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
8878 (the_alpha_bsd_nat_target): New.
8879 (alphabsd_fetch_inferior_registers)
8880 (alphabsd_store_inferior_registers): Refactor as
8881 alpha_bsd_nat_target methods.
8882 (_initialize_alphabsd_nat): Refactor as methods of
8883 alpha_bsd_nat_target.
8884 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
8885 (the_amd64_nbsd_nat_target): New.
8886 (_initialize_amd64nbsd_nat): Adjust to C++ification.
8887 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
8888 (the_amd64_obsd_nat_target): New.
8889 (_initialize_amd64obsd_nat): Adjust to C++ification.
8890 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
8891 (the_arm_fbsd_nat_target): New.
8892 (arm_fbsd_fetch_inferior_registers)
8893 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
8894 (_initialize_arm_fbsd_nat): Refactor as methods of
8895 arm_fbsd_nat_target.
8896 (_initialize_arm_fbsd_nat): Adjust to C++ification.
8897 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
8898 (the_arm_netbsd_nat_target): New.
8899 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
8900 arm_netbsd_nat_target.
8901 (_initialize_arm_netbsd_nat): Adjust to C++ification.
8902 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
8903 (the_hppa_nbsd_nat_target): New.
8904 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
8905 hppa_nbsd_nat_target methods.
8906 (_initialize_hppanbsd_nat): Adjust to C++ification.
8907 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
8908 (the_hppa_obsd_nat_target): New.
8909 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
8910 methods of hppa_obsd_nat_target.
8911 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
8912 add_target.
8913 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
8914 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
8915 add_target.
8916 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
8917 (_initialize_i386obsd_nat): Use add_target.
8918 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
8919 (the_m68k_bsd_nat_target): New.
8920 (m68kbsd_fetch_inferior_registers)
8921 (m68kbsd_store_inferior_registers): Refactor as methods of
8922 m68k_bsd_nat_target.
8923 (_initialize_m68kbsd_nat): Adjust to C++ification.
8924 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
8925 (the_mips_fbsd_nat_target): New.
8926 (mips_fbsd_fetch_inferior_registers)
8927 (mips_fbsd_store_inferior_registers): Refactor as methods of
8928 mips_fbsd_nat_target.
8929 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
8930 add_target.
8931 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
8932 (the_mips_nbsd_nat_target): New.
8933 (mipsnbsd_fetch_inferior_registers)
8934 (mipsnbsd_store_inferior_registers): Refactor as methods of
8935 mips_nbsd_nat_target.
8936 (_initialize_mipsnbsd_nat): Adjust to C++ification.
8937 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
8938 (the_mips64_obsd_nat_target): New.
8939 (mips64obsd_fetch_inferior_registers)
8940 (mips64obsd_store_inferior_registers): Refactor as methods of
8941 mips64_obsd_nat_target.
8942 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
8943 add_target.
8944 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
8945 nbsd_nat_target.
8946 * nbsd-nat.h: Include "inf-ptrace.h".
8947 (nbsd_nat_target): New class.
8948 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
8949 (obsd_wait): Refactor as methods of obsd_nat_target.
8950 (obsd_add_target): Delete.
8951 * obsd-nat.h: Include "inf-ptrace.h".
8952 (obsd_nat_target): New class.
8953 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
8954 (the_ppc_fbsd_nat_target): New.
8955 (ppcfbsd_fetch_inferior_registers)
8956 (ppcfbsd_store_inferior_registers): Refactor as methods of
8957 ppc_fbsd_nat_target.
8958 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
8959 add_target.
8960 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
8961 (the_ppc_nbsd_nat_target): New.
8962 (ppcnbsd_fetch_inferior_registers)
8963 (ppcnbsd_store_inferior_registers): Refactor as methods of
8964 ppc_nbsd_nat_target.
8965 (_initialize_ppcnbsd_nat): Adjust to C++ification.
8966 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
8967 (the_ppc_obsd_nat_target): New.
8968 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
8969 methods of ppc_obsd_nat_target.
8970 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
8971 add_target.
8972 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
8973 (the_sh_nbsd_nat_target): New.
8974 (shnbsd_fetch_inferior_registers)
8975 (shnbsd_store_inferior_registers): Refactor as methods of
8976 sh_nbsd_nat_target.
8977 (_initialize_shnbsd_nat): Adjust to C++ification.
8978 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
8979 (inf_ptrace_xfer_partial): Delete.
8980 (sparc_xfer_partial, sparc_target): Delete.
8981 * sparc-nat.h (sparc_fetch_inferior_registers)
8982 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
8983 (sparc_target): Delete function declaration.
8984 (sparc_target): New template class.
8985 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
8986 (_initialize_sparcnbsd_nat): Adjust to C++ification.
8987 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
8988 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
8989 add_target.
8990 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
8991 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
8992 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
8993 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
8994 add_target.
8995 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
8996 (the_vax_bsd_nat_target): New.
8997 (vaxbsd_fetch_inferior_registers)
8998 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
8999 methods.
9000 (_initialize_vaxbsd_nat): Adjust to C++ification.
9001
9002 * bsd-kvm.c (bsd_kvm_target): New class.
9003 (bsd_kvm_ops): Now a bsd_kvm_target.
9004 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
9005 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
9006 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
9007 bsd_kvm_target.
9008 (bsd_kvm_return_one): Delete.
9009 (bsd_kvm_add_target): Adjust to C++ification.
9010
9011 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
9012 (nto_procfs_target_procfs): New classes.
9013 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
9014 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
9015 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
9016 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
9017 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
9018 (procfs_remove_hw_breakpoint, procfs_resume)
9019 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
9020 (procfs_kill_inferior, procfs_store_registers)
9021 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
9022 as methods of nto_procfs_target.
9023 (nto_procfs_ops): Now an nto_procfs_target_procfs.
9024 (nto_native_ops): Delete.
9025 (procfs_open, procfs_native_open): Delete.
9026 (nto_native_ops): Now an nto_procfs_target_native.
9027 (init_procfs_targets): Adjust to C++ification.
9028 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
9029 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
9030 Refactor as methods of nto_procfs_target.
9031
9032 * go32-nat.c (go32_nat_target): New class.
9033 (the_go32_nat_target): New.
9034 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
9035 (go32_store_registers, go32_xfer_partial, go32_files_info)
9036 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
9037 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
9038 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
9039 (go32_pid_to_str): Refactor as methods of go32_nat_target.
9040 (go32_target): Delete.
9041 (_initialize_go32_nat): Adjust to C++ification.
9042
9043 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
9044 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
9045 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
9046 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
9047 gnu_nat_target.
9048 (gnu_target): Delete.
9049 * gnu-nat.h (gnu_target): Delete.
9050 (gnu_nat_target): New class.
9051 * i386-gnu-nat.c (gnu_base_target): New.
9052 (i386_gnu_nat_target): New class.
9053 (the_i386_gnu_nat_target): New.
9054 (_initialize_i386gnu_nat): Adjust to C++ification.
9055
3fffc070
PA
90562018-05-02 Pedro Alves <palves@redhat.com>
9057
9058 * bfd-target.c (target_bfd_xclose): Rename to ...
9059 (target_bfd_close): ... this.
9060 (target_bfd_reopen): Adjust.
9061 * target.c (target_close): Remove references to to_xclose.
9062 * target.h (target_ops::to_xclose): Delete.
9063 (target_ops::to_close): Update comments.
9064
6798487f
PA
90652018-05-02 Pedro Alves <palves@redhat.com>
9066
9067 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
9068 "linux-nat.h".
9069 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
9070 * inf-ptrace.c (inf_ptrace_register_u_offset)
9071 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
9072 (inf_ptrace_store_register, inf_ptrace_store_registers)
9073 (inf_ptrace_trad_target): Move to ...
9074 * linux-nat-trad.c: ... this new file.
9075 * linux-nat-trad.h: New file.
9076 * linux-nat.c (linux_target_install_ops): Make extern.
9077 (linux_trad_target): Delete.
9078 * linux-nat.h (linux_trad_target): Delete declaration.
9079 (linux_target_install_ops): Declare.
9080 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
9081 "linux-nat.h".
9082
c1955e17
PA
90832018-05-02 Pedro Alves <palves@redhat.com>
9084
9085 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
9086 procfs_target/add_target here.
9087 * procfs.c (procfs_target): Make static.
9088 (_initialize_procfs): Call add_target here.
9089 * procfs.h (struct target_ops): Remove forward declaration.
9090 (procfs_target): Remove declaration.
9091 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
9092
b5c8fcb1
PA
90932018-05-02 Pedro Alves <palves@redhat.com>
9094
9095 * procfs.c (procfs_stopped_by_watchpoint)
9096 (procfs_insert_watchpoint, procfs_remove_watchpoint)
9097 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
9098 Forward declare.
9099 (procfs_use_watchpoints): Delete, move contents...
9100 (procfs_target): ... here.
9101 * procfs.h (procfs_use_watchpoints): Delete declaration.
9102 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
9103 procfs_use_watchpoints.
9104 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
9105 procfs_use_watchpoints.
9106
0489430a
TT
91072018-05-02 Tom Tromey <tom@tromey.com>
9108
9109 PR python/20084:
9110 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
9111 and var_zuinteger_unlimited.
9112 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
9113 and PARAM_ZUINTEGER_UNLIMITED.
9114 (set_parameter_value): Handle var_zuinteger and
9115 var_zuinteger_unlimited.
9116 (add_setshow_generic): Likewise.
9117 (parmpy_init): Likewise.
9118
1632f8ba
DR
91192018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9120
9121 PR rust/23124
9122 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
9123 pointer is not null before dereferencing it.
9124
76761936
TT
91252018-04-30 Tom Tromey <tom@tromey.com>
9126
9127 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
9128 is_mi_like_p.
9129
2d33446d
TT
91302018-04-30 Tom Tromey <tom@tromey.com>
9131
9132 * breakpoint.c (mention): Remove use of is_mi_like_p.
9133 (print_mention_ranged_breakpoint): Likewise.
9134 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
9135 of is_mi_like_p.
9136
f3c6abab
TT
91372018-04-30 Tom Tromey <tom@tromey.com>
9138
9139 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
9140
40c03530
TT
91412018-04-30 Tom Tromey <tom@tromey.com>
9142
9143 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
9144 (info_spu_event_command): Remove some uses of is_mi_like_p.
9145
2038b7fd
TT
91462018-04-30 Tom Tromey <tom@tromey.com>
9147
9148 * python/py-framefilter.c (py_print_single_arg)
9149 (enumerate_locals, py_print_args, py_print_frame): Remove some
9150 uses of is_mi_like_p.
9151
4904c3c6
TT
91522018-04-30 Tom Tromey <tom@tromey.com>
9153
9154 * ui-out.c: Update.
9155 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
9156 * ui-out.h (ui_out::is_mi_like_p): Now const.
9157 (ui_out::do_is_mi_like_p): Now const.
9158 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
9159
7c66fffc
TT
91602018-04-30 Tom Tromey <tom@tromey.com>
9161
9162 * varobj.c (varobj_set_visualizer): Use new_reference.
9163 * python/python.c (gdbpy_decode_line): Use new_reference.
9164 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
9165 new_reference.
9166
bbfa6f00
TT
91672018-04-30 Tom Tromey <tom@tromey.com>
9168
9169 * varobj.c (install_new_value): Use new_reference.
9170 * value.h (value_incref): Return void. Swap intro comment with
9171 value_decref.
9172 * value.c (set_value_parent): Use new_reference.
9173 (value_incref): Return void. Update intro comment.
9174 (release_value): Use new_reference.
9175 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
9176
1831a9f9
TT
91772018-04-30 Tom Tromey <tom@tromey.com>
9178
9179 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
9180 * gdb_bfd.h (new_bfd_ref): Remove.
9181 (gdb_bfd_open): Update comment.
9182 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
9183 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
9184 (gdb_bfd_fdopenr): Use new_reference.
9185 * exec.c (exec_file_attach): Use new_reference.
9186
7c1b5f3d
TT
91872018-04-30 Tom Tromey <tom@tromey.com>
9188
9189 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
9190 method.
9191
e11fb955
TT
91922018-04-30 Tom Tromey <tom@tromey.com>
9193
9194 * jit.c (jit_read_code_entry): Use type_align.
9195 * i386-tdep.c (i386_gdbarch_init): Don't call
9196 set_gdbarch_long_long_align_bit.
9197 * gdbarch.sh: Remove long_long_align_bit.
9198 * gdbarch.c, gdbarch.h: Rebuild.
9199 * arc-tdep.c (arc_type_align): New function.
9200 (arc_gdbarch_init): Use arc_type_align. Don't call
9201 set_gdbarch_long_long_align_bit.
9202
2fff16dd
TT
92032018-04-30 Tom Tromey <tom@tromey.com>
9204
9205 * rust-lang.c (rust_type_alignment): Remove.
9206 (rust_composite_type): Use type_align.
9207
6d7bb824
TT
92082018-04-30 Tom Tromey <tom@tromey.com>
9209
9210 * NEWS: Mention Type.align.
9211 * python/py-type.c (typy_get_alignof): New function.
9212 (type_object_getset): Add "alignof".
9213
007e1530
TT
92142018-04-30 Tom Tromey <tom@tromey.com>
9215
9216 PR exp/17095:
9217 * NEWS: Update.
9218 * std-operator.def (UNOP_ALIGNOF): New operator.
9219 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
9220 New.
9221 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
9222 * c-lang.c (c_op_print_tab): Add alignof.
9223 * c-exp.y (ALIGNOF): New token.
9224 (exp): Add "ALIGNOF" production.
9225 (ident_tokens): Add _Alignof and alignof.
9226
2b4424c3
TT
92272018-04-30 Tom Tromey <tom@tromey.com>
9228
9229 * i386-tdep.c (i386_type_align): New function.
9230 (i386_gdbarch_init): Update.
9231 * gdbarch.sh (type_align): New method.
9232 * gdbarch.c, gdbarch.h: Rebuild.
9233 * arch-utils.h (default_type_align): Declare.
9234 * arch-utils.c (default_type_align): New function.
9235 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
9236 (struct type) <align_log2>: New field.
9237 <instance_flags>: Now a bitfield.
9238 (TYPE_RAW_ALIGN): New macro.
9239 (type_align, type_raw_align, set_type_align): Declare.
9240 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
9241 functions.
9242 * dwarf2read.c (quirk_rust_enum): Set type alignment.
9243 (get_alignment, maybe_set_alignment): New functions.
9244 (read_structure_type, read_enumeration_type, read_array_type)
9245 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
9246 (read_subrange_type, read_base_type): Set type alignment.
9247
d33bc52e
SM
92482018-04-30 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * dwarf2read.c (read_index_from_section): Use bool.
9251
e28b63a9
FG
92522018-04-29 Fabian Groffen <grobian@gentoo.org>
9253
9254 PR gdb/22950
9255 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
9256 with #ifdef.
9257
cd8c76e4
JR
92582018-04-29 John Reiser <jreiser@BitWagon.com>
9259
9260 PR build/22873
9261 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
9262 last step, and do it atomically.
9263
476d250e
AO
92642018-04-27 Alexandre Oliva <aoliva@redhat.com>
9265
9266 * compile/compile-c-types.c (convert_int, convert_float):
9267 Update for C FE v1.
9268
6873858b
TT
92692018-04-27 Tom Tromey <tom@tromey.com>
9270
9271 PR rust/22545:
9272 * rust-lang.c (rust_inclusive_range_type_p): New function.
9273 (rust_range): Handle inclusive ranges.
9274 (rust_compute_range): Likewise.
9275 * rust-exp.y (struct rust_op) <inclusive>: New field.
9276 (DOTDOTEQ): New constant.
9277 (range_expr): Add "..=" productions.
9278 (operator_tokens): Add "..=" token.
9279 (ast_range): Add "inclusive" parameter.
9280 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
9281 ranges.
9282 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
9283 bounds values.
9284 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
9285 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
9286 Update comments.
9287 * expprint.c (print_subexp_standard): Handle new bounds values.
9288 (dump_subexp_body_standard): Likewise.
9289
632e107b
TT
92902018-04-27 Tom Tromey <tom@tromey.com>
9291
9292 * configure: Rebuild.
9293 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
9294 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
9295 "OVERRIDE".
9296 (class symbol_needs_eval_context): Likewise.
9297 * dwarf2read.c (mock_mapped_index::symbol_name_count)
9298 (mock_mapped_index::symbol_name_at): Use "override". Remove
9299 "virtual".
9300 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
9301 "override".
9302 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
9303 * aarch64-tdep.c (instruction_reader::read): Use "override".
9304 (instruction_reader_test::read): Likewise.
9305 * arm-tdep.c (instruction_reader::read): Use "override".
9306 (instruction_reader_thumb::read): Likewise.
9307
b75abf5b
AK
93082018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
9309
9310 PR remote/9665
9311 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
9312 instead of remote_send.
9313 (remote_send): Remove.
9314
79188d8d
PA
93152018-04-26 Pedro Alves <palves@redhat.com>
9316
9317 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
9318 find_function_start_sal instead of find_pc_line.
9319
f50776aa
PA
93202018-04-26 Pedro Alves <palves@redhat.com>
9321
9322 * breakpoint.c (set_breakpoint_location_function): Handle
9323 mst_data_gnu_ifunc.
9324 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
9325 * elfread.c (elf_symtab_read): Give data symbols with
9326 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
9327 (elf_rel_plt_read): Update comment.
9328 * linespec.c (convert_linespec_to_sals): Handle
9329 mst_data_gnu_ifunc.
9330 (minsym_found): Handle mst_data_gnu_ifunc.
9331 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
9332 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
9333 * parse.c (find_minsym_type_and_address): Handle
9334 mst_data_gnu_ifunc.
9335 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
9336 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
9337 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
9338 comment.
9339 <mst_data_gnu_ifunc>: New enumerator.
9340
20944a6e
PA
93412018-04-26 Pedro Alves <palves@redhat.com>
9342
9343 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
9344 (lookup_minimal_symbol_by_pc_section): ... this. Replace
9345 'want_trampoline' parameter by a lookup_msym_prefer parameter.
9346 Handle it.
9347 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
9348 (lookup_minimal_symbol_by_pc): Adjust.
9349 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
9350 (lookup_solib_trampoline_symbol_by_pc): Adjust.
9351 * minsyms.h (lookup_msym_prefer): New enum.
9352 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
9353 parameter by a lookup_msym_prefer parameter.
9354
1adeb822
PA
93552018-04-26 Pedro Alves <palves@redhat.com>
9356
9357 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
9358 ends in "@plt" instead of looking at the symbol's section.
9359
a0aca7b0
PA
93602018-04-26 Pedro Alves <palves@redhat.com>
9361
9362 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
9363 all references.
9364 (find_pc_partial_function_gnu_ifunc): Rename to ...
9365 (find_pc_partial_function): ... this, and remove references to
9366 'is_gnu_ifunc_p'.
9367 (find_pc_partial_function): Delete old implementation.
9368 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
9369
76af0f26
PA
93702018-04-26 Pedro Alves <palves@redhat.com>
9371
9372 * linespec.c (struct bound_minimal_symbol_search_key): New.
9373 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
9374 skip first line if we found a GNU ifunc minimal symbol by name.
9375 (compare_msymbols): Change parameters to work with a destructured
9376 lhs minsym.
9377 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
9378 functions.
9379
3467ec66
PA
93802018-04-26 Pedro Alves <palves@redhat.com>
9381
9382 * breakpoint.c (set_breakpoint_location_function): Don't resolve
9383 ifunc targets here. Instead, if we have an ifunc minsym, use its
9384 address/name.
9385 (add_location_to_breakpoint): Store the minsym and the objfile in
9386 the breakpoint location.
9387 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
9388 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
9389 Record the minsym in the sal.
9390 * symtab.h (symtab_and_line) <msymbol>: New field.
9391
28f4fa4d
PA
93922018-04-26 Pedro Alves <palves@redhat.com>
9393
9394 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
9395 unless we actually resolved the ifunc.
9396
ca31ab1d
PA
93972018-04-26 Pedro Alves <palves@redhat.com>
9398
9399 * c-exp.y (variable production): Prefer ifunc minsyms over
9400 regular function symbols.
9401 * symtab.c (find_gnu_ifunc): New function.
9402 * minsyms.h (lookup_msym_prefer): New enum.
9403 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
9404 parameter by a lookup_msym_prefer parameter.
9405 * symtab.h (find_gnu_ifunc): New declaration.
9406
8388016d
PA
94072018-04-26 Pedro Alves <palves@redhat.com>
9408
9409 * blockframe.c (find_gnu_ifunc_target_type): New function.
9410 (find_function_type): New.
9411 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
9412 return a value with a memory address.
9413 (eval_call): For calls to GNU ifunc functions, try to find the
9414 type of the target function from the type that the resolver
9415 returns.
9416 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
9417 symbols.
9418 * infcall.c (find_function_return_type): Delete.
9419 (find_function_addr): Add 'function_type' parameter. For calls to
9420 GNU ifunc functions, try to find the type of the target function
9421 from the type that the resolver returns, and return it via
9422 FUNCTION_TYPE.
9423 (call_function_by_hand_dummy): Adjust to use the function type
9424 returned by find_function_addr.
9425 (find_function_addr): Add 'function_type' parameter and move
9426 description here.
9427 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
9428 declarations.
9429
a376e11d
PA
94302018-04-26 Pedro Alves <palves@redhat.com>
9431
9432 * c-exp.y (variable production): Skip finding an alias for ifunc
9433 symbols.
9434
02e169e2
PA
94352018-04-26 Pedro Alves <palves@redhat.com>
9436
9437 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
9438
249b5733
PA
94392018-04-25 Pedro Alves <palves@redhat.com>
9440
9441 * infcmd.c (kill_command): Print the pid as string, not the whole
9442 thread's ptid. Add comment. s/has been killed/killed/ in output
9443 message.
9444 * remote.c (remote_detach_1): Print the pid as string, not the
9445 whole thread's ptid.
9446
f67c0c91
SDJ
94472018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9448 Sergio Durigan Junior <sergiodj@redhat.com>
9449 Pedro Alves <palves@redhat.com>
9450
9451 * infcmd.c (kill_command): Print message when inferior has
9452 been killed.
9453 * inferior.c (print_inferior_events): Remove 'static'. Set as
9454 '1'.
9455 (add_inferior): Improve message printed when
9456 'print_inferior_events' is on.
9457 (exit_inferior): Remove message printed when
9458 'print_inferior_events' is on.
9459 (detach_inferior): Improve message printed when
9460 'print_inferior_events' is on.
9461 (initialize_inferiors): Use 'add_inferior_silent' to set
9462 'current_inferior_'.
9463 * inferior.h (print_inferior_events): Declare here as
9464 'extern'.
9465 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
9466 '[Detaching...]' messages when 'print_inferior_events' is on.
9467 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
9468 as prefix/suffix for messages. Remove periods. Fix erroneous
9469 'Detaching after fork from child...', replace it by '... from
9470 parent...'.
9471 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
9472 prefix/suffix when printing 'Detaching...' messages. Print
9473 them when 'print_inferior_events' is on.
9474 * remote.c (remote_detach_1): Print message when detaching
9475 from inferior and '!is_fork_parent'.
9476
e427af18
TT
94772018-04-24 Tom Tromey <tom@tromey.com>
9478
9479 * cli-out.h: Reindent.
9480
05b1d8d6
TT
94812018-04-24 Tom Tromey <tom@tromey.com>
9482
9483 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
9484 (cli_ui_out::do_field_string): Use fputs_filtered.
9485 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
9486
a95c7dab
TT
94872018-04-23 Tom Tromey <tom@tromey.com>
9488
9489 * guile/scm-frame.c (gdbscm_frame_read_var): Use
9490 gdb::unique_xmalloc_ptr.
9491
458412c3
TT
94922018-04-23 Tom Tromey <tom@tromey.com>
9493
9494 * configure: Rebuild.
9495
db86b02b
RS
94962018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9497
9498 PR gdb/23095
9499 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
9500 prepare_for_testing. Set normal_bp to r_debug_state if target
9501 is bsd.
9502
00aecdcf
PA
95032018-04-21 Pedro Alves <palves@redhat.com>
9504 Rajendra SY <rajendra.sy@gmail.com>
9505
9506 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
9507 * remote.c (extended_remote_attach): In all-stop mode, mark the
9508 thread as executing.
9509
224608c3
PW
95102018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9511
9512 * thread.c (thread_apply_all_command): Fix comment.
9513 (thread_command): Fix comment.
9514
3b74854b
AH
95152018-04-10 Alan Hayward <alan.hayward@arm.com>
9516
9517 * common/tdesc.h (tdesc_create_feature): Remove xml filename
9518 parameter.
9519 * features/aarch64-core.c (create_feature_aarch64_core):
9520 Regenerate.
9521 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
9522 Likewise.
9523 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
9524 Likewise.
9525 * features/i386/32bit-avx512.c
9526 (create_feature_i386_32bit_avx512): Likewise.
9527 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
9528 Likewise.
9529 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
9530 Likewise.
9531 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
9532 Likewise.
9533 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
9534 Likewise.
9535 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
9536 Likewise.
9537 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
9538 Likewise.
9539 * features/i386/64bit-avx512.c
9540 (create_feature_i386_64bit_avx512): Likewise.
9541 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
9542 Likewise.
9543 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
9544 Likewise.
9545 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
9546 Likewise.
9547 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
9548 Likewise.
9549 * features/i386/64bit-segments.c
9550 (create_feature_i386_64bit_segments): Likewise.
9551 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
9552 Likewise.
9553 * features/i386/x32-core.c
9554 (create_feature_i386_x32_core): Likewise.
9555 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
9556 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
9557 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
9558 * target-descriptions.c: In generated code, don't pass xml
9559 filename.
9560
e98577a9
AH
95612018-04-18 Alan Hayward <alan.hayward@arm.com>
9562
9563 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
9564 (print_xml_feature::visit_post): Likewise.
9565 (print_xml_feature::visit): Likewise.
9566 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
9567 (print_xml_feature): Add new class.
9568 * regformats/regdat.sh: Null xmltarget on feature targets.
9569 * target-descriptions.c (struct target_desc): Add xmltarget.
9570 (maintenance_check_tdesc_xml_convert): Add unittest function.
9571 (tdesc_get_features_xml): Add function to get xml.
9572 (maintenance_check_xml_descriptions): Test xml generation.
9573 * xml-tdesc.c (string_read_description_xml): Add function.
9574 * xml-tdesc.h (string_read_description_xml): Add declaration.
9575
ad7fc756
AH
95762018-04-18 Alan Hayward <alan.hayward@arm.com>
9577
9578 * features/Makefile: Add feature marker to targets with new style
9579 target descriptions.
9580 * regformats/aarch64.dat: Regenerate.
9581 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
9582 * regformats/i386/amd64-avx-linux.dat: Likewise.
9583 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
9584 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
9585 * regformats/i386/amd64-linux.dat: Likewise.
9586 * regformats/i386/amd64-mpx-linux.dat: Likewise.
9587 * regformats/i386/amd64.dat: Likewise.
9588 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
9589 * regformats/i386/i386-avx-linux.dat: Likewise.
9590 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
9591 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
9592 * regformats/i386/i386-linux.dat: Likewise.
9593 * regformats/i386/i386-mmx-linux.dat: Likewise.
9594 * regformats/i386/i386-mpx-linux.dat: Likewise.
9595 * regformats/i386/i386.dat: Likewise.
9596 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
9597 * regformats/i386/x32-avx-linux.dat: Likewise.
9598 * regformats/i386/x32-linux.dat: Likewise.
9599 * regformats/tic6x-c62x-linux.dat: Likewise.
9600 * regformats/tic6x-c64x-linux.dat: Likewise.
9601 * regformats/tic6x-c64xp-linux.dat: Likewise.
9602 * regformats/regdat.sh: Parse feature marker.
9603
d278f585
AH
96042018-04-18 Alan Hayward <alan.hayward@arm.com>
9605
9606 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
9607 (tdesc_osabi_name): Likewise.
9608 * target-descriptions.c (tdesc_architecture_name): Add new
9609 function.
9610 (tdesc_osabi_name): Likewise.
9611
eee8a18d
AH
96122018-04-18 Alan Hayward <alan.hayward@arm.com>
9613
9614 * common/tdesc.c (tdesc_predefined_type): Move to here.
9615 (tdesc_named_type): Likewise.
9616 (tdesc_create_vector): Likewise.
9617 (tdesc_create_struct): Likewise.
9618 (tdesc_set_struct_size): Likewise.
9619 (tdesc_create_union): Likewise.
9620 (tdesc_create_flags): Likewise.
9621 (tdesc_create_enum): Likewise.
9622 (tdesc_add_field): Likewise.
9623 (tdesc_add_typed_bitfield): Likewise.
9624 (tdesc_add_bitfield): Likewise.
9625 (tdesc_add_flag): Likewise.
9626 (tdesc_add_enum_value): Likewise.
9627 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
9628 (struct tdesc_type_vector): Likewise.
9629 (struct tdesc_type_field): Likewise.
9630 (struct tdesc_type_with_fields): Likewise.
9631 (tdesc_create_enum): Add declaration.
9632 (tdesc_add_typed_bitfield): Likewise.
9633 (tdesc_add_enum_value): Likewise.
9634 * target-descriptions.c (tdesc_type_field): Move from here.
9635 (tdesc_type_builtin): Likewise.
9636 (tdesc_type_vector): Likewise.
9637 (tdesc_type_with_fields): Likewise.
9638 (tdesc_predefined_types): Likewise.
9639 (tdesc_named_type): Likewise.
9640 (tdesc_create_vector): Likewise.
9641 (tdesc_create_struct): Likewise.
9642 (tdesc_set_struct_size): Likewise.
9643 (tdesc_create_union): Likewise.
9644 (tdesc_create_flags): Likewise.
9645 (tdesc_create_enum): Likewise.
9646 (tdesc_add_field): Likewise.
9647 (tdesc_add_typed_bitfield): Likewise.
9648 (tdesc_add_bitfield): Likewise.
9649 (tdesc_add_flag): Likewise.
9650 (tdesc_add_enum_value): Likewise.
9651 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
9652 (tdesc_add_typed_bitfield): Likewise.
9653 (tdesc_add_enum_value): Likewise.
9654
82ec9bc7
AH
96552018-04-18 Alan Hayward <alan.hayward@arm.com>
9656
9657 * common/tdesc.c (tdesc_feature::accept): Move to here.
9658 (tdesc_feature::operator==): Likewise.
9659 (tdesc_create_reg): Likewise.
9660 * common/tdesc.h (tdesc_type_kind): Likewise.
9661 (struct tdesc_type): Likewise.
9662 (struct tdesc_feature): Likewise.
9663 * regformats/regdat.sh: Create a feature.
9664 * target-descriptions.c (tdesc_type_kind): Move from here.
9665 (tdesc_type): Likewise.
9666 (tdesc_type_up): Likewise.
9667 (tdesc_feature): Likewise.
9668 (tdesc_create_reg): Likewise.
9669
ea3e7d71
AH
96702018-04-18 Alan Hayward <alan.hayward@arm.com>
9671
9672 * Makefile.in: Add arch/tdesc.c
9673 * common/tdesc.c: New file.
9674 * common/tdesc.h (tdesc_element_visitor): Move to here.
9675 (tdesc_element): Likewise.
9676 (tdesc_reg): Likewise.
9677 (tdesc_reg_up): Likewise.
9678 * regformats/regdef.h (reg): Add offset to constructors.
9679 * target-descriptions.c (tdesc_element_visitor): Move from here.
9680 (tdesc_element): Likewise.
9681 (tdesc_reg): Likewise.
9682 (tdesc_reg_up): Likewise.
9683
bedda9ac
TT
96842018-04-17 Tom Tromey <tom@tromey.com>
9685
9686 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
9687 discriminant field.
9688
a037790e
TT
96892018-04-17 Tom Tromey <tom@tromey.com>
9690
9691 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
9692
c7dcbf88
AA
96932018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9694
9695 * symtab.c (print_symbol_info): Skip printing filename and line
9696 number when `last' is NULL.
9697 (symtab_symbol_info): Use empty string instead of NULL for first
9698 invocation of print_symbol_info.
9699 (rbreak_command): Pass NULL to `last' parameter of
9700 print_symbol_info.
9701
07d28c77
SM
97022018-04-16 Simon Marchi <simon.marchi@ericsson.com>
9703
9704 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
9705 instead of nullptr.
9706
8a3de5e1
PA
97072018-04-16 Pedro Alves <palves@redhat.com>
9708
9709 * MAINTAINERS (sh): Remove.
9710 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
9711 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
9712 (ALLDEPFILES): Remove sh64-tdep.c.
9713 * NEWS: Mentions that support for SH-5/SH64 is removed.
9714 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
9715 (sh*-*-openbsd*): Ditto.
9716 (sh64-*-elf*): Remove.
9717 (sh*): Remove.
9718 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
9719 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
9720 * sh-tdep.c: No longer include "sh64-tdep.h".
9721 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
9722 * sh64-tdep.c, sh64-tdep.h: Remove files.
9723
a2a79012
PA
97242018-04-16 Pedro Alves <palves@redhat.com>
9725
9726 * MAINTAINERS: Remove m88k.
9727 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
9728 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
9729 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
9730 * NEWS: Mention that support for m88k was removed.
9731 * configure.host (m88*-*-*): Remove support.
9732 * configure.nat (m88k-*-*): Remove support.
9733 * configure.tgt (m88*-*-openbsd*): Remove.
9734 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
9735
eda4efb1
SM
97362018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
9737
9738 * configure.tgt (x86_tobjs): New variable.
9739 (amd64_tobjs, i386_tobjs): Use it.
9740
b744723f
AA
97412018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9742
9743 * symtab.c (print_symbol_info): Precede the symbol definition by
9744 the line number when available.
9745 * NEWS: Advertise this enhancement.
9746
4a4495d6
MM
97472018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9748
9749 * NEWS (New options): announce set/show record btrace cpu.
9750 * btrace.c: Include record-btrace.h.
9751 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
9752 the vendor is unknown.
9753 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
9754 Maybe overwrite the btrace configuration's cpu.
9755 (btrace_compute_ftrace): Add cpu parameter. Update callers.
9756 (btrace_fetch): Add cpu parameter. Update callers.
9757 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
9758 Maybe overwrite the btrace configuration's cpu. Skip enabling
9759 errata workarounds if the vendor is unknown.
9760 * python/py-record-btrace.c: Include record-btrace.h.
9761 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
9762 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
9763 * record-btrace.c (record_btrace_cpu_state_kind): New.
9764 (record_btrace_cpu): New.
9765 (set_record_btrace_cpu_cmdlist): New.
9766 (record_btrace_get_cpu): New.
9767 (require_btrace_thread, record_btrace_info)
9768 (record_btrace_resume_thread): Call record_btrace_get_cpu.
9769 (cmd_set_record_btrace_cpu_none): New.
9770 (cmd_set_record_btrace_cpu_auto): New.
9771 (cmd_set_record_btrace_cpu): New.
9772 (cmd_show_record_btrace_cpu): New.
9773 (_initialize_record_btrace): Initialize set/show record btrace cpu
9774 commands.
9775 * record-btrace.h (record_btrace_get_cpu): New.
9776
69f90c75
MM
97772018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9778
9779 * record.c (set_record_command): Fix typo in message.
9780
b85310e1
MM
97812018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9782
9783 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
9784
1d509aa6
MM
97852018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9786
9787 * infrun.c (process_event_stop_test): Call
9788 gdbarch_in_indirect_branch_thunk.
9789 * gdbarch.sh (in_indirect_branch_thunk): New.
9790 * gdbarch.c: Regenerated.
9791 * gdbarch.h: Regenerated.
9792 * x86-tdep.h: New.
9793 * x86-tdep.c: New.
9794 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
9795 (HFILES_NO_SRCDIR): Add x86-tdep.h.
9796 (ALLDEPFILES): Add x86-tdep.c.
9797 * arch-utils.h (default_in_indirect_branch_thunk): New.
9798 * arch-utils.c (default_in_indirect_branch_thunk): New.
9799 * i386-tdep: Include x86-tdep.h.
9800 (i386_in_indirect_branch_thunk): New.
9801 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
9802 function.
9803 * amd64-tdep: Include x86-tdep.h.
9804 (amd64_in_indirect_branch_thunk): New.
9805 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
9806
b4be9bfd
JK
98072018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9808
9809 PR gdb/23053
9810 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
9811 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
9812 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
9813 regression.
9814
53d7df28
TT
98152018-04-12 Tom Tromey <tom@tromey.com>
9816
9817 * rust-lang.c (rust_print_struct_def): Remove univariant code.
9818 (rust_evaluate_subexp): Likewise.
9819
70b33f19
PA
98202018-04-12 Pedro Alves <palves@redhat.com>
9821
9822 * procfs.c (procfs_detach): Make forward declaration's prototype
9823 match definition's protototype.
9824 (proc_get_LDT_entry): Remove stale do_cleanups call.
9825
436411b1
PA
98262018-04-12 Pedro Alves <palves@redhat.com>
9827
9828 * target.h (target_ops::to_has_exited): Delete.
9829 (target_has_exited): Delete.
9830 * target-delegates.c: Regenerate.
9831
20db9c52
PA
98322018-04-11 Pedro Alves <palves@redhat.com>
9833
9834 * target.c (fileio_fh_t::t): Add comment.
9835 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
9836 (target_fileio_close): Handle a NULL target.
9837 (invalidate_fileio_fh): New.
9838 (target_close): Call it.
9839 * remote.c (remote_hostio_send_command): No longer check whether
9840 remote_desc is open.
9841
5ff79300
PA
98422018-04-11 Pedro Alves <palves@redhat.com>
9843
9844 * target.c (fileio_fh_t): Make it a named struct instead of a
9845 typedef.
9846 (fileio_fh_t::is_closed): New method.
9847 (DEF_VEC_O (fileio_fh_t)): Remove.
9848 (fileio_fhandles): Now a std::vector.
9849 (is_closed_fileio_fh): Delete.
9850 (acquire_fileio_fd): Adjust. Rename parameters.
9851 (release_fileio_fd): Adjust.
9852 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
9853 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
9854 (target_fileio_close): Adjust.
9855
6e22e10d
SM
98562018-04-10 Simon Marchi <simon.marchi@ericsson.com>
9857
9858 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
9859 index.
9860
731f534f
PA
98612018-04-10 Pedro Alves <palves@redhat.com>
9862
9863 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
9864 (scoped_finish_thread_state): New class.
9865 * infcmd.c (run_command_1): Use it instead of finish_thread_state
9866 cleanup.
9867 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
9868 (fetch_inferior_event, normal_stop): Likewise.
9869 * thread.c (finish_thread_state_cleanup): Delete.
9870
d5f4488f
SM
98712018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9872 Pedro Alves <palves@redhat.com>
9873
9874 * value.c: Include "selftest.h" and "common/array-view.h".
9875 (struct range) <operator ==>: New.
9876 (test_ranges_contain): New.
9877 (check_ranges_vector): New.
9878 (test_insert_into_bit_range_vector): New.
9879 (_initialize_values): Register selftests.
9880 * common/array-view.h (operator==, operator!=): New.
9881
b24531ed
SM
98822018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9883
9884 * common/gdb_vecs.h (unordered_remove): Add overload that takes
9885 an iterator.
9886 * inline-frame.c: Include <algorithm>.
9887 (struct inline_state): Add constructor.
9888 (inline_state_s): Remove.
9889 (DEF_VEC_O(inline_state_s)): Remove.
9890 (inline_states): Change type to std::vector.
9891 (find_inline_frame_state): Adjust to std::vector.
9892 (allocate_inline_frame_state): Remove.
9893 (clear_inline_frame_state): Adjust to std::vector.
9894 (skip_inline_frames): Adjust to std::vector.
9895
c252925c
SM
98962018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9897
9898 * tracepoint.h (struct trace_state_variable): Add constructor.
9899 <name>: Change type to std::string.
9900 * tracepoint.c (tsv_s): Remove.
9901 (DEF_VEC_O(tsv_s)): Remove.
9902 (tvariables): Change to std::vector.
9903 (create_trace_state_variable): Adjust to std::vector.
9904 (find_trace_state_variable): Likewise.
9905 (find_trace_state_variable_by_number): Likewise.
9906 (delete_trace_state_variable): Likewise.
9907 (trace_variable_command): Adjust to std::string.
9908 (delete_trace_variable_command): Likewise.
9909 (tvariables_info_1): Adjust to std::vector.
9910 (save_trace_state_variables): Likewise.
9911 (start_tracing): Likewise.
9912 (merge_uploaded_trace_state_variables): Adjust to std::vector
9913 and std::string.
9914 * target.h (struct target_ops)
9915 <to_download_trace_state_variable>: Pass reference to
9916 trace_state_variable.
9917 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
9918 * target-delegates.c: Re-generate.
9919 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
9920 (mi_tsv_deleted): Likewise.
9921 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
9922 * remote.c (remote_download_trace_state_variable): Change
9923 pointer to reference and adjust.
9924 * make-target-delegates (parse_argtypes): Handle references.
9925 (write_function_header): Likewise.
9926 (munge_type): Likewise.
9927
c9638d26
SM
99282018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9929
9930 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9931 string_view-selftests.c.
9932 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
9933 testsuite.
9934 * unittests/basic_string_view/cons/char/1.cc: Likewise.
9935 * unittests/basic_string_view/cons/char/2.cc: Likewise.
9936 * unittests/basic_string_view/cons/char/3.cc: Likewise.
9937 * unittests/basic_string_view/element_access/char/1.cc:
9938 Likewise.
9939 * unittests/basic_string_view/element_access/char/empty.cc:
9940 Likewise.
9941 * unittests/basic_string_view/element_access/char/front_back.cc:
9942 Likewise.
9943 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
9944 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
9945 Likewise.
9946 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
9947 Likewise.
9948 * unittests/basic_string_view/modifiers/swap/char/1.cc:
9949 Likewise.
9950 * unittests/basic_string_view/operations/compare/char/1.cc:
9951 Likewise.
9952 * unittests/basic_string_view/operations/compare/char/13650.cc:
9953 Likewise.
9954 * unittests/basic_string_view/operations/copy/char/1.cc:
9955 Likewise.
9956 * unittests/basic_string_view/operations/data/char/1.cc:
9957 Likewise.
9958 * unittests/basic_string_view/operations/find/char/1.cc:
9959 Likewise.
9960 * unittests/basic_string_view/operations/find/char/2.cc:
9961 Likewise.
9962 * unittests/basic_string_view/operations/find/char/3.cc:
9963 Likewise.
9964 * unittests/basic_string_view/operations/find/char/4.cc:
9965 Likewise.
9966 * unittests/basic_string_view/operations/rfind/char/1.cc:
9967 Likewise.
9968 * unittests/basic_string_view/operations/rfind/char/2.cc:
9969 Likewise.
9970 * unittests/basic_string_view/operations/rfind/char/3.cc:
9971 Likewise.
9972 * unittests/basic_string_view/operations/substr/char/1.cc:
9973 Likewise.
9974 * unittests/basic_string_view/operators/char/2.cc: Likewise.
9975 * unittests/string_view-selftests.c: New file.
9976
fdc11678
SM
99772018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9978
9979 * unittests/basic_string_view/capacity/1.cc: New file.
9980 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
9981 * unittests/basic_string_view/cons/char/1.cc: New file.
9982 * unittests/basic_string_view/cons/char/2.cc: New file.
9983 * unittests/basic_string_view/cons/char/3.cc: New file.
9984 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
9985 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
9986 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
9987 * unittests/basic_string_view/element_access/char/1.cc: New file.
9988 * unittests/basic_string_view/element_access/char/2.cc: New file.
9989 * unittests/basic_string_view/element_access/char/empty.cc: New file.
9990 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
9991 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
9992 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
9993 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
9994 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
9995 * unittests/basic_string_view/include.cc: New file.
9996 * unittests/basic_string_view/inserters/char/1.cc: New file.
9997 * unittests/basic_string_view/inserters/char/2.cc: New file.
9998 * unittests/basic_string_view/inserters/char/3.cc: New file.
9999 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
10000 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
10001 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
10002 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
10003 * unittests/basic_string_view/literals/types.cc: New file.
10004 * unittests/basic_string_view/literals/values.cc: New file.
10005 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
10006 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
10007 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
10008 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
10009 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
10010 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
10011 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
10012 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
10013 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
10014 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
10015 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
10016 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
10017 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
10018 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
10019 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
10020 * unittests/basic_string_view/operations/data/char/1.cc: New file.
10021 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
10022 * unittests/basic_string_view/operations/find/char/1.cc: New file.
10023 * unittests/basic_string_view/operations/find/char/2.cc: New file.
10024 * unittests/basic_string_view/operations/find/char/3.cc: New file.
10025 * unittests/basic_string_view/operations/find/char/4.cc: New file.
10026 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
10027 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
10028 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
10029 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
10030 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
10031 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
10032 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
10033 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
10034 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
10035 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
10036 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
10037 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
10038 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
10039 * unittests/basic_string_view/operators/char/2.cc: New file.
10040 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
10041 * unittests/basic_string_view/range_access/char/1.cc: New file.
10042 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
10043 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
10044 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
10045 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
10046 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
10047 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
10048 * unittests/basic_string_view/requirements/typedefs.cc: New file.
10049 * unittests/basic_string_view/typedefs.cc: New file.
10050 * unittests/basic_string_view/types/1.cc: New file.
10051
8345c4a2
SM
100522018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10053
10054 * common/gdb_string_view.h: Remove libstdc++ implementation
10055 details, adjust to gdb reality.
10056 * common/gdb_string_view.tcc: Likewise.
10057 * cli/cli-script.c (struct string_view): Remove.
10058 (user_args) <m_args>: Change element type to gdb::string_view.
10059 (user_args::insert_args): Adjust.
10060
7adcdf08
SM
100612018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10062
10063 * common/gdb_string_view.h: New file.
10064 * common/gdb_string_view.tcc: New file.
10065
41260ac2
SM
100662018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10067
10068 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
10069 * configure: Re-generate.
10070
0bee6dd4
PA
100712018-04-09 Pedro Alves <palves@redhat.com>
10072
10073 * gdbarch.sh: Include "observable.h" instead of "observer.h".
10074 (set_target_gdbarch): Call
10075 gdb::observers::architecture_changed.notify instead of
10076 observer_notify_architecture_changed.
10077
6f14adc5
SM
100782018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10079
10080 * tracepoint.c (struct current_traceframe_cleanup): Remove.
10081 (do_restore_current_traceframe_cleanup): Remove.
10082 (restore_current_traceframe_cleanup_dtor): Remove.
10083 (make_cleanup_restore_current_traceframe): Remove.
10084 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
10085 New.
10086 * tracepoint.h (struct scoped_restore_current_traceframe): New.
10087 * infrun.c (fetch_inferior_event): Use
10088 scoped_restore_current_traceframe.
10089
b2bdb8cf
SM
100902018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10091
10092 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
10093 Remove.
10094 <n_allocated_type_units>: Remove.
10095 <all_type_units>: Change to std::vector.
10096 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
10097 to std::vector change.
10098 (dwarf2_per_objfile::get_cutu): Likewise.
10099 (dwarf2_per_objfile::get_tu): Likewise.
10100 (create_signatured_type_table_from_index): Likewise.
10101 (create_signatured_type_table_from_debug_names): Likewise.
10102 (dw2_symtab_iter_next): Likewise.
10103 (dw2_print_stats): Likewise.
10104 (dw2_expand_all_symtabs): Likewise.
10105 (dw2_expand_marked_cus): Likewise.
10106 (dw2_debug_names_iterator::next): Likewise.
10107 (dwarf2_initialize_objfile): Likewise.
10108 (add_signatured_type_cu_to_table): Likewise.
10109 (create_all_type_units): Likewise.
10110 (add_type_unit): Likewise.
10111 (struct tu_abbrev_offset): Add constructor.
10112 (build_type_psymtabs_1): Adjust to std::vector change.
10113 (print_tu_stats): Likewise.
10114 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
10115 (write_debug_names): Likewise.
10116
b76e467d
SM
101172018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10118
10119 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
10120 Make an std::vector.
10121 <n_comp_units>: Remove.
10122 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
10123 to std::vector change.
10124 (dwarf2_per_objfile::get_cutu): Likewise.
10125 (dwarf2_per_objfile::get_cu): Likewise.
10126 (create_cus_from_index): Likewise.
10127 (create_addrmap_from_index): Likewise.
10128 (create_addrmap_from_aranges): Likewise.
10129 (dwarf2_read_index): Likewise.
10130 (dw2_find_last_source_symtab): Likewise.
10131 (dw2_map_symtabs_matching_filename): Likewise.
10132 (dw2_symtab_iter_next): Likewise.
10133 (dw2_print_stats): Likewise.
10134 (dw2_expand_all_symtabs): Likewise.
10135 (dw2_expand_symtabs_with_fullname): Likewise.
10136 (dw2_expand_marked_cus): Likewise.
10137 (dw2_map_symbol_filenames): Likewise.
10138 (create_cus_from_debug_names): Likewise.
10139 (dwarf2_read_debug_names): Likewise.
10140 (dw2_debug_names_iterator::next): Likewise.
10141 (dwarf2_initialize_objfile): Likewise.
10142 (set_partial_user): Likewise.
10143 (dwarf2_build_psymtabs_hard): Likewise.
10144 (read_comp_units_from_section): Remove arguments, adjust to
10145 std::vector change.
10146 (create_all_comp_units): Adjust to std::vector and
10147 read_comp_units_from_section changes.
10148 (dwarf2_find_containing_comp_unit): Adjust to std::vector
10149 change.
10150 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
10151 (psyms_seen_size): Likewise.
10152 (write_gdbindex): Likewise.
10153 (write_debug_names): Likewise.
10154
12359b5e
SM
101552018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10156
10157 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
10158 with dwarf2_per_objfile.
10159 (create_cus_from_index): Likewise.
10160 (create_signatured_type_table_from_index): Likewise.
10161 (dwarf2_read_index): Likewise.
10162 (dwarf2_initialize_objfile): Likewise.
10163 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
10164 per_cu rather than get_dwarf2_per_objfile.
10165
ff4c9fec
SM
101662018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10167
10168 * dwarf2read.h (struct signatured_type): Forward declare.
10169 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
10170 New methods.
10171 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
10172 (dw2_get_cutu): ...this.
10173 (dwarf2_per_objfile::get_cu): Rename from...
10174 (dw2_get_cu): ...this.
10175 (dwarf2_per_objfile::get_tu): New.
10176 (create_addrmap_from_index): Adjust.
10177 (create_addrmap_from_aranges): Adjust.
10178 (dw2_find_last_source_symtab): Adjust.
10179 (dw2_map_symtabs_matching_filename): Adjust.
10180 (dw2_symtab_iter_next): Adjust.
10181 (dw2_print_stats): Adjust.
10182 (dw2_expand_all_symtabs): Adjust.
10183 (dw2_expand_symtabs_with_fullname): Adjust.
10184 (dw2_expand_marked_cus): Adjust.
10185 (dw_expand_symtabs_matching_file_matcher): Adjust.
10186 (dw2_map_symbol_filenames): Adjust.
10187 (dw2_debug_names_iterator::next): Adjust.
10188 (dwarf2_initialize_objfile): Adjust.
10189 (set_partial_user): Adjust.
10190 (dwarf2_build_psymtabs_hard): Adjust.
10191
5ca3fcb6
SM
101922018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10193
10194 * dwarf2read.c (create_signatured_type_table_from_debug_names):
10195 Remove unused variables.
10196 (dw2_map_symtabs_matching_filename): Likewise.
10197 (dwarf2_record_block_ranges): Likewise.
10198 (dwarf2_read_addr_index): Likewise.
10199 (follow_die_offset): Likewise.
10200
b2e586e8
SM
102012018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10202
10203 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
10204 to symbol_file_add_main.
10205
7c4e78cf
SM
102062018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10207
10208 PR mi/22299
10209 * mi/mi-console.c (do_fputc_async_safe): New.
10210 (mi_console_file::write_async_safe): New.
10211 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
10212 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
10213 New.
10214 * ui-file.c (ui_file::putstrn): Adjust call to
10215 fputstrn_unfiltered.
10216 * utils.c (printchar): Replace do_fputs and do_fprintf
10217 parameters by do_fputc.
10218 (fputstr_filtered): Adjust call to printchar.
10219 (fputstr_unfiltered): Likewise.
10220 (fputstrn_filtered): Likewise.
10221 (fputstrn_unfiltered): Add do_fputc parameter, pass to
10222 printchar.
10223 * utils.h (do_fputc_ftype): New typedef.
10224 (fputstrn_unfiltered): Add do_fputc parameter.
10225
5dc026d3
SM
102262018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10227
10228 * regformats/i386/i386-avx.dat: Remove.
10229
c912f608
SM
102302018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10231
10232 PR gdb/22979
10233 * amd64-tdep.c (amd64_none_init_abi): New function.
10234 (amd64_x32_none_init_abi): New function.
10235 (_initialize_amd64_tdep): Register handlers for x86-64 and
10236 x64_32 with GDB_OSABI_NONE.
10237 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
10238 GDB_OSABI_NONE osabi.
10239
26540402
SM
102402018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10241
10242 PR gdb/22980
10243 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
10244 GDB_OSABI_NONE.
10245 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
10246 * osabi.c (gdb_osabi_names): Add "unknown" entry.
10247
9018be22
SM
102482018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10249
10250 * common/byte-vector.h (char_vector): New type.
10251 * target.h (target_read_alloc): Return
10252 gdb::optional<byte_vector>.
10253 (target_read_stralloc): Return gdb::optional<char_vector>.
10254 (target_get_osdata): Return gdb::optional<char_vector>.
10255 * target.c (target_read_alloc_1): Templatize. Replacement
10256 manual memory management with vector.
10257 (target_read_alloc): Change return type, adjust.
10258 (target_read_stralloc): Change return type, adjust.
10259 (target_get_osdata): Change return type, adjust.
10260 * auxv.c (struct auxv_info) <length>: Remove.
10261 <data>: Change type to gdb::optional<byte_vector>.
10262 (auxv_inferior_data_cleanup): Free auxv_info with delete.
10263 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
10264 (target_auxv_search): Adjust.
10265 (fprint_target_auxv): Adjust.
10266 * avr-tdep.c (avr_io_reg_read_command): Adjust.
10267 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
10268 (linux_make_corefile_notes): Adjust.
10269 * osdata.c (get_osdata): Adjust.
10270 * remote.c (remote_get_threads_with_qxfer): Adjust.
10271 (remote_memory_map): Adjust.
10272 (remote_traceframe_info): Adjust.
10273 (btrace_read_config): Adjust.
10274 (remote_read_btrace): Adjust.
10275 (remote_pid_to_exec_file): Adjust.
10276 * solib-aix.c (solib_aix_get_library_list): Adjust.
10277 * solib-dsbt.c (decode_loadmap): Don't free buf.
10278 (dsbt_get_initial_loadmaps): Adjust.
10279 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
10280 * solib-target.c (solib_target_current_sos): Adjust.
10281 * tracepoint.c (sdata_make_value): Adjust.
10282 * xml-support.c (xinclude_start_include): Adjust.
10283 (xml_fetch_content_from_file): Adjust.
10284 * xml-support.h (xml_fetch_another): Change return type.
10285 (xml_fetch_content_from_file): Change return type.
10286 * xml-syscall.c (xml_init_syscalls_info): Adjust.
10287 * xml-tdesc.c (file_read_description_xml): Adjust.
10288 (fetch_available_features_from_target): Change return type.
10289 (target_fetch_description_xml): Adjust.
10290 (target_read_description_xml): Adjust.
10291
14c88955
TT
102922018-04-06 Tom Tromey <tom@tromey.com>
10293
10294 * value.c (~value): Update.
10295 (struct value) <contents>: Now unique_xmalloc_ptr.
10296 (value_contents_bits_eq, allocate_value_contents)
10297 (value_contents_raw, value_contents_all_raw)
10298 (value_contents_for_printing, value_contents_for_printing_const)
10299 (set_value_enclosing_type): Update.
10300
0c7e6dd8
TT
103012018-04-06 Tom Tromey <tom@tromey.com>
10302
10303 * value.c (range_s): Remove typedef, VEC.
10304 (struct range): Add operator<.
10305 (range_lessthan): Remove.
10306 (ranges_contain): Change type.
10307 (~value): Update.
10308 (struct value) <unavailable, optimized_out>: Now std::vector.
10309 (value_entirely_available)
10310 (value_entirely_covered_by_range_vector)
10311 (value_entirely_unavailable, value_entirely_optimized_out):
10312 Update.
10313 (insert_into_bit_range_vector): Change argument type.
10314 (find_first_range_overlap): Likewise.
10315 (struct ranges_and_idx, value_contents_bits_eq)
10316 (require_not_optimized_out, require_available): Update.
10317 (ranges_copy_adjusted): Change argument types.
10318 (value_optimized_out, value_copy, value_fetch_lazy): Update.
10319
2c8331b9
TT
103202018-04-06 Tom Tromey <tom@tromey.com>
10321
10322 * value.c (~value): Update.
10323 (struct value) <parent>: Now a value_ref_ptr.
10324 (value_parent, set_value_parent, value_address, value_copy):
10325 Update.
10326
466ce3ae
TT
103272018-04-06 Tom Tromey <tom@tromey.com>
10328
10329 * value.c (struct value): Add constructor, destructor, and member
10330 initializers.
10331 (allocate_value_lazy, value_decref): Update.
10332
062d818d
TT
103332018-04-06 Tom Tromey <tom@tromey.com>
10334
10335 * value.c (struct value) <released, next>: Remove.
10336 (all_values): Now a std::vector.
10337 (allocate_value_lazy): Update.
10338 (value_next): Remove.
10339 (value_mark, value_free_to_mark, release_value)
10340 (value_release_to_mark): Update.
10341
a6535de1
TT
103422018-04-06 Tom Tromey <tom@tromey.com>
10343
10344 * value.h (fetch_subexp_value, value_release_to_mark): Update.
10345 (free_value_chain): Remove.
10346 * value.c (free_value_chain): Remove.
10347 (value_release_to_mark): Return a std::vector.
10348 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
10349 std::vector.
10350 (check_condition): Update.
10351 * eval.c (fetch_subexp_value): Change "val_chain" to a
10352 std::vector.
10353 * breakpoint.c (update_watchpoint): Update.
10354 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
10355
b5621201
TT
103562018-04-06 Tom Tromey <tom@tromey.com>
10357
10358 * value.h (free_all_values): Remove.
10359 * value.c (free_all_values): Remove.
10360
4d0266a0
TT
103612018-04-06 Tom Tromey <tom@tromey.com>
10362
10363 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
10364 (value_history_chain, value_history_count): Remove.
10365 (value_history): New global.
10366 (record_latest_value, access_value_history, show_values)
10367 (preserve_values): Update.
10368
b4d61099
TT
103692018-04-06 Tom Tromey <tom@tromey.com>
10370
10371 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
10372 * varobj.c (varobj_set_display_format, varobj_set_value)
10373 (install_default_visualizer, construct_visualizer)
10374 (install_new_value, ~varobj, varobj_get_value_type)
10375 (my_value_of_variable, varobj_editable_p): Update.
10376 * c-varobj.c (c_describe_child, c_value_of_variable)
10377 (cplus_number_of_children, cplus_describe_child): Update.
10378 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
10379 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
10380 (ada_value_of_variable, ada_value_is_changeable_p): Update.
10381
9b558729
TT
103822018-04-06 Tom Tromey <tom@tromey.com>
10383
10384 * printcmd.c (last_examine_address): Change type to
10385 value_ref_ptr.
10386 (do_examine, x_command): Update.
10387
850645cf
TT
103882018-04-06 Tom Tromey <tom@tromey.com>
10389
10390 * value.c (release_value): Update.
10391 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
10392 (struct bpstats) <val>: Now a value_ref_ptr.
10393 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
10394 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
10395 (~watchpoint, print_it_watchpoint, watch_command_1)
10396 (invalidate_bp_value_on_memory_change): Update.
10397
22bc8444
TT
103982018-04-06 Tom Tromey <tom@tromey.com>
10399
10400 * varobj.c (varobj_clear_saved_item)
10401 (update_dynamic_varobj_children, install_new_value, ~varobj):
10402 Update.
10403 * value.h (value_incref): Move declaration earlier.
10404 (value_decref): Rename from value_free.
10405 (struct value_ref_policy): New.
10406 (value_ref_ptr): New typedef.
10407 (struct value_deleter): Remove.
10408 (gdb_value_up): Remove typedef.
10409 (release_value): Change return type.
10410 (release_value_or_incref): Remove.
10411 * value.c (set_value_parent): Update.
10412 (value_incref): Change return type.
10413 (value_decref): Rename from value_free.
10414 (value_free_to_mark, free_all_values, free_value_chain): Update.
10415 (release_value): Return value_ref_ptr.
10416 (release_value_or_incref): Remove.
10417 (record_latest_value, set_internalvar, clear_internalvar):
10418 Update.
10419 * stack.c (info_frame_command): Don't call value_free.
10420 * python/py-value.c (valpy_dealloc, valpy_new)
10421 (value_to_value_object): Update.
10422 * printcmd.c (do_examine): Update.
10423 * opencl-lang.c (lval_func_free_closure): Update.
10424 * mi/mi-main.c (register_changed_p): Don't call value_free.
10425 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
10426 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
10427 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
10428 value_free.
10429 * guile/scm-value.c (vlscm_free_value_smob)
10430 (vlscm_scm_from_value): Update.
10431 * frame.c (frame_register_unwind, frame_unwind_register_signed)
10432 (frame_unwind_register_unsigned, get_frame_register_bytes)
10433 (put_frame_register_bytes): Don't call value_free.
10434 * findvar.c (address_from_register): Don't call value_free.
10435 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
10436 * dwarf2loc.c (entry_data_value_free_closure)
10437 (value_of_dwarf_reg_entry, free_pieced_value_closure)
10438 (dwarf2_evaluate_loc_desc_full): Update.
10439 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
10440 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
10441 (~watchpoint, watch_command_1)
10442 (invalidate_bp_value_on_memory_change): Update.
10443 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
10444
7f8a5d38
SM
104452018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
10446
10447 PR gdb/23022
10448 * warning.m4: Add -Wno-error=deprecated-register.
10449 * configure: Re-generate.
10450
8a76bd3b
TT
104512018-04-05 Tom Tromey <tom@tromey.com>
10452
10453 * linespec.h: Remove include of "vec.h".
10454
8e8d776e
TT
104552018-04-05 Tom Tromey <tom@tromey.com>
10456
10457 * linespec.c (typep): Remove typedef.
10458 (find_methods, find_superclass_methods): Take a std::vector.
10459 (find_method): Use std::vector.
10460
9b2f8581
TT
104612018-04-05 Tom Tromey <tom@tromey.com>
10462
10463 * utils.c (compare_strings): Remove.
10464 * utils.h (compare_strings): Remove.
10465 * objc-lang.h (find_imps): Update.
10466 * objc-lang.c (find_methods): Take a std::vector.
10467 (uniquify_strings, find_imps): Likewise.
10468 * linespec.c (find_methods): Take a std::vector.
10469 (decode_objc): Use std::vector.
10470 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
10471 a std::vector.
10472 (find_method, find_function_symbols): Use std::vector.
10473
459a2e4c
TT
104742018-04-05 Tom Tromey <tom@tromey.com>
10475
10476 * completer.c (completion_tracker::completion_tracker): Remove
10477 cast.
10478 (completion_tracker::discard_completions): Likewise.
10479 * breakpoint.c (ambiguous_names_p): Remove cast.
10480 * ada-lang.c (_initialize_ada_language): Remove cast.
10481 * utils.h (streq): Update.
10482 (streq_hash): Add new declaration.
10483 * utils.c (streq): Return bool.
10484 (streq_hash): New function.
10485
9be2c17a
TT
104862018-04-05 Tom Tromey <tom@tromey.com>
10487
10488 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
10489 Remove a string copy.
10490
f73c6ece
TT
104912018-04-05 Tom Tromey <tom@tromey.com>
10492
10493 * linespec.c (filter_results): Use std::vector.
10494 (decode_line_2, decode_line_full): Update.
10495
53a0f8a2
TT
104962018-04-05 Tom Tromey <tom@tromey.com>
10497
10498 * linespec.c (canonical_to_fullform): Return std::string.
10499 (filter_results): Update.
10500 (struct decode_line_2_item): Add constructor.
10501 <fullform, displayform>: Now std::string.
10502 (decode_line_2_compare_items): Now a std::sort comparator.
10503 (decode_line_2): Update.
10504
a5b5adf5
TT
105052018-04-05 Tom Tromey <tom@tromey.com>
10506
10507 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
10508 (unexpected_linespec_error): Update.
10509 (linespec_parse_basic, parse_linespec): Update.
10510
6a307fc5
TT
105112018-04-05 Tom Tromey <tom@tromey.com>
10512
10513 * linespec.c (linespec_parse_basic): Reindent.
10514
41c1efc6
TT
105152018-04-05 Tom Tromey <tom@tromey.com>
10516
10517 * minsyms.h (iterate_over_minimal_symbols): Update.
10518 * minsyms.c (iterate_over_minimal_symbols): Take a
10519 gdb::function_view.
10520 * linespec.c (struct collect_minsyms): Remove.
10521 (compare_msyms): Now a std::sort comparator.
10522 (add_minsym): Add parameters.
10523 (search_minsyms_for_name): Update. Use std::vector.
10524
c5edbf3d
TT
105252018-04-03 Tom Tromey <tom@tromey.com>
10526
10527 * mipsread.c (read_alphacoff_dynamic_symtab): Use
10528 gdb::byte_vector.
10529
b39efc48
WP
105302018-04-02 Weimin Pan <weimin.pan@oracle.com>
10531
10532 * MAINTAINERS (Write After Approval): Add Weimin Pan.
10533
121ad66c 105342018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
10535
10536 PR gdb/16959
10537 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
10538 printing static type.
10539
09473be8
TT
105402018-04-01 Tom Tromey <tom@tromey.com>
10541
10542 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
10543 (rs6000_xfer_shared_libraries): Update.
10544
ec1f2d91
SM
105452018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
10546
10547 * common/gdb_vecs.h (char_ptr): Remove.
10548 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
10549
d8611974
SM
105502018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
10551
10552 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
10553 with std::vector.
10554 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
10555
a18ba4e4
SM
105562018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
10557
10558 * tracepoint.h (struct uploaded_tp): Initialize fields.
10559 <actions, step_actions, cmd_strings>: Change type to
10560 std::vector<char *>.
10561 * tracepoint.c (get_uploaded_tp): Allocate with new.
10562 (free_uploaded_tps): Free with delete.
10563 (parse_tracepoint_definition): Adjust to std::vector change.
10564 * breakpoint.c (read_uploaded_action): Likewise.
10565 (create_tracepoint_from_upload): Likewise.
10566 * ctf.c (ctf_write_uploaded_tp): Likewise.
10567 (SET_ARRAY_FIELD): Likewise.
10568 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
10569
a7961323
TT
105702018-03-30 Tom Tromey <tom@tromey.com>
10571
10572 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
10573 std::unique_ptr.
10574 (svr4_keep_data_in_core): Update.
10575 (svr4_read_so_list): Update.
10576
e83e4e24
TT
105772018-03-30 Tom Tromey <tom@tromey.com>
10578
10579 * windows-nat.c (handle_output_debug_string, handle_exception):
10580 Update.
10581 * target.h (target_read_string): Update.
10582 * target.c (target_read_string): Change "string" to
10583 unique_xmalloc_ptr.
10584 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
10585 Update.
10586 * solib-frv.c (frv_current_sos): Update.
10587 * solib-dsbt.c (dsbt_current_sos): Update.
10588 * solib-darwin.c (darwin_current_sos): Update.
10589 * linux-thread-db.c (inferior_has_bug): Update.
10590 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
10591 Update. Remove alloca.
10592 * ada-lang.c (ada_main_name): Update.
10593
263db9a1
TT
105942018-03-30 Tom Tromey <tom@tromey.com>
10595
10596 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
10597 (struct dwo_file_deleter): New.
10598 (dwo_file_up): New typedef.
10599 (open_and_init_dwo_file): Use dwo_file_up.
10600 (free_dwo_file_cleanup): Remove.
10601
5dafb3d1
TT
106022018-03-30 Tom Tromey <tom@tromey.com>
10603
10604 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
10605 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
10606
11ed8cad
TT
106072018-03-30 Tom Tromey <tom@tromey.com>
10608
10609 * dwarf2read.c (class free_cached_comp_units): New class.
10610 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
10611 (free_cached_comp_units): Remove function.
10612
9ae79dac
TT
106132018-03-30 Tom Tromey <tom@tromey.com>
10614
10615 * utils.h (make_cleanup_unpush_target): Remove.
10616 * inf-ptrace.c (struct target_unpusher): New.
10617 (target_unpush_up) New typedef.
10618 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
10619 target_unpush_up.
10620 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
10621
5aa89276
TT
106222018-03-27 Tom Tromey <tom@tromey.com>
10623
10624 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
10625
1dbeed45
TT
106262018-03-27 Pedro Alves <palves@redhat.com>
10627 Tom Tromey <tom@tromey.com>
10628
10629 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
10630 destructor. Now a class.
10631 (gdb_readline_wrapper_cleanup): Remove function.
10632 (gdb_readline_wrapper): Remove cleanups.
10633
c819b2c0
TT
106342018-03-27 Tom Tromey <tom@tromey.com>
10635
10636 * typeprint.h (struct type_print_options) <local_typedefs,
10637 global_typedefs>: Remove "struct" keyword.
10638 (class typedef_hash_table): New class.
10639 (recursively_update_typedef_hash, add_template_parameters)
10640 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
10641 (find_typedef_in_hash): Don't declare.
10642 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
10643 (typedef_hash_table::recursively_update): Rename from
10644 recursively_update_typedef_hash. Now a member.
10645 (typedef_hash_table::add_template_parameters): Rename from
10646 add_template_parameters. Now a member.
10647 (typedef_hash_table::typedef_hash_table): Now a constructor;
10648 rename from create_typedef_hash.
10649 (typedef_hash_table::~typedef_hash_table): Now a destructor;
10650 rename from free_typedef_hash.
10651 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
10652 (do_free_global_table): Remove.
10653 (typedef_hash_table::typedef_hash_table): New constructor; renamed
10654 from copy_type_recursive.
10655 (create_global_typedef_table): Remove.
10656 (typedef_hash_table::find_global_typedef): Now a member of
10657 typedef_hash_table.
10658 (typedef_hash_table::find_typedef): Rename from
10659 find_typedef_in_hash; now a member.
10660 (whatis_exp): Update.
10661 * extension.h (struct ext_lang_type_printers): Add constructor and
10662 destructor.
10663 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
10664 declare.
10665 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
10666 Now a constructor; rename from start_ext_lang_type_printers.
10667 (ext_lang_type_printers): Now a destructor; rename from
10668 free_ext_lang_type_printers.
10669 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
10670 Update.
10671 (c_type_print_base_struct_union): Update. Remove cleanups.
10672
608219fb
TT
106732018-03-27 Tom Tromey <tom@tromey.com>
10674
10675 * dwarf-index-write.c: Include <cmath>.
10676
3fcded8f
JB
106772018-03-27 Joel Brobecker <brobecker@adacore.com>
10678
10679 * NEWS: Add entry describing new "set|show varsize-limit" command.
10680 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
10681 command.
10682 * printcmd.c (_initialize_printcmd): Add "set var" alias of
10683 "set variable".
10684
cd4fb1b2
SM
106852018-03-27 Simon Marchi <simon.marchi@ericsson.com>
10686
10687 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
10688 dwarf-index-write.c
10689 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
10690 * dwarf-index-common.c: New file.
10691 * dwarf-index-common.h: New file.
10692 * dwarf-index-write.c: New file.
10693 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
10694 (struct dwarf2_section_info): Move from here.
10695 (dwarf2_section_info_def): Likewise.
10696 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
10697 (offset_type): Likewise.
10698 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
10699 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
10700 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
10701 (byte_swap): Likewise.
10702 (MAYBE_SWAP): Likewise.
10703 (dwarf2_per_cu_ptr): Likewise.
10704 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
10705 (struct tu_stats): Likewise.
10706 (struct dwarf2_per_objfile): Likewise.
10707 (struct dwarf2_per_cu_data): Likewise.
10708 (struct signatured_type): Likewise.
10709 (sig_type_ptr): Likewise.
10710 (DEF_VEC_P (sig_type_ptr)): Likewise.
10711 (INDEX4_SUFFIX): Likewise.
10712 (INDEX5_SUFFIX): Likewise.
10713 (DEBUG_STR_SUFFIX): Likewise.
10714 (dwarf2_read_section): Make non-static.
10715 (mapped_index_string_hash): Move from here.
10716 (dwarf5_djb_hash): Likewise.
10717 (file_write): Likewise.
10718 (class data_buf): Likewise.
10719 (struct symtab_index_entry): Likewise.
10720 (struct mapped_symtab): Likewise.
10721 (find_slot): Likewise.
10722 (hash_expand): Likewise.
10723 (add_index_entry): Likewise.
10724 (uniquify_cu_indices): Likewise.
10725 (class c_str_view): Likewise.
10726 (class c_str_view_hasher): Likewise.
10727 (class vector_hasher): Likewise.
10728 (write_hash_table): Likewise.
10729 (psym_index_map): Likewise.
10730 (struct addrmap_index_data): Likewise.
10731 (add_address_entry): Likewise.
10732 (add_address_entry_worker): Likewise.
10733 (write_address_map): Likewise.
10734 (symbol_kind): Likewise.
10735 (write_psymbols): Likewise.
10736 (struct signatured_type_index_data): Likewise.
10737 (write_one_signatured_type): Likewise.
10738 (recursively_count_psymbols): Likewise.
10739 (recursively_write_psymbols): Likewise.
10740 (class debug_names): Likewise.
10741 (check_dwarf64_offsets): Likewise.
10742 (psyms_seen_size): Likewise.
10743 (write_gdbindex): Likewise.
10744 (write_debug_names): Likewise.
10745 (assert_file_size): Likewise.
10746 (write_psymtabs_to_index): Likewise.
10747 (save_gdb_index_command): Likewise.
10748 (_initialize_dwarf2_read): Don't register the "save gdb-index"
10749 command.
10750 * dwarf2read.h: New file.
10751
59cc4834
JB
107522018-03-27 Joel Brobecker <brobecker@adacore.com>
10753
10754 PR gdb/22670
10755 * dwarf2read.c (dwarf2_physname): Do not return the demangled
10756 symbol name if the CU's language stores symbol names in linkage
10757 format.
10758 * language.h (struct language_defn)
10759 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
10760 all instances of this struct.
10761
67501539
TT
107622018-03-26 Tom Tromey <tom@tromey.com>
10763
10764 * stack.c (backtrace_command_1): Remove verbose code.
10765
76c939ac
TT
107662018-03-26 Tom Tromey <tom@tromey.com>
10767
10768 * python/py-framefilter.c (py_print_type): Don't catch
10769 exceptions. Return void.
10770 (py_print_value): Likewise.
10771 (py_print_single_arg): Likewise.
10772 (enumerate_args): Don't catch exceptions.
10773 (py_print_args): Likewise.
10774 (py_print_frame): Likewise.
10775 (gdbpy_apply_frame_filter): Catch exceptions here.
10776
9507b29c
TT
107772018-03-26 Tom Tromey <tom@tromey.com>
10778
10779 * stack.c (_initialize_stack): Remove trailing newlines from help
10780 text. Add "Usage" line to "backtrace" help.
10781
eb68e487
TT
107822018-03-26 Tom Tromey <tom@tromey.com>
10783
10784 PR python/16486:
10785 * python/py-framefilter.c (py_print_args): Call wrap_hint.
10786
1f111921
TT
107872018-03-26 Tom Tromey <tom@tromey.com>
10788
10789 * python/py-framefilter.c (py_print_single_arg): Return
10790 EXT_LANG_BT_ERROR from catch.
10791
fb7eb8b5
TT
107922018-03-26 Tom Tromey <tom@tromey.com>
10793
10794 PR backtrace/15584:
10795 * stack.c (backtrace_command_1): Move some code into no-filters
10796 "if".
10797
4ca59a9f
TT
107982018-03-26 Tom Tromey <tom@tromey.com>
10799
10800 * python/py-framefilter.c (throw_quit_or_print_exception): New
10801 function.
10802 (gdbpy_apply_frame_filter): Use it.
10803
92256134
TT
108042018-03-26 Tom Tromey <tom@tromey.com>
10805
10806 PR cli/17716:
10807 * python/py-framefilter.c (py_print_type, py_print_value)
10808 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
10809 RETURN_MASK_ERROR.
10810
7a630bc2
TT
108112018-03-26 Tom Tromey <tom@tromey.com>
10812
10813 * python/py-framefilter.c (enumerate_args): Use
10814 gdb::unique_xmalloc_ptr.
10815
63283d4a
TT
108162018-03-26 Tom Tromey <tom@tromey.com>
10817
10818 * python/py-framefilter.c (py_print_frame): Return
10819 EXT_LANG_BT_OK.
10820 (gdbpy_apply_frame_filter): Update comment.
10821 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
10822 Remove.
10823 <EXT_LANG_BT_NO_FILTERS>: Change value.
10824
978d6c75
TT
108252018-03-26 Tom Tromey <tom@tromey.com>
10826
10827 PR backtrace/15582:
10828 * stack.c (backtrace_command): Parse "hide" argument.
10829 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
10830 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
10831 constant.
10832
1cf7e640
TT
108332018-03-26 Tom Tromey <tom@tromey.com>
10834
10835 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
10836 add "flags".
10837 (backtrace_command): Remove "fulltrace", add "flags".
10838
ea3b0687
TT
108392018-03-26 Tom Tromey <tom@tromey.com>
10840
10841 * stack.c (backtrace_command): Rewrite command line parsing.
10842
9f034d75
SM
108432018-03-26 Simon Marchi <simon.marchi@ericsson.com>
10844
10845 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
10846
ce1459e5
SM
108472018-03-26 Simon Marchi <simon.marchi@ericsson.com>
10848
10849 * filename-seen-cache.h: Add include guard.
10850
4f7ae6f5
KS
108512018-03-26 Keith Seitz <keiths@redhat.com>
10852
10853 * symfile.c (place_section): Remove "struct" from section_addr_info
10854 in comment.
10855 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
10856 "struct" keyword from section_addr_info.
10857
5cd3e386
AH
108582018-03-26 Alan Hayward <alan.hayward@arm.com>
10859
10860 * regformats/regdef.h (reg): Add constructors.
10861
3e5ef9a4
PA
108622018-03-25 Pedro Alves <palves@redhat.com>
10863
10864 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
10865 if then/else bodies in var_func_name extraction.
10866
c88d2fcc 108672018-03-23 Weimin Pan <weimin.pan@oracle.com>
bce02d88
WP
10868
10869 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
10870 lookup_minimal_symbol() to find symbol entry.
10871 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
10872
b7fee5a3
KS
108732018-03-23 Keith Seitz <keiths@redhat.com>
10874
10875 PR c++/22968
10876 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
10877 nested type definitions for C++, too.
10878
2cc9b304
TT
108792018-03-23 Tom Tromey <tom@tromey.com>
10880
10881 * machoread.c (struct oso_el): Add a constructor. Don't define as
10882 a typedef.
10883 (macho_register_oso): Remove.
10884 (macho_symtab_read): Take a std::vector.
10885 (oso_el_compare_name): Now a std::sort comparator.
10886 (macho_symfile_read_all_oso): Take a std::vector.
10887 (macho_symfile_read): Use std::vector. Remove cleanups.
10888
a2b2bc12
TT
108892018-03-22 Tom Tromey <tom@tromey.com>
10890
10891 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
10892 (record_full_goto_bookmark): Use std::string.
10893
7a8f494c
PFC
108942018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10895
10896 PR tdep/18295
10897 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
10898 a single mask.
10899
dd6d677f
PFC
109002018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10901
10902 * rs6000-tdep.c (store_insn_p): New function.
10903 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
10904 and cr_reg to their unshifted values. Use store_insn_p to
10905 match LR saves using either R1 or fdata->alloca_reg. Use
10906 store_insn_p to match CR saves. Set alloca_reg_offset
10907 when alloca_reg and framep are set. Remove lr_reg shift
10908 when assigning to fdata->lr_register.
10909
26d6cec4
AA
109102018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
10913 command line args instead of emitting a warning.
10914
5d9310c4
SM
109152018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
10916
10917 * tracepoint.h (struct static_tracepoint_marker): Initialize
10918 fields, define default constructor, move constructor and move
10919 assignment, disable the rest.
10920 <str_id, extra>: Make std::string.
10921 (release_static_tracepoint_marker): Remove.
10922 (free_current_marker): Remove.
10923 * tracepoint.c (free_current_marker): Remove.
10924 (parse_static_tracepoint_marker_definition): Adjust to
10925 std::string, use new hex2str overload.
10926 (release_static_tracepoint_marker): Remove.
10927 (print_one_static_tracepoint_marker): Get marker by reference
10928 and adjust to std::string.
10929 (info_static_tracepoint_markers_command): Adjust to std::vector
10930 changes
10931 * target.h (static_tracepoint_marker_p): Remove typedef.
10932 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
10933 (struct target_ops) <to_static_tracepoint_marker_at>: Return
10934 bool.
10935 <to_static_tracepoint_markers_by_strid>: Return std::vector.
10936 * target-debug.h
10937 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
10938 (target_debug_print_std_vector_static_tracepoint_marker): New.
10939 (target_debug_print_struct_static_tracepoint_marker_p): Rename
10940 to...
10941 (target_debug_print_static_tracepoint_marker_p): ... this.
10942 * target-delegates.c: Re-generate.
10943 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
10944 Make std::string.
10945 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
10946 (decode_static_tracepoint_spec): Adjust to std::vector.
10947 (tracepoint_print_one_detail): Adjust to std::string.
10948 (strace_marker_decode_location): Adjust to std::string.
10949 (update_static_tracepoint): Adjust to std::string, remove call
10950 to release_static_tracepoint_marker.
10951 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10952 Adjust to std::vector.
10953 * remote.c (remote_static_tracepoint_marker_at): Return bool.
10954 (remote_static_tracepoint_markers_by_strid): Adjust to
10955 std::vector.
10956 * common/rsp-low.h (hex2str): New overload with explicit count
10957 of bytes.
10958 * common/rsp-low.c (hex2str): New overload with explicit count
10959 of bytes.
10960 * unittests/rsp-low-selftests.c (test_hex2str): New function.
10961 (_initialize_rsp_low_selftests): Add test_hex2str test.
10962 * unittests/tracepoint-selftests.c
10963 (test_parse_static_tracepoint_marker_definition): Adjust to
10964 std::string.
10965
62c222b6
SM
109662018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
10967
10968 * tracepoint.c (parse_static_tracepoint_marker_definition):
10969 Consider case where the definition is followed by more
10970 definitions.
10971 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10972 tracepoint-selftests.c.
10973 * unittests/tracepoint-selftests.c: New.
10974
7eb2418f
PFC
109752018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10976
10977 * MAINTAINERS (Write After Approval): Add Pedro Franco de
10978 Carvalho.
10979
7cbe16e9
SR
109802018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10981
3d6b3b82 10982 * symtab.c (find_pc_sect_line): fixed indentation.
7cbe16e9 10983
4ee89e90
SR
109842018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10985
3d6b3b82 10986 * symtab.c (find_pc_sect_line): now uses binary search.
4ee89e90 10987
92630041
TT
109882018-03-19 Tom Tromey <tom@tromey.com>
10989
10990 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
10991 "IDENT" production.
10992
76727919
TT
109932018-03-19 Pedro Alves <palves@redhat.com>
10994 Tom Tromey <tom@tromey.com>
10995
10996 * unittests/observable-selftests.c: New file.
10997 * common/observable.h: New file.
10998 * observable.h: New file.
10999 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
11000 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
11001 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
11002 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
11003 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
11004 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
11005 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
11006 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
11007 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
11008 python/py-breakpoint.c, python/py-finishbreakpoint.c,
11009 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
11010 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
11011 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
11012 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
11013 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
11014 tui/tui-interp.c, valops.c: Update all users.
11015 * tui/tui-hooks.c (tui_bp_created_observer)
11016 (tui_bp_deleted_observer, tui_bp_modified_observer)
11017 (tui_inferior_exit_observer, tui_before_prompt_observer)
11018 (tui_normal_stop_observer, tui_register_changed_observer):
11019 Remove.
11020 (tui_observers_token): New global.
11021 (attach_or_detach, tui_attach_detach_observers): New functions.
11022 (tui_install_hooks, tui_remove_hooks): Use
11023 tui_attach_detach_observers.
11024 * record-btrace.c (record_btrace_thread_observer): Remove.
11025 (record_btrace_thread_observer_token): New global.
11026 * observer.sh: Remove.
11027 * observer.c: Rename to observable.c.
11028 * observable.c (namespace gdb_observers): Define new objects.
11029 (observer_debug): Move into gdb_observers namespace.
11030 (struct observer, struct observer_list, xalloc_observer_list_node)
11031 (xfree_observer_list_node, generic_observer_attach)
11032 (generic_observer_detach, generic_observer_notify): Remove.
11033 (_initialize_observer): Update.
11034 Don't include observer.inc.
11035 * Makefile.in (generated_files): Remove observer.h, observer.inc.
11036 (clean mostlyclean): Likewise.
11037 (observer.h, observer.inc): Remove targets.
11038 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
11039 (COMMON_SFILES): Use observable.c, not observer.c.
11040 * .gitignore: Remove observer.h.
11041
1cb1f3da
TT
110422018-03-18 Tom Tromey <tom@tromey.com>
11043
11044 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
11045 gdb::def_vector.
11046 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
11047
a06ab151
TT
110482018-03-17 Tom Tromey <tom@tromey.com>
11049
11050 * auto-load.c (auto_load_objfile_script_1): Use std::string.
11051
770623f7
TT
110522018-03-17 Tom Tromey <tom@tromey.com>
11053
11054 * target.c (class scoped_target_fd): New.
11055 (target_fileio_close_cleanup): Remove.
11056 (target_fileio_read_alloc_1): Use scoped_target_fd.
11057
39be3c7e
SM
110582018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
11059
11060 * silent-rules.mk: New.
11061 * Makefile.in: Include silent-rules.mk
11062 (srcdir, VPATH, top_srcdir): Move up.
11063 (COMPILE): Add ECHO_CXX.
11064 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
11065 (init.c): Add ECHO_INIT_C.
11066 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
11067 (version.c): Add ECHO_GEN.
11068 (printcmd.o): Add ECHO_CXX.
11069 (target-float.o): Add ECHO_CXX.
11070 (ada-exp.o): Add ECHO_CXX.
11071 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
11072 (insight$(EXEEXT)): Add ECHO_CXXLD.
11073 * gnulib/configure.ac: Add AM_SILENT_RULES.
11074 * gnulib/aclocal.m4: Re-generate.
11075 * gnulib/configure: Re-generate.
11076 * gnulib/import/Makefile.in: Re-generate.
11077
37e136b1
TT
110782018-03-16 Tom Tromey <tom@tromey.com>
11079
11080 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
11081 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
11082 * utils.c (do_free_section_addr_info)
11083 (make_cleanup_free_section_addr_info): Remove.
11084 * symfile.h (struct other_sections): Add constructor.
11085 (struct section_addr_info): Remove.
11086 (section_addr_info): New typedef.
11087 (struct sym_fns) <sym_offsets>: Change type of parameter.
11088 (build_section_addr_info_from_objfile)
11089 (relative_addr_info_to_section_offsets, addr_info_make_relative)
11090 (default_symfile_offsets, symbol_file_add)
11091 (symbol_file_add_from_bfd)
11092 (build_section_addr_info_from_section_table): Update.
11093 (alloc_section_addr_info, free_section_addr_info): Don't declare.
11094 * symfile.c (alloc_section_addr_info): Remove.
11095 (build_section_addr_info_from_section_table): Change return type.
11096 Update.
11097 (build_section_addr_info_from_bfd)
11098 (build_section_addr_info_from_objfile): Likewise.
11099 (free_section_addr_info): Remove.
11100 (relative_addr_info_to_section_offsets): Change type of "addrs".
11101 (addrs_section_compar): Now a std::sort comparator.
11102 (addrs_section_sort): Change return type.
11103 (addr_info_make_relative): Change type of "addrs". Update.
11104 (default_symfile_offsets, syms_from_objfile_1)
11105 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
11106 (symbol_file_add_separate): Update.
11107 (symbol_file_add): Change type of "addrs". Update.
11108 (add_symbol_file_command): Update. Remove cleanups.
11109 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
11110 cleanups.
11111 * symfile-debug.c (debug_sym_offsets): Change type of "info".
11112 * solib.c (solib_read_symbols): Update.
11113 * objfiles.c (objfile_relocate): Update. Remove cleanups.
11114 * machoread.c (macho_symfile_offsets): Update.
11115 * jit.c (jit_bfd_try_read_symtab): Update.
11116
03afa6ef
SM
111172018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
11118
11119 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11120 unittests/utils-selftests.c.
11121 * unittests/utils-selftests.c: New file.
11122
3ae9ce5d
TT
111232018-03-14 Tom Tromey <tom@tromey.com>
11124
11125 PR cli/14977:
11126 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
11127 for NULL.
11128
b8c2339b
TT
111292018-03-14 Tom Tromey <tom@tromey.com>
11130
11131 PR cli/19918:
11132 * printcmd.c (printf_pointer): Allow "-" in format.
11133
80ae639d
TT
111342018-03-14 Tom Tromey <tom@tromey.com>
11135
11136 * printcmd.c (_initialize_printcmd): Add usage to printf.
11137
0d671d99
YQ
111382018-03-14 Yao Qi <qiyao@sourceware.org>
11139
11140 * MAINTAINERS: Update my email address.
11141
b577b6af
TT
111422018-03-13 Tom Tromey <tom@tromey.com>
11143
11144 * machoread.c (macho_check_dsym): Change filenamep to a
11145 std::string*.
11146 (macho_symfile_read): Update.
11147 * symfile.c (load_command): Use std::string.
11148
89a3b63e
AB
111492018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
11150
11151 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
11152 to error message string.
11153 (riscv_register_name): Use xsnprintf instead of sprintf.
11154 (riscv_insn::fetch_instruction): Use gdb_assert instead of
11155 internal_error.
11156 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
11157 error.
11158 (riscv_push_dummy_call): Likewise.
11159
984c7238
TT
111602018-03-12 Tom Tromey <tom@tromey.com>
11161
11162 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
11163 Use gdb::byte_vector.
11164 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
11165
933522d1
YQ
111662018-03-12 Yao Qi <yao.qi@linaro.org>
11167
11168 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
11169 parameter type to readable_regcache.
11170 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
11171 the declaration.
11172
be2daae6
TT
111732018-03-11 Tom Tromey <tom@tromey.com>
11174
11175 * dwarf2read.c (struct nextfield): Add initializers.
11176 (struct nextfnfield): Remove.
11177 (struct fnfieldlist): Add initializers. Remove "length" and
11178 "head", use std::vector.
11179 (struct decl_field_list): Remove.
11180 (struct field_info): Add initializers.
11181 <fields, baseclasses>: Now std::vector.
11182 <nbaseclasses, nfnfields, typedef_field_list_count,
11183 nested_types_list_count>: Remove.
11184 (dwarf2_add_field, dwarf2_add_type_defn)
11185 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
11186 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
11187 (process_structure_scope): Update.
11188
484cf504
TT
111892018-03-11 Tom Tromey <tom@tromey.com>
11190
11191 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
11192 for use by std::sort.
11193 (build_type_psymtabs_1): Use std::vector.
11194
9bd8e0b0
EZ
111952018-03-09 Eli Zaretskii <eliz@gnu.org>
11196
11197 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
11198 and LIBMPFR in the printed configuration.
11199
5dc1a704
TT
112002018-03-08 Tom Tromey <tom@tromey.com>
11201
11202 * source.c (get_filename_and_charpos): Use scoped_fd.
11203 * nto-procfs.c (procfs_open_1): Use scoped_fd.
11204 (procfs_pidlist): Likewise.
11205 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
11206 (iterate_over_mappings): Likewise.
11207
fdf07f3a
TT
112082018-03-08 Tom Tromey <tom@tromey.com>
11209
11210 * infcall.c (struct call_return_meta_info)
11211 <stack_temporaries_enabled>: Remove.
11212 (get_call_return_value, call_function_by_hand_dummy): Update.
11213 * thread.c (disable_thread_stack_temporaries): Remove.
11214 (enable_thread_stack_temporaries): Remove.
11215 (thread_stack_temporaries_enabled_p): Return bool.
11216 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
11217 (get_last_thread_stack_temporary): Update.
11218 * eval.c (evaluate_subexp): Update.
11219 * gdbthread.h (class enable_thread_stack_temporaries): Now a
11220 class, not a function.
11221 (value_ptr, value_vec): Remove typedefs.
11222 (class thread_info) <stack_temporaries_enabled>: Now bool.
11223 <stack_temporaries>: Now a std::vector.
11224 (thread_stack_temporaries_enabled_p)
11225 (value_in_thread_stack_temporaries): Return bool.
11226
567a3e54
SM
112272018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11228
11229 * remote.c (putpkt_binary): Fix omitted bytes reporting.
11230 (getpkt_or_notif_sane_1): Likewise.
11231
00b40057
SM
112322018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11233
11234 * build-id.c (build_id_to_debug_bfd): Use std::string.
11235
a8dbfd58
SM
112362018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11237
11238 * build-id.c (find_separate_debug_file_by_buildid): Return
11239 std::string.
11240 * build-id.h (find_separate_debug_file_by_buildid): Return
11241 std::string.
11242 * coffread.c (coff_symfile_read): Adjust to std::string.
11243 * elfread.c (elf_symfile_read): Adjust to std::string.
11244 * symfile.c (separate_debug_file_exists): Change parameter to
11245 std::string.
11246 (find_separate_debug_file): Return std::string.
11247 (find_separate_debug_file_by_debuglink): Return std::string.
11248 * symfile.h (find_separate_debug_file_by_debuglink): Return
11249 std::string.
11250
e6a58aa8
SM
112512018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11252
11253 * common/xml-utils.c (xml_escape_text): Move code to...
11254 (xml_escape_text_append): ... this new function.
11255 * common/xml-utils.h (xml_escape_text_append): New declaration.
11256 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
11257 New function.
11258 (_initialize_xml_utils): register test_xml_escape_text_append as
11259 a selftest.
11260
4ef0bef6
AH
112612018-03-07 Alan Hayward <alan.hayward@arm.com>
11262
11263 * defs.h: Remove MAX_REGISTER_SIZE.
11264 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
11265 asserts.
11266 * python/py-unwind.c (pyuw_sniffer): Likewise.
11267
e0d3522b
TT
112682018-03-07 Tom Tromey <tom@tromey.com>
11269
11270 * linux-tdep.c (linux_info_proc): Update.
11271 * target.h (struct target_ops) <to_fileio_readlink>: Return
11272 optional<string>.
11273 (target_fileio_readlink): Return optional<string>.
11274 * remote.c (remote_hostio_readlink): Return optional<string>.
11275 * inf-child.c (inf_child_fileio_readlink): Return
11276 optional<string>.
11277 * target.c (target_fileio_readlink): Return optional<string>.
11278
ea005f31
AB
112792018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
11280
11281 * regcache.c (cooked_read_test): Add riscv to the list of
11282 architectures that have a save_reggroup.
11283
e95a97d4
AA
112842018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11285
11286 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
11287 value is not a dynamic class object.
11288
d8344f3d
TT
112892018-03-06 Tom Tromey <tom@tromey.com>
11290
11291 * rust-exp.y: Formatting fixes.
11292
9add17f2
AB
112932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11294
11295 * riscv-tdep.c (riscv_register_name): Remove target description
11296 support.
11297 (riscv_gdbarch_init): Remove target description check.
11298
c9486dfe
AB
112992018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11300
11301 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
11302 comment.
11303 * riscv-tdep.h: Likewise.
11304
d74aff3d
AB
113052018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11306
11307 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
11308 (riscv_pseudo_register_write): Delete.
11309 (riscv_gdbarch_init): Remove all use of pseudo registers.
11310
7ea78b59
SM
113112018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
11312
11313 * record-btrace.c (btrace_print_lines): Replace cleanup
11314 parameter with RAII equivalents.
11315 (btrace_insn_history): Replace cleanup with RAII equivalents.
11316 * ui-out.h (make_cleanup_ui_out_list_begin_end,
11317 make_cleanup_ui_out_tuple_begin_end): Remove.
11318 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
11319 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
11320 make_cleanup_ui_out_list_begin_end): Remove.
11321
53127008
SM
113222018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
11323
11324 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
11325 parameter types to std::vector. Use bool.
11326 (record_btrace_wait): Replace VEC(tp_t) with
11327 std::vector<thread_info *>.
11328 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
11329
228f1508
SM
113302018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
11331
11332 * record-btrace.c (record_btrace_disable_callback): Remove.
11333 (struct scoped_btrace_disable): New.
11334 (record_btrace_open): Use scoped_btrace_disable.
11335
b2970c23
AB
113362018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11337
11338 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
11339 reading values from registers.
11340
fb294655
AB
113412018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11342
11343 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
11344 where appropriate.
11345
cab5bb9d
AB
113462018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11347
11348 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
11349 change parameter type. Use GDB's print functions, and use
11350 core_addr_to_string where appropriate.
11351 (riscv_push_dummy_call): Use core_addr_to_string where
11352 appropriate, update call to riscv_print_arg_location, and reindent
11353 a few lines.
11354 (riscv_return_value): Update call to riscv_print_arg_location.
11355
dbbb1059
AB
113562018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11357 Tim Newsome <tim@sifive.com>
11358 Albert Ou <a0u@eecs.berkeley.edu>
11359 Darius Rad <darius@bluespec.com>
11360
11361 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
11362 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
11363 (ALLDEPFILES): Add riscv-tdep.c
11364 * configure.tgt: Add riscv support.
11365 * riscv-tdep.c: New file.
11366 * riscv-tdep.h: New file.
11367 * NEWS: Mention new target.
11368 * MAINTAINERS: Add entry for riscv.
11369
5dc43913
AB
113702018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11371
11372 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
11373 fields within aggregates.
11374
3dea1ef7
SM
113752018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
11376
11377 * record-btrace.c (btrace_print_lines): Change type of flags to
11378 gdb_disassembly_flags.
11379
7efba073
JB
113802018-03-04 John Baldwin <jhb@FreeBSD.org>
11381
11382 * fbsd-nat.c: Include "inf-ptrace.h".
11383 (USE_SIGTRAP_SIGINFO): Conditionally define.
11384 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
11385 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
11386 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
11387 function.
11388 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
11389 Likewise.
11390 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
11391 Likewise.
11392 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
11393 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
11394 "supports_stopped_by_hw_breakpoint" target methods.
11395
386a8676
JB
113962018-03-04 John Baldwin <jhb@FreeBSD.org>
11397
11398 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
11399 * fbsd-nat.c (debug_fbsd_nat): New variable.
11400 (show_fbsd_nat_debug): New function.
11401 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
11402 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
11403
12279366
JB
114042018-03-04 John Baldwin <jhb@FreeBSD.org>
11405
11406 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
11407 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
11408 prototype.
11409 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
11410 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
11411 method.
11412
54693cf5
SM
114132018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
11414
11415 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
11416 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
11417
ccb2231c
SM
114182018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
11419
11420 * charset.c (struct charset_vector): New.
11421 (charsets): Change type to charset_vector.
11422 (find_charset_names): Adjust.
11423 (add_one): Adjust.
11424 (_initialize_charset): Adjust.
11425
6fb16ce6
SM
114262018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
11427
11428 * progspace.h (struct program_space) <deleted_solibs>: Change
11429 type to std::vector<std::string>.
11430 * progspace.c (clear_program_space_solib_cache): Adjust.
11431 * breakpoint.c (print_solib_event): Adjust.
11432 (check_status_catch_solib): Adjust.
11433 * solib.c (update_solib_list): Adjust.
11434 * ui-out.h (class ui_out) <field_string>: New overload.
11435 * ui-out.c (ui_out::field_string): New overload.
11436
564b1e3f
SM
114372018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
11438
11439 * progspace.h (struct program_space): Add constructor and
11440 destructor, initialize fields.
11441 (add_program_space): Remove.
11442 * progspace.c (add_program_space): Rename to...
11443 (program_space::program_space): ... this.
11444 (release_program_space): Rename to...
11445 (program_space::~program_space): ... this.
11446 (delete_program_space): Use delete to delete program_space.
11447 (initialize_progspace): Use new to allocate program_space.
11448 * inferior.c (add_inferior_with_spaces): Likewise.
11449 (clone_inferior_command): Likewise.
11450 * infrun.c (follow_fork_inferior): Likewise.
11451 (handle_vfork_child_exec_or_exit): Likewise.
11452
e80aaf61
SM
114532018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
11454
11455 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
11456 (delim_string_to_char_ptr_vec): Return std::vector of
11457 gdb::unique_xmalloc_ptr.
11458 (dirnames_to_char_ptr_vec_append): Take std::vector of
11459 gdb::unique_xmalloc_ptr.
11460 (dirnames_to_char_ptr_vec): Return std::vector of
11461 gdb::unique_xmalloc_ptr.
11462 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
11463 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
11464 (delim_string_to_char_ptr_vec): Return an std::vector of
11465 gdb::unique_xmalloc_ptr, adjust the code.
11466 (dirnames_to_char_ptr_vec_append): Take an std::vector of
11467 gdb::unique_xmalloc_ptr, adjust the code.
11468 (dirnames_to_char_ptr_vec): Return an std::vector of
11469 gdb::unique_xmalloc_ptr, adjust the code.
11470 * auto-load.c (auto_load_safe_path_vec): Change type to
11471 std::vector of gdb::unique_xmalloc_ptr.
11472 (auto_load_expand_dir_vars): Return an std::vector of
11473 gdb::unique_xmalloc_ptr, adjust the code.
11474 (auto_load_safe_path_vec_update): Adjust.
11475 (filename_is_in_auto_load_safe_path_vec): Adjust.
11476 (auto_load_objfile_script_1): Adjust.
11477 * build-id.c (build_id_to_debug_bfd): Adjust.
11478 * linux-thread-db.c (thread_db_load_search): Adjust.
11479 * source.c (add_path): Adjust.
11480 (openp): Adjust.
11481 * symfile.c (find_separate_debug_file): Adjust.
11482 * utils.c (do_free_char_ptr_vec): Remove.
11483 (make_cleanup_free_char_ptr_vec): Remove.
11484
ab818ade
SDJ
114852018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
11486
11487 PR gdb/22907
11488 * common/pathstuff.c: Conditionally include "<windows.h>".
11489
e1e6f073
GS
114902018-03-01 Georg Sauthoff <mail@georg.so>
11491
11492 PR gdb/22888
11493 * gcore.in: Quote variables and switch interpreter to bash.
11494
c7b15a66
TT
114952018-03-01 Tom Tromey <tom@tromey.com>
11496
11497 * dwarf2read.c (alloc_discriminant_info): Fix default_index
11498 assertion. Add assertion for discriminant_index.
11499 (quirk_rust_enum): Use correct base type name in univariant case.
11500
0cb7c7b0
SM
115012018-03-01 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * record.c (get_call_history_modifiers): Return a
11504 record_print_flags.
11505 (cmd_record_call_history): Adjust.
11506 * record-btrace.c (record_btrace_call_history): Adjust.
11507 (record_btrace_call_history_range): Adjust.
11508 (record_btrace_call_history_from): Adjust.
11509 * target-debug.h (target_debug_print_record_print_flags): New.
11510 * target-delegates.c: Re-generate.
11511 * target.c (target_call_history): Change flags type.
11512 (target_call_history_from): Likewise.
11513 (target_call_history_range): Likewise.
11514 * target.h (struct target_ops) <target_call_history>: Likewise.
11515 (target_call_history_from): Likewise.
11516 (target_call_history_range): Likewise.
11517
25e3c82c
SDJ
115182018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11519 Simon Marchi <simon.marchi@polymtl.ca>
11520
11521 * common/common-utils.c: Include "sys/stat.h".
11522 (is_regular_file): Move here from "source.c"; change return
11523 type to "bool".
11524 * common/common-utils.h (is_regular_file): New prototype.
11525 * common/pathstuff.c (contains_dir_separator): New function.
11526 * common/pathstuff.h (contains_dir_separator): New prototype.
11527 * source.c: Don't include "sys/stat.h".
11528 (is_regular_file): Move to "common/common-utils.c".
11529
b4987c95
SDJ
115302018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11531
11532 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
11533 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
11534 * auto-load.c: Include "common/pathstuff.h".
11535 * common/common-def.h (current_directory): Move here.
11536 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
11537 function.
11538 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
11539 prototype.
11540 * common/pathstuff.c: New file.
11541 * common/pathstuff.h: New file.
11542 * compile/compile.c: Include "common/pathstuff.h".
11543 * defs.h (current_directory): Move to "common/common-defs.h".
11544 * dwarf2read.c: Include "common/pathstuff.h".
11545 * exec.c: Likewise.
11546 * guile/scm-safe-call.c: Likewise.
11547 * linux-thread-db.c: Likewise.
11548 * main.c: Likewise.
11549 * nto-tdep.c: Likewise.
11550 * objfiles.c: Likewise.
11551 * source.c: Likewise.
11552 * symtab.c: Likewise.
11553 * utils.c: Include "common/pathstuff.h".
11554 (gdb_realpath): Move to "common/pathstuff.c".
11555 (gdb_realpath_keepfile): Likewise.
11556 (gdb_abspath): Likewise.
11557 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
11558 (gdb_realpath_keepfile): Likewise.
11559 (gdb_abspath): Likewise.
11560
f169cfdc
JB
115612018-02-28 John Baldwin <jhb@FreeBSD.org>
11562
11563 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
11564 wildcard process pid for super_resume for kernels with a
11565 specific bug.
11566
e05cac70
PM
115672018-02-27 Phil Muldoon <pmuldoon@redhat.com>
11568
11569 * compile/compile.c (get_args): Add additional comments
11570 explaining function.
11571
55089490
TT
115722018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
11573 Tom Tromey <tom@tromey.com>
11574
11575 * target.h (memory_write_request_s): Remove typedef. Don't define
11576 VEC.
11577 (target_write_memory_blocks): Change argument to std::vector.
11578 (struct memory_write_request): Add constructor.
11579 * target-memory.c (compare_block_starting_address): Return bool.
11580 Change argument types.
11581 (claim_memory): Change arguments to use std::vector.
11582 (split_regular_and_flash_blocks, blocks_to_erase)
11583 (compute_garbled_blocks): Likewise.
11584 (cleanup_request_data, cleanup_write_requests_vector): Remove.
11585 (target_write_memory_blocks): Change argument to std::vector.
11586 * symfile.c (struct load_section_data): Add constructor and
11587 destructor. Use std::vector for "requests".
11588 (struct load_progress_data): Add initializers.
11589 (load_section_callback): Update. Use "new".
11590 (clear_memory_write_data): Remove.
11591 (generic_load): Update.
11592
0c305b61
AH
115932018-02-27 Alan Hayward <alan.hayward@arm.com>
11594
11595 * arch/aarch64.h: Use common/tdesc.h.
11596
c5196c92
MR
115972018-02-26 Maciej W. Rozycki <macro@mips.com>
11598
11599 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
11600 architecture with a 64-bit ABI.
11601
37c33887
MR
116022018-02-26 Maciej W. Rozycki <macro@mips.com>
11603
11604 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
11605 ahead of target description loading.
11606
d4dd3282
TT
116072018-02-26 Tom Tromey <tom@tromey.com>
11608
11609 * stack.c (backtrace_command_1): Update.
11610 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
11611 of "flags".
11612 * python/py-framefilter.c (py_print_frame)
11613 (gdbpy_apply_frame_filter): Change type of "flags".
11614 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
11615 of "flags".
11616 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
11617 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
11618 * extension.h (enum frame_filter_flag): Rename from
11619 frame_filter_flags.
11620 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
11621 (apply_ext_lang_frame_filter): Change type of "flags".
11622 * extension.c (apply_ext_lang_frame_filter): Change type of
11623 "flags".
11624 * extension-priv.h (struct extension_language_ops)
11625 <apply_frame_filter>: Change type of "flags".
11626
6893c19a
TT
116272018-02-26 Tom Tromey <tom@tromey.com>
11628
11629 PR python/16497:
11630 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
11631 off-by-one in py_end computation.
11632 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
11633 PRINT_MORE_FRAMES.
11634 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
11635 constant.
11636
2ddeaf8a
TT
116372018-02-26 Tom Tromey <tom@tromey.com>
11638
11639 * dwarf2read.c (struct variant_field): New.
11640 (struct nextfield) <variant>: New field.
11641 (dwarf2_add_field): Handle DW_TAG_variant_part.
11642 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
11643 discriminated union.
11644 (read_structure_type): Handle DW_TAG_variant_part.
11645 (handle_struct_member_die): New function, extracted from
11646 process_structure_scope. Handle DW_TAG_variant.
11647 (process_structure_scope): Handle discriminated unions. Call
11648 handle_struct_member_die.
11649
c9317f21
TT
116502018-02-26 Tom Tromey <tom@tromey.com>
11651
11652 * rust-lang.h (rust_last_path_segment): Declare.
11653 * rust-lang.c (rust_last_path_segment): Now public. Change
11654 contract.
11655 (struct disr_info): Remove.
11656 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
11657 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
11658 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
11659 (rust_enum_p, rust_enum_variant): New function.
11660 (rust_underscore_fields): Remove "offset" parameter.
11661 (rust_print_enum): New function.
11662 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
11663 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
11664 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
11665 enums.
11666 (rust_internal_print_type): New function, from rust_print_type.
11667 Remove enum code.
11668 (rust_print_type): Call rust_internal_print_type.
11669 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
11670 Update enum handling.
11671 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
11672 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
11673 (rust_union_quirks): New functions.
11674 (process_full_comp_unit, process_full_type_unit): Call
11675 rust_union_quirks.
11676 (process_structure_scope): Update rust_unions if necessary.
11677
7c22600a
TT
116782018-02-26 Tom Tromey <tom@tromey.com>
11679
11680 * value.h (value_union_variant): Declare.
11681 * valops.c (value_union_variant): New function.
11682 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
11683 (struct discriminant_info): New.
11684 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
11685 enumerator.
11686 (struct main_type) <flag_discriminated_union>: New field.
11687
15ce8941
TT
116882018-02-26 Tom Tromey <tom@tromey.com>
11689
11690 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11691 unittests/unpack-selftests.c.
11692 * unittests/unpack-selftests.c: New file.
11693 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
11694
48fbe735
YQ
116952018-02-26 Yao Qi <yao.qi@linaro.org>
11696
11697 * dwarf2read.c (struct partial_die_info) <read>: New method.
11698 (read_partial_die): Remove the declaration.
11699 (load_partial_dies): Update.
11700 (partial_die_info::partial_die_info):
11701 (read_partial_die): Change it to partial_die_info::read.
11702
52356b79
YQ
117032018-02-26 Yao Qi <yao.qi@linaro.org>
11704
11705 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
11706 (fixup_partial_die): Remove declaration.
11707 (scan_partial_symbols): Update.
11708 (partial_die_parent_scope): Likewise.
11709 (partial_die_full_name): Likewise.
11710 (fixup_partial_die): Change it to partial_die_info::fixup.
11711
35cc7ed7
YQ
117122018-02-26 Yao Qi <yao.qi@linaro.org>
11713
11714 * dwarf2read.c (read_partial_die): Update the declaration.
11715 (load_partial_dies): Caller update.
11716 (read_partial_die): Remove one argument abbrev_len.
11717
6f06d47b
YQ
117182018-02-26 Yao Qi <yao.qi@linaro.org>
11719
11720 * dwarf2read.c (struct partial_die_info): Add ctor, delete
11721 assignment operator.
11722 (load_partial_dies): Use ctor and copy ctor.
11723 (read_partial_die): Update.
11724 (dwarf2_cu::find_partial_die): Use ctor.
11725
d590ff25
YQ
117262018-02-26 Yao Qi <yao.qi@linaro.org>
11727
11728 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
11729 (find_partial_die_in_comp_unit): Change it to
11730 dwarf2_cu::find_partial_die.
11731 (find_partial_die): Update.
11732
fd0a254f
YQ
117332018-02-26 Yao Qi <yao.qi@linaro.org>
11734
11735 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
11736 is NULL.
11737
cd9983dd
YQ
117382018-02-26 Yao Qi <yao.qi@linaro.org>
11739
11740 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
11741
f46cd62a
AH
117422018-02-26 Alan Hayward <alan.hayward@arm.com>
11743
11744 * arch/amd64.h: Use common/tdesc.h.
11745 * arch/i386.c: Likewise.
11746 * arch/i386.h: Likewise.
11747 * arch/tic6x.c: Likewise.
11748 * arch/tdesc.h: Move file from here...
11749 * common/tdesc.h: ...to here.
11750 * features/aarch64-core.c: Regenerate.
11751 * features/aarch64-fpu.c: Regenerate.
11752 * features/i386/32bit-avx.c: Regenerate.
11753 * features/i386/32bit-avx512.c: Regenerate.
11754 * features/i386/32bit-core.c: Regenerate.
11755 * features/i386/32bit-linux.c: Regenerate.
11756 * features/i386/32bit-mpx.c: Regenerate.
11757 * features/i386/32bit-pkeys.c: Regenerate.
11758 * features/i386/32bit-sse.c: Regenerate.
11759 * features/i386/64bit-avx.c: Regenerate.
11760 * features/i386/64bit-avx512.c: Regenerate.
11761 * features/i386/64bit-core.c: Regenerate.
11762 * features/i386/64bit-linux.c: Regenerate.
11763 * features/i386/64bit-mpx.c: Regenerate.
11764 * features/i386/64bit-pkeys.c: Regenerate.
11765 * features/i386/64bit-segments.c: Regenerate.
11766 * features/i386/64bit-sse.c: Regenerate.
11767 * features/i386/x32-core.c: Regenerate.
11768 * features/tic6x-c6xp.c: Regenerate.
11769 * features/tic6x-core.c: Regenerate.
11770 * features/tic6x-gp.c: Regenerate.
11771 * target-descriptions.c: Use common/tdesc.h.
11772 * target-descriptions.h: Likewise.
11773
9b292f68
TT
117742018-02-24 Tom Tromey <tom@tromey.com>
11775
11776 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
11777 (try_thread_db_load_from_dir, thread_db_load_search): Use
11778 std::string.
11779 (info_auto_load_libthread_db_compare): Return bool. Change
11780 argument types.
11781 (info_auto_load_libthread_db): Use std::vector, std::string.
11782 Remove cleanups.
11783
281d762b
TT
117842018-02-24 Tom Tromey <tom@tromey.com>
11785
11786 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
11787 std::string.
11788 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
11789 std::string*.
11790 * gdbarch.c: Rebuild.
11791 * gdbarch.h: Rebuild.
11792 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
11793 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
11794 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
11795 std::string*.
11796
9d8780f0
SM
117972018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
11798
11799 * gdbtypes.h (sect_offset): Change type to uint64_t.
11800 (sect_offset_str): New function.
11801 * dwarf2read.c (create_addrmap_from_aranges): Use
11802 sect_offset_str.
11803 (error_check_comp_unit_head): Likewise.
11804 (create_debug_type_hash_table): Likewise.
11805 (read_cutu_die_from_dwo): Likewise.
11806 (init_cutu_and_read_dies): Likewise.
11807 (init_cutu_and_read_dies_no_follow): Likewise.
11808 (process_psymtab_comp_unit_reader): Likewise.
11809 (partial_die_parent_scope): Likewise.
11810 (peek_die_abbrev): Likewise.
11811 (process_queue): Likewise.
11812 (dwarf2_physname): Likewise.
11813 (read_namespace_alias): Likewise.
11814 (read_import_statement): Likewise.
11815 (create_dwo_cu_reader): Likewise.
11816 (create_cus_hash_table): Likewise.
11817 (lookup_dwo_cutu): Likewise.
11818 (inherit_abstract_dies): Likewise.
11819 (read_func_scope): Likewise.
11820 (read_call_site_scope): Likewise.
11821 (dwarf2_add_member_fn): Likewise.
11822 (read_common_block): Likewise.
11823 (read_module_type): Likewise.
11824 (read_typedef): Likewise.
11825 (read_subrange_type): Likewise.
11826 (load_partial_dies): Likewise.
11827 (read_partial_die): Likewise.
11828 (find_partial_die): Likewise.
11829 (read_str_index): Likewise.
11830 (dwarf2_string_attr): Likewise.
11831 (build_error_marker_type): Likewise.
11832 (lookup_die_type): Likewise.
11833 (dump_die_shallow): Likewise.
11834 (follow_die_ref): Likewise.
11835 (dwarf2_fetch_die_loc_sect_off): Likewise.
11836 (dwarf2_fetch_constant_bytes): Likewise.
11837 (follow_die_sig): Likewise.
11838 (get_signatured_type): Likewise.
11839 (get_DW_AT_signature_type): Likewise.
11840 (dwarf2_find_containing_comp_unit): Likewise.
11841 (set_die_type): Likewise.
11842
8ec57239
JB
118432018-02-21 John Baldwin <jhb@FreeBSD.org>
11844
11845 * arch/aarch64.c: Include "common-defs.h".
11846 * arch/amd64.c: Likewise.
11847 * arch/i386.c: Likewise.
11848
3eac2b65
TT
118492018-02-21 Tom Tromey <tom@tromey.com>
11850
11851 * value.h: (extract_field_op): Update.
11852 * eval.c (extract_field_op): Return a const char *.
11853 * expression.h (parse_expression_for_completion): Update.
11854 * completer.c (complete_expression): Update.
11855 (add_struct_fields): Make fieldname const.
11856 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
11857 (mark_completion_tag, parse_exp_in_context_1): Update.
11858 (parse_expression_for_completion): Change "name" to
11859 unique_xmalloc_ptr*.
11860
6ccb583f
TT
118612018-02-21 Tom Tromey <tom@tromey.com>
11862
11863 * infcall.c (call_function_by_hand_dummy): Use std::vector.
11864
c113ed0c
YQ
118652018-02-21 Yao Qi <yao.qi@linaro.org>
11866
11867 * avr-tdep.c (avr_read_pc): Change parameter type to
11868 readable_regcache.
11869 * gdbarch.sh (read_pc): Likewise.
11870 * gdbarch.c: Re-generated.
11871 * gdbarch.h: Re-generated.
11872 * hppa-tdep.c (hppa_read_pc): Change parameter type to
11873 readable_regcache.
11874 * ia64-tdep.c (ia64_read_pc): Likewise.
11875 * mips-tdep.c (mips_read_pc): Likewise.
11876 * spu-tdep.c (spu_read_pc): Likewise.
11877
4c74fe6b
YQ
118782018-02-21 Yao Qi <yao.qi@linaro.org>
11879
11880 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
11881 * regcache-dump.c: New file.
11882 * regcache.c: Move register_dump to regcache-dump.c.
11883 (maintenance_print_registers): Likewise.
11884 (maintenance_print_raw_registers): Likewise.
11885 (maintenance_print_cooked_registers): Likewise.
11886 (maintenance_print_register_groups): Likewise.
11887 (maintenance_print_remote_registers): Likewise.
11888 (_initialize_regcache): Likewise.
11889 * regcache.h (register_dump): Moved from regcache.c.
11890
796bb026
YQ
118912018-02-21 Yao Qi <yao.qi@linaro.org>
11892
11893 * regcache.c (regcache::regcache): Update.
11894 (regcache::invalidate): Move it to detached_regcache::invalidate.
11895 (get_thread_arch_aspace_regcache): Update.
11896 (regcache::raw_update): Update.
11897 (regcache::cooked_read): Remove some code.
11898 (regcache::cooked_read_value): Likewise.
11899 (regcache::raw_write): Remove assert on m_readonly_p.
11900 (regcache::raw_supply_integer): Move it to
11901 detached_regcache::raw_supply_integer.
11902 (regcache::raw_supply_zeroed): Likewise.
11903 * regcache.h (detached_regcache) <raw_supply_integer>: New
11904 declaration.
11905 <raw_supply_zeroed, invalidate>: Likewise.
11906 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
11907 <invalidate>: Likewise.
11908 <m_readonly_p>: Removed.
11909
215c69dc
YQ
119102018-02-21 Yao Qi <yao.qi@linaro.org>
11911
11912 * infcmd.c (get_return_value): Let stop_regs point to
11913 get_current_regcache.
11914 * regcache.c (regcache::regcache): Remove.
11915 (register_dump_reg_buffer): New class.
11916 (regcache_print): Adjust.
11917 * regcache.h (regcache): Remove constructors.
11918
f3384e66
YQ
119192018-02-21 Yao Qi <yao.qi@linaro.org>
11920
11921 * regcache.c (class register_dump): New class.
11922 (register_dump_regcache, register_dump_none): New class.
11923 (register_dump_remote, register_dump_groups): New class.
11924 (regcache_print): Update.
11925 * regcache.h (regcache_dump_what): Move it to regcache.c.
11926 (regcache) <dump>: Remove.
11927
c8ec2f33
YQ
119282018-02-21 Yao Qi <yao.qi@linaro.org>
11929
11930 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
11931 reg_buffer_rw *.
11932 (jit_unwind_reg_set_impl): Call raw_supply.
11933 (jit_frame_sniffer): Use reg_buffer_rw.
11934 * record-full.c (record_full_core_regbuf): Change its type.
11935 (record_full_core_open_1): Use reg_buffer_rw.
11936 (record_full_close): Likewise.
11937 (record_full_core_fetch_registers): Use regcache->raw_supply.
11938 (record_full_core_store_registers): Likewise.
11939 * regcache.c (regcache::get_register_status): Move it to
11940 reg_buffer.
11941 (regcache_raw_set_cached_value): Remove.
11942 (regcache::raw_set_cached_value): Remove.
11943 (regcache::raw_write): Call raw_supply.
11944 (regcache::raw_supply): Move it to reg_buffer_rw.
11945 * regcache.h (regcache_raw_set_cached_value): Remove.
11946 (reg_buffer_rw): New class.
11947
daf6667d
YQ
119482018-02-21 Yao Qi <yao.qi@linaro.org>
11949
11950 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
11951 readonly_detached_regcache.
11952 (dummy_frame_prev_register): Use regcache->cooked_read.
11953 * frame.c (frame_save_as_regcache): Change return type.
11954 (frame_pop): Update.
11955 * frame.h (frame_save_as_regcache): Update declaration.
11956 * inferior.h (get_infcall_suspend_state_regcache): Update
11957 declaration.
11958 * infrun.c (infcall_suspend_state) <registers>: use
11959 readonly_detached_regcache.
11960 (save_infcall_suspend_state): Don't use regcache_dup.
11961 (get_infcall_suspend_state_regcache): Change return type.
11962 * linux-fork.c (struct fork_info) <savedregs>: Change to
11963 readonly_detached_regcache.
11964 <pc>: New field.
11965 (fork_save_infrun_state): Don't use regcache_dup.
11966 (info_checkpoints_command): Adjust.
11967 * mi/mi-main.c (register_changed_p): Update declaration.
11968 (mi_cmd_data_list_changed_registers): Use
11969 readonly_detached_regcache.
11970 (register_changed_p): Change parameter type to
11971 readonly_detached_regcache.
11972 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
11973 readonly_detached_regcache.
11974 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
11975 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
11976 New.
11977 (regcache::save): Move it to reg_buffer.
11978 (regcache::restore): Change parameter type.
11979 (regcache_dup): Remove.
11980 * regcache.h (reg_buffer) <save>: New method.
11981 (readonly_detached_regcache): New class.
11982 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
11983 readonly_detached_regcache.
11984 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
11985
fc5b8736
YQ
119862018-02-21 Yao Qi <yao.qi@linaro.org>
11987
11988 * frame.c (frame_save_as_regcache): Use regcache method save.
11989 (frame_pop): Use regcache method restore.
11990 * infrun.c (restore_infcall_suspend_state): Likewise.
11991 * linux-fork.c (fork_load_infrun_state): Likewise.
11992 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
11993 save.
11994 * regcache.c (regcache_save): Remove.
11995 (regcache::restore): More asserts.
11996 (regcache_cpy): Remove.
11997 * regcache.h (regcache_save): Remove the declaration.
11998 (regcache::restore): Move from private to public.
11999 Remove the friend declaration of regcache_cpy.
12000 (regcache_cpy): Remove declaration.
12001
849d0ba8
YQ
120022018-02-21 Yao Qi <yao.qi@linaro.org>
12003
12004 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
12005 parameter type to 'readable_regcache *'.
12006 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
12007 * arm-tdep.c (arm_neon_quad_read): Likewise.
12008 (arm_pseudo_read): Likewise.
12009 * avr-tdep.c (avr_pseudo_register_read): Likewise.
12010 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
12011 * frv-tdep.c (frv_pseudo_register_read): Likewise.
12012 * gdbarch.c: Re-generated.
12013 * gdbarch.h: Re-generated.
12014 * gdbarch.sh (pseudo_register_read): Change parameter type to
12015 'readable_regcache *'.
12016 (pseudo_register_read_value): Likewise.
12017 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
12018 (h8300_pseudo_register_read): Likewise.
12019 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
12020 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
12021 (i386_pseudo_register_read_into_value): Likewise.
12022 (i386_pseudo_register_read_value): Likewise.
12023 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
12024 declaration.
12025 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
12026 * m32c-tdep.c (m32c_raw_read): Likewise.
12027 (m32c_read_flg): Likewise.
12028 (m32c_banked_register): Likewise.
12029 (m32c_banked_read): Likewise.
12030 (m32c_sb_read): Likewise.
12031 (m32c_part_read): Likewise.
12032 (m32c_cat_read): Likewise.
12033 (m32c_r3r2r1r0_read): Likewise.
12034 (m32c_pseudo_register_read): Likewise.
12035 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
12036 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
12037 (mep_pseudo_cr64_read): Likewise.
12038 (mep_pseudo_register_read): Likewise.
12039 * mips-tdep.c (mips_pseudo_register_read): Likewise.
12040 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
12041 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
12042 * regcache.c (regcache::raw_read): Move it to readable_regcache.
12043 (regcache::cooked_read): Likewise.
12044 (regcache::cooked_read_value): Likewise.
12045 (regcache_cooked_read_signed):
12046 (regcache::cooked_read): Likewise.
12047 * regcache.h (readable_regcache): New class.
12048 (regcache): Inherit readable_regcache. Move some methods to
12049 readable_regcache.
12050 * rl78-tdep.c (rl78_pseudo_register_read): Change
12051 parameter type to 'readable_regcache *'.
12052 * rs6000-tdep.c (do_regcache_raw_read): Remove.
12053 (e500_pseudo_register_read): Change parameter type to
12054 'readable_regcache *'.
12055 (dfp_pseudo_register_read): Likewise.
12056 (vsx_pseudo_register_read): Likewise.
12057 (efpr_pseudo_register_read): Likewise.
12058 * s390-tdep.c (s390_pseudo_register_read): Likewise.
12059 * sh-tdep.c (sh_pseudo_register_read): Likewise.
12060 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
12061 (sh64_pseudo_register_read): Likewise.
12062 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
12063 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
12064 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
12065 (spu_pseudo_register_read): Likewise.
12066 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
12067 (xtensa_pseudo_register_read): Likewise.
12068
31716595
YQ
120692018-02-21 Yao Qi <yao.qi@linaro.org>
12070
12071 * regcache.c (regcache::regcache): Call reg_buffer ctor.
12072 (regcache::arch): Move it to reg_buffer::arch.
12073 (regcache::register_buffer): Likewise.
12074 (regcache::assert_regnum): Likewise.
12075 (regcache::num_raw_registers): Likewise.
12076 * regcache.h (reg_buffer): New class.
12077 (regcache): Inherit reg_buffer.
12078
7104e59b
SM
120792018-02-20 Simon Marchi <simon.marchi@ericsson.com>
12080
12081 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
12082 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
12083
2d8adcbd
MM
120842018-02-20 Markus Metzger <markus.t.metzger@intel.com>
12085
12086 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
12087
b5884fa7
AH
120882018-02-19 Alan Hayward <alan.hayward@arm.com>
12089
12090 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
12091 (SFILES): Remove common/*.c files.
12092 (COMMON_OBS): Remove some *.o files built from common/*.c files.
12093 * common/common.host: Add common reference.
12094 * configure.ac: Likewise.
12095 * configure: Regenerate.
12096
fd90ace4
YQ
120972018-02-16 Yao Qi <yao.qi@linaro.org>
12098
12099 * block.c (block_namespace_info): Inherit allocate_on_obstack.
12100 (block_initialize_namespace): Use new.
12101 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
12102 (dwarf2_free_objfile): Use delete.
12103 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
12104 (copy_type_recursive): Use new.
12105 * gdb_obstack.h (allocate_on_obstack): New.
12106
85046ae2
YQ
121072018-02-15 Yao Qi <yao.qi@linaro.org>
12108
12109 PR gdb/22849
12110 * inferior.c (exit_inferior_1): Reset inf->control.
12111
355c559b
JB
121122018-02-15 Joel Brobecker <brobecker@adacore.com>
12113
12114 * ada-lang.c (ada_to_fixed_value_create): Delete advance
12115 declaration.
12116
980548fd
PA
121172018-02-14 Pedro Alves <palves@redhat.com>
12118
12119 * frame-unwind.c (frame_unwind_try_unwinder): Always call
12120 frame_cleanup_after_sniffer on exception.
12121
692d6f97
TT
121222018-02-14 Tom Tromey <tom@tromey.com>
12123
12124 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
12125 const.
12126 (solib_bfd_open): Make pathname const.
12127 * solib.c (solib_bfd_open): Make pathname const.
12128 * solib-spu.c (spu_bfd_fopen): Make name const.
12129 (spu_bfd_open): Make pathname const.
12130 * solib-darwin.c (darwin_bfd_open): Make pathname const.
12131 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
12132
e0cc99a6
TT
121332018-02-14 Tom Tromey <tom@tromey.com>
12134
12135 * symfile.c (symfile_bfd_open): Update.
12136 * source.h (openp, source_full_path_of, find_and_open_source):
12137 Change argument type to unique_xmalloc_ptr.
12138 * source.c (openp): Take a unique_xmalloc_ptr.
12139 (source_full_path_of, find_and_open_source): Likewise.
12140 (open_source_file, symtab_to_fullname): Update.
12141 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
12142 unique_xmalloc_ptr.
12143 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
12144 (exec_file_find): Update.
12145 * psymtab.c (psymtab_to_fullname): Update.
12146 * nto-tdep.h (nto_find_and_open_solib): Update.
12147 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
12148 unique_xmalloc_ptr.
12149 * exec.c (exec_file_attach): Update.
12150 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
12151 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
12152
b46a8d7c
TT
121532018-02-14 Tom Tromey <tom@tromey.com>
12154
12155 * solib.c: Include source.h.
12156 * nto-tdep.c: Include source.h.
12157 * mi/mi-cmd-env.c: Include source.h.
12158 * infcmd.c: Include source.h.
12159 * exec.c: Include source.h.
12160 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
12161 (add_path, directory_switch, source_path, init_source_path): Move
12162 declarations...
12163 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
12164 (add_path, directory_switch, source_path, init_source_path):
12165 ...here.
12166
797bc1cb
TT
121672018-02-14 Tom Tromey <tom@tromey.com>
12168
12169 * solist.h (exec_file_find, solib_find): Return
12170 unique_xmalloc_ptr.
12171 (solib_bfd_fopen): Take a const char *.
12172 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
12173 (exec_file_find, solib_find): Likewise.
12174 (solib_bfd_fopen): Do not take ownership of "pathname".
12175 (solib_bfd_open): Use unique_xmalloc_ptr.
12176 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
12177 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
12178 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
12179 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
12180
f98b2e33
JB
121812018-02-14 Joel Brobecker <brobecker@adacore.com>
12182
12183 * ada-lang.c (name_match_type_from_name): Remove reference to
12184 ada_name_for_lookup in function's documentation.
12185 * ada-lang.h (ada_name_for_lookup): Delete declaration.
12186
24b9144d
SM
121872018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
12188
12189 * defs.h (enum openp_flags): New enum.
12190 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
12191 Move to enum openp_flags.
12192 (openp_flags): New enum flags.
12193 (openp): Change parameter type to openp_flags.
12194 * source.c (openp): Change parameter type to openp_flags.
12195 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
12196 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
12197
387cd15b
SM
121982018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
12199
12200 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
12201 per-command.
12202
b303c6f6
AB
122032018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
12204
12205 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
12206 into...
12207 (class dwarf2_queue_guard): ...the destructor of this new class.
12208 (dw2_do_instantiate_symtab): Create instance of the new class
12209 dwarf2_queue_guard, remove cleanup.
12210
9c3630e9
TT
122112018-02-09 Tom Tromey <tom@tromey.com>
12212
12213 * source.c (find_source_lines): Don't reference past the end of
12214 the vector.
12215
c4e12631
MM
122162018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12217
12218 * remote.c (remote_btrace_maybe_reopen): Change error message.
12219 * btrace.c (btrace_enable): Likewise.
12220 (parse_xml_btrace): Likewise.
12221 (parse_xml_btrace_conf): Likewise.
12222
88711fbf
MM
122232018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12224
12225 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
12226 (linux_enable_pt, linux_enable_bts): Call
12227 diagnose_perf_event_open_fail.
12228
17ad2a4f
MM
122292018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12230
12231 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
12232 Remove parameter and change return type. Update callers. Move it.
12233 (linux_enable_bts, linux_enable_pt): Improve error message.
12234 (linux_enable_pt): Remove zero buffer size check.
12235 (linux_enable_btrace): Improve error messages. Remove NULL return
12236 check.
12237
de6242d3
MM
122382018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12239
12240 * btrace.c (btrace_enable): Remove target_supports_btrace call.
12241 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
12242 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
12243 (linux_supports_pt, linux_supports_btrace): Remove.
12244 (linux_enable_bts): Call cpu_supports_bts.
12245 * nat/linux-btrace.h (linux_supports_btrace): Remove.
12246 * remote.c (remote_supports_btrace): Remove.
12247 (init_remote_ops): Remove remote_supports_btrace.
12248 * target-delegates.c: Regenerated.
12249 * target.c (target_supports_btrace): Remove.
12250 * target.h (target_ops) <to_supports_btrace>: Remove
12251 (target_supports_btrace): Remove.
12252 * x86-linux-nat.c (x86_linux_create_target): Remove
12253 linux_supports_btrace.
12254
9ee23a85
MM
122552018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12256
12257 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
12258 btrace failed.
12259 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
12260 exception and use message in own exception.
12261
5c3284c1
MM
122622018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12263
12264 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
12265 (perf_event_pt_event_type): Use gdb_file_up.
12266 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
12267 scoped_fd, and scoped_mmap.
12268
84696f37
MM
122692018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12270
12271 * common/scoped_mmap.h: New.
12272 * unittests/scoped_mmap-selftest.c: New.
12273 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12274 unittests/scoped_mmap-selftest.c.
12275
ea4a0888
MM
122762018-02-09 Markus Metzger <markus.t.metzger@intel.com>
12277
12278 * common/scoped_fd.h: New.
12279 * unittests/scoped_fd-selftest.c: New.
12280 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12281 unittests/scoped_fd-selftest.c.
12282
869e8290
TT
122832018-02-09 Tom Tromey <tom@tromey.com>
12284
12285 * auto-load.c (auto_load_section_scripts): Use
12286 gdb::unique_xmalloc_ptr.
12287
a37a2ae7
TT
122882018-02-09 Tom Tromey <tom@tromey.com>
12289
12290 * auto-load.c (execute_script_contents): Use std::string.
12291
4e725347
JB
122922018-02-09 Joel Brobecker <brobecker@adacore.com>
12293
12294 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
12295 Python function, rather than a new command.
12296
9a897d43
TT
122972018-02-08 Tom Tromey <tom@tromey.com>
12298
12299 * solib.c (solib_find_1): Use std::string.
12300 (solib_bfd_fopen): Use unique_xmalloc_ptr.
12301
58ef3771
TT
123022018-02-08 Tom Tromey <tom@tromey.com>
12303
12304 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
12305
a9abc434
TT
123062018-02-08 Tom Tromey <tom@tromey.com>
12307
12308 * source.c (find_source_lines): Use gdb::def_vector.
12309
84f27c6f
TT
123102018-02-08 Tom Tromey <tom@tromey.com>
12311
12312 * macrocmd.c (struct temporary_macro_definition): New.
12313 (macro_define_command): Use temporary_macro_definition. Remove
12314 cleanups.
12315 (free_macro_definition_ptr): Remove.
12316
0354904b
TT
123172018-02-08 Tom Tromey <tom@tromey.com>
12318
12319 * macroexp.c (maybe_expand): Use std::string.
12320
1739cf24
TT
123212018-02-08 Tom Tromey <tom@tromey.com>
12322
12323 * macroexp.c (struct macro_buffer): Add initializers for some
12324 members.
12325 (init_buffer, init_shared_buffer, free_buffer)
12326 (free_buffer_return_text): Remove.
12327 (macro_buffer): New constructors.
12328 (~macro_buffer): New destructor.
12329 (macro_buffer::set_shared): New method.
12330 (macro_buffer::resize_buffer, macro_buffer::appendc)
12331 (macro_buffer::appendmem): Now methods, not free functions.
12332 (set_token, append_tokens_without_splicing, stringify)
12333 (macro_stringify): Update.
12334 (gather_arguments): Change return type. Remove argc_p argument,
12335 add args_ptr argument. Use std::vector.
12336 (substitute_args): Remove argc argument. Accept std::vector.
12337 (expand): Update. Use std::vector.
12338 (scan, macro_expand, macro_expand_next): Update.
12339
f6c2623e
TT
123402018-02-08 Tom Tromey <tom@tromey.com>
12341
12342 * symtab.c (default_collect_symbol_completion_matches_break_on):
12343 Use unique_xmalloc_ptr.
12344 * macroscope.h: (sal_macro_scope, user_macro_scope)
12345 (default_macro_scope): Return unique_xmalloc_ptr.
12346 * macroscope.c (sal_macro_scope, user_macro_scope)
12347 (default_macro_scope): Return unique_xmalloc_ptr.
12348 * macroexp.h (macro_expand, macro_expand_once): Return
12349 unique_xmalloc_ptr.
12350 * macroexp.c (macro_expand, macro_expand_once): Return
12351 unique_xmalloc_ptr.
12352 * macrocmd.c (macro_expand_command, macro_expand_once_command)
12353 (info_macro_command, info_macros_command): Use
12354 unique_xmalloc_ptr.
12355 * compile/compile-c-support.c (write_macro_definitions): Use
12356 unique_xmalloc_ptr.
12357 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
12358
c2e0e465
SM
123592018-02-07 Simon Marchi <simon.marchi@ericsson.com>
12360
12361 * value.c (value_static_field): Assign field type instead of
12362 containing type when returning an optimized out value.
12363
3f8c94b4
YQ
123642018-02-06 Yao Qi <yao.qi@linaro.org>
12365
12366 * ft32-tdep.c (ft32_read_pc): Remove.
12367 (ft32_write_pc): Remove.
12368 (ft32_gdbarch_init): Update.
12369 * m32r-tdep.c (m32r_read_pc): Remove.
12370 (m32r_gdbarch_init): Update.
12371 * mep-tdep.c (mep_read_pc): Remove.
12372 (mep_gdbarch_init): Update.
12373 * microblaze-tdep.c (microblaze_write_pc): Remove.
12374 (microblaze_gdbarch_init): Update.
12375 * mn10300-tdep.c (mn10300_read_pc): Remove.
12376 (mn10300_write_pc): Remove.
12377 (mn10300_gdbarch_init): Update.
12378 * moxie-tdep.c (moxie_read_pc): Remove.
12379 (moxie_write_pc): Remove.
12380 (moxie_gdbarch_init): Update.
12381
bca65a23
YQ
123822018-02-06 Yao Qi <yao.qi@linaro.org>
12383
12384 * expprint.c (print_subexp_standard): Handle
12385 OP_F77_UNDETERMINED_ARGLIST.
12386 (dump_subexp_body_standard): Likewise.
12387
583e3f90 123882018-02-05 Alan Hayward <alan.hayward@arm.com>
b8df6ca7 12389
583e3f90
YQ
12390 * target-descriptions.c (tdesc_element_visitor) Add empty
12391 implementations.
b8df6ca7
AH
12392 (tdesc_type): Move make_gdb_type from here.
12393 (tdesc_type_builtin): Likewise.
12394 (tdesc_type_vector): Likewise.
12395 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
12396 (make_gdb_type_struct): Move from tdesc_type_with_fields.
12397 (make_gdb_type_union): Likewise.
12398 (make_gdb_type_flags): Likewise.
12399 (make_gdb_type_enum): Likewise.
12400 (make_gdb_type): New function.
12401 (tdesc_register_type): Use static make_gdb_type.
12402
e813d34a
RK
124032018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
12404
12405 * infcmd.c (default_print_one_register_info): Align natural-format
12406 column values consistently one under another.
12407 (pad_to_column): New function.
12408
0eb876f5
JB
124092018-02-05 Joel Brobecker <brobecker@adacore.com>
12410
12411 * dwarf2read.c (dwarf2_physname): Move commment.
12412
0625771b
LS
124132018-02-01 Leszek Swirski <leszeks@google.com>
12414
12415 * varobj.c (varobj_formatted_print_options): Allow recursive
12416 pretty printing if pretty printing is enabled.
12417
59498c30
LS
124182018-02-01 Leszek Swirski <leszeks@google.com>
12419
12420 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
12421 names after a structop as a filename.
12422
2d9e6acb
YQ
124232018-02-01 Yao Qi <yao.qi@linaro.org>
12424
12425 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
12426 (arm_record_coproc_data_proc): Likewise.
12427
df95a9cf
YQ
124282018-02-01 Yao Qi <yao.qi@linaro.org>
12429
12430 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
12431
07e5f5cf
NP
124322018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
12433
12434 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
12435 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
12436
3045b475
PA
124372018-01-31 Pedro Alves <palves@redhat.com>
12438
12439 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
12440 * inflow.c (child_terminal_save_inferior): Wrap reference to
12441 tcgetpgrp in HAVE_TERMIOS_H.
12442 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
12443 _WIN32.
12444 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
12445 always iterate over all inferiors.
12446 (gdbsim_cntrl_c): Adjust.
12447 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
12448
929b5ad4
JB
124492018-01-31 Joel Brobecker <brobecker@adacore.com>
12450
12451 * gdbtypes.c (lookup_array_range_type): Make sure the array's
12452 index type is objfile-owned if the element type is as well.
12453
29236ca2
JB
124542018-01-31 Joel Brobecker <brobecker@adacore.com>
12455
12456 GDB 8.1 released.
12457
c81e8879
PR
124582018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
12459
12460 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
12461 "features/s390x-linux64.c".
12462 (_initialize_s390_linux_tdep): Remove initialization of tdescs
12463 s390_linux32 and s390x_linux64.
12464 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
12465 default tdesc.
12466 * s390-tdep.c: Include "features/s390-linux32.c" and
12467 "features/s390x-linux64.c".
12468 (s390_tdesc_valid): Add check for tdesc_has_registers.
12469 (s390_gdbarch_init): Make sure there is always a valid tdesc.
12470 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
12471 tdesc_s390x_linux64.
12472 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
12473 tdesc_s390x_linux64 to...
12474 * s390-tdep.h: ...here.
12475
e671cd59
PA
124762018-01-30 Pedro Alves <palves@redhat.com>
12477
12478 PR gdb/13211
12479 * config.in, configure: Regenerate.
12480 * configure.ac: Check for getpgid.
12481 * go32-nat.c (go32_pass_ctrlc): New.
12482 (go32_target): Install it.
12483 * inf-child.c (inf_child_target): Install
12484 child_terminal_save_inferior, child_pass_ctrlc and
12485 child_interrupt.
12486 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
12487 (inf_ptrace_target): No longer install it.
12488 * infcmd.c (interrupt_target_1): Adjust.
12489 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
12490 (child_interrupt): Declare.
12491 (inferior::terminal_state): New.
12492 * inflow.c (struct terminal_info): Update comments.
12493 (inferior_process_group): Delete.
12494 (terminal_is_ours): Delete.
12495 (gdb_tty_state): New.
12496 (child_terminal_init): Adjust.
12497 (is_gdb_terminal, sharing_input_terminal_1)
12498 (sharing_input_terminal): New functions.
12499 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
12500 Set the process's actual process group in the foreground if
12501 possible. Handle is_ours_for_output/is_ours distinction. Don't
12502 mark terminal as the inferior's if not sharing GDB's terminal.
12503 Don't check attach_flag.
12504 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
12505 pass down a target_terminal_state.
12506 (child_terminal_save_inferior): New, factored out from ...
12507 (child_terminal_ours_1): ... this. Handle
12508 target_terminal_state::is_ours_for_output.
12509 (child_interrupt, child_pass_ctrlc): New.
12510 (inflow_inferior_exit): Clear the inferior's terminal_state.
12511 (copy_terminal_info): Copy the inferior's terminal state.
12512 (_initialize_inflow): Remove reference to terminal_is_ours.
12513 * inflow.h (inferior_process_group): Delete.
12514 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
12515 * procfs.c (procfs_target): Don't install procfs_interrupt.
12516 (procfs_interrupt): Delete.
12517 * remote.c (remote_serial_quit_handler): Adjust.
12518 (remote_interrupt): Remove ptid parameter. Adjust.
12519 * target-delegates.c: Regenerate.
12520 * target.c: Include "terminal.h".
12521 (target_terminal::terminal_state): Rename to ...
12522 (target_terminal::m_terminal_state): ... this.
12523 (target_terminal::init): Adjust.
12524 (target_terminal::inferior): Adjust to per-inferior
12525 terminal_state.
12526 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
12527 (target_terminal::ours, target_terminal::ours_for_output): Use
12528 target_terminal_is_ours_kind.
12529 (target_interrupt): Remove ptid parameter. Adjust.
12530 (default_target_pass_ctrlc): Adjust.
12531 * target.h (target_ops::to_terminal_save_inferior): New field.
12532 (target_ops::to_interrupt): Remove ptid_t parameter.
12533 (target_interrupt): Remove ptid_t parameter. Update comment.
12534 (target_pass_ctrlc): Update comment.
12535 * target/target.h (target_terminal_state): New scoped enum,
12536 factored out of ...
12537 (target_terminal::terminal_state): ... here.
12538 (target_terminal::inferior): Update comments.
12539 (target_terminal::restore_inferior): New.
12540 (target_terminal::is_inferior, target_terminal::is_ours)
12541 (target_terminal::is_ours_for_output): Adjust.
12542 (target_terminal::scoped_restore_terminal_state): Adjust to
12543 rename, and call restore_inferior() instead of inferior().
12544 (target_terminal::scoped_restore_terminal_state::m_state): Change
12545 type.
12546 (target_terminal::terminal_state): Rename to ...
12547 (target_terminal::m_terminal_state): ... this and change type.
12548
9c3a5d93
PA
125492018-01-30 Pedro Alves <palves@redhat.com>
12550
12551 * linux-nat.c (wait_for_signal): New function.
12552 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
12553 directly.
12554 (async_terminal_is_ours)
12555 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
12556 (linux_nat_add_target): Don't override
12557 to_terminal_inferior/to_terminal_ours.
12558
69ab5edb
SDJ
125592018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
12560
12561 * remote.c (remote_follow_fork): Don't call "detach_inferior".
12562
fc8e7e75
SM
125632018-01-28 Simon Marchi <simon.marchi@ericsson.com>
12564
12565 * dwarf2read.c (free_dwo_files): Add forward-declaration.
12566 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
12567 dwarf2_per_objfile_free here.
12568 (dwarf2_per_objfile_free): Remove.
12569 (_initialize_dwarf2_read): Don't register
12570 dwarf2_per_objfile_free as a registry cleanup.
12571
b2a426e2
EZ
125722018-01-27 Eli Zaretskii <eliz@gnu.org>
12573
12574 Avoid compilation errors in MinGW native builds
12575
12576 The error is triggered by including python-internal.h, and the
12577 error message is:
12578
12579 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
12580 from build-gnulib/import/math.h:27,
12581 from d:/usr/Python26/include/pyport.h:235,
12582 from d:/usr/Python26/include/Python.h:58,
12583 from python/python-internal.h:94,
12584 from python/py-arch.c:24:
12585 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
12586 using ::hypot;
12587 ^~~~~
12588
12589 This happens because Python headers define 'hypot' to expand t
12590 '_hypot' in the Windows builds.
12591 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
12592 'hypoth'. This avoids a compilation error.
12593
0bdd8eac
AH
125942018-01-26 Alan Hayward <alan.hayward@arm.com>
12595
12596 * MAINTAINERS (Write After Approval): Fix ordering.
12597
56ae9dc3
AH
125982018-01-26 Alan Hayward <alan.hayward@arm.com>
12599
12600 * MAINTAINERS (Write After Approval): Add Alan Hayward.
12601
7433498b
AM
126022018-01-26 Alan Modra <amodra@gmail.com>
12603
12604 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
12605 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
12606 Remove nop. Make const. Comment.
12607 (powerpc32_plt_stub_so_2): New.
12608 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
12609 Correct count. Update uses.
12610 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
12611 Move common code reading PLT entry word. Correct
12612 powerpc32_plt_stub PLT address calculation.
12613 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
12614 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
12615 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
12616 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
12617 (ppc64_standard_linkage8): Likewise.
12618 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
12619 Correct insns description.
12620 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
12621
0f59d5fc
PA
126222018-01-24 Pedro Alves <palves@redhat.com>
12623
12624 GCC PR libstdc++/83906
12625 * gdbtypes.c (operator==(const dynamic_prop &,
12626 const dynamic_prop &)): New.
12627 (operator==(const range_bounds &, const range_bounds &)): New.
12628 (check_types_equal): Use them instead of memcmp.
12629 * gdbtypes.h (operator==(const dynamic_prop &,
12630 const dynamic_prop &)): Declare.
12631 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
12632 (operator==(const range_bounds &, const range_bounds &)): Declare.
12633 (operator!=(const range_bounds &, const range_bounds &)): Declare.
12634
ef8914a4
PR
126352018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12636
12637 * s390-linux-tdep.c (s390_record_address_mask)
12638 (s390_record_calc_disp_common, s390_record_calc_disp)
12639 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
12640 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
12641 (s390_process_record): Move to s390-tdep.c.
12642 (s390_linux_init_abi_any): Adjust.
12643 * s390-tdep.c (s390_record_address_mask)
12644 (s390_record_calc_disp_common, s390_record_calc_disp)
12645 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
12646 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
12647 (s390_process_record): Moved from s390-linux-tdep.c
12648 (s390_gdbarch_init): Adjust.
12649
d6e58945
PR
126502018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12651
12652 * s390-linux-nat.c (s390-tdep.h): New include.
12653 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
12654 (HFILES_NO_SRCDIR): Add s390-tdep.h.
12655 (ALLDEPFILES): Add s390-tdep.c.
12656 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
12657 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
12658 * s390-tdep.h: ...this. New file.
12659 * s390-linux-tdep.c (s390-tdep.h): New include.
12660 (_initialize_s390_tdep): Rename to...
12661 (_initialize_s390_linux_tdep): ...this and adjust.
12662 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
12663 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
12664 s390-tdep.h.
12665 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
12666 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
12667 (s390_is_partial_instruction, s390_software_single_step)
12668 (is_non_branch_ril, s390_displaced_step_copy_insn)
12669 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
12670 (s390_prologue_data, s390_addr, s390_store, s390_load)
12671 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
12672 (s390_register_call_saved, s390_guess_tracepoint_registers)
12673 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
12674 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
12675 (s390_pseudo_register_name, s390_pseudo_register_type)
12676 (s390_pseudo_register_read, s390_pseudo_register_write)
12677 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
12678 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
12679 (s390_addr_bits_remove, s390_address_class_type_flags)
12680 (s390_address_class_type_flags_to_name)
12681 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
12682 (s390_function_arg_float, s390_function_arg_vector)
12683 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
12684 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
12685 (s390_frame_align, s390_register_return_value, s390_return_value)
12686 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
12687 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
12688 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
12689 (s390_trad_frame_prev_register, s390_unwind_cache)
12690 (s390_prologue_frame_unwind_cache)
12691 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
12692 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
12693 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
12694 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
12695 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
12696 (s390_frame_base_address, s390_local_base_address)
12697 (s390_frame_base, s390_gcc_target_options)
12698 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
12699 (s390_validate_reg_range, s390_tdesc_valid)
12700 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
12701 * s390-tdep.c: ...this. New file.
12702
9c0b896e
PR
127032018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12704
12705 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
12706 (s390_process_record, s390_gdbarch_tdep_alloc)
12707 (s390_linux_init_abi_any): Use/set new hook.
12708
7042632b
PR
127092018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12710
12711 * s390-linux-tdep.c (osabi.h): New include.
12712 (s390_linux_init_abi_31, s390_linux_init_abi_64)
12713 (s390_linux_init_abi_any): New functions.
12714 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
12715
650f5e13
PR
127162018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12717
12718 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
12719 tdesc_has_registers check
12720
47c9317e
PR
127212018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12722
12723 * s390-linux-tdep.c (s390_tdesc_valid): New function.
12724 (s390_validate_reg_range): New macro.
12725 (s390_gdbarch_init): Adjust.
12726
095085d8
PR
127272018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12728
12729 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
12730 (s390_gdbarch_tdep_alloc): Adjust.
12731 (s390_gdbarch_init): Adjust.
12732
ab9bcc67
PR
127332018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12734
12735 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
12736 <have_tdb>: Change type to bool.
12737 (s390_gdbarch_tdep_alloc): Adjust.
12738 (s390_gdbarch_init): Adjust.
12739
21f6f5ff
PR
127402018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12741
12742 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
12743 (gdbarch_tdep) <have_upper, have_vx>: New fields.
12744 (s390_gdbarch_tdep_alloc): New function.
12745 (s390_gdbarch_init): Allocate tdep at start and use its fields
12746 instead of separate variables.
12747
0eb97953
PR
127482018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12749
12750 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
12751 when looking for cached gdbarch and add comment for remaining.
12752
5c319bb2
PA
127532018-01-22 Pedro Alves <palves@redhat.com>
12754 Sergio Durigan Junior <sergiodj@redhat.com>
12755
12756 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
12757 case.
12758
d65ce302
MR
127592018-01-22 Maciej W. Rozycki <macro@mips.com>
12760
12761 * MAINTAINERS: Update my company e-mail address.
12762
ec7a5fcb
YQ
127632018-01-22 Yao Qi <yao.qi@linaro.org>
12764
12765 * regcache.c (cooked_write_test): New function.
12766 (_initialize_regcache): Register the test.
12767
11f57cb6
YQ
127682018-01-22 Yao Qi <yao.qi@linaro.org>
12769
12770 * ia64-tdep.c (ia64_pseudo_register_read): Call
12771 regcache->cooked_read instead of regcache_cooked_read_unsigned.
12772 * m32c-tdep.c (m32c_cat_read): Likewise.
12773 (m32c_r3r2r1r0_read): Likewise.
12774 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
12775 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
12776
03f50fc8
YQ
127772018-01-22 Yao Qi <yao.qi@linaro.org>
12778
12779 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
12780 method raw_read instead of regcache_raw_read.
12781 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
12782 * arm-tdep.c (arm_neon_quad_read): Likewise.
12783 * avr-tdep.c (avr_pseudo_register_read): Likewise.
12784 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
12785 * frv-tdep.c (frv_pseudo_register_read): Likewise.
12786 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
12787 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
12788 (i386_pseudo_register_read_into_value): Likewise.
12789 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
12790 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
12791 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
12792 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
12793 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
12794 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
12795 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
12796 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
12797 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
12798
dc711524
YQ
127992018-01-22 Yao Qi <yao.qi@linaro.org>
12800
12801 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
12802 * configure.tgt: Remove target mt.
12803 * mt-tdep.c: Remove.
12804 * regcache.c (cooked_read_test): Remove the check for mt.
12805
3f5a868b
YQ
128062018-01-22 Yao Qi <yao.qi@linaro.org>
12807
12808 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
12809 instead of gdbarch_pseudo_register_read_value.
12810
de4cb04a
JB
128112018-01-22 Joel Brobecker <brobecker@adacore.com>
12812
12813 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
12814 language is Ada.
12815
a9e40818
JB
128162018-01-22 Joel Brobecker <brobecker@adacore.com>
12817
12818 * linespec.c (create_sals_line_offset): Remove code that preserved
12819 the symtab_and_line's line number.
12820
e707fc44
AB
128212018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
12822
12823 * varobj.c (varobj_create): Don't set valid_block when creating a
12824 floating varobj.
12825
03d0bf7b
AB
128262018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
12827
12828 * varobj.c (varobj_create): Remove out of date comment.
12829
ae451627
AB
128302018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
12831
12832 PR mi/20395
12833 * ada-exp.y (write_var_from_sym): Pass extra parameter when
12834 updating innermost block.
12835 * parse.c (innermost_block_tracker::update): Take extra type
12836 parameter, and check types match before updating innermost block.
12837 (write_dollar_variable): Update innermost block for registers.
12838 * parser-defs.h (enum innermost_block_tracker_type): New enum.
12839 (innermost_block_tracker::innermost_block_tracker): Initialise
12840 m_types member.
12841 (innermost_block_tracker::reset): Take type parameter.
12842 (innermost_block_tracker::update): Take type parameter, and pass
12843 type through as needed.
12844 (innermost_block_tracker::m_types): New member.
12845 * varobj.c (varobj_create): Pass type when reseting innermost
12846 block.
12847
aee1fcdf
AB
128482018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
12849
12850 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
12851 * ada-lang.c (resolve_subexp): Likewise.
12852 * breakpoint.c (set_breakpoint_condition) Likewise.
12853 (watch_command_1) Likewise.
12854 * c-exp.y (variable): Likewise.
12855 * d-exp.y (PrimaryExpression): Likewise.
12856 * f-exp.y (variable): Likewise.
12857 * go-exp.y (variable): Likewise.
12858 * m2-exp.y (variable): Likewise.
12859 * objfiles.c (objfile::~objfile): Likewise.
12860 * p-exp.y (variable): Likewise.
12861 * parse.c (innermost_block): Change type.
12862 * parser-defs.h (class innermost_block_tracker): New.
12863 (innermost_block): Change to innermost_block_tracker.
12864 * printcmd.c (display_command): Switch to innermost_block API.
12865 (do_one_display): Likewise.
12866 * rust-exp.y (do_one_display): Likewise.
12867 * symfile.c (clear_symtab_users): Likewise.
12868 * varobj.c (varobj_create): Switch to innermost_block API, replace
12869 use of innermost_block with block stored on varobj object.
12870
396af9a1
AB
128712018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
12872
12873 * expression.h (innermost_block): Remove declaration.
12874 * varobj.c: Add 'parser-defs.h' include.
12875
fcfcc376
TT
128762018-01-19 Tom Tromey <tom@tromey.com>
12877
12878 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
12879 symbols in the static and global blocks.
12880
5a6c3296
JC
128812018-01-19 James Clarke <jrtc27@jrtc27.com>
12882
12883 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
12884 gdb_ptrace.h, and move including gdb_wait.h ...
12885 * nat/linux-ptrace.h: ... to here.
12886
bc09b0c1
SM
128872018-01-19 Simon Marchi <simon.marchi@ericsson.com>
12888
12889 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
12890 inf_ptrace_detach_success.
12891 (inf_ptrace_detach_success): Add inferior parameter, use it
12892 instead of inferior_ptid, pass it to detach_inferior.
12893 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
12894 parameter.
12895 * inferior.c (detach_inferior): Add overload that takes an
12896 inferior object.
12897 * inferior.h (detach_inferior): Likewise.
12898 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
12899 use inferior_ptid, adjust call to inf_ptrace_detach_success.
12900 * linux-thread-db.c (thread_db_detach): Use inf parameter.
12901
6e1e1966
SM
129022018-01-19 Simon Marchi <simon.marchi@ericsson.com>
12903
12904 * target.h (struct target_ops) <to_detach>: Add inferior
12905 parameter.
12906 (target_detach): Likewise.
12907 * target.c (dispose_inferior): Pass inferior down.
12908 (target_detach): Pass inferior down. Assert that it is equal to
12909 the current inferior.
12910 * aix-thread.c (aix_thread_detach): Pass inferior down.
12911 * corefile.c (core_file_command): Pass current_inferior() down.
12912 * corelow.c (core_detach): Add inferior parameter.
12913 * darwin-nat.c (darwin_detach): Likewise.
12914 * gnu-nat.c (gnu_detach): Likewise.
12915 * inf-ptrace.c (inf_ptrace_detach): Likewise.
12916 * infcmd.c (detach_command): Pass current_inferior() down to
12917 target_detach.
12918 * infrun.c (follow_fork_inferior): Pass parent_inf to
12919 target_detach.
12920 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
12921 target_detach.
12922 * linux-nat.c (linux_nat_detach): Add inferior parameter.
12923 * linux-thread-db.c (thread_db_detach): Likewise.
12924 * nto-procfs.c (procfs_detach): Likewise.
12925 * procfs.c (procfs_detach): Likewise.
12926 * record.c (record_detach): Likewise.
12927 * record.h (struct inferior): Forward-declare.
12928 (record_detach): Add inferior parameter.
12929 * remote-sim.c (gdbsim_detach): Likewise.
12930 * remote.c (remote_detach_1): Likewise.
12931 (remote_detach): Likewise.
12932 (extended_remote_detach): Likewise.
12933 * sol-thread.c (sol_thread_detach): Likewise.
12934 * target-debug.h (target_debug_print_inferior_p): New macro.
12935 * target-delegates.c: Re-generate.
12936 * top.c (kill_or_detach): Pass inferior down to target_detach.
12937 * windows-nat.c (windows_detach): Add inferior parameter.
12938
6bd6f3b6
SM
129392018-01-19 Simon Marchi <simon.marchi@ericsson.com>
12940
12941 * target.h (struct target_ops) <to_detach>: Remove args
12942 parameter.
12943 (target_detach): Likewise.
12944 * target.c (dispose_inferior): Adjust.
12945 (target_detach): Remove args parameter, adjust.
12946 * aix-thread.c (aix_thread_detach): Adjust.
12947 * corefile.c (core_file_command): Adjust.
12948 * corelow.c (core_detach): Adjust.
12949 * darwin-nat.c (darwin_detach): Adjust.
12950 * gnu-nat.c (gnu_detach): Adjust.
12951 * inf-ptrace.c (inf_ptrace_detach): Adjust.
12952 * infcmd.c (detach_command): Adjust
12953 * infrun.c (follow_fork_inferior): Adjust.
12954 (handle_vfork_child_exec_or_exit): Adjust.
12955 * linux-fork.c (linux_fork_detach): Remove args parameter.
12956 * linux-fork.h (linux_fork_detach): Likewise.
12957 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
12958 * linux-thread-db.c (thread_db_detach): Likewise.
12959 * nto-procfs.c (procfs_detach): Likewise.
12960 * procfs.c (procfs_detach): Likewise.
12961 (do_detach): Remove signo parameter.
12962 * record.c (record_detach): Remove args parameter.
12963 * record.h (record_detach): Likewise.
12964 * remote-sim.c (gdbsim_detach): Likewise.
12965 * remote.c (remote_detach_1): Likewise.
12966 (remote_detach): Likewise.
12967 (extended_remote_detach): Likewise.
12968 * sol-thread.c (sol_thread_detach): Likewise.
12969 * target-delegates.c: Re-generate.
12970 * top.c (struct qt_args) <args>: Remove field.
12971 (kill_or_detach): Don't pass args.
12972 (quit_force): Don't set args.
12973 * windows-nat.c (windows_detach): Remove args parameter.
12974
88af8ea8
YQ
129752018-01-19 Yao Qi <yao.qi@linaro.org>
12976
12977 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
12978 (arm_linux_init_abi): Install it.
12979
dea445b9
YQ
129802018-01-19 Yao Qi <yao.qi@linaro.org>
12981
12982 * osabi.c (gdb_osabi_names): Extend the regexp for
12983 arm-linux-gnueabihf.
12984
4a17f768
YQ
129852018-01-18 Yao Qi <yao.qi@linaro.org>
12986
12987 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
12988 m_abbrevs.
12989 (abbrev_table::add_abbrev): Update.
12990 (abbrev_table::lookup_abbrev): Update.
12991
d679c21a
YQ
129922018-01-18 Yao Qi <yao.qi@linaro.org>
12993
12994 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
12995
7d937cad
SDJ
129962018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
12997
12998 * compile/compile.c (compile_to_object): Convert "triplet_rx"
12999 to "std::string".
13000
9e14690d
TT
130012018-01-17 Tom Tromey <tom@tromey.com>
13002
13003 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
13004
50a82047
TT
130052018-01-17 Tom Tromey <tom@tromey.com>
13006
13007 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
13008 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
13009 (create_array_type_with_stride): Update.
13010 * dwarf2read.c (set_die_type): Update.
13011
c89b44cd
TT
130122018-01-17 Tom Tromey <tom@tromey.com>
13013
13014 * dwarf2read.c (delayed_method_info): Remove typedef.
13015 (dwarf2_cu::method_info): Now a std::vector.
13016 (add_to_method_list): Update.
13017 (free_delayed_list): Remove.
13018 (compute_delayed_physnames): Update.
13019 (process_full_comp_unit, process_full_type_unit): Clear the method
13020 list. Remove cleanups.
13021 (psymtab_include_file_name): Add name_holder parameter. Use
13022 unique_xmalloc_ptr.
13023 (dwarf_decode_lines): Update.
13024
fcd3b13d
SM
130252018-01-17 Tom Tromey <tom@tromey.com>
13026 Simon Marchi <simon.marchi@ericsson.com>
13027
13028 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
13029 (dwarf2_per_objfile::free_cached_comp_units)
13030 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
13031 (init_cutu_and_read_dies_no_follow): Update.
13032 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
13033 (dwarf2_cu::~dwarf2_cu): New.
13034 (free_heap_comp_unit, free_stack_comp_unit): Remove.
13035 (age_cached_comp_units, free_one_cached_comp_unit): Update.
13036
685af9cd
TT
130372018-01-17 Tom Tromey <tom@tromey.com>
13038 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
13041 (struct die_reader_specs) <abbrev_table>: New member.
13042 (struct abbrev_table): Add constructor.
13043 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
13044 <abbrev_obstack>: Now an auto_obstack.
13045 (abbrev_table_up): New typedef.
13046 (init_cu_die_reader): Add abbrev_table parameter.
13047 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
13048 Add result_dwo_abbrev_table.
13049 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
13050 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
13051 Update.
13052 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
13053 parameter.
13054 (skip_children): Update.
13055 (abbrev_table::alloc_abbrev): Rename from
13056 abbrev_table_alloc_abbrev.
13057 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
13058 (abbrev_table::lookup_abbrev): Rename from
13059 abbrev_table_lookup_abbrev.
13060 (abbrev_table_read_table): Return abbrev_table_up.
13061 (abbrev_table_free, abbrev_table_free_cleanup)
13062 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
13063 (load_partial_dies): Update.
13064
5e2db402
TT
130652018-01-17 Tom Tromey <tom@tromey.com>
13066
13067 * dwarf2read.c (dwarf2_compute_name): Update comment.
13068 (read_func_scope, read_variable): Update.
13069 (new_symbol): Remove.
13070 (new_symbol_full): Rename to new_symbol.
13071
ee7f689e 130722018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
13073
13074 PR gdb/16577
13075 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
13076 a warning instead of throwing an error, set section size to 0 and return
13077 NULL.
13078 * gdb_bfd.h (gdb_bfd_map_section): Update description.
13079
4d9b86e1
SM
130802018-01-17 Simon Marchi <simon.marchi@ericsson.com>
13081
13082 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
13083 std::string.
13084 (linux_ptrace_attach_fail_reason_string): Likewise.
13085 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
13086 Likewise.
13087 (linux_ptrace_attach_fail_reason_string): Likewise.
13088 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
13089
a7b2d0fb
SM
130902018-01-17 Simon Marchi <simon.marchi@ericsson.com>
13091
13092 * linux-nat.c (linux_nat_attach): Remove xstrdup.
13093
f517c180
EA
130942018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
13095
13096 PR gdb/21559
13097 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
13098 checking for fs_base/gs_base fields in struct user_regs_struct.
13099 * configure: Regenerate.
13100
7045b1ca
YQ
131012018-01-17 Yao Qi <yao.qi@linaro.org>
13102
13103 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
13104 function.
13105 (aarch64_linux_init_abi): Install it to gdbarch hook
13106 gcc_target_options.
13107
db422fb2
PA
131082018-01-15 Pedro Alves <palves@redhat.com>
13109
13110 * common/signals-state-save-restore.c
13111 (save_original_signals_state): Fix typos.
13112
ba643918
SDJ
131132017-01-12 Tom Tromey <tom@tromey.com>
13114 Sergio Durigan Junior <sergiodj@redhat.com>
13115
13116 * Makefile.in (install-only): Install gdb-add-index.
13117
906b4aac
JB
131182018-01-12 John Baldwin <jhb@FreeBSD.org>
13119
13120 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
13121
bdf2a94a
AA
131222018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13123
13124 * infrun.c (keep_going_pass_signal): Clear step-over info when
13125 insert_breakpoints fails.
13126
71d378ae
PA
131272018-01-11 Pedro Alves <palves@redhat.com>
13128
13129 PR gdb/22583
13130 * infrun.c (resume): Rename to ...
13131 (resume_1): ... this.
13132 (resume): Reimplement as wrapper around resume_1.
13133
3cada740
PA
131342018-01-11 Pedro Alves <palves@redhat.com>
13135
13136 PR remote/22597
13137 * remote.c (remote_parse_stop_reply): Default to the last-set
13138 general thread instead of to 'magic_null_ptid'.
13139
618daa93
PA
131402018-01-10 Pedro Alves <palves@redhat.com>
13141
13142 * language.h (language_get_symbol_name_matcher): Rename ...
13143 (get_symbol_name_matcher): ... this.
13144 * language.c (language_get_symbol_name_matcher): Ditto.
13145 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
13146 callers adjusted.
13147
c63d3e8d
PA
131482018-01-10 Pedro Alves <palves@redhat.com>
13149
13150 PR gdb/22670
13151 * dwarf2read.c
13152 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
13153 Adjust to use language_get_symbol_name_matcher instead of
13154 language_defn::la_get_symbol_name_matcher.
13155 * language.c (language_get_symbol_name_matcher): If in Ada mode
13156 and the lookup name is a verbatim match, return Ada's matcher.
13157 * language.h (language_get_symbol_name_matcher): Adjust comment.
13158 (ada_lookup_name_info::verbatim_p):: New method.
13159
d4c2a405
PA
131602018-01-10 Pedro Alves <palves@redhat.com>
13161
13162 PR gdb/22670
13163 * ada-lang.c (ada_collect_symbol_completion_matches): If the
13164 minsym's language is language_auto or language_cplus, pass down
13165 language_ada instead.
13166 * symtab.c (compare_symbol_name): Don't frob symbol language here.
13167
8825213e
PA
131682018-01-10 Pedro Alves <palves@redhat.com>
13169
13170 PR gdb/22670
13171 * minsyms.c (linkage_name_str): New function.
13172 (iterate_over_minimal_symbols): Use it.
13173
2d97a5d9
JB
131742018-01-09 John Baldwin <jhb@FreeBSD.org>
13175
13176 * NEWS: Document that 'info proc' now works on FreeBSD.
13177
92fce24d
JB
131782018-01-09 John Baldwin <jhb@FreeBSD.org>
13179
13180 * configure.ac: Check for kinfo_getfile in libutil.
13181 * configure: Regenerate.
13182 * config.in: Regenerate.
13183 * fbsd-nat.c: Include "fbsd-tdep.h".
13184 (fbsd_fetch_cmdline): New.
13185 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
13186 rather than calling error.
13187 (fbsd_info_proc): New.
13188 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
13189 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
13190 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
13191
262f62f5
JB
131922018-01-09 John Baldwin <jhb@FreeBSD.org>
13193
13194 * fbsd-nat.c (struct free_deleter): Remove.
13195 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
13196
b999e203
JB
131972018-01-09 John Baldwin <jhb@FreeBSD.org>
13198
13199 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
13200 NULL for an empty pathname.
13201
d2176225
JB
132022018-01-09 John Baldwin <jhb@FreeBSD.org>
13203
13204 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
13205 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
13206 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
13207 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
13208 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
13209 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
13210 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
13211 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
13212 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
13213 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
13214 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
13215 (fbsd_core_fetch_timeval, fbsd_print_sigset)
13216 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
13217 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
13218 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
13219
9c4ac400
ST
132202018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
13221
13222 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
13223 (gnu_xfer_auxv): New function.
13224 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
13225 TARGET_OBJECT_AUXV.
13226
1e5ded6c
YQ
132272018-01-08 Yao Qi <yao.qi@linaro.org>
13228 Simon Marchi <simon.marchi@ericsson.com>
13229
13230 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
13231 common/selftest.c.
13232 (COMMON_OBS): Remove selftest.o.
13233 * configure.ac: Append selftest-arch.c and common/selftest.c to
13234 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
13235 * configure: Re-generated.
13236 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
13237 GDB_SELF_TEST.
13238 (maintenance_info_selftests): Likewise.
13239
04bafb1e
XR
132402018-01-08 Xavier Roirand <roirand@adacore.com>
13241
13242 * ada-valprint.c (val_print_packed_array_elements): Use
13243 proper number of elements when printing an array indexed
13244 by an enumeration type.
13245
518817b3
SM
132462018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
13247
13248 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
13249 (dw2_get_file_names_reader): Adjust.
13250 (lookup_dwo_signatured_type): Adjust.
13251 (lookup_dwp_signatured_type): Adjust.
13252 (lookup_signatured_type): Adjust.
13253 (create_type_unit_group): Adjust.
13254 (get_type_unit_group): Adjust.
13255 (process_psymtab_comp_unit_reader): Adjust.
13256 (build_type_psymtabs_reader): Adjust.
13257 (scan_partial_symbols): Adjust.
13258 (add_partial_symbol): Adjust.
13259 (add_partial_subprogram): Adjust.
13260 (peek_die_abbrev): Adjust.
13261 (fixup_go_packaging): Adjust.
13262 (process_imported_unit_die): Adjust.
13263 (dwarf2_compute_name): Adjust.
13264 (dwarf2_physname): Adjust.
13265 (read_import_statement): Adjust.
13266 (handle_DW_AT_stmt_list): Adjust.
13267 (read_file_scope): Adjust.
13268 (read_func_scope): Adjust.
13269 (read_lexical_block_scope): Adjust.
13270 (read_call_site_scope): Adjust.
13271 (read_variable): Adjust.
13272 (dwarf2_rnglists_process): Adjust.
13273 (dwarf2_ranges_process): Adjust.
13274 (dwarf2_ranges_read): Adjust.
13275 (dwarf2_get_pc_bounds): Adjust.
13276 (dwarf2_record_block_ranges): Adjust.
13277 (dwarf2_add_field): Adjust.
13278 (dwarf2_add_member_fn): Adjust.
13279 (read_structure_type): Adjust.
13280 (process_structure_scope): Adjust.
13281 (read_enumeration_type): Adjust.
13282 (read_array_type): Adjust.
13283 (mark_common_block_symbol_computed): Adjust.
13284 (read_common_block): Adjust.
13285 (read_namespace_type): Adjust.
13286 (read_namespace): Adjust.
13287 (read_module_type): Adjust.
13288 (read_tag_pointer_type): Adjust.
13289 (read_tag_ptr_to_member_type): Adjust.
13290 (read_tag_string_type): Adjust.
13291 (read_subroutine_type): Adjust.
13292 (read_typedef): Adjust.
13293 (read_base_type): Adjust.
13294 (attr_to_dynamic_prop): Adjust.
13295 (read_subrange_type): Adjust.
13296 (read_unspecified_type): Adjust.
13297 (dwarf2_read_abbrevs): Adjust.
13298 (load_partial_dies): Adjust.
13299 (read_partial_die): Adjust.
13300 (find_partial_die): Adjust.
13301 (guess_partial_die_structure_name): Adjust.
13302 (fixup_partial_die): Adjust.
13303 (read_attribute_value): Adjust.
13304 (read_addr_index): Adjust.
13305 (read_addr_index_from_leb128): Adjust.
13306 (read_str_index): Adjust.
13307 (dwarf2_string_attr): Adjust.
13308 (get_debug_line_section): Adjust.
13309 (dwarf_decode_line_header): Adjust.
13310 (lnp_state_machine::check_line_address): Adjust.
13311 (dwarf_decode_lines_1): Adjust.
13312 (dwarf_decode_lines): Adjust.
13313 (dwarf2_start_symtab): Adjust.
13314 (var_decode_location): Adjust.
13315 (new_symbol_full): Adjust.
13316 (dwarf2_const_value_data): Adjust.
13317 (dwarf2_const_value_attr): Adjust.
13318 (dwarf2_const_value): Adjust.
13319 (die_type): Adjust.
13320 (die_containing_type): Adjust.
13321 (build_error_marker_type): Adjust.
13322 (lookup_die_type): Adjust.
13323 (guess_full_die_structure_name): Adjust.
13324 (anonymous_struct_prefix): Adjust.
13325 (determine_prefix): Adjust.
13326 (dwarf2_name): Adjust.
13327 (follow_die_ref_or_sig): Adjust.
13328 (follow_die_offset): Adjust.
13329 (follow_die_ref): Adjust.
13330 (follow_die_sig_1): Adjust.
13331 (follow_die_sig): Adjust.
13332 (get_signatured_type): Adjust.
13333 (get_DW_AT_signature_type): Adjust.
13334 (decode_locdesc): Adjust.
13335 (dwarf_decode_macros): Adjust.
13336 (cu_debug_loc_section): Adjust.
13337 (fill_in_loclist_baton): Adjust.
13338 (dwarf2_symbol_mark_computed): Adjust.
13339 (init_one_comp_unit): Don't assign
13340 dwarf2_cu::dwarf2_per_objfile.
13341 (set_die_type): Adjust.
13342
ed2dc618
SM
133432018-01-07 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * dwarf2read.c (struct mapped_debug_names): Add constructor.
13346 <dwarf2_per_objfile>: New field.
13347 (dwarf2_per_objfile): Remove global.
13348 (get_dwarf2_per_objfile): New function.
13349 (set_dwarf2_per_objfile): New function.
13350 (dwarf2_build_psymtabs_hard): Change objfile parameter to
13351 dwarf2_per_objfile.
13352 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
13353 (read_abbrev_offset): Likewise.
13354 (read_indirect_string): Likewise.
13355 (read_indirect_line_string): Likewise.
13356 (read_indirect_string_at_offset): Likewise.
13357 (read_indirect_string_from_dwz): Likewise.
13358 (dwarf2_find_containing_comp_unit): Change objfile parameter to
13359 dwarf2_per_objfile.
13360 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
13361 (create_all_comp_units): Change objfile parameter to
13362 dwarf2_per_objfile.
13363 (create_all_type_units): Likewise.
13364 (process_queue): Add dwarf2_per_objfile parameter.
13365 (read_and_check_comp_unit_head): Likewise.
13366 (lookup_dwo_unit_in_dwp): Likewise.
13367 (get_dwp_file): Likewise.
13368 (process_cu_includes): Likewise.
13369 (struct free_dwo_file_cleanup_data): New struct.
13370 (dwarf2_has_info): Use get_dwarf2_per_objfile and
13371 set_dwarf2_per_objfile.
13372 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
13373 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
13374 context, adjust calls.
13375 (dw2_instantiate_symtab): Likewise.
13376 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
13377 (dw2_get_cu): Likewise.
13378 (create_cu_from_index_list): Change objfile parameter to
13379 dwarf2_per_objfile.
13380 (create_cus_from_index_list): Get dwarf2_per_objfile from
13381 context, adjust calls.
13382 (create_cus_from_index): Likewise.
13383 (create_signatured_type_table_from_index): Change objfile
13384 parameter to dwarf2_per_objfile.
13385 (create_signatured_type_table_from_debug_names): Change objfile
13386 parameter to dwarf2_per_objfile.
13387 (create_addrmap_from_index): Likewise.
13388 (create_addrmap_from_aranges): Likewise.
13389 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
13390 (dw2_setup): Remove.
13391 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
13392 context.
13393 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
13394 get_dwarf2_per_objfile.
13395 (dw2_forget_cached_source_info): Likewise.
13396 (dw2_map_symtabs_matching_filename): Likewise.
13397 (struct dw2_symtab_iterator) <index>: Remove.
13398 <dwarf2_per_objfile>: New field.
13399 (dw2_symtab_iter_init): Replace index parameter with
13400 dwarf2_per_objfile.
13401 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
13402 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
13403 (dw2_print_stats): Likewise.
13404 (dw2_dump): Likewise.
13405 (dw2_expand_symtabs_for_function): Likewise.
13406 (dw2_expand_all_symtabs): Likewise.
13407 (dw2_expand_symtabs_with_fullname): Likewise.
13408 (dw2_expand_marked_cus): Replace index and objfile parameters
13409 with dwarf2_per_objfile.
13410 (dw_expand_symtabs_matching_file_matcher): Add
13411 dwarf2_per_objfile parameter and adjust calls.
13412 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
13413 adjust calls.
13414 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
13415 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
13416 adjust calls.
13417 (create_cus_from_debug_names_list): Replace objfile parameter
13418 with dwarf2_per_objfile and adjust calls.
13419 (create_cus_from_debug_names): Likewise.
13420 (dwarf2_read_debug_names): Likewise.
13421 (mapped_debug_names::namei_to_name): Adjust call.
13422 (dw2_debug_names_iterator::next): Likewise.
13423 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
13424 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
13425 (dw2_debug_names_dump): Likewise.
13426 (dw2_debug_names_expand_symtabs_for_function): Likewise.
13427 (dw2_debug_names_expand_symtabs_matching): Likewise.
13428 (dwarf2_initialize_objfile): Likewise.
13429 (dwarf2_build_psymtabs): Likewise.
13430 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
13431 this_cu.
13432 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
13433 (read_and_check_comp_unit_head): Likewise.
13434 (read_abbrev_offset): Likewise.
13435 (create_debug_type_hash_table): Likewise.
13436 (create_debug_types_hash_table): Likewise.
13437 (create_all_type_units): Replace objfile parameter with
13438 dwarf2_per_objfile.
13439 (add_type_unit): Add dwarf2_per_objfile parameter.
13440 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
13441 with dwarf2_per_objfile.
13442 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
13443 (lookup_dwp_signatured_type): Likewise.
13444 (lookup_signatured_type): Likewise.
13445 (read_cutu_die_from_dwo): Likewise.
13446 (init_tu_and_read_dwo_dies): Likewise.
13447 (init_cutu_and_read_dies): Likewise.
13448 (init_cutu_and_read_dies_no_follow): Likewise.
13449 (allocate_type_unit_groups_table): Add objfile parameter.
13450 (create_type_unit_group): Use dwarf2_per_objfile from cu.
13451 (get_type_unit_group): Likewise.
13452 (process_psymtab_comp_unit): Update call.
13453 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
13454 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
13455 (print_tu_stats): Likewise.
13456 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
13457 in void* parameter.
13458 (build_type_psymtabs): Change objfile parameter to
13459 dwarf2_per_objfile.
13460 (process_skeletonless_type_unit): Use dwarf2_per_objfile
13461 passed in void* parameter.
13462 (process_skeletonless_type_units): Change objfile parameter to
13463 dwarf2_per_objfile.
13464 (set_partial_user): Likewise.
13465 (dwarf2_build_psymtabs_hard): Likewise.
13466 (read_comp_units_from_section): Likewise.
13467 (create_all_comp_units): Likewise.
13468 (scan_partial_symbols): Update calls.
13469 (add_partial_symbol): Likewise.
13470 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
13471 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
13472 (process_queue): Add dwarf2_per_objfile parameter.
13473 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
13474 (compute_compunit_symtab_includes): Likewise.
13475 (process_cu_includes): Add dwarf2_per_objfile parameter.
13476 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
13477 (process_full_type_unit): Likewise.
13478 (process_imported_unit_die): Update call.
13479 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
13480 (read_file_scope): Likewise.
13481 (allocate_dwo_file_hash_table): Add objfile parameter.
13482 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
13483 (create_cus_hash_table): Likewise.
13484 (create_dwp_hash_table): Likewise.
13485 (create_dwo_unit_in_dwp_v1): Likewise.
13486 (create_dwp_v2_section): Likewise.
13487 (create_dwo_unit_in_dwp_v2): Likewise.
13488 (lookup_dwo_unit_in_dwp): Likewise.
13489 (try_open_dwop_file): Likewise.
13490 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
13491 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
13492 cleanup to include a reference to dwarf2_per_objfile.
13493 (open_dwp_file): Add dwarf2_per_objfile parameter.
13494 (open_and_init_dwp_file): Likewise.
13495 (get_dwp_file): Likewise.
13496 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
13497 (queue_and_load_all_dwo_tus): Update call.
13498 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
13499 data.
13500 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
13501 (dwarf2_ranges_process): Likewise.
13502 (dwarf2_get_pc_bounds): Likewise.
13503 (mark_common_block_symbol_computed): Likewise.
13504 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
13505 (dwarf2_read_abbrevs): Update call.
13506 (read_partial_die): Use dwarf2_per_objfile from cu.
13507 (find_partial_die): Likewise.
13508 (fixup_partial_die): Likewise.
13509 (read_attribute_value): Likewise.
13510 (read_indirect_string_at_offset_from): Add objfile parameter.
13511 (read_indirect_string_at_offset): Add dwarf2_per_objfile
13512 parameter.
13513 (read_indirect_string_from_dwz): Add objfile parameter.
13514 (read_indirect_string): Add objfile parameter.
13515 (read_addr_index_1): Add dwarf2_per_objfile parameter.
13516 (read_addr_index): Use dwarf2_per_objfile from cu.
13517 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
13518 call dw2_setup.
13519 (read_str_index): Use dwarf2_per_objfile from cu.
13520 (get_debug_line_section): Likewise.
13521 (read_formatted_entries): Add dwarf2_per_objfile parameter.
13522 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
13523 (new_symbol_full): Use dwarf2_per_objfile from cu.
13524 (build_error_marker_type): Likewise.
13525 (lookup_die_type): Likewise.
13526 (determine_prefix): Likewise.
13527 (follow_die_offset): Likewise.
13528 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
13529 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
13530 (dwarf2_fetch_die_type_sect_off): Likewise.
13531 (dwarf2_get_die_type): Likewise.
13532 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
13533 (get_signatured_type): Likewise.
13534 (get_DW_AT_signature_type): Likewise.
13535 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
13536 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
13537 (cu_debug_loc_section): Likewise.
13538 (fill_in_loclist_baton): Likewise.
13539 (dwarf2_symbol_mark_computed): Likewise.
13540 (dwarf2_find_containing_comp_unit): Change objfile parameter to
13541 dwarf2_per_objfile.
13542 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
13543 parameter.
13544 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
13545 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
13546 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
13547 (set_die_type): Use dwarf2_free_objfile from cu.
13548 (get_die_type_at_offset): Likewise.
13549 (dwarf2_per_objfile_free): Don't assign global variable.
13550 (debug_names) <constructor>: Add dwarf2_per_objfile
13551 parameter, update m_debugstrlookup construction.
13552 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
13553 parameter.
13554 <m_dwarf2_per_objfile>: New field.
13555 <lookup>: Use m_dwarf2_per_objfile.
13556 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
13557 (psyms_seen_size): Likewise.
13558 (write_gdbindex): Replace objfile parameter with
13559 dwarf2_per_objfile.
13560 (write_debug_names): Likewise.
13561 (write_psymtabs_to_index): Likewise.
13562 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
13563 calls.
13564
e3b94546
SM
135652018-01-07 Simon Marchi <simon.marchi@ericsson.com>
13566
13567 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
13568 <dwarf2_per_objfile>: New field.
13569 (struct dwarf2_per_cu_data) <objfile>: Remove.
13570 <dwarf2_per_objfile>: New field.
13571 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
13572 of objfile.
13573 (create_signatured_type_table_from_index): Likewise.
13574 (create_debug_type_hash_table): Likewise.
13575 (fill_in_sig_entry_from_dwo_entry): Likewise.
13576 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
13577 (create_type_unit_group): Assign dwarf2_per_objfile instead of
13578 objfile.
13579 (create_partial_symtab): Access objfile through
13580 dwarf2_per_objfile.
13581 (process_psymtab_comp_unit_reader): Likewise.
13582 (read_comp_units_from_section): Likewise.
13583 (scan_partial_symbols): Likewise.
13584 (add_partial_symbol): Likewise.
13585 (add_partial_subprogram): Likewise.
13586 (peek_die_abbrev): Likewise.
13587 (fixup_go_packaging): Likewise.
13588 (process_full_comp_unit): Likewise.
13589 (process_full_type_unit): Likewise.
13590 (process_imported_unit_die): Likewise.
13591 (dwarf2_compute_name): Likewise.
13592 (dwarf2_physname): Likewise.
13593 (read_import_statement): Likewise.
13594 (create_cus_hash_table): Assign dwarf2_physname instead of
13595 objfile.
13596 (read_func_scope): Access objfile through dwarf2_per_objfile.
13597 (read_lexical_block_scope): Likewise.
13598 (read_call_site_scope): Likewise.
13599 (read_variable): Likewise.
13600 (dwarf2_rnglists_process): Likewise.
13601 (dwarf2_ranges_process): Likewise.
13602 (dwarf2_ranges_read): Likewise.
13603 (dwarf2_record_block_ranges): Likewise.
13604 (dwarf2_add_field): Likewise.
13605 (dwarf2_add_member_fn): Likewise.
13606 (read_structure_type): Likewise.
13607 (process_structure_scope): Likewise.
13608 (read_enumeration_type): Likewise.
13609 (read_array_type): Likewise.
13610 (read_common_block): Likewise.
13611 (read_namespace_type): Likewise.
13612 (read_namespace): Likewise.
13613 (read_module_type): Likewise.
13614 (read_tag_pointer_type): Likewise.
13615 (read_tag_ptr_to_member_type): Likewise.
13616 (read_tag_string_type): Likewise.
13617 (read_subroutine_type): Likewise.
13618 (read_typedef): Likewise.
13619 (read_base_type): Likewise.
13620 (attr_to_dynamic_prop): Likewise.
13621 (read_subrange_type): Likewise.
13622 (read_unspecified_type): Likewise.
13623 (load_partial_dies): Likewise.
13624 (read_partial_die): Likewise.
13625 (find_partial_die): Likewise.
13626 (guess_partial_die_structure_name): Likewise.
13627 (fixup_partial_die): Likewise.
13628 (read_attribute_value): Likewise.
13629 (read_addr_index_from_leb128): Likewise.
13630 (dwarf2_read_addr_index): Likewise.
13631 (dwarf2_string_attr): Likewise.
13632 (lnp_state_machine::check_line_address): Likewise.
13633 (dwarf_decode_lines_1): Likewise.
13634 (dwarf_decode_lines): Likewise.
13635 (dwarf2_start_symtab): Likewise.
13636 (var_decode_location): Likewise.
13637 (new_symbol_full): Likewise.
13638 (dwarf2_const_value_data): Likewise.
13639 (dwarf2_const_value_attr): Likewise.
13640 (dwarf2_const_value): Likewise.
13641 (die_type): Likewise.
13642 (die_containing_type): Likewise.
13643 (lookup_die_type): Likewise.
13644 (guess_full_die_structure_name): Likewise.
13645 (anonymous_struct_prefix): Likewise.
13646 (dwarf2_name): Likewise.
13647 (follow_die_ref_or_sig): Likewise.
13648 (follow_die_offset): Likewise.
13649 (follow_die_ref): Likewise.
13650 (dwarf2_fetch_die_loc_sect_off): Likewise.
13651 (dwarf2_fetch_constant_bytes): Likewise.
13652 (dwarf2_fetch_die_type_sect_off): Likewise.
13653 (dwarf2_get_die_type): Likewise.
13654 (follow_die_sig): Likewise.
13655 (decode_locdesc): Likewise.
13656 (dwarf2_per_cu_objfile): Likewise.
13657 (dwarf2_per_cu_text_offset): Likewise.
13658 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
13659 objfile.
13660 (set_die_type): Access objfile through
13661 dwarf2_per_objfile.
13662
b01ba14d
SM
136632018-01-07 Simon Marchi <simon.marchi@ericsson.com>
13664
13665 * valprint.c (converted_character_d): Remove typedef.
13666 (DEF_VEC_O (converted_character_d)): Remove.
13667 (count_next_character): Use std::vector.
13668 (print_converted_chars_to_obstack): Likewise.
13669 (generic_printstr): Likewise.
13670
4d0fdd9b
SM
136712018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
13672
13673 * xml-support.h (struct gdb_xml_value): Add constructor.
13674 <value>: Change type to unique_xmalloc_ptr.
13675 (gdb_xml_value_s): Remove typedef.
13676 (DEF_VEC_O (gdb_xml_value_s)): Remove.
13677 (gdb_xml_element_start_handler): Change parameter type to
13678 std::vector.
13679 (xml_find_attribute): Likewise.
13680 * xml-support.c (xml_find_attribute): Change parameter type to
13681 std::vector and adjust.
13682 (gdb_xml_values_cleanup): Remove.
13683 (gdb_xml_parser::start_element): Adjust to std::vector.
13684 (xinclude_start_include): Change paraeter type to std::vector
13685 and adjust.
13686 * btrace.c (check_xml_btrace_version): Likewise.
13687 (parse_xml_btrace_block): Likewise.
13688 (parse_xml_btrace_pt_config_cpu): Likewise.
13689 (parse_xml_btrace_pt): Likewise.
13690 (parse_xml_btrace_conf_bts): Likewise.
13691 (parse_xml_btrace_conf_pt): Likewise.
13692 * memory-map.c (memory_map_start_memory): Likewise.
13693 (memory_map_start_property): Likewise.
13694 * osdata.c (osdata_start_osdata): Likewise.
13695 (osdata_start_item): Likewise.
13696 (osdata_start_column): Likewise.
13697 * remote.c (start_thread): Likewise.
13698 * solib-aix.c (library_list_start_library): Likewise.
13699 (library_list_start_list): Likewise.
13700 * solib-svr4.c (library_list_start_library): Likewise.
13701 (svr4_library_list_start_list): Likewise.
13702 * solib-target.c (library_list_start_segment): Likewise.
13703 (library_list_start_section): Likewise.
13704 (library_list_start_library): Likewise.
13705 (library_list_start_list): Likewise.
13706 * tracepoint.c (traceframe_info_start_memory): Likewise.
13707 (traceframe_info_start_tvar): Likewise.
13708 * xml-syscall.c (syscall_start_syscall): Likewise.
13709 * xml-tdesc.c (tdesc_start_target): Likewise.
13710 (tdesc_start_feature): Likewise.
13711 (tdesc_start_reg): Likewise.
13712 (tdesc_start_union): Likewise.
13713 (tdesc_start_struct): Likewise.
13714 (tdesc_start_flags): Likewise.
13715 (tdesc_start_enum): Likewise.
13716 (tdesc_start_field): Likewise.
13717 (tdesc_start_enum_value): Likewise.
13718 (tdesc_start_vector): Likewise.
13719
f979c73f
SM
137202018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
13721
13722 * extension.h (struct xmethod_worker) <clone>: Remove.
13723 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
13724 Remove.
13725 (python_xmethod_worker::clone): Remove.
13726 * valops.c (find_overload_match): Use std::move instead of
13727 clone.
13728
ba18742c
SM
137292018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
13730
13731 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
13732 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
13733 <free_xmethod_worker_data>: Remove.
13734 <get_matching_xmethod_workers>: Chance VEC to std::vector.
13735 <get_xmethod_arg_types>: Remove.
13736 <get_xmethod_result_type>: Remove.
13737 <invoke_xmethod>: Remove.
13738 * extension.c (new_xmethod_worker): Remove.
13739 (clone_xmethod_worker): Remove.
13740 (get_matching_xmethod_workers): Return void, pass std::vector by
13741 pointer.
13742 (get_xmethod_arg_types): Rename to...
13743 (xmethod_worker::get_arg_types): ... this, and adjust.
13744 (get_xmethod_result_type): Rename to...
13745 (xmethod_worker::get_result_type): ... this, and adjust.
13746 (invoke_xmethod): Remove.
13747 (free_xmethod_worker): Remove.
13748 (free_xmethod_worker_vec): Remove.
13749 * extension.h (enum ext_lang_rc): Move here from
13750 extension-priv.h.
13751 (struct xmethod_worker): Add constructor and destructor.
13752 <data>: Remove.
13753 <value>: Remove.
13754 <invoke, clone, do_get_result_type, do_get_arg_types>: New
13755 virtual pure methods.
13756 <get_arg_types, get_result_type>: New methods.
13757 (xmethod_worker_ptr): Remove typedef.
13758 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
13759 (xmethod_worker_vec): Remove typedef.
13760 (xmethod_worker_up): New typedef.
13761 (invoke_xmethod): Remove.
13762 (clone_xmethod_worker): Remove.
13763 (free_xmethod_worker): Remove.
13764 (free_xmethod_worker_vec): Remove.
13765 (get_xmethod_arg_types): Remove.
13766 (get_xmethod_result_type): Remove.
13767 * valops.c (find_method_list): Use std::vector, don't use
13768 intermediate vector.
13769 (value_find_oload_method_list): Use std::vector.
13770 (find_overload_match): Use std::vector.
13771 (find_oload_champ): Use std::vector.
13772 * value.c (value_free): Use operator delete.
13773 (value_of_xmethod): Rename to...
13774 (value_from_xmethod): ... this. Don't assign
13775 xmethod_worker::value, take rvalue-reference.
13776 (result_type_of_xmethod): Adjust.
13777 (call_xmethod): Adjust.
13778 * value.h: Include extension.h.
13779 (struct xmethod_worker): Don't forward-declare.
13780 (value_of_xmethod): Rename to...
13781 (value_from_xmethod): ... this, take rvalue-reference.
13782 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
13783 (struct python_xmethod_worker): ... this, add constructor and
13784 destructor.
13785 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
13786 (gdbpy_free_xmethod_worker_data): Rename to...
13787 (python_xmethod_worker::~python_xmethod_worker): ... this and
13788 adjust.
13789 (gdbpy_clone_xmethod_worker_data): Rename to...
13790 (python_xmethod_worker::clone): ... this and adjust.
13791 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
13792 temporary vector.
13793 (gdbpy_get_xmethod_arg_types): Rename to...
13794 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
13795 (gdbpy_get_xmethod_result_type): Rename to...
13796 (python_xmethod_worker::do_get_result_type): ... this and
13797 adjust.
13798 (gdbpy_invoke_xmethod): Rename to...
13799 (python_xmethod_worker::invoke): ... this and adjust.
13800 (new_python_xmethod_worker): Rename to...
13801 (python_xmethod_worker::python_xmethod_worker): ... this and
13802 adjust.
13803 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
13804 Remove.
13805 (gdbpy_free_xmethod_worker_data): Remove.
13806 (gdbpy_get_matching_xmethod_workers): Use std::vector.
13807 (gdbpy_get_xmethod_arg_types): Remove.
13808 (gdbpy_get_xmethod_result_type): Remove.
13809 (gdbpy_invoke_xmethod): Remove.
13810 * python/python.c (python_extension_ops): Remove obsolete
13811 callbacks.
13812
e379cee6
PA
138132018-01-05 Pedro Alves <palves@redhat.com>
13814
13815 PR gdb/18653
13816 * common/signals-state-save-restore.c
13817 (save_original_signals_state): New parameter 'quiet'. Warn if we
13818 find a custom handler preinstalled, instead of internal erroring.
13819 But only warn if !quiet.
13820 * common/signals-state-save-restore.h
13821 (save_original_signals_state): New parameter 'quiet'.
13822 * main.c (captured_main_1): Move save_original_signals_state call
13823 after option handling, and pass QUIET.
13824
a655456c
PA
138252018-01-05 Pedro Alves <palves@redhat.com>
13826
13827 * spu-tdep.c (spu_catch_start): Pass
13828 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
13829
de63c46b
PA
138302018-01-05 Pedro Alves <palves@redhat.com>
13831
13832 PR gdb/22670
13833 * ada-lang.c (literal_symbol_name_matcher): New function.
13834 (ada_get_symbol_name_matcher): Use it for
13835 symbol_name_match_type::SEARCH_NAME.
13836 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
13837 it down instead of assuming symbol_name_match_type::FULL.
13838 * block.h (block_lookup_symbol): New parameter 'match_type'.
13839 * c-valprint.c (print_unpacked_pointer): Use
13840 lookup_symbol_search_name instead of lookup_symbol.
13841 * compile/compile-object-load.c (get_out_value_type): Pass down
13842 symbol_name_match_type::SEARCH_NAME.
13843 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
13844 symbol_name_match_type::FULL.
13845 * cp-support.c (cp_get_symbol_name_matcher): Handle
13846 symbol_name_match_type::SEARCH_NAME.
13847 * infrun.c (insert_exception_resume_breakpoint): Use
13848 lookup_symbol_search_name.
13849 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
13850 * psymtab.c (maintenance_check_psymtabs): Use
13851 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
13852 * stack.c (print_frame_args): Use lookup_symbol_search_name and
13853 SYMBOL_SEARCH_NAME.
13854 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
13855 if symbol_name_match_type::SEARCH_NAME.
13856 (lookup_symbol_in_language): Pass down
13857 symbol_name_match_type::FULL.
13858 (lookup_symbol_search_name): New.
13859 (lookup_language_this): Pass down
13860 symbol_name_match_type::SEARCH_NAME.
13861 (lookup_symbol_aux, lookup_local_symbol): New parameter
13862 'match_type'. Pass it down.
13863 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
13864 (lookup_symbol_search_name): New declaration.
13865 (lookup_symbol_in_block): New 'match_type' parameter.
13866
f98fc17b
PA
138672018-01-05 Pedro Alves <palves@redhat.com>
13868
13869 PR gdb/22670
13870 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
13871 ada_lookup_symbol.
13872 (ada_lookup_symbol): Reimplement in terms of
13873 ada_lookup_symbol_list, bits factored out from
13874 ada_lookup_encoded_symbol.
13875
342f8240
JB
138762018-01-05 Joel Brobecker <brobecker@adacore.com>
13877
13878 * ada-exp.y (write_object_renaming): When subscripting an array
13879 using a symbol as the index, pass the block in call to
13880 ada_lookup_encoded_symbol when looking that symbol up.
13881
7150d33c
JG
138822018-01-05 Jerome Guitton <guitton@adacore.com>
13883
13884 * ada-lang.c (ada_array_length): Use ada_index_type instead of
13885 TYPE_INDEX_TYPE.
13886
cc0e770c
JB
138872018-01-05 Joel Brobecker <brobecker@adacore.com>
13888
13889 * ada-lang.c (ada_to_fixed_value_create): Add handling of
13890 the case where VALUE_LVAL (val0) is not lval_memory.
13891
f79da888 138922018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
13893
13894 * ada-valprint.c (print_optional_low_bound): Handle
13895 character-indexed array printing like boolean-indexed array
13896 printing.
13897
cd385f94
JB
138982018-01-05 Joel Brobecker <brobecker@adacore.com>
13899
13900 * NEWS: Create a new section for the next release branch.
13901 Rename the section of the current branch, now that it has
13902 been cut.
13903
09aca949
JB
139042018-01-05 Joel Brobecker <brobecker@adacore.com>
13905
13906 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
13907 * version.in: Bump version to 8.1.50.DATE-git.
13908
9f757bf7
XR
139092018-01-03 Xavier Roirand <roirand@adacore.com>
13910
13911 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
13912 Add field.
13913 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
13914 Add field.
13915 (default_exception_support_info) <catch_handlers_sym>: Add field.
13916 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
13917 (ada_exception_name_addr_1): Add "catch handlers" handling.
13918 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
13919 Update all callers.
13920 (create_excep_cond_exprs) <ex>: Add parameter.
13921 (re_set_exception): Update create_excep_cond_exprs call.
13922 (print_it_exception, print_one_exception, print_mention_exception)
13923 (print_recreate_exception): Add "catch handler" handling.
13924 (allocate_location_catch_handlers, re_set_catch_handlers)
13925 (check_status_catch_handlers, print_it_catch_handlers)
13926 (print_one_catch_handlers, print_mention_catch_handlers)
13927 (print_recreate_catch_handlers): New function.
13928 (catch_handlers_breakpoint_ops): New variable.
13929 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
13930 Add parameter. Add "catch handler" handling.
13931 (ada_exception_sym_name, ada_exception_breakpoint_ops):
13932 Add "catch handler" handling.
13933 (ada_exception_catchpoint_cond_string): Add "catch handler"
13934 handling.
13935 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
13936 call.
13937 (catch_ada_handlers_command): New function.
13938 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
13939 operations structure.
13940 (_initialize_ada_language): Add "catch handlers" command entry.
13941 * NEWS: Document "catch handlers" feature.
13942
9fe561ab
JB
139432018-01-02 Joel Brobecker <brobecker@adacore.com>
13944
13945 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
13946 account when creating the array type of the slice.
13947 (ada_value_slice): Likewise.
13948
a405673c
JB
139492018-01-02 Joel Brobecker <brobecker@adacore.com>
13950
13951 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
13952 New enum value.
13953 (create_array_type_with_stride): Add byte_stride_prop parameter.
13954 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
13955 New parameter. Update all callers in this file.
13956 (array_type_has_dynamic_stride): New function.
13957 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
13958 of arrays with dynamic byte strides.
13959 * dwarf2read.c (read_array_type): Add support for dynamic
13960 DW_AT_byte_stride attributes.
13961
74a2f8ff
JB
139622018-01-02 Joel Brobecker <brobecker@adacore.com>
13963
13964 * dwarf2read.c (read_unspecified_type): Treat
13965 DW_TAG_enumeration_type DIEs from Ada units as stubs.
13966
e2882c85
JB
139672018-01-01 Joel Brobecker <brobecker@adacore.com>
13968
13969 Update copyright year range in all GDB files.
13970
1690bb24
JB
139712018-01-01 Joel Brobecker <brobecker@adacore.com>
13972
13973 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
13974 and gdb/testsuite/gdb.base/step-line.c.
13975
0f0c98a8
JB
139762018-01-01 Joel Brobecker <brobecker@adacore.com>
13977
13978 * copyright.py (main): Dump the contents of
13979 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
13980 even if BY_HAND is empty.
13981
82e1e79a
JB
139822018-01-01 Joel Brobecker <brobecker@adacore.com>
13983
13984 * top.c (print_gdb_version): Update Copyright year in version
13985 message.
13986
053f54e5 139872018-01-01 Joel Brobecker <brobecker@adacore.com>
47fea877 13988
053f54e5 13989 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
47fea877 13990
053f54e5 13991For older changes see ChangeLog-2017.
c906108c
SS
13992\f
13993Local Variables:
13994mode: change-log
13995left-margin: 8
13996fill-column: 74
13997version-control: never
57da7796 13998coding: utf-8
c906108c 13999End:
This page took 2.703158 seconds and 4 git commands to generate.