PATCH/OBVIOUS Remove various trailing spaces in linux-osdata.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
326b0c12
PW
12018-12-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * nat/linux-osdata.c: Removed various trailing spaces.
4
69cb2952
AB
52018-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * riscv-tdep.c (riscv_register_name): Fix ARI warning by removing
8 leading whitespace before #include line.
9
2578ecb1
SM
102018-12-08 Simon Marchi <simon.marchi@ericsson.com>
11 Дилян Палаузов <dilyan.palauzov@aegee.org>
12
13 PR gdb/23950
14 * configure.ac: Search for tgetent in libtinfow.
15 * configure: Re-generate.
16
a2419b98
PW
172018-12-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18
19 * linux-thread-db.c (struct thread_db_info): Add td_ta_delete_p.
20 (thread_db_err_str): Forward declare.
21 (delete_thread_db_info): Call td_ta_delete_p if available.
22 (try_thread_db_load_1): Acquire td_ta_delete address.
23 * nat/gdb_thread_db.h (td_ta_delete_ftype): Declare.
24
73e8dc90
PA
252018-12-08 Pedro Alves <palves@redhat.com>
26
27 * source.c (forward_search_command): Rename to ...
28 (search_command_helper): ... this. Add 'forward' parameter.
29 Tweak to use a gdb::def_vector<char> instead of a xrealloc'ed
30 buffer. Handle backward searches too.
31 (forward_search_command, reverse_search_command): Reimplement by
32 calling search_command_helper.
33
d9c859da
AB
342018-12-07 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * .dir-locals.el: Copy most of the settings from c-mode over to
37 c++-mode.
38
42e151bf
SH
392018-12-08 Stafford Horne <shorne@gmail.com>
40
41 * Makefile.in (ALL_TARGET_OBS): Add or1k-linux-tdep.o.
42 * configure.tgt: Add or1k*-*-linux*.
43 * or1k-linux-tdep.c: New file.
44 * or1k-tdep.c (or1k_gdbarch_init): Call gdbarch_init_osabi.
45
8bebfcda
PA
462018-12-07 Pedro Alves <palves@redhat.com>
47
48 * dwarf2read.c (get_gdb_index_contents_from_section): Use
49 gdb::make_array_view.
50
4a811000
PW
512018-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
52
53 * language.c (_initialize_language): Fix leak by assigning
54 a static string to language. Same for range and case_sensitive,
55 even if no leak is detected for these variables.
56
2861ee4f
JB
572018-12-05 John Baldwin <jhb@FreeBSD.org>
58
59 * configure: Re-generate.
60 * configure.ac: Use separate sed expressions to escape variables
61 in auto-load directories.
62
90af0679
AB
632018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
66 (riscv_find_default_target_description): Use new function to
67 extract feature from gdbarch_info.
68 (riscv_gdbarch_init): Add error checks for xlen and flen between
69 target description and bfd headers. Be smarter about when we
70 think the hardware floating point abi should be used.
71
754e3168
AH
722018-12-05 Alan Hayward <alan.hayward@arm.com>
73
74 * nat/aarch64-linux-hw-point.c
75 (aarch64_linux_any_set_debug_regs_state): New function.
76 * nat/aarch64-linux-hw-point.h
77 (aarch64_linux_any_set_debug_regs_state): New declaration.
78 * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
79 BPs or WPs are set.
80
93579f6f
JB
812018-11-30 John Baldwin <jhb@FreeBSD.org>
82
83 * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
84 (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
85
4717cec4
SM
862018-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
87 Simon Marchi <simon.marchi@ericsson.com>
88
89 * linespec.c (symtab_vector_up): Remove.
90 (symtabs_from_filename): Change return type to std::vector.
91 (collect_symtabs_from_filename): Likewise.
92 (create_sals_line_offset): Assign return value of
93 collect_symtabs_from_filename to *ls->file_symtabs.
94 (convert_explicit_location_to_linespec): Remove call to release.
95 (parse_linespec): Likewise.
96 (symtab_collector) <symtab_collector>: Remove initialization of
97 m_symtabs.
98 <release_symtabs>: Change return type to std::vector<symtab *>.
99 <operator ()>: Adjust.
100
f8eb6a9e
JB
1012018-11-30 John Baldwin <jhb@FreeBSD.org>
102
103 * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
104 defined.
105 (union sigval32, struct siginfo32, fbsd_siginfo_size)
106 (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
107 of KERN_PROC_AUXV and PT_LWPINFO.
108 (fbsd_nat_target::xfer_partial): Define method unconditionally.
109 Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
110 Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
111 Make TARGET_OBJECT_FREEBSD_VMMAP and
112 TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
113 and KERN_PROC_PS_STRINGS.
114 * fbsd-nat.h: Include <sys/proc.h>.
115 (fbsd_nat_target::xfer_partial): Declare method unconditionally.
116
92528b67
AB
1172018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
120 header files.
121 (riscv_linux_nat_target::read_description): New method.
122
63449436
AB
1232018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * arch/riscv.h (riscv_gdbarch_features::hash): New method.
126 * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
127 (riscv_tdesc_cache): New global.
128 (riscv_create_target_description): Look in the cache before
129 creating a new target description.
130
65a4b373
AB
1312018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * arch/riscv.h (riscv_gdb_features::operator==): New.
134 (riscv_gdb_features::operator!=): New.
135 * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
136 operator.
137
0ff80bf7
AB
1382018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * arch/riscv.h (riscv_create_target_description): Make return type
141 const.
142 * arch/riscv.c (riscv_create_target_description): Likewise.
143 * riscv-tdep.c (riscv_find_default_target_description): Likewise.
144
81fbbaf9
SDJ
1452018-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
146 Keith Seitz <keiths@redhat.com>
147 Tom Tromey <tom@tromey.com>
148 Sergio Durigan Junior <sergiodj@redhat.com>
149
150 https://bugzilla.redhat.com/show_bug.cgi?id=1613614
151 * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
152 'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
153 inside the CU.
154
66b4deae
PA
1552018-11-30 Pedro Alves <palves@redhat.com>
156
157 * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
158 <stratum>: New override.
159 * bfd-target.c (aix_thread_target) <aix_thread_target>: Delete.
160 <stratum>: New override.
161 * bsd-uthread.c (bsd_uthread_target) <bsd_uthread_target>: Delete.
162 <stratum>: New override.
163 * exec.c (exec_target) <exec_target>: Delete.
164 <stratum>: New override.
165 * gdbarch-selftests.c (register_to_value_test): Adjust to use the
166 stratum method instead of the to_stratum field.
167 * linux-thread-db.c (thread_db_target) <thread_db_target>: Delete.
168 <stratum>: New override.
169 (thread_db_target::thread_db_target): Delete.
170 * make-target-delegates (print_class): Don't print a ctor
171 declaration. Print a stratum method override declaration.
172 * process-stratum-target.h (process_stratum_target)
173 <process_stratum_target>: Delete.
174 <stratum>: New override.
175 * ravenscar-thread.c (ravenscar_thread_target)
176 <ravenscar_thread_target>: Delete.
177 <stratum>: New override.
178 * record-btrace.c (record_btrace_target)
179 <record_btrace_target>: Delete.
180 <stratum>: New override.
181 * record-full.c (record_full_base_target)
182 <record_full_base_target>: Delete.
183 <stratum>: New override.
184 * record.c (record_disconnect, record_detach)
185 (record_mourn_inferior, record_kill): Adjust to use the stratum
186 method instead of the to_stratum field.
187 * regcache.c (cooked_read_test, cooked_write_test): Likewise.
188 * sol-thread.c (sol_thread_target)
189 <sol_thread_target>: Delete.
190 <stratum>: New override.
191 * spu-multiarch.c (spu_multiarch_target)
192 <spu_multiarch_target>: Delete.
193 <stratum>: New override.
194 * target-delegates.c: Regenerate.
195 * target.c (target_stack::push, target_stack::unpush)
196 (pop_all_targets_above, pop_all_targets_at_and_above)
197 (info_target_command, target_require_runnable)
198 (target_stack::find_beneath): Adjust to use the stratum method
199 instead of the to_stratum field.
200 (dummy_target::dummy_target): Delete.
201 (dummy_target::stratum): New.
202 (debug_target::debug_target): Delete.
203 (debug_target::stratum): New.
204 (maintenance_print_target_stack): Adjust to use the stratum method
205 instead of the to_stratum field.
206 * target.h (struct target_ops) <stratum>: New method.
207 <to_stratum>: Delete.
208 <is_pushed>: Adjust to use the stratum method
209 instead of the to_stratum field.
210
f3d11a9a
PA
2112018-11-30 Pedro Alves <palves@redhat.com>
212
213 * corelow.c (core_target) <has_all_memory, has_execution>: New
214 overrides.
215 * inf-child.c (inf_child_target::has_all_memory)
216 (inf_child_target::has_memory, inf_child_target::has_stack)
217 (inf_child_target::has_registers)
218 (inf_child_target::has_execution): Delete.
219 * inf-child.h (inf_child_target) <has_all_memory, has_memory,
220 has_stack, has_registers, has_execution>: Delete.
221 * process-stratum-target.c
222 (process_stratum_target::has_all_memory)
223 (process_stratum_target::has_memory)
224 (process_stratum_target::has_stack)
225 (process_stratum_target::has_registers)
226 (process_stratum_target::has_execution): New.
227 * process-stratum-target.h (process_stratum_target)
228 <has_all_memory, has_memory, has_stack, has_registers,
229 has_execution>: New method overrides.
230 * ravenscar-thread.c (ravenscar_thread_target) <has_all_memory,
231 has_memory, has_stack, has_registers, has_execution>: Delete.
232 * remote-sim.c (gdbsim_target) <has_stack, has_registers,
233 has_execution>: Delete.
234 * remote.c (remote_target) <has_all_memory, has_memory, has_stack,
235 has_registers, has_execution>: Delete.
236 * target.c (default_child_has_all_memory)
237 (default_child_has_memory, default_child_has_stack)
238 (default_child_has_registers, default_child_has_execution):
239 Delete.
240 * target.h (default_child_has_all_memory)
241 (default_child_has_memory, default_child_has_stack)
242 (default_child_has_registers, default_child_has_execution):
243 Delete.
244 * tracefile.h (tracefile_target) <has_execution>: New override.
245
3b3dac9b
PA
2462018-11-30 Pedro Alves <palves@redhat.com>
247
248 * Makefile.in (COMMON_SFILES): Add process-stratum-target.c.
249 * bsd-kvm.c: Include "process-stratum-target.h".
250 (bsd_kvm_target): Now inherits from process_stratum_target.
251 (bsd_kvm_target::bsd_kvm_target): Default it.
252 * corelow.c: Include "process-stratum-target.h".
253 (core_target): Now inherits from process_stratum_target.
254 (core_target::core_target): Don't set to_stratum here.
255 * inf-child.c (inf_child_target::inf_child_target): Delete.
256 * inf-child.h: Include "process-stratum-target.h".
257 (inf_child_target): Inherit from process_stratum_target.
258 (inf_child_target) <inf_child_target>: Default it.
259 <can_async_p, supports_non_stop, supports_disable_randomization>:
260 Delete overrides.
261 * process-stratum-target.c: New file.
262 * process-stratum-target.h: New file.
263 * remote-sim.c: Include "process-stratum-target.h".
264 (gdbsim_target): Inherit from process_stratum_target.
265 <gdbsim_target>: Default it.
266 * remote.c: Include "process-stratum-target.h".
267 (remote_target): Inherit from process_stratum_target.
268 <remote_target>: Default it.
269 * target.c (default_thread_address_space)
270 (default_thread_architecture): Delete.
271 * target.h (target_ops) <thread_architecture>: Now returns NULL by
272 default.
273 <thread_address_space>: Ditto.
274 * test-target.h: Include "process-stratum-target.h" instead of
275 "target.h".
276 (test_target_ops): Inherit from process_stratum_target.
277 <test_target_ops>: Default it.
278 * tracefile.c (tracefile_target::tracefile_target): Delete.
279 * tracefile.h: Include "process-stratum-target.h".
280 (tracefile_target): Inherit from process_stratum_target.
281 <tracefile_target>: Default it.
282 * target-delegates.c: Regenerate.
283
c180496d
PA
2842018-11-30 Pedro Alves <palves@redhat.com>
285
286 * Makefile.in (COMMON_SFILES): Add test-target.c.
287 * gdbarch-selftests.c: Include "test-target.h".
288 * regcache.c: Include "test-target.h".
289 * target.c (test_target_info, test_target_ops::info): Move to ...
290 * test-target.c: ... this new file.
291 * target.h (test_target_ops): Move to ...
292 * test-target.h: ... this new file.
293
95b1f9ac
PW
2942018-11-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
295
296 * source.c (forward_search_command): Fix leak by using
297 xrealloc even for the first allocation in the loop, as buf
298 is static.
299
e61667ef
RS
3002018-11-29 Rajendra SY <rajendra.sy@gmail.com>
301
302 PR gdb/23093
303 * gdb/fbsd-tdep.c (fbsd_gdb_signal_from_target)
304 (fbsd_gdb_signal_to_target): New.
305 (fbsd_init_abi): Install gdbarch "signal_from_target" and
306 "signal_to_target" methods.
307
3d5500e9
TT
3082018-11-29 Tom Tromey <tom@tromey.com>
309
310 * valarith.c (value_x_unop): Don't set argvec[3].
311
ed2df75c
SM
3122018-11-26 Simon Marchi <simon.marchi@ericsson.com>
313
314 PR gdb/23917
315 * sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
316 semicolon.
317
24bce9bb
PA
3182018-11-26 Pedro Alves <palves@redhat.com>
319
320 * procfs.c (procfs_notice_thread): Replace uses of
321 in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
322 * sol-thread.c (sol_thread_target::wait)
323 (sol_update_thread_list_callback): Likewise.
324
b5b12e1d
TT
3252018-11-25 Tom Tromey <tom@tromey.com>
326
327 * ui-out.c (ui_out::field_fmt): Remove comment.
328 * tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
329 * mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
330
54460946
PW
3312018-11-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
332
333 * source.c (open_source_file): Leak fixed in '8e6a5953e1d Fix 4K
334 leak in open_source_file' has been partially undone by '2179fbc36d23
335 Return scoped_fd from open_source_file'. Re-add the transfer of
336 current s->fullname to the unique_xmalloc_ptr fullname given
337 to find_and_open_source.
338
6af05e64
PA
3392018-11-23 Pedro Alves <palves@redhat.com>
340
341 * gdbthread.h (enum thread_state): Move comments here.
342 (is_running, is_stopped, is_exited): Remove declarations.
343
08036331
PA
3442018-11-22 Pedro Alves <palves@redhat.com>
345
346 * Makefile.in (COMMON_SFILES): Add thread-iter.c.
347 * breakpoint.c (breakpoints_should_be_inserted_now): Replace
348 ALL_NON_EXITED_THREADS with all_non_exited_threads.
349 (print_one_breakpoint_location): Replace ALL_INFERIORS with
350 all_inferiors.
351 * bsd-kvm.c: Include inferior.h.
352 * btrace.c (btrace_free_objfile): Replace ALL_NON_EXITED_THREADS
353 with all_non_exited_threads.
354 * common/filtered-iterator.h: New.
355 * common/safe-iterator.h: New.
356 * corelow.c (core_target_open): Don't call init_thread_list here.
357 * darwin-nat.c (thread_info_from_private_thread_info): Replace
358 ALL_THREADS with all_threads.
359 * fbsd-nat.c (fbsd_nat_target::resume): Replace
360 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
361 * fbsd-tdep.c (fbsd_make_corefile_notes): Replace
362 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
363 * fork-child.c (postfork_hook): Don't call init_thread_list here.
364 * gdbarch-selftests.c (register_to_value_test): Adjust.
365 * gdbthread.h: Don't include "inferior.h" here.
366 (struct inferior): Forward declare.
367 (enum step_over_calls_kind): Moved here from inferior.h.
368 (thread_info::deletable): Definition moved to thread.c.
369 (find_thread_ptid (inferior *, ptid_t)): Declare.
370 (ALL_THREADS, ALL_THREADS_BY_INFERIOR, ALL_THREADS_SAFE): Delete.
371 Include "thread-iter.h".
372 (all_threads, all_non_exited_threads, all_threads_safe): New.
373 (any_thread_p): Declare.
374 (thread_list): Delete.
375 * infcmd.c (signal_command): Replace ALL_NON_EXITED_THREADS with
376 all_non_exited_threads.
377 (proceed_after_attach_callback): Delete.
378 (proceed_after_attach): Take an inferior pointer instead of an
379 integer PID. Adjust to use range-for.
380 (attach_post_wait): Pass down inferior pointer instead of pid.
381 Use range-for instead of ALL_NON_EXITED_THREADS.
382 (detach_command): Remove init_thread_list call.
383 * inferior-iter.h: New.
384 * inferior.c (struct delete_thread_of_inferior_arg): Delete.
385 (delete_thread_of_inferior): Delete.
386 (delete_inferior, exit_inferior_1): Use range-for with
387 inf->threads_safe() instead of iterate_over_threads.
388 (inferior_appeared): Call init_thread_list here.
389 (discard_all_inferiors): Use all_non_exited_inferiors.
390 (find_inferior_id, find_inferior_pid): Use all_inferiors.
391 (iterate_over_inferiors): Use all_inferiors_safe.
392 (have_inferiors, number_of_live_inferiors): Use
393 all_non_exited_inferiors.
394 (number_of_inferiors): Use all_inferiors and std::distance.
395 (print_inferior): Use all_inferiors.
396 * inferior.h: Include gdbthread.h.
397 (enum step_over_calls_kind): Moved to gdbthread.h.
398 (struct inferior) <thread_list>: New field.
399 <threads, non_exited_threads, threads_safe>: New methods.
400 (ALL_INFERIORS): Delete.
401 Include "inferior-iter.h".
402 (ALL_NON_EXITED_INFERIORS): Delete.
403 (all_inferiors_safe, all_inferiors, all_non_exited_inferiors): New
404 functions.
405 * inflow.c (child_interrupt, child_pass_ctrlc): Replace
406 ALL_NON_EXITED_THREADS with all_non_exited_threads.
407 * infrun.c (follow_exec): Use all_threads_safe.
408 (clear_proceed_status, proceed): Use all_non_exited_threads.
409 (init_wait_for_inferior): Don't clear inline frame state here.
410 (infrun_thread_stop_requested, for_each_just_stopped_thread): Use
411 all_threads instead of ALL_NON_EXITED_THREADS.
412 (random_pending_event_thread): Use all_non_exited_threads instead
413 of ALL_NON_EXITED_THREADS. Use a lambda for repeated code.
414 (clean_up_just_stopped_threads_fsms): Use all_non_exited_threads
415 instead of ALL_NON_EXITED_THREADS.
416 (handle_no_resumed): Use all_non_exited_threads instead of
417 ALL_NON_EXITED_THREADS. Use all_inferiors instead of
418 ALL_INFERIORS.
419 (restart_threads, switch_back_to_stepped_thread): Use
420 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
421 * linux-nat.c (check_zombie_leaders): Replace ALL_INFERIORS with
422 all_inferiors.
423 (kill_unfollowed_fork_children): Use inf->non_exited_threads
424 instead of ALL_NON_EXITED_THREADS.
425 * linux-tdep.c (linux_make_corefile_notes): Use
426 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
427 * linux-thread-db.c (thread_db_target::update_thread_list):
428 Replace ALL_INFERIORS with all_inferiors.
429 (thread_db_target::thread_handle_to_thread_info): Use
430 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
431 * mi/mi-interp.c (multiple_inferiors_p): New.
432 (mi_on_resume_1): Simplify using all_non_exited_threads and
433 multiple_inferiors_p.
434 * mi/mi-main.c (mi_cmd_thread_list_ids): Use all_non_exited_threads
435 instead of ALL_NON_EXITED_THREADS.
436 * nto-procfs.c (nto_procfs_target::open): Don't call
437 init_thread_list here.
438 * record-btrace.c (record_btrace_target_open)
439 (record_btrace_target::stop_recording)
440 (record_btrace_target::close)
441 (record_btrace_target::record_is_replaying)
442 (record_btrace_target::resume, record_btrace_target::wait)
443 (record_btrace_target::record_stop_replaying): Use
444 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
445 * record-full.c (record_full_wait_1): Use all_non_exited_threads
446 instead of ALL_NON_EXITED_THREADS.
447 * regcache.c (cooked_read_test): Remove reference to global
448 thread_list.
449 * remote-sim.c (gdbsim_target::create_inferior): Don't call
450 init_thread_list here.
451 * remote.c (remote_target::update_thread_list): Use
452 all_threads_safe instead of ALL_NON_EXITED_THREADS.
453 (remote_target::process_initial_stop_replies): Replace
454 ALL_INFERIORS with all_non_exited_inferiors and use
455 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
456 (remote_target::open_1): Don't call init_thread_list here.
457 (remote_target::append_pending_thread_resumptions)
458 (remote_target::remote_resume_with_hc): Use all_non_exited_threads
459 instead of ALL_NON_EXITED_THREADS.
460 (remote_target::commit_resume)
461 (remote_target::remove_new_fork_children): Replace ALL_INFERIORS
462 with all_non_exited_inferiors and use all_non_exited_threads
463 instead of ALL_NON_EXITED_THREADS.
464 (remote_target::kill_new_fork_children): Use
465 all_non_exited_threads instead of ALL_NON_EXITED_THREADS. Remove
466 init_thread_list and init_wait_for_inferior calls.
467 (remote_target::remote_btrace_maybe_reopen)
468 (remote_target::thread_handle_to_thread_info): Use
469 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
470 * target.c (target_terminal::restore_inferior)
471 (target_terminal_is_ours_kind): Replace ALL_INFERIORS with
472 all_non_exited_inferiors.
473 * thread-iter.c: New file.
474 * thread-iter.h: New file.
475 * thread.c: Include "inline-frame.h".
476 (thread_list): Delete.
477 (clear_thread_inferior_resources): Call clear_inline_frame_state.
478 (init_thread_list): Use all_threads_safe instead of
479 ALL_THREADS_SAFE. Adjust to per-inferior thread lists.
480 (new_thread): Adjust to per-inferior thread lists.
481 (add_thread_silent): Pass inferior to find_thread_ptid.
482 (thread_info::deletable): New, moved from the header.
483 (delete_thread_1): Adjust to per-inferior thread lists.
484 (find_thread_global_id): Use inf->threads().
485 (find_thread_ptid): Use find_inferior_ptid and pass inferior to
486 find_thread_ptid.
487 (find_thread_ptid(inferior*, ptid_t)): New overload.
488 (iterate_over_threads): Use all_threads_safe.
489 (any_thread_p): New.
490 (thread_count): Use all_threads and std::distance.
491 (live_threads_count): Use all_non_exited_threads and
492 std::distance.
493 (valid_global_thread_id): Use all_threads.
494 (in_thread_list): Use find_thread_ptid.
495 (first_thread_of_inferior): Adjust to per-inferior thread lists.
496 (any_thread_of_inferior, any_live_thread_of_inferior): Use
497 inf->non_exited_threads().
498 (prune_threads, delete_exited_threads): Use all_threads_safe.
499 (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
500 (set_resumed, set_running): Use all_non_exited_threads.
501 (is_thread_state, is_stopped, is_exited, is_running)
502 (is_executing): Delete.
503 (set_executing, set_stop_requested, finish_thread_state): Use
504 all_non_exited_threads.
505 (print_thread_info_1): Use all_inferiors and all_threads.
506 (thread_apply_all_command): Use all_non_exited_threads.
507 (thread_find_command): Use all_threads.
508 (update_threads_executing): Use all_non_exited_threads.
509 * tid-parse.c (parse_thread_id): Use inf->threads.
510 * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
511
c4c17fb0
PA
5122018-11-22 Pedro Alves <palves@redhat.com>
513
514 * infrun.c (follow_exec) <set follow-exec new>: Add thread and
515 switch to it before calling into try_open_exec_file.
516
151bb4a5
PA
5172018-11-22 Pedro Alves <palves@redhat.com>
518
519 * cli/cli-interp.c (cli_on_user_selected_context_changed): Use
520 inferior_thread instead of find_thread_ptid, and only when
521 inferior_ptid is not null_ptid.
522 * inferior.c (add_inferior): Don't include target_pid_to_str
523 output when the inferior is not started.
524 * python/py-inferior.c (python_on_normal_stop): Don't use
525 find_thread_ptid.
526 (tui_on_user_selected_context_changed): Use inferior_thread
527 instead of find_thread_ptid, and only when inferior_ptid is not
528 null_ptid.
529
1c97054b
BF
5302018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
531
532 PR python/23714
533 * gdb/python/python.c (execute_gdb_command): Call
534 prevent_dont_repeat earlier to avoid affecting dont_repeat.
535
b5ffee31
AB
5362018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 * Makefile.in (ALL_TARGET_OBS): Add arch/riscv.o.
539 (HFILES_NO_SRCDIR): Add arch/riscv.h.
540 * arch/riscv.c: New file.
541 * arch/riscv.h: New file.
542 * configure.tgt: Add cpu_obs list of riscv, move riscv-tdep.o into
543 this list, and add arch/riscv.o.
544 * features/Makefile: Add riscv features.
545 * features/riscv/32bit-cpu.c: New file.
546 * features/riscv/32bit-cpu.xml: New file.
547 * features/riscv/32bit-csr.c: New file.
548 * features/riscv/32bit-csr.xml: New file.
549 * features/riscv/32bit-fpu.c: New file.
550 * features/riscv/32bit-fpu.xml: New file.
551 * features/riscv/64bit-cpu.c: New file.
552 * features/riscv/64bit-cpu.xml: New file.
553 * features/riscv/64bit-csr.c: New file.
554 * features/riscv/64bit-csr.xml: New file.
555 * features/riscv/64bit-fpu.c: New file.
556 * features/riscv/64bit-fpu.xml: New file.
557 * features/riscv/rebuild-csr-xml.sh: New file.
558 * riscv-tdep.c: Add 'arch/riscv.h' include.
559 (riscv_gdb_reg_names): Delete.
560 (csr_reggroup): New global.
561 (struct riscv_register_alias): Delete.
562 (struct riscv_register_feature): New structure.
563 (riscv_register_aliases): Delete.
564 (riscv_xreg_feature): New global.
565 (riscv_freg_feature): New global.
566 (riscv_virtual_feature): New global.
567 (riscv_csr_feature): New global.
568 (riscv_create_csr_aliases): New function.
569 (riscv_read_misa_reg): Delete.
570 (riscv_has_feature): Delete.
571 (riscv_isa_xlen): Simplify, just return cached xlen.
572 (riscv_isa_flen): Simplify, just return cached flen.
573 (riscv_has_fp_abi): Update for changes in struct gdbarch_tdep.
574 (riscv_register_name): Update to make use of tdesc_register_name.
575 Look up xreg and freg names in the new globals riscv_xreg_feature
576 and riscv_freg_feature. Don't supply csr aliases here.
577 (riscv_fpreg_q_type): Delete.
578 (riscv_register_type): Use tdesc_register_type in almost all
579 cases, override the returned type in a few specific cases only.
580 (riscv_print_one_register_info): Handle errors reading registers.
581 (riscv_register_reggroup_p): Use tdesc_register_in_reggroup_p for
582 registers that are otherwise unknown to GDB. Also check the
583 csr_reggroup.
584 (riscv_print_registers_info): Remove assert about upper register
585 number, and use gdbarch_register_reggroup_p instead of
586 short-cutting.
587 (riscv_find_default_target_description): New function.
588 (riscv_check_tdesc_feature): New function.
589 (riscv_add_reggroups): New function.
590 (riscv_setup_register_aliases): New function.
591 (riscv_init_reggroups): New function.
592 (_initialize_riscv_tdep): Add calls to setup CSR aliases, and
593 setup register groups. Register new riscv debug variable.
594 * riscv-tdep.h: Add 'arch/riscv.h' include.
595 (struct gdbarch_tdep): Remove abi union, and add
596 riscv_gdbarch_features field. Remove cached quad floating point
597 type, and provide initialisation for double type field.
598 * target-descriptions.c (maint_print_c_tdesc_cmd): Add riscv to
599 the list of targets using the feature based target descriptions.
600 * NEWS: Mention target description support.
601
38139a96
PA
6022018-11-21 Pedro Alves <palves@redhat.com>
603
604 * valops.c (find_method_list, value_find_oload_method_list)
605 (find_overload_match, find_oload_champ): Rename parameters and
606 locals.
607
85cca2bc
PA
6082018-11-21 Pedro Alves <palves@redhat.com>
609
610 * valops.c (find_method_list): Replace pointer and length
611 parameters with an gdb::array_view. Adjust.
612 (value_find_oload_method_list): Likewise.
613 (find_overload_match): Use gdb::array_view for methods list.
614 Adjust to find_oload_champ interface change.
615 (find_oload_champ): 'xm_worker_vec' parameter now a pointer/array.
616 'num_fns' parameter now a size_t. Eliminate 'fn_count' local.
617
82ceee50
PA
6182018-11-21 Pedro Alves <palves@redhat.com>
619
620 * gdbtypes.c (compare_badness): Change type of parameters to const
621 reference. Adjust to badness_vector being a std::vector now.
622 (rank_function): Adjust to badness_vector being a std::vector now.
623 * gdbtypes.h (badness_vector): Now a typedef to std::vector.
624 (LENGTH_MATCH): Delete.
625 (compare_badness): Change type of parameters to const reference.
626 (rank_function): Return a badness_vector by value now.
627 (find_overload_match): Adjust to badness_vector being a
628 std::vector now. Remove cleanups.
629 (find_oload_champ_namespace): 'oload_champ_bv' parameter now a
630 badness_vector pointer.
631 (find_oload_champ_namespace_loop): 'oload_champ_bv' parameter now
632 a badness_vector pointer. Adjust to badness_vector being a
633 std::vector now. Remove cleanups.
634 (find_oload_champ): 'oload_champ_bv' parameter now
635 a badness_vector pointer. Adjust to badness_vector being a
636 std::vector now. Remove cleanups.
637
0891c3cc
PA
6382018-11-21 Pedro Alves <palves@redhat.com>
639
640 * cp-support.c (sym_return_val_size, sym_return_val_index)
641 (sym_return_val): Delete.
642 (overload_list_add_symbol): Add std::vector parameter. Adjust to
643 add to the vector.
644 (make_symbol_overload_list): Adjust to return a std::vector
645 instead of maintaining a global open coded vector.
646 (make_symbol_overload_list_block): Add std::vector parameter.
647 (make_symbol_overload_list_block): Rename to ...
648 (add_symbol_overload_list_block): ... this and add std::vector
649 parameter.
650 (make_symbol_overload_list_namespace): Rename to ...
651 (add_symbol_overload_list_namespace): ... this and add std::vector
652 parameter.
653 (make_symbol_overload_list_adl_namespace): Rename to ...
654 (add_symbol_overload_list_adl_namespace): ... this and add
655 std::vector parameter.
656 (make_symbol_overload_list_adl): Delete.
657 (add_symbol_overload_list_adl): New.
658 (make_symbol_overload_list_using): Rename to ...
659 (add_symbol_overload_list_using): ... this and add std::vector
660 parameter.
661 (make_symbol_overload_list_qualified): Rename to ...
662 (add_symbol_overload_list_qualified): ... this and add std::vector
663 parameter.
664 * cp-support.h: Include "common/array-view.h" and <vector>.
665 (make_symbol_overload_list): Change return type to std::vector.
666 (make_symbol_overload_list_adl): Delete declaration.
667 (add_symbol_overload_list_adl): New declaration.
668 * valops.c (find_overload_match): Local 'oload_syms' now a
669 std::vector.
670 (find_oload_champ_namespace): 'oload_syms' parameter now a
671 std::vector pointer.
672 (find_oload_champ_namespace_loop): 'oload_syms' parameter now a
673 std::vector pointer. Adjust to new make_symbol_overload_list
674 interface.
675
6b1747cd
PA
6762018-11-21 Pedro Alves <palves@redhat.com>
677
678 * common/array-view.h (array_view::splice(size_type, size_t)): New.
679 (array_view::splice(size_type)): New.
680 * eval.c (eval_call, evaluate_funcall): Adjust to use array_view.
681 * extension.c (xmethod_worker::get_arg_types): Adjust to return an
682 std::vector.
683 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
684 * extension.h: Include "common/array-view.h".
685 (xmethod_worker::invoke): Adjust to use gdb::array_view.
686 (xmethod_worker::get_arg_types): Adjust to return an std::vector.
687 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
688 (xmethod_worker::do_get_arg_types): Adjust to use std::vector.
689 (xmethod_worker::do_get_result_type): Adjust to use
690 gdb::array_view.
691 * gdbtypes.c (rank_function): Adjust to use gdb::array_view.
692 * gdbtypes.h: Include "common/array-view.h".
693 (rank_function): Adjust to use gdb::array_view.
694 * python/py-xmethods.c (python_xmethod_worker::invoke)
695 (python_xmethod_worker::do_get_arg_types)
696 (python_xmethod_worker::do_get_result_type)
697 (python_xmethod_worker::invoke): Adjust to new interfaces.
698 * valarith.c (value_user_defined_cpp_op, value_user_defined_op)
699 (value_x_binop, value_x_unop): Adjust to use gdb::array_view.
700 * valops.c (find_overload_match, find_oload_champ_namespace)
701 (find_oload_champ_namespace_loop, find_oload_champ): Adjust to use
702 gdb:array_view and the new xmethod_worker interfaces.
703 * value.c (result_type_of_xmethod, call_xmethod): Adjust to use
704 gdb::array_view.
705 * value.h (find_overload_match, result_type_of_xmethod)
706 (call_xmethod): Adjust to use gdb::array_view.
707 * unittests/array-view-selftests.c: Add slicing tests.
708
e71585ff
PA
7092018-11-21 Pedro Alves <palves@redhat.com>
710
711 * ada-lang.c (ada_evaluate_subexp): Adjust to pass an array_view.
712 * common/array-view.h (make_array_view): New.
713 * compile/compile-object-run.c (compile_object_run): Adjust to
714 pass an array_view.
715 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust.
716 * eval.c (eval_call): Adjust to pass an array_view.
717 (evaluate_subexp_standard): Adjust to pass an array_view.
718 * gcore.c (call_target_sbrk): Adjust to pass an array_view.
719 * guile/scm-value.c (gdbscm_value_call): Likewise.
720 * infcall.c (push_dummy_code): Replace pointer + size parameters
721 with an array_view parameter.
722 (call_function_by_hand, call_function_by_hand_dummy): Likewise and
723 adjust.
724 * infcall.h: Include "common/array-view.h".
725 (call_function_by_hand, call_function_by_hand_dummy): Replace
726 pointer + size parameters with an array_view parameter.
727 * linux-fork.c (inferior_call_waitpid): Adjust to use array_view.
728 * linux-tdep.c (linux_infcall_mmap): Likewise.
729 * objc-lang.c (lookup_objc_class, lookup_child_selector)
730 (value_nsstring, print_object_command): Likewise.
731 * python/py-value.c (valpy_call): Likewise.
732 * rust-lang.c (rust_evaluate_funcall): Likewise.
733 * spu-tdep.c (flush_ea_cache): Likewise.
734 * valarith.c (value_x_binop, value_x_unop): Likewise.
735 * valops.c (value_allocate_space_in_inferior): Likewise.
736 * unittests/array-view-selftests.c (run_tests): Add
737 gdb::make_array_view test.
738
d63095c4
AB
7392018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * cli-out.c (cli_ui_out::do_field_int): Use string_printf rather
742 than a fixed size buffer.
743
1871a62d
AB
7442018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * breakpoint.c (print_one_breakpoint_location): Reduce whitespace,
747 and remove insertion of extra spaces in GDB's output.
748 * cli-out.c (cli_ui_out::do_field_fmt): Update header comment.
749 Layout field into a temporary buffer, and then output it as a
750 string field.
751
604c4ca9
PW
7522018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
753
754 * NEWS: Document the language choice done by
755 'info [types|functions|variables]|rbreak'.
756
43d397ca
PW
7572018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
758
759 * symtab.c (treg_matches_sym_type_name): Use
760 scoped_switch_to_sym_language_if_auto instead of local logic.
761 (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
762 to switch to SYM language when language mode is auto.
763
9e6a1ab6
PW
7642018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
765
766 * language.h (scoped_switch_to_sym_language_if_auto): New class.
767
a8462bbf
PW
7682018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
769
770 * symtab.c (search_symbols): Properly check absence of type regexp
771 before entering the loop scanning the minimal symbols.
772
4399bce9 7732018-11-20 John Darrington <john@darrington.wattle.id.au>
c3247a98
JD
774
775 * s12z-tdep.c (s12z_extract_return_value): New function.
776 (inv_reg_perm) New array.
777 (s12z_return_value): Populate readbuf if non-null.
778
970d89d8
EZ
7792018-11-20 Eli Zaretskii <eliz@gnu.org>
780
781 * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode
782 with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater
783 to MinGW fixed by Gnulib.
2fa1b319 784 (O_NOINHERIT): Define if not defined.
970d89d8 785
4399bce9 7862018-11-19 John Darrington <john@darrington.wattle.id.au>
7b5227d1 787
4399bce9 788 * s12z-tdep.c (s12z_frame_cache): Add an assertion.
7b5227d1 789
dbe4e654
SM
7902018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
791
792 * infrun.c (displaced_step_inferior_state) <next>: Remove.
793
0614ef69
TT
7942018-11-19 Tom Tromey <tom@tromey.com>
795
796 * source.c (get_filename_and_charpos): Return void.
797
261f6f79
SM
7982018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
799
800 * skip.c (_initialize_step_skip): Fix "info skip" help.
801
73fc52c4
TT
8022018-11-16 Tom Tromey <tom@tromey.com>
803
804 PR rust/23625:
805 * rust-lang.c (rust_internal_print_type): Handle TYPE_CODE_PTR.
806
39a36629
SM
8072018-11-19 Simon Marchi <simon.marchi@ericsson.com>
808
809 * infrun.c (displaced_step_inferior_states): Change type to
810 std::forward_list.
811 (get_displaced_stepping_state): Adjust.
812 (displaced_step_in_progress_any_inferior): Adjust.
813 (add_displaced_stepping_state): Adjust.
814 (remove_displaced_stepping_state): Adjust.
815
c2a6c5da
TT
8162018-11-18 Tom Tromey <tom@tromey.com>
817
818 PR build/23814:
819 * target-delegates.c: Rebuild.
820 * ia64-linux-nat.c (class ia64_linux_nat_target)
821 <have_steppable_watchpoint>: Use override. Return true, not 1.
822 (ia64_linux_nat_target::can_use_hw_breakpoint): Rename. Remove
823 "self" argument.
824 (ia64_linux_nat_target::low_new_thread): Rename.
825 (class ia64_linux_nat_target) <read_description>: Don't declare.
826 * target.h (struct target_ops) <have_steppable_watchpoint>: Return
827 bool.
828
38a72da0
AH
8292018-11-16 Alan Hayward <alan.hayward@arm.com>
830
831 PR gdb/22736:
832 * aarch64-tdep.c (aarch64_push_dummy_call): Remove
833 lang_struct_return code.
834
cf84fa6b
AH
8352018-11-16 Alan Hayward <alan.hayward@arm.com>
836
837 * aarch64-tdep.c (aarch64_push_dummy_call): Replace arg with
838 return_method.
839 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
840 * amd64-tdep.c (amd64_push_arguments): Likewise.
841 (amd64_push_dummy_call): Likewise.
842 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
843 * arc-tdep.c (arc_push_dummy_call): Likewise.
844 * arm-tdep.c (arm_push_dummy_call): Likewise.
845 * avr-tdep.c (avr_push_dummy_call): Likewise.
846 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
847 * cris-tdep.c (cris_push_dummy_call): Likewise.
848 * csky-tdep.c (csky_push_dummy_call): Likewise.
849 * frv-tdep.c (frv_push_dummy_call): Likewise.
850 * gdbarch.c: Regenerate.
851 * gdbarch.h: Regenerate.
852 * gdbarch.sh (gdbarch_push_dummy_call): Replace arg with
853 return_method.
854 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
855 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
856 (hppa64_push_dummy_call): Likewise.
857 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
858 * i386-tdep.c (i386_push_dummy_call): Likewise.
859 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
860 * infcall.c (call_function_by_hand_dummy): Likewise.
861 * iq2000-tdep.c (iq2000_push_dummy_call): Likewise.
862 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
863 * m32c-tdep.c (m32c_push_dummy_call): Likewise.
864 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
865 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
866 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
867 * mep-tdep.c (mep_push_dummy_call): Likewise.
868 * mips-tdep.c (mips_eabi_push_dummy_call): Likewise.
869 (mips_n32n64_push_dummy_call): Likewise.
870 (mips_o32_push_dummy_call): Likewise.
871 (mips_o64_push_dummy_call): Likewise.
872 * mn10300-tdep.c (mn10300_push_dummy_call): Likewise.
873 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
874 * nds32-tdep.c (nds32_push_dummy_call): Likewise.
875 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
876 * or1k-tdep.c (or1k_push_dummy_call): Likewise.
877 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
878 (ppc64_sysv_abi_push_dummy_call): Likewise.
879 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Likewise.
880 (ppc64_sysv_abi_push_dummy_call): Likewise.
881 * riscv-tdep.c (riscv_push_dummy_call): Likewise.
882 * rl78-tdep.c (rl78_push_dummy_call): Likewise.
883 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
884 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
885 * rx-tdep.c (rx_push_dummy_call): Likewise.
886 * s390-tdep.c (s390_push_dummy_call): Likewise.
887 * score-tdep.c (score_push_dummy_call): Likewise.
888 * sh-tdep.c (sh_push_dummy_call_fpu): Likewise.
889 (sh_push_dummy_call_nofpu): Likewise.
890 * sparc-tdep.c (sparc32_store_arguments): Likewise.
891 (sparc32_push_dummy_call): Likewise.
892 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
893 (sparc64_push_dummy_call): Likewise.
894 * spu-tdep.c (spu_push_dummy_call): Likewise.
895 * tic6x-tdep.c (tic6x_push_dummy_call): Likewise.
896 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
897 * v850-tdep.c (v850_push_dummy_call): Likewise.
898 * vax-tdep.c (vax_push_dummy_call): Likewise.
899 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
900 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
901
c5ac5cbb
AH
9022018-11-16 Alan Hayward <alan.hayward@arm.com>
903
904 * gdbarch.sh (enum function_call_return_method): Add enum.
905 * gdbarch.h: Regenerate.
906 * infcall.c (call_function_by_hand_dummy): Replace vars with enum.
907
f9db0c4c
JB
9082018-11-15 Joel Brobecker <brobecker@adacore.com>
909
910 * unittests/copy_bitwise-selftests.c: New file.
911 * utils.c (selftests::bits_to_str, selftests::check_copy_bitwise)
912 (selftests::copy_bitwise_tests): Delete, moving this code to
913 unittests/copy_bitwise-selftests.c instead.
914 (_initialize_utils): Do not register copy_bitwise tests.
915 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
916 unittests/copy_bitwise-selftests.c.
917
a99bc3d2
JB
9182018-11-14 Joel Brobecker <brobecker@adacore.com>
919
920 * ada-lang.c (move_bits): Delete. Update all callers to use
921 copy_bitwise instead.
922 * dwarf2loc.c (copy_bitwise, bits_to_str::bits_to_str)
923 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
924 Move from here to utils.c.
925 (_initialize_dwarf2loc): Remove call to register copy_bitwise
926 selftests.
927 * utils.h (copy_bitwise): Add declaration.
928 * utils.c (copy_bitwise, bits_to_str::bits_to_str)
929 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
930 Moved here from dwarf2loc.c.
931 (_initialize_utils): Register copy_bitwise selftests.
932
174f8ac8
JW
9332018-11-14 Jim Wilson <jimw@sifive.com>
934
8b2d40cb
JW
935 * riscv-tdep.c (struct riscv_arg_info): New field is_unnamed.
936 (riscv_call_arg_scalar_int): If unnamed arg with twice xlen alignment,
937 then increment next_regnum if odd.
938 (riscv_arg_location): New arg is_unnamed. Set ainfo->is_unnamed.
939 (riscv_push_dummy_call): New local ftype. Call check_typedef to set
940 function type. Pass new arg to riscv_arg_location based on function
941 type.
942 (riscv_return_value): Pass new arg to riscv_arg_location.
943
ef2de9e7
JW
944 * riscv-tdep.c (BIGGEST_ALIGNMENT): New.
945 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
946 of TYPE_LENGTH and BIGGEST_ALIGNMENT.
947
174f8ac8
JW
948 * riscv-tdep.c (riscv_call_arg_scalar_int): Use std::min when
949 setting len. New local align, set to max of arg align and xlen,
950 and pass to first riscv_assign_stack_location call.
951
53a89d6e
SM
9522018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
953
954 * skip.c (complete_skip_number): New function.
955 (_initialize_step_skip): Add completers to some skip commands.
956
eefce37f
TT
9572018-11-09 Tom Tromey <tom@tromey.com>
958
959 * remote.c (remote_g_packet_guess_s): Remove typedef and DEF_VEC.
960 (struct remote_g_packet_data): Derive from allocate_on_obstack.
961 <guesses>: Now a std::vector.
962 (remote_g_packet_data_init, register_remote_g_packet_guess):
963 Update.
964 (remote_read_description_p): Update. Return bool.
965 (remote_target::read_description): Update.
966 (struct remote_g_packet_guess): Add constructor.
967
2179fbc3
TT
9682018-11-09 Tom Tromey <tom@tromey.com>
969
970 * common/scoped_fd.h (class scoped_fd): Add move constructor and
971 move assignment operator.
972 * psymtab.c (psymtab_to_fullname): Update.
973 * source.h (open_source_file): Return scoped_fd.
974 (find_and_open_source): Likewise.
975 * source.c (open_source_file): Return scoped_fd.
976 (get_filename_and_charpos): Update.
977 (print_source_lines_base): Update. Use scoped_fd::to_file.
978 (forward_search_command): Likewise.
979 (reverse_search_command): Likewise.
980 (find_and_open_source): Return scoped_fd.
981 * tui/tui-source.c (tui_set_source_content): Update. Use
982 gdb_file_up.
983
9c122c7f
JB
9842018-11-09 John Baldwin <jhb@FreeBSD.org>
985
986 * minsyms.c (minimal_symbol_reader::install): Fix unsigned
987 overflow.
988
5d762de0
HAQ
9892018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
990
991 * configure: Regenerate.
992
9325300d
TV
9932018-11-09 Tom de Vries <tdevries@suse.de>
994
995 * symtab.c (symbol_set_names): Call symbol_find_demangled_name
996 unconditionally, to set the language of the symbol. Manage freeing
997 returned pointer using gdb::unique_xmalloc_ptr.
998
9c710e11
TT
9992018-11-08 Tom Tromey <tom@tromey.com>
1000
1001 * record.c (require_record_target): Upper-case "<TAB>".
1002
3c6618cd
TT
10032018-11-08 Tom Tromey <tom@tromey.com>
1004
1005 * python/lib/gdb/command/pretty_printers.py
1006 (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
1007
20f0d60d
TT
10082018-11-08 Tom Tromey <tom@tromey.com>
1009
1010 PR gdb/23555:
1011 PR gdb/23838:
1012 * target.h (target_supports_terminal_ours): Return bool.
1013 * target.c (target_supports_terminal_ours): Handle case where
1014 current_top_target returns nullptr. Return bool.
1015
d4718d5c
JB
10162018-11-08 Joel Brobecker <brobecker@adacore.com>
1017
1018 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
1019 return the correct count for potential HFAs.
1020
b5420128
JB
10212018-11-08 Jan Beulich <jbeulich@suse.com>
1022
1023 * i387-tdep.c (i387_supply_xsave): Split handling of
1024 X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
1025 (i387_collect_xsave): Likewise.
1026
17cf2897
AB
10272018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * riscv-tdep.c (riscv_insn::decode): Update header comment.
1030 (riscv_frame_this_id): Catch errors thrown while building the
1031 frame cache, leave the frame id as the default, which is the outer
1032 frame id.
1033
76136aed
JB
10342018-11-07 Joel Brobecker <brobecker@adacore.com>
1035
1036 * ada-lang.c (read_atcb): Only set task_info->called_task if
1037 task_info->state == Entry_Caller_Sleep.
1038 (print_ada_task_info): Do not check task_info->state before
1039 checking task_info->called_task.
1040 (info_task): Likewise.
1041
07deea26
JB
10422018-11-07 Joel Brobecker <brobecker@adacore.com>
1043
1044 * ada-tasks.c (read_atcb): Clear task_info before computing
1045 the value of each of its fields.
1046
35ee2dc2
AB
10472018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * dwarf2read.c (dwarf2_init_integer_type): Check for name being
1050 NULL before dereferencing it.
1051
31aceee8
TV
10522018-11-06 Tom de Vries <tdevries@suse.de>
1053
1054 * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
1055 program headers.
1056
f11acc5e
MF
10572018-11-06 Max Filippov <jcmvbkbc@gmail.com>
1058
1059 * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
1060 so that it applies to uclinux as well.
1061
9e237747
MM
10622018-11-06 Marius Muench <marius.muench@eurecom.fr>
1063
1064 * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
1065 when on AAPCS.
1066
bcecc11d
JB
10672018-11-06 John Baldwin <jhb@FreeBSD.org>
1068
1069 * riscv-fbsd-nat.c (getregs_supplies): Return true for
1070 RISCV_CSR_SSTATUS_REGNUM.
1071
bb20ccab
PW
10722018-11-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1073
1074 * source.c (open_source_file): Fix leak by transferring the
1075 current s->fullname to the unique_xmalloc_ptr fullname given
1076 to find_and_open_source.
1077
a31abe80
TT
10782018-11-04 Tom Tromey <tom@tromey.com>
1079
1080 * varobj.c (install_default_visualizer): Update.
1081 * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
1082 Return gdbpy_ref.
1083 * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
1084 (find_pretty_printer_from_progspace)
1085 (find_pretty_printer_from_gdb, find_pretty_printer)
1086 (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
1087 (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
1088 Update.
1089
833d985d
TT
10902018-11-04 Tom Tromey <tom@tromey.com>
1091
1092 * python/python.c (gdbpy_parameter_value): Update.
1093 * python/python-internal.h (python_string_to_unicode)
1094 (python_string_to_target_python_string)
1095 (host_string_to_python_string): Return gdbpy_ref.
1096 * python/py-utils.c (python_string_to_unicode)
1097 (unicode_to_encoded_python_string)
1098 (unicode_to_target_python_string)
1099 (python_string_to_target_string)
1100 (python_string_to_target_python_string): Return gdbpy_ref.
1101 (python_string_to_host_string): Update.
1102 (host_string_to_python_string): Return gdbpy_ref.
1103 * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
1104 (stpy_fullname): Update.
1105 * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
1106 Update.
1107 * python/py-prettyprint.c (print_string_repr): Update.
1108 * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
1109 (objfpy_get_build_id): Update.
1110 * python/py-breakpoint.c (bppy_get_location)
1111 (bppy_get_expression, bppy_get_condition, bppy_get_commands):
1112 Update.
1113
12dfa12a
TT
11142018-11-04 Tom Tromey <tom@tromey.com>
1115
1116 * python/python-internal.h (gdb_py_object_from_longest)
1117 (gdb_py_object_from_ulongest): Return gdbpy_ref.
1118 * python/py-value.c (valpy_int): Update.
1119 * python/py-utils.c (gdb_py_object_from_longest): Return
1120 gdbpy_ref.
1121 (gdb_py_object_from_ulongest): Likewise.
1122 * python/py-type.c (typy_get_alignof): Update.
1123 * python/py-linetable.c (ltpy_get_all_source_lines)
1124 (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
1125 * python/py-block.c (blpy_get_start, blpy_get_end): Update.
1126
470678d7
PW
11272018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1128
1129 * ada-lang.c (_initialize_ada_language): Fix typo.
1130
814fa4f6
PW
11312018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1132
1133 * language.c (type): Remove.
1134 (_initialize_language): Remove assignment to type.
1135
3c6dd3d1 11362018-11-02 Joel Brobecker <brobecker@adacore.com>
e8bf1ce4
JB
1137
1138 * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
1139 * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
1140 (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
1141 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
1142 (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
1143 (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
1144 * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
1145 and aarch64-ravenscar-thread.o.
1146 * NEWS: Add entry documenting Ravenscar tasking support
1147 on AArch64 ELF.
1148
d54cfd76
PW
11492018-11-02 Matthew Malcomson <matthew.malcomson@arm.com>
1150
1151 * symtab.c (info_functions_command): Initialize quiet flag.
1152 * stack.c (info_args_command): Likewise.
1153
3ba2ee38
JW
11542018-11-01 Jim Wilson <jimw@sifive.com>
1155
1156 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
1157 Set if pcptr if unaligned. Return 2 if unaligned_p true. Update
1158 debugging messages.
1159
e2b7af72
JB
11602018-11-01 Joel Brobecker <brobecker@adacore.com>
1161
1162 * ada-lang.c (ada_watch_location_expression): New function.
1163 (ada_language_defn): Set la_watch_location_expression to
1164 ada_watch_location_expression.
1165
8b578f9c
JB
11662018-11-01 Joel Brobecker <brobecker@adacore.com>
1167
1168 * print-utils.c (int_string): Remove unnecessary trailing spaces.
1169
1cc62f2e
JB
11702018-11-01 Joel Brobecker <brobecker@adacore.com>
1171
1172 * rs6000-tdep.c (skip_prologue): Fix potential negative left
1173 shifting.
1174
e1c3a373
JG
11752018-11-01 Jerome Guitton <guitton@adacore.com>
1176 Joel Brobecker <brobecker@adacore.com>
1177
1178 * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
1179 * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
1180 * arm-pikeos-tdep.c: New file.
1181 * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
1182 embedded system.
1183 * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
1184
e8d8cce6
SM
11852018-11-01 Simon Marchi <simon.marchi@ericsson.com>
1186
1187 * common/pathstuff.c (get_standard_temp_dir): New.
1188 * common/pathstuff.h (get_standard_temp_dir): New.
1189 * config.in: Re-generate.
1190 * configure: Re-generate.
1191 * configure.ac: Don't check for mkdtemp.
1192 * gnulib/aclocal-m4-deps.mk: Re-generate.
1193 * gnulib/aclocal.m4: Re-generate.
1194 * gnulib/config.in: Re-generate.
1195 * gnulib/configure: Re-generate.
1196 * gnulib/import/Makefile.am: Re-generate.
1197 * gnulib/import/Makefile.in: Re-generate.
1198 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1199 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1200 * gnulib/import/m4/mkdtemp.m4: New file.
1201 * gnulib/import/mkdtemp.c: New file.
1202 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
1203 Add mkdtemp module.
1204 * unittests/mkdir-recursive-selftests.c (test): Use
1205 get_standard_temp_dir.
1206 (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
1207 ifdef.
1208 * compile/compile.c (get_compile_file_tempdir): Likewise.
1209
cdcda965
SM
12102018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1211
1212 * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1213 (SIG_FRAME_LR_OFFSET64): New define.
1214 (SIG_FRAME_FP_OFFSET64): New define.
1215 (aix_sighandle_frame_cache): New Function.
1216 (aix_sighandle_frame_this_id): New Function.
1217 (aix_sighandle_frame_prev_register): New Function.
1218 (aix_sighandle_frame_sniffer): New Function.
1219 (aix_sighandle_frame_unwind): New global variable.
1220 (rs6000_aix_init_osabi): Install new frame unwinder.
1221
656efb5e
SDJ
12222018-10-31 Sergio Durigan Junior <sergiodj@redhat.com>
1223
1224 PR gdb/23835
1225 * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
1226 already defined.
1227
64f57f3d
PFC
12282018-10-31 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1229
1230 * ppc-linux-nat.c: Include nat/linux-ptrace.h.
1231
eb77c9df
AB
12322018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1233
1234 * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
1235 (producer_is_icc): New function.
1236 (check_producer): Set producer_is_icc field on dwarf2_cu.
1237 (dwarf2_init_integer_type): New function.
1238 (read_base_type): Call dwarf2_init_integer_type instead of
1239 init_integer_type in all cases.
1240 (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
1241 * valprint.c (maybe_negate_by_bytes): Add an assertion that the
1242 LEN is greater than 0.
1243
4d5d1049
TT
12442018-10-30 Tom Tromey <tom@tromey.com>
1245
1246 * main.c (captured_main_1): Check return value of bfd_init.
1247
fd332753
SDJ
12482018-10-29 Sergio Durigan Junior <sergiodj@redhat.com>
1249
1250 * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
1251 Adjust comments.
1252
30a7953d
RO
12532018-10-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1254
1255 * procfs.c: Include common/pathstuff.h.
1256
a3d72268
AB
12572018-10-28 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1260 Add missing braces. No functional change.
1261
cd948f5b
PW
12622018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1263
1264 * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
1265 to report a bad option and fix indentation.
1266 * demangle.c (demangle_command): Use report_unrecognized_option_error
1267 to report a bad option and correctly report the bad option.
1268
b50a8b9a
TT
12692018-10-27 Tom Tromey <tom@tromey.com>
1270
1271 PR cli/23364:
1272 * darwin-nat.c (copied_shell): New global.
1273 (may_have_sip): Rename from should_disable_startup_with_shell.
1274 (copy_shell_to_cache, maybe_cache_shell): New functions.
1275 (darwin_nat_target::create_inferior): Update. Use
1276 copied_shell.
1277
36033ef5
TT
12782018-10-27 Tom Tromey <tom@tromey.com>
1279
1280 * unittests/scoped_fd-selftests.c (test_to_file): New function.
1281 (run_tests): Call test_to_file.
1282 * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
1283 temporary files.
1284 * common/scoped_fd.h (scoped_fd::to_file): New method.
1285
b3279b60
TT
12862018-10-27 Tom Tromey <tom@tromey.com>
1287
1288 * unittests/scoped_mmap-selftests.c (test_normal): Use
1289 gdb_mkostemp_cloexec.
1290 * unittests/scoped_fd-selftests.c (test_destroy, test_release):
1291 Use gdb_mkostemp_cloexec.
1292 * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
1293 gnulib/config.in, gnulib/configure,
1294 gnulib/import/Makefile.am, gnulib/import/Makefile.in,
1295 gnulib/import/m4/gnulib-cache.m4,
1296 gnulib/import/m4/gnulib-comp.m4: Update.
1297 * gnulib/import/m4/mkostemp.m4: New file.
1298 * gnulib/import/m4/mkstemp.m4: Remove.
1299 * gnulib/import/mkostemp.c: New file.
1300 * gnulib/import/mkstemp.m4: Remove.
1301 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
1302 mkstemp, add mkostemp. Apply new patch.
1303 * gnulib/import/stdlib.in.h: Apply patch.
1304 * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
1305 New file.
1306 * dwarf-index-write.c (write_psymtabs_to_index): Use
1307 gdb_mkostemp_cloexec.
1308 * common/filestuff.h (gdb_mkostemp_cloexec): New function.
1309
e418a61a
TT
13102018-10-27 Tom Tromey <tom@tromey.com>
1311
1312 * unittests/mkdir-recursive-selftests.c: New file.
1313 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1314 unittests/mkdir-recursive-selftests.c.
1315 * dwarf-index-cache.c (mkdir_recursive): Move to
1316 common/filestuff.c.
1317 (index_cache::store): Check return value of mkdir_recursive.
1318 (create_dir_and_check, test_mkdir_recursive): Move to new file.
1319 (_initialize_index_cache): Don't register test.
1320 * common/filestuff.h (mkdir_recursive): Declare.
1321 * common/filestuff.c (mkdir_recursive): Move from
1322 dwarf-index-cache.c. Return bool.
1323
29be4d9d
TT
13242018-10-27 Tom Tromey <tom@tromey.com>
1325
1326 * dwarf-index-write.c (write_psymtabs_to_index): Move
1327 make_temp_filename to common/pathstuff.c.
1328 * common/pathstuff.h (make_temp_filename): Declare.
1329 * common/pathstuff.c (make_temp_filename): New function, moved
1330 from dwarf-index-write.c.
1331
974e6844
TT
13322018-10-27 Tom Tromey <tom@tromey.com>
1333
1334 * procfs.c (procfs_target::create_inferior): Use get_shell.
1335 * cli/cli-cmds.c (shell_escape): Use get_shell.
1336 * windows-nat.c (windows_nat_target::create_inferior): Use
1337 get_shell.
1338 * common/pathstuff.c (get_shell): New function.
1339 * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
1340 (fork_inferior): Use get_shell.
1341 * common/pathstuff.h (get_shell): Declare.
1342
e0a7911f
PW
13432018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1344
1345 * NEWS: Mention changes to 'info [args|functions|locals|variables]'
1346
12615cba
PW
13472018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1348
1349 * stack.c (print_variable_and_value_data): Add preg and treg.
1350 (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
1351 and update callers.
1352 (print_frame_arg_vars): Likewise.
1353 (prepare_reg): New function.
1354 (info_locals_command): Extract info print args and use them.
1355 (info_args_command): Likewise.
1356 (_initialize_stack): Modify on-line help.
1357 * symtab.c (treg_matches_sym_type_name): New function.
1358 (search_symbols): New arg t_regexp.
1359 (symtab_symbol_info): New args quiet, regexp, t_regexp.
1360 (info_variables_command): Extract info print args and use them.
1361 (info_functions_command): Likewise.
1362 (info_types_command): Update call to symtab_symbol_info.
1363 (_initialize_symtab): Modify on-line help.
1364 * symtab.h (treg_matches_sym_type_name): New function.
1365 (search_symbols): New t_regexp arg.
1366
0d4cad90
PW
13672018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1368
1369 * cli-utils.c (extract_arg_maybe_quoted): New function.
1370 (extract_info_print_args): New function.
1371 (info_print_args_help): New function.
1372 (report_unrecognized_option_error): New function.
1373 * cli-utils.h (extract_arg_maybe_quoted): New function.
1374 (extract_info_print_args): New function.
1375 (info_print_args_help): New function.
1376 (report_unrecognized_option_error): New function.
1377
4c39bc03
TT
13782018-10-26 Tom Tromey <tom@tromey.com>
1379
1380 * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
1381 (compute_compunit_symtab_includes): Update.
1382 * symtab.h: (symtab_ptr): Remove typedef. Don't define a VEC.
1383 (compunit_symtab_ptr): Likewise.
1384
fd2b4de5
JB
13852018-10-26 John Baldwin <jhb@FreeBSD.org>
1386
1387 * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
1388 default_print_auxv_entry for specific tag values.
1389
d7ded98f
JB
13902018-10-26 John Baldwin <jhb@FreeBSD.org>
1391
1392 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
1393
8a613826
JW
13942018-10-26 Jim Wilson <jimw@sifive.com>
1395
77c6f5fc
JW
1396 * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
1397 (riscv_linux_sigframe_init): Declare.
1398 (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
1399 (riscv_linux_sigframe): New.
1400 (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
1401 (riscv_linux_sigframe_init): Define.
1402 (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
1403
8a613826
JW
1404 * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
1405 (riscv_isa_flen): Likewise. Drop static.
1406 * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
1407 (riscv_isa_flen): Likewise. Declare.
1408
8d619c01
EBM
14092018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1410 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1411
1412 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
1413 (tdesc_powerpc_isa207_htm_vsx64l): Declare.
1414 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
1415 (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
1416 (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
1417 (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
1418 (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
1419 Define.
1420 (struct ppc_linux_features) <htm>: New field.
1421 (ppc_linux_no_features): Add initializer for htm field.
1422 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1423 new tdescs.
1424 * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
1425 (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
1426 (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
1427 Define if not already defined.
1428 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
1429 and rs6000/powerpc-isa207-htm-vsx64l.
1430 (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
1431 rs6000/powerpc-isa207-htm-vsx64l.xml.
1432 * features/rs6000/power-htm-spr.xml: New file.
1433 * features/rs6000/power-htm-core.xml: New file.
1434 * features/rs6000/power64-htm-core.xml: New file.
1435 * features/rs6000/power-htm-fpu.xml: New file.
1436 * features/rs6000/power-htm-altivec.xml: New file.
1437 * features/rs6000/power-htm-vsx.xml: New file.
1438 * features/rs6000/power-htm-ppr.xml: New file.
1439 * features/rs6000/power-htm-dscr.xml: New file.
1440 * features/rs6000/power-htm-tar.xml: New file.
1441 * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
1442 * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
1443 * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
1444 * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
1445 * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
1446 * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
1447 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1448 fetch_regset with HTM regsets.
1449 (store_register, store_ppc_registers): Call store_regset with HTM
1450 regsets.
1451 (ppc_linux_nat_target::read_description): Set htm field in the
1452 features struct if needed.
1453 * ppc-linux-tdep.c: Include
1454 features/rs6000/powerpc-isa207-htm-vsx32l.c and
1455 features/rs6000/powerpc-isa207-htm-vsx64l.c.
1456 (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
1457 (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
1458 (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
1459 (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
1460 (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
1461 (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
1462 (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
1463 (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
1464 (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
1465 (ppc32_linux_ctarregset): New globals.
1466 (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
1467 (ppc_linux_collect_core_cpgrregset): New function.
1468 (ppc_linux_iterate_over_regset_sections): Call back with the htm
1469 regsets.
1470 (ppc_linux_core_read_description): Check if the tm spr section is
1471 present and set htm in the features struct.
1472 (_initialize_ppc_linux_tdep): Call
1473 initialize_tdesc_powerpc_isa207_htm_vsx32l and
1474 initialize_tdesc_powerpc_isa207_htm_vsx64l.
1475 * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
1476 Declare.
1477 (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
1478 (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
1479 (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
1480 * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
1481 New fields.
1482 <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
1483 Likewise.
1484 <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
1485 <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
1486 (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
1487 New enum fields.
1488 <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
1489 <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
1490 <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
1491 <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
1492 <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
1493 <PPC_CTAR_REGNUM>: Likewise.
1494 (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
1495 (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
1496 * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
1497 (IS_CEFP_PSEUDOREG): Define.
1498 (rs6000_register_name): Hide the upper halves of checkpointed VSX
1499 registers. Return names for the checkpointed DFP, VSX, and EFP
1500 pseudo registers.
1501 (rs6000_pseudo_register_type): Remove initial assert and raise an
1502 internal error in the else clause instead. Return types for the
1503 checkpointed DFP, VSX, and EFP pseudo registers.
1504 (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
1505 checkpointed DFP pseudo registers.
1506 (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
1507 checkpointed VSX pseudo registers.
1508 (efp_pseudo_register_read, efp_pseudo_register_write): Rename
1509 from efpr_pseudo_register_read and
1510 efpr_pseudo_register_write. Handle checkpointed EFP pseudo
1511 registers.
1512 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
1513 Handle checkpointed DFP, VSX, and EFP registers.
1514 (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
1515 (efp_ax_pseudo_register_collect): New functions.
1516 (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
1517 register logic to new functions. Handle checkpointed DFP, VSX,
1518 and EFP pseudo registers.
1519 (rs6000_gdbarch_init): Look for and validate the htm features.
1520 Include checkpointed DFP, VSX and EFP pseudo-registers.
1521 * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
1522 HTM registers.
1523
81ab84fd
PFC
15242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1525
1526 * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
1527 without altivec or fpu.
1528
232bfb86
EBM
15292018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1530 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1531
1532 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
1533 (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
1534 * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
1535 Define if not already defined.
1536 * features/rs6000/power-ebb.xml: New file.
1537 * features/rs6000/power-linux-pmu.xml: New file.
1538 * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
1539 features.
1540 * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
1541 * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
1542 * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
1543 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
1544 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
1545 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1546 fetch_regset with ebb and pmu regsets.
1547 (store_register, store_ppc_registers): Call store_regset with ebb
1548 and pmu regsets.
1549 (ppc_linux_nat_target::read_description): Set isa207 field in the
1550 features struct if ebb and pmu are avaiable.
1551 * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
1552 (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
1553 (ppc_linux_iterate_over_regset_sections): Call back with the ebb
1554 and pmu regsets.
1555 (ppc_linux_core_read_description): Check if the pmu section is
1556 present and set isa207 in the features struct.
1557 * ppc-linux-tdep.h (ppc32_linux_ebbregset)
1558 (ppc32_linux_pmuregset): Declare.
1559 * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
1560 <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
1561 <ppc_sier_regnum>: New field.
1562 (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
1563 New enum values.
1564 <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
1565 values.
1566 <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
1567 (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
1568 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
1569 ebb and pmu features.
1570
f2cf6173
EBM
15712018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1572 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1573
1574 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
1575 (tdesc_powerpc_isa207_vsx64l): Declare.
1576 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
1577 (struct ppc_linux_features) <isa207>: New field.
1578 (ppc_linux_no_features): Add initializer for isa207 field.
1579 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1580 new tdescs.
1581 * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
1582 (NT_PPC_TAR): Define if not already defined.
1583 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
1584 rs6000/powerpc-isa207-vsx64l.
1585 (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
1586 rs6000/powerpc-isa207-vsx64l.xml.
1587 * features/rs6000/power-tar.xml: New file.
1588 * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
1589 * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
1590 * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
1591 * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
1592 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
1593 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
1594 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1595 fetch_regset with the TAR regset.
1596 (store_register, store_ppc_registers): Call store_regset with the
1597 TAR regset.
1598 (ppc_linux_nat_target::read_description): Set isa207 field in the
1599 features struct if needed.
1600 * ppc-linux-tdep.c: Include
1601 features/rs6000/powerpc-isa207-vsx32l.c and
1602 features/rs6000/powerpc-isa207-vsx64l.c.
1603 (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
1604 (ppc_linux_iterate_over_regset_sections): Call back with the tar
1605 regset.
1606 (ppc_linux_core_read_description): Check if the tar section is
1607 present and set isa207 in the features struct.
1608 (_initialize_ppc_linux_tdep): Call
1609 initialize_tdesc_powerpc_isa207_vsx32l and
1610 initialize_tdesc_powerpc_isa207_vsx64l.
1611 * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
1612 * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
1613 (enum) <PPC_TAR_REGNUM>: New enum value.
1614 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
1615 feature.
1616 (ppc_process_record_op31): Record changes to TAR.
1617
7ca18ed6
EBM
16182018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1619 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1620
1621 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
1622 (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
1623 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
1624 (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
1625 (struct ppc_linux_features) <ppr_dscr>: New field.
1626 (ppc_linux_no_features): Add initializer for ppr_dscr field.
1627 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1628 new tdescs.
1629 * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
1630 Define if not already defined.
1631 * features/Makefile (WHICH): Add
1632 rs6000/powerpc-isa205-ppr-dscr-vsx32l and
1633 rs6000/powerpc-isa205-ppr-dscr-vsx64l.
1634 (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
1635 rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
1636 * features/rs6000/power-dscr.xml: New file.
1637 * features/rs6000/power-ppr.xml: New file.
1638 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
1639 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
1640 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
1641 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
1642 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
1643 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
1644 * ppc-linux-nat.c: Include <sys/uio.h>.
1645 (fetch_regset, store_regset, check_regset): New functions.
1646 (fetch_register, fetch_ppc_registers): Call fetch_regset with
1647 DSCR and PPR regsets.
1648 (store_register, store_ppc_registers): Call store_regset with
1649 DSCR and PPR regsets.
1650 (ppc_linux_get_hwcap2): New function.
1651 (ppc_linux_nat_target::read_description): Call
1652 ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
1653 features struct if needed.
1654 * ppc-linux-tdep.c: Include
1655 features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
1656 features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
1657 (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
1658 (ppc32_linux_dscrregset): New globals.
1659 (ppc_linux_iterate_over_regset_sections): Call back with the ppr
1660 and dscr regsets.
1661 (ppc_linux_core_read_description): Check if the ppr and dscr
1662 sections are present and set ppr_dscr in the features struct.
1663 (_initialize_ppc_linux_tdep): Call
1664 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
1665 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
1666 * ppc-linux-tdep.h (ppc32_linux_pprregset)
1667 (ppc32_linux_dscrregset): Declare.
1668 * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
1669 <ppc_dscr_regnum>: New field.
1670 (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
1671 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
1672 and dscr features.
1673 (ppc_process_record_op31): Record changes to PPR and DSCR.
1674
93b4691f
PFC
16752018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1676
1677 * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
1678 second initializer line for the have_* variables. Initialize
1679 have_fpu to 0 instead of 1.
1680
71733a7b
PFC
16812018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1682
1683 * arch/ppc-linux-common.c (ppc_linux_match_description):
1684 Parenthesize tdesc assignements and indent them properly.
1685
3d907528
PFC
16862018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1687
1688 * ppc-linux-nat.c (fetch_register): Change if statement to else
1689 if.
1690 (store_register): Likewise.
1691
500f01a0
PFC
16922018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1693
1694 * rs6000-tdep.c: Remove reggroups.h include.
1695 (rs6000_pseudo_register_reggroup_p): Remove.
1696 (rs6000_gdbarch_init): Remove call to
1697 set_tdesc_pseudo_register_reggroup_p.
1698
7ed29001
PFC
16992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1700
1701 * reggroups.c (default_register_reggroup_p): Return true for
1702 decfloat registers and float_reggroup.
1703
5c849b22
PFC
17042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1705
1706 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
1707 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
1708 ppc_linux_collect_vrregset by regcache_collect_regset.
1709
afde3032
PFC
17102018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1711
1712 * linux-tdep.c (linux_collect_regset_section_cb): Use
1713 std::vector<gdb_byte> instead of char * and malloc for buf.
1714 Remove xfree.
1715
b9718991
SM
17162018-10-26 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1717
1718 * xcoffread.c (read_xcoff_symtab): Pass deduced language to
1719 symtab_start instead of always using language_unknown.
1720
0b0eff8b
AB
17212018-10-26 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
1724 READ_P parameter, catch and ignore register access errors from
1725 either the old or new MISA location.
1726 (riscv_has_feature): Update call to riscv_read_misa_reg.
1727
b352ceb6
AB
17282018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * python/py-function.c (convert_values_to_python): Return
1731 gdbpy_ref<>. Add header comment.
1732 (fnpy_call): Adjust.
1733
50db9ef4
AB
17342018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
1737 (cmdpy_completer_handle_brkchars): Adjust.
1738 (cmdpy_completer): Adjust.
1739
ee67fd7f
AB
17402018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1743 Pass correct regnum to raw_supply_zeroed.
1744
bea556ab
HAQ
17452018-10-23 Hafiz Abid Qadeer <abidh@codesourcery.com>
1746
1747 * regcache.c (cooked_read_test): Add CSKY to the list of
1748 architectures with a save_reggroup
1749
35ed81d4
SM
17502018-10-23 Simon Marchi <simon.marchi@polymtl.ca>
1751
1752 PR gdb/23368
1753 * infrun.c (follow_exec): In the follow_exec_mode_new case,
1754 transfer terminal state from old new new inferior.
1755 * terminal.h (swap_terminal_info): New function.
1756 * inflow.c (swap_terminal_info): New function.
1757
79b8d3b0
TT
17582018-10-23 Tom Tromey <tom@tromey.com>
1759
1760 * record-btrace.c (get_thread_current_frame_id): Rename from
1761 get_thread_current_frame. Return a frame_id.
1762 (record_btrace_start_replaying): Update.
1763
420ecd9c
AB
17642018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * riscv-tdep.c (riscv_register_name): Use the user-friendly names
1767 for CSRs.
1768
5a77b1b4
JB
17692018-10-23 Joel Brobecker <brobecker@adacore.com>
1770
1771 * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
1772 have_nonsteppable_watchpoint attribute to 1.
1773
0dbfcfff
AB
17742018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
1777 register names.
1778 (struct register_alias): Rename to...
1779 (struct riscv_register_alias): ...this, and update comment.
1780 (riscv_register_aliases): Update type, and alias names. Remove
1781 CSR names from this list.
1782 (riscv_register_name): Use riscv_gdb_reg_names for int and float
1783 register names. Add an extra assertion.
1784 (riscv_is_regnum_a_named_csr): New function.
1785 (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
1786
32641fa9
JD
17872018-10-23 John Darrington <john@darrington.wattle.id.au>
1788
1789 * configure.tgt: Add configuration for s12z.
1790 * s12z-tdep.c: New file.
1791 * NEWS: Mention new target.
1792
270b9329
JW
17932018-10-22 Jim Wilson <jimw@sifive.com>
1794
3399f1b3
JW
1795 * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
1796 FP reg smaller than FP reg size, and fill with -1 instead of 0.
1797
270b9329
JW
1798 * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
1799 (riscv_register_type): Use them.
1800 (riscv_print_one_register_info): Handle union of floats same as float.
1801 * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
1802 riscv_fpreg_q_type fields.
1803
f6efe3f8
SM
18042018-10-21 Simon Marchi <simon.marchi@ericsson.com>
1805
1806 * gdbarch.sh (gdbarch_num_cooked_regs): New.
1807 * gdbarch.h: Re-generate.
1808 * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
1809 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1810 * eval.c (evaluate_subexp_standard): Likewise.
1811 * findvar.c (value_of_register): Likewise.
1812 (value_of_register_lazy): Likewise.
1813 (address_from_register): Likewise.
1814 * frame.c (get_frame_register_bytes): Likewise.
1815 * gdbarch-selftests.c (register_to_value_test): Likewise.
1816 * h8300-tdep.c (h8300_register_type): Likewise.
1817 * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
1818 (i386_svr4_reg_to_regnum): Likewise.
1819 * infcmd.c (default_print_registers_info): Likewise.
1820 (registers_info): Likewise.
1821 (print_vector_info): Likewise.
1822 (default_print_float_info): Likewise.
1823 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1824 * mdebugread.c (mdebug_reg_to_regnum): Likewise.
1825 * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
1826 (mi_cmd_data_list_changed_registers): Likewise.
1827 (mi_cmd_data_list_register_values): Likewise.
1828 (mi_cmd_data_write_register_values): Likewise.
1829 (mi_cmd_trace_frame_collected): Likewise.
1830 * mips-tdep.c (print_gp_register_row): Likewise.
1831 (mips_print_registers_info): Likewise.
1832 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
1833 * regcache.c (init_regcache_descr): Likewise.
1834 (register_size): Likewise.
1835 (register_dump::dump): Likewise.
1836 (cooked_read_test): Likewise.
1837 (cooked_write_test): Likewise.
1838 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
1839 (rs6000_gdbarch_init): Likewise.
1840 * stabsread.c (stab_reg_to_regnum): Likewise.
1841 * stack.c (info_frame_command): Likewise.
1842 * target-descriptions.c (tdesc_register_name): Likewise.
1843 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
1844 * tui/tui-regs.c (tui_show_register_group): Likewise.
1845 * user-regs.c (user_reg_map_name_to_regnum): Likewise.
1846 (user_reg_map_regnum_to_name): Likewise.
1847 (value_of_user_reg): Likewise.
1848 (maintenance_print_user_registers): Likewise.
1849 * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
1850 (xtensa_register_name): Likewise.
1851 (xtensa_register_type): Likewise.
1852 (xtensa_reg_to_regnum): Likewise.
1853 (xtensa_pseudo_register_read): Likewise.
1854 (xtensa_pseudo_register_write): Likewise.
1855
925047fe
SM
18562018-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1857
1858 * amd64-tdep.c (amd64_pseudo_register_read_value): Use
1859 correctly-sized buffer with raw_read.
1860 (amd64_pseudo_register_write): Use correctly-sized buffer for
1861 raw_read/raw_write.
1862
4051d2d6
PW
18632018-10-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1864
1865 * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
1866 in add_prefix_cmd of set print type.
1867
7806cea7
TT
18682018-10-19 Tom Tromey <tom@tromey.com>
1869
1870 PR tui/18388:
1871 * NEWS: Mention tabset deprecation.
1872 * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
1873 (update_tab_width): New function.
1874 (tui_set_tab_width, tui_show_tab_width): New functions.
1875 (tui_set_tab_width_command): Use update_tab_width.
1876 (_initialize_tui_win): Move to end of file. Deprecate "tabset".
1877 Add new "set tui tab-width" command.
1878 * tui/tui-source.c (tui_set_source_content): Update.
1879 * tui/tui-disasm.c (tui_set_disassem_content): Update.
1880 * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
1881 Don't declare.
1882 (tui_tab_width): Declare.
1883 * tui/tui-data.c (default_tab_len, tui_default_tab_len)
1884 (tui_set_default_tab_len): Remove.
1885
84371624
TT
18862018-10-19 Tom Tromey <tom@tromey.com>
1887
1888 * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
1889 (key_is_backspace, tui_getc): Don't declare.
1890 * tui/tui-io.c (key_is_start_sequence): Now static.
1891 (key_is_end_sequence, key_is_backspace): Remove.
1892 (tui_getc): Now static.
1893
22ad8107
TT
18942018-10-19 Tom Tromey <tom@tromey.com>
1895
1896 * symfile.c (reread_symbols): Clear "static_links".
1897
74b3c713
AH
18982018-10-19 Alan Hayward <alan.hayward@arm.com>
1899
1900 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
1901 define.
1902 (aarch64_linux_sigframe_init): Extra boundary checks.
1903
0667c506
AA
19042018-10-19 Andreas Arnez <arnez@linux.ibm.com>
1905
1906 * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
1907 the possibly non-existent tdesc type 'vec128', but the type of raw
1908 register v16 instead.
1909
ba543ca5
GB
19102018-10-19 Gary Benson <gbenson@redhat.com>
1911
1912 * cli/cli-interp.c (cli_interp::~cli_interp): New function.
1913
94c18618
SDJ
19142018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1915
1916 PR cli/23785
1917 * cli/cli-dump.c (restore_binary_file): Check if "file" is
1918 NULL.
1919
89eb3c54
PK
19202018-10-17 Paul Koning <paul_koning@dell.com>
1921
1922 * charset.c (convert_between_encodings): Fix unsigned overflow.
1923
6f3b1098
JB
19242018-10-17 John Baldwin <jhb@FreeBSD.org>
1925
1926 * fbsd-nat.c (fbsd_nat_target::info_proc) Use
1927 fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
1928 * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
1929 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
1930 New functions.
1931 (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
1932 and fbsd_info_proc_mappings_header.
1933 * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
1934 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
1935 New.
1936
d500b4f2
JB
19372018-10-17 Joel Brobecker <brobecker@adacore.com>
1938
1939 * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
1940 Solaris Maintainer.
1941
63a33118
TT
19422018-10-15 Tom Tromey <tom@tromey.com>
1943
1944 * tui/tui.c (strcat_to_buf): Remove casts.
1945 * tui/tui-winsource.c (tui_show_source_line)
1946 (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
1947 * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
1948 * tui/tui-windata.c (tui_first_data_item_displayed)
1949 (tui_delete_data_content_windows, tui_erase_data_content)
1950 (tui_display_all_data, tui_display_data_from)
1951 (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
1952 * tui/tui-win.c (tui_set_win_height)
1953 (make_invisible_and_set_new_height, parse_scrolling_args): Remove
1954 casts.
1955 * tui/tui-win.c (tui_resize_all): Remove casts.
1956 (tui_scroll_backward_command, tui_set_focus)
1957 (tui_set_tab_width_command): Likewise.
1958 * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
1959 * tui/tui-regs.c (tui_show_register_group): Remove cast.
1960 * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
1961 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
1962 * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
1963 Remove casts.
1964
933e62b1
SM
19652018-10-15 Simon Marchi <simon.marchi@ericsson.com>
1966
1967 * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
1968 AArch64/ARM maintainer.
1969
fbe61a36
GB
19702018-10-11 Gary Benson <gbenson@redhat.com>
1971
1972 * interps.h (interp::m_name): Make private and mutable.
1973 * interps.c (interp::~interp): Free m_name.
1974
8ecfd7bd
SDJ
19752018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1976 Simon Marchi <simark@simark.ca>
1977
1978 * README (`configure' options): Add documentation for new
1979 "--enable-unit-tests" option.
1980 * acinclude.m4: Include "selftest.m4".
1981 * configure: Regenerate.
1982 * configure.ac: Use "GDB_AC_SELFTEST".
1983 * maint.c (maintenance_selftest): Update message informing
1984 that selftests have been disabled.
1985 (maintenance_info_selftests): Likewise.
1986 * selftest.m4: New file.
1987
33b031ce
GB
19882018-10-10 Gary Benson <gbenson@redhat.com>
1989
1990 * remote.c (remote_target::remote_send_printf): Add
1991 missing va_end found by Coverity.
1992
2cb2ba9a
MM
19932018-10-10 Markus Metzger <markus.t.metzger@intel.com>
1994
1995 * btrace.c (ftrace_update_function): Add indirect jump heuristic.
1996
eff98030
TT
19972018-10-09 Tom Tromey <tom@tromey.com>
1998
1999 * configure: Rebuild.
2000 * sanitize.m4 (AM_GDB_UBSAN): Default to no.
2001 * NEWS: Update --enable-ubsan documentation.
2002
04fd5eed
GB
20032018-10-09 Gary Benson <gbenson@redhat.com>
2004
2005 * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
2006 found by Coverity.
2007
a0c3048e
TT
20082018-10-08 Tom Tromey <tom@tromey.com>
2009
2010 * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
2011 variable.
2012 (riscv_fbsd_init_abi): Likewise.
2013
a51bb70c
WP
20142018-10-08 Weimin Pan <weimin.pan@oracle.com>
2015 * valops.c (value_struct_elt_for_reference): Rename local variable
2016 to work around the shadowing a previous local warning.
2017
74792ff7
JB
20182018-10-08 John Baldwin <jhb@FreeBSD.org>
2019
2020 * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
2021 * NEWS: Mention new FreeBSD/riscv native configuration.
2022 * configure.host: Add riscv*-*-freebsd*.
2023 * configure.nat: Likewise.
2024 * riscv-fbsd-nat.c: New file.
2025
ed65e20b
JB
20262018-10-08 John Baldwin <jhb@FreeBSD.org>
2027
2028 * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
2029 (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
2030 (ALLDEPFILES): Add riscv-fbsd-tdep.c.
2031 * NEWS: Mention new FreeBSD/riscv target.
2032 * configure.tgt: Add riscv*-*-freebsd*.
2033 * riscv-fbsd-tdep.c: New file.
2034 * riscv-fbsd-tdep.h: New file.
2035
498f7407
JB
20362018-10-08 John Baldwin <jhb@FreeBSD.org>
2037
2038 * regcache.h (struct regcache_map_entry): Note that this type can
2039 be used with traditional frame caches.
2040 * trad-frame.c (trad_frame_set_reg_regmap): New.
2041 * trad-frame.h (trad_frame_set_reg_regmap): New.
2042
9f6b697b
WP
20432018-10-08 Weimin Pan <weimin.pan@oracle.com>
2044
2045 PR c++/16841
2046 * valops.c (get_virtual_base_offset): New function.
2047 (value_struct_elt_for_reference): Use it to get virtual base offset
2048 and add it in calculating class member address.
2049
4399bce9 20502018-10-08 John Darrington <john@darrington.wattle.id.au>
c258c396 2051
4399bce9
PA
2052 * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
2053 (check_producer): Check if the producer is codewarrior.
2054 (producer_is_codewarrior): New function.
2055 (lnp_state_machine::record_line): Ignore is_stmt flag for records
2056 produced by codewarrior.
2057 (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
c258c396 2058
add5ded5
TT
20592018-10-06 Tom Tromey <tom@tromey.com>
2060
2061 PR python/19399:
2062 * python/py-inferior.c: Add "architecture" entry.
2063 (infpy_architecture): New function.
2064
51e78fc5
TT
20652018-10-06 Tom Tromey <tom@tromey.com>
2066
2067 PR python/21765:
2068 * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
2069 SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
2070 SYMBOL_TYPES_DOMAIN. Define SYMBOL_MODULE_DOMAIN,
2071 SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
2072
a8a5dbca
TT
20732018-10-06 Tom Tromey <tom@tromey.com>
2074
2075 PR build/17077:
2076 * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
2077 * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
2078 microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
2079 #include.
2080
2a8be203
TT
20812018-10-06 Tom Tromey <tom@tromey.com>
2082
2083 * python/py-breakpoint.c (bppy_get_location): Handle a
2084 bp_breakpoint without a location.
2085
2fb009bb
TT
20862018-10-06 Tom Tromey <tom@tromey.com>
2087
2088 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
2089 (_RegEx): Reformat help text.
2090 * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
2091 (AnyCallerIs, AnyCallerMatches): Reformat help text.
2092 * python/lib/gdb/function/as_string.py (_AsString): Reformat help
2093 text.
2094 * python/lib/gdb/command/xmethods.py (InfoXMethod)
2095 (EnableXMethod, DisableXMethod): Remove help indentation.
2096 Capitalize meta-syntactic variables.
2097 * python/lib/gdb/command/unwinders.py (InfoUnwinder)
2098 (EnableUnwinder, DisableUnwinder): Remove help indentation.
2099 Capitalize meta-syntactic variables.
2100 * python/lib/gdb/command/explore.py (ExploreCommand)
2101 (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
2102 * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
2103 (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
2104 * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
2105 Remove help indentation.
2106 (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
2107 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
2108 (DisableFrameFilter, SetFrameFilterPriority)
2109 (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
2110
7a956928
TT
21112018-10-06 Tom Tromey <tom@tromey.com>
2112
2113 PR tui/28819:
2114 * tui/tui-io.c (gdb_wgetch): New function.
2115 (tui_mld_getc, tui_getc): Use it.
2116
f8740dc5
TT
21172018-10-05 Tom Tromey <tom@tromey.com>
2118
2119 * sol-thread.c (sol_thread_target::wait): Rename inner
2120 "save_ptid".
2121
96643e35
TT
21222018-10-04 Tom Tromey <tom@tromey.com>
2123
2124 * configure: Rebuild.
2125 * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
2126
d951f98b
TT
21272018-10-04 Tom Tromey <tom@tromey.com>
2128
2129 * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
2130 declaration of "block".
2131
b8c88847
TT
21322018-10-04 Tom Tromey <tom@tromey.com>
2133
2134 * common/filestuff.c (fdwalk): Remove inner declaration of
2135 "result".
2136
ef789dc4
TT
21372018-10-04 Tom Tromey <tom@tromey.com>
2138
2139 * msp430-tdep.c (msp430_push_dummy_call): Rename inner
2140 "structs_addr" and hoist declaration.
2141
3fba72f7
TT
21422018-10-04 Tom Tromey <tom@tromey.com>
2143
2144 * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
2145 variable "size".
2146
795afcbb
TT
21472018-10-04 Tom Tromey <tom@tromey.com>
2148
2149 * mdebugread.c (parse_partial_symbols): Use std::string.
2150
b926417a
TT
21512018-10-04 Tom Tromey <tom@tromey.com>
2152
2153 * ctf.c (SET_ARRAY_FIELD): Rename "u32".
2154 * p-valprint.c (pascal_val_print): Split inner "i" variable.
2155 * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
2156 header.
2157 * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
2158 more inner scope.
2159 * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
2160 * varobj.c (varobj_update): Rename inner "newobj",
2161 "type_changed".
2162 * valprint.c (generic_emit_char): Rename inner "buf".
2163 * valops.c (find_overload_match): Rename inner "temp".
2164 (value_struct_elt_for_reference): Declare "v" in more inner
2165 scope.
2166 * v850-tdep.c (v850_push_dummy_call): Rename "len".
2167 * unittests/array-view-selftests.c (run_tests): Rename inner
2168 "vec".
2169 * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
2170 header.
2171 * tracepoint.c (merge_uploaded_trace_state_variables): Declare
2172 "tsv" in more inner scope.
2173 (print_one_static_tracepoint_marker): Rename inner
2174 "tuple_emitter".
2175 * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
2176 (tic6x_push_dummy_call): Don't redeclare "addr".
2177 * target-float.c: Declare "dto" lower.
2178 * symtab.c (lookup_local_symbol): Rename inner "sym".
2179 (find_pc_sect_line): Rename inner "pc".
2180 * stack.c (print_frame): Don't redeclare "gdbarch".
2181 (return_command): Rename inner "gdbarch".
2182 * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
2183 "sp".
2184 * rust-lang.c (rust_internal_print_type): Declare "i" in loop
2185 header.
2186 * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
2187 * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
2188 scope.
2189 * remote.c (remote_target::update_thread_list): Don't redeclare
2190 "tp".
2191 (remote_target::process_initial_stop_replies): Rename inner
2192 "thread".
2193 (remote_target::remote_parse_stop_reply): Don't redeclare "p".
2194 (remote_target::wait_as): Don't redeclare "stop_reply".
2195 (remote_target::get_thread_local_address): Rename inner
2196 "result".
2197 (remote_target::get_tib_address): Likewise.
2198
2199 * regcache.c (cooked_read_test): Rename "regnum".
2200 * record-btrace.c (cmd_record_btrace_start): Rename inner
2201 "exception".
2202 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
2203 loop header.
2204 * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
2205 header.
2206 (ppu2spu_sniffer): Rename inner "buf".
2207 * parse.c (operator_check_standard): Rename inner "type",
2208 "objfile".
2209 * p-valprint.c (pascal_val_print): Introduce new scope for
2210 "low_bound", "high_bound".
2211 * p-exp.y (yylex): Declare "i" in loop header.
2212 * objfiles.c (objfile_relocate1): Declare "i" in loop header.
2213 Lower declaration of "s".
2214 * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
2215 header.
2216 (nios2_push_dummy_call): Rename "len".
2217 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
2218 "buf".
2219 (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
2220 (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
2221 (linux_xfer_osdata_modules): Likewise.
2222 * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
2223 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2224 (mips_o64_push_dummy_call): Likewise.
2225 * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
2226 "op".
2227 * mi/mi-main.c (list_available_thread_groups): Rename inner
2228 "tuple_emitter".
2229 (mi_cmd_data_read_memory): Rename inner "opts".
2230 * mi/mi-cmd-var.c (varobj_update_one): Rename inner
2231 "tuple_emitter".
2232 * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
2233 * mdebugread.c (parse_symbol): Rename inner "b". Declare "f" in
2234 more inner scope.
2235 (parse_partial_symbols): Rename inner "pst", "p", "name"
2236 * main.c (captured_main_1): Rename inner "i"s.
2237 * machoread.c (macho_symfile_read_all_oso): Don't redeclare
2238 "oso2".
2239 * linux-tdep.c (linux_info_proc): Rename inner "filename".
2240 * linespec.c (linespec_lexer_lex_string): Rename inner "p".
2241 * infrun.c (handle_no_resumed): Don't redeclare "thread".
2242 (handle_signal_stop): Rename inner "gdbarch".
2243 (handle_command): Declare "signum" in loop header.
2244 * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
2245 "status".
2246 (examine_prologue): Rename inner "sol" and "sof".
2247 (ia64_extract_return_value): Rename inner "val". Declare another
2248 "val" in a more inner scope.
2249 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
2250 inner scope.
2251 * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
2252 "except".
2253 * findvar.c (default_read_var_value): Don't redeclare "addr".
2254 * f-exp.y (yylex): Declare "i" in loop header.
2255 * eval.c (evaluate_subexp_standard): Don't redeclare "type".
2256 Rename inner "type", "expect_type".
2257 (evaluate_subexp_for_sizeof): Rename inner "pc".
2258 * elfread.c (elf_symfile_read): Rename inner "abfd".
2259 * dwarf2read.c (read_debug_names_from_section): Don't redeclare
2260 "bytes_read".
2261 (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
2262 (add_partial_subprogram): Rename inner "lowpc" and "highpc".
2263 (dwarf_decode_line_header): Rename inner "lh".
2264 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
2265 "offset". Declare "i" in loop header.
2266 (disassemble_dwarf_expression): Rename inner "addr_size".
2267 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
2268 inner "result".
2269 (dwarf_expr_context::execute_stack_op): Rename inner "offset".
2270 * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
2271 * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
2272 "inner_list_emitter".
2273 (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
2274 * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
2275 declaration in a block.
2276 * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
2277 * cp-valprint.c (cp_print_value_fields): Don't redeclare
2278 "obstack_final_size".
2279 * cp-support.c (inspect_type): Declare "i" in loop header.
2280 * compile/compile.c (compile_instance::insert_symbol_error):
2281 Rename inner "e".
2282 * common/agent.c (agent_run_command): Remove inner "ret"
2283 declaration.
2284 * coffread.c (coff_symfile_read): Rename inner "name".
2285 (coff_symfile_read): Rename inner "abfd".
2286 * cli/cli-utils.c (get_number_trailer): Rename inner "val".
2287 * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
2288 "high".
2289 * c-exp.y (lex_one_token): Move "len" declaration lower.
2290 * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
2291 "gdbarch".
2292 (create_exception_master_breakpoint): Likewise. Don't redeclare
2293 "b".
2294 (watch_command_1): Declare "mark" later.
2295 (clear_command): Don't shadow "a" or "b".
2296 (delete_command): Rename inner "b".
2297 (delete_trace_command): Likewise.
2298 * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
2299 "op".
2300 (arm_gdbarch_init): Remove inner "e_flags".
2301 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
2302 "offset" in inner blocks.
2303
1f88d0c8
SM
23042018-10-04 Simon Marchi <simon.marchi@ericsson.com>
2305
2306 * dwarf-index-write.c (file_write): Don't write if the vector is
2307 empty.
2308
5c4481cc
TV
23092018-10-05 Tom de Vries <tdevries@suse.de>
2310
2311 * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
2312 PyArg_ParseTuple call.
2313
96b1ad86
TV
23142018-10-05 Tom de Vries <tdevries@suse.de>
2315
2316 * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
2317 PyArg_ParseTuple call.
2318
d2f7dcb2
JB
23192018-10-04 Joel Brobecker <brobecker@adacore.com>
2320
2321 * psymtab.c (recursively_search_psymtabs): Reformat parameters
2322 to avoid exceeding 80 characters per line limit.
2323
5ca8c39f
TT
23242018-10-04 Tom Tromey <tom@tromey.com>
2325
2326 * symfile.c (syms_from_objfile_1, finish_new_objfile)
2327 (reread_symbols): Update.
2328 * complaints.h (clear_complaints): Remove argument.
2329 * complaints.c (enum complaint_series): Remove.
2330 (series): Remove global.
2331 (complaint_internal): Update.
2332 (clear_complaints): Remove argument.
2333
e79497a1
TT
23342018-10-04 Tom Tromey <tom@tromey.com>
2335
2336 * symfile.c (symbol_file_add_with_addrs): Do not print "no
2337 debugging symbols" message if there is a separate debug objfile.
2338
3453e7e4
TT
23392018-10-04 Tom Tromey <tom@tromey.com>
2340
2341 PR cli/19551:
2342 * symfile.c (symbol_file_add_with_addrs): Update output.
2343 * psymtab.c (require_partial_symbols): Update output.
2344
6afcf761
TT
23452018-10-04 Tom Tromey <tom@tromey.com>
2346
2347 PR cli/22234:
2348 * complaints.c: Emit \n.
2349
22068491
TT
23502018-10-04 Tom Tromey <tom@tromey.com>
2351
2352 * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
2353 (separate_debug_file_exists, find_separate_debug_file)
2354 (add_symbol_file_command, reread_symbols, allocate_symtab)
2355 (allocate_compunit_symtab): Use filtered printing, not
2356 unfiltered.
2357 * psymtab.c (require_partial_symbols, dump_psymtab)
2358 (allocate_psymtab): Use filtered printing, not unfiltered.
2359
9fdd7193
TT
23602018-10-04 Tom Tromey <tom@tromey.com>
2361
2362 * complaints.c (complaint_internal): Correctly check complaint
2363 count.
2364
3f2cf4dc
TT
23652018-10-04 Tom Tromey <tom@tromey.com>
2366
2367 * complaints.h (struct complaints): Remove declaration.
2368 * complaints.c (clear_complaints): Remove an unused variable.
2369
4f9bdf7f
RO
23702018-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2371
2372 * MAINTAINERS (Write After Approval): Add self.
2373
875e5398
TT
23742018-10-03 Tom Tromey <tom@tromey.com>
2375
2376 * guile/scm-value.c (gdbscm_value_to_string): Initialize
2377 "buffer_contents".
2378 * coffread.c (coff_symtab_read): Initialize "newobj".
2379
8634679f
SM
23802018-10-03 Simon Marchi <simon.marchi@polymtl.ca>
2381
2382 * dwarf2read.c (read_func_scope): Remove struct keyword in
2383 range-based for.
2384
f35d5ade
TT
23852018-10-03 Tom Tromey <tom@tromey.com>
2386
2387 * README: Mention --enable-ubsan.
2388 * NEWS: Mention --enable-ubsan.
2389 * acinclude.m4: Include sanitize.m4.
2390 * configure: Rebuild.
2391 * configure.ac: Call AM_GDB_UBSAN.
2392 * sanitize.m4: New file.
2393
1dffa580
TT
23942018-10-03 Tom Tromey <tom@tromey.com>
2395
2396 * expression.h (enum exp_opcode): Use uint8_t as base type.
2397 * expprint.c (op_name): Handle invalid opcodes.
2398
5e70ee09
TT
23992018-10-03 Tom Tromey <tom@tromey.com>
2400
2401 * parse.c (prefixify_expression): Add assert.
2402 (parse_exp_in_context_1): Throw exception if the expression is
2403 empty.
2404
4dd1b460
TT
24052018-10-03 Tom Tromey <tom@tromey.com>
2406
2407 * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
2408
20562150
TT
24092018-10-03 Tom Tromey <tom@tromey.com>
2410
2411 * c-exp.y (parse_number): Work in unsigned. Remove casts.
2412
d359392f
TT
24132018-10-03 Tom Tromey <tom@tromey.com>
2414
2415 * dwarf2read.c (read_subrange_type): Make "negative_mask"
2416 unsigned.
2417
0101665f
TT
24182018-10-03 Tom Tromey <tom@tromey.com>
2419
2420 * findvar.c (extract_integer): Do work in an unsigned type.
2421
ad69edbb
TT
24222018-10-03 Tom Tromey <tom@tromey.com>
2423
2424 * common/enum-flags.h (enum_flags::operator~): Add static assert.
2425 * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
2426 base type.
2427 * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
2428 * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
2429 type.
2430 * c-lang.h (enum c_string_type_values): Use unsigned as base
2431 type.
2432 * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
2433
780942fc
TT
24342018-10-03 Tom Tromey <tom@tromey.com>
2435
2436 * dwarf2-frame.h (dwarf2_frame_state_reg_info)
2437 <~dwarf2_frame_state_reg_info>: Update.
2438 <dwarf2_frame_state_reg_info>: Update.
2439 <alloc_regs>: Add assertion. Update.
2440 <reg>: Now a std::vector.
2441 <num_regs>: Remove.
2442 <swap>: Update.
2443 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
2444 (execute_cfa_program_test, dwarf2_frame_cache): Update.
2445
10657c04
TT
24462018-10-03 Tom Tromey <tom@tromey.com>
2447
2448 * namespace.c (add_using_directive): Don't pass NULL to memcpy.
2449
34c0fc00
PW
24502018-10-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2451
2452 * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
2453
2398abf8
TT
24542018-10-02 Tom Tromey <tom@tromey.com>
2455
2456 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
2457
4399bce9 24582018-10-02 John Darrington <john@darrington.wattle.id.au>
c1168a2f
JD
2459
2460 * NEWS: Mention changed commands.
2461 * ser-uds.c: New file.
2462 * configure.ac (SER_HARDWIRE): Add ser-uds.o.
2463 * configure: Regenerate.
2464 * Makefile.in: Add new file.
2465 * serial.c (serial_open): Check if filename is a socket
4399bce9 2466 and lookup the appropriate interface accordingly.
c1168a2f 2467
05c71722
AH
24682018-10-01 Alan Hayward <alan.hayward@arm.com>
2469
2470 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
2471 define.
2472 (AARCH64_EXTRA_MAGIC): Likewise.
2473 (AARCH64_FPSIMD_MAGIC): Likewise.
2474 (AARCH64_SVE_MAGIC): Likewise.
2475 (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
2476 (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
2477 (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
2478 (AARCH64_FPSIMD_V0_OFFSET): Likewise.
2479 (AARCH64_FPSIMD_VREG_SIZE): Likewise.
2480 (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
2481 (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
2482 (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
2483 (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
2484 (AARCH64_SVE_CONTEXT_SIZE): Likewise.
2485 (read_aarch64_ctx): Add function.
2486 (aarch64_linux_sigframe_init): Detect FP registers.
2487
c74e7cb9
AH
24882018-10-01 Alan Hayward <alan.hayward@arm.com>
2489
2490 * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
2491 (AARCH64_D0_REGNUM): Likewise.
2492 (AARCH64_S0_REGNUM): Likewise.
2493 (AARCH64_H0_REGNUM): Likewise.
2494 (AARCH64_B0_REGNUM): Likewise.
2495 (AARCH64_SVE_V0_REGNUM): Likewise.
2496 * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
2497 (AARCH64_D0_REGNUM): Likewise.
2498 (AARCH64_S0_REGNUM): Likewise.
2499 (AARCH64_H0_REGNUM): Likewise.
2500 (AARCH64_B0_REGNUM): Likewise.
2501 (AARCH64_SVE_V0_REGNUM): Likewise.
2502
12b164e9
GB
25032018-10-01 Gary Benson <gbenson@redhat.com>
2504
2505 * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
2506 * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
2507 prfpregset_t instead of gdb_prfpregset_t.
2508 * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
2509 * configure, config.in: Rebuild.
2510
7c619dbd
GB
25112018-10-01 Gary Benson <gbenson@redhat.com>
2512
2513 * common/gdb_proc_service.h: New file, factored out from...
2514 * gdb_proc_service.h: Moved common code to the above file.
2515 * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
2516
358ffcf2
GB
25172018-10-01 Gary Benson <gbenson@redhat.com>
2518
2519 * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
2520 undefined. Use elf_fpregset_t if prfpregset_t is undefined.
2521
43b7e92b
GB
25222018-10-01 Gary Benson <gbenson@redhat.com>
2523
2524 * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
2525 (AC_CHECK_HEADERS): Check for linux/elf.h.
2526 * configure, config.in: Rebuild.
2527 * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
2528 doesn't define elf_fpregset_t.
2529
3795e814
GB
25302018-10-01 Gary Benson <gbenson@redhat.com>
2531
2532 * gdb_proc_service.h: Whitespace change.
2533
4176f14d
TT
25342018-10-01 Tom Tromey <tom@tromey.com>
2535
2536 * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
2537 * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
2538 * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
2539
a95746f9
TT
25402018-10-01 Tom Tromey <tom@tromey.com>
2541
2542 * README: Minor change.
2543
dd203782
PA
25442018-09-30 Pedro Alves <palves@redhat.com>
2545
2546 * darwin-nat-info.c (darwin_debug_regions_recurse)
2547 (info_mach_exceptions_command): Remove unused local variables.
2548 * darwin-nat.c (darwin_decode_notify_message)
2549 (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
2550 (darwin_stop_inferior, darwin_setup_exceptions)
2551 (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
2552 (darwin_nat_target::attach, darwin_nat_target::detach)
2553 (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
2554 local variables.
2555 * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
2556 variables.
2557
c82a2e6f
TT
25582018-09-29 Tom Tromey <tom@tromey.com>
2559
2560 * README: Remove some leftover text.
2561
7f0bd420
TT
25622018-09-29 Tom Tromey <tom@tromey.com>
2563
2564 * PROBLEMS: Rewrite.
2565 * README: Update.
2566
f37bc8b1
JB
25672018-09-28 John Baldwin <jhb@FreeBSD.org>
2568
2569 * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
2570 case with explicit breakpoint kind.
2571 * riscv-tdep.c (show_use_compressed_breakpoints): Remove
2572 'additional_info' and related logic.
2573 (riscv_debug_breakpoints): New variable.
2574 (riscv_breakpoint_kind_from_pc): Use the length of the existing
2575 instruction to determine the breakpoint kind.
2576 (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
2577 flag. Update description of 'set/show riscv
2578 use-compressed-breakpoints' flag.
2579
f67ffa6a
AB
25802018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 (NEWS): Mention changes to frame related commands.
2583 * cli/cli-decode.c (add_cmd_suppress_notification): New function.
2584 (add_prefix_cmd_suppress_notification): New function.
2585 (add_com_suppress_notification): Call
2586 add_cmd_suppress_notification.
2587 * command.h (add_cmd_suppress_notification): Declare.
2588 (add_prefix_cmd_suppress_notification): Declare.
2589 * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
2590 (parse_frame_specification): Moved from stack.c, with
2591 simplification to handle a single argument.
2592 (mi_cmd_stack_select_frame): Use parse_frame_specification, the
2593 switch to the selected frame. Add a header comment.
2594 * stack.c: Remove 'safe-ctype.h' include.
2595 (find_frame_for_function): Add declaration.
2596 (find_frame_for_address): New function.
2597 (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
2598 (frame_selection_by_function_completer): New function.
2599 (info_frame_command): Rename to...
2600 (info_frame_command_core): ...this, and update parameter types.
2601 (select_frame_command): Rename to...
2602 (select_frame_command_core): ...this, and update parameter types.
2603 (frame_command): Rename to...
2604 (frame_command_core): ...this, and update parameter types.
2605 (class frame_command_helper): New class to wrap implementations of
2606 frame related sub-commands.
2607 (frame_apply_cmd_list): New static global.
2608 (frame_cmd_list): Make static.
2609 (select_frame_cmd_list): New global for sub-commands.
2610 (info_frame_cmd_list): New global for sub-commands.
2611 (_initialize_stack): Register sub-commands for 'frame',
2612 'select-frame', and 'info frame'. Update 'frame apply' commands
2613 to use frame_apply_cmd_list. Move function local static
2614 frame_apply_list to file static frame_apply_cmd_list for
2615 consistency.
2616 * stack.h (select_frame_command): Delete declarationn.
2617 (select_frame_for_mi): Declare new function.
2618
d354055e
AB
26192018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2620
2621 * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
2622 (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
2623 and NOP.
2624
85392414
SM
26252018-09-26 Simon Marchi <simon.marchi@ericsson.com>
2626
2627 * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
2628
896ee098
TT
26292018-09-26 Tom Tromey <tom@tromey.com>
2630
2631 * valops.c (auto_abandon): Remove dead code.
2632
57dbb3af
TT
26332018-09-26 Tom Tromey <tom@tromey.com>
2634
2635 * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
2636
b5a9bfbe
TT
26372018-09-24 Tom Tromey <tom@tromey.com>
2638
2639 * common/pathstuff.c (get_standard_cache_dir): Make
2640 "xdg_cache_home" and "home" const.
2641 * top.c (init_history): Make "tmpenv" const.
2642 * main.c (get_init_files): Make "homedir" const.
2643
ae778caf
TT
26442018-09-23 Tom Tromey <tom@tromey.com>
2645
2646 PR python/18852:
2647 * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
2648
2b4ad2fe
TT
26492018-09-23 Tom Tromey <tom@tromey.com>
2650
2651 * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
2652 * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
2653 * python/python-internal.h (gdbpy_handle_exception): Declare.
2654 * python/py-utils.c (gdbpy_handle_exception): New function.
2655
fd3ba736
TT
26562018-09-23 Tom Tromey <tom@tromey.com>
2657
2658 PR python/17284:
2659 * python/py-type.c (typy_template_argument): Check for negative
2660 argument number.
2661
39a24317
TT
26622018-09-23 Tom Tromey <tom@tromey.com>
2663
2664 PR python/14062:
2665 * python/python.c (gdbpy_run_events): Do not ignore exceptions.
2666
f5769a2c
TT
26672018-09-23 Tom Tromey <tom@tromey.com>
2668
2669 PR python/18170:
2670 * python/py-value.c (valpy_int): Allow conversion from pointer
2671 type.
2672
1c1e54f6
TT
26732018-09-23 Tom Tromey <tom@tromey.com>
2674
2675 PR python/20126:
2676 * python/py-value.c (valpy_int): Respect type sign.
2677
fb4fa946
TT
26782018-09-23 Tom Tromey <tom@tromey.com>
2679
2680 PR python/18352;
2681 * python/py-value.c (valpy_float): Allow conversions from int or
2682 char.
2683 (valpy_int, valpy_long): Allow conversions from float.
2684
65773341
TT
26852018-09-23 Tom Tromey <tom@tromey.com>
2686
2687 * ctf.c (ctf_start): Use gdb_fopen_cloexec.
2688 * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
2689
1db88d22
RO
26902018-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2691
2692 * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
2693 __sighndlr.
2694 * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
2695
a44294f5
JT
26962018-08-02 Jon Turney <jon.turney@dronecode.org.uk>
2697
2698 * windows-nat.c (windows_nat_target::wait): Remove a spurious
2699 target_terminal::ours().
2700
0c0a40e0
SM
27012018-09-23 Simon Marchi <simon.marchi@ericsson.com>
2702
2703 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
2704 of vl to ULONGEST.
2705
4daf1902
YS
27062018-09-21 Yacov Simhony <ysimhony@gmail.com>
2707
2708 * breakpoint.c (update_inserted_breakpoint_locations): Remove
2709 redundant condition.
2710
c475f569
RO
27112018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2712
2713 * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
2714
2715 * procfs.c: Don't check for PR_MODEL_NATIVE definition.
2716 * sparc-sol2-nat.c: Likewise. Remove Linux, __arch64__ references.
2717 * sol-thread.c (ps_pdmodel): Don't guard definition.
2718
2719 * procfs.c: Fix formatting.
2720
2721 * procfs.c (sysset_t_alloc): Remove.
2722 (create_procinfo): Use XNEW instead of sysset_t_alloc.
2723 (procfs_debug_inferior): Likewise.
2724 (procfs_set_exec_trap): Likewise.
2725 (proc_set_traced_sysentry): Don't allocate argp dynamically.
2726 (proc_set_traced_sysexit): Likewise.
2727
2728 * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
2729 (dead_procinfo): Likewise.
2730 (proc_warn): Likewise.
2731 (proc_error): Likewise.
2732 (proc_get_LDT_entry): Likewise.
2733 (do_attach): Likewise.
2734 (procfs_target::pid_to_str): Likewise.
2735 (iterate_over_mappings): Likewise.
2736
2737 * procfs.c (create_procinfo): Fix ARI warning.
2738 (proc_get_status): Likewise.
2739 (proc_stop_process): Likewise.
2740 (proc_run_process): Likewise.
2741 (proc_kill): Likewise.
2742 (proc_get_LDT_entry): Likewise.
2743 (procfs_find_LDT_entry): Likewise.
2744 (proc_update_threads): Likewise.
2745 (proc_iterate_over_threads): Likewise.
2746 (do_attach): Likewise.
2747 (procfs_xfer_memory): Likewise.
2748 (invalidate_cache): Likewise.
2749 (procfs_target::resume): Likewise.
2750 (procfs_init_inferior): Likewise.
2751 (procfs_set_exec_trap): Likewise.
2752 (procfs_target::thread_alive): Likewise.
2753 (procfs_target::pid_to_exec_file): Likewise.
2754 (iterate_over_mappings): Likewise.
2755 (procfs_target::make_corefile_notes): Likewise.
2756 * sol-thread.c (sol_thread_target::thread_alive): Likewise.
2757
2758 * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
2759 (procfs_find_LDT_entry): Likewise.
2760 * sol-thread.c (ps_lgetLDT): Likewise.
2761
4206c05e
RO
27622018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2763
2764 PR tdep/17903
2765 * procfs.c (procfs_target): Declare pid_to_exec_file.
2766 (procfs_target::pid_to_exec_file): New.
2767
3d282ac3
RO
27682018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2769
2770 * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
2771 renaming.
2772 Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
2773 AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
2774
8c93fae6
RO
27752018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2776
2777 * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
2778 (supply_fpregset, fill_fpregset): Move ...
2779 * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
2780 Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
2781 Remove references to ioctl-based procfs.
2782 Include <sys/reg.h>.
2783 Remove PR_MODEL_NATIVE guards.
2784 * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
2785 * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
2786
79b32f4a
XR
27872018-09-19 Xavier Roirand <roirand@adacore.com>
2788
2789 PR gdb/20981:
2790 * solib-darwin.c (darwin_get_dyld_bfd): New function.
2791 (darwin_solib_get_all_image_info_addr_at_init): Update call.
2792 (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
2793
07147793
JB
27942018-09-19 John Baldwin <jhb@FreeBSD.org>
2795
2796 * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
2797 (fbsd_print_sockaddr_in6): Likewise.
2798
23be8da7
RB
27992018-09-19 Richard Bunt <richard.bunt@arm.com>
2800 Chris January <chris.january@arm.com>
2801
2802 * eval.c (skip_undetermined_arglist): Skip argument list helper.
2803 (evaluate_subexp_standard): Return a dummy type when
2804 honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
2805 OP_F77_UNDETERMINED_ARGLIST case.
2806 * expression.h (enum noside): Update comment.
2807
7307a73a
RO
28082018-09-19 George Vasick <george.vasick@oracle.com>
2809
2810 * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
2811
13db92d3
RO
28122018-09-19 Stefan Teleman <stefan.teleman@oracle.com>
2813 April Chin <april.chin@oracle.com>
2814 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2815
2816 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
2817 uint_t lwpid_t.
2818 (create_procinfo): Print pids in /proc without leading zeros.
2819
3d50f170
SL
28202018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2821
2822 * nios2-tdep.c (nios2_gcc_target_options): New.
2823 (nios2_gdb_arch_init): Install new hook.
2824
b567ca63
SM
28252018-09-18 Simon Marchi <simon.marchi@ericsson.com>
2826
2827 * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
2828 New file.
2829 * update-gnulib.sh: Apply patch.
2830 * configure: Re-generate.
2831
73f1bd76
JB
28322018-09-18 John Baldwin <jhb@FreeBSD.org>
2833
2834 * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
2835 description. Make "info proc" command descriptions more
2836 consistent.
2837
8b113111
JB
28382018-09-18 John Baldwin <jhb@FreeBSD.org>
2839
2840 * NEWS: Mention 'info proc files' command.
2841
7e69672e
JB
28422018-09-18 John Baldwin <jhb@FreeBSD.org>
2843
2844 * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
2845 descriptors for IP_FILES and IP_ALL.
2846
57c2a98a
JB
28472018-09-18 John Baldwin <jhb@FreeBSD.org>
2848
2849 * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
2850 (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
2851 (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
2852 (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
2853 (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
2854 (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
2855 (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
2856 (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
2857 (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
2858 (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
2859 (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
2860 (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
2861 (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
2862 (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
2863 (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
2864 (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
2865 (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
2866 (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
2867 (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
2868 (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
2869 (struct fbsd_sockaddr_un): New types.
2870 (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
2871 (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
2872 (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
2873 (fbsd_core_info_proc_files): New functions.
2874 (fbsd_core_info_proc): List open file descriptors for IP_FILES and
2875 IP_ALL.
2876 * fbsd-tdep.h (fbsd_info_proc_files_header)
2877 (fbsd_info_proc_files_entry): New.
2878
e98ee8c4
JB
28792018-09-18 John Baldwin <jhb@FreeBSD.org>
2880
2881 * defs.h (enum info_proc_what) [IP_FILES]: New value.
2882 * infcmd.c (info_proc_cmd_files): New function.
2883 (_initialize_infcmd): Register 'info proc files' command.
2884
725e2999
JB
28852018-09-18 John Baldwin <jhb@FreeBSD.org>
2886
2887 * gnulib/aclocal-m4-deps.mk: Re-generate.
2888 * gnulib/aclocal.m4: Re-generate.
2889 * gnulib/config.in: Re-generate.
2890 * gnulib/configure: Re-generate.
2891 * gnulib/import/Makefile.am: Re-generate.
2892 * gnulib/import/Makefile.in: Re-generate.
2893 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
2894 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
2895 * gnulib/import/arpa_inet.in.h: New file.
2896 * gnulib/import/inet_ntop.c: New file.
2897 * gnulib/import/m4/arpa_inet_h.m4: New file.
2898 * gnulib/import/m4/inet_ntop.m4: New file.
2899 * gnulib/import/m4/netinet_in_h.m4: New file.
2900 * gnulib/import/m4/socklen.m4: New file.
2901 * gnulib/import/m4/sockpfaf.m4: New file.
2902 * gnulib/import/m4/stdalign.m4: New file.
2903 * gnulib/import/m4/sys_uio_h.m4: New file.
2904 * gnulib/import/netinet_in.in.h: New file.
2905 * gnulib/import/stdalign.in.h: New file.
2906 * gnulib/import/sys_socket.c: New file.
2907 * gnulib/import/sys_socket.in.h: New file.
2908 * gnulib/import/sys_uio.in.h: New file.
2909 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
2910 module.
2911
2afffa7f
JB
29122018-09-18 John Baldwin <jhb@FreeBSD.org>
2913
2914 * gnulib/aclocal-m4-deps.mk: New file.
2915 * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
2916 deterministically.
2917
9f235e09
JB
29182018-09-18 John Baldwin <jhb@FreeBSD.org>
2919
2920 * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
2921 KVE_PATH.
2922
40f03055
TT
29232018-09-18 Tom Tromey <tom@tromey.com>
2924
2925 * compile/compile-object-load.c (struct
2926 link_hash_table_cleanup_data): Add constructor and destructor.
2927 Use DISABLE_COPY_AND_ASSIGN.
2928 (~link_hash_table_cleanup_data): Rename from
2929 link_hash_table_free. Now a destructor.
2930 (copy_sections): Use gdb::unique_xmalloc_ptr. Remove cleanups.
2931
c9e0a7e3
TT
29322018-09-18 Tom Tromey <tom@tromey.com>
2933
2934 * compile/compile-object-run.c (do_module_cleanup): Use delete.
2935 * compile/compile-object-load.c (struct munmap_list): Move to
2936 header file.
2937 (munmap_list::add): Rename from munmap_list_add; rewrite.
2938 (munmap_list::~munmap_list): Rename from munmap_list_free.
2939 (munmap_listp_free_cleanup): Remove.
2940 (compile_object_load): Update.
2941 * compile/compile-object-load.h (struct munmap_list): Move from
2942 compile-object-load.c. Rewrite.
2943
3ff2c72e
AH
29442018-09-18 Alan Hayward <alan.hayward@arm.com>
2945
2946 * aarch64-tdep.c (pass_in_v): Use register size.
2947 (aarch64_extract_return_value): Likewise.
2948 (aarch64_store_return_value): Likewise.
2949
206c1947
RO
29502018-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2951
2952 * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
2953 rlim_t.
2954
6eb5dbce
PW
29552018-09-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2956
2957 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
2958 Fix short help line.
2959
ae292b3a
TT
29602018-09-17 Tom Tromey <tom@tromey.com>
2961
2962 PR python/20445:
2963 * configure: Rebuild.
2964 * configure.ac: Conditionally use -DNDEBUG for Python.
2965
da658607
TT
29662018-09-17 Tom Tromey <tom@tromey.com>
2967
2968 * configure: Rebuild.
2969 * configure.ac: Use gmp as a library dependency when checking for
2970 mpfr.
2971
d35da542
PA
29722018-09-17 Pedro Alves <palves@redhat.com>
2973
2974 * python/py-inferior.c (find_inferior_object): Delete.
2975
461464f2
SM
29762018-09-17 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * compile/compile-cplus-types.c
2979 (compile_cplus_instance::enter_scope): Don't use new_scope after
2980 std::move.
2981
e6cd1dc1
TT
29822018-09-17 Tom Tromey <tom@tromey.com>
2983
2984 * common/pathstuff.c (get_standard_cache_dir): Use
2985 ~/Library/Caches on macOS.
2986 * common/pathstuff.h (get_standard_cache_dir): Update comment.
2987
8588b356
SM
29882018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2989
2990 PR python/23669
2991 * breakpoint.c (commands_cmd_element): New.
2992 (_initialize_breakpoint): Assign commands_cmd_element.
2993 * breakpoint.h (commands_cmd_element): New.
2994 * cli/cli-script.c (while_cmd_element, if_command,
2995 define_cmd_element): New.
2996 (command_name_equals): Remove.
2997 (process_next_line): Compare commands by pointer, not by name.
2998 (_initialize_cli_script): Assign the various cmd_list_element
2999 variables.
3000 * compile/compile.c (compile_cmd_element): New.
3001 (_initialize_compile): Assign compile_cmd_element.
3002 * compile/compile.h (compile_cmd_element): New.
3003 * guile/guile.c (guile_cmd_element): New.
3004 (install_gdb_commands): Assign guile_cmd_element.
3005 * guile/guile.h (guile_cmd_element): New.
3006 * python/python.c (python_cmd_element): New.
3007 (_initialize_python): Assign python_cmd_element.
3008 * python/python.h (python_cmd_element): New.
3009 * tracepoint.c (while_stepping_cmd_element): New.
3010 (_initialize_tracepoint): Assign while_stepping_cmd_element.
3011 * tracepoint.h (while_stepping_cmd_element): New.
3012
cb524840
TT
30132018-09-17 Tom Tromey <tom@tromey.com>
3014
3015 * infrun.c (save_infcall_suspend_state): Return
3016 infcall_suspend_state_up.
3017 (save_infcall_control_state): Return infcall_control_state_up.
3018 * inferior.h (save_infcall_suspend_state)
3019 (save_infcall_control_state): Declare later. Return unique
3020 pointers.
3021
2d844eaf
TT
30222018-09-17 Tom Tromey <tom@tromey.com>
3023
3024 * infrun.c (struct stop_context): Declare constructor,
3025 destructor, "changed" method.
3026 (stop_context::stop_context): Rename from save_stop_context.
3027 (stop_context::~stop_context): Rename from
3028 release_stop_context_cleanup.
3029 (normal_stop): Update.
3030 (stop_context::changed): Rename from stop_context_changed. Return
3031 bool.
3032
c7c4d3fa
TT
30332018-09-17 Tom Tromey <tom@tromey.com>
3034
3035 * inferior.h (struct infcall_suspend_state_deleter): New.
3036 (infcall_suspend_state_up): New typedef.
3037 (struct infcall_control_state_deleter): New.
3038 (infcall_control_state_up): New typedef.
3039 (make_cleanup_restore_infcall_suspend_state)
3040 (make_cleanup_restore_infcall_control_state): Don't declare.
3041 * infcall.c (call_function_by_hand_dummy): Update.
3042 * infrun.c (do_restore_infcall_suspend_state_cleanup)
3043 (make_cleanup_restore_infcall_suspend_state): Remove.
3044 (do_restore_infcall_control_state_cleanup)
3045 (make_cleanup_restore_infcall_control_state): Remove.
3046
ee841dd8
TT
30472018-09-17 Tom Tromey <tom@tromey.com>
3048
3049 * gdbthread.h (struct thread_control_state): Add initializer.
3050 (class thread_info) <control>: Remove initializer.
3051 * inferior.h (struct inferior_control_state): Add initializer.
3052 (class inferior) <control>: Remove initializer.
3053 (exit_inferior_1): Update.
3054 * infrun.c (struct infcall_control_state): Add constructors.
3055 (save_infcall_control_state): Use new.
3056 (restore_infcall_control_state, discard_infcall_control_state):
3057 Use delete.
3058
117f580a
TT
30592018-09-17 Tom Tromey <tom@tromey.com>
3060
3061 * infrun.c (struct infcall_suspend_state) <registers>: Now a
3062 unique_ptr.
3063 <siginfo_data>: Now a unique_xmalloc_ptr.
3064 (save_infcall_suspend_state, restore_infcall_suspend_state)
3065 (discard_infcall_suspend_state)
3066 (get_infcall_suspend_state_regcache): Update.
3067
dd848631
TT
30682018-09-17 Tom Tromey <tom@tromey.com>
3069
3070 * gdbthread.h (struct thread_suspend_state): Add initializers.
3071 (class thread_info) <suspend>: Remove initializer.
3072 * infrun.c (struct infcall_suspend_state): Add initializers.
3073 (save_infcall_suspend_state): Use new.
3074 (discard_infcall_suspend_state): Use delete.
3075
1a338907
TT
30762018-09-16 Tom Tromey <tom@tromey.com>
3077
3078 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3079 Remove.
3080 * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
3081 rvalue reference. Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3082 (py_varobj_iter_new): Likewise.
3083 (py_varobj_get_iterator): Use gdbpy_ref.
3084
4a137fec
TT
30852018-09-16 Tom Tromey <tom@tromey.com>
3086
3087 * python/py-threadevent.c (py_get_event_thread): Simplify.
3088 * python/py-inferior.c (infpy_thread_from_thread_handle):
3089 Return immediately after calling thread_to_thread_object. Use
3090 Py_RETURN_NONE.
3091 (thread_to_thread_object): Set the exception on a NULL return.
3092
8ff03f0b
SM
30932018-09-16 Simon Marchi <simon.marchi@polymtl.ca>
3094
3095 * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
3096
94c8b725
TT
30972018-09-16 Tom Tromey <tom@tromey.com>
3098
3099 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3100 Remove.
3101
db1337cc
TT
31022018-09-16 Tom Tromey <tom@tromey.com>
3103
3104 * python/python-internal.h (thread_to_thread_object): Change
3105 return type.
3106 * python/py-inferior.c (thread_to_thread_object): Return a new
3107 reference.
3108 (infpy_thread_from_thread_handle): Update.
3109 * python/py-infthread.c (gdbpy_selected_thread): Update.
3110 * python/py-stopevent.c (create_stop_event_object): Update.
3111 * python/py-threadevent.c (py_get_event_thread): Return a new
3112 reference.
3113 (py_get_event_thread): Update.
3114 * python/py-event.h (py_get_event_thread): Change return type.
3115 * python/py-continueevent.c (create_continue_event_object):
3116 Update.
3117
0a9db5ad
TT
31182018-09-16 Tom Tromey <tom@tromey.com>
3119
3120 * python/py-progspace.c (pspy_get_objfiles): Update.
3121 * python/python-internal.h (objfile_to_objfile_object): Change
3122 return type.
3123 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3124 Update.
3125 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3126 Update.
3127 * python/python.c (gdbpy_get_current_objfile): Update.
3128 (gdbpy_objfiles): Update.
3129 * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
3130 Update.
3131 (objfile_to_objfile_object): Return a new reference.
3132 * python/py-symtab.c (stpy_get_objfile): Update.
3133 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3134 Update.
3135
3c7aa307
TT
31362018-09-16 Tom Tromey <tom@tromey.com>
3137
3138 * python/py-inferior.c (infpy_get_progspace): Update.
3139 * python/python-internal.h (pspace_to_pspace_object): Change
3140 return type.
3141 * python/py-newobjfileevent.c
3142 (create_clear_objfiles_event_object): Update.
3143 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3144 Update.
3145 * python/python.c (gdbpy_get_current_progspace): Update.
3146 (gdbpy_progspaces): Update.
3147 * python/py-progspace.c (pspace_to_pspace_object): Return a new
3148 reference.
3149 * python/py-objfile.c (objfpy_get_progspace): Update.
3150 * python/py-prettyprint.c (find_pretty_printer_from_progspace):
3151 Update.
3152
8743a9cd
TT
31532018-09-16 Tom Tromey <tom@tromey.com>
3154
3155 * python/lib/gdb/__init__.py (current_progspace, objfiles)
3156 (solib_name, block_for_pc, find_pc_line): New functions.
3157 (execute_unwinders): Update.
3158 * python/py-block.c (gdbpy_block_for_pc): Remove.
3159 * python/py-inferior.c (infpy_get_progspace): New function.
3160 (inferior_object_getset) <progspace>: Add.
3161 * python/py-progspace.c (pspy_objfiles): Rewrite.
3162 (pspy_solib_name, pspy_block_for_pc)
3163 (pspy_find_pc_line, pspy_is_valid): New functions.
3164 (progspace_object_methods): Add entries for solib_name,
3165 block_for_pc, find_pc_line, is_valid.
3166 * python/python-internal.h (gdbpy_block_for_pc)
3167 (build_objfiles_list): Don't declare.
3168 * python/python.c: Don't include solib.h.
3169 (gdbpy_solib_name, gdbpy_find_pc_line)
3170 (gdbpy_get_current_progspace, build_objfiles_list)
3171 (gdbpy_objfiles): Remove.
3172 (GdbMethods) <current_progspace, objfiles, block_for_pc,
3173 solib_name, find_pc_line>: Remove entries.
3174
65e65158
TT
31752018-09-16 Tom Tromey <tom@tromey.com>
3176
3177 * top.c (new_ui_command): Use GNU style for metasyntactic
3178 variables.
3179 * breakpoint.c (stopat_command): Use GNU style for metasyntactic
3180 variables.
3181 * maint.c (maintenance_translate_address): Remove "<>" around
3182 text.
3183 * interps.c (interpreter_exec_cmd): Use GNU style for
3184 metasyntactic variables.
3185 * nto-procfs.c (nto_procfs_target_info): Use GNU style for
3186 metasyntactic variables.
3187 * tracepoint.c (tfind_range_command): Use GNU style for
3188 metasyntactic variables.
3189 (tfind_outside_command): Likewise.
3190 (_initialize_tracepoint): Likewise.
3191 * remote.c (extended_remote_target::create_inferior): Use GNU
3192 style for metasyntactic variables.
3193 * sparc64-tdep.c (adi_examine_command): Use GNU style for
3194 metasyntactic variables.
3195 (adi_assign_command): Likewise.
3196
f4bab6ff
TT
31972018-09-16 Tom Tromey <tom@tromey.com>
3198
3199 * disasm.c (show_disassembler_options_sfunc): Use GNU style for
3200 metasyntactic variables. Print message if no disassembler options
3201 are available.
3202
cbaaa0ca
TT
32032018-09-15 Tom Tromey <tom@tromey.com>
3204
3205 * infcmd.c (get_inferior_args): Return const char *.
3206 * inferior.h (get_inferior_args): Return type now const.
3207 * linux-tdep.c (linux_fill_prpsinfo): Update.
3208 * procfs.c (procfs_target::make_corefile_notes): Update.
3209
a3a6aef4
TT
32102018-09-07 Tom Tromey <tom@tromey.com>
3211
3212 * python/python.c (execute_gdb_command): Call bpstat_do_actions
3213 inside the TRY.
3214
f70e088f
SL
32152018-09-14 Sandra Loosemore <sandra@codesourcery.com>
3216
3217 * nios2-tdep.c (nios2_type_align): New.
3218 (nios2_gdb_arch_init): Install type_align hook.
3219
2fabdf33
AB
32202018-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
3221
3222 * eval.c (fake_method::fake_method): Call xzalloc directly for a
3223 type that is neither object file owned, nor gdbarch owned.
3224 * gdbtypes.c (get_type_gdbarch): Add an assert that returned
3225 gdbarch is non-NULL.
3226 (alloc_type_instance): Allocate non-objfile owned types on the
3227 gdbarch obstack.
3228 (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
3229 using TYPE_ALLOC to ensure memory is allocated on the correct
3230 obstack.
3231 * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
3232 obstack, or the gdbarch obstack.
3233 (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
3234
b4b08fa2
TT
32352018-09-14 Tom Tromey <tom@tromey.com>
3236
3237 * infcall.c (call_function_by_hand_dummy): Remove unnecessary
3238 block.
3239
87b240d4
TT
32402018-09-14 Tom Tromey <tom@tromey.com>
3241
3242 * nat/fork-inferior.c (get_startup_shell): Remove "static".
3243
7d221512
TT
32442018-09-13 Tom Tromey <tom@tromey.com>
3245
3246 * python/py-inferior.c (infpy_thread_from_thread_handle): Now
3247 static.
3248
97e67fc6
TT
32492018-09-13 Tom Tromey <tom@tromey.com>
3250
3251 * exec.c (try_open_exec_file): Use std::string.
3252
803c08d0
TT
32532018-09-13 Tom Tromey <tom@tromey.com>
3254
3255 * utils.h (gdb_bfd_errmsg): Return std::string.
3256 * exec.c (exec_file_attach): Update.
3257 * compile/compile-object-load.c (compile_object_load): Update.
3258 * utils.c (gdb_bfd_errmsg): Return std::string.
3259
5b4cbbe3
TT
32602018-09-13 Tom Tromey <tom@tromey.com>
3261
3262 * procfs.c (struct procinfo_deleter): New.
3263 (procinfo_up): New typedef.
3264 (do_destroy_procinfo_cleanup): Remove.
3265 (procfs_target::info_proc): Use procinfo_up. Remove cleanups.
3266
db68fbe2
TT
32672018-09-13 Tom Tromey <tom@tromey.com>
3268
3269 * source.c (add_path): Use gdb::unique_xmalloc_ptr.
3270
0ae1a321
SM
32712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
32722018-09-13 Tom Tromey <tom@tromey.com>
3273
3274 * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
3275 (pspy_get_objfiles): New function.
3276 (progspace_object_methods): New.
3277 (pspace_object_type): Add tp_methods callback.
3278 * python/python-internal.h (build_objfiles_list): New
3279 declaration.
3280 * python/python.c (build_objfiles_list): New function.
3281 (gdbpy_objfiles): Implement using build_objfiles_list.
3282 * NEWS: Mention the Progspace.objfiles method.
3283
a40bf0c2
SM
32842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3285
3286 * python/py-inferior.c (infpy_get_progspace): New function.
3287 (inferior_object_getset): Add progspace property.
3288 * NEWS: Mention the new property.
3289
4a3fe98f
TT
32902018-09-13 Tom Tromey <tom@tromey.com>
3291
3292 PR rust/23650:
3293 * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
3294
098b2108
TT
32952018-09-13 Tom Tromey <tom@tromey.com>
3296
3297 PR rust/23626:
3298 * rust-lang.c (rust_enum_variant): Now static.
3299 (rust_empty_enum_p): New function.
3300 (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
3301 Handle empty enum.
3302
1256af7d
SM
33032018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3304
3305 * python/py-inferior.c (infpy_repr): New.
3306 (inferior_object_type): Register infpy_repr.
3307 * python/py-objfile.c (objfpy_repr): New.
3308 (objfile_object_type): Register objfpy_repr.
3309
f117a62c
JB
33102018-09-12 John Baldwin <jhb@FreeBSD.org>
3311
3312 * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
3313
88f22c34
JB
33142018-09-12 John Baldwin <jhb@FreeBSD.org>
3315
3316 * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
3317 typo.
3318
3c025cfe
SDJ
33192018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
3320
3321 * common/common-utils.c: Don't include '<sys/stat.h>'.
3322 (is_regular_file): Move to...
3323 * common/filestuff.c (is_regular_file): ... here.
3324 * common/common-utils.h (is_regular_file): Move to...
3325 * common/filestuff.h (is_regular_file): ... here.
3326
3e68067f
SM
33272018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3328
3329 * skip.c (debug_skip): New variable.
3330 (skiplist_entry::do_skip_file_p): Add debug output.
3331 (skiplist_entry::do_skip_gfile_p): Likewise.
3332 (skiplist_entry::skip_function_p): Likewise.
3333 (_initialize_step_skip): Create debug command.
3334 * NEWS: Mention set/show debug skip.
3335
d6be54ef
XR
33362018-09-11 Xavier Roirand <roirand@adacore.com>
3337
3338 * darwin-nat.c (should_disable_startup_with_shell):
3339 New function.
3340 (darwin_nat_target::create_inferior): Add call.
3341
de1ec836
XR
33422018-09-11 Xavier Roirand <roirand@adacore.com>
3343
3344 * darwin-nat.h (struct darwin_thread_info) <gdb_port,
3345 inf_port, msg_state>: Initialize.
3346 (struct darwin_thread_info) <signaled, single_step>: Change
3347 type and initialize.
3348 (struct darwin_thread_info) <event>: Initialize.
3349
e2fc52e7
SDJ
33502018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3351
3352 PR gdb/23555
3353 PR gdb/23558
3354 * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
3355 guesses.
3356
5e8754f9
SDJ
33572018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3358
3359 Revert:
3360 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
3361
3362 PR gdb/23555
3363 PR gdb/23558
3364 * gnulib/aclocal.m4: Regenerate.
3365 * gnulib/config.in: Regenerate.
3366 * gnulib/configure: Regenerate.
3367 * gnulib/import/Makefile.am: Update.
3368 * gnulib/import/Makefile.in: Update.
3369 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3370 * gnulib/import/_Noreturn.h: ... this.
3371 * gnulib/import/alloca.in.h: Update.
3372 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3373 * gnulib/import/arg-nonnull.h: ... this.
3374 * gnulib/import/assure.h: Update.
3375 * gnulib/import/at-func.c: Update.
3376 * gnulib/import/basename-lgpl.c: Update.
3377 * gnulib/import/extra/snippet/c++defs.h: Rename to...
3378 * gnulib/import/c++defs.h: ... this.
3379 * gnulib/import/canonicalize-lgpl.c: Update.
3380 * gnulib/import/cdefs.h: Update.
3381 * gnulib/import/chdir-long.c: Update.
3382 * gnulib/import/chdir-long.h: Update.
3383 * gnulib/import/cloexec.c: Update.
3384 * gnulib/import/cloexec.h: Update.
3385 * gnulib/import/close.c: Update.
3386 * gnulib/import/closedir.c: Update.
3387 * gnulib/import/config.charset: Update.
3388 * gnulib/import/dirent-private.h: Update.
3389 * gnulib/import/dirent.in.h: Update.
3390 * gnulib/import/dirfd.c: Update.
3391 * gnulib/import/dirname-lgpl.c: Update.
3392 * gnulib/import/dirname.h: Update.
3393 * gnulib/import/dosname.h: Update.
3394 * gnulib/import/dup-safer-flag.c: Update.
3395 * gnulib/import/dup-safer.c: Update.
3396 * gnulib/import/dup.c: Update.
3397 * gnulib/import/dup2.c: Update.
3398 * gnulib/import/errno.in.h: Update.
3399 * gnulib/import/error.c: Update.
3400 * gnulib/import/error.h: Update.
3401 * gnulib/import/exitfail.c: Update.
3402 * gnulib/import/exitfail.h: Update.
3403 * gnulib/import/extra/update-copyright: Update.
3404 * gnulib/import/fchdir.c: Update.
3405 * gnulib/import/fcntl.c: Update.
3406 * gnulib/import/fcntl.in.h: Update.
3407 * gnulib/import/fd-hook.c: Update.
3408 * gnulib/import/fd-hook.h: Update.
3409 * gnulib/import/fd-safer-flag.c: Update.
3410 * gnulib/import/fd-safer.c: Update.
3411 * gnulib/import/fdopendir.c: Update.
3412 * gnulib/import/filename.h: Update.
3413 * gnulib/import/filenamecat-lgpl.c: Update.
3414 * gnulib/import/filenamecat.h: Update.
3415 * gnulib/import/flexmember.h: Update.
3416 * gnulib/import/float+.h: Update.
3417 * gnulib/import/float.c: Update.
3418 * gnulib/import/float.in.h: Update.
3419 * gnulib/import/fnmatch.c: Update.
3420 * gnulib/import/fnmatch.in.h: Update.
3421 * gnulib/import/fnmatch_loop.c: Update.
3422 * gnulib/import/fpucw.h: Update.
3423 * gnulib/import/frexp.c: Update.
3424 * gnulib/import/frexpl.c: Update.
3425 * gnulib/import/fstat.c: Update.
3426 * gnulib/import/fstatat.c: Update.
3427 * gnulib/import/getcwd-lgpl.c: Update.
3428 * gnulib/import/getcwd.c: Update.
3429 * gnulib/import/getdtablesize.c: Update.
3430 * gnulib/import/getlogin_r.c: Update.
3431 * gnulib/import/getprogname.c: Update.
3432 * gnulib/import/getprogname.h: Update.
3433 * gnulib/import/gettext.h: Update.
3434 * gnulib/import/gettimeofday.c: Update.
3435 * gnulib/import/glob-libc.h: Update.
3436 * gnulib/import/glob.c: Update.
3437 * gnulib/import/glob.in.h: Update.
3438 * gnulib/import/glob_internal.h: Update.
3439 * gnulib/import/glob_pattern_p.c: Update.
3440 * gnulib/import/globfree.c: Update.
3441 * gnulib/import/hard-locale.c: Update.
3442 * gnulib/import/hard-locale.h: Update.
3443 * gnulib/import/intprops.h: Update.
3444 * gnulib/import/inttypes.in.h: Update.
3445 * gnulib/import/isnan.c: Update.
3446 * gnulib/import/isnand-nolibm.h: Update.
3447 * gnulib/import/isnand.c: Update.
3448 * gnulib/import/isnanl-nolibm.h: Update.
3449 * gnulib/import/isnanl.c: Update.
3450 * gnulib/import/itold.c: Update.
3451 * gnulib/import/libc-config.h: Update.
3452 * gnulib/import/limits.in.h: Update.
3453 * gnulib/import/localcharset.c: Update.
3454 * gnulib/import/localcharset.h: Update.
3455 * gnulib/import/localtime-buffer.c: Update.
3456 * gnulib/import/localtime-buffer.h: Update.
3457 * gnulib/import/lstat.c: Update.
3458 * gnulib/import/m4/00gnulib.m4: Update.
3459 * gnulib/import/m4/__inline.m4: Update.
3460 * gnulib/import/m4/absolute-header.m4: Update.
3461 * gnulib/import/m4/alloca.m4: Update.
3462 * gnulib/import/m4/builtin-expect.m4: Update.
3463 * gnulib/import/m4/canonicalize.m4: Update.
3464 * gnulib/import/m4/chdir-long.m4: Update.
3465 * gnulib/import/m4/close.m4: Update.
3466 * gnulib/import/m4/closedir.m4: Update.
3467 * gnulib/import/m4/configmake.m4: Update.
3468 * gnulib/import/m4/d-ino.m4: Update.
3469 * gnulib/import/m4/d-type.m4: Update.
3470 * gnulib/import/m4/dirent_h.m4: Update.
3471 * gnulib/import/m4/dirfd.m4: Update.
3472 * gnulib/import/m4/dirname.m4: Update.
3473 * gnulib/import/m4/double-slash-root.m4: Update.
3474 * gnulib/import/m4/dup.m4: Update.
3475 * gnulib/import/m4/dup2.m4: Update.
3476 * gnulib/import/m4/eealloc.m4: Update.
3477 * gnulib/import/m4/environ.m4: Update.
3478 * gnulib/import/m4/errno_h.m4: Update.
3479 * gnulib/import/m4/error.m4: Update.
3480 * gnulib/import/m4/exponentd.m4: Update.
3481 * gnulib/import/m4/exponentl.m4: Update.
3482 * gnulib/import/m4/extensions.m4: Update.
3483 * gnulib/import/m4/extern-inline.m4: Update.
3484 * gnulib/import/m4/fchdir.m4: Update.
3485 * gnulib/import/m4/fcntl-o.m4: Update.
3486 * gnulib/import/m4/fcntl.m4: Update.
3487 * gnulib/import/m4/fcntl_h.m4: Update.
3488 * gnulib/import/m4/fdopendir.m4: Update.
3489 * gnulib/import/m4/filenamecat.m4: Update.
3490 * gnulib/import/m4/flexmember.m4: Update.
3491 * gnulib/import/m4/float_h.m4: Update.
3492 * gnulib/import/m4/fnmatch.m4: Update.
3493 * gnulib/import/m4/fnmatch_h.m4: Update.
3494 * gnulib/import/m4/fpieee.m4: Update.
3495 * gnulib/import/m4/frexp.m4: Update.
3496 * gnulib/import/m4/frexpl.m4: Update.
3497 * gnulib/import/m4/fstat.m4: Update.
3498 * gnulib/import/m4/fstatat.m4: Update.
3499 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
3500 * gnulib/import/m4/getcwd-path-max.m4: Update.
3501 * gnulib/import/m4/getcwd.m4: Update.
3502 * gnulib/import/m4/getdtablesize.m4: Update.
3503 * gnulib/import/m4/getlogin.m4: Update.
3504 * gnulib/import/m4/getlogin_r.m4: Update.
3505 * gnulib/import/m4/getpagesize.m4: Update.
3506 * gnulib/import/m4/getprogname.m4: Update.
3507 * gnulib/import/m4/gettimeofday.m4: Update.
3508 * gnulib/import/m4/glibc21.m4: Update.
3509 * gnulib/import/m4/glob.m4: Update.
3510 * gnulib/import/m4/glob_h.m4: Update.
3511 * gnulib/import/m4/gnulib-cache.m4: Update.
3512 * gnulib/import/m4/gnulib-common.m4: Update.
3513 * gnulib/import/m4/gnulib-comp.m4: Update.
3514 * gnulib/import/m4/gnulib-tool.m4: Update.
3515 * gnulib/import/m4/hard-locale.m4: Update.
3516 * gnulib/import/m4/include_next.m4: Update.
3517 * gnulib/import/m4/inttypes-pri.m4: Update.
3518 * gnulib/import/m4/inttypes.m4: Update.
3519 * gnulib/import/m4/isnand.m4: Update.
3520 * gnulib/import/m4/isnanl.m4: Update.
3521 * gnulib/import/m4/largefile.m4: Update.
3522 * gnulib/import/m4/limits-h.m4: Update.
3523 * gnulib/import/m4/localcharset.m4: Update.
3524 * gnulib/import/m4/locale-fr.m4: Update.
3525 * gnulib/import/m4/locale-ja.m4: Update.
3526 * gnulib/import/m4/locale-zh.m4: Update.
3527 * gnulib/import/m4/localtime-buffer.m4: Update.
3528 * gnulib/import/m4/longlong.m4: Update.
3529 * gnulib/import/m4/lstat.m4: Update.
3530 * gnulib/import/m4/malloc.m4: Update.
3531 * gnulib/import/m4/malloca.m4: Update.
3532 * gnulib/import/m4/math_h.m4: Update.
3533 * gnulib/import/m4/mbrtowc.m4: Update.
3534 * gnulib/import/m4/mbsinit.m4: Update.
3535 * gnulib/import/m4/mbsrtowcs.m4: Update.
3536 * gnulib/import/m4/mbstate_t.m4: Update.
3537 * gnulib/import/m4/memchr.m4: Update.
3538 * gnulib/import/m4/memmem.m4: Update.
3539 * gnulib/import/m4/mempcpy.m4: Update.
3540 * gnulib/import/m4/memrchr.m4: Update.
3541 * gnulib/import/m4/mkdir.m4: Update.
3542 * gnulib/import/m4/mkstemp.m4: Update.
3543 * gnulib/import/m4/mmap-anon.m4: Update.
3544 * gnulib/import/m4/mode_t.m4: Update.
3545 * gnulib/import/m4/msvc-inval.m4: Update.
3546 * gnulib/import/m4/msvc-nothrow.m4: Update.
3547 * gnulib/import/m4/multiarch.m4: Update.
3548 * gnulib/import/m4/nocrash.m4: Update.
3549 * gnulib/import/m4/off_t.m4: Update.
3550 * gnulib/import/m4/onceonly.m4: Update.
3551 * gnulib/import/m4/open-cloexec.m4: Update.
3552 * gnulib/import/m4/open.m4: Update.
3553 * gnulib/import/m4/openat.m4: Update.
3554 * gnulib/import/m4/opendir.m4: Update.
3555 * gnulib/import/m4/pathmax.m4: Update.
3556 * gnulib/import/m4/rawmemchr.m4: Update.
3557 * gnulib/import/m4/readdir.m4: Update.
3558 * gnulib/import/m4/readlink.m4: Update.
3559 * gnulib/import/m4/realloc.m4: Update.
3560 * gnulib/import/m4/rename.m4: Update.
3561 * gnulib/import/m4/rewinddir.m4: Update.
3562 * gnulib/import/m4/rmdir.m4: Update.
3563 * gnulib/import/m4/save-cwd.m4: Update.
3564 * gnulib/import/m4/secure_getenv.m4: Update.
3565 * gnulib/import/m4/setenv.m4: Update.
3566 * gnulib/import/m4/signal_h.m4: Update.
3567 * gnulib/import/m4/ssize_t.m4: Update.
3568 * gnulib/import/m4/stat-time.m4: Update.
3569 * gnulib/import/m4/stat.m4: Update.
3570 * gnulib/import/m4/std-gnu11.m4: Update.
3571 * gnulib/import/m4/stdbool.m4: Update.
3572 * gnulib/import/m4/stddef_h.m4: Update.
3573 * gnulib/import/m4/stdint.m4: Update.
3574 * gnulib/import/m4/stdio_h.m4: Update.
3575 * gnulib/import/m4/stdlib_h.m4: Update.
3576 * gnulib/import/m4/strchrnul.m4: Update.
3577 * gnulib/import/m4/strdup.m4: Update.
3578 * gnulib/import/m4/strerror.m4: Update.
3579 * gnulib/import/m4/string_h.m4: Update.
3580 * gnulib/import/m4/strstr.m4: Update.
3581 * gnulib/import/m4/strtok_r.m4: Update.
3582 * gnulib/import/m4/sys_socket_h.m4: Update.
3583 * gnulib/import/m4/sys_stat_h.m4: Update.
3584 * gnulib/import/m4/sys_time_h.m4: Update.
3585 * gnulib/import/m4/sys_types_h.m4: Update.
3586 * gnulib/import/m4/tempname.m4: Update.
3587 * gnulib/import/m4/time_h.m4: Update.
3588 * gnulib/import/m4/unistd-safer.m4: Update.
3589 * gnulib/import/m4/unistd_h.m4: Update.
3590 * gnulib/import/m4/warn-on-use.m4: Update.
3591 * gnulib/import/m4/wchar_h.m4: Update.
3592 * gnulib/import/m4/wchar_t.m4: Update.
3593 * gnulib/import/m4/wctype_h.m4: Update.
3594 * gnulib/import/m4/wint_t.m4: Update.
3595 * gnulib/import/malloc.c: Update.
3596 * gnulib/import/malloc/scratch_buffer.h: Update.
3597 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
3598 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
3599 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
3600 * gnulib/import/malloca.c: Update.
3601 * gnulib/import/malloca.h: Update.
3602 * gnulib/import/malloca.valgrind: Update.
3603 * gnulib/import/math.in.h: Update.
3604 * gnulib/import/mbrtowc.c: Update.
3605 * gnulib/import/mbsinit.c: Update.
3606 * gnulib/import/mbsrtowcs-impl.h: Update.
3607 * gnulib/import/mbsrtowcs-state.c: Update.
3608 * gnulib/import/mbsrtowcs.c: Update.
3609 * gnulib/import/memchr.c: Update.
3610 * gnulib/import/memmem.c: Update.
3611 * gnulib/import/mempcpy.c: Update.
3612 * gnulib/import/memrchr.c: Update.
3613 * gnulib/import/mkdir.c: Update.
3614 * gnulib/import/mkstemp.c: Update.
3615 * gnulib/import/msvc-inval.c: Update.
3616 * gnulib/import/msvc-inval.h: Update.
3617 * gnulib/import/msvc-nothrow.c: Update.
3618 * gnulib/import/msvc-nothrow.h: Update.
3619 * gnulib/import/open.c: Update.
3620 * gnulib/import/openat-die.c: Update.
3621 * gnulib/import/openat-priv.h: Update.
3622 * gnulib/import/openat-proc.c: Update.
3623 * gnulib/import/openat.c: Update.
3624 * gnulib/import/openat.h: Update.
3625 * gnulib/import/opendir.c: Update.
3626 * gnulib/import/pathmax.h: Update.
3627 * gnulib/import/pipe-safer.c: Update.
3628 * gnulib/import/rawmemchr.c: Update.
3629 * gnulib/import/readdir.c: Update.
3630 * gnulib/import/readlink.c: Update.
3631 * gnulib/import/realloc.c: Update.
3632 * gnulib/import/ref-add.sin: Update.
3633 * gnulib/import/ref-del.sin: Update.
3634 * gnulib/import/rename.c: Update.
3635 * gnulib/import/rewinddir.c: Update.
3636 * gnulib/import/rmdir.c: Update.
3637 * gnulib/import/same-inode.h: Update.
3638 * gnulib/import/save-cwd.c: Update.
3639 * gnulib/import/save-cwd.h: Update.
3640 * gnulib/import/scratch_buffer.h: Update.
3641 * gnulib/import/secure_getenv.c: Update.
3642 * gnulib/import/setenv.c: Update.
3643 * gnulib/import/signal.in.h: Update.
3644 * gnulib/import/stat-time.c: Update.
3645 * gnulib/import/stat-time.h: Update.
3646 * gnulib/import/stat-w32.c: Update.
3647 * gnulib/import/stat-w32.h: Update.
3648 * gnulib/import/stat.c: Update.
3649 * gnulib/import/stdbool.in.h: Update.
3650 * gnulib/import/stddef.in.h: Update.
3651 * gnulib/import/stdint.in.h: Update.
3652 * gnulib/import/stdio.in.h: Update.
3653 * gnulib/import/stdlib.in.h: Update.
3654 * gnulib/import/str-two-way.h: Update.
3655 * gnulib/import/strchrnul.c: Update.
3656 * gnulib/import/strdup.c: Update.
3657 * gnulib/import/streq.h: Update.
3658 * gnulib/import/strerror-override.c: Update.
3659 * gnulib/import/strerror-override.h: Update.
3660 * gnulib/import/strerror.c: Update.
3661 * gnulib/import/string.in.h: Update.
3662 * gnulib/import/stripslash.c: Update.
3663 * gnulib/import/strnlen1.c: Update.
3664 * gnulib/import/strnlen1.h: Update.
3665 * gnulib/import/strstr.c: Update.
3666 * gnulib/import/strtok_r.c: Update.
3667 * gnulib/import/sys_stat.in.h: Update.
3668 * gnulib/import/sys_time.in.h: Update.
3669 * gnulib/import/sys_types.in.h: Update.
3670 * gnulib/import/tempname.c: Update.
3671 * gnulib/import/tempname.h: Update.
3672 * gnulib/import/time.in.h: Update.
3673 * gnulib/import/unistd--.h: Update.
3674 * gnulib/import/unistd-safer.h: Update.
3675 * gnulib/import/unistd.in.h: Update.
3676 * gnulib/import/unsetenv.c: Update.
3677 * gnulib/import/verify.h: Update.
3678 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3679 * gnulib/import/wchar.in.h: Update.
3680 * gnulib/import/wctype.in.h: Update.
3681 * gnulib/import/xalloc-oversized.h: Update.
3682 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3683 "53e2c179f26a890fa6685af4b6c1397ee370433b".
3684
8ec23583
SM
36852018-09-10 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * record-btrace.c (get_thread_current_frame): Remove
3688 old_inferior_ptid.
3689
1f5d1570
JG
36902018-09-10 Jerome Guitton <guitton@adacore.com>
3691
3692 * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
3693 with check_tag to 1 if and only if the type is tagged and the
3694 component being searched cannot been found in the current
3695 view. Otherwise, always call ada_to_fixed_type with
3696 check_tag to 0.
3697
d91e9ea8
XR
36982018-09-10 Xavier Roirand <roirand@adacore.com>
3699
3700 * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
3701 declaration.
3702 * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
3703 * ada-varobj.c (ada_varobj_get_number_of_children,
3704 ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
3705
cc330e39
XR
37062018-09-10 Xavier Roirand <roirand@adacore.com>
3707
3708 * ada-valprint.c (ada_value_print): Use type instead of
3709 enclosing type.
3710
b9c50e9a
XR
37112018-09-10 Xavier Roirand <roirand@adacore.com>
3712
3713 * ada-lang.c (ada_value_subscript): Handle case when parameter is
3714 an array of access to unconstrained array.
3715
736ade86
XR
37162018-09-10 Xavier Roirand <roirand@adacore.com>
3717
3718 * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
3719 (ada_check_typedef): Use it.
3720
2963898f
XR
37212018-09-10 Xavier Roirand <roirand@adacore.com>
3722
3723 * ada-varobj.c (ada_varobj_describe_struct_child)
3724 (ada_varobj_describe_child): Handle union case like struct one.
3725
a154931e
TT
37262018-09-10 Tom Tromey <tom@tromey.com>
3727
3728 PR python/18380:
3729 * python/python.c (_initialize_python): Make example in "python"
3730 help work in Python 3.
3731
23c4651c
EZ
37322018-09-10 Eli Zaretskii <eliz@gnu.org>
3733
3734 * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
3735 INSTALL_PROGRAM to install gdb-add-index.sh. Don't append
3736 $(EXEEXT) to the script, as it is not a program.
3737
a5c5eda7
SM
37382018-09-09 Simon Marchi <simon.marchi@ericsson.com>
3739
3740 * python/py-prettyprint.c (pretty_print_one_value): Return
3741 gdbpy_ref<>.
3742 (print_string_repr): Adjust.
3743 (apply_varobj_pretty_printer): Return gdbpy_ref<>.
3744 * python/python-internal.h (apply_varobj_pretty_printer): Return
3745 gdbpy_ref<>.
3746 * varobj.c (varobj_value_get_print_value): Adjust.
3747
332cf4c9
TT
37482018-09-08 Tom Tromey <tom@tromey.com>
3749
3750 PR python/16047:
3751 * python/py-prettyprint.c (pretty_print_one_value): Check for
3752 to_string method.
3753
424da6cf
JB
37542018-09-08 Joel Brobecker <brobecker@adacore.com>
3755
3756 * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
3757 replace_operator_with_call.
3758
95f39a5b
JB
37592018-09-08 Joel Brobecker <brobecker@adacore.com>
3760
3761 * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
3762
16b9eb7b
JB
37632018-09-08 Joel Brobecker <brobecker@adacore.com>
3764
3765 * ada-typeprint.c (print_range): Print the bounds using TYPE
3766 rather than its TYPE_TARGET_TYPE.
3767
d8ce9127
JB
37682018-09-08 Joel Brobecker <brobecker@adacore.com>
3769
3770 * ada-lang.c (ada_to_fixed_value): Minor reformatting in
3771 call to ada_to_fixed_value_create.
3772
0d81f350
JG
37732018-09-08 Jerome Guitton <guitton@adacore.com>
3774
3775 * ada-lang.c (ada_decode): strip dot prefix in symbol name.
3776
57aff202
JB
37772018-09-08 Joel Brobecker <brobecker@adacore.com>
3778
3779 * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
3780 by calls to error.
3781
fb44b1a7
JB
37822018-09-08 Joel Brobecker <brobecker@adacore.com>
3783
3784 * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
3785 Move update of loop variable "fi".
3786
2a62dfa9
JB
37872018-09-08 Joel Brobecker <brobecker@adacore.com>
3788
3789 * ada-lang.c (value_assign_to_component): In the case of
3790 big-endian targets, extract the bits of the given VAL
3791 using an src_offset of zero if container is not a scalar.
3792
739ab2e9
SS
37932018-09-06 Simon Ser <contact@emersion.fr>
3794
3795 PR gdb/23105
3796 * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
3797 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
3798 * fbsd-tdep.c (fbsd_make_note_desc): New.
3799 (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
3800 NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
3801 * target.h (enum target_object) Add FreeBSD-specific
3802 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
3803
d82b3862
SM
38042018-09-06 Simon Marchi <simon.marchi@ericsson.com>
3805
3806 * compile/compile-c.h (generate_c_for_variable_locations):
3807 Change reference to pointer.
3808 * compile/compile-c-support.c (compile_program) <compute>:
3809 Likewise.
3810 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
3811 (generate_c_for_for_one_variable): Likewise
3812 (generate_c_for_variable_locations): Likewise
3813 * compile/compile-c-types.c (compile_c_instance::convert_type):
3814 Likewise
3815 * compile/compile-cplus-symbols.c (convert_one_symbol):
3816 std::move the scope passed to enter_scope.
3817 * compile/compile-cplus-types.c
3818 (compile_cplus_instance::enter_scope): Make parameter
3819 rvalue-reference.
3820 (compile_cplus_instance::new_scope): Change reference to
3821 pointer.
3822 (compile_cplus_instance::convert_type): Likewise
3823 (compile_cplus_convert_typedef): std::move the scope passed to
3824 enter_scope.
3825 (compile_cplus_convert_struct_or_union): Likewise.
3826 (compile_cplus_convert_enum): Likewise.
3827 (compile_cplus_convert_namespace): Likewise.
3828 * compile/compile-cplus.h (compile_cplus_instance)
3829 <enter_scope>: Make parameter rvalue-reference.
3830 * compile/compile-internal.h (compile_instance)
3831 <get_cached_type>: Likewise
3832 * compile/compile-loc2c.c (push): Likewise
3833 (pushf): Likewise
3834 (unary): Likewise
3835 (binary): Likewise
3836 (print_label): Likewise
3837 (pushf_register_address): Likewise
3838 (pushf_register): Likewise
3839 (do_compile_dwarf_expr_to_c): Likewise
3840 (compile_dwarf_expr_to_c): Likewise
3841 (compile_dwarf_bounds_to_c): Likewise
3842 * compile/compile.c (compile_instance::get_cached_type):
3843 Likewise
3844 * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
3845 (compile_dwarf_bounds_to_c): Likewise
3846 * dwarf2loc.c (locexpr_generate_c_location): Likewise.
3847 (dwarf2_compile_property_to_c): Likewise
3848 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
3849 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
3850 Likewise
3851
cc5a5ae5
SM
38522018-09-06 Simon Marchi <simon.marchi@ericsson.com>
3853
3854 * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
3855 * tui/tui-data.c (init_content_element): Don't initialize it.
3856
137be540
SM
38572018-09-06 Simon Marchi <simon.marchi@ericsson.com>
3858
3859 * tui/tui-data.h (struct tui_win_info)
3860 <detail::opaque>: Remove.
3861 * tui/tui-data.c (init_win_info): Remove assignment.
3862
f1628857
TT
38632018-09-05 Tom Tromey <tom@tromey.com>
3864
3865 * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
3866 -Wformat-nonliteral.
3867 * target-float.c (host_float_ops<T>::to_string)
3868 (host_float_ops<T>::from_string): Use
3869 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
3870 * configure: Rebuild.
3871
af39b1c2
SM
38722018-09-05 Simon Marchi <simon.marchi@ericsson.com>
3873
3874 * printcmd.c (printf_c_string): Use
3875 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
3876 (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
3877
081bca4d
TT
38782018-09-05 Tom Tromey <tom@tromey.com>
3879
3880 * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
3881
e4a62c65
TV
38822018-09-05 Tom de Vries <tdevries@suse.de>
3883
3884 * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
3885 with resolve_abstract_p == true.
3886 (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
3887 defaulting to false. Propagate resolve_abstract_p to
3888 dwarf2_fetch_die_loc_sect_off.
3889 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
3890 parameter, defaulting to false.
3891 * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
3892 (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
3893 parameter.
3894 * dwarf2read.h (struct die_info): Forward-declare.
3895 (die_info_ptr): New typedef.
3896 (struct dwarf2_per_objfile): Add abstract_to_concrete field.
3897
2b69821e
JB
38982018-09-05 Joel Brobecker <brobecker@adacore.com>
3899
3900 GDB 8.2 released.
3901
fcc9b044
SDJ
39022018-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3903 Pedro Alves <palves@redhat.com>
3904
3905 * gnulib/Makefile.in (aclocal_m4_deps): Move to
3906 "aclocal-m4-deps.mk". Include file here.
3907 $(srcdir)/aclocal.m4: Add "configure.ac".
3908 * gnulib/aclocal-m4-deps.mk: New file.
3909 * gnulib/update-gnulib.sh: Automatically update
3910 "aclocal-m4-deps.mk".
3911
d53d5436
TT
39122018-09-04 Tom Tromey <tom@tromey.com>
3913
3914 * configure: Rebuild.
3915 * configure.ac: Remove multi-ice code.
3916
8dc9fd87
TT
39172018-09-04 Tom Tromey <tom@tromey.com>
3918
3919 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
3920 (ada-exp.o): Update.
3921
3322c5d9
TT
39222018-09-04 Tom Tromey <tom@tromey.com>
3923
3924 * Makefile.in (printcmd.o, target-float.o): Remove.
3925 (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
3926
ba2bf2aa
TT
39272018-09-04 Tom Tromey <tom@tromey.com>
3928
3929 * gnulib/Makefile.in: Remove obsolete comment.
3930 * Makefile.in: Remove obsolete comment.
3931
6c9d681b
AB
39322018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
3935 line with '+'.
3936
78a3b0fa
AB
39372018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3938
3939 * riscv-tdep.c: Add 'prologue-value.h' include.
3940 (struct riscv_unwind_cache): New struct.
3941 (riscv_debug_unwinder): New global.
3942 (riscv_scan_prologue): Update arguments, capture register details
3943 from prologue scan.
3944 (riscv_skip_prologue): Reformat arguments line, move end of
3945 prologue calculation into riscv_scan_prologue.
3946 (riscv_frame_cache): Update return type, create
3947 riscv_unwind_cache, scan the prologue, and fill in remaining cache
3948 details.
3949 (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
3950 (riscv_frame_prev_register): Use the trad_frame within the
3951 riscv_unwind_cache.
3952 (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
3953 flag.
3954
23e60e7a
AB
39552018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * trad-frame.h (trad_frame_set_realreg): Declare.
3958 (trad_frame_set_addr): Declare.
3959 * trad-frame.c (trad_frame_set_realreg): Define new function.
3960 (trad_frame_set_addr): Define new function.
3961 (trad_frame_set_reg_realreg): Use new function.
3962 (trad_frame_set_reg_addr): Use new function.
3963
5c889512
KS
39642018-09-01 Keith Seitz <keiths@redhat.com>
3965
3966 * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
3967 pulongest instead of "%lld".
3968 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
3969 ATTRIBUTE_UNUSED.
3970
c8c81635
TT
39712018-08-31 Tom Tromey <tom@tromey.com>
3972
3973 * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
3974 variant part type.
3975
0c888588
PA
39762018-08-31 Pedro Alves <palves@redhat.com>
3977
3978 * gdbarch.h: Regenerate.
3979
7ea65f08
PA
39802018-08-31 Pedro Alves <palves@redhat.com>
3981
3982 * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
3983 * target.h (Hardware watchpoint interfaces): Describe
3984 continuable/steppable/non-steppable watchpoints.
3985 * gdbarch.h, gdbarch.c: Regenerate.
3986
7eb65faf
PA
39872018-08-31 Pedro Alves <palves@redhat.com>
3988
3989 * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
3990 Delete.
3991 * s390-linux-nat.c
3992 (s390_linux_nat_target::have_continuable_watchpoint): Delete.
3993 * target.h (target_ops::have_continuable_watchpoint): Delete.
3994 (target_have_continuable_watchpoint): Delete.
3995 * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
3996 * target-delegates.c: Regenerate.
3997
dab999b1
SDJ
39982018-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3999
4000 * gnulib/Makefile.in (aclocal_m4_deps): Update according to
4001 the files present in "gnulib/import/m4/".
4002
ff3a05b3
AB
40032018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
4006 c.sw, c.swsp, and c.sdsp.
4007
0b3f9efc
AB
40082018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4009
4010 * riscv-tdep.c (struct riscv_inferior_data): Delete.
4011 (riscv_read_misa_reg): Don't cache value read into inferior data.
4012 (riscv_new_inferior_data): Delete.
4013 (riscv_inferior_data_cleanup): Delete.
4014 (riscv_inferior_data): Delete.
4015 (riscv_invalidate_inferior_data): Delete.
4016 (_initialize_riscv_tdep): Remove initialisation of inferior data.
4017
a0dc02a6
SM
40182018-08-30 Simon Marchi <simon.marchi@ericsson.com>
4019
4020 * compile/compile-cplus-types.c
4021 (compile_cplus_instance::leave_scope): Take the address of scope
4022 object.
4023 (compile_cplus_instance::convert_qualified_base): Compare quals
4024 to 0.
4025
fdad7678
KS
40262018-08-30 Keith Seitz <keiths@redhat.com>
4027
4028 * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
4029 Use "%s" and host_address_to_string instead of "%p" in printf.
4030
078a0207
KS
40312018-08-29 Keith Seitz <keiths@redhat.com>
4032
4033 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
4034 and compile-cplus-types.c.
4035 (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
4036 * c-lang.c (cplus_language_defn): Set C++ compile functions.
4037 * c-lang.h (cplus_get_compile_context, cplus_compute_program):
4038 Declare.
4039 * compile/compile-c-support.c: Include compile-cplus.h.
4040 (load_libcompile): Templatize.
4041 (get_compile_context): "New" function.
4042 (c_get_compile_context): Use get_compile_context.
4043 (cplus_get_compile_context): New function.
4044 (cplus_push_user_expression, cplus_pop_user_expression)
4045 (cplus_add_code_header, cplus_add_input, cplus_compile_program)
4046 (cplus_compute_program): Define new structs/functions.
4047 * compile/compile-cplus-symmbols.c: New file.
4048 * compile/compile-cplus-types.c: New file.
4049 * compile/compile-cplus.h: New file.
4050 * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
4051 Declare.
4052 * compile/compile-object-load.c (get_out_value_type): Use
4053 strncmp_iw when comparing symbol names.
4054 (compile_object_load): Add mst_bss and mst_data.
4055 * compile/compile.c (_initialize_compile): Remove
4056 -Wno-implicit-function-declaration from `compile_args'.
4057 * compile/gcc-cp-plugin.h: New file.
4058 * NEWS: Mention C++ compile support and new debug options.
4059
fcaad03c
KS
40602018-08-29 Keith Seitz <keiths@redhat.com>
4061
4062 * linespec.c (collect_info::add_symbol): Make virtual.
4063 (struct symbol_searcher_collect_info): New struct.
4064 (symbol_searcher::find_all_symbols): New method.
4065 * symtab.h (class symbol_searcher): New class.
4066
7e41c8db
KS
40672018-08-29 Keith Seitz <keiths@redhat.com>
4068
4069 * linespec.c (struct linespec) <function_symbols, label_symbols>:
4070 Change to vector of block_symbol. Update all users.
4071 (struct collect_info) <symbols>: Likewise.
4072 (collect_info::add_symbol): Take block_symbol as argument.
4073 Update all callers.
4074 (decode_compound_collector) <m_symbols>: Change type to vector
4075 of block_symbol. Update all users.
4076 (decode_compound_collector::operator ()): Change parameter type
4077 to block_symbol.
4078 (find_method, find_function_symbols, find_linespec_symbols)
4079 (find_label_symbols_in_block, find_label_symbols): Change symbol
4080 vectors to block_symbol vectors.
4081 * symtab.h (symbol_found_callback_ftype): Change parameter type to
4082 block_symbol.
4083
63e8c3da
KS
40842018-08-29 Keith Seitz <keiths@redhat.com>
4085
4086 * linespec.c (symbolp): Remove typedef and VEC definitions.
4087 (bound_minimal_symbol_d): Likewise.
4088
4dedf84d
KS
40892018-08-29 Keith Seitz <keiths@redhat.com>
4090
4091 * linespec.c (decode_compound_collector::decode_compound_collector):
4092 Remove initialization for `m_symtabs'.
4093 (decode_compound_collector::release_symbols): Change return type
4094 to std::vector. Update all callers.
4095 (class decode_compound_collector) <m_symbols>: Change type to
4096 std::vector.
4097 (lookup_prefix_sym): Change return type to std::vector. Update all
4098 callers.
4099 (compare_symbols): Remove.
4100 (std_compare_symbols): Rename to `compare_symbols'.
4101 (find_method): Change `sym_classes' parameter to std::vector.
4102 Update all callers. Use std::sort to sort sym_classes.
4103 (find_linespec_symbols): Remove cleanup.
4104
c2a031c5
KS
41052018-08-29 Keith Seitz <keiths@redhat.com>
4106
4107 * linespec.c (struct linespec) <minimal_symbols>: Change type to
4108 std::vector. Update all users.
4109 (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
4110 (struct collect_info) <minimal_symbols>: Likewise.
4111 (compare_msymbols): Return bool. Change parameters to const
4112 bound_minimal_symbol references.
4113 (find_method, find_function_symbols, find_linespec_symbols): Change
4114 `minsyms' parameter to std::vector. Update all callers.
4115
3553eadc
KS
41162018-08-29 Keith Seitz <keiths@redhat.com>
4117
4118 * linespec.c (struct linespec) <label_symbols>: Change type to
4119 std::vector. Update all users.
4120 (find_label_symbols_in_block): Change `result' parameter to
4121 std::vector. Update all callers.
4122 (find_label_symbols): Return std::vector. Update all callers.
4123
7243d011
KS
41242018-08-29 Keith Seitz <keiths@redhat.com>
4125
4126 * linespec.c (struct linespec) <function_symbols>: Change type to
4127 std::vector. Update all users.
4128 (struct collect_info) <function_symbols>: Likewise.
4129 (convert_linespec_to_sals): Use std::sort to sort function_symbols.
4130 (std_compare_symbols): New function.
4131 (find_method, find_function_symbols, find_linespec_symbols)
4132 (find_label_symbols_in_block): Change `symbols' parameter to
4133 std::vector. Update all callers.
4134 (find_label_symbols): Likewise for `function_symbols' and
4135 `label_funcs_ret'.
4136
2a908241
KS
41372018-08-29 Keith Seitz <keiths@redhat.com>
4138
4139 * linespec.c (symtab_vector_up): Define.
4140 (struct linespec) <file_symtabs>: Change type to std::vector *.
4141 Update all uses.
4142 (struct collect_info) <file_symtabs>: Likewise.
4143 (collect_symtabs_from_filename): Return symtab_vector_up.
4144 Update all callers.
4145 (decode_objc): Remove cleanup.
4146 (symtab_collector::symtab_collector): Initialize `m_symtabs'.
4147 (symtab_collector::release_symtabs): Return symtab_vector_up.
4148 Update all callers.
4149 (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
4150 Update all users.
4151 (collect_symtabs_from_filename, symtabs_from_filename): Return
4152 symtab_vector_up. Update all callers.
4153
f6c4e3e8
TT
41542018-08-29 Tom Tromey <tom@tromey.com>
4155
4156 * csky-tdep.c (csky_analyze_prologue): Use
4157 core_addr_to_string_nz.
4158
73c13fe6
TT
41592018-08-29 Tom Tromey <tom@tromey.com>
4160
4161 * windows-nat.c (struct xlate_exception) <them>: Change type to
4162 DWORD.
4163 (xlate): Fix formatting. Remove last entry.
4164 (struct xlate_exception, xlate): Comment out.
4165 (windows_nat_target::resume): Use ranged for.
4166
4d3928d7
JW
41672018-08-29 Jim Wilson <jimw@sifive.com>
4168
4169 * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
4170 (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
4171 of NT_PRFPREG.
4172 (riscv_linux_nat_target::store_registers): Likewise.
4173
7a6dbc2f
SDJ
41742018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
4175
4176 PR gdb/23555
4177 PR gdb/23558
4178 * gnulib/aclocal.m4: Regenerate.
4179 * gnulib/config.in: Regenerate.
4180 * gnulib/configure: Regenerate.
4181 * gnulib/import/Makefile.am: Update.
4182 * gnulib/import/Makefile.in: Update.
4183 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
4184 * gnulib/import/_Noreturn.h: ... this.
4185 * gnulib/import/alloca.in.h: Update.
4186 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
4187 * gnulib/import/arg-nonnull.h: ... this.
4188 * gnulib/import/assure.h: Update.
4189 * gnulib/import/at-func.c: Update.
4190 * gnulib/import/basename-lgpl.c: Update.
4191 * gnulib/import/extra/snippet/c++defs.h: Rename to...
4192 * gnulib/import/c++defs.h: ... this.
4193 * gnulib/import/canonicalize-lgpl.c: Update.
4194 * gnulib/import/cdefs.h: Update.
4195 * gnulib/import/chdir-long.c: Update.
4196 * gnulib/import/chdir-long.h: Update.
4197 * gnulib/import/cloexec.c: Update.
4198 * gnulib/import/cloexec.h: Update.
4199 * gnulib/import/close.c: Update.
4200 * gnulib/import/closedir.c: Update.
4201 * gnulib/import/config.charset: Update.
4202 * gnulib/import/dirent-private.h: Update.
4203 * gnulib/import/dirent.in.h: Update.
4204 * gnulib/import/dirfd.c: Update.
4205 * gnulib/import/dirname-lgpl.c: Update.
4206 * gnulib/import/dirname.h: Update.
4207 * gnulib/import/dosname.h: Update.
4208 * gnulib/import/dup-safer-flag.c: Update.
4209 * gnulib/import/dup-safer.c: Update.
4210 * gnulib/import/dup.c: Update.
4211 * gnulib/import/dup2.c: Update.
4212 * gnulib/import/errno.in.h: Update.
4213 * gnulib/import/error.c: Update.
4214 * gnulib/import/error.h: Update.
4215 * gnulib/import/exitfail.c: Update.
4216 * gnulib/import/exitfail.h: Update.
4217 * gnulib/import/extra/update-copyright: Update.
4218 * gnulib/import/fchdir.c: Update.
4219 * gnulib/import/fcntl.c: Update.
4220 * gnulib/import/fcntl.in.h: Update.
4221 * gnulib/import/fd-hook.c: Update.
4222 * gnulib/import/fd-hook.h: Update.
4223 * gnulib/import/fd-safer-flag.c: Update.
4224 * gnulib/import/fd-safer.c: Update.
4225 * gnulib/import/fdopendir.c: Update.
4226 * gnulib/import/filename.h: Update.
4227 * gnulib/import/filenamecat-lgpl.c: Update.
4228 * gnulib/import/filenamecat.h: Update.
4229 * gnulib/import/flexmember.h: Update.
4230 * gnulib/import/float+.h: Update.
4231 * gnulib/import/float.c: Update.
4232 * gnulib/import/float.in.h: Update.
4233 * gnulib/import/fnmatch.c: Update.
4234 * gnulib/import/fnmatch.in.h: Update.
4235 * gnulib/import/fnmatch_loop.c: Update.
4236 * gnulib/import/fpucw.h: Update.
4237 * gnulib/import/frexp.c: Update.
4238 * gnulib/import/frexpl.c: Update.
4239 * gnulib/import/fstat.c: Update.
4240 * gnulib/import/fstatat.c: Update.
4241 * gnulib/import/getcwd-lgpl.c: Update.
4242 * gnulib/import/getcwd.c: Update.
4243 * gnulib/import/getdtablesize.c: Update.
4244 * gnulib/import/getlogin_r.c: Update.
4245 * gnulib/import/getprogname.c: Update.
4246 * gnulib/import/getprogname.h: Update.
4247 * gnulib/import/gettext.h: Update.
4248 * gnulib/import/gettimeofday.c: Update.
4249 * gnulib/import/glob-libc.h: Update.
4250 * gnulib/import/glob.c: Update.
4251 * gnulib/import/glob.in.h: Update.
4252 * gnulib/import/glob_internal.h: Update.
4253 * gnulib/import/glob_pattern_p.c: Update.
4254 * gnulib/import/globfree.c: Update.
4255 * gnulib/import/hard-locale.c: Update.
4256 * gnulib/import/hard-locale.h: Update.
4257 * gnulib/import/intprops.h: Update.
4258 * gnulib/import/inttypes.in.h: Update.
4259 * gnulib/import/isnan.c: Update.
4260 * gnulib/import/isnand-nolibm.h: Update.
4261 * gnulib/import/isnand.c: Update.
4262 * gnulib/import/isnanl-nolibm.h: Update.
4263 * gnulib/import/isnanl.c: Update.
4264 * gnulib/import/itold.c: Update.
4265 * gnulib/import/libc-config.h: Update.
4266 * gnulib/import/limits.in.h: Update.
4267 * gnulib/import/localcharset.c: Update.
4268 * gnulib/import/localcharset.h: Update.
4269 * gnulib/import/localtime-buffer.c: Update.
4270 * gnulib/import/localtime-buffer.h: Update.
4271 * gnulib/import/lstat.c: Update.
4272 * gnulib/import/m4/00gnulib.m4: Update.
4273 * gnulib/import/m4/__inline.m4: Update.
4274 * gnulib/import/m4/absolute-header.m4: Update.
4275 * gnulib/import/m4/alloca.m4: Update.
4276 * gnulib/import/m4/builtin-expect.m4: Update.
4277 * gnulib/import/m4/canonicalize.m4: Update.
4278 * gnulib/import/m4/chdir-long.m4: Update.
4279 * gnulib/import/m4/close.m4: Update.
4280 * gnulib/import/m4/closedir.m4: Update.
4281 * gnulib/import/m4/configmake.m4: Update.
4282 * gnulib/import/m4/d-ino.m4: Update.
4283 * gnulib/import/m4/d-type.m4: Update.
4284 * gnulib/import/m4/dirent_h.m4: Update.
4285 * gnulib/import/m4/dirfd.m4: Update.
4286 * gnulib/import/m4/dirname.m4: Update.
4287 * gnulib/import/m4/double-slash-root.m4: Update.
4288 * gnulib/import/m4/dup.m4: Update.
4289 * gnulib/import/m4/dup2.m4: Update.
4290 * gnulib/import/m4/eealloc.m4: Update.
4291 * gnulib/import/m4/environ.m4: Update.
4292 * gnulib/import/m4/errno_h.m4: Update.
4293 * gnulib/import/m4/error.m4: Update.
4294 * gnulib/import/m4/exponentd.m4: Update.
4295 * gnulib/import/m4/exponentl.m4: Update.
4296 * gnulib/import/m4/extensions.m4: Update.
4297 * gnulib/import/m4/extern-inline.m4: Update.
4298 * gnulib/import/m4/fchdir.m4: Update.
4299 * gnulib/import/m4/fcntl-o.m4: Update.
4300 * gnulib/import/m4/fcntl.m4: Update.
4301 * gnulib/import/m4/fcntl_h.m4: Update.
4302 * gnulib/import/m4/fdopendir.m4: Update.
4303 * gnulib/import/m4/filenamecat.m4: Update.
4304 * gnulib/import/m4/flexmember.m4: Update.
4305 * gnulib/import/m4/float_h.m4: Update.
4306 * gnulib/import/m4/fnmatch.m4: Update.
4307 * gnulib/import/m4/fnmatch_h.m4: Update.
4308 * gnulib/import/m4/fpieee.m4: Update.
4309 * gnulib/import/m4/frexp.m4: Update.
4310 * gnulib/import/m4/frexpl.m4: Update.
4311 * gnulib/import/m4/fstat.m4: Update.
4312 * gnulib/import/m4/fstatat.m4: Update.
4313 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4314 * gnulib/import/m4/getcwd-path-max.m4: Update.
4315 * gnulib/import/m4/getcwd.m4: Update.
4316 * gnulib/import/m4/getdtablesize.m4: Update.
4317 * gnulib/import/m4/getlogin.m4: Update.
4318 * gnulib/import/m4/getlogin_r.m4: Update.
4319 * gnulib/import/m4/getpagesize.m4: Update.
4320 * gnulib/import/m4/getprogname.m4: Update.
4321 * gnulib/import/m4/gettimeofday.m4: Update.
4322 * gnulib/import/m4/glibc21.m4: Update.
4323 * gnulib/import/m4/glob.m4: Update.
4324 * gnulib/import/m4/glob_h.m4: Update.
4325 * gnulib/import/m4/gnulib-cache.m4: Update.
4326 * gnulib/import/m4/gnulib-common.m4: Update.
4327 * gnulib/import/m4/gnulib-comp.m4: Update.
4328 * gnulib/import/m4/gnulib-tool.m4: Update.
4329 * gnulib/import/m4/hard-locale.m4: Update.
4330 * gnulib/import/m4/include_next.m4: Update.
4331 * gnulib/import/m4/inttypes-pri.m4: Update.
4332 * gnulib/import/m4/inttypes.m4: Update.
4333 * gnulib/import/m4/isnand.m4: Update.
4334 * gnulib/import/m4/isnanl.m4: Update.
4335 * gnulib/import/m4/largefile.m4: Update.
4336 * gnulib/import/m4/limits-h.m4: Update.
4337 * gnulib/import/m4/localcharset.m4: Update.
4338 * gnulib/import/m4/locale-fr.m4: Update.
4339 * gnulib/import/m4/locale-ja.m4: Update.
4340 * gnulib/import/m4/locale-zh.m4: Update.
4341 * gnulib/import/m4/localtime-buffer.m4: Update.
4342 * gnulib/import/m4/longlong.m4: Update.
4343 * gnulib/import/m4/lstat.m4: Update.
4344 * gnulib/import/m4/malloc.m4: Update.
4345 * gnulib/import/m4/malloca.m4: Update.
4346 * gnulib/import/m4/math_h.m4: Update.
4347 * gnulib/import/m4/mbrtowc.m4: Update.
4348 * gnulib/import/m4/mbsinit.m4: Update.
4349 * gnulib/import/m4/mbsrtowcs.m4: Update.
4350 * gnulib/import/m4/mbstate_t.m4: Update.
4351 * gnulib/import/m4/memchr.m4: Update.
4352 * gnulib/import/m4/memmem.m4: Update.
4353 * gnulib/import/m4/mempcpy.m4: Update.
4354 * gnulib/import/m4/memrchr.m4: Update.
4355 * gnulib/import/m4/mkdir.m4: Update.
4356 * gnulib/import/m4/mkstemp.m4: Update.
4357 * gnulib/import/m4/mmap-anon.m4: Update.
4358 * gnulib/import/m4/mode_t.m4: Update.
4359 * gnulib/import/m4/msvc-inval.m4: Update.
4360 * gnulib/import/m4/msvc-nothrow.m4: Update.
4361 * gnulib/import/m4/multiarch.m4: Update.
4362 * gnulib/import/m4/nocrash.m4: Update.
4363 * gnulib/import/m4/off_t.m4: Update.
4364 * gnulib/import/m4/onceonly.m4: Update.
4365 * gnulib/import/m4/open-cloexec.m4: Update.
4366 * gnulib/import/m4/open.m4: Update.
4367 * gnulib/import/m4/openat.m4: Update.
4368 * gnulib/import/m4/opendir.m4: Update.
4369 * gnulib/import/m4/pathmax.m4: Update.
4370 * gnulib/import/m4/rawmemchr.m4: Update.
4371 * gnulib/import/m4/readdir.m4: Update.
4372 * gnulib/import/m4/readlink.m4: Update.
4373 * gnulib/import/m4/realloc.m4: Update.
4374 * gnulib/import/m4/rename.m4: Update.
4375 * gnulib/import/m4/rewinddir.m4: Update.
4376 * gnulib/import/m4/rmdir.m4: Update.
4377 * gnulib/import/m4/save-cwd.m4: Update.
4378 * gnulib/import/m4/secure_getenv.m4: Update.
4379 * gnulib/import/m4/setenv.m4: Update.
4380 * gnulib/import/m4/signal_h.m4: Update.
4381 * gnulib/import/m4/ssize_t.m4: Update.
4382 * gnulib/import/m4/stat-time.m4: Update.
4383 * gnulib/import/m4/stat.m4: Update.
4384 * gnulib/import/m4/std-gnu11.m4: Update.
4385 * gnulib/import/m4/stdbool.m4: Update.
4386 * gnulib/import/m4/stddef_h.m4: Update.
4387 * gnulib/import/m4/stdint.m4: Update.
4388 * gnulib/import/m4/stdio_h.m4: Update.
4389 * gnulib/import/m4/stdlib_h.m4: Update.
4390 * gnulib/import/m4/strchrnul.m4: Update.
4391 * gnulib/import/m4/strdup.m4: Update.
4392 * gnulib/import/m4/strerror.m4: Update.
4393 * gnulib/import/m4/string_h.m4: Update.
4394 * gnulib/import/m4/strstr.m4: Update.
4395 * gnulib/import/m4/strtok_r.m4: Update.
4396 * gnulib/import/m4/sys_socket_h.m4: Update.
4397 * gnulib/import/m4/sys_stat_h.m4: Update.
4398 * gnulib/import/m4/sys_time_h.m4: Update.
4399 * gnulib/import/m4/sys_types_h.m4: Update.
4400 * gnulib/import/m4/tempname.m4: Update.
4401 * gnulib/import/m4/time_h.m4: Update.
4402 * gnulib/import/m4/unistd-safer.m4: Update.
4403 * gnulib/import/m4/unistd_h.m4: Update.
4404 * gnulib/import/m4/warn-on-use.m4: Update.
4405 * gnulib/import/m4/wchar_h.m4: Update.
4406 * gnulib/import/m4/wchar_t.m4: Update.
4407 * gnulib/import/m4/wctype_h.m4: Update.
4408 * gnulib/import/m4/wint_t.m4: Update.
4409 * gnulib/import/malloc.c: Update.
4410 * gnulib/import/malloc/scratch_buffer.h: Update.
4411 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4412 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4413 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4414 * gnulib/import/malloca.c: Update.
4415 * gnulib/import/malloca.h: Update.
4416 * gnulib/import/malloca.valgrind: Update.
4417 * gnulib/import/math.in.h: Update.
4418 * gnulib/import/mbrtowc.c: Update.
4419 * gnulib/import/mbsinit.c: Update.
4420 * gnulib/import/mbsrtowcs-impl.h: Update.
4421 * gnulib/import/mbsrtowcs-state.c: Update.
4422 * gnulib/import/mbsrtowcs.c: Update.
4423 * gnulib/import/memchr.c: Update.
4424 * gnulib/import/memmem.c: Update.
4425 * gnulib/import/mempcpy.c: Update.
4426 * gnulib/import/memrchr.c: Update.
4427 * gnulib/import/mkdir.c: Update.
4428 * gnulib/import/mkstemp.c: Update.
4429 * gnulib/import/msvc-inval.c: Update.
4430 * gnulib/import/msvc-inval.h: Update.
4431 * gnulib/import/msvc-nothrow.c: Update.
4432 * gnulib/import/msvc-nothrow.h: Update.
4433 * gnulib/import/open.c: Update.
4434 * gnulib/import/openat-die.c: Update.
4435 * gnulib/import/openat-priv.h: Update.
4436 * gnulib/import/openat-proc.c: Update.
4437 * gnulib/import/openat.c: Update.
4438 * gnulib/import/openat.h: Update.
4439 * gnulib/import/opendir.c: Update.
4440 * gnulib/import/pathmax.h: Update.
4441 * gnulib/import/pipe-safer.c: Update.
4442 * gnulib/import/rawmemchr.c: Update.
4443 * gnulib/import/readdir.c: Update.
4444 * gnulib/import/readlink.c: Update.
4445 * gnulib/import/realloc.c: Update.
4446 * gnulib/import/ref-add.sin: Update.
4447 * gnulib/import/ref-del.sin: Update.
4448 * gnulib/import/rename.c: Update.
4449 * gnulib/import/rewinddir.c: Update.
4450 * gnulib/import/rmdir.c: Update.
4451 * gnulib/import/same-inode.h: Update.
4452 * gnulib/import/save-cwd.c: Update.
4453 * gnulib/import/save-cwd.h: Update.
4454 * gnulib/import/scratch_buffer.h: Update.
4455 * gnulib/import/secure_getenv.c: Update.
4456 * gnulib/import/setenv.c: Update.
4457 * gnulib/import/signal.in.h: Update.
4458 * gnulib/import/stat-time.c: Update.
4459 * gnulib/import/stat-time.h: Update.
4460 * gnulib/import/stat-w32.c: Update.
4461 * gnulib/import/stat-w32.h: Update.
4462 * gnulib/import/stat.c: Update.
4463 * gnulib/import/stdbool.in.h: Update.
4464 * gnulib/import/stddef.in.h: Update.
4465 * gnulib/import/stdint.in.h: Update.
4466 * gnulib/import/stdio.in.h: Update.
4467 * gnulib/import/stdlib.in.h: Update.
4468 * gnulib/import/str-two-way.h: Update.
4469 * gnulib/import/strchrnul.c: Update.
4470 * gnulib/import/strdup.c: Update.
4471 * gnulib/import/streq.h: Update.
4472 * gnulib/import/strerror-override.c: Update.
4473 * gnulib/import/strerror-override.h: Update.
4474 * gnulib/import/strerror.c: Update.
4475 * gnulib/import/string.in.h: Update.
4476 * gnulib/import/stripslash.c: Update.
4477 * gnulib/import/strnlen1.c: Update.
4478 * gnulib/import/strnlen1.h: Update.
4479 * gnulib/import/strstr.c: Update.
4480 * gnulib/import/strtok_r.c: Update.
4481 * gnulib/import/sys_stat.in.h: Update.
4482 * gnulib/import/sys_time.in.h: Update.
4483 * gnulib/import/sys_types.in.h: Update.
4484 * gnulib/import/tempname.c: Update.
4485 * gnulib/import/tempname.h: Update.
4486 * gnulib/import/time.in.h: Update.
4487 * gnulib/import/unistd--.h: Update.
4488 * gnulib/import/unistd-safer.h: Update.
4489 * gnulib/import/unistd.in.h: Update.
4490 * gnulib/import/unsetenv.c: Update.
4491 * gnulib/import/verify.h: Update.
4492 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4493 * gnulib/import/wchar.in.h: Update.
4494 * gnulib/import/wctype.in.h: Update.
4495 * gnulib/import/xalloc-oversized.h: Update.
4496 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4497 "53e2c179f26a890fa6685af4b6c1397ee370433b".
4498
b0f492b9
GB
44992018-08-16 Gary Benson <gbenson@redhat.com>
4500
4501 PR gdb/13000:
4502 * gdb/main.c (captured_main_1): Exit with nonzero status
4503 in batch mode if the last command to be executed failed.
4504 * NEWS: Mention the above.
4505
2362e7f7
SM
45062018-08-29 Simon Marchi <simon.marchi@ericsson.com>
4507
4508 * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
4509 end of warning message.
4510
4f4aedeb
AH
45112018-08-29 Alan Hayward <alan.hayward@arm.com>
4512
4513 PR gdb/22943:
4514 * aarch64-tdep.c (is_hfa_or_hva): Remove function.
4515 (aarch64_extract_return_value): Use
4516 aapcs_is_vfp_call_or_return_candidate.
4517 (aarch64_return_in_memory): Likewise.
4518 (aarch64_store_return_value): Likewise.
4519
0e745c60
AH
45202018-08-29 Alan Hayward <alan.hayward@arm.com>
4521
4522 * aarch64-tdep.c
4523 (aapcs_is_vfp_call_or_return_candidate): Make static
4524 (pass_in_v_or_stack): Remove function.
4525 (pass_in_v_vfp_candidate): New function.
4526 (aarch64_push_dummy_call): Check for float register candidates.
4527
ea92689a
AH
45282018-08-29 Alan Hayward <alan.hayward@arm.com>
4529
4530 * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
4531 (aapcs_is_vfp_call_or_return_candidate_1): New function.
4532 (aapcs_is_vfp_call_or_return_candidate): Likewise.
4533
ad202fcc
SM
45342018-08-28 Simon Marchi <simon.marchi@polymtl.ca>
4535
4536 PR build/23399
4537 * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
4538 (struct ipa_sym_addresses): Rename to...
4539 (struct ipa_sym_addresses_common): ... this.
4540 * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
4541
5fe3f3e4
TT
45422018-08-28 Tom Tromey <tom@tromey.com>
4543
4544 * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4545 (token_fifo): Now a std::vector.
4546 (yylex, c_parse): Update.
4547 * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4548 (token_fifo): Now a std::vector.
4549 (yylex, d_parse): Update.
4550 * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4551 (token_fifo): Now a std::vector.
4552 (yylex, go_parse): Update.
4553
858d8004
SM
45542018-08-28 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * parser-defs.h (struct type_stack) <elements>: Change type to
4557 std::vector<union type_stack_elt>.
4558 <depth, size>: Remove.
4559 * parse.c (parse_exp_in_context_1): Adjust.
4560 (type_stack_reserve): Remove.
4561 (check_type_stack_depth): Remove.
4562 (insert_into_type_stack): Adjust to std::vector.
4563 (insert_type): Likewise.
4564 (push_type): Likewise.
4565 (push_type_int): Likewise.
4566 (insert_type_address_space): Likewise.
4567 (pop_type): Likewise.
4568 (pop_type_int): Likewise.
4569 (pop_typelist): Likewise.
4570 (pop_type_stack): Likewise.
4571 (append_type_stack): Likewise.
4572 (push_type_stack): Likewise.
4573 (get_type_stack): Likewise.
4574 (type_stack_cleanup): Likewise.
4575 (push_typelist): Likewise.
4576 (follow_types): Likewise.
4577 (_initialize_parse): Likewise.
4578
416a69af
HAQ
45792018-08-28 Hafiz Abid Qadeer <abidh@codesourcery.com>
4580
4581 * NEWS: Mention csky target.
4582
9d24df82
HAQ
45832018-08-28 Jiangshuai Li <jiangshuai_li@c-sky.com>
4584 Hafiz Abid Qadeer <abidh@codesourcery.com>
4585 Don Breazeal <donb@codesourcery.com>
4586
4587 * csky-linux-tdep.c: New file.
4588 * csky-tdep.c: Likewise.
4589 * csky-tdep.h: Likewise.
4590 * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
4591 csky-tdep.o.
4592 (HFILES_NO_SRCDIR): Add csky-tdep.h.
4593 (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
4594 * configure.tgt: Add csky support.
4595
3bf9c013
JV
45962018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4597
4598 * python/py-framefilter.c (py_print_frame): Print frame architecture
4599 when printing on an MI output.
4600
d3d8724a
TT
46012018-08-27 Tom Tromey <tom@tromey.com>
4602
4603 PR build/23087:
4604 * configure: Rebuild.
4605 * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
4606
1885053b
TT
46072018-08-27 Tom Tromey <tom@tromey.com>
4608
4609 * aarch64-linux-tdep.c
4610 (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
4611 casts to int.
4612
8406672e
TT
46132018-08-27 Tom Tromey <tom@tromey.com>
4614
4615 * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
4616 unsigned.
4617 (ppc64_standard_linkage1, ppc64_standard_linkage2)
4618 (ppc64_standard_linkage3, ppc64_standard_linkage4)
4619 (ppc64_standard_linkage5, ppc64_standard_linkage6)
4620 (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
4621 unsigned.
4622
ec40cf90
TT
46232018-08-27 Tom Tromey <tom@tromey.com>
4624
4625 * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
4626 (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
4627
7bc02706
TT
46282018-08-27 Tom Tromey <tom@tromey.com>
4629
4630 * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
4631 * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
4632 ULONGEST_MAX.
4633 * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
4634 ULONGEST_MAX.
4635 * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
4636 ULONGEST_MAX.
4637 * sparc-linux-tdep.c (sparc32_linux_sigframe)
4638 (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
4639 * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
4640 ULONGEST_MAX.
4641 * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
4642 (ppc64_linux_sigaction_tramp_frame)
4643 (ppc32_linux_sighandler_tramp_frame)
4644 (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4645 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
4646 (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
4647 * mn10300-linux-tdep.c (am33_linux_sigframe)
4648 (am33_linux_rt_sigframe): Use ULONGEST_MAX.
4649 * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
4650 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4651 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4652 (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
4653 (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
4654 (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
4655 * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
4656 (mips64_fbsd_sigframe): Use ULONGEST_MAX.
4657 * microblaze-linux-tdep.c
4658 (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4659 * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
4660 (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
4661 (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
4662 * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
4663 * common/common-types.h (ULONGEST_MAX): New define.
4664 (CORE_ADDR_MAX): Fix formatting.
4665 * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
4666 * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
4667 * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
4668 (arm_linux_rt_sigreturn_tramp_frame)
4669 (arm_eabi_linux_sigreturn_tramp_frame)
4670 (arm_eabi_linux_rt_sigreturn_tramp_frame)
4671 (thumb2_eabi_linux_sigreturn_tramp_frame)
4672 (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
4673 (arm_linux_restart_syscall_tramp_frame)
4674 (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
4675 * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
4676 * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
4677 ULONGEST_MAX.
4678 * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
4679
70ab8ccd
TT
46802018-08-27 Tom Tromey <tom@tromey.com>
4681
4682 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
4683 CORE_ADDR_MAX.
4684 * mips-tdep.c (mips_deal_with_atomic_sequence)
4685 (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
4686 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
4687 (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
4688 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
4689 CORE_ADDR_MAX.
4690 * aarch64-tdep.c (aarch64_software_single_step): Use
4691 CORE_ADDR_MAX.
4692
896a7aa6
TT
46932018-08-27 Tom Tromey <tom@tromey.com>
4694
4695 * linespec.c (complete_linespec_component): Add cast to "char".
4696 * completer.c (completion_tracker::build_completion_result): Add
4697 cast to "char".
4698
dd33d41d
SM
46992018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
4700
4701 * solist.h (struct solist, struct target_so_ops): Fix
4702 indentation.
4703
c645cda4
SM
47042018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
4705
4706 * ada-tasks.c (ada_task_info_s): Remove typedef.
4707 (DEF_VEC_O(ada_task_info_s)): Remove.
4708 (struct ada_tasks_inferior_data): Initialize fields.
4709 <task_list>: Make an std::vector.
4710 (get_ada_tasks_inferior_data): Allocate with new.
4711 (ada_get_task_number): Adjust.
4712 (get_task_number_from_id): Likewise.
4713 (valid_task_id): Likewise.
4714 (ada_get_task_info_from_ptid): Likewise.
4715 (iterate_over_live_ada_tasks): Likewise.
4716 (add_ada_task): Likewise.
4717 (read_known_tasks): Likewise.
4718 (ada_build_task_list): Likewise.
4719 (print_ada_task_info): Likewise.
4720 (info_task): Likewise.
4721 (task_command_1): Likewise.
4722
39e7af3e
SM
47232018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
4724
4725 * ada-lang.c (add_angle_brackets): Return std::string.
4726
bbbbbcee
SM
47272018-08-25 Simon Marchi <simon.marchi@polymtl.ca>
4728
4729 * python/py-threadevent.c (py_get_event_thread): Initialize
4730 pythread.
4731
d98fc15b
PA
47322018-08-24 Pedro Alves <palves@redhat.com>
4733
4734 * python/py-bpevent.c (create_breakpoint_event_object): Use
4735 copy-initialization.
4736 * python/py-continueevent.c (emit_continue_event): Use
4737 copy-initialization.
4738 * python/py-exitedevent.c (create_exited_event_object): Return a
4739 gdbpy_ref<>.
4740 (emit_exited_event): Use copy-initialization.
4741 * python/py-inferior.c (python_new_inferior)
4742 (python_inferior_deleted, add_thread_object): Use
4743 copy-initialization.
4744 * python/py-infevents.c (create_inferior_call_event_object)
4745 (create_register_changed_event_object)
4746 (create_memory_changed_event_object): Return a gdbpy_ref<>.
4747 (emit_inferior_call_event, emit_memory_changed_event)
4748 (emit_register_changed_event): Use copy-initialization.
4749 * python/py-newobjfileevent.c (create_new_objfile_event_object):
4750 Return a gdbpy_ref<>.
4751 (emit_new_objfile_event): Use copy-initialization.
4752 (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
4753 (emit_clear_objfiles_event): Use copy-initialization.
4754 * python/py-signalevent.c (create_signal_event_object): Use
4755 copy-initialization.
4756 * python/py-threadevent.c (create_thread_event_object): Use
4757 copy-initialization.
4758
da3c8738
PA
47592018-08-24 Pedro Alves <palves@redhat.com>
4760 Simon Marchi <simon.marchi@ericsson.com>
4761
4762 PR gdb/23379
4763 * python/py-continueevent.c: Include "gdbthread.h".
4764 (create_continue_event_object): Add intro comment. Add 'ptid'
4765 parameter. Use it to find thread to pass to
4766 create_thread_event_object.
4767 (emit_continue_event): Pass PTID down to
4768 create_continue_event_object.
4769 * python/py-event.h (py_get_event_thread): Declare.
4770 (create_thread_event_object): Remove default from 'thread'
4771 parameter.
4772 * python/py-stopevent.c (create_stop_event_object): Use
4773 py_get_event_thread.
4774 * python/py-threadevent.c (get_event_thread): Rename to ...
4775 (py_get_event_thread): ... this, make extern, add 'ptid' parameter
4776 and use it to find the thread.
4777 (create_thread_event_object): Assert that THREAD isn't null.
4778 Don't find the event thread here.
4779
26457a9c
KB
47802018-08-23 Kevin Buettner <kevinb@redhat.com>
4781
4782 * block.h (blockrange, blockranges): New struct declarations.
4783 (struct block): Add new field named `ranges'.
4784 (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
4785 (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
4786 macros for accessing ranges in struct block.
4787 (make_blockranges): New declaration.
4788 block.c (make_blockranges): New function.
2d5f09ec
KB
4789 * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
4790 for block.
fc811edd
KB
4791 * symtab.h (find_pc_partial_function): Add new parameter `block'.
4792 * blockframe.c (cache_pc_function_block): New static global.
4793 (clear_pc_function_cache): Clear cache_pc_function_block.
4794 (find_pc_partial_function): Move comment to symtab.h. Add
4795 support for non-contiguous blocks.
e9480230
KB
4796 * cli/cli-cmds.c (block.h): Include.
4797 (print_disassembly): Handle printing of non-contiguous blocks.
4798 (disassemble_current_function): Likewise.
4799 (disassemble_command): Likewise.
26457a9c 4800
2b1ffcfd
KB
4801 * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
4802 BLOCK_START.
4803 * blockframe.c (get_pc_function_start): Likewise.
4804 * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
4805 (gcc_symbol_address): Likewise.
4806 * compile/compile-object-run.c (compile_object_run): Likewise.
4807 * compile/compile.c (get_expr_block_and_pc): Likewise.
4808 * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
4809 (func_addr_to_tail_call_list): Likewise.
4810 * findvar.c (default_read_var_value): Likewise.
4811 * inline-frame.c (inline_frame_this_id): Likewise.
4812 (skip-inline_frames): Likewise.
4813 * infcmd.c (until_next_command): Likewise.
4814 * linespec.c (convert_linespec_to_sals): Likewise.
4815 * parse.c (parse_exp_in_context_1): Likewise.
4816 * printcmd.c (build_address_symbolic): likewise.
4817 (info_address_command): Likewise.
4818 symtab.c (find_function_start_sal): Likewise.
4819 (skip_prologue_sal): Likewise.
4820 (find_function_alias_target): Likewise.
4821 (find_gnu_ifunc): Likewise.
4822 * stack.c (find_frame_funname): Likewise.
4823 * symtab.c (fixup_symbol_section): Likewise.
4824 (find_function_start_sal): Likewise.
4825 (skip_prologue_sal): Likewsie.
4826 (find_function_alias_target): Likewise.
4827 (find_gnu_ifunc): Likewise.
4828 * tracepoint.c (info_scope_command): Likewise.
4829 * value.c (value_fn_field): Likewise.
4830
9644dc3a
KB
4831 * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
4832 in place of find_pc_partial_function.
4833 * blockframe.c (find_function_entry_range_from_pc): New function.
4834 * symtab.h (find_function_entry_range_from_pc): Declare and document.
4835 * objfiles.c (objfile_relocate1): Relocate start and end addresses
4836 for each range in a block.
4837
4838
12a0d0f6
XR
48392018-08-23 Xavier Roirand <roirand@adacore.com>
4840
4841 * machoread.c (macho_symfile_read_all_oso): Remove uneeded
4842 incrementation.
4843
d1012b8e
SM
48442018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4845
4846 * solib-svr4.c (read_program_headers_from_bfd): Return
4847 gdb::optional<gdb::byte_vector>.
4848 (svr4_exec_displacement): Adjust.
4849
17658d46
SM
48502018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4851
4852 * solib-svr4.c (read_program_header): Return
4853 gdb::optional<gdb::byte_vector>, remove p_sect_size param.
4854 (find_program_interpreter): Return
4855 gdb::optional<gdb::byte_vector>.
4856 (scan_dyntag_auxv): Adjust.
4857 (enable_break): Adjust.
4858 (svr4_exec_displacement): Adjust.
4859
ae739fe7
SM
48602018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4861
4862 * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
4863 * inf-child.c (inf_child_target::terminal_save_inferior): New.
4864
467dc1e2
SM
48652018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4866
4867 * guile/scm-string.c (gdbscm_scm_from_printf): Use
4868 string_vprintf.
4869 * guile/scm-utils.c (gdbscm_printf): Likewise.
4870 * serial.c (serial_printf): Likewise.
4871 * xml-support.c (gdb_xml_parser::vdebug): Likewise.
4872
6d52907e
JV
48732018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4874
4875 * stack.c (print_frame): Print frame architecture when printing on
4876 an MI output.
4877 * NEWS: Mention new "arch" attribute in frame output.
4878
9758a8f8
AH
48792018-08-21 Alan Hayward <alan.hayward@arm.com>
4880
4881 * arch/aarch64.h (aarch64_regnum): Update comment.
4882
1461bdac
AH
48832018-08-21 Alan Hayward <alan.hayward@arm.com>
4884
4885 * NEWS: Add SVE to 8.2 section.
4886
4895f384
PA
48872018-08-21 Pedro Alves <palves@redhat.com>
4888
4889 * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
4890 out from gdbscm_parse_function_args.
4891 (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
4892 gdbscm_parse_function_args_1.
4893
a4497d2f
SM
48942018-08-21 Simon Marchi <simon.marchi@ericsson.com>
4895
4896 PR gdb/17816
4897 * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
4898 operator.
4899
c44deb73
SM
49002018-08-19 Simon Marchi <simon.marchi@polymtl.ca>
4901
4902 * solib-svr4.c (svr4_exec_displacement): Fix formatting.
4903
be2d111a
MS
49042018-08-19 Michael Spang <spang@google.com>
4905
4906 PR gdb/11786
4907 * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
4908 for PT_TLS segments.
4909
a6b786da
KB
49102018-08-18 Kevin Buettner <kevinb@redhat.com>
4911
4912 * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
4913 dwarf_variable_value.
4914 * dwarf2-frame.c (class dwarf_expr_executor):
4915 Add override for dwarf_variable_value.
4916 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
4917 (class symbol_needs_eval_context): Likewise.
4918 (indirect_synthetic_pointer): Add forward declaration.
4919 (sect_variable_value): New function.
4920 (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
4921 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
4922 for DW_OP_GNU_variable_value.
4923
89fbedf3
TT
49242018-08-16 Tom Tromey <tom@tromey.com>
4925
4926 * top.c (read_command_file): Update.
4927 (command_line_input): Remove "repeat" argument.
4928 * ada-lang.c (get_selections): Update.
4929 * linespec.c (decode_line_2): Update.
4930 * defs.h (command_line_input): Remove argument.
4931 * cli/cli-script.c (read_next_line): Update.
4932 * python/py-gdb-readline.c: Update.
4933
12582533
TT
49342018-08-17 Tom Tromey <tom@tromey.com>
4935
4936 * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
4937 command_line_input.
4938
49514353
TT
49392018-08-15 Tom Tromey <tom@tromey.com>
4940
4941 * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
4942
26fb3983
JV
49432018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4944
4945 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
4946 If used, use find_pc_partial_function to find address range
4947 to disassemble.
4948 * mi/mi-main.c (mi_cmd_list_features): Report
4949 "data-disassemble-a-option" feature.
4950 * NEWS: Mention new -data-disassemble option -a.
4951
a97b53dd
TT
49522018-08-13 Tom Tromey <tom@tromey.com>
4953
4954 * common/common-defs.h (_FORTIFY_SOURCE): Define.
4955
0c76e06d
AH
49562018-08-13 Alan Hayward <alan.hayward@arm.com>
4957
4958 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
4959 (aarch64_linux_collect_sve_regset): Likewise.
4960 (aarch64_linux_iterate_over_regset_sections): Check for SVE.
4961 * regcache.h (regcache_map_entry_size): New function.
4962
b7fd65b9
AH
49632018-08-13 Alan Hayward <alan.hayward@arm.com>
4964
4965 * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
4966 (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
4967 (SVE_HEADER_VL_LENGTH): Likewise.
4968 (SVE_HEADER_MAX_VL_LENGTH): Likewise.
4969 (SVE_HEADER_FLAGS_LENGTH): Likewise.
4970 (SVE_HEADER_RESERVED_LENGTH): Likewise.
4971 (SVE_HEADER_SIZE_OFFSET): Likewise.
4972 (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
4973 (SVE_HEADER_VL_OFFSET): Likewise.
4974 (SVE_HEADER_MAX_VL_OFFSET): Likewise.
4975 (SVE_HEADER_FLAGS_OFFSET): Likewise.
4976 (SVE_HEADER_RESERVED_OFFSET): Likewise.
4977 (SVE_HEADER_SIZE): Likewise.
4978 (aarch64_linux_core_read_vq): Add function.
4979 (aarch64_linux_core_read_description): Check for SVE section.
4980
a616bb94
AH
49812018-08-13 Alan Hayward <alan.hayward@arm.com>
4982
4983 * aarch64-fbsd-tdep.c
4984 (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
4985 collect_size.
4986 * aarch64-linux-tdep.c
4987 (aarch64_linux_iterate_over_regset_sections): Likewise.
4988 * alpha-linux-tdep.c
4989 (alpha_linux_iterate_over_regset_sections):
4990 * alpha-nbsd-tdep.c
4991 (alphanbsd_iterate_over_regset_sections): Likewise.
4992 * amd64-fbsd-tdep.c
4993 (amd64fbsd_iterate_over_regset_sections): Likewise.
4994 * amd64-linux-tdep.c
4995 (amd64_linux_iterate_over_regset_sections): Likewise.
4996 * arm-bsd-tdep.c
4997 (armbsd_iterate_over_regset_sections): Likewise.
4998 * arm-fbsd-tdep.c
4999 (arm_fbsd_iterate_over_regset_sections): Likewise.
5000 * arm-linux-tdep.c
5001 (arm_linux_iterate_over_regset_sections): Likewise.
5002 * corelow.c (get_core_registers_cb): Likewise.
5003 (core_target::fetch_registers): Likewise.
5004 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
5005 * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
5006 * gdbarch.h (void): Regenerate.
5007 * gdbarch.sh: Add supply_size and collect_size.
5008 * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
5009 * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
5010 * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
5011 * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
5012 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
5013 * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
5014 * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
5015 * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
5016 * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
5017 * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
5018 * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
5019 * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
5020 * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
5021 * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
4399bce9
PA
5022 * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections):
5023 Likewise.
a616bb94
AH
5024 * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
5025 * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
5026 * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
5027 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
5028 * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
5029 * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
4399bce9
PA
5030 * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections):
5031 Likewise.
a616bb94
AH
5032 * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
5033 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
5034 * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
5035 * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
5036 * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
5037 * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
5038 * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
5039 * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
5040
a9925d4f
SM
50412018-08-10 Simon Marchi <simon.marchi@ericsson.com>
5042
5043 * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
5044 with string_printf.
5045
ad3a68e9
KS
50462018-08-10 Keith Seitz <keiths@redhat.com>
5047
5048 * compile/compile-c-support.c (add_code_header, add_code_footer):
5049 Move into policy class.
5050 (c_push_user_expression, pop_user_expression_nop)
5051 (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
5052 (compile_program): New host class.
5053 (c_compile_program): New typedef.
5054 (c_compute_porgram): Use c_compile_program.
5055
0cfbf430
KS
50562018-08-10 Keith Seitz <keiths@redhat.com>
5057
5058 * compile/compile-internal.h (compile_instance::~compile_instance):
5059 Remove calls to htab_delete.
5060 <m_type_map, m_symbol_err_map>: Switch type to htab_up.
5061 * compile.c (compile_instance::compile_instance): Initialize
5062 htab unique pointers.
5063 (compile_instance::get_cached_type, compile_instance::insert_type)
5064 (compile_instance::error_symbol_once): Update for unique_ptr.
5065
946d3d10
KS
50662018-08-10 Keith Seitz <keiths@redhat.com>
5067
5068 * compile/compile-c-symbols.c (struct symbol_error)
5069 (hash_symbol_error, eq_symbol_error, del_symbol_error)
5070 (compile_instance::insert_symbol_error)
5071 (compile_instance::error_symbol_once): Move to ...
5072 * compile/compile.c: ... here.
5073
9cdfd9a2
KS
50742018-08-10 Keith Seitz <keiths@redhat.com>
5075
5076 * compile/compile-c-support.c (c_get_compile_context): Use `new'
5077 instead of `new_compile_instance'.
5078 * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
5079 Update description.
5080 If the symbol error map is not initialized, create it.
5081 (generate_c_for_for_one_symbol): Do not check/initialize
5082 the symbol error map.
5083 * compile/compile-c-types.c (compile_c_instance): Make a class.
5084 Update all callers.
5085 (compile_instance::compile_instance): Initialize the type cache.
5086 (get_cached_type): New function.
5087 (insert_type): Update description.
5088 (compile_c_instance::m_default_cflags): Define.
5089 (convert_type): Update description. Use get_cached_type.
5090 (delete_instance): Moved to destructor.
5091 (new_compile_instance): Moved to constructor.
5092 * compile/compile-c.h (compile_c_instance): Make class inheriting
5093 from compile_instance.
5094 <base>: Remove field.
5095 <type_map, symbol_err_map>: Move to base class.
5096 <c_plugin>: Rename to `m_plugin' and remove pointer type.
5097 * compile/compile-internal.h (compile_instance): Make class.
5098 <type_map_t, symbol_err_map_t>: Define.
5099 <fe>: Rename to `m_gcc_fe'.
5100 <scope, block, gcc_target_options>: Add `m_' prefix.
5101 <m_type_map, m_symbol_err_map>: New fields, moved from
5102 compile_c_instance.
5103 <destroy>: Remove.
5104 (convert_type, new_compile_instance): Remove.
5105 * compile/compile.c (cleanup_compile_instance): Remove.
5106 (compile_to_object): Use unique_ptr to eliminate cleanups.
5107 (compile_instance::set_print_callback, compile_instance::version)
5108 (compile_instance::set_verbose)
5109 (compile_instance::set_driver_filename)
5110 (compile_instance::set_triplet_regexp)
5111 (compile_instance::set_arguments)
5112 (compile_instance::set_source_file)
5113 (compile_instance::compile): Define.
5114
18cdc6d8
KS
51152018-08-10 Keith Seitz <keiths@redhat.com>
5116
5117 * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
5118 * compile/compile-c-types.c: Define GCC_METHODN macros and include
5119 gcc-c-fe.def to define C plugin.
5120 (delete_instance): Delete `c_plugin'.
5121 (new_compile_instance): Initialize `c_plugin'.
5122 * compile/compile-c.h: Include gcc_c_plugin.h.
5123 (struct compile_c_instance) <c_plugin>: New member.
5124 * gcc-c-plugin.h: New file.
5125 Update all callers with API change.
5126
b7dc48b4
KS
51272018-08-10 Keith Seitz <keiths@redhat.com>
5128
5129 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
5130 (HFILES_NO_SRCDIR): ... to here.
5131 Add compile-internal.h and compile-c.h.
5132 * compile/compile-c-support.c: Include compile-c.h.
5133 * compile/compile-c-symbols.c: Include compile-c.h.
5134 (generate_c_for_variable_locations): Update comment.
5135 * compile/compile-c-types.c: Include compile-c.h.
5136 * compile/compile-c.h: New file -- moved C language declarations
5137 from other files here.
5138 * compile/compile-internal.h: Do not include hashtab.h or
5139 common/enum-flags.h.
5140 (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
5141 (gcc_convert_symbol, gcc_symbol_address)
5142 (generate_c_for_variable_locations, c_get_mode_for_size)
5143 (c_get_range_decl_name): Definitions moved to compile-c.h.
5144 * compile/compile-loc2c.c: Include compile-c.h.
5145
6f36b6d2
KS
51462018-08-10 Keith Seitz <keiths@redhat.com>
5147
5148 * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
5149 (c_symbol_substitution_name): ... this.
5150 Update all callers.
5151
bd923e51
KS
51522018-08-10 Keith Seitz <keiths@redhat.com>
5153
5154 * compile/compile-c-support.c (c_compute_program): Use
5155 unique_xmalloc_ptr to eliminate cleanup.
5156 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
5157 Return a unique_xmalloc_ptr and eliminate cleanup.
5158 * compile/compile-internal.h (generate_c_for_variable_locations):
5159 Return unique_xmalloc_ptr and update description.
5160
dbd534fe
AH
51612018-08-10 Alan Hayward <alan.hayward@arm.com>
5162
5163 * corelow.c (core_target::get_core_register_section): Rename
5164 min_size to section_min_size.
5165
90ad3654
JW
51662018-08-09 Jim Wilson <jimw@sifive.com>
5167
52a187f8
JW
5168 * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
5169 (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
5170 * NEWS: Mention new GNU/Linux RISC-V target.
5171 * configure.host: Add riscv*-*-linux*.
5172 * configure.nat: Add riscv*.
5173 * configure.tgt: Add riscv*-*-linux*.
3c77f97e 5174 * riscv-linux-nat.c: New file.
90ad3654
JW
5175 * riscv-linux-tdep.c: New file.
5176
aff4e175
AB
51772018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5178
5179 * infrun.c (resume): Make static, add forward declaration.
5180 (proceed): Update header comment.
5181 * infrun.h (resume): Delete declaration.
5182
06ab9219
TT
51832018-08-09 Tom Tromey <tom@tromey.com>
5184
5185 * riscv-tdep.h: Minor formatting fixes.
5186
83c8d318
SM
51872018-08-09 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * common/scoped_mmap.c (mmap_file): Silence ARI warning.
5190 * dwarf-index-cache.c (create_dir_and_check): Likewise.
5191 (test_mkdir_recursive): Likewise.
5192 * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
5193
5ff2bbae
AB
51942018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5195
5196 * valarith.c (value_subscripted_rvalue): If an array is not in
5197 memory, and we don't know the upper bound, then we can't know that
5198 the requested element exists or not.
5199
fdbac7d8
SM
52002018-08-08 Simon Marchi <simon.marchi@ericsson.com>
5201
5202 * target.c (str_comma_list_concat_elem): Fix typo in comment.
5203 (target_options_to_string): Add comment.
5204
83202f7a
TT
52052018-08-08 Tom Tromey <tom@tromey.com>
5206
5207 * unittests/scoped_mmap-selftests.c: Check result of "write".
5208
411baa47
JW
52092018-08-08 Jim Wilson <jimw@sifive.com>
5210
5c720ed8
JW
5211 * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
5212 (decode_register_index_short): New.
5213 (decode_j_type_insn, decode_cj_type_insn): New.
5214 (decode_b_type_insn, decode_cb_type_insn): New.
5215 (riscv_insn::decode): Add support for jumps, branches, lr, and sc. New
5216 local xlen. Check xlen when decoding ambiguous compressed insns. In
5217 compressed decode, use is_c_lui_insn instead of is_lui_insn, and
5218 is_c_sw_insn instead of is_sw_insn.
5219 (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
5220 (riscv_software_single_step): New.
5221 * riscv-tdep.h (riscv_software_single_step): Declare.
5222
411baa47
JW
5223 * riscv-tdep.c (riscv_isa_xlen): Drop static.
5224 * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
5225
9d4a934c
AB
52262018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 PR gdb/18050:
5229 * target.c (dispose_inferior): Don't dispose of inferiors that are
5230 already killed.
5231
ff36536c
SN
52322018-08-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
5233
5234 * remote.c (remote_target::download_tracepoint): Change char* to
5235 const char*.
5236
09ce46f2
SM
52372018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5238
5239 * target.h (target_options_to_string): Return an std::string.
5240 * target.c (str_comma_list_concat_elem): Return void, use
5241 std::string.
5242 (do_option): Likewise.
5243 (target_options_to_string): Return an std::string.
5244 * linux-nat.c (linux_nat_target::wait): Adjust.
5245 * target-debug.h (target_debug_print_options): Adjust.
5246
9c612964
TT
52472018-08-07 Tom Tromey <tom@tromey.com>
5248
5249 * Makefile.in (CPPFLAGS): New variable.
5250 (INTERNAL_CPPFLAGS): Use it.
5251
7d11235d
SM
52522018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * NEWS: Mention the index cache.
5255
87d6a7aa
SM
52562018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5257
5258 * common/pathstuff.h (get_standard_cache_dir): New.
5259 * common/pathstuff.c (get_standard_cache_dir): New.
5260 * build-id.h (build_id_to_string): New.
5261 * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
5262 DEBUG_STR_SUFFIX): Move to here.
5263 * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
5264 DEBUG_STR_SUFFIX): Move from there.
5265 (write_psymtabs_to_index): Make non-static, add basename
5266 parameter. Write to temporary files, rename when done.
5267 (save_gdb_index_command): Adjust call to
5268 write_psymtabs_to_index.
5269 * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
5270 field.
5271 * dwarf2read.c (dwz_file) <index_cache_res>: New field.
5272 (get_gdb_index_contents_from_cache): New.
5273 (get_gdb_index_contents_from_cache_dwz): New.
5274 (dwarf2_initialize_objfile): Read index from cache.
5275 (dwarf2_build_psymtabs): Save to index.
5276 * dwarf-index-cache.h: New file.
5277 * dwarf-index-cache.c: New file.
5278 * dwarf-index-write.h: New file.
5279
8a99096f
SM
52802018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5281
5282 * gnulib/aclocal.m4: Re-generate.
5283 * gnulib/config.in: Re-generate.
5284 * gnulib/configure: Re-generate.
5285 * gnulib/import/Makefile.am: Re-generate.
5286 * gnulib/import/Makefile.in: Re-generate.
5287 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
5288 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5289 * gnulib/import/m4/mkdir.m4: New file.
5290 * gnulib/import/mkdir.c: New file.
5291 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
5292 module.
5293
5c831bb1
SM
52942018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5295
5296 * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
5297 * common/scoped_mmap.c: New file.
5298 * common/scoped_mmap.h (destroy): New method.
5299 (~scoped_mmap, reset): Use destroy.
5300 (scoped_mmap): New move constructor.
5301 (mmap_file): New declaration.
5302 * unittests/scoped_mmap-selftests.c (test_normal,
5303 test_invalid_filename, run_tests): New functions.
5304 (_initialize_scoped_mmap_selftests): Register selftest.
5305
4485a1c1
SM
53062018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5307
5308 * dwarf2read.c (read_gdb_index_from_section): Rename to...
5309 (read_gdb_index_from_buffer): ... this. Remove section
5310 parameter, add buffer parameter.
5311 (get_gdb_index_contents_ftype,
5312 get_gdb_index_contents_dwz_ftype): New typedefs.
5313 (dwarf2_read_gdb_index): Add callback parameters to get the
5314 index contents.
5315 (get_gdb_index_contents_from_section): New.
5316 (dwarf2_initialize_objfile): Update call to
5317 dwarf2_read_gdb_index.
5318
528e1572
SM
53192018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5320
5321 * common/filestuff.h (gdb_fopen_cloexec): New overload.
5322 (gdb_open_cloexec): Likewise.
5323 * nat/linux-osdata.c (command_from_pid): Use string_printf.
5324 (commandline_from_pid): Likewise.
5325 (linux_xfer_osdata_threads): Likewise.
5326 (linux_xfer_osdata_fds): Likewise.
5327 * ada-lang.c (is_package_name): Likewise.
5328 * auxv.c (procfs_xfer_auxv): Likewise.
5329 * breakpoint.c (print_one_breakpoint_location): Use
5330 uiout::field_fmt.
5331 (print_one_catch_solib): Use string_printf.
5332 * coff-pe-read.c (add_pe_exported_sym): Likewise.
5333 (add_pe_forwarded_sym): Likewise.
5334 * dwarf2read.c (create_type_unit_group): Likewise.
5335 (build_error_marker_type): Likewise.
5336 * infcall.c (get_function_name): Likewise.
5337 * valprint.c (print_converted_chars_to_obstack): Likewise.
5338 * xtensa-tdep.c (xtensa_register_type): Likewise.
5339
a7f25a84
SM
53402018-08-06 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * remote.c (remote_target::download_tracepoint): Fix format
5343 string errors.
5344
296956be
PFC
53452018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5346
5347 * tracefile.c: Include common/byte-vector.h.
5348 (trace_save): Change type of buf to gdb::byte_vector. Initialize
5349 with trace_regblock_size if needed. Update uses of buf.
5350
a04b9d62
PFC
53512018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5352
5353 * tracepoint.h (collection_list) <m_regs_mask>: Change type to
5354 std::vector<unsigned char>.
5355 * tracepoint.c (collection_list::collection_list): Remove
5356 m_regs_mask initializer from initializer list. Resize
5357 m_regs_mask using the largest remote register number.
5358 (collection_list::add_remote_register): Remove size check on
5359 m_regs_mask. Use at to access element.
5360 (collection_list::stringify): Change type of temp_buf to
5361 gdb::char_vector. Update uses of temp_buf. Resize if needed to
5362 stringify the register mask. Use pack_hex_byte for the register
5363 mask.
5364
4277c4b8
PFC
53652018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5366
5367 * tracepoint.h (class collection_list) <add_register>: Remove.
5368 <add_remote_register, add_ax_registers, add_local_register>:
5369 Declare.
5370 <add_memrange>: Add scope parameter.
5371 * tracepoint.c (encode_actions_1): Likewise.
5372 (collection_list::add_register): Rename to ...
5373 (collection_list::add_remote_register): ... this. Update
5374 comment.
5375 (collection_list::add_ax_registers, add_local_register): New
5376 methods.
5377 (collection_list::add_memrange): Add scope parameter. Call
5378 add_local_register instead of add_register.
5379 (finalize_tracepoint_aexpr): New function.
5380 (collection_list::collect_symbol): Update calls to add_memrange.
5381 Call add_local_register instead of add_register. Call
5382 add_ax_registers. Call finalize_tracepoint_aexpr.
5383 (encode_actions_1): Get remote regnos for $reg action. Call
5384 add_remote_register, add_ax_registers, and add_local_register.
5385 Update call to add_memrange. Call finalize_tracepoint_aexpr.
5386 (validate_actionline): Call finalize_tracepoint_aexpr.
5387
3df3a985
PFC
53882018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5389
5390 * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
5391 Replace array buf with gdb::char_vector buf, of size
5392 get_remote_packet_size (). Replace references to buf and
5393 BUF_SIZE to buf.data () and buf.size (). Replace strcpy, strcat
5394 and xsnprintf with snprintf. Raise errors if the buffer is too
5395 small.
5396
aa6f3694
PFC
53972018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5398
5399 * remote.c (remote_target::download_tracepoint): Fix the has_more
5400 predicate in the QTDP action list iteration.
5401
05abfc39
PFC
54022018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5403
5404 * remote.c (remote_target::download_tracepoint): Fix indentation
5405 in for block.
5406
821a2682
RO
54072018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5408
5409 * proc-api.c (_initialize_proc_api): Remove c, unused.
5410 * procfs.c (procfs_init_inferior): Remove signals, unused.
5411 (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
5412 unused.
5413
95347337
AB
54142018-08-06 Sergey Korolev <s.korolev@ndmsystems.com>
5415 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 * linux-nat.c (linux_nat_target::follow_fork): Avoid using
5418 'W_STOPCODE (0)' as this could be ambiguous.
5419
425699f5
SDJ
54202018-08-03 Sergio Durigan Junior <sergiodj@redhat.com>
5421
5422 * ser-tcp.c (net_open): Fix thinko when deciding whether to
5423 disable TCP's Nagle algorithm (use "ai_protocol" instead of
5424 "ai_socktype").
5425
3e1d3d8c
TT
54262018-08-02 Tom Tromey <tom@tromey.com>
5427
5428 PR symtab/16842.
5429 * dwarf2read.c (read_func_scope): Set symtab on template parameter
5430 symbols.
5431 (process_structure_scope): Likewise.
5432
15843549
XR
54332018-08-02 Xavier Roirand <roirand@adacore.com>
5434
5435 PR gdb/22629:
4399bce9
PA
5436 * darwin-nat.c (darwin_kill_inferior): Fix handling of
5437 kill inferior.
15843549 5438
b5bddbbb
TT
54392018-08-02 Tom Tromey <tom@tromey.com>
5440
5441 * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
5442 (darwin_suspend_inferior, darwin_resume_inferior)
5443 (darwin_decode_notify_message, darwin_resume_inferior_threads)
5444 (darwin_check_new_threads): Check result of get_darwin_inferior.
5445
f61cfa07
JB
54462018-07-31 Joel Brobecker <brobecker@adacore.com>
5447
5448 GDB 8.1.1 released.
5449
5abe0f0c
JV
54502018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5451
5452 * varobj.c (varobj_get_path_expr_parent): Report an error if
5453 parent is a dynamic varobj.
5454
472fa5ee
SM
54552018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5456
5457 * gnulib/aclocal.m4: Re-generate.
5458 * gnulib/config.in: Re-generate.
5459 * gnulib/configure: Re-generate.
5460 * gnulib/import/Makefile.in: Re-generate.
5461 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5462 * gnulib/import/m4/onceonly.m4: Re-generate.
5463
1c28969e
SM
54642018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5465
5466 * target-descriptions.c (struct xml_test_tdesc): New.
5467 (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
5468 (record_xml_tdesc): Update.
5469 (maintenance_check_xml_descriptions): Update.
5470 * target-descriptions.h (record_xml_tdesc): Update comment.
5471
c8f2dc0d
AB
54722018-07-30 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * eval.c (evaluate_subexp_for_sizeof): Check for array type before
5475 checking array bounds are defined.
5476
463c08d1
TT
54772018-07-30 Tom Tromey <tom@tromey.com>
5478
5479 * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
5480 irreflexivity violation.
5481
dba7455e
TT
54822018-07-30 Tom Tromey <tom@tromey.com>
5483
5484 * cli/cli-decode.c (lookup_cmd): Remove lint code.
5485 * value.c (unpack_long): Remove lint code.
5486 * valops.c (value_ind): Remove lint code.
5487 * valarith.c (value_x_binop, value_x_unop, value_equal)
5488 (value_pos): Remove lint code.
5489
37cc0cae
TV
54902018-07-28 Tom de Vries <tdevries@suse.de>
5491
5492 * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
5493 with undefined upper bound as <optimized out>.
5494
129eb0f1
SDJ
54952018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
5496
5497 * gcore.in: Rename variable "name" to "prefix". Expand
5498 "usage" text.
5499
6af79d7b
JT
55002018-07-14 Jon Turney <jon.turney@dronecode.org.uk>
5501
5502 * windows-nat.c (windows_nat_target::create_inferior): Update to
5503 call close() in global namespace.
5504
79748972
TT
55052018-07-26 Tom Tromey <tom@tromey.com>
5506
5507 * dwarf-index-write.c (add_address_entry): Don't add objfile
5508 offsets.
5509 * dbxread.c (find_stab_function): Rename from
5510 find_stab_function_addr. Return a bound_minimal_symbol.
5511 (read_dbx_symtab): Use raw_text_low, raw_text_high.
5512 Don't add objfile offsets.
5513 (end_psymtab): Use raw_text_low, raw_text_high,
5514 MSYMBOL_VALUE_RAW_ADDRESS.
5515 (read_ofile_symtab): Update.
5516 (process_one_symbol): Update.
5517 * dwarf2read.c (create_addrmap_from_index): Don't add objfile
5518 offsets.
5519 (dw2_relocate): Remove.
5520 (dw2_find_pc_sect_symtab): Bias PC by the text offset before
5521 searching addrmap.
5522 (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
5523 Update.
5524 (process_psymtab_comp_unit_reader, add_partial_symbol)
5525 (add_partial_subprogram, dwarf2_ranges_read): Update.
5526 (load_partial_dies): Update.
5527 (add_address_entry): Don't add objfile offsets.
5528 (dwarf2_build_include_psymtabs): Update.
5529 (create_addrmap_from_aranges): Don't add objfile offsets.
5530 (dw2_find_pc_sect_compunit_symtab): Update.
5531 * mdebugread.c (parse_symbol): Don't add objfile offsets.
5532 (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
5533 Update.
5534 (parse_partial_symbols): Don't add objfile offsets. Use
5535 raw_text_low, raw_text_high. Update.
5536 (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
5537 * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
5538 or call 'relocate' quick function. Clear psymbol_map.
5539 * psympriv.h (struct partial_symbol) <address>: Add section
5540 offset.
5541 <set_unrelocated_address>: Rename from set_address.
5542 <raw_text_low, raw_text_high>: New methods.
5543 <text_low, text_high>: Add objfile parameter.
5544 (add_psymbol_to_bcache): Add 'section' parameter. Call
5545 set_unrelocated_address.
5546 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5547 (find_pc_psymbol): Update.
5548 (fixup_psymbol_section, relocate_psymtabs): Remove.
5549 (dump_psymtab, psym_functions): Update.
5550 (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
5551 parameter.
5552 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
5553 (start_psymtab_common): Update.
5554 * symfile-debug.c (debug_qf_relocate): Remove.
5555 (debug_sym_quick_functions): Update.
5556 * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
5557 * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
5558 Update.
5559
52948f01
TT
55602018-07-26 Tom Tromey <tromey@redhat.com>
5561
5562 * dbxread.c (end_psymtab): Use text_high_valid and
5563 text_low_valid.
5564 * mdebugread.c (parse_partial_symbols): Use text_low_valid.
5565 (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
5566 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5567 Update comment.
5568 <text_low_valid, text_high_valid>: New fields.
5569 <set_text_low, set_text_high>: Update.
5570 * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
5571
4ae976d1
TT
55722018-07-26 Tom Tromey <tom@tromey.com>
5573
5574 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
5575 Update.
5576 * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
5577 textlow and texthigh fields.
5578 (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
5579 Update.
5580 * mdebugread.c (parse_lines, parse_partial_symbols)
5581 (psymtab_to_symtab_1): Update.
5582 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5583 Rename fields. Update comment. Now private.
5584 <text_low, text_high, set_text_low, set_text_high>: New methods.
5585 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5586 (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
5587 (start_psymtab_common, maintenance_info_psymtabs)
5588 (maintenance_check_psymtabs): Update.
5589 * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
5590 texthigh fields.
5591 (scan_xcoff_symtab): Update.
5592
02e9e7f7
TT
55932018-07-26 Tom Tromey <tromey@redhat.com>
5594
5595 * psympriv.h (struct partial_symbol) <unrelocated_address,
5596 address, set_address>: New methods.
5597 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
5598 (fixup_psymbol_section, relocate_psymtabs): Update.
5599 (print_partial_symbols): Add 'objfile' parameter. Update.
5600 (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
5601 Update.
5602
8a6d4234
TT
56032018-07-26 Tom Tromey <tom@tromey.com>
5604
5605 * dwarf-index-write.c (write_psymbols, debug_names::insert)
5606 (debug_names::write_psymbols): Update.
5607 * psympriv.h (struct partial_symbol): Derive from
5608 general_symbol_info.
5609 <obj_section>: New method.
5610 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
5611 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5612 (find_pc_sect_psymbol, fixup_psymbol_section)
5613 (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
5614 (print_partial_symbols, recursively_search_psymtabs)
5615 (compare_psymbols, psymbol_hash, psymbol_compare)
5616 (add_psymbol_to_bcache, maintenance_check_psymtabs)
5617 (psymbol_name_matches, psym_fill_psymbol_map): Update.
5618
08994e1d
TT
56192018-07-26 Tom Tromey <tromey@redhat.com>
5620
5621 * dbxread.c (end_psymtab): Remove dead code.
5622
3c3bb058
AB
56232018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
5626 DWARF unwinders are disabled.
5627 * dwarf2-frame.c: Add dwarf2read.h include.
5628 (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
5629 disabled.
5630 (dwarf2_frame_unwinders_enabled_p): Define.
5631 (show_dwarf_unwinders_enabled_p): New function.
5632 (_initialize_dwarf2_frame): Register switch to control DWARF
5633 unwinder use.
5634 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
5635 * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
5636 (show_dwarf_cmdlist): Remove static keyword.
5637 * dwarf2read.h (set_dwarf_cmdlist): Declare.
5638 (show_dwarf_cmdlist): Declare.
5639 * NEWS: Document new feature.
5640
9e7f3bbb
TV
56412018-07-26 Tom de Vries <tdevries@suse.de>
5642
5643 PR breakpoints/23366
5644 * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
5645
506f5c41
TV
56462018-07-26 Tom de Vries <tdevries@suse.de>
5647
5648 * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
5649 DW_AT_count can't be translated to a dynamic prop.
5650
16f808ec
TV
56512018-07-25 Tom de Vries <tdevries@suse.de>
5652
5653 * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
5654 try/catch.
5655
d7154a8d
JV
56562018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5657
5658 * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
5659
a45389f6
JB
56602018-07-25 Joel Brobecker <brobecker@adacore.com>
5661
5662 * MAINTAINERS (Global Maintainers): Add Tom Tromey.
5663
380618d6
KS
56642018-07-24 Keith Seitz <keiths@redhat.comt
5665
5666 PR symtab/23010
5667 * dwarf2read.c (dw2_add_symbol_to_list): New function.
5668 (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
5669 instead of add_symbol_to_list.
5670 (read_file_scope): Call prepare_one_comp_unit before reading
5671 any other DIEs.
5672
4b17aefe
SM
56732018-07-24 Simon Marchi <simon.marchi@ericsson.com>
5674
5675 * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
5676
29d17e47
TT
56772018-07-24 Tom Tromey <tom@tromey.com>
5678
5679 * utils.c (malloc, realloc, free): Don't declare.
5680 * configure, config.in: Rebuild.
5681 * configure.ac: Don't check for declarations of free, malloc, or
5682 realloc.
5683
cf4088a9
SM
56842018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
5685
5686 * aarch64-linux-nat.c
5687 (aarch64_linux_nat_target::stopped_data_address): Remove unused
5688 variable.
5689 * arm-linux-nat.c (fetch_regs): Likewise.
5690 (store_regs): Likewise.
5691 (fetch_vfp_regs): Likewise.
5692 (store_vfp_regs): Likewise.
5693 (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
5694 (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
5695 (arm_linux_nat_target::insert_watchpoint): Likewise.
5696 (arm_linux_nat_target::remove_watchpoint): Likewise.
5697 * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
5698 Likewise.
5699 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
5700 Likewise.
5701 * ppc-linux-nat.c (fetch_register): Likewise.
5702 (fetch_all_gp_regs): Likewise.
5703 (fetch_ppc_registers): Likewise.
5704 (store_all_gp_regs): Likewise.
5705 (store_ppc_registers): Likewise.
5706 (hwdebug_insert_point): Likewise.
5707 (can_use_watchpoint_cond_accel): Likewise.
5708 * remote-sim.c (gdb_os_write_stdout): Likewise.
5709
a0de763e
TT
57102018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
5711 Tom Tromey <tom@tromey.com>
5712
5713 * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
5714 test for it.
5715 * configure: Rebuild.
5716
3b20124b
TT
57172018-07-22 Tom Tromey <tom@tromey.com>
5718
5719 * regformats/regdat.sh: Define xmltarget_${name} inside
5720 #ifndef IN_PROCESS_AGENT.
5721
8c8807f4
TT
57222018-07-22 Tom Tromey <tom@tromey.com>
5723
5724 * value.c (value_fetch_lazy_bitfield): Remove unused variable.
5725
c486b610
TT
57262018-07-22 Tom Tromey <tom@tromey.com>
5727
5728 * symfile.c (reread_symbols): Notify iter, not objfile.
5729
494f80a9
TT
57302018-07-22 Tom Tromey <tom@tromey.com>
5731
5732 * ravenscar-thread.c (ravenscar_thread_target::store_registers):
5733 Use arch_ops.
5734 (ravenscar_thread_target::prepare_to_store): Likewise.
5735
c51f6a54
TT
57362018-07-22 Tom Tromey <tom@tromey.com>
5737
5738 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
5739 unused variable. Call value_fetch_lazy when needed.
5740 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
5741 Remove unused variable. Call value_fetch_lazy when needed.
5742
374fd1fd
TT
57432018-07-22 Tom Tromey <tom@tromey.com>
5744
5745 * m32c-tdep.c (mark_dma): Return void.
5746 (make_regs): Remove unused declarations.
5747
d5e9a511
TT
57482018-07-22 Tom Tromey <tom@tromey.com>
5749
5750 * guile/scm-cmd.c (gdbscm_dont_repeat): Call
5751 cmdscm_get_valid_command_smob_arg_unsafe for effect.
5752 * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
5753 bkscm_get_valid_block_smob_arg_unsafe for effect.
5754
996d693a
TT
57552018-07-22 Tom Tromey <tom@tromey.com>
5756
5757 * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
5758 value_type.
5759
15766370
TT
57602018-07-22 Tom Tromey <tom@tromey.com>
5761
5762 * windows-nat.c (saved_context): Conditionally define.
5763 * remote.c (remote_target::remote_btrace_maybe_reopen):
5764 Conditionally declare "warned".
5765 * inflow.c (sigquit_ours): Conditionally define.
5766 (new_tty): Move "tty" declaration inside #if.
5767 * guile/guile.c (guile_datadir): Conditionally define.
5768 * charset.c (set_be_le_names): Move some declarations inside #if.
5769 * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
5770 #if.
5771 (parse_xml_btrace_conf): Likewise.
5772
f4e80e13
TT
57732018-07-22 Tom Tromey <tom@tromey.com>
5774
5775 * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
5776
8d49165d
TT
57772018-07-22 Tom Tromey <tom@tromey.com>
5778
5779 * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
5780 * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
5781 (vlscm_convert_typed_value_from_scheme): Remove unused variable.
5782 * buildsym-legacy.c (get_macro_table): Remove unused variable.
5783 * stack.c (frame_apply_level_command): Remove unused variable.
5784 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
5785 * sparc64-tdep.c (adi_examine_command): Remove unused variable.
5786 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
5787 unused variable.
5788 * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
5789 * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
5790 * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
5791 variable.
5792 * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
5793 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
5794 variable.
5795 * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
5796 Remove unused variable.
5797 * cli/cli-script.c (recurse_read_control_structure): Remove unused
5798 variable.
5799 * common/tdesc.c (print_xml_feature::visit): Remove unused
5800 variable.
5801 * compile/compile-object-load.c (store_regs): Remove unused
5802 variables.
5803 * complaints.c (clear_complaints): Remove unused variable.
5804 * corelow.c (core_target_open): Remove unused variable.
5805 * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
5806 variable.
5807 * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
5808 variable.
5809 * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
5810 variable.
5811 * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
5812 variable.
5813 * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
5814 variable.
5815 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
5816 variable.
5817 * ia64-tdep.c (examine_prologue): Remove unused variable.
5818 * infcall.c (run_inferior_call): Remove unused variable.
5819 * inferior.c (exit_inferior): Remove unused variable.
5820 * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
5821 * linespec.c (decode_line_2): Remove unused variable.
5822 * linux-nat.c (super_close): Remove.
5823 * linux-tdep.c (linux_info_proc): Remove unused variable.
5824 * mi/mi-main.c (mi_execute_command): Remove unused variable.
5825 * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
5826 Remove unused variable.
5827 * parse.c (find_minsym_type_and_address): Remove unused variable.
5828 * printcmd.c (info_symbol_command, printf_floating): Remove unused
5829 variable.
5830 * python/py-breakpoint.c (bppy_set_commands): Remove unused
5831 variable.
5832 * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
5833 variables.
5834 * record-btrace.c (record_btrace_target::store_registers): Remove
5835 unused variable.
5836 (cmd_show_record_btrace_cpu): Remove unused variable.
5837 * riscv-tdep.c (riscv_register_reggroup_p)
5838 (riscv_push_dummy_call, riscv_return_value): Remove unused
5839 variable.
5840 * rust-exp.y (literal): Remove unused variable.
5841 * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
5842 unused variable.
5843 <STRUCTOP_ANONYMOUS>: Likewise.
5844 * s390-linux-tdep.c (s390_linux_init_abi_31)
5845 (s390_linux_init_abi_64): Remove unused variable.
5846 * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
5847 (file_select_thread, net_windows_open, _initialize_ser_windows):
5848 Remove unused variables.
5849 * symtab.c (find_pc_sect_line): Remove unused variable.
5850 * target-memory.c (compute_garbled_blocks): Remove unused
5851 variable.
5852 (target_write_memory_blocks): Remove unused variable.
5853 * target.c (target_stack::unpush): Remove unused variables.
5854 * tracepoint.c (start_tracing, all_tracepoint_actions)
5855 (merge_uploaded_trace_state_variables)
5856 (print_one_static_tracepoint_marker): Remove unused variable.
5857 * unittests/basic_string_view/element_access/char/1.cc (test01):
5858 Remove unused variable.
5859 * windows-nat.c (windows_continue, windows_add_all_dlls)
5860 (do_initial_windows_stuff, windows_nat_target::create_inferior):
5861 Remove unused variables.
5862
17cbafdb
SM
58632018-07-21 Simon Marchi <simon.marchi@polymtl.ca>
5864
5865 * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
5866 attr_profile in HAVE_ELF.
5867 * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
5868 HAVE_ELF.
5869
0ee6c332
SM
58702018-07-20 Simon Marchi <simon.marchi@polymtl.ca>
5871
5872 * frame.c (frame_register_unwind): Change parameter name.
5873 (frame_unwind_register): Likewise.
5874 (frame_unwind_register_value): Likewise.
5875 (frame_unwind_register_signed): Likewise.
5876 (frame_unwind_register_unsigned): Likewise.
5877 * frame.h (frame_register_unwind): Likewise.
5878 (frame_unwind_register): Likewise.
5879 (frame_unwind_register_value): Likewise.
5880 (frame_unwind_register_signed): Likewise.
5881 (frame_unwind_register_unsigned): Likewise.
5882 (frame_unwind_arch): Likewise.
5883
e2e31f10
MR
58842018-07-20 Maciej W. Rozycki <macro@mips.com>
5885
5886 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
5887 ISA maintenance.
5888
2d389915
MR
58892018-07-20 Maciej W. Rozycki <macro@mips.com>
5890
5891 * mips-linux-nat.c (mips_linux_nat_target::read_description):
5892 Call `get_ptrace_pid' rather than extracting the ptrace PID by
5893 hand.
5894
cbb09508
KS
58952018-07-20 Keith Seitz <keiths@redhat.com>
5896
5897 * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
5898 m_main_subfile, m_comp_dir, m_producer, m_debugformat,
5899 m_compunit_symtab, m_language>: Add "m_" prefix.
5900 Update all uses.
5901 * buildsym.c: Update all uses.
5902
bfe2e011
TT
59032018-07-20 Tom Tromey <tom@tromey.com>
5904
5905 * buildsym-legacy.h (record_line): Don't use record_line_ftype.
5906 * buildsym.h (record_line_ftype): Remove typedef.
5907
0e6f3061
TT
59082018-07-20 Tom Tromey <tom@tromey.com>
5909
5910 * buildsym-legacy.h (augment_type_symtab): Don't declare.
5911 (end_expandable_symtab): Likewise.
5912 (end_symtab_get_static_block): Likewise.
5913 (end_symtab_from_static_block): Likewise.
5914 * buildsym-legacy.c (augment_type_symtab): Remove.
5915 (end_expandable_symtab): Remove.
5916 (end_symtab_get_static_block): Remove.
5917 (end_symtab_from_static_block): Remove.
5918
804d2729
TT
59192018-07-20 Tom Tromey <tom@tromey.com>
5920
5921 * dwarf2read.c: Include buildsym.h.
5922 (struct dwarf2_cu) <builder>: New method.
5923 (fixup_go_packaging): Update.
5924 (process_full_comp_unit, process_full_type_unit): Update. Don't
5925 use scoped_free_pendings.
5926 (using_directives): Add "cu" parameter, remove "language".
5927 (read_import_statement, setup_type_unit_groups, )
5928 (read_func_scope, read_lexical_block_scope)
5929 (dwarf2_record_block_ranges, read_namespace): Update.
5930 (lnp_state_machine::lnp_state_machine): Add cu parameter.
5931 (lnp_state_machine::handle_end_sequence): Update.
5932 (class lnp_state_machine) <m_cu>: New member.
5933 <m_record_line_callback>: Remove.
5934 <m_currently_recording_lines>: New member.
5935 (lnp_state_machine::handle_set_file): Update.
5936 (noop_record_line): Remove.
5937 (dwarf_record_line_p): Add cu parameter.
5938 (dwarf_record_line_1, dwarf_finish_line): Likewise.
5939 (lnp_state_machine::record_line)
5940 (lnp_state_machine::lnp_state_machine)
5941 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
5942 (dwarf_decode_lines): Update.
5943 (dwarf2_start_subfile): Add cu parameter.
5944 (dwarf2_start_symtab, new_symbol): Update.
5945 (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
5946 Remove dwarf2_per_objfile parameter.
5947 (dwarf_decode_macros): Update.
5948
80e649fc
TT
59492018-07-20 Tom Tromey <tom@tromey.com>
5950
5951 * stabsread.c (define_symbol): Update.
5952 * buildsym-legacy.h (get_buildsym_compunit): Declare.
5953 * dwarf2read.c (new_symbol): Update.
5954 * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
5955 * cp-namespace.c: Include buildsym.h.
5956 (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
5957 * buildsym-legacy.c (get_buildsym_compunit): New function.
5958
0baae8db
TT
59592018-07-20 Tom Tromey <tom@tromey.com>
5960
5961 * xcoffread.c: Include buildsym-legacy.h.
5962 * windows-nat.c: Include buildsym-legacy.h.
5963 * stabsread.c: Include buildsym-legacy.h.
5964 * mdebugread.c: Include buildsym-legacy.h.
5965 * buildsym-legacy.h: New file.
5966 * buildsym-legacy.c: New file, from buildsym.c.
5967 * go32-nat.c: Include buildsym-legacy.h.
5968 * dwarf2read.c: Include buildsym-legacy.h.
5969 * dbxread.c: Include buildsym-legacy.h.
5970 * cp-namespace.c: Include buildsym-legacy.h.
5971 * coffread.c: Include buildsym-legacy.h.
5972 * buildsym.h: Move some contents to buildsym-legacy.h.
5973 * buildsym.c: Include buildsym-legacy.h. Move many functions to
5974 buildsym-legacy.c.
5975 * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
5976
ab209f6f
TT
59772018-07-20 Tom Tromey <tom@tromey.com>
5978
5979 * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
5980 * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
5981 (buildsym_compunit::buildsym_compunit)
5982 (buildsym_compunit::~buildsym_compunit)
5983 (buildsym_compunit::get_macro_table): Define.
5984
74c72eac
TT
59852018-07-20 Tom Tromey <tom@tromey.com>
5986
5987 * buildsym.c (reset_symtab_globals): Remove.
5988 (buildsym_compunit::end_symtab_from_static_block): Update.
5989 (buildsym_compunit::augment_type_symtab): Update.
5990 (end_symtab_from_static_block): Call free_buildsym_compunit.
5991 (augment_type_symtab, end_symtab, end_expandable_symtab):
5992 Likewise.
5993
da6580e5
TT
59942018-07-20 Tom Tromey <tom@tromey.com>
5995
5996 * arch-utils.c: Do not include buildsym.h.
5997 * mipsread.c: Do not include buildsym.h.
5998 * machoread.c: Do not include buildsym.h.
5999 * elfread.c: Do not include buildsym.h.
6000
4a2125f5
TT
60012018-07-20 Tom Tromey <tom@tromey.com>
6002
6003 * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
6004 initialization.
6005 (buildsym_compunit): Add new constructor.
6006 (struct buildsym_compunit) <get_last_source_file, finish_block,
6007 record_block_range, start_subfile, patch_subfile_names,
6008 push_subfile, pop_subfile, record_line, get_compunit_symtab,
6009 set_last_source_start_addr, get_last_source_start_addr,
6010 get_local_using_directives, set_local_using_directives,
6011 get_global_using_directives, outermost_context_p,
6012 get_current_context_stack, get_context_stack_depth,
6013 get_current_subfile, get_local_symbols, get_file_symbols,
6014 get_global_symbols, record_debugformat, record_producer,
6015 push_context, pop_context, end_symtab_get_static_block,
6016 end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
6017 New public methods.
6018 <record_pending_block, finish_block_internal, make_blockvector,
6019 watch_main_source_file_lossage, end_symtab_with_blockvector>: New
6020 private methods.
6021 Update all users.
6022
60232018-05-22 Tom Tromey <tom@tromey.com>
6024
6025 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6026 parameter.
6027 (finish_block_internal): Update.
6028
6b213a47
TT
60292018-07-20 Tom Tromey <tom@tromey.com>
6030
6031 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6032 parameter.
6033 (finish_block_internal): Update.
6034
b80a981d
TT
60352018-07-20 Tom Tromey <tom@tromey.com>
6036
6037 * buildsym.h (EXTERN): Don't define or undef.
6038 * buildsym.c (EXTERN): Don't define.
6039
ddb70602
TT
60402018-07-20 Tom Tromey <tom@tromey.com>
6041
6042 * buildsym.c: Remove TODO comment.
6043
b37dd3bc
TT
60442018-07-20 Tom Tromey <tom@tromey.com>
6045
6046 * coffread.c (coff_symtab_read): Update.
6047 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
6048 (xcoff_new_init): Update.
6049 * mipsread.c (mipscoff_new_init): Update.
6050 * mdebugread.c (mdebug_build_psymtabs): Update.
6051 * elfread.c (elf_new_init): Update.
6052 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
6053 Update.
6054 * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
6055 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6056 (stabsect_build_psymtabs): Update.
6057 * buildsym.h (buildsym_init): Don't declare.
6058 * buildsym.c: Update comment.
6059 (prepare_for_building): Remove.
6060 (start_symtab, restart_symtab): Update.
6061 (reset_symtab_globals): Update comment.
6062 (buildsym_init): Remove.
6063
e148f09d
TT
60642018-07-20 Tom Tromey <tom@tromey.com>
6065
6066 * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
6067 * stabsread.c (patch_block_stabs, define_symbol, read_type)
6068 (read_enum_type, common_block_start, common_block_end)
6069 (cleanup_undefined_types_1, finish_global_stabs): Update.
6070 * mdebugread.c (psymtab_to_symtab_1): Update.
6071 * dwarf2read.c (fixup_go_packaging, read_func_scope)
6072 (read_lexical_block_scope, new_symbol): Update.
6073 * dbxread.c (process_one_symbol): Update.
6074 * coffread.c (coff_symtab_read, process_coff_symbol)
6075 (coff_read_enum_type): Update.
6076 * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
6077 declare.
6078 (get_local_symbols, get_file_symbols, get_global_symbols): New
6079 functions.
6080 * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
6081 m_global_symbols.
6082 <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
6083 (~scoped_free_pendings): Update.
6084 (finish_block, prepare_for_building, reset_symtab_globals)
6085 (end_symtab_get_static_block, end_symtab_with_blockvector)
6086 (augment_type_symtab, push_context): Update.
6087 (get_local_symbols, get_file_symbols, get_global_symbols): New
6088 functions.
6089 (buildsym_init): Update.
6090
93b8bea4
TT
60912018-07-20 Tom Tromey <tom@tromey.com>
6092
6093 * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
6094 (process_full_type_unit): Likewise.
6095 (dwarf2_start_symtab): Set list_in_scope.
6096
f62f6af5
TT
60972018-07-20 Tom Tromey <tom@tromey.com>
6098
6099 * dwarf2read.c (process_psymtab_comp_unit_reader)
6100 (build_type_psymtabs_reader): Do not set list_in_scope.
6101
1d376700
TT
61022018-07-20 Tom Tromey <tom@tromey.com>
6103
6104 * buildsym.c (free_pendings): Remove.
6105 (add_symbol_to_list, scoped_free_pendings)
6106 (finish_block_internal, buildsym_init): Update.
6107
c233e9c6
TT
61082018-07-20 Tom Tromey <tom@tromey.com>
6109
6110 * xcoffread.c (read_xcoff_symtab): Update.
6111 * dwarf2read.c (read_func_scope, read_lexical_block_scope):
6112 Update.
6113 * dbxread.c (process_one_symbol): Update.
6114 * coffread.c (coff_symtab_read): Update.
6115 * buildsym.h (finish_block): Update.
6116 * buildsym.c (finish_block): Remove "listhead" argument.
6117 (end_symtab_get_static_block): Update.
6118
5ac04550
TT
61192018-07-20 Tom Tromey <tom@tromey.com>
6120
6121 * buildsym.h (class scoped_free_pendings): Remove constructor.
6122 * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
6123 method.
6124 <m_pending_block_obstack, m_pending_blocks>: New members.
6125 (pending_block_obstack, pending_blocks): Remove.
6126 (scoped_free_pendings::scoped_free_pendings): Default.
6127 (~scoped_free_pendings): Update.
6128 (free_pending_blocks): Remove.
6129 (finish_block_internal, record_pending_block, make_blockvector)
6130 (end_symtab_get_static_block, augment_type_symtab, push_context)
6131 (buildsym_init): Update.
6132
7ea05a7b
TT
61332018-07-20 Tom Tromey <tom@tromey.com>
6134
6135 * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
6136 m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
6137 members.
6138 (pending_addrmap, pending_addrmap_obstack)
6139 (pending_addrmap_interesting): Remove.
6140 (scoped_free_pendings, record_block_range, make_blockvector)
6141 (prepare_for_building, reset_symtab_globals, buildsym_init):
6142 Update.
6143
3c65e5b3
TT
61442018-07-20 Tom Tromey <tom@tromey.com>
6145
6146 * xcoffread.c (process_linenos): Update.
6147 * stabsread.c (define_symbol, read_type, read_enum_type): Update.
6148 * mdebugread.c (psymtab_to_symtab_1): Update.
6149 * dwarf2read.c (setup_type_unit_groups)
6150 (lnp_state_machine::handle_set_file, dwarf_record_line_p)
6151 (lnp_state_machine::record_line, dwarf_decode_lines): Update.
6152 * dbxread.c (process_one_symbol): Update.
6153 * coffread.c (coff_symtab_read, enter_linenos)
6154 (process_coff_symbol): Update.
6155 * buildsym.h (current_subfile): Don't declare.
6156 (get_current_subfile): Declare.
6157 * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
6158 member.
6159 (start_subfile, free_buildsym_compunit, push_subfile)
6160 (prepare_for_building, start_symtab): Update.
6161 (get_current_subfile): New function.
6162
a60f3166
TT
61632018-07-20 Tom Tromey <tom@tromey.com>
6164
6165 * coffread.c (coff_symtab_read): Update.
6166 * xcoffread.c (read_xcoff_symtab): Update.
6167 * dwarf2read.c (new_symbol): Update.
6168 (read_func_scope, read_lexical_block_scope): Update.
6169 * dbxread.c (process_one_symbol): Update.
6170 * buildsym.h (context_stack, context_stack_depth): Don't declare.
6171 (outermost_context_p): Remove macro.
6172 (outermost_context_p, get_current_context_stack)
6173 (get_context_stack_depth): Declare.
6174 (pop_context): Return struct context_stack.
6175 * buildsym.c (struct buildsym_compunit) <m_context_stack: New
6176 member.
6177 (context_stack_size): Remove.
6178 (INITIAL_CONTEXT_STACK_SIZE): Remove.
6179 (prepare_for_building, end_symtab_get_static_block)
6180 (augment_type_symtab, push_context): Update.
6181 (pop_context): Return struct context_stack.
6182 (outermost_context_p, get_current_context_stack)
6183 (get_context_stack_depth): New functions.
6184 (buildsym_init): Update.
6185
56ba65a0
TT
61862018-07-20 Tom Tromey <tom@tromey.com>
6187
6188 * rust-exp.y: Now a pure parser. Update all rules.
6189 (%union): Move earlier.
6190 (current_parser, work_obstack): Remove globals.
6191 (rust_parser, ~rust_parser): Update.
6192 (class rust_parser) <copy_name, concat3, crate_name, super_name,
6193 lex_character, lex_number, lex_string, lex_identifier,
6194 rust_lookup_type, convert_params_to_types, convert_ast_to_type,
6195 convert_name, convert_params_to_expression,
6196 convert_ast_to_expression, ast_basic_type, ast_operation,
6197 ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
6198 ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
6199 ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
6200 ast_array_type, ast_slice_type, ast_reference_type,
6201 ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
6202 (rust_parse): Update.
6203 (rustyyerror, rustyylex): Add parser parameter.
6204 (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
6205 (rust_lex_stringish_test, rust_lex_test_sequence)
6206 (rust_lex_test_trailing_dot, rust_lex_test_completion)
6207 (rust_lex_test_push_back, rust_lex_tests): Update.
6208
4c693332
PA
62092018-07-19 Pedro Alves <palves@redhat.com>
6210
6211 * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
6212 gdb::unique_xmalloc_ptr.
6213 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
6214 Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
6215 * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
6216 copy-initialization.
6217 * guile/scm-pretty-print.c (ppscm_print_children): Use
6218 gdb::unique_xmalloc_ptr instead of cleanups.
6219 (gdbscm_apply_val_pretty_printer): Remove cleanups.
6220 * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
6221 gdb::unique_xmalloc_ptr.
6222 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6223 Adjust to use gdb::unique_xmalloc_ptr.
6224 * guile/scm-utils.c (extract_arg): Adjust.
6225 * guile/scm-value.c (gdbscm_value_field): Adjust to use
6226 gdb::unique_xmalloc_ptr instead of a cleanup.
6227
4581dc82
TT
62282018-07-19 Tom Tromey <tom@tromey.com>
6229
6230 * utils.c (do_value_free_to_mark)
6231 (make_cleanup_value_free_to_mark): Remove.
6232 * utils.h (make_cleanup_value_free_to_mark): Remove.
6233
43cc6c3a
PA
62342018-07-19 Pedro Alves <palves@redhat.com>
6235
6236 * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
6237 forwarding reference.
6238
3a5f2a48
PA
62392018-07-18 Pedro Alves <palves@redhat.com>
6240
6241 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
6242 gdbscm_wrap. Use gdb::unique_xmalloc_ptr<char> instead of a
6243 cleanup.
6244
557e56be
PA
62452018-07-18 Pedro Alves <palves@redhat.com>
6246
6247 * guile/guile-internal.h: Add comment about mixing GDB and Scheme
6248 exceptions.
6249 (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
6250 (gdbscm_wrap): New.
6251 * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
6252 directly instead of a cleanup.
6253 * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
6254 (vlscm_unop): ... this. Reimplement using gdbscm_wrap.
6255 (vlscm_binop_gdbthrow): New, factored out from ...
6256 (vlscm_binop): ... this. Reimplement using gdbscm_wrap.
6257 (vlscm_rich_compare): Use gdbscm_wrap.
6258 * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
6259 instead of a cleanup.
6260 (gdbscm_lookup_global_symbol): Use xfree directly instead of a
6261 cleanup.
6262 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6263 Use xfree directly instead of a cleanup.
6264 * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
6265 Adjust to use gdbscm_wrap and scoped_value_mark.
6266 (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
6267 (gdbscm_value_address, gdbscm_value_dereference)
6268 (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
6269 scoped_value_mark.
6270 (gdbscm_value_dynamic_type): Use scoped_value_mark.
6271 (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
6272 scoped_value_mark.
6273 (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
6274 gdbscm_wrap and scoped_value_mark.
6275 (gdbscm_value_to_string): Use xfree directly instead of a
6276 cleanup. Move 'buffer' unique_ptr to TRY scope.
6277 (gdbscm_value_to_lazy_string): Use xfree directly instead of a
6278 cleanup. Move 'buffer' unique_ptr to TRY scope. Use
6279 scoped_value_mark.
6280 (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
6281 (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
6282 scoped_value_mark.
6283 (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
6284 gdbscm_wrap.
6285
42dc7699
TV
62862018-07-18 Tom de Vries <tdevries@suse.de>
6287
6288 * findvar.c (default_read_var_value): Also resolve dynamic type for
6289 LOC_OPTIMIZED_OUT vars.
6290
6592ceed
MR
62912018-07-18 Maciej W. Rozycki <macro@mips.com>
6292
6293 * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
6294 decoding.
6295
c6c6149a
TT
62962018-07-17 Tom Tromey <tom@tromey.com>
6297
6298 * guile/scm-param.c (pascm_set_func, pascm_show_func)
6299 (compute_enum_list, pascm_set_param_value_x)
6300 (gdbscm_parameter_value): Update.
6301 * guile/guile-internal.h (gdbscm_scm_to_string): Update.
6302 (gdbscm_scm_to_host_string): Update.
6303 * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
6304 Update.
6305 * guile/scm-cmd.c (cmdscm_add_completion): Update.
6306 * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
6307 * guile/scm-string.c (gdbscm_scm_to_string): Return
6308 unique_xmalloc_ptr.
6309 (gdbscm_scm_to_host_string): Likewise.
6310
a1a31cb8
TT
63112018-07-17 Tom Tromey <tom@tromey.com>
6312
6313 * guile/guile.c (gdbscm_eval_from_control_command): Update.
6314 * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
6315 * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
6316 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
6317 unique_xmalloc_ptr.
6318
15bf3002
TT
63192018-07-17 Tom Tromey <tom@tromey.com>
6320
6321 * guile/scm-param.c (pascm_signal_setshow_error): Update.
6322 * guile/guile-internal.h (gdbscm_exception_message_to_string):
6323 Update.
6324 * guile/scm-cmd.c (cmdscm_function): Update.
6325 * guile/scm-pretty-print.c
6326 (ppscm_print_exception_unless_memory_error): Update.
6327 * guile/scm-exception.c (gdbscm_exception_message_to_string):
6328 Return unique_xmalloc_ptr.
6329
7eb1a66c
TT
63302018-07-17 Tom Tromey <tom@tromey.com>
6331
6332 * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
6333 Use string_printf.
6334
ce73f310
JW
63352018-07-17 Jim Wilson <jimw@sifive.com>
6336
27724bad
JW
6337 * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
6338 set_gdbarch_decr_pc_after_break. Call riscv_read_misa_reg always.
6339 (riscv_gdbarch_init): Delete local has_compressed_isa. Delete now
6340 unecessary braces after EF_RISCV_RVC test. Delete call to
6341 set_gdbarch_decr_pc_after_break.
6342
ce73f310
JW
6343 * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
6344 RISCV_LAST_FP_REGNUM + 1.
6345 (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
6346
056dec39
TT
63472018-07-17 Tom Tromey <tom@tromey.com>
6348
6349 * configure.ac: Remove --disable-gdbcli.
6350 * configure: Rebuild.
6351 * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
6352 (SUBDIR_CLI_CFLAGS): Remove.
6353 (SFILES): Use SUBDIR_CLI_SRCS.
6354 (COMMON_OBS): Use SUBDIR_CLI_OBS.
6355
4735f0ed
TT
63562018-07-17 Tom Tromey <tom@tromey.com>
6357
6358 PR gdb/18624:
6359 * coffread.c (coff_symtab_read): Use scoped_free_pendings.
6360
117a0e99
JW
63612018-07-16 Jim Wilson <jimw@sifive.com>
6362
6363 * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
6364
8a67aaa8
SM
63652018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6366
6367 * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
6368 variable.
6369 (libunwind_frame_sniffer): Likewise.
6370 (libunwind_frame_prev_register): Likewise.
6371 (libunwind_sigtramp_frame_sniffer): Likewise.
6372 * ia64-tdep.c (ia64_access_reg): Likewise.
6373 (ia64_access_rse_reg): Likewise.
6374 (ia64_libunwind_sigtramp_frame_this_id): Likewise.
6375 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
6376
ec74dcd8
SM
63772018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
6380
a700e753
SM
63812018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6382
6383 * remote-sim.c (gdbsim_target::close,
6384 gdbsim_target::mourn_inferior): Remove unused variables.
6385
8b411ff8
SM
63862018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
6387
6388 * ia64-tdep.c (ktab_buf): New global.
6389 (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
6390 (get_kernel_table): Adjust.
6391
edb0470b
TT
63922018-07-16 Tom Tromey <tom@tromey.com>
6393
6394 * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
6395 * dwarf2read.c (using_directives, new_symbol): Use
6396 outermost_context_p.
6397 * dbxread.c (process_one_symbol): Use outermost_context_p.
6398 * coffread.c (coff_symtab_read): Use outermost_context_p.
6399
6cccc9a8
TT
64002018-07-16 Tom Tromey <tom@tromey.com>
6401
6402 * dwarf2read.c (using_directives, read_func_scope)
6403 (read_lexical_block_scope): Update.
6404 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6405 * buildsym.h (local_using_directives, global_using_directives):
6406 Don't declare.
6407 (get_local_using_directives, set_local_using_directives)
6408 (get_global_using_directives): Declare.
6409 * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
6410 m_global_using_directives>: New members.
6411 (finish_block_internal, prepare_for_building)
6412 (reset_symtab_globals, end_symtab_get_static_block)
6413 (push_context): Update.
6414 (get_local_using_directives, set_local_using_directives)
6415 (get_global_using_directives): New functions.
6416 (buildsym_init): Update.
6417
652788a7
TT
64182018-07-16 Tom Tromey <tom@tromey.com>
6419
6420 * xcoffread.c (xcoff_initial_scan): Don't call
6421 free_pending_blocks.
6422 * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
6423 * buildsym.h (class scoped_free_pendings): Add constructor.
6424 (free_pending_blocks): Don't declare.
6425 * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
6426 (free_pending_blocks): Now static.
6427
8419ee53
TT
64282018-07-16 Tom Tromey <tom@tromey.com>
6429
6430 * buildsym.h (push_subfile, pop_subfile): Update declarations.
6431 * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
6432 member.
6433 (struct subfile_stack): Remove.
6434 (subfile_stack): Remove.
6435 (push_subfile, pop_subfile, buildsym_init): Update.
6436
ccdac490
TT
64372018-07-16 Tom Tromey <tom@tromey.com>
6438
6439 * buildsym.c (push_subfile): Use gdb_assert.
6440 (pop_subfile): Use gdb_assert.
6441
43130d6f
TT
64422018-07-16 Tom Tromey <tom@tromey.com>
6443
6444 * buildsym.h (merge_symbol_lists): Remove.
6445 * buildsym.c (merge_symbol_lists): Remove.
6446
77d6f1aa
TT
64472018-07-16 Tom Tromey <tom@tromey.com>
6448
6449 * stabsread.c (scan_file_globals): Update comment.
6450 * stabsread.h (scan_file_globals): Move from buildsym.h.
6451 * buildsym.h (scan_file_globals): Move to stabsread.h.
6452
2c722d18
TT
64532018-07-16 Tom Tromey <tom@tromey.com>
6454
6455 * xcoffread.c (xcoff_new_init): Update.
6456 * mipsread.c (mipscoff_new_init): Update.
6457 * mdebugread.c (mdebug_build_psymtabs): Update.
6458 * elfread.c (elf_new_init): Update.
6459 * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
6460 (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
6461 * buildsym.h (buildsym_new_init): Don't declare.
6462 * buildsym.c (buildsym_new_init): Remove.
6463
5985ac61
TT
64642018-07-16 Tom Tromey <tom@tromey.com>
6465
6466 * stabsread.h (within_function): Move from buildsym.h.
6467 * stabsread.c (start_stabs): Clear within_function.
6468 * coffread.c (coff_start_symtab): Clear within_function.
6469 * buildsym.h (within_function): Move to stabsread.h.
6470 * buildsym.c (prepare_for_building): Update.
6471
6b84eeb2
TT
64722018-07-16 Tom Tromey <tom@tromey.com>
6473
6474 * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
6475 * dwarf2read.c (dwarf2_start_symtab): Don't set
6476 processing_gcc_compilation.
6477 * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
6478
2150c3ef
TT
64792018-07-16 Tom Tromey <tom@tromey.com>
6480
6481 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
6482 (next_symbol_text_func): Move from buildsym.h.
6483 * stabsread.c (hashname): Move from buildsym.c.
6484 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
6485 (next_symbol_text_func, hashname): Move to stabsread.h.
6486 * buildsym.c: Don't include bcache.h
6487 (hashname): Move to stasbread.c.
6488
0ec44fc0
TT
64892018-07-16 Tom Tromey <tom@tromey.com>
6490
6491 * buildsym.h (context_stack_size): Don't declare.
6492 * buildsym.c (context_stack_size): New global.
6493
81cc346d
TT
64942018-07-16 Tom Tromey <tom@tromey.com>
6495
6496 * dbxread.c (processing_acc_compilation): New global.
6497 * buildsym.h (processing_acc_compilation): Don't declare.
6498
2c99ee5c
TT
64992018-07-16 Tom Tromey <tom@tromey.com>
6500
6501 * xcoffread.c (aix_process_linenos, complete_symtab): Update.
6502 * dbxread.c (read_ofile_symtab): Update.
6503 * coffread.c (coff_start_symtab, coff_end_symtab): Update.
6504 * buildsym.h (last_source_start_addr): Remove.
6505 (set_last_source_start_addr, get_last_source_start_addr):
6506 Declare.
6507 * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
6508 parameter.
6509 (struct buildsym_compunit) <m_last_source_start_addr>: New
6510 member.
6511 (prepare_for_building): Remove start_addr parameter.
6512 (start_symtab, restart_symtab, end_symtab_get_static_block)
6513 (end_symtab_with_blockvector): Update.
6514 (set_last_source_start_addr, get_last_source_start_addr): New
6515 functions.
6516
530fedbc
TT
65172018-07-16 Tom Tromey <tom@tromey.com>
6518
6519 * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
6520 member.
6521 (have_line_numbers): Remove.
6522 (record_line, prepare_for_building, end_symtab_get_static_block)
6523 (augment_type_symtab): Update.
6524
6a976300
TT
65252018-07-16 Tom Tromey <tom@tromey.com>
6526
6527 * buildsym.c (~buildsym_compunit): Free the macro table.
6528 (struct buildsym_compunit) <get_macro_table, release_macros>: New
6529 methods.
6530 <m_pending_macros>: New member.
6531 (pending_macros): Remove.
6532 (~scoped_free_pendings, get_macro_table, prepare_for_building)
6533 (reset_symtab_globals, end_symtab_get_static_block)
6534 (end_symtab_with_blockvector, augment_type_symtab)
6535 (buildsym_init): Update.
6536
c0015d44
TT
65372018-07-16 Tom Tromey <tom@tromey.com>
6538
6539 * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
6540 parameter.
6541 (buildsym_compunit::set_last_source_file): New method.
6542 <m_last_source_file>: New member.
6543 (prepare_for_building): Remove "name" parameter.
6544 (start_symtab, restart_symtab, reset_symtab_globals): Update.
6545 (last_source_file): Remove.
6546 (set_last_source_file, get_last_source_file): Update.
6547
e62cca7c
TT
65482018-07-16 Tom Tromey <tom@tromey.com>
6549
6550 * buildsym.c (prepare_for_building): Add assert.
6551
905eb0e2
TT
65522018-07-16 Tom Tromey <tom@tromey.com>
6553
6554 * buildsym.c (~buildsym_compunit): Update.
6555 (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
6556 (start_subfile, patch_subfile_names)
6557 (end_symtab_with_blockvector): Update.
6558
b248663f
TT
65592018-07-16 Tom Tromey <tom@tromey.com>
6560
6561 * buildsym.c (struct buildsym_compunit): Add constructor,
6562 destructor, initializers.
6563 (start_buildsym_compunit): Remove.
6564 (free_buildsym_compunit): Use "delete".
6565 (start_symtab, restart_symtab): Use "new".
6566
ff27d073
SM
65672018-07-13 Simon Marchi <simon.marchi@polymtl.ca>
6568
6569 * symfile.c (set_objfile_default_section_offset): Remove struct
6570 keyword.
6571
6a15ecf5
SH
65722018-07-14 Stafford Horne <shorne@gmail.com>
6573
6574 * (Responsible Maintainers): Add myself as or1k maintainer.
6575
027a4c30
TT
65762018-07-13 Tom Tromey <tom@tromey.com>
6577
6578 * symfile.c (set_objfile_default_section_offset): Use extra braces
6579 around initializer.
6580
5c1eda30
AA
65812018-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6582
6583 * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
6584 non-branching basr.
6585
bc7b042b
PW
65862018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6587
6588 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6589 unittests/cli-utils-selftests.c
6590 * unittests/cli-utils-selftests.c: New file.
6591
a14c4daa
PW
65922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6593
6594 * NEWS: Mention new commands. Mention change to 'thread apply'.
6595
1fe75df7
PW
65962018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6597
6598 * thread.c (thr_try_catch_cmd): New function.
6599 (thread_apply_all_command): Handle qcs flags.
6600 (thread_apply_command): Handle qcs flags.
6601 (taas_command): New function.
6602 (tfaas_command): New function.
6603 (_initialize_thread): Update to setup the new commands 'taas
6604 and 'tfaas'. Change doc string for 'thread apply'.
6605
6a70eb7d
PW
66062018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6607
6608 * stack.c: (trailing_outermost_frame): New function, mostly
6609 extracted from backtrace_command_1.
6610 (leading_innermost_frame): New function.
6611 (backtrace_command_1): Update to call trailing_outermost_frame.
6612 (frame_apply_command_count): New function.
6613 (frame_apply_level_command): New function.
6614 (frame_apply_all_command): New function.
6615 (frame_apply_command): New function.
6616 (faas_command): New function.
6617 (frame_cmd_list): New variable.
6618 (_initialize_stack): Update to setup the new commands 'frame apply'
6619 and 'faas'.
6620
529c08b2
PW
66212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6622
6623 * cli-utils.c (number_or_range_parser::get_number): Only handle
6624 numbers or convenience var as numbers.
6625 (parse_flags): New function.
6626 (parse_flags_qcs): New function.
6627 (number_or_range_parser::finished): Ensure parsing end is detected
6628 before end of string.
6629 * cli-utils.h (parse_flags): New function.
6630 (parse_flags_qcs): New function.
6631 (number_or_range_parser): Remove m_finished bool.
6632 (number_or_range_parser::skip_range): Set m_in_range to false.
6633
64b58472
SDJ
66342018-07-12 Sergio Durigan Junior <sergiodj@redhat.com>
6635
6636 * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
6637 on Windows.
6638
c7ab0aef
SDJ
66392018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6640 Jan Kratochvil <jan.kratochvil@redhat.com>
6641 Paul Fertser <fercerpav@gmail.com>
6642 Tsutomu Seki <sekiriki@gmail.com>
6643 Pedro Alves <palves@redhat.com>
6644
6645 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6646 'unittests/parse-connection-spec-selftests.c'.
6647 (COMMON_SFILES): Add 'common/netstuff.c'.
6648 (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
6649 * NEWS (Changes since GDB 8.2): Mention IPv6 support.
6650 * common/netstuff.c: New file.
6651 * common/netstuff.h: New file.
6652 * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
6653 (wait_for_connect): Update comment. New parameter
6654 'gdb::optional<int> sock' instead of 'struct serial *scb'.
6655 Use 'sock' directly instead of 'scb->fd'.
6656 (try_connect): New function, with code from 'net_open'.
6657 (net_open): Rewrite main loop to deal with multiple
6658 sockets/addresses. Handle IPv6-style hostnames; implement
6659 support for IPv6 connections.
6660 * unittests/parse-connection-spec-selftests.c: New file.
6661
4c7333b3
PA
66622018-07-11 Pedro Alves <palves@redhat.com>
6663
6664 PR gdb/23377
6665 * remote.c (remote_target::remote_detach_pid): Call
6666 set_current_process.
6667
a6f88f6e
PA
66682018-07-11 Pedro Alves <palves@redhat.com>
6669
6670 * h8300-tdep.c (h8300_gdbarch_init): Remove
6671 set_gdbarch_ecoff_reg_to_regnum calls.
6672
16ff70dd
SDJ
66732018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6674
6675 PR c++/23373
6676 * c-typeprint.c (c_type_print_base_struct_union): Don't print
6677 offsets/sizes for static members of a class/struct.
6678
12863263
AH
66792018-07-11 Alan Hayward <alan.hayward@arm.com>
6680
6681 * target-descriptions.c (tdesc_register_bitsize): Rename.
6682 * target-descriptions.h (tdesc_register_bitsize): Likewise.
6683 * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
6684 * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
6685
1123588c
TT
66862018-07-10 Tom Tromey <tom@tromey.com>
6687
6688 * breakpoint.c (moribund_locations): Now static and a
6689 std::vector.
6690 (breakpoint_init_inferior, moribund_breakpoint_here_p)
6691 (build_bpstat_chain, update_global_location_list)
6692 (breakpoint_retire_moribund): Update.
6693 * breakpoint.h (bp_location_p): Remove typedef. Don't declare
6694 VEC.
6695
8c49aa89
AB
66962018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6697
6698 * riscv-tdep.c (riscv_is_fp_regno_p): New function.
6699 (riscv_register_reggroup_p): Use new function, remove unneeded
6700 parenthesis.
6701 (riscv_push_dummy_call): Extend assert to compare against xlen or
6702 flen based on register type.
6703
42ecac17
AB
67042018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6705
6706 * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
6707
055303e2
AB
67082018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * remote.c (show_hardware_watchpoint_limit): New function.
6711 (show_hardware_watchpoint_length_limit): New function.
6712 (show_hardware_breakpoint_limit): New function.
6713 (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
6714 where appropriate, update help text.
6715
8fd32c1c
TT
67162018-07-09 Tom Tromey <tom@tromey.com>
6717
6718 * Makefile.in (CDEPS): Don't mention XM_CDEPS.
6719 (CLIBS): Don't mention NAT_CLIBS.
6720
31278b51
TT
67212018-07-09 Tom Tromey <tom@tromey.com>
6722
6723 * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
6724 (LIBGDB_OBS, clean mostlyclean): Update.
6725 (gdb$(EXEEXT), insight$(EXEEXT)): Update.
6726
e5fd1493
TT
67272018-07-09 Tom Tromey <tom@tromey.com>
6728
6729 * Makefile.in (%.c: %.y): Use ECHO_YACC.
6730 (%.c: %.l): Use ECHO_LEX. Just fail if flex not available.
6731 * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
6732
981e0c0c
TT
67332018-07-09 Tom Tromey <tom@tromey.com>
6734
6735 * Makefile.in (ALLDEPFILES): Remove exec.c.
6736 (COMMON_OBS): Remove exec.o.
6737 (COMMON_SFILES): Add exec.c.
6738
14ccceb2
TT
67392018-07-09 Tom Tromey <tom@tromey.com>
6740
6741 * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
6742
5d3c3a68
TT
67432018-07-09 Tom Tromey <tom@tromey.com>
6744
6745 * Makefile.in (clean mostlyclean): Remove stamp-version.
6746 (version.c): Depend on stamp-version.
6747 (stamp-version): New rule, from version.c rule.
6748
1998086d
TT
67492018-07-09 Tom Tromey <tom@tromey.com>
6750
6751 * Makefile.in (init.c): Depend on stamp-init.
6752 (stamp-init): New rule, from init.c rule.
6753 (clean mostlyclean): Remove stamp-init.
6754
4c754949
TT
67552018-07-09 Tom Tromey <tom@tromey.com>
6756
6757 * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
6758 SUBDIR_GCC_COMPILE_SRCS.
6759
6497f1dd
TT
67602018-07-09 Tom Tromey <tom@tromey.com>
6761
6762 * Makefile.in (init.c): Remove some unused sed rules.
6763
97a34db9
TT
67642018-07-09 Tom Tromey <tom@tromey.com>
6765
6766 * Makefile.in (TSOBS): Remove.
6767 (INIT_FILES): Update.
6768 (LIBGDB_OBS): Update.
6769 (COMMON_SFILES): Add inflow.c.
6770 (SFILES): Remove inflow.c.
6771
25289ac1
JK
67722018-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6773
6774 * contrib/gdb-add-index.sh ($dwarf5): New, use it.
6775
e83f4d97
SM
67762018-07-07 Simon Marchi <simon.marchi@polymtl.ca>
6777
4869c585
SM
6778 * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
6779 get_saveloc_name, is_signal_frame_name, step_name,
6780 init_remote_name, create_addr_space_name,
6781 destroy_addr_space_name, search_unwind_table_name,
6782 find_dyn_list_name): Constify.
e83f4d97 6783
6821842f
SM
67842018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
6785
6786 * darwin-nat.c (darwin_pthread_kill): New function.
6787 (darwin_resume_thread): Use darwin_pthread_kill.
6788
c530603c
TV
67892018-07-05 Tom de Vries <tdevries@suse.de>
6790
6791 * macroexp.c (macro_buffer) <operator=>: New member function.
6792
a7d0f0f0
TT
67932018-07-04 Tom Tromey <tom@tromey.com>
6794
6795 * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
6796
6242c6a6
SM
67972018-07-04 Simon Marchi <simon.marchi@polymtl.ca>
6798
6799 * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
6800 * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
6801 * maint.c: Likewise.
6802 * top.c: Likewise.
6803
4e5b2f89
JB
68042018-07-04 Joel Brobecker <brobecker@adacore.com>
6805
6806 * NEWS: Create a new section for the next release branch.
6807 Rename the section of the current branch, now that it has
6808 been cut.
6809
538ccc4a
JB
68102018-07-04 Joel Brobecker <brobecker@adacore.com>
6811
6812 GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
6813 * version.in: Bump version to 8.2.50.DATE-git.
6814
1b919490
VB
68152018-07-04 Vyacheslav Barinov <v.barinov@samsung.com>
6816 Pedro Alves <palves@redhat.com>
6817
6818 * linux-nat.c (linux_init_ptrace): Rename to ...
6819 (linux_init_ptrace_procfs): ... this. Call
6820 linux_proc_init_warnings.
6821 (linux_nat_target::post_attach)
6822 (linux_nat_target::post_startup_inferior): Adjust.
6823 * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
6824 * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
6825
1ea5da02
TV
68262018-07-04 Tom de Vries <tdevries@suse.de>
6827
6828 * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
6829 check ...
6830 (read_comp_unit_head): ... here.
6831
f51e0e20
TT
68322018-07-03 Tom Tromey <tom@tromey.com>
6833
6834 * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
6835 (stop_tracing, tstatus_command)
6836 (find_matching_tracepoint_location, merge_uploaded_tracepoints)
6837 (print_one_static_tracepoint_marker): Update.
6838 * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
6839 std::vector.
6840 * breakpoint.h (breakpoint_p): Remove typedef. Don't declare
6841 VEC.
6842 (all_tracepoints, static_tracepoints_here): Return std::vector.
6843
d7e15655
TT
68442018-07-03 Tom Tromey <tom@tromey.com>
6845
6846 * common/ptid.c (ptid_equal): Remove.
6847 * common/ptid.h (ptid_equal): Don't declare.
6848 * ada-tasks.c: Update.
6849 * breakpoint.c: Update.
6850 * common/agent.c: Update.
6851 * corelow.c: Update.
6852 * darwin-nat-info.c: Update.
6853 * darwin-nat.c: Update.
6854 * dcache.c: Update.
6855 * dtrace-probe.c: Update.
6856 * dummy-frame.c: Update.
6857 * fbsd-nat.c: Update.
6858 * frame.c: Update.
6859 * gdbthread.h: Update.
6860 * gnu-nat.c: Update.
6861 * go32-nat.c: Update.
6862 * inf-loop.c: Update.
6863 * inf-ptrace.c: Update.
6864 * infcall.c: Update.
6865 * infcmd.c: Update.
6866 * inflow.c: Update.
6867 * infrun.c: Update.
6868 * linux-fork.c: Update.
6869 * linux-nat.c: Update.
6870 * linux-thread-db.c: Update.
6871 * mi/mi-cmd-var.c: Update.
6872 * mi/mi-interp.c: Update.
6873 * mi/mi-main.c: Update.
6874 * nto-procfs.c: Update.
6875 * ppc-linux-tdep.c: Update.
6876 * procfs.c: Update.
6877 * python/py-inferior.c: Update.
6878 * python/py-record-btrace.c: Update.
6879 * python/py-record.c: Update.
6880 * ravenscar-thread.c: Update.
6881 * regcache.c: Update.
6882 * remote-sim.c: Update.
6883 * remote.c: Update.
6884 * sol-thread.c: Update.
6885 * solib.c: Update.
6886 * target.c: Update.
6887 * tui/tui-stack.c: Update.
6888 * varobj.c: Update.
6889 * windows-nat.c: Update.
6890 * windows-tdep.c: Update.
6891
26a57c92
TT
68922018-07-03 Tom Tromey <tom@tromey.com>
6893
6894 * common/ptid.c (ptid_match): Remove.
6895 * common/ptid.h (ptid_match): Don't declare.
6896 * fbsd-nat.c: Update.
6897 * infcmd.c: Update.
6898 * infrun.c: Update.
6899 * linux-nat.c: Update.
6900 * record-btrace.c: Update.
6901 * regcache.c: Update.
6902 * remote.c: Update.
6903
d2a107e3
TT
69042018-07-03 Tom Tromey <tom@tromey.com>
6905
6906 * common/ptid.c (ptid_tid_p): Remove.
6907 * common/ptid.h (ptid_tid_p): Don't declare.
6908 * sol-thread.c: Update.
6909
15a9e13e
TT
69102018-07-03 Tom Tromey <tom@tromey.com>
6911
6912 * common/ptid.c (ptid_lwp_p): Remove.
6913 * common/ptid.h (ptid_lwp_p): Don't declare.
6914 * fbsd-nat.c: Update.
6915 * linux-nat.c: Update.
6916 * nat/linux-procfs.c: Update.
6917 * nat/x86-linux-dregs.c: Update.
6918 * sol-thread.c: Update.
6919
0e998d96
TT
69202018-07-03 Tom Tromey <tom@tromey.com>
6921
6922 * common/ptid.c (ptid_is_pid): Remove.
6923 * common/ptid.h (ptid_is_pid): Don't declare.
6924 * infrun.c: Update.
6925 * linux-nat.c: Update.
6926 * mi/mi-interp.c: Update.
6927 * remote.c: Update.
6928 * thread.c: Update.
6929
cc6bcb54
TT
69302018-07-03 Tom Tromey <tom@tromey.com>
6931
6932 * common/ptid.c (ptid_get_tid): Remove.
6933 * common/ptid.h (ptid_get_tid): Don't declare.
6934 * ada-tasks.c: Update.
6935 * aix-thread.c: Update.
6936 * bsd-uthread.c: Update.
6937 * darwin-nat.c: Update.
6938 * fbsd-nat.c: Update.
6939 * i386-darwin-nat.c: Update.
6940 * infrun.c: Update.
6941 * linux-tdep.c: Update.
6942 * nto-procfs.c: Update.
6943 * ppc-ravenscar-thread.c: Update.
6944 * python/py-infthread.c: Update.
6945 * ravenscar-thread.c: Update.
6946 * sol-thread.c: Update.
6947 * sparc-ravenscar-thread.c: Update.
6948 * windows-nat.c: Update.
6949
e38504b3
TT
69502018-07-03 Tom Tromey <tom@tromey.com>
6951
6952 * common/ptid.c (ptid_get_lwp): Remove.
6953 * common/ptid.h (ptid_get_lwp): Don't declare.
6954 * aarch64-linux-nat.c: Update.
6955 * ada-tasks.c: Update.
6956 * aix-thread.c: Update.
6957 * amd64-linux-nat.c: Update.
6958 * arm-linux-nat.c: Update.
6959 * corelow.c: Update.
6960 * fbsd-nat.c: Update.
6961 * fbsd-tdep.c: Update.
6962 * gnu-nat.c: Update.
6963 * i386-cygwin-tdep.c: Update.
6964 * i386-gnu-nat.c: Update.
6965 * i386-linux-nat.c: Update.
6966 * ia64-linux-nat.c: Update.
6967 * inf-ptrace.c: Update.
6968 * infrun.c: Update.
6969 * linux-fork.c: Update.
6970 * linux-nat.c: Update.
6971 * linux-tdep.c: Update.
6972 * linux-thread-db.c: Update.
6973 * mips-linux-nat.c: Update.
6974 * nat/aarch64-linux-hw-point.c: Update.
6975 * nat/aarch64-linux.c: Update.
6976 * nat/linux-btrace.c: Update.
6977 * nat/linux-osdata.c: Update.
6978 * nat/linux-procfs.c: Update.
6979 * nat/x86-linux-dregs.c: Update.
6980 * obsd-nat.c: Update.
6981 * ppc-fbsd-nat.c: Update.
6982 * ppc-linux-nat.c: Update.
6983 * procfs.c: Update.
6984 * python/py-infthread.c: Update.
6985 * ravenscar-thread.c: Update.
6986 * remote.c: Update.
6987 * s390-linux-nat.c: Update.
6988 * sol-thread.c: Update.
6989 * sol2-tdep.c: Update.
6990 * spu-linux-nat.c: Update.
6991 * x86-linux-nat.c: Update.
6992 * xtensa-linux-nat.c: Update.
6993
e99b03dc
TT
69942018-07-03 Tom Tromey <tom@tromey.com>
6995
6996 * common/ptid.c (ptid_get_pid): Remove.
6997 * common/ptid.h (ptid_get_pid): Don't declare.
6998 * aarch64-linux-nat.c: Update.
6999 * ada-lang.c: Update.
7000 * aix-thread.c: Update.
7001 * alpha-bsd-nat.c: Update.
7002 * amd64-fbsd-nat.c: Update.
7003 * amd64-linux-nat.c: Update.
7004 * arm-linux-nat.c: Update.
7005 * arm-nbsd-nat.c: Update.
7006 * auxv.c: Update.
7007 * break-catch-syscall.c: Update.
7008 * breakpoint.c: Update.
7009 * bsd-uthread.c: Update.
7010 * corelow.c: Update.
7011 * ctf.c: Update.
7012 * darwin-nat.c: Update.
7013 * fbsd-nat.c: Update.
7014 * fbsd-tdep.c: Update.
7015 * gcore.c: Update.
7016 * gnu-nat.c: Update.
7017 * hppa-nbsd-nat.c: Update.
7018 * hppa-obsd-nat.c: Update.
7019 * i386-fbsd-nat.c: Update.
7020 * ia64-linux-nat.c: Update.
7021 * inf-ptrace.c: Update.
7022 * infcmd.c: Update.
7023 * inferior.c: Update.
7024 * inferior.h: Update.
7025 * inflow.c: Update.
7026 * infrun.c: Update.
7027 * linux-fork.c: Update.
7028 * linux-nat.c: Update.
7029 * linux-tdep.c: Update.
7030 * linux-thread-db.c: Update.
7031 * m68k-bsd-nat.c: Update.
7032 * mi/mi-interp.c: Update.
7033 * mi/mi-main.c: Update.
7034 * mips-linux-nat.c: Update.
7035 * mips-nbsd-nat.c: Update.
7036 * mips64-obsd-nat.c: Update.
7037 * nat/aarch64-linux-hw-point.c: Update.
7038 * nat/aarch64-linux.c: Update.
7039 * nat/linux-btrace.c: Update.
7040 * nat/linux-osdata.c: Update.
7041 * nat/linux-procfs.c: Update.
7042 * nat/x86-linux-dregs.c: Update.
7043 * nto-procfs.c: Update.
7044 * obsd-nat.c: Update.
7045 * ppc-linux-nat.c: Update.
7046 * ppc-nbsd-nat.c: Update.
7047 * ppc-obsd-nat.c: Update.
7048 * proc-service.c: Update.
7049 * procfs.c: Update.
7050 * python/py-inferior.c: Update.
7051 * python/py-infthread.c: Update.
7052 * ravenscar-thread.c: Update.
7053 * record.c: Update.
7054 * remote-sim.c: Update.
7055 * remote.c: Update.
7056 * rs6000-nat.c: Update.
7057 * s390-linux-nat.c: Update.
7058 * sh-nbsd-nat.c: Update.
7059 * sol-thread.c: Update.
7060 * sparc-nat.c: Update.
7061 * sparc64-tdep.c: Update.
7062 * spu-linux-nat.c: Update.
7063 * spu-tdep.c: Update.
7064 * target-debug.h: Update.
7065 * target.c: Update.
7066 * thread.c: Update.
7067 * tid-parse.c: Update.
7068 * tracefile-tfile.c: Update.
7069 * vax-bsd-nat.c: Update.
7070 * windows-nat.c: Update.
7071 * x86-linux-nat.c: Update.
7072 * x86-nat.c: Update.
7073
f2907e49
TT
70742018-07-03 Tom Tromey <tom@tromey.com>
7075
7076 * common/ptid.c (pid_to_ptid): Remove.
7077 * common/ptid.h (pid_to_ptid): Don't declare.
7078 * aix-thread.c: Update.
7079 * arm-linux-nat.c: Update.
7080 * common/ptid.c: Update.
7081 * common/ptid.h: Update.
7082 * corelow.c: Update.
7083 * ctf.c: Update.
7084 * darwin-nat.c: Update.
7085 * fbsd-nat.c: Update.
7086 * fork-child.c: Update.
7087 * gnu-nat.c: Update.
7088 * go32-nat.c: Update.
7089 * inf-ptrace.c: Update.
7090 * infcmd.c: Update.
7091 * inferior.c: Update.
7092 * infrun.c: Update.
7093 * linux-fork.c: Update.
7094 * linux-nat.c: Update.
7095 * nat/aarch64-linux-hw-point.c: Update.
7096 * nat/fork-inferior.c: Update.
7097 * nat/x86-linux-dregs.c: Update.
7098 * nto-procfs.c: Update.
7099 * obsd-nat.c: Update.
7100 * procfs.c: Update.
7101 * progspace.c: Update.
7102 * remote.c: Update.
7103 * rs6000-nat.c: Update.
7104 * s390-linux-nat.c: Update.
7105 * sol-thread.c: Update.
7106 * spu-linux-nat.c: Update.
7107 * target.c: Update.
7108 * top.c: Update.
7109 * tracefile-tfile.c: Update.
7110 * windows-nat.c: Update.
7111
fd79271b
TT
71122018-07-03 Tom Tromey <tom@tromey.com>
7113
7114 * common/ptid.h (ptid_build): Don't declare.
7115 * common/ptid.c (ptid_build): Remove.
7116 * aix-thread.c: Update.
7117 * bsd-kvm.c: Update.
7118 * bsd-uthread.c: Update.
7119 * common/agent.c: Update.
7120 * common/ptid.c: Update.
7121 * common/ptid.h: Update.
7122 * corelow.c: Update.
7123 * darwin-nat.c: Update.
7124 * fbsd-nat.c: Update.
7125 * gnu-nat.c: Update.
7126 * linux-fork.c: Update.
7127 * linux-nat.c: Update.
7128 * linux-thread-db.c: Update.
7129 * nat/linux-osdata.c: Update.
7130 * nat/linux-procfs.c: Update.
7131 * nto-procfs.c: Update.
7132 * obsd-nat.c: Update.
7133 * proc-service.c: Update.
7134 * procfs.c: Update.
7135 * ravenscar-thread.c: Update.
7136 * remote-sim.c: Update.
7137 * remote.c: Update.
7138 * sol-thread.c: Update.
7139 * target.c: Update.
7140 * windows-nat.c: Update.
7141
057302ce
TT
71422018-07-03 Tom Tromey <tom@tromey.com>
7143
7144 * infrun.c (follow_exec): Use exit_inferior_silent.
7145 * inferior.c (exit_inferior_num_silent): Remove.
7146 * inferior.h (exit_inferior_num_silent): Don't declare.
7147
a50c11c6
TT
71482018-07-03 Tom Tromey <tom@tromey.com>
7149
7150 PR cli/23340:
7151 * darwin-nat.c (darwin_attach_pid): Reset inferior and
7152 inferior_ptid on error.
7153
471b9d15
MR
71542018-07-02 Maciej W. Rozycki <macro@mips.com>
7155 Simon Marchi <simon.marchi@polymtl.ca>
7156
7157 PR tdep/8282
7158 * disasm.h (gdb_disassembler): Add
7159 `m_disassembler_options_holder'. member
7160 * disasm.c (get_all_disassembler_options): New function.
7161 (gdb_disassembler::gdb_disassembler): Use it.
7162 (gdb_buffered_insn_length_init_dis): Likewise.
7163 (gdb_buffered_insn_length): Adjust accordingly.
7164 (set_disassembler_options): Handle options with arguments.
7165 (show_disassembler_options_sfunc): Likewise. Add a leading new
7166 line if showing options with descriptions.
7167 (disassembler_options_completer): Adapt to using the
7168 `disasm_options_and_args_t' structure.
7169 * mips-tdep.c (mips_disassembler_options): New variable.
7170 (mips_disassembler_options_o32): Likewise.
7171 (mips_disassembler_options_n32): Likewise.
7172 (mips_disassembler_options_n64): Likewise.
7173 (gdb_print_insn_mips): Don't set `disassembler_options'.
7174 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
7175 functions.
7176 (mips_gdbarch_init): Always set `gdbarch_print_insn' to
7177 `gdb_print_insn_mips'. Set `gdbarch_disassembler_options',
7178 `gdbarch_disassembler_options_implicit' and
7179 `gdbarch_valid_disassembler_options'.
7180 * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
7181 `disasm_options_and_args_t' structure.
7182 * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
7183 method.
7184 (valid_disassembler_options): Switch from `disasm_options_t' to
7185 the `disasm_options_and_args_t' structure.
7186 * NEWS: Document `set disassembler-options' support for the MIPS
7187 target.
7188 * gdbarch.h: Regenerate.
7189 * gdbarch.c: Regenerate.
7190
41823f29
SH
71912018-07-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
7192
7193 * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
7194
41206e32
JB
71952018-06-29 Joel Brobecker <brobecker@adacore.com>
7196
7197 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
7198 parameter in call to amd64_target_description.
7199 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
7200 * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
7201 (amd64fbsd_init_abi): Likewise.
7202 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
7203 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
7204 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
7205 * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
7206
de52b960
PA
72072018-06-29 Pedro Alves <palves@redhat.com>
7208
7209 * gdb/amd64-tdep.h (amd64_create_target_description): Add
7210 "segments" parameter.
7211 * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
7212 (_initialize_amd64_tdep): Update call to
7213 amd64_create_target_description.
7214 (amd64_target_description): Add "segments" parameter. Adjust
7215 the implementation to use it.
7216 * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
7217 call to amd64_create_target_description.
7218 * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
7219 * gdb/arch/amd64.h (amd64_create_target_description): Add
7220 "segments" register.
7221 * gdb/arch/amd64.c (amd64_create_target_description): Add
7222 "segments" parameter. Call create_feature_i386_64bit_segments
7223 only if SEGMENTS is true.
7224 * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
7225 call to amd64_create_target_description.
7226
75acb486
PA
72272018-06-29 Pedro Alves <palves@redhat.com>
7228
7229 * thread.c (thread_target_id_str): New, factored out from ...
7230 (print_thread_info_1): ... here. Use it to compute the max
7231 "Target Id" column width.
7232
c76a8ea3
PA
72332018-06-29 Pedro Alves <palves@redhat.com>
7234
7235 * remote.c (remote_target::extra_thread_info): Delete
7236 'display_buf' and 'n' locals. from the cache, regardless of
7237 packet mechanims is in use. Use cache for qThreadExtra and qP
7238 methods too.
7239
cd2bb709
PA
72402018-06-29 Pedro Alves <palves@redhat.com>
7241
7242 * blockframe.c (find_pc_sect_containing_function): New function.
7243 * breakpoint.c (print_breakpoint_location): Don't call
7244 find_pc_sect_function.
7245 * linespec.c (create_sals_line_offset): Record the location's
7246 symbol in the sal.
7247 * linespec.c (convert_address_location_to_sals): Fill in sal's
7248 symbol with find_pc_sect_containing_function.
7249 * symtab.c (find_function_start_sal): Rename to ...
7250 (find_function_start_sal_1): ... this.
7251 (find_function_start_sal): Reimplement as wrapper around
7252 find_function_start_sal_1, and use
7253 find_pc_sect_containing_function to fill in the sal's symbol.
7254 (find_function_start_sal(symbol*, bool)): Adjust.
7255 * symtab.h (find_pc_function, find_pc_sect_function): Adjust
7256 comments.
7257 (find_pc_sect_containing_function): Declare.
7258
991ff292
PA
72592018-06-29 Pedro Alves <palves@redhat.com>
7260
7261 * inline-frame.c (stopped_by_user_bp_inline_frame): Return
7262 true if the the location has no symbol.
7263
44cee4fd
TT
72642018-06-28 Tom Tromey <tom@tromey.com>
7265
7266 * NEWS: Mention --enable-codesign.
7267 * silent-rules.mk (ECHO_SIGN): New variable.
7268 * configure.ac: Add --enable-codesign.
7269 * configure: Rebuild.
7270 * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
7271 (gdb$(EXEEXT)): Optionally invoke codesign.
7272
f2ffa92b
PA
72732018-06-28 Pedro Alves <palves@redhat.com>
7274
7275 * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
7276 comments.
7277 (switch_to_thread_no_regs): Adjust comment.
7278 * infcmd.c (stop_pc): Delete.
7279 (post_create_inferior, info_program_command): Replace references
7280 to stop_pc with references to thread_info->suspend.stop_pc.
7281 * inferior.h (stop_pc): Delete declaration.
7282 * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
7283 (handle_inferior_event_1, handle_signal_stop)
7284 (process_event_stop_test, keep_going_stepped_thread)
7285 (handle_step_into_function, handle_step_into_function_backward)
7286 (print_stop_location): Replace references to stop_pc with
7287 references to thread_info->suspend.stop_pc.
7288 (struct infcall_suspend_state) <stop_pc>: Delete field.
7289 (save_infcall_suspend_state, restore_infcall_suspend_state):
7290 Remove references to inf_stat->stop_pc.
7291 * linux-fork.c (fork_load_infrun_state): Likewise.
7292 * record-btrace.c (record_btrace_set_replay): Likewise.
7293 * record-full.c (record_full_goto_entry): Likewise.
7294 * remote.c (print_one_stopped_thread): Likewise.
7295 * target.c (target_resume): Extend comment.
7296 * thread.c (set_executing_thread): New.
7297 (set_executing): Use it.
7298 (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
7299 Remove references to stop_pc.
7300
ecdc3a72
PA
73012018-06-28 Pedro Alves <palves@redhat.com>
7302
7303 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
7304 Moving fetching stop_pc until after ecs->event_thread is refreshed.
7305
d95d3aef
TT
73062018-06-28 Tom Tromey <tom@tromey.com>
7307
7308 * coffread.c (coff_symfile_finish): Update.
7309 * xcoffread.c (xcoff_symfile_finish): Update.
7310 * elfread.c (elf_symfile_finish): Update.
7311 * symfile.h (dwarf2_free_objfile): Don't declare.
7312 * dwarf2read.c (_initialize_dwarf2_read): Use
7313 register_objfile_data_with_cleanup.
7314 (dwarf2_free_objfile): Now static. Change signature.
7315
291f9a96
PT
73162018-06-28 Petr Tesarik <ptesarik@suse.cz>
7317
7318 * symfile.c (add_symbol_file_command, _initialize_symfile): Add
7319 option "-o" to add-symbol-file-load to add an offset to each
7320 section's load address.
7321 * symfile.c (set_objfile_default_section_offset): New function.
7322
d81a3eaf
PT
73232018-06-28 Petr Tesarik <ptesarik@suse.cz>
7324
7325 * symfile.c (add_symbol_file_command): Make sure that sections
7326 with the same name are sorted in the same order.
7327
ed6dfe51
PT
73282018-06-28 Petr Tesarik <ptesarik@suse.cz>
7329
7330 * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
7331 require the second argument. If omitted, load sections at the
7332 addresses specified in the file.
7333
d4d429d5
PT
73342018-06-28 Petr Tesarik <ptesarik@suse.cz>
7335
7336 * symfile.c (symbol_file_command, symbol_file_add_main_1)
7337 (_initialize_symfile): Add option "-o" to symbol-file to add an
7338 offset to each section of the symbol file.
7339
39b27ab6
PT
73402018-06-28 Petr Tesarik <ptesarik@suse.cz>
7341
7342 * MAINTAINERS (Write After Approval): Add Petr Tesarik.
7343
41827fc3
TT
73442018-06-27 Tom Tromey <tom@tromey.com>
7345
7346 * stack.c (_initialize_stack): Update "func" help text.
7347
0c6aef22
TT
73482018-06-27 Tom Tromey <tom@tromey.com>
7349
7350 * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
7351 std::vector.
7352 (unwind_infopy_str, pyuw_create_unwind_info)
7353 (unwind_infopy_add_saved_register, pyuw_sniffer)
7354 (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
7355 Update.
7356 (struct saved_reg): Add constructor.
7357 <value>: Now a gdbpy_ref<>.
7358
63177289
TT
73592018-06-27 Tom Tromey <tom@tromey.com>
7360
7361 * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
7362
e76f78a0
SM
73632018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7364
7365 * gdb-gdb.py.in: Format using autopep8.
7366
9a14af7b
SM
73672018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
7370 (type_lookup_function): Recognize CORE_ADDR values.
7371
189366cd
SM
73722018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
7375 print tag_name.
7376
68ad5fb9
SM
73772018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7378
7379 * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
7380 <__lt__>: Add.
7381
141ec9f6
SM
73822018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7383
7384 * gdb-gdb.py: Move to...
7385 * gdb-gdb.py.in: ... here.
7386 * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
7387 * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
7388 dependencies.
7389 (distclean): Remove gdb-gdb.py when cleaning.
7390 (gdb-gdb.py, gdb-gdb.gdb): New rules.
7391 * configure: Re-generate.
7392
4c4e7ad4
PA
73932018-06-27 Pedro Alves <palves@redhat.com>
7394
7395 * proc-service.c (get_ps_regcache): New.
7396 (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7397 (ps_lsetfpregs): Use it.
7398
7ab6656f
OJ
73992018-06-27 Omair Javaid <omair.javaid@linaro.org>
7400
7401 PR gdb/21695
4399bce9
PA
7402 * dwarf2read.c (lnp_state_machine::check_line_address): Update
7403 declaration.
7ab6656f
OJ
7404 (dwarf_decode_lines_1): Adjust.
7405
bd583225
SM
74062018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7407
7408 * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
7409 override.
7410 <info_proc>: Likewise.
7411
9a325b7b
JB
74122018-06-26 Joel Brobecker <brobecker@adacore.com>
7413
7414 * windows-nat.c (do_windows_fetch_inferior_registers): Rename
7415 to windows_fetch_one_register, and only handle the case of
7416 fetching one register. Move the code that reloads the context
7417 and iterates over all registers if R is negative to...
7418 (windows_nat_target::fetch_registers): ... here.
7419 (do_windows_store_inferior_registers): Rename to
7420 windows_store_one_register, and only handle the case of storing
7421 one register. Move the code that handles the case where r is
7422 negative to...
7423 (windows_nat_target::store_registers) ... here.
7424
a33ccfc7
TT
74252018-06-26 Tom Tromey <tom@tromey.com>
7426
7427 PR rust/22574:
7428 * typeprint.c (whatis_exp): Allow ptype/o for Rust.
7429 * rust-lang.c (rust_print_struct_def): Add podata parameter.
7430 Update.
7431 (rust_internal_print_type): Add podata parameter.
7432 (rust_print_type): Update.
7433
e0c547d1
TT
74342018-06-26 Tom Tromey <tom@tromey.com>
7435
7436 * typeprint.h (struct print_offset_data) <update, finish,
7437 maybe_print_hole>: New methods.
7438 <indentation>: New constant.
7439 * typeprint.c (print_offset_data::indentation): Define.
7440 (print_offset_data::maybe_print_hole, print_offset_data::update)
7441 (print_offset_data::finish): Move from c-typeprint.c and rename.
7442 * c-typeprint.c (OFFSET_SPC_LEN): Remove.
7443 (print_spaces_filtered_with_print_options): Update.
7444 (c_print_type_union_field_offset, maybe_print_hole)
7445 (c_print_type_struct_field_offset): Move to typeprint.c and
7446 rename.
7447 (c_type_print_base_struct_union): Update.
7448
75cbc781
PA
74492018-06-25 Pedro Alves <palves@redhat.com>
7450
7451 * gdbthread.h (thread_info_ref, delete_thread)
7452 (delete_thread_silent, first_thread_of_inferior)
7453 (any_thread_of_inferior, switch_to_thread)
7454 (enable_thread_stack_temporaries)
7455 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7456 (get_last_thread_stack_temporary)
7457 (value_in_thread_stack_temporaries, can_access_registers_thread):
7458 Spell out "struct thread_info" instead of just "thread_info".
7459 * inferior.h (notice_new_inferior): Likewise.
7460
b7a08269
PA
74612018-06-25 Pedro Alves <palves@redhat.com>
7462
7463 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7464 pass thread_info pointer to delete_thread.
7465 (windows_nat_target::detach): Pass inferior pointer to
7466 detach_inferior.
7467 * aix-thread.c (sync_threadlists): Pass thread_info pointer to
7468 delete_thread.
7469 * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
7470 * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
7471 and pass a thread_info pointer to delete_thread.
7472 * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
7473 pass thread_info pointer to delete_thread.
7474 * go32-nat.c (go32_nat_target::mourn_inferior): Remove
7475 delete_thread_silent call.
7476 * procfs.c (procfs_target::detach): Pass inferior pointer to
7477 detach_inferior.
7478 (procfs_target::wait): Pass thread_info pointer to delete_thread.
7479 * remote-sim.c (gdbsim_target::mourn_inferior): Remove
7480 delete_thread_silent call.
7481 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7482 pass thread_info pointer to delete_thread.
7483 (windows_nat_target::detach): Pass inferior pointer to
7484 delete_inferior.
7485
8e7767e3
AH
74862018-06-22 Alan Hayward <alan.hayward@arm.com>
7487
7488 * regcache.c (readable_regcache::read_part): Fix asserts.
7489 (reg_buffer::raw_collect_part): New function.
7490 (regcache::write_part): Fix asserts.
7491 (reg_buffer::raw_supply_part): New function.
7492 (regcache::transfer_regset_register): New helper function.
7493 (regcache::transfer_regset): Call new functions.
7494 (regcache_supply_regset): Use gdb_byte*.
7495 (regcache::supply_regset): Likewise.
7496 (regcache_collect_regset): Likewise.
7497 (regcache::collect_regset): Likewise.
7498 * regcache.h (reg_buffer::raw_collect_part): New declaration.
7499 (reg_buffer::raw_supply_part): Likewise.
7500 (regcache::transfer_regset_register): Likewise.
7501 (regcache::transfer_regset): Use gdb_byte*.
7502
bfd60e34
AH
75032018-06-22 Alan Hayward <alan.hayward@arm.com>
7504
7505 * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
7506
00431a78
PA
75072018-06-21 Pedro Alves <palves@redhat.com>
7508
7509 * ada-lang.h (ada_get_task_number): Take a thread_info pointer
7510 instead of a ptid_t. All callers adjusted.
7511 * ada-tasks.c (ada_get_task_number): Likewise. All callers
7512 adjusted.
7513 (print_ada_task_info, display_current_task_id, task_command_1):
7514 Adjust.
7515 * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
7516 inferior_thread.
7517 (breakpoint_kind): Adjust.
7518 (remove_breakpoints_pid): Rename to ...
7519 (remove_breakpoints_inf): ... this. Adjust to take an inferior
7520 pointer. All callers adjusted.
7521 (bpstat_clear_actions): Use inferior_thread.
7522 (get_bpstat_thread): New.
7523 (bpstat_do_actions): Use it.
7524 (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
7525 to take a thread_info pointer. All callers adjusted.
7526 (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
7527 (breakpoint_re_set_thread): Use inferior_thread.
7528 * breakpoint.h (struct inferior): Forward declare.
7529 (bpstat_stop_status): Update.
7530 (remove_breakpoints_pid): Delete.
7531 (remove_breakpoints_inf): New.
7532 * bsd-uthread.c (bsd_uthread_target::wait)
7533 (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
7534 * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
7535 (maint_btrace_packet_history_cmd)
7536 (maint_btrace_clear_packet_history_cmd): Adjust.
7537 (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
7538 inferior_thread.
7539 * cli/cli-interp.c: Include "inferior.h".
7540 * common/refcounted-object.h (struct
7541 refcounted_object_ref_policy): New.
7542 * compile/compile-object-load.c: Include gdbthread.h.
7543 (store_regs): Use inferior_thread.
7544 * corelow.c (core_target::close): Use current_inferior.
7545 (core_target_open): Adjust to use first_thread_of_inferior and use
7546 the current inferior.
7547 * ctf.c (ctf_target::close): Adjust to use current_inferior.
7548 * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
7549 <thread>: ... this new field. All references adjusted.
7550 (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
7551 Take a thread_info pointer instead of a ptid_t.
7552 * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
7553 (dummy_frame_discard, register_dummy_frame_dtor): Take a
7554 thread_info pointer instead of a ptid_t.
7555 * elfread.c: Include "inferior.h".
7556 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
7557 Use inferior_thread.
7558 * eval.c (evaluate_subexp): Likewise.
7559 * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
7560 inferior_thread.
7561 * gdb_proc_service.h (struct thread_info): Forward declare.
7562 (struct ps_prochandle) <ptid>: Delete, replaced by ...
7563 <thread>: ... this new field. All references adjusted.
7564 * gdbarch.h, gdbarch.c: Regenerate.
7565 * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
7566 'thread' parameter. All implementations and callers adjusted.
7567 * gdbthread.h (thread_info) <set_running>: New method.
7568 (delete_thread, delete_thread_silent): Take a thread_info pointer
7569 instead of a ptid.
7570 (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
7571 (first_thread_of_process): Delete, replaced by ...
7572 (first_thread_of_inferior): ... this new function. All callers
7573 adjusted.
7574 (any_live_thread_of_process): Delete, replaced by ...
7575 (any_live_thread_of_inferior): ... this new function. All callers
7576 adjusted.
7577 (switch_to_thread, switch_to_no_thread): Declare.
7578 (is_executing): Delete.
7579 (enable_thread_stack_temporaries): Update comment.
7580 <enable_thread_stack_temporaries>: Take a thread_info pointer
7581 instead of a ptid_t. Incref the thread.
7582 <~enable_thread_stack_temporaries>: Decref the thread.
7583 <m_ptid>: Delete
7584 <m_thr>: New.
7585 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7586 (get_last_thread_stack_temporary)
7587 (value_in_thread_stack_temporaries, can_access_registers_thread):
7588 Take a thread_info pointer instead of a ptid_t. All callers
7589 adjusted.
7590 * infcall.c (get_call_return_value): Use inferior_thread.
7591 (run_inferior_call): Work with thread pointers instead of ptid_t.
7592 (call_function_by_hand_dummy): Work with thread pointers instead
7593 of ptid_t. Use thread_info_ref.
7594 * infcmd.c (proceed_thread_callback): Access thread's state
7595 directly.
7596 (ensure_valid_thread, ensure_not_running): Use inferior_thread,
7597 access thread's state directly.
7598 (continue_command): Use inferior_thread.
7599 (info_program_command): Use find_thread_ptid and access thread
7600 state directly.
7601 (proceed_after_attach_callback): Use thread state directly.
7602 (notice_new_inferior): Take a thread_info pointer instead of a
7603 ptid_t. All callers adjusted.
7604 (exit_inferior): Take an inferior pointer instead of a pid. All
7605 callers adjusted.
7606 (exit_inferior_silent): New.
7607 (detach_inferior): Delete.
7608 (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
7609 (gdb_inferior_id_to_pid, in_inferior_list): Delete.
7610 (detach_inferior_command, kill_inferior_command): Use
7611 find_inferior_id instead of valid_gdb_inferior_id and
7612 gdb_inferior_id_to_pid.
7613 (inferior_command): Use inferior and thread pointers.
7614 * inferior.h (struct thread_info): Forward declare.
7615 (notice_new_inferior): Take a thread_info pointer instead of a
7616 ptid_t. All callers adjusted.
7617 (detach_inferior): Delete declaration.
7618 (exit_inferior, exit_inferior_silent): Take an inferior pointer
7619 instead of a pid. All callers adjusted.
7620 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
7621 (valid_gdb_inferior_id): Delete.
7622 * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
7623 (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
7624 (struct displaced_step_inferior_state) <pid>: Delete, replaced by
7625 ...
7626 <inf>: ... this new field.
7627 <step_ptid>: Delete, replaced by ...
7628 <step_thread>: ... this new field.
7629 (get_displaced_stepping_state): Take an inferior pointer instead
7630 of a pid. All callers adjusted.
7631 (displaced_step_in_progress_any_inferior): Adjust.
7632 (displaced_step_in_progress_thread): Take a thread pointer instead
7633 of a ptid_t. All callers adjusted.
7634 (displaced_step_in_progress, add_displaced_stepping_state): Take
7635 an inferior pointer instead of a pid. All callers adjusted.
7636 (get_displaced_step_closure_by_addr): Adjust.
7637 (remove_displaced_stepping_state): Take an inferior pointer
7638 instead of a pid. All callers adjusted.
7639 (displaced_step_prepare_throw, displaced_step_prepare)
7640 (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
7641 All callers adjusted.
7642 (start_step_over): Adjust.
7643 (infrun_thread_ptid_changed): Remove bit updating ptids in the
7644 displaced step queue.
7645 (do_target_resume): Adjust.
7646 (fetch_inferior_event): Use inferior_thread.
7647 (context_switch, get_inferior_stop_soon): Take an
7648 execution_control_state pointer instead of a ptid_t. All callers
7649 adjusted.
7650 (switch_to_thread_cleanup): Delete.
7651 (stop_all_threads): Use scoped_restore_current_thread.
7652 * inline-frame.c: Include "gdbthread.h".
7653 (inline_state) <inline_state>: Take a thread pointer instead of a
7654 ptid_t. All callers adjusted.
7655 <ptid>: Delete, replaced by ...
7656 <thread>: ... this new field.
7657 (find_inline_frame_state): Take a thread pointer instead of a
7658 ptid_t. All callers adjusted.
7659 (skip_inline_frames, step_into_inline_frame)
7660 (inline_skipped_frames, inline_skipped_symbol): Take a thread
7661 pointer instead of a ptid_t. All callers adjusted.
7662 * inline-frame.h (skip_inline_frames, step_into_inline_frame)
7663 (inline_skipped_frames, inline_skipped_symbol): Likewise.
7664 * linux-fork.c (delete_checkpoint_command): Adjust to use thread
7665 pointers directly.
7666 * linux-nat.c (get_detach_signal): Likewise.
7667 * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
7668 (thread_db_notice_clone): Adjust.
7669 (thread_db_find_new_threads_silently)
7670 (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
7671 a thread pointer instead of a ptid_t. All callers adjusted.
7672 * mi/mi-cmd-var.c: Include "inferior.h".
7673 (mi_cmd_var_update_iter): Update to use thread pointers.
7674 * mi/mi-interp.c (mi_new_thread): Update to use the thread's
7675 inferior directly.
7676 (mi_output_running_pid, mi_inferior_count): Delete, bits factored
7677 out to ...
7678 (mi_output_running): ... this new function.
7679 (mi_on_resume_1): Adjust to use it.
7680 (mi_user_selected_context_changed): Adjust to use inferior_thread.
7681 * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
7682 directly.
7683 (interrupt_thread_callback): : Adjust to use thread and inferior
7684 pointers.
7685 * proc-service.c: Include "gdbthread.h".
7686 (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
7687 * progspace-and-thread.c: Include "inferior.h".
7688 * progspace.c: Include "inferior.h".
7689 * python/py-exitedevent.c (create_exited_event_object): Adjust to
7690 hold a reference to an inferior_object.
7691 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
7692 inferior_thread.
7693 * python/py-inferior.c (struct inferior_object): Give the type a
7694 tag name instead of a typedef.
7695 (python_on_normal_stop): No need to check if the current thread is
7696 listed.
7697 (inferior_to_inferior_object): Change return type to
7698 inferior_object. All callers adjusted.
7699 (find_thread_object): Delete, bits factored out to ...
7700 (thread_to_thread_object): ... this new function.
7701 * python/py-infthread.c (create_thread_object): Use
7702 inferior_to_inferior_object.
7703 (thpy_is_stopped): Use thread pointer directly.
7704 (gdbpy_selected_thread): Use inferior_thread.
7705 * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
7706 field, replaced with ...
7707 <thread>: ... this new field. All users adjusted.
7708 (btpy_insn_or_gap_new): Drop const.
7709 (btpy_list_new): Take a thread pointer instead of a ptid_t. All
7710 callers adjusted.
7711 * python/py-record.c: Include "gdbthread.h".
7712 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
7713 a ptid_t. All callers adjusted.
7714 (gdbpy_current_recording): Use inferior_thread.
7715 * python/py-record.h (recpy_record_object) <ptid>: Delete
7716 field, replaced with ...
7717 <thread>: ... this new field. All users adjusted.
7718 (recpy_element_object) <ptid>: Delete
7719 field, replaced with ...
7720 <thread>: ... this new field. All users adjusted.
7721 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
7722 a ptid_t. All callers adjusted.
7723 * python/py-threadevent.c: Include "gdbthread.h".
7724 (get_event_thread): Use thread_to_thread_object.
7725 * python/python-internal.h (struct inferior_object): Forward
7726 declare.
7727 (find_thread_object, find_inferior_object): Delete declarations.
7728 (thread_to_thread_object, inferior_to_inferior_object): New
7729 declarations.
7730 * record-btrace.c: Include "inferior.h".
7731 (require_btrace_thread): Use inferior_thread.
7732 (record_btrace_frame_sniffer)
7733 (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
7734 (get_thread_current_frame): Use scoped_restore_current_thread and
7735 switch_to_thread.
7736 (get_thread_current_frame): Use thread pointer directly.
7737 (record_btrace_replay_at_breakpoint): Use thread's inferior
7738 pointer directly.
7739 * record-full.c: Include "inferior.h".
7740 * regcache.c: Include "gdbthread.h".
7741 (get_thread_arch_regcache): Use the inferior's address space
7742 directly.
7743 (get_thread_regcache, registers_changed_thread): New.
7744 * regcache.h (get_thread_regcache(thread_info *thread)): New
7745 overload.
7746 (registers_changed_thread): New.
7747 (remote_target) <remote_detach_1>: Swap order of parameters.
7748 (remote_add_thread): <remote_add_thread>: Return the new thread.
7749 (get_remote_thread_info(ptid_t)): New overload.
7750 (remote_target::remote_notice_new_inferior): Use thread pointers
7751 directly.
7752 (remote_target::process_initial_stop_replies): Use
7753 thread_info::set_running.
7754 (remote_target::remote_detach_1, remote_target::detach)
7755 (extended_remote_target::detach): Adjust.
7756 * stack.c (frame_show_address): Use inferior_thread.
7757 * target-debug.h (target_debug_print_thread_info_pp): New.
7758 * target-delegates.c: Regenerate.
7759 * target.c (default_thread_address_space): Delete.
7760 (memory_xfer_partial_1): Use current_inferior.
7761 (target_detach): Use current_inferior.
7762 (target_thread_address_space): Delete.
7763 (generic_mourn_inferior): Use current_inferior.
7764 * target.h (struct target_ops) <thread_address_space>: Delete.
7765 (target_thread_address_space): Delete.
7766 * thread.c (init_thread_list): Use ALL_THREADS_SAFE. Use thread
7767 pointers directly.
7768 (delete_thread_1, delete_thread, delete_thread_silent): Take a
7769 thread pointer instead of a ptid_t. Adjust all callers.
7770 (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
7771 (first_thread_of_process): Delete, replaced by ...
7772 (first_thread_of_inferior): ... this new function. All callers
7773 adjusted.
7774 (any_thread_of_process): Rename to ...
7775 (any_thread_of_inferior): ... this, and take an inferior pointer.
7776 (any_live_thread_of_process): Rename to ...
7777 (any_live_thread_of_inferior): ... this, and take an inferior
7778 pointer.
7779 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7780 (value_in_thread_stack_temporaries)
7781 (get_last_thread_stack_temporary): Take a thread pointer instead
7782 of a ptid_t. Adjust all callers.
7783 (thread_info::set_running): New.
7784 (validate_registers_access): Use inferior_thread.
7785 (can_access_registers_ptid): Rename to ...
7786 (can_access_registers_thread): ... this, and take a thread
7787 pointer.
7788 (print_thread_info_1): Adjust to compare thread pointers instead
7789 of ptids.
7790 (switch_to_no_thread, switch_to_thread): Make extern.
7791 (scoped_restore_current_thread::~scoped_restore_current_thread):
7792 Use m_thread pointer directly.
7793 (scoped_restore_current_thread::scoped_restore_current_thread):
7794 Use inferior_thread.
7795 (thread_command): Use thread pointer directly.
7796 (thread_num_make_value_helper): Use inferior_thread.
7797 * top.c (execute_command): Use inferior_thread.
7798 * tui/tui-interp.c: Include "inferior.h".
7799 * varobj.c (varobj_create): Use inferior_thread.
7800 (value_of_root_1): Use find_thread_global_id instead of
7801 global_thread_id_to_ptid.
7802
33bab475
AH
78032018-06-21 Alan Hayward <alan.hayward@arm.com>
7804
4399bce9
PA
7805 * regcache.c (readable_regcache::read_part): Avoid memcpy when
7806 possible.
7807 (regcache::write_part): Likewise.
7808 (readable_regcache::cooked_read_part): Update comment.
7809 (readable_regcache::cooked_write_part): Likewise.
7810 * regcache.h: (readable_regcache::read_part): Likewise.
7811 (regcache::write_part): Likewise.
33bab475 7812
8363f9d5
RB
78132018-06-21 Richard Bunt <richard.bunt@arm.com>
7814 Dirk Schubert <dirk.schubert@arm.com>
7815
7816 * aarch64-linux-nat.c (post_attach): New.
7817 (aarch64_linux_nat_target::post_attach): Override post_attach to
7818 record the number of hardware debug registers.
7819
0d0b0ea2
TT
78202018-06-20 Tom Tromey <tom@tromey.com>
7821
7822 * python/py-param.c (add_setshow_generic): Make parameters const.
7823 (parmpy_init): Update.
7824
302abd6e
SM
78252018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
7826
7827 * regcache.h (regcache_cooked_read_ftype): Rename to...
7828 (register_read_ftype): ...this, change type to function_view.
7829 (class reg_buffer) <save>: Remove src parameter.
7830 (readonly_detached_regcache) <readonly_detached_regcache>: Make
7831 parameter non-const in first overload. Remove src parameter in
7832 second overload.
7833 * regcache.c (do_cooked_read): Remove.
7834 (readonly_detached_regcache::readonly_detached_regcache): Make
7835 parameter non-const, adjust call to other constructor.
7836 (reg_buffer::save): Remove src parameter.
7837 * frame.c (do_frame_register_read): Remove.
7838 (frame_save_as_regcache): Use lambda function.
7839 * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
7840 parameter to ppu2spu_data *.
7841 (ppu2spu_sniffer): Use lambda function.
7842
19f3f25f
SM
78432018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
7844
7845 * record-full.c (record_full_target::insert_breakpoint): Remove
7846 "struct" keyword, add const.
7847
d0ac1c44
SM
78482018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7849
7850 * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
7851 PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
7852 * configure.ac: Remove AC_PREREQ, add missing quoting.
7853 * gnulib/configure.ac: Modernize usage of
7854 AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
7855 * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
7856 (AUTOMAKE_VERSION): Bump to 1.15.1.
7857 * configure: Re-generate.
7858 * config.in: Re-generate.
7859 * aclocal.m4: Re-generate.
7860 * gnulib/aclocal.m4: Re-generate.
7861 * gnulib/config.in: Re-generate.
7862 * gnulib/configure: Re-generate.
7863 * gnulib/import/Makefile.in: Re-generate.
7864
6ae50267
PA
78652018-06-19 Pedro Alves <palves@redhat.com>
7866
7867 * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
7868 (lookup_minimal_symbol_by_pc_section): ... here with
7869 gdb_assert_not_reached added.
7870
61b04dd0
PA
78712018-06-19 Pedro Alves <palves@redhat.com>
7872
7873 * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
7874 parameter with a block parameter. Compare location's block symbol
7875 with the frame's block instead of addresses.
7876 (skip_inline_frames): Pass the current block instead of the
7877 frame's address. Break out as soon as we determine the frame
7878 should not be skipped.
7879
f709fabb
TT
78802018-06-18 Tom Tromey <tom@tromey.com>
7881
7882 * solib-aix.c (solib_aix_get_section_offsets): Return
7883 unique_xmalloc_ptr.
7884 (solib_aix_solib_create_inferior_hook): Update.
7885
668eb2f0
TT
78862018-06-18 Tom Tromey <tom@tromey.com>
7887
7888 * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
7889
309822ca
TT
78902018-06-18 Tom Tromey <tom@tromey.com>
7891
7892 * solib-frv.c (frv_relocate_main_executable): Use
7893 unique_xmalloc_ptr.
7894 * solib-dsbt.c (dsbt_relocate_main_executable): Use
7895 unique_xmalloc_ptr.
7896
06424eac
TT
78972018-06-18 Tom Tromey <tom@tromey.com>
7898
7899 * objfiles.h (inhibit_section_map_updates): Update.
7900 (resume_section_map_updates, resume_section_map_updates_cleanup):
7901 Remove.
7902 * solib-svr4.c (svr4_handle_solib_event): Update.
7903 * objfiles.c (inhibit_section_map_updates): Return
7904 scoped_restore_tmpl<int>.
7905 (resume_section_map_updates, resume_section_map_updates_cleanup):
7906 Remove.
7907
b4be9fad
TT
79082018-06-18 Tom Tromey <tom@tromey.com>
7909
7910 * valprint.h (read_string): Update.
7911 * valprint.c (read_string): Change type of "buffer".
7912 (val_print_string): Update.
7913 * python/py-value.c (valpy_string): Update.
7914 * language.h (struct language_defn) <la_get_string>: Change
7915 type of "buffer".
7916 (default_get_string, c_get_string): Update.
7917 * language.c (default_get_string): Change type of "buffer".
7918 * guile/scm-value.c (gdbscm_value_to_string): Update.
7919 * c-lang.c (c_get_string): Change type of "buffer".
7920
3f0dbd67
TT
79212018-06-18 Tom Tromey <tom@tromey.com>
7922
7923 * ser-mingw.c (struct pipe_state_destroyer): New.
7924 (pipe_state_up): New typedef.
7925 (cleanup_pipe_state): Remove.
7926 (pipe_windows_open): Use pipe_state_up. Don't release argv.
7927
69d340c6
TT
79282018-06-18 Tom Tromey <tom@tromey.com>
7929
7930 * rust-lang.h (rust_yyerror): Don't declare.
7931 * rust-lang.c (rust_language_defn): Update.
7932 * rust-exp.y (yyerror): Now static.
7933 * parse.c (parse_exp_in_context_1): Update.
7934 * p-lang.h (p_yyerror): Don't declare.
7935 * p-lang.c (p_language_defn): Update.
7936 * p-exp.y (yyerror): Now static.
7937 * opencl-lang.c (opencl_language_defn): Update.
7938 * objc-lang.c (objc_language_defn): Update.
7939 * m2-lang.h (m2_yyerror): Don't declare.
7940 * m2-lang.c (m2_language_defn): Update.
7941 * m2-exp.y (yyerror): Now static.
7942 * language.h (struct language_defn) <la_error>: Remove.
7943 * language.c (unk_lang_error): Remove.
7944 (unknown_language_defn, auto_language_defn): Remove.
7945 * go-lang.h (go_yyerror): Don't declare.
7946 * go-lang.c (go_language_defn): Update.
7947 * go-exp.y (yyerror): Now static.
7948 * f-lang.h (f_yyerror): Don't declare.
7949 * f-lang.c (f_language_defn): Update.
7950 * f-exp.y (yyerror): Now static.
7951 * d-lang.h (d_yyerror): Don't declare.
7952 * d-lang.c (d_language_defn): Update.
7953 * d-exp.y (yyerror): Now static.
7954 * c-lang.h (c_yyerror): Don't declare.
7955 * c-lang.c (c_language_defn, cplus_language_defn)
7956 (asm_language_defn, minimal_language_defn): Update.
7957 * c-exp.y (yyerror): Now static.
7958 * ada-lang.h (ada_yyerror): Don't declare.
7959 * ada-lang.c (ada_language_defn): Update.
7960 * ada-exp.y (yyerror): Now static.
7961
e9902bfc
AH
79622018-06-18 Alan Hayward <alan.hayward@arm.com>
7963
7964 * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
7965 (store_sveregs_to_thread): Likewise.
7966 (aarch64_linux_fetch_inferior_registers): Check for SVE.
7967 (aarch64_linux_store_inferior_registers): Likewise.
7968 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
7969 function.
7970 (aarch64_sve_regs_copy_to_regcache): Likewise.
7971 (aarch64_sve_regs_copy_from_regcache): Likewise.
7972 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
7973 declaration.
7974 (aarch64_sve_regs_copy_to_regcache): Likewise.
7975 (aarch64_sve_regs_copy_from_regcache): Likewise.
7976 (sve_context): Structure from Linux headers.
7977 (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
7978 (SVE_SIG_ZREG_SIZE): Likewise.
7979 (SVE_SIG_PREG_SIZE): Likewise.
7980 (SVE_SIG_FFR_SIZE): Likewise.
7981 (SVE_SIG_REGS_OFFSET): Likewise.
7982 (SVE_SIG_ZREGS_OFFSET): Likewise.
7983 (SVE_SIG_ZREG_OFFSET): Likewise.
7984 (SVE_SIG_ZREGS_SIZE): Likewise.
7985 (SVE_SIG_PREGS_OFFSET): Likewise.
7986 (SVE_SIG_PREG_OFFSET): Likewise.
7987 (SVE_SIG_PREGS_SIZE): Likewise.
7988 (SVE_SIG_FFR_OFFSET): Likewise.
7989 (SVE_SIG_REGS_SIZE): Likewise.
7990 (SVE_SIG_CONTEXT_SIZE): Likewise.
7991 (SVE_PT_REGS_MASK): Likewise.
7992 (SVE_PT_REGS_FPSIMD): Likewise.
7993 (SVE_PT_REGS_SVE): Likewise.
7994 (SVE_PT_VL_INHERIT): Likewise.
7995 (SVE_PT_VL_ONEXEC): Likewise.
7996 (SVE_PT_REGS_OFFSET): Likewise.
7997 (SVE_PT_FPSIMD_OFFSET): Likewise.
7998 (SVE_PT_FPSIMD_SIZE): Likewise.
7999 (SVE_PT_SVE_ZREG_SIZE): Likewise.
8000 (SVE_PT_SVE_PREG_SIZE): Likewise.
8001 (SVE_PT_SVE_FFR_SIZE): Likewise.
8002 (SVE_PT_SVE_FPSR_SIZE): Likewise.
8003 (SVE_PT_SVE_FPCR_SIZE): Likewise.
8004 (__SVE_SIG_TO_PT): Likewise.
8005 (SVE_PT_SVE_OFFSET): Likewise.
8006 (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
8007 (SVE_PT_SVE_ZREG_OFFSET): Likewise.
8008 (SVE_PT_SVE_ZREGS_SIZE): Likewise.
8009 (SVE_PT_SVE_PREGS_OFFSET): Likewise.
8010 (SVE_PT_SVE_PREG_OFFSET): Likewise.
8011 (SVE_PT_SVE_PREGS_SIZE): Likewise.
8012 (SVE_PT_SVE_FFR_OFFSET): Likewise.
8013 (SVE_PT_SVE_FPSR_OFFSET): Likewise.
8014 (SVE_PT_SVE_FPCR_OFFSET): Likewise.
8015 (SVE_PT_SVE_SIZE): Likewise.
8016 (SVE_PT_SIZE): Likewise.
8017 (HAS_SVE_STATE): New define.
8018
17a1cc89
AH
80192018-06-18 Alan Hayward <alan.hayward@arm.com>
8020
8021 * nat/aarch64-sve-linux-sigcontext.h: New file.
8022 * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
8023 new files.
8024 (SVE_VQ_MIN): Likewise.
8025 (SVE_VQ_MAX): Likewise.
8026 (SVE_VL_MIN): Likewise.
8027 (SVE_VL_MAX): Likewise.
8028 (SVE_NUM_ZREGS): Likewise.
8029 (SVE_NUM_PREGS): Likewise.
8030 (sve_vl_valid): Likewise.
8031 (struct user_sve_header): Likewise.
8032
7010835a
AB
80332018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8034 Richard Bunt <Richard.Bunt@arm.com>
8035
8036 * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
8037 was requested by GDB.
8038
479b3ef4
TV
80392018-06-15 Tom de Vries <tdevries@suse.de>
8040
8041 * MAINTAINERS (Write After Approval): Add Tom de Vries.
8042
8199b8f4
SM
80432018-06-14 Simon Marchi <simon.marchi@polymtl.ca>
8044
8045 * gnulib/update-gnulib.sh: Print expected versions of
8046 autoconf/aclocal.
8047
55c748a1
SM
80482018-06-14 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 * arch-utils.c (default_type_align): Use type_length_units.
8051 * gdbtypes.c (type_align): Use type_length_units.
8052
87a8eca7
PW
80532018-06-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8054
8055 * cli/cli-script.c (_initialize_cli_script): Fix online documentation
8056 of 'define' command.
8057
5d9a0608
TV
80582018-06-14 Tom de Vries <tdevries@suse.de>
8059
8060 PR cli/22573
8061 * infcmd.c (print_return_value_1): Use get_user_print_options instead of
8062 get_no_prettyformat_print_options.
8063
ab89b5a5
SM
80642018-06-13 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * sparc-nat.h: Include target.h.
8067 * sparc64-linux-nat.c (class sparc64_linux_nat_target)
8068 <fetch_registers>: Remove this argument in function call.
8069 <store_registers>: Remove this argument in function call, remove
8070 extra semicolon.
8071 <low_forget_process>: Call sparc64_forget_process instead of
8072 sparc_forget_process.
8073
62c808ae
RO
80742018-06-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8075
8076 * procfs.c (_initialize_procfs): Use add_inf_child_target.
8077 (procfs_target::make_corefile_notes): Adjust to new
8078 target_read_alloc return type.
8079
1840d81a
AB
80802018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8081 Stephen Roberts <stephen.roberts@arm.com>
8082
8083 PR gdb/22882
8084 * infrun.c (fetch_inferior_event): If GDB is not proceeding then
8085 run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
8086 Move should_notify_stop local into more inner scope.
8087
9516f85a
AB
80882018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8089 Stephen Roberts <stephen.roberts@arm.com>
8090
8091 PR gdb/22882
8092 * infrun.c (resume_1): Add call to mark_async_event_handler.
8093
defd2172
AB
80942018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8095
8096 * infrun.c (do_target_wait): Change old version of $pc printed.
8097
7b23e087
SM
80982018-06-11 Simon Marchi <simon.marchi@ericsson.com>
8099
8100 * dwarf2read.c (read_index_from_section): Rename to...
8101 (read_gdb_index_from_section): ... this, update all callers.
8102 (dwarf2_read_index): Rename to...
8103 (dwarf2_read_gdb_index): ... this, update all callers.
8104
69c67a0b
JDA
81052018-06-11 John David Anglin <danglin@gcc.gnu.org>
8106
4399bce9 8107 * hppa-linux-nat.c
69c67a0b
JDA
8108 (hppa_linux_nat_target::fetch_inferior_registers): Rename to
8109 hppa_linux_nat_target::fetch_registers.
8110
65d4cada
AH
81112018-06-11 Alan Hayward <alan.hayward@arm.com>
8112
8113 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
8114 * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
8115 (AARCH64_DWARF_SVE_FFR): Likewise.
8116 (AARCH64_DWARF_SVE_P0): Likewise.
8117 (AARCH64_DWARF_SVE_Z0): Likewise.
8118
f868386e
AH
81192018-06-11 Alan Hayward <alan.hayward@arm.com>
8120
8121 * common/common-regcache.h (raw_compare): New function.
8122 * regcache.c (regcache::raw_compare): Likewise.
8123 * regcache.h (regcache::raw_compare): New declaration.
8124
9c861883
AH
81252018-06-11 Alan Hayward <alan.hayward@arm.com>
8126
8127 * common/common-regcache.h (reg_buffer_common): New structure.
8128 * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
8129 (reg_buffer::raw_supply): Likewise.
8130 (reg_buffer::raw_supply_integer): Likewise.
8131 (reg_buffer::raw_supply_zeroed): Likewise.
8132 (reg_buffer::raw_collect): Likewise.
8133 (reg_buffer::raw_collect_integer): Likewise.
8134 * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
8135 (reg_buffer::raw_supply): Likewise.
8136 (reg_buffer::raw_supply_integer): Likewise.
8137 (reg_buffer::raw_supply_zeroed): Likewise.
8138 (reg_buffer::raw_collect): Likewise.
8139 (reg_buffer::raw_collect_integer): Likewise.
8140
953edf2b
TT
81412018-06-10 Tom Tromey <tom@tromey.com>
8142
8143 * remote.c (stop_reply_p): Remove typedef. Don't declare queue.
8144 (class remote_state) <stop_reply_queue>: Now std::vector.
8145 (remote_state::~remote_state)
8146 (remote_target::stop_reply_queue_length): Update.
8147 (struct queue_iter_param, remove_child_of_pending_fork)
8148 (struct check_pending_event_prevents_wildcard_vcont_callback_data)
8149 (check_pending_event_prevents_wildcard_vcont_callback)
8150 (remove_stop_reply_for_inferior)
8151 (remove_stop_reply_of_remote_state)
8152 (remote_notif_remove_once_on_match)
8153 (stop_reply_match_ptid_and_ws)
8154 (remote_kill_child_of_pending_fork): Remove.
8155 (remote_target::remove_new_fork_children)
8156 (remote_target::check_pending_events_prevent_wildcard_vcont)
8157 (remote_target::discard_pending_stop_replies)
8158 (remote_target::discard_pending_stop_replies_in_queue)
8159 (remote_target::remote_notif_remove_queued_reply)
8160 (remote_target::queued_stop_reply)
8161 (remote_target::push_stop_reply, remote_target::peek_stop_reply)
8162 (remote_target::wait, remote_target::kill_new_fork_children)
8163 (remote_target::async): Update.
8164
1ddbba9d
TT
81652018-06-10 Tom Tromey <tom@tromey.com>
8166
8167 * record-full.c (record_full_arch_list_cleanups): Remove.
8168 (record_full_message): Use try/catch.
8169 (record_full_wait_cleanups): Remove.
8170 (record_full_wait_1): Use try/catch.
8171 (record_full_restore): Likewise.
8172
219605fd
TT
81732018-06-10 Tom Tromey <tom@tromey.com>
8174
8175 * record-full.c (record_full_breakpoint_p): Remove typedef. Don't
8176 declare VEC. Add constructor.
8177 <in_target_beneath>: Now bool.
8178 (record_full_breakpoints): Now a std::vector, static.
8179 (record_full_sync_record_breakpoints)
8180 (record_full_init_record_breakpoints)
8181 (record_full_target::insert_breakpoint)
8182 (record_full_target::remove_breakpoint): Update. Don't use XNEW.
8183
71b73764
SM
81842018-06-10 Simon Marchi <simon.marchi@polymtl.ca>
8185
8186 * dwarf2read.c (process_cu_includes): Remove struct keyword.
8187 * serial.c (serial_interface_lookup): Remove struct keyword.
8188
4360561f
TT
81892018-06-10 Tom Tromey <tom@tromey.com>
8190
8191 * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
8192 method.
8193 * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
8194 a method.
8195 * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
8196 method.
8197 * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
8198 "beneath" as a method.
8199 * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
8200 Use "beneath" as a method.
8201
d14b92bf
TT
82022018-06-10 Tom Tromey <tom@tromey.com>
8203
8204 * tracefile.c (struct trace_file_writer_deleter): New.
8205 <operator()>: Rename from trace_file_writer_xfree.
8206 (trace_file_writer_up): New typedef.
8207 (tsave_command, trace_save_tfile, trace_save_ctf): Update.
8208
835dcf92
SM
82092018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8210
8211 * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
8212 <m_registers, m_register_status>: Change type to
8213 std::unique_ptr.
8214 * regcache.c (reg_buffer::reg_buffer): Use new instead of
8215 XCNEWVEC.
8216
aac0d564
SM
82172018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8218
8219 * common/common-regcache.h (enum register_status): Add
8220 underlying type "signed char".
8221 * regcache.h (reg_buffer) <m_register_status>: Change type to
8222 register_status *.
8223 * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
8224 register_status instead of signed char.
8225 (reg_buffer::save): Use REG_UNKNOWN instead of 0.
8226 (reg_buffer::get_register_status): Remove cast.
8227 (readable_regcache::raw_read): Remove cast.
8228 (readable_regcache::cooked_read): Remove cast.
8229
77ad7394
TT
82302018-06-09 Tom Tromey <tom@tromey.com>
8231
8232 * source.c (reverse_search_command, forward_search_command): Use
8233 scoped_fd.
8234
191cca63
TT
82352018-06-09 Tom Tromey <tom@tromey.com>
8236
8237 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
8238 (serial_ops_list): Now static, std::vector.
8239 (serial_interface_lookup, serial_add_interface): Update.
8240
c5d0225d
TT
82412018-06-09 Tom Tromey <tom@tromey.com>
8242
8243 * dwarf2read.c (process_cu_includes): Update.
8244 (process_full_comp_unit): Update.
8245 * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
8246 std::vector.
8247
aeab5128
PK
82482018-06-08 Paul Koning <paul_koning@dell.com>
8249
8250 PR gdb/23252
8251
8252 * python/python.c (do_start_initialization):
8253 Avoid call to internal Python API.
8254 (init__gdb_module): New function.
8255
5045b3d7
GB
82562018-06-08 Gary Benson <gbenson@redhat.com>
8257
8258 * linux-thread-db.c (valprint.h): New include.
8259 (struct check_thread_db_info): New structure.
8260 (check_thread_db_on_load, tdb_testinfo): New static globals.
8261 (check_thread_db, check_thread_db_callback): New functions.
8262 (try_thread_db_load_1): Run integrity checks if requested.
8263 (maintenance_check_libthread_db): New function.
8264 (_initialize_thread_db): Register "maint check libthread-db"
8265 and "maint set/show check-libthread-db".
8266 * NEWS: Mention the above new commands.
8267
2f4f025f
TT
82682018-06-08 Tom Tromey <tom@tromey.com>
8269
8270 * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
8271 now a method.
8272
343b0027
TT
82732018-06-08 Tom Tromey <tom@tromey.com>
8274
8275 * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
8276
8dcc53b3
TT
82772018-06-08 Tom Tromey <tom@tromey.com>
8278
8279 * common/btrace-common.h (struct btrace_data): Add constructor,
8280 destructor, move assignment operator.
8281 <empty, clear, fini>: New methods.
8282 <format>: Initialize.
8283 (btrace_data_init, btrace_data_fini, btrace_data_clear)
8284 (btrace_data_empty): Don't declare.
8285 * common/btrace-common.c (btrace_data_init): Remove.
8286 (btrace_data::fini): Rename from btrace_data_fini.
8287 (btrace_data::empty): Rename from btrace_data_empty.
8288 (btrace_data::clear): Rename from btrace_data_clear. Return
8289 bool.
8290 * btrace.h (make_cleanup_btrace_data): Don't declare.
8291 * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
8292 (parse_xml_btrace): Update.
8293 (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
8294 (maint_btrace_clear_packet_history_cmd): Update.
8295
a1740ee1
PA
82962018-06-07 Pedro Alves <palves@redhat.com>
8297
8298 * target.h (target_ops) <beneath>: Now a method. All references
8299 updated.
8300 (class target_stack): New.
8301 * target.c (g_target_stack): New.
8302 (g_current_top_target): Delete.
8303 (current_top_target): Get the top target out of g_target_stack.
8304 (target_stack::push, target_stack::unpush): New.
8305 (push_target, unpush_target): Reimplement.
8306 (target_is_pushed): Reimplement in terms of g_target_stack.
8307 (target_ops::beneath, target_stack::find_beneath): New.
8308
d6ca69cd
PA
83092018-06-07 Pedro Alves <palves@redhat.com>
8310
8311 * target.h (find_target_beneath): Delete declaration.
8312 * target.c (find_target_beneath): Delete definition.
8313 * aix-thread.c: All callers of find_target_beneath adjusted to
8314 call target_ops::beneath instead.
8315 * bsd-uthread.c: Likewise.
8316 * linux-thread-db.c: Likewise.
8317 * ravenscar-thread.c: Likewise.
8318 * sol-thread.c: Likewise.
8319 * spu-multiarch.c: Likewise.
8320
b6a8c27b
PA
83212018-06-07 Pedro Alves <palves@redhat.com>
8322
8323 * target.h (target_ops) <beneath>: Now a method. All references
8324 updated.
8325 (target_ops) <m_beneath>: New.
8326 * target.c (target_ops::beneath): New.
8327 * corelow.c: Adjust all references to target_ops::beneath.
8328 * linux-thread-db.c: Likewise.
8329 * make-target-delegates: Likewise.
8330 * record-btrace.c: Likewise.
8331 * record-full.c: Likewise.
8332 * remote.c: Likewise.
8333 * target.c: Likewise.
8334 * target-delegates.c: Regenerate.
8335
8b88a78e
PA
83362018-06-07 Pedro Alves <palves@redhat.com>
8337
8338 * target.h (target_stack): Delete.
8339 (current_top_target): Declare function.
8340 * target.c (target_stack): Delete.
8341 (g_current_top_target): New.
8342 (current_top_target): New function.
8343 * auxv.c: Use current_top_target instead of target_stack
8344 throughout.
8345 * avr-tdep.c: Likewise.
8346 * breakpoint.c: Likewise.
8347 * corefile.c: Likewise.
8348 * elfread.c: Likewise.
8349 * eval.c: Likewise.
8350 * exceptions.c: Likewise.
8351 * frame.c: Likewise.
8352 * gdbarch-selftests.c: Likewise.
8353 * gnu-v3-abi.c: Likewise.
8354 * ia64-tdep.c: Likewise.
8355 * ia64-vms-tdep.c: Likewise.
8356 * infcall.c: Likewise.
8357 * infcmd.c: Likewise.
8358 * infrun.c: Likewise.
8359 * linespec.c: Likewise.
8360 * linux-tdep.c: Likewise.
8361 * minsyms.c: Likewise.
8362 * ppc-linux-nat.c: Likewise.
8363 * ppc-linux-tdep.c: Likewise.
8364 * procfs.c: Likewise.
8365 * regcache.c: Likewise.
8366 * remote.c: Likewise.
8367 * rs6000-tdep.c: Likewise.
8368 * s390-linux-nat.c: Likewise.
8369 * s390-tdep.c: Likewise.
8370 * solib-aix.c: Likewise.
8371 * solib-darwin.c: Likewise.
8372 * solib-dsbt.c: Likewise.
8373 * solib-spu.c: Likewise.
8374 * solib-svr4.c: Likewise.
8375 * solib-target.c: Likewise.
8376 * sparc-tdep.c: Likewise.
8377 * sparc64-tdep.c: Likewise.
8378 * spu-tdep.c: Likewise.
8379 * symfile.c: Likewise.
8380 * symtab.c: Likewise.
8381 * target-descriptions.c: Likewise.
8382 * target-memory.c: Likewise.
8383 * target.c: Likewise.
8384 * target.h: Likewise.
8385 * tracefile-tfile.c: Likewise.
8386 * tracepoint.c: Likewise.
8387 * valops.c: Likewise.
8388 * valprint.c: Likewise.
8389 * value.c: Likewise.
8390 * windows-tdep.c: Likewise.
8391 * mi/mi-main.c: Likewise.
8392
c7110220
TT
83932018-06-07 Tom Tromey <tom@tromey.com>
8394
8395 * valprint.h (build_address_symbolic): Declare.
8396 * printcmd.c (print_address_symbolic): Update.
8397 (build_address_symbolic): Change "name" and "filename" to
8398 std::string.
8399 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
8400 Update.
8401 * defs.h (build_address_symbolic): Remove declaration.
8402
63bad7b6
AH
84032018-06-07 Alan Hayward <alan.hayward@arm.com>
8404
8405 * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
8406 (aarch64_vnv_type): Add function.
8407 (aarch64_pseudo_register_name): Add V regs for SVE.
8408 (aarch64_pseudo_register_type): Likewise.
8409 (aarch64_pseudo_register_reggroup_p): Likewise.
8410 (aarch64_pseudo_read_value_2): Use V0 offset for SVE
8411 (aarch64_pseudo_read_value): Add V regs for SVE.
8412 (aarch64_pseudo_write_2): Use V0 offset for SVE
8413 (aarch64_pseudo_write): Add V regs for SVE.
8414 * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
8415
13e3c608
SDJ
84162018-06-06 Sergio Durigan Junior <sergiodj@redhat.com>
8417
8418 * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
8419 (sve_vl_from_vq): Likewise.
8420
c61b06a1
TT
84212018-06-05 Tom Tromey <tom@tromey.com>
8422
8423 * cli/cli-cmds.c (show_version): Update.
8424 * top.c (print_gdb_version): Add "interactive" parameter.
8425 Update.
8426 * main.c (captured_main_1): Update.
8427 * top.h (print_gdb_version): Add "interactive" parameter and a
8428 comment.
8429
115f7325
DM
84302018-06-05 David Malcolm <dmalcolm@redhat.com>
8431
8432 * common/enum-flags.h: Add trailing semicolon to example in
8433 comment.
8434
eb6af809
TT
84352018-06-05 Tom Tromey <tom@tromey.com>
8436
8437 PR cli/12326:
8438 * NEWS: Add entry about pager.
8439 * utils.c (pagination_disabled_for_command): New global.
8440 (prompt_for_continue): Allow "c" response to prompt.
8441 (reinitialize_more_filter): Clear
8442 pagination_disabled_for_command.
8443 (fputs_maybe_filtered): Check pagination_disabled_for_command.
8444
54d343a2
TT
84452018-06-04 Tom Tromey <tom@tromey.com>
8446
8447 * ada-lang.h (ada_lookup_symbol_list): Update.
8448 * ada-lang.c (resolve_subexp): Update.
8449 (symbols_are_identical_enums): Change type of syms. Remove nsyms
8450 parameter.
8451 (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
8452 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
8453 results parameter to std::vector.
8454 (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
8455 Update.
8456 * ada-exp.y (block_lookup): Update.
8457 (select_possible_type_sym): Change type of syms. Remove nsyms
8458 parameter.
8459 (write_var_or_type, write_name_assoc): Update.
8460
178d6a63
JB
84612018-06-04 Joel Brobecker <brobecker@adacore.com>
8462
8463 * windows-nat.c (windows_nat_target::xfer_partial): Return
8464 TARGET_XFER_E_IO if we need to delegate to the target beneath
8465 but BENEATH is NULL.
8466
baf00c2d
SM
84672018-06-04 Simon Marchi <simon.marchi@ericsson.com>
8468
8469 * Makefile.in (config.status): Add configure.nat as a
8470 dependency.
8471
214b073c
TT
84722018-06-04 Tom Tromey <tom@tromey.com>
8473
8474 * cp-name-parser.y (cpname_state): Add method declarations.
8475 (HANDLE_QUAL): Update.
8476 (cpname_state::d_grab, cpname_state::fill_comp)
8477 (cpname_state::make_operator, cpname_state::make_dtor)
8478 (cpname_state::make_builtin_type, cpname_state::make_name)
8479 (cpname_state::d_qualify, cpname_state::d_int_type)
8480 (cpname_state::d_unary, cpname_state::d_binary): Now methods.
8481 (%union): Move earlier.
8482
62b74cb8
AH
84832018-06-04 Alan Hayward <alan.hayward@arm.com>
8484
8485 * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
8486
3c5cd5c3
AH
84872018-06-04 Alan Hayward <alan.hayward@arm.com>
8488
8489 * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
8490 (aarch64_pseudo_write_1): Likewise.
8491 (aarch64_pseudo_read_value): Use helper.
8492 (aarch64_pseudo_write): Likewise.
8493
59f413d5
PA
84942018-06-04 Pedro Alves <palves@redhat.com>
8495
8496 * darwin-nat.c (darwin_ops): Delete.
8497 (darwin_attach_pid): Use get_native_target.
8498
1332a140
AH
84992018-06-04 Alan Hayward <alan.hayward@arm.com>
8500
8501 * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
8502 * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
8503
ba2d2bb2
AH
85042018-06-04 Alan Hayward <alan.hayward@arm.com>
8505
8506 * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
8507 * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
8508 (aarch64_gdbarch_init): Check for SVE.
8509 * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
8510
85112018-06-04 Alan Hayward <alan.hayward@arm.com>
39bfb937
AH
8512
8513 * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
8514 * aarch64-tdep.h (aarch64_read_description): Likewise.
8515 * arch/aarch64.c (aarch64_create_target_description): Likewise.
8516 * arch/aarch64.h (aarch64_create_target_description): Likewise.
8517 * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
8518 * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
8519 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
8520
41c60b4b
SM
85212018-06-02 Simon Marchi <simon.marchi@ericsson.com>
8522
8523 * value.c (value_fetch_lazy_bitfield): New.
8524 (value_fetch_lazy_memory): New.
8525 (value_fetch_lazy_register): New.
8526 (value_fetch_lazy): Factor out to smaller functions.
8527
7b640f72
TT
85282018-06-01 Tom Tromey <tom@tromey.com>
8529
8530 * cp-name-parser.y (backslashable, represented): Now const.
8531
98e69eb3
TT
85322018-06-01 Tom Tromey <tom@tromey.com>
8533
8534 * cp-name-parser.y: Include parser-defs.h.
8535 (parser_fprintf): Remove declaration.
8536
49265499
TT
85372018-06-01 Tom Tromey <tom@tromey.com>
8538
8539 * cp-name-parser.y: Use %pure-parser, %lex-param, and
8540 %parse-param.
8541 (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
8542 (global_result): Remove globals.
8543 (struct cpname_state): New.
8544 (yyparse): Don't declare.
8545 (yylex, yyerror): Move declarations after %union.
8546 (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
8547 (make_name): Add state parameter.
8548 Update all callers.
8549 (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
8550 parameter.
8551 (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
8552 Update.
8553 (yylex): Add lvalp, state parameters.
8554 (yyerror): Add state parameter.
8555 (cp_demangled_name_to_comp): Update.
8556
55b6c984
TT
85572018-06-01 Tom Tromey <tom@tromey.com>
8558
8559 * cp-name-parser.y (parser_fprintf): Declare.
8560 (GDB_YY_REMAP_PREFIX): Define.
8561 Include yy-remap.h. Don't redefine yy* identifiers.
8562
3513a6bb
TT
85632018-06-01 Tom Tromey <tom@tromey.com>
8564
8565 * python/py-type.c (typy_legacy_template_argument): Update.
8566 * cp-support.h (cp_demangled_name_to_comp): Update.
8567 * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
8568 parameter to be a "std::string *".
8569 (main): Update.
8570
e9cb46ab
L
85712018-06-01 H.J. Lu <hongjiu.lu@intel.com>
8572
8573 * ada-lex.l: Include "diagnostics.h" instead of
8574 "common/diagnostics.h".
8575 * unittests/environ-selftests.c: Likewise.
8576 * common/diagnostics.h: Moved to ../include.
8577
8e817061
JB
85782018-06-01 Joel Brobecker <brobecker@adacore.com>
8579
8580 * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
8581 to language_mode_manual while calling breakpoint_re_set_one.
8582
a737d952
TT
85832018-06-01 Tom Tromey <tom@tromey.com>
8584
8585 * valops.c (value_cast_structs, destructor_name_p): Update.
8586 * symtab.c (gdb_mangle_name): Update.
8587 * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
8588 Update.
8589 * p-valprint.c (pascal_object_is_vtbl_ptr_type)
8590 (pascal_object_print_value_fields, pascal_object_print_value):
8591 Update.
8592 * p-typeprint.c (pascal_type_print_derivation_info): Update.
8593 * linespec.c (find_methods): Update.
8594 * gdbtypes.h (type_name_no_tag): Remove.
8595 (type_name_or_error): Rename from type_name_no_tag_or_error.
8596 * gdbtypes.c (type_name_no_tag): Remove.
8597 (type_name_or_error): Rename from type_name_no_tag_or_error.
8598 (lookup_struct_elt_type, check_typedef): Update.
8599 * expprint.c (print_subexp_standard): Update.
8600 * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
8601 * d-namespace.c (d_lookup_nested_symbol): Update.
8602 * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
8603 (cp_print_class_member): Update.
8604 * cp-namespace.c (cp_lookup_nested_symbol): Update.
8605 * completer.c (add_struct_fields): Update.
8606 * c-typeprint.c (cp_type_print_derivation_info)
8607 (c_type_print_varspec_prefix, c_type_print_base_struct_union):
8608 Update.
8609 * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
8610 (ada_prefer_type, ada_is_exception_sym): Update.
8611
e86ca25f
TT
86122018-06-01 Tom Tromey <tom@tromey.com>
8613
8614 * valops.c (enum_constant_from_type, value_namespace_elt)
8615 (value_maybe_namespace_elt): Update.
8616 * valarith.c (find_size_for_pointer_math): Update.
8617 * target-descriptions.c (make_gdb_type): Update.
8618 * symmisc.c (print_symbol): Update.
8619 * stabsread.c (define_symbol, read_type)
8620 (complain_about_struct_wipeout, add_undefined_type)
8621 (cleanup_undefined_types_1): Update.
8622 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
8623 (rust_range_type_p, val_print_struct, rust_print_struct_def)
8624 (rust_internal_print_type, rust_composite_type)
8625 (rust_evaluate_funcall, rust_evaluate_subexp)
8626 (rust_inclusive_range_type_p): Update.
8627 * python/py-type.c (typy_get_tag): Update.
8628 * p-typeprint.c (pascal_type_print_base): Update.
8629 * mdebugread.c (parse_symbol, parse_type): Update.
8630 * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
8631 Update.
8632 * guile/scm-type.c (gdbscm_type_tag): Update.
8633 * go-lang.c (sixg_string_p): Update.
8634 * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
8635 Update.
8636 * gdbtypes.h (struct main_type) <tag_name>: Remove.
8637 (TYPE_TAG_NAME): Remove.
8638 * gdbtypes.c (type_name_no_tag): Simplify.
8639 (check_typedef, check_types_equal, recursive_dump_type)
8640 (copy_type_recursive, arch_composite_type): Update.
8641 * f-typeprint.c (f_type_print_base): Update. Print "Type" prefix
8642 in summary mode when needed.
8643 * eval.c (evaluate_funcall): Update.
8644 * dwarf2read.c (fixup_go_packaging, read_structure_type)
8645 (process_structure_scope, read_enumeration_type)
8646 (read_namespace_type, read_module_type, determine_prefix): Update.
8647 * cp-support.c (inspect_type): Update.
8648 * coffread.c (process_coff_symbol, decode_base_type): Update.
8649 * c-varobj.c (c_is_path_expr_parent): Update.
8650 * c-typeprint.c (c_type_print_base_struct_union): Update.
8651 (c_type_print_base_1): Update. Print struct/class/union/enum in
8652 summary when using C language.
8653 * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
8654 (gen_maybe_namespace_elt): Update.
8655 * ada-lang.c (ada_type_name): Simplify.
8656 (empty_record, ada_template_to_fixed_record_type_1)
8657 (template_to_static_fixed_type)
8658 (to_record_with_fixed_variant_part, ada_check_typedef): Update.
8659
c1ec8cea
TT
86602018-06-01 Tom Tromey <tom@tromey.com>
8661
8662 * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
8663 c_print_type.
8664 * c-typeprint.c (c_print_type_1): Add "language" parameter.
8665 (c_print_type): Update.
8666 (c_print_type): New overload.
8667 (c_type_print_varspec_prefix, c_type_print_args)
8668 (c_type_print_varspec_suffix, c_print_type_no_offsets)
8669 (c_type_print_base_struct_union, c_type_print_base_1)
8670 (cp_type_print_method_args): Add "language" parameter.
8671 (c_type_print_base): Update.
8672 * c-lang.h (c_print_type): Add new overload.
8673
bc8453a7
TT
86742018-06-01 Tom Tromey <tom@tromey.com>
8675
8676 * typeprint.h (c_type_print_varspec_suffix): Don't declare.
8677 * c-typeprint.c (c_type_print_varspec_suffix): Now static.
8678
739e8682
AH
86792018-06-01 Alan Hayward <alan.hayward@arm.com>
8680
8681 * aarch64-tdep.c (aarch64_sve_register_names): New const
8682 var.
8683 * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
8684 (AARCH64_SVE_Z_REGS_NUM): New define.
8685 (AARCH64_SVE_P_REGS_NUM): Likewise.
8686 (AARCH64_SVE_NUM_REGS): Likewise.
8687
8a60efe7
UB
86882018-05-31 Uros Bizjak <ubizjak@gmail.com>
8689
8690 * nat/linux-ptrace.h [__alpha__]
8691 (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
8692 definitions.
8693
4b2dfa9d
MR
86942018-05-31 Maciej W. Rozycki <macro@mips.com>
8695
8696 * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
8697 the endianness selected.
8698 * NEWS: Document `set endian auto' mode operation update.
8699
122394f1
AH
87002018-05-31 Alan Hayward <alan.hayward@arm.com>
8701
8702 * Makefile.in: Add new header.
8703 * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
8704 (sve_vl_from_vg): Likewise.
8705 (sve_vq_from_vl): Likewise.
8706 (sve_vl_from_vq): Likewise.
8707 (sve_vq_from_vg): Likewise.
8708 (sve_vg_from_vq): Likewise.
8709 * configure.nat: Add new c file.
8710 * nat/aarch64-sve-linux-ptrace.c: New file.
8711 * nat/aarch64-sve-linux-ptrace.h: New file.
8712
95228a0d
AH
87132018-05-31 Alan Hayward <alan.hayward@arm.com>
8714
8715 * aarch64-linux-nat.c (aarch64_linux_read_description):
8716 Add parmeter zero.
8717 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
8718 Likewise.
8719 * aarch64-tdep.c (tdesc_aarch64_list): Add.
8720 (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
8721 (aarch64_gdbarch_init): Add parmeter zero.
8722 * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
8723 * arch/aarch64.c (aarch64_create_target_description): Check VQ.
8724 * arch/aarch64.h (aarch64_create_target_description): Add VQ.
8725 parmeter.
8726 * doc/gdb.texinfo: Describe SVE feature
8727 * features/aarch64-sve.c: New file.
8728
5969f0db
OJ
87292018-05-31 Omair Javaid <omair.javaid@linaro.org>
8730
8731 PR gdb/23210
8732 * gdbarch.sh (significant_addr_bit): Default to zero when
8733 not set by target architecture.
8734 * gdbarch.c: Re-generated.
8735 * utils.c (address_significant): Update.
8736
61367c61
JB
87372018-05-30 Joel Brobecker <brobecker@adacore.com>
8738
8739 * stack.c (func_command): Remove trailing newline in call to error.
8740
34a79281
SM
87412018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8742
8743 * regcache.h (regcache_raw_collect): Remove, update callers to
8744 use regcache::raw_collect.
8745 * regcache.c (regcache_raw_collect): Remove.
8746
73e1c03f
SM
87472018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8748
8749 * regcache.h (regcache_raw_supply): Remove, update callers to
8750 use detached_regcache::raw_supply.
8751 * regcache.c (regcache_raw_supply): Remove.
8752
e4c4a59b
SM
87532018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8754
8755 * regcache.h (regcache_cooked_write_part): Remove, update
8756 callers to use regcache::cooked_write_part.
8757 * regcache.c (regcache_cooked_write_part): Remove.
8758
73bb0000
SM
87592018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8760
8761 * regcache.h (regcache_cooked_read_part): Remove, update callers
8762 to use readable_regcache::cooked_read_part.
8763 * regcache.c (regcache_cooked_read_part): Remove.
8764
46a45e9d
SM
87652018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8766
8767 * regcache.h (regcache_cooked_read_value): Remove, update
8768 callers to use readable_regcache::cooked_read_value.
8769 * regcache.c (regcache_cooked_read_value): Remove.
8770
b66f5587
SM
87712018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8772
8773 * regcache.h (regcache_cooked_write): Remove, update callers to
8774 use regcache::cooked_write.
8775 * regcache.c (regcache_cooked_write): Remove.
8776
6aa7d724
SM
87772018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8778
8779 * regcache.h (regcache_invalidate): Remove, update callers to
8780 use detached_regcache::invalidate instead.
8781 * regcache.c (regcache_invalidate): Remove.
8782
4f0420fd
SM
87832018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8784
8785 * regcache.h (regcache_raw_write_part): Remove, update callers
8786 to use regcache::raw_write_part instead.
8787 * regcache.c (regcache_raw_write_part): Remove.
8788
502fe83e
SM
87892018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8790
8791 * regcache.h (regcache_raw_read_part): Remove, update callers to
8792 use readable_regcache::raw_read_part instead.
8793 * regcache.c (regcache_raw_read_part): Remove.
8794
dca08e1f
SM
87952018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8796
8797 * regcache.h (regcache_cooked_read): Remove, update callers to
8798 use readable_regcache::cooked_read instead.
8799 * regcache.c (regcache_cooked_read): Remove.
8800
10eaee5f
SM
88012018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * regcache.h (regcache_raw_write): Remove, update callers to use
8804 regcache::raw_write instead.
8805 * regcache.c (regcache_raw_write): Remove.
8806
0b883586
SM
88072018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * regcache.h (regcache_raw_read): Remove, update callers to use
8810 readable_regcache::raw_read instead.
8811 * regcache.c (regcache_raw_read): Remove.
8812
0b47d985
SM
88132018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8814
8815 * regcache.h (regcache_raw_update): Remove, update callers to
8816 use readable_regcache::raw_update instead.
8817 * regcache.c (regcache_raw_update): Remove.
8818
0ec9f114
SM
88192018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 * regcache.h (regcache_register_status): Remove, update callers
8822 to use reg_buffer::get_register_status directly instead.
8823 * regcache.c (regcache_register_status): Remove.
8824
222312d3
SM
88252018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8826
8827 * regcache.h (regcache_get_ptid): Remove, update all callers to
8828 call regcache::ptid instead.
8829 * regcache.c (regcache_get_ptid): Remove.
8830
fdbe37e3
SM
88312018-05-30 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
8834
f7c6f423
PA
88352018-05-30 Pedro Alves <palves@redhat.com>
8836
8837 * common/common-exceptions.h (exception_rethrow): Use
8838 ATTRIBUTE_NORETURN.
8839
52941706
SM
88402018-05-29 Simon Marchi <simon.marchi@polymtl.ca>
8841
8842 * breakpoint.c (print_solib_event, check_status_catch_solib):
8843 Remove struct keyword in range-based for loops.
8844 * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
8845 * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
8846 Likewise.
8847 * linespec.c (find_superclass_methods, search_minsyms_for_name):
8848 Likewise.
8849 * symfile.c (addr_info_make_relative): Likewise.
8850 * thread.c (value_in_thread_stack_temporaries): Likewise.
8851
bf2977b5
WP
88522018-06-12 Weimin Pan <weimin.pan@oracle.com>
8853
8854 PR gdb/16841
8855 * valops.c (value_struct_elt_for_reference): Call check_typedef on
8856 aggregate type to get its real type before accessing it.
8857
64cc34d8
WP
88582018-05-29 Weimin Pan <weimin.pan@oracle.com>
8859
8860 * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
8861 * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
8862 * coff-pe-read.c (add_pe_forwarded_sym): Replace
8863 lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
8864 * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
8865 * jit.c (jit_breakpoint_re_set_internal): Likewise.
8866 * printcmd.c (info_address_command): Likewise.
8867
e7ec8713
TT
88682018-05-29 Tom Tromey <tom@tromey.com>
8869
8870 * windows-nat.c (handle_exception): Update fall-through comment.
8871
bcb430e4
TT
88722018-05-29 Tom Tromey <tom@tromey.com>
8873
8874 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
8875 (struct program_space) <added_solibs>: Now a std::vector.
8876 * breakpoint.c (print_solib_event): Update.
8877 (check_status_catch_solib): Update.
8878 * progspace.c (clear_program_space_solib_cache): Update.
8879 * solib.c (update_solib_list): Update.
8880
894882e3
TT
88812018-05-29 Tom Tromey <tom@tromey.com>
8882
8883 * python/py-type.c (typy_richcompare): Update.
8884 * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
8885 * gdbtypes.h (types_deeply_equal): Return bool.
8886 (types_equal): Likewise.
8887 * gdbtypes.c (type_equality_entry_d): Remove typedef. Don't
8888 declare VEC.
8889 (check_types_equal): Change worklist to std::vector. Return
8890 bool.
8891 (struct type_equality_entry): Add constructor.
8892 (compare_maybe_null_strings): Return bool.
8893 (check_types_worklist): Return bool. Change worklist to
8894 std::vector.
8895 (types_deeply_equal): Use std::vector.
8896 (types_equal): Return bool.
8897 (compare_maybe_null_strings): Simplify.
8898
10b2ded4
TT
88992018-05-29 Tom Tromey <tom@tromey.com>
8900
8901 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
8902
4f7deebe
TT
89032018-05-29 Tom Tromey <tom@tromey.com>
8904
8905 * objc-lang.h: Don't include cp-support.h.
8906 * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
8907 declare VEC.
8908
b8283aea
TT
89092018-05-27 Tom Tromey <tom@tromey.com>
8910
8911 * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
8912
41a883c8
TT
89132018-05-25 Tom Tromey <tom@tromey.com>
8914
8915 * value.c (value::location): Initialize.
8916
bf259e25
TT
89172018-05-25 Tom Tromey <tom@tromey.com>
8918
8919 * dbxread.c (init_bincl_list): Remove.
8920 (bincl_list): Now a std::vector.
8921 (bincls_allocated, next_bincl): Remove.
8922 (free_bincl_list, do_free_bincl_list_cleanup)
8923 (make_cleanup_free_bincl_list): Remove.
8924 (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
8925 unique_xmalloc_ptr.
8926 (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
8927 (struct header_file_location): Add constructor.
8928 (add_bincl_to_list): Remove.
8929
d525a99b
TT
89302018-05-25 Tom Tromey <tom@tromey.com>
8931
8932 * tui/tui.c (tui_enable): Update.
8933 * mi/mi-interp.c (mi_interp::init): Update.
8934 * interps.h (class interp) <name>: New method.
8935 <m_name>: Rename from name.
8936 (~scoped_restore_interp): Update.
8937 * interps.c (interp::interp): Update.
8938 (interp_add, interp_set, interp_lookup_existing)
8939 (current_interp_named_p): Update.
8940
da505cff
TT
89412018-05-25 Tom Tromey <tom@tromey.com>
8942
8943 * interps.c (interp_name): Remove.
8944 * mi/mi-interp.c (mi_interp::init): Update.
8945 * interps.h (interp_name): Remove.
8946 (~scoped_restore_interp): Update.
8947 * tui/tui.c (tui_enable): Update.
8948
29f94340
TT
89492018-05-25 Tom Tromey <tom@tromey.com>
8950
8951 * utils.c (fputs_maybe_filtered): Update.
8952 * linespec.c (decode_line_full): Update.
8953 * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
8954 (mi_print_breakpoint_for_event, mi_solib_loaded)
8955 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
8956 (mi_user_selected_context_changed): Update.
8957 * mi/mi-main.c (mi_execute_command): Update.
8958 * cli/cli-script.c (execute_control_command): Update.
8959 * python/python.c (execute_gdb_command): Update.
8960 * solib.c (info_sharedlibrary_command): Update.
8961 * interps.c (interp_ui_out): Remove.
8962 * interps.h (interp_ui_out): Remove.
8963
716b8bc5
TT
89642018-05-25 Tom Tromey <tom@tromey.com>
8965
8966 * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
8967 * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
8968 * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
8969
753ff9bd
TT
89702018-05-25 Tom Tromey <tom@tromey.com>
8971
8972 * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
8973 * interps.c (interp_exec): Use scoped_restore.
8974
5ca3b260
TT
89752018-05-25 Tom Tromey <tom@tromey.com>
8976
8977 * remote.c (remote_target::remote_file_get): Use
8978 gdb::byte_vector.
8979 (remote_target::remote_file_put): Likewise.
8980
3173aa2f
TT
89812018-05-25 Tom Tromey <tom@tromey.com>
8982
8983 * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
8984 a std::string.
8985 (get_pe_section_index, add_pe_exported_sym): Update.
8986 (read_pe_exported_syms): Use gdb::def_vector.
8987
09a5e1b5
TT
89882018-05-25 Tom Tromey <tom@tromey.com>
8989
8990 * frame.c (remove_prev_frame): Remove.
8991 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
8992
d8dab6c3
MR
89932018-05-25 Maciej W. Rozycki <macro@mips.com>
8994
8995 * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
8996 Remove prototypes.
8997 * mips-linux-nat.c (supply_fpregset): Always call
8998 `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
8999 (fill_fpregset): Always call `mips64_fill_fpregset' rather than
9000 `mips_fill_fpregset'.
9001 * mips-linux-tdep.c (mips_supply_fpregset)
9002 (mips_supply_fpregset_wrapper, mips_fill_fpregset)
9003 (mips_fill_fpregset_wrapper): Remove functions.
9004 (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
9005 (mips_linux_fpregset): Remove variable.
9006 (mips_linux_iterate_over_regset_sections): Use
9007 `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
9008 (mips_linux_o32_sigframe_init): Remove comment.
9009
3c69da40
PA
90102018-05-25 Pedro Alves <palves@redhat.com>
9011
9012 * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
9013 (struct readahead_cache, struct packet_reg, struct
9014 remote_arch_state, class remote_state): Move higher up in the
9015 file.
9016 (remote_target::m_remote_state): Now an object instead of a pointer.
9017 (remote_target::get_remote_state): Adjust.
9018
39f0c204
AB
90192018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9020
9021 * stack.c (select_and_print_frame): Delete.
9022 (struct function_bounds): Move struct within function.
9023 (func_command): Most content moved into new function
9024 find_frame_for_function, use new function, print result, add
9025 function comment.
9026 (find_frame_for_function): New function, now returns a result.
9027
d392224a
PW
90282018-05-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9029
9030 * stack.c (iterate_over_block_arg_vars): Fix comment.
9031 (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
9032
45f25d6c
AB
90332018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9034
9035 PR gdb/23203
9036 * frame.c
9037 (scoped_restore_selected_frame::scoped_restore_selected_frame):
9038 Define.
9039 (scoped_restore_selected_frame::~scoped_restore_selected_frame):
9040 Define.
9041 * frame.h (class scoped_restore_selected_frame): New class.
9042 * stack.c (print_frame_local_vars): Remove catching and rethrowing
9043 of any exception, use scoped_restore_selected_frame to restore the
9044 frame instead.
9045
da05d921
PA
90462018-05-24 Pedro Alves <palves@redhat.com>
9047
9048 * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
9049 override.
9050
a8be540e
TT
90512018-05-23 Tom Tromey <tom@tromey.com>
9052
9053 * complaints.c (struct complaints): Remove.
9054 (symfile_complaint_book): Remove.
9055 (series): New global.
9056 (complaint_internal): Update.
9057 (clear_complaints): Update.
9058
ff1cf532
TT
90592018-05-23 Tom Tromey <tom@tromey.com>
9060
9061 * complaints.c (counters): New global.
9062 (struct complain): Remove.
9063 (struct complaints) <root>: Remove.
9064 (complaint_sentinel): Remove.
9065 (symfile_complaint_book): Update.
9066 (find_complaint) Remove.
9067 (complaint_internal, clear_complaints): Update.
9068
7ff88174
TT
90692018-05-23 Tom Tromey <tom@tromey.com>
9070
9071 * complaints.c (struct complain) <file, line>: Remove.
9072 (find_complaint): Remove file, line parameters.
9073 (complaint_internal): Update.
9074
de54e1a5
TT
90752018-05-23 Tom Tromey <tom@tromey.com>
9076
9077 * complaints.c (vcomplaint): Remove.
9078 (complaint_internal) Merge in contents of vcomplaint.
9079
2ac237e5
TT
90802018-05-23 Tom Tromey <tom@tromey.com>
9081
9082 * complaints.c (struct complaints) <explanation>: Remove.
9083 (symfile_explanations): Remove.
9084 (symfile_complaint_book): Update.
9085 (vcomplaint): Update.
9086 (struct explanation): Remove.
9087
b98664d3
TT
90882018-05-23 Tom Tromey <tom@tromey.com>
9089
9090 * complaints.c (symfile_complaints): Remove.
9091 (complaint_internal): Remove "complaints" parameter.
9092 (clear_complaints, vcomplaint): Remove "c" parameter.
9093 (get_complaints): Remove.
9094 * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
9095 (dwarf2_debug_line_missing_file_complaint)
9096 (dwarf2_debug_line_missing_end_sequence_complaint)
9097 (dwarf2_complex_location_expr_complaint)
9098 (dwarf2_const_value_length_mismatch_complaint)
9099 (dwarf2_section_buffer_overflow_complaint)
9100 (dwarf2_macro_malformed_definition_complaint)
9101 (dwarf2_invalid_attrib_class_complaint)
9102 (create_addrmap_from_index, dw2_symtab_iter_next)
9103 (dw2_expand_marked_cus)
9104 (dw2_debug_names_iterator::find_vec_in_debug_names)
9105 (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
9106 (create_debug_type_hash_table, init_cutu_and_read_dies)
9107 (partial_die_parent_scope, add_partial_enumeration)
9108 (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
9109 (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
9110 (read_import_statement, read_file_scope, create_dwo_cu_reader)
9111 (create_cus_hash_table, create_dwp_hash_table)
9112 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9113 (dwarf2_rnglists_process, dwarf2_ranges_process)
9114 (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
9115 (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
9116 (handle_struct_member_die, process_structure_scope)
9117 (read_array_type, read_common_block, read_module_type)
9118 (read_tag_pointer_type, read_typedef, read_base_type)
9119 (read_subrange_type, load_partial_dies, partial_die_info::read)
9120 (partial_die_info::read, partial_die_info::read)
9121 (partial_die_info::read, read_checked_initial_length_and_offset)
9122 (dwarf2_string_attr, read_formatted_entries)
9123 (dwarf_decode_line_header)
9124 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
9125 (new_symbol, dwarf2_const_value_attr, lookup_die_type)
9126 (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
9127 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9128 (get_signatured_type, get_DW_AT_signature_type)
9129 (decode_locdesc, file_file_name, consume_improper_spaces)
9130 (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
9131 (dwarf_decode_macro_bytes, dwarf_decode_macros)
9132 (dwarf2_symbol_mark_computed, set_die_type)
9133 (read_attribute_value): Update.
9134 * stap-probe.c (handle_stap_probe, get_stap_base_address):
9135 Update.
9136 * dbxread.c (unknown_symtype_complaint)
9137 (lbrac_mismatch_complaint, repeated_header_complaint)
9138 (set_namestring, function_outside_compilation_unit_complaint)
9139 (read_dbx_symtab, process_one_symbol): Update.
9140 * gdbtypes.c (stub_noname_complaint): Update.
9141 * windows-nat.c (handle_unload_dll): Update.
9142 * coffread.c (coff_symtab_read, enter_linenos, decode_type)
9143 (decode_base_type): Update.
9144 * xcoffread.c (bf_notfound_complaint, ef_complaint)
9145 (eb_complaint, record_include_begin, record_include_end)
9146 (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
9147 (process_xcoff_symbol, read_symbol)
9148 (function_outside_compilation_unit_complaint)
9149 (scan_xcoff_symtab): Update.
9150 * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
9151 * buildsym.c (finish_block_internal, make_blockvector)
9152 (end_symtab_get_static_block, augment_type_symtab): Update.
9153 * dtrace-probe.c (dtrace_process_dof)
9154 (dtrace_static_probe_ops::get_probes): Update.
9155 * complaints.h (struct complaint): Don't declare.
9156 (symfile_complaints): Remove.
9157 (complaint_internal): Remove "complaints" parameter.
9158 (complaint): Likewise.
9159 (clear_complaints): Likewise.
9160 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9161 (reread_symbols): Update.
9162 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
9163 (dwarf2_frame_cache, decode_frame_entry): Update.
9164 * dwarf2loc.c (dwarf_reg_to_regnum): Update.
9165 * objc-lang.c (lookup_objc_class, lookup_child_selector)
9166 (info_selectors_command): Update.
9167 * macrotab.c (macro_include, check_for_redefinition)
9168 (macro_undef): Update.
9169 * objfiles.c (filter_overlapping_sections): Update.
9170 * stabsread.c (invalid_cpp_abbrev_complaint)
9171 (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
9172 (define_symbol, error_type, read_type, rs6000_builtin_type)
9173 (stabs_method_name_from_physname, read_member_functions)
9174 (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
9175 (attach_fields_to_type, complain_about_struct_wipeout)
9176 (read_range_type, read_args, common_block_start)
9177 (common_block_end, cleanup_undefined_types_1, scan_file_globals):
9178 Update.
9179 * mdebugread.c (index_complaint, unknown_ext_complaint)
9180 (basic_type_complaint, bad_tag_guess_complaint)
9181 (bad_rfd_entry_complaint, unexpected_type_code_complaint)
9182 (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
9183 (parse_procedure, parse_lines)
9184 (function_outside_compilation_unit_complaint)
9185 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
9186 (bad_tag_guess_complaint, reg_value_complaint): Update.
9187 * cp-support.c (demangled_name_complaint): Update.
9188 * macroscope.c (sal_macro_scope): Update.
9189 * dwarf-index-write.c (class debug_names): Update.
9190
4e9668d0
TT
91912018-05-23 Tom Tromey <tom@tromey.com>
9192
9193 * complaints.c (clear_complaints): Remove "noisy" parameter.
9194 * complaints.h (clear_complaints): Update.
9195 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9196 (reread_symbols): Update.
9197
43ba33c7
TT
91982018-05-23 Tom Tromey <tom@tromey.com>
9199
9200 * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
9201 SUBSEQUENT_MESSAGE.
9202 (vcomplaint, clear_complaints): Update.
9203 (symfile_explanations): Remove some messages.
9204
2b9496b2
TT
92052018-05-23 Tom Tromey <tom@tromey.com>
9206
9207 * complaints.c (internal_complaint): Remove.
9208 * complaints.h (internal_complaint): Remove.
9209
35f1fea3
MR
92102018-05-22 Maciej W. Rozycki <macro@mips.com>
9211
9212 * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
9213
6b8edb51
PA
92142018-05-22 Pedro Alves <palves@redhat.com>
9215
9216 * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
9217 (remote_fileio_badfd, remote_fileio_return_errno)
9218 (remote_fileio_return_success, remote_fileio_func_open)
9219 (remote_fileio_func_open, remote_fileio_func_close)
9220 (remote_fileio_func_read, remote_fileio_func_write)
9221 (remote_fileio_func_lseek, remote_fileio_func_rename)
9222 (remote_fileio_func_unlink, remote_fileio_func_stat)
9223 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
9224 (remote_fileio_func_isatty, remote_fileio_func_system): Add
9225 remote_target parameter.
9226 (remote_fio_func_map) <func>: Add remote_target parameter.
9227 (do_remote_fileio_request, remote_fileio_request):
9228 * remote-fileio.h (remote_fileio_request):
9229 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9230 remote_target parameter.
9231 (remote_notif_process, handle_notification): Adjust to pass down
9232 the remote.
9233 (remote_notif_state_allocate): Add remote_target parameter. Save
9234 it.
9235 * remote-notif.h (struct remote_target): Forward declare.
9236 (struct notif_client) <parse, ack, can_get_pending_events>: Add
9237 remote_target parameter.
9238 (struct remote_notif_state) <remote>: New field.
9239 (remote_notif_ack, remote_notif_parse): Add remote_target
9240 parameter.
9241 (remote_notif_state_allocate, remote_notif_state_allocate): Add
9242 remote_target parameter.
9243 * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
9244 (threads_listing_context, rmt_thread_action, protocol_feature)
9245 (packet_reg, stop_reply, stop_reply_p, enum packet_support)
9246 (packet_result, struct threads_listing_context, remote_state):
9247 Move definitions and declarations higher up.
9248 (remote_target) <~remote_target>: Declare.
9249 (remote_download_command_source, remote_file_put, remote_file_get)
9250 (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
9251 (remote_hostio_pread_vFile, remote_hostio_send_command)
9252 (remote_hostio_set_filesystem, remote_hostio_open)
9253 (remote_hostio_close, remote_hostio_unlink, remote_state)
9254 (get_remote_state, get_remote_packet_size, get_memory_packet_size)
9255 (get_memory_write_packet_size, get_memory_read_packet_size)
9256 (append_pending_thread_resumptions, remote_detach_1)
9257 (append_resumption, remote_resume_with_vcont)
9258 (add_current_inferior_and_thread, wait_ns, wait_as)
9259 (process_stop_reply, remote_notice_new_inferior)
9260 (process_initial_stop_replies, remote_add_thread)
9261 (btrace_sync_conf, remote_btrace_maybe_reopen)
9262 (remove_new_fork_children, kill_new_fork_children)
9263 (discard_pending_stop_replies, stop_reply_queue_length)
9264 (check_pending_events_prevent_wildcard_vcont)
9265 (discard_pending_stop_replies_in_queue, stop_reply)
9266 (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
9267 (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
9268 (remote_interrupt_as, remote_interrupt_ns)
9269 (remote_get_noisy_reply, remote_query_attached)
9270 (remote_add_inferior, remote_current_thread, get_current_thread)
9271 (set_thread, set_general_thread, set_continue_thread)
9272 (set_general_process, write_ptid)
9273 (remote_unpack_thread_info_response, remote_get_threadinfo)
9274 (parse_threadlist_response, remote_get_threadlist)
9275 (remote_threadlist_iterator, remote_get_threads_with_ql)
9276 (remote_get_threads_with_qxfer)
9277 (remote_get_threads_with_qthreadinfo, extended_remote_restart)
9278 (get_offsets, remote_check_symbols, remote_supported_packet)
9279 (remote_query_supported, remote_packet_size)
9280 (remote_serial_quit_handler, remote_detach_pid)
9281 (remote_vcont_probe, remote_resume_with_hc)
9282 (send_interrupt_sequence, interrupt_query)
9283 (remote_notif_get_pending_events, fetch_register_using_p)
9284 (send_g_packet, process_g_packet, fetch_registers_using_g)
9285 (store_register_using_P, store_registers_using_G)
9286 (set_remote_traceframe, check_binary_download)
9287 (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
9288 (remote_xfer_live_readonly_partial, remote_read_bytes)
9289 (remote_send_printf, remote_flash_write, readchar)
9290 (remote_serial_write, putpkt, putpkt_binary, skip_frame)
9291 (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
9292 (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
9293 (extended_remote_disable_randomization, extended_remote_run)
9294 (send_environment_packet, extended_remote_environment_support)
9295 (extended_remote_set_inferior_cwd, remote_write_qxfer)
9296 (remote_read_qxfer, push_stop_reply, vcont_r_supported)
9297 (packet_command): Now methods of ...
9298 (remote_target): ... this class.
9299 (m_remote_state) <remote_target>: New field.
9300 (struct remote_state) <stop_reply_queue,
9301 remote_async_inferior_event_token, wait_forever_enabled_p>: New
9302 fields.
9303 (remote_state::remote_state): Allocate stop_reply_queue.
9304 (remote_state): Delete global.
9305 (get_remote_state_raw): Delete.
9306 (remote_target::get_remote_state): Allocate m_remote_state on
9307 demand.
9308 (get_current_remote_target): New.
9309 (remote_ops, extended_remote_ops): Delete.
9310 (wait_forever_enabled_p, remote_async_inferior_event_token):
9311 Delete, moved to struct remote_state.
9312 (remote_target::close): Delete self. Destruction bits split to
9313 ...
9314 (remote_target::~remote_target): ... this.
9315 (show_memory_packet_size): Adjust to use
9316 get_current_remote_target.
9317 (struct protocol_feature) <func>: Add remote_target parameter.
9318 All callers adjusted.
9319 (curr_quit_handler_target): New.
9320 (remote_serial_quit_handler): Reimplement.
9321 (remote_target::open_1): Adjust to use get_current_remote_target.
9322 Heap-allocate remote_target/extended_remote_target instances.
9323 (vcont_builder::vcont_builder): Add remote_target parameter, and
9324 save it in m_remote. All callers adjusted.
9325 (vcont_builder::m_remote): New field.
9326 (vcont_builder::restart, vcont_builder::flush)
9327 (vcont_builder::push_action): Use it.
9328 (remote_target::commit_resume): Use it.
9329 (struct queue_iter_param) <remote>: New field.
9330 (remote_target::remove_new_fork_children): Fill in 'remote' field.
9331 (check_pending_event_prevents_wildcard_vcont_callback_data): New.
9332 (check_pending_event_prevents_wildcard_vcont_callback)
9333 (remote_target::check_pending_events_prevent_wildcard_vcont)
9334 (remote_target::discard_pending_stop_replies)
9335 (remote_target::discard_pending_stop_replies_in_queue)
9336 (remote_target::remote_notif_remove_queued_reply): Fill in
9337 'remote' field.
9338 (remote_notif_get_pending_events): New.
9339 (remote_target::readchar, remote_target::remote_serial_write):
9340 Save/restore curr_quit_handler_target.
9341 (putpkt): New.
9342 (kill_new_fork_children): Fill in 'remote' field.
9343 (packet_command): Use get_current_remote_target, defer to
9344 remote_target method of same name.
9345 (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
9346 parameter, and save it in m_remote. All callers adjusted.
9347 (scoped_remote_fd::release): Use m_remote.
9348 (scoped_remote_fd::m_remote): New field.
9349 (remote_file_put, remote_file_get, remote_file_delete): Use
9350 get_current_remote_target, defer to remote_target method of same
9351 name.
9352 (remote_btrace_reset): Add remote_state paremeter. Update all
9353 callers.
9354 (remote_async_inferior_event_handler). Pass down 'data'.
9355 (remote_new_objfile): Use get_current_remote_target.
9356 (remote_target::vcont_r_supported): New.
9357 (set_range_stepping): Use get_current_remote_target and
9358 remote_target::vcont_r_supported.
9359 (_initialize_remote): Don't allocate 'remote_state' and
9360 'stop_reply_queue' globals.
9361 * remote.h (struct remote_target): Forward declare.
9362 (getpkt, putpkt, remote_notif_get_pending_events): Add
9363 'remote_target' parameter.
9364
f5db4863
PA
93652018-05-22 Pedro Alves <palves@redhat.com>
9366
9367 * remote.c (vcont_builder): Now a class. Make all data members
9368 private.
9369 (vcont_builder) <vcont_builder, restart, flush, push_action>:
9370 Declare methods.
9371 (vcont_builder_restart): Rename to ...
9372 (vcont_builder::restart): ... this.
9373 (vcont_builder_flush): Rename to ...
9374 (vcont_builder::flush): ... this.
9375 (vcont_builder_push_action): Rename to ...
9376 (vcont_builder::push_action): ... this.
9377 (remote_target::commit_resume): Adjust.
9378
cc0be08f
PA
93792018-05-22 Pedro Alves <palves@redhat.com>
9380
9381 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
9382 (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
9383 (get_fixed_memory_packet_size): New.
9384 (get_memory_packet_size): Use it.
9385 (set_memory_packet_size): Don't override the config size with
9386 DEFAULT_MAX_MEMORY_PACKET_SIZE.
9387 (show_memory_packet_size): Use get_fixed_memory_packet_size.
9388 Don't refer to get_memory_packet_size if not connected to a remote
9389 target. Show "(default)" if configured size is 0.
9390
9607784a
PA
93912018-05-22 Pedro Alves <palves@redhat.com>
9392
9393 * remote.c (remote_target::mourn_inferior): Move
9394 discard_pending_stop_replies call here from ...
9395 (_initialize_remote): ... here.
9396
0e9a6b2f
PA
93972018-05-22 Pedro Alves <palves@redhat.com>
9398
9399 * remote.c (compare_section_command): Remove set_general_process
9400 call.
9401
43c3a0e4
PA
94022018-05-22 Pedro Alves <palves@redhat.com>
9403
9404 * remote.c (struct packet_reg, struct remote_arch_state):
9405 Move higher up in the file.
9406 (remote_state) <m_arch_states>: Store remote_arch_state values
9407 instead of remote_arch_state pointers.
9408 (remote_state::get_remote_arch_state): Adjust.
9409
9d6eea31
PA
94102018-05-22 Pedro Alves <palves@redhat.com>
9411
9412 * remote.c: Include <unordered_map>.
9413 (remote_state): Now a class.
9414 (remote_state) <get_remote_arch_state>: Declare method.
9415 <get_remote_arch_state>: New field.
9416 (remote_arch_state) <remote_arch_state>: Declare ctor.
9417 <regs>: Now a unique_ptr.
9418 (remote_gdbarch_data_handle): Delete.
9419 (get_remote_arch_state): Delete.
9420 (remote_state::get_remote_arch_state): New.
9421 (get_remote_state): Adjust to call remote_state's
9422 get_remote_arch_state method.
9423 (init_remote_state): Delete, bits factored out to ...
9424 (remote_arch_state::remote_arch_state): ... this new method.
9425 (get_remote_packet_size, get_memory_packet_size)
9426 (process_g_packet, remote_target::fetch_registers)
9427 (remote_target::prepare_to_store, store_registers_using_G)
9428 (remote_target::store_registers, remote_target::get_trace_status):
9429 Adjust to call remote_state's method.
9430 (_initialize_remote): Remove reference to
9431 remote_gdbarch_data_handle.
9432
dd194f6b
PA
94332018-05-22 Pedro Alves <palves@redhat.com>
9434
9435 * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
9436 pread>: New method declarations.
9437 (remote_target::open_1): Adjust.
9438 (readahead_cache_invalidate): Rename to ...
9439 (readahead_cache::invalidate): ... this, and adjust to be a class
9440 method.
9441 (readahead_cache_invalidate_fd): Rename to ...
9442 (readahead_cache::invalidate_fd): ... this, and adjust to be a
9443 class method.
9444 (remote_hostio_pwrite): Adjust.
9445 (remote_hostio_pread_from_cache): Rename to ...
9446 (readahead_cache::pread): ... this, and adjust to be a class
9447 method.
9448 (remote_hostio_close): Adjust.
9449
440b7aec
PA
94502018-05-22 Pedro Alves <palves@redhat.com>
9451
9452 * remote.c (remote_hostio_close_cleanup): Delete.
9453 (class scoped_remote_fd): New.
9454 (remote_file_put, remote_file_get): Use it.
9455
de44f5a7
PA
94562018-05-22 Pedro Alves <palves@redhat.com>
9457
9458 (struct vCont_action_support): Use bool and initialize all fields.
9459 (struct readahead_cache): Initialize all fields.
9460 (remote_state): Use bool and initialize all fields.
9461 (remote_state::remote_state, remote_state::~remote_state): New.
9462 (new_remote_state): Delete.
9463 (_initialize_remote): Use new to allocate remote_state.
9464
b1b60145
PA
94652018-05-22 Pedro Alves <palves@redhat.com>
9466 張俊芝 <zjz@zjz.name>
9467
9468 PR gdb/22973
9469 * c-exp.y: Include "c-support.h".
9470 (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
9471 of tolower. Use c_ident_is_alpha to scan names.
9472 * c-lang.c: Include "c-support.h".
9473 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
9474 ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
9475 * c-support.h: New file, with bits factored out from ...
9476 * cp-name-parser.y: ... this file.
9477 Include "c-support.h".
9478 (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
9479 c-support.h and renamed.
9480 (symbol_end, yylex): Adjust.
9481
0ec848ad
PFC
94822018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9483
9484 * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
9485 parameter type to CORE_ADDR.
9486 * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
9487 parameter type in declaration to CORE_ADDR.
9488 * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
9489 target_auxv_search to get AT_HWCAP and use the result to get the
9490 target description.
9491 * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
9492 to CORE_ADDR. Remove the cast of the return value to unsigned
9493 long. Fix error predicate of target_auxv_search.
9494 (ppc_linux_nat_target::read_description): Change the type of the
9495 hwcap variable to CORE_ADDR.
9496
0fb2aaa1
PFC
94972018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9498
9499 * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
9500 if the size of fpscr is larger than 32 bits.
9501
2c3305f6
PFC
95022018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9503
9504 * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
9505 (ppc32_linux_vsxregmap): New global.
9506 (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
9507 regcache_supply_regset, and regcache_collect_regset.
9508 * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
9509 * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
9510 (fetch_vsx_register, store_vsx_register): Remove.
9511 (fetch_vsx_registers): Add regno parameter. Get regset using
9512 ppc_linux_vsxregset. Use regset to supply registers.
9513 (store_vsx_registers): Add regno parameter. Get regset using
9514 ppc_linux_vsxregset. Use regset to collect registers.
9515 (fetch_register): Call fetch_vsx_registers instead of
9516 fetch_vsx_register.
9517 (store_register): Call store_vsx_registers instead of
9518 store_vsx_register.
9519 (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
9520 new regno parameter.
9521 (store_ppc_registers): Call store_vsx_registers with -1 for the
9522 new regno parameter.
9523 * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
9524 (ppc_collect_vsxregset): Remove.
9525
1d75a658
PFC
95262018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9527
9528 * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
9529 offset fields.
9530 * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
9531 for vector register offset fields.
9532 (ppc64_fbsd_reg_offsets): Likewise.
9533 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9534 to vector register offset fields.
9535 * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9536 to vector register offset fields.
9537 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
9538 vector register offset fields.
9539 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
9540 initializers for vector register offset fields.
9541 (rs6000_aix64_reg_offsets): Likewise.
9542 * rs6000-tdep.c (ppc_vrreg_offset): Remove.
9543 (ppc_supply_vrregset): Remove.
9544 (ppc_collect_vrregset): Remove.
9545 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
9546 (ppc_linux_vrregset) : New function.
9547 (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
9548 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
9549 (ppc32_linux_vrregset): Remove.
9550 (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
9551 and use result instead of ppc32_linux_vrregset.
9552 (ppc32_linux_reg_offsets): Remove initializers for vector register
9553 offset fields.
9554 (ppc64_linux_reg_offsets): Likewise.
9555 * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
9556 * ppc-linux-nat.c: Include regset.h.
9557 (gdb_vrregset_t): Adjust comment to account for little-endian
9558 mode.
9559 (supply_vrregset, fill_vrregset): Remove.
9560 (fetch_altivec_register, store_altivec_register): Remove.
9561 (fetch_altivec_registers): Add regno parameter. Get regset using
9562 ppc_linux_vrregset. Use regset to supply registers.
9563 (store_altivec_registers): Add regno parameter. Get regset using
9564 ppc_linux_vrregset. Use regset to collect registers.
9565 (fetch_register): Call fetch_altivec_registers instead of
9566 fetch_altivec_register.
9567 (store_register): Call store_altivec_registers instead of
9568 store_altivec_register.
9569 (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
9570 the new regno parameter.
9571 (store_ppc_registers): Call store_altivec_registers with -1 for
9572 the new regno parameter.
9573
d078308a
PFC
95742018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9575
9576 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
9577 (PPC_LINUX_SIZEOF_VSXREGSET): Define.
9578 * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
9579 (gdb_vrregset_t): Change array type size to
9580 PPC_LINUX_SIZEOF_VRREGSET.
9581 (gdb_vsxregset_t): Change array type size to
9582 PPC_LINUX_SIZEOF_VSXREGSET.
9583 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
9584 Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
9585 PPC_LINUX_SIZEOF_VSXREGSET.
9586
2e077f5e
PFC
95872018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9588
9589 * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
9590 * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
9591 nat/ppc-linux.c.
9592 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
9593 ppc_linux_target_wordsize with tid.
9594 (ppc_linux_nat_target::read_description): Call ppc_linux_target
9595 wordsize with tid.
9596 * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
9597 (ppc64_64bit_inferior_p): Add static and inline specifiers.
9598 (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
9599 tid parameter. Remove static specifier.
9600 * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
9601 (ppc_linux_target_wordsize): New declaration.
9602
bd64614e
PFC
96032018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9604
9605 * arch/ppc-linux-common.c: New file.
9606 * arch/ppc-linux-common.h: New file.
9607 * arch/ppc-linux-tdesc.h: New file.
9608 * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
9609 * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
9610 (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
9611 arch/ppc-linux-tdesc.h.
9612 * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
9613 arch/ppc-linux-tdesc.h.
9614 (ppc_linux_nat_target::read_description): Remove target
9615 description matching code. Fill a ppc_linux_features struct and
9616 call ppc_linux_match_description with it. Move comment about ISA
9617 2.05 to ppc-linux-common.c.
9618 * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
9619 arch/ppc-linux-tdesc.h.
9620 (ppc_linux_core_read_description): Remove target description
9621 matching code. Fill a ppc_linux_features struct and call
9622 ppc_linux_match_description with it.
9623 * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
9624 (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
9625 (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
9626 (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
9627 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
9628 (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
9629 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
9630 (tdesc_powerpc_e500l): Remove.
9631
241db429
JB
96322018-05-22 Joel Brobecker <brobecker@adacore.com>
9633
9634 * ada-lang.c (catch_assert_command): Pass empty string instead
9635 of NULL for excep_string argument.
9636
75d74cca
MR
96372018-05-22 Maciej W. Rozycki <macro@mips.com>
9638
9639 * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
9640 the width of the requested register exceeds the width of the
9641 `ptrace' data type.
9642
122b53ea
TT
96432018-05-21 Tom Tromey <tom@tromey.com>
9644
9645 * printcmd.c (output_command): Remove.
9646 (output_command_const): Rename to output_command.
9647 * valprint.h (output_command): Rename from output_command_const.
9648 * tracepoint.c (trace_dump_actions): Call output_command.
9649
bc18fbb5
TT
96502018-05-21 Tom Tromey <tom@tromey.com>
9651
9652 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
9653 (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
9654 * ada-lang.h (create_ada_exception_catchpoint): Update.
9655 * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
9656 std::string.
9657 (create_excep_cond_exprs, ~ada_catchpoint)
9658 (should_stop_exception, print_one_exception)
9659 (print_mention_exception, print_recreate_exception): Update.
9660 (ada_get_next_arg): Remove.
9661 (catch_ada_exception_command_split): Use std::string. Change type
9662 of "excep_string", "cond_string".
9663 (catch_ada_exception_command): Update.
9664 (create_ada_exception_catchpoint): Change type of excep_string.
9665 (ada_exception_sal): Remove excep_string parameter.
9666 (~ada_catchpoint): Remove.
9667
790217f6
TT
96682018-05-21 Tom Tromey <tom@tromey.com>
9669
9670 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
9671 cleanup.
9672
6f46ac85
TT
96732018-05-21 Tom Tromey <tom@tromey.com>
9674
9675 * ada-lang.c (ada_exception_message_1, ada_exception_message):
9676 Return unique_xmalloc_ptr.
9677 (print_it_exception): Update.
9678
15b6611c
TT
96792018-05-21 Tom Tromey <tom@tromey.com>
9680
9681 * tracepoint.c (trace_dump_actions): Use std::string.
9682
c0c9f665
TT
96832018-05-21 Tom Tromey <tom@tromey.com>
9684
9685 * symfile.c (reread_symbols): Use std::string for original_name.
9686
22ca247e
TT
96872018-05-21 Tom Tromey <tom@tromey.com>
9688
9689 * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
9690 (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN. Default
9691 constructor.
9692
184cde75
SM
96932018-05-20 Simon Marchi <simon.marchi@polymtl.ca>
9694
9695 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
9696 instance to...
9697 (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
9698 * objfiles.c (get_objfile_bfd_data): Allocate
9699 objfile_per_bfd_storage with obstack_new when allocating on
9700 obstack.
9701
e39db4db
SM
97022018-05-20 Simon Marchi <simon.marchi@ericsson.com>
9703
9704 * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
9705 OBSTACK_ZALLOC.
9706 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
9707 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
9708 * mdebugread.c (mdebug_build_psymtabs): Likewise.
9709 (add_pending): Likewise.
9710 (parse_symbol): Likewise.
9711 (parse_partial_symbols): Likewise.
9712 (psymtab_to_symtab_1): Likewise.
9713 (new_psymtab): Likewise.
9714 (elfmdebug_build_psymtabs): Likewise.
9715 * minsyms.c (terminate_minimal_symbol_table): Likewise.
9716 * objfiles.c (get_objfile_bfd_data): Likewise.
9717 (objfile_register_static_link): Likewise.
9718 * psymtab.c (allocate_psymtab): Likewise.
9719 * stabsread.c (read_member_functions): Likewise.
9720 * xcoffread.c (xcoff_end_psymtab): Likewise.
9721
284a0e3c
SM
97222018-05-20 Simon Marchi <simon.marchi@ericsson.com>
9723
9724 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
9725 compiler supports std::is_trivially_constructible.
9726 * common/poison.h: Include obstack.h.
9727 (IsMallocable): Define to is_trivially_constructible if the
9728 compiler supports it, define to true_type otherwise.
9729 (xobnew): New.
9730 (XOBNEW): Redefine.
9731 (xobnewvec): New.
9732 (XOBNEWVEC): Redefine.
9733 * gdb_obstack.h (obstack_zalloc): New.
9734 (OBSTACK_ZALLOC): Redefine.
9735 (obstack_calloc): New.
9736 (OBSTACK_CALLOC): Redefine.
9737 (obstack_new): New.
9738 * gdbarch.sh: Include gdb_obstack in gdbarch.h.
9739 (gdbarch_obstack): New declaration in gdbarch.h, definition in
9740 gdbarch.c.
9741 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
9742 obstack_calloc/obstack_zalloc.
9743 (gdbarch_obstack_zalloc): Remove.
9744 * target-descriptions.c (tdesc_data_init): Use obstack_new.
9745
59f66be3
PW
97462018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9747
9748 * stack.c (backtrace_command_1): Remove useless variable int i.
9749
50c65c2d
PW
97502018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9751
9752 * stack.c (print_frame_info): Fix comment.
9753
7ff8cb8c
TT
97542018-05-18 Tom Tromey <tom@tromey.com>
9755
9756 * dwarf2read.c (struct dwz_file): Add constructor, initializers.
9757 <dwz_bfd>: Now a gdb_bfd_ref_ptr.
9758 (~dwarf2_per_objfile): Update
9759 (dwarf2_get_dwz_file): Use new.
9760 * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
9761 unique_ptr.
9762
400174b1
TT
97632018-05-18 Tom Tromey <tom@tromey.com>
9764
9765 * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
9766 unique_ptr.
9767 * dwarf2read.c (struct dwp_file): Add constructor and
9768 initializers.
9769 (open_and_init_dwp_file): Return a unique_ptr.
9770 (dwarf2_per_objfile, create_dwp_hash_table)
9771 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
9772 (lookup_dwo_unit_in_dwp): Update.
9773 (open_and_init_dwp_file, get_dwp_file): Update.
9774
3063847f
TT
97752018-05-18 Tom Tromey <tom@tromey.com>
9776
9777 * dwarf2read.c (dwarf2_per_objfile): Update.
9778 (struct mapped_index): Add initializers.
9779 (dwarf2_read_index): Use new.
9780 (dw2_symtab_iter_init): Update.
9781 * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
9782 unique_ptr.
9783
d3d02dee
SM
97842018-05-18 Simon Marchi <simon.marchi@ericsson.com>
9785
9786 * dwarf2read.c (mapped_index) <total_size>: Remove.
9787
1d143c36
SM
97882018-05-18 Simon Marchi <simon.marchi@ericsson.com>
9789
9790 * unittests/format_pieces-selftests.c (test_format_specifier):
9791 Add ARI comments.
9792
ce1e8424
TT
97932018-05-18 Tom Tromey <tom@tromey.com>
9794
9795 * c-typeprint.c (maybe_print_hole): New function.
9796 (c_print_type_struct_field_offset): Update.
9797 (c_type_print_base_struct_union): Call maybe_print_hole.
9798
ddfe970e
KS
97992018-05-17 Keith Seitz <keiths@redhat.com>
9800
9801 * breakpoint.c (build_bpstat_chain): New function, moved from
9802 bpstat_stop_status.
9803 (bpstat_stop_status): Add optional parameter, `stop_chain'.
9804 If no stop chain is passed, call build_bpstat_chain to build it.
9805 * breakpoint.h (build_bpstat_chain): Declare.
9806 (bpstat_stop_status): Move documentation here from breakpoint.c.
9807 * infrun.c (handle_signal_stop): Before eliding inlined frames,
9808 build the stop chain and pass it to skip_inline_frames.
9809 Pass this stop chain to bpstat_stop_status.
9810 * inline-frame.c: Include breakpoint.h.
9811 (stopped_by_user_bp_inline_frame): New function.
9812 (skip_inline_frames): Add parameter `stop_chain'.
9813 Move documention to inline-frame.h.
9814 If non-NULL, use stopped_by_user_bp_inline_frame to determine
9815 whether the frame should be elided.
9816 * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
9817 Add moved documentation and update for new parameter.
9818
b17992c1
SM
98192018-05-17 Simon Marchi <simon.marchi@ericsson.com>
9820
9821 PR cli/14975
9822 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9823 unittests/format_pieces-selftests.c.
9824 * common/format.h (format_piece) <operator==>: New.
9825 (format_pieces) <operator[]>: Remove.
9826 * common/format.c (format_pieces::format_pieces): Handle \e.
9827 * unittests/format_pieces-selftests.c: New.
9828
58f0c718
TT
98292018-05-17 Tom Tromey <tom@tromey.com>
9830
9831 PR symtab/23010:
9832 * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
9833 (dw2_instantiate_symtab): Add skip_partial parameter.
9834 (dw2_find_last_source_symtab, dw2_map_expand_apply)
9835 (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
9836 (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
9837 (dw2_expand_symtabs_matching_one)
9838 (dw2_find_pc_sect_compunit_symtab)
9839 (dw2_debug_names_lookup_symbol)
9840 (dw2_debug_names_expand_symtabs_for_function): Update.
9841 (init_cutu_and_read_dies): Add skip_partial parameter.
9842 (process_psymtab_comp_unit, build_type_psymtabs_1)
9843 (process_skeletonless_type_unit, load_partial_comp_unit)
9844 (psymtab_to_symtab_1): Update.
9845 (load_full_comp_unit): Add skip_partial parameter.
9846 (process_imported_unit_die, dwarf2_read_addr_index)
9847 (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
9848 (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
9849 (read_signatured_type): Update.
9850
3e618834
SM
98512018-05-17 Simon Marchi <simon.marchi@ericsson.com>
9852
9853 * value.c (release_value): Remove unused variable.
9854 (record_latest_value): Likewise.
9855 (access_value_history): Likewise.
9856 (preserve_values): Likewise.
9857
fe10fe31
TT
98582018-05-17 Tom Tromey <tom@tromey.com>
9859
9860 * extension.h (struct ext_lang_type_printers) <py_type_printers>:
9861 Initialize.
9862
1d761124
MR
98632018-05-16 Maciej W. Rozycki <macro@mips.com>
9864
9865 PR gdb/22286
9866 * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
9867 Also handle registers whose width is not a multiple of
9868 PTRACE_TYPE_RET.
9869 (linux_nat_trad_target::store_register): Likewise.
9870
06333fea
TT
98712018-05-16 Tom Tromey <tom@tromey.com>
9872
9873 * gdbcore.h (core_bfd): Redefine.
9874 * corelow.c (core_target::close): Update.
9875 (core_target_open): Update.
9876 * progspace.h (struct program_space) <cbfd>: Now a
9877 gdb_bfd_ref_ptr.
9878
921222e2
TT
98792018-05-16 Tom Tromey <tom@tromey.com>
9880
9881 PR cli/19551:
9882 * symfile-add-flags.h (enum symfile_add_flags)
9883 <SYMFILE_NOT_FILENAME>: New constant.
9884 * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME. Get
9885 objfile name from BFD.
9886 (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
9887 * minidebug.c (find_separate_debug_file_in_section): Put
9888 ".gnu_debugdata" into BFD's file name.
9889
3acb7083
SM
98902018-05-16 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * regcache.c (regcache_read_ftype, regcache_write_ftype):
9893 Remove.
9894
561a72d4
TC
98952018-05-15 Tamar Christina <tamar.christina@arm.com>
9896
9897 PR binutils/21446
9898 * aarch64-tdep.c (aarch64_analyze_prologue,
9899 aarch64_software_single_step, aarch64_displaced_step_copy_insn):
9900 Indicate not interested in errors.
9901
4e6ff0e1
MR
99022018-05-15 Maciej W. Rozycki <macro@mips.com>
9903
9904 * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
9905 Supply the MIPS_ZERO_REGNUM register.
9906
ea33cd92
MR
99072018-05-15 Maciej W. Rozycki <macro@mips.com>
9908
9909 * mips-tdep.c (mask_address_var): Make variable static.
9910
2d79090e
TT
99112018-05-14 Tom Tromey <tom@tromey.com>
9912
9913 * dwarf2read.c (rust_union_quirks): Clear rust_unions.
9914
cf4912ae
AB
99152018-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
9916
9917 * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
9918 FXSAVE_ADDR for the mxcsr register.
9919
67e6f569
MF
99202018-05-11 Max Filippov <jcmvbkbc@gmail.com>
9921
9922 * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
9923
15244507
PA
99242018-05-11 Pedro Alves <palves@redhat.com>
9925
9926 * corelow.c (core_target) <core_target>: No longer inline.
9927 Initialize m_core_gdbarch, m_core_vec and build the section table
9928 here.
9929 <~core_target>: New.
9930 <core_gdbarch, get_core_register_section>: New methods.
9931 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
9932 factored out from ...
9933 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
9934 (core_ops): Delete.
9935 (sniff_core_bfd): Add gdbarch parameter.
9936 (core_close): Delete, merged into ...
9937 (core_target::close): ... here. Delete self.
9938 (core_close_cleanup): Delete.
9939 (core_target_open): Allocate a core_target on the heap. Use a
9940 unique_ptr instead of a cleanup. Bits moved into the core_target
9941 ctor. Adjust to use core_target methods instead of globals.
9942 (get_core_register_section): Rename to ...
9943 (core_target::get_core_register_section): ... this and adjust.
9944 (struct get_core_registers_cb_data): New.
9945 (get_core_registers_cb): Use it. Use bool.
9946 (core_target::fetch_registers, core_target::files_info)
9947 (core_target::xfer_partial, core_target::read_description)
9948 (core_target::pid_to, core_target::thread_name): Adjust to
9949 reference class fields instead of globals.
9950 * target.h (struct target_ops_deleter, target_ops_up): New.
9951
451953fa
PA
99522018-05-11 Pedro Alves <palves@redhat.com>
9953
9954 * corefile.c (core_file_command): Move to corelow.c.
9955 * corelow.c (the_core_target): Delete.
9956 (core_file_command): Moved from corefile.c. Check exec_bfd
9957 instead of the_core_target. Use target_detach instead of calling
9958 into the_core_target directly.
9959 (maybe_say_no_core_file_now): New.
9960 (core_target::detach): Use it.
9961 (_initialize_corelow): Remove references to the_core_target.
9962 * gdbcore.h (the_core_target): Delete.
9963
e540a5a2 99642018-05-11 Tom Tromey <tromey@redhat.com>
3afc23a6 9965 Pedro Alves <palves@redhat.com>
e540a5a2
TT
9966
9967 * corefile.c (core_bfd): Remove.
9968 * gdbcore.h (core_bfd): Now a macro.
9969 * progspace.h (struct program_space) <cbfd>: New field.
9970
633cf254
TT
99712018-05-11 Tom Tromey <tom@tromey.com>
9972
9973 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
9974 gdb::def_vector.
9975
1a34f210
TT
99762018-05-10 Tom Tromey <tom@tromey.com>
9977
9978 * configure: Rebuild.
9979 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
9980
190852c8
JB
99812018-05-10 Joel Brobecker <brobecker@adacore.com>
9982
9983 PR server/23158:
9984 * regformats/regdat.sh: Adjust script, following the addition
9985 of the new expedite_regs parameter to init_target_desc.
9986
8727de56
OJ
99872018-05-10 Omair Javaid <omair.javaid@linaro.org>
9988
9989 PR gdb/23127
9990 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
9991 set_gdbarch_significant_addr_bit.
9992 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
9993 set_gdbarch_significant_addr_bit.
9994 * utils.c (address_significant): Update to sign extend addr.
9995
37d9e062
MF
99962018-05-09 Max Filippov <jcmvbkbc@gmail.com>
9997
9998 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
9999 (xtensa_linux_init_abi): Limit tdep->num_regs by
10000 tdep->num_nopriv_regs.
10001 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
10002 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
10003 not initialized.
10004
7402fbca
SM
100052018-05-08 Simon Marchi <simon.marchi@ericsson.com>
10006
10007 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
10008
8ee22052
AB
100092018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10010
10011 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
10012 (I387_MXCSR_INIT_VAL): New constant.
10013 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
10014 buffer if it was supplied by the inferior.
10015 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
10016 (i387_xsave_get_clear_bv): New function.
10017 (i387_supply_xsave): Only read x87 control registers from the
10018 xsave buffer if the feature is enabled, and the state will have
10019 been written, otherwise, provide a suitable default.
10020 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
10021 including x87 control registers. Update control registers if they
10022 have changed from the default value, and mark features as enabled
10023 as required.
10024 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
10025
968ae51b
UW
100262018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
10027
10028 * spu-tdep.c (info_spu_event_command): Fix output formatting.
10029
aff689d3
TT
100302018-05-07 Tom Tromey <tom@tromey.com>
10031
10032 * configure: Rebuild.
10033 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
10034
ce887586
TT
100352018-05-07 Tom Tromey <tom@tromey.com>
10036
10037 PR tdep/20362:
10038 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
10039 bit. Use correct value for VDIV.
10040
85e26832
TT
100412018-05-04 Tom Tromey <tom@tromey.com>
10042
10043 * configure: Rebuild.
10044 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
10045
449b1ac7
TT
100462018-05-04 Tom Tromey <tom@tromey.com>
10047
10048 * linux-record.c (record_linux_system_call) <case
10049 RECORD_SYS_RECVFROM>: Add "break".
10050
15c9ffd6
TT
100512018-05-04 Tom Tromey <tom@tromey.com>
10052
10053 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
10054 Add missing "break".
10055 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
10056 Add missing "break".
10057
e3829d13
TT
100582018-05-04 Tom Tromey <tom@tromey.com>
10059
10060 * rs6000-tdep.c (ppc_process_record_op4)
10061 (ppc_process_record_op63): Add fall-through comment.
10062
da0e1563
TT
100632018-05-04 Tom Tromey <tom@tromey.com>
10064
10065 * i386-tdep.c (i386_process_record): Add fall-through comment.
10066
0019cd49
TT
100672018-05-04 Tom Tromey <tom@tromey.com>
10068
10069 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
10070 comment.
10071
565e0eda
TT
100722018-05-04 Tom Tromey <tom@tromey.com>
10073
10074 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
10075 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
10076 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
10077 comment.
10078 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
10079 comment.
10080 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
10081 comment.
10082
621846f4
TT
100832018-05-04 Tom Tromey <tom@tromey.com>
10084
10085 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
10086
86a73007
TT
100872018-05-04 Tom Tromey <tom@tromey.com>
10088
10089 * s390-tdep.c (s390_process_record): Fix fall-through comments.
10090 * xcoffread.c (scan_xcoff_symtab): Move comment later.
10091 * symfile.c (section_is_mapped): Fix fall-through comment.
10092 * stabsread.c (define_symbol, read_member_functions): Fix
10093 fall-through comment.
10094 * s390-linux-tdep.c (s390_process_record): Fix fall-through
10095 comment.
10096 * remote.c (remote_wait_as): Fix fall-through comment.
10097 * p-exp.y (yylex): Fix fall-through comment.
10098 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
10099 comment.
10100 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
10101 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
10102 * jv-exp.y (yylex): Fix fall-through comment.
10103 * go-exp.y (lex_one_token): Fix fall-through comment.
10104 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
10105 fall-through comment.
10106 * f-exp.y (yylex): Fix fall-through comment.
10107 * dwarf2read.c (process_die): Fix fall-through comments.
10108 * dbxread.c (process_one_symbol): Fix fall-through comment.
10109 * d-exp.y (lex_one_token): Fix fall-through comment.
10110 * cp-name-parser.y (yylex): Fix fall-through comment.
10111 * coffread.c (coff_symtab_read): Fix fall-through comment.
10112 * c-exp.y (lex_one_token): Fix fall-through comment.
10113 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
10114 comment.
10115 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
10116 comment.
10117
56bcdbea
TT
101182018-05-04 Tom Tromey <tom@tromey.com>
10119
10120 PR python/22730:
10121 * NEWS: Mention gdb.execute change.
10122 * gdbcmd.h (execute_control_command): Don't declare.
10123 * python/python.c (execute_gdb_command): Use read_command_lines_1,
10124 execute_control_commands, execute_control_commands_to_string.
10125 * cli/cli-script.h (execute_control_commands)
10126 (execute_control_commands_to_string): Declare.
10127 (execute_control_command): Add from_tty parameter.
10128 * cli/cli-script.c (execute_control_commands)
10129 (execute_control_commands_to_string): New functions.
10130 (execute_user_command): Use execute_control_commands.
10131 (execute_control_command_1): Add "from_tty" parameter. Update.
10132 (execute_control_command): Likewise.
10133
a913fffb
TT
101342018-05-04 Tom Tromey <tom@tromey.com>
10135
10136 PR python/22731:
10137 * NEWS: Mention that breakpoint commands are writable.
10138 * python/py-breakpoint.c (bppy_set_commands): New function.
10139 (breakpoint_object_getset) <"commands">: Use it.
10140
60b3cef2
TT
101412018-05-04 Tom Tromey <tom@tromey.com>
10142
10143 * tracepoint.c (actions_command): Update.
10144 * mi/mi-cmd-break.c (mi_command_line_array)
10145 (mi_command_line_array_cnt, mi_command_line_array_ptr)
10146 (mi_read_next_line): Remove.
10147 (mi_cmd_break_commands): Update.
10148 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
10149 function_view.
10150 * cli/cli-script.c (get_command_line): Update.
10151 (process_next_line): Use function_view. Constify.
10152 (recurse_read_control_structure, read_command_lines)
10153 (read_command_lines_1): Change argument types to function_view.
10154 (do_define_command, document_command): Update.
10155 * breakpoint.h (check_tracepoint_command): Don't declare.
10156 * breakpoint.c (check_tracepoint_command): Remove.
10157 (commands_command_1, create_tracepoint_from_upload): Update.
10158
7a2c85f2
TT
101592018-05-04 Tom Tromey <tom@tromey.com>
10160
10161 PR gdb/11750:
10162 * cli/cli-script.h (enum command_control_type) <define_control>:
10163 New constant.
10164 * cli/cli-script.c (multi_line_command_p): Handle define_control.
10165 (build_command_line, execute_control_command_1)
10166 (process_next_line): Likewise.
10167 (do_define_command): New function, extracted from define_command.
10168 (define_command): Use it.
10169
295dc222
TT
101702018-05-04 Tom Tromey <tom@tromey.com>
10171
10172 * tracepoint.c (actions_command): Update.
10173 * cli/cli-script.h (read_command_lines): Update.
10174 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
10175 (MAX_TMPBUF): Remove define.
10176 (define_command): Use string_printf.
10177 (document_command): Likewise.
10178 * breakpoint.c (commands_command_1): Update.
10179
1263a9d5
TT
101802018-05-04 Tom Tromey <tom@tromey.com>
10181
10182 * top.c (execute_command): Update.
10183 * cli/cli-script.h (print_command_lines): Now varargs.
10184 * cli/cli-script.c (print_command_lines): Now varargs.
10185 (execute_control_command_1) <case while_control, case if_control>:
10186 Update.
10187
12973681
TT
101882018-05-04 Tom Tromey <tom@tromey.com>
10189
10190 * tracepoint.c (all_tracepoint_actions): Rename from
10191 all_tracepoint_actions_and_cleanup. Change return type.
10192 (actions_command, encode_actions_1, encode_actions)
10193 (trace_dump_actions, tdump_command): Update.
10194 * remote.c (remote_download_command_source): Update.
10195 * python/python.c (gdbpy_eval_from_control_command)
10196 (python_command, python_interactive_command): Update.
10197 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
10198 * guile/guile.c (guile_command)
10199 (gdbscm_eval_from_control_command, guile_command): Update.
10200 * compile/compile.c (compile_code_command)
10201 (compile_print_command, compile_to_object): Update.
10202 * cli/cli-script.h (struct command_lines_deleter): New.
10203 (counted_command_line): New typedef.
10204 (struct command_line): Add constructor, destructor.
10205 <body_list>: Remove.
10206 <body_list_0, body_list_1>: New members.
10207 (command_line_up): Remove typedef.
10208 (read_command_lines, read_command_lines_1, get_command_line):
10209 Update.
10210 (copy_command_lines): Don't declare.
10211 * cli/cli-script.c (build_command_line): Use "new".
10212 (get_command_line): Return counted_command_line.
10213 (print_command_lines, execute_user_command)
10214 (execute_control_command_1, while_command, if_command): Update.
10215 (realloc_body_list): Remove.
10216 (process_next_line, recurse_read_control_structure): Update.
10217 (read_command_lines, read_command_lines_1): Return counted_command_line.
10218 (free_command_lines): Use "delete".
10219 (copy_command_lines): Remove.
10220 (define_command, document_command, show_user_1): Update.
10221 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
10222 a counted_command_line.
10223 * breakpoint.h (counted_command_line): Remove typedef.
10224 (breakpoint_set_commands): Update.
10225 * breakpoint.c (check_no_tracepoint_commands)
10226 (validate_commands_for_breakpoint): Update.
10227 (breakpoint_set_commands): Change commands to be a
10228 counted_command_line.
10229 (commands_command_1, update_dprintf_command_list)
10230 (create_tracepoint_from_upload): Update.
10231
e2fc72e2
TT
102322018-05-04 Tom Tromey <tom@tromey.com>
10233
10234 * cli/cli-decode.h (cmd_list_element): New constructor.
10235 (~cmd_list_element): New destructor.
10236 (struct cmd_list_element): Add initializers.
10237 * cli/cli-decode.c (do_add_cmd): Use "new".
10238 (delete_cmd): Use "delete".
10239
a3b60e45
JK
102402018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10241 Pedro Alves <palves@redhat.com>
10242
10243 PR breakpoints/19806 and support for PR external/20207.
10244 * NEWS: Mention Aarch64 watchpoint improvements.
10245 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
10246 watchpoints and PR external/20207 watchpoints.
10247 * nat/aarch64-linux-hw-point.c
10248 (kernel_supports_any_contiguous_range): New.
10249 (aarch64_watchpoint_offset): New.
10250 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
10251 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
10252 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
10253 (aarch64_align_watchpoint): New parameters aligned_offset_p and
10254 next_addr_orig_p. Support PR external/20207 watchpoints.
10255 (aarch64_downgrade_regs): New.
10256 (aarch64_dr_state_insert_one_point): New parameters offset and
10257 addr_orig.
10258 (aarch64_dr_state_remove_one_point): Likewise.
10259 (aarch64_handle_breakpoint): Update caller.
10260 (aarch64_handle_aligned_watchpoint): Likewise.
10261 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
10262 aligned_offset.
10263 (aarch64_linux_set_debug_regs): Remove const from state. Call
10264 aarch64_downgrade_regs.
10265 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
10266 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
10267 (DR_CONTROL_MASK): ... this.
10268 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
10269 (unsigned int aarch64_watchpoint_offset): New prototype.
10270 (aarch64_linux_set_debug_regs): Remove const from state.
10271 * utils.c (align_up, align_down): Move to ...
10272 * common/common-utils.c (align_up, align_down): ... here.
10273 * utils.h (align_up, align_down): Move to ...
10274 * common/common-utils.h (align_up, align_down): ... here.
10275
05bc7456
JB
102762018-05-04 Joel Brobecker <brobecker@adacore.com>
10277
10278 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
10279 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
10280 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
10281 Re-implement to match the ABI as summarized in GCC's
10282 gcc/config/sparc/sparc.c. All callers updated.
10283 (sparc32_store_arguments): Remove assertion.
10284
2f433492
TT
102852018-05-04 Tom Tromey <tom@tromey.com>
10286
10287 * printcmd.c: Don't include tui.h.
10288 (decode_format): Use skip_spaces.
10289
9be2ae8f
TT
102902018-05-04 Tom Tromey <tom@tromey.com>
10291
10292 PR gdb/22619:
10293 * printcmd.c (last_count): New global.
10294 (x_command): Use saved count when repeating.
10295
f0b3976b
TT
102962018-05-04 Tom Tromey <tom@tromey.com>
10297
10298 * nto-procfs.c (do_closedir_cleanup): Remove.
10299 (procfs_pidlist): Use gdb_dir_up.
10300 * procfs.c (do_closedir_cleanup): Remove.
10301 (proc_update_threads): Use gdb_dir_up.
10302 * common/filestuff.h (struct gdb_dir_deleter): New.
10303 (gdb_dir_up): New typedef.
10304
862d101a
TT
103052018-05-04 Tom Tromey <tom@tromey.com>
10306
10307 * ada-lang.c (print_mention_exception): Use std::string.
10308
cb7de75e
TT
103092018-05-04 Tom Tromey <tom@tromey.com>
10310
10311 * ada-lang.c (create_excep_cond_exprs): Update.
10312 (ada_exception_catchpoint_cond_string): Use std::string.
10313
49d83361
TT
103142018-05-04 Tom Tromey <tom@tromey.com>
10315
10316 * ada-lang.c (xget_renaming_scope): Return std::string.
10317 (old_renaming_is_invisible): Update.
10318
ade72a34
TT
103192018-05-04 Tom Tromey <tom@tromey.com>
10320
10321 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
10322 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
10323
2be4d7f0
UW
103242018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
10325
10326 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
10327
69b6ecb0
TT
103282018-05-04 Tom Tromey <tom@tromey.com>
10329
10330 * remote.c (remote_query_supported_append): Change type.
10331 (remote_check_symbols): Update.
10332
bf27f0e2
PP
103332018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
10334
10335 PR gdb/11420
10336 * configure.ac: Prepend libpython.
10337 * python/python-config.py: Likewise.
10338 * configure: Regenerate.
10339
4ea17de8
SM
103402018-05-03 Simon Marchi <simon.marchi@ericsson.com>
10341
10342 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
10343
bd732259
PA
103442018-05-03 Pedro Alves <palves@redhat.com>
10345
10346 * s390-linux-nat.c
10347 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
10348 override. Write 'true' instead of '1'.
10349 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
10350 declaration.
10351
d9f719f1
PA
103522018-05-02 Pedro Alves <palves@redhat.com>
10353
10354 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
10355 add_inf_child_target.
10356 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
10357 add_inf_child_target.
10358 * aix-thread.c (aix_thread_target_info): New.
10359 (aix_thread_target) <shortname, longname, doc>: Delete.
10360 <info>: New.
10361 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
10362 add_inf_child_target.
10363 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
10364 add_inf_child_target.
10365 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
10366 add_inf_child_target.
10367 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
10368 add_inf_child_target.
10369 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
10370 add_inf_child_target.
10371 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
10372 add_inf_child_target.
10373 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
10374 add_inf_child_target.
10375 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
10376 add_inf_child_target.
10377 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
10378 add_inf_child_target.
10379 * bfd-target.c (target_bfd_target_info): New.
10380 (target_bfd) <shortname, longname, doc>: Delete.
10381 <info>: New.
10382 * bsd-kvm.c (bsd_kvm_target_info): New.
10383 (bsd_kvm_target) <shortname, longname, doc>: Delete.
10384 <info>: New.
10385 (bsd_kvm_target::open): Rename to ...
10386 (bsd_kvm_target_open): ... this. Adjust.
10387 * bsd-uthread.c (bsd_uthread_target_info): New.
10388 (bsd_uthread_target) <shortname, longname, doc>: Delete.
10389 <info>: New.
10390 * corefile.c (core_file_command): Adjust.
10391 * corelow.c (core_target_info): New.
10392 (core_target) <shortname, longname, doc>: Delete.
10393 <info>: New.
10394 (core_target::open): Rename to ...
10395 (core_target_open): ... this. Adjust.
10396 * ctf.c (ctf_target_info): New.
10397 (ctf_target) <shortname, longname, doc>: Delete.
10398 <info>: New.
10399 (ctf_target::open): Rename to ...
10400 (ctf_target_open): ... this.
10401 (_initialize_ctf): Adjust.
10402 * exec.c (exec_target_info): New.
10403 (exec_target) <shortname, longname, doc>: Delete.
10404 <info>: New.
10405 (exec_target::open): Rename to ...
10406 (exec_target_open): ... this.
10407 * gdbcore.h (core_target_open): Declare.
10408 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
10409 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
10410 add_inf_child_target.
10411 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
10412 add_inf_child_target.
10413 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
10414 add_inf_child_target.
10415 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
10416 add_inf_child_target.
10417 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
10418 add_inf_child_target.
10419 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
10420 add_inf_child_target.
10421 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
10422 add_inf_child_target.
10423 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
10424 add_inf_child_target.
10425 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
10426 add_inf_child_target.
10427 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
10428 add_inf_child_target.
10429 * inf-child.c (inf_child_target_info): New.
10430 (inf_child_target::info): New.
10431 (inf_child_open_target): Remove 'target' parameter. Use
10432 get_native_target instead.
10433 (inf_child_target::open): Delete.
10434 (add_inf_child_target): New.
10435 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
10436 Delete.
10437 <info>: New.
10438 (add_inf_child_target): Declare.
10439 (inf_child_open_target): Declare.
10440 * linux-thread-db.c (thread_db_target_info): New.
10441 (thread_db_target) <shortname, longname, doc>: Delete.
10442 <info>: New.
10443 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
10444 add_inf_child_target.
10445 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
10446 add_inf_child_target.
10447 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
10448 add_inf_child_target.
10449 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
10450 add_inf_child_target.
10451 * make-target-delegates (print_class): Adjust.
10452 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
10453 add_inf_child_target.
10454 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
10455 add_inf_child_target.
10456 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
10457 add_inf_child_target.
10458 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
10459 add_inf_child_target.
10460 * nto-procfs.c (nto_native_target_info): New.
10461 (nto_procfs_target_native) <shortname, longname, doc>:
10462 Delete.
10463 <info>: New.
10464 (nto_procfs_target_info): New.
10465 (nto_procfs_target_procfs) <shortname, longname, doc>:
10466 Delete.
10467 <info>: New.
10468 (init_procfs_targets): Adjust.
10469 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
10470 add_inf_child_target.
10471 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
10472 add_inf_child_target.
10473 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
10474 add_inf_child_target.
10475 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
10476 add_inf_child_target.
10477 * ravenscar-thread.c (ravenscar_target_info): New.
10478 (ravenscar_thread_target) <shortname, longname, doc>:
10479 Delete.
10480 <info>: New.
10481 * record-btrace.c (record_btrace_target_info):
10482 (record_btrace_target) <shortname, longname, doc>: Delete.
10483 <info>: New.
10484 (record_btrace_target::open): Rename to ...
10485 (record_btrace_target_open): ... this. Adjust.
10486 * record-full.c (record_longname, record_doc): New.
10487 (record_full_base_target) <shortname, longname, doc>: Delete.
10488 <info>: New.
10489 (record_full_target_info): New.
10490 (record_full_target): <shortname>: Delete.
10491 <info>: New.
10492 (record_full_core_open_1, record_full_open_1): Update comments.
10493 (record_full_base_target::open): Rename to ...
10494 (record_full_open): ... this.
10495 (cmd_record_full_restore): Update.
10496 (_initialize_record_full): Update.
10497 * remote-sim.c (remote_sim_target_info): New.
10498 (gdbsim_target) <shortname, longname, doc>: Delete.
10499 <info>: New.
10500 (gdbsim_target::open): Rename to ...
10501 (gdbsim_target_open): ... this.
10502 (_initialize_remote_sim): Adjust.
10503 * remote.c (remote_doc): New.
10504 (remote_target_info): New.
10505 (remote_target) <shortname, longname, doc>: Delete.
10506 <info>: New.
10507 (extended_remote_target_info): New.
10508 (extended_remote_target) <shortname, longname, doc>: Delete.
10509 <info>: New.
10510 (remote_target::open_1): Make static. Adjust.
10511 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
10512 * s390-linux-nat.c (_initialize_s390_nat): Use
10513 add_inf_child_target.
10514 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
10515 add_inf_child_target.
10516 * sol-thread.c (thread_db_target_info): New.
10517 (sol_thread_target) <shortname, longname, doc>: Delete.
10518 <info>: New.
10519 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
10520 add_inf_child_target.
10521 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
10522 add_inf_child_target.
10523 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
10524 add_inf_child_target.
10525 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
10526 add_inf_child_target.
10527 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
10528 add_inf_child_target.
10529 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
10530 add_inf_child_target.
10531 * spu-linux-nat.c (_initialize_spu_nat): Use
10532 add_inf_child_target.
10533 * spu-multiarch.c (spu_multiarch_target_info): New.
10534 (spu_multiarch_target) <shortname, longname, doc>: Delete.
10535 <info>: New.
10536 * target-delegates.c: Regenerate.
10537 * target.c: Include <unordered_map>.
10538 (target_ops_p): Delete.
10539 (DEF_VEC_P(target_ops_p)): Delete.
10540 (target_factories): New.
10541 (test_target_info): New.
10542 (test_target_ops::info): New.
10543 (open_target): Adjust to use target_factories.
10544 (add_target_with_completer): Rename to ...
10545 (add_target): ... this. Change prototype. Register target_info
10546 and open callback in target_factories. Register target_info in
10547 command context instead of target_ops.
10548 (add_target): Delete old implementation.
10549 (add_deprecated_target_alias): Change prototype. Adjust.
10550 (the_native_target): New.
10551 (set_native_target, get_native_target): New.
10552 (find_default_run_target): Use the_native_target.
10553 (find_attach_target, find_run_target): Simplify.
10554 (target_ops::open): Delete.
10555 (dummy_target_info): New.
10556 (dummy_target::shortname, dummy_target::longname)
10557 (dummy_target::doc): Delete.
10558 (dummy_target::info): New.
10559 (debug_target::shortname, debug_target::longname)
10560 (debug_target::doc): Delete.
10561 (debug_target::info): New.
10562 * target.h (struct target_info): New.
10563 (target_ops::~target_ops): Add comment.
10564 (target_ops::info): New.
10565 (target_ops::shortname, target_ops::longname, target_ops::doc): No
10566 longer virtual. Implement in terms of target_info.
10567 (set_native_target, get_native_target): Declare.
10568 (target_open_ftype): New.
10569 (add_target, add_target_with_completer)
10570 (add_deprecated_target_alias): Change prototype.
10571 (test_target) <shortname, longname, doc>: Delete.
10572 <info>: New.
10573 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
10574 add_inf_child_target.
10575 * tracefile-tfile.c (tfile_target_info): New.
10576 (tfile_target) <shortname, longname, doc>: Delete.
10577 <info>: New.
10578 (tfile_target::open): Rename to ...
10579 (tfile_target_open): ... this.
10580 (_initialize_tracefile_tfile): Adjust.
10581 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
10582 add_inf_child_target.
10583 * windows-nat.c (_initialize_windows_nat): Use
10584 add_inf_child_target.
10585 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
10586 add_inf_child_target.
10587
135340af
PA
105882018-05-02 Pedro Alves <palves@redhat.com>
10589
10590 * linux-nat.h (linux_nat_target) <low_new_thread,
10591 low_delete_thread, low_new_fork, low_forget_process,
10592 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
10593 New virtual methods.
10594 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10595 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
10596 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
10597 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10598 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
10599 Delete.
10600 * linux-fork.c (delete_fork): Adjust to call low method.
10601 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
10602 (linux_nat_new_fork, linux_nat_forget_process_hook)
10603 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
10604 (linux_nat_status_is_event):
10605 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
10606 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
10607 to call low method.
10608 (sigtrap_is_event): Rename to ...
10609 (linux_nat_target::low_status_is_event): ... this.
10610 (linux_nat_set_status_is_event): Delete.
10611 (save_stop_reason, linux_nat_wait_1)
10612 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
10613 low methods.
10614 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10615 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10616 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10617 (linux_nat_set_prepare_to_resume): Delete.
10618 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
10619 low virtual methods.
10620 * amd64-linux-nat.c: Likewise.
10621 * arm-linux-nat.c: Likewise.
10622 * i386-linux-nat.c: Likewise.
10623 * ia64-linux-nat.c: Likewise.
10624 * mips-linux-nat.c: Likewise.
10625 * ppc-linux-nat.c: Likewise.
10626 * s390-linux-nat.c: Likewise.
10627 * sparc64-linux-nat.c: Likewise.
10628 * x86-linux-nat.c: Likewise.
10629 * x86-linux-nat.h: Include "nat/x86-linux.h".
10630 (x86_linux_nat_target) <low_new_fork, low_forget_process,
10631 low_prepare_to_resume, low_new_thread, low_delete_thread>:
10632 Override methods.
10633
57810aa7
PA
106342018-05-02 Pedro Alves <palves@redhat.com>
10635
10636 * target.h (target_ops)
10637 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
10638 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
10639 stopped_by_watchpoint, have_continuable_watchpoint,
10640 stopped_data_address, watchpoint_addr_within_range,
10641 can_accel_watchpoint_condition, can_run, thread_alive,
10642 has_all_memory, has_memory, has_stack, has_registers,
10643 has_execution, can_async_p, is_async_p, supports_non_stop,
10644 always_non_stop_p, can_execute_reverse, supports_multi_process,
10645 supports_enable_disable_tracepoint,
10646 supports_disable_randomization, supports_string_tracing,
10647 supports_evaluation_of_breakpoint_conditions,
10648 can_run_breakpoint_commands, filesystem_is_local,
10649 can_download_tracepoint, get_trace_state_variable_value,
10650 set_trace_notes, get_tib_address, use_agent, can_use_agent,
10651 record_is_replaying, record_will_replay,
10652 augmented_libraries_svr4_read>: Adjust to return bool.
10653 * aarch64-linux-nat.c: All implementations adjusted.
10654 * aix-thread.c: All implementations adjusted.
10655 * arm-linux-nat.c: All implementations adjusted.
10656 * breakpoint.c: All implementations adjusted.
10657 * bsd-kvm.c: All implementations adjusted.
10658 * bsd-uthread.c: All implementations adjusted.
10659 * corelow.c: All implementations adjusted.
10660 * ctf.c: All implementations adjusted.
10661 * darwin-nat.c: All implementations adjusted.
10662 * darwin-nat.h: All implementations adjusted.
10663 * exec.c: All implementations adjusted.
10664 * fbsd-nat.c: All implementations adjusted.
10665 * fbsd-nat.h: All implementations adjusted.
10666 * gnu-nat.c: All implementations adjusted.
10667 * gnu-nat.h: All implementations adjusted.
10668 * go32-nat.c: All implementations adjusted.
10669 * ia64-linux-nat.c: All implementations adjusted.
10670 * inf-child.c: All implementations adjusted.
10671 * inf-child.h: All implementations adjusted.
10672 * inf-ptrace.c: All implementations adjusted.
10673 * inf-ptrace.h: All implementations adjusted.
10674 * linux-nat.c: All implementations adjusted.
10675 * linux-nat.h: All implementations adjusted.
10676 * mips-linux-nat.c: All implementations adjusted.
10677 * nto-procfs.c: All implementations adjusted.
10678 * ppc-linux-nat.c: All implementations adjusted.
10679 * procfs.c: All implementations adjusted.
10680 * ravenscar-thread.c: All implementations adjusted.
10681 * record-btrace.c: All implementations adjusted.
10682 * record-full.c: All implementations adjusted.
10683 * remote-sim.c: All implementations adjusted.
10684 * remote.c: All implementations adjusted.
10685 * s390-linux-nat.c: All implementations adjusted.
10686 * sol-thread.c: All implementations adjusted.
10687 * spu-multiarch.c: All implementations adjusted.
10688 * target-delegates.c: All implementations adjusted.
10689 * target.c: All implementations adjusted.
10690 * target.h: All implementations adjusted.
10691 * tracefile-tfile.c: All implementations adjusted.
10692 * tracefile.c: All implementations adjusted.
10693 * tracefile.h: All implementations adjusted.
10694 * windows-nat.c: All implementations adjusted.
10695 * x86-linux-nat.h: All implementations adjusted.
10696 * x86-nat.h: All implementations adjusted.
10697
ad6a4e2d
PA
106982018-05-02 Pedro Alves <palves@redhat.com>
10699
10700 * make-target-delegates (scan_target_h): Don't trim lines here.
10701 Replace sequences of tabs and/or whitespace with a single
10702 whitespace.
10703 (top level, parsing methods): Trim each line before processing it
10704 here.
10705
f6ac5f3d
PA
107062018-05-02 Pedro Alves <palves@redhat.com>
10707 John Baldwin <jhb@freebsd.org>
10708
10709 * target.h (enum strata) <debug_stratum>: New.
10710 (struct target_ops) <all delegation methods>: Replace by C++
10711 virtual methods, and drop "to_" prefix. All references updated
10712 throughout.
10713 <to_shortname, to_longname, to_doc, to_data,
10714 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
10715 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
10716 virtual methods. All references updated throughout.
10717 <can_attach, supports_terminal_ours, can_create_inferior,
10718 get_thread_control_capabilities, attach_no_wait>: New
10719 virtual methods.
10720 <insert_breakpoint, remove_breakpoint>: Now
10721 TARGET_DEFAULT_NORETURN methods.
10722 <info_proc>: Now returns bool.
10723 <to_magic>: Delete.
10724 (OPS_MAGIC): Delete.
10725 (current_target): Delete. All references replaced by references
10726 to ...
10727 (target_stack): ... this. New.
10728 (target_shortname, target_longname): Adjust.
10729 (target_can_run): Now a function declaration.
10730 (default_child_has_all_memory, default_child_has_memory)
10731 (default_child_has_stack, default_child_has_registers)
10732 (default_child_has_execution): Remove target_ops parameter.
10733 (complete_target_initialization): Delete.
10734 (memory_breakpoint_target): New template class.
10735 (test_target_ops): Refactor as a C++ class with virtual methods.
10736 * make-target-delegates (NAME_PART): Tighten.
10737 (POINTER_PART, CP_SYMBOL): New.
10738 (SIMPLE_RETURN_PART): Reimplement.
10739 (VEC_RETURN_PART): Expect less.
10740 (RETURN_PART, VIRTUAL_PART): New.
10741 (METHOD): Adjust to C++ virtual methods.
10742 (scan_target_h): Remove reference to C99.
10743 (dname): Output "target_ops::" prefix.
10744 (write_function_header): Adjust to output a C++ class method.
10745 (write_declaration): New.
10746 (write_delegator): Adjust to output a C++ class method.
10747 (tdname): Output "dummy_target::" prefix.
10748 (write_tdefault, write_debugmethod): Adjust to output a C++ class
10749 method.
10750 (tdefault_names, debug_names): Delete.
10751 (return_types, tdefaults, styles, argtypes_array): New.
10752 (top level): All methods are delegators.
10753 (print_class): New.
10754 (top level): Print dummy_target and debug_target classes.
10755 * target-delegates.c: Regenerate.
10756 * target-debug.h (target_debug_print_enum_info_proc_what)
10757 (target_debug_print_thread_control_capabilities)
10758 (target_debug_print_thread_info_p): New.
10759 * target.c (dummy_target): Delete.
10760 (the_dummy_target, the_debug_target): New.
10761 (target_stack): Now extern.
10762 (set_targetdebug): Push/unpush debug target.
10763 (default_child_has_all_memory, default_child_has_memory)
10764 (default_child_has_stack, default_child_has_registers)
10765 (default_child_has_execution): Remove target_ops parameter.
10766 (complete_target_initialization): Delete.
10767 (add_target_with_completer): No longer call
10768 complete_target_initialization.
10769 (target_supports_terminal_ours): Use regular delegation.
10770 (update_current_target): Delete.
10771 (push_target): No longer check magic number. Don't call
10772 update_current_target.
10773 (unpush_target): Don't call update_current_target.
10774 (target_is_pushed): No longer check magic number.
10775 (target_require_runnable): Skip for all stratums over
10776 process_stratum.
10777 (target_ops::info_proc): New.
10778 (target_info_proc): Use find_target_at and
10779 find_default_run_target.
10780 (target_supports_disable_randomization): Use regular delegation.
10781 (target_get_osdata): Use find_target_at.
10782 (target_ops::open, target_ops::close, target_ops::can_attach)
10783 (target_ops::attach, target_ops::can_create_inferior)
10784 (target_ops::create_inferior, target_ops::can_run)
10785 (target_can_run): New.
10786 (default_fileio_target): Use regular delegation.
10787 (target_ops::fileio_open, target_ops::fileio_pwrite)
10788 (target_ops::fileio_pread, target_ops::fileio_fstat)
10789 (target_ops::fileio_close, target_ops::fileio_unlink)
10790 (target_ops::fileio_readlink): New.
10791 (target_fileio_open_1, target_fileio_unlink)
10792 (target_fileio_readlink): Always call the target method. Handle
10793 FILEIO_ENOSYS.
10794 (return_zero, return_zero_has_execution): Delete.
10795 (init_dummy_target): Delete.
10796 (dummy_target::dummy_target, dummy_target::shortname)
10797 (dummy_target::longname, dummy_target::doc)
10798 (debug_target::debug_target, debug_target::shortname)
10799 (debug_target::longname, debug_target::doc): New.
10800 (target_supports_delete_record): Use regular delegation.
10801 (setup_target_debug): Delete.
10802 (maintenance_print_target_stack): Skip debug_stratum.
10803 (initialize_targets): Instantiate the_dummy_target and
10804 the_debug_target.
10805 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
10806 use target_stack.
10807 (target_auxv_search, fprint_target_auxv): Adjust.
10808 (info_auxv_command): Adjust to use target_stack.
10809 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
10810 * exceptions.c (print_flush): Handle a NULL target_stack.
10811 * regcache.c (target_ops_no_register): Refactor as class with
10812 virtual methods.
10813
10814 * exec.c (exec_target): New class.
10815 (exec_ops): Now an exec_target.
10816 (exec_open, exec_close_1, exec_get_section_table)
10817 (exec_xfer_partial, exec_files_info, exec_has_memory)
10818 (exec_make_note_section): Refactor as exec_target methods.
10819 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
10820 Delete.
10821 (exec_target::find_memory_regions): New.
10822 (_initialize_exec): Don't call init_exec_ops.
10823 * gdbcore.h (exec_file_clear): Delete.
10824
10825 * corefile.c (core_target): Delete.
10826 (core_file_command): Adjust.
10827 * corelow.c (core_target): New class.
10828 (the_core_target): New.
10829 (core_close): Remove target_ops parameter.
10830 (core_close_cleanup): Adjust.
10831 (core_target::close): New.
10832 (core_open, core_detach, get_core_registers, core_files_info)
10833 (core_xfer_partial, core_thread_alive, core_read_description)
10834 (core_pid_to_str, core_thread_name, core_has_memory)
10835 (core_has_stack, core_has_registers, core_info_proc): Rework as
10836 core_target methods.
10837 (ignore, core_remove_breakpoint, init_core_ops): Delete.
10838 (_initialize_corelow): Initialize the_core_target.
10839 * gdbcore.h (core_target): Delete.
10840 (the_core_target): New.
10841
10842 * ctf.c: (ctf_target): New class.
10843 (ctf_ops): Now a ctf_target.
10844 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
10845 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
10846 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
10847 methods.
10848 (init_ctf_ops): Delete.
10849 (_initialize_ctf): Don't call it.
10850 * tracefile-tfile.c (tfile_target): New class.
10851 (tfile_ops): Now a tfile_target.
10852 (tfile_open, tfile_close, tfile_files_info)
10853 (tfile_get_tracepoint_status, tfile_trace_find)
10854 (tfile_fetch_registers, tfile_xfer_partial)
10855 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
10856 Refactor as tfile_target methods.
10857 (tfile_xfer_partial_features): Remove target_ops parameter.
10858 (init_tfile_ops): Delete.
10859 (_initialize_tracefile_tfile): Don't call it.
10860 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
10861 (tracefile_has_stack, tracefile_has_registers)
10862 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
10863 tracefile_target methods.
10864 (init_tracefile_ops): Delete.
10865 (tracefile_target::tracefile_target): New.
10866 * tracefile.h: Include "target.h".
10867 (tracefile_target): New class.
10868 (init_tracefile_ops): Delete.
10869
10870 * spu-multiarch.c (spu_multiarch_target): New class.
10871 (spu_ops): Now a spu_multiarch_target.
10872 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
10873 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
10874 (spu_search_memory, spu_mourn_inferior): Refactor as
10875 spu_multiarch_target methods.
10876 (init_spu_ops): Delete.
10877 (_initialize_spu_multiarch): Remove references to init_spu_ops,
10878 complete_target_initialization.
10879
10880 * ravenscar-thread.c (ravenscar_thread_target): New class.
10881 (ravenscar_ops): Now a ravenscar_thread_target.
10882 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
10883 (ravenscar_thread_alive, ravenscar_pid_to_str)
10884 (ravenscar_fetch_registers, ravenscar_store_registers)
10885 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
10886 (ravenscar_stopped_by_hw_breakpoint)
10887 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
10888 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
10889 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
10890 methods.
10891 (init_ravenscar_thread_ops): Delete.
10892 (_initialize_ravenscar): Remove references to
10893 init_ravenscar_thread_ops and complete_target_initialization.
10894
10895 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
10896 (bsd_uthread_target): New class.
10897 (bsd_uthread_ops): Now a bsd_uthread_target.
10898 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
10899 (bsd_uthread_close, bsd_uthread_mourn_inferior)
10900 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
10901 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
10902 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
10903 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
10904 (bsd_uthread_target): Delete function.
10905 (_initialize_bsd_uthread): Remove reference to
10906 complete_target_initialization.
10907
10908 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
10909 (target_bfd): ... this new class.
10910 (target_bfd_xfer_partial, target_bfd_get_section_table)
10911 (target_bfd_close): Refactor as target_bfd methods.
10912 (target_bfd::~target_bfd): New.
10913 (target_bfd_reopen): Adjust.
10914 (target_bfd::close): New.
10915
10916 * record-btrace.c (record_btrace_target): New class.
10917 (record_btrace_ops): Now a record_btrace_target.
10918 (record_btrace_open, record_btrace_stop_recording)
10919 (record_btrace_disconnect, record_btrace_close)
10920 (record_btrace_async, record_btrace_info)
10921 (record_btrace_insn_history, record_btrace_insn_history_range)
10922 (record_btrace_insn_history_from, record_btrace_call_history)
10923 (record_btrace_call_history_range)
10924 (record_btrace_call_history_from, record_btrace_record_method)
10925 (record_btrace_is_replaying, record_btrace_will_replay)
10926 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
10927 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
10928 (record_btrace_store_registers, record_btrace_prepare_to_store)
10929 (record_btrace_to_get_unwinder)
10930 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
10931 (record_btrace_commit_resume, record_btrace_wait)
10932 (record_btrace_stop, record_btrace_can_execute_reverse)
10933 (record_btrace_stopped_by_sw_breakpoint)
10934 (record_btrace_supports_stopped_by_sw_breakpoint)
10935 (record_btrace_stopped_by_hw_breakpoint)
10936 (record_btrace_supports_stopped_by_hw_breakpoint)
10937 (record_btrace_update_thread_list, record_btrace_thread_alive)
10938 (record_btrace_goto_begin, record_btrace_goto_end)
10939 (record_btrace_goto, record_btrace_stop_replaying_all)
10940 (record_btrace_execution_direction)
10941 (record_btrace_prepare_to_generate_core)
10942 (record_btrace_done_generating_core): Refactor as
10943 record_btrace_target methods.
10944 (init_record_btrace_ops): Delete.
10945 (_initialize_record_btrace): Remove reference to
10946 init_record_btrace_ops.
10947 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
10948 the execution_direction global.
10949 (record_full_base_target, record_full_target)
10950 (record_full_core_target): New classes.
10951 (record_full_ops): Now a record_full_target.
10952 (record_full_core_ops): Now a record_full_core_target.
10953 (record_full_target::detach, record_full_target::disconnect)
10954 (record_full_core_target::disconnect)
10955 (record_full_target::mourn_inferior, record_full_target::kill):
10956 New.
10957 (record_full_open, record_full_close, record_full_async): Refactor
10958 as methods of the record_full_base_target class.
10959 (record_full_resume, record_full_commit_resume): Refactor
10960 as methods of the record_full_target class.
10961 (record_full_wait, record_full_stopped_by_watchpoint)
10962 (record_full_stopped_data_address)
10963 (record_full_stopped_by_sw_breakpoint)
10964 (record_full_supports_stopped_by_sw_breakpoint)
10965 (record_full_stopped_by_hw_breakpoint)
10966 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
10967 methods of the record_full_base_target class.
10968 (record_full_store_registers, record_full_xfer_partial)
10969 (record_full_insert_breakpoint, record_full_remove_breakpoint):
10970 Refactor as methods of the record_full_target class.
10971 (record_full_can_execute_reverse, record_full_get_bookmark)
10972 (record_full_goto_bookmark, record_full_execution_direction)
10973 (record_full_record_method, record_full_info, record_full_delete)
10974 (record_full_is_replaying, record_full_will_replay)
10975 (record_full_goto_begin, record_full_goto_end, record_full_goto)
10976 (record_full_stop_replaying): Refactor as methods of the
10977 record_full_base_target class.
10978 (record_full_core_resume, record_full_core_kill)
10979 (record_full_core_fetch_registers)
10980 (record_full_core_prepare_to_store)
10981 (record_full_core_store_registers, record_full_core_xfer_partial)
10982 (record_full_core_insert_breakpoint)
10983 (record_full_core_remove_breakpoint)
10984 (record_full_core_has_execution): Refactor
10985 as methods of the record_full_core_target class.
10986 (record_full_base_target::supports_delete_record): New.
10987 (init_record_full_ops): Delete.
10988 (init_record_full_core_ops): Delete.
10989 (record_full_save): Refactor as method of the
10990 record_full_base_target class.
10991 (_initialize_record_full): Remove references to
10992 init_record_full_ops and init_record_full_core_ops.
10993
10994 * remote.c (remote_target, extended_remote_target): New classes.
10995 (remote_ops): Now a remote_target.
10996 (extended_remote_ops): Now an extended_remote_target.
10997 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
10998 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
10999 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
11000 (remote_pass_signals, remote_set_syscall_catchpoint)
11001 (remote_program_signals, )
11002 (remote_thread_always_alive): Remove target_ops parameter.
11003 (remote_thread_alive, remote_thread_name)
11004 (remote_update_thread_list, remote_threads_extra_info)
11005 (remote_static_tracepoint_marker_at)
11006 (remote_static_tracepoint_markers_by_strid)
11007 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
11008 (remote_open): Refactor as methods of remote_target.
11009 (extended_remote_open, extended_remote_detach)
11010 (extended_remote_attach, extended_remote_post_attach):
11011 (extended_remote_supports_disable_randomization)
11012 (extended_remote_create_inferior): : Refactor as method of
11013 extended_remote_target.
11014 (remote_set_permissions, remote_open_1, remote_detach)
11015 (remote_follow_fork, remote_follow_exec, remote_disconnect)
11016 (remote_resume, remote_commit_resume, remote_stop)
11017 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
11018 (remote_terminal_ours, remote_wait, remote_fetch_registers)
11019 (remote_prepare_to_store, remote_store_registers)
11020 (remote_flash_erase, remote_flash_done, remote_files_info)
11021 (remote_kill, remote_mourn, remote_insert_breakpoint)
11022 (remote_remove_breakpoint, remote_insert_watchpoint)
11023 (remote_watchpoint_addr_within_range)
11024 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
11025 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
11026 (remote_supports_stopped_by_sw_breakpoint)
11027 (remote_stopped_by_hw_breakpoint)
11028 (remote_supports_stopped_by_hw_breakpoint)
11029 (remote_stopped_by_watchpoint, remote_stopped_data_address)
11030 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
11031 (remote_verify_memory): Refactor as methods of remote_target.
11032 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
11033 parameter.
11034 (remote_xfer_partial, remote_get_memory_xfer_limit)
11035 (remote_search_memory, remote_rcmd, remote_memory_map)
11036 (remote_pid_to_str, remote_get_thread_local_address)
11037 (remote_get_tib_address, remote_read_description): Refactor as
11038 methods of remote_target.
11039 (remote_target::fileio_open, remote_target::fileio_pwrite)
11040 (remote_target::fileio_pread, remote_target::fileio_close): New.
11041 (remote_hostio_readlink, remote_hostio_fstat)
11042 (remote_filesystem_is_local, remote_can_execute_reverse)
11043 (remote_supports_non_stop, remote_supports_disable_randomization)
11044 (remote_supports_multi_process, remote_supports_cond_breakpoints)
11045 (remote_supports_enable_disable_tracepoint)
11046 (remote_supports_string_tracing)
11047 (remote_can_run_breakpoint_commands, remote_trace_init)
11048 (remote_download_tracepoint, remote_can_download_tracepoint)
11049 (remote_download_trace_state_variable, remote_enable_tracepoint)
11050 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
11051 (remote_trace_start, remote_get_trace_status)
11052 (remote_get_tracepoint_status, remote_trace_stop)
11053 (remote_trace_find, remote_get_trace_state_variable_value)
11054 (remote_save_trace_data, remote_get_raw_trace_data)
11055 (remote_set_disconnected_tracing, remote_core_of_thread)
11056 (remote_set_circular_trace_buffer, remote_traceframe_info)
11057 (remote_get_min_fast_tracepoint_insn_len)
11058 (remote_set_trace_buffer_size, remote_set_trace_notes)
11059 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
11060 (remote_disable_btrace, remote_teardown_btrace)
11061 (remote_read_btrace, remote_btrace_conf)
11062 (remote_augmented_libraries_svr4_read, remote_load)
11063 (remote_pid_to_exec_file, remote_can_do_single_step)
11064 (remote_execution_direction, remote_thread_handle_to_thread_info):
11065 Refactor as methods of remote_target.
11066 (init_remote_ops, init_extended_remote_ops): Delete.
11067 (remote_can_async_p, remote_is_async_p, remote_async)
11068 (remote_thread_events, remote_upload_tracepoints)
11069 (remote_upload_trace_state_variables): Refactor as methods of
11070 remote_target.
11071 (_initialize_remote): Remove references to init_remote_ops and
11072 init_extended_remote_ops.
11073
11074 * remote-sim.c (gdbsim_target): New class.
11075 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
11076 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
11077 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
11078 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
11079 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
11080 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
11081 Refactor as methods of gdbsim_target.
11082 (gdbsim_ops): Now a gdbsim_target.
11083 (init_gdbsim_ops): Delete.
11084 (gdbsim_cntrl_c): Adjust.
11085 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
11086
11087 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
11088 (the_amd64_linux_nat_target): New.
11089 (amd64_linux_fetch_inferior_registers)
11090 (amd64_linux_store_inferior_registers): Refactor as methods of
11091 amd64_linux_nat_target.
11092 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
11093 * i386-linux-nat.c: Don't include "linux-nat.h".
11094 (i386_linux_nat_target): New class.
11095 (the_i386_linux_nat_target): New.
11096 (i386_linux_fetch_inferior_registers)
11097 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
11098 as methods of i386_linux_nat_target.
11099 (_initialize_i386_linux_nat): Adjust. Set linux_target.
11100 * inf-child.c (inf_child_ops): Delete.
11101 (inf_child_fetch_inferior_registers)
11102 (inf_child_store_inferior_registers): Delete.
11103 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
11104 methods of inf_child_target.
11105 (inf_child_target::supports_terminal_ours)
11106 (inf_child_target::terminal_init)
11107 (inf_child_target::terminal_inferior)
11108 (inf_child_target::terminal_ours_for_output)
11109 (inf_child_target::terminal_ours, inf_child_target::interrupt)
11110 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
11111 New.
11112 (inf_child_open, inf_child_disconnect, inf_child_close)
11113 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
11114 (inf_child_post_startup_inferior, inf_child_can_run)
11115 (inf_child_pid_to_exec_file): Refactor as methods of
11116 inf_child_target.
11117 (inf_child_follow_fork): Delete.
11118 (inf_child_target::can_create_inferior)
11119 (inf_child_target::can_attach): New.
11120 (inf_child_target::has_all_memory, inf_child_target::has_memory)
11121 (inf_child_target::has_stack, inf_child_target::has_registers)
11122 (inf_child_target::has_execution): New.
11123 (inf_child_fileio_open, inf_child_fileio_pwrite)
11124 (inf_child_fileio_pread, inf_child_fileio_fstat)
11125 (inf_child_fileio_close, inf_child_fileio_unlink)
11126 (inf_child_fileio_readlink, inf_child_use_agent)
11127 (inf_child_can_use_agent): Refactor as methods of
11128 inf_child_target.
11129 (return_zero, inf_child_target): Delete.
11130 (inf_child_target::inf_child_target): New.
11131 * inf-child.h: Include "target.h".
11132 (inf_child_target): Delete function prototype.
11133 (inf_child_target): New class.
11134 (inf_child_open_target, inf_child_mourn_inferior)
11135 (inf_child_maybe_unpush_target): Delete.
11136 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
11137 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
11138 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
11139 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
11140 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
11141 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
11142 (inf_ptrace_wait, inf_ptrace_xfer_partial)
11143 (inf_ptrace_thread_alive, inf_ptrace_files_info)
11144 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
11145 methods of inf_ptrace_target.
11146 (inf_ptrace_target): Delete function.
11147 * inf-ptrace.h: Include "inf-child.h".
11148 (inf_ptrace_target): Delete function declaration.
11149 (inf_ptrace_target): New class.
11150 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
11151 * linux-nat.c (linux_target): New.
11152 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
11153 (linux_nat_target::~linux_nat_target): New.
11154 (linux_child_post_attach, linux_child_post_startup_inferior)
11155 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
11156 (linux_child_remove_fork_catchpoint)
11157 (linux_child_insert_vfork_catchpoint)
11158 (linux_child_remove_vfork_catchpoint)
11159 (linux_child_insert_exec_catchpoint)
11160 (linux_child_remove_exec_catchpoint)
11161 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
11162 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
11163 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
11164 (linux_nat_stopped_data_address)
11165 (linux_nat_stopped_by_sw_breakpoint)
11166 (linux_nat_supports_stopped_by_sw_breakpoint)
11167 (linux_nat_stopped_by_hw_breakpoint)
11168 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
11169 (linux_nat_kill, linux_nat_mourn_inferior)
11170 (linux_nat_xfer_partial, linux_nat_thread_alive)
11171 (linux_nat_update_thread_list, linux_nat_pid_to_str)
11172 (linux_nat_thread_name, linux_child_pid_to_exec_file)
11173 (linux_child_static_tracepoint_markers_by_strid)
11174 (linux_nat_is_async_p, linux_nat_can_async_p)
11175 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
11176 (linux_nat_supports_multi_process)
11177 (linux_nat_supports_disable_randomization, linux_nat_async)
11178 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
11179 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
11180 (linux_nat_fileio_open, linux_nat_fileio_readlink)
11181 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
11182 methods of linux_nat_target.
11183 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
11184 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
11185 parameter.
11186 (check_stopped_by_watchpoint): Adjust.
11187 (linux_xfer_partial): Delete.
11188 (linux_target_install_ops, linux_target, linux_nat_add_target):
11189 Delete.
11190 (linux_nat_target::linux_nat_target): New.
11191 * linux-nat.h: Include "inf-ptrace.h".
11192 (linux_nat_target): New.
11193 (linux_target, linux_target_install_ops, linux_nat_add_target):
11194 Delete function declarations.
11195 (linux_target): Declare global.
11196 * linux-thread-db.c (thread_db_target): New.
11197 (thread_db_target::thread_db_target): New.
11198 (thread_db_ops): Delete.
11199 (the_thread_db_target): New.
11200 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
11201 (thread_db_update_thread_list, thread_db_pid_to_str)
11202 (thread_db_extra_thread_info)
11203 (thread_db_thread_handle_to_thread_info)
11204 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
11205 (thread_db_resume): Refactor as methods of thread_db_target.
11206 (init_thread_db_ops): Delete.
11207 (_initialize_thread_db): Remove reference to init_thread_db_ops.
11208 * x86-linux-nat.c: Don't include "linux-nat.h".
11209 (super_post_startup_inferior): Delete.
11210 (x86_linux_nat_target::~x86_linux_nat_target): New.
11211 (x86_linux_child_post_startup_inferior)
11212 (x86_linux_read_description, x86_linux_enable_btrace)
11213 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
11214 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
11215 methods of x86_linux_nat_target.
11216 (x86_linux_create_target): Delete. Bits folded ...
11217 (x86_linux_add_target): ... here. Now takes a linux_nat_target
11218 pointer.
11219 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
11220 (x86_linux_nat_target): New class.
11221 (x86_linux_create_target): Delete.
11222 (x86_linux_add_target): Now takes a linux_nat_target pointer.
11223 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
11224 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
11225 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
11226 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
11227 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
11228 make extern.
11229 (x86_use_watchpoints): Delete.
11230 * x86-nat.h: Include "breakpoint.h" and "target.h".
11231 (x86_use_watchpoints): Delete.
11232 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
11233 (x86_stopped_by_watchpoint, x86_stopped_data_address)
11234 (x86_insert_watchpoint, x86_remove_watchpoint)
11235 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
11236 (x86_stopped_by_hw_breakpoint): New declarations.
11237 (x86_nat_target): New template class.
11238
11239 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
11240 (the_ppc_linux_nat_target): New.
11241 (ppc_linux_fetch_inferior_registers)
11242 (ppc_linux_can_use_hw_breakpoint)
11243 (ppc_linux_region_ok_for_hw_watchpoint)
11244 (ppc_linux_ranged_break_num_registers)
11245 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
11246 (ppc_linux_insert_mask_watchpoint)
11247 (ppc_linux_remove_mask_watchpoint)
11248 (ppc_linux_can_accel_watchpoint_condition)
11249 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
11250 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
11251 (ppc_linux_watchpoint_addr_within_range)
11252 (ppc_linux_masked_watch_num_registers)
11253 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
11254 (ppc_linux_read_description): Refactor as methods of
11255 ppc_linux_nat_target.
11256 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
11257
11258 * procfs.c (procfs_xfer_partial): Delete forward declaration.
11259 (procfs_target): New class.
11260 (the_procfs_target): New.
11261 (procfs_target): Delete function.
11262 (procfs_auxv_parse, procfs_attach, procfs_detach)
11263 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
11264 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
11265 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
11266 (procfs_create_inferior, procfs_update_thread_list)
11267 (procfs_thread_alive, procfs_pid_to_str)
11268 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
11269 (procfs_stopped_data_address, procfs_insert_watchpoint)
11270 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
11271 (proc_find_memory_regions, procfs_info_proc)
11272 (procfs_make_note_section): Refactor as methods of procfs_target.
11273 (_initialize_procfs): Adjust.
11274 * sol-thread.c (sol_thread_target): New class.
11275 (sol_thread_ops): Now a sol_thread_target.
11276 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11277 (sol_thread_fetch_registers, sol_thread_store_registers)
11278 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
11279 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
11280 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
11281 (init_sol_thread_ops): Delete.
11282 (_initialize_sol_thread): Adjust. Remove references to
11283 init_sol_thread_ops and complete_target_initialization.
11284
11285 * windows-nat.c (windows_nat_target): New class.
11286 (windows_fetch_inferior_registers)
11287 (windows_store_inferior_registers, windows_resume, windows_wait)
11288 (windows_attach, windows_detach, windows_pid_to_exec_file)
11289 (windows_files_info, windows_create_inferior)
11290 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
11291 (windows_close, windows_pid_to_str, windows_xfer_partial)
11292 (windows_get_tib_address, windows_get_ada_task_ptid)
11293 (windows_thread_name, windows_thread_alive): Refactor as
11294 windows_nat_target methods.
11295 (do_initial_windows_stuff): Adjust.
11296 (windows_target): Delete function.
11297 (_initialize_windows_nat): Adjust.
11298
11299 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
11300 (darwin_mourn_inferior, darwin_kill_inferior)
11301 (darwin_create_inferior, darwin_attach, darwin_detach)
11302 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
11303 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
11304 (darwin_supports_multi_process): Refactor as darwin_nat_target
11305 methods.
11306 (darwin_resume_to, darwin_files_info): Delete.
11307 (_initialize_darwin_inferior): Rename to ...
11308 (_initialize_darwin_nat): ... this. Adjust to C++ification.
11309 * darwin-nat.h: Include "inf-child.h".
11310 (darwin_nat_target): New class.
11311 (darwin_complete_target): Delete.
11312 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
11313 (darwin_target): New.
11314 (i386_darwin_fetch_inferior_registers)
11315 (i386_darwin_store_inferior_registers): Refactor as methods of
11316 darwin_nat_target.
11317 (darwin_complete_target): Delete, with ...
11318 (_initialize_i386_darwin_nat): ... bits factored out here.
11319
11320 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
11321 (the_alpha_linux_nat_target): New.
11322 (alpha_linux_register_u_offset): Refactor as
11323 alpha_linux_nat_target method.
11324 (_initialize_alpha_linux_nat): Adjust.
11325 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
11326 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11327 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
11328 methods of linux_nat_trad_target.
11329 (linux_trad_target): Delete.
11330 * linux-nat-trad.h (linux_trad_target): Delete function.
11331 (linux_nat_trad_target): New class.
11332 * mips-linux-nat.c (mips_linux_nat_target): New class.
11333 (super_fetch_registers, super_store_registers, super_close):
11334 Delete.
11335 (the_mips_linux_nat_target): New.
11336 (mips64_linux_regsets_fetch_registers)
11337 (mips64_linux_regsets_store_registers)
11338 (mips64_linux_fetch_registers, mips64_linux_store_registers)
11339 (mips_linux_register_u_offset, mips_linux_read_description)
11340 (mips_linux_can_use_hw_breakpoint)
11341 (mips_linux_stopped_by_watchpoint)
11342 (mips_linux_stopped_data_address)
11343 (mips_linux_region_ok_for_hw_watchpoint)
11344 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
11345 (mips_linux_close): Refactor as methods of mips_linux_nat.
11346 (_initialize_mips_linux_nat): Adjust to C++ification.
11347
11348 * aix-thread.c (aix_thread_target): New class.
11349 (aix_thread_ops): Now an aix_thread_target.
11350 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11351 (aix_thread_fetch_registers, aix_thread_store_registers)
11352 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11353 (aix_thread_thread_alive, aix_thread_pid_to_str)
11354 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
11355 Refactor as methods of aix_thread_target.
11356 (init_aix_thread_ops): Delete.
11357 (_initialize_aix_thread): Remove references to init_aix_thread_ops
11358 and complete_target_initialization.
11359 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
11360 (rs6000_nat_target): New class.
11361 (the_rs6000_nat_target): New.
11362 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
11363 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
11364 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
11365 (super_create_inferior): Delete.
11366 (_initialize_rs6000_nat): Adjust to C++ification.
11367
11368 * arm-linux-nat.c (arm_linux_nat_target): New class.
11369 (the_arm_linux_nat_target): New.
11370 (arm_linux_fetch_inferior_registers)
11371 (arm_linux_store_inferior_registers, arm_linux_read_description)
11372 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
11373 (arm_linux_remove_hw_breakpoint)
11374 (arm_linux_region_ok_for_hw_watchpoint)
11375 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
11376 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
11377 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
11378 arm_linux_nat_target.
11379 (_initialize_arm_linux_nat): Adjust to C++ification.
11380
11381 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
11382 (the_aarch64_linux_nat_target): New.
11383 (aarch64_linux_fetch_inferior_registers)
11384 (aarch64_linux_store_inferior_registers)
11385 (aarch64_linux_child_post_startup_inferior)
11386 (aarch64_linux_read_description)
11387 (aarch64_linux_can_use_hw_breakpoint)
11388 (aarch64_linux_insert_hw_breakpoint)
11389 (aarch64_linux_remove_hw_breakpoint)
11390 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
11391 (aarch64_linux_region_ok_for_hw_watchpoint)
11392 (aarch64_linux_stopped_data_address)
11393 (aarch64_linux_stopped_by_watchpoint)
11394 (aarch64_linux_watchpoint_addr_within_range)
11395 (aarch64_linux_can_do_single_step): Refactor as methods of
11396 aarch64_linux_nat_target.
11397 (super_post_startup_inferior): Delete.
11398 (_initialize_aarch64_linux_nat): Adjust to C++ification.
11399
11400 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
11401 (the_hppa_linux_nat_target): New.
11402 (hppa_linux_fetch_inferior_registers)
11403 (hppa_linux_store_inferior_registers): Refactor as methods of
11404 hppa_linux_nat_target.
11405 (_initialize_hppa_linux_nat): Adjust to C++ification.
11406
11407 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
11408 (the_ia64_linux_nat_target): New.
11409 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
11410 (ia64_linux_stopped_data_address)
11411 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
11412 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
11413 ia64_linux_nat_target methods.
11414 (super_xfer_partial): Delete.
11415 (_initialize_ia64_linux_nat): Adjust to C++ification.
11416
11417 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
11418 (the_m32r_linux_nat_target): New.
11419 (m32r_linux_fetch_inferior_registers)
11420 (m32r_linux_store_inferior_registers): Refactor as
11421 m32r_linux_nat_target methods.
11422 (_initialize_m32r_linux_nat): Adjust to C++ification.
11423
11424 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
11425 (the_m68k_linux_nat_target): New.
11426 (m68k_linux_fetch_inferior_registers)
11427 (m68k_linux_store_inferior_registers): Refactor as
11428 m68k_linux_nat_target methods.
11429 (_initialize_m68k_linux_nat): Adjust to C++ification.
11430
11431 * s390-linux-nat.c (s390_linux_nat_target): New class.
11432 (the_s390_linux_nat_target): New.
11433 (s390_linux_fetch_inferior_registers)
11434 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
11435 (s390_insert_watchpoint, s390_remove_watchpoint)
11436 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
11437 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
11438 (s390_auxv_parse, s390_read_description): Refactor as methods of
11439 s390_linux_nat_target.
11440 (_initialize_s390_nat): Adjust to C++ification.
11441
11442 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
11443 (the_sparc_linux_nat_target): New.
11444 (_initialize_sparc_linux_nat): Adjust to C++ification.
11445 * sparc-nat.c (sparc_fetch_inferior_registers)
11446 (sparc_store_inferior_registers): Remove target_ops parameter.
11447 * sparc-nat.h (sparc_fetch_inferior_registers)
11448 (sparc_store_inferior_registers): Remove target_ops parameter.
11449 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
11450 (the_sparc64_linux_nat_target): New.
11451 (_initialize_sparc64_linux_nat): Adjust to C++ification.
11452
11453 * spu-linux-nat.c (spu_linux_nat_target): New class.
11454 (the_spu_linux_nat_target): New.
11455 (spu_child_post_startup_inferior, spu_child_post_attach)
11456 (spu_child_wait, spu_fetch_inferior_registers)
11457 (spu_store_inferior_registers, spu_xfer_partial)
11458 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
11459 methods.
11460 (_initialize_spu_nat): Adjust to C++ification.
11461
11462 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
11463 (the_tilegx_linux_nat_target): New.
11464 (fetch_inferior_registers, store_inferior_registers):
11465 Refactor as methods.
11466 (_initialize_tile_linux_nat): Adjust to C++ification.
11467
11468 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
11469 (the_xtensa_linux_nat_target): New.
11470 (xtensa_linux_fetch_inferior_registers)
11471 (xtensa_linux_store_inferior_registers): Refactor as
11472 xtensa_linux_nat_target methods.
11473 (_initialize_xtensa_linux_nat): Adjust to C++ification.
11474
11475 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
11476 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
11477 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
11478 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
11479 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
11480 (fbsd_stopped_by_sw_breakpoint)
11481 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
11482 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
11483 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
11484 (fbsd_post_startup_inferior, fbsd_post_attach)
11485 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
11486 (fbsd_set_syscall_catchpoint)
11487 (super_xfer_partial, super_resume, super_wait)
11488 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
11489 (fbsd_handle_debug_trap): Remove target_ops parameter.
11490 (fbsd_nat_add_target): Delete.
11491 * fbsd-nat.h: Include "inf-ptrace.h".
11492 (fbsd_nat_add_target): Delete.
11493 (USE_SIGTRAP_SIGINFO): Define.
11494 (fbsd_nat_target): New class.
11495
11496 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
11497 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
11498 (amd64bsd_target): Delete.
11499 * amd64-bsd-nat.h: New file.
11500 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
11501 "x86-bsd-nat.h".
11502 (amd64_fbsd_nat_target): New class.
11503 (the_amd64_fbsd_nat_target): New.
11504 (amd64fbsd_read_description): Refactor as method of
11505 amd64_fbsd_nat_target.
11506 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11507 (_initialize_amd64fbsd_nat): Adjust to C++ification.
11508 * amd64-nat.h (amd64bsd_target): Delete function declaration.
11509 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
11510 (i386bsd_store_inferior_registers): Remove target_ops parameter.
11511 (i386bsd_target): Delete.
11512 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
11513 (i386bsd_fetch_inferior_registers)
11514 (i386bsd_store_inferior_registers): Declare.
11515 (i386_bsd_nat_target): New class.
11516 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
11517 (the_i386_fbsd_nat_target): New.
11518 (i386fbsd_resume, i386fbsd_read_description): Refactor as
11519 i386_fbsd_nat_target methods.
11520 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11521 (_initialize_i386fbsd_nat): Adjust to C++ification.
11522 * x86-bsd-nat.c (super_mourn_inferior): Delete.
11523 (x86bsd_mourn_inferior, x86bsd_target): Delete.
11524 (_initialize_x86_bsd_nat): Adjust to C++ification.
11525 * x86-bsd-nat.h: Include "x86-nat.h".
11526 (x86bsd_target): Delete declaration.
11527 (x86bsd_nat_target): New class.
11528
11529 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
11530 (the_aarch64_fbsd_nat_target): New.
11531 (aarch64_fbsd_fetch_inferior_registers)
11532 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
11533 aarch64_fbsd_nat_target.
11534 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
11535 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
11536 (the_alpha_bsd_nat_target): New.
11537 (alphabsd_fetch_inferior_registers)
11538 (alphabsd_store_inferior_registers): Refactor as
11539 alpha_bsd_nat_target methods.
11540 (_initialize_alphabsd_nat): Refactor as methods of
11541 alpha_bsd_nat_target.
11542 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
11543 (the_amd64_nbsd_nat_target): New.
11544 (_initialize_amd64nbsd_nat): Adjust to C++ification.
11545 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
11546 (the_amd64_obsd_nat_target): New.
11547 (_initialize_amd64obsd_nat): Adjust to C++ification.
11548 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
11549 (the_arm_fbsd_nat_target): New.
11550 (arm_fbsd_fetch_inferior_registers)
11551 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
11552 (_initialize_arm_fbsd_nat): Refactor as methods of
11553 arm_fbsd_nat_target.
11554 (_initialize_arm_fbsd_nat): Adjust to C++ification.
11555 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
11556 (the_arm_netbsd_nat_target): New.
11557 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
11558 arm_netbsd_nat_target.
11559 (_initialize_arm_netbsd_nat): Adjust to C++ification.
11560 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
11561 (the_hppa_nbsd_nat_target): New.
11562 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
11563 hppa_nbsd_nat_target methods.
11564 (_initialize_hppanbsd_nat): Adjust to C++ification.
11565 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
11566 (the_hppa_obsd_nat_target): New.
11567 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
11568 methods of hppa_obsd_nat_target.
11569 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
11570 add_target.
11571 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
11572 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
11573 add_target.
11574 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
11575 (_initialize_i386obsd_nat): Use add_target.
11576 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
11577 (the_m68k_bsd_nat_target): New.
11578 (m68kbsd_fetch_inferior_registers)
11579 (m68kbsd_store_inferior_registers): Refactor as methods of
11580 m68k_bsd_nat_target.
11581 (_initialize_m68kbsd_nat): Adjust to C++ification.
11582 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
11583 (the_mips_fbsd_nat_target): New.
11584 (mips_fbsd_fetch_inferior_registers)
11585 (mips_fbsd_store_inferior_registers): Refactor as methods of
11586 mips_fbsd_nat_target.
11587 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
11588 add_target.
11589 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
11590 (the_mips_nbsd_nat_target): New.
11591 (mipsnbsd_fetch_inferior_registers)
11592 (mipsnbsd_store_inferior_registers): Refactor as methods of
11593 mips_nbsd_nat_target.
11594 (_initialize_mipsnbsd_nat): Adjust to C++ification.
11595 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
11596 (the_mips64_obsd_nat_target): New.
11597 (mips64obsd_fetch_inferior_registers)
11598 (mips64obsd_store_inferior_registers): Refactor as methods of
11599 mips64_obsd_nat_target.
11600 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
11601 add_target.
11602 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
11603 nbsd_nat_target.
11604 * nbsd-nat.h: Include "inf-ptrace.h".
11605 (nbsd_nat_target): New class.
11606 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
11607 (obsd_wait): Refactor as methods of obsd_nat_target.
11608 (obsd_add_target): Delete.
11609 * obsd-nat.h: Include "inf-ptrace.h".
11610 (obsd_nat_target): New class.
11611 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
11612 (the_ppc_fbsd_nat_target): New.
11613 (ppcfbsd_fetch_inferior_registers)
11614 (ppcfbsd_store_inferior_registers): Refactor as methods of
11615 ppc_fbsd_nat_target.
11616 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
11617 add_target.
11618 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
11619 (the_ppc_nbsd_nat_target): New.
11620 (ppcnbsd_fetch_inferior_registers)
11621 (ppcnbsd_store_inferior_registers): Refactor as methods of
11622 ppc_nbsd_nat_target.
11623 (_initialize_ppcnbsd_nat): Adjust to C++ification.
11624 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
11625 (the_ppc_obsd_nat_target): New.
11626 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
11627 methods of ppc_obsd_nat_target.
11628 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
11629 add_target.
11630 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
11631 (the_sh_nbsd_nat_target): New.
11632 (shnbsd_fetch_inferior_registers)
11633 (shnbsd_store_inferior_registers): Refactor as methods of
11634 sh_nbsd_nat_target.
11635 (_initialize_shnbsd_nat): Adjust to C++ification.
11636 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
11637 (inf_ptrace_xfer_partial): Delete.
11638 (sparc_xfer_partial, sparc_target): Delete.
11639 * sparc-nat.h (sparc_fetch_inferior_registers)
11640 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
11641 (sparc_target): Delete function declaration.
11642 (sparc_target): New template class.
11643 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
11644 (_initialize_sparcnbsd_nat): Adjust to C++ification.
11645 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
11646 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
11647 add_target.
11648 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
11649 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
11650 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
11651 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
11652 add_target.
11653 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
11654 (the_vax_bsd_nat_target): New.
11655 (vaxbsd_fetch_inferior_registers)
11656 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
11657 methods.
11658 (_initialize_vaxbsd_nat): Adjust to C++ification.
11659
11660 * bsd-kvm.c (bsd_kvm_target): New class.
11661 (bsd_kvm_ops): Now a bsd_kvm_target.
11662 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
11663 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
11664 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
11665 bsd_kvm_target.
11666 (bsd_kvm_return_one): Delete.
11667 (bsd_kvm_add_target): Adjust to C++ification.
11668
11669 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
11670 (nto_procfs_target_procfs): New classes.
11671 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
11672 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
11673 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
11674 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
11675 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
11676 (procfs_remove_hw_breakpoint, procfs_resume)
11677 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
11678 (procfs_kill_inferior, procfs_store_registers)
11679 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
11680 as methods of nto_procfs_target.
11681 (nto_procfs_ops): Now an nto_procfs_target_procfs.
11682 (nto_native_ops): Delete.
11683 (procfs_open, procfs_native_open): Delete.
11684 (nto_native_ops): Now an nto_procfs_target_native.
11685 (init_procfs_targets): Adjust to C++ification.
11686 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
11687 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
11688 Refactor as methods of nto_procfs_target.
11689
11690 * go32-nat.c (go32_nat_target): New class.
11691 (the_go32_nat_target): New.
11692 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
11693 (go32_store_registers, go32_xfer_partial, go32_files_info)
11694 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
11695 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
11696 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
11697 (go32_pid_to_str): Refactor as methods of go32_nat_target.
11698 (go32_target): Delete.
11699 (_initialize_go32_nat): Adjust to C++ification.
11700
11701 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
11702 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
11703 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
11704 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
11705 gnu_nat_target.
11706 (gnu_target): Delete.
11707 * gnu-nat.h (gnu_target): Delete.
11708 (gnu_nat_target): New class.
11709 * i386-gnu-nat.c (gnu_base_target): New.
11710 (i386_gnu_nat_target): New class.
11711 (the_i386_gnu_nat_target): New.
11712 (_initialize_i386gnu_nat): Adjust to C++ification.
11713
3fffc070
PA
117142018-05-02 Pedro Alves <palves@redhat.com>
11715
11716 * bfd-target.c (target_bfd_xclose): Rename to ...
11717 (target_bfd_close): ... this.
11718 (target_bfd_reopen): Adjust.
11719 * target.c (target_close): Remove references to to_xclose.
11720 * target.h (target_ops::to_xclose): Delete.
11721 (target_ops::to_close): Update comments.
11722
6798487f
PA
117232018-05-02 Pedro Alves <palves@redhat.com>
11724
11725 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
11726 "linux-nat.h".
11727 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
11728 * inf-ptrace.c (inf_ptrace_register_u_offset)
11729 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11730 (inf_ptrace_store_register, inf_ptrace_store_registers)
11731 (inf_ptrace_trad_target): Move to ...
11732 * linux-nat-trad.c: ... this new file.
11733 * linux-nat-trad.h: New file.
11734 * linux-nat.c (linux_target_install_ops): Make extern.
11735 (linux_trad_target): Delete.
11736 * linux-nat.h (linux_trad_target): Delete declaration.
11737 (linux_target_install_ops): Declare.
11738 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
11739 "linux-nat.h".
11740
c1955e17
PA
117412018-05-02 Pedro Alves <palves@redhat.com>
11742
11743 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
11744 procfs_target/add_target here.
11745 * procfs.c (procfs_target): Make static.
11746 (_initialize_procfs): Call add_target here.
11747 * procfs.h (struct target_ops): Remove forward declaration.
11748 (procfs_target): Remove declaration.
11749 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
11750
b5c8fcb1
PA
117512018-05-02 Pedro Alves <palves@redhat.com>
11752
11753 * procfs.c (procfs_stopped_by_watchpoint)
11754 (procfs_insert_watchpoint, procfs_remove_watchpoint)
11755 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
11756 Forward declare.
11757 (procfs_use_watchpoints): Delete, move contents...
11758 (procfs_target): ... here.
11759 * procfs.h (procfs_use_watchpoints): Delete declaration.
11760 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
11761 procfs_use_watchpoints.
11762 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
11763 procfs_use_watchpoints.
11764
0489430a
TT
117652018-05-02 Tom Tromey <tom@tromey.com>
11766
11767 PR python/20084:
11768 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
11769 and var_zuinteger_unlimited.
11770 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
11771 and PARAM_ZUINTEGER_UNLIMITED.
11772 (set_parameter_value): Handle var_zuinteger and
11773 var_zuinteger_unlimited.
11774 (add_setshow_generic): Likewise.
11775 (parmpy_init): Likewise.
11776
1632f8ba
DR
117772018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11778
11779 PR rust/23124
11780 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
11781 pointer is not null before dereferencing it.
11782
76761936
TT
117832018-04-30 Tom Tromey <tom@tromey.com>
11784
11785 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
11786 is_mi_like_p.
11787
2d33446d
TT
117882018-04-30 Tom Tromey <tom@tromey.com>
11789
11790 * breakpoint.c (mention): Remove use of is_mi_like_p.
11791 (print_mention_ranged_breakpoint): Likewise.
11792 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
11793 of is_mi_like_p.
11794
f3c6abab
TT
117952018-04-30 Tom Tromey <tom@tromey.com>
11796
11797 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
11798
40c03530
TT
117992018-04-30 Tom Tromey <tom@tromey.com>
11800
11801 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
11802 (info_spu_event_command): Remove some uses of is_mi_like_p.
11803
2038b7fd
TT
118042018-04-30 Tom Tromey <tom@tromey.com>
11805
11806 * python/py-framefilter.c (py_print_single_arg)
11807 (enumerate_locals, py_print_args, py_print_frame): Remove some
11808 uses of is_mi_like_p.
11809
4904c3c6
TT
118102018-04-30 Tom Tromey <tom@tromey.com>
11811
11812 * ui-out.c: Update.
11813 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
11814 * ui-out.h (ui_out::is_mi_like_p): Now const.
11815 (ui_out::do_is_mi_like_p): Now const.
11816 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
11817
7c66fffc
TT
118182018-04-30 Tom Tromey <tom@tromey.com>
11819
11820 * varobj.c (varobj_set_visualizer): Use new_reference.
11821 * python/python.c (gdbpy_decode_line): Use new_reference.
11822 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
11823 new_reference.
11824
bbfa6f00
TT
118252018-04-30 Tom Tromey <tom@tromey.com>
11826
11827 * varobj.c (install_new_value): Use new_reference.
11828 * value.h (value_incref): Return void. Swap intro comment with
11829 value_decref.
11830 * value.c (set_value_parent): Use new_reference.
11831 (value_incref): Return void. Update intro comment.
11832 (release_value): Use new_reference.
11833 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
11834
1831a9f9
TT
118352018-04-30 Tom Tromey <tom@tromey.com>
11836
11837 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
11838 * gdb_bfd.h (new_bfd_ref): Remove.
11839 (gdb_bfd_open): Update comment.
11840 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
11841 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
11842 (gdb_bfd_fdopenr): Use new_reference.
11843 * exec.c (exec_file_attach): Use new_reference.
11844
7c1b5f3d
TT
118452018-04-30 Tom Tromey <tom@tromey.com>
11846
11847 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
11848 method.
11849
e11fb955
TT
118502018-04-30 Tom Tromey <tom@tromey.com>
11851
11852 * jit.c (jit_read_code_entry): Use type_align.
11853 * i386-tdep.c (i386_gdbarch_init): Don't call
11854 set_gdbarch_long_long_align_bit.
11855 * gdbarch.sh: Remove long_long_align_bit.
11856 * gdbarch.c, gdbarch.h: Rebuild.
11857 * arc-tdep.c (arc_type_align): New function.
11858 (arc_gdbarch_init): Use arc_type_align. Don't call
11859 set_gdbarch_long_long_align_bit.
11860
2fff16dd
TT
118612018-04-30 Tom Tromey <tom@tromey.com>
11862
11863 * rust-lang.c (rust_type_alignment): Remove.
11864 (rust_composite_type): Use type_align.
11865
6d7bb824
TT
118662018-04-30 Tom Tromey <tom@tromey.com>
11867
11868 * NEWS: Mention Type.align.
11869 * python/py-type.c (typy_get_alignof): New function.
11870 (type_object_getset): Add "alignof".
11871
007e1530
TT
118722018-04-30 Tom Tromey <tom@tromey.com>
11873
11874 PR exp/17095:
11875 * NEWS: Update.
11876 * std-operator.def (UNOP_ALIGNOF): New operator.
11877 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
11878 New.
11879 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
11880 * c-lang.c (c_op_print_tab): Add alignof.
11881 * c-exp.y (ALIGNOF): New token.
11882 (exp): Add "ALIGNOF" production.
11883 (ident_tokens): Add _Alignof and alignof.
11884
2b4424c3
TT
118852018-04-30 Tom Tromey <tom@tromey.com>
11886
11887 * i386-tdep.c (i386_type_align): New function.
11888 (i386_gdbarch_init): Update.
11889 * gdbarch.sh (type_align): New method.
11890 * gdbarch.c, gdbarch.h: Rebuild.
11891 * arch-utils.h (default_type_align): Declare.
11892 * arch-utils.c (default_type_align): New function.
11893 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
11894 (struct type) <align_log2>: New field.
11895 <instance_flags>: Now a bitfield.
11896 (TYPE_RAW_ALIGN): New macro.
11897 (type_align, type_raw_align, set_type_align): Declare.
11898 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
11899 functions.
11900 * dwarf2read.c (quirk_rust_enum): Set type alignment.
11901 (get_alignment, maybe_set_alignment): New functions.
11902 (read_structure_type, read_enumeration_type, read_array_type)
11903 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
11904 (read_subrange_type, read_base_type): Set type alignment.
11905
d33bc52e
SM
119062018-04-30 Simon Marchi <simon.marchi@ericsson.com>
11907
11908 * dwarf2read.c (read_index_from_section): Use bool.
11909
e28b63a9
FG
119102018-04-29 Fabian Groffen <grobian@gentoo.org>
11911
11912 PR gdb/22950
11913 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
11914 with #ifdef.
11915
cd8c76e4
JR
119162018-04-29 John Reiser <jreiser@BitWagon.com>
11917
11918 PR build/22873
11919 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
11920 last step, and do it atomically.
11921
476d250e
AO
119222018-04-27 Alexandre Oliva <aoliva@redhat.com>
11923
11924 * compile/compile-c-types.c (convert_int, convert_float):
11925 Update for C FE v1.
11926
6873858b
TT
119272018-04-27 Tom Tromey <tom@tromey.com>
11928
11929 PR rust/22545:
11930 * rust-lang.c (rust_inclusive_range_type_p): New function.
11931 (rust_range): Handle inclusive ranges.
11932 (rust_compute_range): Likewise.
11933 * rust-exp.y (struct rust_op) <inclusive>: New field.
11934 (DOTDOTEQ): New constant.
11935 (range_expr): Add "..=" productions.
11936 (operator_tokens): Add "..=" token.
11937 (ast_range): Add "inclusive" parameter.
11938 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
11939 ranges.
11940 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
11941 bounds values.
11942 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
11943 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
11944 Update comments.
11945 * expprint.c (print_subexp_standard): Handle new bounds values.
11946 (dump_subexp_body_standard): Likewise.
11947
632e107b
TT
119482018-04-27 Tom Tromey <tom@tromey.com>
11949
11950 * configure: Rebuild.
11951 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
11952 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
11953 "OVERRIDE".
11954 (class symbol_needs_eval_context): Likewise.
11955 * dwarf2read.c (mock_mapped_index::symbol_name_count)
11956 (mock_mapped_index::symbol_name_at): Use "override". Remove
11957 "virtual".
11958 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
11959 "override".
11960 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
11961 * aarch64-tdep.c (instruction_reader::read): Use "override".
11962 (instruction_reader_test::read): Likewise.
11963 * arm-tdep.c (instruction_reader::read): Use "override".
11964 (instruction_reader_thumb::read): Likewise.
11965
b75abf5b
AK
119662018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
11967
11968 PR remote/9665
11969 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
11970 instead of remote_send.
11971 (remote_send): Remove.
11972
79188d8d
PA
119732018-04-26 Pedro Alves <palves@redhat.com>
11974
11975 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
11976 find_function_start_sal instead of find_pc_line.
11977
f50776aa
PA
119782018-04-26 Pedro Alves <palves@redhat.com>
11979
11980 * breakpoint.c (set_breakpoint_location_function): Handle
11981 mst_data_gnu_ifunc.
11982 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
11983 * elfread.c (elf_symtab_read): Give data symbols with
11984 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
11985 (elf_rel_plt_read): Update comment.
11986 * linespec.c (convert_linespec_to_sals): Handle
11987 mst_data_gnu_ifunc.
11988 (minsym_found): Handle mst_data_gnu_ifunc.
11989 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
11990 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
11991 * parse.c (find_minsym_type_and_address): Handle
11992 mst_data_gnu_ifunc.
11993 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
11994 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
11995 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
11996 comment.
11997 <mst_data_gnu_ifunc>: New enumerator.
11998
20944a6e
PA
119992018-04-26 Pedro Alves <palves@redhat.com>
12000
12001 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
12002 (lookup_minimal_symbol_by_pc_section): ... this. Replace
12003 'want_trampoline' parameter by a lookup_msym_prefer parameter.
12004 Handle it.
12005 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
12006 (lookup_minimal_symbol_by_pc): Adjust.
12007 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
12008 (lookup_solib_trampoline_symbol_by_pc): Adjust.
12009 * minsyms.h (lookup_msym_prefer): New enum.
12010 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12011 parameter by a lookup_msym_prefer parameter.
12012
1adeb822
PA
120132018-04-26 Pedro Alves <palves@redhat.com>
12014
12015 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
12016 ends in "@plt" instead of looking at the symbol's section.
12017
a0aca7b0
PA
120182018-04-26 Pedro Alves <palves@redhat.com>
12019
12020 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
12021 all references.
12022 (find_pc_partial_function_gnu_ifunc): Rename to ...
12023 (find_pc_partial_function): ... this, and remove references to
12024 'is_gnu_ifunc_p'.
12025 (find_pc_partial_function): Delete old implementation.
12026 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
12027
76af0f26
PA
120282018-04-26 Pedro Alves <palves@redhat.com>
12029
12030 * linespec.c (struct bound_minimal_symbol_search_key): New.
12031 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
12032 skip first line if we found a GNU ifunc minimal symbol by name.
12033 (compare_msymbols): Change parameters to work with a destructured
12034 lhs minsym.
12035 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
12036 functions.
12037
3467ec66
PA
120382018-04-26 Pedro Alves <palves@redhat.com>
12039
12040 * breakpoint.c (set_breakpoint_location_function): Don't resolve
12041 ifunc targets here. Instead, if we have an ifunc minsym, use its
12042 address/name.
12043 (add_location_to_breakpoint): Store the minsym and the objfile in
12044 the breakpoint location.
12045 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
12046 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
12047 Record the minsym in the sal.
12048 * symtab.h (symtab_and_line) <msymbol>: New field.
12049
28f4fa4d
PA
120502018-04-26 Pedro Alves <palves@redhat.com>
12051
12052 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
12053 unless we actually resolved the ifunc.
12054
ca31ab1d
PA
120552018-04-26 Pedro Alves <palves@redhat.com>
12056
12057 * c-exp.y (variable production): Prefer ifunc minsyms over
12058 regular function symbols.
12059 * symtab.c (find_gnu_ifunc): New function.
12060 * minsyms.h (lookup_msym_prefer): New enum.
12061 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12062 parameter by a lookup_msym_prefer parameter.
12063 * symtab.h (find_gnu_ifunc): New declaration.
12064
8388016d
PA
120652018-04-26 Pedro Alves <palves@redhat.com>
12066
12067 * blockframe.c (find_gnu_ifunc_target_type): New function.
12068 (find_function_type): New.
12069 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
12070 return a value with a memory address.
12071 (eval_call): For calls to GNU ifunc functions, try to find the
12072 type of the target function from the type that the resolver
12073 returns.
12074 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
12075 symbols.
12076 * infcall.c (find_function_return_type): Delete.
12077 (find_function_addr): Add 'function_type' parameter. For calls to
12078 GNU ifunc functions, try to find the type of the target function
12079 from the type that the resolver returns, and return it via
12080 FUNCTION_TYPE.
12081 (call_function_by_hand_dummy): Adjust to use the function type
12082 returned by find_function_addr.
12083 (find_function_addr): Add 'function_type' parameter and move
12084 description here.
12085 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
12086 declarations.
12087
a376e11d
PA
120882018-04-26 Pedro Alves <palves@redhat.com>
12089
12090 * c-exp.y (variable production): Skip finding an alias for ifunc
12091 symbols.
12092
02e169e2
PA
120932018-04-26 Pedro Alves <palves@redhat.com>
12094
12095 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
12096
249b5733
PA
120972018-04-25 Pedro Alves <palves@redhat.com>
12098
12099 * infcmd.c (kill_command): Print the pid as string, not the whole
12100 thread's ptid. Add comment. s/has been killed/killed/ in output
12101 message.
12102 * remote.c (remote_detach_1): Print the pid as string, not the
12103 whole thread's ptid.
12104
f67c0c91
SDJ
121052018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12106 Sergio Durigan Junior <sergiodj@redhat.com>
12107 Pedro Alves <palves@redhat.com>
12108
12109 * infcmd.c (kill_command): Print message when inferior has
12110 been killed.
12111 * inferior.c (print_inferior_events): Remove 'static'. Set as
12112 '1'.
12113 (add_inferior): Improve message printed when
12114 'print_inferior_events' is on.
12115 (exit_inferior): Remove message printed when
12116 'print_inferior_events' is on.
12117 (detach_inferior): Improve message printed when
12118 'print_inferior_events' is on.
12119 (initialize_inferiors): Use 'add_inferior_silent' to set
12120 'current_inferior_'.
12121 * inferior.h (print_inferior_events): Declare here as
12122 'extern'.
12123 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
12124 '[Detaching...]' messages when 'print_inferior_events' is on.
12125 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
12126 as prefix/suffix for messages. Remove periods. Fix erroneous
12127 'Detaching after fork from child...', replace it by '... from
12128 parent...'.
12129 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
12130 prefix/suffix when printing 'Detaching...' messages. Print
12131 them when 'print_inferior_events' is on.
12132 * remote.c (remote_detach_1): Print message when detaching
12133 from inferior and '!is_fork_parent'.
12134
e427af18
TT
121352018-04-24 Tom Tromey <tom@tromey.com>
12136
12137 * cli-out.h: Reindent.
12138
05b1d8d6
TT
121392018-04-24 Tom Tromey <tom@tromey.com>
12140
12141 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
12142 (cli_ui_out::do_field_string): Use fputs_filtered.
12143 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
12144
a95c7dab
TT
121452018-04-23 Tom Tromey <tom@tromey.com>
12146
12147 * guile/scm-frame.c (gdbscm_frame_read_var): Use
12148 gdb::unique_xmalloc_ptr.
12149
458412c3
TT
121502018-04-23 Tom Tromey <tom@tromey.com>
12151
12152 * configure: Rebuild.
12153
db86b02b
RS
121542018-04-22 Rajendra SY <rajendra.sy@gmail.com>
12155
12156 PR gdb/23095
12157 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
12158 prepare_for_testing. Set normal_bp to r_debug_state if target
12159 is bsd.
12160
00aecdcf
PA
121612018-04-21 Pedro Alves <palves@redhat.com>
12162 Rajendra SY <rajendra.sy@gmail.com>
12163
12164 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
12165 * remote.c (extended_remote_attach): In all-stop mode, mark the
12166 thread as executing.
12167
224608c3
PW
121682018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12169
12170 * thread.c (thread_apply_all_command): Fix comment.
12171 (thread_command): Fix comment.
12172
3b74854b
AH
121732018-04-10 Alan Hayward <alan.hayward@arm.com>
12174
12175 * common/tdesc.h (tdesc_create_feature): Remove xml filename
12176 parameter.
12177 * features/aarch64-core.c (create_feature_aarch64_core):
12178 Regenerate.
12179 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
12180 Likewise.
12181 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
12182 Likewise.
12183 * features/i386/32bit-avx512.c
12184 (create_feature_i386_32bit_avx512): Likewise.
12185 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
12186 Likewise.
12187 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
12188 Likewise.
12189 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
12190 Likewise.
12191 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
12192 Likewise.
12193 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
12194 Likewise.
12195 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
12196 Likewise.
12197 * features/i386/64bit-avx512.c
12198 (create_feature_i386_64bit_avx512): Likewise.
12199 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
12200 Likewise.
12201 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
12202 Likewise.
12203 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
12204 Likewise.
12205 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
12206 Likewise.
12207 * features/i386/64bit-segments.c
12208 (create_feature_i386_64bit_segments): Likewise.
12209 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
12210 Likewise.
12211 * features/i386/x32-core.c
12212 (create_feature_i386_x32_core): Likewise.
12213 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
12214 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
12215 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
12216 * target-descriptions.c: In generated code, don't pass xml
12217 filename.
12218
e98577a9
AH
122192018-04-18 Alan Hayward <alan.hayward@arm.com>
12220
12221 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
12222 (print_xml_feature::visit_post): Likewise.
12223 (print_xml_feature::visit): Likewise.
12224 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
12225 (print_xml_feature): Add new class.
12226 * regformats/regdat.sh: Null xmltarget on feature targets.
12227 * target-descriptions.c (struct target_desc): Add xmltarget.
12228 (maintenance_check_tdesc_xml_convert): Add unittest function.
12229 (tdesc_get_features_xml): Add function to get xml.
12230 (maintenance_check_xml_descriptions): Test xml generation.
12231 * xml-tdesc.c (string_read_description_xml): Add function.
12232 * xml-tdesc.h (string_read_description_xml): Add declaration.
12233
ad7fc756
AH
122342018-04-18 Alan Hayward <alan.hayward@arm.com>
12235
12236 * features/Makefile: Add feature marker to targets with new style
12237 target descriptions.
12238 * regformats/aarch64.dat: Regenerate.
12239 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
12240 * regformats/i386/amd64-avx-linux.dat: Likewise.
12241 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
12242 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
12243 * regformats/i386/amd64-linux.dat: Likewise.
12244 * regformats/i386/amd64-mpx-linux.dat: Likewise.
12245 * regformats/i386/amd64.dat: Likewise.
12246 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
12247 * regformats/i386/i386-avx-linux.dat: Likewise.
12248 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
12249 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
12250 * regformats/i386/i386-linux.dat: Likewise.
12251 * regformats/i386/i386-mmx-linux.dat: Likewise.
12252 * regformats/i386/i386-mpx-linux.dat: Likewise.
12253 * regformats/i386/i386.dat: Likewise.
12254 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
12255 * regformats/i386/x32-avx-linux.dat: Likewise.
12256 * regformats/i386/x32-linux.dat: Likewise.
12257 * regformats/tic6x-c62x-linux.dat: Likewise.
12258 * regformats/tic6x-c64x-linux.dat: Likewise.
12259 * regformats/tic6x-c64xp-linux.dat: Likewise.
12260 * regformats/regdat.sh: Parse feature marker.
12261
d278f585
AH
122622018-04-18 Alan Hayward <alan.hayward@arm.com>
12263
12264 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
12265 (tdesc_osabi_name): Likewise.
12266 * target-descriptions.c (tdesc_architecture_name): Add new
12267 function.
12268 (tdesc_osabi_name): Likewise.
12269
eee8a18d
AH
122702018-04-18 Alan Hayward <alan.hayward@arm.com>
12271
12272 * common/tdesc.c (tdesc_predefined_type): Move to here.
12273 (tdesc_named_type): Likewise.
12274 (tdesc_create_vector): Likewise.
12275 (tdesc_create_struct): Likewise.
12276 (tdesc_set_struct_size): Likewise.
12277 (tdesc_create_union): Likewise.
12278 (tdesc_create_flags): Likewise.
12279 (tdesc_create_enum): Likewise.
12280 (tdesc_add_field): Likewise.
12281 (tdesc_add_typed_bitfield): Likewise.
12282 (tdesc_add_bitfield): Likewise.
12283 (tdesc_add_flag): Likewise.
12284 (tdesc_add_enum_value): Likewise.
12285 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
12286 (struct tdesc_type_vector): Likewise.
12287 (struct tdesc_type_field): Likewise.
12288 (struct tdesc_type_with_fields): Likewise.
12289 (tdesc_create_enum): Add declaration.
12290 (tdesc_add_typed_bitfield): Likewise.
12291 (tdesc_add_enum_value): Likewise.
12292 * target-descriptions.c (tdesc_type_field): Move from here.
12293 (tdesc_type_builtin): Likewise.
12294 (tdesc_type_vector): Likewise.
12295 (tdesc_type_with_fields): Likewise.
12296 (tdesc_predefined_types): Likewise.
12297 (tdesc_named_type): Likewise.
12298 (tdesc_create_vector): Likewise.
12299 (tdesc_create_struct): Likewise.
12300 (tdesc_set_struct_size): Likewise.
12301 (tdesc_create_union): Likewise.
12302 (tdesc_create_flags): Likewise.
12303 (tdesc_create_enum): Likewise.
12304 (tdesc_add_field): Likewise.
12305 (tdesc_add_typed_bitfield): Likewise.
12306 (tdesc_add_bitfield): Likewise.
12307 (tdesc_add_flag): Likewise.
12308 (tdesc_add_enum_value): Likewise.
12309 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
12310 (tdesc_add_typed_bitfield): Likewise.
12311 (tdesc_add_enum_value): Likewise.
12312
82ec9bc7
AH
123132018-04-18 Alan Hayward <alan.hayward@arm.com>
12314
12315 * common/tdesc.c (tdesc_feature::accept): Move to here.
12316 (tdesc_feature::operator==): Likewise.
12317 (tdesc_create_reg): Likewise.
12318 * common/tdesc.h (tdesc_type_kind): Likewise.
12319 (struct tdesc_type): Likewise.
12320 (struct tdesc_feature): Likewise.
12321 * regformats/regdat.sh: Create a feature.
12322 * target-descriptions.c (tdesc_type_kind): Move from here.
12323 (tdesc_type): Likewise.
12324 (tdesc_type_up): Likewise.
12325 (tdesc_feature): Likewise.
12326 (tdesc_create_reg): Likewise.
12327
ea3e7d71
AH
123282018-04-18 Alan Hayward <alan.hayward@arm.com>
12329
12330 * Makefile.in: Add arch/tdesc.c
12331 * common/tdesc.c: New file.
12332 * common/tdesc.h (tdesc_element_visitor): Move to here.
12333 (tdesc_element): Likewise.
12334 (tdesc_reg): Likewise.
12335 (tdesc_reg_up): Likewise.
12336 * regformats/regdef.h (reg): Add offset to constructors.
12337 * target-descriptions.c (tdesc_element_visitor): Move from here.
12338 (tdesc_element): Likewise.
12339 (tdesc_reg): Likewise.
12340 (tdesc_reg_up): Likewise.
12341
bedda9ac
TT
123422018-04-17 Tom Tromey <tom@tromey.com>
12343
12344 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
12345 discriminant field.
12346
a037790e
TT
123472018-04-17 Tom Tromey <tom@tromey.com>
12348
12349 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
12350
c7dcbf88
AA
123512018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12352
12353 * symtab.c (print_symbol_info): Skip printing filename and line
12354 number when `last' is NULL.
12355 (symtab_symbol_info): Use empty string instead of NULL for first
12356 invocation of print_symbol_info.
12357 (rbreak_command): Pass NULL to `last' parameter of
12358 print_symbol_info.
12359
07d28c77
SM
123602018-04-16 Simon Marchi <simon.marchi@ericsson.com>
12361
12362 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
12363 instead of nullptr.
12364
8a3de5e1
PA
123652018-04-16 Pedro Alves <palves@redhat.com>
12366
12367 * MAINTAINERS (sh): Remove.
12368 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
12369 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
12370 (ALLDEPFILES): Remove sh64-tdep.c.
12371 * NEWS: Mentions that support for SH-5/SH64 is removed.
12372 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
12373 (sh*-*-openbsd*): Ditto.
12374 (sh64-*-elf*): Remove.
12375 (sh*): Remove.
12376 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
12377 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
12378 * sh-tdep.c: No longer include "sh64-tdep.h".
12379 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
12380 * sh64-tdep.c, sh64-tdep.h: Remove files.
12381
a2a79012
PA
123822018-04-16 Pedro Alves <palves@redhat.com>
12383
12384 * MAINTAINERS: Remove m88k.
12385 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
12386 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
12387 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
12388 * NEWS: Mention that support for m88k was removed.
12389 * configure.host (m88*-*-*): Remove support.
12390 * configure.nat (m88k-*-*): Remove support.
12391 * configure.tgt (m88*-*-openbsd*): Remove.
12392 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
12393
eda4efb1
SM
123942018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
12395
12396 * configure.tgt (x86_tobjs): New variable.
12397 (amd64_tobjs, i386_tobjs): Use it.
12398
b744723f
AA
123992018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12400
12401 * symtab.c (print_symbol_info): Precede the symbol definition by
12402 the line number when available.
12403 * NEWS: Advertise this enhancement.
12404
4a4495d6
MM
124052018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12406
12407 * NEWS (New options): announce set/show record btrace cpu.
12408 * btrace.c: Include record-btrace.h.
12409 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
12410 the vendor is unknown.
12411 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
12412 Maybe overwrite the btrace configuration's cpu.
12413 (btrace_compute_ftrace): Add cpu parameter. Update callers.
12414 (btrace_fetch): Add cpu parameter. Update callers.
12415 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
12416 Maybe overwrite the btrace configuration's cpu. Skip enabling
12417 errata workarounds if the vendor is unknown.
12418 * python/py-record-btrace.c: Include record-btrace.h.
12419 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
12420 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
12421 * record-btrace.c (record_btrace_cpu_state_kind): New.
12422 (record_btrace_cpu): New.
12423 (set_record_btrace_cpu_cmdlist): New.
12424 (record_btrace_get_cpu): New.
12425 (require_btrace_thread, record_btrace_info)
12426 (record_btrace_resume_thread): Call record_btrace_get_cpu.
12427 (cmd_set_record_btrace_cpu_none): New.
12428 (cmd_set_record_btrace_cpu_auto): New.
12429 (cmd_set_record_btrace_cpu): New.
12430 (cmd_show_record_btrace_cpu): New.
12431 (_initialize_record_btrace): Initialize set/show record btrace cpu
12432 commands.
12433 * record-btrace.h (record_btrace_get_cpu): New.
12434
69f90c75
MM
124352018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12436
12437 * record.c (set_record_command): Fix typo in message.
12438
b85310e1
MM
124392018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12440
12441 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
12442
1d509aa6
MM
124432018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12444
12445 * infrun.c (process_event_stop_test): Call
12446 gdbarch_in_indirect_branch_thunk.
12447 * gdbarch.sh (in_indirect_branch_thunk): New.
12448 * gdbarch.c: Regenerated.
12449 * gdbarch.h: Regenerated.
12450 * x86-tdep.h: New.
12451 * x86-tdep.c: New.
12452 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
12453 (HFILES_NO_SRCDIR): Add x86-tdep.h.
12454 (ALLDEPFILES): Add x86-tdep.c.
12455 * arch-utils.h (default_in_indirect_branch_thunk): New.
12456 * arch-utils.c (default_in_indirect_branch_thunk): New.
12457 * i386-tdep: Include x86-tdep.h.
12458 (i386_in_indirect_branch_thunk): New.
12459 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
12460 function.
12461 * amd64-tdep: Include x86-tdep.h.
12462 (amd64_in_indirect_branch_thunk): New.
12463 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
12464
b4be9bfd
JK
124652018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12466
12467 PR gdb/23053
12468 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
12469 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
12470 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
12471 regression.
12472
53d7df28
TT
124732018-04-12 Tom Tromey <tom@tromey.com>
12474
12475 * rust-lang.c (rust_print_struct_def): Remove univariant code.
12476 (rust_evaluate_subexp): Likewise.
12477
70b33f19
PA
124782018-04-12 Pedro Alves <palves@redhat.com>
12479
12480 * procfs.c (procfs_detach): Make forward declaration's prototype
12481 match definition's protototype.
12482 (proc_get_LDT_entry): Remove stale do_cleanups call.
12483
436411b1
PA
124842018-04-12 Pedro Alves <palves@redhat.com>
12485
12486 * target.h (target_ops::to_has_exited): Delete.
12487 (target_has_exited): Delete.
12488 * target-delegates.c: Regenerate.
12489
20db9c52
PA
124902018-04-11 Pedro Alves <palves@redhat.com>
12491
12492 * target.c (fileio_fh_t::t): Add comment.
12493 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12494 (target_fileio_close): Handle a NULL target.
12495 (invalidate_fileio_fh): New.
12496 (target_close): Call it.
12497 * remote.c (remote_hostio_send_command): No longer check whether
12498 remote_desc is open.
12499
5ff79300
PA
125002018-04-11 Pedro Alves <palves@redhat.com>
12501
12502 * target.c (fileio_fh_t): Make it a named struct instead of a
12503 typedef.
12504 (fileio_fh_t::is_closed): New method.
12505 (DEF_VEC_O (fileio_fh_t)): Remove.
12506 (fileio_fhandles): Now a std::vector.
12507 (is_closed_fileio_fh): Delete.
12508 (acquire_fileio_fd): Adjust. Rename parameters.
12509 (release_fileio_fd): Adjust.
12510 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
12511 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12512 (target_fileio_close): Adjust.
12513
6e22e10d
SM
125142018-04-10 Simon Marchi <simon.marchi@ericsson.com>
12515
12516 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
12517 index.
12518
731f534f
PA
125192018-04-10 Pedro Alves <palves@redhat.com>
12520
12521 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
12522 (scoped_finish_thread_state): New class.
12523 * infcmd.c (run_command_1): Use it instead of finish_thread_state
12524 cleanup.
12525 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
12526 (fetch_inferior_event, normal_stop): Likewise.
12527 * thread.c (finish_thread_state_cleanup): Delete.
12528
d5f4488f
SM
125292018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12530 Pedro Alves <palves@redhat.com>
12531
12532 * value.c: Include "selftest.h" and "common/array-view.h".
12533 (struct range) <operator ==>: New.
12534 (test_ranges_contain): New.
12535 (check_ranges_vector): New.
12536 (test_insert_into_bit_range_vector): New.
12537 (_initialize_values): Register selftests.
12538 * common/array-view.h (operator==, operator!=): New.
12539
b24531ed
SM
125402018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12541
12542 * common/gdb_vecs.h (unordered_remove): Add overload that takes
12543 an iterator.
12544 * inline-frame.c: Include <algorithm>.
12545 (struct inline_state): Add constructor.
12546 (inline_state_s): Remove.
12547 (DEF_VEC_O(inline_state_s)): Remove.
12548 (inline_states): Change type to std::vector.
12549 (find_inline_frame_state): Adjust to std::vector.
12550 (allocate_inline_frame_state): Remove.
12551 (clear_inline_frame_state): Adjust to std::vector.
12552 (skip_inline_frames): Adjust to std::vector.
12553
c252925c
SM
125542018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12555
12556 * tracepoint.h (struct trace_state_variable): Add constructor.
12557 <name>: Change type to std::string.
12558 * tracepoint.c (tsv_s): Remove.
12559 (DEF_VEC_O(tsv_s)): Remove.
12560 (tvariables): Change to std::vector.
12561 (create_trace_state_variable): Adjust to std::vector.
12562 (find_trace_state_variable): Likewise.
12563 (find_trace_state_variable_by_number): Likewise.
12564 (delete_trace_state_variable): Likewise.
12565 (trace_variable_command): Adjust to std::string.
12566 (delete_trace_variable_command): Likewise.
12567 (tvariables_info_1): Adjust to std::vector.
12568 (save_trace_state_variables): Likewise.
12569 (start_tracing): Likewise.
12570 (merge_uploaded_trace_state_variables): Adjust to std::vector
12571 and std::string.
12572 * target.h (struct target_ops)
12573 <to_download_trace_state_variable>: Pass reference to
12574 trace_state_variable.
12575 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
12576 * target-delegates.c: Re-generate.
12577 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
12578 (mi_tsv_deleted): Likewise.
12579 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
12580 * remote.c (remote_download_trace_state_variable): Change
12581 pointer to reference and adjust.
12582 * make-target-delegates (parse_argtypes): Handle references.
12583 (write_function_header): Likewise.
12584 (munge_type): Likewise.
12585
c9638d26
SM
125862018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12587
12588 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12589 string_view-selftests.c.
12590 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
12591 testsuite.
12592 * unittests/basic_string_view/cons/char/1.cc: Likewise.
12593 * unittests/basic_string_view/cons/char/2.cc: Likewise.
12594 * unittests/basic_string_view/cons/char/3.cc: Likewise.
12595 * unittests/basic_string_view/element_access/char/1.cc:
12596 Likewise.
12597 * unittests/basic_string_view/element_access/char/empty.cc:
12598 Likewise.
12599 * unittests/basic_string_view/element_access/char/front_back.cc:
12600 Likewise.
12601 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
12602 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
12603 Likewise.
12604 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
12605 Likewise.
12606 * unittests/basic_string_view/modifiers/swap/char/1.cc:
12607 Likewise.
12608 * unittests/basic_string_view/operations/compare/char/1.cc:
12609 Likewise.
12610 * unittests/basic_string_view/operations/compare/char/13650.cc:
12611 Likewise.
12612 * unittests/basic_string_view/operations/copy/char/1.cc:
12613 Likewise.
12614 * unittests/basic_string_view/operations/data/char/1.cc:
12615 Likewise.
12616 * unittests/basic_string_view/operations/find/char/1.cc:
12617 Likewise.
12618 * unittests/basic_string_view/operations/find/char/2.cc:
12619 Likewise.
12620 * unittests/basic_string_view/operations/find/char/3.cc:
12621 Likewise.
12622 * unittests/basic_string_view/operations/find/char/4.cc:
12623 Likewise.
12624 * unittests/basic_string_view/operations/rfind/char/1.cc:
12625 Likewise.
12626 * unittests/basic_string_view/operations/rfind/char/2.cc:
12627 Likewise.
12628 * unittests/basic_string_view/operations/rfind/char/3.cc:
12629 Likewise.
12630 * unittests/basic_string_view/operations/substr/char/1.cc:
12631 Likewise.
12632 * unittests/basic_string_view/operators/char/2.cc: Likewise.
12633 * unittests/string_view-selftests.c: New file.
12634
fdc11678
SM
126352018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12636
12637 * unittests/basic_string_view/capacity/1.cc: New file.
12638 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
12639 * unittests/basic_string_view/cons/char/1.cc: New file.
12640 * unittests/basic_string_view/cons/char/2.cc: New file.
12641 * unittests/basic_string_view/cons/char/3.cc: New file.
12642 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
12643 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
12644 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
12645 * unittests/basic_string_view/element_access/char/1.cc: New file.
12646 * unittests/basic_string_view/element_access/char/2.cc: New file.
12647 * unittests/basic_string_view/element_access/char/empty.cc: New file.
12648 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
12649 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
12650 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
12651 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
12652 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
12653 * unittests/basic_string_view/include.cc: New file.
12654 * unittests/basic_string_view/inserters/char/1.cc: New file.
12655 * unittests/basic_string_view/inserters/char/2.cc: New file.
12656 * unittests/basic_string_view/inserters/char/3.cc: New file.
12657 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
12658 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
12659 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
12660 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
12661 * unittests/basic_string_view/literals/types.cc: New file.
12662 * unittests/basic_string_view/literals/values.cc: New file.
12663 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
12664 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
12665 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
12666 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
12667 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
12668 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
12669 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
12670 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
12671 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
12672 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
12673 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
12674 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
12675 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
12676 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
12677 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
12678 * unittests/basic_string_view/operations/data/char/1.cc: New file.
12679 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
12680 * unittests/basic_string_view/operations/find/char/1.cc: New file.
12681 * unittests/basic_string_view/operations/find/char/2.cc: New file.
12682 * unittests/basic_string_view/operations/find/char/3.cc: New file.
12683 * unittests/basic_string_view/operations/find/char/4.cc: New file.
12684 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
12685 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
12686 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
12687 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
12688 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
12689 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
12690 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
12691 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
12692 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
12693 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
12694 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
12695 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
12696 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
12697 * unittests/basic_string_view/operators/char/2.cc: New file.
12698 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
12699 * unittests/basic_string_view/range_access/char/1.cc: New file.
12700 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
12701 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
12702 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
12703 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
12704 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
12705 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
12706 * unittests/basic_string_view/requirements/typedefs.cc: New file.
12707 * unittests/basic_string_view/typedefs.cc: New file.
12708 * unittests/basic_string_view/types/1.cc: New file.
12709
8345c4a2
SM
127102018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12711
12712 * common/gdb_string_view.h: Remove libstdc++ implementation
12713 details, adjust to gdb reality.
12714 * common/gdb_string_view.tcc: Likewise.
12715 * cli/cli-script.c (struct string_view): Remove.
12716 (user_args) <m_args>: Change element type to gdb::string_view.
12717 (user_args::insert_args): Adjust.
12718
7adcdf08
SM
127192018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12720
12721 * common/gdb_string_view.h: New file.
12722 * common/gdb_string_view.tcc: New file.
12723
41260ac2
SM
127242018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12725
12726 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
12727 * configure: Re-generate.
12728
0bee6dd4
PA
127292018-04-09 Pedro Alves <palves@redhat.com>
12730
12731 * gdbarch.sh: Include "observable.h" instead of "observer.h".
12732 (set_target_gdbarch): Call
12733 gdb::observers::architecture_changed.notify instead of
12734 observer_notify_architecture_changed.
12735
6f14adc5
SM
127362018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12737
12738 * tracepoint.c (struct current_traceframe_cleanup): Remove.
12739 (do_restore_current_traceframe_cleanup): Remove.
12740 (restore_current_traceframe_cleanup_dtor): Remove.
12741 (make_cleanup_restore_current_traceframe): Remove.
12742 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
12743 New.
12744 * tracepoint.h (struct scoped_restore_current_traceframe): New.
12745 * infrun.c (fetch_inferior_event): Use
12746 scoped_restore_current_traceframe.
12747
b2bdb8cf
SM
127482018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12749
12750 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
12751 Remove.
12752 <n_allocated_type_units>: Remove.
12753 <all_type_units>: Change to std::vector.
12754 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
12755 to std::vector change.
12756 (dwarf2_per_objfile::get_cutu): Likewise.
12757 (dwarf2_per_objfile::get_tu): Likewise.
12758 (create_signatured_type_table_from_index): Likewise.
12759 (create_signatured_type_table_from_debug_names): Likewise.
12760 (dw2_symtab_iter_next): Likewise.
12761 (dw2_print_stats): Likewise.
12762 (dw2_expand_all_symtabs): Likewise.
12763 (dw2_expand_marked_cus): Likewise.
12764 (dw2_debug_names_iterator::next): Likewise.
12765 (dwarf2_initialize_objfile): Likewise.
12766 (add_signatured_type_cu_to_table): Likewise.
12767 (create_all_type_units): Likewise.
12768 (add_type_unit): Likewise.
12769 (struct tu_abbrev_offset): Add constructor.
12770 (build_type_psymtabs_1): Adjust to std::vector change.
12771 (print_tu_stats): Likewise.
12772 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
12773 (write_debug_names): Likewise.
12774
b76e467d
SM
127752018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12776
12777 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
12778 Make an std::vector.
12779 <n_comp_units>: Remove.
12780 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
12781 to std::vector change.
12782 (dwarf2_per_objfile::get_cutu): Likewise.
12783 (dwarf2_per_objfile::get_cu): Likewise.
12784 (create_cus_from_index): Likewise.
12785 (create_addrmap_from_index): Likewise.
12786 (create_addrmap_from_aranges): Likewise.
12787 (dwarf2_read_index): Likewise.
12788 (dw2_find_last_source_symtab): Likewise.
12789 (dw2_map_symtabs_matching_filename): Likewise.
12790 (dw2_symtab_iter_next): Likewise.
12791 (dw2_print_stats): Likewise.
12792 (dw2_expand_all_symtabs): Likewise.
12793 (dw2_expand_symtabs_with_fullname): Likewise.
12794 (dw2_expand_marked_cus): Likewise.
12795 (dw2_map_symbol_filenames): Likewise.
12796 (create_cus_from_debug_names): Likewise.
12797 (dwarf2_read_debug_names): Likewise.
12798 (dw2_debug_names_iterator::next): Likewise.
12799 (dwarf2_initialize_objfile): Likewise.
12800 (set_partial_user): Likewise.
12801 (dwarf2_build_psymtabs_hard): Likewise.
12802 (read_comp_units_from_section): Remove arguments, adjust to
12803 std::vector change.
12804 (create_all_comp_units): Adjust to std::vector and
12805 read_comp_units_from_section changes.
12806 (dwarf2_find_containing_comp_unit): Adjust to std::vector
12807 change.
12808 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
12809 (psyms_seen_size): Likewise.
12810 (write_gdbindex): Likewise.
12811 (write_debug_names): Likewise.
12812
12359b5e
SM
128132018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12814
12815 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
12816 with dwarf2_per_objfile.
12817 (create_cus_from_index): Likewise.
12818 (create_signatured_type_table_from_index): Likewise.
12819 (dwarf2_read_index): Likewise.
12820 (dwarf2_initialize_objfile): Likewise.
12821 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
12822 per_cu rather than get_dwarf2_per_objfile.
12823
ff4c9fec
SM
128242018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12825
12826 * dwarf2read.h (struct signatured_type): Forward declare.
12827 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
12828 New methods.
12829 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
12830 (dw2_get_cutu): ...this.
12831 (dwarf2_per_objfile::get_cu): Rename from...
12832 (dw2_get_cu): ...this.
12833 (dwarf2_per_objfile::get_tu): New.
12834 (create_addrmap_from_index): Adjust.
12835 (create_addrmap_from_aranges): Adjust.
12836 (dw2_find_last_source_symtab): Adjust.
12837 (dw2_map_symtabs_matching_filename): Adjust.
12838 (dw2_symtab_iter_next): Adjust.
12839 (dw2_print_stats): Adjust.
12840 (dw2_expand_all_symtabs): Adjust.
12841 (dw2_expand_symtabs_with_fullname): Adjust.
12842 (dw2_expand_marked_cus): Adjust.
12843 (dw_expand_symtabs_matching_file_matcher): Adjust.
12844 (dw2_map_symbol_filenames): Adjust.
12845 (dw2_debug_names_iterator::next): Adjust.
12846 (dwarf2_initialize_objfile): Adjust.
12847 (set_partial_user): Adjust.
12848 (dwarf2_build_psymtabs_hard): Adjust.
12849
5ca3fcb6
SM
128502018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12851
12852 * dwarf2read.c (create_signatured_type_table_from_debug_names):
12853 Remove unused variables.
12854 (dw2_map_symtabs_matching_filename): Likewise.
12855 (dwarf2_record_block_ranges): Likewise.
12856 (dwarf2_read_addr_index): Likewise.
12857 (follow_die_offset): Likewise.
12858
b2e586e8
SM
128592018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12860
12861 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
12862 to symbol_file_add_main.
12863
7c4e78cf
SM
128642018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12865
12866 PR mi/22299
12867 * mi/mi-console.c (do_fputc_async_safe): New.
12868 (mi_console_file::write_async_safe): New.
12869 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
12870 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
12871 New.
12872 * ui-file.c (ui_file::putstrn): Adjust call to
12873 fputstrn_unfiltered.
12874 * utils.c (printchar): Replace do_fputs and do_fprintf
12875 parameters by do_fputc.
12876 (fputstr_filtered): Adjust call to printchar.
12877 (fputstr_unfiltered): Likewise.
12878 (fputstrn_filtered): Likewise.
12879 (fputstrn_unfiltered): Add do_fputc parameter, pass to
12880 printchar.
12881 * utils.h (do_fputc_ftype): New typedef.
12882 (fputstrn_unfiltered): Add do_fputc parameter.
12883
5dc026d3
SM
128842018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
12885
12886 * regformats/i386/i386-avx.dat: Remove.
12887
c912f608
SM
128882018-04-07 Simon Marchi <simon.marchi@ericsson.com>
12889
12890 PR gdb/22979
12891 * amd64-tdep.c (amd64_none_init_abi): New function.
12892 (amd64_x32_none_init_abi): New function.
12893 (_initialize_amd64_tdep): Register handlers for x86-64 and
12894 x64_32 with GDB_OSABI_NONE.
12895 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
12896 GDB_OSABI_NONE osabi.
12897
26540402
SM
128982018-04-07 Simon Marchi <simon.marchi@ericsson.com>
12899
12900 PR gdb/22980
12901 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
12902 GDB_OSABI_NONE.
12903 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
12904 * osabi.c (gdb_osabi_names): Add "unknown" entry.
12905
9018be22
SM
129062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
12907
12908 * common/byte-vector.h (char_vector): New type.
12909 * target.h (target_read_alloc): Return
12910 gdb::optional<byte_vector>.
12911 (target_read_stralloc): Return gdb::optional<char_vector>.
12912 (target_get_osdata): Return gdb::optional<char_vector>.
12913 * target.c (target_read_alloc_1): Templatize. Replacement
12914 manual memory management with vector.
12915 (target_read_alloc): Change return type, adjust.
12916 (target_read_stralloc): Change return type, adjust.
12917 (target_get_osdata): Change return type, adjust.
12918 * auxv.c (struct auxv_info) <length>: Remove.
12919 <data>: Change type to gdb::optional<byte_vector>.
12920 (auxv_inferior_data_cleanup): Free auxv_info with delete.
12921 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
12922 (target_auxv_search): Adjust.
12923 (fprint_target_auxv): Adjust.
12924 * avr-tdep.c (avr_io_reg_read_command): Adjust.
12925 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
12926 (linux_make_corefile_notes): Adjust.
12927 * osdata.c (get_osdata): Adjust.
12928 * remote.c (remote_get_threads_with_qxfer): Adjust.
12929 (remote_memory_map): Adjust.
12930 (remote_traceframe_info): Adjust.
12931 (btrace_read_config): Adjust.
12932 (remote_read_btrace): Adjust.
12933 (remote_pid_to_exec_file): Adjust.
12934 * solib-aix.c (solib_aix_get_library_list): Adjust.
12935 * solib-dsbt.c (decode_loadmap): Don't free buf.
12936 (dsbt_get_initial_loadmaps): Adjust.
12937 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
12938 * solib-target.c (solib_target_current_sos): Adjust.
12939 * tracepoint.c (sdata_make_value): Adjust.
12940 * xml-support.c (xinclude_start_include): Adjust.
12941 (xml_fetch_content_from_file): Adjust.
12942 * xml-support.h (xml_fetch_another): Change return type.
12943 (xml_fetch_content_from_file): Change return type.
12944 * xml-syscall.c (xml_init_syscalls_info): Adjust.
12945 * xml-tdesc.c (file_read_description_xml): Adjust.
12946 (fetch_available_features_from_target): Change return type.
12947 (target_fetch_description_xml): Adjust.
12948 (target_read_description_xml): Adjust.
12949
14c88955
TT
129502018-04-06 Tom Tromey <tom@tromey.com>
12951
12952 * value.c (~value): Update.
12953 (struct value) <contents>: Now unique_xmalloc_ptr.
12954 (value_contents_bits_eq, allocate_value_contents)
12955 (value_contents_raw, value_contents_all_raw)
12956 (value_contents_for_printing, value_contents_for_printing_const)
12957 (set_value_enclosing_type): Update.
12958
0c7e6dd8
TT
129592018-04-06 Tom Tromey <tom@tromey.com>
12960
12961 * value.c (range_s): Remove typedef, VEC.
12962 (struct range): Add operator<.
12963 (range_lessthan): Remove.
12964 (ranges_contain): Change type.
12965 (~value): Update.
12966 (struct value) <unavailable, optimized_out>: Now std::vector.
12967 (value_entirely_available)
12968 (value_entirely_covered_by_range_vector)
12969 (value_entirely_unavailable, value_entirely_optimized_out):
12970 Update.
12971 (insert_into_bit_range_vector): Change argument type.
12972 (find_first_range_overlap): Likewise.
12973 (struct ranges_and_idx, value_contents_bits_eq)
12974 (require_not_optimized_out, require_available): Update.
12975 (ranges_copy_adjusted): Change argument types.
12976 (value_optimized_out, value_copy, value_fetch_lazy): Update.
12977
2c8331b9
TT
129782018-04-06 Tom Tromey <tom@tromey.com>
12979
12980 * value.c (~value): Update.
12981 (struct value) <parent>: Now a value_ref_ptr.
12982 (value_parent, set_value_parent, value_address, value_copy):
12983 Update.
12984
466ce3ae
TT
129852018-04-06 Tom Tromey <tom@tromey.com>
12986
12987 * value.c (struct value): Add constructor, destructor, and member
12988 initializers.
12989 (allocate_value_lazy, value_decref): Update.
12990
062d818d
TT
129912018-04-06 Tom Tromey <tom@tromey.com>
12992
12993 * value.c (struct value) <released, next>: Remove.
12994 (all_values): Now a std::vector.
12995 (allocate_value_lazy): Update.
12996 (value_next): Remove.
12997 (value_mark, value_free_to_mark, release_value)
12998 (value_release_to_mark): Update.
12999
a6535de1
TT
130002018-04-06 Tom Tromey <tom@tromey.com>
13001
13002 * value.h (fetch_subexp_value, value_release_to_mark): Update.
13003 (free_value_chain): Remove.
13004 * value.c (free_value_chain): Remove.
13005 (value_release_to_mark): Return a std::vector.
13006 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
13007 std::vector.
13008 (check_condition): Update.
13009 * eval.c (fetch_subexp_value): Change "val_chain" to a
13010 std::vector.
13011 * breakpoint.c (update_watchpoint): Update.
13012 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
13013
b5621201
TT
130142018-04-06 Tom Tromey <tom@tromey.com>
13015
13016 * value.h (free_all_values): Remove.
13017 * value.c (free_all_values): Remove.
13018
4d0266a0
TT
130192018-04-06 Tom Tromey <tom@tromey.com>
13020
13021 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
13022 (value_history_chain, value_history_count): Remove.
13023 (value_history): New global.
13024 (record_latest_value, access_value_history, show_values)
13025 (preserve_values): Update.
13026
b4d61099
TT
130272018-04-06 Tom Tromey <tom@tromey.com>
13028
13029 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
13030 * varobj.c (varobj_set_display_format, varobj_set_value)
13031 (install_default_visualizer, construct_visualizer)
13032 (install_new_value, ~varobj, varobj_get_value_type)
13033 (my_value_of_variable, varobj_editable_p): Update.
13034 * c-varobj.c (c_describe_child, c_value_of_variable)
13035 (cplus_number_of_children, cplus_describe_child): Update.
13036 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
13037 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
13038 (ada_value_of_variable, ada_value_is_changeable_p): Update.
13039
9b558729
TT
130402018-04-06 Tom Tromey <tom@tromey.com>
13041
13042 * printcmd.c (last_examine_address): Change type to
13043 value_ref_ptr.
13044 (do_examine, x_command): Update.
13045
850645cf
TT
130462018-04-06 Tom Tromey <tom@tromey.com>
13047
13048 * value.c (release_value): Update.
13049 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
13050 (struct bpstats) <val>: Now a value_ref_ptr.
13051 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13052 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13053 (~watchpoint, print_it_watchpoint, watch_command_1)
13054 (invalidate_bp_value_on_memory_change): Update.
13055
22bc8444
TT
130562018-04-06 Tom Tromey <tom@tromey.com>
13057
13058 * varobj.c (varobj_clear_saved_item)
13059 (update_dynamic_varobj_children, install_new_value, ~varobj):
13060 Update.
13061 * value.h (value_incref): Move declaration earlier.
13062 (value_decref): Rename from value_free.
13063 (struct value_ref_policy): New.
13064 (value_ref_ptr): New typedef.
13065 (struct value_deleter): Remove.
13066 (gdb_value_up): Remove typedef.
13067 (release_value): Change return type.
13068 (release_value_or_incref): Remove.
13069 * value.c (set_value_parent): Update.
13070 (value_incref): Change return type.
13071 (value_decref): Rename from value_free.
13072 (value_free_to_mark, free_all_values, free_value_chain): Update.
13073 (release_value): Return value_ref_ptr.
13074 (release_value_or_incref): Remove.
13075 (record_latest_value, set_internalvar, clear_internalvar):
13076 Update.
13077 * stack.c (info_frame_command): Don't call value_free.
13078 * python/py-value.c (valpy_dealloc, valpy_new)
13079 (value_to_value_object): Update.
13080 * printcmd.c (do_examine): Update.
13081 * opencl-lang.c (lval_func_free_closure): Update.
13082 * mi/mi-main.c (register_changed_p): Don't call value_free.
13083 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13084 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13085 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
13086 value_free.
13087 * guile/scm-value.c (vlscm_free_value_smob)
13088 (vlscm_scm_from_value): Update.
13089 * frame.c (frame_register_unwind, frame_unwind_register_signed)
13090 (frame_unwind_register_unsigned, get_frame_register_bytes)
13091 (put_frame_register_bytes): Don't call value_free.
13092 * findvar.c (address_from_register): Don't call value_free.
13093 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
13094 * dwarf2loc.c (entry_data_value_free_closure)
13095 (value_of_dwarf_reg_entry, free_pieced_value_closure)
13096 (dwarf2_evaluate_loc_desc_full): Update.
13097 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13098 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13099 (~watchpoint, watch_command_1)
13100 (invalidate_bp_value_on_memory_change): Update.
13101 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
13102
7f8a5d38
SM
131032018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
13104
13105 PR gdb/23022
13106 * warning.m4: Add -Wno-error=deprecated-register.
13107 * configure: Re-generate.
13108
8a76bd3b
TT
131092018-04-05 Tom Tromey <tom@tromey.com>
13110
13111 * linespec.h: Remove include of "vec.h".
13112
8e8d776e
TT
131132018-04-05 Tom Tromey <tom@tromey.com>
13114
13115 * linespec.c (typep): Remove typedef.
13116 (find_methods, find_superclass_methods): Take a std::vector.
13117 (find_method): Use std::vector.
13118
9b2f8581
TT
131192018-04-05 Tom Tromey <tom@tromey.com>
13120
13121 * utils.c (compare_strings): Remove.
13122 * utils.h (compare_strings): Remove.
13123 * objc-lang.h (find_imps): Update.
13124 * objc-lang.c (find_methods): Take a std::vector.
13125 (uniquify_strings, find_imps): Likewise.
13126 * linespec.c (find_methods): Take a std::vector.
13127 (decode_objc): Use std::vector.
13128 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
13129 a std::vector.
13130 (find_method, find_function_symbols): Use std::vector.
13131
459a2e4c
TT
131322018-04-05 Tom Tromey <tom@tromey.com>
13133
13134 * completer.c (completion_tracker::completion_tracker): Remove
13135 cast.
13136 (completion_tracker::discard_completions): Likewise.
13137 * breakpoint.c (ambiguous_names_p): Remove cast.
13138 * ada-lang.c (_initialize_ada_language): Remove cast.
13139 * utils.h (streq): Update.
13140 (streq_hash): Add new declaration.
13141 * utils.c (streq): Return bool.
13142 (streq_hash): New function.
13143
9be2c17a
TT
131442018-04-05 Tom Tromey <tom@tromey.com>
13145
13146 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
13147 Remove a string copy.
13148
f73c6ece
TT
131492018-04-05 Tom Tromey <tom@tromey.com>
13150
13151 * linespec.c (filter_results): Use std::vector.
13152 (decode_line_2, decode_line_full): Update.
13153
53a0f8a2
TT
131542018-04-05 Tom Tromey <tom@tromey.com>
13155
13156 * linespec.c (canonical_to_fullform): Return std::string.
13157 (filter_results): Update.
13158 (struct decode_line_2_item): Add constructor.
13159 <fullform, displayform>: Now std::string.
13160 (decode_line_2_compare_items): Now a std::sort comparator.
13161 (decode_line_2): Update.
13162
a5b5adf5
TT
131632018-04-05 Tom Tromey <tom@tromey.com>
13164
13165 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
13166 (unexpected_linespec_error): Update.
13167 (linespec_parse_basic, parse_linespec): Update.
13168
6a307fc5
TT
131692018-04-05 Tom Tromey <tom@tromey.com>
13170
13171 * linespec.c (linespec_parse_basic): Reindent.
13172
41c1efc6
TT
131732018-04-05 Tom Tromey <tom@tromey.com>
13174
13175 * minsyms.h (iterate_over_minimal_symbols): Update.
13176 * minsyms.c (iterate_over_minimal_symbols): Take a
13177 gdb::function_view.
13178 * linespec.c (struct collect_minsyms): Remove.
13179 (compare_msyms): Now a std::sort comparator.
13180 (add_minsym): Add parameters.
13181 (search_minsyms_for_name): Update. Use std::vector.
13182
c5edbf3d
TT
131832018-04-03 Tom Tromey <tom@tromey.com>
13184
13185 * mipsread.c (read_alphacoff_dynamic_symtab): Use
13186 gdb::byte_vector.
13187
b39efc48
WP
131882018-04-02 Weimin Pan <weimin.pan@oracle.com>
13189
13190 * MAINTAINERS (Write After Approval): Add Weimin Pan.
13191
121ad66c 131922018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
13193
13194 PR gdb/16959
13195 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
13196 printing static type.
13197
09473be8
TT
131982018-04-01 Tom Tromey <tom@tromey.com>
13199
13200 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
13201 (rs6000_xfer_shared_libraries): Update.
13202
ec1f2d91
SM
132032018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
13204
13205 * common/gdb_vecs.h (char_ptr): Remove.
13206 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
13207
d8611974
SM
132082018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13209
13210 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
13211 with std::vector.
13212 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
13213
a18ba4e4
SM
132142018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13215
13216 * tracepoint.h (struct uploaded_tp): Initialize fields.
13217 <actions, step_actions, cmd_strings>: Change type to
13218 std::vector<char *>.
13219 * tracepoint.c (get_uploaded_tp): Allocate with new.
13220 (free_uploaded_tps): Free with delete.
13221 (parse_tracepoint_definition): Adjust to std::vector change.
13222 * breakpoint.c (read_uploaded_action): Likewise.
13223 (create_tracepoint_from_upload): Likewise.
13224 * ctf.c (ctf_write_uploaded_tp): Likewise.
13225 (SET_ARRAY_FIELD): Likewise.
13226 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
13227
a7961323
TT
132282018-03-30 Tom Tromey <tom@tromey.com>
13229
13230 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
13231 std::unique_ptr.
13232 (svr4_keep_data_in_core): Update.
13233 (svr4_read_so_list): Update.
13234
e83e4e24
TT
132352018-03-30 Tom Tromey <tom@tromey.com>
13236
13237 * windows-nat.c (handle_output_debug_string, handle_exception):
13238 Update.
13239 * target.h (target_read_string): Update.
13240 * target.c (target_read_string): Change "string" to
13241 unique_xmalloc_ptr.
13242 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
13243 Update.
13244 * solib-frv.c (frv_current_sos): Update.
13245 * solib-dsbt.c (dsbt_current_sos): Update.
13246 * solib-darwin.c (darwin_current_sos): Update.
13247 * linux-thread-db.c (inferior_has_bug): Update.
13248 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
13249 Update. Remove alloca.
13250 * ada-lang.c (ada_main_name): Update.
13251
263db9a1
TT
132522018-03-30 Tom Tromey <tom@tromey.com>
13253
13254 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
13255 (struct dwo_file_deleter): New.
13256 (dwo_file_up): New typedef.
13257 (open_and_init_dwo_file): Use dwo_file_up.
13258 (free_dwo_file_cleanup): Remove.
13259
5dafb3d1
TT
132602018-03-30 Tom Tromey <tom@tromey.com>
13261
13262 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
13263 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
13264
11ed8cad
TT
132652018-03-30 Tom Tromey <tom@tromey.com>
13266
13267 * dwarf2read.c (class free_cached_comp_units): New class.
13268 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
13269 (free_cached_comp_units): Remove function.
13270
9ae79dac
TT
132712018-03-30 Tom Tromey <tom@tromey.com>
13272
13273 * utils.h (make_cleanup_unpush_target): Remove.
13274 * inf-ptrace.c (struct target_unpusher): New.
13275 (target_unpush_up) New typedef.
13276 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
13277 target_unpush_up.
13278 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
13279
5aa89276
TT
132802018-03-27 Tom Tromey <tom@tromey.com>
13281
13282 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
13283
1dbeed45
TT
132842018-03-27 Pedro Alves <palves@redhat.com>
13285 Tom Tromey <tom@tromey.com>
13286
13287 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
13288 destructor. Now a class.
13289 (gdb_readline_wrapper_cleanup): Remove function.
13290 (gdb_readline_wrapper): Remove cleanups.
13291
c819b2c0
TT
132922018-03-27 Tom Tromey <tom@tromey.com>
13293
13294 * typeprint.h (struct type_print_options) <local_typedefs,
13295 global_typedefs>: Remove "struct" keyword.
13296 (class typedef_hash_table): New class.
13297 (recursively_update_typedef_hash, add_template_parameters)
13298 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
13299 (find_typedef_in_hash): Don't declare.
13300 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
13301 (typedef_hash_table::recursively_update): Rename from
13302 recursively_update_typedef_hash. Now a member.
13303 (typedef_hash_table::add_template_parameters): Rename from
13304 add_template_parameters. Now a member.
13305 (typedef_hash_table::typedef_hash_table): Now a constructor;
13306 rename from create_typedef_hash.
13307 (typedef_hash_table::~typedef_hash_table): Now a destructor;
13308 rename from free_typedef_hash.
13309 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
13310 (do_free_global_table): Remove.
13311 (typedef_hash_table::typedef_hash_table): New constructor; renamed
13312 from copy_type_recursive.
13313 (create_global_typedef_table): Remove.
13314 (typedef_hash_table::find_global_typedef): Now a member of
13315 typedef_hash_table.
13316 (typedef_hash_table::find_typedef): Rename from
13317 find_typedef_in_hash; now a member.
13318 (whatis_exp): Update.
13319 * extension.h (struct ext_lang_type_printers): Add constructor and
13320 destructor.
13321 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
13322 declare.
13323 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
13324 Now a constructor; rename from start_ext_lang_type_printers.
13325 (ext_lang_type_printers): Now a destructor; rename from
13326 free_ext_lang_type_printers.
13327 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
13328 Update.
13329 (c_type_print_base_struct_union): Update. Remove cleanups.
13330
608219fb
TT
133312018-03-27 Tom Tromey <tom@tromey.com>
13332
13333 * dwarf-index-write.c: Include <cmath>.
13334
3fcded8f
JB
133352018-03-27 Joel Brobecker <brobecker@adacore.com>
13336
13337 * NEWS: Add entry describing new "set|show varsize-limit" command.
13338 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
13339 command.
13340 * printcmd.c (_initialize_printcmd): Add "set var" alias of
13341 "set variable".
13342
cd4fb1b2
SM
133432018-03-27 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
13346 dwarf-index-write.c
13347 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
13348 * dwarf-index-common.c: New file.
13349 * dwarf-index-common.h: New file.
13350 * dwarf-index-write.c: New file.
13351 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
13352 (struct dwarf2_section_info): Move from here.
13353 (dwarf2_section_info_def): Likewise.
13354 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
13355 (offset_type): Likewise.
13356 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
13357 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
13358 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
13359 (byte_swap): Likewise.
13360 (MAYBE_SWAP): Likewise.
13361 (dwarf2_per_cu_ptr): Likewise.
13362 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
13363 (struct tu_stats): Likewise.
13364 (struct dwarf2_per_objfile): Likewise.
13365 (struct dwarf2_per_cu_data): Likewise.
13366 (struct signatured_type): Likewise.
13367 (sig_type_ptr): Likewise.
13368 (DEF_VEC_P (sig_type_ptr)): Likewise.
13369 (INDEX4_SUFFIX): Likewise.
13370 (INDEX5_SUFFIX): Likewise.
13371 (DEBUG_STR_SUFFIX): Likewise.
13372 (dwarf2_read_section): Make non-static.
13373 (mapped_index_string_hash): Move from here.
13374 (dwarf5_djb_hash): Likewise.
13375 (file_write): Likewise.
13376 (class data_buf): Likewise.
13377 (struct symtab_index_entry): Likewise.
13378 (struct mapped_symtab): Likewise.
13379 (find_slot): Likewise.
13380 (hash_expand): Likewise.
13381 (add_index_entry): Likewise.
13382 (uniquify_cu_indices): Likewise.
13383 (class c_str_view): Likewise.
13384 (class c_str_view_hasher): Likewise.
13385 (class vector_hasher): Likewise.
13386 (write_hash_table): Likewise.
13387 (psym_index_map): Likewise.
13388 (struct addrmap_index_data): Likewise.
13389 (add_address_entry): Likewise.
13390 (add_address_entry_worker): Likewise.
13391 (write_address_map): Likewise.
13392 (symbol_kind): Likewise.
13393 (write_psymbols): Likewise.
13394 (struct signatured_type_index_data): Likewise.
13395 (write_one_signatured_type): Likewise.
13396 (recursively_count_psymbols): Likewise.
13397 (recursively_write_psymbols): Likewise.
13398 (class debug_names): Likewise.
13399 (check_dwarf64_offsets): Likewise.
13400 (psyms_seen_size): Likewise.
13401 (write_gdbindex): Likewise.
13402 (write_debug_names): Likewise.
13403 (assert_file_size): Likewise.
13404 (write_psymtabs_to_index): Likewise.
13405 (save_gdb_index_command): Likewise.
13406 (_initialize_dwarf2_read): Don't register the "save gdb-index"
13407 command.
13408 * dwarf2read.h: New file.
13409
59cc4834
JB
134102018-03-27 Joel Brobecker <brobecker@adacore.com>
13411
13412 PR gdb/22670
13413 * dwarf2read.c (dwarf2_physname): Do not return the demangled
13414 symbol name if the CU's language stores symbol names in linkage
13415 format.
13416 * language.h (struct language_defn)
13417 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
13418 all instances of this struct.
13419
67501539
TT
134202018-03-26 Tom Tromey <tom@tromey.com>
13421
13422 * stack.c (backtrace_command_1): Remove verbose code.
13423
76c939ac
TT
134242018-03-26 Tom Tromey <tom@tromey.com>
13425
13426 * python/py-framefilter.c (py_print_type): Don't catch
13427 exceptions. Return void.
13428 (py_print_value): Likewise.
13429 (py_print_single_arg): Likewise.
13430 (enumerate_args): Don't catch exceptions.
13431 (py_print_args): Likewise.
13432 (py_print_frame): Likewise.
13433 (gdbpy_apply_frame_filter): Catch exceptions here.
13434
9507b29c
TT
134352018-03-26 Tom Tromey <tom@tromey.com>
13436
13437 * stack.c (_initialize_stack): Remove trailing newlines from help
13438 text. Add "Usage" line to "backtrace" help.
13439
eb68e487
TT
134402018-03-26 Tom Tromey <tom@tromey.com>
13441
13442 PR python/16486:
13443 * python/py-framefilter.c (py_print_args): Call wrap_hint.
13444
1f111921
TT
134452018-03-26 Tom Tromey <tom@tromey.com>
13446
13447 * python/py-framefilter.c (py_print_single_arg): Return
13448 EXT_LANG_BT_ERROR from catch.
13449
fb7eb8b5
TT
134502018-03-26 Tom Tromey <tom@tromey.com>
13451
13452 PR backtrace/15584:
13453 * stack.c (backtrace_command_1): Move some code into no-filters
13454 "if".
13455
4ca59a9f
TT
134562018-03-26 Tom Tromey <tom@tromey.com>
13457
13458 * python/py-framefilter.c (throw_quit_or_print_exception): New
13459 function.
13460 (gdbpy_apply_frame_filter): Use it.
13461
92256134
TT
134622018-03-26 Tom Tromey <tom@tromey.com>
13463
13464 PR cli/17716:
13465 * python/py-framefilter.c (py_print_type, py_print_value)
13466 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
13467 RETURN_MASK_ERROR.
13468
7a630bc2
TT
134692018-03-26 Tom Tromey <tom@tromey.com>
13470
13471 * python/py-framefilter.c (enumerate_args): Use
13472 gdb::unique_xmalloc_ptr.
13473
63283d4a
TT
134742018-03-26 Tom Tromey <tom@tromey.com>
13475
13476 * python/py-framefilter.c (py_print_frame): Return
13477 EXT_LANG_BT_OK.
13478 (gdbpy_apply_frame_filter): Update comment.
13479 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
13480 Remove.
13481 <EXT_LANG_BT_NO_FILTERS>: Change value.
13482
978d6c75
TT
134832018-03-26 Tom Tromey <tom@tromey.com>
13484
13485 PR backtrace/15582:
13486 * stack.c (backtrace_command): Parse "hide" argument.
13487 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
13488 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
13489 constant.
13490
1cf7e640
TT
134912018-03-26 Tom Tromey <tom@tromey.com>
13492
13493 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
13494 add "flags".
13495 (backtrace_command): Remove "fulltrace", add "flags".
13496
ea3b0687
TT
134972018-03-26 Tom Tromey <tom@tromey.com>
13498
13499 * stack.c (backtrace_command): Rewrite command line parsing.
13500
9f034d75
SM
135012018-03-26 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
13504
ce1459e5
SM
135052018-03-26 Simon Marchi <simon.marchi@ericsson.com>
13506
13507 * filename-seen-cache.h: Add include guard.
13508
4f7ae6f5
KS
135092018-03-26 Keith Seitz <keiths@redhat.com>
13510
13511 * symfile.c (place_section): Remove "struct" from section_addr_info
13512 in comment.
13513 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
13514 "struct" keyword from section_addr_info.
13515
5cd3e386
AH
135162018-03-26 Alan Hayward <alan.hayward@arm.com>
13517
13518 * regformats/regdef.h (reg): Add constructors.
13519
3e5ef9a4
PA
135202018-03-25 Pedro Alves <palves@redhat.com>
13521
13522 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
13523 if then/else bodies in var_func_name extraction.
13524
c88d2fcc 135252018-03-23 Weimin Pan <weimin.pan@oracle.com>
bce02d88
WP
13526
13527 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
13528 lookup_minimal_symbol() to find symbol entry.
13529 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
13530
b7fee5a3
KS
135312018-03-23 Keith Seitz <keiths@redhat.com>
13532
13533 PR c++/22968
13534 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
13535 nested type definitions for C++, too.
13536
2cc9b304
TT
135372018-03-23 Tom Tromey <tom@tromey.com>
13538
13539 * machoread.c (struct oso_el): Add a constructor. Don't define as
13540 a typedef.
13541 (macho_register_oso): Remove.
13542 (macho_symtab_read): Take a std::vector.
13543 (oso_el_compare_name): Now a std::sort comparator.
13544 (macho_symfile_read_all_oso): Take a std::vector.
13545 (macho_symfile_read): Use std::vector. Remove cleanups.
13546
a2b2bc12
TT
135472018-03-22 Tom Tromey <tom@tromey.com>
13548
13549 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
13550 (record_full_goto_bookmark): Use std::string.
13551
7a8f494c
PFC
135522018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
13553
13554 PR tdep/18295
13555 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
13556 a single mask.
13557
dd6d677f
PFC
135582018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
13559
13560 * rs6000-tdep.c (store_insn_p): New function.
13561 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
13562 and cr_reg to their unshifted values. Use store_insn_p to
13563 match LR saves using either R1 or fdata->alloca_reg. Use
13564 store_insn_p to match CR saves. Set alloca_reg_offset
13565 when alloca_reg and framep are set. Remove lr_reg shift
13566 when assigning to fdata->lr_register.
13567
26d6cec4
AA
135682018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
13569
13570 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
13571 command line args instead of emitting a warning.
13572
5d9310c4
SM
135732018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
13574
13575 * tracepoint.h (struct static_tracepoint_marker): Initialize
13576 fields, define default constructor, move constructor and move
13577 assignment, disable the rest.
13578 <str_id, extra>: Make std::string.
13579 (release_static_tracepoint_marker): Remove.
13580 (free_current_marker): Remove.
13581 * tracepoint.c (free_current_marker): Remove.
13582 (parse_static_tracepoint_marker_definition): Adjust to
13583 std::string, use new hex2str overload.
13584 (release_static_tracepoint_marker): Remove.
13585 (print_one_static_tracepoint_marker): Get marker by reference
13586 and adjust to std::string.
13587 (info_static_tracepoint_markers_command): Adjust to std::vector
13588 changes
13589 * target.h (static_tracepoint_marker_p): Remove typedef.
13590 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
13591 (struct target_ops) <to_static_tracepoint_marker_at>: Return
13592 bool.
13593 <to_static_tracepoint_markers_by_strid>: Return std::vector.
13594 * target-debug.h
13595 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
13596 (target_debug_print_std_vector_static_tracepoint_marker): New.
13597 (target_debug_print_struct_static_tracepoint_marker_p): Rename
13598 to...
13599 (target_debug_print_static_tracepoint_marker_p): ... this.
13600 * target-delegates.c: Re-generate.
13601 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
13602 Make std::string.
13603 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
13604 (decode_static_tracepoint_spec): Adjust to std::vector.
13605 (tracepoint_print_one_detail): Adjust to std::string.
13606 (strace_marker_decode_location): Adjust to std::string.
13607 (update_static_tracepoint): Adjust to std::string, remove call
13608 to release_static_tracepoint_marker.
13609 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
13610 Adjust to std::vector.
13611 * remote.c (remote_static_tracepoint_marker_at): Return bool.
13612 (remote_static_tracepoint_markers_by_strid): Adjust to
13613 std::vector.
13614 * common/rsp-low.h (hex2str): New overload with explicit count
13615 of bytes.
13616 * common/rsp-low.c (hex2str): New overload with explicit count
13617 of bytes.
13618 * unittests/rsp-low-selftests.c (test_hex2str): New function.
13619 (_initialize_rsp_low_selftests): Add test_hex2str test.
13620 * unittests/tracepoint-selftests.c
13621 (test_parse_static_tracepoint_marker_definition): Adjust to
13622 std::string.
13623
62c222b6
SM
136242018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
13625
13626 * tracepoint.c (parse_static_tracepoint_marker_definition):
13627 Consider case where the definition is followed by more
13628 definitions.
13629 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13630 tracepoint-selftests.c.
13631 * unittests/tracepoint-selftests.c: New.
13632
7eb2418f
PFC
136332018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
13634
13635 * MAINTAINERS (Write After Approval): Add Pedro Franco de
13636 Carvalho.
13637
7cbe16e9
SR
136382018-03-20 Stephen Roberts <stephen.roberts@arm.com>
13639
3d6b3b82 13640 * symtab.c (find_pc_sect_line): fixed indentation.
7cbe16e9 13641
4ee89e90
SR
136422018-03-20 Stephen Roberts <stephen.roberts@arm.com>
13643
3d6b3b82 13644 * symtab.c (find_pc_sect_line): now uses binary search.
4ee89e90 13645
92630041
TT
136462018-03-19 Tom Tromey <tom@tromey.com>
13647
13648 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
13649 "IDENT" production.
13650
76727919
TT
136512018-03-19 Pedro Alves <palves@redhat.com>
13652 Tom Tromey <tom@tromey.com>
13653
13654 * unittests/observable-selftests.c: New file.
13655 * common/observable.h: New file.
13656 * observable.h: New file.
13657 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
13658 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
13659 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
13660 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
13661 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
13662 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
13663 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
13664 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
13665 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
13666 python/py-breakpoint.c, python/py-finishbreakpoint.c,
13667 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
13668 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
13669 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
13670 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
13671 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
13672 tui/tui-interp.c, valops.c: Update all users.
13673 * tui/tui-hooks.c (tui_bp_created_observer)
13674 (tui_bp_deleted_observer, tui_bp_modified_observer)
13675 (tui_inferior_exit_observer, tui_before_prompt_observer)
13676 (tui_normal_stop_observer, tui_register_changed_observer):
13677 Remove.
13678 (tui_observers_token): New global.
13679 (attach_or_detach, tui_attach_detach_observers): New functions.
13680 (tui_install_hooks, tui_remove_hooks): Use
13681 tui_attach_detach_observers.
13682 * record-btrace.c (record_btrace_thread_observer): Remove.
13683 (record_btrace_thread_observer_token): New global.
13684 * observer.sh: Remove.
13685 * observer.c: Rename to observable.c.
13686 * observable.c (namespace gdb_observers): Define new objects.
13687 (observer_debug): Move into gdb_observers namespace.
13688 (struct observer, struct observer_list, xalloc_observer_list_node)
13689 (xfree_observer_list_node, generic_observer_attach)
13690 (generic_observer_detach, generic_observer_notify): Remove.
13691 (_initialize_observer): Update.
13692 Don't include observer.inc.
13693 * Makefile.in (generated_files): Remove observer.h, observer.inc.
13694 (clean mostlyclean): Likewise.
13695 (observer.h, observer.inc): Remove targets.
13696 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
13697 (COMMON_SFILES): Use observable.c, not observer.c.
13698 * .gitignore: Remove observer.h.
13699
1cb1f3da
TT
137002018-03-18 Tom Tromey <tom@tromey.com>
13701
13702 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
13703 gdb::def_vector.
13704 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
13705
a06ab151
TT
137062018-03-17 Tom Tromey <tom@tromey.com>
13707
13708 * auto-load.c (auto_load_objfile_script_1): Use std::string.
13709
770623f7
TT
137102018-03-17 Tom Tromey <tom@tromey.com>
13711
13712 * target.c (class scoped_target_fd): New.
13713 (target_fileio_close_cleanup): Remove.
13714 (target_fileio_read_alloc_1): Use scoped_target_fd.
13715
39be3c7e
SM
137162018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
13717
13718 * silent-rules.mk: New.
13719 * Makefile.in: Include silent-rules.mk
13720 (srcdir, VPATH, top_srcdir): Move up.
13721 (COMPILE): Add ECHO_CXX.
13722 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
13723 (init.c): Add ECHO_INIT_C.
13724 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
13725 (version.c): Add ECHO_GEN.
13726 (printcmd.o): Add ECHO_CXX.
13727 (target-float.o): Add ECHO_CXX.
13728 (ada-exp.o): Add ECHO_CXX.
13729 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
13730 (insight$(EXEEXT)): Add ECHO_CXXLD.
13731 * gnulib/configure.ac: Add AM_SILENT_RULES.
13732 * gnulib/aclocal.m4: Re-generate.
13733 * gnulib/configure: Re-generate.
13734 * gnulib/import/Makefile.in: Re-generate.
13735
37e136b1
TT
137362018-03-16 Tom Tromey <tom@tromey.com>
13737
13738 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
13739 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
13740 * utils.c (do_free_section_addr_info)
13741 (make_cleanup_free_section_addr_info): Remove.
13742 * symfile.h (struct other_sections): Add constructor.
13743 (struct section_addr_info): Remove.
13744 (section_addr_info): New typedef.
13745 (struct sym_fns) <sym_offsets>: Change type of parameter.
13746 (build_section_addr_info_from_objfile)
13747 (relative_addr_info_to_section_offsets, addr_info_make_relative)
13748 (default_symfile_offsets, symbol_file_add)
13749 (symbol_file_add_from_bfd)
13750 (build_section_addr_info_from_section_table): Update.
13751 (alloc_section_addr_info, free_section_addr_info): Don't declare.
13752 * symfile.c (alloc_section_addr_info): Remove.
13753 (build_section_addr_info_from_section_table): Change return type.
13754 Update.
13755 (build_section_addr_info_from_bfd)
13756 (build_section_addr_info_from_objfile): Likewise.
13757 (free_section_addr_info): Remove.
13758 (relative_addr_info_to_section_offsets): Change type of "addrs".
13759 (addrs_section_compar): Now a std::sort comparator.
13760 (addrs_section_sort): Change return type.
13761 (addr_info_make_relative): Change type of "addrs". Update.
13762 (default_symfile_offsets, syms_from_objfile_1)
13763 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
13764 (symbol_file_add_separate): Update.
13765 (symbol_file_add): Change type of "addrs". Update.
13766 (add_symbol_file_command): Update. Remove cleanups.
13767 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
13768 cleanups.
13769 * symfile-debug.c (debug_sym_offsets): Change type of "info".
13770 * solib.c (solib_read_symbols): Update.
13771 * objfiles.c (objfile_relocate): Update. Remove cleanups.
13772 * machoread.c (macho_symfile_offsets): Update.
13773 * jit.c (jit_bfd_try_read_symtab): Update.
13774
03afa6ef
SM
137752018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
13776
13777 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13778 unittests/utils-selftests.c.
13779 * unittests/utils-selftests.c: New file.
13780
3ae9ce5d
TT
137812018-03-14 Tom Tromey <tom@tromey.com>
13782
13783 PR cli/14977:
13784 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
13785 for NULL.
13786
b8c2339b
TT
137872018-03-14 Tom Tromey <tom@tromey.com>
13788
13789 PR cli/19918:
13790 * printcmd.c (printf_pointer): Allow "-" in format.
13791
80ae639d
TT
137922018-03-14 Tom Tromey <tom@tromey.com>
13793
13794 * printcmd.c (_initialize_printcmd): Add usage to printf.
13795
0d671d99
YQ
137962018-03-14 Yao Qi <qiyao@sourceware.org>
13797
13798 * MAINTAINERS: Update my email address.
13799
b577b6af
TT
138002018-03-13 Tom Tromey <tom@tromey.com>
13801
13802 * machoread.c (macho_check_dsym): Change filenamep to a
13803 std::string*.
13804 (macho_symfile_read): Update.
13805 * symfile.c (load_command): Use std::string.
13806
89a3b63e
AB
138072018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
13808
13809 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
13810 to error message string.
13811 (riscv_register_name): Use xsnprintf instead of sprintf.
13812 (riscv_insn::fetch_instruction): Use gdb_assert instead of
13813 internal_error.
13814 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
13815 error.
13816 (riscv_push_dummy_call): Likewise.
13817
984c7238
TT
138182018-03-12 Tom Tromey <tom@tromey.com>
13819
13820 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
13821 Use gdb::byte_vector.
13822 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
13823
933522d1
YQ
138242018-03-12 Yao Qi <yao.qi@linaro.org>
13825
13826 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
13827 parameter type to readable_regcache.
13828 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
13829 the declaration.
13830
be2daae6
TT
138312018-03-11 Tom Tromey <tom@tromey.com>
13832
13833 * dwarf2read.c (struct nextfield): Add initializers.
13834 (struct nextfnfield): Remove.
13835 (struct fnfieldlist): Add initializers. Remove "length" and
13836 "head", use std::vector.
13837 (struct decl_field_list): Remove.
13838 (struct field_info): Add initializers.
13839 <fields, baseclasses>: Now std::vector.
13840 <nbaseclasses, nfnfields, typedef_field_list_count,
13841 nested_types_list_count>: Remove.
13842 (dwarf2_add_field, dwarf2_add_type_defn)
13843 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
13844 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
13845 (process_structure_scope): Update.
13846
484cf504
TT
138472018-03-11 Tom Tromey <tom@tromey.com>
13848
13849 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
13850 for use by std::sort.
13851 (build_type_psymtabs_1): Use std::vector.
13852
9bd8e0b0
EZ
138532018-03-09 Eli Zaretskii <eliz@gnu.org>
13854
13855 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
13856 and LIBMPFR in the printed configuration.
13857
5dc1a704
TT
138582018-03-08 Tom Tromey <tom@tromey.com>
13859
13860 * source.c (get_filename_and_charpos): Use scoped_fd.
13861 * nto-procfs.c (procfs_open_1): Use scoped_fd.
13862 (procfs_pidlist): Likewise.
13863 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
13864 (iterate_over_mappings): Likewise.
13865
fdf07f3a
TT
138662018-03-08 Tom Tromey <tom@tromey.com>
13867
13868 * infcall.c (struct call_return_meta_info)
13869 <stack_temporaries_enabled>: Remove.
13870 (get_call_return_value, call_function_by_hand_dummy): Update.
13871 * thread.c (disable_thread_stack_temporaries): Remove.
13872 (enable_thread_stack_temporaries): Remove.
13873 (thread_stack_temporaries_enabled_p): Return bool.
13874 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
13875 (get_last_thread_stack_temporary): Update.
13876 * eval.c (evaluate_subexp): Update.
13877 * gdbthread.h (class enable_thread_stack_temporaries): Now a
13878 class, not a function.
13879 (value_ptr, value_vec): Remove typedefs.
13880 (class thread_info) <stack_temporaries_enabled>: Now bool.
13881 <stack_temporaries>: Now a std::vector.
13882 (thread_stack_temporaries_enabled_p)
13883 (value_in_thread_stack_temporaries): Return bool.
13884
567a3e54
SM
138852018-03-08 Simon Marchi <simon.marchi@ericsson.com>
13886
13887 * remote.c (putpkt_binary): Fix omitted bytes reporting.
13888 (getpkt_or_notif_sane_1): Likewise.
13889
00b40057
SM
138902018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
13891
13892 * build-id.c (build_id_to_debug_bfd): Use std::string.
13893
a8dbfd58
SM
138942018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
13895
13896 * build-id.c (find_separate_debug_file_by_buildid): Return
13897 std::string.
13898 * build-id.h (find_separate_debug_file_by_buildid): Return
13899 std::string.
13900 * coffread.c (coff_symfile_read): Adjust to std::string.
13901 * elfread.c (elf_symfile_read): Adjust to std::string.
13902 * symfile.c (separate_debug_file_exists): Change parameter to
13903 std::string.
13904 (find_separate_debug_file): Return std::string.
13905 (find_separate_debug_file_by_debuglink): Return std::string.
13906 * symfile.h (find_separate_debug_file_by_debuglink): Return
13907 std::string.
13908
e6a58aa8
SM
139092018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
13910
13911 * common/xml-utils.c (xml_escape_text): Move code to...
13912 (xml_escape_text_append): ... this new function.
13913 * common/xml-utils.h (xml_escape_text_append): New declaration.
13914 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
13915 New function.
13916 (_initialize_xml_utils): register test_xml_escape_text_append as
13917 a selftest.
13918
4ef0bef6
AH
139192018-03-07 Alan Hayward <alan.hayward@arm.com>
13920
13921 * defs.h: Remove MAX_REGISTER_SIZE.
13922 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
13923 asserts.
13924 * python/py-unwind.c (pyuw_sniffer): Likewise.
13925
e0d3522b
TT
139262018-03-07 Tom Tromey <tom@tromey.com>
13927
13928 * linux-tdep.c (linux_info_proc): Update.
13929 * target.h (struct target_ops) <to_fileio_readlink>: Return
13930 optional<string>.
13931 (target_fileio_readlink): Return optional<string>.
13932 * remote.c (remote_hostio_readlink): Return optional<string>.
13933 * inf-child.c (inf_child_fileio_readlink): Return
13934 optional<string>.
13935 * target.c (target_fileio_readlink): Return optional<string>.
13936
ea005f31
AB
139372018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13938
13939 * regcache.c (cooked_read_test): Add riscv to the list of
13940 architectures that have a save_reggroup.
13941
e95a97d4
AA
139422018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
13943
13944 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
13945 value is not a dynamic class object.
13946
d8344f3d
TT
139472018-03-06 Tom Tromey <tom@tromey.com>
13948
13949 * rust-exp.y: Formatting fixes.
13950
9add17f2
AB
139512018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13952
13953 * riscv-tdep.c (riscv_register_name): Remove target description
13954 support.
13955 (riscv_gdbarch_init): Remove target description check.
13956
c9486dfe
AB
139572018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13958
13959 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
13960 comment.
13961 * riscv-tdep.h: Likewise.
13962
d74aff3d
AB
139632018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13964
13965 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
13966 (riscv_pseudo_register_write): Delete.
13967 (riscv_gdbarch_init): Remove all use of pseudo registers.
13968
7ea78b59
SM
139692018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
13970
13971 * record-btrace.c (btrace_print_lines): Replace cleanup
13972 parameter with RAII equivalents.
13973 (btrace_insn_history): Replace cleanup with RAII equivalents.
13974 * ui-out.h (make_cleanup_ui_out_list_begin_end,
13975 make_cleanup_ui_out_tuple_begin_end): Remove.
13976 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
13977 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
13978 make_cleanup_ui_out_list_begin_end): Remove.
13979
53127008
SM
139802018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
13981
13982 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
13983 parameter types to std::vector. Use bool.
13984 (record_btrace_wait): Replace VEC(tp_t) with
13985 std::vector<thread_info *>.
13986 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
13987
228f1508
SM
139882018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
13989
13990 * record-btrace.c (record_btrace_disable_callback): Remove.
13991 (struct scoped_btrace_disable): New.
13992 (record_btrace_open): Use scoped_btrace_disable.
13993
b2970c23
AB
139942018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13995
13996 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
13997 reading values from registers.
13998
fb294655
AB
139992018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14000
14001 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
14002 where appropriate.
14003
cab5bb9d
AB
140042018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14005
14006 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
14007 change parameter type. Use GDB's print functions, and use
14008 core_addr_to_string where appropriate.
14009 (riscv_push_dummy_call): Use core_addr_to_string where
14010 appropriate, update call to riscv_print_arg_location, and reindent
14011 a few lines.
14012 (riscv_return_value): Update call to riscv_print_arg_location.
14013
dbbb1059
AB
140142018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14015 Tim Newsome <tim@sifive.com>
14016 Albert Ou <a0u@eecs.berkeley.edu>
14017 Darius Rad <darius@bluespec.com>
14018
14019 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
14020 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
14021 (ALLDEPFILES): Add riscv-tdep.c
14022 * configure.tgt: Add riscv support.
14023 * riscv-tdep.c: New file.
14024 * riscv-tdep.h: New file.
14025 * NEWS: Mention new target.
14026 * MAINTAINERS: Add entry for riscv.
14027
5dc43913
AB
140282018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14029
14030 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
14031 fields within aggregates.
14032
3dea1ef7
SM
140332018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
14034
14035 * record-btrace.c (btrace_print_lines): Change type of flags to
14036 gdb_disassembly_flags.
14037
7efba073
JB
140382018-03-04 John Baldwin <jhb@FreeBSD.org>
14039
14040 * fbsd-nat.c: Include "inf-ptrace.h".
14041 (USE_SIGTRAP_SIGINFO): Conditionally define.
14042 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
14043 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
14044 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
14045 function.
14046 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
14047 Likewise.
14048 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
14049 Likewise.
14050 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
14051 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
14052 "supports_stopped_by_hw_breakpoint" target methods.
14053
386a8676
JB
140542018-03-04 John Baldwin <jhb@FreeBSD.org>
14055
14056 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
14057 * fbsd-nat.c (debug_fbsd_nat): New variable.
14058 (show_fbsd_nat_debug): New function.
14059 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
14060 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
14061
12279366
JB
140622018-03-04 John Baldwin <jhb@FreeBSD.org>
14063
14064 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
14065 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
14066 prototype.
14067 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
14068 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
14069 method.
14070
54693cf5
SM
140712018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14072
14073 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
14074 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
14075
ccb2231c
SM
140762018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14077
14078 * charset.c (struct charset_vector): New.
14079 (charsets): Change type to charset_vector.
14080 (find_charset_names): Adjust.
14081 (add_one): Adjust.
14082 (_initialize_charset): Adjust.
14083
6fb16ce6
SM
140842018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14085
14086 * progspace.h (struct program_space) <deleted_solibs>: Change
14087 type to std::vector<std::string>.
14088 * progspace.c (clear_program_space_solib_cache): Adjust.
14089 * breakpoint.c (print_solib_event): Adjust.
14090 (check_status_catch_solib): Adjust.
14091 * solib.c (update_solib_list): Adjust.
14092 * ui-out.h (class ui_out) <field_string>: New overload.
14093 * ui-out.c (ui_out::field_string): New overload.
14094
564b1e3f
SM
140952018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14096
14097 * progspace.h (struct program_space): Add constructor and
14098 destructor, initialize fields.
14099 (add_program_space): Remove.
14100 * progspace.c (add_program_space): Rename to...
14101 (program_space::program_space): ... this.
14102 (release_program_space): Rename to...
14103 (program_space::~program_space): ... this.
14104 (delete_program_space): Use delete to delete program_space.
14105 (initialize_progspace): Use new to allocate program_space.
14106 * inferior.c (add_inferior_with_spaces): Likewise.
14107 (clone_inferior_command): Likewise.
14108 * infrun.c (follow_fork_inferior): Likewise.
14109 (handle_vfork_child_exec_or_exit): Likewise.
14110
e80aaf61
SM
141112018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14112
14113 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
14114 (delim_string_to_char_ptr_vec): Return std::vector of
14115 gdb::unique_xmalloc_ptr.
14116 (dirnames_to_char_ptr_vec_append): Take std::vector of
14117 gdb::unique_xmalloc_ptr.
14118 (dirnames_to_char_ptr_vec): Return std::vector of
14119 gdb::unique_xmalloc_ptr.
14120 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
14121 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
14122 (delim_string_to_char_ptr_vec): Return an std::vector of
14123 gdb::unique_xmalloc_ptr, adjust the code.
14124 (dirnames_to_char_ptr_vec_append): Take an std::vector of
14125 gdb::unique_xmalloc_ptr, adjust the code.
14126 (dirnames_to_char_ptr_vec): Return an std::vector of
14127 gdb::unique_xmalloc_ptr, adjust the code.
14128 * auto-load.c (auto_load_safe_path_vec): Change type to
14129 std::vector of gdb::unique_xmalloc_ptr.
14130 (auto_load_expand_dir_vars): Return an std::vector of
14131 gdb::unique_xmalloc_ptr, adjust the code.
14132 (auto_load_safe_path_vec_update): Adjust.
14133 (filename_is_in_auto_load_safe_path_vec): Adjust.
14134 (auto_load_objfile_script_1): Adjust.
14135 * build-id.c (build_id_to_debug_bfd): Adjust.
14136 * linux-thread-db.c (thread_db_load_search): Adjust.
14137 * source.c (add_path): Adjust.
14138 (openp): Adjust.
14139 * symfile.c (find_separate_debug_file): Adjust.
14140 * utils.c (do_free_char_ptr_vec): Remove.
14141 (make_cleanup_free_char_ptr_vec): Remove.
14142
ab818ade
SDJ
141432018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
14144
14145 PR gdb/22907
14146 * common/pathstuff.c: Conditionally include "<windows.h>".
14147
e1e6f073
GS
141482018-03-01 Georg Sauthoff <mail@georg.so>
14149
14150 PR gdb/22888
14151 * gcore.in: Quote variables and switch interpreter to bash.
14152
c7b15a66
TT
141532018-03-01 Tom Tromey <tom@tromey.com>
14154
14155 * dwarf2read.c (alloc_discriminant_info): Fix default_index
14156 assertion. Add assertion for discriminant_index.
14157 (quirk_rust_enum): Use correct base type name in univariant case.
14158
0cb7c7b0
SM
141592018-03-01 Simon Marchi <simon.marchi@ericsson.com>
14160
14161 * record.c (get_call_history_modifiers): Return a
14162 record_print_flags.
14163 (cmd_record_call_history): Adjust.
14164 * record-btrace.c (record_btrace_call_history): Adjust.
14165 (record_btrace_call_history_range): Adjust.
14166 (record_btrace_call_history_from): Adjust.
14167 * target-debug.h (target_debug_print_record_print_flags): New.
14168 * target-delegates.c: Re-generate.
14169 * target.c (target_call_history): Change flags type.
14170 (target_call_history_from): Likewise.
14171 (target_call_history_range): Likewise.
14172 * target.h (struct target_ops) <target_call_history>: Likewise.
14173 (target_call_history_from): Likewise.
14174 (target_call_history_range): Likewise.
14175
25e3c82c
SDJ
141762018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14177 Simon Marchi <simon.marchi@polymtl.ca>
14178
14179 * common/common-utils.c: Include "sys/stat.h".
14180 (is_regular_file): Move here from "source.c"; change return
14181 type to "bool".
14182 * common/common-utils.h (is_regular_file): New prototype.
14183 * common/pathstuff.c (contains_dir_separator): New function.
14184 * common/pathstuff.h (contains_dir_separator): New prototype.
14185 * source.c: Don't include "sys/stat.h".
14186 (is_regular_file): Move to "common/common-utils.c".
14187
b4987c95
SDJ
141882018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14189
14190 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
14191 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
14192 * auto-load.c: Include "common/pathstuff.h".
14193 * common/common-def.h (current_directory): Move here.
14194 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
14195 function.
14196 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
14197 prototype.
14198 * common/pathstuff.c: New file.
14199 * common/pathstuff.h: New file.
14200 * compile/compile.c: Include "common/pathstuff.h".
14201 * defs.h (current_directory): Move to "common/common-defs.h".
14202 * dwarf2read.c: Include "common/pathstuff.h".
14203 * exec.c: Likewise.
14204 * guile/scm-safe-call.c: Likewise.
14205 * linux-thread-db.c: Likewise.
14206 * main.c: Likewise.
14207 * nto-tdep.c: Likewise.
14208 * objfiles.c: Likewise.
14209 * source.c: Likewise.
14210 * symtab.c: Likewise.
14211 * utils.c: Include "common/pathstuff.h".
14212 (gdb_realpath): Move to "common/pathstuff.c".
14213 (gdb_realpath_keepfile): Likewise.
14214 (gdb_abspath): Likewise.
14215 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
14216 (gdb_realpath_keepfile): Likewise.
14217 (gdb_abspath): Likewise.
14218
f169cfdc
JB
142192018-02-28 John Baldwin <jhb@FreeBSD.org>
14220
14221 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
14222 wildcard process pid for super_resume for kernels with a
14223 specific bug.
14224
e05cac70
PM
142252018-02-27 Phil Muldoon <pmuldoon@redhat.com>
14226
14227 * compile/compile.c (get_args): Add additional comments
14228 explaining function.
14229
55089490
TT
142302018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
14231 Tom Tromey <tom@tromey.com>
14232
14233 * target.h (memory_write_request_s): Remove typedef. Don't define
14234 VEC.
14235 (target_write_memory_blocks): Change argument to std::vector.
14236 (struct memory_write_request): Add constructor.
14237 * target-memory.c (compare_block_starting_address): Return bool.
14238 Change argument types.
14239 (claim_memory): Change arguments to use std::vector.
14240 (split_regular_and_flash_blocks, blocks_to_erase)
14241 (compute_garbled_blocks): Likewise.
14242 (cleanup_request_data, cleanup_write_requests_vector): Remove.
14243 (target_write_memory_blocks): Change argument to std::vector.
14244 * symfile.c (struct load_section_data): Add constructor and
14245 destructor. Use std::vector for "requests".
14246 (struct load_progress_data): Add initializers.
14247 (load_section_callback): Update. Use "new".
14248 (clear_memory_write_data): Remove.
14249 (generic_load): Update.
14250
0c305b61
AH
142512018-02-27 Alan Hayward <alan.hayward@arm.com>
14252
14253 * arch/aarch64.h: Use common/tdesc.h.
14254
c5196c92
MR
142552018-02-26 Maciej W. Rozycki <macro@mips.com>
14256
14257 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
14258 architecture with a 64-bit ABI.
14259
37c33887
MR
142602018-02-26 Maciej W. Rozycki <macro@mips.com>
14261
14262 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
14263 ahead of target description loading.
14264
d4dd3282
TT
142652018-02-26 Tom Tromey <tom@tromey.com>
14266
14267 * stack.c (backtrace_command_1): Update.
14268 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
14269 of "flags".
14270 * python/py-framefilter.c (py_print_frame)
14271 (gdbpy_apply_frame_filter): Change type of "flags".
14272 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
14273 of "flags".
14274 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
14275 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
14276 * extension.h (enum frame_filter_flag): Rename from
14277 frame_filter_flags.
14278 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
14279 (apply_ext_lang_frame_filter): Change type of "flags".
14280 * extension.c (apply_ext_lang_frame_filter): Change type of
14281 "flags".
14282 * extension-priv.h (struct extension_language_ops)
14283 <apply_frame_filter>: Change type of "flags".
14284
6893c19a
TT
142852018-02-26 Tom Tromey <tom@tromey.com>
14286
14287 PR python/16497:
14288 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
14289 off-by-one in py_end computation.
14290 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
14291 PRINT_MORE_FRAMES.
14292 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
14293 constant.
14294
2ddeaf8a
TT
142952018-02-26 Tom Tromey <tom@tromey.com>
14296
14297 * dwarf2read.c (struct variant_field): New.
14298 (struct nextfield) <variant>: New field.
14299 (dwarf2_add_field): Handle DW_TAG_variant_part.
14300 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
14301 discriminated union.
14302 (read_structure_type): Handle DW_TAG_variant_part.
14303 (handle_struct_member_die): New function, extracted from
14304 process_structure_scope. Handle DW_TAG_variant.
14305 (process_structure_scope): Handle discriminated unions. Call
14306 handle_struct_member_die.
14307
c9317f21
TT
143082018-02-26 Tom Tromey <tom@tromey.com>
14309
14310 * rust-lang.h (rust_last_path_segment): Declare.
14311 * rust-lang.c (rust_last_path_segment): Now public. Change
14312 contract.
14313 (struct disr_info): Remove.
14314 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
14315 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
14316 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
14317 (rust_enum_p, rust_enum_variant): New function.
14318 (rust_underscore_fields): Remove "offset" parameter.
14319 (rust_print_enum): New function.
14320 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
14321 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
14322 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
14323 enums.
14324 (rust_internal_print_type): New function, from rust_print_type.
14325 Remove enum code.
14326 (rust_print_type): Call rust_internal_print_type.
14327 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
14328 Update enum handling.
14329 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
14330 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
14331 (rust_union_quirks): New functions.
14332 (process_full_comp_unit, process_full_type_unit): Call
14333 rust_union_quirks.
14334 (process_structure_scope): Update rust_unions if necessary.
14335
7c22600a
TT
143362018-02-26 Tom Tromey <tom@tromey.com>
14337
14338 * value.h (value_union_variant): Declare.
14339 * valops.c (value_union_variant): New function.
14340 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
14341 (struct discriminant_info): New.
14342 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
14343 enumerator.
14344 (struct main_type) <flag_discriminated_union>: New field.
14345
15ce8941
TT
143462018-02-26 Tom Tromey <tom@tromey.com>
14347
14348 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14349 unittests/unpack-selftests.c.
14350 * unittests/unpack-selftests.c: New file.
14351 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
14352
48fbe735
YQ
143532018-02-26 Yao Qi <yao.qi@linaro.org>
14354
14355 * dwarf2read.c (struct partial_die_info) <read>: New method.
14356 (read_partial_die): Remove the declaration.
14357 (load_partial_dies): Update.
14358 (partial_die_info::partial_die_info):
14359 (read_partial_die): Change it to partial_die_info::read.
14360
52356b79
YQ
143612018-02-26 Yao Qi <yao.qi@linaro.org>
14362
14363 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
14364 (fixup_partial_die): Remove declaration.
14365 (scan_partial_symbols): Update.
14366 (partial_die_parent_scope): Likewise.
14367 (partial_die_full_name): Likewise.
14368 (fixup_partial_die): Change it to partial_die_info::fixup.
14369
35cc7ed7
YQ
143702018-02-26 Yao Qi <yao.qi@linaro.org>
14371
14372 * dwarf2read.c (read_partial_die): Update the declaration.
14373 (load_partial_dies): Caller update.
14374 (read_partial_die): Remove one argument abbrev_len.
14375
6f06d47b
YQ
143762018-02-26 Yao Qi <yao.qi@linaro.org>
14377
14378 * dwarf2read.c (struct partial_die_info): Add ctor, delete
14379 assignment operator.
14380 (load_partial_dies): Use ctor and copy ctor.
14381 (read_partial_die): Update.
14382 (dwarf2_cu::find_partial_die): Use ctor.
14383
d590ff25
YQ
143842018-02-26 Yao Qi <yao.qi@linaro.org>
14385
14386 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
14387 (find_partial_die_in_comp_unit): Change it to
14388 dwarf2_cu::find_partial_die.
14389 (find_partial_die): Update.
14390
fd0a254f
YQ
143912018-02-26 Yao Qi <yao.qi@linaro.org>
14392
14393 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
14394 is NULL.
14395
cd9983dd
YQ
143962018-02-26 Yao Qi <yao.qi@linaro.org>
14397
14398 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
14399
f46cd62a
AH
144002018-02-26 Alan Hayward <alan.hayward@arm.com>
14401
14402 * arch/amd64.h: Use common/tdesc.h.
14403 * arch/i386.c: Likewise.
14404 * arch/i386.h: Likewise.
14405 * arch/tic6x.c: Likewise.
14406 * arch/tdesc.h: Move file from here...
14407 * common/tdesc.h: ...to here.
14408 * features/aarch64-core.c: Regenerate.
14409 * features/aarch64-fpu.c: Regenerate.
14410 * features/i386/32bit-avx.c: Regenerate.
14411 * features/i386/32bit-avx512.c: Regenerate.
14412 * features/i386/32bit-core.c: Regenerate.
14413 * features/i386/32bit-linux.c: Regenerate.
14414 * features/i386/32bit-mpx.c: Regenerate.
14415 * features/i386/32bit-pkeys.c: Regenerate.
14416 * features/i386/32bit-sse.c: Regenerate.
14417 * features/i386/64bit-avx.c: Regenerate.
14418 * features/i386/64bit-avx512.c: Regenerate.
14419 * features/i386/64bit-core.c: Regenerate.
14420 * features/i386/64bit-linux.c: Regenerate.
14421 * features/i386/64bit-mpx.c: Regenerate.
14422 * features/i386/64bit-pkeys.c: Regenerate.
14423 * features/i386/64bit-segments.c: Regenerate.
14424 * features/i386/64bit-sse.c: Regenerate.
14425 * features/i386/x32-core.c: Regenerate.
14426 * features/tic6x-c6xp.c: Regenerate.
14427 * features/tic6x-core.c: Regenerate.
14428 * features/tic6x-gp.c: Regenerate.
14429 * target-descriptions.c: Use common/tdesc.h.
14430 * target-descriptions.h: Likewise.
14431
9b292f68
TT
144322018-02-24 Tom Tromey <tom@tromey.com>
14433
14434 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
14435 (try_thread_db_load_from_dir, thread_db_load_search): Use
14436 std::string.
14437 (info_auto_load_libthread_db_compare): Return bool. Change
14438 argument types.
14439 (info_auto_load_libthread_db): Use std::vector, std::string.
14440 Remove cleanups.
14441
281d762b
TT
144422018-02-24 Tom Tromey <tom@tromey.com>
14443
14444 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
14445 std::string.
14446 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
14447 std::string*.
14448 * gdbarch.c: Rebuild.
14449 * gdbarch.h: Rebuild.
14450 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
14451 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
14452 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
14453 std::string*.
14454
9d8780f0
SM
144552018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
14456
14457 * gdbtypes.h (sect_offset): Change type to uint64_t.
14458 (sect_offset_str): New function.
14459 * dwarf2read.c (create_addrmap_from_aranges): Use
14460 sect_offset_str.
14461 (error_check_comp_unit_head): Likewise.
14462 (create_debug_type_hash_table): Likewise.
14463 (read_cutu_die_from_dwo): Likewise.
14464 (init_cutu_and_read_dies): Likewise.
14465 (init_cutu_and_read_dies_no_follow): Likewise.
14466 (process_psymtab_comp_unit_reader): Likewise.
14467 (partial_die_parent_scope): Likewise.
14468 (peek_die_abbrev): Likewise.
14469 (process_queue): Likewise.
14470 (dwarf2_physname): Likewise.
14471 (read_namespace_alias): Likewise.
14472 (read_import_statement): Likewise.
14473 (create_dwo_cu_reader): Likewise.
14474 (create_cus_hash_table): Likewise.
14475 (lookup_dwo_cutu): Likewise.
14476 (inherit_abstract_dies): Likewise.
14477 (read_func_scope): Likewise.
14478 (read_call_site_scope): Likewise.
14479 (dwarf2_add_member_fn): Likewise.
14480 (read_common_block): Likewise.
14481 (read_module_type): Likewise.
14482 (read_typedef): Likewise.
14483 (read_subrange_type): Likewise.
14484 (load_partial_dies): Likewise.
14485 (read_partial_die): Likewise.
14486 (find_partial_die): Likewise.
14487 (read_str_index): Likewise.
14488 (dwarf2_string_attr): Likewise.
14489 (build_error_marker_type): Likewise.
14490 (lookup_die_type): Likewise.
14491 (dump_die_shallow): Likewise.
14492 (follow_die_ref): Likewise.
14493 (dwarf2_fetch_die_loc_sect_off): Likewise.
14494 (dwarf2_fetch_constant_bytes): Likewise.
14495 (follow_die_sig): Likewise.
14496 (get_signatured_type): Likewise.
14497 (get_DW_AT_signature_type): Likewise.
14498 (dwarf2_find_containing_comp_unit): Likewise.
14499 (set_die_type): Likewise.
14500
8ec57239
JB
145012018-02-21 John Baldwin <jhb@FreeBSD.org>
14502
14503 * arch/aarch64.c: Include "common-defs.h".
14504 * arch/amd64.c: Likewise.
14505 * arch/i386.c: Likewise.
14506
3eac2b65
TT
145072018-02-21 Tom Tromey <tom@tromey.com>
14508
14509 * value.h: (extract_field_op): Update.
14510 * eval.c (extract_field_op): Return a const char *.
14511 * expression.h (parse_expression_for_completion): Update.
14512 * completer.c (complete_expression): Update.
14513 (add_struct_fields): Make fieldname const.
14514 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
14515 (mark_completion_tag, parse_exp_in_context_1): Update.
14516 (parse_expression_for_completion): Change "name" to
14517 unique_xmalloc_ptr*.
14518
6ccb583f
TT
145192018-02-21 Tom Tromey <tom@tromey.com>
14520
14521 * infcall.c (call_function_by_hand_dummy): Use std::vector.
14522
c113ed0c
YQ
145232018-02-21 Yao Qi <yao.qi@linaro.org>
14524
14525 * avr-tdep.c (avr_read_pc): Change parameter type to
14526 readable_regcache.
14527 * gdbarch.sh (read_pc): Likewise.
14528 * gdbarch.c: Re-generated.
14529 * gdbarch.h: Re-generated.
14530 * hppa-tdep.c (hppa_read_pc): Change parameter type to
14531 readable_regcache.
14532 * ia64-tdep.c (ia64_read_pc): Likewise.
14533 * mips-tdep.c (mips_read_pc): Likewise.
14534 * spu-tdep.c (spu_read_pc): Likewise.
14535
4c74fe6b
YQ
145362018-02-21 Yao Qi <yao.qi@linaro.org>
14537
14538 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
14539 * regcache-dump.c: New file.
14540 * regcache.c: Move register_dump to regcache-dump.c.
14541 (maintenance_print_registers): Likewise.
14542 (maintenance_print_raw_registers): Likewise.
14543 (maintenance_print_cooked_registers): Likewise.
14544 (maintenance_print_register_groups): Likewise.
14545 (maintenance_print_remote_registers): Likewise.
14546 (_initialize_regcache): Likewise.
14547 * regcache.h (register_dump): Moved from regcache.c.
14548
796bb026
YQ
145492018-02-21 Yao Qi <yao.qi@linaro.org>
14550
14551 * regcache.c (regcache::regcache): Update.
14552 (regcache::invalidate): Move it to detached_regcache::invalidate.
14553 (get_thread_arch_aspace_regcache): Update.
14554 (regcache::raw_update): Update.
14555 (regcache::cooked_read): Remove some code.
14556 (regcache::cooked_read_value): Likewise.
14557 (regcache::raw_write): Remove assert on m_readonly_p.
14558 (regcache::raw_supply_integer): Move it to
14559 detached_regcache::raw_supply_integer.
14560 (regcache::raw_supply_zeroed): Likewise.
14561 * regcache.h (detached_regcache) <raw_supply_integer>: New
14562 declaration.
14563 <raw_supply_zeroed, invalidate>: Likewise.
14564 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
14565 <invalidate>: Likewise.
14566 <m_readonly_p>: Removed.
14567
215c69dc
YQ
145682018-02-21 Yao Qi <yao.qi@linaro.org>
14569
14570 * infcmd.c (get_return_value): Let stop_regs point to
14571 get_current_regcache.
14572 * regcache.c (regcache::regcache): Remove.
14573 (register_dump_reg_buffer): New class.
14574 (regcache_print): Adjust.
14575 * regcache.h (regcache): Remove constructors.
14576
f3384e66
YQ
145772018-02-21 Yao Qi <yao.qi@linaro.org>
14578
14579 * regcache.c (class register_dump): New class.
14580 (register_dump_regcache, register_dump_none): New class.
14581 (register_dump_remote, register_dump_groups): New class.
14582 (regcache_print): Update.
14583 * regcache.h (regcache_dump_what): Move it to regcache.c.
14584 (regcache) <dump>: Remove.
14585
c8ec2f33
YQ
145862018-02-21 Yao Qi <yao.qi@linaro.org>
14587
14588 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
14589 reg_buffer_rw *.
14590 (jit_unwind_reg_set_impl): Call raw_supply.
14591 (jit_frame_sniffer): Use reg_buffer_rw.
14592 * record-full.c (record_full_core_regbuf): Change its type.
14593 (record_full_core_open_1): Use reg_buffer_rw.
14594 (record_full_close): Likewise.
14595 (record_full_core_fetch_registers): Use regcache->raw_supply.
14596 (record_full_core_store_registers): Likewise.
14597 * regcache.c (regcache::get_register_status): Move it to
14598 reg_buffer.
14599 (regcache_raw_set_cached_value): Remove.
14600 (regcache::raw_set_cached_value): Remove.
14601 (regcache::raw_write): Call raw_supply.
14602 (regcache::raw_supply): Move it to reg_buffer_rw.
14603 * regcache.h (regcache_raw_set_cached_value): Remove.
14604 (reg_buffer_rw): New class.
14605
daf6667d
YQ
146062018-02-21 Yao Qi <yao.qi@linaro.org>
14607
14608 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
14609 readonly_detached_regcache.
14610 (dummy_frame_prev_register): Use regcache->cooked_read.
14611 * frame.c (frame_save_as_regcache): Change return type.
14612 (frame_pop): Update.
14613 * frame.h (frame_save_as_regcache): Update declaration.
14614 * inferior.h (get_infcall_suspend_state_regcache): Update
14615 declaration.
14616 * infrun.c (infcall_suspend_state) <registers>: use
14617 readonly_detached_regcache.
14618 (save_infcall_suspend_state): Don't use regcache_dup.
14619 (get_infcall_suspend_state_regcache): Change return type.
14620 * linux-fork.c (struct fork_info) <savedregs>: Change to
14621 readonly_detached_regcache.
14622 <pc>: New field.
14623 (fork_save_infrun_state): Don't use regcache_dup.
14624 (info_checkpoints_command): Adjust.
14625 * mi/mi-main.c (register_changed_p): Update declaration.
14626 (mi_cmd_data_list_changed_registers): Use
14627 readonly_detached_regcache.
14628 (register_changed_p): Change parameter type to
14629 readonly_detached_regcache.
14630 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
14631 readonly_detached_regcache.
14632 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
14633 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
14634 New.
14635 (regcache::save): Move it to reg_buffer.
14636 (regcache::restore): Change parameter type.
14637 (regcache_dup): Remove.
14638 * regcache.h (reg_buffer) <save>: New method.
14639 (readonly_detached_regcache): New class.
14640 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
14641 readonly_detached_regcache.
14642 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
14643
fc5b8736
YQ
146442018-02-21 Yao Qi <yao.qi@linaro.org>
14645
14646 * frame.c (frame_save_as_regcache): Use regcache method save.
14647 (frame_pop): Use regcache method restore.
14648 * infrun.c (restore_infcall_suspend_state): Likewise.
14649 * linux-fork.c (fork_load_infrun_state): Likewise.
14650 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
14651 save.
14652 * regcache.c (regcache_save): Remove.
14653 (regcache::restore): More asserts.
14654 (regcache_cpy): Remove.
14655 * regcache.h (regcache_save): Remove the declaration.
14656 (regcache::restore): Move from private to public.
14657 Remove the friend declaration of regcache_cpy.
14658 (regcache_cpy): Remove declaration.
14659
849d0ba8
YQ
146602018-02-21 Yao Qi <yao.qi@linaro.org>
14661
14662 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
14663 parameter type to 'readable_regcache *'.
14664 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
14665 * arm-tdep.c (arm_neon_quad_read): Likewise.
14666 (arm_pseudo_read): Likewise.
14667 * avr-tdep.c (avr_pseudo_register_read): Likewise.
14668 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
14669 * frv-tdep.c (frv_pseudo_register_read): Likewise.
14670 * gdbarch.c: Re-generated.
14671 * gdbarch.h: Re-generated.
14672 * gdbarch.sh (pseudo_register_read): Change parameter type to
14673 'readable_regcache *'.
14674 (pseudo_register_read_value): Likewise.
14675 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
14676 (h8300_pseudo_register_read): Likewise.
14677 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
14678 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
14679 (i386_pseudo_register_read_into_value): Likewise.
14680 (i386_pseudo_register_read_value): Likewise.
14681 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
14682 declaration.
14683 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
14684 * m32c-tdep.c (m32c_raw_read): Likewise.
14685 (m32c_read_flg): Likewise.
14686 (m32c_banked_register): Likewise.
14687 (m32c_banked_read): Likewise.
14688 (m32c_sb_read): Likewise.
14689 (m32c_part_read): Likewise.
14690 (m32c_cat_read): Likewise.
14691 (m32c_r3r2r1r0_read): Likewise.
14692 (m32c_pseudo_register_read): Likewise.
14693 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
14694 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
14695 (mep_pseudo_cr64_read): Likewise.
14696 (mep_pseudo_register_read): Likewise.
14697 * mips-tdep.c (mips_pseudo_register_read): Likewise.
14698 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
14699 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
14700 * regcache.c (regcache::raw_read): Move it to readable_regcache.
14701 (regcache::cooked_read): Likewise.
14702 (regcache::cooked_read_value): Likewise.
14703 (regcache_cooked_read_signed):
14704 (regcache::cooked_read): Likewise.
14705 * regcache.h (readable_regcache): New class.
14706 (regcache): Inherit readable_regcache. Move some methods to
14707 readable_regcache.
14708 * rl78-tdep.c (rl78_pseudo_register_read): Change
14709 parameter type to 'readable_regcache *'.
14710 * rs6000-tdep.c (do_regcache_raw_read): Remove.
14711 (e500_pseudo_register_read): Change parameter type to
14712 'readable_regcache *'.
14713 (dfp_pseudo_register_read): Likewise.
14714 (vsx_pseudo_register_read): Likewise.
14715 (efpr_pseudo_register_read): Likewise.
14716 * s390-tdep.c (s390_pseudo_register_read): Likewise.
14717 * sh-tdep.c (sh_pseudo_register_read): Likewise.
14718 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
14719 (sh64_pseudo_register_read): Likewise.
14720 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
14721 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
14722 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
14723 (spu_pseudo_register_read): Likewise.
14724 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
14725 (xtensa_pseudo_register_read): Likewise.
14726
31716595
YQ
147272018-02-21 Yao Qi <yao.qi@linaro.org>
14728
14729 * regcache.c (regcache::regcache): Call reg_buffer ctor.
14730 (regcache::arch): Move it to reg_buffer::arch.
14731 (regcache::register_buffer): Likewise.
14732 (regcache::assert_regnum): Likewise.
14733 (regcache::num_raw_registers): Likewise.
14734 * regcache.h (reg_buffer): New class.
14735 (regcache): Inherit reg_buffer.
14736
7104e59b
SM
147372018-02-20 Simon Marchi <simon.marchi@ericsson.com>
14738
14739 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
14740 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
14741
2d8adcbd
MM
147422018-02-20 Markus Metzger <markus.t.metzger@intel.com>
14743
14744 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
14745
b5884fa7
AH
147462018-02-19 Alan Hayward <alan.hayward@arm.com>
14747
14748 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
14749 (SFILES): Remove common/*.c files.
14750 (COMMON_OBS): Remove some *.o files built from common/*.c files.
14751 * common/common.host: Add common reference.
14752 * configure.ac: Likewise.
14753 * configure: Regenerate.
14754
fd90ace4
YQ
147552018-02-16 Yao Qi <yao.qi@linaro.org>
14756
14757 * block.c (block_namespace_info): Inherit allocate_on_obstack.
14758 (block_initialize_namespace): Use new.
14759 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
14760 (dwarf2_free_objfile): Use delete.
14761 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
14762 (copy_type_recursive): Use new.
14763 * gdb_obstack.h (allocate_on_obstack): New.
14764
85046ae2
YQ
147652018-02-15 Yao Qi <yao.qi@linaro.org>
14766
14767 PR gdb/22849
14768 * inferior.c (exit_inferior_1): Reset inf->control.
14769
355c559b
JB
147702018-02-15 Joel Brobecker <brobecker@adacore.com>
14771
14772 * ada-lang.c (ada_to_fixed_value_create): Delete advance
14773 declaration.
14774
980548fd
PA
147752018-02-14 Pedro Alves <palves@redhat.com>
14776
14777 * frame-unwind.c (frame_unwind_try_unwinder): Always call
14778 frame_cleanup_after_sniffer on exception.
14779
692d6f97
TT
147802018-02-14 Tom Tromey <tom@tromey.com>
14781
14782 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
14783 const.
14784 (solib_bfd_open): Make pathname const.
14785 * solib.c (solib_bfd_open): Make pathname const.
14786 * solib-spu.c (spu_bfd_fopen): Make name const.
14787 (spu_bfd_open): Make pathname const.
14788 * solib-darwin.c (darwin_bfd_open): Make pathname const.
14789 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
14790
e0cc99a6
TT
147912018-02-14 Tom Tromey <tom@tromey.com>
14792
14793 * symfile.c (symfile_bfd_open): Update.
14794 * source.h (openp, source_full_path_of, find_and_open_source):
14795 Change argument type to unique_xmalloc_ptr.
14796 * source.c (openp): Take a unique_xmalloc_ptr.
14797 (source_full_path_of, find_and_open_source): Likewise.
14798 (open_source_file, symtab_to_fullname): Update.
14799 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
14800 unique_xmalloc_ptr.
14801 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
14802 (exec_file_find): Update.
14803 * psymtab.c (psymtab_to_fullname): Update.
14804 * nto-tdep.h (nto_find_and_open_solib): Update.
14805 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
14806 unique_xmalloc_ptr.
14807 * exec.c (exec_file_attach): Update.
14808 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
14809 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
14810
b46a8d7c
TT
148112018-02-14 Tom Tromey <tom@tromey.com>
14812
14813 * solib.c: Include source.h.
14814 * nto-tdep.c: Include source.h.
14815 * mi/mi-cmd-env.c: Include source.h.
14816 * infcmd.c: Include source.h.
14817 * exec.c: Include source.h.
14818 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
14819 (add_path, directory_switch, source_path, init_source_path): Move
14820 declarations...
14821 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
14822 (add_path, directory_switch, source_path, init_source_path):
14823 ...here.
14824
797bc1cb
TT
148252018-02-14 Tom Tromey <tom@tromey.com>
14826
14827 * solist.h (exec_file_find, solib_find): Return
14828 unique_xmalloc_ptr.
14829 (solib_bfd_fopen): Take a const char *.
14830 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
14831 (exec_file_find, solib_find): Likewise.
14832 (solib_bfd_fopen): Do not take ownership of "pathname".
14833 (solib_bfd_open): Use unique_xmalloc_ptr.
14834 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
14835 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
14836 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
14837 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
14838
f98b2e33
JB
148392018-02-14 Joel Brobecker <brobecker@adacore.com>
14840
14841 * ada-lang.c (name_match_type_from_name): Remove reference to
14842 ada_name_for_lookup in function's documentation.
14843 * ada-lang.h (ada_name_for_lookup): Delete declaration.
14844
24b9144d
SM
148452018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
14846
14847 * defs.h (enum openp_flags): New enum.
14848 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
14849 Move to enum openp_flags.
14850 (openp_flags): New enum flags.
14851 (openp): Change parameter type to openp_flags.
14852 * source.c (openp): Change parameter type to openp_flags.
14853 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
14854 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
14855
387cd15b
SM
148562018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
14857
14858 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
14859 per-command.
14860
b303c6f6
AB
148612018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
14862
14863 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
14864 into...
14865 (class dwarf2_queue_guard): ...the destructor of this new class.
14866 (dw2_do_instantiate_symtab): Create instance of the new class
14867 dwarf2_queue_guard, remove cleanup.
14868
9c3630e9
TT
148692018-02-09 Tom Tromey <tom@tromey.com>
14870
14871 * source.c (find_source_lines): Don't reference past the end of
14872 the vector.
14873
c4e12631
MM
148742018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14875
14876 * remote.c (remote_btrace_maybe_reopen): Change error message.
14877 * btrace.c (btrace_enable): Likewise.
14878 (parse_xml_btrace): Likewise.
14879 (parse_xml_btrace_conf): Likewise.
14880
88711fbf
MM
148812018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14882
14883 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
14884 (linux_enable_pt, linux_enable_bts): Call
14885 diagnose_perf_event_open_fail.
14886
17ad2a4f
MM
148872018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14888
14889 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
14890 Remove parameter and change return type. Update callers. Move it.
14891 (linux_enable_bts, linux_enable_pt): Improve error message.
14892 (linux_enable_pt): Remove zero buffer size check.
14893 (linux_enable_btrace): Improve error messages. Remove NULL return
14894 check.
14895
de6242d3
MM
148962018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14897
14898 * btrace.c (btrace_enable): Remove target_supports_btrace call.
14899 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
14900 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
14901 (linux_supports_pt, linux_supports_btrace): Remove.
14902 (linux_enable_bts): Call cpu_supports_bts.
14903 * nat/linux-btrace.h (linux_supports_btrace): Remove.
14904 * remote.c (remote_supports_btrace): Remove.
14905 (init_remote_ops): Remove remote_supports_btrace.
14906 * target-delegates.c: Regenerated.
14907 * target.c (target_supports_btrace): Remove.
14908 * target.h (target_ops) <to_supports_btrace>: Remove
14909 (target_supports_btrace): Remove.
14910 * x86-linux-nat.c (x86_linux_create_target): Remove
14911 linux_supports_btrace.
14912
9ee23a85
MM
149132018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14914
14915 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
14916 btrace failed.
14917 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
14918 exception and use message in own exception.
14919
5c3284c1
MM
149202018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14921
14922 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
14923 (perf_event_pt_event_type): Use gdb_file_up.
14924 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
14925 scoped_fd, and scoped_mmap.
14926
84696f37
MM
149272018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14928
14929 * common/scoped_mmap.h: New.
14930 * unittests/scoped_mmap-selftest.c: New.
14931 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14932 unittests/scoped_mmap-selftest.c.
14933
ea4a0888
MM
149342018-02-09 Markus Metzger <markus.t.metzger@intel.com>
14935
14936 * common/scoped_fd.h: New.
14937 * unittests/scoped_fd-selftest.c: New.
14938 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14939 unittests/scoped_fd-selftest.c.
14940
869e8290
TT
149412018-02-09 Tom Tromey <tom@tromey.com>
14942
14943 * auto-load.c (auto_load_section_scripts): Use
14944 gdb::unique_xmalloc_ptr.
14945
a37a2ae7
TT
149462018-02-09 Tom Tromey <tom@tromey.com>
14947
14948 * auto-load.c (execute_script_contents): Use std::string.
14949
4e725347
JB
149502018-02-09 Joel Brobecker <brobecker@adacore.com>
14951
14952 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
14953 Python function, rather than a new command.
14954
9a897d43
TT
149552018-02-08 Tom Tromey <tom@tromey.com>
14956
14957 * solib.c (solib_find_1): Use std::string.
14958 (solib_bfd_fopen): Use unique_xmalloc_ptr.
14959
58ef3771
TT
149602018-02-08 Tom Tromey <tom@tromey.com>
14961
14962 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
14963
a9abc434
TT
149642018-02-08 Tom Tromey <tom@tromey.com>
14965
14966 * source.c (find_source_lines): Use gdb::def_vector.
14967
84f27c6f
TT
149682018-02-08 Tom Tromey <tom@tromey.com>
14969
14970 * macrocmd.c (struct temporary_macro_definition): New.
14971 (macro_define_command): Use temporary_macro_definition. Remove
14972 cleanups.
14973 (free_macro_definition_ptr): Remove.
14974
0354904b
TT
149752018-02-08 Tom Tromey <tom@tromey.com>
14976
14977 * macroexp.c (maybe_expand): Use std::string.
14978
1739cf24
TT
149792018-02-08 Tom Tromey <tom@tromey.com>
14980
14981 * macroexp.c (struct macro_buffer): Add initializers for some
14982 members.
14983 (init_buffer, init_shared_buffer, free_buffer)
14984 (free_buffer_return_text): Remove.
14985 (macro_buffer): New constructors.
14986 (~macro_buffer): New destructor.
14987 (macro_buffer::set_shared): New method.
14988 (macro_buffer::resize_buffer, macro_buffer::appendc)
14989 (macro_buffer::appendmem): Now methods, not free functions.
14990 (set_token, append_tokens_without_splicing, stringify)
14991 (macro_stringify): Update.
14992 (gather_arguments): Change return type. Remove argc_p argument,
14993 add args_ptr argument. Use std::vector.
14994 (substitute_args): Remove argc argument. Accept std::vector.
14995 (expand): Update. Use std::vector.
14996 (scan, macro_expand, macro_expand_next): Update.
14997
f6c2623e
TT
149982018-02-08 Tom Tromey <tom@tromey.com>
14999
15000 * symtab.c (default_collect_symbol_completion_matches_break_on):
15001 Use unique_xmalloc_ptr.
15002 * macroscope.h: (sal_macro_scope, user_macro_scope)
15003 (default_macro_scope): Return unique_xmalloc_ptr.
15004 * macroscope.c (sal_macro_scope, user_macro_scope)
15005 (default_macro_scope): Return unique_xmalloc_ptr.
15006 * macroexp.h (macro_expand, macro_expand_once): Return
15007 unique_xmalloc_ptr.
15008 * macroexp.c (macro_expand, macro_expand_once): Return
15009 unique_xmalloc_ptr.
15010 * macrocmd.c (macro_expand_command, macro_expand_once_command)
15011 (info_macro_command, info_macros_command): Use
15012 unique_xmalloc_ptr.
15013 * compile/compile-c-support.c (write_macro_definitions): Use
15014 unique_xmalloc_ptr.
15015 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
15016
c2e0e465
SM
150172018-02-07 Simon Marchi <simon.marchi@ericsson.com>
15018
15019 * value.c (value_static_field): Assign field type instead of
15020 containing type when returning an optimized out value.
15021
3f8c94b4
YQ
150222018-02-06 Yao Qi <yao.qi@linaro.org>
15023
15024 * ft32-tdep.c (ft32_read_pc): Remove.
15025 (ft32_write_pc): Remove.
15026 (ft32_gdbarch_init): Update.
15027 * m32r-tdep.c (m32r_read_pc): Remove.
15028 (m32r_gdbarch_init): Update.
15029 * mep-tdep.c (mep_read_pc): Remove.
15030 (mep_gdbarch_init): Update.
15031 * microblaze-tdep.c (microblaze_write_pc): Remove.
15032 (microblaze_gdbarch_init): Update.
15033 * mn10300-tdep.c (mn10300_read_pc): Remove.
15034 (mn10300_write_pc): Remove.
15035 (mn10300_gdbarch_init): Update.
15036 * moxie-tdep.c (moxie_read_pc): Remove.
15037 (moxie_write_pc): Remove.
15038 (moxie_gdbarch_init): Update.
15039
bca65a23
YQ
150402018-02-06 Yao Qi <yao.qi@linaro.org>
15041
15042 * expprint.c (print_subexp_standard): Handle
15043 OP_F77_UNDETERMINED_ARGLIST.
15044 (dump_subexp_body_standard): Likewise.
15045
583e3f90 150462018-02-05 Alan Hayward <alan.hayward@arm.com>
b8df6ca7 15047
583e3f90
YQ
15048 * target-descriptions.c (tdesc_element_visitor) Add empty
15049 implementations.
b8df6ca7
AH
15050 (tdesc_type): Move make_gdb_type from here.
15051 (tdesc_type_builtin): Likewise.
15052 (tdesc_type_vector): Likewise.
15053 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
15054 (make_gdb_type_struct): Move from tdesc_type_with_fields.
15055 (make_gdb_type_union): Likewise.
15056 (make_gdb_type_flags): Likewise.
15057 (make_gdb_type_enum): Likewise.
15058 (make_gdb_type): New function.
15059 (tdesc_register_type): Use static make_gdb_type.
15060
e813d34a
RK
150612018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
15062
15063 * infcmd.c (default_print_one_register_info): Align natural-format
15064 column values consistently one under another.
15065 (pad_to_column): New function.
15066
0eb876f5
JB
150672018-02-05 Joel Brobecker <brobecker@adacore.com>
15068
15069 * dwarf2read.c (dwarf2_physname): Move commment.
15070
0625771b
LS
150712018-02-01 Leszek Swirski <leszeks@google.com>
15072
15073 * varobj.c (varobj_formatted_print_options): Allow recursive
15074 pretty printing if pretty printing is enabled.
15075
59498c30
LS
150762018-02-01 Leszek Swirski <leszeks@google.com>
15077
15078 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
15079 names after a structop as a filename.
15080
2d9e6acb
YQ
150812018-02-01 Yao Qi <yao.qi@linaro.org>
15082
15083 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
15084 (arm_record_coproc_data_proc): Likewise.
15085
df95a9cf
YQ
150862018-02-01 Yao Qi <yao.qi@linaro.org>
15087
15088 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
15089
07e5f5cf
NP
150902018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
15091
15092 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
15093 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
15094
3045b475
PA
150952018-01-31 Pedro Alves <palves@redhat.com>
15096
15097 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
15098 * inflow.c (child_terminal_save_inferior): Wrap reference to
15099 tcgetpgrp in HAVE_TERMIOS_H.
15100 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
15101 _WIN32.
15102 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
15103 always iterate over all inferiors.
15104 (gdbsim_cntrl_c): Adjust.
15105 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
15106
929b5ad4
JB
151072018-01-31 Joel Brobecker <brobecker@adacore.com>
15108
15109 * gdbtypes.c (lookup_array_range_type): Make sure the array's
15110 index type is objfile-owned if the element type is as well.
15111
29236ca2
JB
151122018-01-31 Joel Brobecker <brobecker@adacore.com>
15113
15114 GDB 8.1 released.
15115
c81e8879
PR
151162018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
15117
15118 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
15119 "features/s390x-linux64.c".
15120 (_initialize_s390_linux_tdep): Remove initialization of tdescs
15121 s390_linux32 and s390x_linux64.
15122 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
15123 default tdesc.
15124 * s390-tdep.c: Include "features/s390-linux32.c" and
15125 "features/s390x-linux64.c".
15126 (s390_tdesc_valid): Add check for tdesc_has_registers.
15127 (s390_gdbarch_init): Make sure there is always a valid tdesc.
15128 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
15129 tdesc_s390x_linux64.
15130 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
15131 tdesc_s390x_linux64 to...
15132 * s390-tdep.h: ...here.
15133
e671cd59
PA
151342018-01-30 Pedro Alves <palves@redhat.com>
15135
15136 PR gdb/13211
15137 * config.in, configure: Regenerate.
15138 * configure.ac: Check for getpgid.
15139 * go32-nat.c (go32_pass_ctrlc): New.
15140 (go32_target): Install it.
15141 * inf-child.c (inf_child_target): Install
15142 child_terminal_save_inferior, child_pass_ctrlc and
15143 child_interrupt.
15144 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
15145 (inf_ptrace_target): No longer install it.
15146 * infcmd.c (interrupt_target_1): Adjust.
15147 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
15148 (child_interrupt): Declare.
15149 (inferior::terminal_state): New.
15150 * inflow.c (struct terminal_info): Update comments.
15151 (inferior_process_group): Delete.
15152 (terminal_is_ours): Delete.
15153 (gdb_tty_state): New.
15154 (child_terminal_init): Adjust.
15155 (is_gdb_terminal, sharing_input_terminal_1)
15156 (sharing_input_terminal): New functions.
15157 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
15158 Set the process's actual process group in the foreground if
15159 possible. Handle is_ours_for_output/is_ours distinction. Don't
15160 mark terminal as the inferior's if not sharing GDB's terminal.
15161 Don't check attach_flag.
15162 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
15163 pass down a target_terminal_state.
15164 (child_terminal_save_inferior): New, factored out from ...
15165 (child_terminal_ours_1): ... this. Handle
15166 target_terminal_state::is_ours_for_output.
15167 (child_interrupt, child_pass_ctrlc): New.
15168 (inflow_inferior_exit): Clear the inferior's terminal_state.
15169 (copy_terminal_info): Copy the inferior's terminal state.
15170 (_initialize_inflow): Remove reference to terminal_is_ours.
15171 * inflow.h (inferior_process_group): Delete.
15172 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
15173 * procfs.c (procfs_target): Don't install procfs_interrupt.
15174 (procfs_interrupt): Delete.
15175 * remote.c (remote_serial_quit_handler): Adjust.
15176 (remote_interrupt): Remove ptid parameter. Adjust.
15177 * target-delegates.c: Regenerate.
15178 * target.c: Include "terminal.h".
15179 (target_terminal::terminal_state): Rename to ...
15180 (target_terminal::m_terminal_state): ... this.
15181 (target_terminal::init): Adjust.
15182 (target_terminal::inferior): Adjust to per-inferior
15183 terminal_state.
15184 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
15185 (target_terminal::ours, target_terminal::ours_for_output): Use
15186 target_terminal_is_ours_kind.
15187 (target_interrupt): Remove ptid parameter. Adjust.
15188 (default_target_pass_ctrlc): Adjust.
15189 * target.h (target_ops::to_terminal_save_inferior): New field.
15190 (target_ops::to_interrupt): Remove ptid_t parameter.
15191 (target_interrupt): Remove ptid_t parameter. Update comment.
15192 (target_pass_ctrlc): Update comment.
15193 * target/target.h (target_terminal_state): New scoped enum,
15194 factored out of ...
15195 (target_terminal::terminal_state): ... here.
15196 (target_terminal::inferior): Update comments.
15197 (target_terminal::restore_inferior): New.
15198 (target_terminal::is_inferior, target_terminal::is_ours)
15199 (target_terminal::is_ours_for_output): Adjust.
15200 (target_terminal::scoped_restore_terminal_state): Adjust to
15201 rename, and call restore_inferior() instead of inferior().
15202 (target_terminal::scoped_restore_terminal_state::m_state): Change
15203 type.
15204 (target_terminal::terminal_state): Rename to ...
15205 (target_terminal::m_terminal_state): ... this and change type.
15206
9c3a5d93
PA
152072018-01-30 Pedro Alves <palves@redhat.com>
15208
15209 * linux-nat.c (wait_for_signal): New function.
15210 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
15211 directly.
15212 (async_terminal_is_ours)
15213 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
15214 (linux_nat_add_target): Don't override
15215 to_terminal_inferior/to_terminal_ours.
15216
69ab5edb
SDJ
152172018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
15218
15219 * remote.c (remote_follow_fork): Don't call "detach_inferior".
15220
fc8e7e75
SM
152212018-01-28 Simon Marchi <simon.marchi@ericsson.com>
15222
15223 * dwarf2read.c (free_dwo_files): Add forward-declaration.
15224 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
15225 dwarf2_per_objfile_free here.
15226 (dwarf2_per_objfile_free): Remove.
15227 (_initialize_dwarf2_read): Don't register
15228 dwarf2_per_objfile_free as a registry cleanup.
15229
b2a426e2
EZ
152302018-01-27 Eli Zaretskii <eliz@gnu.org>
15231
15232 Avoid compilation errors in MinGW native builds
15233
15234 The error is triggered by including python-internal.h, and the
15235 error message is:
15236
15237 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
15238 from build-gnulib/import/math.h:27,
15239 from d:/usr/Python26/include/pyport.h:235,
15240 from d:/usr/Python26/include/Python.h:58,
15241 from python/python-internal.h:94,
15242 from python/py-arch.c:24:
15243 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
15244 using ::hypot;
15245 ^~~~~
15246
15247 This happens because Python headers define 'hypot' to expand t
15248 '_hypot' in the Windows builds.
15249 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
15250 'hypoth'. This avoids a compilation error.
15251
0bdd8eac
AH
152522018-01-26 Alan Hayward <alan.hayward@arm.com>
15253
15254 * MAINTAINERS (Write After Approval): Fix ordering.
15255
56ae9dc3
AH
152562018-01-26 Alan Hayward <alan.hayward@arm.com>
15257
15258 * MAINTAINERS (Write After Approval): Add Alan Hayward.
15259
7433498b
AM
152602018-01-26 Alan Modra <amodra@gmail.com>
15261
15262 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
15263 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
15264 Remove nop. Make const. Comment.
15265 (powerpc32_plt_stub_so_2): New.
15266 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
15267 Correct count. Update uses.
15268 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
15269 Move common code reading PLT entry word. Correct
15270 powerpc32_plt_stub PLT address calculation.
15271 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
15272 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
15273 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
15274 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
15275 (ppc64_standard_linkage8): Likewise.
15276 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
15277 Correct insns description.
15278 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
15279
0f59d5fc
PA
152802018-01-24 Pedro Alves <palves@redhat.com>
15281
15282 GCC PR libstdc++/83906
15283 * gdbtypes.c (operator==(const dynamic_prop &,
15284 const dynamic_prop &)): New.
15285 (operator==(const range_bounds &, const range_bounds &)): New.
15286 (check_types_equal): Use them instead of memcmp.
15287 * gdbtypes.h (operator==(const dynamic_prop &,
15288 const dynamic_prop &)): Declare.
15289 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
15290 (operator==(const range_bounds &, const range_bounds &)): Declare.
15291 (operator!=(const range_bounds &, const range_bounds &)): Declare.
15292
ef8914a4
PR
152932018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15294
15295 * s390-linux-tdep.c (s390_record_address_mask)
15296 (s390_record_calc_disp_common, s390_record_calc_disp)
15297 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15298 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15299 (s390_process_record): Move to s390-tdep.c.
15300 (s390_linux_init_abi_any): Adjust.
15301 * s390-tdep.c (s390_record_address_mask)
15302 (s390_record_calc_disp_common, s390_record_calc_disp)
15303 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15304 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15305 (s390_process_record): Moved from s390-linux-tdep.c
15306 (s390_gdbarch_init): Adjust.
15307
d6e58945
PR
153082018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15309
15310 * s390-linux-nat.c (s390-tdep.h): New include.
15311 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
15312 (HFILES_NO_SRCDIR): Add s390-tdep.h.
15313 (ALLDEPFILES): Add s390-tdep.c.
15314 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
15315 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
15316 * s390-tdep.h: ...this. New file.
15317 * s390-linux-tdep.c (s390-tdep.h): New include.
15318 (_initialize_s390_tdep): Rename to...
15319 (_initialize_s390_linux_tdep): ...this and adjust.
15320 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
15321 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
15322 s390-tdep.h.
15323 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
15324 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
15325 (s390_is_partial_instruction, s390_software_single_step)
15326 (is_non_branch_ril, s390_displaced_step_copy_insn)
15327 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
15328 (s390_prologue_data, s390_addr, s390_store, s390_load)
15329 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
15330 (s390_register_call_saved, s390_guess_tracepoint_registers)
15331 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
15332 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
15333 (s390_pseudo_register_name, s390_pseudo_register_type)
15334 (s390_pseudo_register_read, s390_pseudo_register_write)
15335 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
15336 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
15337 (s390_addr_bits_remove, s390_address_class_type_flags)
15338 (s390_address_class_type_flags_to_name)
15339 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
15340 (s390_function_arg_float, s390_function_arg_vector)
15341 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
15342 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
15343 (s390_frame_align, s390_register_return_value, s390_return_value)
15344 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
15345 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
15346 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
15347 (s390_trad_frame_prev_register, s390_unwind_cache)
15348 (s390_prologue_frame_unwind_cache)
15349 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
15350 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
15351 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
15352 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
15353 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
15354 (s390_frame_base_address, s390_local_base_address)
15355 (s390_frame_base, s390_gcc_target_options)
15356 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
15357 (s390_validate_reg_range, s390_tdesc_valid)
15358 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
15359 * s390-tdep.c: ...this. New file.
15360
9c0b896e
PR
153612018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15362
15363 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
15364 (s390_process_record, s390_gdbarch_tdep_alloc)
15365 (s390_linux_init_abi_any): Use/set new hook.
15366
7042632b
PR
153672018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15368
15369 * s390-linux-tdep.c (osabi.h): New include.
15370 (s390_linux_init_abi_31, s390_linux_init_abi_64)
15371 (s390_linux_init_abi_any): New functions.
15372 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
15373
650f5e13
PR
153742018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15375
15376 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
15377 tdesc_has_registers check
15378
47c9317e
PR
153792018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15380
15381 * s390-linux-tdep.c (s390_tdesc_valid): New function.
15382 (s390_validate_reg_range): New macro.
15383 (s390_gdbarch_init): Adjust.
15384
095085d8
PR
153852018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15386
15387 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
15388 (s390_gdbarch_tdep_alloc): Adjust.
15389 (s390_gdbarch_init): Adjust.
15390
ab9bcc67
PR
153912018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15392
15393 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
15394 <have_tdb>: Change type to bool.
15395 (s390_gdbarch_tdep_alloc): Adjust.
15396 (s390_gdbarch_init): Adjust.
15397
21f6f5ff
PR
153982018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15399
15400 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
15401 (gdbarch_tdep) <have_upper, have_vx>: New fields.
15402 (s390_gdbarch_tdep_alloc): New function.
15403 (s390_gdbarch_init): Allocate tdep at start and use its fields
15404 instead of separate variables.
15405
0eb97953
PR
154062018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15407
15408 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
15409 when looking for cached gdbarch and add comment for remaining.
15410
5c319bb2
PA
154112018-01-22 Pedro Alves <palves@redhat.com>
15412 Sergio Durigan Junior <sergiodj@redhat.com>
15413
15414 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
15415 case.
15416
d65ce302
MR
154172018-01-22 Maciej W. Rozycki <macro@mips.com>
15418
15419 * MAINTAINERS: Update my company e-mail address.
15420
ec7a5fcb
YQ
154212018-01-22 Yao Qi <yao.qi@linaro.org>
15422
15423 * regcache.c (cooked_write_test): New function.
15424 (_initialize_regcache): Register the test.
15425
11f57cb6
YQ
154262018-01-22 Yao Qi <yao.qi@linaro.org>
15427
15428 * ia64-tdep.c (ia64_pseudo_register_read): Call
15429 regcache->cooked_read instead of regcache_cooked_read_unsigned.
15430 * m32c-tdep.c (m32c_cat_read): Likewise.
15431 (m32c_r3r2r1r0_read): Likewise.
15432 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15433 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15434
03f50fc8
YQ
154352018-01-22 Yao Qi <yao.qi@linaro.org>
15436
15437 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
15438 method raw_read instead of regcache_raw_read.
15439 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15440 * arm-tdep.c (arm_neon_quad_read): Likewise.
15441 * avr-tdep.c (avr_pseudo_register_read): Likewise.
15442 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15443 * frv-tdep.c (frv_pseudo_register_read): Likewise.
15444 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
15445 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15446 (i386_pseudo_register_read_into_value): Likewise.
15447 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15448 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15449 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15450 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
15451 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
15452 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15453 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15454 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15455 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
15456
dc711524
YQ
154572018-01-22 Yao Qi <yao.qi@linaro.org>
15458
15459 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
15460 * configure.tgt: Remove target mt.
15461 * mt-tdep.c: Remove.
15462 * regcache.c (cooked_read_test): Remove the check for mt.
15463
3f5a868b
YQ
154642018-01-22 Yao Qi <yao.qi@linaro.org>
15465
15466 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
15467 instead of gdbarch_pseudo_register_read_value.
15468
de4cb04a
JB
154692018-01-22 Joel Brobecker <brobecker@adacore.com>
15470
15471 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
15472 language is Ada.
15473
a9e40818
JB
154742018-01-22 Joel Brobecker <brobecker@adacore.com>
15475
15476 * linespec.c (create_sals_line_offset): Remove code that preserved
15477 the symtab_and_line's line number.
15478
e707fc44
AB
154792018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15480
15481 * varobj.c (varobj_create): Don't set valid_block when creating a
15482 floating varobj.
15483
03d0bf7b
AB
154842018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15485
15486 * varobj.c (varobj_create): Remove out of date comment.
15487
ae451627
AB
154882018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15489
15490 PR mi/20395
15491 * ada-exp.y (write_var_from_sym): Pass extra parameter when
15492 updating innermost block.
15493 * parse.c (innermost_block_tracker::update): Take extra type
15494 parameter, and check types match before updating innermost block.
15495 (write_dollar_variable): Update innermost block for registers.
15496 * parser-defs.h (enum innermost_block_tracker_type): New enum.
15497 (innermost_block_tracker::innermost_block_tracker): Initialise
15498 m_types member.
15499 (innermost_block_tracker::reset): Take type parameter.
15500 (innermost_block_tracker::update): Take type parameter, and pass
15501 type through as needed.
15502 (innermost_block_tracker::m_types): New member.
15503 * varobj.c (varobj_create): Pass type when reseting innermost
15504 block.
15505
aee1fcdf
AB
155062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15507
15508 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
15509 * ada-lang.c (resolve_subexp): Likewise.
15510 * breakpoint.c (set_breakpoint_condition) Likewise.
15511 (watch_command_1) Likewise.
15512 * c-exp.y (variable): Likewise.
15513 * d-exp.y (PrimaryExpression): Likewise.
15514 * f-exp.y (variable): Likewise.
15515 * go-exp.y (variable): Likewise.
15516 * m2-exp.y (variable): Likewise.
15517 * objfiles.c (objfile::~objfile): Likewise.
15518 * p-exp.y (variable): Likewise.
15519 * parse.c (innermost_block): Change type.
15520 * parser-defs.h (class innermost_block_tracker): New.
15521 (innermost_block): Change to innermost_block_tracker.
15522 * printcmd.c (display_command): Switch to innermost_block API.
15523 (do_one_display): Likewise.
15524 * rust-exp.y (do_one_display): Likewise.
15525 * symfile.c (clear_symtab_users): Likewise.
15526 * varobj.c (varobj_create): Switch to innermost_block API, replace
15527 use of innermost_block with block stored on varobj object.
15528
396af9a1
AB
155292018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15530
15531 * expression.h (innermost_block): Remove declaration.
15532 * varobj.c: Add 'parser-defs.h' include.
15533
fcfcc376
TT
155342018-01-19 Tom Tromey <tom@tromey.com>
15535
15536 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
15537 symbols in the static and global blocks.
15538
5a6c3296
JC
155392018-01-19 James Clarke <jrtc27@jrtc27.com>
15540
15541 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
15542 gdb_ptrace.h, and move including gdb_wait.h ...
15543 * nat/linux-ptrace.h: ... to here.
15544
bc09b0c1
SM
155452018-01-19 Simon Marchi <simon.marchi@ericsson.com>
15546
15547 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
15548 inf_ptrace_detach_success.
15549 (inf_ptrace_detach_success): Add inferior parameter, use it
15550 instead of inferior_ptid, pass it to detach_inferior.
15551 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
15552 parameter.
15553 * inferior.c (detach_inferior): Add overload that takes an
15554 inferior object.
15555 * inferior.h (detach_inferior): Likewise.
15556 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
15557 use inferior_ptid, adjust call to inf_ptrace_detach_success.
15558 * linux-thread-db.c (thread_db_detach): Use inf parameter.
15559
6e1e1966
SM
155602018-01-19 Simon Marchi <simon.marchi@ericsson.com>
15561
15562 * target.h (struct target_ops) <to_detach>: Add inferior
15563 parameter.
15564 (target_detach): Likewise.
15565 * target.c (dispose_inferior): Pass inferior down.
15566 (target_detach): Pass inferior down. Assert that it is equal to
15567 the current inferior.
15568 * aix-thread.c (aix_thread_detach): Pass inferior down.
15569 * corefile.c (core_file_command): Pass current_inferior() down.
15570 * corelow.c (core_detach): Add inferior parameter.
15571 * darwin-nat.c (darwin_detach): Likewise.
15572 * gnu-nat.c (gnu_detach): Likewise.
15573 * inf-ptrace.c (inf_ptrace_detach): Likewise.
15574 * infcmd.c (detach_command): Pass current_inferior() down to
15575 target_detach.
15576 * infrun.c (follow_fork_inferior): Pass parent_inf to
15577 target_detach.
15578 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
15579 target_detach.
15580 * linux-nat.c (linux_nat_detach): Add inferior parameter.
15581 * linux-thread-db.c (thread_db_detach): Likewise.
15582 * nto-procfs.c (procfs_detach): Likewise.
15583 * procfs.c (procfs_detach): Likewise.
15584 * record.c (record_detach): Likewise.
15585 * record.h (struct inferior): Forward-declare.
15586 (record_detach): Add inferior parameter.
15587 * remote-sim.c (gdbsim_detach): Likewise.
15588 * remote.c (remote_detach_1): Likewise.
15589 (remote_detach): Likewise.
15590 (extended_remote_detach): Likewise.
15591 * sol-thread.c (sol_thread_detach): Likewise.
15592 * target-debug.h (target_debug_print_inferior_p): New macro.
15593 * target-delegates.c: Re-generate.
15594 * top.c (kill_or_detach): Pass inferior down to target_detach.
15595 * windows-nat.c (windows_detach): Add inferior parameter.
15596
6bd6f3b6
SM
155972018-01-19 Simon Marchi <simon.marchi@ericsson.com>
15598
15599 * target.h (struct target_ops) <to_detach>: Remove args
15600 parameter.
15601 (target_detach): Likewise.
15602 * target.c (dispose_inferior): Adjust.
15603 (target_detach): Remove args parameter, adjust.
15604 * aix-thread.c (aix_thread_detach): Adjust.
15605 * corefile.c (core_file_command): Adjust.
15606 * corelow.c (core_detach): Adjust.
15607 * darwin-nat.c (darwin_detach): Adjust.
15608 * gnu-nat.c (gnu_detach): Adjust.
15609 * inf-ptrace.c (inf_ptrace_detach): Adjust.
15610 * infcmd.c (detach_command): Adjust
15611 * infrun.c (follow_fork_inferior): Adjust.
15612 (handle_vfork_child_exec_or_exit): Adjust.
15613 * linux-fork.c (linux_fork_detach): Remove args parameter.
15614 * linux-fork.h (linux_fork_detach): Likewise.
15615 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
15616 * linux-thread-db.c (thread_db_detach): Likewise.
15617 * nto-procfs.c (procfs_detach): Likewise.
15618 * procfs.c (procfs_detach): Likewise.
15619 (do_detach): Remove signo parameter.
15620 * record.c (record_detach): Remove args parameter.
15621 * record.h (record_detach): Likewise.
15622 * remote-sim.c (gdbsim_detach): Likewise.
15623 * remote.c (remote_detach_1): Likewise.
15624 (remote_detach): Likewise.
15625 (extended_remote_detach): Likewise.
15626 * sol-thread.c (sol_thread_detach): Likewise.
15627 * target-delegates.c: Re-generate.
15628 * top.c (struct qt_args) <args>: Remove field.
15629 (kill_or_detach): Don't pass args.
15630 (quit_force): Don't set args.
15631 * windows-nat.c (windows_detach): Remove args parameter.
15632
88af8ea8
YQ
156332018-01-19 Yao Qi <yao.qi@linaro.org>
15634
15635 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
15636 (arm_linux_init_abi): Install it.
15637
dea445b9
YQ
156382018-01-19 Yao Qi <yao.qi@linaro.org>
15639
15640 * osabi.c (gdb_osabi_names): Extend the regexp for
15641 arm-linux-gnueabihf.
15642
4a17f768
YQ
156432018-01-18 Yao Qi <yao.qi@linaro.org>
15644
15645 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
15646 m_abbrevs.
15647 (abbrev_table::add_abbrev): Update.
15648 (abbrev_table::lookup_abbrev): Update.
15649
d679c21a
YQ
156502018-01-18 Yao Qi <yao.qi@linaro.org>
15651
15652 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
15653
7d937cad
SDJ
156542018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
15655
15656 * compile/compile.c (compile_to_object): Convert "triplet_rx"
15657 to "std::string".
15658
9e14690d
TT
156592018-01-17 Tom Tromey <tom@tromey.com>
15660
15661 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
15662
50a82047
TT
156632018-01-17 Tom Tromey <tom@tromey.com>
15664
15665 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
15666 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
15667 (create_array_type_with_stride): Update.
15668 * dwarf2read.c (set_die_type): Update.
15669
c89b44cd
TT
156702018-01-17 Tom Tromey <tom@tromey.com>
15671
15672 * dwarf2read.c (delayed_method_info): Remove typedef.
15673 (dwarf2_cu::method_info): Now a std::vector.
15674 (add_to_method_list): Update.
15675 (free_delayed_list): Remove.
15676 (compute_delayed_physnames): Update.
15677 (process_full_comp_unit, process_full_type_unit): Clear the method
15678 list. Remove cleanups.
15679 (psymtab_include_file_name): Add name_holder parameter. Use
15680 unique_xmalloc_ptr.
15681 (dwarf_decode_lines): Update.
15682
fcd3b13d
SM
156832018-01-17 Tom Tromey <tom@tromey.com>
15684 Simon Marchi <simon.marchi@ericsson.com>
15685
15686 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
15687 (dwarf2_per_objfile::free_cached_comp_units)
15688 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
15689 (init_cutu_and_read_dies_no_follow): Update.
15690 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
15691 (dwarf2_cu::~dwarf2_cu): New.
15692 (free_heap_comp_unit, free_stack_comp_unit): Remove.
15693 (age_cached_comp_units, free_one_cached_comp_unit): Update.
15694
685af9cd
TT
156952018-01-17 Tom Tromey <tom@tromey.com>
15696 Simon Marchi <simon.marchi@ericsson.com>
15697
15698 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
15699 (struct die_reader_specs) <abbrev_table>: New member.
15700 (struct abbrev_table): Add constructor.
15701 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
15702 <abbrev_obstack>: Now an auto_obstack.
15703 (abbrev_table_up): New typedef.
15704 (init_cu_die_reader): Add abbrev_table parameter.
15705 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
15706 Add result_dwo_abbrev_table.
15707 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
15708 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
15709 Update.
15710 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
15711 parameter.
15712 (skip_children): Update.
15713 (abbrev_table::alloc_abbrev): Rename from
15714 abbrev_table_alloc_abbrev.
15715 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
15716 (abbrev_table::lookup_abbrev): Rename from
15717 abbrev_table_lookup_abbrev.
15718 (abbrev_table_read_table): Return abbrev_table_up.
15719 (abbrev_table_free, abbrev_table_free_cleanup)
15720 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
15721 (load_partial_dies): Update.
15722
5e2db402
TT
157232018-01-17 Tom Tromey <tom@tromey.com>
15724
15725 * dwarf2read.c (dwarf2_compute_name): Update comment.
15726 (read_func_scope, read_variable): Update.
15727 (new_symbol): Remove.
15728 (new_symbol_full): Rename to new_symbol.
15729
ee7f689e 157302018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
15731
15732 PR gdb/16577
15733 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
15734 a warning instead of throwing an error, set section size to 0 and return
15735 NULL.
15736 * gdb_bfd.h (gdb_bfd_map_section): Update description.
15737
4d9b86e1
SM
157382018-01-17 Simon Marchi <simon.marchi@ericsson.com>
15739
15740 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
15741 std::string.
15742 (linux_ptrace_attach_fail_reason_string): Likewise.
15743 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
15744 Likewise.
15745 (linux_ptrace_attach_fail_reason_string): Likewise.
15746 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
15747
a7b2d0fb
SM
157482018-01-17 Simon Marchi <simon.marchi@ericsson.com>
15749
15750 * linux-nat.c (linux_nat_attach): Remove xstrdup.
15751
f517c180
EA
157522018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
15753
15754 PR gdb/21559
15755 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
15756 checking for fs_base/gs_base fields in struct user_regs_struct.
15757 * configure: Regenerate.
15758
7045b1ca
YQ
157592018-01-17 Yao Qi <yao.qi@linaro.org>
15760
15761 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
15762 function.
15763 (aarch64_linux_init_abi): Install it to gdbarch hook
15764 gcc_target_options.
15765
db422fb2
PA
157662018-01-15 Pedro Alves <palves@redhat.com>
15767
15768 * common/signals-state-save-restore.c
15769 (save_original_signals_state): Fix typos.
15770
ba643918
SDJ
157712017-01-12 Tom Tromey <tom@tromey.com>
15772 Sergio Durigan Junior <sergiodj@redhat.com>
15773
15774 * Makefile.in (install-only): Install gdb-add-index.
15775
906b4aac
JB
157762018-01-12 John Baldwin <jhb@FreeBSD.org>
15777
15778 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
15779
bdf2a94a
AA
157802018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15781
15782 * infrun.c (keep_going_pass_signal): Clear step-over info when
15783 insert_breakpoints fails.
15784
71d378ae
PA
157852018-01-11 Pedro Alves <palves@redhat.com>
15786
15787 PR gdb/22583
15788 * infrun.c (resume): Rename to ...
15789 (resume_1): ... this.
15790 (resume): Reimplement as wrapper around resume_1.
15791
3cada740
PA
157922018-01-11 Pedro Alves <palves@redhat.com>
15793
15794 PR remote/22597
15795 * remote.c (remote_parse_stop_reply): Default to the last-set
15796 general thread instead of to 'magic_null_ptid'.
15797
618daa93
PA
157982018-01-10 Pedro Alves <palves@redhat.com>
15799
15800 * language.h (language_get_symbol_name_matcher): Rename ...
15801 (get_symbol_name_matcher): ... this.
15802 * language.c (language_get_symbol_name_matcher): Ditto.
15803 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
15804 callers adjusted.
15805
c63d3e8d
PA
158062018-01-10 Pedro Alves <palves@redhat.com>
15807
15808 PR gdb/22670
15809 * dwarf2read.c
15810 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
15811 Adjust to use language_get_symbol_name_matcher instead of
15812 language_defn::la_get_symbol_name_matcher.
15813 * language.c (language_get_symbol_name_matcher): If in Ada mode
15814 and the lookup name is a verbatim match, return Ada's matcher.
15815 * language.h (language_get_symbol_name_matcher): Adjust comment.
15816 (ada_lookup_name_info::verbatim_p):: New method.
15817
d4c2a405
PA
158182018-01-10 Pedro Alves <palves@redhat.com>
15819
15820 PR gdb/22670
15821 * ada-lang.c (ada_collect_symbol_completion_matches): If the
15822 minsym's language is language_auto or language_cplus, pass down
15823 language_ada instead.
15824 * symtab.c (compare_symbol_name): Don't frob symbol language here.
15825
8825213e
PA
158262018-01-10 Pedro Alves <palves@redhat.com>
15827
15828 PR gdb/22670
15829 * minsyms.c (linkage_name_str): New function.
15830 (iterate_over_minimal_symbols): Use it.
15831
2d97a5d9
JB
158322018-01-09 John Baldwin <jhb@FreeBSD.org>
15833
15834 * NEWS: Document that 'info proc' now works on FreeBSD.
15835
92fce24d
JB
158362018-01-09 John Baldwin <jhb@FreeBSD.org>
15837
15838 * configure.ac: Check for kinfo_getfile in libutil.
15839 * configure: Regenerate.
15840 * config.in: Regenerate.
15841 * fbsd-nat.c: Include "fbsd-tdep.h".
15842 (fbsd_fetch_cmdline): New.
15843 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
15844 rather than calling error.
15845 (fbsd_info_proc): New.
15846 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
15847 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
15848 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
15849
262f62f5
JB
158502018-01-09 John Baldwin <jhb@FreeBSD.org>
15851
15852 * fbsd-nat.c (struct free_deleter): Remove.
15853 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
15854
b999e203
JB
158552018-01-09 John Baldwin <jhb@FreeBSD.org>
15856
15857 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
15858 NULL for an empty pathname.
15859
d2176225
JB
158602018-01-09 John Baldwin <jhb@FreeBSD.org>
15861
15862 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
15863 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
15864 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
15865 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
15866 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
15867 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
15868 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
15869 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
15870 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
15871 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
15872 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
15873 (fbsd_core_fetch_timeval, fbsd_print_sigset)
15874 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
15875 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
15876 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
15877
9c4ac400
ST
158782018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
15879
15880 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
15881 (gnu_xfer_auxv): New function.
15882 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
15883 TARGET_OBJECT_AUXV.
15884
1e5ded6c
YQ
158852018-01-08 Yao Qi <yao.qi@linaro.org>
15886 Simon Marchi <simon.marchi@ericsson.com>
15887
15888 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
15889 common/selftest.c.
15890 (COMMON_OBS): Remove selftest.o.
15891 * configure.ac: Append selftest-arch.c and common/selftest.c to
15892 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
15893 * configure: Re-generated.
15894 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
15895 GDB_SELF_TEST.
15896 (maintenance_info_selftests): Likewise.
15897
04bafb1e
XR
158982018-01-08 Xavier Roirand <roirand@adacore.com>
15899
15900 * ada-valprint.c (val_print_packed_array_elements): Use
15901 proper number of elements when printing an array indexed
15902 by an enumeration type.
15903
518817b3
SM
159042018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
15905
15906 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
15907 (dw2_get_file_names_reader): Adjust.
15908 (lookup_dwo_signatured_type): Adjust.
15909 (lookup_dwp_signatured_type): Adjust.
15910 (lookup_signatured_type): Adjust.
15911 (create_type_unit_group): Adjust.
15912 (get_type_unit_group): Adjust.
15913 (process_psymtab_comp_unit_reader): Adjust.
15914 (build_type_psymtabs_reader): Adjust.
15915 (scan_partial_symbols): Adjust.
15916 (add_partial_symbol): Adjust.
15917 (add_partial_subprogram): Adjust.
15918 (peek_die_abbrev): Adjust.
15919 (fixup_go_packaging): Adjust.
15920 (process_imported_unit_die): Adjust.
15921 (dwarf2_compute_name): Adjust.
15922 (dwarf2_physname): Adjust.
15923 (read_import_statement): Adjust.
15924 (handle_DW_AT_stmt_list): Adjust.
15925 (read_file_scope): Adjust.
15926 (read_func_scope): Adjust.
15927 (read_lexical_block_scope): Adjust.
15928 (read_call_site_scope): Adjust.
15929 (read_variable): Adjust.
15930 (dwarf2_rnglists_process): Adjust.
15931 (dwarf2_ranges_process): Adjust.
15932 (dwarf2_ranges_read): Adjust.
15933 (dwarf2_get_pc_bounds): Adjust.
15934 (dwarf2_record_block_ranges): Adjust.
15935 (dwarf2_add_field): Adjust.
15936 (dwarf2_add_member_fn): Adjust.
15937 (read_structure_type): Adjust.
15938 (process_structure_scope): Adjust.
15939 (read_enumeration_type): Adjust.
15940 (read_array_type): Adjust.
15941 (mark_common_block_symbol_computed): Adjust.
15942 (read_common_block): Adjust.
15943 (read_namespace_type): Adjust.
15944 (read_namespace): Adjust.
15945 (read_module_type): Adjust.
15946 (read_tag_pointer_type): Adjust.
15947 (read_tag_ptr_to_member_type): Adjust.
15948 (read_tag_string_type): Adjust.
15949 (read_subroutine_type): Adjust.
15950 (read_typedef): Adjust.
15951 (read_base_type): Adjust.
15952 (attr_to_dynamic_prop): Adjust.
15953 (read_subrange_type): Adjust.
15954 (read_unspecified_type): Adjust.
15955 (dwarf2_read_abbrevs): Adjust.
15956 (load_partial_dies): Adjust.
15957 (read_partial_die): Adjust.
15958 (find_partial_die): Adjust.
15959 (guess_partial_die_structure_name): Adjust.
15960 (fixup_partial_die): Adjust.
15961 (read_attribute_value): Adjust.
15962 (read_addr_index): Adjust.
15963 (read_addr_index_from_leb128): Adjust.
15964 (read_str_index): Adjust.
15965 (dwarf2_string_attr): Adjust.
15966 (get_debug_line_section): Adjust.
15967 (dwarf_decode_line_header): Adjust.
15968 (lnp_state_machine::check_line_address): Adjust.
15969 (dwarf_decode_lines_1): Adjust.
15970 (dwarf_decode_lines): Adjust.
15971 (dwarf2_start_symtab): Adjust.
15972 (var_decode_location): Adjust.
15973 (new_symbol_full): Adjust.
15974 (dwarf2_const_value_data): Adjust.
15975 (dwarf2_const_value_attr): Adjust.
15976 (dwarf2_const_value): Adjust.
15977 (die_type): Adjust.
15978 (die_containing_type): Adjust.
15979 (build_error_marker_type): Adjust.
15980 (lookup_die_type): Adjust.
15981 (guess_full_die_structure_name): Adjust.
15982 (anonymous_struct_prefix): Adjust.
15983 (determine_prefix): Adjust.
15984 (dwarf2_name): Adjust.
15985 (follow_die_ref_or_sig): Adjust.
15986 (follow_die_offset): Adjust.
15987 (follow_die_ref): Adjust.
15988 (follow_die_sig_1): Adjust.
15989 (follow_die_sig): Adjust.
15990 (get_signatured_type): Adjust.
15991 (get_DW_AT_signature_type): Adjust.
15992 (decode_locdesc): Adjust.
15993 (dwarf_decode_macros): Adjust.
15994 (cu_debug_loc_section): Adjust.
15995 (fill_in_loclist_baton): Adjust.
15996 (dwarf2_symbol_mark_computed): Adjust.
15997 (init_one_comp_unit): Don't assign
15998 dwarf2_cu::dwarf2_per_objfile.
15999 (set_die_type): Adjust.
16000
ed2dc618
SM
160012018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16002
16003 * dwarf2read.c (struct mapped_debug_names): Add constructor.
16004 <dwarf2_per_objfile>: New field.
16005 (dwarf2_per_objfile): Remove global.
16006 (get_dwarf2_per_objfile): New function.
16007 (set_dwarf2_per_objfile): New function.
16008 (dwarf2_build_psymtabs_hard): Change objfile parameter to
16009 dwarf2_per_objfile.
16010 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16011 (read_abbrev_offset): Likewise.
16012 (read_indirect_string): Likewise.
16013 (read_indirect_line_string): Likewise.
16014 (read_indirect_string_at_offset): Likewise.
16015 (read_indirect_string_from_dwz): Likewise.
16016 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16017 dwarf2_per_objfile.
16018 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16019 (create_all_comp_units): Change objfile parameter to
16020 dwarf2_per_objfile.
16021 (create_all_type_units): Likewise.
16022 (process_queue): Add dwarf2_per_objfile parameter.
16023 (read_and_check_comp_unit_head): Likewise.
16024 (lookup_dwo_unit_in_dwp): Likewise.
16025 (get_dwp_file): Likewise.
16026 (process_cu_includes): Likewise.
16027 (struct free_dwo_file_cleanup_data): New struct.
16028 (dwarf2_has_info): Use get_dwarf2_per_objfile and
16029 set_dwarf2_per_objfile.
16030 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
16031 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
16032 context, adjust calls.
16033 (dw2_instantiate_symtab): Likewise.
16034 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
16035 (dw2_get_cu): Likewise.
16036 (create_cu_from_index_list): Change objfile parameter to
16037 dwarf2_per_objfile.
16038 (create_cus_from_index_list): Get dwarf2_per_objfile from
16039 context, adjust calls.
16040 (create_cus_from_index): Likewise.
16041 (create_signatured_type_table_from_index): Change objfile
16042 parameter to dwarf2_per_objfile.
16043 (create_signatured_type_table_from_debug_names): Change objfile
16044 parameter to dwarf2_per_objfile.
16045 (create_addrmap_from_index): Likewise.
16046 (create_addrmap_from_aranges): Likewise.
16047 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
16048 (dw2_setup): Remove.
16049 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
16050 context.
16051 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
16052 get_dwarf2_per_objfile.
16053 (dw2_forget_cached_source_info): Likewise.
16054 (dw2_map_symtabs_matching_filename): Likewise.
16055 (struct dw2_symtab_iterator) <index>: Remove.
16056 <dwarf2_per_objfile>: New field.
16057 (dw2_symtab_iter_init): Replace index parameter with
16058 dwarf2_per_objfile.
16059 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
16060 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
16061 (dw2_print_stats): Likewise.
16062 (dw2_dump): Likewise.
16063 (dw2_expand_symtabs_for_function): Likewise.
16064 (dw2_expand_all_symtabs): Likewise.
16065 (dw2_expand_symtabs_with_fullname): Likewise.
16066 (dw2_expand_marked_cus): Replace index and objfile parameters
16067 with dwarf2_per_objfile.
16068 (dw_expand_symtabs_matching_file_matcher): Add
16069 dwarf2_per_objfile parameter and adjust calls.
16070 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
16071 adjust calls.
16072 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
16073 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
16074 adjust calls.
16075 (create_cus_from_debug_names_list): Replace objfile parameter
16076 with dwarf2_per_objfile and adjust calls.
16077 (create_cus_from_debug_names): Likewise.
16078 (dwarf2_read_debug_names): Likewise.
16079 (mapped_debug_names::namei_to_name): Adjust call.
16080 (dw2_debug_names_iterator::next): Likewise.
16081 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
16082 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
16083 (dw2_debug_names_dump): Likewise.
16084 (dw2_debug_names_expand_symtabs_for_function): Likewise.
16085 (dw2_debug_names_expand_symtabs_matching): Likewise.
16086 (dwarf2_initialize_objfile): Likewise.
16087 (dwarf2_build_psymtabs): Likewise.
16088 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
16089 this_cu.
16090 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
16091 (read_and_check_comp_unit_head): Likewise.
16092 (read_abbrev_offset): Likewise.
16093 (create_debug_type_hash_table): Likewise.
16094 (create_debug_types_hash_table): Likewise.
16095 (create_all_type_units): Replace objfile parameter with
16096 dwarf2_per_objfile.
16097 (add_type_unit): Add dwarf2_per_objfile parameter.
16098 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
16099 with dwarf2_per_objfile.
16100 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
16101 (lookup_dwp_signatured_type): Likewise.
16102 (lookup_signatured_type): Likewise.
16103 (read_cutu_die_from_dwo): Likewise.
16104 (init_tu_and_read_dwo_dies): Likewise.
16105 (init_cutu_and_read_dies): Likewise.
16106 (init_cutu_and_read_dies_no_follow): Likewise.
16107 (allocate_type_unit_groups_table): Add objfile parameter.
16108 (create_type_unit_group): Use dwarf2_per_objfile from cu.
16109 (get_type_unit_group): Likewise.
16110 (process_psymtab_comp_unit): Update call.
16111 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
16112 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
16113 (print_tu_stats): Likewise.
16114 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
16115 in void* parameter.
16116 (build_type_psymtabs): Change objfile parameter to
16117 dwarf2_per_objfile.
16118 (process_skeletonless_type_unit): Use dwarf2_per_objfile
16119 passed in void* parameter.
16120 (process_skeletonless_type_units): Change objfile parameter to
16121 dwarf2_per_objfile.
16122 (set_partial_user): Likewise.
16123 (dwarf2_build_psymtabs_hard): Likewise.
16124 (read_comp_units_from_section): Likewise.
16125 (create_all_comp_units): Likewise.
16126 (scan_partial_symbols): Update calls.
16127 (add_partial_symbol): Likewise.
16128 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
16129 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
16130 (process_queue): Add dwarf2_per_objfile parameter.
16131 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
16132 (compute_compunit_symtab_includes): Likewise.
16133 (process_cu_includes): Add dwarf2_per_objfile parameter.
16134 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
16135 (process_full_type_unit): Likewise.
16136 (process_imported_unit_die): Update call.
16137 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
16138 (read_file_scope): Likewise.
16139 (allocate_dwo_file_hash_table): Add objfile parameter.
16140 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
16141 (create_cus_hash_table): Likewise.
16142 (create_dwp_hash_table): Likewise.
16143 (create_dwo_unit_in_dwp_v1): Likewise.
16144 (create_dwp_v2_section): Likewise.
16145 (create_dwo_unit_in_dwp_v2): Likewise.
16146 (lookup_dwo_unit_in_dwp): Likewise.
16147 (try_open_dwop_file): Likewise.
16148 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
16149 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
16150 cleanup to include a reference to dwarf2_per_objfile.
16151 (open_dwp_file): Add dwarf2_per_objfile parameter.
16152 (open_and_init_dwp_file): Likewise.
16153 (get_dwp_file): Likewise.
16154 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
16155 (queue_and_load_all_dwo_tus): Update call.
16156 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
16157 data.
16158 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
16159 (dwarf2_ranges_process): Likewise.
16160 (dwarf2_get_pc_bounds): Likewise.
16161 (mark_common_block_symbol_computed): Likewise.
16162 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16163 (dwarf2_read_abbrevs): Update call.
16164 (read_partial_die): Use dwarf2_per_objfile from cu.
16165 (find_partial_die): Likewise.
16166 (fixup_partial_die): Likewise.
16167 (read_attribute_value): Likewise.
16168 (read_indirect_string_at_offset_from): Add objfile parameter.
16169 (read_indirect_string_at_offset): Add dwarf2_per_objfile
16170 parameter.
16171 (read_indirect_string_from_dwz): Add objfile parameter.
16172 (read_indirect_string): Add objfile parameter.
16173 (read_addr_index_1): Add dwarf2_per_objfile parameter.
16174 (read_addr_index): Use dwarf2_per_objfile from cu.
16175 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
16176 call dw2_setup.
16177 (read_str_index): Use dwarf2_per_objfile from cu.
16178 (get_debug_line_section): Likewise.
16179 (read_formatted_entries): Add dwarf2_per_objfile parameter.
16180 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
16181 (new_symbol_full): Use dwarf2_per_objfile from cu.
16182 (build_error_marker_type): Likewise.
16183 (lookup_die_type): Likewise.
16184 (determine_prefix): Likewise.
16185 (follow_die_offset): Likewise.
16186 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
16187 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
16188 (dwarf2_fetch_die_type_sect_off): Likewise.
16189 (dwarf2_get_die_type): Likewise.
16190 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
16191 (get_signatured_type): Likewise.
16192 (get_DW_AT_signature_type): Likewise.
16193 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
16194 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
16195 (cu_debug_loc_section): Likewise.
16196 (fill_in_loclist_baton): Likewise.
16197 (dwarf2_symbol_mark_computed): Likewise.
16198 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16199 dwarf2_per_objfile.
16200 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
16201 parameter.
16202 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16203 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
16204 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
16205 (set_die_type): Use dwarf2_free_objfile from cu.
16206 (get_die_type_at_offset): Likewise.
16207 (dwarf2_per_objfile_free): Don't assign global variable.
16208 (debug_names) <constructor>: Add dwarf2_per_objfile
16209 parameter, update m_debugstrlookup construction.
16210 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
16211 parameter.
16212 <m_dwarf2_per_objfile>: New field.
16213 <lookup>: Use m_dwarf2_per_objfile.
16214 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
16215 (psyms_seen_size): Likewise.
16216 (write_gdbindex): Replace objfile parameter with
16217 dwarf2_per_objfile.
16218 (write_debug_names): Likewise.
16219 (write_psymtabs_to_index): Likewise.
16220 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
16221 calls.
16222
e3b94546
SM
162232018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16224
16225 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
16226 <dwarf2_per_objfile>: New field.
16227 (struct dwarf2_per_cu_data) <objfile>: Remove.
16228 <dwarf2_per_objfile>: New field.
16229 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
16230 of objfile.
16231 (create_signatured_type_table_from_index): Likewise.
16232 (create_debug_type_hash_table): Likewise.
16233 (fill_in_sig_entry_from_dwo_entry): Likewise.
16234 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
16235 (create_type_unit_group): Assign dwarf2_per_objfile instead of
16236 objfile.
16237 (create_partial_symtab): Access objfile through
16238 dwarf2_per_objfile.
16239 (process_psymtab_comp_unit_reader): Likewise.
16240 (read_comp_units_from_section): Likewise.
16241 (scan_partial_symbols): Likewise.
16242 (add_partial_symbol): Likewise.
16243 (add_partial_subprogram): Likewise.
16244 (peek_die_abbrev): Likewise.
16245 (fixup_go_packaging): Likewise.
16246 (process_full_comp_unit): Likewise.
16247 (process_full_type_unit): Likewise.
16248 (process_imported_unit_die): Likewise.
16249 (dwarf2_compute_name): Likewise.
16250 (dwarf2_physname): Likewise.
16251 (read_import_statement): Likewise.
16252 (create_cus_hash_table): Assign dwarf2_physname instead of
16253 objfile.
16254 (read_func_scope): Access objfile through dwarf2_per_objfile.
16255 (read_lexical_block_scope): Likewise.
16256 (read_call_site_scope): Likewise.
16257 (read_variable): Likewise.
16258 (dwarf2_rnglists_process): Likewise.
16259 (dwarf2_ranges_process): Likewise.
16260 (dwarf2_ranges_read): Likewise.
16261 (dwarf2_record_block_ranges): Likewise.
16262 (dwarf2_add_field): Likewise.
16263 (dwarf2_add_member_fn): Likewise.
16264 (read_structure_type): Likewise.
16265 (process_structure_scope): Likewise.
16266 (read_enumeration_type): Likewise.
16267 (read_array_type): Likewise.
16268 (read_common_block): Likewise.
16269 (read_namespace_type): Likewise.
16270 (read_namespace): Likewise.
16271 (read_module_type): Likewise.
16272 (read_tag_pointer_type): Likewise.
16273 (read_tag_ptr_to_member_type): Likewise.
16274 (read_tag_string_type): Likewise.
16275 (read_subroutine_type): Likewise.
16276 (read_typedef): Likewise.
16277 (read_base_type): Likewise.
16278 (attr_to_dynamic_prop): Likewise.
16279 (read_subrange_type): Likewise.
16280 (read_unspecified_type): Likewise.
16281 (load_partial_dies): Likewise.
16282 (read_partial_die): Likewise.
16283 (find_partial_die): Likewise.
16284 (guess_partial_die_structure_name): Likewise.
16285 (fixup_partial_die): Likewise.
16286 (read_attribute_value): Likewise.
16287 (read_addr_index_from_leb128): Likewise.
16288 (dwarf2_read_addr_index): Likewise.
16289 (dwarf2_string_attr): Likewise.
16290 (lnp_state_machine::check_line_address): Likewise.
16291 (dwarf_decode_lines_1): Likewise.
16292 (dwarf_decode_lines): Likewise.
16293 (dwarf2_start_symtab): Likewise.
16294 (var_decode_location): Likewise.
16295 (new_symbol_full): Likewise.
16296 (dwarf2_const_value_data): Likewise.
16297 (dwarf2_const_value_attr): Likewise.
16298 (dwarf2_const_value): Likewise.
16299 (die_type): Likewise.
16300 (die_containing_type): Likewise.
16301 (lookup_die_type): Likewise.
16302 (guess_full_die_structure_name): Likewise.
16303 (anonymous_struct_prefix): Likewise.
16304 (dwarf2_name): Likewise.
16305 (follow_die_ref_or_sig): Likewise.
16306 (follow_die_offset): Likewise.
16307 (follow_die_ref): Likewise.
16308 (dwarf2_fetch_die_loc_sect_off): Likewise.
16309 (dwarf2_fetch_constant_bytes): Likewise.
16310 (dwarf2_fetch_die_type_sect_off): Likewise.
16311 (dwarf2_get_die_type): Likewise.
16312 (follow_die_sig): Likewise.
16313 (decode_locdesc): Likewise.
16314 (dwarf2_per_cu_objfile): Likewise.
16315 (dwarf2_per_cu_text_offset): Likewise.
16316 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
16317 objfile.
16318 (set_die_type): Access objfile through
16319 dwarf2_per_objfile.
16320
b01ba14d
SM
163212018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16322
16323 * valprint.c (converted_character_d): Remove typedef.
16324 (DEF_VEC_O (converted_character_d)): Remove.
16325 (count_next_character): Use std::vector.
16326 (print_converted_chars_to_obstack): Likewise.
16327 (generic_printstr): Likewise.
16328
4d0fdd9b
SM
163292018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16330
16331 * xml-support.h (struct gdb_xml_value): Add constructor.
16332 <value>: Change type to unique_xmalloc_ptr.
16333 (gdb_xml_value_s): Remove typedef.
16334 (DEF_VEC_O (gdb_xml_value_s)): Remove.
16335 (gdb_xml_element_start_handler): Change parameter type to
16336 std::vector.
16337 (xml_find_attribute): Likewise.
16338 * xml-support.c (xml_find_attribute): Change parameter type to
16339 std::vector and adjust.
16340 (gdb_xml_values_cleanup): Remove.
16341 (gdb_xml_parser::start_element): Adjust to std::vector.
16342 (xinclude_start_include): Change paraeter type to std::vector
16343 and adjust.
16344 * btrace.c (check_xml_btrace_version): Likewise.
16345 (parse_xml_btrace_block): Likewise.
16346 (parse_xml_btrace_pt_config_cpu): Likewise.
16347 (parse_xml_btrace_pt): Likewise.
16348 (parse_xml_btrace_conf_bts): Likewise.
16349 (parse_xml_btrace_conf_pt): Likewise.
16350 * memory-map.c (memory_map_start_memory): Likewise.
16351 (memory_map_start_property): Likewise.
16352 * osdata.c (osdata_start_osdata): Likewise.
16353 (osdata_start_item): Likewise.
16354 (osdata_start_column): Likewise.
16355 * remote.c (start_thread): Likewise.
16356 * solib-aix.c (library_list_start_library): Likewise.
16357 (library_list_start_list): Likewise.
16358 * solib-svr4.c (library_list_start_library): Likewise.
16359 (svr4_library_list_start_list): Likewise.
16360 * solib-target.c (library_list_start_segment): Likewise.
16361 (library_list_start_section): Likewise.
16362 (library_list_start_library): Likewise.
16363 (library_list_start_list): Likewise.
16364 * tracepoint.c (traceframe_info_start_memory): Likewise.
16365 (traceframe_info_start_tvar): Likewise.
16366 * xml-syscall.c (syscall_start_syscall): Likewise.
16367 * xml-tdesc.c (tdesc_start_target): Likewise.
16368 (tdesc_start_feature): Likewise.
16369 (tdesc_start_reg): Likewise.
16370 (tdesc_start_union): Likewise.
16371 (tdesc_start_struct): Likewise.
16372 (tdesc_start_flags): Likewise.
16373 (tdesc_start_enum): Likewise.
16374 (tdesc_start_field): Likewise.
16375 (tdesc_start_enum_value): Likewise.
16376 (tdesc_start_vector): Likewise.
16377
f979c73f
SM
163782018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16379
16380 * extension.h (struct xmethod_worker) <clone>: Remove.
16381 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
16382 Remove.
16383 (python_xmethod_worker::clone): Remove.
16384 * valops.c (find_overload_match): Use std::move instead of
16385 clone.
16386
ba18742c
SM
163872018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16388
16389 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
16390 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
16391 <free_xmethod_worker_data>: Remove.
16392 <get_matching_xmethod_workers>: Chance VEC to std::vector.
16393 <get_xmethod_arg_types>: Remove.
16394 <get_xmethod_result_type>: Remove.
16395 <invoke_xmethod>: Remove.
16396 * extension.c (new_xmethod_worker): Remove.
16397 (clone_xmethod_worker): Remove.
16398 (get_matching_xmethod_workers): Return void, pass std::vector by
16399 pointer.
16400 (get_xmethod_arg_types): Rename to...
16401 (xmethod_worker::get_arg_types): ... this, and adjust.
16402 (get_xmethod_result_type): Rename to...
16403 (xmethod_worker::get_result_type): ... this, and adjust.
16404 (invoke_xmethod): Remove.
16405 (free_xmethod_worker): Remove.
16406 (free_xmethod_worker_vec): Remove.
16407 * extension.h (enum ext_lang_rc): Move here from
16408 extension-priv.h.
16409 (struct xmethod_worker): Add constructor and destructor.
16410 <data>: Remove.
16411 <value>: Remove.
16412 <invoke, clone, do_get_result_type, do_get_arg_types>: New
16413 virtual pure methods.
16414 <get_arg_types, get_result_type>: New methods.
16415 (xmethod_worker_ptr): Remove typedef.
16416 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
16417 (xmethod_worker_vec): Remove typedef.
16418 (xmethod_worker_up): New typedef.
16419 (invoke_xmethod): Remove.
16420 (clone_xmethod_worker): Remove.
16421 (free_xmethod_worker): Remove.
16422 (free_xmethod_worker_vec): Remove.
16423 (get_xmethod_arg_types): Remove.
16424 (get_xmethod_result_type): Remove.
16425 * valops.c (find_method_list): Use std::vector, don't use
16426 intermediate vector.
16427 (value_find_oload_method_list): Use std::vector.
16428 (find_overload_match): Use std::vector.
16429 (find_oload_champ): Use std::vector.
16430 * value.c (value_free): Use operator delete.
16431 (value_of_xmethod): Rename to...
16432 (value_from_xmethod): ... this. Don't assign
16433 xmethod_worker::value, take rvalue-reference.
16434 (result_type_of_xmethod): Adjust.
16435 (call_xmethod): Adjust.
16436 * value.h: Include extension.h.
16437 (struct xmethod_worker): Don't forward-declare.
16438 (value_of_xmethod): Rename to...
16439 (value_from_xmethod): ... this, take rvalue-reference.
16440 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
16441 (struct python_xmethod_worker): ... this, add constructor and
16442 destructor.
16443 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
16444 (gdbpy_free_xmethod_worker_data): Rename to...
16445 (python_xmethod_worker::~python_xmethod_worker): ... this and
16446 adjust.
16447 (gdbpy_clone_xmethod_worker_data): Rename to...
16448 (python_xmethod_worker::clone): ... this and adjust.
16449 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
16450 temporary vector.
16451 (gdbpy_get_xmethod_arg_types): Rename to...
16452 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
16453 (gdbpy_get_xmethod_result_type): Rename to...
16454 (python_xmethod_worker::do_get_result_type): ... this and
16455 adjust.
16456 (gdbpy_invoke_xmethod): Rename to...
16457 (python_xmethod_worker::invoke): ... this and adjust.
16458 (new_python_xmethod_worker): Rename to...
16459 (python_xmethod_worker::python_xmethod_worker): ... this and
16460 adjust.
16461 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
16462 Remove.
16463 (gdbpy_free_xmethod_worker_data): Remove.
16464 (gdbpy_get_matching_xmethod_workers): Use std::vector.
16465 (gdbpy_get_xmethod_arg_types): Remove.
16466 (gdbpy_get_xmethod_result_type): Remove.
16467 (gdbpy_invoke_xmethod): Remove.
16468 * python/python.c (python_extension_ops): Remove obsolete
16469 callbacks.
16470
e379cee6
PA
164712018-01-05 Pedro Alves <palves@redhat.com>
16472
16473 PR gdb/18653
16474 * common/signals-state-save-restore.c
16475 (save_original_signals_state): New parameter 'quiet'. Warn if we
16476 find a custom handler preinstalled, instead of internal erroring.
16477 But only warn if !quiet.
16478 * common/signals-state-save-restore.h
16479 (save_original_signals_state): New parameter 'quiet'.
16480 * main.c (captured_main_1): Move save_original_signals_state call
16481 after option handling, and pass QUIET.
16482
a655456c
PA
164832018-01-05 Pedro Alves <palves@redhat.com>
16484
16485 * spu-tdep.c (spu_catch_start): Pass
16486 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
16487
de63c46b
PA
164882018-01-05 Pedro Alves <palves@redhat.com>
16489
16490 PR gdb/22670
16491 * ada-lang.c (literal_symbol_name_matcher): New function.
16492 (ada_get_symbol_name_matcher): Use it for
16493 symbol_name_match_type::SEARCH_NAME.
16494 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
16495 it down instead of assuming symbol_name_match_type::FULL.
16496 * block.h (block_lookup_symbol): New parameter 'match_type'.
16497 * c-valprint.c (print_unpacked_pointer): Use
16498 lookup_symbol_search_name instead of lookup_symbol.
16499 * compile/compile-object-load.c (get_out_value_type): Pass down
16500 symbol_name_match_type::SEARCH_NAME.
16501 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
16502 symbol_name_match_type::FULL.
16503 * cp-support.c (cp_get_symbol_name_matcher): Handle
16504 symbol_name_match_type::SEARCH_NAME.
16505 * infrun.c (insert_exception_resume_breakpoint): Use
16506 lookup_symbol_search_name.
16507 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
16508 * psymtab.c (maintenance_check_psymtabs): Use
16509 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
16510 * stack.c (print_frame_args): Use lookup_symbol_search_name and
16511 SYMBOL_SEARCH_NAME.
16512 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
16513 if symbol_name_match_type::SEARCH_NAME.
16514 (lookup_symbol_in_language): Pass down
16515 symbol_name_match_type::FULL.
16516 (lookup_symbol_search_name): New.
16517 (lookup_language_this): Pass down
16518 symbol_name_match_type::SEARCH_NAME.
16519 (lookup_symbol_aux, lookup_local_symbol): New parameter
16520 'match_type'. Pass it down.
16521 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
16522 (lookup_symbol_search_name): New declaration.
16523 (lookup_symbol_in_block): New 'match_type' parameter.
16524
f98fc17b
PA
165252018-01-05 Pedro Alves <palves@redhat.com>
16526
16527 PR gdb/22670
16528 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
16529 ada_lookup_symbol.
16530 (ada_lookup_symbol): Reimplement in terms of
16531 ada_lookup_symbol_list, bits factored out from
16532 ada_lookup_encoded_symbol.
16533
342f8240
JB
165342018-01-05 Joel Brobecker <brobecker@adacore.com>
16535
16536 * ada-exp.y (write_object_renaming): When subscripting an array
16537 using a symbol as the index, pass the block in call to
16538 ada_lookup_encoded_symbol when looking that symbol up.
16539
7150d33c
JG
165402018-01-05 Jerome Guitton <guitton@adacore.com>
16541
16542 * ada-lang.c (ada_array_length): Use ada_index_type instead of
16543 TYPE_INDEX_TYPE.
16544
cc0e770c
JB
165452018-01-05 Joel Brobecker <brobecker@adacore.com>
16546
16547 * ada-lang.c (ada_to_fixed_value_create): Add handling of
16548 the case where VALUE_LVAL (val0) is not lval_memory.
16549
f79da888 165502018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
16551
16552 * ada-valprint.c (print_optional_low_bound): Handle
16553 character-indexed array printing like boolean-indexed array
16554 printing.
16555
cd385f94
JB
165562018-01-05 Joel Brobecker <brobecker@adacore.com>
16557
16558 * NEWS: Create a new section for the next release branch.
16559 Rename the section of the current branch, now that it has
16560 been cut.
16561
09aca949
JB
165622018-01-05 Joel Brobecker <brobecker@adacore.com>
16563
16564 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
16565 * version.in: Bump version to 8.1.50.DATE-git.
16566
9f757bf7
XR
165672018-01-03 Xavier Roirand <roirand@adacore.com>
16568
16569 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
16570 Add field.
16571 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
16572 Add field.
16573 (default_exception_support_info) <catch_handlers_sym>: Add field.
16574 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
16575 (ada_exception_name_addr_1): Add "catch handlers" handling.
16576 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
16577 Update all callers.
16578 (create_excep_cond_exprs) <ex>: Add parameter.
16579 (re_set_exception): Update create_excep_cond_exprs call.
16580 (print_it_exception, print_one_exception, print_mention_exception)
16581 (print_recreate_exception): Add "catch handler" handling.
16582 (allocate_location_catch_handlers, re_set_catch_handlers)
16583 (check_status_catch_handlers, print_it_catch_handlers)
16584 (print_one_catch_handlers, print_mention_catch_handlers)
16585 (print_recreate_catch_handlers): New function.
16586 (catch_handlers_breakpoint_ops): New variable.
16587 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
16588 Add parameter. Add "catch handler" handling.
16589 (ada_exception_sym_name, ada_exception_breakpoint_ops):
16590 Add "catch handler" handling.
16591 (ada_exception_catchpoint_cond_string): Add "catch handler"
16592 handling.
16593 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
16594 call.
16595 (catch_ada_handlers_command): New function.
16596 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
16597 operations structure.
16598 (_initialize_ada_language): Add "catch handlers" command entry.
16599 * NEWS: Document "catch handlers" feature.
16600
9fe561ab
JB
166012018-01-02 Joel Brobecker <brobecker@adacore.com>
16602
16603 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
16604 account when creating the array type of the slice.
16605 (ada_value_slice): Likewise.
16606
a405673c
JB
166072018-01-02 Joel Brobecker <brobecker@adacore.com>
16608
16609 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
16610 New enum value.
16611 (create_array_type_with_stride): Add byte_stride_prop parameter.
16612 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
16613 New parameter. Update all callers in this file.
16614 (array_type_has_dynamic_stride): New function.
16615 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
16616 of arrays with dynamic byte strides.
16617 * dwarf2read.c (read_array_type): Add support for dynamic
16618 DW_AT_byte_stride attributes.
16619
74a2f8ff
JB
166202018-01-02 Joel Brobecker <brobecker@adacore.com>
16621
16622 * dwarf2read.c (read_unspecified_type): Treat
16623 DW_TAG_enumeration_type DIEs from Ada units as stubs.
16624
e2882c85
JB
166252018-01-01 Joel Brobecker <brobecker@adacore.com>
16626
16627 Update copyright year range in all GDB files.
16628
5e70ee09 166292018-01-01, 18 Joel Brobecker <brobecker@adacore.com>
1690bb24
JB
16630
16631 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
16632 and gdb/testsuite/gdb.base/step-line.c.
16633
0f0c98a8
JB
166342018-01-01 Joel Brobecker <brobecker@adacore.com>
16635
16636 * copyright.py (main): Dump the contents of
16637 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
16638 even if BY_HAND is empty.
16639
82e1e79a
JB
166402018-01-01 Joel Brobecker <brobecker@adacore.com>
16641
16642 * top.c (print_gdb_version): Update Copyright year in version
16643 message.
16644
053f54e5 166452018-01-01 Joel Brobecker <brobecker@adacore.com>
47fea877 16646
053f54e5 16647 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
47fea877 16648
053f54e5 16649For older changes see ChangeLog-2017.
c906108c
SS
16650\f
16651Local Variables:
16652mode: change-log
16653left-margin: 8
16654fill-column: 74
16655version-control: never
57da7796 16656coding: utf-8
c906108c 16657End:
This page took 2.90142 seconds and 4 git commands to generate.